From ca2860947fef42dca11f8954a7ea404f163aaa15 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Mon, 1 May 2023 19:43:59 -0700 Subject: [PATCH] Make progress towards aarch64 build --- Makefile | 2 + ape/ape.S | 34 +- ape/idata.internal.h | 25 +- ape/loader-elf.S | 12 +- ape/loader-macho.S | 4 +- build/definitions.mk | 33 +- build/objdump | 2 +- dsp/core/sad16x8n.S | 2 +- dsp/mpeg/mpeg1.c | 1 - dsp/tty/itoa8.c | 1 - dsp/tty/rgb2ansi.c | 1 - dsp/tty/ttyquant.c | 1 - libc/aarch64/aarch64.mk | 14 + libc/aarch64/crt.S | 53 ++ libc/aarch64/fenv.S | 67 ++ libc/aarch64/start.c | 56 ++ libc/calls/now.c | 1 - libc/calls/oldbench.c | 1 - libc/dce.h | 4 + libc/integral/c.inc | 18 +- libc/intrin/addvdi3.S | 2 +- libc/intrin/addvsi3.S | 2 +- libc/intrin/addvti3.S | 2 +- libc/intrin/bsf.h | 6 + libc/intrin/bsr.h | 8 +- libc/intrin/bzero.c | 8 + libc/intrin/cmpxchg.h | 2 +- libc/intrin/countbits.c | 4 + libc/intrin/directmap-metal.c | 3 + libc/intrin/exit.c | 10 + libc/intrin/exit1.greg.c | 10 + libc/{tinymath => intrin}/fenv.S | 0 libc/intrin/fsgsbase.h | 2 +- libc/intrin/getcpuidbrand.c | 3 + libc/intrin/have_fsgsbase.c | 3 + libc/intrin/initializer.internal.h | 22 - libc/intrin/intrin.mk | 8 +- libc/intrin/kclocknames.S | 16 +- libc/intrin/kdos2errno.S | 2 +- libc/intrin/kerrnodocs.S | 2 +- libc/intrin/kerrnonames.S | 2 +- libc/intrin/kfcntlcmds.S | 2 +- libc/intrin/kipoptnames.S | 2 +- libc/intrin/kopenflags.S | 2 +- libc/intrin/kprintf.greg.c | 13 +- libc/intrin/krlimitnames.S | 2 +- libc/intrin/ksignalnames.S | 2 +- libc/intrin/ksockoptnames.S | 2 +- libc/intrin/ktcpoptnames.S | 2 +- libc/intrin/leaky.S | 2 +- libc/intrin/lockxchg.h | 4 +- libc/intrin/memcmp.c | 6 + libc/intrin/memmove.c | 32 + libc/intrin/memset.c | 4 + libc/intrin/mman.greg.c | 3 + libc/intrin/mpsadbw.h | 2 +- libc/intrin/mpsadbws.S | 2 +- libc/intrin/mulvdi3.S | 2 +- libc/intrin/mulvsi3.S | 2 +- libc/intrin/mulvti3.S | 2 +- libc/intrin/negvdi2.S | 2 +- libc/intrin/negvsi2.S | 2 +- libc/intrin/negvti2.S | 2 +- libc/intrin/nopl.internal.h | 5 +- libc/intrin/ntgetversion.c | 3 + libc/intrin/palignr.h | 2 +- libc/intrin/palignrs.S | 2 +- libc/intrin/popcnt.h | 4 +- libc/intrin/pslldq.h | 2 +- libc/intrin/pslldqs.S | 2 +- libc/intrin/psrldq.h | 2 +- libc/intrin/psrldqs.S | 2 +- libc/intrin/pushpop.h | 4 +- libc/intrin/rdfsbase.c | 3 + libc/intrin/rdgsbase.c | 3 + libc/intrin/shufpdjt.S | 4 +- libc/intrin/shufpsjt.S | 4 +- libc/intrin/stpcpy.c | 8 +- libc/intrin/strcpy.c | 8 +- libc/intrin/strlen.c | 6 + libc/intrin/subvdi3.S | 2 +- libc/intrin/subvsi3.S | 2 +- libc/intrin/subvti3.S | 2 +- libc/intrin/sys_gettid.greg.c | 10 + libc/intrin/syscall.S | 2 +- libc/intrin/tpenc.S | 2 +- libc/intrin/weaken.h | 9 +- libc/intrin/wrfsbase.c | 3 + libc/log/backtrace3.c | 4 +- libc/log/countbranch_data.S | 4 +- libc/log/countexpr_data.S | 4 +- libc/log/gdb.h | 5 + libc/log/libfatal.internal.h | 71 ++ libc/log/log.h | 2 +- libc/log/logfile.c | 26 + libc/log/logfile.initabi.c | 24 - libc/log/loglevel.S | 2 +- libc/macros.internal.h | 164 +++-- libc/nexgen32e/auxv2.c | 23 + libc/nexgen32e/environ.S | 2 +- libc/nexgen32e/environ2.c | 23 + libc/nexgen32e/imapxlatab.S | 2 +- libc/nexgen32e/kcp437.S | 2 +- libc/nexgen32e/ksha256.S | 2 +- libc/nexgen32e/ksha512.S | 2 +- libc/nexgen32e/nexgen32e.mk | 4 + libc/nexgen32e/rdtsc.h | 9 + libc/nexgen32e/sha1.S | 10 +- libc/nexgen32e/sha1ni.S | 6 +- libc/nexgen32e/sha256.S | 8 +- libc/nexgen32e/sha256ni.S | 4 +- libc/nexgen32e/sha512.S | 2 +- libc/nexgen32e/strsak32.S | 2 +- libc/nexgen32e/x86feature.h | 5 + .../WaitOnAddress.S | 14 + .../WaitOnAddress.s | 12 - .../WakeByAddressAll.S | 17 + .../WakeByAddressAll.s | 15 - .../WakeByAddressSingle.S | 17 + .../WakeByAddressSingle.s | 15 - libc/nt/MsWSock/AcceptEx.S | 14 + libc/nt/MsWSock/AcceptEx.s | 12 - libc/nt/MsWSock/DisconnectEx.S | 14 + libc/nt/MsWSock/DisconnectEx.s | 12 - libc/nt/MsWSock/GetAcceptExSockaddrs.S | 14 + libc/nt/MsWSock/GetAcceptExSockaddrs.s | 12 - libc/nt/MsWSock/TransmitFile.S | 14 + libc/nt/MsWSock/TransmitFile.s | 12 - libc/nt/MsWSock/WSARecvEx.S | 14 + libc/nt/MsWSock/WSARecvEx.s | 12 - libc/nt/PowrProf/SetSuspendState.S | 14 + libc/nt/PowrProf/SetSuspendState.s | 12 - libc/nt/advapi32/AbortSystemShutdownW.S | 2 + libc/nt/advapi32/AbortSystemShutdownW.s | 2 - libc/nt/advapi32/AccessCheck.S | 14 + libc/nt/advapi32/AccessCheck.s | 12 - libc/nt/advapi32/AccessCheckAndAuditAlarmW.S | 2 + libc/nt/advapi32/AccessCheckAndAuditAlarmW.s | 2 - libc/nt/advapi32/AccessCheckByType.S | 2 + libc/nt/advapi32/AccessCheckByType.s | 2 - .../AccessCheckByTypeAndAuditAlarmW.S | 2 + .../AccessCheckByTypeAndAuditAlarmW.s | 2 - .../nt/advapi32/AccessCheckByTypeResultList.S | 2 + .../nt/advapi32/AccessCheckByTypeResultList.s | 2 - ...ckByTypeResultListAndAuditAlarmByHandleW.S | 2 + ...ckByTypeResultListAndAuditAlarmByHandleW.s | 2 - ...ccessCheckByTypeResultListAndAuditAlarmW.S | 2 + ...ccessCheckByTypeResultListAndAuditAlarmW.s | 2 - libc/nt/advapi32/AddAccessAllowedAce.S | 2 + libc/nt/advapi32/AddAccessAllowedAce.s | 2 - libc/nt/advapi32/AddAccessAllowedAceEx.S | 2 + libc/nt/advapi32/AddAccessAllowedAceEx.s | 2 - libc/nt/advapi32/AddAccessAllowedObjectAce.S | 2 + libc/nt/advapi32/AddAccessAllowedObjectAce.s | 2 - libc/nt/advapi32/AddAccessDeniedAce.S | 2 + libc/nt/advapi32/AddAccessDeniedAce.s | 2 - libc/nt/advapi32/AddAccessDeniedAceEx.S | 2 + libc/nt/advapi32/AddAccessDeniedAceEx.s | 2 - libc/nt/advapi32/AddAccessDeniedObjectAce.S | 2 + libc/nt/advapi32/AddAccessDeniedObjectAce.s | 2 - libc/nt/advapi32/AddAce.S | 2 + libc/nt/advapi32/AddAce.s | 2 - libc/nt/advapi32/AddAuditAccessAce.S | 2 + libc/nt/advapi32/AddAuditAccessAce.s | 2 - libc/nt/advapi32/AddAuditAccessAceEx.S | 2 + libc/nt/advapi32/AddAuditAccessAceEx.s | 2 - libc/nt/advapi32/AddAuditAccessObjectAce.S | 2 + libc/nt/advapi32/AddAuditAccessObjectAce.s | 2 - libc/nt/advapi32/AddConditionalAce.S | 2 + libc/nt/advapi32/AddConditionalAce.s | 2 - libc/nt/advapi32/AddMandatoryAce.S | 2 + libc/nt/advapi32/AddMandatoryAce.s | 2 - libc/nt/advapi32/AddUsersToEncryptedFile.S | 2 + libc/nt/advapi32/AddUsersToEncryptedFile.s | 2 - libc/nt/advapi32/AdjustTokenGroups.S | 2 + libc/nt/advapi32/AdjustTokenGroups.s | 2 - libc/nt/advapi32/AdjustTokenPrivileges.S | 14 + libc/nt/advapi32/AdjustTokenPrivileges.s | 12 - libc/nt/advapi32/AllocateAndInitializeSid.S | 2 + libc/nt/advapi32/AllocateAndInitializeSid.s | 2 - libc/nt/advapi32/AllocateLocallyUniqueId.S | 2 + libc/nt/advapi32/AllocateLocallyUniqueId.s | 2 - libc/nt/advapi32/AreAllAccessesGranted.S | 2 + libc/nt/advapi32/AreAllAccessesGranted.s | 2 - libc/nt/advapi32/AreAnyAccessesGranted.S | 2 + libc/nt/advapi32/AreAnyAccessesGranted.s | 2 - .../AuditComputeEffectivePolicyBySid.S | 2 + .../AuditComputeEffectivePolicyBySid.s | 2 - .../AuditComputeEffectivePolicyByToken.S | 2 + .../AuditComputeEffectivePolicyByToken.s | 2 - libc/nt/advapi32/AuditEnumerateCategories.S | 2 + libc/nt/advapi32/AuditEnumerateCategories.s | 2 - .../nt/advapi32/AuditEnumeratePerUserPolicy.S | 2 + .../nt/advapi32/AuditEnumeratePerUserPolicy.s | 2 - .../nt/advapi32/AuditEnumerateSubCategories.S | 2 + .../nt/advapi32/AuditEnumerateSubCategories.s | 2 - libc/nt/advapi32/AuditFree.S | 2 + libc/nt/advapi32/AuditFree.s | 2 - .../AuditLookupCategoryGuidFromCategoryId.S | 2 + .../AuditLookupCategoryGuidFromCategoryId.s | 2 - .../AuditLookupCategoryIdFromCategoryGuid.S | 2 + .../AuditLookupCategoryIdFromCategoryGuid.s | 2 - libc/nt/advapi32/AuditLookupCategoryNameW.S | 2 + libc/nt/advapi32/AuditLookupCategoryNameW.s | 2 - .../nt/advapi32/AuditLookupSubCategoryNameW.S | 2 + .../nt/advapi32/AuditLookupSubCategoryNameW.s | 2 - libc/nt/advapi32/AuditQueryPerUserPolicy.S | 2 + libc/nt/advapi32/AuditQueryPerUserPolicy.s | 2 - libc/nt/advapi32/AuditQuerySecurity.S | 2 + libc/nt/advapi32/AuditQuerySecurity.s | 2 - libc/nt/advapi32/AuditQuerySystemPolicy.S | 2 + libc/nt/advapi32/AuditQuerySystemPolicy.s | 2 - libc/nt/advapi32/AuditSetPerUserPolicy.S | 2 + libc/nt/advapi32/AuditSetPerUserPolicy.s | 2 - libc/nt/advapi32/AuditSetSecurity.S | 2 + libc/nt/advapi32/AuditSetSecurity.s | 2 - libc/nt/advapi32/AuditSetSystemPolicy.S | 2 + libc/nt/advapi32/AuditSetSystemPolicy.s | 2 - libc/nt/advapi32/BackupEventLogW.S | 2 + libc/nt/advapi32/BackupEventLogW.s | 2 - .../advapi32/BuildExplicitAccessWithNameW.S | 2 + .../advapi32/BuildExplicitAccessWithNameW.s | 2 - .../BuildImpersonateExplicitAccessWithNameW.S | 2 + .../BuildImpersonateExplicitAccessWithNameW.s | 2 - libc/nt/advapi32/BuildImpersonateTrusteeW.S | 2 + libc/nt/advapi32/BuildImpersonateTrusteeW.s | 2 - libc/nt/advapi32/BuildSecurityDescriptorW.S | 2 + libc/nt/advapi32/BuildSecurityDescriptorW.s | 2 - libc/nt/advapi32/BuildTrusteeWithNameW.S | 2 + libc/nt/advapi32/BuildTrusteeWithNameW.s | 2 - .../BuildTrusteeWithObjectsAndNameW.S | 2 + .../BuildTrusteeWithObjectsAndNameW.s | 2 - .../advapi32/BuildTrusteeWithObjectsAndSidW.S | 2 + .../advapi32/BuildTrusteeWithObjectsAndSidW.s | 2 - libc/nt/advapi32/BuildTrusteeWithSidW.S | 2 + libc/nt/advapi32/BuildTrusteeWithSidW.s | 2 - libc/nt/advapi32/ChangeServiceConfig2W.S | 2 + libc/nt/advapi32/ChangeServiceConfig2W.s | 2 - libc/nt/advapi32/ChangeServiceConfigW.S | 2 + libc/nt/advapi32/ChangeServiceConfigW.s | 2 - libc/nt/advapi32/CheckTokenMembership.S | 2 + libc/nt/advapi32/CheckTokenMembership.s | 2 - libc/nt/advapi32/ClearEventLogW.S | 2 + libc/nt/advapi32/ClearEventLogW.s | 2 - libc/nt/advapi32/CloseEncryptedFileRaw.S | 2 + libc/nt/advapi32/CloseEncryptedFileRaw.s | 2 - libc/nt/advapi32/CloseEventLog.S | 2 + libc/nt/advapi32/CloseEventLog.s | 2 - libc/nt/advapi32/CloseServiceHandle.S | 2 + libc/nt/advapi32/CloseServiceHandle.s | 2 - .../nt/advapi32/CloseThreadWaitChainSession.S | 2 + .../nt/advapi32/CloseThreadWaitChainSession.s | 2 - libc/nt/advapi32/CloseTrace.S | 2 + libc/nt/advapi32/CloseTrace.s | 2 - libc/nt/advapi32/ControlService.S | 2 + libc/nt/advapi32/ControlService.s | 2 - libc/nt/advapi32/ControlServiceExW.S | 2 + libc/nt/advapi32/ControlServiceExW.s | 2 - libc/nt/advapi32/ControlTraceW.S | 2 + libc/nt/advapi32/ControlTraceW.s | 2 - ...ityDescriptorToStringSecurityDescriptorW.S | 2 + ...ityDescriptorToStringSecurityDescriptorW.s | 2 - libc/nt/advapi32/ConvertSidToStringSidW.S | 2 + libc/nt/advapi32/ConvertSidToStringSidW.s | 2 - libc/nt/advapi32/ConvertStringSDToSDDomainW.S | 2 + libc/nt/advapi32/ConvertStringSDToSDDomainW.s | 2 - ...gSecurityDescriptorToSecurityDescriptorW.S | 2 + ...gSecurityDescriptorToSecurityDescriptorW.s | 2 - libc/nt/advapi32/ConvertStringSidToSidW.S | 2 + libc/nt/advapi32/ConvertStringSidToSidW.s | 2 - ...onvertToAutoInheritPrivateObjectSecurity.S | 2 + ...onvertToAutoInheritPrivateObjectSecurity.s | 2 - libc/nt/advapi32/CopySid.S | 2 + libc/nt/advapi32/CopySid.s | 2 - .../nt/advapi32/CreatePrivateObjectSecurity.S | 2 + .../nt/advapi32/CreatePrivateObjectSecurity.s | 2 - .../advapi32/CreatePrivateObjectSecurityEx.S | 2 + .../advapi32/CreatePrivateObjectSecurityEx.s | 2 - ...ateObjectSecurityWithMultipleInheritance.S | 2 + ...ateObjectSecurityWithMultipleInheritance.s | 2 - libc/nt/advapi32/CreateProcessAsUserW.S | 14 + libc/nt/advapi32/CreateProcessAsUserW.s | 12 - libc/nt/advapi32/CreateProcessWithLogonW.S | 2 + libc/nt/advapi32/CreateProcessWithLogonW.s | 2 - libc/nt/advapi32/CreateProcessWithTokenW.S | 2 + libc/nt/advapi32/CreateProcessWithTokenW.s | 2 - libc/nt/advapi32/CreateRestrictedToken.S | 2 + libc/nt/advapi32/CreateRestrictedToken.s | 2 - libc/nt/advapi32/CreateServiceW.S | 2 + libc/nt/advapi32/CreateServiceW.s | 2 - libc/nt/advapi32/CreateTraceInstanceId.S | 2 + libc/nt/advapi32/CreateTraceInstanceId.s | 2 - libc/nt/advapi32/CreateWellKnownSid.S | 2 + libc/nt/advapi32/CreateWellKnownSid.s | 2 - libc/nt/advapi32/CredDeleteW.S | 2 + libc/nt/advapi32/CredDeleteW.s | 2 - libc/nt/advapi32/CredEnumerateW.S | 2 + libc/nt/advapi32/CredEnumerateW.s | 2 - libc/nt/advapi32/CredFindBestCredentialW.S | 2 + libc/nt/advapi32/CredFindBestCredentialW.s | 2 - libc/nt/advapi32/CredFree.S | 2 + libc/nt/advapi32/CredFree.s | 2 - libc/nt/advapi32/CredGetSessionTypes.S | 2 + libc/nt/advapi32/CredGetSessionTypes.s | 2 - libc/nt/advapi32/CredGetTargetInfoW.S | 2 + libc/nt/advapi32/CredGetTargetInfoW.s | 2 - libc/nt/advapi32/CredIsMarshaledCredentialW.S | 2 + libc/nt/advapi32/CredIsMarshaledCredentialW.s | 2 - libc/nt/advapi32/CredIsProtectedW.S | 2 + libc/nt/advapi32/CredIsProtectedW.s | 2 - libc/nt/advapi32/CredMarshalCredentialW.S | 2 + libc/nt/advapi32/CredMarshalCredentialW.s | 2 - libc/nt/advapi32/CredProtectW.S | 2 + libc/nt/advapi32/CredProtectW.s | 2 - libc/nt/advapi32/CredReadDomainCredentialsW.S | 2 + libc/nt/advapi32/CredReadDomainCredentialsW.s | 2 - libc/nt/advapi32/CredReadW.S | 2 + libc/nt/advapi32/CredReadW.s | 2 - libc/nt/advapi32/CredRenameW.S | 2 + libc/nt/advapi32/CredRenameW.s | 2 - libc/nt/advapi32/CredUnmarshalCredentialW.S | 2 + libc/nt/advapi32/CredUnmarshalCredentialW.s | 2 - libc/nt/advapi32/CredUnprotectW.S | 2 + libc/nt/advapi32/CredUnprotectW.s | 2 - .../nt/advapi32/CredWriteDomainCredentialsW.S | 2 + .../nt/advapi32/CredWriteDomainCredentialsW.s | 2 - libc/nt/advapi32/CredWriteW.S | 2 + libc/nt/advapi32/CredWriteW.s | 2 - libc/nt/advapi32/CryptAcquireContextW.S | 2 + libc/nt/advapi32/CryptAcquireContextW.s | 2 - libc/nt/advapi32/CryptContextAddRef.S | 2 + libc/nt/advapi32/CryptContextAddRef.s | 2 - libc/nt/advapi32/CryptCreateHash.S | 2 + libc/nt/advapi32/CryptCreateHash.s | 2 - libc/nt/advapi32/CryptDecrypt.S | 2 + libc/nt/advapi32/CryptDecrypt.s | 2 - libc/nt/advapi32/CryptDeriveKey.S | 2 + libc/nt/advapi32/CryptDeriveKey.s | 2 - libc/nt/advapi32/CryptDestroyHash.S | 2 + libc/nt/advapi32/CryptDestroyHash.s | 2 - libc/nt/advapi32/CryptDestroyKey.S | 2 + libc/nt/advapi32/CryptDestroyKey.s | 2 - libc/nt/advapi32/CryptDuplicateHash.S | 2 + libc/nt/advapi32/CryptDuplicateHash.s | 2 - libc/nt/advapi32/CryptDuplicateKey.S | 2 + libc/nt/advapi32/CryptDuplicateKey.s | 2 - libc/nt/advapi32/CryptEncrypt.S | 2 + libc/nt/advapi32/CryptEncrypt.s | 2 - libc/nt/advapi32/CryptEnumProviderTypesW.S | 2 + libc/nt/advapi32/CryptEnumProviderTypesW.s | 2 - libc/nt/advapi32/CryptEnumProvidersW.S | 2 + libc/nt/advapi32/CryptEnumProvidersW.s | 2 - libc/nt/advapi32/CryptExportKey.S | 2 + libc/nt/advapi32/CryptExportKey.s | 2 - libc/nt/advapi32/CryptGenKey.S | 2 + libc/nt/advapi32/CryptGenKey.s | 2 - libc/nt/advapi32/CryptGenRandom.S | 2 + libc/nt/advapi32/CryptGenRandom.s | 2 - libc/nt/advapi32/CryptGetDefaultProviderW.S | 2 + libc/nt/advapi32/CryptGetDefaultProviderW.s | 2 - libc/nt/advapi32/CryptGetHashParam.S | 2 + libc/nt/advapi32/CryptGetHashParam.s | 2 - libc/nt/advapi32/CryptGetKeyParam.S | 2 + libc/nt/advapi32/CryptGetKeyParam.s | 2 - libc/nt/advapi32/CryptGetLocalKeyLimits.S | 2 + libc/nt/advapi32/CryptGetLocalKeyLimits.s | 2 - libc/nt/advapi32/CryptGetProvParam.S | 2 + libc/nt/advapi32/CryptGetProvParam.s | 2 - libc/nt/advapi32/CryptGetUserKey.S | 2 + libc/nt/advapi32/CryptGetUserKey.s | 2 - libc/nt/advapi32/CryptHashData.S | 2 + libc/nt/advapi32/CryptHashData.s | 2 - libc/nt/advapi32/CryptHashSessionKey.S | 2 + libc/nt/advapi32/CryptHashSessionKey.s | 2 - libc/nt/advapi32/CryptImportKey.S | 2 + libc/nt/advapi32/CryptImportKey.s | 2 - libc/nt/advapi32/CryptReleaseContext.S | 2 + libc/nt/advapi32/CryptReleaseContext.s | 2 - libc/nt/advapi32/CryptSetHashParam.S | 2 + libc/nt/advapi32/CryptSetHashParam.s | 2 - libc/nt/advapi32/CryptSetKeyParam.S | 2 + libc/nt/advapi32/CryptSetKeyParam.s | 2 - libc/nt/advapi32/CryptSetProvParam.S | 2 + libc/nt/advapi32/CryptSetProvParam.s | 2 - libc/nt/advapi32/CryptSetProviderExW.S | 2 + libc/nt/advapi32/CryptSetProviderExW.s | 2 - libc/nt/advapi32/CryptSetProviderW.S | 2 + libc/nt/advapi32/CryptSetProviderW.s | 2 - libc/nt/advapi32/CryptSignHashW.S | 2 + libc/nt/advapi32/CryptSignHashW.s | 2 - libc/nt/advapi32/CryptVerifySignatureW.S | 2 + libc/nt/advapi32/CryptVerifySignatureW.s | 2 - libc/nt/advapi32/DecryptFileW.S | 2 + libc/nt/advapi32/DecryptFileW.s | 2 - libc/nt/advapi32/DeleteAce.S | 2 + libc/nt/advapi32/DeleteAce.s | 2 - libc/nt/advapi32/DeleteService.S | 2 + libc/nt/advapi32/DeleteService.s | 2 - libc/nt/advapi32/DeregisterEventSource.S | 17 + libc/nt/advapi32/DeregisterEventSource.s | 15 - .../advapi32/DestroyPrivateObjectSecurity.S | 2 + .../advapi32/DestroyPrivateObjectSecurity.s | 2 - .../nt/advapi32/DuplicateEncryptionInfoFile.S | 2 + .../nt/advapi32/DuplicateEncryptionInfoFile.s | 2 - libc/nt/advapi32/DuplicateToken.S | 14 + libc/nt/advapi32/DuplicateToken.s | 12 - libc/nt/advapi32/DuplicateTokenEx.S | 14 + libc/nt/advapi32/DuplicateTokenEx.s | 12 - libc/nt/advapi32/EnableTrace.S | 2 + libc/nt/advapi32/EnableTrace.s | 2 - libc/nt/advapi32/EnableTraceEx.S | 2 + libc/nt/advapi32/EnableTraceEx.s | 2 - libc/nt/advapi32/EnableTraceEx2.S | 2 + libc/nt/advapi32/EnableTraceEx2.s | 2 - libc/nt/advapi32/EncryptFileW.S | 2 + libc/nt/advapi32/EncryptFileW.s | 2 - libc/nt/advapi32/EncryptionDisable.S | 2 + libc/nt/advapi32/EncryptionDisable.s | 2 - libc/nt/advapi32/EnumDependentServicesW.S | 2 + libc/nt/advapi32/EnumDependentServicesW.s | 2 - libc/nt/advapi32/EnumServicesStatusExW.S | 2 + libc/nt/advapi32/EnumServicesStatusExW.s | 2 - libc/nt/advapi32/EnumServicesStatusW.S | 2 + libc/nt/advapi32/EnumServicesStatusW.s | 2 - libc/nt/advapi32/EnumerateTraceGuids.S | 2 + libc/nt/advapi32/EnumerateTraceGuids.s | 2 - libc/nt/advapi32/EnumerateTraceGuidsEx.S | 2 + libc/nt/advapi32/EnumerateTraceGuidsEx.s | 2 - libc/nt/advapi32/EqualDomainSid.S | 2 + libc/nt/advapi32/EqualDomainSid.s | 2 - libc/nt/advapi32/EqualPrefixSid.S | 2 + libc/nt/advapi32/EqualPrefixSid.s | 2 - libc/nt/advapi32/EqualSid.S | 2 + libc/nt/advapi32/EqualSid.s | 2 - libc/nt/advapi32/EventAccessControl.S | 2 + libc/nt/advapi32/EventAccessControl.s | 2 - libc/nt/advapi32/EventAccessQuery.S | 2 + libc/nt/advapi32/EventAccessQuery.s | 2 - libc/nt/advapi32/EventAccessRemove.S | 2 + libc/nt/advapi32/EventAccessRemove.s | 2 - libc/nt/advapi32/EventActivityIdControl.S | 2 + libc/nt/advapi32/EventActivityIdControl.s | 2 - libc/nt/advapi32/EventEnabled.S | 2 + libc/nt/advapi32/EventEnabled.s | 2 - libc/nt/advapi32/EventProviderEnabled.S | 2 + libc/nt/advapi32/EventProviderEnabled.s | 2 - libc/nt/advapi32/EventRegister.S | 2 + libc/nt/advapi32/EventRegister.s | 2 - libc/nt/advapi32/EventUnregister.S | 2 + libc/nt/advapi32/EventUnregister.s | 2 - libc/nt/advapi32/EventWrite.S | 2 + libc/nt/advapi32/EventWrite.s | 2 - libc/nt/advapi32/EventWriteEx.S | 2 + libc/nt/advapi32/EventWriteEx.s | 2 - libc/nt/advapi32/EventWriteString.S | 2 + libc/nt/advapi32/EventWriteString.s | 2 - libc/nt/advapi32/EventWriteTransfer.S | 2 + libc/nt/advapi32/EventWriteTransfer.s | 2 - libc/nt/advapi32/FileEncryptionStatusW.S | 2 + libc/nt/advapi32/FileEncryptionStatusW.s | 2 - libc/nt/advapi32/FindFirstFreeAce.S | 2 + libc/nt/advapi32/FindFirstFreeAce.s | 2 - libc/nt/advapi32/FlushTraceW.S | 2 + libc/nt/advapi32/FlushTraceW.s | 2 - .../FreeEncryptionCertificateHashList.S | 2 + .../FreeEncryptionCertificateHashList.s | 2 - libc/nt/advapi32/FreeInheritedFromArray.S | 2 + libc/nt/advapi32/FreeInheritedFromArray.s | 2 - libc/nt/advapi32/FreeSid.S | 2 + libc/nt/advapi32/FreeSid.s | 2 - libc/nt/advapi32/GetAce.S | 2 + libc/nt/advapi32/GetAce.s | 2 - libc/nt/advapi32/GetAclInformation.S | 2 + libc/nt/advapi32/GetAclInformation.s | 2 - .../advapi32/GetAuditedPermissionsFromAclW.S | 2 + .../advapi32/GetAuditedPermissionsFromAclW.s | 2 - libc/nt/advapi32/GetCurrentHwProfileW.S | 2 + libc/nt/advapi32/GetCurrentHwProfileW.s | 2 - libc/nt/advapi32/GetEffectiveRightsFromAclW.S | 2 + libc/nt/advapi32/GetEffectiveRightsFromAclW.s | 2 - libc/nt/advapi32/GetEventLogInformation.S | 2 + libc/nt/advapi32/GetEventLogInformation.s | 2 - libc/nt/advapi32/GetExplicitEntriesFromAclW.S | 2 + libc/nt/advapi32/GetExplicitEntriesFromAclW.s | 2 - libc/nt/advapi32/GetFileSecurityW.S | 14 + libc/nt/advapi32/GetFileSecurityW.s | 12 - libc/nt/advapi32/GetInheritanceSourceW.S | 2 + libc/nt/advapi32/GetInheritanceSourceW.s | 2 - libc/nt/advapi32/GetKernelObjectSecurity.S | 2 + libc/nt/advapi32/GetKernelObjectSecurity.s | 2 - libc/nt/advapi32/GetLengthSid.S | 2 + libc/nt/advapi32/GetLengthSid.s | 2 - .../nt/advapi32/GetLocalManagedApplications.S | 2 + .../nt/advapi32/GetLocalManagedApplications.s | 2 - .../GetManagedApplicationCategories.S | 2 + .../GetManagedApplicationCategories.s | 2 - libc/nt/advapi32/GetManagedApplications.S | 2 + libc/nt/advapi32/GetManagedApplications.s | 2 - .../advapi32/GetMultipleTrusteeOperationW.S | 2 + .../advapi32/GetMultipleTrusteeOperationW.s | 2 - libc/nt/advapi32/GetMultipleTrusteeW.S | 2 + libc/nt/advapi32/GetMultipleTrusteeW.s | 2 - libc/nt/advapi32/GetNamedSecurityInfoW.S | 2 + libc/nt/advapi32/GetNamedSecurityInfoW.s | 2 - libc/nt/advapi32/GetNumberOfEventLogRecords.S | 2 + libc/nt/advapi32/GetNumberOfEventLogRecords.s | 2 - libc/nt/advapi32/GetOldestEventLogRecord.S | 2 + libc/nt/advapi32/GetOldestEventLogRecord.s | 2 - libc/nt/advapi32/GetPrivateObjectSecurity.S | 2 + libc/nt/advapi32/GetPrivateObjectSecurity.s | 2 - .../advapi32/GetSecurityDescriptorControl.S | 2 + .../advapi32/GetSecurityDescriptorControl.s | 2 - libc/nt/advapi32/GetSecurityDescriptorDacl.S | 2 + libc/nt/advapi32/GetSecurityDescriptorDacl.s | 2 - libc/nt/advapi32/GetSecurityDescriptorGroup.S | 2 + libc/nt/advapi32/GetSecurityDescriptorGroup.s | 2 - .../nt/advapi32/GetSecurityDescriptorLength.S | 2 + .../nt/advapi32/GetSecurityDescriptorLength.s | 2 - libc/nt/advapi32/GetSecurityDescriptorOwner.S | 2 + libc/nt/advapi32/GetSecurityDescriptorOwner.s | 2 - .../advapi32/GetSecurityDescriptorRMControl.S | 2 + .../advapi32/GetSecurityDescriptorRMControl.s | 2 - libc/nt/advapi32/GetSecurityDescriptorSacl.S | 2 + libc/nt/advapi32/GetSecurityDescriptorSacl.s | 2 - libc/nt/advapi32/GetSecurityInfo.S | 2 + libc/nt/advapi32/GetSecurityInfo.s | 2 - libc/nt/advapi32/GetServiceDisplayNameW.S | 2 + libc/nt/advapi32/GetServiceDisplayNameW.s | 2 - libc/nt/advapi32/GetServiceKeyNameW.S | 2 + libc/nt/advapi32/GetServiceKeyNameW.s | 2 - libc/nt/advapi32/GetSidIdentifierAuthority.S | 2 + libc/nt/advapi32/GetSidIdentifierAuthority.s | 2 - libc/nt/advapi32/GetSidLengthRequired.S | 2 + libc/nt/advapi32/GetSidLengthRequired.s | 2 - libc/nt/advapi32/GetSidSubAuthority.S | 2 + libc/nt/advapi32/GetSidSubAuthority.s | 2 - libc/nt/advapi32/GetSidSubAuthorityCount.S | 2 + libc/nt/advapi32/GetSidSubAuthorityCount.s | 2 - libc/nt/advapi32/GetThreadWaitChain.S | 2 + libc/nt/advapi32/GetThreadWaitChain.s | 2 - libc/nt/advapi32/GetTokenInformation.S | 2 + libc/nt/advapi32/GetTokenInformation.s | 2 - libc/nt/advapi32/GetTraceEnableFlags.S | 2 + libc/nt/advapi32/GetTraceEnableFlags.s | 2 - libc/nt/advapi32/GetTraceEnableLevel.S | 2 + libc/nt/advapi32/GetTraceEnableLevel.s | 2 - libc/nt/advapi32/GetTraceLoggerHandle.S | 2 + libc/nt/advapi32/GetTraceLoggerHandle.s | 2 - libc/nt/advapi32/GetTrusteeFormW.S | 2 + libc/nt/advapi32/GetTrusteeFormW.s | 2 - libc/nt/advapi32/GetTrusteeNameW.S | 2 + libc/nt/advapi32/GetTrusteeNameW.s | 2 - libc/nt/advapi32/GetTrusteeTypeW.S | 2 + libc/nt/advapi32/GetTrusteeTypeW.s | 2 - libc/nt/advapi32/GetUserNameW.S | 14 + libc/nt/advapi32/GetUserNameW.s | 12 - libc/nt/advapi32/GetWindowsAccountDomainSid.S | 2 + libc/nt/advapi32/GetWindowsAccountDomainSid.s | 2 - libc/nt/advapi32/ImpersonateAnonymousToken.S | 2 + libc/nt/advapi32/ImpersonateAnonymousToken.s | 2 - libc/nt/advapi32/ImpersonateLoggedOnUser.S | 2 + libc/nt/advapi32/ImpersonateLoggedOnUser.s | 2 - libc/nt/advapi32/ImpersonateNamedPipeClient.S | 2 + libc/nt/advapi32/ImpersonateNamedPipeClient.s | 2 - libc/nt/advapi32/ImpersonateSelf.S | 17 + libc/nt/advapi32/ImpersonateSelf.s | 15 - libc/nt/advapi32/InitializeAcl.S | 2 + libc/nt/advapi32/InitializeAcl.s | 2 - .../advapi32/InitializeSecurityDescriptor.S | 2 + .../advapi32/InitializeSecurityDescriptor.s | 2 - libc/nt/advapi32/InitializeSid.S | 2 + libc/nt/advapi32/InitializeSid.s | 2 - libc/nt/advapi32/InitiateShutdownW.S | 14 + libc/nt/advapi32/InitiateShutdownW.s | 12 - libc/nt/advapi32/InitiateSystemShutdownExW.S | 2 + libc/nt/advapi32/InitiateSystemShutdownExW.s | 2 - libc/nt/advapi32/InitiateSystemShutdownW.S | 2 + libc/nt/advapi32/InitiateSystemShutdownW.s | 2 - libc/nt/advapi32/InstallApplication.S | 2 + libc/nt/advapi32/InstallApplication.s | 2 - libc/nt/advapi32/IsTextUnicode.S | 2 + libc/nt/advapi32/IsTextUnicode.s | 2 - libc/nt/advapi32/IsTokenRestricted.S | 2 + libc/nt/advapi32/IsTokenRestricted.s | 2 - libc/nt/advapi32/IsValidAcl.S | 2 + libc/nt/advapi32/IsValidAcl.s | 2 - libc/nt/advapi32/IsValidSecurityDescriptor.S | 2 + libc/nt/advapi32/IsValidSecurityDescriptor.s | 2 - libc/nt/advapi32/IsValidSid.S | 2 + libc/nt/advapi32/IsValidSid.s | 2 - libc/nt/advapi32/IsWellKnownSid.S | 2 + libc/nt/advapi32/IsWellKnownSid.s | 2 - libc/nt/advapi32/LockServiceDatabase.S | 2 + libc/nt/advapi32/LockServiceDatabase.s | 2 - libc/nt/advapi32/LogonUserExExW.S | 2 + libc/nt/advapi32/LogonUserExExW.s | 2 - libc/nt/advapi32/LogonUserExW.S | 2 + libc/nt/advapi32/LogonUserExW.s | 2 - libc/nt/advapi32/LogonUserW.S | 2 + libc/nt/advapi32/LogonUserW.s | 2 - libc/nt/advapi32/LookupAccountNameW.S | 2 + libc/nt/advapi32/LookupAccountNameW.s | 2 - libc/nt/advapi32/LookupAccountSidW.S | 2 + libc/nt/advapi32/LookupAccountSidW.s | 2 - .../nt/advapi32/LookupPrivilegeDisplayNameW.S | 2 + .../nt/advapi32/LookupPrivilegeDisplayNameW.s | 2 - libc/nt/advapi32/LookupPrivilegeNameW.S | 2 + libc/nt/advapi32/LookupPrivilegeNameW.s | 2 - libc/nt/advapi32/LookupPrivilegeValueW.S | 14 + libc/nt/advapi32/LookupPrivilegeValueW.s | 12 - .../advapi32/LookupSecurityDescriptorPartsW.S | 2 + .../advapi32/LookupSecurityDescriptorPartsW.s | 2 - libc/nt/advapi32/LsaAddAccountRights.S | 2 + libc/nt/advapi32/LsaAddAccountRights.s | 2 - libc/nt/advapi32/LsaClose.S | 2 + libc/nt/advapi32/LsaClose.s | 2 - libc/nt/advapi32/LsaCreateTrustedDomain.S | 2 + libc/nt/advapi32/LsaCreateTrustedDomain.s | 2 - libc/nt/advapi32/LsaCreateTrustedDomainEx.S | 2 + libc/nt/advapi32/LsaCreateTrustedDomainEx.s | 2 - libc/nt/advapi32/LsaDeleteTrustedDomain.S | 2 + libc/nt/advapi32/LsaDeleteTrustedDomain.s | 2 - libc/nt/advapi32/LsaEnumerateAccountRights.S | 2 + libc/nt/advapi32/LsaEnumerateAccountRights.s | 2 - .../LsaEnumerateAccountsWithUserRight.S | 2 + .../LsaEnumerateAccountsWithUserRight.s | 2 - libc/nt/advapi32/LsaEnumerateTrustedDomains.S | 2 + libc/nt/advapi32/LsaEnumerateTrustedDomains.s | 2 - .../advapi32/LsaEnumerateTrustedDomainsEx.S | 2 + .../advapi32/LsaEnumerateTrustedDomainsEx.s | 2 - libc/nt/advapi32/LsaFreeMemory.S | 2 + libc/nt/advapi32/LsaFreeMemory.s | 2 - libc/nt/advapi32/LsaLookupNames.S | 2 + libc/nt/advapi32/LsaLookupNames.s | 2 - libc/nt/advapi32/LsaLookupNames2.S | 2 + libc/nt/advapi32/LsaLookupNames2.s | 2 - libc/nt/advapi32/LsaLookupSids.S | 2 + libc/nt/advapi32/LsaLookupSids.s | 2 - libc/nt/advapi32/LsaNtStatusToWinError.S | 2 + libc/nt/advapi32/LsaNtStatusToWinError.s | 2 - libc/nt/advapi32/LsaOpenPolicy.S | 2 + libc/nt/advapi32/LsaOpenPolicy.s | 2 - libc/nt/advapi32/LsaOpenTrustedDomainByName.S | 2 + libc/nt/advapi32/LsaOpenTrustedDomainByName.s | 2 - .../LsaQueryDomainInformationPolicy.S | 2 + .../LsaQueryDomainInformationPolicy.s | 2 - .../advapi32/LsaQueryForestTrustInformation.S | 2 + .../advapi32/LsaQueryForestTrustInformation.s | 2 - libc/nt/advapi32/LsaQueryInformationPolicy.S | 2 + libc/nt/advapi32/LsaQueryInformationPolicy.s | 2 - libc/nt/advapi32/LsaQueryTrustedDomainInfo.S | 2 + libc/nt/advapi32/LsaQueryTrustedDomainInfo.s | 2 - .../LsaQueryTrustedDomainInfoByName.S | 2 + .../LsaQueryTrustedDomainInfoByName.s | 2 - libc/nt/advapi32/LsaRemoveAccountRights.S | 2 + libc/nt/advapi32/LsaRemoveAccountRights.s | 2 - libc/nt/advapi32/LsaRetrievePrivateData.S | 2 + libc/nt/advapi32/LsaRetrievePrivateData.s | 2 - .../advapi32/LsaSetDomainInformationPolicy.S | 2 + .../advapi32/LsaSetDomainInformationPolicy.s | 2 - .../advapi32/LsaSetForestTrustInformation.S | 2 + .../advapi32/LsaSetForestTrustInformation.s | 2 - libc/nt/advapi32/LsaSetInformationPolicy.S | 2 + libc/nt/advapi32/LsaSetInformationPolicy.s | 2 - .../advapi32/LsaSetTrustedDomainInfoByName.S | 2 + .../advapi32/LsaSetTrustedDomainInfoByName.s | 2 - .../advapi32/LsaSetTrustedDomainInformation.S | 2 + .../advapi32/LsaSetTrustedDomainInformation.s | 2 - libc/nt/advapi32/LsaStorePrivateData.S | 2 + libc/nt/advapi32/LsaStorePrivateData.s | 2 - libc/nt/advapi32/MSChapSrvChangePassword.S | 2 + libc/nt/advapi32/MSChapSrvChangePassword.s | 2 - libc/nt/advapi32/MSChapSrvChangePassword2.S | 2 + libc/nt/advapi32/MSChapSrvChangePassword2.s | 2 - libc/nt/advapi32/MakeAbsoluteSD.S | 2 + libc/nt/advapi32/MakeAbsoluteSD.s | 2 - libc/nt/advapi32/MakeSelfRelativeSD.S | 2 + libc/nt/advapi32/MakeSelfRelativeSD.s | 2 - libc/nt/advapi32/MapGenericMask.S | 14 + libc/nt/advapi32/MapGenericMask.s | 12 - libc/nt/advapi32/NotifyBootConfigStatus.S | 2 + libc/nt/advapi32/NotifyBootConfigStatus.s | 2 - libc/nt/advapi32/NotifyChangeEventLog.S | 2 + libc/nt/advapi32/NotifyChangeEventLog.s | 2 - libc/nt/advapi32/NotifyServiceStatusChange.s | 2 - libc/nt/advapi32/NotifyServiceStatusChangeW.S | 2 + libc/nt/advapi32/NotifyServiceStatusChangeW.s | 2 - libc/nt/advapi32/ObjectCloseAuditAlarmW.S | 2 + libc/nt/advapi32/ObjectCloseAuditAlarmW.s | 2 - libc/nt/advapi32/ObjectDeleteAuditAlarmW.S | 2 + libc/nt/advapi32/ObjectDeleteAuditAlarmW.s | 2 - libc/nt/advapi32/ObjectOpenAuditAlarmW.S | 2 + libc/nt/advapi32/ObjectOpenAuditAlarmW.s | 2 - libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.S | 2 + libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.s | 2 - libc/nt/advapi32/OpenBackupEventLogW.S | 2 + libc/nt/advapi32/OpenBackupEventLogW.s | 2 - libc/nt/advapi32/OpenEncryptedFileRawW.S | 2 + libc/nt/advapi32/OpenEncryptedFileRawW.s | 2 - libc/nt/advapi32/OpenEventLogW.S | 2 + libc/nt/advapi32/OpenEventLogW.s | 2 - libc/nt/advapi32/OpenProcessToken.S | 14 + libc/nt/advapi32/OpenProcessToken.s | 12 - libc/nt/advapi32/OpenSCManagerW.S | 2 + libc/nt/advapi32/OpenSCManagerW.s | 2 - libc/nt/advapi32/OpenServiceW.S | 2 + libc/nt/advapi32/OpenServiceW.s | 2 - libc/nt/advapi32/OpenThreadToken.S | 14 + libc/nt/advapi32/OpenThreadToken.s | 12 - libc/nt/advapi32/OpenThreadWaitChainSession.S | 2 + libc/nt/advapi32/OpenThreadWaitChainSession.s | 2 - libc/nt/advapi32/OpenTraceW.S | 2 + libc/nt/advapi32/OpenTraceW.s | 2 - libc/nt/advapi32/PerfCreateInstance.S | 2 + libc/nt/advapi32/PerfCreateInstance.s | 2 - .../advapi32/PerfDecrementULongCounterValue.S | 2 + .../advapi32/PerfDecrementULongCounterValue.s | 2 - .../PerfDecrementULongLongCounterValue.S | 2 + .../PerfDecrementULongLongCounterValue.s | 2 - libc/nt/advapi32/PerfDeleteInstance.S | 2 + libc/nt/advapi32/PerfDeleteInstance.s | 2 - .../advapi32/PerfIncrementULongCounterValue.S | 2 + .../advapi32/PerfIncrementULongCounterValue.s | 2 - .../PerfIncrementULongLongCounterValue.S | 2 + .../PerfIncrementULongLongCounterValue.s | 2 - libc/nt/advapi32/PerfQueryInstance.S | 2 + libc/nt/advapi32/PerfQueryInstance.s | 2 - libc/nt/advapi32/PerfSetCounterRefValue.S | 2 + libc/nt/advapi32/PerfSetCounterRefValue.s | 2 - libc/nt/advapi32/PerfSetCounterSetInfo.S | 2 + libc/nt/advapi32/PerfSetCounterSetInfo.s | 2 - libc/nt/advapi32/PerfSetULongCounterValue.S | 2 + libc/nt/advapi32/PerfSetULongCounterValue.s | 2 - .../advapi32/PerfSetULongLongCounterValue.S | 2 + .../advapi32/PerfSetULongLongCounterValue.s | 2 - libc/nt/advapi32/PerfStartProvider.S | 2 + libc/nt/advapi32/PerfStartProvider.s | 2 - libc/nt/advapi32/PerfStartProviderEx.S | 2 + libc/nt/advapi32/PerfStartProviderEx.s | 2 - libc/nt/advapi32/PerfStopProvider.S | 2 + libc/nt/advapi32/PerfStopProvider.s | 2 - libc/nt/advapi32/PrivilegeCheck.S | 2 + libc/nt/advapi32/PrivilegeCheck.s | 2 - .../advapi32/PrivilegedServiceAuditAlarmW.S | 2 + .../advapi32/PrivilegedServiceAuditAlarmW.s | 2 - libc/nt/advapi32/ProcessTrace.S | 2 + libc/nt/advapi32/ProcessTrace.s | 2 - libc/nt/advapi32/QueryAllTracesW.S | 2 + libc/nt/advapi32/QueryAllTracesW.s | 2 - .../QueryRecoveryAgentsOnEncryptedFile.S | 2 + .../QueryRecoveryAgentsOnEncryptedFile.s | 2 - libc/nt/advapi32/QuerySecurityAccessMask.S | 2 + libc/nt/advapi32/QuerySecurityAccessMask.s | 2 - libc/nt/advapi32/QueryServiceConfig2W.S | 2 + libc/nt/advapi32/QueryServiceConfig2W.s | 2 - libc/nt/advapi32/QueryServiceConfigW.S | 2 + libc/nt/advapi32/QueryServiceConfigW.s | 2 - libc/nt/advapi32/QueryServiceLockStatusW.S | 2 + libc/nt/advapi32/QueryServiceLockStatusW.s | 2 - libc/nt/advapi32/QueryServiceObjectSecurity.S | 2 + libc/nt/advapi32/QueryServiceObjectSecurity.s | 2 - libc/nt/advapi32/QueryServiceStatus.S | 2 + libc/nt/advapi32/QueryServiceStatus.s | 2 - libc/nt/advapi32/QueryServiceStatusEx.S | 2 + libc/nt/advapi32/QueryServiceStatusEx.s | 2 - libc/nt/advapi32/QueryTraceW.S | 2 + libc/nt/advapi32/QueryTraceW.s | 2 - libc/nt/advapi32/QueryUsersOnEncryptedFile.S | 2 + libc/nt/advapi32/QueryUsersOnEncryptedFile.s | 2 - libc/nt/advapi32/ReadEncryptedFileRaw.S | 2 + libc/nt/advapi32/ReadEncryptedFileRaw.s | 2 - libc/nt/advapi32/ReadEventLogW.S | 2 + libc/nt/advapi32/ReadEventLogW.s | 2 - libc/nt/advapi32/RegCloseKey.S | 17 + libc/nt/advapi32/RegCloseKey.s | 15 - libc/nt/advapi32/RegConnectRegistryW.S | 14 + libc/nt/advapi32/RegConnectRegistryW.s | 12 - libc/nt/advapi32/RegCopyTreeW.S | 2 + libc/nt/advapi32/RegCopyTreeW.s | 2 - libc/nt/advapi32/RegCreateKeyExW.S | 14 + libc/nt/advapi32/RegCreateKeyExW.s | 12 - libc/nt/advapi32/RegCreateKeyTransactedW.S | 2 + libc/nt/advapi32/RegCreateKeyTransactedW.s | 2 - libc/nt/advapi32/RegCreateKeyW.S | 14 + libc/nt/advapi32/RegCreateKeyW.s | 12 - libc/nt/advapi32/RegDeleteKeyExW.S | 14 + libc/nt/advapi32/RegDeleteKeyExW.s | 12 - libc/nt/advapi32/RegDeleteKeyTransactedW.S | 2 + libc/nt/advapi32/RegDeleteKeyTransactedW.s | 2 - libc/nt/advapi32/RegDeleteKeyValueW.S | 2 + libc/nt/advapi32/RegDeleteKeyValueW.s | 2 - libc/nt/advapi32/RegDeleteKeyW.S | 14 + libc/nt/advapi32/RegDeleteKeyW.s | 12 - libc/nt/advapi32/RegDeleteTreeW.S | 14 + libc/nt/advapi32/RegDeleteTreeW.s | 12 - libc/nt/advapi32/RegDeleteValueW.S | 14 + libc/nt/advapi32/RegDeleteValueW.s | 12 - libc/nt/advapi32/RegDisablePredefinedCache.S | 17 + libc/nt/advapi32/RegDisablePredefinedCache.s | 15 - .../nt/advapi32/RegDisablePredefinedCacheEx.S | 2 + .../nt/advapi32/RegDisablePredefinedCacheEx.s | 2 - libc/nt/advapi32/RegDisableReflectionKey.S | 17 + libc/nt/advapi32/RegDisableReflectionKey.s | 15 - libc/nt/advapi32/RegEnableReflectionKey.S | 17 + libc/nt/advapi32/RegEnableReflectionKey.s | 15 - libc/nt/advapi32/RegEnumKeyExW.S | 14 + libc/nt/advapi32/RegEnumKeyExW.s | 12 - libc/nt/advapi32/RegEnumKeyW.S | 14 + libc/nt/advapi32/RegEnumKeyW.s | 12 - libc/nt/advapi32/RegEnumValueW.S | 14 + libc/nt/advapi32/RegEnumValueW.s | 12 - libc/nt/advapi32/RegFlushKey.S | 17 + libc/nt/advapi32/RegFlushKey.s | 15 - libc/nt/advapi32/RegGetKeySecurity.S | 14 + libc/nt/advapi32/RegGetKeySecurity.s | 12 - libc/nt/advapi32/RegGetValueW.S | 14 + libc/nt/advapi32/RegGetValueW.s | 12 - libc/nt/advapi32/RegLoadAppKeyW.S | 2 + libc/nt/advapi32/RegLoadAppKeyW.s | 2 - libc/nt/advapi32/RegLoadKeyW.S | 14 + libc/nt/advapi32/RegLoadKeyW.s | 12 - libc/nt/advapi32/RegLoadMUIStringW.S | 2 + libc/nt/advapi32/RegLoadMUIStringW.s | 2 - libc/nt/advapi32/RegNotifyChangeKeyValue.S | 14 + libc/nt/advapi32/RegNotifyChangeKeyValue.s | 12 - libc/nt/advapi32/RegOpenCurrentUser.S | 14 + libc/nt/advapi32/RegOpenCurrentUser.s | 12 - libc/nt/advapi32/RegOpenKeyExW.S | 14 + libc/nt/advapi32/RegOpenKeyExW.s | 12 - libc/nt/advapi32/RegOpenKeyTransactedW.S | 2 + libc/nt/advapi32/RegOpenKeyTransactedW.s | 2 - libc/nt/advapi32/RegOpenKeyW.S | 2 + libc/nt/advapi32/RegOpenKeyW.s | 2 - libc/nt/advapi32/RegOpenUserClassesRoot.S | 14 + libc/nt/advapi32/RegOpenUserClassesRoot.s | 12 - libc/nt/advapi32/RegOverridePredefKey.S | 14 + libc/nt/advapi32/RegOverridePredefKey.s | 12 - libc/nt/advapi32/RegQueryInfoKeyW.S | 14 + libc/nt/advapi32/RegQueryInfoKeyW.s | 12 - libc/nt/advapi32/RegQueryMultipleValuesW.S | 14 + libc/nt/advapi32/RegQueryMultipleValuesW.s | 12 - libc/nt/advapi32/RegQueryReflectionKey.S | 14 + libc/nt/advapi32/RegQueryReflectionKey.s | 12 - libc/nt/advapi32/RegQueryValueExW.S | 14 + libc/nt/advapi32/RegQueryValueExW.s | 12 - libc/nt/advapi32/RegQueryValueW.S | 14 + libc/nt/advapi32/RegQueryValueW.s | 12 - libc/nt/advapi32/RegReplaceKeyW.S | 14 + libc/nt/advapi32/RegReplaceKeyW.s | 12 - libc/nt/advapi32/RegRestoreKeyW.S | 14 + libc/nt/advapi32/RegRestoreKeyW.s | 12 - libc/nt/advapi32/RegSaveKeyExW.S | 2 + libc/nt/advapi32/RegSaveKeyExW.s | 2 - libc/nt/advapi32/RegSaveKeyW.S | 14 + libc/nt/advapi32/RegSaveKeyW.s | 12 - libc/nt/advapi32/RegSetKeySecurity.S | 14 + libc/nt/advapi32/RegSetKeySecurity.s | 12 - libc/nt/advapi32/RegSetKeyValueW.S | 2 + libc/nt/advapi32/RegSetKeyValueW.s | 2 - libc/nt/advapi32/RegSetValueExW.S | 14 + libc/nt/advapi32/RegSetValueExW.s | 12 - libc/nt/advapi32/RegSetValueW.S | 14 + libc/nt/advapi32/RegSetValueW.s | 12 - libc/nt/advapi32/RegUnLoadKeyW.S | 14 + libc/nt/advapi32/RegUnLoadKeyW.s | 12 - libc/nt/advapi32/RegisterEventSourceW.S | 14 + libc/nt/advapi32/RegisterEventSourceW.s | 12 - .../advapi32/RegisterServiceCtrlHandlerExW.S | 2 + .../advapi32/RegisterServiceCtrlHandlerExW.s | 2 - .../nt/advapi32/RegisterServiceCtrlHandlerW.S | 2 + .../nt/advapi32/RegisterServiceCtrlHandlerW.s | 2 - libc/nt/advapi32/RegisterTraceGuidsW.S | 2 + libc/nt/advapi32/RegisterTraceGuidsW.s | 2 - .../advapi32/RegisterWaitChainCOMCallback.S | 2 + .../advapi32/RegisterWaitChainCOMCallback.s | 2 - libc/nt/advapi32/RemoveTraceCallback.S | 2 + libc/nt/advapi32/RemoveTraceCallback.s | 2 - .../advapi32/RemoveUsersFromEncryptedFile.S | 2 + .../advapi32/RemoveUsersFromEncryptedFile.s | 2 - libc/nt/advapi32/ReportEventA.S | 14 + libc/nt/advapi32/ReportEventA.s | 12 - libc/nt/advapi32/ReportEventW.S | 14 + libc/nt/advapi32/ReportEventW.s | 12 - libc/nt/advapi32/RevertToSelf.S | 16 + libc/nt/advapi32/RevertToSelf.s | 14 - libc/nt/advapi32/SaferCloseLevel.S | 2 + libc/nt/advapi32/SaferCloseLevel.s | 2 - libc/nt/advapi32/SaferComputeTokenFromLevel.S | 2 + libc/nt/advapi32/SaferComputeTokenFromLevel.s | 2 - libc/nt/advapi32/SaferCreateLevel.S | 2 + libc/nt/advapi32/SaferCreateLevel.s | 2 - libc/nt/advapi32/SaferGetLevelInformation.S | 2 + libc/nt/advapi32/SaferGetLevelInformation.s | 2 - libc/nt/advapi32/SaferGetPolicyInformation.S | 2 + libc/nt/advapi32/SaferGetPolicyInformation.s | 2 - libc/nt/advapi32/SaferIdentifyLevel.S | 2 + libc/nt/advapi32/SaferIdentifyLevel.s | 2 - libc/nt/advapi32/SaferRecordEventLogEntry.S | 2 + libc/nt/advapi32/SaferRecordEventLogEntry.s | 2 - libc/nt/advapi32/SaferiIsExecutableFileType.S | 2 + libc/nt/advapi32/SaferiIsExecutableFileType.s | 2 - libc/nt/advapi32/SetAclInformation.S | 2 + libc/nt/advapi32/SetAclInformation.s | 2 - libc/nt/advapi32/SetEntriesInAclW.S | 2 + libc/nt/advapi32/SetEntriesInAclW.s | 2 - libc/nt/advapi32/SetFileSecurityW.S | 2 + libc/nt/advapi32/SetFileSecurityW.s | 2 - libc/nt/advapi32/SetKernelObjectSecurity.S | 2 + libc/nt/advapi32/SetKernelObjectSecurity.s | 2 - libc/nt/advapi32/SetNamedSecurityInfoW.S | 2 + libc/nt/advapi32/SetNamedSecurityInfoW.s | 2 - libc/nt/advapi32/SetPrivateObjectSecurity.S | 2 + libc/nt/advapi32/SetPrivateObjectSecurity.s | 2 - libc/nt/advapi32/SetPrivateObjectSecurityEx.S | 2 + libc/nt/advapi32/SetPrivateObjectSecurityEx.s | 2 - libc/nt/advapi32/SetSecurityAccessMask.S | 2 + libc/nt/advapi32/SetSecurityAccessMask.s | 2 - .../advapi32/SetSecurityDescriptorControl.S | 2 + .../advapi32/SetSecurityDescriptorControl.s | 2 - libc/nt/advapi32/SetSecurityDescriptorDacl.S | 2 + libc/nt/advapi32/SetSecurityDescriptorDacl.s | 2 - libc/nt/advapi32/SetSecurityDescriptorGroup.S | 2 + libc/nt/advapi32/SetSecurityDescriptorGroup.s | 2 - libc/nt/advapi32/SetSecurityDescriptorOwner.S | 2 + libc/nt/advapi32/SetSecurityDescriptorOwner.s | 2 - .../advapi32/SetSecurityDescriptorRMControl.S | 2 + .../advapi32/SetSecurityDescriptorRMControl.s | 2 - libc/nt/advapi32/SetSecurityDescriptorSacl.S | 2 + libc/nt/advapi32/SetSecurityDescriptorSacl.s | 2 - libc/nt/advapi32/SetSecurityInfo.S | 2 + libc/nt/advapi32/SetSecurityInfo.s | 2 - libc/nt/advapi32/SetServiceBits.S | 2 + libc/nt/advapi32/SetServiceBits.s | 2 - libc/nt/advapi32/SetServiceObjectSecurity.S | 2 + libc/nt/advapi32/SetServiceObjectSecurity.s | 2 - libc/nt/advapi32/SetServiceStatus.S | 2 + libc/nt/advapi32/SetServiceStatus.s | 2 - libc/nt/advapi32/SetThreadToken.S | 2 + libc/nt/advapi32/SetThreadToken.s | 2 - libc/nt/advapi32/SetTokenInformation.S | 2 + libc/nt/advapi32/SetTokenInformation.s | 2 - libc/nt/advapi32/SetTraceCallback.S | 2 + libc/nt/advapi32/SetTraceCallback.s | 2 - libc/nt/advapi32/SetUserFileEncryptionKey.S | 2 + libc/nt/advapi32/SetUserFileEncryptionKey.s | 2 - .../nt/advapi32/StartServiceCtrlDispatcherW.S | 2 + .../nt/advapi32/StartServiceCtrlDispatcherW.s | 2 - libc/nt/advapi32/StartServiceW.S | 2 + libc/nt/advapi32/StartServiceW.s | 2 - libc/nt/advapi32/StartTraceW.S | 2 + libc/nt/advapi32/StartTraceW.s | 2 - libc/nt/advapi32/StopTraceW.S | 2 + libc/nt/advapi32/StopTraceW.s | 2 - libc/nt/advapi32/SystemFunction036.S | 14 + libc/nt/advapi32/SystemFunction036.s | 12 - libc/nt/advapi32/SystemFunction040.S | 2 + libc/nt/advapi32/SystemFunction040.s | 2 - libc/nt/advapi32/SystemFunction041.S | 2 + libc/nt/advapi32/SystemFunction041.s | 2 - libc/nt/advapi32/TraceEvent.S | 2 + libc/nt/advapi32/TraceEvent.s | 2 - libc/nt/advapi32/TraceEventInstance.S | 2 + libc/nt/advapi32/TraceEventInstance.s | 2 - libc/nt/advapi32/TraceMessage.S | 2 + libc/nt/advapi32/TraceMessage.s | 2 - libc/nt/advapi32/TraceMessageVa.S | 2 + libc/nt/advapi32/TraceMessageVa.s | 2 - libc/nt/advapi32/TraceSetInformation.S | 2 + libc/nt/advapi32/TraceSetInformation.s | 2 - .../nt/advapi32/TreeResetNamedSecurityInfoW.S | 2 + .../nt/advapi32/TreeResetNamedSecurityInfoW.s | 2 - libc/nt/advapi32/TreeSetNamedSecurityInfoW.S | 2 + libc/nt/advapi32/TreeSetNamedSecurityInfoW.s | 2 - libc/nt/advapi32/UninstallApplication.S | 2 + libc/nt/advapi32/UninstallApplication.s | 2 - libc/nt/advapi32/UnlockServiceDatabase.S | 2 + libc/nt/advapi32/UnlockServiceDatabase.s | 2 - libc/nt/advapi32/UnregisterTraceGuids.S | 2 + libc/nt/advapi32/UnregisterTraceGuids.s | 2 - libc/nt/advapi32/UpdateTraceW.S | 2 + libc/nt/advapi32/UpdateTraceW.s | 2 - libc/nt/codegen.sh | 16 +- libc/nt/comdlg32/ChooseColorW.S | 17 + libc/nt/comdlg32/ChooseColorW.s | 15 - libc/nt/comdlg32/ChooseFontW.S | 17 + libc/nt/comdlg32/ChooseFontW.s | 15 - libc/nt/comdlg32/CommDlgExtendedError.S | 2 + libc/nt/comdlg32/CommDlgExtendedError.s | 2 - libc/nt/comdlg32/DllCanUnloadNow.S | 2 + libc/nt/comdlg32/DllCanUnloadNow.s | 2 - libc/nt/comdlg32/DllGetClassObject.S | 2 + libc/nt/comdlg32/DllGetClassObject.s | 2 - libc/nt/comdlg32/FindTextW.S | 2 + libc/nt/comdlg32/FindTextW.s | 2 - libc/nt/comdlg32/GetFileTitleW.S | 14 + libc/nt/comdlg32/GetFileTitleW.s | 12 - libc/nt/comdlg32/GetOpenFileNameW.S | 17 + libc/nt/comdlg32/GetOpenFileNameW.s | 15 - libc/nt/comdlg32/GetSaveFileNameW.S | 17 + libc/nt/comdlg32/GetSaveFileNameW.s | 15 - libc/nt/comdlg32/LoadAlterBitmap.S | 2 + libc/nt/comdlg32/LoadAlterBitmap.s | 2 - libc/nt/comdlg32/PageSetupDlgW.S | 2 + libc/nt/comdlg32/PageSetupDlgW.s | 2 - libc/nt/comdlg32/PrintDlgExW.S | 2 + libc/nt/comdlg32/PrintDlgExW.s | 2 - libc/nt/comdlg32/PrintDlgW.S | 17 + libc/nt/comdlg32/PrintDlgW.s | 15 - libc/nt/comdlg32/ReplaceTextW.S | 17 + libc/nt/comdlg32/ReplaceTextW.s | 15 - .../Ssync_ANSI_UNICODE_Struct_For_WOW.S | 2 + .../Ssync_ANSI_UNICODE_Struct_For_WOW.s | 2 - libc/nt/comdlg32/WantArrows.S | 2 + libc/nt/comdlg32/WantArrows.s | 2 - libc/nt/efi.h | 3 +- libc/nt/gdi32/AbortDoc.S | 2 + libc/nt/gdi32/AbortDoc.s | 2 - libc/nt/gdi32/AbortPath.S | 2 + libc/nt/gdi32/AbortPath.s | 2 - libc/nt/gdi32/AddFontMemResourceEx.S | 2 + libc/nt/gdi32/AddFontMemResourceEx.s | 2 - libc/nt/gdi32/AddFontResourceExW.S | 2 + libc/nt/gdi32/AddFontResourceExW.s | 2 - libc/nt/gdi32/AddFontResourceTracking.S | 2 + libc/nt/gdi32/AddFontResourceTracking.s | 2 - libc/nt/gdi32/AddFontResourceW.S | 2 + libc/nt/gdi32/AddFontResourceW.s | 2 - libc/nt/gdi32/AngleArc.S | 2 + libc/nt/gdi32/AngleArc.s | 2 - libc/nt/gdi32/AnimatePalette.S | 2 + libc/nt/gdi32/AnimatePalette.s | 2 - libc/nt/gdi32/AnyLinkedFonts.S | 2 + libc/nt/gdi32/AnyLinkedFonts.s | 2 - libc/nt/gdi32/Arc.S | 2 + libc/nt/gdi32/Arc.s | 2 - libc/nt/gdi32/ArcTo.S | 2 + libc/nt/gdi32/ArcTo.s | 2 - libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.S | 2 + libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.s | 2 - libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.S | 2 + libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.s | 2 - libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.S | 2 + libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.s | 2 - libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.S | 2 + libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.s | 2 - libc/nt/gdi32/BeginGdiRendering.S | 2 + libc/nt/gdi32/BeginGdiRendering.s | 2 - libc/nt/gdi32/BeginPath.S | 2 + libc/nt/gdi32/BeginPath.s | 2 - libc/nt/gdi32/BitBlt.S | 14 + libc/nt/gdi32/BitBlt.s | 12 - libc/nt/gdi32/CLIPOBJ_bEnum.S | 2 + libc/nt/gdi32/CLIPOBJ_bEnum.s | 2 - libc/nt/gdi32/CLIPOBJ_cEnumStart.S | 2 + libc/nt/gdi32/CLIPOBJ_cEnumStart.s | 2 - libc/nt/gdi32/CLIPOBJ_ppoGetPath.S | 2 + libc/nt/gdi32/CLIPOBJ_ppoGetPath.s | 2 - libc/nt/gdi32/CancelDC.S | 2 + libc/nt/gdi32/CancelDC.s | 2 - libc/nt/gdi32/CheckColorsInGamut.S | 2 + libc/nt/gdi32/CheckColorsInGamut.s | 2 - libc/nt/gdi32/ChoosePixelFormat.S | 14 + libc/nt/gdi32/ChoosePixelFormat.s | 12 - libc/nt/gdi32/Chord.S | 2 + libc/nt/gdi32/Chord.s | 2 - libc/nt/gdi32/ClearBitmapAttributes.S | 2 + libc/nt/gdi32/ClearBitmapAttributes.s | 2 - libc/nt/gdi32/ClearBrushAttributes.S | 2 + libc/nt/gdi32/ClearBrushAttributes.s | 2 - libc/nt/gdi32/CloseEnhMetaFile.S | 2 + libc/nt/gdi32/CloseEnhMetaFile.s | 2 - libc/nt/gdi32/CloseFigure.S | 2 + libc/nt/gdi32/CloseFigure.s | 2 - libc/nt/gdi32/CloseMetaFile.S | 2 + libc/nt/gdi32/CloseMetaFile.s | 2 - libc/nt/gdi32/ColorCorrectPalette.S | 2 + libc/nt/gdi32/ColorCorrectPalette.s | 2 - libc/nt/gdi32/ColorMatchToTarget.S | 2 + libc/nt/gdi32/ColorMatchToTarget.s | 2 - libc/nt/gdi32/CombineRgn.S | 2 + libc/nt/gdi32/CombineRgn.s | 2 - libc/nt/gdi32/CombineTransform.S | 2 + libc/nt/gdi32/CombineTransform.s | 2 - libc/nt/gdi32/ConfigureOPMProtectedOutput.S | 2 + libc/nt/gdi32/ConfigureOPMProtectedOutput.s | 2 - libc/nt/gdi32/CopyEnhMetaFileW.S | 2 + libc/nt/gdi32/CopyEnhMetaFileW.s | 2 - libc/nt/gdi32/CopyMetaFileW.S | 2 + libc/nt/gdi32/CopyMetaFileW.s | 2 - libc/nt/gdi32/CreateBitmap.S | 14 + libc/nt/gdi32/CreateBitmap.s | 12 - libc/nt/gdi32/CreateBitmapFromDxSurface.S | 2 + libc/nt/gdi32/CreateBitmapFromDxSurface.s | 2 - libc/nt/gdi32/CreateBitmapFromDxSurface2.S | 2 + libc/nt/gdi32/CreateBitmapFromDxSurface2.s | 2 - libc/nt/gdi32/CreateBitmapIndirect.S | 2 + libc/nt/gdi32/CreateBitmapIndirect.s | 2 - libc/nt/gdi32/CreateBrushIndirect.S | 2 + libc/nt/gdi32/CreateBrushIndirect.s | 2 - libc/nt/gdi32/CreateColorSpaceW.S | 2 + libc/nt/gdi32/CreateColorSpaceW.s | 2 - libc/nt/gdi32/CreateCompatibleBitmap.S | 14 + libc/nt/gdi32/CreateCompatibleBitmap.s | 12 - libc/nt/gdi32/CreateCompatibleDC.S | 17 + libc/nt/gdi32/CreateCompatibleDC.s | 15 - libc/nt/gdi32/CreateDCExW.S | 2 + libc/nt/gdi32/CreateDCExW.s | 2 - libc/nt/gdi32/CreateDCW.S | 2 + libc/nt/gdi32/CreateDCW.s | 2 - libc/nt/gdi32/CreateDIBPatternBrush.S | 2 + libc/nt/gdi32/CreateDIBPatternBrush.s | 2 - libc/nt/gdi32/CreateDIBPatternBrushPt.S | 2 + libc/nt/gdi32/CreateDIBPatternBrushPt.s | 2 - libc/nt/gdi32/CreateDIBSection.S | 14 + libc/nt/gdi32/CreateDIBSection.s | 12 - libc/nt/gdi32/CreateDIBitmap.S | 2 + libc/nt/gdi32/CreateDIBitmap.s | 2 - libc/nt/gdi32/CreateDPIScaledDIBSection.S | 2 + libc/nt/gdi32/CreateDPIScaledDIBSection.s | 2 - libc/nt/gdi32/CreateDiscardableBitmap.S | 2 + libc/nt/gdi32/CreateDiscardableBitmap.s | 2 - libc/nt/gdi32/CreateEllipticRgn.S | 2 + libc/nt/gdi32/CreateEllipticRgn.s | 2 - libc/nt/gdi32/CreateEllipticRgnIndirect.S | 2 + libc/nt/gdi32/CreateEllipticRgnIndirect.s | 2 - libc/nt/gdi32/CreateEnhMetaFileW.S | 2 + libc/nt/gdi32/CreateEnhMetaFileW.s | 2 - libc/nt/gdi32/CreateFontIndirectExW.S | 2 + libc/nt/gdi32/CreateFontIndirectExW.s | 2 - libc/nt/gdi32/CreateFontIndirectW.S | 2 + libc/nt/gdi32/CreateFontIndirectW.s | 2 - libc/nt/gdi32/CreateFontW.S | 2 + libc/nt/gdi32/CreateFontW.s | 2 - libc/nt/gdi32/CreateHalftonePalette.S | 2 + libc/nt/gdi32/CreateHalftonePalette.s | 2 - libc/nt/gdi32/CreateHatchBrush.S | 2 + libc/nt/gdi32/CreateHatchBrush.s | 2 - libc/nt/gdi32/CreateICW.S | 2 + libc/nt/gdi32/CreateICW.s | 2 - libc/nt/gdi32/CreateMetaFileW.S | 2 + libc/nt/gdi32/CreateMetaFileW.s | 2 - libc/nt/gdi32/CreateOPMProtectedOutput.S | 2 + libc/nt/gdi32/CreateOPMProtectedOutput.s | 2 - libc/nt/gdi32/CreateOPMProtectedOutputs.S | 2 + libc/nt/gdi32/CreateOPMProtectedOutputs.s | 2 - libc/nt/gdi32/CreatePalette.S | 2 + libc/nt/gdi32/CreatePalette.s | 2 - libc/nt/gdi32/CreatePatternBrush.S | 2 + libc/nt/gdi32/CreatePatternBrush.s | 2 - libc/nt/gdi32/CreatePen.S | 2 + libc/nt/gdi32/CreatePen.s | 2 - libc/nt/gdi32/CreatePenIndirect.S | 2 + libc/nt/gdi32/CreatePenIndirect.s | 2 - libc/nt/gdi32/CreatePolyPolygonRgn.S | 2 + libc/nt/gdi32/CreatePolyPolygonRgn.s | 2 - libc/nt/gdi32/CreatePolygonRgn.S | 2 + libc/nt/gdi32/CreatePolygonRgn.s | 2 - libc/nt/gdi32/CreateRectRgn.S | 14 + libc/nt/gdi32/CreateRectRgn.s | 12 - libc/nt/gdi32/CreateRectRgnIndirect.S | 2 + libc/nt/gdi32/CreateRectRgnIndirect.s | 2 - libc/nt/gdi32/CreateRoundRectRgn.S | 2 + libc/nt/gdi32/CreateRoundRectRgn.s | 2 - libc/nt/gdi32/CreateScalableFontResourceW.S | 2 + libc/nt/gdi32/CreateScalableFontResourceW.s | 2 - libc/nt/gdi32/CreateSessionMappedDIBSection.S | 2 + libc/nt/gdi32/CreateSessionMappedDIBSection.s | 2 - libc/nt/gdi32/CreateSolidBrush.S | 2 + libc/nt/gdi32/CreateSolidBrush.s | 2 - libc/nt/gdi32/D3DKMTAbandonSwapChain.S | 2 + libc/nt/gdi32/D3DKMTAbandonSwapChain.s | 2 - libc/nt/gdi32/D3DKMTAcquireKeyedMutex.S | 2 + libc/nt/gdi32/D3DKMTAcquireKeyedMutex.s | 2 - libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.S | 2 + libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.s | 2 - libc/nt/gdi32/D3DKMTAcquireSwapChain.S | 2 + libc/nt/gdi32/D3DKMTAcquireSwapChain.s | 2 - libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.S | 2 + libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.s | 2 - libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.S | 2 + libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.s | 2 - libc/nt/gdi32/D3DKMTCacheHybridQueryValue.S | 2 + libc/nt/gdi32/D3DKMTCacheHybridQueryValue.s | 2 - .../D3DKMTChangeVideoMemoryReservation.S | 2 + .../D3DKMTChangeVideoMemoryReservation.s | 2 - libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.S | 2 + libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.s | 2 - libc/nt/gdi32/D3DKMTCheckMonitorPowerState.S | 2 + libc/nt/gdi32/D3DKMTCheckMonitorPowerState.s | 2 - .../D3DKMTCheckMultiPlaneOverlaySupport.S | 2 + .../D3DKMTCheckMultiPlaneOverlaySupport.s | 2 - .../D3DKMTCheckMultiPlaneOverlaySupport2.S | 2 + .../D3DKMTCheckMultiPlaneOverlaySupport2.s | 2 - .../D3DKMTCheckMultiPlaneOverlaySupport3.S | 2 + .../D3DKMTCheckMultiPlaneOverlaySupport3.s | 2 - libc/nt/gdi32/D3DKMTCheckOcclusion.S | 2 + libc/nt/gdi32/D3DKMTCheckOcclusion.s | 2 - .../gdi32/D3DKMTCheckSharedResourceAccess.S | 2 + .../gdi32/D3DKMTCheckSharedResourceAccess.s | 2 - .../D3DKMTCheckVidPnExclusiveOwnership.S | 2 + .../D3DKMTCheckVidPnExclusiveOwnership.s | 2 - libc/nt/gdi32/D3DKMTCloseAdapter.S | 2 + libc/nt/gdi32/D3DKMTCloseAdapter.s | 2 - libc/nt/gdi32/D3DKMTConfigureSharedResource.S | 2 + libc/nt/gdi32/D3DKMTConfigureSharedResource.s | 2 - libc/nt/gdi32/D3DKMTCreateAllocation.S | 2 + libc/nt/gdi32/D3DKMTCreateAllocation.s | 2 - libc/nt/gdi32/D3DKMTCreateAllocation2.S | 2 + libc/nt/gdi32/D3DKMTCreateAllocation2.s | 2 - libc/nt/gdi32/D3DKMTCreateBundleObject.S | 2 + libc/nt/gdi32/D3DKMTCreateBundleObject.s | 2 - libc/nt/gdi32/D3DKMTCreateContext.S | 2 + libc/nt/gdi32/D3DKMTCreateContext.s | 2 - libc/nt/gdi32/D3DKMTCreateContextVirtual.S | 2 + libc/nt/gdi32/D3DKMTCreateContextVirtual.s | 2 - libc/nt/gdi32/D3DKMTCreateDCFromMemory.S | 2 + libc/nt/gdi32/D3DKMTCreateDCFromMemory.s | 2 - libc/nt/gdi32/D3DKMTCreateDevice.S | 2 + libc/nt/gdi32/D3DKMTCreateDevice.s | 2 - libc/nt/gdi32/D3DKMTCreateHwContext.S | 2 + libc/nt/gdi32/D3DKMTCreateHwContext.s | 2 - libc/nt/gdi32/D3DKMTCreateHwQueue.S | 2 + libc/nt/gdi32/D3DKMTCreateHwQueue.s | 2 - libc/nt/gdi32/D3DKMTCreateKeyedMutex.S | 2 + libc/nt/gdi32/D3DKMTCreateKeyedMutex.s | 2 - libc/nt/gdi32/D3DKMTCreateKeyedMutex2.S | 2 + libc/nt/gdi32/D3DKMTCreateKeyedMutex2.s | 2 - libc/nt/gdi32/D3DKMTCreateOutputDupl.S | 2 + libc/nt/gdi32/D3DKMTCreateOutputDupl.s | 2 - libc/nt/gdi32/D3DKMTCreateOverlay.S | 2 + libc/nt/gdi32/D3DKMTCreateOverlay.s | 2 - libc/nt/gdi32/D3DKMTCreatePagingQueue.S | 2 + libc/nt/gdi32/D3DKMTCreatePagingQueue.s | 2 - libc/nt/gdi32/D3DKMTCreateProtectedSession.S | 2 + libc/nt/gdi32/D3DKMTCreateProtectedSession.s | 2 - libc/nt/gdi32/D3DKMTCreateSwapChain.S | 2 + libc/nt/gdi32/D3DKMTCreateSwapChain.s | 2 - .../gdi32/D3DKMTCreateSynchronizationObject.S | 2 + .../gdi32/D3DKMTCreateSynchronizationObject.s | 2 - .../D3DKMTCreateSynchronizationObject2.S | 2 + .../D3DKMTCreateSynchronizationObject2.s | 2 - libc/nt/gdi32/D3DKMTDDisplayEnum.S | 2 + libc/nt/gdi32/D3DKMTDDisplayEnum.s | 2 - libc/nt/gdi32/D3DKMTDestroyAllocation.S | 2 + libc/nt/gdi32/D3DKMTDestroyAllocation.s | 2 - libc/nt/gdi32/D3DKMTDestroyAllocation2.S | 2 + libc/nt/gdi32/D3DKMTDestroyAllocation2.s | 2 - libc/nt/gdi32/D3DKMTDestroyContext.S | 2 + libc/nt/gdi32/D3DKMTDestroyContext.s | 2 - libc/nt/gdi32/D3DKMTDestroyDCFromMemory.S | 2 + libc/nt/gdi32/D3DKMTDestroyDCFromMemory.s | 2 - libc/nt/gdi32/D3DKMTDestroyDevice.S | 2 + libc/nt/gdi32/D3DKMTDestroyDevice.s | 2 - libc/nt/gdi32/D3DKMTDestroyHwContext.S | 2 + libc/nt/gdi32/D3DKMTDestroyHwContext.s | 2 - libc/nt/gdi32/D3DKMTDestroyHwQueue.S | 2 + libc/nt/gdi32/D3DKMTDestroyHwQueue.s | 2 - libc/nt/gdi32/D3DKMTDestroyKeyedMutex.S | 2 + libc/nt/gdi32/D3DKMTDestroyKeyedMutex.s | 2 - libc/nt/gdi32/D3DKMTDestroyOutputDupl.S | 2 + libc/nt/gdi32/D3DKMTDestroyOutputDupl.s | 2 - libc/nt/gdi32/D3DKMTDestroyOverlay.S | 2 + libc/nt/gdi32/D3DKMTDestroyOverlay.s | 2 - libc/nt/gdi32/D3DKMTDestroyPagingQueue.S | 2 + libc/nt/gdi32/D3DKMTDestroyPagingQueue.s | 2 - libc/nt/gdi32/D3DKMTDestroyProtectedSession.S | 2 + libc/nt/gdi32/D3DKMTDestroyProtectedSession.s | 2 - .../D3DKMTDestroySynchronizationObject.S | 2 + .../D3DKMTDestroySynchronizationObject.s | 2 - libc/nt/gdi32/D3DKMTDispMgrCreate.S | 2 + libc/nt/gdi32/D3DKMTDispMgrCreate.s | 2 - libc/nt/gdi32/D3DKMTDispMgrSourceOperation.S | 2 + libc/nt/gdi32/D3DKMTDispMgrSourceOperation.s | 2 - libc/nt/gdi32/D3DKMTDispMgrTargetOperation.S | 2 + libc/nt/gdi32/D3DKMTDispMgrTargetOperation.s | 2 - libc/nt/gdi32/D3DKMTEnumAdapters.S | 2 + libc/nt/gdi32/D3DKMTEnumAdapters.s | 2 - libc/nt/gdi32/D3DKMTEnumAdapters2.S | 2 + libc/nt/gdi32/D3DKMTEnumAdapters2.s | 2 - libc/nt/gdi32/D3DKMTEscape.S | 2 + libc/nt/gdi32/D3DKMTEscape.s | 2 - libc/nt/gdi32/D3DKMTEvict.S | 2 + libc/nt/gdi32/D3DKMTEvict.s | 2 - libc/nt/gdi32/D3DKMTExtractBundleObject.S | 2 + libc/nt/gdi32/D3DKMTExtractBundleObject.s | 2 - libc/nt/gdi32/D3DKMTFlipOverlay.S | 2 + libc/nt/gdi32/D3DKMTFlipOverlay.s | 2 - libc/nt/gdi32/D3DKMTFlushHeapTransitions.S | 2 + libc/nt/gdi32/D3DKMTFlushHeapTransitions.s | 2 - libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.S | 2 + libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.s | 2 - libc/nt/gdi32/D3DKMTGetAllocationPriority.S | 2 + libc/nt/gdi32/D3DKMTGetAllocationPriority.s | 2 - .../gdi32/D3DKMTGetCachedHybridQueryValue.S | 2 + .../gdi32/D3DKMTGetCachedHybridQueryValue.s | 2 - ...KMTGetContextInProcessSchedulingPriority.S | 2 + ...KMTGetContextInProcessSchedulingPriority.s | 2 - .../D3DKMTGetContextSchedulingPriority.S | 2 + .../D3DKMTGetContextSchedulingPriority.s | 2 - .../nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.S | 2 + .../nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.s | 2 - libc/nt/gdi32/D3DKMTGetDeviceState.S | 2 + libc/nt/gdi32/D3DKMTGetDeviceState.s | 2 - libc/nt/gdi32/D3DKMTGetDisplayModeList.S | 2 + libc/nt/gdi32/D3DKMTGetDisplayModeList.s | 2 - libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.S | 2 + libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.s | 2 - .../nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.S | 2 + .../nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.s | 2 - .../nt/gdi32/D3DKMTGetMultisampleMethodList.S | 2 + .../nt/gdi32/D3DKMTGetMultisampleMethodList.s | 2 - libc/nt/gdi32/D3DKMTGetOverlayState.S | 2 + libc/nt/gdi32/D3DKMTGetOverlayState.s | 2 - libc/nt/gdi32/D3DKMTGetPostCompositionCaps.S | 2 + libc/nt/gdi32/D3DKMTGetPostCompositionCaps.s | 2 - libc/nt/gdi32/D3DKMTGetPresentHistory.S | 2 + libc/nt/gdi32/D3DKMTGetPresentHistory.s | 2 - libc/nt/gdi32/D3DKMTGetPresentQueueEvent.S | 2 + libc/nt/gdi32/D3DKMTGetPresentQueueEvent.s | 2 - .../D3DKMTGetProcessDeviceRemovalSupport.S | 2 + .../D3DKMTGetProcessDeviceRemovalSupport.s | 2 - libc/nt/gdi32/D3DKMTGetProcessList.S | 2 + libc/nt/gdi32/D3DKMTGetProcessList.s | 2 - .../D3DKMTGetProcessSchedulingPriorityBand.S | 2 + .../D3DKMTGetProcessSchedulingPriorityBand.s | 2 - .../D3DKMTGetProcessSchedulingPriorityClass.S | 2 + .../D3DKMTGetProcessSchedulingPriorityClass.s | 2 - ...3DKMTGetResourcePresentPrivateDriverData.S | 2 + ...3DKMTGetResourcePresentPrivateDriverData.s | 2 - libc/nt/gdi32/D3DKMTGetRuntimeData.S | 2 + libc/nt/gdi32/D3DKMTGetRuntimeData.s | 2 - libc/nt/gdi32/D3DKMTGetScanLine.S | 2 + libc/nt/gdi32/D3DKMTGetScanLine.s | 2 - libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.S | 2 + libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.s | 2 - libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.S | 2 + libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.s | 2 - .../D3DKMTGetSharedResourceAdapterLuid.S | 2 + .../D3DKMTGetSharedResourceAdapterLuid.s | 2 - libc/nt/gdi32/D3DKMTGetYieldPercentage.S | 2 + libc/nt/gdi32/D3DKMTGetYieldPercentage.s | 2 - libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.S | 2 + libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.s | 2 - libc/nt/gdi32/D3DKMTInvalidateCache.S | 2 + libc/nt/gdi32/D3DKMTInvalidateCache.s | 2 - libc/nt/gdi32/D3DKMTLock.S | 2 + libc/nt/gdi32/D3DKMTLock.s | 2 - libc/nt/gdi32/D3DKMTLock2.S | 2 + libc/nt/gdi32/D3DKMTLock2.s | 2 - libc/nt/gdi32/D3DKMTMakeResident.S | 2 + libc/nt/gdi32/D3DKMTMakeResident.s | 2 - libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.S | 2 + libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.s | 2 - libc/nt/gdi32/D3DKMTMarkDeviceAsError.S | 2 + libc/nt/gdi32/D3DKMTMarkDeviceAsError.s | 2 - libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.S | 2 + libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.s | 2 - ...TNetDispQueryMiracastDisplayDeviceStatus.S | 2 + ...TNetDispQueryMiracastDisplayDeviceStatus.s | 2 - ...NetDispQueryMiracastDisplayDeviceSupport.S | 2 + ...NetDispQueryMiracastDisplayDeviceSupport.s | 2 - .../D3DKMTNetDispStartMiracastDisplayDevice.S | 2 + .../D3DKMTNetDispStartMiracastDisplayDevice.s | 2 - ...D3DKMTNetDispStartMiracastDisplayDevice2.S | 2 + ...D3DKMTNetDispStartMiracastDisplayDevice2.s | 2 - ...3DKMTNetDispStartMiracastDisplayDeviceEx.S | 2 + ...3DKMTNetDispStartMiracastDisplayDeviceEx.s | 2 - .../D3DKMTNetDispStopMiracastDisplayDevice.S | 2 + .../D3DKMTNetDispStopMiracastDisplayDevice.s | 2 - libc/nt/gdi32/D3DKMTNetDispStopSessions.S | 2 + libc/nt/gdi32/D3DKMTNetDispStopSessions.s | 2 - libc/nt/gdi32/D3DKMTOfferAllocations.S | 2 + libc/nt/gdi32/D3DKMTOfferAllocations.s | 2 - .../gdi32/D3DKMTOpenAdapterFromDeviceName.S | 2 + .../gdi32/D3DKMTOpenAdapterFromDeviceName.s | 2 - .../D3DKMTOpenAdapterFromGdiDisplayName.S | 2 + .../D3DKMTOpenAdapterFromGdiDisplayName.s | 2 - libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.S | 2 + libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.s | 2 - libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.S | 2 + libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.s | 2 - .../D3DKMTOpenBundleObjectNtHandleFromName.S | 2 + .../D3DKMTOpenBundleObjectNtHandleFromName.s | 2 - libc/nt/gdi32/D3DKMTOpenKeyedMutex.S | 2 + libc/nt/gdi32/D3DKMTOpenKeyedMutex.s | 2 - libc/nt/gdi32/D3DKMTOpenKeyedMutex2.S | 2 + libc/nt/gdi32/D3DKMTOpenKeyedMutex2.s | 2 - .../gdi32/D3DKMTOpenKeyedMutexFromNtHandle.S | 2 + .../gdi32/D3DKMTOpenKeyedMutexFromNtHandle.s | 2 - libc/nt/gdi32/D3DKMTOpenNtHandleFromName.S | 2 + libc/nt/gdi32/D3DKMTOpenNtHandleFromName.s | 2 - .../D3DKMTOpenProtectedSessionFromNtHandle.S | 2 + .../D3DKMTOpenProtectedSessionFromNtHandle.s | 2 - libc/nt/gdi32/D3DKMTOpenResource.S | 2 + libc/nt/gdi32/D3DKMTOpenResource.s | 2 - libc/nt/gdi32/D3DKMTOpenResource2.S | 2 + libc/nt/gdi32/D3DKMTOpenResource2.s | 2 - .../nt/gdi32/D3DKMTOpenResourceFromNtHandle.S | 2 + .../nt/gdi32/D3DKMTOpenResourceFromNtHandle.s | 2 - libc/nt/gdi32/D3DKMTOpenSwapChain.S | 2 + libc/nt/gdi32/D3DKMTOpenSwapChain.s | 2 - .../gdi32/D3DKMTOpenSyncObjectFromNtHandle.S | 2 + .../gdi32/D3DKMTOpenSyncObjectFromNtHandle.s | 2 - .../gdi32/D3DKMTOpenSyncObjectFromNtHandle2.S | 2 + .../gdi32/D3DKMTOpenSyncObjectFromNtHandle2.s | 2 - .../D3DKMTOpenSyncObjectNtHandleFromName.S | 2 + .../D3DKMTOpenSyncObjectNtHandleFromName.s | 2 - .../gdi32/D3DKMTOpenSynchronizationObject.S | 2 + .../gdi32/D3DKMTOpenSynchronizationObject.s | 2 - libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.S | 2 + libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.s | 2 - libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.S | 2 + libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.s | 2 - .../D3DKMTOutputDuplGetPointerShapeData.S | 2 + .../D3DKMTOutputDuplGetPointerShapeData.s | 2 - libc/nt/gdi32/D3DKMTOutputDuplPresent.S | 2 + libc/nt/gdi32/D3DKMTOutputDuplPresent.s | 2 - libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.S | 2 + libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.s | 2 - libc/nt/gdi32/D3DKMTPinDirectFlipResources.S | 2 + libc/nt/gdi32/D3DKMTPinDirectFlipResources.s | 2 - libc/nt/gdi32/D3DKMTPollDisplayChildren.S | 2 + libc/nt/gdi32/D3DKMTPollDisplayChildren.s | 2 - libc/nt/gdi32/D3DKMTPresent.S | 2 + libc/nt/gdi32/D3DKMTPresent.s | 2 - .../nt/gdi32/D3DKMTPresentMultiPlaneOverlay.S | 2 + .../nt/gdi32/D3DKMTPresentMultiPlaneOverlay.s | 2 - .../gdi32/D3DKMTPresentMultiPlaneOverlay2.S | 2 + .../gdi32/D3DKMTPresentMultiPlaneOverlay2.s | 2 - .../gdi32/D3DKMTPresentMultiPlaneOverlay3.S | 2 + .../gdi32/D3DKMTPresentMultiPlaneOverlay3.s | 2 - libc/nt/gdi32/D3DKMTPresentRedirected.S | 2 + libc/nt/gdi32/D3DKMTPresentRedirected.s | 2 - libc/nt/gdi32/D3DKMTQueryAdapterInfo.S | 2 + libc/nt/gdi32/D3DKMTQueryAdapterInfo.s | 2 - .../nt/gdi32/D3DKMTQueryAllocationResidency.S | 2 + .../nt/gdi32/D3DKMTQueryAllocationResidency.s | 2 - libc/nt/gdi32/D3DKMTQueryClockCalibration.S | 2 + libc/nt/gdi32/D3DKMTQueryClockCalibration.s | 2 - libc/nt/gdi32/D3DKMTQueryFSEBlock.S | 2 + libc/nt/gdi32/D3DKMTQueryFSEBlock.s | 2 - libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.S | 2 + libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.s | 2 - ...KMTQueryProtectedSessionInfoFromNtHandle.S | 2 + ...KMTQueryProtectedSessionInfoFromNtHandle.s | 2 - .../gdi32/D3DKMTQueryProtectedSessionStatus.S | 2 + .../gdi32/D3DKMTQueryProtectedSessionStatus.s | 2 - ...QueryRemoteVidPnSourceFromGdiDisplayName.S | 2 + ...QueryRemoteVidPnSourceFromGdiDisplayName.s | 2 - libc/nt/gdi32/D3DKMTQueryResourceInfo.S | 2 + libc/nt/gdi32/D3DKMTQueryResourceInfo.s | 2 - .../D3DKMTQueryResourceInfoFromNtHandle.S | 2 + .../D3DKMTQueryResourceInfoFromNtHandle.s | 2 - libc/nt/gdi32/D3DKMTQueryStatistics.S | 2 + libc/nt/gdi32/D3DKMTQueryStatistics.s | 2 - .../D3DKMTQueryVidPnExclusiveOwnership.S | 2 + .../D3DKMTQueryVidPnExclusiveOwnership.s | 2 - libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.S | 2 + libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.s | 2 - libc/nt/gdi32/D3DKMTReclaimAllocations.S | 2 + libc/nt/gdi32/D3DKMTReclaimAllocations.s | 2 - libc/nt/gdi32/D3DKMTReclaimAllocations2.S | 2 + libc/nt/gdi32/D3DKMTReclaimAllocations2.s | 2 - .../nt/gdi32/D3DKMTRegisterTrimNotification.S | 2 + .../nt/gdi32/D3DKMTRegisterTrimNotification.s | 2 - libc/nt/gdi32/D3DKMTRegisterVailProcess.S | 2 + libc/nt/gdi32/D3DKMTRegisterVailProcess.s | 2 - libc/nt/gdi32/D3DKMTReleaseKeyedMutex.S | 2 + libc/nt/gdi32/D3DKMTReleaseKeyedMutex.s | 2 - libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.S | 2 + libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.s | 2 - .../D3DKMTReleaseProcessVidPnSourceOwners.S | 2 + .../D3DKMTReleaseProcessVidPnSourceOwners.s | 2 - libc/nt/gdi32/D3DKMTReleaseSwapChain.S | 2 + libc/nt/gdi32/D3DKMTReleaseSwapChain.s | 2 - .../gdi32/D3DKMTRemoveSurfaceFromSwapChain.S | 2 + .../gdi32/D3DKMTRemoveSurfaceFromSwapChain.s | 2 - libc/nt/gdi32/D3DKMTRender.S | 2 + libc/nt/gdi32/D3DKMTRender.s | 2 - .../nt/gdi32/D3DKMTReserveGpuVirtualAddress.S | 2 + .../nt/gdi32/D3DKMTReserveGpuVirtualAddress.s | 2 - libc/nt/gdi32/D3DKMTSetAllocationPriority.S | 2 + libc/nt/gdi32/D3DKMTSetAllocationPriority.s | 2 - ...KMTSetContextInProcessSchedulingPriority.S | 2 + ...KMTSetContextInProcessSchedulingPriority.s | 2 - .../D3DKMTSetContextSchedulingPriority.S | 2 + .../D3DKMTSetContextSchedulingPriority.s | 2 - libc/nt/gdi32/D3DKMTSetDisplayMode.S | 2 + libc/nt/gdi32/D3DKMTSetDisplayMode.s | 2 - .../D3DKMTSetDisplayPrivateDriverFormat.S | 2 + .../D3DKMTSetDisplayPrivateDriverFormat.s | 2 - libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.S | 2 + libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.s | 2 - libc/nt/gdi32/D3DKMTSetFSEBlock.S | 2 + libc/nt/gdi32/D3DKMTSetFSEBlock.s | 2 - libc/nt/gdi32/D3DKMTSetGammaRamp.S | 2 + libc/nt/gdi32/D3DKMTSetGammaRamp.s | 2 - .../D3DKMTSetHwProtectionTeardownRecovery.S | 2 + .../D3DKMTSetHwProtectionTeardownRecovery.s | 2 - libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.S | 2 + libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.s | 2 - .../D3DKMTSetMonitorColorSpaceTransform.S | 2 + .../D3DKMTSetMonitorColorSpaceTransform.s | 2 - .../D3DKMTSetProcessDeviceRemovalSupport.S | 2 + .../D3DKMTSetProcessDeviceRemovalSupport.s | 2 - .../D3DKMTSetProcessSchedulingPriorityBand.S | 2 + .../D3DKMTSetProcessSchedulingPriorityBand.s | 2 - .../D3DKMTSetProcessSchedulingPriorityClass.S | 2 + .../D3DKMTSetProcessSchedulingPriorityClass.s | 2 - libc/nt/gdi32/D3DKMTSetQueuedLimit.S | 2 + libc/nt/gdi32/D3DKMTSetQueuedLimit.s | 2 - libc/nt/gdi32/D3DKMTSetStablePowerState.S | 2 + libc/nt/gdi32/D3DKMTSetStablePowerState.s | 2 - libc/nt/gdi32/D3DKMTSetStereoEnabled.S | 2 + libc/nt/gdi32/D3DKMTSetStereoEnabled.s | 2 - .../D3DKMTSetSyncRefreshCountWaitTarget.S | 2 + .../D3DKMTSetSyncRefreshCountWaitTarget.s | 2 - .../gdi32/D3DKMTSetVidPnSourceHwProtection.S | 2 + .../gdi32/D3DKMTSetVidPnSourceHwProtection.s | 2 - libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.S | 2 + libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.s | 2 - libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.S | 2 + libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.s | 2 - libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.S | 2 + libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.s | 2 - libc/nt/gdi32/D3DKMTSetYieldPercentage.S | 2 + libc/nt/gdi32/D3DKMTSetYieldPercentage.s | 2 - libc/nt/gdi32/D3DKMTShareObjects.S | 2 + libc/nt/gdi32/D3DKMTShareObjects.s | 2 - .../D3DKMTSharedPrimaryLockNotification.S | 2 + .../D3DKMTSharedPrimaryLockNotification.s | 2 - .../D3DKMTSharedPrimaryUnLockNotification.S | 2 + .../D3DKMTSharedPrimaryUnLockNotification.s | 2 - .../gdi32/D3DKMTSignalSynchronizationObject.S | 2 + .../gdi32/D3DKMTSignalSynchronizationObject.s | 2 - .../D3DKMTSignalSynchronizationObject2.S | 2 + .../D3DKMTSignalSynchronizationObject2.s | 2 - ...D3DKMTSignalSynchronizationObjectFromCpu.S | 2 + ...D3DKMTSignalSynchronizationObjectFromCpu.s | 2 - ...D3DKMTSignalSynchronizationObjectFromGpu.S | 2 + ...D3DKMTSignalSynchronizationObjectFromGpu.s | 2 - ...3DKMTSignalSynchronizationObjectFromGpu2.S | 2 + ...3DKMTSignalSynchronizationObjectFromGpu2.s | 2 - libc/nt/gdi32/D3DKMTSubmitCommand.S | 2 + libc/nt/gdi32/D3DKMTSubmitCommand.s | 2 - libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.S | 2 + libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.s | 2 - .../gdi32/D3DKMTSubmitPresentBltToHwQueue.S | 2 + .../gdi32/D3DKMTSubmitPresentBltToHwQueue.s | 2 - .../D3DKMTSubmitSignalSyncObjectsToHwQueue.S | 2 + .../D3DKMTSubmitSignalSyncObjectsToHwQueue.s | 2 - .../D3DKMTSubmitWaitForSyncObjectsToHwQueue.S | 2 + .../D3DKMTSubmitWaitForSyncObjectsToHwQueue.s | 2 - libc/nt/gdi32/D3DKMTTrimProcessCommitment.S | 2 + libc/nt/gdi32/D3DKMTTrimProcessCommitment.s | 2 - .../gdi32/D3DKMTUnOrderedPresentSwapChain.S | 2 + .../gdi32/D3DKMTUnOrderedPresentSwapChain.s | 2 - libc/nt/gdi32/D3DKMTUnlock.S | 2 + libc/nt/gdi32/D3DKMTUnlock.s | 2 - libc/nt/gdi32/D3DKMTUnlock2.S | 2 + libc/nt/gdi32/D3DKMTUnlock2.s | 2 - .../nt/gdi32/D3DKMTUnpinDirectFlipResources.S | 2 + .../nt/gdi32/D3DKMTUnpinDirectFlipResources.s | 2 - .../gdi32/D3DKMTUnregisterTrimNotification.S | 2 + .../gdi32/D3DKMTUnregisterTrimNotification.s | 2 - .../nt/gdi32/D3DKMTUpdateAllocationProperty.S | 2 + .../nt/gdi32/D3DKMTUpdateAllocationProperty.s | 2 - libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.S | 2 + libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.s | 2 - libc/nt/gdi32/D3DKMTUpdateOverlay.S | 2 + libc/nt/gdi32/D3DKMTUpdateOverlay.s | 2 - libc/nt/gdi32/D3DKMTVailConnect.S | 2 + libc/nt/gdi32/D3DKMTVailConnect.s | 2 - libc/nt/gdi32/D3DKMTVailDisconnect.S | 2 + libc/nt/gdi32/D3DKMTVailDisconnect.s | 2 - .../D3DKMTVailPromoteCompositionSurface.S | 2 + .../D3DKMTVailPromoteCompositionSurface.s | 2 - libc/nt/gdi32/D3DKMTWaitForIdle.S | 2 + libc/nt/gdi32/D3DKMTWaitForIdle.s | 2 - .../D3DKMTWaitForSynchronizationObject.S | 2 + .../D3DKMTWaitForSynchronizationObject.s | 2 - .../D3DKMTWaitForSynchronizationObject2.S | 2 + .../D3DKMTWaitForSynchronizationObject2.s | 2 - ...3DKMTWaitForSynchronizationObjectFromCpu.S | 2 + ...3DKMTWaitForSynchronizationObjectFromCpu.s | 2 - ...3DKMTWaitForSynchronizationObjectFromGpu.S | 2 + ...3DKMTWaitForSynchronizationObjectFromGpu.s | 2 - .../gdi32/D3DKMTWaitForVerticalBlankEvent.S | 2 + .../gdi32/D3DKMTWaitForVerticalBlankEvent.s | 2 - .../gdi32/D3DKMTWaitForVerticalBlankEvent2.S | 2 + .../gdi32/D3DKMTWaitForVerticalBlankEvent2.s | 2 - libc/nt/gdi32/DDCCIGetCapabilitiesString.S | 2 + libc/nt/gdi32/DDCCIGetCapabilitiesString.s | 2 - .../gdi32/DDCCIGetCapabilitiesStringLength.S | 2 + .../gdi32/DDCCIGetCapabilitiesStringLength.s | 2 - libc/nt/gdi32/DDCCIGetTimingReport.S | 2 + libc/nt/gdi32/DDCCIGetTimingReport.s | 2 - libc/nt/gdi32/DDCCIGetVCPFeature.S | 2 + libc/nt/gdi32/DDCCIGetVCPFeature.s | 2 - libc/nt/gdi32/DDCCISaveCurrentSettings.S | 2 + libc/nt/gdi32/DDCCISaveCurrentSettings.s | 2 - libc/nt/gdi32/DDCCISetVCPFeature.S | 2 + libc/nt/gdi32/DDCCISetVCPFeature.s | 2 - libc/nt/gdi32/DPtoLP.S | 2 + libc/nt/gdi32/DPtoLP.s | 2 - libc/nt/gdi32/DdCreateFullscreenSprite.S | 2 + libc/nt/gdi32/DdCreateFullscreenSprite.s | 2 - libc/nt/gdi32/DdDestroyFullscreenSprite.S | 2 + libc/nt/gdi32/DdDestroyFullscreenSprite.s | 2 - .../nt/gdi32/DdNotifyFullscreenSpriteUpdate.S | 2 + .../nt/gdi32/DdNotifyFullscreenSpriteUpdate.s | 2 - libc/nt/gdi32/DdQueryVisRgnUniqueness.S | 2 + libc/nt/gdi32/DdQueryVisRgnUniqueness.s | 2 - libc/nt/gdi32/DeleteColorSpace.S | 2 + libc/nt/gdi32/DeleteColorSpace.s | 2 - libc/nt/gdi32/DeleteDC.S | 17 + libc/nt/gdi32/DeleteDC.s | 15 - libc/nt/gdi32/DeleteEnhMetaFile.S | 2 + libc/nt/gdi32/DeleteEnhMetaFile.s | 2 - libc/nt/gdi32/DeleteMetaFile.S | 2 + libc/nt/gdi32/DeleteMetaFile.s | 2 - libc/nt/gdi32/DeleteObject.S | 17 + libc/nt/gdi32/DeleteObject.s | 15 - libc/nt/gdi32/DescribePixelFormat.S | 2 + libc/nt/gdi32/DescribePixelFormat.s | 2 - libc/nt/gdi32/DestroyOPMProtectedOutput.S | 2 + libc/nt/gdi32/DestroyOPMProtectedOutput.s | 2 - .../nt/gdi32/DestroyPhysicalMonitorInternal.S | 2 + .../nt/gdi32/DestroyPhysicalMonitorInternal.s | 2 - libc/nt/gdi32/DrawEscape.S | 2 + libc/nt/gdi32/DrawEscape.s | 2 - .../nt/gdi32/DwmCreatedBitmapRemotingOutput.S | 2 + .../nt/gdi32/DwmCreatedBitmapRemotingOutput.s | 2 - libc/nt/gdi32/DxTrimNotificationListHead.S | 2 + libc/nt/gdi32/DxTrimNotificationListHead.s | 2 - libc/nt/gdi32/Ellipse.S | 2 + libc/nt/gdi32/Ellipse.s | 2 - libc/nt/gdi32/EnableEUDC.S | 2 + libc/nt/gdi32/EnableEUDC.s | 2 - libc/nt/gdi32/EndDoc.S | 2 + libc/nt/gdi32/EndDoc.s | 2 - libc/nt/gdi32/EndFormPage.S | 2 + libc/nt/gdi32/EndFormPage.s | 2 - libc/nt/gdi32/EndGdiRendering.S | 2 + libc/nt/gdi32/EndGdiRendering.s | 2 - libc/nt/gdi32/EndPage.S | 2 + libc/nt/gdi32/EndPage.s | 2 - libc/nt/gdi32/EndPath.S | 2 + libc/nt/gdi32/EndPath.s | 2 - libc/nt/gdi32/EngAcquireSemaphore.S | 2 + libc/nt/gdi32/EngAcquireSemaphore.s | 2 - libc/nt/gdi32/EngAlphaBlend.S | 2 + libc/nt/gdi32/EngAlphaBlend.s | 2 - libc/nt/gdi32/EngAssociateSurface.S | 2 + libc/nt/gdi32/EngAssociateSurface.s | 2 - libc/nt/gdi32/EngBitBlt.S | 2 + libc/nt/gdi32/EngBitBlt.s | 2 - libc/nt/gdi32/EngCheckAbort.S | 2 + libc/nt/gdi32/EngCheckAbort.s | 2 - libc/nt/gdi32/EngComputeGlyphSet.S | 2 + libc/nt/gdi32/EngComputeGlyphSet.s | 2 - libc/nt/gdi32/EngCopyBits.S | 2 + libc/nt/gdi32/EngCopyBits.s | 2 - libc/nt/gdi32/EngCreateBitmap.S | 2 + libc/nt/gdi32/EngCreateBitmap.s | 2 - libc/nt/gdi32/EngCreateClip.S | 2 + libc/nt/gdi32/EngCreateClip.s | 2 - libc/nt/gdi32/EngCreateDeviceBitmap.S | 2 + libc/nt/gdi32/EngCreateDeviceBitmap.s | 2 - libc/nt/gdi32/EngCreateDeviceSurface.S | 2 + libc/nt/gdi32/EngCreateDeviceSurface.s | 2 - libc/nt/gdi32/EngCreatePalette.S | 2 + libc/nt/gdi32/EngCreatePalette.s | 2 - libc/nt/gdi32/EngCreateSemaphore.S | 2 + libc/nt/gdi32/EngCreateSemaphore.s | 2 - libc/nt/gdi32/EngDeleteClip.S | 2 + libc/nt/gdi32/EngDeleteClip.s | 2 - libc/nt/gdi32/EngDeletePalette.S | 2 + libc/nt/gdi32/EngDeletePalette.s | 2 - libc/nt/gdi32/EngDeletePath.S | 2 + libc/nt/gdi32/EngDeletePath.s | 2 - libc/nt/gdi32/EngDeleteSemaphore.S | 2 + libc/nt/gdi32/EngDeleteSemaphore.s | 2 - libc/nt/gdi32/EngDeleteSurface.S | 2 + libc/nt/gdi32/EngDeleteSurface.s | 2 - libc/nt/gdi32/EngEraseSurface.S | 2 + libc/nt/gdi32/EngEraseSurface.s | 2 - libc/nt/gdi32/EngFillPath.S | 2 + libc/nt/gdi32/EngFillPath.s | 2 - libc/nt/gdi32/EngFindResource.S | 2 + libc/nt/gdi32/EngFindResource.s | 2 - libc/nt/gdi32/EngFreeModule.S | 2 + libc/nt/gdi32/EngFreeModule.s | 2 - libc/nt/gdi32/EngGetCurrentCodePage.S | 2 + libc/nt/gdi32/EngGetCurrentCodePage.s | 2 - libc/nt/gdi32/EngGetDriverName.S | 2 + libc/nt/gdi32/EngGetDriverName.s | 2 - libc/nt/gdi32/EngGetPrinterDataFileName.S | 2 + libc/nt/gdi32/EngGetPrinterDataFileName.s | 2 - libc/nt/gdi32/EngGradientFill.S | 2 + libc/nt/gdi32/EngGradientFill.s | 2 - libc/nt/gdi32/EngLineTo.S | 2 + libc/nt/gdi32/EngLineTo.s | 2 - libc/nt/gdi32/EngLoadModule.S | 2 + libc/nt/gdi32/EngLoadModule.s | 2 - libc/nt/gdi32/EngLockSurface.S | 2 + libc/nt/gdi32/EngLockSurface.s | 2 - libc/nt/gdi32/EngMarkBandingSurface.S | 2 + libc/nt/gdi32/EngMarkBandingSurface.s | 2 - libc/nt/gdi32/EngMultiByteToUnicodeN.S | 2 + libc/nt/gdi32/EngMultiByteToUnicodeN.s | 2 - libc/nt/gdi32/EngMultiByteToWideChar.S | 2 + libc/nt/gdi32/EngMultiByteToWideChar.s | 2 - libc/nt/gdi32/EngPaint.S | 2 + libc/nt/gdi32/EngPaint.s | 2 - libc/nt/gdi32/EngPlgBlt.S | 2 + libc/nt/gdi32/EngPlgBlt.s | 2 - libc/nt/gdi32/EngQueryEMFInfo.S | 2 + libc/nt/gdi32/EngQueryEMFInfo.s | 2 - libc/nt/gdi32/EngQueryLocalTime.S | 2 + libc/nt/gdi32/EngQueryLocalTime.s | 2 - libc/nt/gdi32/EngReleaseSemaphore.S | 2 + libc/nt/gdi32/EngReleaseSemaphore.s | 2 - libc/nt/gdi32/EngStretchBlt.S | 2 + libc/nt/gdi32/EngStretchBlt.s | 2 - libc/nt/gdi32/EngStretchBltROP.S | 2 + libc/nt/gdi32/EngStretchBltROP.s | 2 - libc/nt/gdi32/EngStrokeAndFillPath.S | 2 + libc/nt/gdi32/EngStrokeAndFillPath.s | 2 - libc/nt/gdi32/EngStrokePath.S | 2 + libc/nt/gdi32/EngStrokePath.s | 2 - libc/nt/gdi32/EngTextOut.S | 2 + libc/nt/gdi32/EngTextOut.s | 2 - libc/nt/gdi32/EngTransparentBlt.S | 2 + libc/nt/gdi32/EngTransparentBlt.s | 2 - libc/nt/gdi32/EngUnicodeToMultiByteN.S | 2 + libc/nt/gdi32/EngUnicodeToMultiByteN.s | 2 - libc/nt/gdi32/EngUnlockSurface.S | 2 + libc/nt/gdi32/EngUnlockSurface.s | 2 - libc/nt/gdi32/EngWideCharToMultiByte.S | 2 + libc/nt/gdi32/EngWideCharToMultiByte.s | 2 - libc/nt/gdi32/EnumEnhMetaFile.S | 2 + libc/nt/gdi32/EnumEnhMetaFile.s | 2 - libc/nt/gdi32/EnumFontFamiliesExW.S | 2 + libc/nt/gdi32/EnumFontFamiliesExW.s | 2 - libc/nt/gdi32/EnumFontFamiliesW.S | 2 + libc/nt/gdi32/EnumFontFamiliesW.s | 2 - libc/nt/gdi32/EnumFontsW.S | 2 + libc/nt/gdi32/EnumFontsW.s | 2 - libc/nt/gdi32/EnumICMProfilesW.S | 2 + libc/nt/gdi32/EnumICMProfilesW.s | 2 - libc/nt/gdi32/EnumMetaFile.S | 2 + libc/nt/gdi32/EnumMetaFile.s | 2 - libc/nt/gdi32/EnumObjects.S | 2 + libc/nt/gdi32/EnumObjects.s | 2 - libc/nt/gdi32/EqualRgn.S | 2 + libc/nt/gdi32/EqualRgn.s | 2 - libc/nt/gdi32/Escape.S | 2 + libc/nt/gdi32/Escape.s | 2 - libc/nt/gdi32/EudcLoadLinkW.S | 2 + libc/nt/gdi32/EudcLoadLinkW.s | 2 - libc/nt/gdi32/EudcUnloadLinkW.S | 2 + libc/nt/gdi32/EudcUnloadLinkW.s | 2 - libc/nt/gdi32/ExcludeClipRect.S | 2 + libc/nt/gdi32/ExcludeClipRect.s | 2 - libc/nt/gdi32/ExtCreatePen.S | 2 + libc/nt/gdi32/ExtCreatePen.s | 2 - libc/nt/gdi32/ExtCreateRegion.S | 2 + libc/nt/gdi32/ExtCreateRegion.s | 2 - libc/nt/gdi32/ExtEscape.S | 2 + libc/nt/gdi32/ExtEscape.s | 2 - libc/nt/gdi32/ExtFloodFill.S | 2 + libc/nt/gdi32/ExtFloodFill.s | 2 - libc/nt/gdi32/ExtSelectClipRgn.S | 2 + libc/nt/gdi32/ExtSelectClipRgn.s | 2 - libc/nt/gdi32/ExtTextOutW.S | 2 + libc/nt/gdi32/ExtTextOutW.s | 2 - libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.S | 2 + libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.s | 2 - libc/nt/gdi32/FONTOBJ_cGetGlyphs.S | 2 + libc/nt/gdi32/FONTOBJ_cGetGlyphs.s | 2 - libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.S | 2 + libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.s | 2 - libc/nt/gdi32/FONTOBJ_pfdg.S | 2 + libc/nt/gdi32/FONTOBJ_pfdg.s | 2 - libc/nt/gdi32/FONTOBJ_pifi.S | 2 + libc/nt/gdi32/FONTOBJ_pifi.s | 2 - libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.S | 2 + libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.s | 2 - libc/nt/gdi32/FONTOBJ_pxoGetXform.S | 2 + libc/nt/gdi32/FONTOBJ_pxoGetXform.s | 2 - libc/nt/gdi32/FONTOBJ_vGetInfo.S | 2 + libc/nt/gdi32/FONTOBJ_vGetInfo.s | 2 - libc/nt/gdi32/FillPath.S | 2 + libc/nt/gdi32/FillPath.s | 2 - libc/nt/gdi32/FillRgn.S | 2 + libc/nt/gdi32/FillRgn.s | 2 - libc/nt/gdi32/FixBrushOrgEx.S | 2 + libc/nt/gdi32/FixBrushOrgEx.s | 2 - libc/nt/gdi32/FlattenPath.S | 2 + libc/nt/gdi32/FlattenPath.s | 2 - libc/nt/gdi32/FloodFill.S | 2 + libc/nt/gdi32/FloodFill.s | 2 - libc/nt/gdi32/FontIsLinked.S | 2 + libc/nt/gdi32/FontIsLinked.s | 2 - libc/nt/gdi32/FrameRgn.S | 2 + libc/nt/gdi32/FrameRgn.s | 2 - libc/nt/gdi32/Gdi32DllInitialize.S | 2 + libc/nt/gdi32/Gdi32DllInitialize.s | 2 - libc/nt/gdi32/GdiAddFontResourceW.S | 2 + libc/nt/gdi32/GdiAddFontResourceW.s | 2 - libc/nt/gdi32/GdiAddGlsBounds.S | 2 + libc/nt/gdi32/GdiAddGlsBounds.s | 2 - libc/nt/gdi32/GdiAddGlsRecord.S | 2 + libc/nt/gdi32/GdiAddGlsRecord.s | 2 - libc/nt/gdi32/GdiAddInitialFonts.S | 2 + libc/nt/gdi32/GdiAddInitialFonts.s | 2 - libc/nt/gdi32/GdiAlphaBlend.S | 2 + libc/nt/gdi32/GdiAlphaBlend.s | 2 - libc/nt/gdi32/GdiArtificialDecrementDriver.S | 2 + libc/nt/gdi32/GdiArtificialDecrementDriver.s | 2 - libc/nt/gdi32/GdiBatchLimit.S | 2 + libc/nt/gdi32/GdiBatchLimit.s | 2 - libc/nt/gdi32/GdiCleanCacheDC.S | 2 + libc/nt/gdi32/GdiCleanCacheDC.s | 2 - libc/nt/gdi32/GdiComment.S | 2 + libc/nt/gdi32/GdiComment.s | 2 - libc/nt/gdi32/GdiConsoleTextOut.S | 2 + libc/nt/gdi32/GdiConsoleTextOut.s | 2 - libc/nt/gdi32/GdiConvertAndCheckDC.S | 2 + libc/nt/gdi32/GdiConvertAndCheckDC.s | 2 - libc/nt/gdi32/GdiConvertBitmap.S | 2 + libc/nt/gdi32/GdiConvertBitmap.s | 2 - libc/nt/gdi32/GdiConvertBitmapV5.S | 2 + libc/nt/gdi32/GdiConvertBitmapV5.s | 2 - libc/nt/gdi32/GdiConvertBrush.S | 2 + libc/nt/gdi32/GdiConvertBrush.s | 2 - libc/nt/gdi32/GdiConvertDC.S | 2 + libc/nt/gdi32/GdiConvertDC.s | 2 - libc/nt/gdi32/GdiConvertEnhMetaFile.S | 2 + libc/nt/gdi32/GdiConvertEnhMetaFile.s | 2 - libc/nt/gdi32/GdiConvertFont.S | 2 + libc/nt/gdi32/GdiConvertFont.s | 2 - libc/nt/gdi32/GdiConvertMetaFilePict.S | 2 + libc/nt/gdi32/GdiConvertMetaFilePict.s | 2 - libc/nt/gdi32/GdiConvertPalette.S | 2 + libc/nt/gdi32/GdiConvertPalette.s | 2 - libc/nt/gdi32/GdiConvertRegion.S | 2 + libc/nt/gdi32/GdiConvertRegion.s | 2 - libc/nt/gdi32/GdiConvertToDevmodeW.S | 2 + libc/nt/gdi32/GdiConvertToDevmodeW.s | 2 - libc/nt/gdi32/GdiCreateLocalEnhMetaFile.S | 2 + libc/nt/gdi32/GdiCreateLocalEnhMetaFile.s | 2 - libc/nt/gdi32/GdiCreateLocalMetaFilePict.S | 2 + libc/nt/gdi32/GdiCreateLocalMetaFilePict.s | 2 - libc/nt/gdi32/GdiDeleteLocalDC.S | 2 + libc/nt/gdi32/GdiDeleteLocalDC.s | 2 - libc/nt/gdi32/GdiDeleteSpoolFileHandle.S | 2 + libc/nt/gdi32/GdiDeleteSpoolFileHandle.s | 2 - libc/nt/gdi32/GdiDescribePixelFormat.S | 2 + libc/nt/gdi32/GdiDescribePixelFormat.s | 2 - libc/nt/gdi32/GdiDllInitialize.S | 2 + libc/nt/gdi32/GdiDllInitialize.s | 2 - libc/nt/gdi32/GdiDrawStream.S | 2 + libc/nt/gdi32/GdiDrawStream.s | 2 - libc/nt/gdi32/GdiEndDocEMF.S | 2 + libc/nt/gdi32/GdiEndDocEMF.s | 2 - libc/nt/gdi32/GdiEndPageEMF.S | 2 + libc/nt/gdi32/GdiEndPageEMF.s | 2 - libc/nt/gdi32/GdiFixUpHandle.S | 2 + libc/nt/gdi32/GdiFixUpHandle.s | 2 - libc/nt/gdi32/GdiFlush.S | 2 + libc/nt/gdi32/GdiFlush.s | 2 - libc/nt/gdi32/GdiFullscreenControl.S | 2 + libc/nt/gdi32/GdiFullscreenControl.s | 2 - libc/nt/gdi32/GdiGetBatchLimit.S | 2 + libc/nt/gdi32/GdiGetBatchLimit.s | 2 - libc/nt/gdi32/GdiGetBitmapBitsSize.S | 2 + libc/nt/gdi32/GdiGetBitmapBitsSize.s | 2 - libc/nt/gdi32/GdiGetCharDimensions.S | 2 + libc/nt/gdi32/GdiGetCharDimensions.s | 2 - libc/nt/gdi32/GdiGetCodePage.S | 2 + libc/nt/gdi32/GdiGetCodePage.s | 2 - libc/nt/gdi32/GdiGetDC.S | 2 + libc/nt/gdi32/GdiGetDC.s | 2 - libc/nt/gdi32/GdiGetDevmodeForPage.S | 2 + libc/nt/gdi32/GdiGetDevmodeForPage.s | 2 - libc/nt/gdi32/GdiGetEntry.S | 2 + libc/nt/gdi32/GdiGetEntry.s | 2 - libc/nt/gdi32/GdiGetLocalBrush.S | 2 + libc/nt/gdi32/GdiGetLocalBrush.s | 2 - libc/nt/gdi32/GdiGetLocalDC.S | 2 + libc/nt/gdi32/GdiGetLocalDC.s | 2 - libc/nt/gdi32/GdiGetLocalFont.S | 2 + libc/nt/gdi32/GdiGetLocalFont.s | 2 - libc/nt/gdi32/GdiGetPageCount.S | 2 + libc/nt/gdi32/GdiGetPageCount.s | 2 - libc/nt/gdi32/GdiGetPageHandle.S | 2 + libc/nt/gdi32/GdiGetPageHandle.s | 2 - libc/nt/gdi32/GdiGetSpoolFileHandle.S | 2 + libc/nt/gdi32/GdiGetSpoolFileHandle.s | 2 - libc/nt/gdi32/GdiGetSpoolMessage.S | 2 + libc/nt/gdi32/GdiGetSpoolMessage.s | 2 - libc/nt/gdi32/GdiGetVariationStoreDelta.S | 2 + libc/nt/gdi32/GdiGetVariationStoreDelta.s | 2 - libc/nt/gdi32/GdiGradientFill.S | 2 + libc/nt/gdi32/GdiGradientFill.s | 2 - libc/nt/gdi32/GdiInitSpool.S | 2 + libc/nt/gdi32/GdiInitSpool.s | 2 - libc/nt/gdi32/GdiInitializeLanguagePack.S | 2 + libc/nt/gdi32/GdiInitializeLanguagePack.s | 2 - libc/nt/gdi32/GdiIsMetaFileDC.S | 2 + libc/nt/gdi32/GdiIsMetaFileDC.s | 2 - libc/nt/gdi32/GdiIsMetaPrintDC.S | 2 + libc/nt/gdi32/GdiIsMetaPrintDC.s | 2 - libc/nt/gdi32/GdiIsPlayMetafileDC.S | 2 + libc/nt/gdi32/GdiIsPlayMetafileDC.s | 2 - libc/nt/gdi32/GdiIsScreenDC.S | 2 + libc/nt/gdi32/GdiIsScreenDC.s | 2 - libc/nt/gdi32/GdiIsTrackingEnabled.S | 2 + libc/nt/gdi32/GdiIsTrackingEnabled.s | 2 - libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.S | 2 + libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.s | 2 - libc/nt/gdi32/GdiLoadType1Fonts.S | 2 + libc/nt/gdi32/GdiLoadType1Fonts.s | 2 - libc/nt/gdi32/GdiPlayDCScript.S | 2 + libc/nt/gdi32/GdiPlayDCScript.s | 2 - libc/nt/gdi32/GdiPlayEMF.S | 2 + libc/nt/gdi32/GdiPlayEMF.s | 2 - libc/nt/gdi32/GdiPlayJournal.S | 2 + libc/nt/gdi32/GdiPlayJournal.s | 2 - libc/nt/gdi32/GdiPlayPageEMF.S | 2 + libc/nt/gdi32/GdiPlayPageEMF.s | 2 - libc/nt/gdi32/GdiPlayPrivatePageEMF.S | 2 + libc/nt/gdi32/GdiPlayPrivatePageEMF.s | 2 - libc/nt/gdi32/GdiPlayScript.S | 2 + libc/nt/gdi32/GdiPlayScript.s | 2 - libc/nt/gdi32/GdiPrinterThunk.S | 2 + libc/nt/gdi32/GdiPrinterThunk.s | 2 - libc/nt/gdi32/GdiProcessSetup.S | 2 + libc/nt/gdi32/GdiProcessSetup.s | 2 - libc/nt/gdi32/GdiQueryFonts.S | 2 + libc/nt/gdi32/GdiQueryFonts.s | 2 - libc/nt/gdi32/GdiQueryTable.S | 2 + libc/nt/gdi32/GdiQueryTable.s | 2 - libc/nt/gdi32/GdiRealizationInfo.S | 2 + libc/nt/gdi32/GdiRealizationInfo.s | 2 - libc/nt/gdi32/GdiReleaseDC.S | 2 + libc/nt/gdi32/GdiReleaseDC.s | 2 - libc/nt/gdi32/GdiReleaseLocalDC.S | 2 + libc/nt/gdi32/GdiReleaseLocalDC.s | 2 - libc/nt/gdi32/GdiResetDCEMF.S | 2 + libc/nt/gdi32/GdiResetDCEMF.s | 2 - libc/nt/gdi32/GdiSetAttrs.S | 2 + libc/nt/gdi32/GdiSetAttrs.s | 2 - libc/nt/gdi32/GdiSetBatchLimit.S | 2 + libc/nt/gdi32/GdiSetBatchLimit.s | 2 - libc/nt/gdi32/GdiSetLastError.S | 2 + libc/nt/gdi32/GdiSetLastError.s | 2 - libc/nt/gdi32/GdiSetPixelFormat.S | 2 + libc/nt/gdi32/GdiSetPixelFormat.s | 2 - libc/nt/gdi32/GdiSetServerAttr.S | 2 + libc/nt/gdi32/GdiSetServerAttr.s | 2 - libc/nt/gdi32/GdiStartDocEMF.S | 2 + libc/nt/gdi32/GdiStartDocEMF.s | 2 - libc/nt/gdi32/GdiStartPageEMF.S | 2 + libc/nt/gdi32/GdiStartPageEMF.s | 2 - libc/nt/gdi32/GdiSupportsFontChangeEvent.S | 2 + libc/nt/gdi32/GdiSupportsFontChangeEvent.s | 2 - libc/nt/gdi32/GdiSwapBuffers.S | 2 + libc/nt/gdi32/GdiSwapBuffers.s | 2 - libc/nt/gdi32/GdiTrackHCreate.S | 2 + libc/nt/gdi32/GdiTrackHCreate.s | 2 - libc/nt/gdi32/GdiTrackHDelete.S | 2 + libc/nt/gdi32/GdiTrackHDelete.s | 2 - libc/nt/gdi32/GdiTransparentBlt.S | 2 + libc/nt/gdi32/GdiTransparentBlt.s | 2 - libc/nt/gdi32/GdiValidateHandle.S | 2 + libc/nt/gdi32/GdiValidateHandle.s | 2 - libc/nt/gdi32/GetArcDirection.S | 2 + libc/nt/gdi32/GetArcDirection.s | 2 - libc/nt/gdi32/GetAspectRatioFilterEx.S | 2 + libc/nt/gdi32/GetAspectRatioFilterEx.s | 2 - libc/nt/gdi32/GetBitmapAttributes.S | 2 + libc/nt/gdi32/GetBitmapAttributes.s | 2 - libc/nt/gdi32/GetBitmapBits.S | 2 + libc/nt/gdi32/GetBitmapBits.s | 2 - libc/nt/gdi32/GetBitmapDimensionEx.S | 2 + libc/nt/gdi32/GetBitmapDimensionEx.s | 2 - libc/nt/gdi32/GetBitmapDpiScaleValue.S | 2 + libc/nt/gdi32/GetBitmapDpiScaleValue.s | 2 - libc/nt/gdi32/GetBkColor.S | 2 + libc/nt/gdi32/GetBkColor.s | 2 - libc/nt/gdi32/GetBkMode.S | 2 + libc/nt/gdi32/GetBkMode.s | 2 - libc/nt/gdi32/GetBoundsRect.S | 2 + libc/nt/gdi32/GetBoundsRect.s | 2 - libc/nt/gdi32/GetBrushAttributes.S | 2 + libc/nt/gdi32/GetBrushAttributes.s | 2 - libc/nt/gdi32/GetBrushOrgEx.S | 2 + libc/nt/gdi32/GetBrushOrgEx.s | 2 - .../gdi32/GetCOPPCompatibleOPMInformation.S | 2 + .../gdi32/GetCOPPCompatibleOPMInformation.s | 2 - libc/nt/gdi32/GetCertificate.S | 2 + libc/nt/gdi32/GetCertificate.s | 2 - libc/nt/gdi32/GetCertificateByHandle.S | 2 + libc/nt/gdi32/GetCertificateByHandle.s | 2 - libc/nt/gdi32/GetCertificateSize.S | 2 + libc/nt/gdi32/GetCertificateSize.s | 2 - libc/nt/gdi32/GetCertificateSizeByHandle.S | 2 + libc/nt/gdi32/GetCertificateSizeByHandle.s | 2 - libc/nt/gdi32/GetCharABCWidthsFloatI.S | 2 + libc/nt/gdi32/GetCharABCWidthsFloatI.s | 2 - libc/nt/gdi32/GetCharABCWidthsFloatW.S | 2 + libc/nt/gdi32/GetCharABCWidthsFloatW.s | 2 - libc/nt/gdi32/GetCharABCWidthsI.S | 2 + libc/nt/gdi32/GetCharABCWidthsI.s | 2 - libc/nt/gdi32/GetCharABCWidthsW.S | 2 + libc/nt/gdi32/GetCharABCWidthsW.s | 2 - libc/nt/gdi32/GetCharWidth32W.S | 2 + libc/nt/gdi32/GetCharWidth32W.s | 2 - libc/nt/gdi32/GetCharWidthFloatW.S | 2 + libc/nt/gdi32/GetCharWidthFloatW.s | 2 - libc/nt/gdi32/GetCharWidthI.S | 2 + libc/nt/gdi32/GetCharWidthI.s | 2 - libc/nt/gdi32/GetCharWidthInfo.S | 2 + libc/nt/gdi32/GetCharWidthInfo.s | 2 - libc/nt/gdi32/GetCharWidthW.S | 2 + libc/nt/gdi32/GetCharWidthW.s | 2 - libc/nt/gdi32/GetCharacterPlacementW.S | 2 + libc/nt/gdi32/GetCharacterPlacementW.s | 2 - libc/nt/gdi32/GetClipBox.S | 2 + libc/nt/gdi32/GetClipBox.s | 2 - libc/nt/gdi32/GetClipRgn.S | 2 + libc/nt/gdi32/GetClipRgn.s | 2 - libc/nt/gdi32/GetColorAdjustment.S | 2 + libc/nt/gdi32/GetColorAdjustment.s | 2 - libc/nt/gdi32/GetColorSpace.S | 2 + libc/nt/gdi32/GetColorSpace.s | 2 - libc/nt/gdi32/GetCurrentDpiInfo.S | 2 + libc/nt/gdi32/GetCurrentDpiInfo.s | 2 - libc/nt/gdi32/GetCurrentObject.S | 2 + libc/nt/gdi32/GetCurrentObject.s | 2 - libc/nt/gdi32/GetCurrentPositionEx.S | 2 + libc/nt/gdi32/GetCurrentPositionEx.s | 2 - libc/nt/gdi32/GetDCBrushColor.S | 2 + libc/nt/gdi32/GetDCBrushColor.s | 2 - libc/nt/gdi32/GetDCDpiScaleValue.S | 2 + libc/nt/gdi32/GetDCDpiScaleValue.s | 2 - libc/nt/gdi32/GetDCOrgEx.S | 2 + libc/nt/gdi32/GetDCOrgEx.s | 2 - libc/nt/gdi32/GetDCPenColor.S | 2 + libc/nt/gdi32/GetDCPenColor.s | 2 - libc/nt/gdi32/GetDIBColorTable.S | 2 + libc/nt/gdi32/GetDIBColorTable.s | 2 - libc/nt/gdi32/GetDIBits.S | 2 + libc/nt/gdi32/GetDIBits.s | 2 - libc/nt/gdi32/GetDeviceCaps.S | 2 + libc/nt/gdi32/GetDeviceCaps.s | 2 - libc/nt/gdi32/GetDeviceGammaRamp.S | 2 + libc/nt/gdi32/GetDeviceGammaRamp.s | 2 - libc/nt/gdi32/GetETM.S | 2 + libc/nt/gdi32/GetETM.s | 2 - libc/nt/gdi32/GetEUDCTimeStamp.S | 2 + libc/nt/gdi32/GetEUDCTimeStamp.s | 2 - libc/nt/gdi32/GetEUDCTimeStampExW.S | 2 + libc/nt/gdi32/GetEUDCTimeStampExW.s | 2 - libc/nt/gdi32/GetEnhMetaFileBits.S | 2 + libc/nt/gdi32/GetEnhMetaFileBits.s | 2 - libc/nt/gdi32/GetEnhMetaFileDescriptionW.S | 2 + libc/nt/gdi32/GetEnhMetaFileDescriptionW.s | 2 - libc/nt/gdi32/GetEnhMetaFileHeader.S | 2 + libc/nt/gdi32/GetEnhMetaFileHeader.s | 2 - libc/nt/gdi32/GetEnhMetaFilePaletteEntries.S | 2 + libc/nt/gdi32/GetEnhMetaFilePaletteEntries.s | 2 - libc/nt/gdi32/GetEnhMetaFilePixelFormat.S | 2 + libc/nt/gdi32/GetEnhMetaFilePixelFormat.s | 2 - libc/nt/gdi32/GetEnhMetaFileW.S | 2 + libc/nt/gdi32/GetEnhMetaFileW.s | 2 - libc/nt/gdi32/GetFontAssocStatus.S | 2 + libc/nt/gdi32/GetFontAssocStatus.s | 2 - libc/nt/gdi32/GetFontData.S | 2 + libc/nt/gdi32/GetFontData.s | 2 - libc/nt/gdi32/GetFontFileData.S | 2 + libc/nt/gdi32/GetFontFileData.s | 2 - libc/nt/gdi32/GetFontFileInfo.S | 2 + libc/nt/gdi32/GetFontFileInfo.s | 2 - libc/nt/gdi32/GetFontLanguageInfo.S | 2 + libc/nt/gdi32/GetFontLanguageInfo.s | 2 - libc/nt/gdi32/GetFontRealizationInfo.S | 2 + libc/nt/gdi32/GetFontRealizationInfo.s | 2 - libc/nt/gdi32/GetFontResourceInfoW.S | 2 + libc/nt/gdi32/GetFontResourceInfoW.s | 2 - libc/nt/gdi32/GetFontUnicodeRanges.S | 2 + libc/nt/gdi32/GetFontUnicodeRanges.s | 2 - libc/nt/gdi32/GetGlyphIndicesW.S | 2 + libc/nt/gdi32/GetGlyphIndicesW.s | 2 - libc/nt/gdi32/GetGlyphOutlineW.S | 2 + libc/nt/gdi32/GetGlyphOutlineW.s | 2 - libc/nt/gdi32/GetGlyphOutlineWow.S | 2 + libc/nt/gdi32/GetGlyphOutlineWow.s | 2 - libc/nt/gdi32/GetGraphicsMode.S | 2 + libc/nt/gdi32/GetGraphicsMode.s | 2 - libc/nt/gdi32/GetHFONT.S | 2 + libc/nt/gdi32/GetHFONT.s | 2 - libc/nt/gdi32/GetICMProfileW.S | 2 + libc/nt/gdi32/GetICMProfileW.s | 2 - libc/nt/gdi32/GetKerningPairsW.S | 2 + libc/nt/gdi32/GetKerningPairsW.s | 2 - libc/nt/gdi32/GetLayout.S | 2 + libc/nt/gdi32/GetLayout.s | 2 - libc/nt/gdi32/GetLogColorSpaceW.S | 2 + libc/nt/gdi32/GetLogColorSpaceW.s | 2 - libc/nt/gdi32/GetMapMode.S | 2 + libc/nt/gdi32/GetMapMode.s | 2 - libc/nt/gdi32/GetMetaFileBitsEx.S | 2 + libc/nt/gdi32/GetMetaFileBitsEx.s | 2 - libc/nt/gdi32/GetMetaFileW.S | 2 + libc/nt/gdi32/GetMetaFileW.s | 2 - libc/nt/gdi32/GetMetaRgn.S | 2 + libc/nt/gdi32/GetMetaRgn.s | 2 - libc/nt/gdi32/GetMiterLimit.S | 2 + libc/nt/gdi32/GetMiterLimit.s | 2 - libc/nt/gdi32/GetNearestColor.S | 2 + libc/nt/gdi32/GetNearestColor.s | 2 - libc/nt/gdi32/GetNearestPaletteIndex.S | 2 + libc/nt/gdi32/GetNearestPaletteIndex.s | 2 - libc/nt/gdi32/GetNumberOfPhysicalMonitors.S | 2 + libc/nt/gdi32/GetNumberOfPhysicalMonitors.s | 2 - libc/nt/gdi32/GetOPMInformation.S | 2 + libc/nt/gdi32/GetOPMInformation.s | 2 - libc/nt/gdi32/GetOPMRandomNumber.S | 2 + libc/nt/gdi32/GetOPMRandomNumber.s | 2 - libc/nt/gdi32/GetObjectType.S | 2 + libc/nt/gdi32/GetObjectType.s | 2 - libc/nt/gdi32/GetObjectW.S | 2 + libc/nt/gdi32/GetObjectW.s | 2 - libc/nt/gdi32/GetOutlineTextMetricsW.S | 2 + libc/nt/gdi32/GetOutlineTextMetricsW.s | 2 - libc/nt/gdi32/GetPaletteEntries.S | 2 + libc/nt/gdi32/GetPaletteEntries.s | 2 - libc/nt/gdi32/GetPath.S | 2 + libc/nt/gdi32/GetPath.s | 2 - libc/nt/gdi32/GetPhysicalMonitorDescription.S | 2 + libc/nt/gdi32/GetPhysicalMonitorDescription.s | 2 - libc/nt/gdi32/GetPhysicalMonitors.S | 2 + libc/nt/gdi32/GetPhysicalMonitors.s | 2 - libc/nt/gdi32/GetPixel.S | 14 + libc/nt/gdi32/GetPixel.s | 12 - libc/nt/gdi32/GetPixelFormat.S | 2 + libc/nt/gdi32/GetPixelFormat.s | 2 - libc/nt/gdi32/GetPolyFillMode.S | 2 + libc/nt/gdi32/GetPolyFillMode.s | 2 - libc/nt/gdi32/GetProcessSessionFonts.S | 2 + libc/nt/gdi32/GetProcessSessionFonts.s | 2 - libc/nt/gdi32/GetROP2.S | 2 + libc/nt/gdi32/GetROP2.s | 2 - libc/nt/gdi32/GetRandomRgn.S | 2 + libc/nt/gdi32/GetRandomRgn.s | 2 - libc/nt/gdi32/GetRasterizerCaps.S | 2 + libc/nt/gdi32/GetRasterizerCaps.s | 2 - libc/nt/gdi32/GetRegionData.S | 2 + libc/nt/gdi32/GetRegionData.s | 2 - libc/nt/gdi32/GetRelAbs.S | 2 + libc/nt/gdi32/GetRelAbs.s | 2 - libc/nt/gdi32/GetRgnBox.S | 2 + libc/nt/gdi32/GetRgnBox.s | 2 - libc/nt/gdi32/GetStockObject.S | 2 + libc/nt/gdi32/GetStockObject.s | 2 - libc/nt/gdi32/GetStretchBltMode.S | 2 + libc/nt/gdi32/GetStretchBltMode.s | 2 - libc/nt/gdi32/GetStringBitmapW.S | 2 + libc/nt/gdi32/GetStringBitmapW.s | 2 - .../GetSuggestedOPMProtectedOutputArraySize.S | 2 + .../GetSuggestedOPMProtectedOutputArraySize.s | 2 - libc/nt/gdi32/GetSystemPaletteEntries.S | 2 + libc/nt/gdi32/GetSystemPaletteEntries.s | 2 - libc/nt/gdi32/GetSystemPaletteUse.S | 2 + libc/nt/gdi32/GetSystemPaletteUse.s | 2 - libc/nt/gdi32/GetTextAlign.S | 2 + libc/nt/gdi32/GetTextAlign.s | 2 - libc/nt/gdi32/GetTextCharacterExtra.S | 2 + libc/nt/gdi32/GetTextCharacterExtra.s | 2 - libc/nt/gdi32/GetTextCharset.S | 2 + libc/nt/gdi32/GetTextCharset.s | 2 - libc/nt/gdi32/GetTextCharsetInfo.S | 2 + libc/nt/gdi32/GetTextCharsetInfo.s | 2 - libc/nt/gdi32/GetTextColor.S | 2 + libc/nt/gdi32/GetTextColor.s | 2 - libc/nt/gdi32/GetTextExtentExPointI.S | 2 + libc/nt/gdi32/GetTextExtentExPointI.s | 2 - libc/nt/gdi32/GetTextExtentExPointW.S | 2 + libc/nt/gdi32/GetTextExtentExPointW.s | 2 - libc/nt/gdi32/GetTextExtentExPointWPri.S | 2 + libc/nt/gdi32/GetTextExtentExPointWPri.s | 2 - libc/nt/gdi32/GetTextExtentPoint32W.S | 2 + libc/nt/gdi32/GetTextExtentPoint32W.s | 2 - libc/nt/gdi32/GetTextExtentPointI.S | 2 + libc/nt/gdi32/GetTextExtentPointI.s | 2 - libc/nt/gdi32/GetTextExtentPointW.S | 2 + libc/nt/gdi32/GetTextExtentPointW.s | 2 - libc/nt/gdi32/GetTextFaceAliasW.S | 2 + libc/nt/gdi32/GetTextFaceAliasW.s | 2 - libc/nt/gdi32/GetTextFaceW.S | 2 + libc/nt/gdi32/GetTextFaceW.s | 2 - libc/nt/gdi32/GetTextMetricsW.S | 2 + libc/nt/gdi32/GetTextMetricsW.s | 2 - libc/nt/gdi32/GetTransform.S | 2 + libc/nt/gdi32/GetTransform.s | 2 - libc/nt/gdi32/GetViewportExtEx.S | 2 + libc/nt/gdi32/GetViewportExtEx.s | 2 - libc/nt/gdi32/GetViewportOrgEx.S | 2 + libc/nt/gdi32/GetViewportOrgEx.s | 2 - libc/nt/gdi32/GetWinMetaFileBits.S | 2 + libc/nt/gdi32/GetWinMetaFileBits.s | 2 - libc/nt/gdi32/GetWindowExtEx.S | 2 + libc/nt/gdi32/GetWindowExtEx.s | 2 - libc/nt/gdi32/GetWindowOrgEx.S | 2 + libc/nt/gdi32/GetWindowOrgEx.s | 2 - libc/nt/gdi32/GetWorldTransform.S | 2 + libc/nt/gdi32/GetWorldTransform.s | 2 - libc/nt/gdi32/HT_Get8BPPFormatPalette.S | 2 + libc/nt/gdi32/HT_Get8BPPFormatPalette.s | 2 - libc/nt/gdi32/HT_Get8BPPMaskPalette.S | 2 + libc/nt/gdi32/HT_Get8BPPMaskPalette.s | 2 - libc/nt/gdi32/InternalDeleteDC.S | 2 + libc/nt/gdi32/InternalDeleteDC.s | 2 - libc/nt/gdi32/IntersectClipRect.S | 2 + libc/nt/gdi32/IntersectClipRect.s | 2 - libc/nt/gdi32/InvertRgn.S | 2 + libc/nt/gdi32/InvertRgn.s | 2 - libc/nt/gdi32/IsValidEnhMetaRecord.S | 2 + libc/nt/gdi32/IsValidEnhMetaRecord.s | 2 - libc/nt/gdi32/IsValidEnhMetaRecordOffExt.S | 2 + libc/nt/gdi32/IsValidEnhMetaRecordOffExt.s | 2 - libc/nt/gdi32/LPtoDP.S | 2 + libc/nt/gdi32/LPtoDP.s | 2 - libc/nt/gdi32/LineTo.S | 2 + libc/nt/gdi32/LineTo.s | 2 - libc/nt/gdi32/LpkEditControl.S | 2 + libc/nt/gdi32/LpkEditControl.s | 2 - libc/nt/gdi32/LpkGetEditControl.S | 2 + libc/nt/gdi32/LpkGetEditControl.s | 2 - libc/nt/gdi32/LpkpEditControlSize.S | 2 + libc/nt/gdi32/LpkpEditControlSize.s | 2 - libc/nt/gdi32/LpkpInitializeEditControl.S | 2 + libc/nt/gdi32/LpkpInitializeEditControl.s | 2 - libc/nt/gdi32/MaskBlt.S | 2 + libc/nt/gdi32/MaskBlt.s | 2 - libc/nt/gdi32/MirrorRgn.S | 2 + libc/nt/gdi32/MirrorRgn.s | 2 - libc/nt/gdi32/ModerncoreGdiInit.S | 2 + libc/nt/gdi32/ModerncoreGdiInit.s | 2 - libc/nt/gdi32/ModifyWorldTransform.S | 2 + libc/nt/gdi32/ModifyWorldTransform.s | 2 - libc/nt/gdi32/MoveToEx.S | 2 + libc/nt/gdi32/MoveToEx.s | 2 - libc/nt/gdi32/NamedEscape.S | 2 + libc/nt/gdi32/NamedEscape.s | 2 - libc/nt/gdi32/OffsetClipRgn.S | 2 + libc/nt/gdi32/OffsetClipRgn.s | 2 - libc/nt/gdi32/OffsetRgn.S | 2 + libc/nt/gdi32/OffsetRgn.s | 2 - libc/nt/gdi32/OffsetViewportOrgEx.S | 2 + libc/nt/gdi32/OffsetViewportOrgEx.s | 2 - libc/nt/gdi32/OffsetWindowOrgEx.S | 2 + libc/nt/gdi32/OffsetWindowOrgEx.s | 2 - libc/nt/gdi32/PATHOBJ_bEnum.S | 2 + libc/nt/gdi32/PATHOBJ_bEnum.s | 2 - libc/nt/gdi32/PATHOBJ_bEnumClipLines.S | 2 + libc/nt/gdi32/PATHOBJ_bEnumClipLines.s | 2 - libc/nt/gdi32/PATHOBJ_vEnumStart.S | 2 + libc/nt/gdi32/PATHOBJ_vEnumStart.s | 2 - libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.S | 2 + libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.s | 2 - libc/nt/gdi32/PATHOBJ_vGetBounds.S | 2 + libc/nt/gdi32/PATHOBJ_vGetBounds.s | 2 - libc/nt/gdi32/PaintRgn.S | 2 + libc/nt/gdi32/PaintRgn.s | 2 - libc/nt/gdi32/PatBlt.S | 2 + libc/nt/gdi32/PatBlt.s | 2 - libc/nt/gdi32/PathToRegion.S | 2 + libc/nt/gdi32/PathToRegion.s | 2 - libc/nt/gdi32/Pie.S | 2 + libc/nt/gdi32/Pie.s | 2 - libc/nt/gdi32/PlayEnhMetaFile.S | 2 + libc/nt/gdi32/PlayEnhMetaFile.s | 2 - libc/nt/gdi32/PlayEnhMetaFileRecord.S | 2 + libc/nt/gdi32/PlayEnhMetaFileRecord.s | 2 - libc/nt/gdi32/PlayMetaFile.S | 2 + libc/nt/gdi32/PlayMetaFile.s | 2 - libc/nt/gdi32/PlayMetaFileRecord.S | 2 + libc/nt/gdi32/PlayMetaFileRecord.s | 2 - libc/nt/gdi32/PlgBlt.S | 2 + libc/nt/gdi32/PlgBlt.s | 2 - libc/nt/gdi32/PolyBezier.S | 2 + libc/nt/gdi32/PolyBezier.s | 2 - libc/nt/gdi32/PolyBezierTo.S | 2 + libc/nt/gdi32/PolyBezierTo.s | 2 - libc/nt/gdi32/PolyDraw.S | 2 + libc/nt/gdi32/PolyDraw.s | 2 - libc/nt/gdi32/PolyPatBlt.S | 2 + libc/nt/gdi32/PolyPatBlt.s | 2 - libc/nt/gdi32/PolyPolygon.S | 2 + libc/nt/gdi32/PolyPolygon.s | 2 - libc/nt/gdi32/PolyPolyline.S | 2 + libc/nt/gdi32/PolyPolyline.s | 2 - libc/nt/gdi32/PolyTextOutW.S | 2 + libc/nt/gdi32/PolyTextOutW.s | 2 - libc/nt/gdi32/Polygon.S | 2 + libc/nt/gdi32/Polygon.s | 2 - libc/nt/gdi32/Polyline.S | 2 + libc/nt/gdi32/Polyline.s | 2 - libc/nt/gdi32/PolylineTo.S | 2 + libc/nt/gdi32/PolylineTo.s | 2 - libc/nt/gdi32/PtInRegion.S | 2 + libc/nt/gdi32/PtInRegion.s | 2 - libc/nt/gdi32/PtVisible.S | 2 + libc/nt/gdi32/PtVisible.s | 2 - libc/nt/gdi32/QueryFontAssocStatus.S | 2 + libc/nt/gdi32/QueryFontAssocStatus.s | 2 - libc/nt/gdi32/RealizePalette.S | 2 + libc/nt/gdi32/RealizePalette.s | 2 - libc/nt/gdi32/RectInRegion.S | 2 + libc/nt/gdi32/RectInRegion.s | 2 - libc/nt/gdi32/RectVisible.S | 2 + libc/nt/gdi32/RectVisible.s | 2 - libc/nt/gdi32/Rectangle.S | 2 + libc/nt/gdi32/Rectangle.s | 2 - libc/nt/gdi32/RemoveFontMemResourceEx.S | 2 + libc/nt/gdi32/RemoveFontMemResourceEx.s | 2 - libc/nt/gdi32/RemoveFontResourceExW.S | 2 + libc/nt/gdi32/RemoveFontResourceExW.s | 2 - libc/nt/gdi32/RemoveFontResourceTracking.S | 2 + libc/nt/gdi32/RemoveFontResourceTracking.s | 2 - libc/nt/gdi32/RemoveFontResourceW.S | 2 + libc/nt/gdi32/RemoveFontResourceW.s | 2 - libc/nt/gdi32/ResetDCW.S | 2 + libc/nt/gdi32/ResetDCW.s | 2 - libc/nt/gdi32/ResizePalette.S | 2 + libc/nt/gdi32/ResizePalette.s | 2 - libc/nt/gdi32/RestoreDC.S | 14 + libc/nt/gdi32/RestoreDC.s | 12 - libc/nt/gdi32/RoundRect.S | 2 + libc/nt/gdi32/RoundRect.s | 2 - libc/nt/gdi32/STROBJ_bEnum.S | 2 + libc/nt/gdi32/STROBJ_bEnum.s | 2 - libc/nt/gdi32/STROBJ_bEnumPositionsOnly.S | 2 + libc/nt/gdi32/STROBJ_bEnumPositionsOnly.s | 2 - libc/nt/gdi32/STROBJ_bGetAdvanceWidths.S | 2 + libc/nt/gdi32/STROBJ_bGetAdvanceWidths.s | 2 - libc/nt/gdi32/STROBJ_dwGetCodePage.S | 2 + libc/nt/gdi32/STROBJ_dwGetCodePage.s | 2 - libc/nt/gdi32/STROBJ_vEnumStart.S | 2 + libc/nt/gdi32/STROBJ_vEnumStart.s | 2 - libc/nt/gdi32/SaveDC.S | 17 + libc/nt/gdi32/SaveDC.s | 15 - libc/nt/gdi32/ScaleRgn.S | 2 + libc/nt/gdi32/ScaleRgn.s | 2 - libc/nt/gdi32/ScaleValues.S | 2 + libc/nt/gdi32/ScaleValues.s | 2 - libc/nt/gdi32/ScaleViewportExtEx.S | 2 + libc/nt/gdi32/ScaleViewportExtEx.s | 2 - libc/nt/gdi32/ScaleWindowExtEx.S | 2 + libc/nt/gdi32/ScaleWindowExtEx.s | 2 - libc/nt/gdi32/SelectBrushLocal.S | 2 + libc/nt/gdi32/SelectBrushLocal.s | 2 - libc/nt/gdi32/SelectClipPath.S | 2 + libc/nt/gdi32/SelectClipPath.s | 2 - libc/nt/gdi32/SelectClipRgn.S | 2 + libc/nt/gdi32/SelectClipRgn.s | 2 - libc/nt/gdi32/SelectFontLocal.S | 2 + libc/nt/gdi32/SelectFontLocal.s | 2 - libc/nt/gdi32/SelectObject.S | 14 + libc/nt/gdi32/SelectObject.s | 12 - libc/nt/gdi32/SelectPalette.S | 2 + libc/nt/gdi32/SelectPalette.s | 2 - libc/nt/gdi32/SetAbortProc.S | 2 + libc/nt/gdi32/SetAbortProc.s | 2 - libc/nt/gdi32/SetArcDirection.S | 2 + libc/nt/gdi32/SetArcDirection.s | 2 - libc/nt/gdi32/SetBitmapAttributes.S | 2 + libc/nt/gdi32/SetBitmapAttributes.s | 2 - libc/nt/gdi32/SetBitmapBits.S | 2 + libc/nt/gdi32/SetBitmapBits.s | 2 - libc/nt/gdi32/SetBitmapDimensionEx.S | 2 + libc/nt/gdi32/SetBitmapDimensionEx.s | 2 - libc/nt/gdi32/SetBkColor.S | 2 + libc/nt/gdi32/SetBkColor.s | 2 - libc/nt/gdi32/SetBkMode.S | 14 + libc/nt/gdi32/SetBkMode.s | 12 - libc/nt/gdi32/SetBoundsRect.S | 2 + libc/nt/gdi32/SetBoundsRect.s | 2 - libc/nt/gdi32/SetBrushAttributes.S | 2 + libc/nt/gdi32/SetBrushAttributes.s | 2 - libc/nt/gdi32/SetBrushOrgEx.S | 2 + libc/nt/gdi32/SetBrushOrgEx.s | 2 - libc/nt/gdi32/SetColorAdjustment.S | 2 + libc/nt/gdi32/SetColorAdjustment.s | 2 - libc/nt/gdi32/SetColorSpace.S | 2 + libc/nt/gdi32/SetColorSpace.s | 2 - libc/nt/gdi32/SetDCBrushColor.S | 2 + libc/nt/gdi32/SetDCBrushColor.s | 2 - libc/nt/gdi32/SetDCDpiScaleValue.S | 2 + libc/nt/gdi32/SetDCDpiScaleValue.s | 2 - libc/nt/gdi32/SetDCPenColor.S | 2 + libc/nt/gdi32/SetDCPenColor.s | 2 - libc/nt/gdi32/SetDIBColorTable.S | 2 + libc/nt/gdi32/SetDIBColorTable.s | 2 - libc/nt/gdi32/SetDIBits.S | 2 + libc/nt/gdi32/SetDIBits.s | 2 - libc/nt/gdi32/SetDIBitsToDevice.S | 2 + libc/nt/gdi32/SetDIBitsToDevice.s | 2 - libc/nt/gdi32/SetDeviceGammaRamp.S | 2 + libc/nt/gdi32/SetDeviceGammaRamp.s | 2 - libc/nt/gdi32/SetEnhMetaFileBits.S | 2 + libc/nt/gdi32/SetEnhMetaFileBits.s | 2 - libc/nt/gdi32/SetFontEnumeration.S | 2 + libc/nt/gdi32/SetFontEnumeration.s | 2 - libc/nt/gdi32/SetGraphicsMode.S | 2 + libc/nt/gdi32/SetGraphicsMode.s | 2 - libc/nt/gdi32/SetICMMode.S | 2 + libc/nt/gdi32/SetICMMode.s | 2 - libc/nt/gdi32/SetICMProfileW.S | 2 + libc/nt/gdi32/SetICMProfileW.s | 2 - libc/nt/gdi32/SetLayout.S | 2 + libc/nt/gdi32/SetLayout.s | 2 - libc/nt/gdi32/SetLayoutWidth.S | 2 + libc/nt/gdi32/SetLayoutWidth.s | 2 - libc/nt/gdi32/SetMagicColors.S | 2 + libc/nt/gdi32/SetMagicColors.s | 2 - libc/nt/gdi32/SetMapMode.S | 2 + libc/nt/gdi32/SetMapMode.s | 2 - libc/nt/gdi32/SetMapperFlags.S | 2 + libc/nt/gdi32/SetMapperFlags.s | 2 - libc/nt/gdi32/SetMetaFileBitsEx.S | 2 + libc/nt/gdi32/SetMetaFileBitsEx.s | 2 - libc/nt/gdi32/SetMetaRgn.S | 2 + libc/nt/gdi32/SetMetaRgn.s | 2 - libc/nt/gdi32/SetMiterLimit.S | 2 + libc/nt/gdi32/SetMiterLimit.s | 2 - .../SetOPMSigningKeyAndSequenceNumbers.S | 2 + .../SetOPMSigningKeyAndSequenceNumbers.s | 2 - libc/nt/gdi32/SetPaletteEntries.S | 2 + libc/nt/gdi32/SetPaletteEntries.s | 2 - libc/nt/gdi32/SetPixel.S | 14 + libc/nt/gdi32/SetPixel.s | 12 - libc/nt/gdi32/SetPixelFormat.S | 14 + libc/nt/gdi32/SetPixelFormat.s | 12 - libc/nt/gdi32/SetPixelV.S | 2 + libc/nt/gdi32/SetPixelV.s | 2 - libc/nt/gdi32/SetPolyFillMode.S | 2 + libc/nt/gdi32/SetPolyFillMode.s | 2 - libc/nt/gdi32/SetROP2.S | 2 + libc/nt/gdi32/SetROP2.s | 2 - libc/nt/gdi32/SetRectRgn.S | 2 + libc/nt/gdi32/SetRectRgn.s | 2 - libc/nt/gdi32/SetRelAbs.S | 2 + libc/nt/gdi32/SetRelAbs.s | 2 - libc/nt/gdi32/SetStretchBltMode.S | 2 + libc/nt/gdi32/SetStretchBltMode.s | 2 - libc/nt/gdi32/SetSystemPaletteUse.S | 2 + libc/nt/gdi32/SetSystemPaletteUse.s | 2 - libc/nt/gdi32/SetTextAlign.S | 14 + libc/nt/gdi32/SetTextAlign.s | 12 - libc/nt/gdi32/SetTextCharacterExtra.S | 2 + libc/nt/gdi32/SetTextCharacterExtra.s | 2 - libc/nt/gdi32/SetTextColor.S | 14 + libc/nt/gdi32/SetTextColor.s | 12 - libc/nt/gdi32/SetTextJustification.S | 14 + libc/nt/gdi32/SetTextJustification.s | 12 - libc/nt/gdi32/SetViewportExtEx.S | 2 + libc/nt/gdi32/SetViewportExtEx.s | 2 - libc/nt/gdi32/SetViewportOrgEx.S | 2 + libc/nt/gdi32/SetViewportOrgEx.s | 2 - libc/nt/gdi32/SetVirtualResolution.S | 2 + libc/nt/gdi32/SetVirtualResolution.s | 2 - libc/nt/gdi32/SetWinMetaFileBits.S | 2 + libc/nt/gdi32/SetWinMetaFileBits.s | 2 - libc/nt/gdi32/SetWindowExtEx.S | 2 + libc/nt/gdi32/SetWindowExtEx.s | 2 - libc/nt/gdi32/SetWindowOrgEx.S | 2 + libc/nt/gdi32/SetWindowOrgEx.s | 2 - libc/nt/gdi32/SetWorldTransform.S | 2 + libc/nt/gdi32/SetWorldTransform.s | 2 - libc/nt/gdi32/StartDocW.S | 2 + libc/nt/gdi32/StartDocW.s | 2 - libc/nt/gdi32/StartFormPage.S | 2 + libc/nt/gdi32/StartFormPage.s | 2 - libc/nt/gdi32/StartPage.S | 2 + libc/nt/gdi32/StartPage.s | 2 - libc/nt/gdi32/StretchBlt.S | 2 + libc/nt/gdi32/StretchBlt.s | 2 - libc/nt/gdi32/StretchDIBits.S | 2 + libc/nt/gdi32/StretchDIBits.s | 2 - libc/nt/gdi32/StrokeAndFillPath.S | 2 + libc/nt/gdi32/StrokeAndFillPath.s | 2 - libc/nt/gdi32/StrokePath.S | 2 + libc/nt/gdi32/StrokePath.s | 2 - libc/nt/gdi32/SwapBuffers.S | 17 + libc/nt/gdi32/SwapBuffers.s | 15 - libc/nt/gdi32/TextOutW.S | 2 + libc/nt/gdi32/TextOutW.s | 2 - libc/nt/gdi32/TranslateCharsetInfo.S | 2 + libc/nt/gdi32/TranslateCharsetInfo.s | 2 - libc/nt/gdi32/UnloadNetworkFonts.S | 2 + libc/nt/gdi32/UnloadNetworkFonts.s | 2 - libc/nt/gdi32/UnrealizeObject.S | 2 + libc/nt/gdi32/UnrealizeObject.s | 2 - libc/nt/gdi32/UpdateColors.S | 2 + libc/nt/gdi32/UpdateColors.s | 2 - libc/nt/gdi32/UpdateICMRegKeyW.S | 2 + libc/nt/gdi32/UpdateICMRegKeyW.s | 2 - libc/nt/gdi32/WidenPath.S | 2 + libc/nt/gdi32/WidenPath.s | 2 - libc/nt/gdi32/XFORMOBJ_bApplyXform.S | 2 + libc/nt/gdi32/XFORMOBJ_bApplyXform.s | 2 - libc/nt/gdi32/XFORMOBJ_iGetXform.S | 2 + libc/nt/gdi32/XFORMOBJ_iGetXform.s | 2 - libc/nt/gdi32/XLATEOBJ_cGetPalette.S | 2 + libc/nt/gdi32/XLATEOBJ_cGetPalette.s | 2 - libc/nt/gdi32/XLATEOBJ_hGetColorTransform.S | 2 + libc/nt/gdi32/XLATEOBJ_hGetColorTransform.s | 2 - libc/nt/gdi32/XLATEOBJ_iXlate.S | 2 + libc/nt/gdi32/XLATEOBJ_iXlate.s | 2 - libc/nt/gdi32/XLATEOBJ_piVector.S | 2 + libc/nt/gdi32/XLATEOBJ_piVector.s | 2 - libc/nt/gdi32/cGetTTFFromFOT.S | 2 + libc/nt/gdi32/cGetTTFFromFOT.s | 2 - libc/nt/gdi32/fpClosePrinter.S | 2 + libc/nt/gdi32/fpClosePrinter.s | 2 - libc/nt/gdi32/gMaxGdiHandleCount.S | 2 + libc/nt/gdi32/gMaxGdiHandleCount.s | 2 - libc/nt/gdi32/gW32PID.S | 2 + libc/nt/gdi32/gW32PID.s | 2 - libc/nt/gdi32/g_systemCallFilterId.S | 2 + libc/nt/gdi32/g_systemCallFilterId.s | 2 - libc/nt/gdi32/gdiPlaySpoolStream.S | 2 + libc/nt/gdi32/gdiPlaySpoolStream.s | 2 - libc/nt/iphlpapi/AddIPAddress.S | 14 + libc/nt/iphlpapi/AddIPAddress.s | 12 - .../AllocateAndGetTcpExTableFromStack.S | 14 + .../AllocateAndGetTcpExTableFromStack.s | 12 - .../AllocateAndGetUdpExTableFromStack.S | 14 + .../AllocateAndGetUdpExTableFromStack.s | 12 - libc/nt/iphlpapi/CancelIPChangeNotify.S | 17 + libc/nt/iphlpapi/CancelIPChangeNotify.s | 15 - .../CaptureInterfaceHardwareCrossTimestamp.S | 14 + .../CaptureInterfaceHardwareCrossTimestamp.s | 12 - libc/nt/iphlpapi/CreateIpForwardEntry.S | 17 + libc/nt/iphlpapi/CreateIpForwardEntry.s | 15 - libc/nt/iphlpapi/CreateIpNetEntry.S | 2 + libc/nt/iphlpapi/CreateIpNetEntry.s | 2 - .../CreatePersistentTcpPortReservation.S | 2 + .../CreatePersistentTcpPortReservation.s | 2 - .../CreatePersistentUdpPortReservation.S | 2 + .../CreatePersistentUdpPortReservation.s | 2 - libc/nt/iphlpapi/CreateProxyArpEntry.S | 2 + libc/nt/iphlpapi/CreateProxyArpEntry.s | 2 - libc/nt/iphlpapi/DeleteIPAddress.S | 2 + libc/nt/iphlpapi/DeleteIPAddress.s | 2 - libc/nt/iphlpapi/DeleteIpForwardEntry.S | 2 + libc/nt/iphlpapi/DeleteIpForwardEntry.s | 2 - libc/nt/iphlpapi/DeleteIpNetEntry.S | 2 + libc/nt/iphlpapi/DeleteIpNetEntry.s | 2 - .../DeletePersistentTcpPortReservation.S | 2 + .../DeletePersistentTcpPortReservation.s | 2 - .../DeletePersistentUdpPortReservation.S | 2 + .../DeletePersistentUdpPortReservation.s | 2 - libc/nt/iphlpapi/DeleteProxyArpEntry.S | 2 + libc/nt/iphlpapi/DeleteProxyArpEntry.s | 2 - libc/nt/iphlpapi/DisableMediaSense.S | 2 + libc/nt/iphlpapi/DisableMediaSense.s | 2 - libc/nt/iphlpapi/EnableRouter.S | 2 + libc/nt/iphlpapi/EnableRouter.s | 2 - libc/nt/iphlpapi/FlushIpNetTable.S | 17 + libc/nt/iphlpapi/FlushIpNetTable.s | 15 - libc/nt/iphlpapi/GetAdapterIndex.S | 14 + libc/nt/iphlpapi/GetAdapterIndex.s | 12 - libc/nt/iphlpapi/GetAdapterOrderMap.S | 16 + libc/nt/iphlpapi/GetAdapterOrderMap.s | 14 - libc/nt/iphlpapi/GetAdaptersAddresses.S | 14 + libc/nt/iphlpapi/GetAdaptersAddresses.s | 12 - libc/nt/iphlpapi/GetAdaptersInfo.S | 14 + libc/nt/iphlpapi/GetAdaptersInfo.s | 12 - libc/nt/iphlpapi/GetBestInterface.S | 14 + libc/nt/iphlpapi/GetBestInterface.s | 12 - libc/nt/iphlpapi/GetBestInterfaceEx.S | 14 + libc/nt/iphlpapi/GetBestInterfaceEx.s | 12 - libc/nt/iphlpapi/GetBestRoute.S | 14 + libc/nt/iphlpapi/GetBestRoute.s | 12 - libc/nt/iphlpapi/GetExtendedTcpTable.S | 2 + libc/nt/iphlpapi/GetExtendedTcpTable.s | 2 - libc/nt/iphlpapi/GetExtendedUdpTable.S | 2 + libc/nt/iphlpapi/GetExtendedUdpTable.s | 2 - libc/nt/iphlpapi/GetFriendlyIfIndex.S | 2 + libc/nt/iphlpapi/GetFriendlyIfIndex.s | 2 - libc/nt/iphlpapi/GetIcmpStatistics.S | 2 + libc/nt/iphlpapi/GetIcmpStatistics.s | 2 - libc/nt/iphlpapi/GetIcmpStatisticsEx.S | 2 + libc/nt/iphlpapi/GetIcmpStatisticsEx.s | 2 - libc/nt/iphlpapi/GetIfEntry.S | 2 + libc/nt/iphlpapi/GetIfEntry.s | 2 - libc/nt/iphlpapi/GetIfTable.S | 2 + libc/nt/iphlpapi/GetIfTable.s | 2 - .../GetInterfaceActiveTimestampCapabilities.S | 2 + .../GetInterfaceActiveTimestampCapabilities.s | 2 - libc/nt/iphlpapi/GetInterfaceInfo.S | 2 + libc/nt/iphlpapi/GetInterfaceInfo.s | 2 - ...tInterfaceSupportedTimestampCapabilities.S | 2 + ...tInterfaceSupportedTimestampCapabilities.s | 2 - libc/nt/iphlpapi/GetIpAddrTable.S | 2 + libc/nt/iphlpapi/GetIpAddrTable.s | 2 - libc/nt/iphlpapi/GetIpErrorString.S | 2 + libc/nt/iphlpapi/GetIpErrorString.s | 2 - libc/nt/iphlpapi/GetIpForwardTable.S | 2 + libc/nt/iphlpapi/GetIpForwardTable.s | 2 - libc/nt/iphlpapi/GetIpNetTable.S | 2 + libc/nt/iphlpapi/GetIpNetTable.s | 2 - libc/nt/iphlpapi/GetIpStatistics.S | 2 + libc/nt/iphlpapi/GetIpStatistics.s | 2 - libc/nt/iphlpapi/GetIpStatisticsEx.S | 2 + libc/nt/iphlpapi/GetIpStatisticsEx.s | 2 - libc/nt/iphlpapi/GetNetworkParams.S | 2 + libc/nt/iphlpapi/GetNetworkParams.s | 2 - libc/nt/iphlpapi/GetNumberOfInterfaces.S | 17 + libc/nt/iphlpapi/GetNumberOfInterfaces.s | 15 - .../nt/iphlpapi/GetOwnerModuleFromTcp6Entry.S | 2 + .../nt/iphlpapi/GetOwnerModuleFromTcp6Entry.s | 2 - libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.S | 2 + libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.s | 2 - .../nt/iphlpapi/GetOwnerModuleFromUdp6Entry.S | 2 + .../nt/iphlpapi/GetOwnerModuleFromUdp6Entry.s | 2 - libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.S | 2 + libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.s | 2 - libc/nt/iphlpapi/GetPerAdapterInfo.S | 2 + libc/nt/iphlpapi/GetPerAdapterInfo.s | 2 - libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.S | 2 + libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.s | 2 - libc/nt/iphlpapi/GetPerTcpConnectionEStats.S | 2 + libc/nt/iphlpapi/GetPerTcpConnectionEStats.s | 2 - libc/nt/iphlpapi/GetRTTAndHopCount.S | 2 + libc/nt/iphlpapi/GetRTTAndHopCount.s | 2 - libc/nt/iphlpapi/GetTcp6Table.S | 2 + libc/nt/iphlpapi/GetTcp6Table.s | 2 - libc/nt/iphlpapi/GetTcp6Table2.S | 2 + libc/nt/iphlpapi/GetTcp6Table2.s | 2 - libc/nt/iphlpapi/GetTcpStatistics.S | 2 + libc/nt/iphlpapi/GetTcpStatistics.s | 2 - libc/nt/iphlpapi/GetTcpStatisticsEx.S | 2 + libc/nt/iphlpapi/GetTcpStatisticsEx.s | 2 - libc/nt/iphlpapi/GetTcpStatisticsEx2.S | 2 + libc/nt/iphlpapi/GetTcpStatisticsEx2.s | 2 - libc/nt/iphlpapi/GetTcpTable.S | 14 + libc/nt/iphlpapi/GetTcpTable.s | 12 - libc/nt/iphlpapi/GetTcpTable2.S | 14 + libc/nt/iphlpapi/GetTcpTable2.s | 12 - libc/nt/iphlpapi/GetUdp6Table.S | 2 + libc/nt/iphlpapi/GetUdp6Table.s | 2 - libc/nt/iphlpapi/GetUdpStatistics.S | 2 + libc/nt/iphlpapi/GetUdpStatistics.s | 2 - libc/nt/iphlpapi/GetUdpStatisticsEx.S | 2 + libc/nt/iphlpapi/GetUdpStatisticsEx.s | 2 - libc/nt/iphlpapi/GetUdpStatisticsEx2.S | 2 + libc/nt/iphlpapi/GetUdpStatisticsEx2.s | 2 - libc/nt/iphlpapi/GetUdpTable.S | 2 + libc/nt/iphlpapi/GetUdpTable.s | 2 - .../iphlpapi/GetUniDirectionalAdapterInfo.S | 2 + .../iphlpapi/GetUniDirectionalAdapterInfo.s | 2 - libc/nt/iphlpapi/IpReleaseAddress.S | 2 + libc/nt/iphlpapi/IpReleaseAddress.s | 2 - libc/nt/iphlpapi/IpRenewAddress.S | 2 + libc/nt/iphlpapi/IpRenewAddress.s | 2 - .../LookupPersistentTcpPortReservation.S | 2 + .../LookupPersistentTcpPortReservation.s | 2 - .../LookupPersistentUdpPortReservation.S | 2 + .../LookupPersistentUdpPortReservation.s | 2 - .../NhpAllocateAndGetInterfaceInfoFromStack.S | 2 + .../NhpAllocateAndGetInterfaceInfoFromStack.s | 2 - libc/nt/iphlpapi/NotifyAddrChange.S | 2 + libc/nt/iphlpapi/NotifyAddrChange.s | 2 - libc/nt/iphlpapi/NotifyRouteChange.S | 2 + libc/nt/iphlpapi/NotifyRouteChange.s | 2 - libc/nt/iphlpapi/ParseNetworkString.S | 2 + libc/nt/iphlpapi/ParseNetworkString.s | 2 - .../RegisterInterfaceTimestampConfigChange.S | 2 + .../RegisterInterfaceTimestampConfigChange.s | 2 - libc/nt/iphlpapi/ResolveNeighbor.S | 2 + libc/nt/iphlpapi/ResolveNeighbor.s | 2 - libc/nt/iphlpapi/RestoreMediaSense.S | 2 + libc/nt/iphlpapi/RestoreMediaSense.s | 2 - libc/nt/iphlpapi/SendARP.S | 2 + libc/nt/iphlpapi/SendARP.s | 2 - libc/nt/iphlpapi/SetIfEntry.S | 2 + libc/nt/iphlpapi/SetIfEntry.s | 2 - libc/nt/iphlpapi/SetIpForwardEntry.S | 2 + libc/nt/iphlpapi/SetIpForwardEntry.s | 2 - libc/nt/iphlpapi/SetIpNetEntry.S | 2 + libc/nt/iphlpapi/SetIpNetEntry.s | 2 - libc/nt/iphlpapi/SetIpStatistics.S | 2 + libc/nt/iphlpapi/SetIpStatistics.s | 2 - libc/nt/iphlpapi/SetIpStatisticsEx.S | 2 + libc/nt/iphlpapi/SetIpStatisticsEx.s | 2 - libc/nt/iphlpapi/SetIpTTL.S | 2 + libc/nt/iphlpapi/SetIpTTL.s | 2 - libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.S | 2 + libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.s | 2 - libc/nt/iphlpapi/SetPerTcpConnectionEStats.S | 2 + libc/nt/iphlpapi/SetPerTcpConnectionEStats.s | 2 - libc/nt/iphlpapi/SetTcpEntry.S | 2 + libc/nt/iphlpapi/SetTcpEntry.s | 2 - libc/nt/iphlpapi/UnenableRouter.S | 2 + libc/nt/iphlpapi/UnenableRouter.s | 2 - ...UnregisterInterfaceTimestampConfigChange.S | 2 + ...UnregisterInterfaceTimestampConfigChange.s | 2 - libc/nt/kernel32/AcquireSRWLockExclusive.S | 17 + libc/nt/kernel32/AcquireSRWLockExclusive.s | 15 - libc/nt/kernel32/AcquireSRWLockShared.S | 17 + libc/nt/kernel32/AcquireSRWLockShared.s | 15 - libc/nt/kernel32/ActivateActCtx.S | 2 + libc/nt/kernel32/ActivateActCtx.s | 2 - libc/nt/kernel32/ActivateActCtxWorker.S | 2 + libc/nt/kernel32/ActivateActCtxWorker.s | 2 - libc/nt/kernel32/AddAtomW.S | 2 + libc/nt/kernel32/AddAtomW.s | 2 - libc/nt/kernel32/AddConsoleAliasW.S | 2 + libc/nt/kernel32/AddConsoleAliasW.s | 2 - libc/nt/kernel32/AddDllDirectory.S | 2 + libc/nt/kernel32/AddDllDirectory.s | 2 - .../AddIntegrityLabelToBoundaryDescriptor.S | 2 + .../AddIntegrityLabelToBoundaryDescriptor.s | 2 - .../kernel32/AddLocalAlternateComputerNameW.S | 2 + .../kernel32/AddLocalAlternateComputerNameW.s | 2 - libc/nt/kernel32/AddRefActCtx.S | 2 + libc/nt/kernel32/AddRefActCtx.s | 2 - libc/nt/kernel32/AddRefActCtxWorker.S | 2 + libc/nt/kernel32/AddRefActCtxWorker.s | 2 - libc/nt/kernel32/AddResourceAttributeAce.S | 2 + libc/nt/kernel32/AddResourceAttributeAce.s | 2 - libc/nt/kernel32/AddSIDToBoundaryDescriptor.S | 2 + libc/nt/kernel32/AddSIDToBoundaryDescriptor.s | 2 - libc/nt/kernel32/AddScopedPolicyIDAce.S | 2 + libc/nt/kernel32/AddScopedPolicyIDAce.s | 2 - .../kernel32/AddSecureMemoryCacheCallback.S | 2 + .../kernel32/AddSecureMemoryCacheCallback.s | 2 - libc/nt/kernel32/AddVectoredContinueHandler.S | 14 + libc/nt/kernel32/AddVectoredContinueHandler.s | 12 - .../nt/kernel32/AddVectoredExceptionHandler.S | 14 + .../nt/kernel32/AddVectoredExceptionHandler.s | 12 - libc/nt/kernel32/AdjustCalendarDate.S | 2 + libc/nt/kernel32/AdjustCalendarDate.s | 2 - libc/nt/kernel32/AllocConsole.S | 16 + libc/nt/kernel32/AllocConsole.s | 14 - libc/nt/kernel32/AllocateUserPhysicalPages.S | 2 + libc/nt/kernel32/AllocateUserPhysicalPages.s | 2 - .../kernel32/AllocateUserPhysicalPagesNuma.S | 2 + .../kernel32/AllocateUserPhysicalPagesNuma.s | 2 - .../nt/kernel32/ApplicationRecoveryFinished.S | 2 + .../nt/kernel32/ApplicationRecoveryFinished.s | 2 - .../kernel32/ApplicationRecoveryInProgress.S | 2 + .../kernel32/ApplicationRecoveryInProgress.s | 2 - libc/nt/kernel32/AreFileApisANSI.S | 2 + libc/nt/kernel32/AreFileApisANSI.s | 2 - libc/nt/kernel32/AssignProcessToJobObject.S | 2 + libc/nt/kernel32/AssignProcessToJobObject.s | 2 - libc/nt/kernel32/AttachConsole.S | 17 + libc/nt/kernel32/AttachConsole.s | 15 - libc/nt/kernel32/BackupRead.S | 2 + libc/nt/kernel32/BackupRead.s | 2 - libc/nt/kernel32/BackupSeek.S | 2 + libc/nt/kernel32/BackupSeek.s | 2 - libc/nt/kernel32/BackupWrite.S | 2 + libc/nt/kernel32/BackupWrite.s | 2 - .../BaseCheckAppcompatCacheExWorker.S | 2 + .../BaseCheckAppcompatCacheExWorker.s | 2 - .../kernel32/BaseCheckAppcompatCacheWorker.S | 2 + .../kernel32/BaseCheckAppcompatCacheWorker.s | 2 - libc/nt/kernel32/BaseCheckElevation.S | 2 + libc/nt/kernel32/BaseCheckElevation.s | 2 - .../BaseCleanupAppcompatCacheSupportWorker.S | 2 + .../BaseCleanupAppcompatCacheSupportWorker.s | 2 - libc/nt/kernel32/BaseDestroyVDMEnvironment.S | 2 + libc/nt/kernel32/BaseDestroyVDMEnvironment.s | 2 - libc/nt/kernel32/BaseDllReadWriteIniFile.S | 2 + libc/nt/kernel32/BaseDllReadWriteIniFile.s | 2 - .../kernel32/BaseDumpAppcompatCacheWorker.S | 2 + .../kernel32/BaseDumpAppcompatCacheWorker.s | 2 - .../nt/kernel32/BaseElevationPostProcessing.S | 2 + .../nt/kernel32/BaseElevationPostProcessing.s | 2 - .../kernel32/BaseFlushAppcompatCacheWorker.S | 2 + .../kernel32/BaseFlushAppcompatCacheWorker.s | 2 - libc/nt/kernel32/BaseFormatTimeOut.S | 2 + libc/nt/kernel32/BaseFormatTimeOut.s | 2 - .../BaseFreeAppCompatDataForProcessWorker.S | 2 + .../BaseFreeAppCompatDataForProcessWorker.s | 2 - libc/nt/kernel32/BaseGenerateAppCompatData.S | 2 + libc/nt/kernel32/BaseGenerateAppCompatData.s | 2 - .../BaseInitAppcompatCacheSupportWorker.S | 2 + .../BaseInitAppcompatCacheSupportWorker.s | 2 - ...eIsAppcompatInfrastructureDisabledWorker.S | 2 + ...eIsAppcompatInfrastructureDisabledWorker.s | 2 - libc/nt/kernel32/BaseIsDosApplication.S | 2 + libc/nt/kernel32/BaseIsDosApplication.s | 2 - libc/nt/kernel32/BaseQueryModuleData.S | 2 + libc/nt/kernel32/BaseQueryModuleData.s | 2 - .../BaseReadAppCompatDataForProcessWorker.S | 2 + .../BaseReadAppCompatDataForProcessWorker.s | 2 - libc/nt/kernel32/BaseSetLastNTError.S | 2 + libc/nt/kernel32/BaseSetLastNTError.s | 2 - libc/nt/kernel32/BaseThreadInitThunk.S | 2 + libc/nt/kernel32/BaseThreadInitThunk.s | 2 - .../kernel32/BaseUpdateAppcompatCacheWorker.S | 2 + .../kernel32/BaseUpdateAppcompatCacheWorker.s | 2 - libc/nt/kernel32/BaseUpdateVDMEntry.S | 2 + libc/nt/kernel32/BaseUpdateVDMEntry.s | 2 - libc/nt/kernel32/BaseVerifyUnicodeString.S | 2 + libc/nt/kernel32/BaseVerifyUnicodeString.s | 2 - .../BaseWriteErrorElevationRequiredEvent.S | 2 + .../BaseWriteErrorElevationRequiredEvent.s | 2 - .../Basep8BitStringToDynamicUnicodeString.S | 2 + .../Basep8BitStringToDynamicUnicodeString.s | 2 - ...AllocateActivationContextActivationBlock.S | 2 + ...AllocateActivationContextActivationBlock.s | 2 - .../BasepAnsiStringToDynamicUnicodeString.S | 2 + .../BasepAnsiStringToDynamicUnicodeString.s | 2 - .../BasepAppContainerEnvironmentExtension.S | 2 + .../BasepAppContainerEnvironmentExtension.s | 2 - libc/nt/kernel32/BasepAppXExtension.S | 2 + libc/nt/kernel32/BasepAppXExtension.s | 2 - libc/nt/kernel32/BasepCheckAppCompat.S | 2 + libc/nt/kernel32/BasepCheckAppCompat.s | 2 - libc/nt/kernel32/BasepCheckWebBladeHashes.S | 2 + libc/nt/kernel32/BasepCheckWebBladeHashes.s | 2 - .../kernel32/BasepCheckWinSaferRestrictions.S | 2 + .../kernel32/BasepCheckWinSaferRestrictions.s | 2 - .../BasepConstructSxsCreateProcessMessage.S | 2 + .../BasepConstructSxsCreateProcessMessage.s | 2 - libc/nt/kernel32/BasepCopyEncryption.S | 2 + libc/nt/kernel32/BasepCopyEncryption.s | 2 - ...asepFreeActivationContextActivationBlock.S | 2 + ...asepFreeActivationContextActivationBlock.s | 2 - libc/nt/kernel32/BasepFreeAppCompatData.S | 2 + libc/nt/kernel32/BasepFreeAppCompatData.s | 2 - libc/nt/kernel32/BasepGetAppCompatData.S | 2 + libc/nt/kernel32/BasepGetAppCompatData.s | 2 - .../kernel32/BasepGetComputerNameFromNtPath.S | 2 + .../kernel32/BasepGetComputerNameFromNtPath.s | 2 - libc/nt/kernel32/BasepGetExeArchType.S | 2 + libc/nt/kernel32/BasepGetExeArchType.s | 2 - libc/nt/kernel32/BasepInitAppCompatData.S | 2 + libc/nt/kernel32/BasepInitAppCompatData.s | 2 - libc/nt/kernel32/BasepIsProcessAllowed.S | 2 + libc/nt/kernel32/BasepIsProcessAllowed.s | 2 - libc/nt/kernel32/BasepMapModuleHandle.S | 2 + libc/nt/kernel32/BasepMapModuleHandle.s | 2 - .../kernel32/BasepNotifyLoadStringResource.S | 2 + .../kernel32/BasepNotifyLoadStringResource.s | 2 - .../kernel32/BasepPostSuccessAppXExtension.S | 2 + .../kernel32/BasepPostSuccessAppXExtension.s | 2 - libc/nt/kernel32/BasepProcessInvalidImage.S | 2 + libc/nt/kernel32/BasepProcessInvalidImage.s | 2 - libc/nt/kernel32/BasepQueryAppCompat.S | 2 + libc/nt/kernel32/BasepQueryAppCompat.s | 2 - .../kernel32/BasepQueryModuleChpeSettings.S | 2 + .../kernel32/BasepQueryModuleChpeSettings.s | 2 - libc/nt/kernel32/BasepReleaseAppXContext.S | 2 + libc/nt/kernel32/BasepReleaseAppXContext.s | 2 - ...asepReleaseSxsCreateProcessUtilityStruct.S | 2 + ...asepReleaseSxsCreateProcessUtilityStruct.s | 2 - libc/nt/kernel32/BasepReportFault.S | 2 + libc/nt/kernel32/BasepReportFault.s | 2 - .../BasepSetFileEncryptionCompression.S | 2 + .../BasepSetFileEncryptionCompression.s | 2 - libc/nt/kernel32/Beep.S | 2 + libc/nt/kernel32/Beep.s | 2 - libc/nt/kernel32/BeginUpdateResourceW.S | 2 + libc/nt/kernel32/BeginUpdateResourceW.s | 2 - libc/nt/kernel32/BindIoCompletionCallback.S | 2 + libc/nt/kernel32/BindIoCompletionCallback.s | 2 - libc/nt/kernel32/BuildCommDCBAndTimeoutsW.S | 2 + libc/nt/kernel32/BuildCommDCBAndTimeoutsW.s | 2 - libc/nt/kernel32/BuildCommDCBW.S | 2 + libc/nt/kernel32/BuildCommDCBW.s | 2 - libc/nt/kernel32/CallNamedPipeA.S | 14 + libc/nt/kernel32/CallNamedPipeA.s | 12 - libc/nt/kernel32/CallNamedPipeW.S | 14 + libc/nt/kernel32/CallNamedPipeW.s | 12 - libc/nt/kernel32/CallbackMayRunLong.S | 2 + libc/nt/kernel32/CallbackMayRunLong.s | 2 - libc/nt/kernel32/CancelDeviceWakeupRequest.S | 2 + libc/nt/kernel32/CancelDeviceWakeupRequest.s | 2 - libc/nt/kernel32/CancelIo.S | 17 + libc/nt/kernel32/CancelIo.s | 15 - libc/nt/kernel32/CancelIoEx.S | 14 + libc/nt/kernel32/CancelIoEx.s | 12 - libc/nt/kernel32/CancelSynchronousIo.S | 17 + libc/nt/kernel32/CancelSynchronousIo.s | 15 - libc/nt/kernel32/CancelTimerQueueTimer.S | 2 + libc/nt/kernel32/CancelTimerQueueTimer.s | 2 - libc/nt/kernel32/CancelWaitableTimer.S | 2 + libc/nt/kernel32/CancelWaitableTimer.s | 2 - libc/nt/kernel32/CeipIsOptedIn.S | 2 + libc/nt/kernel32/CeipIsOptedIn.s | 2 - libc/nt/kernel32/ChangeTimerQueueTimer.S | 2 + libc/nt/kernel32/ChangeTimerQueueTimer.s | 2 - libc/nt/kernel32/CheckElevation.S | 2 + libc/nt/kernel32/CheckElevation.s | 2 - libc/nt/kernel32/CheckElevationEnabled.S | 2 + libc/nt/kernel32/CheckElevationEnabled.s | 2 - libc/nt/kernel32/CheckForReadOnlyResource.S | 2 + libc/nt/kernel32/CheckForReadOnlyResource.s | 2 - .../kernel32/CheckForReadOnlyResourceFilter.S | 2 + .../kernel32/CheckForReadOnlyResourceFilter.s | 2 - libc/nt/kernel32/CheckNameLegalDOS8Dot3W.S | 2 + libc/nt/kernel32/CheckNameLegalDOS8Dot3W.s | 2 - libc/nt/kernel32/CheckRemoteDebuggerPresent.S | 14 + libc/nt/kernel32/CheckRemoteDebuggerPresent.s | 12 - libc/nt/kernel32/CheckTokenCapability.S | 2 + libc/nt/kernel32/CheckTokenCapability.s | 2 - libc/nt/kernel32/CheckTokenMembershipEx.S | 2 + libc/nt/kernel32/CheckTokenMembershipEx.s | 2 - libc/nt/kernel32/ClearCommBreak.S | 17 + libc/nt/kernel32/ClearCommBreak.s | 15 - libc/nt/kernel32/ClearCommError.S | 2 + libc/nt/kernel32/ClearCommError.s | 2 - libc/nt/kernel32/CloseConsoleHandle.S | 2 + libc/nt/kernel32/CloseConsoleHandle.s | 2 - libc/nt/kernel32/CloseHandle.S | 17 + libc/nt/kernel32/CloseHandle.s | 15 - libc/nt/kernel32/ClosePackageInfo.S | 2 + libc/nt/kernel32/ClosePackageInfo.s | 2 - libc/nt/kernel32/ClosePrivateNamespace.S | 2 + libc/nt/kernel32/ClosePrivateNamespace.s | 2 - libc/nt/kernel32/CloseProfileUserMapping.S | 2 + libc/nt/kernel32/CloseProfileUserMapping.s | 2 - libc/nt/kernel32/CmdBatNotification.S | 2 + libc/nt/kernel32/CmdBatNotification.s | 2 - libc/nt/kernel32/CommConfigDialogW.S | 2 + libc/nt/kernel32/CommConfigDialogW.s | 2 - libc/nt/kernel32/CompareCalendarDates.S | 2 + libc/nt/kernel32/CompareCalendarDates.s | 2 - libc/nt/kernel32/CompareFileTime.S | 2 + libc/nt/kernel32/CompareFileTime.s | 2 - libc/nt/kernel32/CompareStringEx.S | 2 + libc/nt/kernel32/CompareStringEx.s | 2 - libc/nt/kernel32/CompareStringOrdinal.S | 2 + libc/nt/kernel32/CompareStringOrdinal.s | 2 - libc/nt/kernel32/CompareStringW.S | 2 + libc/nt/kernel32/CompareStringW.s | 2 - libc/nt/kernel32/ConnectNamedPipe.S | 14 + libc/nt/kernel32/ConnectNamedPipe.s | 12 - libc/nt/kernel32/ConsoleMenuControl.S | 2 + libc/nt/kernel32/ConsoleMenuControl.s | 2 - libc/nt/kernel32/ContinueDebugEvent.S | 14 + libc/nt/kernel32/ContinueDebugEvent.s | 12 - .../kernel32/ConvertCalDateTimeToSystemTime.S | 2 + .../kernel32/ConvertCalDateTimeToSystemTime.s | 2 - libc/nt/kernel32/ConvertDefaultLocale.S | 2 + libc/nt/kernel32/ConvertDefaultLocale.s | 2 - libc/nt/kernel32/ConvertFiberToThread.S | 2 + libc/nt/kernel32/ConvertFiberToThread.s | 2 - .../ConvertNLSDayOfWeekToWin32DayOfWeek.S | 2 + .../ConvertNLSDayOfWeekToWin32DayOfWeek.s | 2 - .../kernel32/ConvertSystemTimeToCalDateTime.S | 2 + .../kernel32/ConvertSystemTimeToCalDateTime.s | 2 - libc/nt/kernel32/ConvertThreadToFiber.S | 2 + libc/nt/kernel32/ConvertThreadToFiber.s | 2 - libc/nt/kernel32/ConvertThreadToFiberEx.S | 2 + libc/nt/kernel32/ConvertThreadToFiberEx.s | 2 - libc/nt/kernel32/CopyContext.S | 2 + libc/nt/kernel32/CopyContext.s | 2 - libc/nt/kernel32/CopyFile2.S | 2 + libc/nt/kernel32/CopyFile2.s | 2 - libc/nt/kernel32/CopyFileExW.S | 2 + libc/nt/kernel32/CopyFileExW.s | 2 - libc/nt/kernel32/CopyFileTransactedW.S | 2 + libc/nt/kernel32/CopyFileTransactedW.s | 2 - libc/nt/kernel32/CopyFileW.S | 14 + libc/nt/kernel32/CopyFileW.s | 12 - libc/nt/kernel32/CopyLZFile.S | 2 + libc/nt/kernel32/CopyLZFile.s | 2 - libc/nt/kernel32/CreateActCtxW.S | 2 + libc/nt/kernel32/CreateActCtxW.s | 2 - libc/nt/kernel32/CreateActCtxWWorker.S | 2 + libc/nt/kernel32/CreateActCtxWWorker.s | 2 - libc/nt/kernel32/CreateBoundaryDescriptorW.S | 2 + libc/nt/kernel32/CreateBoundaryDescriptorW.s | 2 - libc/nt/kernel32/CreateConsoleScreenBuffer.S | 2 + libc/nt/kernel32/CreateConsoleScreenBuffer.s | 2 - libc/nt/kernel32/CreateDirectoryExW.S | 2 + libc/nt/kernel32/CreateDirectoryExW.s | 2 - libc/nt/kernel32/CreateDirectoryTransactedW.S | 2 + libc/nt/kernel32/CreateDirectoryTransactedW.s | 2 - libc/nt/kernel32/CreateDirectoryW.S | 14 + libc/nt/kernel32/CreateDirectoryW.s | 12 - libc/nt/kernel32/CreateEventExW.S | 14 + libc/nt/kernel32/CreateEventExW.s | 12 - libc/nt/kernel32/CreateEventW.S | 14 + libc/nt/kernel32/CreateEventW.s | 12 - libc/nt/kernel32/CreateFiber.S | 2 + libc/nt/kernel32/CreateFiber.s | 2 - libc/nt/kernel32/CreateFiberEx.S | 2 + libc/nt/kernel32/CreateFiberEx.s | 2 - libc/nt/kernel32/CreateFile2.S | 2 + libc/nt/kernel32/CreateFile2.s | 2 - libc/nt/kernel32/CreateFileMappingFromApp.S | 2 + libc/nt/kernel32/CreateFileMappingFromApp.s | 2 - libc/nt/kernel32/CreateFileMappingNumaW.S | 14 + libc/nt/kernel32/CreateFileMappingNumaW.s | 12 - libc/nt/kernel32/CreateFileMappingW.S | 14 + libc/nt/kernel32/CreateFileMappingW.s | 12 - libc/nt/kernel32/CreateFileTransactedW.S | 2 + libc/nt/kernel32/CreateFileTransactedW.s | 2 - libc/nt/kernel32/CreateFileW.S | 14 + libc/nt/kernel32/CreateFileW.s | 12 - libc/nt/kernel32/CreateHardLinkTransactedW.S | 2 + libc/nt/kernel32/CreateHardLinkTransactedW.s | 2 - libc/nt/kernel32/CreateHardLinkW.S | 14 + libc/nt/kernel32/CreateHardLinkW.s | 12 - libc/nt/kernel32/CreateIoCompletionPort.S | 14 + libc/nt/kernel32/CreateIoCompletionPort.s | 12 - libc/nt/kernel32/CreateJobObjectW.S | 2 + libc/nt/kernel32/CreateJobObjectW.s | 2 - libc/nt/kernel32/CreateJobSet.S | 2 + libc/nt/kernel32/CreateJobSet.s | 2 - libc/nt/kernel32/CreateMailslotW.S | 2 + libc/nt/kernel32/CreateMailslotW.s | 2 - .../CreateMemoryResourceNotification.S | 2 + .../CreateMemoryResourceNotification.s | 2 - libc/nt/kernel32/CreateMutexExW.S | 2 + libc/nt/kernel32/CreateMutexExW.s | 2 - libc/nt/kernel32/CreateMutexW.S | 2 + libc/nt/kernel32/CreateMutexW.s | 2 - libc/nt/kernel32/CreateNamedPipeW.S | 14 + libc/nt/kernel32/CreateNamedPipeW.s | 12 - libc/nt/kernel32/CreatePipe.S | 14 + libc/nt/kernel32/CreatePipe.s | 12 - libc/nt/kernel32/CreatePrivateNamespaceW.S | 2 + libc/nt/kernel32/CreatePrivateNamespaceW.s | 2 - libc/nt/kernel32/CreateProcessW.S | 14 + libc/nt/kernel32/CreateProcessW.s | 12 - libc/nt/kernel32/CreateRemoteThread.S | 2 + libc/nt/kernel32/CreateRemoteThread.s | 2 - libc/nt/kernel32/CreateRemoteThreadEx.S | 2 + libc/nt/kernel32/CreateRemoteThreadEx.s | 2 - libc/nt/kernel32/CreateSemaphoreExW.S | 2 + libc/nt/kernel32/CreateSemaphoreExW.s | 2 - libc/nt/kernel32/CreateSemaphoreW.S | 14 + libc/nt/kernel32/CreateSemaphoreW.s | 12 - .../kernel32/CreateSymbolicLinkTransactedW.S | 2 + .../kernel32/CreateSymbolicLinkTransactedW.s | 2 - libc/nt/kernel32/CreateSymbolicLinkW.S | 14 + libc/nt/kernel32/CreateSymbolicLinkW.s | 12 - libc/nt/kernel32/CreateTapePartition.S | 2 + libc/nt/kernel32/CreateTapePartition.s | 2 - libc/nt/kernel32/CreateThread.S | 14 + libc/nt/kernel32/CreateThread.s | 12 - libc/nt/kernel32/CreateThreadpool.S | 2 + libc/nt/kernel32/CreateThreadpool.s | 2 - .../kernel32/CreateThreadpoolCleanupGroup.S | 2 + .../kernel32/CreateThreadpoolCleanupGroup.s | 2 - libc/nt/kernel32/CreateThreadpoolIo.S | 2 + libc/nt/kernel32/CreateThreadpoolIo.s | 2 - libc/nt/kernel32/CreateThreadpoolTimer.S | 2 + libc/nt/kernel32/CreateThreadpoolTimer.s | 2 - libc/nt/kernel32/CreateThreadpoolWait.S | 2 + libc/nt/kernel32/CreateThreadpoolWait.s | 2 - libc/nt/kernel32/CreateThreadpoolWork.S | 2 + libc/nt/kernel32/CreateThreadpoolWork.s | 2 - libc/nt/kernel32/CreateTimerQueue.S | 2 + libc/nt/kernel32/CreateTimerQueue.s | 2 - libc/nt/kernel32/CreateTimerQueueTimer.S | 2 + libc/nt/kernel32/CreateTimerQueueTimer.s | 2 - libc/nt/kernel32/CreateToolhelp32Snapshot.S | 14 + libc/nt/kernel32/CreateToolhelp32Snapshot.s | 12 - libc/nt/kernel32/CreateUmsCompletionList.S | 2 + libc/nt/kernel32/CreateUmsCompletionList.s | 2 - libc/nt/kernel32/CreateUmsThreadContext.S | 2 + libc/nt/kernel32/CreateUmsThreadContext.s | 2 - libc/nt/kernel32/CreateWaitableTimerExW.S | 14 + libc/nt/kernel32/CreateWaitableTimerExW.s | 12 - libc/nt/kernel32/CreateWaitableTimerW.S | 14 + libc/nt/kernel32/CreateWaitableTimerW.s | 12 - libc/nt/kernel32/DeactivateActCtx.S | 2 + libc/nt/kernel32/DeactivateActCtx.s | 2 - libc/nt/kernel32/DeactivateActCtxWorker.S | 2 + libc/nt/kernel32/DeactivateActCtxWorker.s | 2 - libc/nt/kernel32/DebugActiveProcess.S | 17 + libc/nt/kernel32/DebugActiveProcess.s | 15 - libc/nt/kernel32/DebugActiveProcessStop.S | 17 + libc/nt/kernel32/DebugActiveProcessStop.s | 15 - libc/nt/kernel32/DebugBreakProcess.S | 17 + libc/nt/kernel32/DebugBreakProcess.s | 15 - libc/nt/kernel32/DebugSetProcessKillOnExit.S | 2 + libc/nt/kernel32/DebugSetProcessKillOnExit.s | 2 - libc/nt/kernel32/DefineDosDeviceW.S | 2 + libc/nt/kernel32/DefineDosDeviceW.s | 2 - libc/nt/kernel32/DeleteAtom.S | 2 + libc/nt/kernel32/DeleteAtom.s | 2 - libc/nt/kernel32/DeleteBoundaryDescriptor.S | 2 + libc/nt/kernel32/DeleteBoundaryDescriptor.s | 2 - libc/nt/kernel32/DeleteCriticalSection.S | 17 + libc/nt/kernel32/DeleteCriticalSection.s | 15 - libc/nt/kernel32/DeleteFiber.S | 2 + libc/nt/kernel32/DeleteFiber.s | 2 - libc/nt/kernel32/DeleteFileTransactedW.S | 2 + libc/nt/kernel32/DeleteFileTransactedW.s | 2 - libc/nt/kernel32/DeleteFileW.S | 17 + libc/nt/kernel32/DeleteFileW.s | 15 - .../kernel32/DeleteProcThreadAttributeList.S | 17 + .../kernel32/DeleteProcThreadAttributeList.s | 15 - .../kernel32/DeleteSynchronizationBarrier.S | 2 + .../kernel32/DeleteSynchronizationBarrier.s | 2 - libc/nt/kernel32/DeleteTimerQueue.S | 2 + libc/nt/kernel32/DeleteTimerQueue.s | 2 - libc/nt/kernel32/DeleteTimerQueueEx.S | 2 + libc/nt/kernel32/DeleteTimerQueueEx.s | 2 - libc/nt/kernel32/DeleteTimerQueueTimer.S | 2 + libc/nt/kernel32/DeleteTimerQueueTimer.s | 2 - libc/nt/kernel32/DeleteUmsCompletionList.S | 2 + libc/nt/kernel32/DeleteUmsCompletionList.s | 2 - libc/nt/kernel32/DeleteUmsThreadContext.S | 2 + libc/nt/kernel32/DeleteUmsThreadContext.s | 2 - libc/nt/kernel32/DeleteVolumeMountPointW.S | 2 + libc/nt/kernel32/DeleteVolumeMountPointW.s | 2 - .../kernel32/DequeueUmsCompletionListItems.S | 2 + .../kernel32/DequeueUmsCompletionListItems.s | 2 - libc/nt/kernel32/DeviceIoControl.S | 14 + libc/nt/kernel32/DeviceIoControl.s | 12 - libc/nt/kernel32/DisableThreadLibraryCalls.S | 2 + libc/nt/kernel32/DisableThreadLibraryCalls.s | 2 - libc/nt/kernel32/DisableThreadProfiling.S | 2 + libc/nt/kernel32/DisableThreadProfiling.s | 2 - libc/nt/kernel32/DiscardVirtualMemory.S | 2 + libc/nt/kernel32/DiscardVirtualMemory.s | 2 - libc/nt/kernel32/DisconnectNamedPipe.S | 17 + libc/nt/kernel32/DisconnectNamedPipe.s | 15 - libc/nt/kernel32/DnsHostnameToComputerNameW.S | 2 + libc/nt/kernel32/DnsHostnameToComputerNameW.s | 2 - libc/nt/kernel32/DosDateTimeToFileTime.S | 2 + libc/nt/kernel32/DosDateTimeToFileTime.s | 2 - libc/nt/kernel32/DosPathToSessionPathW.S | 2 + libc/nt/kernel32/DosPathToSessionPathW.s | 2 - libc/nt/kernel32/DuplicateConsoleHandle.S | 2 + libc/nt/kernel32/DuplicateConsoleHandle.s | 2 - .../kernel32/DuplicateEncryptionInfoFileExt.S | 2 + .../kernel32/DuplicateEncryptionInfoFileExt.s | 2 - libc/nt/kernel32/DuplicateHandle.S | 14 + libc/nt/kernel32/DuplicateHandle.s | 12 - libc/nt/kernel32/EnableThreadProfiling.S | 2 + libc/nt/kernel32/EnableThreadProfiling.s | 2 - libc/nt/kernel32/EndUpdateResourceW.S | 2 + libc/nt/kernel32/EndUpdateResourceW.s | 2 - libc/nt/kernel32/EnterCriticalSection.S | 17 + libc/nt/kernel32/EnterCriticalSection.s | 15 - .../nt/kernel32/EnterSynchronizationBarrier.S | 2 + .../nt/kernel32/EnterSynchronizationBarrier.s | 2 - libc/nt/kernel32/EnterUmsSchedulingMode.S | 2 + libc/nt/kernel32/EnterUmsSchedulingMode.s | 2 - libc/nt/kernel32/EnumCalendarInfoExEx.S | 2 + libc/nt/kernel32/EnumCalendarInfoExEx.s | 2 - libc/nt/kernel32/EnumCalendarInfoExW.S | 2 + libc/nt/kernel32/EnumCalendarInfoExW.s | 2 - libc/nt/kernel32/EnumCalendarInfoW.S | 2 + libc/nt/kernel32/EnumCalendarInfoW.s | 2 - libc/nt/kernel32/EnumDateFormatsExEx.S | 2 + libc/nt/kernel32/EnumDateFormatsExEx.s | 2 - libc/nt/kernel32/EnumDateFormatsExW.S | 2 + libc/nt/kernel32/EnumDateFormatsExW.s | 2 - libc/nt/kernel32/EnumDateFormatsW.S | 2 + libc/nt/kernel32/EnumDateFormatsW.s | 2 - libc/nt/kernel32/EnumLanguageGroupLocalesW.S | 2 + libc/nt/kernel32/EnumLanguageGroupLocalesW.s | 2 - libc/nt/kernel32/EnumResourceLanguagesExW.S | 2 + libc/nt/kernel32/EnumResourceLanguagesExW.s | 2 - libc/nt/kernel32/EnumResourceLanguagesW.S | 2 + libc/nt/kernel32/EnumResourceLanguagesW.s | 2 - libc/nt/kernel32/EnumResourceNamesExW.S | 2 + libc/nt/kernel32/EnumResourceNamesExW.s | 2 - libc/nt/kernel32/EnumResourceNamesW.S | 2 + libc/nt/kernel32/EnumResourceNamesW.s | 2 - libc/nt/kernel32/EnumResourceTypesExW.S | 2 + libc/nt/kernel32/EnumResourceTypesExW.s | 2 - libc/nt/kernel32/EnumResourceTypesW.S | 2 + libc/nt/kernel32/EnumResourceTypesW.s | 2 - libc/nt/kernel32/EnumSystemCodePagesW.S | 2 + libc/nt/kernel32/EnumSystemCodePagesW.s | 2 - libc/nt/kernel32/EnumSystemFirmwareTables.S | 2 + libc/nt/kernel32/EnumSystemFirmwareTables.s | 2 - libc/nt/kernel32/EnumSystemGeoID.S | 2 + libc/nt/kernel32/EnumSystemGeoID.s | 2 - libc/nt/kernel32/EnumSystemGeoNames.S | 2 + libc/nt/kernel32/EnumSystemGeoNames.s | 2 - libc/nt/kernel32/EnumSystemLanguageGroupsW.S | 2 + libc/nt/kernel32/EnumSystemLanguageGroupsW.s | 2 - libc/nt/kernel32/EnumSystemLocalesEx.S | 2 + libc/nt/kernel32/EnumSystemLocalesEx.s | 2 - libc/nt/kernel32/EnumSystemLocalesW.S | 2 + libc/nt/kernel32/EnumSystemLocalesW.s | 2 - libc/nt/kernel32/EnumTimeFormatsEx.S | 2 + libc/nt/kernel32/EnumTimeFormatsEx.s | 2 - libc/nt/kernel32/EnumTimeFormatsW.S | 2 + libc/nt/kernel32/EnumTimeFormatsW.s | 2 - libc/nt/kernel32/EnumUILanguagesW.S | 2 + libc/nt/kernel32/EnumUILanguagesW.s | 2 - .../kernel32/EnumerateLocalComputerNamesW.S | 2 + .../kernel32/EnumerateLocalComputerNamesW.s | 2 - libc/nt/kernel32/EraseTape.S | 2 + libc/nt/kernel32/EraseTape.s | 2 - libc/nt/kernel32/EscapeCommFunction.S | 2 + libc/nt/kernel32/EscapeCommFunction.s | 2 - libc/nt/kernel32/ExecuteUmsThread.S | 2 + libc/nt/kernel32/ExecuteUmsThread.s | 2 - libc/nt/kernel32/ExitProcess.S | 17 + libc/nt/kernel32/ExitProcess.s | 15 - libc/nt/kernel32/ExitThread.S | 17 + libc/nt/kernel32/ExitThread.s | 15 - libc/nt/kernel32/ExitVDM.S | 2 + libc/nt/kernel32/ExitVDM.s | 2 - libc/nt/kernel32/ExpandEnvironmentStringsW.S | 2 + libc/nt/kernel32/ExpandEnvironmentStringsW.s | 2 - libc/nt/kernel32/FatalAppExitW.S | 2 + libc/nt/kernel32/FatalAppExitW.s | 2 - libc/nt/kernel32/FatalExit.S | 17 + libc/nt/kernel32/FatalExit.s | 15 - libc/nt/kernel32/FileTimeToDosDateTime.S | 2 + libc/nt/kernel32/FileTimeToDosDateTime.s | 2 - libc/nt/kernel32/FileTimeToLocalFileTime.S | 2 + libc/nt/kernel32/FileTimeToLocalFileTime.s | 2 - libc/nt/kernel32/FileTimeToSystemTime.S | 2 + libc/nt/kernel32/FileTimeToSystemTime.s | 2 - libc/nt/kernel32/FillConsoleOutputAttribute.S | 14 + libc/nt/kernel32/FillConsoleOutputAttribute.s | 12 - .../nt/kernel32/FillConsoleOutputCharacterW.S | 14 + .../nt/kernel32/FillConsoleOutputCharacterW.s | 12 - libc/nt/kernel32/FindActCtxSectionGuid.S | 2 + libc/nt/kernel32/FindActCtxSectionGuid.s | 2 - .../nt/kernel32/FindActCtxSectionGuidWorker.S | 2 + .../nt/kernel32/FindActCtxSectionGuidWorker.s | 2 - libc/nt/kernel32/FindActCtxSectionStringW.S | 2 + libc/nt/kernel32/FindActCtxSectionStringW.s | 2 - .../kernel32/FindActCtxSectionStringWWorker.S | 2 + .../kernel32/FindActCtxSectionStringWWorker.s | 2 - libc/nt/kernel32/FindAtomW.S | 2 + libc/nt/kernel32/FindAtomW.s | 2 - libc/nt/kernel32/FindClose.S | 17 + libc/nt/kernel32/FindClose.s | 15 - .../nt/kernel32/FindCloseChangeNotification.S | 2 + .../nt/kernel32/FindCloseChangeNotification.s | 2 - .../kernel32/FindFirstChangeNotificationW.S | 2 + .../kernel32/FindFirstChangeNotificationW.s | 2 - libc/nt/kernel32/FindFirstFileExW.S | 14 + libc/nt/kernel32/FindFirstFileExW.s | 12 - .../kernel32/FindFirstFileNameTransactedW.S | 2 + .../kernel32/FindFirstFileNameTransactedW.s | 2 - libc/nt/kernel32/FindFirstFileNameW.S | 2 + libc/nt/kernel32/FindFirstFileNameW.s | 2 - libc/nt/kernel32/FindFirstFileTransactedW.S | 2 + libc/nt/kernel32/FindFirstFileTransactedW.s | 2 - libc/nt/kernel32/FindFirstFileW.S | 14 + libc/nt/kernel32/FindFirstFileW.s | 12 - libc/nt/kernel32/FindFirstStreamTransactedW.S | 2 + libc/nt/kernel32/FindFirstStreamTransactedW.s | 2 - libc/nt/kernel32/FindFirstStreamW.S | 2 + libc/nt/kernel32/FindFirstStreamW.s | 2 - libc/nt/kernel32/FindFirstVolumeMountPointW.S | 2 + libc/nt/kernel32/FindFirstVolumeMountPointW.s | 2 - libc/nt/kernel32/FindFirstVolumeW.S | 14 + libc/nt/kernel32/FindFirstVolumeW.s | 12 - libc/nt/kernel32/FindNLSString.S | 2 + libc/nt/kernel32/FindNLSString.s | 2 - libc/nt/kernel32/FindNLSStringEx.S | 2 + libc/nt/kernel32/FindNLSStringEx.s | 2 - libc/nt/kernel32/FindNextChangeNotification.S | 2 + libc/nt/kernel32/FindNextChangeNotification.s | 2 - libc/nt/kernel32/FindNextFileNameW.S | 2 + libc/nt/kernel32/FindNextFileNameW.s | 2 - libc/nt/kernel32/FindNextFileW.S | 14 + libc/nt/kernel32/FindNextFileW.s | 12 - libc/nt/kernel32/FindNextStreamW.S | 2 + libc/nt/kernel32/FindNextStreamW.s | 2 - libc/nt/kernel32/FindNextVolumeMountPointW.S | 2 + libc/nt/kernel32/FindNextVolumeMountPointW.s | 2 - libc/nt/kernel32/FindNextVolumeW.S | 14 + libc/nt/kernel32/FindNextVolumeW.s | 12 - .../nt/kernel32/FindPackagesByPackageFamily.S | 2 + .../nt/kernel32/FindPackagesByPackageFamily.s | 2 - libc/nt/kernel32/FindResourceExW.S | 2 + libc/nt/kernel32/FindResourceExW.s | 2 - libc/nt/kernel32/FindResourceW.S | 2 + libc/nt/kernel32/FindResourceW.s | 2 - libc/nt/kernel32/FindStringOrdinal.S | 2 + libc/nt/kernel32/FindStringOrdinal.s | 2 - libc/nt/kernel32/FindVolumeClose.S | 17 + libc/nt/kernel32/FindVolumeClose.s | 15 - libc/nt/kernel32/FindVolumeMountPointClose.S | 2 + libc/nt/kernel32/FindVolumeMountPointClose.s | 2 - libc/nt/kernel32/FlsAlloc.S | 2 + libc/nt/kernel32/FlsAlloc.s | 2 - libc/nt/kernel32/FlsFree.S | 2 + libc/nt/kernel32/FlsFree.s | 2 - libc/nt/kernel32/FlsGetValue.S | 2 + libc/nt/kernel32/FlsGetValue.s | 2 - libc/nt/kernel32/FlsSetValue.S | 2 + libc/nt/kernel32/FlsSetValue.s | 2 - libc/nt/kernel32/FlushConsoleInputBuffer.S | 17 + libc/nt/kernel32/FlushConsoleInputBuffer.s | 15 - libc/nt/kernel32/FlushFileBuffers.S | 17 + libc/nt/kernel32/FlushFileBuffers.s | 15 - libc/nt/kernel32/FlushInstructionCache.S | 2 + libc/nt/kernel32/FlushInstructionCache.s | 2 - libc/nt/kernel32/FlushViewOfFile.S | 14 + libc/nt/kernel32/FlushViewOfFile.s | 12 - libc/nt/kernel32/FoldStringW.S | 2 + libc/nt/kernel32/FoldStringW.s | 2 - .../kernel32/FormatApplicationUserModelId.S | 2 + .../kernel32/FormatApplicationUserModelId.s | 2 - libc/nt/kernel32/FormatMessageW.S | 14 + libc/nt/kernel32/FormatMessageW.s | 12 - libc/nt/kernel32/FreeConsole.S | 16 + libc/nt/kernel32/FreeConsole.s | 14 - libc/nt/kernel32/FreeEnvironmentStringsW.S | 17 + libc/nt/kernel32/FreeEnvironmentStringsW.s | 15 - libc/nt/kernel32/FreeLibrary.S | 17 + libc/nt/kernel32/FreeLibrary.s | 15 - libc/nt/kernel32/FreeLibraryAndExitThread.S | 2 + libc/nt/kernel32/FreeLibraryAndExitThread.s | 2 - libc/nt/kernel32/FreeMemoryJobObject.S | 2 + libc/nt/kernel32/FreeMemoryJobObject.s | 2 - libc/nt/kernel32/FreeResource.S | 17 + libc/nt/kernel32/FreeResource.s | 15 - libc/nt/kernel32/FreeUserPhysicalPages.S | 2 + libc/nt/kernel32/FreeUserPhysicalPages.s | 2 - libc/nt/kernel32/GenerateConsoleCtrlEvent.S | 14 + libc/nt/kernel32/GenerateConsoleCtrlEvent.s | 12 - libc/nt/kernel32/GetACP.S | 2 + libc/nt/kernel32/GetACP.s | 2 - libc/nt/kernel32/GetActiveProcessorCount.S | 2 + libc/nt/kernel32/GetActiveProcessorCount.s | 2 - .../kernel32/GetActiveProcessorGroupCount.S | 2 + .../kernel32/GetActiveProcessorGroupCount.s | 2 - .../kernel32/GetAppContainerNamedObjectPath.S | 2 + .../kernel32/GetAppContainerNamedObjectPath.s | 2 - .../kernel32/GetApplicationRecoveryCallback.S | 2 + .../kernel32/GetApplicationRecoveryCallback.s | 2 - .../GetApplicationRecoveryCallbackWorker.S | 2 + .../GetApplicationRecoveryCallbackWorker.s | 2 - .../kernel32/GetApplicationRestartSettings.S | 2 + .../kernel32/GetApplicationRestartSettings.s | 2 - .../GetApplicationRestartSettingsWorker.S | 2 + .../GetApplicationRestartSettingsWorker.s | 2 - libc/nt/kernel32/GetApplicationUserModelId.S | 2 + libc/nt/kernel32/GetApplicationUserModelId.s | 2 - libc/nt/kernel32/GetAtomNameW.S | 2 + libc/nt/kernel32/GetAtomNameW.s | 2 - libc/nt/kernel32/GetBinaryTypeW.S | 2 + libc/nt/kernel32/GetBinaryTypeW.s | 2 - libc/nt/kernel32/GetCPInfo.S | 2 + libc/nt/kernel32/GetCPInfo.s | 2 - libc/nt/kernel32/GetCPInfoExW.S | 2 + libc/nt/kernel32/GetCPInfoExW.s | 2 - libc/nt/kernel32/GetCalendarDateFormat.S | 2 + libc/nt/kernel32/GetCalendarDateFormat.s | 2 - libc/nt/kernel32/GetCalendarDateFormatEx.S | 2 + libc/nt/kernel32/GetCalendarDateFormatEx.s | 2 - libc/nt/kernel32/GetCalendarDaysInMonth.S | 2 + libc/nt/kernel32/GetCalendarDaysInMonth.s | 2 - .../nt/kernel32/GetCalendarDifferenceInDays.S | 2 + .../nt/kernel32/GetCalendarDifferenceInDays.s | 2 - libc/nt/kernel32/GetCalendarInfoEx.S | 2 + libc/nt/kernel32/GetCalendarInfoEx.s | 2 - libc/nt/kernel32/GetCalendarInfoW.S | 2 + libc/nt/kernel32/GetCalendarInfoW.s | 2 - libc/nt/kernel32/GetCalendarMonthsInYear.S | 2 + libc/nt/kernel32/GetCalendarMonthsInYear.s | 2 - .../kernel32/GetCalendarSupportedDateRange.S | 2 + .../kernel32/GetCalendarSupportedDateRange.s | 2 - libc/nt/kernel32/GetCalendarWeekNumber.S | 2 + libc/nt/kernel32/GetCalendarWeekNumber.s | 2 - .../kernel32/GetComPlusPackageInstallStatus.S | 2 + .../kernel32/GetComPlusPackageInstallStatus.s | 2 - libc/nt/kernel32/GetCommConfig.S | 2 + libc/nt/kernel32/GetCommConfig.s | 2 - libc/nt/kernel32/GetCommMask.S | 2 + libc/nt/kernel32/GetCommMask.s | 2 - libc/nt/kernel32/GetCommModemStatus.S | 2 + libc/nt/kernel32/GetCommModemStatus.s | 2 - libc/nt/kernel32/GetCommProperties.S | 2 + libc/nt/kernel32/GetCommProperties.s | 2 - libc/nt/kernel32/GetCommState.S | 2 + libc/nt/kernel32/GetCommState.s | 2 - libc/nt/kernel32/GetCommTimeouts.S | 2 + libc/nt/kernel32/GetCommTimeouts.s | 2 - libc/nt/kernel32/GetCommandLineW.S | 16 + libc/nt/kernel32/GetCommandLineW.s | 14 - .../GetCompressedFileSizeTransactedW.S | 2 + .../GetCompressedFileSizeTransactedW.s | 2 - libc/nt/kernel32/GetCompressedFileSizeW.S | 14 + libc/nt/kernel32/GetCompressedFileSizeW.s | 12 - libc/nt/kernel32/GetComputerNameExW.S | 14 + libc/nt/kernel32/GetComputerNameExW.s | 12 - libc/nt/kernel32/GetComputerNameW.S | 2 + libc/nt/kernel32/GetComputerNameW.s | 2 - libc/nt/kernel32/GetConsoleAliasExesLengthW.S | 2 + libc/nt/kernel32/GetConsoleAliasExesLengthW.s | 2 - libc/nt/kernel32/GetConsoleAliasExesW.S | 2 + libc/nt/kernel32/GetConsoleAliasExesW.s | 2 - libc/nt/kernel32/GetConsoleAliasW.S | 2 + libc/nt/kernel32/GetConsoleAliasW.s | 2 - libc/nt/kernel32/GetConsoleAliasesLengthW.S | 2 + libc/nt/kernel32/GetConsoleAliasesLengthW.s | 2 - libc/nt/kernel32/GetConsoleAliasesW.S | 2 + libc/nt/kernel32/GetConsoleAliasesW.s | 2 - libc/nt/kernel32/GetConsoleCP.S | 16 + libc/nt/kernel32/GetConsoleCP.s | 14 - libc/nt/kernel32/GetConsoleCharType.S | 2 + libc/nt/kernel32/GetConsoleCharType.s | 2 - libc/nt/kernel32/GetConsoleCursorInfo.S | 14 + libc/nt/kernel32/GetConsoleCursorInfo.s | 12 - libc/nt/kernel32/GetConsoleCursorMode.S | 2 + libc/nt/kernel32/GetConsoleCursorMode.s | 2 - libc/nt/kernel32/GetConsoleDisplayMode.S | 2 + libc/nt/kernel32/GetConsoleDisplayMode.s | 2 - libc/nt/kernel32/GetConsoleFontInfo.S | 2 + libc/nt/kernel32/GetConsoleFontInfo.s | 2 - libc/nt/kernel32/GetConsoleFontSize.S | 2 + libc/nt/kernel32/GetConsoleFontSize.s | 2 - libc/nt/kernel32/GetConsoleHardwareState.S | 2 + libc/nt/kernel32/GetConsoleHardwareState.s | 2 - libc/nt/kernel32/GetConsoleHistoryInfo.S | 2 + libc/nt/kernel32/GetConsoleHistoryInfo.s | 2 - libc/nt/kernel32/GetConsoleInputWaitHandle.S | 2 + libc/nt/kernel32/GetConsoleInputWaitHandle.s | 2 - .../kernel32/GetConsoleKeyboardLayoutNameW.S | 2 + .../kernel32/GetConsoleKeyboardLayoutNameW.s | 2 - libc/nt/kernel32/GetConsoleMode.S | 14 + libc/nt/kernel32/GetConsoleMode.s | 12 - libc/nt/kernel32/GetConsoleNlsMode.S | 2 + libc/nt/kernel32/GetConsoleNlsMode.s | 2 - libc/nt/kernel32/GetConsoleOriginalTitleW.S | 2 + libc/nt/kernel32/GetConsoleOriginalTitleW.s | 2 - libc/nt/kernel32/GetConsoleOutputCP.S | 16 + libc/nt/kernel32/GetConsoleOutputCP.s | 14 - libc/nt/kernel32/GetConsoleProcessList.S | 2 + libc/nt/kernel32/GetConsoleProcessList.s | 2 - libc/nt/kernel32/GetConsoleScreenBufferInfo.S | 14 + libc/nt/kernel32/GetConsoleScreenBufferInfo.s | 12 - .../kernel32/GetConsoleScreenBufferInfoEx.S | 14 + .../kernel32/GetConsoleScreenBufferInfoEx.s | 12 - libc/nt/kernel32/GetConsoleSelectionInfo.S | 17 + libc/nt/kernel32/GetConsoleSelectionInfo.s | 15 - libc/nt/kernel32/GetConsoleTitleW.S | 14 + libc/nt/kernel32/GetConsoleTitleW.s | 12 - libc/nt/kernel32/GetConsoleWindow.S | 16 + libc/nt/kernel32/GetConsoleWindow.s | 14 - libc/nt/kernel32/GetCurrencyFormatEx.S | 2 + libc/nt/kernel32/GetCurrencyFormatEx.s | 2 - libc/nt/kernel32/GetCurrencyFormatW.S | 2 + libc/nt/kernel32/GetCurrencyFormatW.s | 2 - libc/nt/kernel32/GetCurrentActCtx.S | 2 + libc/nt/kernel32/GetCurrentActCtx.s | 2 - libc/nt/kernel32/GetCurrentActCtxWorker.S | 2 + libc/nt/kernel32/GetCurrentActCtxWorker.s | 2 - .../GetCurrentApplicationUserModelId.S | 2 + .../GetCurrentApplicationUserModelId.s | 2 - libc/nt/kernel32/GetCurrentConsoleFont.S | 2 + libc/nt/kernel32/GetCurrentConsoleFont.s | 2 - libc/nt/kernel32/GetCurrentConsoleFontEx.S | 2 + libc/nt/kernel32/GetCurrentConsoleFontEx.s | 2 - libc/nt/kernel32/GetCurrentDirectoryW.S | 14 + libc/nt/kernel32/GetCurrentDirectoryW.s | 12 - .../nt/kernel32/GetCurrentPackageFamilyName.S | 2 + .../nt/kernel32/GetCurrentPackageFamilyName.s | 2 - libc/nt/kernel32/GetCurrentPackageFullName.S | 2 + libc/nt/kernel32/GetCurrentPackageFullName.s | 2 - libc/nt/kernel32/GetCurrentPackageId.S | 2 + libc/nt/kernel32/GetCurrentPackageId.s | 2 - libc/nt/kernel32/GetCurrentPackageInfo.S | 2 + libc/nt/kernel32/GetCurrentPackageInfo.s | 2 - libc/nt/kernel32/GetCurrentPackagePath.S | 2 + libc/nt/kernel32/GetCurrentPackagePath.s | 2 - libc/nt/kernel32/GetCurrentProcess.S | 16 + libc/nt/kernel32/GetCurrentProcess.s | 14 - libc/nt/kernel32/GetCurrentProcessId.S | 16 + libc/nt/kernel32/GetCurrentProcessId.s | 14 - libc/nt/kernel32/GetCurrentThread.S | 16 + libc/nt/kernel32/GetCurrentThread.s | 14 - libc/nt/kernel32/GetCurrentThreadId.S | 16 + libc/nt/kernel32/GetCurrentThreadId.s | 14 - .../nt/kernel32/GetCurrentThreadStackLimits.S | 2 + .../nt/kernel32/GetCurrentThreadStackLimits.s | 2 - libc/nt/kernel32/GetCurrentUmsThread.S | 2 + libc/nt/kernel32/GetCurrentUmsThread.s | 2 - libc/nt/kernel32/GetDateFormatAWorker.S | 2 + libc/nt/kernel32/GetDateFormatAWorker.s | 2 - libc/nt/kernel32/GetDateFormatEx.S | 2 + libc/nt/kernel32/GetDateFormatEx.s | 2 - libc/nt/kernel32/GetDateFormatW.S | 2 + libc/nt/kernel32/GetDateFormatW.s | 2 - libc/nt/kernel32/GetDateFormatWWorker.S | 2 + libc/nt/kernel32/GetDateFormatWWorker.s | 2 - libc/nt/kernel32/GetDefaultCommConfigW.S | 2 + libc/nt/kernel32/GetDefaultCommConfigW.s | 2 - libc/nt/kernel32/GetDevicePowerState.S | 2 + libc/nt/kernel32/GetDevicePowerState.s | 2 - libc/nt/kernel32/GetDiskFreeSpaceExW.S | 2 + libc/nt/kernel32/GetDiskFreeSpaceExW.s | 2 - libc/nt/kernel32/GetDiskFreeSpaceW.S | 2 + libc/nt/kernel32/GetDiskFreeSpaceW.s | 2 - libc/nt/kernel32/GetDllDirectoryW.S | 2 + libc/nt/kernel32/GetDllDirectoryW.s | 2 - libc/nt/kernel32/GetDriveTypeW.S | 2 + libc/nt/kernel32/GetDriveTypeW.s | 2 - libc/nt/kernel32/GetDurationFormat.S | 2 + libc/nt/kernel32/GetDurationFormat.s | 2 - libc/nt/kernel32/GetDurationFormatEx.S | 2 + libc/nt/kernel32/GetDurationFormatEx.s | 2 - .../kernel32/GetDynamicTimeZoneInformation.S | 2 + .../kernel32/GetDynamicTimeZoneInformation.s | 2 - libc/nt/kernel32/GetEnabledXStateFeatures.S | 2 + libc/nt/kernel32/GetEnabledXStateFeatures.s | 2 - libc/nt/kernel32/GetEncryptedFileVersionExt.S | 2 + libc/nt/kernel32/GetEncryptedFileVersionExt.s | 2 - libc/nt/kernel32/GetEnvironmentStringsW.S | 17 + libc/nt/kernel32/GetEnvironmentStringsW.s | 15 - libc/nt/kernel32/GetEnvironmentVariableW.S | 14 + libc/nt/kernel32/GetEnvironmentVariableW.s | 12 - libc/nt/kernel32/GetErrorMode.S | 2 + libc/nt/kernel32/GetErrorMode.s | 2 - libc/nt/kernel32/GetExitCodeProcess.S | 14 + libc/nt/kernel32/GetExitCodeProcess.s | 12 - libc/nt/kernel32/GetExitCodeThread.S | 14 + libc/nt/kernel32/GetExitCodeThread.s | 12 - libc/nt/kernel32/GetExpandedNameW.S | 2 + libc/nt/kernel32/GetExpandedNameW.s | 2 - libc/nt/kernel32/GetFileAttributesExW.S | 14 + libc/nt/kernel32/GetFileAttributesExW.s | 12 - .../kernel32/GetFileAttributesTransactedW.S | 2 + .../kernel32/GetFileAttributesTransactedW.s | 2 - libc/nt/kernel32/GetFileAttributesW.S | 17 + libc/nt/kernel32/GetFileAttributesW.s | 15 - .../nt/kernel32/GetFileBandwidthReservation.S | 2 + .../nt/kernel32/GetFileBandwidthReservation.s | 2 - libc/nt/kernel32/GetFileInformationByHandle.S | 14 + libc/nt/kernel32/GetFileInformationByHandle.s | 12 - .../kernel32/GetFileInformationByHandleEx.S | 14 + .../kernel32/GetFileInformationByHandleEx.s | 12 - libc/nt/kernel32/GetFileMUIInfo.S | 2 + libc/nt/kernel32/GetFileMUIInfo.s | 2 - libc/nt/kernel32/GetFileMUIPath.S | 2 + libc/nt/kernel32/GetFileMUIPath.s | 2 - libc/nt/kernel32/GetFileSize.S | 14 + libc/nt/kernel32/GetFileSize.s | 12 - libc/nt/kernel32/GetFileSizeEx.S | 14 + libc/nt/kernel32/GetFileSizeEx.s | 12 - libc/nt/kernel32/GetFileTime.S | 14 + libc/nt/kernel32/GetFileTime.s | 12 - libc/nt/kernel32/GetFileType.S | 17 + libc/nt/kernel32/GetFileType.s | 15 - libc/nt/kernel32/GetFinalPathNameByHandleW.S | 14 + libc/nt/kernel32/GetFinalPathNameByHandleW.s | 12 - .../GetFirmwareEnvironmentVariableExW.S | 2 + .../GetFirmwareEnvironmentVariableExW.s | 2 - .../GetFirmwareEnvironmentVariableW.S | 2 + .../GetFirmwareEnvironmentVariableW.s | 2 - libc/nt/kernel32/GetFirmwareType.S | 2 + libc/nt/kernel32/GetFirmwareType.s | 2 - libc/nt/kernel32/GetFullPathNameTransactedW.S | 2 + libc/nt/kernel32/GetFullPathNameTransactedW.s | 2 - libc/nt/kernel32/GetFullPathNameW.S | 14 + libc/nt/kernel32/GetFullPathNameW.s | 12 - libc/nt/kernel32/GetGeoInfoW.S | 2 + libc/nt/kernel32/GetGeoInfoW.s | 2 - libc/nt/kernel32/GetHandleInformation.S | 14 + libc/nt/kernel32/GetHandleInformation.s | 12 - libc/nt/kernel32/GetLargePageMinimum.S | 2 + libc/nt/kernel32/GetLargePageMinimum.s | 2 - .../nt/kernel32/GetLargestConsoleWindowSize.S | 17 + .../nt/kernel32/GetLargestConsoleWindowSize.s | 15 - libc/nt/kernel32/GetLastError.S | 16 + libc/nt/kernel32/GetLastError.s | 14 - libc/nt/kernel32/GetLocalTime.S | 2 + libc/nt/kernel32/GetLocalTime.s | 2 - libc/nt/kernel32/GetLocaleInfoEx.S | 2 + libc/nt/kernel32/GetLocaleInfoEx.s | 2 - libc/nt/kernel32/GetLocaleInfoW.S | 2 + libc/nt/kernel32/GetLocaleInfoW.s | 2 - libc/nt/kernel32/GetLogicalDriveStringsW.S | 2 + libc/nt/kernel32/GetLogicalDriveStringsW.s | 2 - libc/nt/kernel32/GetLogicalDrives.S | 16 + libc/nt/kernel32/GetLogicalDrives.s | 14 - .../kernel32/GetLogicalProcessorInformation.S | 2 + .../kernel32/GetLogicalProcessorInformation.s | 2 - .../GetLogicalProcessorInformationEx.S | 2 + .../GetLogicalProcessorInformationEx.s | 2 - libc/nt/kernel32/GetLongPathNameTransactedW.S | 2 + libc/nt/kernel32/GetLongPathNameTransactedW.s | 2 - libc/nt/kernel32/GetLongPathNameW.S | 2 + libc/nt/kernel32/GetLongPathNameW.s | 2 - libc/nt/kernel32/GetMailslotInfo.S | 2 + libc/nt/kernel32/GetMailslotInfo.s | 2 - libc/nt/kernel32/GetMaximumProcessorCount.S | 17 + libc/nt/kernel32/GetMaximumProcessorCount.s | 15 - .../kernel32/GetMaximumProcessorGroupCount.S | 2 + .../kernel32/GetMaximumProcessorGroupCount.s | 2 - .../GetMemoryErrorHandlingCapabilities.S | 2 + .../GetMemoryErrorHandlingCapabilities.s | 2 - libc/nt/kernel32/GetModuleFileNameW.S | 14 + libc/nt/kernel32/GetModuleFileNameW.s | 12 - libc/nt/kernel32/GetModuleHandleA.S | 17 + libc/nt/kernel32/GetModuleHandleA.s | 15 - libc/nt/kernel32/GetModuleHandleExW.S | 14 + libc/nt/kernel32/GetModuleHandleExW.s | 12 - libc/nt/kernel32/GetModuleHandleW.S | 17 + libc/nt/kernel32/GetModuleHandleW.s | 15 - libc/nt/kernel32/GetNLSVersion.S | 2 + libc/nt/kernel32/GetNLSVersion.s | 2 - libc/nt/kernel32/GetNLSVersionEx.S | 2 + libc/nt/kernel32/GetNLSVersionEx.s | 2 - .../GetNamedPipeClientComputerNameW.S | 2 + .../GetNamedPipeClientComputerNameW.s | 2 - .../nt/kernel32/GetNamedPipeClientProcessId.S | 2 + .../nt/kernel32/GetNamedPipeClientProcessId.s | 2 - .../nt/kernel32/GetNamedPipeClientSessionId.S | 2 + .../nt/kernel32/GetNamedPipeClientSessionId.s | 2 - libc/nt/kernel32/GetNamedPipeHandleStateW.S | 2 + libc/nt/kernel32/GetNamedPipeHandleStateW.s | 2 - libc/nt/kernel32/GetNamedPipeInfo.S | 2 + libc/nt/kernel32/GetNamedPipeInfo.s | 2 - .../nt/kernel32/GetNamedPipeServerProcessId.S | 2 + .../nt/kernel32/GetNamedPipeServerProcessId.s | 2 - .../nt/kernel32/GetNamedPipeServerSessionId.S | 2 + .../nt/kernel32/GetNamedPipeServerSessionId.s | 2 - libc/nt/kernel32/GetNativeSystemInfo.S | 2 + libc/nt/kernel32/GetNativeSystemInfo.s | 2 - libc/nt/kernel32/GetNextUmsListItem.S | 2 + libc/nt/kernel32/GetNextUmsListItem.s | 2 - libc/nt/kernel32/GetNextVDMCommand.S | 2 + libc/nt/kernel32/GetNextVDMCommand.s | 2 - libc/nt/kernel32/GetNumaAvailableMemoryNode.S | 2 + libc/nt/kernel32/GetNumaAvailableMemoryNode.s | 2 - .../kernel32/GetNumaAvailableMemoryNodeEx.S | 2 + .../kernel32/GetNumaAvailableMemoryNodeEx.s | 2 - libc/nt/kernel32/GetNumaHighestNodeNumber.S | 2 + libc/nt/kernel32/GetNumaHighestNodeNumber.s | 2 - .../nt/kernel32/GetNumaNodeNumberFromHandle.S | 2 + .../nt/kernel32/GetNumaNodeNumberFromHandle.s | 2 - libc/nt/kernel32/GetNumaNodeProcessorMask.S | 2 + libc/nt/kernel32/GetNumaNodeProcessorMask.s | 2 - libc/nt/kernel32/GetNumaNodeProcessorMaskEx.S | 2 + libc/nt/kernel32/GetNumaNodeProcessorMaskEx.s | 2 - libc/nt/kernel32/GetNumaProcessorNode.S | 2 + libc/nt/kernel32/GetNumaProcessorNode.s | 2 - libc/nt/kernel32/GetNumaProcessorNodeEx.S | 2 + libc/nt/kernel32/GetNumaProcessorNodeEx.s | 2 - libc/nt/kernel32/GetNumaProximityNode.S | 2 + libc/nt/kernel32/GetNumaProximityNode.s | 2 - libc/nt/kernel32/GetNumaProximityNodeEx.S | 2 + libc/nt/kernel32/GetNumaProximityNodeEx.s | 2 - libc/nt/kernel32/GetNumberFormatEx.S | 2 + libc/nt/kernel32/GetNumberFormatEx.s | 2 - libc/nt/kernel32/GetNumberFormatW.S | 2 + libc/nt/kernel32/GetNumberFormatW.s | 2 - libc/nt/kernel32/GetNumberOfConsoleFonts.S | 2 + libc/nt/kernel32/GetNumberOfConsoleFonts.s | 2 - .../kernel32/GetNumberOfConsoleInputEvents.S | 14 + .../kernel32/GetNumberOfConsoleInputEvents.s | 12 - .../kernel32/GetNumberOfConsoleMouseButtons.S | 17 + .../kernel32/GetNumberOfConsoleMouseButtons.s | 15 - libc/nt/kernel32/GetOEMCP.S | 2 + libc/nt/kernel32/GetOEMCP.s | 2 - libc/nt/kernel32/GetOverlappedResult.S | 14 + libc/nt/kernel32/GetOverlappedResult.s | 12 - libc/nt/kernel32/GetOverlappedResultEx.S | 14 + libc/nt/kernel32/GetOverlappedResultEx.s | 12 - libc/nt/kernel32/GetPackageApplicationIds.S | 2 + libc/nt/kernel32/GetPackageApplicationIds.s | 2 - libc/nt/kernel32/GetPackageFamilyName.S | 2 + libc/nt/kernel32/GetPackageFamilyName.s | 2 - libc/nt/kernel32/GetPackageFullName.S | 2 + libc/nt/kernel32/GetPackageFullName.s | 2 - libc/nt/kernel32/GetPackageId.S | 2 + libc/nt/kernel32/GetPackageId.s | 2 - libc/nt/kernel32/GetPackageInfo.S | 2 + libc/nt/kernel32/GetPackageInfo.s | 2 - libc/nt/kernel32/GetPackagePath.S | 2 + libc/nt/kernel32/GetPackagePath.s | 2 - libc/nt/kernel32/GetPackagePathByFullName.S | 2 + libc/nt/kernel32/GetPackagePathByFullName.s | 2 - libc/nt/kernel32/GetPackagesByPackageFamily.S | 2 + libc/nt/kernel32/GetPackagesByPackageFamily.s | 2 - .../GetPhysicallyInstalledSystemMemory.S | 2 + .../GetPhysicallyInstalledSystemMemory.s | 2 - libc/nt/kernel32/GetPriorityClass.S | 17 + libc/nt/kernel32/GetPriorityClass.s | 15 - libc/nt/kernel32/GetPrivateProfileIntW.S | 2 + libc/nt/kernel32/GetPrivateProfileIntW.s | 2 - .../kernel32/GetPrivateProfileSectionNamesW.S | 2 + .../kernel32/GetPrivateProfileSectionNamesW.s | 2 - libc/nt/kernel32/GetPrivateProfileSectionW.S | 2 + libc/nt/kernel32/GetPrivateProfileSectionW.s | 2 - libc/nt/kernel32/GetPrivateProfileStringW.S | 2 + libc/nt/kernel32/GetPrivateProfileStringW.s | 2 - libc/nt/kernel32/GetPrivateProfileStructW.S | 2 + libc/nt/kernel32/GetPrivateProfileStructW.s | 2 - libc/nt/kernel32/GetProcAddress.S | 14 + libc/nt/kernel32/GetProcAddress.s | 12 - libc/nt/kernel32/GetProcessAffinityMask.S | 14 + libc/nt/kernel32/GetProcessAffinityMask.s | 12 - libc/nt/kernel32/GetProcessDEPPolicy.S | 2 + libc/nt/kernel32/GetProcessDEPPolicy.s | 2 - libc/nt/kernel32/GetProcessDefaultCpuSets.S | 2 + libc/nt/kernel32/GetProcessDefaultCpuSets.s | 2 - libc/nt/kernel32/GetProcessGroupAffinity.S | 2 + libc/nt/kernel32/GetProcessGroupAffinity.s | 2 - libc/nt/kernel32/GetProcessHandleCount.S | 14 + libc/nt/kernel32/GetProcessHandleCount.s | 12 - libc/nt/kernel32/GetProcessHeap.S | 16 + libc/nt/kernel32/GetProcessHeap.s | 14 - libc/nt/kernel32/GetProcessHeaps.S | 14 + libc/nt/kernel32/GetProcessHeaps.s | 12 - libc/nt/kernel32/GetProcessId.S | 17 + libc/nt/kernel32/GetProcessId.s | 15 - libc/nt/kernel32/GetProcessIdOfThread.S | 17 + libc/nt/kernel32/GetProcessIdOfThread.s | 15 - libc/nt/kernel32/GetProcessInformation.S | 14 + libc/nt/kernel32/GetProcessInformation.s | 12 - libc/nt/kernel32/GetProcessIoCounters.S | 14 + libc/nt/kernel32/GetProcessIoCounters.s | 12 - libc/nt/kernel32/GetProcessMitigationPolicy.S | 2 + libc/nt/kernel32/GetProcessMitigationPolicy.s | 2 - .../kernel32/GetProcessPreferredUILanguages.S | 2 + .../kernel32/GetProcessPreferredUILanguages.s | 2 - libc/nt/kernel32/GetProcessPriorityBoost.S | 14 + libc/nt/kernel32/GetProcessPriorityBoost.s | 12 - .../kernel32/GetProcessShutdownParameters.S | 2 + .../kernel32/GetProcessShutdownParameters.s | 2 - libc/nt/kernel32/GetProcessTimes.S | 14 + libc/nt/kernel32/GetProcessTimes.s | 12 - libc/nt/kernel32/GetProcessVersion.S | 2 + libc/nt/kernel32/GetProcessVersion.s | 2 - libc/nt/kernel32/GetProcessWorkingSetSize.S | 14 + libc/nt/kernel32/GetProcessWorkingSetSize.s | 12 - libc/nt/kernel32/GetProcessWorkingSetSizeEx.S | 14 + libc/nt/kernel32/GetProcessWorkingSetSizeEx.s | 12 - .../nt/kernel32/GetProcessorSystemCycleTime.S | 2 + .../nt/kernel32/GetProcessorSystemCycleTime.s | 2 - libc/nt/kernel32/GetProductInfo.S | 2 + libc/nt/kernel32/GetProductInfo.s | 2 - libc/nt/kernel32/GetProfileIntW.S | 2 + libc/nt/kernel32/GetProfileIntW.s | 2 - libc/nt/kernel32/GetProfileSectionW.S | 2 + libc/nt/kernel32/GetProfileSectionW.s | 2 - libc/nt/kernel32/GetProfileStringW.S | 2 + libc/nt/kernel32/GetProfileStringW.s | 2 - libc/nt/kernel32/GetQueuedCompletionStatus.S | 14 + libc/nt/kernel32/GetQueuedCompletionStatus.s | 12 - .../nt/kernel32/GetQueuedCompletionStatusEx.S | 14 + .../nt/kernel32/GetQueuedCompletionStatusEx.s | 12 - libc/nt/kernel32/GetShortPathNameW.S | 2 + libc/nt/kernel32/GetShortPathNameW.s | 2 - .../kernel32/GetStagedPackagePathByFullName.S | 2 + .../kernel32/GetStagedPackagePathByFullName.s | 2 - libc/nt/kernel32/GetStartupInfoW.S | 17 + libc/nt/kernel32/GetStartupInfoW.s | 15 - libc/nt/kernel32/GetStdHandle.S | 17 + libc/nt/kernel32/GetStdHandle.s | 15 - libc/nt/kernel32/GetStringScripts.S | 2 + libc/nt/kernel32/GetStringScripts.s | 2 - libc/nt/kernel32/GetStringTypeExW.S | 2 + libc/nt/kernel32/GetStringTypeExW.s | 2 - libc/nt/kernel32/GetStringTypeW.S | 2 + libc/nt/kernel32/GetStringTypeW.s | 2 - libc/nt/kernel32/GetSystemCpuSetInformation.S | 2 + libc/nt/kernel32/GetSystemCpuSetInformation.s | 2 - libc/nt/kernel32/GetSystemDEPPolicy.S | 2 + libc/nt/kernel32/GetSystemDEPPolicy.s | 2 - libc/nt/kernel32/GetSystemDefaultLCID.S | 2 + libc/nt/kernel32/GetSystemDefaultLCID.s | 2 - libc/nt/kernel32/GetSystemDefaultLangID.S | 2 + libc/nt/kernel32/GetSystemDefaultLangID.s | 2 - libc/nt/kernel32/GetSystemDefaultLocaleName.S | 2 + libc/nt/kernel32/GetSystemDefaultLocaleName.s | 2 - libc/nt/kernel32/GetSystemDefaultUILanguage.S | 2 + libc/nt/kernel32/GetSystemDefaultUILanguage.s | 2 - libc/nt/kernel32/GetSystemDirectoryA.S | 14 + libc/nt/kernel32/GetSystemDirectoryA.s | 12 - libc/nt/kernel32/GetSystemDirectoryW.S | 14 + libc/nt/kernel32/GetSystemDirectoryW.s | 12 - libc/nt/kernel32/GetSystemFileCacheSize.S | 2 + libc/nt/kernel32/GetSystemFileCacheSize.s | 2 - libc/nt/kernel32/GetSystemFirmwareTable.S | 2 + libc/nt/kernel32/GetSystemFirmwareTable.s | 2 - libc/nt/kernel32/GetSystemInfo.S | 17 + libc/nt/kernel32/GetSystemInfo.s | 15 - libc/nt/kernel32/GetSystemPowerStatus.S | 2 + libc/nt/kernel32/GetSystemPowerStatus.s | 2 - .../kernel32/GetSystemPreferredUILanguages.S | 2 + .../kernel32/GetSystemPreferredUILanguages.s | 2 - libc/nt/kernel32/GetSystemRegistryQuota.S | 2 + libc/nt/kernel32/GetSystemRegistryQuota.s | 2 - libc/nt/kernel32/GetSystemTime.S | 17 + libc/nt/kernel32/GetSystemTime.s | 15 - libc/nt/kernel32/GetSystemTimeAdjustment.S | 14 + libc/nt/kernel32/GetSystemTimeAdjustment.s | 12 - libc/nt/kernel32/GetSystemTimeAsFileTime.S | 17 + libc/nt/kernel32/GetSystemTimeAsFileTime.s | 15 - .../kernel32/GetSystemTimePreciseAsFileTime.S | 17 + .../kernel32/GetSystemTimePreciseAsFileTime.s | 15 - libc/nt/kernel32/GetSystemTimes.S | 14 + libc/nt/kernel32/GetSystemTimes.s | 12 - libc/nt/kernel32/GetSystemWindowsDirectoryW.S | 2 + libc/nt/kernel32/GetSystemWindowsDirectoryW.s | 2 - libc/nt/kernel32/GetTapeParameters.S | 2 + libc/nt/kernel32/GetTapeParameters.s | 2 - libc/nt/kernel32/GetTapePosition.S | 2 + libc/nt/kernel32/GetTapePosition.s | 2 - libc/nt/kernel32/GetTapeStatus.S | 2 + libc/nt/kernel32/GetTapeStatus.s | 2 - libc/nt/kernel32/GetTempFileNameW.S | 2 + libc/nt/kernel32/GetTempFileNameW.s | 2 - libc/nt/kernel32/GetTempPathA.S | 14 + libc/nt/kernel32/GetTempPathA.s | 12 - libc/nt/kernel32/GetTempPathW.S | 14 + libc/nt/kernel32/GetTempPathW.s | 12 - libc/nt/kernel32/GetThreadContext.S | 2 + libc/nt/kernel32/GetThreadContext.s | 2 - libc/nt/kernel32/GetThreadErrorMode.S | 2 + libc/nt/kernel32/GetThreadErrorMode.s | 2 - libc/nt/kernel32/GetThreadGroupAffinity.S | 2 + libc/nt/kernel32/GetThreadGroupAffinity.s | 2 - libc/nt/kernel32/GetThreadIOPendingFlag.S | 14 + libc/nt/kernel32/GetThreadIOPendingFlag.s | 12 - libc/nt/kernel32/GetThreadId.S | 17 + libc/nt/kernel32/GetThreadId.s | 15 - libc/nt/kernel32/GetThreadIdealProcessorEx.S | 2 + libc/nt/kernel32/GetThreadIdealProcessorEx.s | 2 - libc/nt/kernel32/GetThreadInformation.S | 2 + libc/nt/kernel32/GetThreadInformation.s | 2 - libc/nt/kernel32/GetThreadLocale.S | 2 + libc/nt/kernel32/GetThreadLocale.s | 2 - .../kernel32/GetThreadPreferredUILanguages.S | 2 + .../kernel32/GetThreadPreferredUILanguages.s | 2 - libc/nt/kernel32/GetThreadPriority.S | 17 + libc/nt/kernel32/GetThreadPriority.s | 15 - libc/nt/kernel32/GetThreadPriorityBoost.S | 14 + libc/nt/kernel32/GetThreadPriorityBoost.s | 12 - libc/nt/kernel32/GetThreadSelectedCpuSets.S | 2 + libc/nt/kernel32/GetThreadSelectedCpuSets.s | 2 - libc/nt/kernel32/GetThreadSelectorEntry.S | 2 + libc/nt/kernel32/GetThreadSelectorEntry.s | 2 - libc/nt/kernel32/GetThreadTimes.S | 14 + libc/nt/kernel32/GetThreadTimes.s | 12 - libc/nt/kernel32/GetThreadUILanguage.S | 2 + libc/nt/kernel32/GetThreadUILanguage.s | 2 - libc/nt/kernel32/GetTickCount.S | 2 + libc/nt/kernel32/GetTickCount.s | 2 - libc/nt/kernel32/GetTickCount64.S | 16 + libc/nt/kernel32/GetTickCount64.s | 14 - libc/nt/kernel32/GetTimeFormatAWorker.S | 2 + libc/nt/kernel32/GetTimeFormatAWorker.s | 2 - libc/nt/kernel32/GetTimeFormatEx.S | 2 + libc/nt/kernel32/GetTimeFormatEx.s | 2 - libc/nt/kernel32/GetTimeFormatW.S | 2 + libc/nt/kernel32/GetTimeFormatW.s | 2 - libc/nt/kernel32/GetTimeFormatWWorker.S | 2 + libc/nt/kernel32/GetTimeFormatWWorker.s | 2 - libc/nt/kernel32/GetTimeZoneInformation.S | 2 + libc/nt/kernel32/GetTimeZoneInformation.s | 2 - .../kernel32/GetTimeZoneInformationForYear.S | 2 + .../kernel32/GetTimeZoneInformationForYear.s | 2 - libc/nt/kernel32/GetUILanguageInfo.S | 2 + libc/nt/kernel32/GetUILanguageInfo.s | 2 - libc/nt/kernel32/GetUmsCompletionListEvent.S | 2 + libc/nt/kernel32/GetUmsCompletionListEvent.s | 2 - .../kernel32/GetUmsSystemThreadInformation.S | 2 + .../kernel32/GetUmsSystemThreadInformation.s | 2 - libc/nt/kernel32/GetUserDefaultLCID.S | 2 + libc/nt/kernel32/GetUserDefaultLCID.s | 2 - libc/nt/kernel32/GetUserDefaultLangID.S | 2 + libc/nt/kernel32/GetUserDefaultLangID.s | 2 - libc/nt/kernel32/GetUserDefaultLocaleName.S | 2 + libc/nt/kernel32/GetUserDefaultLocaleName.s | 2 - libc/nt/kernel32/GetUserDefaultUILanguage.S | 2 + libc/nt/kernel32/GetUserDefaultUILanguage.s | 2 - libc/nt/kernel32/GetUserGeoID.S | 2 + libc/nt/kernel32/GetUserGeoID.s | 2 - .../nt/kernel32/GetUserPreferredUILanguages.S | 2 + .../nt/kernel32/GetUserPreferredUILanguages.s | 2 - libc/nt/kernel32/GetVDMCurrentDirectories.S | 2 + libc/nt/kernel32/GetVDMCurrentDirectories.s | 2 - libc/nt/kernel32/GetVersion.S | 2 + libc/nt/kernel32/GetVersion.s | 2 - libc/nt/kernel32/GetVersionExW.S | 17 + libc/nt/kernel32/GetVersionExW.s | 15 - .../kernel32/GetVolumeInformationByHandleW.S | 14 + .../kernel32/GetVolumeInformationByHandleW.s | 12 - libc/nt/kernel32/GetVolumeInformationW.S | 2 + libc/nt/kernel32/GetVolumeInformationW.s | 2 - .../GetVolumeNameForVolumeMountPointW.S | 2 + .../GetVolumeNameForVolumeMountPointW.s | 2 - libc/nt/kernel32/GetVolumePathNameW.S | 14 + libc/nt/kernel32/GetVolumePathNameW.s | 12 - .../GetVolumePathNamesForVolumeNameW.S | 2 + .../GetVolumePathNamesForVolumeNameW.s | 2 - libc/nt/kernel32/GetWindowsDirectoryA.S | 14 + libc/nt/kernel32/GetWindowsDirectoryA.s | 12 - libc/nt/kernel32/GetWindowsDirectoryW.S | 14 + libc/nt/kernel32/GetWindowsDirectoryW.s | 12 - libc/nt/kernel32/GetWriteWatch.S | 2 + libc/nt/kernel32/GetWriteWatch.s | 2 - libc/nt/kernel32/GetXStateFeaturesMask.S | 2 + libc/nt/kernel32/GetXStateFeaturesMask.s | 2 - libc/nt/kernel32/GlobalAddAtomExW.S | 2 + libc/nt/kernel32/GlobalAddAtomExW.s | 2 - libc/nt/kernel32/GlobalAddAtomW.S | 2 + libc/nt/kernel32/GlobalAddAtomW.s | 2 - libc/nt/kernel32/GlobalAlloc.S | 14 + libc/nt/kernel32/GlobalAlloc.s | 12 - libc/nt/kernel32/GlobalCompact.S | 2 + libc/nt/kernel32/GlobalCompact.s | 2 - libc/nt/kernel32/GlobalDeleteAtom.S | 2 + libc/nt/kernel32/GlobalDeleteAtom.s | 2 - libc/nt/kernel32/GlobalFindAtomW.S | 2 + libc/nt/kernel32/GlobalFindAtomW.s | 2 - libc/nt/kernel32/GlobalFix.S | 2 + libc/nt/kernel32/GlobalFix.s | 2 - libc/nt/kernel32/GlobalFlags.S | 2 + libc/nt/kernel32/GlobalFlags.s | 2 - libc/nt/kernel32/GlobalFree.S | 17 + libc/nt/kernel32/GlobalFree.s | 15 - libc/nt/kernel32/GlobalGetAtomNameW.S | 2 + libc/nt/kernel32/GlobalGetAtomNameW.s | 2 - libc/nt/kernel32/GlobalHandle.S | 2 + libc/nt/kernel32/GlobalHandle.s | 2 - libc/nt/kernel32/GlobalLock.S | 2 + libc/nt/kernel32/GlobalLock.s | 2 - libc/nt/kernel32/GlobalMemoryStatus.S | 2 + libc/nt/kernel32/GlobalMemoryStatus.s | 2 - libc/nt/kernel32/GlobalMemoryStatusEx.S | 17 + libc/nt/kernel32/GlobalMemoryStatusEx.s | 15 - libc/nt/kernel32/GlobalReAlloc.S | 2 + libc/nt/kernel32/GlobalReAlloc.s | 2 - libc/nt/kernel32/GlobalSize.S | 2 + libc/nt/kernel32/GlobalSize.s | 2 - libc/nt/kernel32/GlobalUnWire.S | 2 + libc/nt/kernel32/GlobalUnWire.s | 2 - libc/nt/kernel32/GlobalUnfix.S | 2 + libc/nt/kernel32/GlobalUnfix.s | 2 - libc/nt/kernel32/GlobalUnlock.S | 2 + libc/nt/kernel32/GlobalUnlock.s | 2 - libc/nt/kernel32/GlobalWire.S | 2 + libc/nt/kernel32/GlobalWire.s | 2 - libc/nt/kernel32/Heap32First.S | 2 + libc/nt/kernel32/Heap32First.s | 2 - libc/nt/kernel32/Heap32ListFirst.S | 2 + libc/nt/kernel32/Heap32ListFirst.s | 2 - libc/nt/kernel32/Heap32ListNext.S | 2 + libc/nt/kernel32/Heap32ListNext.s | 2 - libc/nt/kernel32/Heap32Next.S | 2 + libc/nt/kernel32/Heap32Next.s | 2 - libc/nt/kernel32/HeapAlloc.S | 14 + libc/nt/kernel32/HeapAlloc.s | 12 - libc/nt/kernel32/HeapCompact.S | 14 + libc/nt/kernel32/HeapCompact.s | 12 - libc/nt/kernel32/HeapCreate.S | 14 + libc/nt/kernel32/HeapCreate.s | 12 - libc/nt/kernel32/HeapDestroy.S | 17 + libc/nt/kernel32/HeapDestroy.s | 15 - libc/nt/kernel32/HeapFree.S | 14 + libc/nt/kernel32/HeapFree.s | 12 - libc/nt/kernel32/HeapLock.S | 2 + libc/nt/kernel32/HeapLock.s | 2 - libc/nt/kernel32/HeapQueryInformation.S | 2 + libc/nt/kernel32/HeapQueryInformation.s | 2 - libc/nt/kernel32/HeapReAlloc.S | 14 + libc/nt/kernel32/HeapReAlloc.s | 12 - libc/nt/kernel32/HeapSetInformation.S | 2 + libc/nt/kernel32/HeapSetInformation.s | 2 - libc/nt/kernel32/HeapUnlock.S | 2 + libc/nt/kernel32/HeapUnlock.s | 2 - libc/nt/kernel32/HeapValidate.S | 2 + libc/nt/kernel32/HeapValidate.s | 2 - libc/nt/kernel32/HeapWalk.S | 2 + libc/nt/kernel32/HeapWalk.s | 2 - libc/nt/kernel32/IdnToAscii.S | 2 + libc/nt/kernel32/IdnToAscii.s | 2 - libc/nt/kernel32/IdnToNameprepUnicode.S | 2 + libc/nt/kernel32/IdnToNameprepUnicode.s | 2 - libc/nt/kernel32/IdnToUnicode.S | 2 + libc/nt/kernel32/IdnToUnicode.s | 2 - libc/nt/kernel32/InitAtomTable.S | 2 + libc/nt/kernel32/InitAtomTable.s | 2 - libc/nt/kernel32/InitOnceBeginInitialize.S | 2 + libc/nt/kernel32/InitOnceBeginInitialize.s | 2 - libc/nt/kernel32/InitOnceComplete.S | 2 + libc/nt/kernel32/InitOnceComplete.s | 2 - libc/nt/kernel32/InitOnceExecuteOnce.S | 2 + libc/nt/kernel32/InitOnceExecuteOnce.s | 2 - libc/nt/kernel32/InitializeContext.S | 2 + libc/nt/kernel32/InitializeContext.s | 2 - libc/nt/kernel32/InitializeCriticalSection.S | 17 + libc/nt/kernel32/InitializeCriticalSection.s | 15 - .../InitializeCriticalSectionAndSpinCount.S | 14 + .../InitializeCriticalSectionAndSpinCount.s | 12 - .../nt/kernel32/InitializeCriticalSectionEx.S | 2 + .../nt/kernel32/InitializeCriticalSectionEx.s | 2 - .../InitializeProcThreadAttributeList.S | 14 + .../InitializeProcThreadAttributeList.s | 12 - libc/nt/kernel32/InitializeSRWLock.S | 17 + libc/nt/kernel32/InitializeSRWLock.s | 15 - .../InitializeSynchronizationBarrier.S | 2 + .../InitializeSynchronizationBarrier.s | 2 - libc/nt/kernel32/InstallELAMCertificateInfo.S | 2 + libc/nt/kernel32/InstallELAMCertificateInfo.s | 2 - libc/nt/kernel32/InvalidateConsoleDIBits.S | 2 + libc/nt/kernel32/InvalidateConsoleDIBits.s | 2 - libc/nt/kernel32/IsBadCodePtr.S | 2 + libc/nt/kernel32/IsBadCodePtr.s | 2 - libc/nt/kernel32/IsBadHugeReadPtr.S | 2 + libc/nt/kernel32/IsBadHugeReadPtr.s | 2 - libc/nt/kernel32/IsBadHugeWritePtr.S | 2 + libc/nt/kernel32/IsBadHugeWritePtr.s | 2 - libc/nt/kernel32/IsBadReadPtr.S | 2 + libc/nt/kernel32/IsBadReadPtr.s | 2 - libc/nt/kernel32/IsBadStringPtrW.S | 2 + libc/nt/kernel32/IsBadStringPtrW.s | 2 - libc/nt/kernel32/IsBadWritePtr.S | 2 + libc/nt/kernel32/IsBadWritePtr.s | 2 - libc/nt/kernel32/IsCalendarLeapDay.S | 2 + libc/nt/kernel32/IsCalendarLeapDay.s | 2 - libc/nt/kernel32/IsCalendarLeapMonth.S | 2 + libc/nt/kernel32/IsCalendarLeapMonth.s | 2 - libc/nt/kernel32/IsCalendarLeapYear.S | 2 + libc/nt/kernel32/IsCalendarLeapYear.s | 2 - libc/nt/kernel32/IsDBCSLeadByte.S | 2 + libc/nt/kernel32/IsDBCSLeadByte.s | 2 - libc/nt/kernel32/IsDBCSLeadByteEx.S | 2 + libc/nt/kernel32/IsDBCSLeadByteEx.s | 2 - libc/nt/kernel32/IsNLSDefinedString.S | 2 + libc/nt/kernel32/IsNLSDefinedString.s | 2 - libc/nt/kernel32/IsNativeVhdBoot.S | 2 + libc/nt/kernel32/IsNativeVhdBoot.s | 2 - libc/nt/kernel32/IsNormalizedString.S | 2 + libc/nt/kernel32/IsNormalizedString.s | 2 - libc/nt/kernel32/IsProcessCritical.S | 2 + libc/nt/kernel32/IsProcessCritical.s | 2 - libc/nt/kernel32/IsProcessInJob.S | 2 + libc/nt/kernel32/IsProcessInJob.s | 2 - libc/nt/kernel32/IsProcessorFeaturePresent.S | 2 + libc/nt/kernel32/IsProcessorFeaturePresent.s | 2 - libc/nt/kernel32/IsSystemResumeAutomatic.S | 2 + libc/nt/kernel32/IsSystemResumeAutomatic.s | 2 - libc/nt/kernel32/IsThreadAFiber.S | 2 + libc/nt/kernel32/IsThreadAFiber.s | 2 - libc/nt/kernel32/IsValidCalDateTime.S | 2 + libc/nt/kernel32/IsValidCalDateTime.s | 2 - libc/nt/kernel32/IsValidCodePage.S | 2 + libc/nt/kernel32/IsValidCodePage.s | 2 - libc/nt/kernel32/IsValidLanguageGroup.S | 2 + libc/nt/kernel32/IsValidLanguageGroup.s | 2 - libc/nt/kernel32/IsValidLocale.S | 2 + libc/nt/kernel32/IsValidLocale.s | 2 - libc/nt/kernel32/IsValidLocaleName.S | 2 + libc/nt/kernel32/IsValidLocaleName.s | 2 - libc/nt/kernel32/IsValidNLSVersion.S | 2 + libc/nt/kernel32/IsValidNLSVersion.s | 2 - libc/nt/kernel32/LCIDToLocaleName.S | 2 + libc/nt/kernel32/LCIDToLocaleName.s | 2 - libc/nt/kernel32/LCMapStringEx.S | 2 + libc/nt/kernel32/LCMapStringEx.s | 2 - libc/nt/kernel32/LCMapStringW.S | 2 + libc/nt/kernel32/LCMapStringW.s | 2 - libc/nt/kernel32/LZClose.S | 2 + libc/nt/kernel32/LZClose.s | 2 - libc/nt/kernel32/LZCloseFile.S | 2 + libc/nt/kernel32/LZCloseFile.s | 2 - libc/nt/kernel32/LZCopy.S | 2 + libc/nt/kernel32/LZCopy.s | 2 - libc/nt/kernel32/LZCreateFileW.S | 2 + libc/nt/kernel32/LZCreateFileW.s | 2 - libc/nt/kernel32/LZDone.S | 2 + libc/nt/kernel32/LZDone.s | 2 - libc/nt/kernel32/LZInit.S | 2 + libc/nt/kernel32/LZInit.s | 2 - libc/nt/kernel32/LZOpenFileW.S | 2 + libc/nt/kernel32/LZOpenFileW.s | 2 - libc/nt/kernel32/LZRead.S | 2 + libc/nt/kernel32/LZRead.s | 2 - libc/nt/kernel32/LZSeek.S | 2 + libc/nt/kernel32/LZSeek.s | 2 - libc/nt/kernel32/LZStart.S | 2 + libc/nt/kernel32/LZStart.s | 2 - libc/nt/kernel32/LeaveCriticalSection.S | 17 + libc/nt/kernel32/LeaveCriticalSection.s | 15 - libc/nt/kernel32/LoadLibraryExW.S | 14 + libc/nt/kernel32/LoadLibraryExW.s | 12 - libc/nt/kernel32/LoadLibraryW.S | 17 + libc/nt/kernel32/LoadLibraryW.s | 15 - libc/nt/kernel32/LoadModule.S | 2 + libc/nt/kernel32/LoadModule.s | 2 - libc/nt/kernel32/LoadPackagedLibrary.S | 2 + libc/nt/kernel32/LoadPackagedLibrary.s | 2 - libc/nt/kernel32/LoadResource.S | 14 + libc/nt/kernel32/LoadResource.s | 12 - libc/nt/kernel32/LoadStringBaseW.S | 2 + libc/nt/kernel32/LoadStringBaseW.s | 2 - libc/nt/kernel32/LocalAlloc.S | 2 + libc/nt/kernel32/LocalAlloc.s | 2 - libc/nt/kernel32/LocalCompact.S | 2 + libc/nt/kernel32/LocalCompact.s | 2 - libc/nt/kernel32/LocalFileTimeToFileTime.S | 2 + libc/nt/kernel32/LocalFileTimeToFileTime.s | 2 - libc/nt/kernel32/LocalFlags.S | 2 + libc/nt/kernel32/LocalFlags.s | 2 - libc/nt/kernel32/LocalFree.S | 17 + libc/nt/kernel32/LocalFree.s | 15 - libc/nt/kernel32/LocalHandle.S | 2 + libc/nt/kernel32/LocalHandle.s | 2 - libc/nt/kernel32/LocalLock.S | 2 + libc/nt/kernel32/LocalLock.s | 2 - libc/nt/kernel32/LocalReAlloc.S | 2 + libc/nt/kernel32/LocalReAlloc.s | 2 - libc/nt/kernel32/LocalShrink.S | 2 + libc/nt/kernel32/LocalShrink.s | 2 - libc/nt/kernel32/LocalSize.S | 2 + libc/nt/kernel32/LocalSize.s | 2 - libc/nt/kernel32/LocalUnlock.S | 2 + libc/nt/kernel32/LocalUnlock.s | 2 - libc/nt/kernel32/LocaleNameToLCID.S | 2 + libc/nt/kernel32/LocaleNameToLCID.s | 2 - libc/nt/kernel32/LocateXStateFeature.S | 2 + libc/nt/kernel32/LocateXStateFeature.s | 2 - libc/nt/kernel32/LockFile.S | 14 + libc/nt/kernel32/LockFile.s | 12 - libc/nt/kernel32/LockFileEx.S | 14 + libc/nt/kernel32/LockFileEx.s | 12 - libc/nt/kernel32/LockResource.S | 17 + libc/nt/kernel32/LockResource.s | 15 - libc/nt/kernel32/MapUserPhysicalPages.S | 2 + libc/nt/kernel32/MapUserPhysicalPages.s | 2 - .../nt/kernel32/MapUserPhysicalPagesScatter.S | 2 + .../nt/kernel32/MapUserPhysicalPagesScatter.s | 2 - libc/nt/kernel32/MapViewOfFile.S | 2 + libc/nt/kernel32/MapViewOfFile.s | 2 - libc/nt/kernel32/MapViewOfFileEx.S | 14 + libc/nt/kernel32/MapViewOfFileEx.s | 12 - libc/nt/kernel32/MapViewOfFileExNuma.S | 14 + libc/nt/kernel32/MapViewOfFileExNuma.s | 12 - libc/nt/kernel32/MapViewOfFileFromApp.S | 2 + libc/nt/kernel32/MapViewOfFileFromApp.s | 2 - libc/nt/kernel32/Module32FirstW.S | 2 + libc/nt/kernel32/Module32FirstW.s | 2 - libc/nt/kernel32/Module32NextW.S | 2 + libc/nt/kernel32/Module32NextW.s | 2 - libc/nt/kernel32/MoveFileExW.S | 14 + libc/nt/kernel32/MoveFileExW.s | 12 - libc/nt/kernel32/MoveFileTransactedW.S | 2 + libc/nt/kernel32/MoveFileTransactedW.s | 2 - libc/nt/kernel32/MoveFileW.S | 14 + libc/nt/kernel32/MoveFileW.s | 12 - libc/nt/kernel32/MoveFileWithProgressW.S | 2 + libc/nt/kernel32/MoveFileWithProgressW.s | 2 - libc/nt/kernel32/MulDiv.S | 2 + libc/nt/kernel32/MulDiv.s | 2 - libc/nt/kernel32/MultiByteToWideChar.S | 14 + libc/nt/kernel32/MultiByteToWideChar.s | 12 - .../NeedCurrentDirectoryForExePathW.S | 2 + .../NeedCurrentDirectoryForExePathW.s | 2 - libc/nt/kernel32/NormalizeString.S | 2 + libc/nt/kernel32/NormalizeString.s | 2 - libc/nt/kernel32/NotifyUILanguageChange.S | 2 + libc/nt/kernel32/NotifyUILanguageChange.s | 2 - .../kernel32/NtVdm64CreateProcessInternalW.S | 2 + .../kernel32/NtVdm64CreateProcessInternalW.s | 2 - libc/nt/kernel32/OOBEComplete.S | 2 + libc/nt/kernel32/OOBEComplete.s | 2 - libc/nt/kernel32/OfferVirtualMemory.S | 14 + libc/nt/kernel32/OfferVirtualMemory.s | 12 - libc/nt/kernel32/OpenConsoleW.S | 2 + libc/nt/kernel32/OpenConsoleW.s | 2 - libc/nt/kernel32/OpenConsoleWStub.S | 2 + libc/nt/kernel32/OpenConsoleWStub.s | 2 - libc/nt/kernel32/OpenEventW.S | 2 + libc/nt/kernel32/OpenEventW.s | 2 - libc/nt/kernel32/OpenFile.S | 2 + libc/nt/kernel32/OpenFile.s | 2 - libc/nt/kernel32/OpenFileById.S | 2 + libc/nt/kernel32/OpenFileById.s | 2 - libc/nt/kernel32/OpenFileMappingW.S | 2 + libc/nt/kernel32/OpenFileMappingW.s | 2 - libc/nt/kernel32/OpenJobObjectW.S | 2 + libc/nt/kernel32/OpenJobObjectW.s | 2 - libc/nt/kernel32/OpenMutexW.S | 2 + libc/nt/kernel32/OpenMutexW.s | 2 - libc/nt/kernel32/OpenPackageInfoByFullName.S | 2 + libc/nt/kernel32/OpenPackageInfoByFullName.s | 2 - libc/nt/kernel32/OpenPrivateNamespaceW.S | 2 + libc/nt/kernel32/OpenPrivateNamespaceW.s | 2 - libc/nt/kernel32/OpenProcess.S | 14 + libc/nt/kernel32/OpenProcess.s | 12 - libc/nt/kernel32/OpenProfileUserMapping.S | 2 + libc/nt/kernel32/OpenProfileUserMapping.s | 2 - libc/nt/kernel32/OpenSemaphoreW.S | 2 + libc/nt/kernel32/OpenSemaphoreW.s | 2 - libc/nt/kernel32/OpenThread.S | 14 + libc/nt/kernel32/OpenThread.s | 12 - libc/nt/kernel32/OpenWaitableTimerW.S | 2 + libc/nt/kernel32/OpenWaitableTimerW.s | 2 - libc/nt/kernel32/OutputDebugStringW.S | 2 + libc/nt/kernel32/OutputDebugStringW.s | 2 - .../kernel32/PackageFamilyNameFromFullName.S | 2 + .../kernel32/PackageFamilyNameFromFullName.s | 2 - libc/nt/kernel32/PackageFamilyNameFromId.S | 2 + libc/nt/kernel32/PackageFamilyNameFromId.s | 2 - libc/nt/kernel32/PackageFullNameFromId.S | 2 + libc/nt/kernel32/PackageFullNameFromId.s | 2 - libc/nt/kernel32/PackageIdFromFullName.S | 2 + libc/nt/kernel32/PackageIdFromFullName.s | 2 - .../PackageNameAndPublisherIdFromFamilyName.S | 2 + .../PackageNameAndPublisherIdFromFamilyName.s | 2 - .../nt/kernel32/ParseApplicationUserModelId.S | 2 + .../nt/kernel32/ParseApplicationUserModelId.s | 2 - libc/nt/kernel32/PeekConsoleInputW.S | 14 + libc/nt/kernel32/PeekConsoleInputW.s | 12 - libc/nt/kernel32/PeekNamedPipe.S | 14 + libc/nt/kernel32/PeekNamedPipe.s | 12 - libc/nt/kernel32/PostQueuedCompletionStatus.S | 14 + libc/nt/kernel32/PostQueuedCompletionStatus.s | 12 - libc/nt/kernel32/PowerClearRequest.S | 2 + libc/nt/kernel32/PowerClearRequest.s | 2 - libc/nt/kernel32/PowerCreateRequest.S | 2 + libc/nt/kernel32/PowerCreateRequest.s | 2 - libc/nt/kernel32/PowerSetRequest.S | 2 + libc/nt/kernel32/PowerSetRequest.s | 2 - libc/nt/kernel32/PrefetchVirtualMemory.S | 14 + libc/nt/kernel32/PrefetchVirtualMemory.s | 12 - libc/nt/kernel32/PrepareTape.S | 2 + libc/nt/kernel32/PrepareTape.s | 2 - libc/nt/kernel32/PrivMoveFileIdentityW.S | 2 + libc/nt/kernel32/PrivMoveFileIdentityW.s | 2 - libc/nt/kernel32/Process32FirstW.S | 14 + libc/nt/kernel32/Process32FirstW.s | 12 - libc/nt/kernel32/Process32NextW.S | 14 + libc/nt/kernel32/Process32NextW.s | 12 - libc/nt/kernel32/ProcessIdToSessionId.S | 2 + libc/nt/kernel32/ProcessIdToSessionId.s | 2 - libc/nt/kernel32/PssCaptureSnapshot.S | 2 + libc/nt/kernel32/PssCaptureSnapshot.s | 2 - libc/nt/kernel32/PssDuplicateSnapshot.S | 2 + libc/nt/kernel32/PssDuplicateSnapshot.s | 2 - libc/nt/kernel32/PssFreeSnapshot.S | 2 + libc/nt/kernel32/PssFreeSnapshot.s | 2 - libc/nt/kernel32/PssQuerySnapshot.S | 2 + libc/nt/kernel32/PssQuerySnapshot.s | 2 - libc/nt/kernel32/PssWalkMarkerCreate.S | 2 + libc/nt/kernel32/PssWalkMarkerCreate.s | 2 - libc/nt/kernel32/PssWalkMarkerFree.S | 2 + libc/nt/kernel32/PssWalkMarkerFree.s | 2 - libc/nt/kernel32/PssWalkMarkerGetPosition.S | 2 + libc/nt/kernel32/PssWalkMarkerGetPosition.s | 2 - libc/nt/kernel32/PssWalkMarkerRewind.S | 2 + libc/nt/kernel32/PssWalkMarkerRewind.s | 2 - libc/nt/kernel32/PssWalkMarkerSeek.S | 2 + libc/nt/kernel32/PssWalkMarkerSeek.s | 2 - .../kernel32/PssWalkMarkerSeekToBeginning.S | 2 + .../kernel32/PssWalkMarkerSeekToBeginning.s | 2 - libc/nt/kernel32/PssWalkMarkerSetPosition.S | 2 + libc/nt/kernel32/PssWalkMarkerSetPosition.s | 2 - libc/nt/kernel32/PssWalkMarkerTell.S | 2 + libc/nt/kernel32/PssWalkMarkerTell.s | 2 - libc/nt/kernel32/PssWalkSnapshot.S | 2 + libc/nt/kernel32/PssWalkSnapshot.s | 2 - libc/nt/kernel32/PulseEvent.S | 17 + libc/nt/kernel32/PulseEvent.s | 15 - libc/nt/kernel32/PurgeComm.S | 14 + libc/nt/kernel32/PurgeComm.s | 12 - libc/nt/kernel32/QueryActCtxSettingsW.S | 2 + libc/nt/kernel32/QueryActCtxSettingsW.s | 2 - libc/nt/kernel32/QueryActCtxSettingsWWorker.S | 2 + libc/nt/kernel32/QueryActCtxSettingsWWorker.s | 2 - libc/nt/kernel32/QueryActCtxW.S | 2 + libc/nt/kernel32/QueryActCtxW.s | 2 - libc/nt/kernel32/QueryActCtxWWorker.S | 2 + libc/nt/kernel32/QueryActCtxWWorker.s | 2 - libc/nt/kernel32/QueryDosDeviceW.S | 2 + libc/nt/kernel32/QueryDosDeviceW.s | 2 - libc/nt/kernel32/QueryFullProcessImageNameW.S | 2 + libc/nt/kernel32/QueryFullProcessImageNameW.s | 2 - .../nt/kernel32/QueryIdleProcessorCycleTime.S | 2 + .../nt/kernel32/QueryIdleProcessorCycleTime.s | 2 - .../kernel32/QueryIdleProcessorCycleTimeEx.S | 2 + .../kernel32/QueryIdleProcessorCycleTimeEx.s | 2 - libc/nt/kernel32/QueryInformationJobObject.S | 2 + libc/nt/kernel32/QueryInformationJobObject.s | 2 - .../QueryIoRateControlInformationJobObject.S | 2 + .../QueryIoRateControlInformationJobObject.s | 2 - .../QueryMemoryResourceNotification.S | 2 + .../QueryMemoryResourceNotification.s | 2 - libc/nt/kernel32/QueryPerformanceCounter.S | 17 + libc/nt/kernel32/QueryPerformanceCounter.s | 15 - libc/nt/kernel32/QueryPerformanceFrequency.S | 17 + libc/nt/kernel32/QueryPerformanceFrequency.s | 15 - .../kernel32/QueryProcessAffinityUpdateMode.S | 2 + .../kernel32/QueryProcessAffinityUpdateMode.s | 2 - libc/nt/kernel32/QueryProcessCycleTime.S | 2 + libc/nt/kernel32/QueryProcessCycleTime.s | 2 - libc/nt/kernel32/QueryProtectedPolicy.S | 2 + libc/nt/kernel32/QueryProtectedPolicy.s | 2 - libc/nt/kernel32/QueryThreadCycleTime.S | 2 + libc/nt/kernel32/QueryThreadCycleTime.s | 2 - libc/nt/kernel32/QueryThreadProfiling.S | 2 + libc/nt/kernel32/QueryThreadProfiling.s | 2 - .../QueryThreadpoolStackInformation.S | 2 + .../QueryThreadpoolStackInformation.s | 2 - libc/nt/kernel32/QueryUmsThreadInformation.S | 2 + libc/nt/kernel32/QueryUmsThreadInformation.s | 2 - libc/nt/kernel32/QueryUnbiasedInterruptTime.S | 2 + libc/nt/kernel32/QueryUnbiasedInterruptTime.s | 2 - libc/nt/kernel32/QueueUserAPC.S | 2 + libc/nt/kernel32/QueueUserAPC.s | 2 - libc/nt/kernel32/QueueUserWorkItem.S | 2 + libc/nt/kernel32/QueueUserWorkItem.s | 2 - libc/nt/kernel32/QuirkGetData2Worker.S | 2 + libc/nt/kernel32/QuirkGetData2Worker.s | 2 - libc/nt/kernel32/QuirkGetDataWorker.S | 2 + libc/nt/kernel32/QuirkGetDataWorker.s | 2 - libc/nt/kernel32/QuirkIsEnabled2Worker.S | 2 + libc/nt/kernel32/QuirkIsEnabled2Worker.s | 2 - libc/nt/kernel32/QuirkIsEnabled3Worker.S | 2 + libc/nt/kernel32/QuirkIsEnabled3Worker.s | 2 - .../QuirkIsEnabledForPackage2Worker.S | 2 + .../QuirkIsEnabledForPackage2Worker.s | 2 - .../QuirkIsEnabledForPackage3Worker.S | 2 + .../QuirkIsEnabledForPackage3Worker.s | 2 - .../QuirkIsEnabledForPackage4Worker.S | 2 + .../QuirkIsEnabledForPackage4Worker.s | 2 - .../kernel32/QuirkIsEnabledForPackageWorker.S | 2 + .../kernel32/QuirkIsEnabledForPackageWorker.s | 2 - .../kernel32/QuirkIsEnabledForProcessWorker.S | 2 + .../kernel32/QuirkIsEnabledForProcessWorker.s | 2 - libc/nt/kernel32/QuirkIsEnabledWorker.S | 2 + libc/nt/kernel32/QuirkIsEnabledWorker.s | 2 - libc/nt/kernel32/RaiseException.S | 2 + libc/nt/kernel32/RaiseException.s | 2 - libc/nt/kernel32/RaiseFailFastException.S | 2 + libc/nt/kernel32/RaiseFailFastException.s | 2 - libc/nt/kernel32/RaiseInvalid16BitExeError.S | 2 + libc/nt/kernel32/RaiseInvalid16BitExeError.s | 2 - libc/nt/kernel32/ReOpenFile.S | 14 + libc/nt/kernel32/ReOpenFile.s | 12 - libc/nt/kernel32/ReadConsoleInputW.S | 14 + libc/nt/kernel32/ReadConsoleInputW.s | 12 - libc/nt/kernel32/ReadConsoleOutputAttribute.S | 14 + libc/nt/kernel32/ReadConsoleOutputAttribute.s | 12 - .../nt/kernel32/ReadConsoleOutputCharacterW.S | 14 + .../nt/kernel32/ReadConsoleOutputCharacterW.s | 12 - libc/nt/kernel32/ReadConsoleOutputW.S | 14 + libc/nt/kernel32/ReadConsoleOutputW.s | 12 - libc/nt/kernel32/ReadConsoleW.S | 14 + libc/nt/kernel32/ReadConsoleW.s | 12 - libc/nt/kernel32/ReadDirectoryChangesW.S | 2 + libc/nt/kernel32/ReadDirectoryChangesW.s | 2 - libc/nt/kernel32/ReadFile.S | 14 + libc/nt/kernel32/ReadFile.s | 12 - libc/nt/kernel32/ReadFileEx.S | 14 + libc/nt/kernel32/ReadFileEx.s | 12 - libc/nt/kernel32/ReadFileScatter.S | 14 + libc/nt/kernel32/ReadFileScatter.s | 12 - libc/nt/kernel32/ReadProcessMemory.S | 2 + libc/nt/kernel32/ReadProcessMemory.s | 2 - libc/nt/kernel32/ReadThreadProfilingData.S | 2 + libc/nt/kernel32/ReadThreadProfilingData.s | 2 - libc/nt/kernel32/ReclaimVirtualMemory.S | 2 + libc/nt/kernel32/ReclaimVirtualMemory.s | 2 - .../nt/kernel32/RegDisablePredefinedCacheEx.S | 2 + .../nt/kernel32/RegDisablePredefinedCacheEx.s | 2 - .../RegisterApplicationRecoveryCallback.S | 2 + .../RegisterApplicationRecoveryCallback.s | 2 - libc/nt/kernel32/RegisterApplicationRestart.S | 2 + libc/nt/kernel32/RegisterApplicationRestart.s | 2 - .../kernel32/RegisterBadMemoryNotification.S | 2 + .../kernel32/RegisterBadMemoryNotification.s | 2 - libc/nt/kernel32/RegisterConsoleIME.S | 2 + libc/nt/kernel32/RegisterConsoleIME.s | 2 - libc/nt/kernel32/RegisterConsoleOS2.S | 2 + libc/nt/kernel32/RegisterConsoleOS2.s | 2 - libc/nt/kernel32/RegisterConsoleVDM.S | 2 + libc/nt/kernel32/RegisterConsoleVDM.s | 2 - libc/nt/kernel32/RegisterWaitForInputIdle.S | 2 + libc/nt/kernel32/RegisterWaitForInputIdle.s | 2 - .../nt/kernel32/RegisterWaitForSingleObject.S | 14 + .../nt/kernel32/RegisterWaitForSingleObject.s | 12 - .../kernel32/RegisterWaitUntilOOBECompleted.S | 2 + .../kernel32/RegisterWaitUntilOOBECompleted.s | 2 - libc/nt/kernel32/RegisterWowBaseHandlers.S | 2 + libc/nt/kernel32/RegisterWowBaseHandlers.s | 2 - libc/nt/kernel32/RegisterWowExec.S | 2 + libc/nt/kernel32/RegisterWowExec.s | 2 - libc/nt/kernel32/ReleaseActCtx.S | 2 + libc/nt/kernel32/ReleaseActCtx.s | 2 - libc/nt/kernel32/ReleaseActCtxWorker.S | 2 + libc/nt/kernel32/ReleaseActCtxWorker.s | 2 - libc/nt/kernel32/ReleaseMutex.S | 17 + libc/nt/kernel32/ReleaseMutex.s | 15 - libc/nt/kernel32/ReleaseSRWLockExclusive.S | 17 + libc/nt/kernel32/ReleaseSRWLockExclusive.s | 15 - libc/nt/kernel32/ReleaseSRWLockShared.S | 17 + libc/nt/kernel32/ReleaseSRWLockShared.s | 15 - libc/nt/kernel32/ReleaseSemaphore.S | 14 + libc/nt/kernel32/ReleaseSemaphore.s | 12 - libc/nt/kernel32/RemoveDirectoryTransactedW.S | 2 + libc/nt/kernel32/RemoveDirectoryTransactedW.s | 2 - libc/nt/kernel32/RemoveDirectoryW.S | 17 + libc/nt/kernel32/RemoveDirectoryW.s | 15 - libc/nt/kernel32/RemoveDllDirectory.S | 2 + libc/nt/kernel32/RemoveDllDirectory.s | 2 - .../RemoveLocalAlternateComputerNameW.S | 2 + .../RemoveLocalAlternateComputerNameW.s | 2 - .../RemoveSecureMemoryCacheCallback.S | 2 + .../RemoveSecureMemoryCacheCallback.s | 2 - .../kernel32/RemoveVectoredContinueHandler.S | 17 + .../kernel32/RemoveVectoredContinueHandler.s | 15 - .../kernel32/RemoveVectoredExceptionHandler.S | 17 + .../kernel32/RemoveVectoredExceptionHandler.s | 15 - libc/nt/kernel32/ReplaceFileW.S | 2 + libc/nt/kernel32/ReplaceFileW.s | 2 - libc/nt/kernel32/ReplacePartitionUnit.S | 2 + libc/nt/kernel32/ReplacePartitionUnit.s | 2 - libc/nt/kernel32/RequestDeviceWakeup.S | 2 + libc/nt/kernel32/RequestDeviceWakeup.s | 2 - libc/nt/kernel32/RequestWakeupLatency.S | 2 + libc/nt/kernel32/RequestWakeupLatency.s | 2 - libc/nt/kernel32/ResetEvent.S | 17 + libc/nt/kernel32/ResetEvent.s | 15 - libc/nt/kernel32/ResetWriteWatch.S | 2 + libc/nt/kernel32/ResetWriteWatch.s | 2 - libc/nt/kernel32/ResolveDelayLoadedAPI.S | 2 + libc/nt/kernel32/ResolveDelayLoadedAPI.s | 2 - libc/nt/kernel32/ResolveDelayLoadsFromDll.S | 2 + libc/nt/kernel32/ResolveDelayLoadsFromDll.s | 2 - libc/nt/kernel32/ResolveLocaleName.S | 2 + libc/nt/kernel32/ResolveLocaleName.s | 2 - libc/nt/kernel32/ResumeThread.S | 2 + libc/nt/kernel32/ResumeThread.s | 2 - libc/nt/kernel32/ScrollConsoleScreenBufferW.S | 2 + libc/nt/kernel32/ScrollConsoleScreenBufferW.s | 2 - libc/nt/kernel32/SearchPathW.S | 2 + libc/nt/kernel32/SearchPathW.s | 2 - libc/nt/kernel32/SetCalendarInfoW.S | 2 + libc/nt/kernel32/SetCalendarInfoW.s | 2 - .../kernel32/SetComPlusPackageInstallStatus.S | 2 + .../kernel32/SetComPlusPackageInstallStatus.s | 2 - libc/nt/kernel32/SetCommBreak.S | 2 + libc/nt/kernel32/SetCommBreak.s | 2 - libc/nt/kernel32/SetCommConfig.S | 2 + libc/nt/kernel32/SetCommConfig.s | 2 - libc/nt/kernel32/SetCommMask.S | 2 + libc/nt/kernel32/SetCommMask.s | 2 - libc/nt/kernel32/SetCommState.S | 2 + libc/nt/kernel32/SetCommState.s | 2 - libc/nt/kernel32/SetCommTimeouts.S | 2 + libc/nt/kernel32/SetCommTimeouts.s | 2 - libc/nt/kernel32/SetComputerNameExW.S | 2 + libc/nt/kernel32/SetComputerNameExW.s | 2 - libc/nt/kernel32/SetComputerNameW.S | 2 + libc/nt/kernel32/SetComputerNameW.s | 2 - .../kernel32/SetConsoleActiveScreenBuffer.S | 17 + .../kernel32/SetConsoleActiveScreenBuffer.s | 15 - libc/nt/kernel32/SetConsoleCP.S | 17 + libc/nt/kernel32/SetConsoleCP.s | 15 - libc/nt/kernel32/SetConsoleCtrlHandler.S | 14 + libc/nt/kernel32/SetConsoleCtrlHandler.s | 12 - libc/nt/kernel32/SetConsoleCursor.S | 2 + libc/nt/kernel32/SetConsoleCursor.s | 2 - libc/nt/kernel32/SetConsoleCursorInfo.S | 14 + libc/nt/kernel32/SetConsoleCursorInfo.s | 12 - libc/nt/kernel32/SetConsoleCursorMode.S | 2 + libc/nt/kernel32/SetConsoleCursorMode.s | 2 - libc/nt/kernel32/SetConsoleCursorPosition.S | 14 + libc/nt/kernel32/SetConsoleCursorPosition.s | 12 - libc/nt/kernel32/SetConsoleDisplayMode.S | 2 + libc/nt/kernel32/SetConsoleDisplayMode.s | 2 - libc/nt/kernel32/SetConsoleFont.S | 2 + libc/nt/kernel32/SetConsoleFont.s | 2 - libc/nt/kernel32/SetConsoleHardwareState.S | 2 + libc/nt/kernel32/SetConsoleHardwareState.s | 2 - libc/nt/kernel32/SetConsoleHistoryInfo.S | 2 + libc/nt/kernel32/SetConsoleHistoryInfo.s | 2 - libc/nt/kernel32/SetConsoleIcon.S | 2 + libc/nt/kernel32/SetConsoleIcon.s | 2 - libc/nt/kernel32/SetConsoleKeyShortcuts.S | 2 + libc/nt/kernel32/SetConsoleKeyShortcuts.s | 2 - libc/nt/kernel32/SetConsoleLocalEUDC.S | 2 + libc/nt/kernel32/SetConsoleLocalEUDC.s | 2 - .../nt/kernel32/SetConsoleMaximumWindowSize.S | 2 + .../nt/kernel32/SetConsoleMaximumWindowSize.s | 2 - libc/nt/kernel32/SetConsoleMenuClose.S | 2 + libc/nt/kernel32/SetConsoleMenuClose.s | 2 - libc/nt/kernel32/SetConsoleMode.S | 14 + libc/nt/kernel32/SetConsoleMode.s | 12 - libc/nt/kernel32/SetConsoleNlsMode.S | 2 + libc/nt/kernel32/SetConsoleNlsMode.s | 2 - libc/nt/kernel32/SetConsoleOS2OemFormat.S | 2 + libc/nt/kernel32/SetConsoleOS2OemFormat.s | 2 - libc/nt/kernel32/SetConsoleOutputCP.S | 17 + libc/nt/kernel32/SetConsoleOutputCP.s | 15 - libc/nt/kernel32/SetConsolePalette.S | 2 + libc/nt/kernel32/SetConsolePalette.s | 2 - .../kernel32/SetConsoleScreenBufferInfoEx.S | 14 + .../kernel32/SetConsoleScreenBufferInfoEx.s | 12 - libc/nt/kernel32/SetConsoleScreenBufferSize.S | 14 + libc/nt/kernel32/SetConsoleScreenBufferSize.s | 12 - libc/nt/kernel32/SetConsoleTextAttribute.S | 2 + libc/nt/kernel32/SetConsoleTextAttribute.s | 2 - libc/nt/kernel32/SetConsoleTitleW.S | 17 + libc/nt/kernel32/SetConsoleTitleW.s | 15 - libc/nt/kernel32/SetConsoleWindowInfo.S | 14 + libc/nt/kernel32/SetConsoleWindowInfo.s | 12 - .../nt/kernel32/SetCriticalSectionSpinCount.S | 14 + .../nt/kernel32/SetCriticalSectionSpinCount.s | 12 - libc/nt/kernel32/SetCurrentConsoleFontEx.S | 2 + libc/nt/kernel32/SetCurrentConsoleFontEx.s | 2 - libc/nt/kernel32/SetCurrentDirectoryW.S | 17 + libc/nt/kernel32/SetCurrentDirectoryW.s | 15 - libc/nt/kernel32/SetDefaultCommConfigW.S | 2 + libc/nt/kernel32/SetDefaultCommConfigW.s | 2 - libc/nt/kernel32/SetDefaultDllDirectories.S | 17 + libc/nt/kernel32/SetDefaultDllDirectories.s | 15 - libc/nt/kernel32/SetDllDirectoryW.S | 2 + libc/nt/kernel32/SetDllDirectoryW.s | 2 - .../kernel32/SetDynamicTimeZoneInformation.S | 2 + .../kernel32/SetDynamicTimeZoneInformation.s | 2 - libc/nt/kernel32/SetEndOfFile.S | 17 + libc/nt/kernel32/SetEndOfFile.s | 15 - libc/nt/kernel32/SetEnvironmentVariableW.S | 14 + libc/nt/kernel32/SetEnvironmentVariableW.s | 12 - libc/nt/kernel32/SetErrorMode.S | 17 + libc/nt/kernel32/SetErrorMode.s | 15 - libc/nt/kernel32/SetEvent.S | 17 + libc/nt/kernel32/SetEvent.s | 15 - libc/nt/kernel32/SetFileApisToANSI.S | 2 + libc/nt/kernel32/SetFileApisToANSI.s | 2 - libc/nt/kernel32/SetFileApisToOEM.S | 2 + libc/nt/kernel32/SetFileApisToOEM.s | 2 - .../kernel32/SetFileAttributesTransactedW.S | 2 + .../kernel32/SetFileAttributesTransactedW.s | 2 - libc/nt/kernel32/SetFileAttributesW.S | 14 + libc/nt/kernel32/SetFileAttributesW.s | 12 - .../nt/kernel32/SetFileBandwidthReservation.S | 2 + .../nt/kernel32/SetFileBandwidthReservation.s | 2 - .../SetFileCompletionNotificationModes.S | 14 + .../SetFileCompletionNotificationModes.s | 12 - libc/nt/kernel32/SetFileInformationByHandle.S | 2 + libc/nt/kernel32/SetFileInformationByHandle.s | 2 - libc/nt/kernel32/SetFileIoOverlappedRange.S | 2 + libc/nt/kernel32/SetFileIoOverlappedRange.s | 2 - libc/nt/kernel32/SetFilePointer.S | 14 + libc/nt/kernel32/SetFilePointer.s | 12 - libc/nt/kernel32/SetFilePointerEx.S | 14 + libc/nt/kernel32/SetFilePointerEx.s | 12 - libc/nt/kernel32/SetFileShortNameW.S | 2 + libc/nt/kernel32/SetFileShortNameW.s | 2 - libc/nt/kernel32/SetFileTime.S | 14 + libc/nt/kernel32/SetFileTime.s | 12 - libc/nt/kernel32/SetFileValidData.S | 14 + libc/nt/kernel32/SetFileValidData.s | 12 - .../SetFirmwareEnvironmentVariableExW.S | 2 + .../SetFirmwareEnvironmentVariableExW.s | 2 - .../SetFirmwareEnvironmentVariableW.S | 2 + .../SetFirmwareEnvironmentVariableW.s | 2 - libc/nt/kernel32/SetHandleCount.S | 17 + libc/nt/kernel32/SetHandleCount.s | 15 - libc/nt/kernel32/SetHandleInformation.S | 14 + libc/nt/kernel32/SetHandleInformation.s | 12 - libc/nt/kernel32/SetInformationJobObject.S | 2 + libc/nt/kernel32/SetInformationJobObject.s | 2 - .../SetIoRateControlInformationJobObject.S | 2 + .../SetIoRateControlInformationJobObject.s | 2 - libc/nt/kernel32/SetLastError.S | 17 + libc/nt/kernel32/SetLastError.s | 15 - .../kernel32/SetLocalPrimaryComputerNameW.S | 2 + .../kernel32/SetLocalPrimaryComputerNameW.s | 2 - libc/nt/kernel32/SetLocalTime.S | 2 + libc/nt/kernel32/SetLocalTime.s | 2 - libc/nt/kernel32/SetLocaleInfoW.S | 2 + libc/nt/kernel32/SetLocaleInfoW.s | 2 - libc/nt/kernel32/SetMailslotInfo.S | 2 + libc/nt/kernel32/SetMailslotInfo.s | 2 - libc/nt/kernel32/SetMessageWaitingIndicator.S | 2 + libc/nt/kernel32/SetMessageWaitingIndicator.s | 2 - libc/nt/kernel32/SetNamedPipeAttribute.S | 2 + libc/nt/kernel32/SetNamedPipeAttribute.s | 2 - libc/nt/kernel32/SetNamedPipeHandleState.S | 14 + libc/nt/kernel32/SetNamedPipeHandleState.s | 12 - libc/nt/kernel32/SetPriorityClass.S | 14 + libc/nt/kernel32/SetPriorityClass.s | 12 - libc/nt/kernel32/SetProcessAffinityMask.S | 14 + libc/nt/kernel32/SetProcessAffinityMask.s | 12 - .../kernel32/SetProcessAffinityUpdateMode.S | 2 + .../kernel32/SetProcessAffinityUpdateMode.s | 2 - libc/nt/kernel32/SetProcessDEPPolicy.S | 2 + libc/nt/kernel32/SetProcessDEPPolicy.s | 2 - libc/nt/kernel32/SetProcessDefaultCpuSets.S | 2 + libc/nt/kernel32/SetProcessDefaultCpuSets.s | 2 - libc/nt/kernel32/SetProcessInformation.S | 2 + libc/nt/kernel32/SetProcessInformation.s | 2 - libc/nt/kernel32/SetProcessMitigationPolicy.S | 2 + libc/nt/kernel32/SetProcessMitigationPolicy.s | 2 - .../kernel32/SetProcessPreferredUILanguages.S | 2 + .../kernel32/SetProcessPreferredUILanguages.s | 2 - libc/nt/kernel32/SetProcessPriorityBoost.S | 14 + libc/nt/kernel32/SetProcessPriorityBoost.s | 12 - .../kernel32/SetProcessShutdownParameters.S | 2 + .../kernel32/SetProcessShutdownParameters.s | 2 - libc/nt/kernel32/SetProcessWorkingSetSize.S | 14 + libc/nt/kernel32/SetProcessWorkingSetSize.s | 12 - libc/nt/kernel32/SetProcessWorkingSetSizeEx.S | 14 + libc/nt/kernel32/SetProcessWorkingSetSizeEx.s | 12 - libc/nt/kernel32/SetProtectedPolicy.S | 2 + libc/nt/kernel32/SetProtectedPolicy.s | 2 - libc/nt/kernel32/SetSearchPathMode.S | 2 + libc/nt/kernel32/SetSearchPathMode.s | 2 - libc/nt/kernel32/SetStdHandle.S | 14 + libc/nt/kernel32/SetStdHandle.s | 12 - libc/nt/kernel32/SetSystemFileCacheSize.S | 2 + libc/nt/kernel32/SetSystemFileCacheSize.s | 2 - libc/nt/kernel32/SetSystemPowerState.S | 2 + libc/nt/kernel32/SetSystemPowerState.s | 2 - libc/nt/kernel32/SetSystemTime.S | 2 + libc/nt/kernel32/SetSystemTime.s | 2 - libc/nt/kernel32/SetSystemTimeAdjustment.S | 2 + libc/nt/kernel32/SetSystemTimeAdjustment.s | 2 - libc/nt/kernel32/SetTapeParameters.S | 2 + libc/nt/kernel32/SetTapeParameters.s | 2 - libc/nt/kernel32/SetTapePosition.S | 2 + libc/nt/kernel32/SetTapePosition.s | 2 - libc/nt/kernel32/SetTermsrvAppInstallMode.S | 2 + libc/nt/kernel32/SetTermsrvAppInstallMode.s | 2 - libc/nt/kernel32/SetThreadAffinityMask.S | 14 + libc/nt/kernel32/SetThreadAffinityMask.s | 12 - libc/nt/kernel32/SetThreadContext.S | 2 + libc/nt/kernel32/SetThreadContext.s | 2 - libc/nt/kernel32/SetThreadErrorMode.S | 2 + libc/nt/kernel32/SetThreadErrorMode.s | 2 - libc/nt/kernel32/SetThreadExecutionState.S | 2 + libc/nt/kernel32/SetThreadExecutionState.s | 2 - libc/nt/kernel32/SetThreadGroupAffinity.S | 2 + libc/nt/kernel32/SetThreadGroupAffinity.s | 2 - libc/nt/kernel32/SetThreadIdealProcessor.S | 2 + libc/nt/kernel32/SetThreadIdealProcessor.s | 2 - libc/nt/kernel32/SetThreadIdealProcessorEx.S | 2 + libc/nt/kernel32/SetThreadIdealProcessorEx.s | 2 - libc/nt/kernel32/SetThreadInformation.S | 2 + libc/nt/kernel32/SetThreadInformation.s | 2 - libc/nt/kernel32/SetThreadLocale.S | 2 + libc/nt/kernel32/SetThreadLocale.s | 2 - .../kernel32/SetThreadPreferredUILanguages.S | 2 + .../kernel32/SetThreadPreferredUILanguages.s | 2 - libc/nt/kernel32/SetThreadPriority.S | 14 + libc/nt/kernel32/SetThreadPriority.s | 12 - libc/nt/kernel32/SetThreadPriorityBoost.S | 14 + libc/nt/kernel32/SetThreadPriorityBoost.s | 12 - libc/nt/kernel32/SetThreadSelectedCpuSets.S | 2 + libc/nt/kernel32/SetThreadSelectedCpuSets.s | 2 - libc/nt/kernel32/SetThreadStackGuarantee.S | 2 + libc/nt/kernel32/SetThreadStackGuarantee.s | 2 - libc/nt/kernel32/SetThreadUILanguage.S | 2 + libc/nt/kernel32/SetThreadUILanguage.s | 2 - .../kernel32/SetThreadpoolStackInformation.S | 2 + .../kernel32/SetThreadpoolStackInformation.s | 2 - libc/nt/kernel32/SetThreadpoolThreadMinimum.S | 2 + libc/nt/kernel32/SetThreadpoolThreadMinimum.s | 2 - libc/nt/kernel32/SetTimeZoneInformation.S | 2 + libc/nt/kernel32/SetTimeZoneInformation.s | 2 - libc/nt/kernel32/SetTimerQueueTimer.S | 2 + libc/nt/kernel32/SetTimerQueueTimer.s | 2 - libc/nt/kernel32/SetUmsThreadInformation.S | 2 + libc/nt/kernel32/SetUmsThreadInformation.s | 2 - .../nt/kernel32/SetUnhandledExceptionFilter.S | 17 + .../nt/kernel32/SetUnhandledExceptionFilter.s | 15 - libc/nt/kernel32/SetUserGeoID.S | 2 + libc/nt/kernel32/SetUserGeoID.s | 2 - libc/nt/kernel32/SetVDMCurrentDirectories.S | 2 + libc/nt/kernel32/SetVDMCurrentDirectories.s | 2 - libc/nt/kernel32/SetVolumeLabelW.S | 2 + libc/nt/kernel32/SetVolumeLabelW.s | 2 - libc/nt/kernel32/SetVolumeMountPointW.S | 2 + libc/nt/kernel32/SetVolumeMountPointW.s | 2 - libc/nt/kernel32/SetVolumeMountPointWStub.S | 2 + libc/nt/kernel32/SetVolumeMountPointWStub.s | 2 - libc/nt/kernel32/SetWaitableTimer.S | 14 + libc/nt/kernel32/SetWaitableTimer.s | 12 - libc/nt/kernel32/SetWaitableTimerEx.S | 2 + libc/nt/kernel32/SetWaitableTimerEx.s | 2 - libc/nt/kernel32/SetXStateFeaturesMask.S | 2 + libc/nt/kernel32/SetXStateFeaturesMask.s | 2 - libc/nt/kernel32/SetupComm.S | 2 + libc/nt/kernel32/SetupComm.s | 2 - libc/nt/kernel32/ShowConsoleCursor.S | 2 + libc/nt/kernel32/ShowConsoleCursor.s | 2 - libc/nt/kernel32/SignalObjectAndWait.S | 2 + libc/nt/kernel32/SignalObjectAndWait.s | 2 - libc/nt/kernel32/SizeofResource.S | 2 + libc/nt/kernel32/SizeofResource.s | 2 - libc/nt/kernel32/Sleep.S | 17 + libc/nt/kernel32/Sleep.s | 15 - libc/nt/kernel32/SleepConditionVariableCS.S | 2 + libc/nt/kernel32/SleepConditionVariableCS.s | 2 - libc/nt/kernel32/SleepConditionVariableSRW.S | 2 + libc/nt/kernel32/SleepConditionVariableSRW.s | 2 - libc/nt/kernel32/SleepEx.S | 14 + libc/nt/kernel32/SleepEx.s | 12 - libc/nt/kernel32/SortCloseHandle.S | 2 + libc/nt/kernel32/SortCloseHandle.s | 2 - libc/nt/kernel32/SortGetHandle.S | 2 + libc/nt/kernel32/SortGetHandle.s | 2 - libc/nt/kernel32/SuspendThread.S | 17 + libc/nt/kernel32/SuspendThread.s | 15 - libc/nt/kernel32/SwitchToFiber.S | 2 + libc/nt/kernel32/SwitchToFiber.s | 2 - libc/nt/kernel32/SwitchToThread.S | 2 + libc/nt/kernel32/SwitchToThread.s | 2 - libc/nt/kernel32/SystemTimeToFileTime.S | 14 + libc/nt/kernel32/SystemTimeToFileTime.s | 12 - .../SystemTimeToTzSpecificLocalTime.S | 2 + .../SystemTimeToTzSpecificLocalTime.s | 2 - .../SystemTimeToTzSpecificLocalTimeEx.S | 2 + .../SystemTimeToTzSpecificLocalTimeEx.s | 2 - libc/nt/kernel32/TerminateJobObject.S | 2 + libc/nt/kernel32/TerminateJobObject.s | 2 - libc/nt/kernel32/TerminateProcess.S | 14 + libc/nt/kernel32/TerminateProcess.s | 12 - libc/nt/kernel32/TerminateThread.S | 14 + libc/nt/kernel32/TerminateThread.s | 12 - libc/nt/kernel32/TermsrvAppInstallMode.S | 2 + libc/nt/kernel32/TermsrvAppInstallMode.s | 2 - .../kernel32/TermsrvConvertSysRootToUserDir.S | 2 + .../kernel32/TermsrvConvertSysRootToUserDir.s | 2 - libc/nt/kernel32/TermsrvCreateRegEntry.S | 2 + libc/nt/kernel32/TermsrvCreateRegEntry.s | 2 - libc/nt/kernel32/TermsrvDeleteKey.S | 2 + libc/nt/kernel32/TermsrvDeleteKey.s | 2 - libc/nt/kernel32/TermsrvDeleteValue.S | 2 + libc/nt/kernel32/TermsrvDeleteValue.s | 2 - libc/nt/kernel32/TermsrvGetPreSetValue.S | 2 + libc/nt/kernel32/TermsrvGetPreSetValue.s | 2 - .../nt/kernel32/TermsrvGetWindowsDirectoryW.S | 2 + .../nt/kernel32/TermsrvGetWindowsDirectoryW.s | 2 - libc/nt/kernel32/TermsrvOpenRegEntry.S | 2 + libc/nt/kernel32/TermsrvOpenRegEntry.s | 2 - libc/nt/kernel32/TermsrvOpenUserClasses.S | 2 + libc/nt/kernel32/TermsrvOpenUserClasses.s | 2 - libc/nt/kernel32/TermsrvRestoreKey.S | 2 + libc/nt/kernel32/TermsrvRestoreKey.s | 2 - libc/nt/kernel32/TermsrvSetKeySecurity.S | 2 + libc/nt/kernel32/TermsrvSetKeySecurity.s | 2 - libc/nt/kernel32/TermsrvSetValueKey.S | 2 + libc/nt/kernel32/TermsrvSetValueKey.s | 2 - libc/nt/kernel32/TermsrvSyncUserIniFileExt.S | 2 + libc/nt/kernel32/TermsrvSyncUserIniFileExt.s | 2 - libc/nt/kernel32/Thread32First.S | 2 + libc/nt/kernel32/Thread32First.s | 2 - libc/nt/kernel32/Thread32Next.S | 2 + libc/nt/kernel32/Thread32Next.s | 2 - libc/nt/kernel32/TlsAlloc.S | 16 + libc/nt/kernel32/TlsAlloc.s | 14 - libc/nt/kernel32/TlsFree.S | 17 + libc/nt/kernel32/TlsFree.s | 15 - libc/nt/kernel32/TlsGetValue.S | 17 + libc/nt/kernel32/TlsGetValue.s | 15 - libc/nt/kernel32/TlsSetValue.S | 14 + libc/nt/kernel32/TlsSetValue.s | 12 - .../nt/kernel32/Toolhelp32ReadProcessMemory.S | 2 + .../nt/kernel32/Toolhelp32ReadProcessMemory.s | 2 - libc/nt/kernel32/TransactNamedPipe.S | 14 + libc/nt/kernel32/TransactNamedPipe.s | 12 - libc/nt/kernel32/TransmitCommChar.S | 14 + libc/nt/kernel32/TransmitCommChar.s | 12 - libc/nt/kernel32/TryAcquireSRWLockExclusive.S | 17 + libc/nt/kernel32/TryAcquireSRWLockExclusive.s | 15 - libc/nt/kernel32/TryAcquireSRWLockShared.S | 17 + libc/nt/kernel32/TryAcquireSRWLockShared.s | 15 - libc/nt/kernel32/TryEnterCriticalSection.S | 17 + libc/nt/kernel32/TryEnterCriticalSection.s | 15 - .../nt/kernel32/TrySubmitThreadpoolCallback.S | 2 + .../nt/kernel32/TrySubmitThreadpoolCallback.s | 2 - .../TzSpecificLocalTimeToSystemTime.S | 2 + .../TzSpecificLocalTimeToSystemTime.s | 2 - .../TzSpecificLocalTimeToSystemTimeEx.S | 2 + .../TzSpecificLocalTimeToSystemTimeEx.s | 2 - libc/nt/kernel32/UTRegister.S | 2 + libc/nt/kernel32/UTRegister.s | 2 - libc/nt/kernel32/UTUnRegister.S | 2 + libc/nt/kernel32/UTUnRegister.s | 2 - libc/nt/kernel32/UmsThreadYield.S | 2 + libc/nt/kernel32/UmsThreadYield.s | 2 - libc/nt/kernel32/UnhandledExceptionFilter.S | 2 + libc/nt/kernel32/UnhandledExceptionFilter.s | 2 - libc/nt/kernel32/UnlockFile.S | 14 + libc/nt/kernel32/UnlockFile.s | 12 - libc/nt/kernel32/UnlockFileEx.S | 14 + libc/nt/kernel32/UnlockFileEx.s | 12 - libc/nt/kernel32/UnmapViewOfFile.S | 17 + libc/nt/kernel32/UnmapViewOfFile.s | 15 - libc/nt/kernel32/UnmapViewOfFile2.S | 14 + libc/nt/kernel32/UnmapViewOfFile2.s | 12 - libc/nt/kernel32/UnmapViewOfFileEx.S | 14 + libc/nt/kernel32/UnmapViewOfFileEx.s | 12 - .../UnregisterApplicationRecoveryCallback.S | 2 + .../UnregisterApplicationRecoveryCallback.s | 2 - .../kernel32/UnregisterApplicationRestart.S | 2 + .../kernel32/UnregisterApplicationRestart.s | 2 - .../UnregisterBadMemoryNotification.S | 2 + .../UnregisterBadMemoryNotification.s | 2 - libc/nt/kernel32/UnregisterConsoleIME.S | 2 + libc/nt/kernel32/UnregisterConsoleIME.s | 2 - libc/nt/kernel32/UnregisterWait.S | 2 + libc/nt/kernel32/UnregisterWait.s | 2 - libc/nt/kernel32/UnregisterWaitEx.S | 2 + libc/nt/kernel32/UnregisterWaitEx.s | 2 - .../UnregisterWaitUntilOOBECompleted.S | 2 + .../UnregisterWaitUntilOOBECompleted.s | 2 - libc/nt/kernel32/UpdateCalendarDayOfWeek.S | 2 + libc/nt/kernel32/UpdateCalendarDayOfWeek.s | 2 - libc/nt/kernel32/UpdateProcThreadAttribute.S | 14 + libc/nt/kernel32/UpdateProcThreadAttribute.s | 12 - libc/nt/kernel32/UpdateResourceW.S | 2 + libc/nt/kernel32/UpdateResourceW.s | 2 - libc/nt/kernel32/VDMConsoleOperation.S | 2 + libc/nt/kernel32/VDMConsoleOperation.s | 2 - libc/nt/kernel32/VDMOperationStarted.S | 2 + libc/nt/kernel32/VDMOperationStarted.s | 2 - libc/nt/kernel32/VerLanguageNameW.S | 2 + libc/nt/kernel32/VerLanguageNameW.s | 2 - libc/nt/kernel32/VerifyConsoleIoHandle.S | 2 + libc/nt/kernel32/VerifyConsoleIoHandle.s | 2 - libc/nt/kernel32/VerifyScripts.S | 2 + libc/nt/kernel32/VerifyScripts.s | 2 - libc/nt/kernel32/VerifyVersionInfoW.S | 2 + libc/nt/kernel32/VerifyVersionInfoW.s | 2 - libc/nt/kernel32/VirtualAlloc.S | 14 + libc/nt/kernel32/VirtualAlloc.s | 12 - libc/nt/kernel32/VirtualAllocEx.S | 14 + libc/nt/kernel32/VirtualAllocEx.s | 12 - libc/nt/kernel32/VirtualAllocExNuma.S | 2 + libc/nt/kernel32/VirtualAllocExNuma.s | 2 - libc/nt/kernel32/VirtualFree.S | 14 + libc/nt/kernel32/VirtualFree.s | 12 - libc/nt/kernel32/VirtualFreeEx.S | 2 + libc/nt/kernel32/VirtualFreeEx.s | 2 - libc/nt/kernel32/VirtualLock.S | 14 + libc/nt/kernel32/VirtualLock.s | 12 - libc/nt/kernel32/VirtualProtect.S | 14 + libc/nt/kernel32/VirtualProtect.s | 12 - libc/nt/kernel32/VirtualProtectEx.S | 2 + libc/nt/kernel32/VirtualProtectEx.s | 2 - libc/nt/kernel32/VirtualQuery.S | 14 + libc/nt/kernel32/VirtualQuery.s | 12 - libc/nt/kernel32/VirtualQueryEx.S | 2 + libc/nt/kernel32/VirtualQueryEx.s | 2 - libc/nt/kernel32/VirtualUnlock.S | 14 + libc/nt/kernel32/VirtualUnlock.s | 12 - .../kernel32/WTSGetActiveConsoleSessionId.S | 2 + .../kernel32/WTSGetActiveConsoleSessionId.s | 2 - libc/nt/kernel32/WaitCommEvent.S | 2 + libc/nt/kernel32/WaitCommEvent.s | 2 - libc/nt/kernel32/WaitForDebugEvent.S | 2 + libc/nt/kernel32/WaitForDebugEvent.s | 2 - libc/nt/kernel32/WaitForMultipleObjects.S | 14 + libc/nt/kernel32/WaitForMultipleObjects.s | 12 - libc/nt/kernel32/WaitForMultipleObjectsEx.S | 14 + libc/nt/kernel32/WaitForMultipleObjectsEx.s | 12 - libc/nt/kernel32/WaitForSingleObject.S | 14 + libc/nt/kernel32/WaitForSingleObject.s | 12 - libc/nt/kernel32/WaitForSingleObjectEx.S | 14 + libc/nt/kernel32/WaitForSingleObjectEx.s | 12 - libc/nt/kernel32/WaitNamedPipeW.S | 2 + libc/nt/kernel32/WaitNamedPipeW.s | 2 - libc/nt/kernel32/WerGetFlags.S | 2 + libc/nt/kernel32/WerGetFlags.s | 2 - libc/nt/kernel32/WerGetFlagsWorker.S | 2 + libc/nt/kernel32/WerGetFlagsWorker.s | 2 - libc/nt/kernel32/WerRegisterFile.S | 2 + libc/nt/kernel32/WerRegisterFile.s | 2 - libc/nt/kernel32/WerRegisterFileWorker.S | 2 + libc/nt/kernel32/WerRegisterFileWorker.s | 2 - libc/nt/kernel32/WerRegisterMemoryBlock.S | 2 + libc/nt/kernel32/WerRegisterMemoryBlock.s | 2 - .../kernel32/WerRegisterMemoryBlockWorker.S | 2 + .../kernel32/WerRegisterMemoryBlockWorker.s | 2 - .../WerRegisterRuntimeExceptionModule.S | 2 + .../WerRegisterRuntimeExceptionModule.s | 2 - .../WerRegisterRuntimeExceptionModuleWorker.S | 2 + .../WerRegisterRuntimeExceptionModuleWorker.s | 2 - libc/nt/kernel32/WerSetFlags.S | 2 + libc/nt/kernel32/WerSetFlags.s | 2 - libc/nt/kernel32/WerSetFlagsWorker.S | 2 + libc/nt/kernel32/WerSetFlagsWorker.s | 2 - libc/nt/kernel32/WerUnregisterFile.S | 2 + libc/nt/kernel32/WerUnregisterFile.s | 2 - libc/nt/kernel32/WerUnregisterFileWorker.S | 2 + libc/nt/kernel32/WerUnregisterFileWorker.s | 2 - libc/nt/kernel32/WerUnregisterMemoryBlock.S | 2 + libc/nt/kernel32/WerUnregisterMemoryBlock.s | 2 - .../kernel32/WerUnregisterMemoryBlockWorker.S | 2 + .../kernel32/WerUnregisterMemoryBlockWorker.s | 2 - .../WerUnregisterRuntimeExceptionModule.S | 2 + .../WerUnregisterRuntimeExceptionModule.s | 2 - ...erUnregisterRuntimeExceptionModuleWorker.S | 2 + ...erUnregisterRuntimeExceptionModuleWorker.s | 2 - libc/nt/kernel32/WerpGetDebugger.S | 2 + libc/nt/kernel32/WerpGetDebugger.s | 2 - libc/nt/kernel32/WerpInitiateRemoteRecovery.S | 2 + libc/nt/kernel32/WerpInitiateRemoteRecovery.s | 2 - libc/nt/kernel32/WerpLaunchAeDebug.S | 2 + libc/nt/kernel32/WerpLaunchAeDebug.s | 2 - .../WerpNotifyLoadStringResourceWorker.S | 2 + .../WerpNotifyLoadStringResourceWorker.s | 2 - .../WerpNotifyUseStringResourceWorker.S | 2 + .../WerpNotifyUseStringResourceWorker.s | 2 - libc/nt/kernel32/WideCharToMultiByte.S | 14 + libc/nt/kernel32/WideCharToMultiByte.s | 12 - libc/nt/kernel32/WinExec.S | 2 + libc/nt/kernel32/WinExec.s | 2 - libc/nt/kernel32/WriteConsoleInputVDMW.S | 2 + libc/nt/kernel32/WriteConsoleInputVDMW.s | 2 - libc/nt/kernel32/WriteConsoleInputW.S | 14 + libc/nt/kernel32/WriteConsoleInputW.s | 12 - .../nt/kernel32/WriteConsoleOutputAttribute.S | 14 + .../nt/kernel32/WriteConsoleOutputAttribute.s | 12 - .../kernel32/WriteConsoleOutputCharacterW.S | 14 + .../kernel32/WriteConsoleOutputCharacterW.s | 12 - libc/nt/kernel32/WriteConsoleOutputW.S | 2 + libc/nt/kernel32/WriteConsoleOutputW.s | 2 - libc/nt/kernel32/WriteConsoleW.S | 14 + libc/nt/kernel32/WriteConsoleW.s | 12 - libc/nt/kernel32/WriteFile.S | 14 + libc/nt/kernel32/WriteFile.s | 12 - libc/nt/kernel32/WriteFileEx.S | 14 + libc/nt/kernel32/WriteFileEx.s | 12 - libc/nt/kernel32/WriteFileGather.S | 14 + libc/nt/kernel32/WriteFileGather.s | 12 - .../nt/kernel32/WritePrivateProfileSectionW.S | 2 + .../nt/kernel32/WritePrivateProfileSectionW.s | 2 - libc/nt/kernel32/WritePrivateProfileStringW.S | 2 + libc/nt/kernel32/WritePrivateProfileStringW.s | 2 - libc/nt/kernel32/WritePrivateProfileStructW.S | 2 + libc/nt/kernel32/WritePrivateProfileStructW.s | 2 - libc/nt/kernel32/WriteProcessMemory.S | 2 + libc/nt/kernel32/WriteProcessMemory.s | 2 - libc/nt/kernel32/WriteProfileSectionW.S | 2 + libc/nt/kernel32/WriteProfileSectionW.s | 2 - libc/nt/kernel32/WriteProfileStringW.S | 2 + libc/nt/kernel32/WriteProfileStringW.s | 2 - libc/nt/kernel32/WriteTapemark.S | 2 + libc/nt/kernel32/WriteTapemark.s | 2 - libc/nt/kernel32/ZombifyActCtx.S | 2 + libc/nt/kernel32/ZombifyActCtx.s | 2 - libc/nt/kernel32/ZombifyActCtxWorker.S | 2 + libc/nt/kernel32/ZombifyActCtxWorker.s | 2 - libc/nt/master.sh | 2 - libc/nt/nt.mk | 81 +-- ...AlpcAdjustCompletionListConcurrencyCount.S | 2 + ...AlpcAdjustCompletionListConcurrencyCount.s | 2 - libc/nt/ntdll/AlpcFreeCompletionListMessage.S | 2 + libc/nt/ntdll/AlpcFreeCompletionListMessage.s | 2 - ...cGetCompletionListLastMessageInformation.S | 2 + ...cGetCompletionListLastMessageInformation.s | 2 - .../AlpcGetCompletionListMessageAttributes.S | 2 + .../AlpcGetCompletionListMessageAttributes.s | 2 - libc/nt/ntdll/AlpcGetHeaderSize.S | 2 + libc/nt/ntdll/AlpcGetHeaderSize.s | 2 - libc/nt/ntdll/AlpcGetMessageAttribute.S | 2 + libc/nt/ntdll/AlpcGetMessageAttribute.s | 2 - .../ntdll/AlpcGetMessageFromCompletionList.S | 2 + .../ntdll/AlpcGetMessageFromCompletionList.s | 2 - ...GetOutstandingCompletionListMessageCount.S | 2 + ...GetOutstandingCompletionListMessageCount.s | 2 - .../nt/ntdll/AlpcInitializeMessageAttribute.S | 2 + .../nt/ntdll/AlpcInitializeMessageAttribute.s | 2 - libc/nt/ntdll/AlpcMaxAllowedMessageLength.S | 2 + libc/nt/ntdll/AlpcMaxAllowedMessageLength.s | 2 - libc/nt/ntdll/AlpcRegisterCompletionList.S | 2 + libc/nt/ntdll/AlpcRegisterCompletionList.s | 2 - .../AlpcRegisterCompletionListWorkerThread.S | 2 + .../AlpcRegisterCompletionListWorkerThread.s | 2 - libc/nt/ntdll/AlpcRundownCompletionList.S | 2 + libc/nt/ntdll/AlpcRundownCompletionList.s | 2 - libc/nt/ntdll/AlpcUnregisterCompletionList.S | 2 + libc/nt/ntdll/AlpcUnregisterCompletionList.s | 2 - ...AlpcUnregisterCompletionListWorkerThread.S | 2 + ...AlpcUnregisterCompletionListWorkerThread.s | 2 - libc/nt/ntdll/ApiSetQueryApiSetPresence.S | 2 + libc/nt/ntdll/ApiSetQueryApiSetPresence.s | 2 - libc/nt/ntdll/CsrAllocateCaptureBuffer.S | 2 + libc/nt/ntdll/CsrAllocateCaptureBuffer.s | 2 - libc/nt/ntdll/CsrAllocateMessagePointer.S | 2 + libc/nt/ntdll/CsrAllocateMessagePointer.s | 2 - libc/nt/ntdll/CsrCaptureMessageBuffer.S | 2 + libc/nt/ntdll/CsrCaptureMessageBuffer.s | 2 - ...CaptureMessageMultiUnicodeStringsInPlace.S | 2 + ...CaptureMessageMultiUnicodeStringsInPlace.s | 2 - libc/nt/ntdll/CsrCaptureMessageString.S | 2 + libc/nt/ntdll/CsrCaptureMessageString.s | 2 - libc/nt/ntdll/CsrCaptureTimeout.S | 2 + libc/nt/ntdll/CsrCaptureTimeout.s | 2 - libc/nt/ntdll/CsrClientCallServer.S | 14 + libc/nt/ntdll/CsrClientCallServer.s | 12 - libc/nt/ntdll/CsrClientConnectToServer.S | 2 + libc/nt/ntdll/CsrClientConnectToServer.s | 2 - libc/nt/ntdll/CsrFreeCaptureBuffer.S | 2 + libc/nt/ntdll/CsrFreeCaptureBuffer.s | 2 - libc/nt/ntdll/CsrGetProcessId.S | 2 + libc/nt/ntdll/CsrGetProcessId.s | 2 - libc/nt/ntdll/CsrIdentifyAlertableThread.S | 2 + libc/nt/ntdll/CsrIdentifyAlertableThread.s | 2 - libc/nt/ntdll/CsrSetPriorityClass.S | 2 + libc/nt/ntdll/CsrSetPriorityClass.s | 2 - libc/nt/ntdll/CsrVerifyRegion.S | 2 + libc/nt/ntdll/CsrVerifyRegion.s | 2 - libc/nt/ntdll/DbgBreakPoint.S | 2 + libc/nt/ntdll/DbgBreakPoint.s | 2 - libc/nt/ntdll/DbgPrint.S | 2 + libc/nt/ntdll/DbgPrint.s | 2 - libc/nt/ntdll/DbgPrintEx.S | 2 + libc/nt/ntdll/DbgPrintEx.s | 2 - libc/nt/ntdll/DbgPrintReturnControlC.S | 2 + libc/nt/ntdll/DbgPrintReturnControlC.s | 2 - libc/nt/ntdll/DbgPrompt.S | 2 + libc/nt/ntdll/DbgPrompt.s | 2 - libc/nt/ntdll/DbgQueryDebugFilterState.S | 2 + libc/nt/ntdll/DbgQueryDebugFilterState.s | 2 - libc/nt/ntdll/DbgSetDebugFilterState.S | 2 + libc/nt/ntdll/DbgSetDebugFilterState.s | 2 - libc/nt/ntdll/DbgUiConnectToDbg.S | 2 + libc/nt/ntdll/DbgUiConnectToDbg.s | 2 - libc/nt/ntdll/DbgUiContinue.S | 2 + libc/nt/ntdll/DbgUiContinue.s | 2 - .../ntdll/DbgUiConvertStateChangeStructure.S | 2 + .../ntdll/DbgUiConvertStateChangeStructure.s | 2 - .../DbgUiConvertStateChangeStructureEx.S | 2 + .../DbgUiConvertStateChangeStructureEx.s | 2 - libc/nt/ntdll/DbgUiDebugActiveProcess.S | 2 + libc/nt/ntdll/DbgUiDebugActiveProcess.s | 2 - libc/nt/ntdll/DbgUiGetThreadDebugObject.S | 2 + libc/nt/ntdll/DbgUiGetThreadDebugObject.s | 2 - libc/nt/ntdll/DbgUiIssueRemoteBreakin.S | 2 + libc/nt/ntdll/DbgUiIssueRemoteBreakin.s | 2 - libc/nt/ntdll/DbgUiRemoteBreakin.S | 2 + libc/nt/ntdll/DbgUiRemoteBreakin.s | 2 - libc/nt/ntdll/DbgUiSetThreadDebugObject.S | 2 + libc/nt/ntdll/DbgUiSetThreadDebugObject.s | 2 - libc/nt/ntdll/DbgUiStopDebugging.S | 2 + libc/nt/ntdll/DbgUiStopDebugging.s | 2 - libc/nt/ntdll/DbgUiWaitStateChange.S | 2 + libc/nt/ntdll/DbgUiWaitStateChange.s | 2 - libc/nt/ntdll/DbgUserBreakPoint.S | 2 + libc/nt/ntdll/DbgUserBreakPoint.s | 2 - libc/nt/ntdll/EtwCheckCoverage.S | 2 + libc/nt/ntdll/EtwCheckCoverage.s | 2 - libc/nt/ntdll/EtwCreateTraceInstanceId.S | 2 + libc/nt/ntdll/EtwCreateTraceInstanceId.s | 2 - libc/nt/ntdll/EtwDeliverDataBlock.S | 2 + libc/nt/ntdll/EtwDeliverDataBlock.s | 2 - libc/nt/ntdll/EtwEnumerateProcessRegGuids.S | 2 + libc/nt/ntdll/EtwEnumerateProcessRegGuids.s | 2 - libc/nt/ntdll/EtwEventActivityIdControl.S | 2 + libc/nt/ntdll/EtwEventActivityIdControl.s | 2 - libc/nt/ntdll/EtwEventEnabled.S | 2 + libc/nt/ntdll/EtwEventEnabled.s | 2 - libc/nt/ntdll/EtwEventProviderEnabled.S | 2 + libc/nt/ntdll/EtwEventProviderEnabled.s | 2 - libc/nt/ntdll/EtwEventRegister.S | 2 + libc/nt/ntdll/EtwEventRegister.s | 2 - libc/nt/ntdll/EtwEventSetInformation.S | 2 + libc/nt/ntdll/EtwEventSetInformation.s | 2 - libc/nt/ntdll/EtwEventUnregister.S | 2 + libc/nt/ntdll/EtwEventUnregister.s | 2 - libc/nt/ntdll/EtwEventWrite.S | 2 + libc/nt/ntdll/EtwEventWrite.s | 2 - libc/nt/ntdll/EtwEventWriteEndScenario.S | 2 + libc/nt/ntdll/EtwEventWriteEndScenario.s | 2 - libc/nt/ntdll/EtwEventWriteEx.S | 2 + libc/nt/ntdll/EtwEventWriteEx.s | 2 - libc/nt/ntdll/EtwEventWriteFull.S | 2 + libc/nt/ntdll/EtwEventWriteFull.s | 2 - libc/nt/ntdll/EtwEventWriteNoRegistration.S | 2 + libc/nt/ntdll/EtwEventWriteNoRegistration.s | 2 - libc/nt/ntdll/EtwEventWriteStartScenario.S | 2 + libc/nt/ntdll/EtwEventWriteStartScenario.s | 2 - libc/nt/ntdll/EtwEventWriteString.S | 2 + libc/nt/ntdll/EtwEventWriteString.s | 2 - libc/nt/ntdll/EtwEventWriteTransfer.S | 2 + libc/nt/ntdll/EtwEventWriteTransfer.s | 2 - libc/nt/ntdll/EtwGetTraceEnableFlags.S | 2 + libc/nt/ntdll/EtwGetTraceEnableFlags.s | 2 - libc/nt/ntdll/EtwGetTraceEnableLevel.S | 2 + libc/nt/ntdll/EtwGetTraceEnableLevel.s | 2 - libc/nt/ntdll/EtwGetTraceLoggerHandle.S | 2 + libc/nt/ntdll/EtwGetTraceLoggerHandle.s | 2 - libc/nt/ntdll/EtwLogTraceEvent.S | 2 + libc/nt/ntdll/EtwLogTraceEvent.s | 2 - libc/nt/ntdll/EtwNotificationRegister.S | 2 + libc/nt/ntdll/EtwNotificationRegister.s | 2 - libc/nt/ntdll/EtwNotificationUnregister.S | 2 + libc/nt/ntdll/EtwNotificationUnregister.s | 2 - .../nt/ntdll/EtwProcessPrivateLoggerRequest.S | 2 + .../nt/ntdll/EtwProcessPrivateLoggerRequest.s | 2 - libc/nt/ntdll/EtwRegisterSecurityProvider.S | 2 + libc/nt/ntdll/EtwRegisterSecurityProvider.s | 2 - libc/nt/ntdll/EtwRegisterTraceGuidsW.S | 2 + libc/nt/ntdll/EtwRegisterTraceGuidsW.s | 2 - libc/nt/ntdll/EtwReplyNotification.S | 2 + libc/nt/ntdll/EtwReplyNotification.s | 2 - libc/nt/ntdll/EtwSendNotification.S | 2 + libc/nt/ntdll/EtwSendNotification.s | 2 - libc/nt/ntdll/EtwSetMark.S | 2 + libc/nt/ntdll/EtwSetMark.s | 2 - libc/nt/ntdll/EtwTraceEventInstance.S | 2 + libc/nt/ntdll/EtwTraceEventInstance.s | 2 - libc/nt/ntdll/EtwTraceMessage.S | 2 + libc/nt/ntdll/EtwTraceMessage.s | 2 - libc/nt/ntdll/EtwTraceMessageVa.S | 2 + libc/nt/ntdll/EtwTraceMessageVa.s | 2 - libc/nt/ntdll/EtwUnregisterTraceGuids.S | 2 + libc/nt/ntdll/EtwUnregisterTraceGuids.s | 2 - libc/nt/ntdll/EtwWriteUMSecurityEvent.S | 2 + libc/nt/ntdll/EtwWriteUMSecurityEvent.s | 2 - libc/nt/ntdll/EtwpCreateEtwThread.S | 2 + libc/nt/ntdll/EtwpCreateEtwThread.s | 2 - libc/nt/ntdll/EtwpGetCpuSpeed.S | 2 + libc/nt/ntdll/EtwpGetCpuSpeed.s | 2 - .../EvtIntReportAuthzEventAndSourceAsync.S | 2 + .../EvtIntReportAuthzEventAndSourceAsync.s | 2 - .../ntdll/EvtIntReportEventAndSourceAsync.S | 2 + .../ntdll/EvtIntReportEventAndSourceAsync.s | 2 - .../nt/ntdll/ExpInterlockedPopEntrySListEnd.S | 2 + .../nt/ntdll/ExpInterlockedPopEntrySListEnd.s | 2 - .../ntdll/ExpInterlockedPopEntrySListFault.S | 2 + .../ntdll/ExpInterlockedPopEntrySListFault.s | 2 - .../ntdll/ExpInterlockedPopEntrySListResume.S | 2 + .../ntdll/ExpInterlockedPopEntrySListResume.s | 2 - .../nt/ntdll/KiRaiseUserExceptionDispatcher.S | 2 + .../nt/ntdll/KiRaiseUserExceptionDispatcher.s | 2 - libc/nt/ntdll/KiUserApcDispatcher.S | 2 + libc/nt/ntdll/KiUserApcDispatcher.s | 2 - libc/nt/ntdll/KiUserCallbackDispatcher.S | 2 + libc/nt/ntdll/KiUserCallbackDispatcher.s | 2 - libc/nt/ntdll/KiUserExceptionDispatcher.S | 2 + libc/nt/ntdll/KiUserExceptionDispatcher.s | 2 - libc/nt/ntdll/KiUserInvertedFunctionTable.S | 2 + libc/nt/ntdll/KiUserInvertedFunctionTable.s | 2 - libc/nt/ntdll/LdrAccessResource.S | 2 + libc/nt/ntdll/LdrAccessResource.s | 2 - libc/nt/ntdll/LdrAddDllDirectory.S | 2 + libc/nt/ntdll/LdrAddDllDirectory.s | 2 - libc/nt/ntdll/LdrAddLoadAsDataTable.S | 2 + libc/nt/ntdll/LdrAddLoadAsDataTable.s | 2 - libc/nt/ntdll/LdrAddRefDll.S | 2 + libc/nt/ntdll/LdrAddRefDll.s | 2 - libc/nt/ntdll/LdrAppxHandleIntegrityFailure.S | 2 + libc/nt/ntdll/LdrAppxHandleIntegrityFailure.s | 2 - libc/nt/ntdll/LdrCallEnclave.S | 2 + libc/nt/ntdll/LdrCallEnclave.s | 2 - libc/nt/ntdll/LdrControlFlowGuardEnforced.S | 2 + libc/nt/ntdll/LdrControlFlowGuardEnforced.s | 2 - libc/nt/ntdll/LdrCreateEnclave.S | 2 + libc/nt/ntdll/LdrCreateEnclave.s | 2 - libc/nt/ntdll/LdrDeleteEnclave.S | 2 + libc/nt/ntdll/LdrDeleteEnclave.s | 2 - .../nt/ntdll/LdrDisableThreadCalloutsForDll.S | 2 + .../nt/ntdll/LdrDisableThreadCalloutsForDll.s | 2 - libc/nt/ntdll/LdrEnumResources.S | 2 + libc/nt/ntdll/LdrEnumResources.s | 2 - libc/nt/ntdll/LdrEnumerateLoadedModules.S | 2 + libc/nt/ntdll/LdrEnumerateLoadedModules.s | 2 - libc/nt/ntdll/LdrFastFailInLoaderCallout.S | 2 + libc/nt/ntdll/LdrFastFailInLoaderCallout.s | 2 - libc/nt/ntdll/LdrFindEntryForAddress.S | 2 + libc/nt/ntdll/LdrFindEntryForAddress.s | 2 - libc/nt/ntdll/LdrFindResourceDirectory_U.S | 2 + libc/nt/ntdll/LdrFindResourceDirectory_U.s | 2 - libc/nt/ntdll/LdrFindResourceEx_U.S | 2 + libc/nt/ntdll/LdrFindResourceEx_U.s | 2 - libc/nt/ntdll/LdrFindResource_U.S | 2 + libc/nt/ntdll/LdrFindResource_U.s | 2 - .../ntdll/LdrFlushAlternateResourceModules.S | 2 + .../ntdll/LdrFlushAlternateResourceModules.s | 2 - libc/nt/ntdll/LdrGetDllDirectory.S | 2 + libc/nt/ntdll/LdrGetDllDirectory.s | 2 - libc/nt/ntdll/LdrGetDllFullName.S | 2 + libc/nt/ntdll/LdrGetDllFullName.s | 2 - libc/nt/ntdll/LdrGetDllHandle.S | 14 + libc/nt/ntdll/LdrGetDllHandle.s | 12 - libc/nt/ntdll/LdrGetDllHandleByMapping.S | 2 + libc/nt/ntdll/LdrGetDllHandleByMapping.s | 2 - libc/nt/ntdll/LdrGetDllHandleByName.S | 2 + libc/nt/ntdll/LdrGetDllHandleByName.s | 2 - libc/nt/ntdll/LdrGetDllHandleEx.S | 2 + libc/nt/ntdll/LdrGetDllHandleEx.s | 2 - libc/nt/ntdll/LdrGetDllPath.S | 2 + libc/nt/ntdll/LdrGetDllPath.s | 2 - libc/nt/ntdll/LdrGetFailureData.S | 2 + libc/nt/ntdll/LdrGetFailureData.s | 2 - .../ntdll/LdrGetFileNameFromLoadAsDataTable.S | 2 + .../ntdll/LdrGetFileNameFromLoadAsDataTable.s | 2 - libc/nt/ntdll/LdrGetKnownDllSectionHandle.S | 2 + libc/nt/ntdll/LdrGetKnownDllSectionHandle.s | 2 - libc/nt/ntdll/LdrGetProcedureAddress.S | 14 + libc/nt/ntdll/LdrGetProcedureAddress.s | 12 - libc/nt/ntdll/LdrGetProcedureAddressEx.S | 2 + libc/nt/ntdll/LdrGetProcedureAddressEx.s | 2 - .../ntdll/LdrGetProcedureAddressForCaller.S | 2 + .../ntdll/LdrGetProcedureAddressForCaller.s | 2 - libc/nt/ntdll/LdrInitShimEngineDynamic.S | 2 + libc/nt/ntdll/LdrInitShimEngineDynamic.s | 2 - libc/nt/ntdll/LdrInitializeEnclave.S | 2 + libc/nt/ntdll/LdrInitializeEnclave.s | 2 - libc/nt/ntdll/LdrInitializeThunk.S | 2 + libc/nt/ntdll/LdrInitializeThunk.s | 2 - .../nt/ntdll/LdrLoadAlternateResourceModule.S | 2 + .../nt/ntdll/LdrLoadAlternateResourceModule.s | 2 - .../ntdll/LdrLoadAlternateResourceModuleEx.S | 2 + .../ntdll/LdrLoadAlternateResourceModuleEx.s | 2 - libc/nt/ntdll/LdrLoadDll.S | 14 + libc/nt/ntdll/LdrLoadDll.s | 12 - libc/nt/ntdll/LdrLoadEnclaveModule.S | 2 + libc/nt/ntdll/LdrLoadEnclaveModule.s | 2 - libc/nt/ntdll/LdrLockLoaderLock.S | 2 + libc/nt/ntdll/LdrLockLoaderLock.s | 2 - libc/nt/ntdll/LdrOpenImageFileOptionsKey.S | 2 + libc/nt/ntdll/LdrOpenImageFileOptionsKey.s | 2 - .../ntdll/LdrProcessInitializationComplete.S | 2 + .../ntdll/LdrProcessInitializationComplete.s | 2 - libc/nt/ntdll/LdrProcessRelocationBlock.S | 2 + libc/nt/ntdll/LdrProcessRelocationBlock.s | 2 - libc/nt/ntdll/LdrProcessRelocationBlockEx.S | 2 + libc/nt/ntdll/LdrProcessRelocationBlockEx.s | 2 - .../ntdll/LdrQueryImageFileExecutionOptions.S | 2 + .../ntdll/LdrQueryImageFileExecutionOptions.s | 2 - .../LdrQueryImageFileExecutionOptionsEx.S | 2 + .../LdrQueryImageFileExecutionOptionsEx.s | 2 - libc/nt/ntdll/LdrQueryImageFileKeyOption.S | 2 + libc/nt/ntdll/LdrQueryImageFileKeyOption.s | 2 - libc/nt/ntdll/LdrQueryModuleServiceTags.S | 2 + libc/nt/ntdll/LdrQueryModuleServiceTags.s | 2 - .../nt/ntdll/LdrQueryOptionalDelayLoadedAPI.S | 2 + .../nt/ntdll/LdrQueryOptionalDelayLoadedAPI.s | 2 - .../ntdll/LdrQueryProcessModuleInformation.S | 2 + .../ntdll/LdrQueryProcessModuleInformation.s | 2 - libc/nt/ntdll/LdrRegisterDllNotification.S | 2 + libc/nt/ntdll/LdrRegisterDllNotification.s | 2 - libc/nt/ntdll/LdrRemoveDllDirectory.S | 2 + libc/nt/ntdll/LdrRemoveDllDirectory.s | 2 - libc/nt/ntdll/LdrRemoveLoadAsDataTable.S | 2 + libc/nt/ntdll/LdrRemoveLoadAsDataTable.s | 2 - libc/nt/ntdll/LdrResFindResource.S | 2 + libc/nt/ntdll/LdrResFindResource.s | 2 - libc/nt/ntdll/LdrResFindResourceDirectory.S | 2 + libc/nt/ntdll/LdrResFindResourceDirectory.s | 2 - libc/nt/ntdll/LdrResGetRCConfig.S | 2 + libc/nt/ntdll/LdrResGetRCConfig.s | 2 - libc/nt/ntdll/LdrResRelease.S | 2 + libc/nt/ntdll/LdrResRelease.s | 2 - libc/nt/ntdll/LdrResSearchResource.S | 2 + libc/nt/ntdll/LdrResSearchResource.s | 2 - libc/nt/ntdll/LdrResolveDelayLoadedAPI.S | 2 + libc/nt/ntdll/LdrResolveDelayLoadedAPI.s | 2 - libc/nt/ntdll/LdrResolveDelayLoadsFromDll.S | 2 + libc/nt/ntdll/LdrResolveDelayLoadsFromDll.s | 2 - libc/nt/ntdll/LdrRscIsTypeExist.S | 2 + libc/nt/ntdll/LdrRscIsTypeExist.s | 2 - .../LdrSetAppCompatDllRedirectionCallback.S | 2 + .../LdrSetAppCompatDllRedirectionCallback.s | 2 - libc/nt/ntdll/LdrSetDefaultDllDirectories.S | 2 + libc/nt/ntdll/LdrSetDefaultDllDirectories.s | 2 - libc/nt/ntdll/LdrSetDllDirectory.S | 2 + libc/nt/ntdll/LdrSetDllDirectory.s | 2 - libc/nt/ntdll/LdrSetDllManifestProber.S | 2 + libc/nt/ntdll/LdrSetDllManifestProber.s | 2 - libc/nt/ntdll/LdrSetImplicitPathOptions.S | 2 + libc/nt/ntdll/LdrSetImplicitPathOptions.s | 2 - libc/nt/ntdll/LdrSetMUICacheType.S | 2 + libc/nt/ntdll/LdrSetMUICacheType.s | 2 - libc/nt/ntdll/LdrShutdownProcess.S | 2 + libc/nt/ntdll/LdrShutdownProcess.s | 2 - libc/nt/ntdll/LdrShutdownThread.S | 2 + libc/nt/ntdll/LdrShutdownThread.s | 2 - libc/nt/ntdll/LdrStandardizeSystemPath.S | 2 + libc/nt/ntdll/LdrStandardizeSystemPath.s | 2 - libc/nt/ntdll/LdrSystemDllInitBlock.S | 2 + libc/nt/ntdll/LdrSystemDllInitBlock.s | 2 - .../ntdll/LdrUnloadAlternateResourceModule.S | 2 + .../ntdll/LdrUnloadAlternateResourceModule.s | 2 - .../LdrUnloadAlternateResourceModuleEx.S | 2 + .../LdrUnloadAlternateResourceModuleEx.s | 2 - libc/nt/ntdll/LdrUnloadDll.S | 17 + libc/nt/ntdll/LdrUnloadDll.s | 15 - libc/nt/ntdll/LdrUnlockLoaderLock.S | 2 + libc/nt/ntdll/LdrUnlockLoaderLock.s | 2 - libc/nt/ntdll/LdrUnregisterDllNotification.S | 2 + libc/nt/ntdll/LdrUnregisterDllNotification.s | 2 - libc/nt/ntdll/LdrUpdatePackageSearchPath.S | 2 + libc/nt/ntdll/LdrUpdatePackageSearchPath.s | 2 - libc/nt/ntdll/LdrVerifyImageMatchesChecksum.S | 2 + libc/nt/ntdll/LdrVerifyImageMatchesChecksum.s | 2 - .../ntdll/LdrVerifyImageMatchesChecksumEx.S | 2 + .../ntdll/LdrVerifyImageMatchesChecksumEx.s | 2 - libc/nt/ntdll/LdrpResGetMappingSize.S | 2 + libc/nt/ntdll/LdrpResGetMappingSize.s | 2 - libc/nt/ntdll/LdrpResGetResourceDirectory.S | 2 + libc/nt/ntdll/LdrpResGetResourceDirectory.s | 2 - libc/nt/ntdll/MD4Final.S | 2 + libc/nt/ntdll/MD4Final.s | 2 - libc/nt/ntdll/MD4Init.S | 2 + libc/nt/ntdll/MD4Init.s | 2 - libc/nt/ntdll/MD4Update.S | 2 + libc/nt/ntdll/MD4Update.s | 2 - libc/nt/ntdll/NlsAnsiCodePage.S | 2 + libc/nt/ntdll/NlsAnsiCodePage.s | 2 - libc/nt/ntdll/NlsMbCodePageTag.S | 2 + libc/nt/ntdll/NlsMbCodePageTag.s | 2 - libc/nt/ntdll/NlsMbOemCodePageTag.S | 2 + libc/nt/ntdll/NlsMbOemCodePageTag.s | 2 - libc/nt/ntdll/NtAcceptConnectPort.S | 2 + libc/nt/ntdll/NtAcceptConnectPort.s | 2 - libc/nt/ntdll/NtAccessCheck.S | 2 + libc/nt/ntdll/NtAccessCheck.s | 2 - libc/nt/ntdll/NtAccessCheckAndAuditAlarm.S | 2 + libc/nt/ntdll/NtAccessCheckAndAuditAlarm.s | 2 - libc/nt/ntdll/NtAccessCheckByType.S | 2 + libc/nt/ntdll/NtAccessCheckByType.s | 2 - .../ntdll/NtAccessCheckByTypeAndAuditAlarm.S | 2 + .../ntdll/NtAccessCheckByTypeAndAuditAlarm.s | 2 - libc/nt/ntdll/NtAccessCheckByTypeResultList.S | 2 + libc/nt/ntdll/NtAccessCheckByTypeResultList.s | 2 - ...AccessCheckByTypeResultListAndAuditAlarm.S | 2 + ...AccessCheckByTypeResultListAndAuditAlarm.s | 2 - ...eckByTypeResultListAndAuditAlarmByHandle.S | 2 + ...eckByTypeResultListAndAuditAlarmByHandle.s | 2 - .../ntdll/NtAcquireProcessActivityReference.S | 2 + .../ntdll/NtAcquireProcessActivityReference.s | 2 - libc/nt/ntdll/NtAddAtom.S | 2 + libc/nt/ntdll/NtAddAtom.s | 2 - libc/nt/ntdll/NtAddAtomEx.S | 2 + libc/nt/ntdll/NtAddAtomEx.s | 2 - libc/nt/ntdll/NtAddBootEntry.S | 2 + libc/nt/ntdll/NtAddBootEntry.s | 2 - libc/nt/ntdll/NtAddDriverEntry.S | 2 + libc/nt/ntdll/NtAddDriverEntry.s | 2 - libc/nt/ntdll/NtAdjustGroupsToken.S | 2 + libc/nt/ntdll/NtAdjustGroupsToken.s | 2 - libc/nt/ntdll/NtAdjustPrivilegesToken.S | 2 + libc/nt/ntdll/NtAdjustPrivilegesToken.s | 2 - .../NtAdjustTokenClaimsAndDeviceGroups.S | 2 + .../NtAdjustTokenClaimsAndDeviceGroups.s | 2 - libc/nt/ntdll/NtAlertResumeThread.S | 2 + libc/nt/ntdll/NtAlertResumeThread.s | 2 - libc/nt/ntdll/NtAlertThread.S | 2 + libc/nt/ntdll/NtAlertThread.s | 2 - libc/nt/ntdll/NtAlertThreadByThreadId.S | 2 + libc/nt/ntdll/NtAlertThreadByThreadId.s | 2 - libc/nt/ntdll/NtAllocateLocallyUniqueId.S | 2 + libc/nt/ntdll/NtAllocateLocallyUniqueId.s | 2 - libc/nt/ntdll/NtAllocateReserveObject.S | 2 + libc/nt/ntdll/NtAllocateReserveObject.s | 2 - libc/nt/ntdll/NtAllocateUserPhysicalPages.S | 2 + libc/nt/ntdll/NtAllocateUserPhysicalPages.s | 2 - libc/nt/ntdll/NtAllocateUuids.S | 2 + libc/nt/ntdll/NtAllocateUuids.s | 2 - libc/nt/ntdll/NtAllocateVirtualMemory.S | 14 + libc/nt/ntdll/NtAllocateVirtualMemory.s | 12 - libc/nt/ntdll/NtAllocateVirtualMemoryEx.S | 2 + libc/nt/ntdll/NtAllocateVirtualMemoryEx.s | 2 - libc/nt/ntdll/NtAlpcAcceptConnectPort.S | 2 + libc/nt/ntdll/NtAlpcAcceptConnectPort.s | 2 - libc/nt/ntdll/NtAlpcCancelMessage.S | 2 + libc/nt/ntdll/NtAlpcCancelMessage.s | 2 - libc/nt/ntdll/NtAlpcConnectPort.S | 2 + libc/nt/ntdll/NtAlpcConnectPort.s | 2 - libc/nt/ntdll/NtAlpcConnectPortEx.S | 2 + libc/nt/ntdll/NtAlpcConnectPortEx.s | 2 - libc/nt/ntdll/NtAlpcCreatePort.S | 2 + libc/nt/ntdll/NtAlpcCreatePort.s | 2 - libc/nt/ntdll/NtAlpcCreatePortSection.S | 2 + libc/nt/ntdll/NtAlpcCreatePortSection.s | 2 - libc/nt/ntdll/NtAlpcCreateResourceReserve.S | 2 + libc/nt/ntdll/NtAlpcCreateResourceReserve.s | 2 - libc/nt/ntdll/NtAlpcCreateSectionView.S | 2 + libc/nt/ntdll/NtAlpcCreateSectionView.s | 2 - libc/nt/ntdll/NtAlpcCreateSecurityContext.S | 2 + libc/nt/ntdll/NtAlpcCreateSecurityContext.s | 2 - libc/nt/ntdll/NtAlpcDeletePortSection.S | 2 + libc/nt/ntdll/NtAlpcDeletePortSection.s | 2 - libc/nt/ntdll/NtAlpcDeleteResourceReserve.S | 2 + libc/nt/ntdll/NtAlpcDeleteResourceReserve.s | 2 - libc/nt/ntdll/NtAlpcDeleteSectionView.S | 2 + libc/nt/ntdll/NtAlpcDeleteSectionView.s | 2 - libc/nt/ntdll/NtAlpcDeleteSecurityContext.S | 2 + libc/nt/ntdll/NtAlpcDeleteSecurityContext.s | 2 - libc/nt/ntdll/NtAlpcDisconnectPort.S | 2 + libc/nt/ntdll/NtAlpcDisconnectPort.s | 2 - .../NtAlpcImpersonateClientContainerOfPort.S | 2 + .../NtAlpcImpersonateClientContainerOfPort.s | 2 - libc/nt/ntdll/NtAlpcImpersonateClientOfPort.S | 2 + libc/nt/ntdll/NtAlpcImpersonateClientOfPort.s | 2 - libc/nt/ntdll/NtAlpcOpenSenderProcess.S | 2 + libc/nt/ntdll/NtAlpcOpenSenderProcess.s | 2 - libc/nt/ntdll/NtAlpcOpenSenderThread.S | 2 + libc/nt/ntdll/NtAlpcOpenSenderThread.s | 2 - libc/nt/ntdll/NtAlpcQueryInformation.S | 2 + libc/nt/ntdll/NtAlpcQueryInformation.s | 2 - libc/nt/ntdll/NtAlpcQueryInformationMessage.S | 2 + libc/nt/ntdll/NtAlpcQueryInformationMessage.s | 2 - libc/nt/ntdll/NtAlpcRevokeSecurityContext.S | 2 + libc/nt/ntdll/NtAlpcRevokeSecurityContext.s | 2 - libc/nt/ntdll/NtAlpcSendWaitReceivePort.S | 2 + libc/nt/ntdll/NtAlpcSendWaitReceivePort.s | 2 - libc/nt/ntdll/NtAlpcSetInformation.S | 2 + libc/nt/ntdll/NtAlpcSetInformation.s | 2 - libc/nt/ntdll/NtApphelpCacheControl.S | 2 + libc/nt/ntdll/NtApphelpCacheControl.s | 2 - libc/nt/ntdll/NtAreMappedFilesTheSame.S | 2 + libc/nt/ntdll/NtAreMappedFilesTheSame.s | 2 - libc/nt/ntdll/NtAssignProcessToJobObject.S | 2 + libc/nt/ntdll/NtAssignProcessToJobObject.s | 2 - .../ntdll/NtAssociateWaitCompletionPacket.S | 2 + .../ntdll/NtAssociateWaitCompletionPacket.s | 2 - libc/nt/ntdll/NtCallEnclave.S | 2 + libc/nt/ntdll/NtCallEnclave.s | 2 - libc/nt/ntdll/NtCallbackReturn.S | 14 + libc/nt/ntdll/NtCallbackReturn.s | 12 - libc/nt/ntdll/NtCancelIoFile.S | 14 + libc/nt/ntdll/NtCancelIoFile.s | 12 - libc/nt/ntdll/NtCancelIoFileEx.S | 14 + libc/nt/ntdll/NtCancelIoFileEx.s | 12 - libc/nt/ntdll/NtCancelSynchronousIoFile.S | 2 + libc/nt/ntdll/NtCancelSynchronousIoFile.s | 2 - libc/nt/ntdll/NtCancelTimer.S | 2 + libc/nt/ntdll/NtCancelTimer.s | 2 - libc/nt/ntdll/NtCancelTimer2.S | 2 + libc/nt/ntdll/NtCancelTimer2.s | 2 - libc/nt/ntdll/NtCancelWaitCompletionPacket.S | 2 + libc/nt/ntdll/NtCancelWaitCompletionPacket.s | 2 - libc/nt/ntdll/NtClearEvent.S | 17 + libc/nt/ntdll/NtClearEvent.s | 15 - libc/nt/ntdll/NtClose.S | 17 + libc/nt/ntdll/NtClose.s | 15 - libc/nt/ntdll/NtCloseObjectAuditAlarm.S | 2 + libc/nt/ntdll/NtCloseObjectAuditAlarm.s | 2 - libc/nt/ntdll/NtCommitComplete.S | 2 + libc/nt/ntdll/NtCommitComplete.s | 2 - libc/nt/ntdll/NtCommitEnlistment.S | 2 + libc/nt/ntdll/NtCommitEnlistment.s | 2 - libc/nt/ntdll/NtCommitRegistryTransaction.S | 2 + libc/nt/ntdll/NtCommitRegistryTransaction.s | 2 - libc/nt/ntdll/NtCommitTransaction.S | 2 + libc/nt/ntdll/NtCommitTransaction.s | 2 - libc/nt/ntdll/NtCompactKeys.S | 2 + libc/nt/ntdll/NtCompactKeys.s | 2 - libc/nt/ntdll/NtCompareObjects.S | 2 + libc/nt/ntdll/NtCompareObjects.s | 2 - libc/nt/ntdll/NtCompareSigningLevels.S | 2 + libc/nt/ntdll/NtCompareSigningLevels.s | 2 - libc/nt/ntdll/NtCompareTokens.S | 2 + libc/nt/ntdll/NtCompareTokens.s | 2 - libc/nt/ntdll/NtCompleteConnectPort.S | 2 + libc/nt/ntdll/NtCompleteConnectPort.s | 2 - libc/nt/ntdll/NtCompressKey.S | 2 + libc/nt/ntdll/NtCompressKey.s | 2 - libc/nt/ntdll/NtConnectPort.S | 2 + libc/nt/ntdll/NtConnectPort.s | 2 - libc/nt/ntdll/NtContinue.S | 14 + libc/nt/ntdll/NtContinue.s | 12 - ...eenAuxiliaryCounterAndPerformanceCounter.S | 2 + ...eenAuxiliaryCounterAndPerformanceCounter.s | 2 - libc/nt/ntdll/NtCreateDebugObject.S | 2 + libc/nt/ntdll/NtCreateDebugObject.s | 2 - libc/nt/ntdll/NtCreateDirectoryObject.S | 14 + libc/nt/ntdll/NtCreateDirectoryObject.s | 12 - libc/nt/ntdll/NtCreateDirectoryObjectEx.S | 2 + libc/nt/ntdll/NtCreateDirectoryObjectEx.s | 2 - libc/nt/ntdll/NtCreateEnclave.S | 2 + libc/nt/ntdll/NtCreateEnclave.s | 2 - libc/nt/ntdll/NtCreateEnlistment.S | 2 + libc/nt/ntdll/NtCreateEnlistment.s | 2 - libc/nt/ntdll/NtCreateEvent.S | 14 + libc/nt/ntdll/NtCreateEvent.s | 12 - libc/nt/ntdll/NtCreateEventPair.S | 2 + libc/nt/ntdll/NtCreateEventPair.s | 2 - libc/nt/ntdll/NtCreateFile.S | 14 + libc/nt/ntdll/NtCreateFile.s | 12 - libc/nt/ntdll/NtCreateIRTimer.S | 2 + libc/nt/ntdll/NtCreateIRTimer.s | 2 - libc/nt/ntdll/NtCreateIoCompletion.S | 14 + libc/nt/ntdll/NtCreateIoCompletion.s | 12 - libc/nt/ntdll/NtCreateJobObject.S | 2 + libc/nt/ntdll/NtCreateJobObject.s | 2 - libc/nt/ntdll/NtCreateJobSet.S | 2 + libc/nt/ntdll/NtCreateJobSet.s | 2 - libc/nt/ntdll/NtCreateKey.S | 14 + libc/nt/ntdll/NtCreateKey.s | 12 - libc/nt/ntdll/NtCreateKeyTransacted.S | 2 + libc/nt/ntdll/NtCreateKeyTransacted.s | 2 - libc/nt/ntdll/NtCreateKeyedEvent.S | 14 + libc/nt/ntdll/NtCreateKeyedEvent.s | 12 - libc/nt/ntdll/NtCreateLowBoxToken.S | 2 + libc/nt/ntdll/NtCreateLowBoxToken.s | 2 - libc/nt/ntdll/NtCreateMailslotFile.S | 2 + libc/nt/ntdll/NtCreateMailslotFile.s | 2 - libc/nt/ntdll/NtCreateMutant.S | 2 + libc/nt/ntdll/NtCreateMutant.s | 2 - libc/nt/ntdll/NtCreateNamedPipeFile.S | 14 + libc/nt/ntdll/NtCreateNamedPipeFile.s | 12 - libc/nt/ntdll/NtCreatePagingFile.S | 2 + libc/nt/ntdll/NtCreatePagingFile.s | 2 - libc/nt/ntdll/NtCreatePartition.S | 2 + libc/nt/ntdll/NtCreatePartition.s | 2 - libc/nt/ntdll/NtCreatePort.S | 2 + libc/nt/ntdll/NtCreatePort.s | 2 - libc/nt/ntdll/NtCreatePrivateNamespace.S | 2 + libc/nt/ntdll/NtCreatePrivateNamespace.s | 2 - libc/nt/ntdll/NtCreateProcess.S | 14 + libc/nt/ntdll/NtCreateProcess.s | 12 - libc/nt/ntdll/NtCreateProcessEx.S | 2 + libc/nt/ntdll/NtCreateProcessEx.s | 2 - libc/nt/ntdll/NtCreateProfile.S | 14 + libc/nt/ntdll/NtCreateProfile.s | 12 - libc/nt/ntdll/NtCreateProfileEx.S | 2 + libc/nt/ntdll/NtCreateProfileEx.s | 2 - libc/nt/ntdll/NtCreateRegistryTransaction.S | 2 + libc/nt/ntdll/NtCreateRegistryTransaction.s | 2 - libc/nt/ntdll/NtCreateResourceManager.S | 2 + libc/nt/ntdll/NtCreateResourceManager.s | 2 - libc/nt/ntdll/NtCreateSection.S | 14 + libc/nt/ntdll/NtCreateSection.s | 12 - libc/nt/ntdll/NtCreateSemaphore.S | 2 + libc/nt/ntdll/NtCreateSemaphore.s | 2 - libc/nt/ntdll/NtCreateSymbolicLinkObject.S | 2 + libc/nt/ntdll/NtCreateSymbolicLinkObject.s | 2 - libc/nt/ntdll/NtCreateThread.S | 14 + libc/nt/ntdll/NtCreateThread.s | 12 - libc/nt/ntdll/NtCreateThreadEx.S | 2 + libc/nt/ntdll/NtCreateThreadEx.s | 2 - libc/nt/ntdll/NtCreateTimer.S | 14 + libc/nt/ntdll/NtCreateTimer.s | 12 - libc/nt/ntdll/NtCreateTimer2.S | 2 + libc/nt/ntdll/NtCreateTimer2.s | 2 - libc/nt/ntdll/NtCreateToken.S | 2 + libc/nt/ntdll/NtCreateToken.s | 2 - libc/nt/ntdll/NtCreateTokenEx.S | 2 + libc/nt/ntdll/NtCreateTokenEx.s | 2 - libc/nt/ntdll/NtCreateTransaction.S | 2 + libc/nt/ntdll/NtCreateTransaction.s | 2 - libc/nt/ntdll/NtCreateTransactionManager.S | 2 + libc/nt/ntdll/NtCreateTransactionManager.s | 2 - libc/nt/ntdll/NtCreateUserProcess.S | 2 + libc/nt/ntdll/NtCreateUserProcess.s | 2 - libc/nt/ntdll/NtCreateWaitCompletionPacket.S | 2 + libc/nt/ntdll/NtCreateWaitCompletionPacket.s | 2 - libc/nt/ntdll/NtCreateWaitablePort.S | 2 + libc/nt/ntdll/NtCreateWaitablePort.s | 2 - libc/nt/ntdll/NtCreateWnfStateName.S | 2 + libc/nt/ntdll/NtCreateWnfStateName.s | 2 - libc/nt/ntdll/NtCreateWorkerFactory.S | 2 + libc/nt/ntdll/NtCreateWorkerFactory.s | 2 - libc/nt/ntdll/NtDebugActiveProcess.S | 2 + libc/nt/ntdll/NtDebugActiveProcess.s | 2 - libc/nt/ntdll/NtDebugContinue.S | 2 + libc/nt/ntdll/NtDebugContinue.s | 2 - libc/nt/ntdll/NtDelayExecution.S | 14 + libc/nt/ntdll/NtDelayExecution.s | 12 - libc/nt/ntdll/NtDeleteAtom.S | 2 + libc/nt/ntdll/NtDeleteAtom.s | 2 - libc/nt/ntdll/NtDeleteBootEntry.S | 2 + libc/nt/ntdll/NtDeleteBootEntry.s | 2 - libc/nt/ntdll/NtDeleteDriverEntry.S | 2 + libc/nt/ntdll/NtDeleteDriverEntry.s | 2 - libc/nt/ntdll/NtDeleteFile.S | 17 + libc/nt/ntdll/NtDeleteFile.s | 15 - libc/nt/ntdll/NtDeleteKey.S | 17 + libc/nt/ntdll/NtDeleteKey.s | 15 - libc/nt/ntdll/NtDeleteObjectAuditAlarm.S | 2 + libc/nt/ntdll/NtDeleteObjectAuditAlarm.s | 2 - libc/nt/ntdll/NtDeletePrivateNamespace.S | 2 + libc/nt/ntdll/NtDeletePrivateNamespace.s | 2 - libc/nt/ntdll/NtDeleteValueKey.S | 2 + libc/nt/ntdll/NtDeleteValueKey.s | 2 - libc/nt/ntdll/NtDeleteWnfStateData.S | 2 + libc/nt/ntdll/NtDeleteWnfStateData.s | 2 - libc/nt/ntdll/NtDeleteWnfStateName.S | 2 + libc/nt/ntdll/NtDeleteWnfStateName.s | 2 - libc/nt/ntdll/NtDeviceIoControlFile.S | 14 + libc/nt/ntdll/NtDeviceIoControlFile.s | 12 - libc/nt/ntdll/NtDisableLastKnownGood.S | 2 + libc/nt/ntdll/NtDisableLastKnownGood.s | 2 - libc/nt/ntdll/NtDisplayString.S | 2 + libc/nt/ntdll/NtDisplayString.s | 2 - libc/nt/ntdll/NtDrawText.S | 2 + libc/nt/ntdll/NtDrawText.s | 2 - libc/nt/ntdll/NtDuplicateObject.S | 14 + libc/nt/ntdll/NtDuplicateObject.s | 12 - libc/nt/ntdll/NtDuplicateToken.S | 2 + libc/nt/ntdll/NtDuplicateToken.s | 2 - libc/nt/ntdll/NtEnableLastKnownGood.S | 2 + libc/nt/ntdll/NtEnableLastKnownGood.s | 2 - libc/nt/ntdll/NtEnumerateBootEntries.S | 2 + libc/nt/ntdll/NtEnumerateBootEntries.s | 2 - libc/nt/ntdll/NtEnumerateDriverEntries.S | 2 + libc/nt/ntdll/NtEnumerateDriverEntries.s | 2 - libc/nt/ntdll/NtEnumerateKey.S | 14 + libc/nt/ntdll/NtEnumerateKey.s | 12 - .../NtEnumerateSystemEnvironmentValuesEx.S | 2 + .../NtEnumerateSystemEnvironmentValuesEx.s | 2 - libc/nt/ntdll/NtEnumerateTransactionObject.S | 2 + libc/nt/ntdll/NtEnumerateTransactionObject.s | 2 - libc/nt/ntdll/NtEnumerateValueKey.S | 14 + libc/nt/ntdll/NtEnumerateValueKey.s | 12 - libc/nt/ntdll/NtExtendSection.S | 2 + libc/nt/ntdll/NtExtendSection.s | 2 - libc/nt/ntdll/NtFilterBootOption.S | 2 + libc/nt/ntdll/NtFilterBootOption.s | 2 - libc/nt/ntdll/NtFilterToken.S | 2 + libc/nt/ntdll/NtFilterToken.s | 2 - libc/nt/ntdll/NtFilterTokenEx.S | 2 + libc/nt/ntdll/NtFilterTokenEx.s | 2 - libc/nt/ntdll/NtFindAtom.S | 2 + libc/nt/ntdll/NtFindAtom.s | 2 - libc/nt/ntdll/NtFlushBuffersFile.S | 14 + libc/nt/ntdll/NtFlushBuffersFile.s | 12 - libc/nt/ntdll/NtFlushBuffersFileEx.S | 2 + libc/nt/ntdll/NtFlushBuffersFileEx.s | 2 - libc/nt/ntdll/NtFlushInstallUILanguage.S | 2 + libc/nt/ntdll/NtFlushInstallUILanguage.s | 2 - libc/nt/ntdll/NtFlushInstructionCache.S | 14 + libc/nt/ntdll/NtFlushInstructionCache.s | 12 - libc/nt/ntdll/NtFlushKey.S | 17 + libc/nt/ntdll/NtFlushKey.s | 15 - libc/nt/ntdll/NtFlushProcessWriteBuffers.S | 2 + libc/nt/ntdll/NtFlushProcessWriteBuffers.s | 2 - libc/nt/ntdll/NtFlushVirtualMemory.S | 14 + libc/nt/ntdll/NtFlushVirtualMemory.s | 12 - libc/nt/ntdll/NtFlushWriteBuffer.S | 2 + libc/nt/ntdll/NtFlushWriteBuffer.s | 2 - libc/nt/ntdll/NtFreeUserPhysicalPages.S | 2 + libc/nt/ntdll/NtFreeUserPhysicalPages.s | 2 - libc/nt/ntdll/NtFreeVirtualMemory.S | 14 + libc/nt/ntdll/NtFreeVirtualMemory.s | 12 - libc/nt/ntdll/NtFreezeRegistry.S | 2 + libc/nt/ntdll/NtFreezeRegistry.s | 2 - libc/nt/ntdll/NtFreezeTransactions.S | 2 + libc/nt/ntdll/NtFreezeTransactions.s | 2 - libc/nt/ntdll/NtFsControlFile.S | 14 + libc/nt/ntdll/NtFsControlFile.s | 12 - libc/nt/ntdll/NtGetCachedSigningLevel.S | 2 + libc/nt/ntdll/NtGetCachedSigningLevel.s | 2 - .../ntdll/NtGetCompleteWnfStateSubscription.S | 2 + .../ntdll/NtGetCompleteWnfStateSubscription.s | 2 - libc/nt/ntdll/NtGetContextThread.S | 14 + libc/nt/ntdll/NtGetContextThread.s | 12 - libc/nt/ntdll/NtGetCurrentProcessorNumber.S | 2 + libc/nt/ntdll/NtGetCurrentProcessorNumber.s | 2 - libc/nt/ntdll/NtGetCurrentProcessorNumberEx.S | 2 + libc/nt/ntdll/NtGetCurrentProcessorNumberEx.s | 2 - libc/nt/ntdll/NtGetDevicePowerState.S | 2 + libc/nt/ntdll/NtGetDevicePowerState.s | 2 - libc/nt/ntdll/NtGetMUIRegistryInfo.S | 2 + libc/nt/ntdll/NtGetMUIRegistryInfo.s | 2 - libc/nt/ntdll/NtGetNextProcess.S | 2 + libc/nt/ntdll/NtGetNextProcess.s | 2 - libc/nt/ntdll/NtGetNextThread.S | 2 + libc/nt/ntdll/NtGetNextThread.s | 2 - libc/nt/ntdll/NtGetNlsSectionPtr.S | 2 + libc/nt/ntdll/NtGetNlsSectionPtr.s | 2 - .../ntdll/NtGetNotificationResourceManager.S | 2 + .../ntdll/NtGetNotificationResourceManager.s | 2 - libc/nt/ntdll/NtGetTickCount.S | 2 + libc/nt/ntdll/NtGetTickCount.s | 2 - libc/nt/ntdll/NtGetWriteWatch.S | 2 + libc/nt/ntdll/NtGetWriteWatch.s | 2 - libc/nt/ntdll/NtImpersonateAnonymousToken.S | 2 + libc/nt/ntdll/NtImpersonateAnonymousToken.s | 2 - libc/nt/ntdll/NtImpersonateClientOfPort.S | 2 + libc/nt/ntdll/NtImpersonateClientOfPort.s | 2 - libc/nt/ntdll/NtImpersonateThread.S | 2 + libc/nt/ntdll/NtImpersonateThread.s | 2 - libc/nt/ntdll/NtInitializeEnclave.S | 2 + libc/nt/ntdll/NtInitializeEnclave.s | 2 - libc/nt/ntdll/NtInitializeNlsFiles.S | 2 + libc/nt/ntdll/NtInitializeNlsFiles.s | 2 - libc/nt/ntdll/NtInitializeRegistry.S | 2 + libc/nt/ntdll/NtInitializeRegistry.s | 2 - libc/nt/ntdll/NtInitiatePowerAction.S | 2 + libc/nt/ntdll/NtInitiatePowerAction.s | 2 - libc/nt/ntdll/NtIsProcessInJob.S | 2 + libc/nt/ntdll/NtIsProcessInJob.s | 2 - libc/nt/ntdll/NtIsSystemResumeAutomatic.S | 2 + libc/nt/ntdll/NtIsSystemResumeAutomatic.s | 2 - libc/nt/ntdll/NtIsUILanguageComitted.S | 2 + libc/nt/ntdll/NtIsUILanguageComitted.s | 2 - libc/nt/ntdll/NtListenPort.S | 2 + libc/nt/ntdll/NtListenPort.s | 2 - libc/nt/ntdll/NtLoadDriver.S | 2 + libc/nt/ntdll/NtLoadDriver.s | 2 - libc/nt/ntdll/NtLoadEnclaveData.S | 2 + libc/nt/ntdll/NtLoadEnclaveData.s | 2 - libc/nt/ntdll/NtLoadHotPatch.S | 2 + libc/nt/ntdll/NtLoadHotPatch.s | 2 - libc/nt/ntdll/NtLoadKey.S | 2 + libc/nt/ntdll/NtLoadKey.s | 2 - libc/nt/ntdll/NtLoadKey2.S | 2 + libc/nt/ntdll/NtLoadKey2.s | 2 - libc/nt/ntdll/NtLoadKeyEx.S | 2 + libc/nt/ntdll/NtLoadKeyEx.s | 2 - libc/nt/ntdll/NtLockFile.S | 2 + libc/nt/ntdll/NtLockFile.s | 2 - libc/nt/ntdll/NtLockProductActivationKeys.S | 2 + libc/nt/ntdll/NtLockProductActivationKeys.s | 2 - libc/nt/ntdll/NtLockRegistryKey.S | 2 + libc/nt/ntdll/NtLockRegistryKey.s | 2 - libc/nt/ntdll/NtLockVirtualMemory.S | 2 + libc/nt/ntdll/NtLockVirtualMemory.s | 2 - libc/nt/ntdll/NtMakePermanentObject.S | 2 + libc/nt/ntdll/NtMakePermanentObject.s | 2 - libc/nt/ntdll/NtMakeTemporaryObject.S | 2 + libc/nt/ntdll/NtMakeTemporaryObject.s | 2 - libc/nt/ntdll/NtManagePartition.S | 2 + libc/nt/ntdll/NtManagePartition.s | 2 - libc/nt/ntdll/NtMapCMFModule.S | 2 + libc/nt/ntdll/NtMapCMFModule.s | 2 - libc/nt/ntdll/NtMapUserPhysicalPages.S | 2 + libc/nt/ntdll/NtMapUserPhysicalPages.s | 2 - libc/nt/ntdll/NtMapUserPhysicalPagesScatter.S | 2 + libc/nt/ntdll/NtMapUserPhysicalPagesScatter.s | 2 - libc/nt/ntdll/NtMapViewOfSection.S | 14 + libc/nt/ntdll/NtMapViewOfSection.s | 12 - libc/nt/ntdll/NtMapViewOfSectionEx.S | 2 + libc/nt/ntdll/NtMapViewOfSectionEx.s | 2 - libc/nt/ntdll/NtModifyBootEntry.S | 2 + libc/nt/ntdll/NtModifyBootEntry.s | 2 - libc/nt/ntdll/NtModifyDriverEntry.S | 2 + libc/nt/ntdll/NtModifyDriverEntry.s | 2 - libc/nt/ntdll/NtNotifyChangeDirectoryFile.S | 2 + libc/nt/ntdll/NtNotifyChangeDirectoryFile.s | 2 - libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.S | 2 + libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.s | 2 - libc/nt/ntdll/NtNotifyChangeKey.S | 2 + libc/nt/ntdll/NtNotifyChangeKey.s | 2 - libc/nt/ntdll/NtNotifyChangeMultipleKeys.S | 2 + libc/nt/ntdll/NtNotifyChangeMultipleKeys.s | 2 - libc/nt/ntdll/NtNotifyChangeSession.S | 2 + libc/nt/ntdll/NtNotifyChangeSession.s | 2 - libc/nt/ntdll/NtOpenDirectoryObject.S | 14 + libc/nt/ntdll/NtOpenDirectoryObject.s | 12 - libc/nt/ntdll/NtOpenEnlistment.S | 2 + libc/nt/ntdll/NtOpenEnlistment.s | 2 - libc/nt/ntdll/NtOpenEvent.S | 2 + libc/nt/ntdll/NtOpenEvent.s | 2 - libc/nt/ntdll/NtOpenEventPair.S | 2 + libc/nt/ntdll/NtOpenEventPair.s | 2 - libc/nt/ntdll/NtOpenFile.S | 14 + libc/nt/ntdll/NtOpenFile.s | 12 - libc/nt/ntdll/NtOpenIoCompletion.S | 2 + libc/nt/ntdll/NtOpenIoCompletion.s | 2 - libc/nt/ntdll/NtOpenJobObject.S | 2 + libc/nt/ntdll/NtOpenJobObject.s | 2 - libc/nt/ntdll/NtOpenKey.S | 14 + libc/nt/ntdll/NtOpenKey.s | 12 - libc/nt/ntdll/NtOpenKeyEx.S | 2 + libc/nt/ntdll/NtOpenKeyEx.s | 2 - libc/nt/ntdll/NtOpenKeyTransacted.S | 2 + libc/nt/ntdll/NtOpenKeyTransacted.s | 2 - libc/nt/ntdll/NtOpenKeyTransactedEx.S | 2 + libc/nt/ntdll/NtOpenKeyTransactedEx.s | 2 - libc/nt/ntdll/NtOpenKeyedEvent.S | 2 + libc/nt/ntdll/NtOpenKeyedEvent.s | 2 - libc/nt/ntdll/NtOpenMutant.S | 2 + libc/nt/ntdll/NtOpenMutant.s | 2 - libc/nt/ntdll/NtOpenObjectAuditAlarm.S | 2 + libc/nt/ntdll/NtOpenObjectAuditAlarm.s | 2 - libc/nt/ntdll/NtOpenPartition.S | 2 + libc/nt/ntdll/NtOpenPartition.s | 2 - libc/nt/ntdll/NtOpenPrivateNamespace.S | 2 + libc/nt/ntdll/NtOpenPrivateNamespace.s | 2 - libc/nt/ntdll/NtOpenProcess.S | 14 + libc/nt/ntdll/NtOpenProcess.s | 12 - libc/nt/ntdll/NtOpenProcessToken.S | 14 + libc/nt/ntdll/NtOpenProcessToken.s | 12 - libc/nt/ntdll/NtOpenProcessTokenEx.S | 2 + libc/nt/ntdll/NtOpenProcessTokenEx.s | 2 - libc/nt/ntdll/NtOpenRegistryTransaction.S | 2 + libc/nt/ntdll/NtOpenRegistryTransaction.s | 2 - libc/nt/ntdll/NtOpenResourceManager.S | 2 + libc/nt/ntdll/NtOpenResourceManager.s | 2 - libc/nt/ntdll/NtOpenSection.S | 14 + libc/nt/ntdll/NtOpenSection.s | 12 - libc/nt/ntdll/NtOpenSemaphore.S | 2 + libc/nt/ntdll/NtOpenSemaphore.s | 2 - libc/nt/ntdll/NtOpenSession.S | 2 + libc/nt/ntdll/NtOpenSession.s | 2 - libc/nt/ntdll/NtOpenSymbolicLinkObject.S | 14 + libc/nt/ntdll/NtOpenSymbolicLinkObject.s | 12 - libc/nt/ntdll/NtOpenThread.S | 14 + libc/nt/ntdll/NtOpenThread.s | 12 - libc/nt/ntdll/NtOpenThreadToken.S | 14 + libc/nt/ntdll/NtOpenThreadToken.s | 12 - libc/nt/ntdll/NtOpenThreadTokenEx.S | 2 + libc/nt/ntdll/NtOpenThreadTokenEx.s | 2 - libc/nt/ntdll/NtOpenTimer.S | 2 + libc/nt/ntdll/NtOpenTimer.s | 2 - libc/nt/ntdll/NtOpenTransaction.S | 2 + libc/nt/ntdll/NtOpenTransaction.s | 2 - libc/nt/ntdll/NtOpenTransactionManager.S | 2 + libc/nt/ntdll/NtOpenTransactionManager.s | 2 - libc/nt/ntdll/NtPlugPlayControl.S | 2 + libc/nt/ntdll/NtPlugPlayControl.s | 2 - libc/nt/ntdll/NtPowerInformation.S | 2 + libc/nt/ntdll/NtPowerInformation.s | 2 - libc/nt/ntdll/NtPrePrepareComplete.S | 2 + libc/nt/ntdll/NtPrePrepareComplete.s | 2 - libc/nt/ntdll/NtPrePrepareEnlistment.S | 2 + libc/nt/ntdll/NtPrePrepareEnlistment.s | 2 - libc/nt/ntdll/NtPrepareComplete.S | 2 + libc/nt/ntdll/NtPrepareComplete.s | 2 - libc/nt/ntdll/NtPrepareEnlistment.S | 2 + libc/nt/ntdll/NtPrepareEnlistment.s | 2 - libc/nt/ntdll/NtPrivilegeCheck.S | 2 + libc/nt/ntdll/NtPrivilegeCheck.s | 2 - libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.S | 2 + libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.s | 2 - libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.S | 2 + libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.s | 2 - libc/nt/ntdll/NtPropagationComplete.S | 2 + libc/nt/ntdll/NtPropagationComplete.s | 2 - libc/nt/ntdll/NtPropagationFailed.S | 2 + libc/nt/ntdll/NtPropagationFailed.s | 2 - libc/nt/ntdll/NtProtectVirtualMemory.S | 14 + libc/nt/ntdll/NtProtectVirtualMemory.s | 12 - libc/nt/ntdll/NtPulseEvent.S | 2 + libc/nt/ntdll/NtPulseEvent.s | 2 - libc/nt/ntdll/NtQueryAttributesFile.S | 14 + libc/nt/ntdll/NtQueryAttributesFile.s | 12 - .../ntdll/NtQueryAuxiliaryCounterFrequency.S | 2 + .../ntdll/NtQueryAuxiliaryCounterFrequency.s | 2 - libc/nt/ntdll/NtQueryBootEntryOrder.S | 2 + libc/nt/ntdll/NtQueryBootEntryOrder.s | 2 - libc/nt/ntdll/NtQueryBootOptions.S | 2 + libc/nt/ntdll/NtQueryBootOptions.s | 2 - libc/nt/ntdll/NtQueryDebugFilterState.S | 2 + libc/nt/ntdll/NtQueryDebugFilterState.s | 2 - libc/nt/ntdll/NtQueryDefaultLocale.S | 2 + libc/nt/ntdll/NtQueryDefaultLocale.s | 2 - libc/nt/ntdll/NtQueryDefaultUILanguage.S | 2 + libc/nt/ntdll/NtQueryDefaultUILanguage.s | 2 - libc/nt/ntdll/NtQueryDirectoryFile.S | 14 + libc/nt/ntdll/NtQueryDirectoryFile.s | 12 - libc/nt/ntdll/NtQueryDirectoryFileEx.S | 2 + libc/nt/ntdll/NtQueryDirectoryFileEx.s | 2 - libc/nt/ntdll/NtQueryDirectoryObject.S | 2 + libc/nt/ntdll/NtQueryDirectoryObject.s | 2 - libc/nt/ntdll/NtQueryDriverEntryOrder.S | 2 + libc/nt/ntdll/NtQueryDriverEntryOrder.s | 2 - libc/nt/ntdll/NtQueryEaFile.S | 2 + libc/nt/ntdll/NtQueryEaFile.s | 2 - libc/nt/ntdll/NtQueryEvent.S | 2 + libc/nt/ntdll/NtQueryEvent.s | 2 - libc/nt/ntdll/NtQueryFullAttributesFile.S | 14 + libc/nt/ntdll/NtQueryFullAttributesFile.s | 12 - libc/nt/ntdll/NtQueryInformationAtom.S | 2 + libc/nt/ntdll/NtQueryInformationAtom.s | 2 - libc/nt/ntdll/NtQueryInformationByName.S | 2 + libc/nt/ntdll/NtQueryInformationByName.s | 2 - libc/nt/ntdll/NtQueryInformationEnlistment.S | 2 + libc/nt/ntdll/NtQueryInformationEnlistment.s | 2 - libc/nt/ntdll/NtQueryInformationFile.S | 14 + libc/nt/ntdll/NtQueryInformationFile.s | 12 - libc/nt/ntdll/NtQueryInformationJobObject.S | 14 + libc/nt/ntdll/NtQueryInformationJobObject.s | 12 - libc/nt/ntdll/NtQueryInformationPort.S | 2 + libc/nt/ntdll/NtQueryInformationPort.s | 2 - libc/nt/ntdll/NtQueryInformationProcess.S | 14 + libc/nt/ntdll/NtQueryInformationProcess.s | 12 - .../ntdll/NtQueryInformationResourceManager.S | 2 + .../ntdll/NtQueryInformationResourceManager.s | 2 - libc/nt/ntdll/NtQueryInformationThread.S | 14 + libc/nt/ntdll/NtQueryInformationThread.s | 12 - libc/nt/ntdll/NtQueryInformationToken.S | 14 + libc/nt/ntdll/NtQueryInformationToken.s | 12 - libc/nt/ntdll/NtQueryInformationTransaction.S | 2 + libc/nt/ntdll/NtQueryInformationTransaction.s | 2 - .../NtQueryInformationTransactionManager.S | 2 + .../NtQueryInformationTransactionManager.s | 2 - .../ntdll/NtQueryInformationWorkerFactory.S | 2 + .../ntdll/NtQueryInformationWorkerFactory.s | 2 - libc/nt/ntdll/NtQueryInstallUILanguage.S | 2 + libc/nt/ntdll/NtQueryInstallUILanguage.s | 2 - libc/nt/ntdll/NtQueryIntervalProfile.S | 14 + libc/nt/ntdll/NtQueryIntervalProfile.s | 12 - libc/nt/ntdll/NtQueryIoCompletion.S | 2 + libc/nt/ntdll/NtQueryIoCompletion.s | 2 - libc/nt/ntdll/NtQueryKey.S | 2 + libc/nt/ntdll/NtQueryKey.s | 2 - libc/nt/ntdll/NtQueryLicenseValue.S | 2 + libc/nt/ntdll/NtQueryLicenseValue.s | 2 - libc/nt/ntdll/NtQueryMultipleValueKey.S | 2 + libc/nt/ntdll/NtQueryMultipleValueKey.s | 2 - libc/nt/ntdll/NtQueryMutant.S | 2 + libc/nt/ntdll/NtQueryMutant.s | 2 - libc/nt/ntdll/NtQueryObject.S | 14 + libc/nt/ntdll/NtQueryObject.s | 12 - libc/nt/ntdll/NtQueryOpenSubKeys.S | 2 + libc/nt/ntdll/NtQueryOpenSubKeys.s | 2 - libc/nt/ntdll/NtQueryOpenSubKeysEx.S | 2 + libc/nt/ntdll/NtQueryOpenSubKeysEx.s | 2 - libc/nt/ntdll/NtQueryPerformanceCounter.S | 14 + libc/nt/ntdll/NtQueryPerformanceCounter.s | 12 - libc/nt/ntdll/NtQueryPortInformationProcess.S | 2 + libc/nt/ntdll/NtQueryPortInformationProcess.s | 2 - libc/nt/ntdll/NtQueryQuotaInformationFile.S | 2 + libc/nt/ntdll/NtQueryQuotaInformationFile.s | 2 - libc/nt/ntdll/NtQuerySection.S | 14 + libc/nt/ntdll/NtQuerySection.s | 12 - .../nt/ntdll/NtQuerySecurityAttributesToken.S | 2 + .../nt/ntdll/NtQuerySecurityAttributesToken.s | 2 - libc/nt/ntdll/NtQuerySecurityObject.S | 14 + libc/nt/ntdll/NtQuerySecurityObject.s | 12 - libc/nt/ntdll/NtQuerySecurityPolicy.S | 2 + libc/nt/ntdll/NtQuerySecurityPolicy.s | 2 - libc/nt/ntdll/NtQuerySemaphore.S | 2 + libc/nt/ntdll/NtQuerySemaphore.s | 2 - libc/nt/ntdll/NtQuerySymbolicLinkObject.S | 14 + libc/nt/ntdll/NtQuerySymbolicLinkObject.s | 12 - libc/nt/ntdll/NtQuerySystemEnvironmentValue.S | 2 + libc/nt/ntdll/NtQuerySystemEnvironmentValue.s | 2 - .../ntdll/NtQuerySystemEnvironmentValueEx.S | 2 + .../ntdll/NtQuerySystemEnvironmentValueEx.s | 2 - libc/nt/ntdll/NtQuerySystemInformation.S | 14 + libc/nt/ntdll/NtQuerySystemInformation.s | 12 - libc/nt/ntdll/NtQuerySystemInformationEx.S | 2 + libc/nt/ntdll/NtQuerySystemInformationEx.s | 2 - libc/nt/ntdll/NtQuerySystemTime.S | 17 + libc/nt/ntdll/NtQuerySystemTime.s | 15 - libc/nt/ntdll/NtQueryTimer.S | 2 + libc/nt/ntdll/NtQueryTimer.s | 2 - libc/nt/ntdll/NtQueryTimerResolution.S | 2 + libc/nt/ntdll/NtQueryTimerResolution.s | 2 - libc/nt/ntdll/NtQueryValueKey.S | 14 + libc/nt/ntdll/NtQueryValueKey.s | 12 - libc/nt/ntdll/NtQueryVirtualMemory.S | 14 + libc/nt/ntdll/NtQueryVirtualMemory.s | 12 - libc/nt/ntdll/NtQueryVolumeInformationFile.S | 14 + libc/nt/ntdll/NtQueryVolumeInformationFile.s | 12 - libc/nt/ntdll/NtQueryWnfStateData.S | 2 + libc/nt/ntdll/NtQueryWnfStateData.s | 2 - .../nt/ntdll/NtQueryWnfStateNameInformation.S | 2 + .../nt/ntdll/NtQueryWnfStateNameInformation.s | 2 - libc/nt/ntdll/NtQueueApcThread.S | 14 + libc/nt/ntdll/NtQueueApcThread.s | 12 - libc/nt/ntdll/NtQueueApcThreadEx.S | 2 + libc/nt/ntdll/NtQueueApcThreadEx.s | 2 - libc/nt/ntdll/NtRaiseException.S | 14 + libc/nt/ntdll/NtRaiseException.s | 12 - libc/nt/ntdll/NtRaiseHardError.S | 14 + libc/nt/ntdll/NtRaiseHardError.s | 12 - libc/nt/ntdll/NtReadFile.S | 14 + libc/nt/ntdll/NtReadFile.s | 12 - libc/nt/ntdll/NtReadFileScatter.S | 2 + libc/nt/ntdll/NtReadFileScatter.s | 2 - libc/nt/ntdll/NtReadOnlyEnlistment.S | 2 + libc/nt/ntdll/NtReadOnlyEnlistment.s | 2 - libc/nt/ntdll/NtReadRequestData.S | 2 + libc/nt/ntdll/NtReadRequestData.s | 2 - libc/nt/ntdll/NtReadVirtualMemory.S | 14 + libc/nt/ntdll/NtReadVirtualMemory.s | 12 - libc/nt/ntdll/NtRecoverEnlistment.S | 2 + libc/nt/ntdll/NtRecoverEnlistment.s | 2 - libc/nt/ntdll/NtRecoverResourceManager.S | 2 + libc/nt/ntdll/NtRecoverResourceManager.s | 2 - libc/nt/ntdll/NtRecoverTransactionManager.S | 2 + libc/nt/ntdll/NtRecoverTransactionManager.s | 2 - .../NtRegisterProtocolAddressInformation.S | 2 + .../NtRegisterProtocolAddressInformation.s | 2 - libc/nt/ntdll/NtRegisterThreadTerminatePort.S | 2 + libc/nt/ntdll/NtRegisterThreadTerminatePort.s | 2 - libc/nt/ntdll/NtReleaseKeyedEvent.S | 14 + libc/nt/ntdll/NtReleaseKeyedEvent.s | 12 - libc/nt/ntdll/NtReleaseMutant.S | 2 + libc/nt/ntdll/NtReleaseMutant.s | 2 - libc/nt/ntdll/NtReleaseSemaphore.S | 2 + libc/nt/ntdll/NtReleaseSemaphore.s | 2 - libc/nt/ntdll/NtReleaseWorkerFactoryWorker.S | 2 + libc/nt/ntdll/NtReleaseWorkerFactoryWorker.s | 2 - libc/nt/ntdll/NtRemoveIoCompletion.S | 2 + libc/nt/ntdll/NtRemoveIoCompletion.s | 2 - libc/nt/ntdll/NtRemoveIoCompletionEx.S | 2 + libc/nt/ntdll/NtRemoveIoCompletionEx.s | 2 - libc/nt/ntdll/NtRemoveProcessDebug.S | 2 + libc/nt/ntdll/NtRemoveProcessDebug.s | 2 - libc/nt/ntdll/NtRenameKey.S | 2 + libc/nt/ntdll/NtRenameKey.s | 2 - libc/nt/ntdll/NtRenameTransactionManager.S | 2 + libc/nt/ntdll/NtRenameTransactionManager.s | 2 - libc/nt/ntdll/NtReplaceKey.S | 2 + libc/nt/ntdll/NtReplaceKey.s | 2 - libc/nt/ntdll/NtReplacePartitionUnit.S | 2 + libc/nt/ntdll/NtReplacePartitionUnit.s | 2 - libc/nt/ntdll/NtReplyPort.S | 2 + libc/nt/ntdll/NtReplyPort.s | 2 - libc/nt/ntdll/NtReplyWaitReceivePort.S | 2 + libc/nt/ntdll/NtReplyWaitReceivePort.s | 2 - libc/nt/ntdll/NtReplyWaitReceivePortEx.S | 2 + libc/nt/ntdll/NtReplyWaitReceivePortEx.s | 2 - libc/nt/ntdll/NtReplyWaitReplyPort.S | 2 + libc/nt/ntdll/NtReplyWaitReplyPort.s | 2 - libc/nt/ntdll/NtRequestPort.S | 2 + libc/nt/ntdll/NtRequestPort.s | 2 - libc/nt/ntdll/NtRequestWaitReplyPort.S | 2 + libc/nt/ntdll/NtRequestWaitReplyPort.s | 2 - libc/nt/ntdll/NtResetEvent.S | 2 + libc/nt/ntdll/NtResetEvent.s | 2 - libc/nt/ntdll/NtResetWriteWatch.S | 2 + libc/nt/ntdll/NtResetWriteWatch.s | 2 - libc/nt/ntdll/NtRestoreKey.S | 2 + libc/nt/ntdll/NtRestoreKey.s | 2 - libc/nt/ntdll/NtResumeProcess.S | 2 + libc/nt/ntdll/NtResumeProcess.s | 2 - libc/nt/ntdll/NtResumeThread.S | 14 + libc/nt/ntdll/NtResumeThread.s | 12 - .../nt/ntdll/NtRevertContainerImpersonation.S | 2 + .../nt/ntdll/NtRevertContainerImpersonation.s | 2 - libc/nt/ntdll/NtRollbackComplete.S | 2 + libc/nt/ntdll/NtRollbackComplete.s | 2 - libc/nt/ntdll/NtRollbackEnlistment.S | 2 + libc/nt/ntdll/NtRollbackEnlistment.s | 2 - libc/nt/ntdll/NtRollbackRegistryTransaction.S | 2 + libc/nt/ntdll/NtRollbackRegistryTransaction.s | 2 - libc/nt/ntdll/NtRollbackTransaction.S | 2 + libc/nt/ntdll/NtRollbackTransaction.s | 2 - .../ntdll/NtRollforwardTransactionManager.S | 2 + .../ntdll/NtRollforwardTransactionManager.s | 2 - libc/nt/ntdll/NtSaveKey.S | 2 + libc/nt/ntdll/NtSaveKey.s | 2 - libc/nt/ntdll/NtSaveKeyEx.S | 2 + libc/nt/ntdll/NtSaveKeyEx.s | 2 - libc/nt/ntdll/NtSaveMergedKeys.S | 2 + libc/nt/ntdll/NtSaveMergedKeys.s | 2 - libc/nt/ntdll/NtSecureConnectPort.S | 2 + libc/nt/ntdll/NtSecureConnectPort.s | 2 - libc/nt/ntdll/NtSerializeBoot.S | 2 + libc/nt/ntdll/NtSerializeBoot.s | 2 - libc/nt/ntdll/NtSetBootEntryOrder.S | 2 + libc/nt/ntdll/NtSetBootEntryOrder.s | 2 - libc/nt/ntdll/NtSetBootOptions.S | 2 + libc/nt/ntdll/NtSetBootOptions.s | 2 - libc/nt/ntdll/NtSetCachedSigningLevel.S | 2 + libc/nt/ntdll/NtSetCachedSigningLevel.s | 2 - libc/nt/ntdll/NtSetCachedSigningLevel2.S | 2 + libc/nt/ntdll/NtSetCachedSigningLevel2.s | 2 - libc/nt/ntdll/NtSetContextThread.S | 14 + libc/nt/ntdll/NtSetContextThread.s | 12 - libc/nt/ntdll/NtSetDebugFilterState.S | 2 + libc/nt/ntdll/NtSetDebugFilterState.s | 2 - libc/nt/ntdll/NtSetDefaultHardErrorPort.S | 2 + libc/nt/ntdll/NtSetDefaultHardErrorPort.s | 2 - libc/nt/ntdll/NtSetDefaultLocale.S | 2 + libc/nt/ntdll/NtSetDefaultLocale.s | 2 - libc/nt/ntdll/NtSetDefaultUILanguage.S | 2 + libc/nt/ntdll/NtSetDefaultUILanguage.s | 2 - libc/nt/ntdll/NtSetDriverEntryOrder.S | 2 + libc/nt/ntdll/NtSetDriverEntryOrder.s | 2 - libc/nt/ntdll/NtSetEaFile.S | 2 + libc/nt/ntdll/NtSetEaFile.s | 2 - libc/nt/ntdll/NtSetEvent.S | 14 + libc/nt/ntdll/NtSetEvent.s | 12 - libc/nt/ntdll/NtSetEventBoostPriority.S | 2 + libc/nt/ntdll/NtSetEventBoostPriority.s | 2 - libc/nt/ntdll/NtSetHighEventPair.S | 2 + libc/nt/ntdll/NtSetHighEventPair.s | 2 - libc/nt/ntdll/NtSetHighWaitLowEventPair.S | 2 + libc/nt/ntdll/NtSetHighWaitLowEventPair.s | 2 - libc/nt/ntdll/NtSetIRTimer.S | 2 + libc/nt/ntdll/NtSetIRTimer.s | 2 - libc/nt/ntdll/NtSetInformationDebugObject.S | 2 + libc/nt/ntdll/NtSetInformationDebugObject.s | 2 - libc/nt/ntdll/NtSetInformationEnlistment.S | 2 + libc/nt/ntdll/NtSetInformationEnlistment.s | 2 - libc/nt/ntdll/NtSetInformationFile.S | 14 + libc/nt/ntdll/NtSetInformationFile.s | 12 - libc/nt/ntdll/NtSetInformationJobObject.S | 2 + libc/nt/ntdll/NtSetInformationJobObject.s | 2 - libc/nt/ntdll/NtSetInformationKey.S | 2 + libc/nt/ntdll/NtSetInformationKey.s | 2 - libc/nt/ntdll/NtSetInformationObject.S | 2 + libc/nt/ntdll/NtSetInformationObject.s | 2 - libc/nt/ntdll/NtSetInformationProcess.S | 2 + libc/nt/ntdll/NtSetInformationProcess.s | 2 - .../ntdll/NtSetInformationResourceManager.S | 2 + .../ntdll/NtSetInformationResourceManager.s | 2 - libc/nt/ntdll/NtSetInformationSymbolicLink.S | 2 + libc/nt/ntdll/NtSetInformationSymbolicLink.s | 2 - libc/nt/ntdll/NtSetInformationThread.S | 14 + libc/nt/ntdll/NtSetInformationThread.s | 12 - libc/nt/ntdll/NtSetInformationToken.S | 2 + libc/nt/ntdll/NtSetInformationToken.s | 2 - libc/nt/ntdll/NtSetInformationTransaction.S | 2 + libc/nt/ntdll/NtSetInformationTransaction.s | 2 - .../NtSetInformationTransactionManager.S | 2 + .../NtSetInformationTransactionManager.s | 2 - libc/nt/ntdll/NtSetInformationVirtualMemory.S | 2 + libc/nt/ntdll/NtSetInformationVirtualMemory.s | 2 - libc/nt/ntdll/NtSetInformationWorkerFactory.S | 2 + libc/nt/ntdll/NtSetInformationWorkerFactory.s | 2 - libc/nt/ntdll/NtSetIntervalProfile.S | 14 + libc/nt/ntdll/NtSetIntervalProfile.s | 12 - libc/nt/ntdll/NtSetIoCompletion.S | 2 + libc/nt/ntdll/NtSetIoCompletion.s | 2 - libc/nt/ntdll/NtSetIoCompletionEx.S | 2 + libc/nt/ntdll/NtSetIoCompletionEx.s | 2 - libc/nt/ntdll/NtSetLdtEntries.S | 2 + libc/nt/ntdll/NtSetLdtEntries.s | 2 - libc/nt/ntdll/NtSetLowEventPair.S | 2 + libc/nt/ntdll/NtSetLowEventPair.s | 2 - libc/nt/ntdll/NtSetLowWaitHighEventPair.S | 2 + libc/nt/ntdll/NtSetLowWaitHighEventPair.s | 2 - libc/nt/ntdll/NtSetQuotaInformationFile.S | 2 + libc/nt/ntdll/NtSetQuotaInformationFile.s | 2 - libc/nt/ntdll/NtSetSecurityObject.S | 2 + libc/nt/ntdll/NtSetSecurityObject.s | 2 - libc/nt/ntdll/NtSetSystemEnvironmentValue.S | 2 + libc/nt/ntdll/NtSetSystemEnvironmentValue.s | 2 - libc/nt/ntdll/NtSetSystemEnvironmentValueEx.S | 2 + libc/nt/ntdll/NtSetSystemEnvironmentValueEx.s | 2 - libc/nt/ntdll/NtSetSystemInformation.S | 2 + libc/nt/ntdll/NtSetSystemInformation.s | 2 - libc/nt/ntdll/NtSetSystemPowerState.S | 2 + libc/nt/ntdll/NtSetSystemPowerState.s | 2 - libc/nt/ntdll/NtSetSystemTime.S | 2 + libc/nt/ntdll/NtSetSystemTime.s | 2 - libc/nt/ntdll/NtSetThreadExecutionState.S | 2 + libc/nt/ntdll/NtSetThreadExecutionState.s | 2 - libc/nt/ntdll/NtSetTimer.S | 14 + libc/nt/ntdll/NtSetTimer.s | 12 - libc/nt/ntdll/NtSetTimer2.S | 2 + libc/nt/ntdll/NtSetTimer2.s | 2 - libc/nt/ntdll/NtSetTimerEx.S | 2 + libc/nt/ntdll/NtSetTimerEx.s | 2 - libc/nt/ntdll/NtSetTimerResolution.S | 2 + libc/nt/ntdll/NtSetTimerResolution.s | 2 - libc/nt/ntdll/NtSetUuidSeed.S | 2 + libc/nt/ntdll/NtSetUuidSeed.s | 2 - libc/nt/ntdll/NtSetValueKey.S | 14 + libc/nt/ntdll/NtSetValueKey.s | 12 - libc/nt/ntdll/NtSetVolumeInformationFile.S | 2 + libc/nt/ntdll/NtSetVolumeInformationFile.s | 2 - .../ntdll/NtSetWnfProcessNotificationEvent.S | 2 + .../ntdll/NtSetWnfProcessNotificationEvent.s | 2 - libc/nt/ntdll/NtShutdownSystem.S | 2 + libc/nt/ntdll/NtShutdownSystem.s | 2 - libc/nt/ntdll/NtShutdownWorkerFactory.S | 2 + libc/nt/ntdll/NtShutdownWorkerFactory.s | 2 - .../nt/ntdll/NtSignalAndWaitForSingleObject.S | 14 + .../nt/ntdll/NtSignalAndWaitForSingleObject.s | 12 - libc/nt/ntdll/NtSinglePhaseReject.S | 2 + libc/nt/ntdll/NtSinglePhaseReject.s | 2 - libc/nt/ntdll/NtStartProfile.S | 17 + libc/nt/ntdll/NtStartProfile.s | 15 - libc/nt/ntdll/NtStopProfile.S | 17 + libc/nt/ntdll/NtStopProfile.s | 15 - libc/nt/ntdll/NtSubscribeWnfStateChange.S | 2 + libc/nt/ntdll/NtSubscribeWnfStateChange.s | 2 - libc/nt/ntdll/NtSuspendProcess.S | 2 + libc/nt/ntdll/NtSuspendProcess.s | 2 - libc/nt/ntdll/NtSuspendThread.S | 14 + libc/nt/ntdll/NtSuspendThread.s | 12 - libc/nt/ntdll/NtSystemDebugControl.S | 2 + libc/nt/ntdll/NtSystemDebugControl.s | 2 - libc/nt/ntdll/NtTerminateEnclave.S | 2 + libc/nt/ntdll/NtTerminateEnclave.s | 2 - libc/nt/ntdll/NtTerminateJobObject.S | 2 + libc/nt/ntdll/NtTerminateJobObject.s | 2 - libc/nt/ntdll/NtTerminateProcess.S | 14 + libc/nt/ntdll/NtTerminateProcess.s | 12 - libc/nt/ntdll/NtTerminateThread.S | 14 + libc/nt/ntdll/NtTerminateThread.s | 12 - libc/nt/ntdll/NtTestAlert.S | 16 + libc/nt/ntdll/NtTestAlert.s | 14 - libc/nt/ntdll/NtThawRegistry.S | 2 + libc/nt/ntdll/NtThawRegistry.s | 2 - libc/nt/ntdll/NtThawTransactions.S | 2 + libc/nt/ntdll/NtThawTransactions.s | 2 - libc/nt/ntdll/NtTraceControl.S | 2 + libc/nt/ntdll/NtTraceControl.s | 2 - libc/nt/ntdll/NtTraceEvent.S | 2 + libc/nt/ntdll/NtTraceEvent.s | 2 - libc/nt/ntdll/NtTranslateFilePath.S | 2 + libc/nt/ntdll/NtTranslateFilePath.s | 2 - libc/nt/ntdll/NtUmsThreadYield.S | 2 + libc/nt/ntdll/NtUmsThreadYield.s | 2 - libc/nt/ntdll/NtUnloadDriver.S | 2 + libc/nt/ntdll/NtUnloadDriver.s | 2 - libc/nt/ntdll/NtUnloadKey.S | 2 + libc/nt/ntdll/NtUnloadKey.s | 2 - libc/nt/ntdll/NtUnloadKey2.S | 2 + libc/nt/ntdll/NtUnloadKey2.s | 2 - libc/nt/ntdll/NtUnloadKeyEx.S | 2 + libc/nt/ntdll/NtUnloadKeyEx.s | 2 - libc/nt/ntdll/NtUnlockFile.S | 2 + libc/nt/ntdll/NtUnlockFile.s | 2 - libc/nt/ntdll/NtUnlockVirtualMemory.S | 2 + libc/nt/ntdll/NtUnlockVirtualMemory.s | 2 - libc/nt/ntdll/NtUnmapViewOfSection.S | 14 + libc/nt/ntdll/NtUnmapViewOfSection.s | 12 - libc/nt/ntdll/NtUnmapViewOfSectionEx.S | 2 + libc/nt/ntdll/NtUnmapViewOfSectionEx.s | 2 - libc/nt/ntdll/NtUnsubscribeWnfStateChange.S | 2 + libc/nt/ntdll/NtUnsubscribeWnfStateChange.s | 2 - libc/nt/ntdll/NtUpdateWnfStateData.S | 2 + libc/nt/ntdll/NtUpdateWnfStateData.s | 2 - libc/nt/ntdll/NtVdmControl.S | 2 + libc/nt/ntdll/NtVdmControl.s | 2 - libc/nt/ntdll/NtWaitForAlertByThreadId.S | 2 + libc/nt/ntdll/NtWaitForAlertByThreadId.s | 2 - libc/nt/ntdll/NtWaitForDebugEvent.S | 2 + libc/nt/ntdll/NtWaitForDebugEvent.s | 2 - libc/nt/ntdll/NtWaitForKeyedEvent.S | 14 + libc/nt/ntdll/NtWaitForKeyedEvent.s | 12 - libc/nt/ntdll/NtWaitForMultipleObjects.S | 2 + libc/nt/ntdll/NtWaitForMultipleObjects.s | 2 - libc/nt/ntdll/NtWaitForMultipleObjects32.S | 2 + libc/nt/ntdll/NtWaitForMultipleObjects32.s | 2 - libc/nt/ntdll/NtWaitForSingleObject.S | 14 + libc/nt/ntdll/NtWaitForSingleObject.s | 12 - libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.S | 2 + libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.s | 2 - libc/nt/ntdll/NtWaitHighEventPair.S | 2 + libc/nt/ntdll/NtWaitHighEventPair.s | 2 - libc/nt/ntdll/NtWaitLowEventPair.S | 2 + libc/nt/ntdll/NtWaitLowEventPair.s | 2 - libc/nt/ntdll/NtWorkerFactoryWorkerReady.S | 2 + libc/nt/ntdll/NtWorkerFactoryWorkerReady.s | 2 - libc/nt/ntdll/NtWriteFile.S | 14 + libc/nt/ntdll/NtWriteFile.s | 12 - libc/nt/ntdll/NtWriteFileGather.S | 2 + libc/nt/ntdll/NtWriteFileGather.s | 2 - libc/nt/ntdll/NtWriteRequestData.S | 2 + libc/nt/ntdll/NtWriteRequestData.s | 2 - libc/nt/ntdll/NtWriteVirtualMemory.S | 14 + libc/nt/ntdll/NtWriteVirtualMemory.s | 12 - libc/nt/ntdll/NtYieldExecution.S | 16 + libc/nt/ntdll/NtYieldExecution.s | 14 - libc/nt/ntdll/NtdllDefWindowProc_W.S | 2 + libc/nt/ntdll/NtdllDefWindowProc_W.s | 2 - libc/nt/ntdll/NtdllDialogWndProc_W.S | 2 + libc/nt/ntdll/NtdllDialogWndProc_W.s | 2 - libc/nt/ntdll/PfxFindPrefix.S | 2 + libc/nt/ntdll/PfxFindPrefix.s | 2 - libc/nt/ntdll/PfxInitialize.S | 2 + libc/nt/ntdll/PfxInitialize.s | 2 - libc/nt/ntdll/PfxInsertPrefix.S | 2 + libc/nt/ntdll/PfxInsertPrefix.s | 2 - libc/nt/ntdll/PfxRemovePrefix.S | 2 + libc/nt/ntdll/PfxRemovePrefix.s | 2 - libc/nt/ntdll/PssNtCaptureSnapshot.S | 2 + libc/nt/ntdll/PssNtCaptureSnapshot.s | 2 - libc/nt/ntdll/PssNtDuplicateSnapshot.S | 2 + libc/nt/ntdll/PssNtDuplicateSnapshot.s | 2 - libc/nt/ntdll/PssNtFreeRemoteSnapshot.S | 2 + libc/nt/ntdll/PssNtFreeRemoteSnapshot.s | 2 - libc/nt/ntdll/PssNtFreeSnapshot.S | 2 + libc/nt/ntdll/PssNtFreeSnapshot.s | 2 - libc/nt/ntdll/PssNtFreeWalkMarker.S | 2 + libc/nt/ntdll/PssNtFreeWalkMarker.s | 2 - libc/nt/ntdll/PssNtQuerySnapshot.S | 2 + libc/nt/ntdll/PssNtQuerySnapshot.s | 2 - libc/nt/ntdll/PssNtValidateDescriptor.S | 2 + libc/nt/ntdll/PssNtValidateDescriptor.s | 2 - libc/nt/ntdll/PssNtWalkSnapshot.S | 2 + libc/nt/ntdll/PssNtWalkSnapshot.s | 2 - libc/nt/ntdll/RtlAbortRXact.S | 2 + libc/nt/ntdll/RtlAbortRXact.s | 2 - libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.S | 2 + libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.s | 2 - libc/nt/ntdll/RtlAcquirePebLock.S | 2 + libc/nt/ntdll/RtlAcquirePebLock.s | 2 - libc/nt/ntdll/RtlAcquirePrivilege.S | 2 + libc/nt/ntdll/RtlAcquirePrivilege.s | 2 - .../ntdll/RtlAcquireReleaseSRWLockExclusive.S | 2 + .../ntdll/RtlAcquireReleaseSRWLockExclusive.s | 2 - libc/nt/ntdll/RtlAcquireResourceExclusive.S | 2 + libc/nt/ntdll/RtlAcquireResourceExclusive.s | 2 - libc/nt/ntdll/RtlAcquireResourceShared.S | 2 + libc/nt/ntdll/RtlAcquireResourceShared.s | 2 - libc/nt/ntdll/RtlAcquireSRWLockExclusive.S | 2 + libc/nt/ntdll/RtlAcquireSRWLockExclusive.s | 2 - libc/nt/ntdll/RtlAcquireSRWLockShared.S | 2 + libc/nt/ntdll/RtlAcquireSRWLockShared.s | 2 - libc/nt/ntdll/RtlActivateActivationContext.S | 2 + libc/nt/ntdll/RtlActivateActivationContext.s | 2 - .../nt/ntdll/RtlActivateActivationContextEx.S | 2 + .../nt/ntdll/RtlActivateActivationContextEx.s | 2 - .../RtlActivateActivationContextUnsafeFast.S | 2 + .../RtlActivateActivationContextUnsafeFast.s | 2 - libc/nt/ntdll/RtlAddAccessAllowedAce.S | 2 + libc/nt/ntdll/RtlAddAccessAllowedAce.s | 2 - libc/nt/ntdll/RtlAddAccessAllowedAceEx.S | 2 + libc/nt/ntdll/RtlAddAccessAllowedAceEx.s | 2 - libc/nt/ntdll/RtlAddAccessAllowedObjectAce.S | 2 + libc/nt/ntdll/RtlAddAccessAllowedObjectAce.s | 2 - libc/nt/ntdll/RtlAddAccessDeniedAce.S | 2 + libc/nt/ntdll/RtlAddAccessDeniedAce.s | 2 - libc/nt/ntdll/RtlAddAccessDeniedAceEx.S | 2 + libc/nt/ntdll/RtlAddAccessDeniedAceEx.s | 2 - libc/nt/ntdll/RtlAddAccessDeniedObjectAce.S | 2 + libc/nt/ntdll/RtlAddAccessDeniedObjectAce.s | 2 - libc/nt/ntdll/RtlAddAccessFilterAce.S | 2 + libc/nt/ntdll/RtlAddAccessFilterAce.s | 2 - libc/nt/ntdll/RtlAddAce.S | 2 + libc/nt/ntdll/RtlAddAce.s | 2 - libc/nt/ntdll/RtlAddActionToRXact.S | 2 + libc/nt/ntdll/RtlAddActionToRXact.s | 2 - libc/nt/ntdll/RtlAddAtomToAtomTable.S | 2 + libc/nt/ntdll/RtlAddAtomToAtomTable.s | 2 - libc/nt/ntdll/RtlAddAttributeActionToRXact.S | 2 + libc/nt/ntdll/RtlAddAttributeActionToRXact.s | 2 - libc/nt/ntdll/RtlAddAuditAccessAce.S | 2 + libc/nt/ntdll/RtlAddAuditAccessAce.s | 2 - libc/nt/ntdll/RtlAddAuditAccessAceEx.S | 2 + libc/nt/ntdll/RtlAddAuditAccessAceEx.s | 2 - libc/nt/ntdll/RtlAddAuditAccessObjectAce.S | 2 + libc/nt/ntdll/RtlAddAuditAccessObjectAce.s | 2 - libc/nt/ntdll/RtlAddCompoundAce.S | 2 + libc/nt/ntdll/RtlAddCompoundAce.s | 2 - libc/nt/ntdll/RtlAddFunctionTable.S | 2 + libc/nt/ntdll/RtlAddFunctionTable.s | 2 - libc/nt/ntdll/RtlAddGrowableFunctionTable.S | 2 + libc/nt/ntdll/RtlAddGrowableFunctionTable.s | 2 - ...RtlAddIntegrityLabelToBoundaryDescriptor.S | 2 + ...RtlAddIntegrityLabelToBoundaryDescriptor.s | 2 - libc/nt/ntdll/RtlAddMandatoryAce.S | 2 + libc/nt/ntdll/RtlAddMandatoryAce.s | 2 - libc/nt/ntdll/RtlAddProcessTrustLabelAce.S | 2 + libc/nt/ntdll/RtlAddProcessTrustLabelAce.s | 2 - libc/nt/ntdll/RtlAddRefActivationContext.S | 2 + libc/nt/ntdll/RtlAddRefActivationContext.s | 2 - libc/nt/ntdll/RtlAddRefMemoryStream.S | 2 + libc/nt/ntdll/RtlAddRefMemoryStream.s | 2 - libc/nt/ntdll/RtlAddResourceAttributeAce.S | 2 + libc/nt/ntdll/RtlAddResourceAttributeAce.s | 2 - libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.S | 2 + libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.s | 2 - libc/nt/ntdll/RtlAddScopedPolicyIDAce.S | 2 + libc/nt/ntdll/RtlAddScopedPolicyIDAce.s | 2 - libc/nt/ntdll/RtlAddVectoredContinueHandler.S | 2 + libc/nt/ntdll/RtlAddVectoredContinueHandler.s | 2 - .../nt/ntdll/RtlAddVectoredExceptionHandler.S | 2 + .../nt/ntdll/RtlAddVectoredExceptionHandler.s | 2 - libc/nt/ntdll/RtlAddressInSectionTable.S | 2 + libc/nt/ntdll/RtlAddressInSectionTable.s | 2 - libc/nt/ntdll/RtlAdjustPrivilege.S | 2 + libc/nt/ntdll/RtlAdjustPrivilege.s | 2 - .../ntdll/RtlAllocateActivationContextStack.S | 2 + .../ntdll/RtlAllocateActivationContextStack.s | 2 - libc/nt/ntdll/RtlAllocateAndInitializeSid.S | 2 + libc/nt/ntdll/RtlAllocateAndInitializeSid.s | 2 - libc/nt/ntdll/RtlAllocateAndInitializeSidEx.S | 2 + libc/nt/ntdll/RtlAllocateAndInitializeSidEx.s | 2 - libc/nt/ntdll/RtlAllocateHandle.S | 2 + libc/nt/ntdll/RtlAllocateHandle.s | 2 - libc/nt/ntdll/RtlAllocateHeap.S | 14 + libc/nt/ntdll/RtlAllocateHeap.s | 12 - .../ntdll/RtlAllocateMemoryBlockLookaside.S | 2 + .../ntdll/RtlAllocateMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlAllocateMemoryZone.S | 2 + libc/nt/ntdll/RtlAllocateMemoryZone.s | 2 - .../ntdll/RtlAllocateWnfSerializationGroup.S | 2 + .../ntdll/RtlAllocateWnfSerializationGroup.s | 2 - libc/nt/ntdll/RtlAnsiCharToUnicodeChar.S | 2 + libc/nt/ntdll/RtlAnsiCharToUnicodeChar.s | 2 - libc/nt/ntdll/RtlAnsiStringToUnicodeSize.S | 2 + libc/nt/ntdll/RtlAnsiStringToUnicodeSize.s | 2 - libc/nt/ntdll/RtlAnsiStringToUnicodeString.S | 2 + libc/nt/ntdll/RtlAnsiStringToUnicodeString.s | 2 - libc/nt/ntdll/RtlAppendAsciizToString.S | 2 + libc/nt/ntdll/RtlAppendAsciizToString.s | 2 - libc/nt/ntdll/RtlAppendPathElement.S | 2 + libc/nt/ntdll/RtlAppendPathElement.s | 2 - libc/nt/ntdll/RtlAppendStringToString.S | 2 + libc/nt/ntdll/RtlAppendStringToString.s | 2 - .../nt/ntdll/RtlAppendUnicodeStringToString.S | 2 + .../nt/ntdll/RtlAppendUnicodeStringToString.s | 2 - libc/nt/ntdll/RtlAppendUnicodeToString.S | 2 + libc/nt/ntdll/RtlAppendUnicodeToString.s | 2 - libc/nt/ntdll/RtlApplicationVerifierStop.S | 2 + libc/nt/ntdll/RtlApplicationVerifierStop.s | 2 - libc/nt/ntdll/RtlApplyRXact.S | 2 + libc/nt/ntdll/RtlApplyRXact.s | 2 - libc/nt/ntdll/RtlApplyRXactNoFlush.S | 2 + libc/nt/ntdll/RtlApplyRXactNoFlush.s | 2 - .../RtlAppxIsFileOwnedByTrustedInstaller.S | 2 + .../RtlAppxIsFileOwnedByTrustedInstaller.s | 2 - libc/nt/ntdll/RtlAreAllAccessesGranted.S | 2 + libc/nt/ntdll/RtlAreAllAccessesGranted.s | 2 - libc/nt/ntdll/RtlAreAnyAccessesGranted.S | 2 + libc/nt/ntdll/RtlAreAnyAccessesGranted.s | 2 - libc/nt/ntdll/RtlAreBitsClear.S | 2 + libc/nt/ntdll/RtlAreBitsClear.s | 2 - libc/nt/ntdll/RtlAreBitsSet.S | 2 + libc/nt/ntdll/RtlAreBitsSet.s | 2 - libc/nt/ntdll/RtlAreLongPathsEnabled.S | 2 + libc/nt/ntdll/RtlAreLongPathsEnabled.s | 2 - libc/nt/ntdll/RtlAssert.S | 2 + libc/nt/ntdll/RtlAssert.s | 2 - libc/nt/ntdll/RtlAvlInsertNodeEx.S | 2 + libc/nt/ntdll/RtlAvlInsertNodeEx.s | 2 - libc/nt/ntdll/RtlAvlRemoveNode.S | 2 + libc/nt/ntdll/RtlAvlRemoveNode.s | 2 - libc/nt/ntdll/RtlBarrier.S | 2 + libc/nt/ntdll/RtlBarrier.s | 2 - libc/nt/ntdll/RtlBarrierForDelete.S | 2 + libc/nt/ntdll/RtlBarrierForDelete.s | 2 - libc/nt/ntdll/RtlCallEnclaveReturn.S | 2 + libc/nt/ntdll/RtlCallEnclaveReturn.s | 2 - libc/nt/ntdll/RtlCancelTimer.S | 2 + libc/nt/ntdll/RtlCancelTimer.s | 2 - libc/nt/ntdll/RtlCanonicalizeDomainName.S | 2 + libc/nt/ntdll/RtlCanonicalizeDomainName.s | 2 - libc/nt/ntdll/RtlCapabilityCheck.S | 2 + libc/nt/ntdll/RtlCapabilityCheck.s | 2 - .../RtlCapabilityCheckForSingleSessionSku.S | 2 + .../RtlCapabilityCheckForSingleSessionSku.s | 2 - libc/nt/ntdll/RtlCaptureContext.S | 2 + libc/nt/ntdll/RtlCaptureContext.s | 2 - libc/nt/ntdll/RtlCaptureStackBackTrace.S | 2 + libc/nt/ntdll/RtlCaptureStackBackTrace.s | 2 - libc/nt/ntdll/RtlCharToInteger.S | 2 + libc/nt/ntdll/RtlCharToInteger.s | 2 - libc/nt/ntdll/RtlCheckBootStatusIntegrity.S | 2 + libc/nt/ntdll/RtlCheckBootStatusIntegrity.s | 2 - .../RtlCheckForOrphanedCriticalSections.S | 2 + .../RtlCheckForOrphanedCriticalSections.s | 2 - .../ntdll/RtlCheckPortableOperatingSystem.S | 2 + .../ntdll/RtlCheckPortableOperatingSystem.s | 2 - libc/nt/ntdll/RtlCheckRegistryKey.S | 2 + libc/nt/ntdll/RtlCheckRegistryKey.s | 2 - libc/nt/ntdll/RtlCheckSandboxedToken.S | 2 + libc/nt/ntdll/RtlCheckSandboxedToken.s | 2 - .../ntdll/RtlCheckSystemBootStatusIntegrity.S | 2 + .../ntdll/RtlCheckSystemBootStatusIntegrity.s | 2 - libc/nt/ntdll/RtlCheckTokenCapability.S | 2 + libc/nt/ntdll/RtlCheckTokenCapability.s | 2 - libc/nt/ntdll/RtlCheckTokenMembership.S | 2 + libc/nt/ntdll/RtlCheckTokenMembership.s | 2 - libc/nt/ntdll/RtlCheckTokenMembershipEx.S | 2 + libc/nt/ntdll/RtlCheckTokenMembershipEx.s | 2 - libc/nt/ntdll/RtlCleanUpTEBLangLists.S | 2 + libc/nt/ntdll/RtlCleanUpTEBLangLists.s | 2 - libc/nt/ntdll/RtlClearAllBits.S | 2 + libc/nt/ntdll/RtlClearAllBits.s | 2 - libc/nt/ntdll/RtlClearBit.S | 2 + libc/nt/ntdll/RtlClearBit.s | 2 - libc/nt/ntdll/RtlClearBits.S | 2 + libc/nt/ntdll/RtlClearBits.s | 2 - .../ntdll/RtlClearThreadWorkOnBehalfTicket.S | 2 + .../ntdll/RtlClearThreadWorkOnBehalfTicket.s | 2 - libc/nt/ntdll/RtlCloneMemoryStream.S | 2 + libc/nt/ntdll/RtlCloneMemoryStream.s | 2 - libc/nt/ntdll/RtlCloneUserProcess.S | 14 + libc/nt/ntdll/RtlCloneUserProcess.s | 12 - libc/nt/ntdll/RtlCmDecodeMemIoResource.S | 2 + libc/nt/ntdll/RtlCmDecodeMemIoResource.s | 2 - libc/nt/ntdll/RtlCmEncodeMemIoResource.S | 2 + libc/nt/ntdll/RtlCmEncodeMemIoResource.s | 2 - libc/nt/ntdll/RtlCommitDebugInfo.S | 2 + libc/nt/ntdll/RtlCommitDebugInfo.s | 2 - libc/nt/ntdll/RtlCommitMemoryStream.S | 2 + libc/nt/ntdll/RtlCommitMemoryStream.s | 2 - libc/nt/ntdll/RtlCompactHeap.S | 2 + libc/nt/ntdll/RtlCompactHeap.s | 2 - libc/nt/ntdll/RtlCompareAltitudes.S | 2 + libc/nt/ntdll/RtlCompareAltitudes.s | 2 - libc/nt/ntdll/RtlCompareMemory.S | 2 + libc/nt/ntdll/RtlCompareMemory.s | 2 - libc/nt/ntdll/RtlCompareMemoryUlong.S | 2 + libc/nt/ntdll/RtlCompareMemoryUlong.s | 2 - libc/nt/ntdll/RtlCompareString.S | 2 + libc/nt/ntdll/RtlCompareString.s | 2 - libc/nt/ntdll/RtlCompareUnicodeString.S | 2 + libc/nt/ntdll/RtlCompareUnicodeString.s | 2 - libc/nt/ntdll/RtlCompareUnicodeStrings.S | 2 + libc/nt/ntdll/RtlCompareUnicodeStrings.s | 2 - libc/nt/ntdll/RtlCompleteProcessCloning.S | 2 + libc/nt/ntdll/RtlCompleteProcessCloning.s | 2 - libc/nt/ntdll/RtlCompressBuffer.S | 2 + libc/nt/ntdll/RtlCompressBuffer.s | 2 - libc/nt/ntdll/RtlComputeCrc32.S | 2 + libc/nt/ntdll/RtlComputeCrc32.s | 2 - libc/nt/ntdll/RtlComputeImportTableHash.S | 2 + libc/nt/ntdll/RtlComputeImportTableHash.s | 2 - libc/nt/ntdll/RtlComputePrivatizedDllName_U.S | 2 + libc/nt/ntdll/RtlComputePrivatizedDllName_U.s | 2 - libc/nt/ntdll/RtlConnectToSm.S | 2 + libc/nt/ntdll/RtlConnectToSm.s | 2 - libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.S | 2 + libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.s | 2 - libc/nt/ntdll/RtlContractHashTable.S | 2 + libc/nt/ntdll/RtlContractHashTable.s | 2 - .../RtlConvertDeviceFamilyInfoToString.S | 2 + .../RtlConvertDeviceFamilyInfoToString.s | 2 - libc/nt/ntdll/RtlConvertExclusiveToShared.S | 2 + libc/nt/ntdll/RtlConvertExclusiveToShared.s | 2 - libc/nt/ntdll/RtlConvertLCIDToString.S | 2 + libc/nt/ntdll/RtlConvertLCIDToString.s | 2 - .../RtlConvertSRWLockExclusiveToShared.S | 2 + .../RtlConvertSRWLockExclusiveToShared.s | 2 - libc/nt/ntdll/RtlConvertSharedToExclusive.S | 2 + libc/nt/ntdll/RtlConvertSharedToExclusive.s | 2 - libc/nt/ntdll/RtlConvertSidToUnicodeString.S | 14 + libc/nt/ntdll/RtlConvertSidToUnicodeString.s | 12 - .../RtlConvertToAutoInheritSecurityObject.S | 2 + .../RtlConvertToAutoInheritSecurityObject.s | 2 - libc/nt/ntdll/RtlCopyBitMap.S | 2 + libc/nt/ntdll/RtlCopyBitMap.s | 2 - libc/nt/ntdll/RtlCopyContext.S | 2 + libc/nt/ntdll/RtlCopyContext.s | 2 - libc/nt/ntdll/RtlCopyExtendedContext.S | 2 + libc/nt/ntdll/RtlCopyExtendedContext.s | 2 - libc/nt/ntdll/RtlCopyLuid.S | 2 + libc/nt/ntdll/RtlCopyLuid.s | 2 - libc/nt/ntdll/RtlCopyLuidAndAttributesArray.S | 2 + libc/nt/ntdll/RtlCopyLuidAndAttributesArray.s | 2 - libc/nt/ntdll/RtlCopyMappedMemory.S | 2 + libc/nt/ntdll/RtlCopyMappedMemory.s | 2 - libc/nt/ntdll/RtlCopyMemory.S | 2 + libc/nt/ntdll/RtlCopyMemory.s | 2 - libc/nt/ntdll/RtlCopyMemoryNonTemporal.S | 2 + libc/nt/ntdll/RtlCopyMemoryNonTemporal.s | 2 - libc/nt/ntdll/RtlCopyMemoryStreamTo.S | 2 + libc/nt/ntdll/RtlCopyMemoryStreamTo.s | 2 - .../ntdll/RtlCopyOutOfProcessMemoryStreamTo.S | 2 + .../ntdll/RtlCopyOutOfProcessMemoryStreamTo.s | 2 - libc/nt/ntdll/RtlCopySecurityDescriptor.S | 2 + libc/nt/ntdll/RtlCopySecurityDescriptor.s | 2 - libc/nt/ntdll/RtlCopySid.S | 2 + libc/nt/ntdll/RtlCopySid.s | 2 - libc/nt/ntdll/RtlCopySidAndAttributesArray.S | 2 + libc/nt/ntdll/RtlCopySidAndAttributesArray.s | 2 - libc/nt/ntdll/RtlCopyString.S | 2 + libc/nt/ntdll/RtlCopyString.s | 2 - libc/nt/ntdll/RtlCopyUnicodeString.S | 2 + libc/nt/ntdll/RtlCopyUnicodeString.s | 2 - libc/nt/ntdll/RtlCrc32.S | 2 + libc/nt/ntdll/RtlCrc32.s | 2 - libc/nt/ntdll/RtlCrc64.S | 2 + libc/nt/ntdll/RtlCrc64.s | 2 - libc/nt/ntdll/RtlCreateAcl.S | 2 + libc/nt/ntdll/RtlCreateAcl.s | 2 - libc/nt/ntdll/RtlCreateActivationContext.S | 2 + libc/nt/ntdll/RtlCreateActivationContext.s | 2 - libc/nt/ntdll/RtlCreateAndSetSD.S | 2 + libc/nt/ntdll/RtlCreateAndSetSD.s | 2 - libc/nt/ntdll/RtlCreateAtomTable.S | 2 + libc/nt/ntdll/RtlCreateAtomTable.s | 2 - libc/nt/ntdll/RtlCreateBootStatusDataFile.S | 2 + libc/nt/ntdll/RtlCreateBootStatusDataFile.s | 2 - libc/nt/ntdll/RtlCreateBoundaryDescriptor.S | 2 + libc/nt/ntdll/RtlCreateBoundaryDescriptor.s | 2 - libc/nt/ntdll/RtlCreateEnvironment.S | 2 + libc/nt/ntdll/RtlCreateEnvironment.s | 2 - libc/nt/ntdll/RtlCreateEnvironmentEx.S | 2 + libc/nt/ntdll/RtlCreateEnvironmentEx.s | 2 - libc/nt/ntdll/RtlCreateHashTable.S | 2 + libc/nt/ntdll/RtlCreateHashTable.s | 2 - libc/nt/ntdll/RtlCreateHashTableEx.S | 2 + libc/nt/ntdll/RtlCreateHashTableEx.s | 2 - libc/nt/ntdll/RtlCreateHeap.S | 14 + libc/nt/ntdll/RtlCreateHeap.s | 12 - libc/nt/ntdll/RtlCreateMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlCreateMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlCreateMemoryZone.S | 2 + libc/nt/ntdll/RtlCreateMemoryZone.s | 2 - libc/nt/ntdll/RtlCreateProcessParameters.S | 14 + libc/nt/ntdll/RtlCreateProcessParameters.s | 12 - libc/nt/ntdll/RtlCreateProcessParametersEx.S | 2 + libc/nt/ntdll/RtlCreateProcessParametersEx.s | 2 - libc/nt/ntdll/RtlCreateProcessReflection.S | 2 + libc/nt/ntdll/RtlCreateProcessReflection.s | 2 - libc/nt/ntdll/RtlCreateQueryDebugBuffer.S | 2 + libc/nt/ntdll/RtlCreateQueryDebugBuffer.s | 2 - libc/nt/ntdll/RtlCreateRegistryKey.S | 2 + libc/nt/ntdll/RtlCreateRegistryKey.s | 2 - libc/nt/ntdll/RtlCreateSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlCreateSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlCreateServiceSid.S | 2 + libc/nt/ntdll/RtlCreateServiceSid.s | 2 - .../RtlCreateSystemVolumeInformationFolder.S | 2 + .../RtlCreateSystemVolumeInformationFolder.s | 2 - libc/nt/ntdll/RtlCreateTagHeap.S | 2 + libc/nt/ntdll/RtlCreateTagHeap.s | 2 - libc/nt/ntdll/RtlCreateTimer.S | 2 + libc/nt/ntdll/RtlCreateTimer.s | 2 - libc/nt/ntdll/RtlCreateTimerQueue.S | 2 + libc/nt/ntdll/RtlCreateTimerQueue.s | 2 - libc/nt/ntdll/RtlCreateUmsCompletionList.S | 2 + libc/nt/ntdll/RtlCreateUmsCompletionList.s | 2 - libc/nt/ntdll/RtlCreateUmsThreadContext.S | 2 + libc/nt/ntdll/RtlCreateUmsThreadContext.s | 2 - libc/nt/ntdll/RtlCreateUnicodeString.S | 2 + libc/nt/ntdll/RtlCreateUnicodeString.s | 2 - .../ntdll/RtlCreateUnicodeStringFromAsciiz.S | 2 + .../ntdll/RtlCreateUnicodeStringFromAsciiz.s | 2 - libc/nt/ntdll/RtlCreateUserProcess.S | 2 + libc/nt/ntdll/RtlCreateUserProcess.s | 2 - libc/nt/ntdll/RtlCreateUserProcessEx.S | 2 + libc/nt/ntdll/RtlCreateUserProcessEx.s | 2 - libc/nt/ntdll/RtlCreateUserSecurityObject.S | 2 + libc/nt/ntdll/RtlCreateUserSecurityObject.s | 2 - libc/nt/ntdll/RtlCreateUserStack.S | 2 + libc/nt/ntdll/RtlCreateUserStack.s | 2 - libc/nt/ntdll/RtlCreateUserThread.S | 2 + libc/nt/ntdll/RtlCreateUserThread.s | 2 - libc/nt/ntdll/RtlCreateVirtualAccountSid.S | 2 + libc/nt/ntdll/RtlCreateVirtualAccountSid.s | 2 - libc/nt/ntdll/RtlCultureNameToLCID.S | 2 + libc/nt/ntdll/RtlCultureNameToLCID.s | 2 - libc/nt/ntdll/RtlCustomCPToUnicodeN.S | 2 + libc/nt/ntdll/RtlCustomCPToUnicodeN.s | 2 - libc/nt/ntdll/RtlCutoverTimeToSystemTime.S | 2 + libc/nt/ntdll/RtlCutoverTimeToSystemTime.s | 2 - libc/nt/ntdll/RtlDeCommitDebugInfo.S | 2 + libc/nt/ntdll/RtlDeCommitDebugInfo.s | 2 - libc/nt/ntdll/RtlDeNormalizeProcessParams.S | 2 + libc/nt/ntdll/RtlDeNormalizeProcessParams.s | 2 - .../nt/ntdll/RtlDeactivateActivationContext.S | 2 + .../nt/ntdll/RtlDeactivateActivationContext.s | 2 - ...RtlDeactivateActivationContextUnsafeFast.S | 2 + ...RtlDeactivateActivationContextUnsafeFast.s | 2 - libc/nt/ntdll/RtlDebugPrintTimes.S | 2 + libc/nt/ntdll/RtlDebugPrintTimes.s | 2 - libc/nt/ntdll/RtlDecodePointer.S | 2 + libc/nt/ntdll/RtlDecodePointer.s | 2 - libc/nt/ntdll/RtlDecodeRemotePointer.S | 2 + libc/nt/ntdll/RtlDecodeRemotePointer.s | 2 - libc/nt/ntdll/RtlDecodeSystemPointer.S | 2 + libc/nt/ntdll/RtlDecodeSystemPointer.s | 2 - libc/nt/ntdll/RtlDecompressBuffer.S | 2 + libc/nt/ntdll/RtlDecompressBuffer.s | 2 - libc/nt/ntdll/RtlDecompressBufferEx.S | 2 + libc/nt/ntdll/RtlDecompressBufferEx.s | 2 - libc/nt/ntdll/RtlDecompressFragment.S | 2 + libc/nt/ntdll/RtlDecompressFragment.s | 2 - libc/nt/ntdll/RtlDefaultNpAcl.S | 2 + libc/nt/ntdll/RtlDefaultNpAcl.s | 2 - libc/nt/ntdll/RtlDelete.S | 2 + libc/nt/ntdll/RtlDelete.s | 2 - libc/nt/ntdll/RtlDeleteAce.S | 2 + libc/nt/ntdll/RtlDeleteAce.s | 2 - libc/nt/ntdll/RtlDeleteAtomFromAtomTable.S | 2 + libc/nt/ntdll/RtlDeleteAtomFromAtomTable.s | 2 - libc/nt/ntdll/RtlDeleteBarrier.S | 2 + libc/nt/ntdll/RtlDeleteBarrier.s | 2 - libc/nt/ntdll/RtlDeleteBoundaryDescriptor.S | 2 + libc/nt/ntdll/RtlDeleteBoundaryDescriptor.s | 2 - libc/nt/ntdll/RtlDeleteCriticalSection.S | 17 + libc/nt/ntdll/RtlDeleteCriticalSection.s | 15 - libc/nt/ntdll/RtlDeleteElementGenericTable.S | 2 + libc/nt/ntdll/RtlDeleteElementGenericTable.s | 2 - .../ntdll/RtlDeleteElementGenericTableAvl.S | 2 + .../ntdll/RtlDeleteElementGenericTableAvl.s | 2 - .../ntdll/RtlDeleteElementGenericTableAvlEx.S | 2 + .../ntdll/RtlDeleteElementGenericTableAvlEx.s | 2 - libc/nt/ntdll/RtlDeleteFunctionTable.S | 2 + libc/nt/ntdll/RtlDeleteFunctionTable.s | 2 - .../nt/ntdll/RtlDeleteGrowableFunctionTable.S | 2 + .../nt/ntdll/RtlDeleteGrowableFunctionTable.s | 2 - libc/nt/ntdll/RtlDeleteHashTable.S | 2 + libc/nt/ntdll/RtlDeleteHashTable.s | 2 - libc/nt/ntdll/RtlDeleteNoSplay.S | 2 + libc/nt/ntdll/RtlDeleteNoSplay.s | 2 - libc/nt/ntdll/RtlDeleteRegistryValue.S | 2 + libc/nt/ntdll/RtlDeleteRegistryValue.s | 2 - libc/nt/ntdll/RtlDeleteResource.S | 2 + libc/nt/ntdll/RtlDeleteResource.s | 2 - libc/nt/ntdll/RtlDeleteSecurityObject.S | 2 + libc/nt/ntdll/RtlDeleteSecurityObject.s | 2 - libc/nt/ntdll/RtlDeleteTimer.S | 2 + libc/nt/ntdll/RtlDeleteTimer.s | 2 - libc/nt/ntdll/RtlDeleteTimerQueue.S | 2 + libc/nt/ntdll/RtlDeleteTimerQueue.s | 2 - libc/nt/ntdll/RtlDeleteTimerQueueEx.S | 2 + libc/nt/ntdll/RtlDeleteTimerQueueEx.s | 2 - libc/nt/ntdll/RtlDeleteUmsCompletionList.S | 2 + libc/nt/ntdll/RtlDeleteUmsCompletionList.s | 2 - libc/nt/ntdll/RtlDeleteUmsThreadContext.S | 2 + libc/nt/ntdll/RtlDeleteUmsThreadContext.s | 2 - .../ntdll/RtlDequeueUmsCompletionListItems.S | 2 + .../ntdll/RtlDequeueUmsCompletionListItems.s | 2 - .../RtlDeregisterSecureMemoryCacheCallback.S | 2 + .../RtlDeregisterSecureMemoryCacheCallback.s | 2 - libc/nt/ntdll/RtlDeregisterWait.S | 2 + libc/nt/ntdll/RtlDeregisterWait.s | 2 - libc/nt/ntdll/RtlDeregisterWaitEx.S | 2 + libc/nt/ntdll/RtlDeregisterWaitEx.s | 2 - .../ntdll/RtlDeriveCapabilitySidsFromName.S | 2 + .../ntdll/RtlDeriveCapabilitySidsFromName.s | 2 - libc/nt/ntdll/RtlDestroyAtomTable.S | 2 + libc/nt/ntdll/RtlDestroyAtomTable.s | 2 - libc/nt/ntdll/RtlDestroyEnvironment.S | 2 + libc/nt/ntdll/RtlDestroyEnvironment.s | 2 - libc/nt/ntdll/RtlDestroyHandleTable.S | 2 + libc/nt/ntdll/RtlDestroyHandleTable.s | 2 - libc/nt/ntdll/RtlDestroyHeap.S | 17 + libc/nt/ntdll/RtlDestroyHeap.s | 15 - .../nt/ntdll/RtlDestroyMemoryBlockLookaside.S | 2 + .../nt/ntdll/RtlDestroyMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlDestroyMemoryZone.S | 2 + libc/nt/ntdll/RtlDestroyMemoryZone.s | 2 - libc/nt/ntdll/RtlDestroyProcessParameters.S | 17 + libc/nt/ntdll/RtlDestroyProcessParameters.s | 15 - libc/nt/ntdll/RtlDestroyQueryDebugBuffer.S | 2 + libc/nt/ntdll/RtlDestroyQueryDebugBuffer.s | 2 - libc/nt/ntdll/RtlDetectHeapLeaks.S | 2 + libc/nt/ntdll/RtlDetectHeapLeaks.s | 2 - libc/nt/ntdll/RtlDetermineDosPathNameType_U.S | 2 + libc/nt/ntdll/RtlDetermineDosPathNameType_U.s | 2 - libc/nt/ntdll/RtlDisableThreadProfiling.S | 2 + libc/nt/ntdll/RtlDisableThreadProfiling.s | 2 - libc/nt/ntdll/RtlDllShutdownInProgress.S | 2 + libc/nt/ntdll/RtlDllShutdownInProgress.s | 2 - libc/nt/ntdll/RtlDnsHostNameToComputerName.S | 2 + libc/nt/ntdll/RtlDnsHostNameToComputerName.s | 2 - libc/nt/ntdll/RtlDoesFileExists_U.S | 2 + libc/nt/ntdll/RtlDoesFileExists_U.s | 2 - ...RtlDosApplyFileIsolationRedirection_Ustr.S | 2 + ...RtlDosApplyFileIsolationRedirection_Ustr.s | 2 - ...DosLongPathNameToNtPathName_U_WithStatus.S | 2 + ...DosLongPathNameToNtPathName_U_WithStatus.s | 2 - ...athNameToRelativeNtPathName_U_WithStatus.S | 2 + ...athNameToRelativeNtPathName_U_WithStatus.s | 2 - libc/nt/ntdll/RtlDosPathNameToNtPathName_U.S | 2 + libc/nt/ntdll/RtlDosPathNameToNtPathName_U.s | 2 - .../RtlDosPathNameToNtPathName_U_WithStatus.S | 2 + .../RtlDosPathNameToNtPathName_U_WithStatus.s | 2 - .../RtlDosPathNameToRelativeNtPathName_U.S | 2 + .../RtlDosPathNameToRelativeNtPathName_U.s | 2 - ...athNameToRelativeNtPathName_U_WithStatus.S | 2 + ...athNameToRelativeNtPathName_U_WithStatus.s | 2 - libc/nt/ntdll/RtlDosSearchPath_U.S | 2 + libc/nt/ntdll/RtlDosSearchPath_U.s | 2 - libc/nt/ntdll/RtlDosSearchPath_Ustr.S | 2 + libc/nt/ntdll/RtlDosSearchPath_Ustr.s | 2 - libc/nt/ntdll/RtlDowncaseUnicodeChar.S | 2 + libc/nt/ntdll/RtlDowncaseUnicodeChar.s | 2 - libc/nt/ntdll/RtlDowncaseUnicodeString.S | 2 + libc/nt/ntdll/RtlDowncaseUnicodeString.s | 2 - libc/nt/ntdll/RtlDrainNonVolatileFlush.S | 2 + libc/nt/ntdll/RtlDrainNonVolatileFlush.s | 2 - libc/nt/ntdll/RtlDumpResource.S | 2 + libc/nt/ntdll/RtlDumpResource.s | 2 - libc/nt/ntdll/RtlDuplicateUnicodeString.S | 2 + libc/nt/ntdll/RtlDuplicateUnicodeString.s | 2 - libc/nt/ntdll/RtlEmptyAtomTable.S | 2 + libc/nt/ntdll/RtlEmptyAtomTable.s | 2 - ...lEnableEarlyCriticalSectionEventCreation.S | 2 + ...lEnableEarlyCriticalSectionEventCreation.s | 2 - libc/nt/ntdll/RtlEnableThreadProfiling.S | 2 + libc/nt/ntdll/RtlEnableThreadProfiling.s | 2 - libc/nt/ntdll/RtlEnclaveCallDispatch.S | 2 + libc/nt/ntdll/RtlEnclaveCallDispatch.s | 2 - libc/nt/ntdll/RtlEnclaveCallDispatchReturn.S | 2 + libc/nt/ntdll/RtlEnclaveCallDispatchReturn.s | 2 - libc/nt/ntdll/RtlEncodePointer.S | 2 + libc/nt/ntdll/RtlEncodePointer.s | 2 - libc/nt/ntdll/RtlEncodeRemotePointer.S | 2 + libc/nt/ntdll/RtlEncodeRemotePointer.s | 2 - libc/nt/ntdll/RtlEncodeSystemPointer.S | 2 + libc/nt/ntdll/RtlEncodeSystemPointer.s | 2 - libc/nt/ntdll/RtlEndEnumerationHashTable.S | 2 + libc/nt/ntdll/RtlEndEnumerationHashTable.s | 2 - .../ntdll/RtlEndStrongEnumerationHashTable.S | 2 + .../ntdll/RtlEndStrongEnumerationHashTable.s | 2 - .../nt/ntdll/RtlEndWeakEnumerationHashTable.S | 2 + .../nt/ntdll/RtlEndWeakEnumerationHashTable.s | 2 - libc/nt/ntdll/RtlEnterCriticalSection.S | 17 + libc/nt/ntdll/RtlEnterCriticalSection.s | 15 - libc/nt/ntdll/RtlEnterUmsSchedulingMode.S | 2 + libc/nt/ntdll/RtlEnterUmsSchedulingMode.s | 2 - libc/nt/ntdll/RtlEnumProcessHeaps.S | 2 + libc/nt/ntdll/RtlEnumProcessHeaps.s | 2 - libc/nt/ntdll/RtlEnumerateEntryHashTable.S | 2 + libc/nt/ntdll/RtlEnumerateEntryHashTable.s | 2 - libc/nt/ntdll/RtlEnumerateGenericTable.S | 2 + libc/nt/ntdll/RtlEnumerateGenericTable.s | 2 - libc/nt/ntdll/RtlEnumerateGenericTableAvl.S | 2 + libc/nt/ntdll/RtlEnumerateGenericTableAvl.s | 2 - .../RtlEnumerateGenericTableLikeADirectory.S | 2 + .../RtlEnumerateGenericTableLikeADirectory.s | 2 - .../RtlEnumerateGenericTableWithoutSplaying.S | 2 + .../RtlEnumerateGenericTableWithoutSplaying.s | 2 - ...lEnumerateGenericTableWithoutSplayingAvl.S | 2 + ...lEnumerateGenericTableWithoutSplayingAvl.s | 2 - libc/nt/ntdll/RtlEqualComputerName.S | 2 + libc/nt/ntdll/RtlEqualComputerName.s | 2 - libc/nt/ntdll/RtlEqualDomainName.S | 2 + libc/nt/ntdll/RtlEqualDomainName.s | 2 - libc/nt/ntdll/RtlEqualLuid.S | 2 + libc/nt/ntdll/RtlEqualLuid.s | 2 - libc/nt/ntdll/RtlEqualPrefixSid.S | 2 + libc/nt/ntdll/RtlEqualPrefixSid.s | 2 - libc/nt/ntdll/RtlEqualSid.S | 2 + libc/nt/ntdll/RtlEqualSid.s | 2 - libc/nt/ntdll/RtlEqualString.S | 2 + libc/nt/ntdll/RtlEqualString.s | 2 - libc/nt/ntdll/RtlEqualUnicodeString.S | 2 + libc/nt/ntdll/RtlEqualUnicodeString.s | 2 - libc/nt/ntdll/RtlEqualWnfChangeStamps.S | 2 + libc/nt/ntdll/RtlEqualWnfChangeStamps.s | 2 - libc/nt/ntdll/RtlEraseUnicodeString.S | 2 + libc/nt/ntdll/RtlEraseUnicodeString.s | 2 - libc/nt/ntdll/RtlEthernetAddressToStringW.S | 2 + libc/nt/ntdll/RtlEthernetAddressToStringW.s | 2 - libc/nt/ntdll/RtlEthernetStringToAddressW.S | 2 + libc/nt/ntdll/RtlEthernetStringToAddressW.s | 2 - libc/nt/ntdll/RtlExecuteUmsThread.S | 2 + libc/nt/ntdll/RtlExecuteUmsThread.s | 2 - libc/nt/ntdll/RtlExitUserProcess.S | 2 + libc/nt/ntdll/RtlExitUserProcess.s | 2 - libc/nt/ntdll/RtlExitUserThread.S | 2 + libc/nt/ntdll/RtlExitUserThread.s | 2 - libc/nt/ntdll/RtlExpandEnvironmentStrings.S | 2 + libc/nt/ntdll/RtlExpandEnvironmentStrings.s | 2 - libc/nt/ntdll/RtlExpandEnvironmentStrings_U.S | 2 + libc/nt/ntdll/RtlExpandEnvironmentStrings_U.s | 2 - libc/nt/ntdll/RtlExpandHashTable.S | 2 + libc/nt/ntdll/RtlExpandHashTable.s | 2 - libc/nt/ntdll/RtlExtendCorrelationVector.S | 2 + libc/nt/ntdll/RtlExtendCorrelationVector.s | 2 - libc/nt/ntdll/RtlExtendMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlExtendMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlExtendMemoryZone.S | 2 + libc/nt/ntdll/RtlExtendMemoryZone.s | 2 - libc/nt/ntdll/RtlExtractBitMap.S | 2 + libc/nt/ntdll/RtlExtractBitMap.s | 2 - libc/nt/ntdll/RtlFillMemory.S | 2 + libc/nt/ntdll/RtlFillMemory.s | 2 - .../RtlFinalReleaseOutOfProcessMemoryStream.S | 2 + .../RtlFinalReleaseOutOfProcessMemoryStream.s | 2 - libc/nt/ntdll/RtlFindAceByType.S | 2 + libc/nt/ntdll/RtlFindAceByType.s | 2 - .../RtlFindActivationContextSectionGuid.S | 2 + .../RtlFindActivationContextSectionGuid.s | 2 - .../RtlFindActivationContextSectionString.S | 2 + .../RtlFindActivationContextSectionString.s | 2 - libc/nt/ntdll/RtlFindCharInUnicodeString.S | 2 + libc/nt/ntdll/RtlFindCharInUnicodeString.s | 2 - libc/nt/ntdll/RtlFindClearBits.S | 2 + libc/nt/ntdll/RtlFindClearBits.s | 2 - libc/nt/ntdll/RtlFindClearBitsAndSet.S | 2 + libc/nt/ntdll/RtlFindClearBitsAndSet.s | 2 - libc/nt/ntdll/RtlFindClearRuns.S | 2 + libc/nt/ntdll/RtlFindClearRuns.s | 2 - libc/nt/ntdll/RtlFindClosestEncodableLength.S | 2 + libc/nt/ntdll/RtlFindClosestEncodableLength.s | 2 - libc/nt/ntdll/RtlFindExportedRoutineByName.S | 2 + libc/nt/ntdll/RtlFindExportedRoutineByName.s | 2 - libc/nt/ntdll/RtlFindLastBackwardRunClear.S | 2 + libc/nt/ntdll/RtlFindLastBackwardRunClear.s | 2 - libc/nt/ntdll/RtlFindLeastSignificantBit.S | 2 + libc/nt/ntdll/RtlFindLeastSignificantBit.s | 2 - libc/nt/ntdll/RtlFindLongestRunClear.S | 2 + libc/nt/ntdll/RtlFindLongestRunClear.s | 2 - libc/nt/ntdll/RtlFindMessage.S | 2 + libc/nt/ntdll/RtlFindMessage.s | 2 - libc/nt/ntdll/RtlFindMostSignificantBit.S | 2 + libc/nt/ntdll/RtlFindMostSignificantBit.s | 2 - libc/nt/ntdll/RtlFindNextForwardRunClear.S | 2 + libc/nt/ntdll/RtlFindNextForwardRunClear.s | 2 - libc/nt/ntdll/RtlFindSetBits.S | 2 + libc/nt/ntdll/RtlFindSetBits.s | 2 - libc/nt/ntdll/RtlFindSetBitsAndClear.S | 2 + libc/nt/ntdll/RtlFindSetBitsAndClear.s | 2 - libc/nt/ntdll/RtlFindUnicodeSubstring.S | 2 + libc/nt/ntdll/RtlFindUnicodeSubstring.s | 2 - libc/nt/ntdll/RtlFirstEntrySList.S | 2 + libc/nt/ntdll/RtlFirstEntrySList.s | 2 - libc/nt/ntdll/RtlFirstFreeAce.S | 2 + libc/nt/ntdll/RtlFirstFreeAce.s | 2 - libc/nt/ntdll/RtlFlsAlloc.S | 2 + libc/nt/ntdll/RtlFlsAlloc.s | 2 - libc/nt/ntdll/RtlFlsFree.S | 2 + libc/nt/ntdll/RtlFlsFree.s | 2 - libc/nt/ntdll/RtlFlushHeaps.S | 2 + libc/nt/ntdll/RtlFlushHeaps.s | 2 - libc/nt/ntdll/RtlFlushNonVolatileMemory.S | 2 + libc/nt/ntdll/RtlFlushNonVolatileMemory.s | 2 - .../ntdll/RtlFlushNonVolatileMemoryRanges.S | 2 + .../ntdll/RtlFlushNonVolatileMemoryRanges.s | 2 - libc/nt/ntdll/RtlFlushSecureMemoryCache.S | 2 + libc/nt/ntdll/RtlFlushSecureMemoryCache.s | 2 - libc/nt/ntdll/RtlFormatCurrentUserKeyPath.S | 2 + libc/nt/ntdll/RtlFormatCurrentUserKeyPath.s | 2 - libc/nt/ntdll/RtlFormatMessage.S | 2 + libc/nt/ntdll/RtlFormatMessage.s | 2 - libc/nt/ntdll/RtlFormatMessageEx.S | 2 + libc/nt/ntdll/RtlFormatMessageEx.s | 2 - libc/nt/ntdll/RtlFreeActivationContextStack.S | 2 + libc/nt/ntdll/RtlFreeActivationContextStack.s | 2 - libc/nt/ntdll/RtlFreeAnsiString.S | 2 + libc/nt/ntdll/RtlFreeAnsiString.s | 2 - libc/nt/ntdll/RtlFreeHandle.S | 2 + libc/nt/ntdll/RtlFreeHandle.s | 2 - libc/nt/ntdll/RtlFreeHeap.S | 14 + libc/nt/ntdll/RtlFreeHeap.s | 12 - libc/nt/ntdll/RtlFreeMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlFreeMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlFreeNonVolatileToken.S | 2 + libc/nt/ntdll/RtlFreeNonVolatileToken.s | 2 - libc/nt/ntdll/RtlFreeOemString.S | 2 + libc/nt/ntdll/RtlFreeOemString.s | 2 - libc/nt/ntdll/RtlFreeSid.S | 2 + libc/nt/ntdll/RtlFreeSid.s | 2 - .../RtlFreeThreadActivationContextStack.S | 2 + .../RtlFreeThreadActivationContextStack.s | 2 - libc/nt/ntdll/RtlFreeUnicodeString.S | 17 + libc/nt/ntdll/RtlFreeUnicodeString.s | 15 - libc/nt/ntdll/RtlFreeUserStack.S | 2 + libc/nt/ntdll/RtlFreeUserStack.s | 2 - libc/nt/ntdll/RtlGUIDFromString.S | 2 + libc/nt/ntdll/RtlGUIDFromString.s | 2 - libc/nt/ntdll/RtlGenerate8dot3Name.S | 2 + libc/nt/ntdll/RtlGenerate8dot3Name.s | 2 - libc/nt/ntdll/RtlGetAce.S | 2 + libc/nt/ntdll/RtlGetAce.s | 2 - libc/nt/ntdll/RtlGetActiveActivationContext.S | 2 + libc/nt/ntdll/RtlGetActiveActivationContext.s | 2 - libc/nt/ntdll/RtlGetActiveConsoleId.S | 2 + libc/nt/ntdll/RtlGetActiveConsoleId.s | 2 - .../ntdll/RtlGetAppContainerNamedObjectPath.S | 2 + .../ntdll/RtlGetAppContainerNamedObjectPath.s | 2 - libc/nt/ntdll/RtlGetAppContainerParent.S | 2 + libc/nt/ntdll/RtlGetAppContainerParent.s | 2 - libc/nt/ntdll/RtlGetAppContainerSidType.S | 2 + libc/nt/ntdll/RtlGetAppContainerSidType.s | 2 - libc/nt/ntdll/RtlGetCallersAddress.S | 2 + libc/nt/ntdll/RtlGetCallersAddress.s | 2 - .../nt/ntdll/RtlGetCompressionWorkSpaceSize.S | 2 + .../nt/ntdll/RtlGetCompressionWorkSpaceSize.s | 2 - .../RtlGetConsoleSessionForegroundProcessId.S | 2 + .../RtlGetConsoleSessionForegroundProcessId.s | 2 - .../ntdll/RtlGetControlSecurityDescriptor.S | 2 + .../ntdll/RtlGetControlSecurityDescriptor.s | 2 - .../RtlGetCriticalSectionRecursionCount.S | 2 + .../RtlGetCriticalSectionRecursionCount.s | 2 - libc/nt/ntdll/RtlGetCurrentDirectory_U.S | 2 + libc/nt/ntdll/RtlGetCurrentDirectory_U.s | 2 - libc/nt/ntdll/RtlGetCurrentPeb.S | 2 + libc/nt/ntdll/RtlGetCurrentPeb.s | 2 - libc/nt/ntdll/RtlGetCurrentProcessorNumber.S | 2 + libc/nt/ntdll/RtlGetCurrentProcessorNumber.s | 2 - .../nt/ntdll/RtlGetCurrentProcessorNumberEx.S | 2 + .../nt/ntdll/RtlGetCurrentProcessorNumberEx.s | 2 - libc/nt/ntdll/RtlGetCurrentServiceSessionId.S | 2 + libc/nt/ntdll/RtlGetCurrentServiceSessionId.s | 2 - libc/nt/ntdll/RtlGetCurrentTransaction.S | 2 + libc/nt/ntdll/RtlGetCurrentTransaction.s | 2 - libc/nt/ntdll/RtlGetCurrentUmsThread.S | 2 + libc/nt/ntdll/RtlGetCurrentUmsThread.s | 2 - libc/nt/ntdll/RtlGetDaclSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlGetDaclSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.S | 2 + libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.s | 2 - libc/nt/ntdll/RtlGetElementGenericTable.S | 2 + libc/nt/ntdll/RtlGetElementGenericTable.s | 2 - libc/nt/ntdll/RtlGetElementGenericTableAvl.S | 2 + libc/nt/ntdll/RtlGetElementGenericTableAvl.s | 2 - libc/nt/ntdll/RtlGetEnabledExtendedFeatures.S | 2 + libc/nt/ntdll/RtlGetEnabledExtendedFeatures.s | 2 - libc/nt/ntdll/RtlGetExePath.S | 2 + libc/nt/ntdll/RtlGetExePath.s | 2 - libc/nt/ntdll/RtlGetExtendedContextLength.S | 2 + libc/nt/ntdll/RtlGetExtendedContextLength.s | 2 - libc/nt/ntdll/RtlGetExtendedFeaturesMask.S | 2 + libc/nt/ntdll/RtlGetExtendedFeaturesMask.s | 2 - libc/nt/ntdll/RtlGetFileMUIPath.S | 2 + libc/nt/ntdll/RtlGetFileMUIPath.s | 2 - libc/nt/ntdll/RtlGetFrame.S | 2 + libc/nt/ntdll/RtlGetFrame.s | 2 - libc/nt/ntdll/RtlGetFullPathName_U.S | 2 + libc/nt/ntdll/RtlGetFullPathName_U.s | 2 - libc/nt/ntdll/RtlGetFullPathName_UEx.S | 2 + libc/nt/ntdll/RtlGetFullPathName_UEx.s | 2 - libc/nt/ntdll/RtlGetFullPathName_UstrEx.S | 2 + libc/nt/ntdll/RtlGetFullPathName_UstrEx.s | 2 - libc/nt/ntdll/RtlGetFunctionTableListHead.S | 2 + libc/nt/ntdll/RtlGetFunctionTableListHead.s | 2 - libc/nt/ntdll/RtlGetGroupSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlGetGroupSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlGetIntegerAtom.S | 2 + libc/nt/ntdll/RtlGetIntegerAtom.s | 2 - libc/nt/ntdll/RtlGetInterruptTimePrecise.S | 2 + libc/nt/ntdll/RtlGetInterruptTimePrecise.s | 2 - libc/nt/ntdll/RtlGetLastNtStatus.S | 2 + libc/nt/ntdll/RtlGetLastNtStatus.s | 2 - libc/nt/ntdll/RtlGetLastWin32Error.S | 2 + libc/nt/ntdll/RtlGetLastWin32Error.s | 2 - ...tLengthWithoutLastFullDosOrNtPathElement.S | 2 + ...tLengthWithoutLastFullDosOrNtPathElement.s | 2 - ...tlGetLengthWithoutTrailingPathSeperators.S | 2 + ...tlGetLengthWithoutTrailingPathSeperators.s | 2 - .../nt/ntdll/RtlGetLocaleFileMappingAddress.S | 2 + .../nt/ntdll/RtlGetLocaleFileMappingAddress.s | 2 - libc/nt/ntdll/RtlGetLongestNtPathLength.S | 2 + libc/nt/ntdll/RtlGetLongestNtPathLength.s | 2 - libc/nt/ntdll/RtlGetNativeSystemInformation.S | 2 + libc/nt/ntdll/RtlGetNativeSystemInformation.s | 2 - libc/nt/ntdll/RtlGetNextEntryHashTable.S | 2 + libc/nt/ntdll/RtlGetNextEntryHashTable.s | 2 - libc/nt/ntdll/RtlGetNextUmsListItem.S | 2 + libc/nt/ntdll/RtlGetNextUmsListItem.s | 2 - libc/nt/ntdll/RtlGetNonVolatileToken.S | 2 + libc/nt/ntdll/RtlGetNonVolatileToken.s | 2 - libc/nt/ntdll/RtlGetNtGlobalFlags.S | 2 + libc/nt/ntdll/RtlGetNtGlobalFlags.s | 2 - libc/nt/ntdll/RtlGetNtProductType.S | 2 + libc/nt/ntdll/RtlGetNtProductType.s | 2 - libc/nt/ntdll/RtlGetNtSystemRoot.S | 2 + libc/nt/ntdll/RtlGetNtSystemRoot.s | 2 - libc/nt/ntdll/RtlGetNtVersionNumbers.S | 2 + libc/nt/ntdll/RtlGetNtVersionNumbers.s | 2 - libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlGetParentLocaleName.S | 2 + libc/nt/ntdll/RtlGetParentLocaleName.s | 2 - libc/nt/ntdll/RtlGetPersistedStateLocation.S | 2 + libc/nt/ntdll/RtlGetPersistedStateLocation.s | 2 - libc/nt/ntdll/RtlGetProcessHeaps.S | 14 + libc/nt/ntdll/RtlGetProcessHeaps.s | 12 - .../ntdll/RtlGetProcessPreferredUILanguages.S | 2 + .../ntdll/RtlGetProcessPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlGetProductInfo.S | 2 + libc/nt/ntdll/RtlGetProductInfo.s | 2 - libc/nt/ntdll/RtlGetSaclSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlGetSaclSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlGetSearchPath.S | 2 + libc/nt/ntdll/RtlGetSearchPath.s | 2 - .../ntdll/RtlGetSecurityDescriptorRMControl.S | 2 + .../ntdll/RtlGetSecurityDescriptorRMControl.s | 2 - libc/nt/ntdll/RtlGetSessionProperties.S | 2 + libc/nt/ntdll/RtlGetSessionProperties.s | 2 - libc/nt/ntdll/RtlGetSetBootStatusData.S | 2 + libc/nt/ntdll/RtlGetSetBootStatusData.s | 2 - libc/nt/ntdll/RtlGetSuiteMask.S | 2 + libc/nt/ntdll/RtlGetSuiteMask.s | 2 - libc/nt/ntdll/RtlGetSystemBootStatus.S | 2 + libc/nt/ntdll/RtlGetSystemBootStatus.s | 2 - libc/nt/ntdll/RtlGetSystemBootStatusEx.S | 2 + libc/nt/ntdll/RtlGetSystemBootStatusEx.s | 2 - .../ntdll/RtlGetSystemPreferredUILanguages.S | 2 + .../ntdll/RtlGetSystemPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlGetSystemTimePrecise.S | 2 + libc/nt/ntdll/RtlGetSystemTimePrecise.s | 2 - libc/nt/ntdll/RtlGetThreadErrorMode.S | 2 + libc/nt/ntdll/RtlGetThreadErrorMode.s | 2 - libc/nt/ntdll/RtlGetThreadLangIdByIndex.S | 2 + libc/nt/ntdll/RtlGetThreadLangIdByIndex.s | 2 - .../ntdll/RtlGetThreadPreferredUILanguages.S | 2 + .../ntdll/RtlGetThreadPreferredUILanguages.s | 2 - .../nt/ntdll/RtlGetThreadWorkOnBehalfTicket.S | 2 + .../nt/ntdll/RtlGetThreadWorkOnBehalfTicket.s | 2 - libc/nt/ntdll/RtlGetTokenNamedObjectPath.S | 2 + libc/nt/ntdll/RtlGetTokenNamedObjectPath.s | 2 - libc/nt/ntdll/RtlGetUILanguageInfo.S | 2 + libc/nt/ntdll/RtlGetUILanguageInfo.s | 2 - libc/nt/ntdll/RtlGetUmsCompletionListEvent.S | 2 + libc/nt/ntdll/RtlGetUmsCompletionListEvent.s | 2 - libc/nt/ntdll/RtlGetUnloadEventTrace.S | 2 + libc/nt/ntdll/RtlGetUnloadEventTrace.s | 2 - libc/nt/ntdll/RtlGetUnloadEventTraceEx.S | 2 + libc/nt/ntdll/RtlGetUnloadEventTraceEx.s | 2 - libc/nt/ntdll/RtlGetUserInfoHeap.S | 2 + libc/nt/ntdll/RtlGetUserInfoHeap.s | 2 - .../nt/ntdll/RtlGetUserPreferredUILanguages.S | 2 + .../nt/ntdll/RtlGetUserPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlGetVersion.S | 2 + libc/nt/ntdll/RtlGetVersion.s | 2 - libc/nt/ntdll/RtlGrowFunctionTable.S | 2 + libc/nt/ntdll/RtlGrowFunctionTable.s | 2 - libc/nt/ntdll/RtlGuardCheckLongJumpTarget.S | 2 + libc/nt/ntdll/RtlGuardCheckLongJumpTarget.s | 2 - libc/nt/ntdll/RtlHashUnicodeString.S | 2 + libc/nt/ntdll/RtlHashUnicodeString.s | 2 - libc/nt/ntdll/RtlHeapTrkInitialize.S | 2 + libc/nt/ntdll/RtlHeapTrkInitialize.s | 2 - libc/nt/ntdll/RtlIdentifierAuthoritySid.S | 2 + libc/nt/ntdll/RtlIdentifierAuthoritySid.s | 2 - libc/nt/ntdll/RtlIdnToAscii.S | 2 + libc/nt/ntdll/RtlIdnToAscii.s | 2 - libc/nt/ntdll/RtlIdnToNameprepUnicode.S | 2 + libc/nt/ntdll/RtlIdnToNameprepUnicode.s | 2 - libc/nt/ntdll/RtlIdnToUnicode.S | 2 + libc/nt/ntdll/RtlIdnToUnicode.s | 2 - libc/nt/ntdll/RtlImageDirectoryEntryToData.S | 2 + libc/nt/ntdll/RtlImageDirectoryEntryToData.s | 2 - libc/nt/ntdll/RtlImageNtHeader.S | 2 + libc/nt/ntdll/RtlImageNtHeader.s | 2 - libc/nt/ntdll/RtlImageNtHeaderEx.S | 2 + libc/nt/ntdll/RtlImageNtHeaderEx.s | 2 - libc/nt/ntdll/RtlImageRvaToSection.S | 2 + libc/nt/ntdll/RtlImageRvaToSection.s | 2 - libc/nt/ntdll/RtlImageRvaToVa.S | 2 + libc/nt/ntdll/RtlImageRvaToVa.s | 2 - libc/nt/ntdll/RtlImpersonateSelf.S | 2 + libc/nt/ntdll/RtlImpersonateSelf.s | 2 - libc/nt/ntdll/RtlImpersonateSelfEx.S | 2 + libc/nt/ntdll/RtlImpersonateSelfEx.s | 2 - libc/nt/ntdll/RtlIncrementCorrelationVector.S | 2 + libc/nt/ntdll/RtlIncrementCorrelationVector.s | 2 - libc/nt/ntdll/RtlInitAnsiString.S | 2 + libc/nt/ntdll/RtlInitAnsiString.s | 2 - libc/nt/ntdll/RtlInitAnsiStringEx.S | 2 + libc/nt/ntdll/RtlInitAnsiStringEx.s | 2 - libc/nt/ntdll/RtlInitBarrier.S | 2 + libc/nt/ntdll/RtlInitBarrier.s | 2 - libc/nt/ntdll/RtlInitCodePageTable.S | 2 + libc/nt/ntdll/RtlInitCodePageTable.s | 2 - libc/nt/ntdll/RtlInitEnumerationHashTable.S | 2 + libc/nt/ntdll/RtlInitEnumerationHashTable.s | 2 - libc/nt/ntdll/RtlInitMemoryStream.S | 2 + libc/nt/ntdll/RtlInitMemoryStream.s | 2 - libc/nt/ntdll/RtlInitNlsTables.S | 2 + libc/nt/ntdll/RtlInitNlsTables.s | 2 - .../ntdll/RtlInitOutOfProcessMemoryStream.S | 2 + .../ntdll/RtlInitOutOfProcessMemoryStream.s | 2 - libc/nt/ntdll/RtlInitString.S | 2 + libc/nt/ntdll/RtlInitString.s | 2 - libc/nt/ntdll/RtlInitStringEx.S | 2 + libc/nt/ntdll/RtlInitStringEx.s | 2 - .../ntdll/RtlInitStrongEnumerationHashTable.S | 2 + .../ntdll/RtlInitStrongEnumerationHashTable.s | 2 - libc/nt/ntdll/RtlInitUnicodeString.S | 14 + libc/nt/ntdll/RtlInitUnicodeString.s | 12 - libc/nt/ntdll/RtlInitUnicodeStringEx.S | 2 + libc/nt/ntdll/RtlInitUnicodeStringEx.s | 2 - .../ntdll/RtlInitWeakEnumerationHashTable.S | 2 + .../ntdll/RtlInitWeakEnumerationHashTable.s | 2 - libc/nt/ntdll/RtlInitializeAtomPackage.S | 2 + libc/nt/ntdll/RtlInitializeAtomPackage.s | 2 - libc/nt/ntdll/RtlInitializeBitMap.S | 2 + libc/nt/ntdll/RtlInitializeBitMap.s | 2 - libc/nt/ntdll/RtlInitializeBitMapEx.S | 2 + libc/nt/ntdll/RtlInitializeBitMapEx.s | 2 - .../nt/ntdll/RtlInitializeConditionVariable.S | 2 + .../nt/ntdll/RtlInitializeConditionVariable.s | 2 - libc/nt/ntdll/RtlInitializeContext.S | 2 + libc/nt/ntdll/RtlInitializeContext.s | 2 - .../nt/ntdll/RtlInitializeCorrelationVector.S | 2 + .../nt/ntdll/RtlInitializeCorrelationVector.s | 2 - libc/nt/ntdll/RtlInitializeCriticalSection.S | 17 + libc/nt/ntdll/RtlInitializeCriticalSection.s | 15 - ...RtlInitializeCriticalSectionAndSpinCount.S | 2 + ...RtlInitializeCriticalSectionAndSpinCount.s | 2 - .../nt/ntdll/RtlInitializeCriticalSectionEx.S | 2 + .../nt/ntdll/RtlInitializeCriticalSectionEx.s | 2 - libc/nt/ntdll/RtlInitializeExtendedContext.S | 2 + libc/nt/ntdll/RtlInitializeExtendedContext.s | 2 - libc/nt/ntdll/RtlInitializeGenericTable.S | 2 + libc/nt/ntdll/RtlInitializeGenericTable.s | 2 - libc/nt/ntdll/RtlInitializeGenericTableAvl.S | 2 + libc/nt/ntdll/RtlInitializeGenericTableAvl.s | 2 - libc/nt/ntdll/RtlInitializeHandleTable.S | 2 + libc/nt/ntdll/RtlInitializeHandleTable.s | 2 - libc/nt/ntdll/RtlInitializeNtUserPfn.S | 2 + libc/nt/ntdll/RtlInitializeNtUserPfn.s | 2 - libc/nt/ntdll/RtlInitializeRXact.S | 2 + libc/nt/ntdll/RtlInitializeRXact.s | 2 - libc/nt/ntdll/RtlInitializeResource.S | 2 + libc/nt/ntdll/RtlInitializeResource.s | 2 - libc/nt/ntdll/RtlInitializeSListHead.S | 2 + libc/nt/ntdll/RtlInitializeSListHead.s | 2 - libc/nt/ntdll/RtlInitializeSRWLock.S | 2 + libc/nt/ntdll/RtlInitializeSRWLock.s | 2 - libc/nt/ntdll/RtlInitializeSid.S | 2 + libc/nt/ntdll/RtlInitializeSid.s | 2 - libc/nt/ntdll/RtlInitializeSidEx.S | 2 + libc/nt/ntdll/RtlInitializeSidEx.s | 2 - libc/nt/ntdll/RtlInsertElementGenericTable.S | 2 + libc/nt/ntdll/RtlInsertElementGenericTable.s | 2 - .../ntdll/RtlInsertElementGenericTableAvl.S | 2 + .../ntdll/RtlInsertElementGenericTableAvl.s | 2 - .../ntdll/RtlInsertElementGenericTableFull.S | 2 + .../ntdll/RtlInsertElementGenericTableFull.s | 2 - .../RtlInsertElementGenericTableFullAvl.S | 2 + .../RtlInsertElementGenericTableFullAvl.s | 2 - libc/nt/ntdll/RtlInsertEntryHashTable.S | 2 + libc/nt/ntdll/RtlInsertEntryHashTable.s | 2 - .../ntdll/RtlInstallFunctionTableCallback.S | 2 + .../ntdll/RtlInstallFunctionTableCallback.s | 2 - libc/nt/ntdll/RtlInt64ToUnicodeString.S | 2 + libc/nt/ntdll/RtlInt64ToUnicodeString.s | 2 - libc/nt/ntdll/RtlIntegerToChar.S | 2 + libc/nt/ntdll/RtlIntegerToChar.s | 2 - libc/nt/ntdll/RtlIntegerToUnicodeString.S | 2 + libc/nt/ntdll/RtlIntegerToUnicodeString.s | 2 - libc/nt/ntdll/RtlInterlockedClearBitRun.S | 2 + libc/nt/ntdll/RtlInterlockedClearBitRun.s | 2 - libc/nt/ntdll/RtlInterlockedFlushSList.S | 2 + libc/nt/ntdll/RtlInterlockedFlushSList.s | 2 - libc/nt/ntdll/RtlInterlockedPopEntrySList.S | 2 + libc/nt/ntdll/RtlInterlockedPopEntrySList.s | 2 - libc/nt/ntdll/RtlInterlockedPushEntrySList.S | 2 + libc/nt/ntdll/RtlInterlockedPushEntrySList.s | 2 - libc/nt/ntdll/RtlInterlockedPushListSList.S | 2 + libc/nt/ntdll/RtlInterlockedPushListSList.s | 2 - libc/nt/ntdll/RtlInterlockedPushListSListEx.S | 2 + libc/nt/ntdll/RtlInterlockedPushListSListEx.s | 2 - libc/nt/ntdll/RtlInterlockedSetBitRun.S | 2 + libc/nt/ntdll/RtlInterlockedSetBitRun.s | 2 - libc/nt/ntdll/RtlIoDecodeMemIoResource.S | 2 + libc/nt/ntdll/RtlIoDecodeMemIoResource.s | 2 - libc/nt/ntdll/RtlIoEncodeMemIoResource.S | 2 + libc/nt/ntdll/RtlIoEncodeMemIoResource.s | 2 - libc/nt/ntdll/RtlIpv4AddressToStringExW.S | 2 + libc/nt/ntdll/RtlIpv4AddressToStringExW.s | 2 - libc/nt/ntdll/RtlIpv4AddressToStringW.S | 2 + libc/nt/ntdll/RtlIpv4AddressToStringW.s | 2 - libc/nt/ntdll/RtlIpv4StringToAddressExW.S | 2 + libc/nt/ntdll/RtlIpv4StringToAddressExW.s | 2 - libc/nt/ntdll/RtlIpv4StringToAddressW.S | 2 + libc/nt/ntdll/RtlIpv4StringToAddressW.s | 2 - libc/nt/ntdll/RtlIpv6AddressToStringExW.S | 2 + libc/nt/ntdll/RtlIpv6AddressToStringExW.s | 2 - libc/nt/ntdll/RtlIpv6AddressToStringW.S | 2 + libc/nt/ntdll/RtlIpv6AddressToStringW.s | 2 - libc/nt/ntdll/RtlIpv6StringToAddressExW.S | 2 + libc/nt/ntdll/RtlIpv6StringToAddressExW.s | 2 - libc/nt/ntdll/RtlIpv6StringToAddressW.S | 2 + libc/nt/ntdll/RtlIpv6StringToAddressW.s | 2 - libc/nt/ntdll/RtlIsActivationContextActive.S | 2 + libc/nt/ntdll/RtlIsActivationContextActive.s | 2 - libc/nt/ntdll/RtlIsCapabilitySid.S | 2 + libc/nt/ntdll/RtlIsCapabilitySid.s | 2 - libc/nt/ntdll/RtlIsCloudFilesPlaceholder.S | 2 + libc/nt/ntdll/RtlIsCloudFilesPlaceholder.s | 2 - libc/nt/ntdll/RtlIsCriticalSectionLocked.S | 2 + libc/nt/ntdll/RtlIsCriticalSectionLocked.s | 2 - .../RtlIsCriticalSectionLockedByThread.S | 2 + .../RtlIsCriticalSectionLockedByThread.s | 2 - libc/nt/ntdll/RtlIsCurrentProcess.S | 2 + libc/nt/ntdll/RtlIsCurrentProcess.s | 2 - libc/nt/ntdll/RtlIsCurrentThread.S | 2 + libc/nt/ntdll/RtlIsCurrentThread.s | 2 - .../nt/ntdll/RtlIsCurrentThreadAttachExempt.S | 2 + .../nt/ntdll/RtlIsCurrentThreadAttachExempt.s | 2 - libc/nt/ntdll/RtlIsDosDeviceName_U.S | 2 + libc/nt/ntdll/RtlIsDosDeviceName_U.s | 2 - libc/nt/ntdll/RtlIsElevatedRid.S | 2 + libc/nt/ntdll/RtlIsElevatedRid.s | 2 - libc/nt/ntdll/RtlIsGenericTableEmpty.S | 2 + libc/nt/ntdll/RtlIsGenericTableEmpty.s | 2 - libc/nt/ntdll/RtlIsGenericTableEmptyAvl.S | 2 + libc/nt/ntdll/RtlIsGenericTableEmptyAvl.s | 2 - libc/nt/ntdll/RtlIsMultiSessionSku.S | 2 + libc/nt/ntdll/RtlIsMultiSessionSku.s | 2 - libc/nt/ntdll/RtlIsMultiUsersInSessionSku.S | 2 + libc/nt/ntdll/RtlIsMultiUsersInSessionSku.s | 2 - libc/nt/ntdll/RtlIsNameInExpression.S | 2 + libc/nt/ntdll/RtlIsNameInExpression.s | 2 - .../nt/ntdll/RtlIsNameInUnUpcasedExpression.S | 2 + .../nt/ntdll/RtlIsNameInUnUpcasedExpression.s | 2 - libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.S | 2 + libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.s | 2 - ...tlIsNonEmptyDirectoryReparsePointAllowed.S | 2 + ...tlIsNonEmptyDirectoryReparsePointAllowed.s | 2 - libc/nt/ntdll/RtlIsNormalizedString.S | 2 + libc/nt/ntdll/RtlIsNormalizedString.s | 2 - libc/nt/ntdll/RtlIsPackageSid.S | 2 + libc/nt/ntdll/RtlIsPackageSid.s | 2 - .../nt/ntdll/RtlIsParentOfChildAppContainer.S | 2 + .../nt/ntdll/RtlIsParentOfChildAppContainer.s | 2 - libc/nt/ntdll/RtlIsPartialPlaceholder.S | 2 + libc/nt/ntdll/RtlIsPartialPlaceholder.s | 2 - .../ntdll/RtlIsPartialPlaceholderFileHandle.S | 2 + .../ntdll/RtlIsPartialPlaceholderFileHandle.s | 2 - .../ntdll/RtlIsPartialPlaceholderFileInfo.S | 2 + .../ntdll/RtlIsPartialPlaceholderFileInfo.s | 2 - libc/nt/ntdll/RtlIsProcessorFeaturePresent.S | 2 + libc/nt/ntdll/RtlIsProcessorFeaturePresent.s | 2 - libc/nt/ntdll/RtlIsStateSeparationEnabled.S | 2 + libc/nt/ntdll/RtlIsStateSeparationEnabled.s | 2 - libc/nt/ntdll/RtlIsTextUnicode.S | 2 + libc/nt/ntdll/RtlIsTextUnicode.s | 2 - .../nt/ntdll/RtlIsThreadWithinLoaderCallout.S | 2 + .../nt/ntdll/RtlIsThreadWithinLoaderCallout.s | 2 - libc/nt/ntdll/RtlIsUntrustedObject.S | 2 + libc/nt/ntdll/RtlIsUntrustedObject.s | 2 - libc/nt/ntdll/RtlIsValidHandle.S | 2 + libc/nt/ntdll/RtlIsValidHandle.s | 2 - libc/nt/ntdll/RtlIsValidIndexHandle.S | 2 + libc/nt/ntdll/RtlIsValidIndexHandle.s | 2 - libc/nt/ntdll/RtlIsValidLocaleName.S | 2 + libc/nt/ntdll/RtlIsValidLocaleName.s | 2 - .../nt/ntdll/RtlIsValidProcessTrustLabelSid.S | 2 + .../nt/ntdll/RtlIsValidProcessTrustLabelSid.s | 2 - libc/nt/ntdll/RtlKnownExceptionFilter.S | 2 + libc/nt/ntdll/RtlKnownExceptionFilter.s | 2 - libc/nt/ntdll/RtlLCIDToCultureName.S | 2 + libc/nt/ntdll/RtlLCIDToCultureName.s | 2 - libc/nt/ntdll/RtlLargeIntegerToChar.S | 2 + libc/nt/ntdll/RtlLargeIntegerToChar.s | 2 - libc/nt/ntdll/RtlLcidToLocaleName.S | 2 + libc/nt/ntdll/RtlLcidToLocaleName.s | 2 - libc/nt/ntdll/RtlLeaveCriticalSection.S | 17 + libc/nt/ntdll/RtlLeaveCriticalSection.s | 15 - libc/nt/ntdll/RtlLengthRequiredSid.S | 2 + libc/nt/ntdll/RtlLengthRequiredSid.s | 2 - libc/nt/ntdll/RtlLengthSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlLengthSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlLengthSid.S | 2 + libc/nt/ntdll/RtlLengthSid.s | 2 - libc/nt/ntdll/RtlLengthSidAsUnicodeString.S | 2 + libc/nt/ntdll/RtlLengthSidAsUnicodeString.s | 2 - libc/nt/ntdll/RtlLoadString.S | 2 + libc/nt/ntdll/RtlLoadString.s | 2 - libc/nt/ntdll/RtlLocalTimeToSystemTime.S | 2 + libc/nt/ntdll/RtlLocalTimeToSystemTime.s | 2 - libc/nt/ntdll/RtlLocaleNameToLcid.S | 2 + libc/nt/ntdll/RtlLocaleNameToLcid.s | 2 - libc/nt/ntdll/RtlLocateExtendedFeature.S | 2 + libc/nt/ntdll/RtlLocateExtendedFeature.s | 2 - libc/nt/ntdll/RtlLocateExtendedFeature2.S | 2 + libc/nt/ntdll/RtlLocateExtendedFeature2.s | 2 - libc/nt/ntdll/RtlLocateLegacyContext.S | 2 + libc/nt/ntdll/RtlLocateLegacyContext.s | 2 - libc/nt/ntdll/RtlLockBootStatusData.S | 2 + libc/nt/ntdll/RtlLockBootStatusData.s | 2 - libc/nt/ntdll/RtlLockCurrentThread.S | 2 + libc/nt/ntdll/RtlLockCurrentThread.s | 2 - libc/nt/ntdll/RtlLockHeap.S | 17 + libc/nt/ntdll/RtlLockHeap.s | 15 - libc/nt/ntdll/RtlLockMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlLockMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlLockMemoryStreamRegion.S | 2 + libc/nt/ntdll/RtlLockMemoryStreamRegion.s | 2 - libc/nt/ntdll/RtlLockMemoryZone.S | 2 + libc/nt/ntdll/RtlLockMemoryZone.s | 2 - libc/nt/ntdll/RtlLockModuleSection.S | 2 + libc/nt/ntdll/RtlLockModuleSection.s | 2 - libc/nt/ntdll/RtlLogStackBackTrace.S | 2 + libc/nt/ntdll/RtlLogStackBackTrace.s | 2 - libc/nt/ntdll/RtlLookupAtomInAtomTable.S | 2 + libc/nt/ntdll/RtlLookupAtomInAtomTable.s | 2 - libc/nt/ntdll/RtlLookupElementGenericTable.S | 2 + libc/nt/ntdll/RtlLookupElementGenericTable.s | 2 - .../ntdll/RtlLookupElementGenericTableAvl.S | 2 + .../ntdll/RtlLookupElementGenericTableAvl.s | 2 - .../ntdll/RtlLookupElementGenericTableFull.S | 2 + .../ntdll/RtlLookupElementGenericTableFull.s | 2 - .../RtlLookupElementGenericTableFullAvl.S | 2 + .../RtlLookupElementGenericTableFullAvl.s | 2 - libc/nt/ntdll/RtlLookupEntryHashTable.S | 2 + libc/nt/ntdll/RtlLookupEntryHashTable.s | 2 - ...ookupFirstMatchingElementGenericTableAvl.S | 2 + ...ookupFirstMatchingElementGenericTableAvl.s | 2 - libc/nt/ntdll/RtlLookupFunctionEntry.S | 2 + libc/nt/ntdll/RtlLookupFunctionEntry.s | 2 - libc/nt/ntdll/RtlLookupFunctionTable.S | 2 + libc/nt/ntdll/RtlLookupFunctionTable.s | 2 - libc/nt/ntdll/RtlMakeSelfRelativeSD.S | 2 + libc/nt/ntdll/RtlMakeSelfRelativeSD.s | 2 - libc/nt/ntdll/RtlMapGenericMask.S | 2 + libc/nt/ntdll/RtlMapGenericMask.s | 2 - libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.S | 2 + libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.s | 2 - libc/nt/ntdll/RtlMoveMemory.S | 2 + libc/nt/ntdll/RtlMoveMemory.s | 2 - .../ntdll/RtlMultiAppendUnicodeStringBuffer.S | 2 + .../ntdll/RtlMultiAppendUnicodeStringBuffer.s | 2 - libc/nt/ntdll/RtlMultiByteToUnicodeN.S | 2 + libc/nt/ntdll/RtlMultiByteToUnicodeN.s | 2 - libc/nt/ntdll/RtlMultiByteToUnicodeSize.S | 2 + libc/nt/ntdll/RtlMultiByteToUnicodeSize.s | 2 - libc/nt/ntdll/RtlMultipleAllocateHeap.S | 2 + libc/nt/ntdll/RtlMultipleAllocateHeap.s | 2 - libc/nt/ntdll/RtlMultipleFreeHeap.S | 2 + libc/nt/ntdll/RtlMultipleFreeHeap.s | 2 - libc/nt/ntdll/RtlNewInstanceSecurityObject.S | 2 + libc/nt/ntdll/RtlNewInstanceSecurityObject.s | 2 - libc/nt/ntdll/RtlNewSecurityGrantedAccess.S | 2 + libc/nt/ntdll/RtlNewSecurityGrantedAccess.s | 2 - libc/nt/ntdll/RtlNewSecurityObject.S | 2 + libc/nt/ntdll/RtlNewSecurityObject.s | 2 - libc/nt/ntdll/RtlNewSecurityObjectEx.S | 2 + libc/nt/ntdll/RtlNewSecurityObjectEx.s | 2 - ...NewSecurityObjectWithMultipleInheritance.S | 2 + ...NewSecurityObjectWithMultipleInheritance.s | 2 - libc/nt/ntdll/RtlNormalizeProcessParams.S | 2 + libc/nt/ntdll/RtlNormalizeProcessParams.s | 2 - libc/nt/ntdll/RtlNormalizeString.S | 2 + libc/nt/ntdll/RtlNormalizeString.s | 2 - libc/nt/ntdll/RtlNtPathNameToDosPathName.S | 2 + libc/nt/ntdll/RtlNtPathNameToDosPathName.s | 2 - libc/nt/ntdll/RtlNtStatusToDosError.S | 17 + libc/nt/ntdll/RtlNtStatusToDosError.s | 15 - libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.S | 2 + libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.s | 2 - libc/nt/ntdll/RtlNtdllName.S | 2 + libc/nt/ntdll/RtlNtdllName.s | 2 - libc/nt/ntdll/RtlNumberGenericTableElements.S | 2 + libc/nt/ntdll/RtlNumberGenericTableElements.s | 2 - .../ntdll/RtlNumberGenericTableElementsAvl.S | 2 + .../ntdll/RtlNumberGenericTableElementsAvl.s | 2 - libc/nt/ntdll/RtlNumberOfClearBits.S | 2 + libc/nt/ntdll/RtlNumberOfClearBits.s | 2 - libc/nt/ntdll/RtlNumberOfClearBitsInRange.S | 2 + libc/nt/ntdll/RtlNumberOfClearBitsInRange.s | 2 - libc/nt/ntdll/RtlNumberOfSetBits.S | 2 + libc/nt/ntdll/RtlNumberOfSetBits.s | 2 - libc/nt/ntdll/RtlNumberOfSetBitsInRange.S | 2 + libc/nt/ntdll/RtlNumberOfSetBitsInRange.s | 2 - libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.S | 2 + libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.s | 2 - libc/nt/ntdll/RtlOemStringToUnicodeSize.S | 2 + libc/nt/ntdll/RtlOemStringToUnicodeSize.s | 2 - libc/nt/ntdll/RtlOemStringToUnicodeString.S | 2 + libc/nt/ntdll/RtlOemStringToUnicodeString.s | 2 - libc/nt/ntdll/RtlOemToUnicodeN.S | 2 + libc/nt/ntdll/RtlOemToUnicodeN.s | 2 - libc/nt/ntdll/RtlOpenCurrentUser.S | 2 + libc/nt/ntdll/RtlOpenCurrentUser.s | 2 - libc/nt/ntdll/RtlOsDeploymentState.S | 2 + libc/nt/ntdll/RtlOsDeploymentState.s | 2 - libc/nt/ntdll/RtlOwnerAcesPresent.S | 2 + libc/nt/ntdll/RtlOwnerAcesPresent.s | 2 - libc/nt/ntdll/RtlPcToFileHeader.S | 2 + libc/nt/ntdll/RtlPcToFileHeader.s | 2 - libc/nt/ntdll/RtlPinAtomInAtomTable.S | 2 + libc/nt/ntdll/RtlPinAtomInAtomTable.s | 2 - libc/nt/ntdll/RtlPopFrame.S | 2 + libc/nt/ntdll/RtlPopFrame.s | 2 - libc/nt/ntdll/RtlPrefixString.S | 2 + libc/nt/ntdll/RtlPrefixString.s | 2 - libc/nt/ntdll/RtlPrefixUnicodeString.S | 2 + libc/nt/ntdll/RtlPrefixUnicodeString.s | 2 - libc/nt/ntdll/RtlPrepareForProcessCloning.S | 2 + libc/nt/ntdll/RtlPrepareForProcessCloning.s | 2 - libc/nt/ntdll/RtlProcessFlsData.S | 2 + libc/nt/ntdll/RtlProcessFlsData.s | 2 - libc/nt/ntdll/RtlProtectHeap.S | 2 + libc/nt/ntdll/RtlProtectHeap.s | 2 - libc/nt/ntdll/RtlPublishWnfStateData.S | 2 + libc/nt/ntdll/RtlPublishWnfStateData.s | 2 - libc/nt/ntdll/RtlPushFrame.S | 2 + libc/nt/ntdll/RtlPushFrame.s | 2 - ...ueryActivationContextApplicationSettings.S | 2 + ...ueryActivationContextApplicationSettings.s | 2 - libc/nt/ntdll/RtlQueryAtomInAtomTable.S | 2 + libc/nt/ntdll/RtlQueryAtomInAtomTable.s | 2 - libc/nt/ntdll/RtlQueryCriticalSectionOwner.S | 2 + libc/nt/ntdll/RtlQueryCriticalSectionOwner.s | 2 - libc/nt/ntdll/RtlQueryDepthSList.S | 2 + libc/nt/ntdll/RtlQueryDepthSList.s | 2 - .../RtlQueryDynamicTimeZoneInformation.S | 2 + .../RtlQueryDynamicTimeZoneInformation.s | 2 - libc/nt/ntdll/RtlQueryElevationFlags.S | 2 + libc/nt/ntdll/RtlQueryElevationFlags.s | 2 - libc/nt/ntdll/RtlQueryEnvironmentVariable.S | 14 + libc/nt/ntdll/RtlQueryEnvironmentVariable.s | 12 - libc/nt/ntdll/RtlQueryEnvironmentVariable_U.S | 2 + libc/nt/ntdll/RtlQueryEnvironmentVariable_U.s | 2 - libc/nt/ntdll/RtlQueryHeapInformation.S | 2 + libc/nt/ntdll/RtlQueryHeapInformation.s | 2 - libc/nt/ntdll/RtlQueryImageMitigationPolicy.S | 2 + libc/nt/ntdll/RtlQueryImageMitigationPolicy.s | 2 - libc/nt/ntdll/RtlQueryInformationAcl.S | 2 + libc/nt/ntdll/RtlQueryInformationAcl.s | 2 - .../RtlQueryInformationActivationContext.S | 2 + .../RtlQueryInformationActivationContext.s | 2 - ...lQueryInformationActiveActivationContext.S | 2 + ...lQueryInformationActiveActivationContext.s | 2 - libc/nt/ntdll/RtlQueryInterfaceMemoryStream.S | 2 + libc/nt/ntdll/RtlQueryInterfaceMemoryStream.s | 2 - libc/nt/ntdll/RtlQueryModuleInformation.S | 2 + libc/nt/ntdll/RtlQueryModuleInformation.s | 2 - libc/nt/ntdll/RtlQueryPackageClaims.S | 2 + libc/nt/ntdll/RtlQueryPackageClaims.s | 2 - libc/nt/ntdll/RtlQueryPackageIdentity.S | 2 + libc/nt/ntdll/RtlQueryPackageIdentity.s | 2 - libc/nt/ntdll/RtlQueryPackageIdentityEx.S | 2 + libc/nt/ntdll/RtlQueryPackageIdentityEx.s | 2 - libc/nt/ntdll/RtlQueryPerformanceCounter.S | 2 + libc/nt/ntdll/RtlQueryPerformanceCounter.s | 2 - libc/nt/ntdll/RtlQueryPerformanceFrequency.S | 2 + libc/nt/ntdll/RtlQueryPerformanceFrequency.s | 2 - .../RtlQueryProcessBackTraceInformation.S | 2 + .../RtlQueryProcessBackTraceInformation.s | 2 - .../ntdll/RtlQueryProcessDebugInformation.S | 2 + .../ntdll/RtlQueryProcessDebugInformation.s | 2 - .../nt/ntdll/RtlQueryProcessHeapInformation.S | 2 + .../nt/ntdll/RtlQueryProcessHeapInformation.s | 2 - .../nt/ntdll/RtlQueryProcessLockInformation.S | 2 + .../nt/ntdll/RtlQueryProcessLockInformation.s | 2 - ...QueryProcessPlaceholderCompatibilityMode.S | 2 + ...QueryProcessPlaceholderCompatibilityMode.s | 2 - libc/nt/ntdll/RtlQueryProtectedPolicy.S | 2 + libc/nt/ntdll/RtlQueryProtectedPolicy.s | 2 - .../ntdll/RtlQueryRegistryValueWithFallback.S | 2 + .../ntdll/RtlQueryRegistryValueWithFallback.s | 2 - libc/nt/ntdll/RtlQueryRegistryValues.S | 2 + libc/nt/ntdll/RtlQueryRegistryValues.s | 2 - libc/nt/ntdll/RtlQueryRegistryValuesEx.S | 2 + libc/nt/ntdll/RtlQueryRegistryValuesEx.s | 2 - libc/nt/ntdll/RtlQueryResourcePolicy.S | 2 + libc/nt/ntdll/RtlQueryResourcePolicy.s | 2 - libc/nt/ntdll/RtlQuerySecurityObject.S | 2 + libc/nt/ntdll/RtlQuerySecurityObject.s | 2 - libc/nt/ntdll/RtlQueryTagHeap.S | 2 + libc/nt/ntdll/RtlQueryTagHeap.s | 2 - ...lQueryThreadPlaceholderCompatibilityMode.S | 2 + ...lQueryThreadPlaceholderCompatibilityMode.s | 2 - libc/nt/ntdll/RtlQueryThreadProfiling.S | 2 + libc/nt/ntdll/RtlQueryThreadProfiling.s | 2 - libc/nt/ntdll/RtlQueryTimeZoneInformation.S | 2 + libc/nt/ntdll/RtlQueryTimeZoneInformation.s | 2 - libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.S | 2 + libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.s | 2 - libc/nt/ntdll/RtlQueryUmsThreadInformation.S | 2 + libc/nt/ntdll/RtlQueryUmsThreadInformation.s | 2 - libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.S | 2 + libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.s | 2 - libc/nt/ntdll/RtlQueryValidationRunlevel.S | 2 + libc/nt/ntdll/RtlQueryValidationRunlevel.s | 2 - libc/nt/ntdll/RtlQueryWnfMetaNotification.S | 2 + libc/nt/ntdll/RtlQueryWnfMetaNotification.s | 2 - libc/nt/ntdll/RtlQueryWnfStateData.S | 2 + libc/nt/ntdll/RtlQueryWnfStateData.s | 2 - .../RtlQueryWnfStateDataWithExplicitScope.S | 2 + .../RtlQueryWnfStateDataWithExplicitScope.s | 2 - libc/nt/ntdll/RtlQueueWorkItem.S | 2 + libc/nt/ntdll/RtlQueueWorkItem.s | 2 - .../ntdll/RtlRaiseCustomSystemEventTrigger.S | 2 + .../ntdll/RtlRaiseCustomSystemEventTrigger.s | 2 - libc/nt/ntdll/RtlRaiseException.S | 2 + libc/nt/ntdll/RtlRaiseException.s | 2 - libc/nt/ntdll/RtlRaiseStatus.S | 2 + libc/nt/ntdll/RtlRaiseStatus.s | 2 - libc/nt/ntdll/RtlRandom.S | 2 + libc/nt/ntdll/RtlRandom.s | 2 - libc/nt/ntdll/RtlRandomEx.S | 2 + libc/nt/ntdll/RtlRandomEx.s | 2 - libc/nt/ntdll/RtlRbInsertNodeEx.S | 2 + libc/nt/ntdll/RtlRbInsertNodeEx.s | 2 - libc/nt/ntdll/RtlRbRemoveNode.S | 2 + libc/nt/ntdll/RtlRbRemoveNode.s | 2 - libc/nt/ntdll/RtlReAllocateHeap.S | 14 + libc/nt/ntdll/RtlReAllocateHeap.s | 12 - libc/nt/ntdll/RtlReadMemoryStream.S | 2 + libc/nt/ntdll/RtlReadMemoryStream.s | 2 - .../ntdll/RtlReadOutOfProcessMemoryStream.S | 2 + .../ntdll/RtlReadOutOfProcessMemoryStream.s | 2 - libc/nt/ntdll/RtlReadThreadProfilingData.S | 2 + libc/nt/ntdll/RtlReadThreadProfilingData.s | 2 - libc/nt/ntdll/RtlRealPredecessor.S | 2 + libc/nt/ntdll/RtlRealPredecessor.s | 2 - libc/nt/ntdll/RtlRealSuccessor.S | 2 + libc/nt/ntdll/RtlRealSuccessor.s | 2 - .../ntdll/RtlRegisterForWnfMetaNotification.S | 2 + .../ntdll/RtlRegisterForWnfMetaNotification.s | 2 - .../RtlRegisterSecureMemoryCacheCallback.S | 2 + .../RtlRegisterSecureMemoryCacheCallback.s | 2 - libc/nt/ntdll/RtlRegisterThreadWithCsrss.S | 2 + libc/nt/ntdll/RtlRegisterThreadWithCsrss.s | 2 - libc/nt/ntdll/RtlRegisterWait.S | 2 + libc/nt/ntdll/RtlRegisterWait.s | 2 - libc/nt/ntdll/RtlReleaseActivationContext.S | 2 + libc/nt/ntdll/RtlReleaseActivationContext.s | 2 - libc/nt/ntdll/RtlReleaseMemoryStream.S | 2 + libc/nt/ntdll/RtlReleaseMemoryStream.s | 2 - libc/nt/ntdll/RtlReleasePath.S | 2 + libc/nt/ntdll/RtlReleasePath.s | 2 - libc/nt/ntdll/RtlReleasePebLock.S | 2 + libc/nt/ntdll/RtlReleasePebLock.s | 2 - libc/nt/ntdll/RtlReleasePrivilege.S | 2 + libc/nt/ntdll/RtlReleasePrivilege.s | 2 - libc/nt/ntdll/RtlReleaseRelativeName.S | 2 + libc/nt/ntdll/RtlReleaseRelativeName.s | 2 - libc/nt/ntdll/RtlReleaseResource.S | 2 + libc/nt/ntdll/RtlReleaseResource.s | 2 - libc/nt/ntdll/RtlReleaseSRWLockExclusive.S | 2 + libc/nt/ntdll/RtlReleaseSRWLockExclusive.s | 2 - libc/nt/ntdll/RtlReleaseSRWLockShared.S | 2 + libc/nt/ntdll/RtlReleaseSRWLockShared.s | 2 - libc/nt/ntdll/RtlRemoteCall.S | 2 + libc/nt/ntdll/RtlRemoteCall.s | 2 - libc/nt/ntdll/RtlRemoveEntryHashTable.S | 2 + libc/nt/ntdll/RtlRemoveEntryHashTable.s | 2 - libc/nt/ntdll/RtlRemovePrivileges.S | 2 + libc/nt/ntdll/RtlRemovePrivileges.s | 2 - .../ntdll/RtlRemoveVectoredContinueHandler.S | 2 + .../ntdll/RtlRemoveVectoredContinueHandler.s | 2 - .../ntdll/RtlRemoveVectoredExceptionHandler.S | 2 + .../ntdll/RtlRemoveVectoredExceptionHandler.s | 2 - libc/nt/ntdll/RtlReplaceSidInSd.S | 2 + libc/nt/ntdll/RtlReplaceSidInSd.s | 2 - .../ntdll/RtlReplaceSystemDirectoryInPath.S | 2 + .../ntdll/RtlReplaceSystemDirectoryInPath.s | 2 - libc/nt/ntdll/RtlReportException.S | 2 + libc/nt/ntdll/RtlReportException.s | 2 - libc/nt/ntdll/RtlReportExceptionEx.S | 2 + libc/nt/ntdll/RtlReportExceptionEx.s | 2 - libc/nt/ntdll/RtlReportSilentProcessExit.S | 2 + libc/nt/ntdll/RtlReportSilentProcessExit.s | 2 - libc/nt/ntdll/RtlReportSqmEscalation.S | 2 + libc/nt/ntdll/RtlReportSqmEscalation.s | 2 - libc/nt/ntdll/RtlResetMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlResetMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlResetMemoryZone.S | 2 + libc/nt/ntdll/RtlResetMemoryZone.s | 2 - libc/nt/ntdll/RtlResetNtUserPfn.S | 2 + libc/nt/ntdll/RtlResetNtUserPfn.s | 2 - libc/nt/ntdll/RtlResetRtlTranslations.S | 2 + libc/nt/ntdll/RtlResetRtlTranslations.s | 2 - libc/nt/ntdll/RtlRestoreBootStatusDefaults.S | 2 + libc/nt/ntdll/RtlRestoreBootStatusDefaults.s | 2 - libc/nt/ntdll/RtlRestoreContext.S | 2 + libc/nt/ntdll/RtlRestoreContext.s | 2 - libc/nt/ntdll/RtlRestoreLastWin32Error.S | 2 + libc/nt/ntdll/RtlRestoreLastWin32Error.s | 2 - .../RtlRestoreSystemBootStatusDefaults.S | 2 + .../RtlRestoreSystemBootStatusDefaults.s | 2 - libc/nt/ntdll/RtlRetrieveNtUserPfn.S | 2 + libc/nt/ntdll/RtlRetrieveNtUserPfn.s | 2 - libc/nt/ntdll/RtlRevertMemoryStream.S | 2 + libc/nt/ntdll/RtlRevertMemoryStream.s | 2 - libc/nt/ntdll/RtlRunDecodeUnicodeString.S | 2 + libc/nt/ntdll/RtlRunDecodeUnicodeString.s | 2 - libc/nt/ntdll/RtlRunEncodeUnicodeString.S | 2 + libc/nt/ntdll/RtlRunEncodeUnicodeString.s | 2 - libc/nt/ntdll/RtlRunOnceBeginInitialize.S | 2 + libc/nt/ntdll/RtlRunOnceBeginInitialize.s | 2 - libc/nt/ntdll/RtlRunOnceComplete.S | 2 + libc/nt/ntdll/RtlRunOnceComplete.s | 2 - libc/nt/ntdll/RtlRunOnceExecuteOnce.S | 2 + libc/nt/ntdll/RtlRunOnceExecuteOnce.s | 2 - libc/nt/ntdll/RtlRunOnceInitialize.S | 2 + libc/nt/ntdll/RtlRunOnceInitialize.s | 2 - libc/nt/ntdll/RtlSecondsSince1970ToTime.S | 2 + libc/nt/ntdll/RtlSecondsSince1970ToTime.s | 2 - libc/nt/ntdll/RtlSecondsSince1980ToTime.S | 2 + libc/nt/ntdll/RtlSecondsSince1980ToTime.s | 2 - libc/nt/ntdll/RtlSeekMemoryStream.S | 2 + libc/nt/ntdll/RtlSeekMemoryStream.s | 2 - libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.S | 2 + libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.s | 2 - libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.S | 2 + libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.s | 2 - libc/nt/ntdll/RtlSendMsgToSm.S | 2 + libc/nt/ntdll/RtlSendMsgToSm.s | 2 - libc/nt/ntdll/RtlSetAllBits.S | 2 + libc/nt/ntdll/RtlSetAllBits.s | 2 - .../RtlSetAttributesSecurityDescriptor.S | 2 + .../RtlSetAttributesSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlSetBit.S | 2 + libc/nt/ntdll/RtlSetBit.s | 2 - libc/nt/ntdll/RtlSetBits.S | 2 + libc/nt/ntdll/RtlSetBits.s | 2 - .../ntdll/RtlSetControlSecurityDescriptor.S | 2 + .../ntdll/RtlSetControlSecurityDescriptor.s | 2 - .../nt/ntdll/RtlSetCriticalSectionSpinCount.S | 2 + .../nt/ntdll/RtlSetCriticalSectionSpinCount.s | 2 - libc/nt/ntdll/RtlSetCurrentDirectory_U.S | 2 + libc/nt/ntdll/RtlSetCurrentDirectory_U.s | 2 - libc/nt/ntdll/RtlSetCurrentEnvironment.S | 2 + libc/nt/ntdll/RtlSetCurrentEnvironment.s | 2 - libc/nt/ntdll/RtlSetCurrentTransaction.S | 2 + libc/nt/ntdll/RtlSetCurrentTransaction.s | 2 - libc/nt/ntdll/RtlSetDaclSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlSetDaclSecurityDescriptor.s | 2 - .../ntdll/RtlSetDynamicTimeZoneInformation.S | 2 + .../ntdll/RtlSetDynamicTimeZoneInformation.s | 2 - libc/nt/ntdll/RtlSetEnvironmentStrings.S | 2 + libc/nt/ntdll/RtlSetEnvironmentStrings.s | 2 - libc/nt/ntdll/RtlSetEnvironmentVar.S | 2 + libc/nt/ntdll/RtlSetEnvironmentVar.s | 2 - libc/nt/ntdll/RtlSetEnvironmentVariable.S | 2 + libc/nt/ntdll/RtlSetEnvironmentVariable.s | 2 - libc/nt/ntdll/RtlSetExtendedFeaturesMask.S | 2 + libc/nt/ntdll/RtlSetExtendedFeaturesMask.s | 2 - libc/nt/ntdll/RtlSetGroupSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlSetGroupSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlSetHeapInformation.S | 2 + libc/nt/ntdll/RtlSetHeapInformation.s | 2 - libc/nt/ntdll/RtlSetImageMitigationPolicy.S | 2 + libc/nt/ntdll/RtlSetImageMitigationPolicy.s | 2 - libc/nt/ntdll/RtlSetInformationAcl.S | 2 + libc/nt/ntdll/RtlSetInformationAcl.s | 2 - libc/nt/ntdll/RtlSetIoCompletionCallback.S | 2 + libc/nt/ntdll/RtlSetIoCompletionCallback.s | 2 - libc/nt/ntdll/RtlSetLastWin32Error.S | 2 + libc/nt/ntdll/RtlSetLastWin32Error.s | 2 - ...SetLastWin32ErrorAndNtStatusFromNtStatus.S | 2 + ...SetLastWin32ErrorAndNtStatusFromNtStatus.s | 2 - libc/nt/ntdll/RtlSetMemoryStreamSize.S | 2 + libc/nt/ntdll/RtlSetMemoryStreamSize.s | 2 - libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlSetPortableOperatingSystem.S | 2 + libc/nt/ntdll/RtlSetPortableOperatingSystem.s | 2 - libc/nt/ntdll/RtlSetProcessDebugInformation.S | 2 + libc/nt/ntdll/RtlSetProcessDebugInformation.s | 2 - libc/nt/ntdll/RtlSetProcessIsCritical.S | 2 + libc/nt/ntdll/RtlSetProcessIsCritical.s | 2 - ...tlSetProcessPlaceholderCompatibilityMode.S | 2 + ...tlSetProcessPlaceholderCompatibilityMode.s | 2 - .../ntdll/RtlSetProcessPreferredUILanguages.S | 2 + .../ntdll/RtlSetProcessPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlSetProtectedPolicy.S | 2 + libc/nt/ntdll/RtlSetProtectedPolicy.s | 2 - libc/nt/ntdll/RtlSetProxiedProcessId.S | 2 + libc/nt/ntdll/RtlSetProxiedProcessId.s | 2 - libc/nt/ntdll/RtlSetSaclSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlSetSaclSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlSetSearchPathMode.S | 2 + libc/nt/ntdll/RtlSetSearchPathMode.s | 2 - .../ntdll/RtlSetSecurityDescriptorRMControl.S | 2 + .../ntdll/RtlSetSecurityDescriptorRMControl.s | 2 - libc/nt/ntdll/RtlSetSecurityObject.S | 2 + libc/nt/ntdll/RtlSetSecurityObject.s | 2 - libc/nt/ntdll/RtlSetSecurityObjectEx.S | 2 + libc/nt/ntdll/RtlSetSecurityObjectEx.s | 2 - libc/nt/ntdll/RtlSetSystemBootStatus.S | 2 + libc/nt/ntdll/RtlSetSystemBootStatus.s | 2 - libc/nt/ntdll/RtlSetSystemBootStatusEx.S | 2 + libc/nt/ntdll/RtlSetSystemBootStatusEx.s | 2 - libc/nt/ntdll/RtlSetThreadErrorMode.S | 2 + libc/nt/ntdll/RtlSetThreadErrorMode.s | 2 - libc/nt/ntdll/RtlSetThreadIsCritical.S | 2 + libc/nt/ntdll/RtlSetThreadIsCritical.s | 2 - ...RtlSetThreadPlaceholderCompatibilityMode.S | 2 + ...RtlSetThreadPlaceholderCompatibilityMode.s | 2 - libc/nt/ntdll/RtlSetThreadPoolStartFunc.S | 2 + libc/nt/ntdll/RtlSetThreadPoolStartFunc.s | 2 - .../ntdll/RtlSetThreadPreferredUILanguages.S | 2 + .../ntdll/RtlSetThreadPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlSetThreadSubProcessTag.S | 2 + libc/nt/ntdll/RtlSetThreadSubProcessTag.s | 2 - .../nt/ntdll/RtlSetThreadWorkOnBehalfTicket.S | 2 + .../nt/ntdll/RtlSetThreadWorkOnBehalfTicket.s | 2 - libc/nt/ntdll/RtlSetTimeZoneInformation.S | 2 + libc/nt/ntdll/RtlSetTimeZoneInformation.s | 2 - libc/nt/ntdll/RtlSetTimer.S | 2 + libc/nt/ntdll/RtlSetTimer.s | 2 - libc/nt/ntdll/RtlSetUmsThreadInformation.S | 2 + libc/nt/ntdll/RtlSetUmsThreadInformation.s | 2 - .../nt/ntdll/RtlSetUnhandledExceptionFilter.S | 2 + .../nt/ntdll/RtlSetUnhandledExceptionFilter.s | 2 - libc/nt/ntdll/RtlSetUserFlagsHeap.S | 2 + libc/nt/ntdll/RtlSetUserFlagsHeap.s | 2 - libc/nt/ntdll/RtlSetUserValueHeap.S | 2 + libc/nt/ntdll/RtlSetUserValueHeap.s | 2 - libc/nt/ntdll/RtlSidDominates.S | 2 + libc/nt/ntdll/RtlSidDominates.s | 2 - libc/nt/ntdll/RtlSidDominatesForTrust.S | 2 + libc/nt/ntdll/RtlSidDominatesForTrust.s | 2 - libc/nt/ntdll/RtlSidEqualLevel.S | 2 + libc/nt/ntdll/RtlSidEqualLevel.s | 2 - libc/nt/ntdll/RtlSidHashInitialize.S | 2 + libc/nt/ntdll/RtlSidHashInitialize.s | 2 - libc/nt/ntdll/RtlSidHashLookup.S | 2 + libc/nt/ntdll/RtlSidHashLookup.s | 2 - libc/nt/ntdll/RtlSidIsHigherLevel.S | 2 + libc/nt/ntdll/RtlSidIsHigherLevel.s | 2 - libc/nt/ntdll/RtlSizeHeap.S | 14 + libc/nt/ntdll/RtlSizeHeap.s | 12 - libc/nt/ntdll/RtlSleepConditionVariableCS.S | 2 + libc/nt/ntdll/RtlSleepConditionVariableCS.s | 2 - libc/nt/ntdll/RtlSleepConditionVariableSRW.S | 2 + libc/nt/ntdll/RtlSleepConditionVariableSRW.s | 2 - libc/nt/ntdll/RtlSplay.S | 2 + libc/nt/ntdll/RtlSplay.s | 2 - libc/nt/ntdll/RtlStartRXact.S | 2 + libc/nt/ntdll/RtlStartRXact.s | 2 - libc/nt/ntdll/RtlStatMemoryStream.S | 2 + libc/nt/ntdll/RtlStatMemoryStream.s | 2 - libc/nt/ntdll/RtlStringFromGUID.S | 2 + libc/nt/ntdll/RtlStringFromGUID.s | 2 - libc/nt/ntdll/RtlStringFromGUIDEx.S | 2 + libc/nt/ntdll/RtlStringFromGUIDEx.s | 2 - .../RtlStronglyEnumerateEntryHashTable.S | 2 + .../RtlStronglyEnumerateEntryHashTable.s | 2 - libc/nt/ntdll/RtlSubAuthorityCountSid.S | 2 + libc/nt/ntdll/RtlSubAuthorityCountSid.s | 2 - libc/nt/ntdll/RtlSubAuthoritySid.S | 2 + libc/nt/ntdll/RtlSubAuthoritySid.s | 2 - .../RtlSubscribeWnfStateChangeNotification.S | 2 + .../RtlSubscribeWnfStateChangeNotification.s | 2 - libc/nt/ntdll/RtlSubtreePredecessor.S | 2 + libc/nt/ntdll/RtlSubtreePredecessor.s | 2 - libc/nt/ntdll/RtlSubtreeSuccessor.S | 2 + libc/nt/ntdll/RtlSubtreeSuccessor.s | 2 - libc/nt/ntdll/RtlSwitchedVVI.S | 2 + libc/nt/ntdll/RtlSwitchedVVI.s | 2 - libc/nt/ntdll/RtlSystemTimeToLocalTime.S | 2 + libc/nt/ntdll/RtlSystemTimeToLocalTime.s | 2 - libc/nt/ntdll/RtlTestAndPublishWnfStateData.S | 2 + libc/nt/ntdll/RtlTestAndPublishWnfStateData.s | 2 - libc/nt/ntdll/RtlTestBit.S | 2 + libc/nt/ntdll/RtlTestBit.s | 2 - libc/nt/ntdll/RtlTestBitEx.S | 2 + libc/nt/ntdll/RtlTestBitEx.s | 2 - libc/nt/ntdll/RtlTestProtectedAccess.S | 2 + libc/nt/ntdll/RtlTestProtectedAccess.s | 2 - libc/nt/ntdll/RtlTimeFieldsToTime.S | 2 + libc/nt/ntdll/RtlTimeFieldsToTime.s | 2 - libc/nt/ntdll/RtlTimeToElapsedTimeFields.S | 2 + libc/nt/ntdll/RtlTimeToElapsedTimeFields.s | 2 - libc/nt/ntdll/RtlTimeToSecondsSince1970.S | 2 + libc/nt/ntdll/RtlTimeToSecondsSince1970.s | 2 - libc/nt/ntdll/RtlTimeToSecondsSince1980.S | 2 + libc/nt/ntdll/RtlTimeToSecondsSince1980.s | 2 - libc/nt/ntdll/RtlTimeToTimeFields.S | 2 + libc/nt/ntdll/RtlTimeToTimeFields.s | 2 - libc/nt/ntdll/RtlTraceDatabaseAdd.S | 2 + libc/nt/ntdll/RtlTraceDatabaseAdd.s | 2 - libc/nt/ntdll/RtlTraceDatabaseCreate.S | 2 + libc/nt/ntdll/RtlTraceDatabaseCreate.s | 2 - libc/nt/ntdll/RtlTraceDatabaseDestroy.S | 2 + libc/nt/ntdll/RtlTraceDatabaseDestroy.s | 2 - libc/nt/ntdll/RtlTraceDatabaseEnumerate.S | 2 + libc/nt/ntdll/RtlTraceDatabaseEnumerate.s | 2 - libc/nt/ntdll/RtlTraceDatabaseFind.S | 2 + libc/nt/ntdll/RtlTraceDatabaseFind.s | 2 - libc/nt/ntdll/RtlTraceDatabaseLock.S | 2 + libc/nt/ntdll/RtlTraceDatabaseLock.s | 2 - libc/nt/ntdll/RtlTraceDatabaseUnlock.S | 2 + libc/nt/ntdll/RtlTraceDatabaseUnlock.s | 2 - libc/nt/ntdll/RtlTraceDatabaseValidate.S | 2 + libc/nt/ntdll/RtlTraceDatabaseValidate.s | 2 - libc/nt/ntdll/RtlTryAcquirePebLock.S | 2 + libc/nt/ntdll/RtlTryAcquirePebLock.s | 2 - libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.S | 2 + libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.s | 2 - libc/nt/ntdll/RtlTryAcquireSRWLockShared.S | 2 + libc/nt/ntdll/RtlTryAcquireSRWLockShared.s | 2 - ...ConvertSRWLockSharedToExclusiveOrRelease.S | 2 + ...ConvertSRWLockSharedToExclusiveOrRelease.s | 2 - libc/nt/ntdll/RtlTryEnterCriticalSection.S | 17 + libc/nt/ntdll/RtlTryEnterCriticalSection.s | 15 - libc/nt/ntdll/RtlUTF8ToUnicodeN.S | 2 + libc/nt/ntdll/RtlUTF8ToUnicodeN.s | 2 - libc/nt/ntdll/RtlUmsThreadYield.S | 2 + libc/nt/ntdll/RtlUmsThreadYield.s | 2 - libc/nt/ntdll/RtlUnhandledExceptionFilter.S | 2 + libc/nt/ntdll/RtlUnhandledExceptionFilter.s | 2 - libc/nt/ntdll/RtlUnhandledExceptionFilter2.S | 2 + libc/nt/ntdll/RtlUnhandledExceptionFilter2.s | 2 - libc/nt/ntdll/RtlUnicodeStringToAnsiSize.S | 2 + libc/nt/ntdll/RtlUnicodeStringToAnsiSize.s | 2 - libc/nt/ntdll/RtlUnicodeStringToAnsiString.S | 2 + libc/nt/ntdll/RtlUnicodeStringToAnsiString.s | 2 - .../RtlUnicodeStringToCountedOemString.S | 2 + .../RtlUnicodeStringToCountedOemString.s | 2 - libc/nt/ntdll/RtlUnicodeStringToInteger.S | 2 + libc/nt/ntdll/RtlUnicodeStringToInteger.s | 2 - libc/nt/ntdll/RtlUnicodeStringToOemSize.S | 2 + libc/nt/ntdll/RtlUnicodeStringToOemSize.s | 2 - libc/nt/ntdll/RtlUnicodeStringToOemString.S | 2 + libc/nt/ntdll/RtlUnicodeStringToOemString.s | 2 - libc/nt/ntdll/RtlUnicodeToCustomCPN.S | 2 + libc/nt/ntdll/RtlUnicodeToCustomCPN.s | 2 - libc/nt/ntdll/RtlUnicodeToMultiByteN.S | 2 + libc/nt/ntdll/RtlUnicodeToMultiByteN.s | 2 - libc/nt/ntdll/RtlUnicodeToMultiByteSize.S | 2 + libc/nt/ntdll/RtlUnicodeToMultiByteSize.s | 2 - libc/nt/ntdll/RtlUnicodeToOemN.S | 2 + libc/nt/ntdll/RtlUnicodeToOemN.s | 2 - libc/nt/ntdll/RtlUnicodeToUTF8N.S | 2 + libc/nt/ntdll/RtlUnicodeToUTF8N.s | 2 - libc/nt/ntdll/RtlUniform.S | 2 + libc/nt/ntdll/RtlUniform.s | 2 - libc/nt/ntdll/RtlUnlockBootStatusData.S | 2 + libc/nt/ntdll/RtlUnlockBootStatusData.s | 2 - libc/nt/ntdll/RtlUnlockCurrentThread.S | 2 + libc/nt/ntdll/RtlUnlockCurrentThread.s | 2 - libc/nt/ntdll/RtlUnlockHeap.S | 17 + libc/nt/ntdll/RtlUnlockHeap.s | 15 - libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.S | 2 + libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.s | 2 - libc/nt/ntdll/RtlUnlockMemoryStreamRegion.S | 2 + libc/nt/ntdll/RtlUnlockMemoryStreamRegion.s | 2 - libc/nt/ntdll/RtlUnlockMemoryZone.S | 2 + libc/nt/ntdll/RtlUnlockMemoryZone.s | 2 - libc/nt/ntdll/RtlUnlockModuleSection.S | 2 + libc/nt/ntdll/RtlUnlockModuleSection.s | 2 - ...ubscribeWnfNotificationWaitForCompletion.S | 2 + ...ubscribeWnfNotificationWaitForCompletion.s | 2 - ...ibeWnfNotificationWithCompletionCallback.S | 2 + ...ibeWnfNotificationWithCompletionCallback.s | 2 - ...RtlUnsubscribeWnfStateChangeNotification.S | 2 + ...RtlUnsubscribeWnfStateChangeNotification.s | 2 - libc/nt/ntdll/RtlUnwind.S | 2 + libc/nt/ntdll/RtlUnwind.s | 2 - libc/nt/ntdll/RtlUnwindEx.S | 2 + libc/nt/ntdll/RtlUnwindEx.s | 2 - libc/nt/ntdll/RtlUpcaseUnicodeChar.S | 2 + libc/nt/ntdll/RtlUpcaseUnicodeChar.s | 2 - libc/nt/ntdll/RtlUpcaseUnicodeString.S | 2 + libc/nt/ntdll/RtlUpcaseUnicodeString.s | 2 - .../RtlUpcaseUnicodeStringToAnsiString.S | 2 + .../RtlUpcaseUnicodeStringToAnsiString.s | 2 - ...RtlUpcaseUnicodeStringToCountedOemString.S | 2 + ...RtlUpcaseUnicodeStringToCountedOemString.s | 2 - .../ntdll/RtlUpcaseUnicodeStringToOemString.S | 2 + .../ntdll/RtlUpcaseUnicodeStringToOemString.s | 2 - libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.S | 2 + libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.s | 2 - libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.S | 2 + libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.s | 2 - libc/nt/ntdll/RtlUpcaseUnicodeToOemN.S | 2 + libc/nt/ntdll/RtlUpcaseUnicodeToOemN.s | 2 - .../nt/ntdll/RtlUpdateClonedCriticalSection.S | 2 + .../nt/ntdll/RtlUpdateClonedCriticalSection.s | 2 - libc/nt/ntdll/RtlUpdateClonedSRWLock.S | 2 + libc/nt/ntdll/RtlUpdateClonedSRWLock.s | 2 - libc/nt/ntdll/RtlUpdateTimer.S | 2 + libc/nt/ntdll/RtlUpdateTimer.s | 2 - libc/nt/ntdll/RtlUpperChar.S | 2 + libc/nt/ntdll/RtlUpperChar.s | 2 - libc/nt/ntdll/RtlUpperString.S | 2 + libc/nt/ntdll/RtlUpperString.s | 2 - libc/nt/ntdll/RtlUserThreadStart.S | 2 + libc/nt/ntdll/RtlUserThreadStart.s | 2 - libc/nt/ntdll/RtlValidAcl.S | 2 + libc/nt/ntdll/RtlValidAcl.s | 2 - libc/nt/ntdll/RtlValidProcessProtection.S | 2 + libc/nt/ntdll/RtlValidProcessProtection.s | 2 - .../RtlValidRelativeSecurityDescriptor.S | 2 + .../RtlValidRelativeSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlValidSecurityDescriptor.S | 2 + libc/nt/ntdll/RtlValidSecurityDescriptor.s | 2 - libc/nt/ntdll/RtlValidSid.S | 2 + libc/nt/ntdll/RtlValidSid.s | 2 - libc/nt/ntdll/RtlValidateCorrelationVector.S | 2 + libc/nt/ntdll/RtlValidateCorrelationVector.s | 2 - libc/nt/ntdll/RtlValidateHeap.S | 14 + libc/nt/ntdll/RtlValidateHeap.s | 12 - libc/nt/ntdll/RtlValidateProcessHeaps.S | 2 + libc/nt/ntdll/RtlValidateProcessHeaps.s | 2 - libc/nt/ntdll/RtlValidateUnicodeString.S | 2 + libc/nt/ntdll/RtlValidateUnicodeString.s | 2 - libc/nt/ntdll/RtlVerifyVersionInfo.S | 2 + libc/nt/ntdll/RtlVerifyVersionInfo.s | 2 - libc/nt/ntdll/RtlVirtualUnwind.S | 2 + libc/nt/ntdll/RtlVirtualUnwind.s | 2 - libc/nt/ntdll/RtlWaitForWnfMetaNotification.S | 2 + libc/nt/ntdll/RtlWaitForWnfMetaNotification.s | 2 - libc/nt/ntdll/RtlWaitOnAddress.S | 2 + libc/nt/ntdll/RtlWaitOnAddress.s | 2 - libc/nt/ntdll/RtlWakeAddressAll.S | 2 + libc/nt/ntdll/RtlWakeAddressAll.s | 2 - libc/nt/ntdll/RtlWakeAddressAllNoFence.S | 2 + libc/nt/ntdll/RtlWakeAddressAllNoFence.s | 2 - libc/nt/ntdll/RtlWakeAddressSingle.S | 2 + libc/nt/ntdll/RtlWakeAddressSingle.s | 2 - libc/nt/ntdll/RtlWakeAddressSingleNoFence.S | 2 + libc/nt/ntdll/RtlWakeAddressSingleNoFence.s | 2 - libc/nt/ntdll/RtlWakeAllConditionVariable.S | 2 + libc/nt/ntdll/RtlWakeAllConditionVariable.s | 2 - libc/nt/ntdll/RtlWakeConditionVariable.S | 2 + libc/nt/ntdll/RtlWakeConditionVariable.s | 2 - libc/nt/ntdll/RtlWalkFrameChain.S | 2 + libc/nt/ntdll/RtlWalkFrameChain.s | 2 - libc/nt/ntdll/RtlWalkHeap.S | 14 + libc/nt/ntdll/RtlWalkHeap.s | 12 - .../ntdll/RtlWeaklyEnumerateEntryHashTable.S | 2 + .../ntdll/RtlWeaklyEnumerateEntryHashTable.s | 2 - libc/nt/ntdll/RtlWerpReportException.S | 2 + libc/nt/ntdll/RtlWerpReportException.s | 2 - libc/nt/ntdll/RtlWnfCompareChangeStamp.S | 2 + libc/nt/ntdll/RtlWnfCompareChangeStamp.s | 2 - libc/nt/ntdll/RtlWnfDllUnloadCallback.S | 2 + libc/nt/ntdll/RtlWnfDllUnloadCallback.s | 2 - libc/nt/ntdll/RtlWriteMemoryStream.S | 2 + libc/nt/ntdll/RtlWriteMemoryStream.s | 2 - libc/nt/ntdll/RtlWriteNonVolatileMemory.S | 2 + libc/nt/ntdll/RtlWriteNonVolatileMemory.s | 2 - libc/nt/ntdll/RtlWriteRegistryValue.S | 2 + libc/nt/ntdll/RtlWriteRegistryValue.s | 2 - libc/nt/ntdll/RtlZeroHeap.S | 2 + libc/nt/ntdll/RtlZeroHeap.s | 2 - libc/nt/ntdll/RtlZeroMemory.S | 2 + libc/nt/ntdll/RtlZeroMemory.s | 2 - libc/nt/ntdll/RtlZombifyActivationContext.S | 2 + libc/nt/ntdll/RtlZombifyActivationContext.s | 2 - libc/nt/ntdll/RtlpApplyLengthFunction.S | 2 + libc/nt/ntdll/RtlpApplyLengthFunction.s | 2 - .../RtlpCheckDynamicTimeZoneInformation.S | 2 + .../RtlpCheckDynamicTimeZoneInformation.s | 2 - libc/nt/ntdll/RtlpCleanupRegistryKeys.S | 2 + libc/nt/ntdll/RtlpCleanupRegistryKeys.s | 2 - ...nvertAbsoluteToRelativeSecurityAttribute.S | 2 + ...nvertAbsoluteToRelativeSecurityAttribute.s | 2 - .../nt/ntdll/RtlpConvertCultureNamesToLCIDs.S | 2 + .../nt/ntdll/RtlpConvertCultureNamesToLCIDs.s | 2 - .../nt/ntdll/RtlpConvertLCIDsToCultureNames.S | 2 + .../nt/ntdll/RtlpConvertLCIDsToCultureNames.s | 2 - ...nvertRelativeToAbsoluteSecurityAttribute.S | 2 + ...nvertRelativeToAbsoluteSecurityAttribute.s | 2 - libc/nt/ntdll/RtlpCreateProcessRegistryInfo.S | 2 + libc/nt/ntdll/RtlpCreateProcessRegistryInfo.s | 2 - libc/nt/ntdll/RtlpEnsureBufferSize.S | 2 + libc/nt/ntdll/RtlpEnsureBufferSize.s | 2 - libc/nt/ntdll/RtlpExecuteUmsThread.S | 2 + libc/nt/ntdll/RtlpExecuteUmsThread.s | 2 - libc/nt/ntdll/RtlpFreezeTimeBias.S | 2 + libc/nt/ntdll/RtlpFreezeTimeBias.s | 2 - libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.S | 2 + libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.s | 2 - libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.S | 2 + libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.s | 2 - libc/nt/ntdll/RtlpGetNameFromLangInfoNode.S | 2 + libc/nt/ntdll/RtlpGetNameFromLangInfoNode.s | 2 - .../nt/ntdll/RtlpGetSystemDefaultUILanguage.S | 2 + .../nt/ntdll/RtlpGetSystemDefaultUILanguage.s | 2 - .../RtlpGetUserOrMachineUILanguage4NLS.S | 2 + .../RtlpGetUserOrMachineUILanguage4NLS.s | 2 - .../nt/ntdll/RtlpInitializeLangRegistryInfo.S | 2 + .../nt/ntdll/RtlpInitializeLangRegistryInfo.s | 2 - libc/nt/ntdll/RtlpIsQualifiedLanguage.S | 2 + libc/nt/ntdll/RtlpIsQualifiedLanguage.s | 2 - libc/nt/ntdll/RtlpLoadMachineUIByPolicy.S | 2 + libc/nt/ntdll/RtlpLoadMachineUIByPolicy.s | 2 - libc/nt/ntdll/RtlpLoadUserUIByPolicy.S | 2 + libc/nt/ntdll/RtlpLoadUserUIByPolicy.s | 2 - .../RtlpMergeSecurityAttributeInformation.S | 2 + .../RtlpMergeSecurityAttributeInformation.s | 2 - libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.S | 2 + libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.s | 2 - libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.S | 2 + libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.s | 2 - libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.S | 2 + libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.s | 2 - libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.S | 2 + libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.s | 2 - libc/nt/ntdll/RtlpNotOwnerCriticalSection.S | 2 + libc/nt/ntdll/RtlpNotOwnerCriticalSection.s | 2 - libc/nt/ntdll/RtlpNtCreateKey.S | 2 + libc/nt/ntdll/RtlpNtCreateKey.s | 2 - libc/nt/ntdll/RtlpNtEnumerateSubKey.S | 2 + libc/nt/ntdll/RtlpNtEnumerateSubKey.s | 2 - libc/nt/ntdll/RtlpNtMakeTemporaryKey.S | 2 + libc/nt/ntdll/RtlpNtMakeTemporaryKey.s | 2 - libc/nt/ntdll/RtlpNtOpenKey.S | 2 + libc/nt/ntdll/RtlpNtOpenKey.s | 2 - libc/nt/ntdll/RtlpNtQueryValueKey.S | 2 + libc/nt/ntdll/RtlpNtQueryValueKey.s | 2 - libc/nt/ntdll/RtlpNtSetValueKey.S | 2 + libc/nt/ntdll/RtlpNtSetValueKey.s | 2 - libc/nt/ntdll/RtlpQueryDefaultUILanguage.S | 2 + libc/nt/ntdll/RtlpQueryDefaultUILanguage.s | 2 - .../RtlpQueryProcessDebugInformationRemote.S | 2 + .../RtlpQueryProcessDebugInformationRemote.s | 2 - libc/nt/ntdll/RtlpRefreshCachedUILanguage.S | 2 + libc/nt/ntdll/RtlpRefreshCachedUILanguage.s | 2 - libc/nt/ntdll/RtlpSetInstallLanguage.S | 2 + libc/nt/ntdll/RtlpSetInstallLanguage.s | 2 - libc/nt/ntdll/RtlpSetPreferredUILanguages.S | 2 + libc/nt/ntdll/RtlpSetPreferredUILanguages.s | 2 - .../ntdll/RtlpSetUserPreferredUILanguages.S | 2 + .../ntdll/RtlpSetUserPreferredUILanguages.s | 2 - libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.S | 2 + libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.s | 2 - libc/nt/ntdll/RtlpUmsThreadYield.S | 2 + libc/nt/ntdll/RtlpUmsThreadYield.s | 2 - libc/nt/ntdll/RtlpUnWaitCriticalSection.S | 2 + libc/nt/ntdll/RtlpUnWaitCriticalSection.s | 2 - .../RtlpVerifyAndCommitUILanguageSettings.S | 2 + .../RtlpVerifyAndCommitUILanguageSettings.s | 2 - libc/nt/ntdll/RtlpWaitForCriticalSection.S | 2 + libc/nt/ntdll/RtlpWaitForCriticalSection.s | 2 - libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.S | 2 + libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.s | 2 - libc/nt/ntdll/RtlxOemStringToUnicodeSize.S | 2 + libc/nt/ntdll/RtlxOemStringToUnicodeSize.s | 2 - libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.S | 2 + libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.s | 2 - libc/nt/ntdll/RtlxUnicodeStringToOemSize.S | 2 + libc/nt/ntdll/RtlxUnicodeStringToOemSize.s | 2 - libc/nt/ntdll/SbExecuteProcedure.S | 2 + libc/nt/ntdll/SbExecuteProcedure.s | 2 - libc/nt/ntdll/SbSelectProcedure.S | 2 + libc/nt/ntdll/SbSelectProcedure.s | 2 - libc/nt/ntdll/ShipAssert.S | 2 + libc/nt/ntdll/ShipAssert.s | 2 - libc/nt/ntdll/ShipAssertGetBufferInfo.S | 2 + libc/nt/ntdll/ShipAssertGetBufferInfo.s | 2 - libc/nt/ntdll/ShipAssertMsgW.S | 2 + libc/nt/ntdll/ShipAssertMsgW.s | 2 - libc/nt/ntdll/TpAllocAlpcCompletion.S | 2 + libc/nt/ntdll/TpAllocAlpcCompletion.s | 2 - libc/nt/ntdll/TpAllocAlpcCompletionEx.S | 2 + libc/nt/ntdll/TpAllocAlpcCompletionEx.s | 2 - libc/nt/ntdll/TpAllocCleanupGroup.S | 2 + libc/nt/ntdll/TpAllocCleanupGroup.s | 2 - libc/nt/ntdll/TpAllocIoCompletion.S | 2 + libc/nt/ntdll/TpAllocIoCompletion.s | 2 - libc/nt/ntdll/TpAllocJobNotification.S | 2 + libc/nt/ntdll/TpAllocJobNotification.s | 2 - libc/nt/ntdll/TpAllocPool.S | 2 + libc/nt/ntdll/TpAllocPool.s | 2 - libc/nt/ntdll/TpAllocTimer.S | 2 + libc/nt/ntdll/TpAllocTimer.s | 2 - libc/nt/ntdll/TpAllocWait.S | 2 + libc/nt/ntdll/TpAllocWait.s | 2 - libc/nt/ntdll/TpAllocWork.S | 2 + libc/nt/ntdll/TpAllocWork.s | 2 - libc/nt/ntdll/TpAlpcRegisterCompletionList.S | 2 + libc/nt/ntdll/TpAlpcRegisterCompletionList.s | 2 - .../nt/ntdll/TpAlpcUnregisterCompletionList.S | 2 + .../nt/ntdll/TpAlpcUnregisterCompletionList.s | 2 - .../TpCallbackDetectedUnrecoverableError.S | 2 + .../TpCallbackDetectedUnrecoverableError.s | 2 - libc/nt/ntdll/TpCallbackIndependent.S | 2 + libc/nt/ntdll/TpCallbackIndependent.s | 2 - ...CallbackLeaveCriticalSectionOnCompletion.S | 2 + ...CallbackLeaveCriticalSectionOnCompletion.s | 2 - libc/nt/ntdll/TpCallbackMayRunLong.S | 2 + libc/nt/ntdll/TpCallbackMayRunLong.s | 2 - .../TpCallbackReleaseMutexOnCompletion.S | 2 + .../TpCallbackReleaseMutexOnCompletion.s | 2 - .../TpCallbackReleaseSemaphoreOnCompletion.S | 2 + .../TpCallbackReleaseSemaphoreOnCompletion.s | 2 - .../TpCallbackSendAlpcMessageOnCompletion.S | 2 + .../TpCallbackSendAlpcMessageOnCompletion.s | 2 - .../ntdll/TpCallbackSendPendingAlpcMessage.S | 2 + .../ntdll/TpCallbackSendPendingAlpcMessage.s | 2 - .../nt/ntdll/TpCallbackSetEventOnCompletion.S | 2 + .../nt/ntdll/TpCallbackSetEventOnCompletion.s | 2 - .../ntdll/TpCallbackUnloadDllOnCompletion.S | 2 + .../ntdll/TpCallbackUnloadDllOnCompletion.s | 2 - libc/nt/ntdll/TpCancelAsyncIoOperation.S | 2 + libc/nt/ntdll/TpCancelAsyncIoOperation.s | 2 - libc/nt/ntdll/TpCaptureCaller.S | 2 + libc/nt/ntdll/TpCaptureCaller.s | 2 - libc/nt/ntdll/TpCheckTerminateWorker.S | 2 + libc/nt/ntdll/TpCheckTerminateWorker.s | 2 - libc/nt/ntdll/TpDbgDumpHeapUsage.S | 2 + libc/nt/ntdll/TpDbgDumpHeapUsage.s | 2 - libc/nt/ntdll/TpDbgSetLogRoutine.S | 2 + libc/nt/ntdll/TpDbgSetLogRoutine.s | 2 - libc/nt/ntdll/TpDisablePoolCallbackChecks.S | 2 + libc/nt/ntdll/TpDisablePoolCallbackChecks.s | 2 - libc/nt/ntdll/TpDisassociateCallback.S | 2 + libc/nt/ntdll/TpDisassociateCallback.s | 2 - libc/nt/ntdll/TpIsTimerSet.S | 2 + libc/nt/ntdll/TpIsTimerSet.s | 2 - libc/nt/ntdll/TpPostWork.S | 2 + libc/nt/ntdll/TpPostWork.s | 2 - libc/nt/ntdll/TpQueryPoolStackInformation.S | 2 + libc/nt/ntdll/TpQueryPoolStackInformation.s | 2 - libc/nt/ntdll/TpReleaseAlpcCompletion.S | 2 + libc/nt/ntdll/TpReleaseAlpcCompletion.s | 2 - libc/nt/ntdll/TpReleaseCleanupGroup.S | 2 + libc/nt/ntdll/TpReleaseCleanupGroup.s | 2 - libc/nt/ntdll/TpReleaseCleanupGroupMembers.S | 2 + libc/nt/ntdll/TpReleaseCleanupGroupMembers.s | 2 - libc/nt/ntdll/TpReleaseIoCompletion.S | 2 + libc/nt/ntdll/TpReleaseIoCompletion.s | 2 - libc/nt/ntdll/TpReleaseJobNotification.S | 2 + libc/nt/ntdll/TpReleaseJobNotification.s | 2 - libc/nt/ntdll/TpReleasePool.S | 2 + libc/nt/ntdll/TpReleasePool.s | 2 - libc/nt/ntdll/TpReleaseTimer.S | 2 + libc/nt/ntdll/TpReleaseTimer.s | 2 - libc/nt/ntdll/TpReleaseWait.S | 2 + libc/nt/ntdll/TpReleaseWait.s | 2 - libc/nt/ntdll/TpReleaseWork.S | 2 + libc/nt/ntdll/TpReleaseWork.s | 2 - libc/nt/ntdll/TpSetDefaultPoolMaxThreads.S | 2 + libc/nt/ntdll/TpSetDefaultPoolMaxThreads.s | 2 - .../ntdll/TpSetDefaultPoolStackInformation.S | 2 + .../ntdll/TpSetDefaultPoolStackInformation.s | 2 - libc/nt/ntdll/TpSetPoolMaxThreads.S | 2 + libc/nt/ntdll/TpSetPoolMaxThreads.s | 2 - libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.S | 2 + libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.s | 2 - libc/nt/ntdll/TpSetPoolMinThreads.S | 2 + libc/nt/ntdll/TpSetPoolMinThreads.s | 2 - libc/nt/ntdll/TpSetPoolStackInformation.S | 2 + libc/nt/ntdll/TpSetPoolStackInformation.s | 2 - libc/nt/ntdll/TpSetPoolThreadBasePriority.S | 2 + libc/nt/ntdll/TpSetPoolThreadBasePriority.s | 2 - .../ntdll/TpSetPoolWorkerThreadIdleTimeout.S | 2 + .../ntdll/TpSetPoolWorkerThreadIdleTimeout.s | 2 - libc/nt/ntdll/TpSetTimer.S | 2 + libc/nt/ntdll/TpSetTimer.s | 2 - libc/nt/ntdll/TpSetTimerEx.S | 2 + libc/nt/ntdll/TpSetTimerEx.s | 2 - libc/nt/ntdll/TpSetWait.S | 2 + libc/nt/ntdll/TpSetWait.s | 2 - libc/nt/ntdll/TpSetWaitEx.S | 2 + libc/nt/ntdll/TpSetWaitEx.s | 2 - libc/nt/ntdll/TpSimpleTryPost.S | 2 + libc/nt/ntdll/TpSimpleTryPost.s | 2 - libc/nt/ntdll/TpStartAsyncIoOperation.S | 2 + libc/nt/ntdll/TpStartAsyncIoOperation.s | 2 - .../ntdll/TpTimerOutstandingCallbackCount.S | 2 + .../ntdll/TpTimerOutstandingCallbackCount.s | 2 - libc/nt/ntdll/TpTrimPools.S | 2 + libc/nt/ntdll/TpTrimPools.s | 2 - libc/nt/ntdll/TpWaitForAlpcCompletion.S | 2 + libc/nt/ntdll/TpWaitForAlpcCompletion.s | 2 - libc/nt/ntdll/TpWaitForIoCompletion.S | 2 + libc/nt/ntdll/TpWaitForIoCompletion.s | 2 - libc/nt/ntdll/TpWaitForJobNotification.S | 2 + libc/nt/ntdll/TpWaitForJobNotification.s | 2 - libc/nt/ntdll/TpWaitForTimer.S | 2 + libc/nt/ntdll/TpWaitForTimer.s | 2 - libc/nt/ntdll/TpWaitForWait.S | 2 + libc/nt/ntdll/TpWaitForWait.s | 2 - libc/nt/ntdll/TpWaitForWork.S | 2 + libc/nt/ntdll/TpWaitForWork.s | 2 - libc/nt/ntdll/VerSetConditionMask.S | 2 + libc/nt/ntdll/VerSetConditionMask.s | 2 - libc/nt/ntdll/WerReportExceptionWorker.S | 2 + libc/nt/ntdll/WerReportExceptionWorker.s | 2 - libc/nt/ntdll/WerReportSQMEvent.S | 2 + libc/nt/ntdll/WerReportSQMEvent.s | 2 - libc/nt/ntdll/WinSqmAddToAverageDWORD.S | 2 + libc/nt/ntdll/WinSqmAddToAverageDWORD.s | 2 - libc/nt/ntdll/WinSqmAddToStream.S | 2 + libc/nt/ntdll/WinSqmAddToStream.s | 2 - libc/nt/ntdll/WinSqmAddToStreamEx.S | 2 + libc/nt/ntdll/WinSqmAddToStreamEx.s | 2 - .../WinSqmCheckEscalationAddToStreamEx.S | 2 + .../WinSqmCheckEscalationAddToStreamEx.s | 2 - libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.S | 2 + libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.s | 2 - .../ntdll/WinSqmCheckEscalationSetDWORD64.S | 2 + .../ntdll/WinSqmCheckEscalationSetDWORD64.s | 2 - .../nt/ntdll/WinSqmCheckEscalationSetString.S | 2 + .../nt/ntdll/WinSqmCheckEscalationSetString.s | 2 - libc/nt/ntdll/WinSqmCommonDatapointDelete.S | 2 + libc/nt/ntdll/WinSqmCommonDatapointDelete.s | 2 - libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.S | 2 + libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.s | 2 - .../ntdll/WinSqmCommonDatapointSetDWORD64.S | 2 + .../ntdll/WinSqmCommonDatapointSetDWORD64.s | 2 - .../ntdll/WinSqmCommonDatapointSetStreamEx.S | 2 + .../ntdll/WinSqmCommonDatapointSetStreamEx.s | 2 - .../nt/ntdll/WinSqmCommonDatapointSetString.S | 2 + .../nt/ntdll/WinSqmCommonDatapointSetString.s | 2 - libc/nt/ntdll/WinSqmEndSession.S | 2 + libc/nt/ntdll/WinSqmEndSession.s | 2 - libc/nt/ntdll/WinSqmEventEnabled.S | 2 + libc/nt/ntdll/WinSqmEventEnabled.s | 2 - libc/nt/ntdll/WinSqmEventWrite.S | 2 + libc/nt/ntdll/WinSqmEventWrite.s | 2 - libc/nt/ntdll/WinSqmGetEscalationRuleStatus.S | 2 + libc/nt/ntdll/WinSqmGetEscalationRuleStatus.s | 2 - .../ntdll/WinSqmGetInstrumentationProperty.S | 2 + .../ntdll/WinSqmGetInstrumentationProperty.s | 2 - libc/nt/ntdll/WinSqmIncrementDWORD.S | 2 + libc/nt/ntdll/WinSqmIncrementDWORD.s | 2 - libc/nt/ntdll/WinSqmIsOptedIn.S | 2 + libc/nt/ntdll/WinSqmIsOptedIn.s | 2 - libc/nt/ntdll/WinSqmIsOptedInEx.S | 2 + libc/nt/ntdll/WinSqmIsOptedInEx.s | 2 - libc/nt/ntdll/WinSqmIsSessionDisabled.S | 2 + libc/nt/ntdll/WinSqmIsSessionDisabled.s | 2 - libc/nt/ntdll/WinSqmSetDWORD.S | 2 + libc/nt/ntdll/WinSqmSetDWORD.s | 2 - libc/nt/ntdll/WinSqmSetDWORD64.S | 2 + libc/nt/ntdll/WinSqmSetDWORD64.s | 2 - libc/nt/ntdll/WinSqmSetEscalationInfo.S | 2 + libc/nt/ntdll/WinSqmSetEscalationInfo.s | 2 - libc/nt/ntdll/WinSqmSetIfMaxDWORD.S | 2 + libc/nt/ntdll/WinSqmSetIfMaxDWORD.s | 2 - libc/nt/ntdll/WinSqmSetIfMinDWORD.S | 2 + libc/nt/ntdll/WinSqmSetIfMinDWORD.s | 2 - libc/nt/ntdll/WinSqmSetString.S | 2 + libc/nt/ntdll/WinSqmSetString.s | 2 - libc/nt/ntdll/WinSqmStartSession.S | 2 + libc/nt/ntdll/WinSqmStartSession.s | 2 - libc/nt/ntdll/WinSqmStartSessionForPartner.S | 2 + libc/nt/ntdll/WinSqmStartSessionForPartner.s | 2 - libc/nt/ntdll/WinSqmStartSqmOptinListener.S | 2 + libc/nt/ntdll/WinSqmStartSqmOptinListener.s | 2 - libc/nt/ntdll/ZwAcceptConnectPort.S | 2 + libc/nt/ntdll/ZwAcceptConnectPort.s | 2 - libc/nt/ntdll/ZwAccessCheck.S | 2 + libc/nt/ntdll/ZwAccessCheck.s | 2 - libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.S | 2 + libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.s | 2 - libc/nt/ntdll/ZwAccessCheckByType.S | 2 + libc/nt/ntdll/ZwAccessCheckByType.s | 2 - .../ntdll/ZwAccessCheckByTypeAndAuditAlarm.S | 2 + .../ntdll/ZwAccessCheckByTypeAndAuditAlarm.s | 2 - libc/nt/ntdll/ZwAccessCheckByTypeResultList.S | 2 + libc/nt/ntdll/ZwAccessCheckByTypeResultList.s | 2 - ...AccessCheckByTypeResultListAndAuditAlarm.S | 2 + ...AccessCheckByTypeResultListAndAuditAlarm.s | 2 - ...eckByTypeResultListAndAuditAlarmByHandle.S | 2 + ...eckByTypeResultListAndAuditAlarmByHandle.s | 2 - .../ntdll/ZwAcquireProcessActivityReference.S | 2 + .../ntdll/ZwAcquireProcessActivityReference.s | 2 - libc/nt/ntdll/ZwAddAtom.S | 2 + libc/nt/ntdll/ZwAddAtom.s | 2 - libc/nt/ntdll/ZwAddAtomEx.S | 2 + libc/nt/ntdll/ZwAddAtomEx.s | 2 - libc/nt/ntdll/ZwAddBootEntry.S | 2 + libc/nt/ntdll/ZwAddBootEntry.s | 2 - libc/nt/ntdll/ZwAddDriverEntry.S | 2 + libc/nt/ntdll/ZwAddDriverEntry.s | 2 - libc/nt/ntdll/ZwAdjustGroupsToken.S | 2 + libc/nt/ntdll/ZwAdjustGroupsToken.s | 2 - libc/nt/ntdll/ZwAdjustPrivilegesToken.S | 2 + libc/nt/ntdll/ZwAdjustPrivilegesToken.s | 2 - .../ZwAdjustTokenClaimsAndDeviceGroups.S | 2 + .../ZwAdjustTokenClaimsAndDeviceGroups.s | 2 - libc/nt/ntdll/ZwAlertResumeThread.S | 2 + libc/nt/ntdll/ZwAlertResumeThread.s | 2 - libc/nt/ntdll/ZwAlertThread.S | 2 + libc/nt/ntdll/ZwAlertThread.s | 2 - libc/nt/ntdll/ZwAlertThreadByThreadId.S | 2 + libc/nt/ntdll/ZwAlertThreadByThreadId.s | 2 - libc/nt/ntdll/ZwAllocateLocallyUniqueId.S | 2 + libc/nt/ntdll/ZwAllocateLocallyUniqueId.s | 2 - libc/nt/ntdll/ZwAllocateReserveObject.S | 2 + libc/nt/ntdll/ZwAllocateReserveObject.s | 2 - libc/nt/ntdll/ZwAllocateUserPhysicalPages.S | 2 + libc/nt/ntdll/ZwAllocateUserPhysicalPages.s | 2 - libc/nt/ntdll/ZwAllocateUuids.S | 2 + libc/nt/ntdll/ZwAllocateUuids.s | 2 - libc/nt/ntdll/ZwAllocateVirtualMemory.S | 2 + libc/nt/ntdll/ZwAllocateVirtualMemory.s | 2 - libc/nt/ntdll/ZwAllocateVirtualMemoryEx.S | 2 + libc/nt/ntdll/ZwAllocateVirtualMemoryEx.s | 2 - libc/nt/ntdll/ZwAlpcAcceptConnectPort.S | 2 + libc/nt/ntdll/ZwAlpcAcceptConnectPort.s | 2 - libc/nt/ntdll/ZwAlpcCancelMessage.S | 2 + libc/nt/ntdll/ZwAlpcCancelMessage.s | 2 - libc/nt/ntdll/ZwAlpcConnectPort.S | 2 + libc/nt/ntdll/ZwAlpcConnectPort.s | 2 - libc/nt/ntdll/ZwAlpcConnectPortEx.S | 2 + libc/nt/ntdll/ZwAlpcConnectPortEx.s | 2 - libc/nt/ntdll/ZwAlpcCreatePort.S | 2 + libc/nt/ntdll/ZwAlpcCreatePort.s | 2 - libc/nt/ntdll/ZwAlpcCreatePortSection.S | 2 + libc/nt/ntdll/ZwAlpcCreatePortSection.s | 2 - libc/nt/ntdll/ZwAlpcCreateResourceReserve.S | 2 + libc/nt/ntdll/ZwAlpcCreateResourceReserve.s | 2 - libc/nt/ntdll/ZwAlpcCreateSectionView.S | 2 + libc/nt/ntdll/ZwAlpcCreateSectionView.s | 2 - libc/nt/ntdll/ZwAlpcCreateSecurityContext.S | 2 + libc/nt/ntdll/ZwAlpcCreateSecurityContext.s | 2 - libc/nt/ntdll/ZwAlpcDeletePortSection.S | 2 + libc/nt/ntdll/ZwAlpcDeletePortSection.s | 2 - libc/nt/ntdll/ZwAlpcDeleteResourceReserve.S | 2 + libc/nt/ntdll/ZwAlpcDeleteResourceReserve.s | 2 - libc/nt/ntdll/ZwAlpcDeleteSectionView.S | 2 + libc/nt/ntdll/ZwAlpcDeleteSectionView.s | 2 - libc/nt/ntdll/ZwAlpcDeleteSecurityContext.S | 2 + libc/nt/ntdll/ZwAlpcDeleteSecurityContext.s | 2 - libc/nt/ntdll/ZwAlpcDisconnectPort.S | 2 + libc/nt/ntdll/ZwAlpcDisconnectPort.s | 2 - .../ZwAlpcImpersonateClientContainerOfPort.S | 2 + .../ZwAlpcImpersonateClientContainerOfPort.s | 2 - libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.S | 2 + libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.s | 2 - libc/nt/ntdll/ZwAlpcOpenSenderProcess.S | 2 + libc/nt/ntdll/ZwAlpcOpenSenderProcess.s | 2 - libc/nt/ntdll/ZwAlpcOpenSenderThread.S | 2 + libc/nt/ntdll/ZwAlpcOpenSenderThread.s | 2 - libc/nt/ntdll/ZwAlpcQueryInformation.S | 2 + libc/nt/ntdll/ZwAlpcQueryInformation.s | 2 - libc/nt/ntdll/ZwAlpcQueryInformationMessage.S | 2 + libc/nt/ntdll/ZwAlpcQueryInformationMessage.s | 2 - libc/nt/ntdll/ZwAlpcRevokeSecurityContext.S | 2 + libc/nt/ntdll/ZwAlpcRevokeSecurityContext.s | 2 - libc/nt/ntdll/ZwAlpcSendWaitReceivePort.S | 2 + libc/nt/ntdll/ZwAlpcSendWaitReceivePort.s | 2 - libc/nt/ntdll/ZwAlpcSetInformation.S | 2 + libc/nt/ntdll/ZwAlpcSetInformation.s | 2 - libc/nt/ntdll/ZwApphelpCacheControl.S | 2 + libc/nt/ntdll/ZwApphelpCacheControl.s | 2 - libc/nt/ntdll/ZwAreMappedFilesTheSame.S | 14 + libc/nt/ntdll/ZwAreMappedFilesTheSame.s | 12 - libc/nt/ntdll/ZwAssignProcessToJobObject.S | 2 + libc/nt/ntdll/ZwAssignProcessToJobObject.s | 2 - .../ntdll/ZwAssociateWaitCompletionPacket.S | 2 + .../ntdll/ZwAssociateWaitCompletionPacket.s | 2 - libc/nt/ntdll/ZwCallEnclave.S | 2 + libc/nt/ntdll/ZwCallEnclave.s | 2 - libc/nt/ntdll/ZwCallbackReturn.S | 2 + libc/nt/ntdll/ZwCallbackReturn.s | 2 - libc/nt/ntdll/ZwCancelIoFile.S | 2 + libc/nt/ntdll/ZwCancelIoFile.s | 2 - libc/nt/ntdll/ZwCancelIoFileEx.S | 2 + libc/nt/ntdll/ZwCancelIoFileEx.s | 2 - libc/nt/ntdll/ZwCancelSynchronousIoFile.S | 2 + libc/nt/ntdll/ZwCancelSynchronousIoFile.s | 2 - libc/nt/ntdll/ZwCancelTimer.S | 2 + libc/nt/ntdll/ZwCancelTimer.s | 2 - libc/nt/ntdll/ZwCancelTimer2.S | 2 + libc/nt/ntdll/ZwCancelTimer2.s | 2 - libc/nt/ntdll/ZwCancelWaitCompletionPacket.S | 2 + libc/nt/ntdll/ZwCancelWaitCompletionPacket.s | 2 - libc/nt/ntdll/ZwClearEvent.S | 2 + libc/nt/ntdll/ZwClearEvent.s | 2 - libc/nt/ntdll/ZwClose.S | 2 + libc/nt/ntdll/ZwClose.s | 2 - libc/nt/ntdll/ZwCloseObjectAuditAlarm.S | 2 + libc/nt/ntdll/ZwCloseObjectAuditAlarm.s | 2 - libc/nt/ntdll/ZwCommitComplete.S | 2 + libc/nt/ntdll/ZwCommitComplete.s | 2 - libc/nt/ntdll/ZwCommitEnlistment.S | 2 + libc/nt/ntdll/ZwCommitEnlistment.s | 2 - libc/nt/ntdll/ZwCommitRegistryTransaction.S | 2 + libc/nt/ntdll/ZwCommitRegistryTransaction.s | 2 - libc/nt/ntdll/ZwCommitTransaction.S | 2 + libc/nt/ntdll/ZwCommitTransaction.s | 2 - libc/nt/ntdll/ZwCompactKeys.S | 2 + libc/nt/ntdll/ZwCompactKeys.s | 2 - libc/nt/ntdll/ZwCompareObjects.S | 2 + libc/nt/ntdll/ZwCompareObjects.s | 2 - libc/nt/ntdll/ZwCompareSigningLevels.S | 2 + libc/nt/ntdll/ZwCompareSigningLevels.s | 2 - libc/nt/ntdll/ZwCompareTokens.S | 2 + libc/nt/ntdll/ZwCompareTokens.s | 2 - libc/nt/ntdll/ZwCompleteConnectPort.S | 2 + libc/nt/ntdll/ZwCompleteConnectPort.s | 2 - libc/nt/ntdll/ZwCompressKey.S | 2 + libc/nt/ntdll/ZwCompressKey.s | 2 - libc/nt/ntdll/ZwConnectPort.S | 2 + libc/nt/ntdll/ZwConnectPort.s | 2 - libc/nt/ntdll/ZwContinue.S | 2 + libc/nt/ntdll/ZwContinue.s | 2 - ...eenAuxiliaryCounterAndPerformanceCounter.S | 2 + ...eenAuxiliaryCounterAndPerformanceCounter.s | 2 - libc/nt/ntdll/ZwCreateDebugObject.S | 2 + libc/nt/ntdll/ZwCreateDebugObject.s | 2 - libc/nt/ntdll/ZwCreateDirectoryObject.S | 2 + libc/nt/ntdll/ZwCreateDirectoryObject.s | 2 - libc/nt/ntdll/ZwCreateDirectoryObjectEx.S | 2 + libc/nt/ntdll/ZwCreateDirectoryObjectEx.s | 2 - libc/nt/ntdll/ZwCreateEnclave.S | 2 + libc/nt/ntdll/ZwCreateEnclave.s | 2 - libc/nt/ntdll/ZwCreateEnlistment.S | 2 + libc/nt/ntdll/ZwCreateEnlistment.s | 2 - libc/nt/ntdll/ZwCreateEvent.S | 2 + libc/nt/ntdll/ZwCreateEvent.s | 2 - libc/nt/ntdll/ZwCreateEventPair.S | 2 + libc/nt/ntdll/ZwCreateEventPair.s | 2 - libc/nt/ntdll/ZwCreateFile.S | 2 + libc/nt/ntdll/ZwCreateFile.s | 2 - libc/nt/ntdll/ZwCreateIRTimer.S | 2 + libc/nt/ntdll/ZwCreateIRTimer.s | 2 - libc/nt/ntdll/ZwCreateIoCompletion.S | 2 + libc/nt/ntdll/ZwCreateIoCompletion.s | 2 - libc/nt/ntdll/ZwCreateJobObject.S | 2 + libc/nt/ntdll/ZwCreateJobObject.s | 2 - libc/nt/ntdll/ZwCreateJobSet.S | 2 + libc/nt/ntdll/ZwCreateJobSet.s | 2 - libc/nt/ntdll/ZwCreateKey.S | 2 + libc/nt/ntdll/ZwCreateKey.s | 2 - libc/nt/ntdll/ZwCreateKeyTransacted.S | 2 + libc/nt/ntdll/ZwCreateKeyTransacted.s | 2 - libc/nt/ntdll/ZwCreateKeyedEvent.S | 2 + libc/nt/ntdll/ZwCreateKeyedEvent.s | 2 - libc/nt/ntdll/ZwCreateLowBoxToken.S | 2 + libc/nt/ntdll/ZwCreateLowBoxToken.s | 2 - libc/nt/ntdll/ZwCreateMailslotFile.S | 2 + libc/nt/ntdll/ZwCreateMailslotFile.s | 2 - libc/nt/ntdll/ZwCreateMutant.S | 2 + libc/nt/ntdll/ZwCreateMutant.s | 2 - libc/nt/ntdll/ZwCreateNamedPipeFile.S | 2 + libc/nt/ntdll/ZwCreateNamedPipeFile.s | 2 - libc/nt/ntdll/ZwCreatePagingFile.S | 2 + libc/nt/ntdll/ZwCreatePagingFile.s | 2 - libc/nt/ntdll/ZwCreatePartition.S | 2 + libc/nt/ntdll/ZwCreatePartition.s | 2 - libc/nt/ntdll/ZwCreatePort.S | 2 + libc/nt/ntdll/ZwCreatePort.s | 2 - libc/nt/ntdll/ZwCreatePrivateNamespace.S | 2 + libc/nt/ntdll/ZwCreatePrivateNamespace.s | 2 - libc/nt/ntdll/ZwCreateProcess.S | 2 + libc/nt/ntdll/ZwCreateProcess.s | 2 - libc/nt/ntdll/ZwCreateProcessEx.S | 2 + libc/nt/ntdll/ZwCreateProcessEx.s | 2 - libc/nt/ntdll/ZwCreateProfile.S | 2 + libc/nt/ntdll/ZwCreateProfile.s | 2 - libc/nt/ntdll/ZwCreateProfileEx.S | 2 + libc/nt/ntdll/ZwCreateProfileEx.s | 2 - libc/nt/ntdll/ZwCreateRegistryTransaction.S | 2 + libc/nt/ntdll/ZwCreateRegistryTransaction.s | 2 - libc/nt/ntdll/ZwCreateResourceManager.S | 2 + libc/nt/ntdll/ZwCreateResourceManager.s | 2 - libc/nt/ntdll/ZwCreateSection.S | 2 + libc/nt/ntdll/ZwCreateSection.s | 2 - libc/nt/ntdll/ZwCreateSemaphore.S | 2 + libc/nt/ntdll/ZwCreateSemaphore.s | 2 - libc/nt/ntdll/ZwCreateSymbolicLinkObject.S | 2 + libc/nt/ntdll/ZwCreateSymbolicLinkObject.s | 2 - libc/nt/ntdll/ZwCreateThread.S | 2 + libc/nt/ntdll/ZwCreateThread.s | 2 - libc/nt/ntdll/ZwCreateThreadEx.S | 2 + libc/nt/ntdll/ZwCreateThreadEx.s | 2 - libc/nt/ntdll/ZwCreateTimer.S | 2 + libc/nt/ntdll/ZwCreateTimer.s | 2 - libc/nt/ntdll/ZwCreateTimer2.S | 2 + libc/nt/ntdll/ZwCreateTimer2.s | 2 - libc/nt/ntdll/ZwCreateToken.S | 2 + libc/nt/ntdll/ZwCreateToken.s | 2 - libc/nt/ntdll/ZwCreateTokenEx.S | 2 + libc/nt/ntdll/ZwCreateTokenEx.s | 2 - libc/nt/ntdll/ZwCreateTransaction.S | 2 + libc/nt/ntdll/ZwCreateTransaction.s | 2 - libc/nt/ntdll/ZwCreateTransactionManager.S | 2 + libc/nt/ntdll/ZwCreateTransactionManager.s | 2 - libc/nt/ntdll/ZwCreateUserProcess.S | 2 + libc/nt/ntdll/ZwCreateUserProcess.s | 2 - libc/nt/ntdll/ZwCreateWaitCompletionPacket.S | 2 + libc/nt/ntdll/ZwCreateWaitCompletionPacket.s | 2 - libc/nt/ntdll/ZwCreateWaitablePort.S | 2 + libc/nt/ntdll/ZwCreateWaitablePort.s | 2 - libc/nt/ntdll/ZwCreateWnfStateName.S | 2 + libc/nt/ntdll/ZwCreateWnfStateName.s | 2 - libc/nt/ntdll/ZwCreateWorkerFactory.S | 2 + libc/nt/ntdll/ZwCreateWorkerFactory.s | 2 - libc/nt/ntdll/ZwDebugActiveProcess.S | 2 + libc/nt/ntdll/ZwDebugActiveProcess.s | 2 - libc/nt/ntdll/ZwDebugContinue.S | 2 + libc/nt/ntdll/ZwDebugContinue.s | 2 - libc/nt/ntdll/ZwDelayExecution.S | 2 + libc/nt/ntdll/ZwDelayExecution.s | 2 - libc/nt/ntdll/ZwDeleteAtom.S | 2 + libc/nt/ntdll/ZwDeleteAtom.s | 2 - libc/nt/ntdll/ZwDeleteBootEntry.S | 2 + libc/nt/ntdll/ZwDeleteBootEntry.s | 2 - libc/nt/ntdll/ZwDeleteDriverEntry.S | 2 + libc/nt/ntdll/ZwDeleteDriverEntry.s | 2 - libc/nt/ntdll/ZwDeleteFile.S | 2 + libc/nt/ntdll/ZwDeleteFile.s | 2 - libc/nt/ntdll/ZwDeleteKey.S | 2 + libc/nt/ntdll/ZwDeleteKey.s | 2 - libc/nt/ntdll/ZwDeleteObjectAuditAlarm.S | 2 + libc/nt/ntdll/ZwDeleteObjectAuditAlarm.s | 2 - libc/nt/ntdll/ZwDeletePrivateNamespace.S | 2 + libc/nt/ntdll/ZwDeletePrivateNamespace.s | 2 - libc/nt/ntdll/ZwDeleteValueKey.S | 2 + libc/nt/ntdll/ZwDeleteValueKey.s | 2 - libc/nt/ntdll/ZwDeleteWnfStateData.S | 2 + libc/nt/ntdll/ZwDeleteWnfStateData.s | 2 - libc/nt/ntdll/ZwDeleteWnfStateName.S | 2 + libc/nt/ntdll/ZwDeleteWnfStateName.s | 2 - libc/nt/ntdll/ZwDeviceIoControlFile.S | 2 + libc/nt/ntdll/ZwDeviceIoControlFile.s | 2 - libc/nt/ntdll/ZwDisableLastKnownGood.S | 2 + libc/nt/ntdll/ZwDisableLastKnownGood.s | 2 - libc/nt/ntdll/ZwDisplayString.S | 2 + libc/nt/ntdll/ZwDisplayString.s | 2 - libc/nt/ntdll/ZwDrawText.S | 2 + libc/nt/ntdll/ZwDrawText.s | 2 - libc/nt/ntdll/ZwDuplicateObject.S | 2 + libc/nt/ntdll/ZwDuplicateObject.s | 2 - libc/nt/ntdll/ZwDuplicateToken.S | 2 + libc/nt/ntdll/ZwDuplicateToken.s | 2 - libc/nt/ntdll/ZwEnableLastKnownGood.S | 2 + libc/nt/ntdll/ZwEnableLastKnownGood.s | 2 - libc/nt/ntdll/ZwEnumerateBootEntries.S | 2 + libc/nt/ntdll/ZwEnumerateBootEntries.s | 2 - libc/nt/ntdll/ZwEnumerateDriverEntries.S | 2 + libc/nt/ntdll/ZwEnumerateDriverEntries.s | 2 - libc/nt/ntdll/ZwEnumerateKey.S | 2 + libc/nt/ntdll/ZwEnumerateKey.s | 2 - .../ZwEnumerateSystemEnvironmentValuesEx.S | 2 + .../ZwEnumerateSystemEnvironmentValuesEx.s | 2 - libc/nt/ntdll/ZwEnumerateTransactionObject.S | 2 + libc/nt/ntdll/ZwEnumerateTransactionObject.s | 2 - libc/nt/ntdll/ZwEnumerateValueKey.S | 2 + libc/nt/ntdll/ZwEnumerateValueKey.s | 2 - libc/nt/ntdll/ZwExtendSection.S | 2 + libc/nt/ntdll/ZwExtendSection.s | 2 - libc/nt/ntdll/ZwFilterBootOption.S | 2 + libc/nt/ntdll/ZwFilterBootOption.s | 2 - libc/nt/ntdll/ZwFilterToken.S | 2 + libc/nt/ntdll/ZwFilterToken.s | 2 - libc/nt/ntdll/ZwFilterTokenEx.S | 2 + libc/nt/ntdll/ZwFilterTokenEx.s | 2 - libc/nt/ntdll/ZwFindAtom.S | 2 + libc/nt/ntdll/ZwFindAtom.s | 2 - libc/nt/ntdll/ZwFlushBuffersFile.S | 2 + libc/nt/ntdll/ZwFlushBuffersFile.s | 2 - libc/nt/ntdll/ZwFlushBuffersFileEx.S | 2 + libc/nt/ntdll/ZwFlushBuffersFileEx.s | 2 - libc/nt/ntdll/ZwFlushInstallUILanguage.S | 2 + libc/nt/ntdll/ZwFlushInstallUILanguage.s | 2 - libc/nt/ntdll/ZwFlushInstructionCache.S | 2 + libc/nt/ntdll/ZwFlushInstructionCache.s | 2 - libc/nt/ntdll/ZwFlushKey.S | 2 + libc/nt/ntdll/ZwFlushKey.s | 2 - libc/nt/ntdll/ZwFlushProcessWriteBuffers.S | 2 + libc/nt/ntdll/ZwFlushProcessWriteBuffers.s | 2 - libc/nt/ntdll/ZwFlushVirtualMemory.S | 2 + libc/nt/ntdll/ZwFlushVirtualMemory.s | 2 - libc/nt/ntdll/ZwFlushWriteBuffer.S | 2 + libc/nt/ntdll/ZwFlushWriteBuffer.s | 2 - libc/nt/ntdll/ZwFreeUserPhysicalPages.S | 2 + libc/nt/ntdll/ZwFreeUserPhysicalPages.s | 2 - libc/nt/ntdll/ZwFreeVirtualMemory.S | 2 + libc/nt/ntdll/ZwFreeVirtualMemory.s | 2 - libc/nt/ntdll/ZwFreezeRegistry.S | 2 + libc/nt/ntdll/ZwFreezeRegistry.s | 2 - libc/nt/ntdll/ZwFreezeTransactions.S | 2 + libc/nt/ntdll/ZwFreezeTransactions.s | 2 - libc/nt/ntdll/ZwFsControlFile.S | 2 + libc/nt/ntdll/ZwFsControlFile.s | 2 - libc/nt/ntdll/ZwGetCachedSigningLevel.S | 2 + libc/nt/ntdll/ZwGetCachedSigningLevel.s | 2 - .../ntdll/ZwGetCompleteWnfStateSubscription.S | 2 + .../ntdll/ZwGetCompleteWnfStateSubscription.s | 2 - libc/nt/ntdll/ZwGetContextThread.S | 2 + libc/nt/ntdll/ZwGetContextThread.s | 2 - libc/nt/ntdll/ZwGetCurrentProcessorNumber.S | 2 + libc/nt/ntdll/ZwGetCurrentProcessorNumber.s | 2 - libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.S | 2 + libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.s | 2 - libc/nt/ntdll/ZwGetDevicePowerState.S | 2 + libc/nt/ntdll/ZwGetDevicePowerState.s | 2 - libc/nt/ntdll/ZwGetMUIRegistryInfo.S | 2 + libc/nt/ntdll/ZwGetMUIRegistryInfo.s | 2 - libc/nt/ntdll/ZwGetNextProcess.S | 2 + libc/nt/ntdll/ZwGetNextProcess.s | 2 - libc/nt/ntdll/ZwGetNextThread.S | 2 + libc/nt/ntdll/ZwGetNextThread.s | 2 - libc/nt/ntdll/ZwGetNlsSectionPtr.S | 2 + libc/nt/ntdll/ZwGetNlsSectionPtr.s | 2 - .../ntdll/ZwGetNotificationResourceManager.S | 2 + .../ntdll/ZwGetNotificationResourceManager.s | 2 - libc/nt/ntdll/ZwGetWriteWatch.S | 2 + libc/nt/ntdll/ZwGetWriteWatch.s | 2 - libc/nt/ntdll/ZwImpersonateAnonymousToken.S | 2 + libc/nt/ntdll/ZwImpersonateAnonymousToken.s | 2 - libc/nt/ntdll/ZwImpersonateClientOfPort.S | 2 + libc/nt/ntdll/ZwImpersonateClientOfPort.s | 2 - libc/nt/ntdll/ZwImpersonateThread.S | 2 + libc/nt/ntdll/ZwImpersonateThread.s | 2 - libc/nt/ntdll/ZwInitializeEnclave.S | 2 + libc/nt/ntdll/ZwInitializeEnclave.s | 2 - libc/nt/ntdll/ZwInitializeNlsFiles.S | 2 + libc/nt/ntdll/ZwInitializeNlsFiles.s | 2 - libc/nt/ntdll/ZwInitializeRegistry.S | 2 + libc/nt/ntdll/ZwInitializeRegistry.s | 2 - libc/nt/ntdll/ZwInitiatePowerAction.S | 2 + libc/nt/ntdll/ZwInitiatePowerAction.s | 2 - libc/nt/ntdll/ZwIsProcessInJob.S | 2 + libc/nt/ntdll/ZwIsProcessInJob.s | 2 - libc/nt/ntdll/ZwIsSystemResumeAutomatic.S | 2 + libc/nt/ntdll/ZwIsSystemResumeAutomatic.s | 2 - libc/nt/ntdll/ZwIsUILanguageComitted.S | 2 + libc/nt/ntdll/ZwIsUILanguageComitted.s | 2 - libc/nt/ntdll/ZwListenPort.S | 2 + libc/nt/ntdll/ZwListenPort.s | 2 - libc/nt/ntdll/ZwLoadDriver.S | 2 + libc/nt/ntdll/ZwLoadDriver.s | 2 - libc/nt/ntdll/ZwLoadEnclaveData.S | 2 + libc/nt/ntdll/ZwLoadEnclaveData.s | 2 - libc/nt/ntdll/ZwLoadHotPatch.S | 2 + libc/nt/ntdll/ZwLoadHotPatch.s | 2 - libc/nt/ntdll/ZwLoadKey.S | 2 + libc/nt/ntdll/ZwLoadKey.s | 2 - libc/nt/ntdll/ZwLoadKey2.S | 2 + libc/nt/ntdll/ZwLoadKey2.s | 2 - libc/nt/ntdll/ZwLoadKeyEx.S | 2 + libc/nt/ntdll/ZwLoadKeyEx.s | 2 - libc/nt/ntdll/ZwLockFile.S | 2 + libc/nt/ntdll/ZwLockFile.s | 2 - libc/nt/ntdll/ZwLockProductActivationKeys.S | 2 + libc/nt/ntdll/ZwLockProductActivationKeys.s | 2 - libc/nt/ntdll/ZwLockRegistryKey.S | 2 + libc/nt/ntdll/ZwLockRegistryKey.s | 2 - libc/nt/ntdll/ZwLockVirtualMemory.S | 2 + libc/nt/ntdll/ZwLockVirtualMemory.s | 2 - libc/nt/ntdll/ZwMakePermanentObject.S | 2 + libc/nt/ntdll/ZwMakePermanentObject.s | 2 - libc/nt/ntdll/ZwMakeTemporaryObject.S | 2 + libc/nt/ntdll/ZwMakeTemporaryObject.s | 2 - libc/nt/ntdll/ZwManagePartition.S | 2 + libc/nt/ntdll/ZwManagePartition.s | 2 - libc/nt/ntdll/ZwMapCMFModule.S | 2 + libc/nt/ntdll/ZwMapCMFModule.s | 2 - libc/nt/ntdll/ZwMapUserPhysicalPages.S | 2 + libc/nt/ntdll/ZwMapUserPhysicalPages.s | 2 - libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.S | 2 + libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.s | 2 - libc/nt/ntdll/ZwMapViewOfSection.S | 2 + libc/nt/ntdll/ZwMapViewOfSection.s | 2 - libc/nt/ntdll/ZwMapViewOfSectionEx.S | 2 + libc/nt/ntdll/ZwMapViewOfSectionEx.s | 2 - libc/nt/ntdll/ZwModifyBootEntry.S | 2 + libc/nt/ntdll/ZwModifyBootEntry.s | 2 - libc/nt/ntdll/ZwModifyDriverEntry.S | 2 + libc/nt/ntdll/ZwModifyDriverEntry.s | 2 - libc/nt/ntdll/ZwNotifyChangeDirectoryFile.S | 2 + libc/nt/ntdll/ZwNotifyChangeDirectoryFile.s | 2 - libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.S | 2 + libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.s | 2 - libc/nt/ntdll/ZwNotifyChangeKey.S | 2 + libc/nt/ntdll/ZwNotifyChangeKey.s | 2 - libc/nt/ntdll/ZwNotifyChangeMultipleKeys.S | 2 + libc/nt/ntdll/ZwNotifyChangeMultipleKeys.s | 2 - libc/nt/ntdll/ZwNotifyChangeSession.S | 2 + libc/nt/ntdll/ZwNotifyChangeSession.s | 2 - libc/nt/ntdll/ZwOpenDirectoryObject.S | 2 + libc/nt/ntdll/ZwOpenDirectoryObject.s | 2 - libc/nt/ntdll/ZwOpenEnlistment.S | 2 + libc/nt/ntdll/ZwOpenEnlistment.s | 2 - libc/nt/ntdll/ZwOpenEvent.S | 2 + libc/nt/ntdll/ZwOpenEvent.s | 2 - libc/nt/ntdll/ZwOpenEventPair.S | 2 + libc/nt/ntdll/ZwOpenEventPair.s | 2 - libc/nt/ntdll/ZwOpenFile.S | 2 + libc/nt/ntdll/ZwOpenFile.s | 2 - libc/nt/ntdll/ZwOpenIoCompletion.S | 2 + libc/nt/ntdll/ZwOpenIoCompletion.s | 2 - libc/nt/ntdll/ZwOpenJobObject.S | 2 + libc/nt/ntdll/ZwOpenJobObject.s | 2 - libc/nt/ntdll/ZwOpenKey.S | 2 + libc/nt/ntdll/ZwOpenKey.s | 2 - libc/nt/ntdll/ZwOpenKeyEx.S | 2 + libc/nt/ntdll/ZwOpenKeyEx.s | 2 - libc/nt/ntdll/ZwOpenKeyTransacted.S | 2 + libc/nt/ntdll/ZwOpenKeyTransacted.s | 2 - libc/nt/ntdll/ZwOpenKeyTransactedEx.S | 2 + libc/nt/ntdll/ZwOpenKeyTransactedEx.s | 2 - libc/nt/ntdll/ZwOpenKeyedEvent.S | 2 + libc/nt/ntdll/ZwOpenKeyedEvent.s | 2 - libc/nt/ntdll/ZwOpenMutant.S | 2 + libc/nt/ntdll/ZwOpenMutant.s | 2 - libc/nt/ntdll/ZwOpenObjectAuditAlarm.S | 2 + libc/nt/ntdll/ZwOpenObjectAuditAlarm.s | 2 - libc/nt/ntdll/ZwOpenPartition.S | 2 + libc/nt/ntdll/ZwOpenPartition.s | 2 - libc/nt/ntdll/ZwOpenPrivateNamespace.S | 2 + libc/nt/ntdll/ZwOpenPrivateNamespace.s | 2 - libc/nt/ntdll/ZwOpenProcess.S | 2 + libc/nt/ntdll/ZwOpenProcess.s | 2 - libc/nt/ntdll/ZwOpenProcessToken.S | 2 + libc/nt/ntdll/ZwOpenProcessToken.s | 2 - libc/nt/ntdll/ZwOpenProcessTokenEx.S | 2 + libc/nt/ntdll/ZwOpenProcessTokenEx.s | 2 - libc/nt/ntdll/ZwOpenRegistryTransaction.S | 2 + libc/nt/ntdll/ZwOpenRegistryTransaction.s | 2 - libc/nt/ntdll/ZwOpenResourceManager.S | 2 + libc/nt/ntdll/ZwOpenResourceManager.s | 2 - libc/nt/ntdll/ZwOpenSection.S | 2 + libc/nt/ntdll/ZwOpenSection.s | 2 - libc/nt/ntdll/ZwOpenSemaphore.S | 2 + libc/nt/ntdll/ZwOpenSemaphore.s | 2 - libc/nt/ntdll/ZwOpenSession.S | 2 + libc/nt/ntdll/ZwOpenSession.s | 2 - libc/nt/ntdll/ZwOpenSymbolicLinkObject.S | 2 + libc/nt/ntdll/ZwOpenSymbolicLinkObject.s | 2 - libc/nt/ntdll/ZwOpenThread.S | 2 + libc/nt/ntdll/ZwOpenThread.s | 2 - libc/nt/ntdll/ZwOpenThreadToken.S | 2 + libc/nt/ntdll/ZwOpenThreadToken.s | 2 - libc/nt/ntdll/ZwOpenThreadTokenEx.S | 2 + libc/nt/ntdll/ZwOpenThreadTokenEx.s | 2 - libc/nt/ntdll/ZwOpenTimer.S | 2 + libc/nt/ntdll/ZwOpenTimer.s | 2 - libc/nt/ntdll/ZwOpenTransaction.S | 2 + libc/nt/ntdll/ZwOpenTransaction.s | 2 - libc/nt/ntdll/ZwOpenTransactionManager.S | 2 + libc/nt/ntdll/ZwOpenTransactionManager.s | 2 - libc/nt/ntdll/ZwPlugPlayControl.S | 2 + libc/nt/ntdll/ZwPlugPlayControl.s | 2 - libc/nt/ntdll/ZwPowerInformation.S | 2 + libc/nt/ntdll/ZwPowerInformation.s | 2 - libc/nt/ntdll/ZwPrePrepareComplete.S | 2 + libc/nt/ntdll/ZwPrePrepareComplete.s | 2 - libc/nt/ntdll/ZwPrePrepareEnlistment.S | 2 + libc/nt/ntdll/ZwPrePrepareEnlistment.s | 2 - libc/nt/ntdll/ZwPrepareComplete.S | 2 + libc/nt/ntdll/ZwPrepareComplete.s | 2 - libc/nt/ntdll/ZwPrepareEnlistment.S | 2 + libc/nt/ntdll/ZwPrepareEnlistment.s | 2 - libc/nt/ntdll/ZwPrivilegeCheck.S | 2 + libc/nt/ntdll/ZwPrivilegeCheck.s | 2 - libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.S | 2 + libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.s | 2 - libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.S | 2 + libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.s | 2 - libc/nt/ntdll/ZwPropagationComplete.S | 2 + libc/nt/ntdll/ZwPropagationComplete.s | 2 - libc/nt/ntdll/ZwPropagationFailed.S | 2 + libc/nt/ntdll/ZwPropagationFailed.s | 2 - libc/nt/ntdll/ZwProtectVirtualMemory.S | 2 + libc/nt/ntdll/ZwProtectVirtualMemory.s | 2 - libc/nt/ntdll/ZwPulseEvent.S | 2 + libc/nt/ntdll/ZwPulseEvent.s | 2 - libc/nt/ntdll/ZwQueryAttributesFile.S | 2 + libc/nt/ntdll/ZwQueryAttributesFile.s | 2 - .../ntdll/ZwQueryAuxiliaryCounterFrequency.S | 2 + .../ntdll/ZwQueryAuxiliaryCounterFrequency.s | 2 - libc/nt/ntdll/ZwQueryBootEntryOrder.S | 2 + libc/nt/ntdll/ZwQueryBootEntryOrder.s | 2 - libc/nt/ntdll/ZwQueryBootOptions.S | 2 + libc/nt/ntdll/ZwQueryBootOptions.s | 2 - libc/nt/ntdll/ZwQueryDebugFilterState.S | 2 + libc/nt/ntdll/ZwQueryDebugFilterState.s | 2 - libc/nt/ntdll/ZwQueryDefaultLocale.S | 2 + libc/nt/ntdll/ZwQueryDefaultLocale.s | 2 - libc/nt/ntdll/ZwQueryDefaultUILanguage.S | 2 + libc/nt/ntdll/ZwQueryDefaultUILanguage.s | 2 - libc/nt/ntdll/ZwQueryDirectoryFile.S | 2 + libc/nt/ntdll/ZwQueryDirectoryFile.s | 2 - libc/nt/ntdll/ZwQueryDirectoryFileEx.S | 2 + libc/nt/ntdll/ZwQueryDirectoryFileEx.s | 2 - libc/nt/ntdll/ZwQueryDirectoryObject.S | 2 + libc/nt/ntdll/ZwQueryDirectoryObject.s | 2 - libc/nt/ntdll/ZwQueryDriverEntryOrder.S | 2 + libc/nt/ntdll/ZwQueryDriverEntryOrder.s | 2 - libc/nt/ntdll/ZwQueryEaFile.S | 2 + libc/nt/ntdll/ZwQueryEaFile.s | 2 - libc/nt/ntdll/ZwQueryEvent.S | 2 + libc/nt/ntdll/ZwQueryEvent.s | 2 - libc/nt/ntdll/ZwQueryFullAttributesFile.S | 2 + libc/nt/ntdll/ZwQueryFullAttributesFile.s | 2 - libc/nt/ntdll/ZwQueryInformationAtom.S | 2 + libc/nt/ntdll/ZwQueryInformationAtom.s | 2 - libc/nt/ntdll/ZwQueryInformationByName.S | 2 + libc/nt/ntdll/ZwQueryInformationByName.s | 2 - libc/nt/ntdll/ZwQueryInformationEnlistment.S | 2 + libc/nt/ntdll/ZwQueryInformationEnlistment.s | 2 - libc/nt/ntdll/ZwQueryInformationFile.S | 2 + libc/nt/ntdll/ZwQueryInformationFile.s | 2 - libc/nt/ntdll/ZwQueryInformationJobObject.S | 2 + libc/nt/ntdll/ZwQueryInformationJobObject.s | 2 - libc/nt/ntdll/ZwQueryInformationPort.S | 2 + libc/nt/ntdll/ZwQueryInformationPort.s | 2 - libc/nt/ntdll/ZwQueryInformationProcess.S | 2 + libc/nt/ntdll/ZwQueryInformationProcess.s | 2 - .../ntdll/ZwQueryInformationResourceManager.S | 2 + .../ntdll/ZwQueryInformationResourceManager.s | 2 - libc/nt/ntdll/ZwQueryInformationThread.S | 2 + libc/nt/ntdll/ZwQueryInformationThread.s | 2 - libc/nt/ntdll/ZwQueryInformationToken.S | 2 + libc/nt/ntdll/ZwQueryInformationToken.s | 2 - libc/nt/ntdll/ZwQueryInformationTransaction.S | 2 + libc/nt/ntdll/ZwQueryInformationTransaction.s | 2 - .../ZwQueryInformationTransactionManager.S | 2 + .../ZwQueryInformationTransactionManager.s | 2 - .../ntdll/ZwQueryInformationWorkerFactory.S | 2 + .../ntdll/ZwQueryInformationWorkerFactory.s | 2 - libc/nt/ntdll/ZwQueryInstallUILanguage.S | 2 + libc/nt/ntdll/ZwQueryInstallUILanguage.s | 2 - libc/nt/ntdll/ZwQueryIntervalProfile.S | 2 + libc/nt/ntdll/ZwQueryIntervalProfile.s | 2 - libc/nt/ntdll/ZwQueryIoCompletion.S | 2 + libc/nt/ntdll/ZwQueryIoCompletion.s | 2 - libc/nt/ntdll/ZwQueryKey.S | 2 + libc/nt/ntdll/ZwQueryKey.s | 2 - libc/nt/ntdll/ZwQueryLicenseValue.S | 2 + libc/nt/ntdll/ZwQueryLicenseValue.s | 2 - libc/nt/ntdll/ZwQueryMultipleValueKey.S | 2 + libc/nt/ntdll/ZwQueryMultipleValueKey.s | 2 - libc/nt/ntdll/ZwQueryMutant.S | 2 + libc/nt/ntdll/ZwQueryMutant.s | 2 - libc/nt/ntdll/ZwQueryObject.S | 2 + libc/nt/ntdll/ZwQueryObject.s | 2 - libc/nt/ntdll/ZwQueryOpenSubKeys.S | 2 + libc/nt/ntdll/ZwQueryOpenSubKeys.s | 2 - libc/nt/ntdll/ZwQueryOpenSubKeysEx.S | 2 + libc/nt/ntdll/ZwQueryOpenSubKeysEx.s | 2 - libc/nt/ntdll/ZwQueryPerformanceCounter.S | 2 + libc/nt/ntdll/ZwQueryPerformanceCounter.s | 2 - libc/nt/ntdll/ZwQueryPortInformationProcess.S | 2 + libc/nt/ntdll/ZwQueryPortInformationProcess.s | 2 - libc/nt/ntdll/ZwQueryQuotaInformationFile.S | 2 + libc/nt/ntdll/ZwQueryQuotaInformationFile.s | 2 - libc/nt/ntdll/ZwQuerySection.S | 2 + libc/nt/ntdll/ZwQuerySection.s | 2 - .../nt/ntdll/ZwQuerySecurityAttributesToken.S | 2 + .../nt/ntdll/ZwQuerySecurityAttributesToken.s | 2 - libc/nt/ntdll/ZwQuerySecurityObject.S | 2 + libc/nt/ntdll/ZwQuerySecurityObject.s | 2 - libc/nt/ntdll/ZwQuerySecurityPolicy.S | 2 + libc/nt/ntdll/ZwQuerySecurityPolicy.s | 2 - libc/nt/ntdll/ZwQuerySemaphore.S | 2 + libc/nt/ntdll/ZwQuerySemaphore.s | 2 - libc/nt/ntdll/ZwQuerySymbolicLinkObject.S | 2 + libc/nt/ntdll/ZwQuerySymbolicLinkObject.s | 2 - libc/nt/ntdll/ZwQuerySystemEnvironmentValue.S | 2 + libc/nt/ntdll/ZwQuerySystemEnvironmentValue.s | 2 - .../ntdll/ZwQuerySystemEnvironmentValueEx.S | 2 + .../ntdll/ZwQuerySystemEnvironmentValueEx.s | 2 - libc/nt/ntdll/ZwQuerySystemInformation.S | 2 + libc/nt/ntdll/ZwQuerySystemInformation.s | 2 - libc/nt/ntdll/ZwQuerySystemInformationEx.S | 2 + libc/nt/ntdll/ZwQuerySystemInformationEx.s | 2 - libc/nt/ntdll/ZwQuerySystemTime.S | 2 + libc/nt/ntdll/ZwQuerySystemTime.s | 2 - libc/nt/ntdll/ZwQueryTimer.S | 2 + libc/nt/ntdll/ZwQueryTimer.s | 2 - libc/nt/ntdll/ZwQueryTimerResolution.S | 2 + libc/nt/ntdll/ZwQueryTimerResolution.s | 2 - libc/nt/ntdll/ZwQueryValueKey.S | 2 + libc/nt/ntdll/ZwQueryValueKey.s | 2 - libc/nt/ntdll/ZwQueryVirtualMemory.S | 2 + libc/nt/ntdll/ZwQueryVirtualMemory.s | 2 - libc/nt/ntdll/ZwQueryVolumeInformationFile.S | 2 + libc/nt/ntdll/ZwQueryVolumeInformationFile.s | 2 - libc/nt/ntdll/ZwQueryWnfStateData.S | 2 + libc/nt/ntdll/ZwQueryWnfStateData.s | 2 - .../nt/ntdll/ZwQueryWnfStateNameInformation.S | 2 + .../nt/ntdll/ZwQueryWnfStateNameInformation.s | 2 - libc/nt/ntdll/ZwQueueApcThread.S | 2 + libc/nt/ntdll/ZwQueueApcThread.s | 2 - libc/nt/ntdll/ZwQueueApcThreadEx.S | 2 + libc/nt/ntdll/ZwQueueApcThreadEx.s | 2 - libc/nt/ntdll/ZwRaiseException.S | 2 + libc/nt/ntdll/ZwRaiseException.s | 2 - libc/nt/ntdll/ZwRaiseHardError.S | 2 + libc/nt/ntdll/ZwRaiseHardError.s | 2 - libc/nt/ntdll/ZwReadFile.S | 2 + libc/nt/ntdll/ZwReadFile.s | 2 - libc/nt/ntdll/ZwReadFileScatter.S | 2 + libc/nt/ntdll/ZwReadFileScatter.s | 2 - libc/nt/ntdll/ZwReadOnlyEnlistment.S | 2 + libc/nt/ntdll/ZwReadOnlyEnlistment.s | 2 - libc/nt/ntdll/ZwReadRequestData.S | 2 + libc/nt/ntdll/ZwReadRequestData.s | 2 - libc/nt/ntdll/ZwReadVirtualMemory.S | 2 + libc/nt/ntdll/ZwReadVirtualMemory.s | 2 - libc/nt/ntdll/ZwRecoverEnlistment.S | 2 + libc/nt/ntdll/ZwRecoverEnlistment.s | 2 - libc/nt/ntdll/ZwRecoverResourceManager.S | 2 + libc/nt/ntdll/ZwRecoverResourceManager.s | 2 - libc/nt/ntdll/ZwRecoverTransactionManager.S | 2 + libc/nt/ntdll/ZwRecoverTransactionManager.s | 2 - .../ZwRegisterProtocolAddressInformation.S | 2 + .../ZwRegisterProtocolAddressInformation.s | 2 - libc/nt/ntdll/ZwRegisterThreadTerminatePort.S | 2 + libc/nt/ntdll/ZwRegisterThreadTerminatePort.s | 2 - libc/nt/ntdll/ZwReleaseKeyedEvent.S | 2 + libc/nt/ntdll/ZwReleaseKeyedEvent.s | 2 - libc/nt/ntdll/ZwReleaseMutant.S | 2 + libc/nt/ntdll/ZwReleaseMutant.s | 2 - libc/nt/ntdll/ZwReleaseSemaphore.S | 2 + libc/nt/ntdll/ZwReleaseSemaphore.s | 2 - libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.S | 2 + libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.s | 2 - libc/nt/ntdll/ZwRemoveIoCompletion.S | 2 + libc/nt/ntdll/ZwRemoveIoCompletion.s | 2 - libc/nt/ntdll/ZwRemoveIoCompletionEx.S | 2 + libc/nt/ntdll/ZwRemoveIoCompletionEx.s | 2 - libc/nt/ntdll/ZwRemoveProcessDebug.S | 2 + libc/nt/ntdll/ZwRemoveProcessDebug.s | 2 - libc/nt/ntdll/ZwRenameKey.S | 2 + libc/nt/ntdll/ZwRenameKey.s | 2 - libc/nt/ntdll/ZwRenameTransactionManager.S | 2 + libc/nt/ntdll/ZwRenameTransactionManager.s | 2 - libc/nt/ntdll/ZwReplaceKey.S | 2 + libc/nt/ntdll/ZwReplaceKey.s | 2 - libc/nt/ntdll/ZwReplacePartitionUnit.S | 2 + libc/nt/ntdll/ZwReplacePartitionUnit.s | 2 - libc/nt/ntdll/ZwReplyPort.S | 2 + libc/nt/ntdll/ZwReplyPort.s | 2 - libc/nt/ntdll/ZwReplyWaitReceivePort.S | 2 + libc/nt/ntdll/ZwReplyWaitReceivePort.s | 2 - libc/nt/ntdll/ZwReplyWaitReceivePortEx.S | 2 + libc/nt/ntdll/ZwReplyWaitReceivePortEx.s | 2 - libc/nt/ntdll/ZwReplyWaitReplyPort.S | 2 + libc/nt/ntdll/ZwReplyWaitReplyPort.s | 2 - libc/nt/ntdll/ZwRequestPort.S | 2 + libc/nt/ntdll/ZwRequestPort.s | 2 - libc/nt/ntdll/ZwRequestWaitReplyPort.S | 2 + libc/nt/ntdll/ZwRequestWaitReplyPort.s | 2 - libc/nt/ntdll/ZwResetEvent.S | 2 + libc/nt/ntdll/ZwResetEvent.s | 2 - libc/nt/ntdll/ZwResetWriteWatch.S | 2 + libc/nt/ntdll/ZwResetWriteWatch.s | 2 - libc/nt/ntdll/ZwRestoreKey.S | 2 + libc/nt/ntdll/ZwRestoreKey.s | 2 - libc/nt/ntdll/ZwResumeProcess.S | 2 + libc/nt/ntdll/ZwResumeProcess.s | 2 - libc/nt/ntdll/ZwResumeThread.S | 2 + libc/nt/ntdll/ZwResumeThread.s | 2 - .../nt/ntdll/ZwRevertContainerImpersonation.S | 2 + .../nt/ntdll/ZwRevertContainerImpersonation.s | 2 - libc/nt/ntdll/ZwRollbackComplete.S | 2 + libc/nt/ntdll/ZwRollbackComplete.s | 2 - libc/nt/ntdll/ZwRollbackEnlistment.S | 2 + libc/nt/ntdll/ZwRollbackEnlistment.s | 2 - libc/nt/ntdll/ZwRollbackRegistryTransaction.S | 2 + libc/nt/ntdll/ZwRollbackRegistryTransaction.s | 2 - libc/nt/ntdll/ZwRollbackTransaction.S | 2 + libc/nt/ntdll/ZwRollbackTransaction.s | 2 - .../ntdll/ZwRollforwardTransactionManager.S | 2 + .../ntdll/ZwRollforwardTransactionManager.s | 2 - libc/nt/ntdll/ZwSaveKey.S | 2 + libc/nt/ntdll/ZwSaveKey.s | 2 - libc/nt/ntdll/ZwSaveKeyEx.S | 2 + libc/nt/ntdll/ZwSaveKeyEx.s | 2 - libc/nt/ntdll/ZwSaveMergedKeys.S | 2 + libc/nt/ntdll/ZwSaveMergedKeys.s | 2 - libc/nt/ntdll/ZwSecureConnectPort.S | 2 + libc/nt/ntdll/ZwSecureConnectPort.s | 2 - libc/nt/ntdll/ZwSerializeBoot.S | 2 + libc/nt/ntdll/ZwSerializeBoot.s | 2 - libc/nt/ntdll/ZwSetBootEntryOrder.S | 2 + libc/nt/ntdll/ZwSetBootEntryOrder.s | 2 - libc/nt/ntdll/ZwSetBootOptions.S | 2 + libc/nt/ntdll/ZwSetBootOptions.s | 2 - libc/nt/ntdll/ZwSetCachedSigningLevel.S | 2 + libc/nt/ntdll/ZwSetCachedSigningLevel.s | 2 - libc/nt/ntdll/ZwSetCachedSigningLevel2.S | 2 + libc/nt/ntdll/ZwSetCachedSigningLevel2.s | 2 - libc/nt/ntdll/ZwSetContextThread.S | 2 + libc/nt/ntdll/ZwSetContextThread.s | 2 - libc/nt/ntdll/ZwSetDebugFilterState.S | 2 + libc/nt/ntdll/ZwSetDebugFilterState.s | 2 - libc/nt/ntdll/ZwSetDefaultHardErrorPort.S | 2 + libc/nt/ntdll/ZwSetDefaultHardErrorPort.s | 2 - libc/nt/ntdll/ZwSetDefaultLocale.S | 2 + libc/nt/ntdll/ZwSetDefaultLocale.s | 2 - libc/nt/ntdll/ZwSetDefaultUILanguage.S | 2 + libc/nt/ntdll/ZwSetDefaultUILanguage.s | 2 - libc/nt/ntdll/ZwSetDriverEntryOrder.S | 2 + libc/nt/ntdll/ZwSetDriverEntryOrder.s | 2 - libc/nt/ntdll/ZwSetEaFile.S | 2 + libc/nt/ntdll/ZwSetEaFile.s | 2 - libc/nt/ntdll/ZwSetEvent.S | 2 + libc/nt/ntdll/ZwSetEvent.s | 2 - libc/nt/ntdll/ZwSetEventBoostPriority.S | 2 + libc/nt/ntdll/ZwSetEventBoostPriority.s | 2 - libc/nt/ntdll/ZwSetHighEventPair.S | 2 + libc/nt/ntdll/ZwSetHighEventPair.s | 2 - libc/nt/ntdll/ZwSetHighWaitLowEventPair.S | 2 + libc/nt/ntdll/ZwSetHighWaitLowEventPair.s | 2 - libc/nt/ntdll/ZwSetIRTimer.S | 2 + libc/nt/ntdll/ZwSetIRTimer.s | 2 - libc/nt/ntdll/ZwSetInformationDebugObject.S | 2 + libc/nt/ntdll/ZwSetInformationDebugObject.s | 2 - libc/nt/ntdll/ZwSetInformationEnlistment.S | 2 + libc/nt/ntdll/ZwSetInformationEnlistment.s | 2 - libc/nt/ntdll/ZwSetInformationFile.S | 2 + libc/nt/ntdll/ZwSetInformationFile.s | 2 - libc/nt/ntdll/ZwSetInformationJobObject.S | 2 + libc/nt/ntdll/ZwSetInformationJobObject.s | 2 - libc/nt/ntdll/ZwSetInformationKey.S | 2 + libc/nt/ntdll/ZwSetInformationKey.s | 2 - libc/nt/ntdll/ZwSetInformationObject.S | 2 + libc/nt/ntdll/ZwSetInformationObject.s | 2 - libc/nt/ntdll/ZwSetInformationProcess.S | 2 + libc/nt/ntdll/ZwSetInformationProcess.s | 2 - .../ntdll/ZwSetInformationResourceManager.S | 2 + .../ntdll/ZwSetInformationResourceManager.s | 2 - libc/nt/ntdll/ZwSetInformationSymbolicLink.S | 2 + libc/nt/ntdll/ZwSetInformationSymbolicLink.s | 2 - libc/nt/ntdll/ZwSetInformationThread.S | 2 + libc/nt/ntdll/ZwSetInformationThread.s | 2 - libc/nt/ntdll/ZwSetInformationToken.S | 2 + libc/nt/ntdll/ZwSetInformationToken.s | 2 - libc/nt/ntdll/ZwSetInformationTransaction.S | 2 + libc/nt/ntdll/ZwSetInformationTransaction.s | 2 - .../ZwSetInformationTransactionManager.S | 2 + .../ZwSetInformationTransactionManager.s | 2 - libc/nt/ntdll/ZwSetInformationVirtualMemory.S | 2 + libc/nt/ntdll/ZwSetInformationVirtualMemory.s | 2 - libc/nt/ntdll/ZwSetInformationWorkerFactory.S | 2 + libc/nt/ntdll/ZwSetInformationWorkerFactory.s | 2 - libc/nt/ntdll/ZwSetIntervalProfile.S | 2 + libc/nt/ntdll/ZwSetIntervalProfile.s | 2 - libc/nt/ntdll/ZwSetIoCompletion.S | 2 + libc/nt/ntdll/ZwSetIoCompletion.s | 2 - libc/nt/ntdll/ZwSetIoCompletionEx.S | 2 + libc/nt/ntdll/ZwSetIoCompletionEx.s | 2 - libc/nt/ntdll/ZwSetLdtEntries.S | 2 + libc/nt/ntdll/ZwSetLdtEntries.s | 2 - libc/nt/ntdll/ZwSetLowEventPair.S | 2 + libc/nt/ntdll/ZwSetLowEventPair.s | 2 - libc/nt/ntdll/ZwSetLowWaitHighEventPair.S | 2 + libc/nt/ntdll/ZwSetLowWaitHighEventPair.s | 2 - libc/nt/ntdll/ZwSetQuotaInformationFile.S | 2 + libc/nt/ntdll/ZwSetQuotaInformationFile.s | 2 - libc/nt/ntdll/ZwSetSecurityObject.S | 2 + libc/nt/ntdll/ZwSetSecurityObject.s | 2 - libc/nt/ntdll/ZwSetSystemEnvironmentValue.S | 2 + libc/nt/ntdll/ZwSetSystemEnvironmentValue.s | 2 - libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.S | 2 + libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.s | 2 - libc/nt/ntdll/ZwSetSystemInformation.S | 2 + libc/nt/ntdll/ZwSetSystemInformation.s | 2 - libc/nt/ntdll/ZwSetSystemPowerState.S | 2 + libc/nt/ntdll/ZwSetSystemPowerState.s | 2 - libc/nt/ntdll/ZwSetSystemTime.S | 2 + libc/nt/ntdll/ZwSetSystemTime.s | 2 - libc/nt/ntdll/ZwSetThreadExecutionState.S | 2 + libc/nt/ntdll/ZwSetThreadExecutionState.s | 2 - libc/nt/ntdll/ZwSetTimer.S | 2 + libc/nt/ntdll/ZwSetTimer.s | 2 - libc/nt/ntdll/ZwSetTimer2.S | 2 + libc/nt/ntdll/ZwSetTimer2.s | 2 - libc/nt/ntdll/ZwSetTimerEx.S | 2 + libc/nt/ntdll/ZwSetTimerEx.s | 2 - libc/nt/ntdll/ZwSetTimerResolution.S | 2 + libc/nt/ntdll/ZwSetTimerResolution.s | 2 - libc/nt/ntdll/ZwSetUuidSeed.S | 2 + libc/nt/ntdll/ZwSetUuidSeed.s | 2 - libc/nt/ntdll/ZwSetValueKey.S | 2 + libc/nt/ntdll/ZwSetValueKey.s | 2 - libc/nt/ntdll/ZwSetVolumeInformationFile.S | 2 + libc/nt/ntdll/ZwSetVolumeInformationFile.s | 2 - .../ntdll/ZwSetWnfProcessNotificationEvent.S | 2 + .../ntdll/ZwSetWnfProcessNotificationEvent.s | 2 - libc/nt/ntdll/ZwShutdownSystem.S | 2 + libc/nt/ntdll/ZwShutdownSystem.s | 2 - libc/nt/ntdll/ZwShutdownWorkerFactory.S | 2 + libc/nt/ntdll/ZwShutdownWorkerFactory.s | 2 - .../nt/ntdll/ZwSignalAndWaitForSingleObject.S | 2 + .../nt/ntdll/ZwSignalAndWaitForSingleObject.s | 2 - libc/nt/ntdll/ZwSinglePhaseReject.S | 2 + libc/nt/ntdll/ZwSinglePhaseReject.s | 2 - libc/nt/ntdll/ZwStartProfile.S | 2 + libc/nt/ntdll/ZwStartProfile.s | 2 - libc/nt/ntdll/ZwStopProfile.S | 2 + libc/nt/ntdll/ZwStopProfile.s | 2 - libc/nt/ntdll/ZwSubscribeWnfStateChange.S | 2 + libc/nt/ntdll/ZwSubscribeWnfStateChange.s | 2 - libc/nt/ntdll/ZwSuspendProcess.S | 2 + libc/nt/ntdll/ZwSuspendProcess.s | 2 - libc/nt/ntdll/ZwSuspendThread.S | 2 + libc/nt/ntdll/ZwSuspendThread.s | 2 - libc/nt/ntdll/ZwSystemDebugControl.S | 2 + libc/nt/ntdll/ZwSystemDebugControl.s | 2 - libc/nt/ntdll/ZwTerminateEnclave.S | 2 + libc/nt/ntdll/ZwTerminateEnclave.s | 2 - libc/nt/ntdll/ZwTerminateJobObject.S | 2 + libc/nt/ntdll/ZwTerminateJobObject.s | 2 - libc/nt/ntdll/ZwTerminateProcess.S | 2 + libc/nt/ntdll/ZwTerminateProcess.s | 2 - libc/nt/ntdll/ZwTerminateThread.S | 2 + libc/nt/ntdll/ZwTerminateThread.s | 2 - libc/nt/ntdll/ZwTestAlert.S | 2 + libc/nt/ntdll/ZwTestAlert.s | 2 - libc/nt/ntdll/ZwThawRegistry.S | 2 + libc/nt/ntdll/ZwThawRegistry.s | 2 - libc/nt/ntdll/ZwThawTransactions.S | 2 + libc/nt/ntdll/ZwThawTransactions.s | 2 - libc/nt/ntdll/ZwTraceControl.S | 2 + libc/nt/ntdll/ZwTraceControl.s | 2 - libc/nt/ntdll/ZwTraceEvent.S | 2 + libc/nt/ntdll/ZwTraceEvent.s | 2 - libc/nt/ntdll/ZwTranslateFilePath.S | 2 + libc/nt/ntdll/ZwTranslateFilePath.s | 2 - libc/nt/ntdll/ZwUmsThreadYield.S | 2 + libc/nt/ntdll/ZwUmsThreadYield.s | 2 - libc/nt/ntdll/ZwUnloadDriver.S | 2 + libc/nt/ntdll/ZwUnloadDriver.s | 2 - libc/nt/ntdll/ZwUnloadKey.S | 2 + libc/nt/ntdll/ZwUnloadKey.s | 2 - libc/nt/ntdll/ZwUnloadKey2.S | 2 + libc/nt/ntdll/ZwUnloadKey2.s | 2 - libc/nt/ntdll/ZwUnloadKeyEx.S | 2 + libc/nt/ntdll/ZwUnloadKeyEx.s | 2 - libc/nt/ntdll/ZwUnlockFile.S | 2 + libc/nt/ntdll/ZwUnlockFile.s | 2 - libc/nt/ntdll/ZwUnlockVirtualMemory.S | 2 + libc/nt/ntdll/ZwUnlockVirtualMemory.s | 2 - libc/nt/ntdll/ZwUnmapViewOfSection.S | 2 + libc/nt/ntdll/ZwUnmapViewOfSection.s | 2 - libc/nt/ntdll/ZwUnmapViewOfSectionEx.S | 2 + libc/nt/ntdll/ZwUnmapViewOfSectionEx.s | 2 - libc/nt/ntdll/ZwUnsubscribeWnfStateChange.S | 2 + libc/nt/ntdll/ZwUnsubscribeWnfStateChange.s | 2 - libc/nt/ntdll/ZwUpdateWnfStateData.S | 2 + libc/nt/ntdll/ZwUpdateWnfStateData.s | 2 - libc/nt/ntdll/ZwVdmControl.S | 2 + libc/nt/ntdll/ZwVdmControl.s | 2 - libc/nt/ntdll/ZwWaitForAlertByThreadId.S | 2 + libc/nt/ntdll/ZwWaitForAlertByThreadId.s | 2 - libc/nt/ntdll/ZwWaitForDebugEvent.S | 2 + libc/nt/ntdll/ZwWaitForDebugEvent.s | 2 - libc/nt/ntdll/ZwWaitForKeyedEvent.S | 2 + libc/nt/ntdll/ZwWaitForKeyedEvent.s | 2 - libc/nt/ntdll/ZwWaitForMultipleObjects.S | 2 + libc/nt/ntdll/ZwWaitForMultipleObjects.s | 2 - libc/nt/ntdll/ZwWaitForMultipleObjects32.S | 2 + libc/nt/ntdll/ZwWaitForMultipleObjects32.s | 2 - libc/nt/ntdll/ZwWaitForSingleObject.S | 2 + libc/nt/ntdll/ZwWaitForSingleObject.s | 2 - libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.S | 2 + libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.s | 2 - libc/nt/ntdll/ZwWaitHighEventPair.S | 2 + libc/nt/ntdll/ZwWaitHighEventPair.s | 2 - libc/nt/ntdll/ZwWaitLowEventPair.S | 2 + libc/nt/ntdll/ZwWaitLowEventPair.s | 2 - libc/nt/ntdll/ZwWorkerFactoryWorkerReady.S | 2 + libc/nt/ntdll/ZwWorkerFactoryWorkerReady.s | 2 - libc/nt/ntdll/ZwWriteFile.S | 2 + libc/nt/ntdll/ZwWriteFile.s | 2 - libc/nt/ntdll/ZwWriteFileGather.S | 2 + libc/nt/ntdll/ZwWriteFileGather.s | 2 - libc/nt/ntdll/ZwWriteRequestData.S | 2 + libc/nt/ntdll/ZwWriteRequestData.s | 2 - libc/nt/ntdll/ZwWriteVirtualMemory.S | 2 + libc/nt/ntdll/ZwWriteVirtualMemory.s | 2 - libc/nt/ntdll/ZwYieldExecution.S | 2 + libc/nt/ntdll/ZwYieldExecution.s | 2 - libc/nt/ntdllimport.S | 3 + libc/nt/ntdllimport.h | 13 +- libc/nt/pdh/CounterPathCallBack.S | 2 + libc/nt/pdh/CounterPathCallBack.s | 2 - libc/nt/pdh/LoadPerfCounterTextStringsW.S | 2 + libc/nt/pdh/LoadPerfCounterTextStringsW.s | 2 - libc/nt/pdh/PdhAddCounterW.S | 2 + libc/nt/pdh/PdhAddCounterW.s | 2 - libc/nt/pdh/PdhAddEnglishCounterW.S | 14 + libc/nt/pdh/PdhAddEnglishCounterW.s | 12 - libc/nt/pdh/PdhBindInputDataSourceW.S | 2 + libc/nt/pdh/PdhBindInputDataSourceW.s | 2 - libc/nt/pdh/PdhBrowseCountersHW.S | 2 + libc/nt/pdh/PdhBrowseCountersHW.s | 2 - libc/nt/pdh/PdhBrowseCountersW.S | 2 + libc/nt/pdh/PdhBrowseCountersW.s | 2 - libc/nt/pdh/PdhCalculateCounterFromRawValue.S | 2 + libc/nt/pdh/PdhCalculateCounterFromRawValue.s | 2 - libc/nt/pdh/PdhCloseLog.S | 2 + libc/nt/pdh/PdhCloseLog.s | 2 - libc/nt/pdh/PdhCloseQuery.S | 2 + libc/nt/pdh/PdhCloseQuery.s | 2 - libc/nt/pdh/PdhCollectQueryData.S | 2 + libc/nt/pdh/PdhCollectQueryData.s | 2 - libc/nt/pdh/PdhCollectQueryDataEx.S | 14 + libc/nt/pdh/PdhCollectQueryDataEx.s | 12 - libc/nt/pdh/PdhCollectQueryDataWithTime.S | 2 + libc/nt/pdh/PdhCollectQueryDataWithTime.s | 2 - libc/nt/pdh/PdhComputeCounterStatistics.S | 2 + libc/nt/pdh/PdhComputeCounterStatistics.s | 2 - libc/nt/pdh/PdhConnectMachineW.S | 2 + libc/nt/pdh/PdhConnectMachineW.s | 2 - libc/nt/pdh/PdhEnumLogSetNamesW.S | 2 + libc/nt/pdh/PdhEnumLogSetNamesW.s | 2 - libc/nt/pdh/PdhEnumMachinesHW.S | 2 + libc/nt/pdh/PdhEnumMachinesHW.s | 2 - libc/nt/pdh/PdhEnumMachinesW.S | 2 + libc/nt/pdh/PdhEnumMachinesW.s | 2 - libc/nt/pdh/PdhEnumObjectItemsHW.S | 2 + libc/nt/pdh/PdhEnumObjectItemsHW.s | 2 - libc/nt/pdh/PdhEnumObjectItemsW.S | 2 + libc/nt/pdh/PdhEnumObjectItemsW.s | 2 - libc/nt/pdh/PdhEnumObjectsHW.S | 2 + libc/nt/pdh/PdhEnumObjectsHW.s | 2 - libc/nt/pdh/PdhEnumObjectsW.S | 2 + libc/nt/pdh/PdhEnumObjectsW.s | 2 - libc/nt/pdh/PdhExpandCounterPathW.S | 2 + libc/nt/pdh/PdhExpandCounterPathW.s | 2 - libc/nt/pdh/PdhExpandWildCardPathHW.S | 2 + libc/nt/pdh/PdhExpandWildCardPathHW.s | 2 - libc/nt/pdh/PdhExpandWildCardPathW.S | 2 + libc/nt/pdh/PdhExpandWildCardPathW.s | 2 - libc/nt/pdh/PdhFormatFromRawValue.S | 2 + libc/nt/pdh/PdhFormatFromRawValue.s | 2 - libc/nt/pdh/PdhGetCounterInfoW.S | 2 + libc/nt/pdh/PdhGetCounterInfoW.s | 2 - libc/nt/pdh/PdhGetCounterTimeBase.S | 2 + libc/nt/pdh/PdhGetCounterTimeBase.s | 2 - libc/nt/pdh/PdhGetDataSourceTimeRangeH.S | 2 + libc/nt/pdh/PdhGetDataSourceTimeRangeH.s | 2 - libc/nt/pdh/PdhGetDataSourceTimeRangeW.S | 2 + libc/nt/pdh/PdhGetDataSourceTimeRangeW.s | 2 - libc/nt/pdh/PdhGetDefaultPerfCounterHW.S | 2 + libc/nt/pdh/PdhGetDefaultPerfCounterHW.s | 2 - libc/nt/pdh/PdhGetDefaultPerfCounterW.S | 2 + libc/nt/pdh/PdhGetDefaultPerfCounterW.s | 2 - libc/nt/pdh/PdhGetDefaultPerfObjectHW.S | 2 + libc/nt/pdh/PdhGetDefaultPerfObjectHW.s | 2 - libc/nt/pdh/PdhGetDefaultPerfObjectW.S | 2 + libc/nt/pdh/PdhGetDefaultPerfObjectW.s | 2 - libc/nt/pdh/PdhGetDllVersion.S | 2 + libc/nt/pdh/PdhGetDllVersion.s | 2 - libc/nt/pdh/PdhGetFormattedCounterArrayW.S | 2 + libc/nt/pdh/PdhGetFormattedCounterArrayW.s | 2 - libc/nt/pdh/PdhGetFormattedCounterValue.S | 14 + libc/nt/pdh/PdhGetFormattedCounterValue.s | 12 - libc/nt/pdh/PdhGetLogFileSize.S | 2 + libc/nt/pdh/PdhGetLogFileSize.s | 2 - libc/nt/pdh/PdhGetRawCounterArrayW.S | 2 + libc/nt/pdh/PdhGetRawCounterArrayW.s | 2 - libc/nt/pdh/PdhGetRawCounterValue.S | 2 + libc/nt/pdh/PdhGetRawCounterValue.s | 2 - libc/nt/pdh/PdhIsRealTimeQuery.S | 2 + libc/nt/pdh/PdhIsRealTimeQuery.s | 2 - libc/nt/pdh/PdhLookupPerfIndexByNameW.S | 2 + libc/nt/pdh/PdhLookupPerfIndexByNameW.s | 2 - libc/nt/pdh/PdhLookupPerfNameByIndexW.S | 2 + libc/nt/pdh/PdhLookupPerfNameByIndexW.s | 2 - libc/nt/pdh/PdhMakeCounterPathW.S | 2 + libc/nt/pdh/PdhMakeCounterPathW.s | 2 - libc/nt/pdh/PdhOpenLogW.S | 2 + libc/nt/pdh/PdhOpenLogW.s | 2 - libc/nt/pdh/PdhOpenQueryH.S | 2 + libc/nt/pdh/PdhOpenQueryH.s | 2 - libc/nt/pdh/PdhOpenQueryW.S | 14 + libc/nt/pdh/PdhOpenQueryW.s | 12 - libc/nt/pdh/PdhParseCounterPathW.S | 2 + libc/nt/pdh/PdhParseCounterPathW.s | 2 - libc/nt/pdh/PdhParseInstanceNameW.S | 2 + libc/nt/pdh/PdhParseInstanceNameW.s | 2 - libc/nt/pdh/PdhReadRawLogRecord.S | 2 + libc/nt/pdh/PdhReadRawLogRecord.s | 2 - libc/nt/pdh/PdhRemoveCounter.S | 2 + libc/nt/pdh/PdhRemoveCounter.s | 2 - libc/nt/pdh/PdhSelectDataSourceW.S | 2 + libc/nt/pdh/PdhSelectDataSourceW.s | 2 - libc/nt/pdh/PdhSetCounterScaleFactor.S | 2 + libc/nt/pdh/PdhSetCounterScaleFactor.s | 2 - libc/nt/pdh/PdhSetDefaultRealTimeDataSource.S | 2 + libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s | 2 - libc/nt/pdh/PdhSetQueryTimeRange.S | 2 + libc/nt/pdh/PdhSetQueryTimeRange.s | 2 - libc/nt/pdh/PdhUpdateLogFileCatalog.S | 2 + libc/nt/pdh/PdhUpdateLogFileCatalog.s | 2 - libc/nt/pdh/PdhUpdateLogW.S | 2 + libc/nt/pdh/PdhUpdateLogW.s | 2 - libc/nt/pdh/PdhValidatePathExW.S | 2 + libc/nt/pdh/PdhValidatePathExW.s | 2 - libc/nt/pdh/PdhValidatePathW.S | 2 + libc/nt/pdh/PdhValidatePathW.s | 2 - libc/nt/pdh/PerfAddCounters.S | 2 + libc/nt/pdh/PerfAddCounters.s | 2 - libc/nt/pdh/PerfCloseQueryHandle.S | 2 + libc/nt/pdh/PerfCloseQueryHandle.s | 2 - libc/nt/pdh/PerfCreateInstance.S | 2 + libc/nt/pdh/PerfCreateInstance.s | 2 - libc/nt/pdh/PerfDecrementULongCounterValue.S | 2 + libc/nt/pdh/PerfDecrementULongCounterValue.s | 2 - .../pdh/PerfDecrementULongLongCounterValue.S | 2 + .../pdh/PerfDecrementULongLongCounterValue.s | 2 - libc/nt/pdh/PerfDeleteCounters.S | 2 + libc/nt/pdh/PerfDeleteCounters.s | 2 - libc/nt/pdh/PerfDeleteInstance.S | 2 + libc/nt/pdh/PerfDeleteInstance.s | 2 - libc/nt/pdh/PerfEnumerateCounterSet.S | 2 + libc/nt/pdh/PerfEnumerateCounterSet.s | 2 - .../nt/pdh/PerfEnumerateCounterSetInstances.S | 2 + .../nt/pdh/PerfEnumerateCounterSetInstances.s | 2 - libc/nt/pdh/PerfIncrementULongCounterValue.S | 2 + libc/nt/pdh/PerfIncrementULongCounterValue.s | 2 - .../pdh/PerfIncrementULongLongCounterValue.S | 2 + .../pdh/PerfIncrementULongLongCounterValue.s | 2 - libc/nt/pdh/PerfOpenQueryHandle.S | 2 + libc/nt/pdh/PerfOpenQueryHandle.s | 2 - libc/nt/pdh/PerfQueryCounterData.S | 2 + libc/nt/pdh/PerfQueryCounterData.s | 2 - libc/nt/pdh/PerfQueryCounterInfo.S | 2 + libc/nt/pdh/PerfQueryCounterInfo.s | 2 - .../pdh/PerfQueryCounterSetRegistrationInfo.S | 2 + .../pdh/PerfQueryCounterSetRegistrationInfo.s | 2 - libc/nt/pdh/PerfQueryInstance.S | 2 + libc/nt/pdh/PerfQueryInstance.s | 2 - libc/nt/pdh/PerfSetCounterRefValue.S | 2 + libc/nt/pdh/PerfSetCounterRefValue.s | 2 - libc/nt/pdh/PerfSetCounterSetInfo.S | 2 + libc/nt/pdh/PerfSetCounterSetInfo.s | 2 - libc/nt/pdh/PerfSetULongCounterValue.S | 2 + libc/nt/pdh/PerfSetULongCounterValue.s | 2 - libc/nt/pdh/PerfSetULongLongCounterValue.S | 2 + libc/nt/pdh/PerfSetULongLongCounterValue.s | 2 - libc/nt/pdh/PerfStartProvider.S | 2 + libc/nt/pdh/PerfStartProvider.s | 2 - libc/nt/pdh/PerfStartProviderEx.S | 2 + libc/nt/pdh/PerfStartProviderEx.s | 2 - libc/nt/pdh/PerfStopProvider.S | 2 + libc/nt/pdh/PerfStopProvider.s | 2 - libc/nt/pdh/UnloadPerfCounterTextStringsW.S | 2 + libc/nt/pdh/UnloadPerfCounterTextStringsW.s | 2 - libc/nt/psapi/EmptyWorkingSet.S | 2 + libc/nt/psapi/EmptyWorkingSet.s | 2 - libc/nt/psapi/EnumDeviceDrivers.S | 2 + libc/nt/psapi/EnumDeviceDrivers.s | 2 - libc/nt/psapi/EnumPageFilesW.S | 2 + libc/nt/psapi/EnumPageFilesW.s | 2 - libc/nt/psapi/EnumProcessModules.S | 2 + libc/nt/psapi/EnumProcessModules.s | 2 - libc/nt/psapi/EnumProcessModulesEx.S | 2 + libc/nt/psapi/EnumProcessModulesEx.s | 2 - libc/nt/psapi/EnumProcesses.S | 2 + libc/nt/psapi/EnumProcesses.s | 2 - libc/nt/psapi/GetDeviceDriverBaseNameW.S | 2 + libc/nt/psapi/GetDeviceDriverBaseNameW.s | 2 - libc/nt/psapi/GetDeviceDriverFileNameW.S | 2 + libc/nt/psapi/GetDeviceDriverFileNameW.s | 2 - libc/nt/psapi/GetMappedFileNameW.S | 2 + libc/nt/psapi/GetMappedFileNameW.s | 2 - libc/nt/psapi/GetModuleBaseNameW.S | 2 + libc/nt/psapi/GetModuleBaseNameW.s | 2 - libc/nt/psapi/GetModuleFileNameExW.S | 2 + libc/nt/psapi/GetModuleFileNameExW.s | 2 - libc/nt/psapi/GetModuleInformation.S | 2 + libc/nt/psapi/GetModuleInformation.s | 2 - libc/nt/psapi/GetPerformanceInfo.S | 2 + libc/nt/psapi/GetPerformanceInfo.s | 2 - libc/nt/psapi/GetProcessImageFileNameW.S | 14 + libc/nt/psapi/GetProcessImageFileNameW.s | 12 - libc/nt/psapi/GetProcessMemoryInfo.S | 14 + libc/nt/psapi/GetProcessMemoryInfo.s | 12 - libc/nt/psapi/GetWsChanges.S | 2 + libc/nt/psapi/GetWsChanges.s | 2 - libc/nt/psapi/GetWsChangesEx.S | 2 + libc/nt/psapi/GetWsChangesEx.s | 2 - libc/nt/psapi/InitializeProcessForWsWatch.S | 2 + libc/nt/psapi/InitializeProcessForWsWatch.s | 2 - libc/nt/psapi/QueryWorkingSet.S | 2 + libc/nt/psapi/QueryWorkingSet.s | 2 - libc/nt/psapi/QueryWorkingSetEx.S | 2 + libc/nt/psapi/QueryWorkingSetEx.s | 2 - libc/nt/sysv2nt.S | 81 +++ libc/nt/sysv2nt.s | 78 --- libc/nt/thunk/msabi.h | 7 + libc/nt/url/AddMIMEFileTypesPS.S | 2 + libc/nt/url/AddMIMEFileTypesPS.s | 2 - libc/nt/url/AutodialHookCallback.S | 2 + libc/nt/url/AutodialHookCallback.s | 2 - libc/nt/url/FileProtocolHandler.S | 2 + libc/nt/url/FileProtocolHandler.s | 2 - libc/nt/url/InetIsOffline.S | 2 + libc/nt/url/InetIsOffline.s | 2 - libc/nt/url/MIMEAssociationDialogW.S | 2 + libc/nt/url/MIMEAssociationDialogW.s | 2 - libc/nt/url/MailToProtocolHandler.S | 2 + libc/nt/url/MailToProtocolHandler.s | 2 - libc/nt/url/OpenURL.S | 2 + libc/nt/url/OpenURL.s | 2 - libc/nt/url/TelnetProtocolHandler.S | 2 + libc/nt/url/TelnetProtocolHandler.s | 2 - libc/nt/url/TranslateURLW.S | 2 + libc/nt/url/TranslateURLW.s | 2 - libc/nt/url/URLAssociationDialogW.S | 2 + libc/nt/url/URLAssociationDialogW.s | 2 - libc/nt/user32/ActivateKeyboardLayout.S | 2 + libc/nt/user32/ActivateKeyboardLayout.s | 2 - libc/nt/user32/AddClipboardFormatListener.S | 2 + libc/nt/user32/AddClipboardFormatListener.s | 2 - libc/nt/user32/AdjustWindowRect.S | 14 + libc/nt/user32/AdjustWindowRect.s | 12 - libc/nt/user32/AdjustWindowRectEx.S | 2 + libc/nt/user32/AdjustWindowRectEx.s | 2 - libc/nt/user32/AdjustWindowRectExForDpi.S | 2 + libc/nt/user32/AdjustWindowRectExForDpi.s | 2 - libc/nt/user32/AlignRects.S | 2 + libc/nt/user32/AlignRects.s | 2 - libc/nt/user32/AllowForegroundActivation.S | 2 + libc/nt/user32/AllowForegroundActivation.s | 2 - libc/nt/user32/AllowSetForegroundWindow.S | 2 + libc/nt/user32/AllowSetForegroundWindow.s | 2 - libc/nt/user32/AnimateWindow.S | 14 + libc/nt/user32/AnimateWindow.s | 12 - libc/nt/user32/AnyPopup.S | 2 + libc/nt/user32/AnyPopup.s | 2 - libc/nt/user32/AppendMenuA.S | 14 + libc/nt/user32/AppendMenuA.s | 12 - libc/nt/user32/AppendMenuW.S | 14 + libc/nt/user32/AppendMenuW.s | 12 - libc/nt/user32/AreDpiAwarenessContextsEqual.S | 2 + libc/nt/user32/AreDpiAwarenessContextsEqual.s | 2 - libc/nt/user32/ArrangeIconicWindows.S | 2 + libc/nt/user32/ArrangeIconicWindows.s | 2 - libc/nt/user32/AttachThreadInput.S | 2 + libc/nt/user32/AttachThreadInput.s | 2 - libc/nt/user32/BeginDeferWindowPos.S | 2 + libc/nt/user32/BeginDeferWindowPos.s | 2 - libc/nt/user32/BeginPaint.S | 14 + libc/nt/user32/BeginPaint.s | 12 - libc/nt/user32/BlockInput.S | 2 + libc/nt/user32/BlockInput.s | 2 - libc/nt/user32/BringWindowToTop.S | 17 + libc/nt/user32/BringWindowToTop.s | 15 - libc/nt/user32/BroadcastSystemMessageExW.S | 2 + libc/nt/user32/BroadcastSystemMessageExW.s | 2 - libc/nt/user32/BroadcastSystemMessageW.S | 2 + libc/nt/user32/BroadcastSystemMessageW.s | 2 - libc/nt/user32/BuildReasonArray.S | 2 + libc/nt/user32/BuildReasonArray.s | 2 - libc/nt/user32/CalcMenuBar.S | 2 + libc/nt/user32/CalcMenuBar.s | 2 - libc/nt/user32/CalculatePopupWindowPosition.S | 2 + libc/nt/user32/CalculatePopupWindowPosition.s | 2 - libc/nt/user32/CallMsgFilterW.S | 2 + libc/nt/user32/CallMsgFilterW.s | 2 - libc/nt/user32/CallNextHookEx.S | 14 + libc/nt/user32/CallNextHookEx.s | 12 - libc/nt/user32/CallWindowProcW.S | 2 + libc/nt/user32/CallWindowProcW.s | 2 - libc/nt/user32/CancelShutdown.S | 2 + libc/nt/user32/CancelShutdown.s | 2 - libc/nt/user32/CascadeChildWindows.S | 2 + libc/nt/user32/CascadeChildWindows.s | 2 - libc/nt/user32/CascadeWindows.S | 2 + libc/nt/user32/CascadeWindows.s | 2 - libc/nt/user32/ChangeClipboardChain.S | 2 + libc/nt/user32/ChangeClipboardChain.s | 2 - libc/nt/user32/ChangeDisplaySettingsExW.S | 2 + libc/nt/user32/ChangeDisplaySettingsExW.s | 2 - libc/nt/user32/ChangeDisplaySettingsW.S | 2 + libc/nt/user32/ChangeDisplaySettingsW.s | 2 - libc/nt/user32/ChangeMenuW.S | 2 + libc/nt/user32/ChangeMenuW.s | 2 - libc/nt/user32/ChangeWindowMessageFilter.S | 2 + libc/nt/user32/ChangeWindowMessageFilter.s | 2 - libc/nt/user32/ChangeWindowMessageFilterEx.S | 2 + libc/nt/user32/ChangeWindowMessageFilterEx.s | 2 - libc/nt/user32/CharToOemBuffW.S | 2 + libc/nt/user32/CharToOemBuffW.s | 2 - libc/nt/user32/CharToOemW.S | 2 + libc/nt/user32/CharToOemW.s | 2 - libc/nt/user32/CheckDBCSEnabledExt.S | 2 + libc/nt/user32/CheckDBCSEnabledExt.s | 2 - libc/nt/user32/CheckDlgButton.S | 2 + libc/nt/user32/CheckDlgButton.s | 2 - libc/nt/user32/CheckMenuItem.S | 2 + libc/nt/user32/CheckMenuItem.s | 2 - libc/nt/user32/CheckMenuRadioItem.S | 2 + libc/nt/user32/CheckMenuRadioItem.s | 2 - .../user32/CheckProcessForClipboardAccess.S | 2 + .../user32/CheckProcessForClipboardAccess.s | 2 - libc/nt/user32/CheckProcessSession.S | 2 + libc/nt/user32/CheckProcessSession.s | 2 - libc/nt/user32/CheckRadioButton.S | 2 + libc/nt/user32/CheckRadioButton.s | 2 - libc/nt/user32/CheckWindowThreadDesktop.S | 2 + libc/nt/user32/CheckWindowThreadDesktop.s | 2 - libc/nt/user32/ChildWindowFromPoint.S | 2 + libc/nt/user32/ChildWindowFromPoint.s | 2 - libc/nt/user32/ChildWindowFromPointEx.S | 2 + libc/nt/user32/ChildWindowFromPointEx.s | 2 - libc/nt/user32/CliImmSetHotKey.S | 2 + libc/nt/user32/CliImmSetHotKey.s | 2 - libc/nt/user32/ClientThreadSetup.S | 2 + libc/nt/user32/ClientThreadSetup.s | 2 - libc/nt/user32/ClientToScreen.S | 2 + libc/nt/user32/ClientToScreen.s | 2 - libc/nt/user32/ClipCursor.S | 2 + libc/nt/user32/ClipCursor.s | 2 - libc/nt/user32/CloseClipboard.S | 2 + libc/nt/user32/CloseClipboard.s | 2 - libc/nt/user32/CloseDesktop.S | 2 + libc/nt/user32/CloseDesktop.s | 2 - libc/nt/user32/CloseGestureInfoHandle.S | 2 + libc/nt/user32/CloseGestureInfoHandle.s | 2 - libc/nt/user32/CloseTouchInputHandle.S | 2 + libc/nt/user32/CloseTouchInputHandle.s | 2 - libc/nt/user32/CloseWindow.S | 17 + libc/nt/user32/CloseWindow.s | 15 - libc/nt/user32/CloseWindowStation.S | 2 + libc/nt/user32/CloseWindowStation.s | 2 - libc/nt/user32/ConsoleControl.S | 2 + libc/nt/user32/ConsoleControl.s | 2 - libc/nt/user32/ControlMagnification.S | 2 + libc/nt/user32/ControlMagnification.s | 2 - libc/nt/user32/CopyAcceleratorTableW.S | 2 + libc/nt/user32/CopyAcceleratorTableW.s | 2 - libc/nt/user32/CopyIcon.S | 2 + libc/nt/user32/CopyIcon.s | 2 - libc/nt/user32/CopyImage.S | 2 + libc/nt/user32/CopyImage.s | 2 - libc/nt/user32/CopyRect.S | 2 + libc/nt/user32/CopyRect.s | 2 - libc/nt/user32/CountClipboardFormats.S | 2 + libc/nt/user32/CountClipboardFormats.s | 2 - libc/nt/user32/CreateAcceleratorTableW.S | 2 + libc/nt/user32/CreateAcceleratorTableW.s | 2 - libc/nt/user32/CreateCaret.S | 2 + libc/nt/user32/CreateCaret.s | 2 - libc/nt/user32/CreateCursor.S | 2 + libc/nt/user32/CreateCursor.s | 2 - libc/nt/user32/CreateDCompositionHwndTarget.S | 2 + libc/nt/user32/CreateDCompositionHwndTarget.s | 2 - libc/nt/user32/CreateDesktopExW.S | 2 + libc/nt/user32/CreateDesktopExW.s | 2 - libc/nt/user32/CreateDesktopW.S | 2 + libc/nt/user32/CreateDesktopW.s | 2 - .../nt/user32/CreateDialogIndirectParamAorW.S | 2 + .../nt/user32/CreateDialogIndirectParamAorW.s | 2 - libc/nt/user32/CreateDialogIndirectParamW.S | 2 + libc/nt/user32/CreateDialogIndirectParamW.s | 2 - libc/nt/user32/CreateDialogParamW.S | 2 + libc/nt/user32/CreateDialogParamW.s | 2 - libc/nt/user32/CreateIcon.S | 2 + libc/nt/user32/CreateIcon.s | 2 - libc/nt/user32/CreateIconFromResource.S | 2 + libc/nt/user32/CreateIconFromResource.s | 2 - libc/nt/user32/CreateIconFromResourceEx.S | 2 + libc/nt/user32/CreateIconFromResourceEx.s | 2 - libc/nt/user32/CreateIconIndirect.S | 17 + libc/nt/user32/CreateIconIndirect.s | 15 - libc/nt/user32/CreateMDIWindowW.S | 2 + libc/nt/user32/CreateMDIWindowW.s | 2 - libc/nt/user32/CreateMenu.S | 16 + libc/nt/user32/CreateMenu.s | 14 - libc/nt/user32/CreatePalmRejectionDelayZone.S | 2 + libc/nt/user32/CreatePalmRejectionDelayZone.s | 2 - libc/nt/user32/CreatePopupMenu.S | 16 + libc/nt/user32/CreatePopupMenu.s | 14 - libc/nt/user32/CreateSystemThreads.S | 2 + libc/nt/user32/CreateSystemThreads.s | 2 - libc/nt/user32/CreateWindowExW.S | 14 + libc/nt/user32/CreateWindowExW.s | 12 - libc/nt/user32/CreateWindowInBand.S | 2 + libc/nt/user32/CreateWindowInBand.s | 2 - libc/nt/user32/CreateWindowInBandEx.S | 2 + libc/nt/user32/CreateWindowInBandEx.s | 2 - libc/nt/user32/CreateWindowIndirect.S | 2 + libc/nt/user32/CreateWindowIndirect.s | 2 - libc/nt/user32/CreateWindowStationW.S | 2 + libc/nt/user32/CreateWindowStationW.s | 2 - libc/nt/user32/CsrBroadcastSystemMessageExW.S | 2 + libc/nt/user32/CsrBroadcastSystemMessageExW.s | 2 - libc/nt/user32/CtxInitUser32.S | 2 + libc/nt/user32/CtxInitUser32.s | 2 - libc/nt/user32/DWMBindCursorToOutputConfig.S | 2 + libc/nt/user32/DWMBindCursorToOutputConfig.s | 2 - .../user32/DWMCommitInputSystemOutputConfig.S | 2 + .../user32/DWMCommitInputSystemOutputConfig.s | 2 - libc/nt/user32/DWMSetCursorOrientation.S | 2 + libc/nt/user32/DWMSetCursorOrientation.s | 2 - .../nt/user32/DWMSetInputSystemOutputConfig.S | 2 + .../nt/user32/DWMSetInputSystemOutputConfig.s | 2 - libc/nt/user32/DdeAbandonTransaction.S | 2 + libc/nt/user32/DdeAbandonTransaction.s | 2 - libc/nt/user32/DdeAccessData.S | 2 + libc/nt/user32/DdeAccessData.s | 2 - libc/nt/user32/DdeAddData.S | 2 + libc/nt/user32/DdeAddData.s | 2 - libc/nt/user32/DdeClientTransaction.S | 2 + libc/nt/user32/DdeClientTransaction.s | 2 - libc/nt/user32/DdeCmpStringHandles.S | 2 + libc/nt/user32/DdeCmpStringHandles.s | 2 - libc/nt/user32/DdeConnect.S | 2 + libc/nt/user32/DdeConnect.s | 2 - libc/nt/user32/DdeConnectList.S | 2 + libc/nt/user32/DdeConnectList.s | 2 - libc/nt/user32/DdeCreateDataHandle.S | 2 + libc/nt/user32/DdeCreateDataHandle.s | 2 - libc/nt/user32/DdeCreateStringHandleW.S | 2 + libc/nt/user32/DdeCreateStringHandleW.s | 2 - libc/nt/user32/DdeDisconnect.S | 2 + libc/nt/user32/DdeDisconnect.s | 2 - libc/nt/user32/DdeDisconnectList.S | 2 + libc/nt/user32/DdeDisconnectList.s | 2 - libc/nt/user32/DdeEnableCallback.S | 2 + libc/nt/user32/DdeEnableCallback.s | 2 - libc/nt/user32/DdeFreeDataHandle.S | 2 + libc/nt/user32/DdeFreeDataHandle.s | 2 - libc/nt/user32/DdeFreeStringHandle.S | 2 + libc/nt/user32/DdeFreeStringHandle.s | 2 - libc/nt/user32/DdeGetData.S | 2 + libc/nt/user32/DdeGetData.s | 2 - libc/nt/user32/DdeGetLastError.S | 2 + libc/nt/user32/DdeGetLastError.s | 2 - libc/nt/user32/DdeGetQualityOfService.S | 2 + libc/nt/user32/DdeGetQualityOfService.s | 2 - libc/nt/user32/DdeImpersonateClient.S | 2 + libc/nt/user32/DdeImpersonateClient.s | 2 - libc/nt/user32/DdeInitializeW.S | 2 + libc/nt/user32/DdeInitializeW.s | 2 - libc/nt/user32/DdeKeepStringHandle.S | 2 + libc/nt/user32/DdeKeepStringHandle.s | 2 - libc/nt/user32/DdeNameService.S | 2 + libc/nt/user32/DdeNameService.s | 2 - libc/nt/user32/DdePostAdvise.S | 2 + libc/nt/user32/DdePostAdvise.s | 2 - libc/nt/user32/DdeQueryConvInfo.S | 2 + libc/nt/user32/DdeQueryConvInfo.s | 2 - libc/nt/user32/DdeQueryNextServer.S | 2 + libc/nt/user32/DdeQueryNextServer.s | 2 - libc/nt/user32/DdeQueryStringW.S | 2 + libc/nt/user32/DdeQueryStringW.s | 2 - libc/nt/user32/DdeReconnect.S | 2 + libc/nt/user32/DdeReconnect.s | 2 - libc/nt/user32/DdeSetQualityOfService.S | 2 + libc/nt/user32/DdeSetQualityOfService.s | 2 - libc/nt/user32/DdeSetUserHandle.S | 2 + libc/nt/user32/DdeSetUserHandle.s | 2 - libc/nt/user32/DdeUnaccessData.S | 2 + libc/nt/user32/DdeUnaccessData.s | 2 - libc/nt/user32/DdeUninitialize.S | 2 + libc/nt/user32/DdeUninitialize.s | 2 - libc/nt/user32/DefFrameProcW.S | 2 + libc/nt/user32/DefFrameProcW.s | 2 - libc/nt/user32/DefMDIChildProcW.S | 2 + libc/nt/user32/DefMDIChildProcW.s | 2 - libc/nt/user32/DefRawInputProc.S | 2 + libc/nt/user32/DefRawInputProc.s | 2 - libc/nt/user32/DefWindowProcW.S | 14 + libc/nt/user32/DefWindowProcW.s | 12 - libc/nt/user32/DeferWindowPos.S | 2 + libc/nt/user32/DeferWindowPos.s | 2 - libc/nt/user32/DeferWindowPosAndBand.S | 2 + libc/nt/user32/DeferWindowPosAndBand.s | 2 - libc/nt/user32/DelegateInput.S | 2 + libc/nt/user32/DelegateInput.s | 2 - libc/nt/user32/DeleteMenu.S | 14 + libc/nt/user32/DeleteMenu.s | 12 - libc/nt/user32/DeregisterShellHookWindow.S | 2 + libc/nt/user32/DeregisterShellHookWindow.s | 2 - libc/nt/user32/DestroyAcceleratorTable.S | 2 + libc/nt/user32/DestroyAcceleratorTable.s | 2 - libc/nt/user32/DestroyCaret.S | 2 + libc/nt/user32/DestroyCaret.s | 2 - libc/nt/user32/DestroyCursor.S | 2 + libc/nt/user32/DestroyCursor.s | 2 - .../nt/user32/DestroyDCompositionHwndTarget.S | 2 + .../nt/user32/DestroyDCompositionHwndTarget.s | 2 - libc/nt/user32/DestroyIcon.S | 17 + libc/nt/user32/DestroyIcon.s | 15 - libc/nt/user32/DestroyMenu.S | 17 + libc/nt/user32/DestroyMenu.s | 15 - .../nt/user32/DestroyPalmRejectionDelayZone.S | 2 + .../nt/user32/DestroyPalmRejectionDelayZone.s | 2 - libc/nt/user32/DestroyReasons.S | 2 + libc/nt/user32/DestroyReasons.s | 2 - libc/nt/user32/DestroyWindow.S | 17 + libc/nt/user32/DestroyWindow.s | 15 - libc/nt/user32/DialogBoxIndirectParamAorW.S | 2 + libc/nt/user32/DialogBoxIndirectParamAorW.s | 2 - libc/nt/user32/DialogBoxIndirectParamW.S | 2 + libc/nt/user32/DialogBoxIndirectParamW.s | 2 - libc/nt/user32/DialogBoxParamW.S | 2 + libc/nt/user32/DialogBoxParamW.s | 2 - .../nt/user32/DisableProcessWindowsGhosting.S | 2 + .../nt/user32/DisableProcessWindowsGhosting.s | 2 - libc/nt/user32/DispatchMessageW.S | 17 + libc/nt/user32/DispatchMessageW.s | 15 - libc/nt/user32/DisplayConfigGetDeviceInfo.S | 2 + libc/nt/user32/DisplayConfigGetDeviceInfo.s | 2 - libc/nt/user32/DisplayConfigSetDeviceInfo.S | 2 + libc/nt/user32/DisplayConfigSetDeviceInfo.s | 2 - libc/nt/user32/DisplayExitWindowsWarnings.S | 2 + libc/nt/user32/DisplayExitWindowsWarnings.s | 2 - libc/nt/user32/DlgDirListComboBoxW.S | 2 + libc/nt/user32/DlgDirListComboBoxW.s | 2 - libc/nt/user32/DlgDirListW.S | 2 + libc/nt/user32/DlgDirListW.s | 2 - libc/nt/user32/DlgDirSelectComboBoxExW.S | 2 + libc/nt/user32/DlgDirSelectComboBoxExW.s | 2 - libc/nt/user32/DlgDirSelectExW.S | 2 + libc/nt/user32/DlgDirSelectExW.s | 2 - libc/nt/user32/DoSoundConnect.S | 2 + libc/nt/user32/DoSoundConnect.s | 2 - libc/nt/user32/DoSoundDisconnect.S | 2 + libc/nt/user32/DoSoundDisconnect.s | 2 - libc/nt/user32/DragDetect.S | 2 + libc/nt/user32/DragDetect.s | 2 - libc/nt/user32/DragObject.S | 2 + libc/nt/user32/DragObject.s | 2 - libc/nt/user32/DrawAnimatedRects.S | 2 + libc/nt/user32/DrawAnimatedRects.s | 2 - libc/nt/user32/DrawCaption.S | 2 + libc/nt/user32/DrawCaption.s | 2 - libc/nt/user32/DrawCaptionTempW.S | 2 + libc/nt/user32/DrawCaptionTempW.s | 2 - libc/nt/user32/DrawEdge.S | 2 + libc/nt/user32/DrawEdge.s | 2 - libc/nt/user32/DrawFocusRect.S | 2 + libc/nt/user32/DrawFocusRect.s | 2 - libc/nt/user32/DrawFrame.S | 2 + libc/nt/user32/DrawFrame.s | 2 - libc/nt/user32/DrawFrameControl.S | 2 + libc/nt/user32/DrawFrameControl.s | 2 - libc/nt/user32/DrawIcon.S | 2 + libc/nt/user32/DrawIcon.s | 2 - libc/nt/user32/DrawIconEx.S | 2 + libc/nt/user32/DrawIconEx.s | 2 - libc/nt/user32/DrawMenuBar.S | 2 + libc/nt/user32/DrawMenuBar.s | 2 - libc/nt/user32/DrawMenuBarTemp.S | 2 + libc/nt/user32/DrawMenuBarTemp.s | 2 - libc/nt/user32/DrawStateW.S | 2 + libc/nt/user32/DrawStateW.s | 2 - libc/nt/user32/DrawTextExW.S | 14 + libc/nt/user32/DrawTextExW.s | 12 - libc/nt/user32/DrawTextW.S | 14 + libc/nt/user32/DrawTextW.s | 12 - libc/nt/user32/DwmGetDxRgn.S | 2 + libc/nt/user32/DwmGetDxRgn.s | 2 - libc/nt/user32/DwmGetDxSharedSurface.S | 2 + libc/nt/user32/DwmGetDxSharedSurface.s | 2 - .../DwmGetRemoteSessionOcclusionEvent.S | 2 + .../DwmGetRemoteSessionOcclusionEvent.s | 2 - .../DwmGetRemoteSessionOcclusionState.S | 2 + .../DwmGetRemoteSessionOcclusionState.s | 2 - libc/nt/user32/DwmKernelShutdown.S | 2 + libc/nt/user32/DwmKernelShutdown.s | 2 - libc/nt/user32/DwmKernelStartup.S | 2 + libc/nt/user32/DwmKernelStartup.s | 2 - libc/nt/user32/DwmLockScreenUpdates.S | 2 + libc/nt/user32/DwmLockScreenUpdates.s | 2 - libc/nt/user32/DwmValidateWindow.S | 2 + libc/nt/user32/DwmValidateWindow.s | 2 - libc/nt/user32/EditWndProc.S | 2 + libc/nt/user32/EditWndProc.s | 2 - libc/nt/user32/EmptyClipboard.S | 2 + libc/nt/user32/EmptyClipboard.s | 2 - libc/nt/user32/EnableMenuItem.S | 2 + libc/nt/user32/EnableMenuItem.s | 2 - libc/nt/user32/EnableMouseInPointer.S | 2 + libc/nt/user32/EnableMouseInPointer.s | 2 - libc/nt/user32/EnableNonClientDpiScaling.S | 2 + libc/nt/user32/EnableNonClientDpiScaling.s | 2 - libc/nt/user32/EnableOneCoreTransformMode.S | 2 + libc/nt/user32/EnableOneCoreTransformMode.s | 2 - libc/nt/user32/EnableScrollBar.S | 2 + libc/nt/user32/EnableScrollBar.s | 2 - libc/nt/user32/EnableSessionForMMCSS.S | 2 + libc/nt/user32/EnableSessionForMMCSS.s | 2 - libc/nt/user32/EnableWindow.S | 2 + libc/nt/user32/EnableWindow.s | 2 - libc/nt/user32/EndDeferWindowPos.S | 2 + libc/nt/user32/EndDeferWindowPos.s | 2 - libc/nt/user32/EndDeferWindowPosEx.S | 2 + libc/nt/user32/EndDeferWindowPosEx.s | 2 - libc/nt/user32/EndDialog.S | 2 + libc/nt/user32/EndDialog.s | 2 - libc/nt/user32/EndMenu.S | 2 + libc/nt/user32/EndMenu.s | 2 - libc/nt/user32/EndPaint.S | 14 + libc/nt/user32/EndPaint.s | 12 - libc/nt/user32/EndTask.S | 2 + libc/nt/user32/EndTask.s | 2 - libc/nt/user32/EnterReaderModeHelper.S | 2 + libc/nt/user32/EnterReaderModeHelper.s | 2 - libc/nt/user32/EnumChildWindows.S | 14 + libc/nt/user32/EnumChildWindows.s | 12 - libc/nt/user32/EnumClipboardFormats.S | 2 + libc/nt/user32/EnumClipboardFormats.s | 2 - libc/nt/user32/EnumDesktopWindows.S | 2 + libc/nt/user32/EnumDesktopWindows.s | 2 - libc/nt/user32/EnumDesktopsW.S | 2 + libc/nt/user32/EnumDesktopsW.s | 2 - libc/nt/user32/EnumDisplayDevicesW.S | 2 + libc/nt/user32/EnumDisplayDevicesW.s | 2 - libc/nt/user32/EnumDisplayMonitors.S | 2 + libc/nt/user32/EnumDisplayMonitors.s | 2 - libc/nt/user32/EnumDisplaySettingsExW.S | 2 + libc/nt/user32/EnumDisplaySettingsExW.s | 2 - libc/nt/user32/EnumDisplaySettingsW.S | 2 + libc/nt/user32/EnumDisplaySettingsW.s | 2 - libc/nt/user32/EnumPropsExW.S | 2 + libc/nt/user32/EnumPropsExW.s | 2 - libc/nt/user32/EnumPropsW.S | 2 + libc/nt/user32/EnumPropsW.s | 2 - libc/nt/user32/EnumThreadWindows.S | 2 + libc/nt/user32/EnumThreadWindows.s | 2 - libc/nt/user32/EnumWindowStationsW.S | 2 + libc/nt/user32/EnumWindowStationsW.s | 2 - libc/nt/user32/EnumWindows.S | 2 + libc/nt/user32/EnumWindows.s | 2 - libc/nt/user32/EqualRect.S | 2 + libc/nt/user32/EqualRect.s | 2 - libc/nt/user32/EvaluateProximityToPolygon.S | 2 + libc/nt/user32/EvaluateProximityToPolygon.s | 2 - libc/nt/user32/EvaluateProximityToRect.S | 2 + libc/nt/user32/EvaluateProximityToRect.s | 2 - libc/nt/user32/ExcludeUpdateRgn.S | 2 + libc/nt/user32/ExcludeUpdateRgn.s | 2 - libc/nt/user32/ExitWindowsEx.S | 2 + libc/nt/user32/ExitWindowsEx.s | 2 - libc/nt/user32/FillRect.S | 14 + libc/nt/user32/FillRect.s | 12 - libc/nt/user32/FindWindowExW.S | 14 + libc/nt/user32/FindWindowExW.s | 12 - libc/nt/user32/FindWindowW.S | 14 + libc/nt/user32/FindWindowW.s | 12 - libc/nt/user32/FlashWindow.S | 2 + libc/nt/user32/FlashWindow.s | 2 - libc/nt/user32/FlashWindowEx.S | 2 + libc/nt/user32/FlashWindowEx.s | 2 - libc/nt/user32/FrameRect.S | 2 + libc/nt/user32/FrameRect.s | 2 - libc/nt/user32/FreeDDElParam.S | 2 + libc/nt/user32/FreeDDElParam.s | 2 - libc/nt/user32/FrostCrashedWindow.S | 2 + libc/nt/user32/FrostCrashedWindow.s | 2 - libc/nt/user32/GetActiveWindow.S | 2 + libc/nt/user32/GetActiveWindow.s | 2 - libc/nt/user32/GetAltTabInfoW.S | 2 + libc/nt/user32/GetAltTabInfoW.s | 2 - libc/nt/user32/GetAncestor.S | 2 + libc/nt/user32/GetAncestor.s | 2 - libc/nt/user32/GetAppCompatFlags.S | 2 + libc/nt/user32/GetAppCompatFlags.s | 2 - libc/nt/user32/GetAppCompatFlags2.S | 2 + libc/nt/user32/GetAppCompatFlags2.s | 2 - libc/nt/user32/GetAsyncKeyState.S | 2 + libc/nt/user32/GetAsyncKeyState.s | 2 - libc/nt/user32/GetAutoRotationState.S | 2 + libc/nt/user32/GetAutoRotationState.s | 2 - .../GetAwarenessFromDpiAwarenessContext.S | 2 + .../GetAwarenessFromDpiAwarenessContext.s | 2 - libc/nt/user32/GetCIMSSM.S | 2 + libc/nt/user32/GetCIMSSM.s | 2 - libc/nt/user32/GetCapture.S | 2 + libc/nt/user32/GetCapture.s | 2 - libc/nt/user32/GetCaretBlinkTime.S | 2 + libc/nt/user32/GetCaretBlinkTime.s | 2 - libc/nt/user32/GetCaretPos.S | 2 + libc/nt/user32/GetCaretPos.s | 2 - libc/nt/user32/GetClassInfoExW.S | 2 + libc/nt/user32/GetClassInfoExW.s | 2 - libc/nt/user32/GetClassInfoW.S | 2 + libc/nt/user32/GetClassInfoW.s | 2 - libc/nt/user32/GetClassLongPtrW.S | 2 + libc/nt/user32/GetClassLongPtrW.s | 2 - libc/nt/user32/GetClassLongW.S | 2 + libc/nt/user32/GetClassLongW.s | 2 - libc/nt/user32/GetClassNameW.S | 2 + libc/nt/user32/GetClassNameW.s | 2 - libc/nt/user32/GetClassWord.S | 2 + libc/nt/user32/GetClassWord.s | 2 - libc/nt/user32/GetClientRect.S | 14 + libc/nt/user32/GetClientRect.s | 12 - libc/nt/user32/GetClipCursor.S | 2 + libc/nt/user32/GetClipCursor.s | 2 - libc/nt/user32/GetClipboardAccessToken.S | 2 + libc/nt/user32/GetClipboardAccessToken.s | 2 - libc/nt/user32/GetClipboardData.S | 2 + libc/nt/user32/GetClipboardData.s | 2 - libc/nt/user32/GetClipboardFormatNameW.S | 2 + libc/nt/user32/GetClipboardFormatNameW.s | 2 - libc/nt/user32/GetClipboardOwner.S | 2 + libc/nt/user32/GetClipboardOwner.s | 2 - libc/nt/user32/GetClipboardSequenceNumber.S | 2 + libc/nt/user32/GetClipboardSequenceNumber.s | 2 - libc/nt/user32/GetClipboardViewer.S | 2 + libc/nt/user32/GetClipboardViewer.s | 2 - libc/nt/user32/GetComboBoxInfo.S | 2 + libc/nt/user32/GetComboBoxInfo.s | 2 - libc/nt/user32/GetCurrentInputMessageSource.S | 2 + libc/nt/user32/GetCurrentInputMessageSource.s | 2 - libc/nt/user32/GetCursor.S | 16 + libc/nt/user32/GetCursor.s | 14 - libc/nt/user32/GetCursorFrameInfo.S | 2 + libc/nt/user32/GetCursorFrameInfo.s | 2 - libc/nt/user32/GetCursorInfo.S | 2 + libc/nt/user32/GetCursorInfo.s | 2 - libc/nt/user32/GetCursorPos.S | 17 + libc/nt/user32/GetCursorPos.s | 15 - libc/nt/user32/GetDC.S | 17 + libc/nt/user32/GetDC.s | 15 - libc/nt/user32/GetDCEx.S | 2 + libc/nt/user32/GetDCEx.s | 2 - libc/nt/user32/GetDesktopID.S | 2 + libc/nt/user32/GetDesktopID.s | 2 - libc/nt/user32/GetDesktopWindow.S | 16 + libc/nt/user32/GetDesktopWindow.s | 14 - libc/nt/user32/GetDialogBaseUnits.S | 2 + libc/nt/user32/GetDialogBaseUnits.s | 2 - .../GetDialogControlDpiChangeBehavior.S | 2 + .../GetDialogControlDpiChangeBehavior.s | 2 - libc/nt/user32/GetDialogDpiChangeBehavior.S | 2 + libc/nt/user32/GetDialogDpiChangeBehavior.s | 2 - .../GetDisplayAutoRotationPreferences.S | 2 + .../GetDisplayAutoRotationPreferences.s | 2 - libc/nt/user32/GetDisplayConfigBufferSizes.S | 2 + libc/nt/user32/GetDisplayConfigBufferSizes.s | 2 - libc/nt/user32/GetDlgCtrlID.S | 2 + libc/nt/user32/GetDlgCtrlID.s | 2 - libc/nt/user32/GetDlgItem.S | 2 + libc/nt/user32/GetDlgItem.s | 2 - libc/nt/user32/GetDlgItemInt.S | 2 + libc/nt/user32/GetDlgItemInt.s | 2 - libc/nt/user32/GetDlgItemTextW.S | 2 + libc/nt/user32/GetDlgItemTextW.s | 2 - libc/nt/user32/GetDoubleClickTime.S | 2 + libc/nt/user32/GetDoubleClickTime.s | 2 - libc/nt/user32/GetDpiForMonitorInternal.S | 2 + libc/nt/user32/GetDpiForMonitorInternal.s | 2 - libc/nt/user32/GetDpiForSystem.S | 2 + libc/nt/user32/GetDpiForSystem.s | 2 - libc/nt/user32/GetDpiForWindow.S | 2 + libc/nt/user32/GetDpiForWindow.s | 2 - .../nt/user32/GetDpiFromDpiAwarenessContext.S | 2 + .../nt/user32/GetDpiFromDpiAwarenessContext.s | 2 - libc/nt/user32/GetFocus.S | 2 + libc/nt/user32/GetFocus.s | 2 - libc/nt/user32/GetForegroundWindow.S | 2 + libc/nt/user32/GetForegroundWindow.s | 2 - libc/nt/user32/GetGUIThreadInfo.S | 2 + libc/nt/user32/GetGUIThreadInfo.s | 2 - libc/nt/user32/GetGestureConfig.S | 2 + libc/nt/user32/GetGestureConfig.s | 2 - libc/nt/user32/GetGestureExtraArgs.S | 2 + libc/nt/user32/GetGestureExtraArgs.s | 2 - libc/nt/user32/GetGestureInfo.S | 2 + libc/nt/user32/GetGestureInfo.s | 2 - libc/nt/user32/GetGuiResources.S | 2 + libc/nt/user32/GetGuiResources.s | 2 - libc/nt/user32/GetIconInfo.S | 2 + libc/nt/user32/GetIconInfo.s | 2 - libc/nt/user32/GetIconInfoExW.S | 2 + libc/nt/user32/GetIconInfoExW.s | 2 - libc/nt/user32/GetInputDesktop.S | 2 + libc/nt/user32/GetInputDesktop.s | 2 - libc/nt/user32/GetInputLocaleInfo.S | 2 + libc/nt/user32/GetInputLocaleInfo.s | 2 - libc/nt/user32/GetInputState.S | 2 + libc/nt/user32/GetInputState.s | 2 - libc/nt/user32/GetInternalWindowPos.S | 2 + libc/nt/user32/GetInternalWindowPos.s | 2 - libc/nt/user32/GetKBCodePage.S | 2 + libc/nt/user32/GetKBCodePage.s | 2 - libc/nt/user32/GetKeyNameTextW.S | 2 + libc/nt/user32/GetKeyNameTextW.s | 2 - libc/nt/user32/GetKeyState.S | 17 + libc/nt/user32/GetKeyState.s | 15 - libc/nt/user32/GetKeyboardLayout.S | 17 + libc/nt/user32/GetKeyboardLayout.s | 15 - libc/nt/user32/GetKeyboardLayoutList.S | 2 + libc/nt/user32/GetKeyboardLayoutList.s | 2 - libc/nt/user32/GetKeyboardLayoutNameW.S | 2 + libc/nt/user32/GetKeyboardLayoutNameW.s | 2 - libc/nt/user32/GetKeyboardState.S | 2 + libc/nt/user32/GetKeyboardState.s | 2 - libc/nt/user32/GetKeyboardType.S | 2 + libc/nt/user32/GetKeyboardType.s | 2 - libc/nt/user32/GetLastActivePopup.S | 2 + libc/nt/user32/GetLastActivePopup.s | 2 - libc/nt/user32/GetLastInputInfo.S | 2 + libc/nt/user32/GetLastInputInfo.s | 2 - libc/nt/user32/GetLayeredWindowAttributes.S | 2 + libc/nt/user32/GetLayeredWindowAttributes.s | 2 - libc/nt/user32/GetListBoxInfo.S | 2 + libc/nt/user32/GetListBoxInfo.s | 2 - .../GetMagnificationDesktopColorEffect.S | 2 + .../GetMagnificationDesktopColorEffect.s | 2 - .../GetMagnificationDesktopMagnification.S | 2 + .../GetMagnificationDesktopMagnification.s | 2 - .../GetMagnificationDesktopSamplingMode.S | 2 + .../GetMagnificationDesktopSamplingMode.s | 2 - .../GetMagnificationLensCtxInformation.S | 2 + .../GetMagnificationLensCtxInformation.s | 2 - libc/nt/user32/GetMenu.S | 17 + libc/nt/user32/GetMenu.s | 15 - libc/nt/user32/GetMenuBarInfo.S | 2 + libc/nt/user32/GetMenuBarInfo.s | 2 - libc/nt/user32/GetMenuCheckMarkDimensions.S | 2 + libc/nt/user32/GetMenuCheckMarkDimensions.s | 2 - libc/nt/user32/GetMenuContextHelpId.S | 2 + libc/nt/user32/GetMenuContextHelpId.s | 2 - libc/nt/user32/GetMenuDefaultItem.S | 2 + libc/nt/user32/GetMenuDefaultItem.s | 2 - libc/nt/user32/GetMenuInfo.S | 2 + libc/nt/user32/GetMenuInfo.s | 2 - libc/nt/user32/GetMenuItemCount.S | 2 + libc/nt/user32/GetMenuItemCount.s | 2 - libc/nt/user32/GetMenuItemID.S | 2 + libc/nt/user32/GetMenuItemID.s | 2 - libc/nt/user32/GetMenuItemInfoW.S | 2 + libc/nt/user32/GetMenuItemInfoW.s | 2 - libc/nt/user32/GetMenuItemRect.S | 2 + libc/nt/user32/GetMenuItemRect.s | 2 - libc/nt/user32/GetMenuState.S | 2 + libc/nt/user32/GetMenuState.s | 2 - libc/nt/user32/GetMenuStringW.S | 2 + libc/nt/user32/GetMenuStringW.s | 2 - libc/nt/user32/GetMessageExtraInfo.S | 2 + libc/nt/user32/GetMessageExtraInfo.s | 2 - libc/nt/user32/GetMessagePos.S | 2 + libc/nt/user32/GetMessagePos.s | 2 - libc/nt/user32/GetMessageTime.S | 2 + libc/nt/user32/GetMessageTime.s | 2 - libc/nt/user32/GetMessageW.S | 14 + libc/nt/user32/GetMessageW.s | 12 - libc/nt/user32/GetMonitorInfoW.S | 2 + libc/nt/user32/GetMonitorInfoW.s | 2 - libc/nt/user32/GetMouseMovePointsEx.S | 2 + libc/nt/user32/GetMouseMovePointsEx.s | 2 - libc/nt/user32/GetNextDlgGroupItem.S | 2 + libc/nt/user32/GetNextDlgGroupItem.s | 2 - libc/nt/user32/GetNextDlgTabItem.S | 2 + libc/nt/user32/GetNextDlgTabItem.s | 2 - libc/nt/user32/GetOpenClipboardWindow.S | 2 + libc/nt/user32/GetOpenClipboardWindow.s | 2 - libc/nt/user32/GetParent.S | 17 + libc/nt/user32/GetParent.s | 15 - libc/nt/user32/GetPhysicalCursorPos.S | 2 + libc/nt/user32/GetPhysicalCursorPos.s | 2 - libc/nt/user32/GetPointerCursorId.S | 2 + libc/nt/user32/GetPointerCursorId.s | 2 - libc/nt/user32/GetPointerDevice.S | 2 + libc/nt/user32/GetPointerDevice.s | 2 - libc/nt/user32/GetPointerDeviceCursors.S | 2 + libc/nt/user32/GetPointerDeviceCursors.s | 2 - libc/nt/user32/GetPointerDeviceProperties.S | 2 + libc/nt/user32/GetPointerDeviceProperties.s | 2 - libc/nt/user32/GetPointerDeviceRects.S | 2 + libc/nt/user32/GetPointerDeviceRects.s | 2 - libc/nt/user32/GetPointerDevices.S | 2 + libc/nt/user32/GetPointerDevices.s | 2 - libc/nt/user32/GetPointerFrameArrivalTimes.S | 2 + libc/nt/user32/GetPointerFrameArrivalTimes.s | 2 - libc/nt/user32/GetPointerFrameInfo.S | 2 + libc/nt/user32/GetPointerFrameInfo.s | 2 - libc/nt/user32/GetPointerFrameInfoHistory.S | 2 + libc/nt/user32/GetPointerFrameInfoHistory.s | 2 - libc/nt/user32/GetPointerFramePenInfo.S | 2 + libc/nt/user32/GetPointerFramePenInfo.s | 2 - .../nt/user32/GetPointerFramePenInfoHistory.S | 2 + .../nt/user32/GetPointerFramePenInfoHistory.s | 2 - libc/nt/user32/GetPointerFrameTouchInfo.S | 2 + libc/nt/user32/GetPointerFrameTouchInfo.s | 2 - .../user32/GetPointerFrameTouchInfoHistory.S | 2 + .../user32/GetPointerFrameTouchInfoHistory.s | 2 - libc/nt/user32/GetPointerInfo.S | 2 + libc/nt/user32/GetPointerInfo.s | 2 - libc/nt/user32/GetPointerInfoHistory.S | 2 + libc/nt/user32/GetPointerInfoHistory.s | 2 - libc/nt/user32/GetPointerInputTransform.S | 2 + libc/nt/user32/GetPointerInputTransform.s | 2 - libc/nt/user32/GetPointerPenInfo.S | 2 + libc/nt/user32/GetPointerPenInfo.s | 2 - libc/nt/user32/GetPointerPenInfoHistory.S | 2 + libc/nt/user32/GetPointerPenInfoHistory.s | 2 - libc/nt/user32/GetPointerTouchInfo.S | 2 + libc/nt/user32/GetPointerTouchInfo.s | 2 - libc/nt/user32/GetPointerTouchInfoHistory.S | 2 + libc/nt/user32/GetPointerTouchInfoHistory.s | 2 - libc/nt/user32/GetPointerType.S | 2 + libc/nt/user32/GetPointerType.s | 2 - libc/nt/user32/GetPriorityClipboardFormat.S | 2 + libc/nt/user32/GetPriorityClipboardFormat.s | 2 - libc/nt/user32/GetProcessDefaultLayout.S | 2 + libc/nt/user32/GetProcessDefaultLayout.s | 2 - .../user32/GetProcessDpiAwarenessInternal.S | 2 + .../user32/GetProcessDpiAwarenessInternal.s | 2 - .../user32/GetProcessUIContextInformation.S | 2 + .../user32/GetProcessUIContextInformation.s | 2 - libc/nt/user32/GetProcessWindowStation.S | 2 + libc/nt/user32/GetProcessWindowStation.s | 2 - libc/nt/user32/GetProgmanWindow.S | 2 + libc/nt/user32/GetProgmanWindow.s | 2 - libc/nt/user32/GetPropW.S | 2 + libc/nt/user32/GetPropW.s | 2 - libc/nt/user32/GetQueueStatus.S | 2 + libc/nt/user32/GetQueueStatus.s | 2 - libc/nt/user32/GetRawInputBuffer.S | 2 + libc/nt/user32/GetRawInputBuffer.s | 2 - libc/nt/user32/GetRawInputData.S | 2 + libc/nt/user32/GetRawInputData.s | 2 - libc/nt/user32/GetRawInputDeviceInfoW.S | 2 + libc/nt/user32/GetRawInputDeviceInfoW.s | 2 - libc/nt/user32/GetRawInputDeviceList.S | 2 + libc/nt/user32/GetRawInputDeviceList.s | 2 - libc/nt/user32/GetRawPointerDeviceData.S | 2 + libc/nt/user32/GetRawPointerDeviceData.s | 2 - libc/nt/user32/GetReasonTitleFromReasonCode.S | 2 + libc/nt/user32/GetReasonTitleFromReasonCode.s | 2 - libc/nt/user32/GetRegisteredRawInputDevices.S | 2 + libc/nt/user32/GetRegisteredRawInputDevices.s | 2 - libc/nt/user32/GetScrollBarInfo.S | 2 + libc/nt/user32/GetScrollBarInfo.s | 2 - libc/nt/user32/GetScrollInfo.S | 2 + libc/nt/user32/GetScrollInfo.s | 2 - libc/nt/user32/GetScrollPos.S | 2 + libc/nt/user32/GetScrollPos.s | 2 - libc/nt/user32/GetScrollRange.S | 2 + libc/nt/user32/GetScrollRange.s | 2 - libc/nt/user32/GetSendMessageReceiver.S | 2 + libc/nt/user32/GetSendMessageReceiver.s | 2 - libc/nt/user32/GetShellWindow.S | 16 + libc/nt/user32/GetShellWindow.s | 14 - libc/nt/user32/GetSubMenu.S | 2 + libc/nt/user32/GetSubMenu.s | 2 - libc/nt/user32/GetSysColor.S | 2 + libc/nt/user32/GetSysColor.s | 2 - libc/nt/user32/GetSysColorBrush.S | 2 + libc/nt/user32/GetSysColorBrush.s | 2 - libc/nt/user32/GetSystemDpiForProcess.S | 2 + libc/nt/user32/GetSystemDpiForProcess.s | 2 - libc/nt/user32/GetSystemMenu.S | 14 + libc/nt/user32/GetSystemMenu.s | 12 - libc/nt/user32/GetSystemMetrics.S | 2 + libc/nt/user32/GetSystemMetrics.s | 2 - libc/nt/user32/GetSystemMetricsForDpi.S | 2 + libc/nt/user32/GetSystemMetricsForDpi.s | 2 - libc/nt/user32/GetTabbedTextExtentW.S | 2 + libc/nt/user32/GetTabbedTextExtentW.s | 2 - libc/nt/user32/GetTaskmanWindow.S | 2 + libc/nt/user32/GetTaskmanWindow.s | 2 - libc/nt/user32/GetThreadDesktop.S | 2 + libc/nt/user32/GetThreadDesktop.s | 2 - libc/nt/user32/GetThreadDpiAwarenessContext.S | 2 + libc/nt/user32/GetThreadDpiAwarenessContext.s | 2 - libc/nt/user32/GetThreadDpiHostingBehavior.S | 2 + libc/nt/user32/GetThreadDpiHostingBehavior.s | 2 - libc/nt/user32/GetTitleBarInfo.S | 2 + libc/nt/user32/GetTitleBarInfo.s | 2 - libc/nt/user32/GetTopLevelWindow.S | 2 + libc/nt/user32/GetTopLevelWindow.s | 2 - libc/nt/user32/GetTopWindow.S | 2 + libc/nt/user32/GetTopWindow.s | 2 - libc/nt/user32/GetTouchInputInfo.S | 2 + libc/nt/user32/GetTouchInputInfo.s | 2 - libc/nt/user32/GetUnpredictedMessagePos.S | 2 + libc/nt/user32/GetUnpredictedMessagePos.s | 2 - libc/nt/user32/GetUpdateRect.S | 2 + libc/nt/user32/GetUpdateRect.s | 2 - libc/nt/user32/GetUpdateRgn.S | 2 + libc/nt/user32/GetUpdateRgn.s | 2 - libc/nt/user32/GetUpdatedClipboardFormats.S | 2 + libc/nt/user32/GetUpdatedClipboardFormats.s | 2 - libc/nt/user32/GetUserObjectInformationW.S | 2 + libc/nt/user32/GetUserObjectInformationW.s | 2 - libc/nt/user32/GetUserObjectSecurity.S | 2 + libc/nt/user32/GetUserObjectSecurity.s | 2 - libc/nt/user32/GetWinStationInfo.S | 2 + libc/nt/user32/GetWinStationInfo.s | 2 - libc/nt/user32/GetWindow.S | 14 + libc/nt/user32/GetWindow.s | 12 - libc/nt/user32/GetWindowBand.S | 2 + libc/nt/user32/GetWindowBand.s | 2 - .../nt/user32/GetWindowCompositionAttribute.S | 2 + .../nt/user32/GetWindowCompositionAttribute.s | 2 - libc/nt/user32/GetWindowCompositionInfo.S | 2 + libc/nt/user32/GetWindowCompositionInfo.s | 2 - libc/nt/user32/GetWindowContextHelpId.S | 2 + libc/nt/user32/GetWindowContextHelpId.s | 2 - libc/nt/user32/GetWindowDC.S | 2 + libc/nt/user32/GetWindowDC.s | 2 - libc/nt/user32/GetWindowDisplayAffinity.S | 2 + libc/nt/user32/GetWindowDisplayAffinity.s | 2 - libc/nt/user32/GetWindowDpiAwarenessContext.S | 2 + libc/nt/user32/GetWindowDpiAwarenessContext.s | 2 - libc/nt/user32/GetWindowDpiHostingBehavior.S | 2 + libc/nt/user32/GetWindowDpiHostingBehavior.s | 2 - libc/nt/user32/GetWindowFeedbackSetting.S | 2 + libc/nt/user32/GetWindowFeedbackSetting.s | 2 - libc/nt/user32/GetWindowInfo.S | 2 + libc/nt/user32/GetWindowInfo.s | 2 - libc/nt/user32/GetWindowLongPtrW.S | 2 + libc/nt/user32/GetWindowLongPtrW.s | 2 - libc/nt/user32/GetWindowLongW.S | 2 + libc/nt/user32/GetWindowLongW.s | 2 - libc/nt/user32/GetWindowMinimizeRect.S | 2 + libc/nt/user32/GetWindowMinimizeRect.s | 2 - libc/nt/user32/GetWindowModuleFileNameW.S | 2 + libc/nt/user32/GetWindowModuleFileNameW.s | 2 - libc/nt/user32/GetWindowPlacement.S | 14 + libc/nt/user32/GetWindowPlacement.s | 12 - libc/nt/user32/GetWindowProcessHandle.S | 2 + libc/nt/user32/GetWindowProcessHandle.s | 2 - libc/nt/user32/GetWindowRect.S | 14 + libc/nt/user32/GetWindowRect.s | 12 - libc/nt/user32/GetWindowRgn.S | 2 + libc/nt/user32/GetWindowRgn.s | 2 - libc/nt/user32/GetWindowRgnBox.S | 2 + libc/nt/user32/GetWindowRgnBox.s | 2 - libc/nt/user32/GetWindowRgnEx.S | 2 + libc/nt/user32/GetWindowRgnEx.s | 2 - libc/nt/user32/GetWindowTextLengthW.S | 2 + libc/nt/user32/GetWindowTextLengthW.s | 2 - libc/nt/user32/GetWindowTextW.S | 14 + libc/nt/user32/GetWindowTextW.s | 12 - libc/nt/user32/GetWindowThreadProcessId.S | 2 + libc/nt/user32/GetWindowThreadProcessId.s | 2 - libc/nt/user32/GetWindowWord.S | 2 + libc/nt/user32/GetWindowWord.s | 2 - libc/nt/user32/GhostWindowFromHungWindow.S | 2 + libc/nt/user32/GhostWindowFromHungWindow.s | 2 - libc/nt/user32/GrayStringW.S | 2 + libc/nt/user32/GrayStringW.s | 2 - libc/nt/user32/HandleDelegatedInput.S | 2 + libc/nt/user32/HandleDelegatedInput.s | 2 - libc/nt/user32/HideCaret.S | 2 + libc/nt/user32/HideCaret.s | 2 - libc/nt/user32/HiliteMenuItem.S | 2 + libc/nt/user32/HiliteMenuItem.s | 2 - libc/nt/user32/HungWindowFromGhostWindow.S | 2 + libc/nt/user32/HungWindowFromGhostWindow.s | 2 - libc/nt/user32/IMPGetIMEW.S | 2 + libc/nt/user32/IMPGetIMEW.s | 2 - libc/nt/user32/IMPQueryIMEW.S | 2 + libc/nt/user32/IMPQueryIMEW.s | 2 - libc/nt/user32/IMPSetIMEW.S | 2 + libc/nt/user32/IMPSetIMEW.s | 2 - libc/nt/user32/ImpersonateDdeClientWindow.S | 2 + libc/nt/user32/ImpersonateDdeClientWindow.s | 2 - libc/nt/user32/InSendMessage.S | 2 + libc/nt/user32/InSendMessage.s | 2 - libc/nt/user32/InSendMessageEx.S | 2 + libc/nt/user32/InSendMessageEx.s | 2 - libc/nt/user32/InflateRect.S | 2 + libc/nt/user32/InflateRect.s | 2 - libc/nt/user32/InheritWindowMonitor.S | 2 + libc/nt/user32/InheritWindowMonitor.s | 2 - libc/nt/user32/InitDManipHook.S | 2 + libc/nt/user32/InitDManipHook.s | 2 - .../nt/user32/InitializeGenericHidInjection.S | 2 + .../nt/user32/InitializeGenericHidInjection.s | 2 - .../user32/InitializeInputDeviceInjection.S | 2 + .../user32/InitializeInputDeviceInjection.s | 2 - libc/nt/user32/InitializeLpkHooks.S | 2 + libc/nt/user32/InitializeLpkHooks.s | 2 - .../user32/InitializePointerDeviceInjection.S | 2 + .../user32/InitializePointerDeviceInjection.s | 2 - .../InitializePointerDeviceInjectionEx.S | 2 + .../InitializePointerDeviceInjectionEx.s | 2 - libc/nt/user32/InitializeTouchInjection.S | 2 + libc/nt/user32/InitializeTouchInjection.s | 2 - libc/nt/user32/InjectDeviceInput.S | 2 + libc/nt/user32/InjectDeviceInput.s | 2 - libc/nt/user32/InjectGenericHidInput.S | 2 + libc/nt/user32/InjectGenericHidInput.s | 2 - libc/nt/user32/InjectKeyboardInput.S | 2 + libc/nt/user32/InjectKeyboardInput.s | 2 - libc/nt/user32/InjectMouseInput.S | 2 + libc/nt/user32/InjectMouseInput.s | 2 - libc/nt/user32/InjectPointerInput.S | 2 + libc/nt/user32/InjectPointerInput.s | 2 - libc/nt/user32/InjectTouchInput.S | 2 + libc/nt/user32/InjectTouchInput.s | 2 - libc/nt/user32/InsertMenuItemW.S | 2 + libc/nt/user32/InsertMenuItemW.s | 2 - libc/nt/user32/InsertMenuW.S | 14 + libc/nt/user32/InsertMenuW.s | 12 - libc/nt/user32/InternalGetWindowIcon.S | 2 + libc/nt/user32/InternalGetWindowIcon.s | 2 - libc/nt/user32/InternalGetWindowText.S | 2 + libc/nt/user32/InternalGetWindowText.s | 2 - libc/nt/user32/IntersectRect.S | 2 + libc/nt/user32/IntersectRect.s | 2 - libc/nt/user32/InvalidateRect.S | 14 + libc/nt/user32/InvalidateRect.s | 12 - libc/nt/user32/InvalidateRgn.S | 2 + libc/nt/user32/InvalidateRgn.s | 2 - libc/nt/user32/InvertRect.S | 2 + libc/nt/user32/InvertRect.s | 2 - libc/nt/user32/IsChild.S | 14 + libc/nt/user32/IsChild.s | 12 - libc/nt/user32/IsClipboardFormatAvailable.S | 2 + libc/nt/user32/IsClipboardFormatAvailable.s | 2 - libc/nt/user32/IsDialogMessageW.S | 2 + libc/nt/user32/IsDialogMessageW.s | 2 - libc/nt/user32/IsDlgButtonChecked.S | 2 + libc/nt/user32/IsDlgButtonChecked.s | 2 - libc/nt/user32/IsGUIThread.S | 2 + libc/nt/user32/IsGUIThread.s | 2 - libc/nt/user32/IsHungAppWindow.S | 2 + libc/nt/user32/IsHungAppWindow.s | 2 - libc/nt/user32/IsIconic.S | 17 + libc/nt/user32/IsIconic.s | 15 - libc/nt/user32/IsImmersiveProcess.S | 2 + libc/nt/user32/IsImmersiveProcess.s | 2 - libc/nt/user32/IsInDesktopWindowBand.S | 2 + libc/nt/user32/IsInDesktopWindowBand.s | 2 - libc/nt/user32/IsMenu.S | 17 + libc/nt/user32/IsMenu.s | 15 - libc/nt/user32/IsMouseInPointerEnabled.S | 2 + libc/nt/user32/IsMouseInPointerEnabled.s | 2 - libc/nt/user32/IsOneCoreTransformMode.S | 2 + libc/nt/user32/IsOneCoreTransformMode.s | 2 - libc/nt/user32/IsProcessDPIAware.S | 2 + libc/nt/user32/IsProcessDPIAware.s | 2 - libc/nt/user32/IsQueueAttached.S | 2 + libc/nt/user32/IsQueueAttached.s | 2 - libc/nt/user32/IsRectEmpty.S | 2 + libc/nt/user32/IsRectEmpty.s | 2 - libc/nt/user32/IsSETEnabled.S | 2 + libc/nt/user32/IsSETEnabled.s | 2 - libc/nt/user32/IsServerSideWindow.S | 2 + libc/nt/user32/IsServerSideWindow.s | 2 - libc/nt/user32/IsThreadDesktopComposited.S | 2 + libc/nt/user32/IsThreadDesktopComposited.s | 2 - libc/nt/user32/IsThreadMessageQueueAttached.S | 2 + libc/nt/user32/IsThreadMessageQueueAttached.s | 2 - libc/nt/user32/IsThreadTSFEventAware.S | 2 + libc/nt/user32/IsThreadTSFEventAware.s | 2 - libc/nt/user32/IsTopLevelWindow.S | 2 + libc/nt/user32/IsTopLevelWindow.s | 2 - libc/nt/user32/IsTouchWindow.S | 2 + libc/nt/user32/IsTouchWindow.s | 2 - libc/nt/user32/IsValidDpiAwarenessContext.S | 2 + libc/nt/user32/IsValidDpiAwarenessContext.s | 2 - libc/nt/user32/IsWinEventHookInstalled.S | 2 + libc/nt/user32/IsWinEventHookInstalled.s | 2 - libc/nt/user32/IsWindow.S | 17 + libc/nt/user32/IsWindow.s | 15 - libc/nt/user32/IsWindowArranged.S | 2 + libc/nt/user32/IsWindowArranged.s | 2 - libc/nt/user32/IsWindowEnabled.S | 2 + libc/nt/user32/IsWindowEnabled.s | 2 - libc/nt/user32/IsWindowInDestroy.S | 2 + libc/nt/user32/IsWindowInDestroy.s | 2 - libc/nt/user32/IsWindowRedirectedForPrint.S | 2 + libc/nt/user32/IsWindowRedirectedForPrint.s | 2 - libc/nt/user32/IsWindowUnicode.S | 2 + libc/nt/user32/IsWindowUnicode.s | 2 - libc/nt/user32/IsWindowVisible.S | 17 + libc/nt/user32/IsWindowVisible.s | 15 - libc/nt/user32/IsZoomed.S | 17 + libc/nt/user32/IsZoomed.s | 15 - libc/nt/user32/KillTimer.S | 14 + libc/nt/user32/KillTimer.s | 12 - libc/nt/user32/LoadAcceleratorsW.S | 2 + libc/nt/user32/LoadAcceleratorsW.s | 2 - libc/nt/user32/LoadBitmapW.S | 2 + libc/nt/user32/LoadBitmapW.s | 2 - libc/nt/user32/LoadCursorFromFileW.S | 2 + libc/nt/user32/LoadCursorFromFileW.s | 2 - libc/nt/user32/LoadCursorW.S | 14 + libc/nt/user32/LoadCursorW.s | 12 - libc/nt/user32/LoadIconW.S | 14 + libc/nt/user32/LoadIconW.s | 12 - libc/nt/user32/LoadImageW.S | 14 + libc/nt/user32/LoadImageW.s | 12 - libc/nt/user32/LoadKeyboardLayoutEx.S | 2 + libc/nt/user32/LoadKeyboardLayoutEx.s | 2 - libc/nt/user32/LoadKeyboardLayoutW.S | 2 + libc/nt/user32/LoadKeyboardLayoutW.s | 2 - libc/nt/user32/LoadLocalFonts.S | 2 + libc/nt/user32/LoadLocalFonts.s | 2 - libc/nt/user32/LoadMenuIndirectW.S | 2 + libc/nt/user32/LoadMenuIndirectW.s | 2 - libc/nt/user32/LoadMenuW.S | 2 + libc/nt/user32/LoadMenuW.s | 2 - libc/nt/user32/LoadRemoteFonts.S | 2 + libc/nt/user32/LoadRemoteFonts.s | 2 - libc/nt/user32/LockSetForegroundWindow.S | 2 + libc/nt/user32/LockSetForegroundWindow.s | 2 - libc/nt/user32/LockWindowStation.S | 2 + libc/nt/user32/LockWindowStation.s | 2 - libc/nt/user32/LockWindowUpdate.S | 2 + libc/nt/user32/LockWindowUpdate.s | 2 - libc/nt/user32/LockWorkStation.S | 2 + libc/nt/user32/LockWorkStation.s | 2 - libc/nt/user32/LogicalToPhysicalPoint.S | 2 + libc/nt/user32/LogicalToPhysicalPoint.s | 2 - .../LogicalToPhysicalPointForPerMonitorDPI.S | 2 + .../LogicalToPhysicalPointForPerMonitorDPI.s | 2 - libc/nt/user32/LookupIconIdFromDirectory.S | 2 + libc/nt/user32/LookupIconIdFromDirectory.s | 2 - libc/nt/user32/LookupIconIdFromDirectoryEx.S | 2 + libc/nt/user32/LookupIconIdFromDirectoryEx.s | 2 - libc/nt/user32/MBToWCSEx.S | 2 + libc/nt/user32/MBToWCSEx.s | 2 - libc/nt/user32/MBToWCSExt.S | 2 + libc/nt/user32/MBToWCSExt.s | 2 - libc/nt/user32/MB_GetString.S | 2 + libc/nt/user32/MB_GetString.s | 2 - libc/nt/user32/MITActivateInputProcessing.S | 2 + libc/nt/user32/MITActivateInputProcessing.s | 2 - libc/nt/user32/MITBindInputTypeToMonitors.S | 2 + libc/nt/user32/MITBindInputTypeToMonitors.s | 2 - .../user32/MITCoreMsgKGetConnectionHandle.S | 2 + .../user32/MITCoreMsgKGetConnectionHandle.s | 2 - libc/nt/user32/MITCoreMsgKOpenConnectionTo.S | 2 + libc/nt/user32/MITCoreMsgKOpenConnectionTo.s | 2 - libc/nt/user32/MITCoreMsgKSend.S | 2 + libc/nt/user32/MITCoreMsgKSend.s | 2 - libc/nt/user32/MITDeactivateInputProcessing.S | 2 + libc/nt/user32/MITDeactivateInputProcessing.s | 2 - libc/nt/user32/MITDisableMouseIntercept.S | 2 + libc/nt/user32/MITDisableMouseIntercept.s | 2 - libc/nt/user32/MITDispatchCompletion.S | 2 + libc/nt/user32/MITDispatchCompletion.s | 2 - libc/nt/user32/MITEnableMouseIntercept.S | 2 + libc/nt/user32/MITEnableMouseIntercept.s | 2 - libc/nt/user32/MITGetCursorUpdateHandle.S | 2 + libc/nt/user32/MITGetCursorUpdateHandle.s | 2 - libc/nt/user32/MITInjectLegacyISMTouchFrame.S | 2 + libc/nt/user32/MITInjectLegacyISMTouchFrame.s | 2 - .../nt/user32/MITRegisterManipulationThread.S | 2 + .../nt/user32/MITRegisterManipulationThread.s | 2 - libc/nt/user32/MITSetForegroundRoutingInfo.S | 2 + libc/nt/user32/MITSetForegroundRoutingInfo.s | 2 - libc/nt/user32/MITSetInputCallbacks.S | 2 + libc/nt/user32/MITSetInputCallbacks.s | 2 - libc/nt/user32/MITSetInputDelegationMode.S | 2 + libc/nt/user32/MITSetInputDelegationMode.s | 2 - libc/nt/user32/MITSetLastInputRecipient.S | 2 + libc/nt/user32/MITSetLastInputRecipient.s | 2 - .../nt/user32/MITSetManipulationInputTarget.S | 2 + .../nt/user32/MITSetManipulationInputTarget.s | 2 - libc/nt/user32/MITStopAndEndInertia.S | 2 + libc/nt/user32/MITStopAndEndInertia.s | 2 - libc/nt/user32/MITSynthesizeMouseInput.S | 2 + libc/nt/user32/MITSynthesizeMouseInput.s | 2 - libc/nt/user32/MITSynthesizeMouseWheel.S | 2 + libc/nt/user32/MITSynthesizeMouseWheel.s | 2 - libc/nt/user32/MITSynthesizeTouchInput.S | 2 + libc/nt/user32/MITSynthesizeTouchInput.s | 2 - libc/nt/user32/MITUpdateInputGlobals.S | 2 + libc/nt/user32/MITUpdateInputGlobals.s | 2 - libc/nt/user32/MITWaitForMultipleObjectsEx.S | 2 + libc/nt/user32/MITWaitForMultipleObjectsEx.s | 2 - libc/nt/user32/MakeThreadTSFEventAware.S | 2 + libc/nt/user32/MakeThreadTSFEventAware.s | 2 - libc/nt/user32/MapDialogRect.S | 2 + libc/nt/user32/MapDialogRect.s | 2 - libc/nt/user32/MapVirtualKeyExW.S | 14 + libc/nt/user32/MapVirtualKeyExW.s | 12 - libc/nt/user32/MapVirtualKeyW.S | 2 + libc/nt/user32/MapVirtualKeyW.s | 2 - libc/nt/user32/MapVisualRelativePoints.S | 2 + libc/nt/user32/MapVisualRelativePoints.s | 2 - libc/nt/user32/MapWindowPoints.S | 2 + libc/nt/user32/MapWindowPoints.s | 2 - libc/nt/user32/MenuItemFromPoint.S | 2 + libc/nt/user32/MenuItemFromPoint.s | 2 - libc/nt/user32/MenuWindowProcW.S | 2 + libc/nt/user32/MenuWindowProcW.s | 2 - libc/nt/user32/MessageBeep.S | 2 + libc/nt/user32/MessageBeep.s | 2 - libc/nt/user32/MessageBoxExW.S | 14 + libc/nt/user32/MessageBoxExW.s | 12 - libc/nt/user32/MessageBoxIndirectW.S | 2 + libc/nt/user32/MessageBoxIndirectW.s | 2 - libc/nt/user32/MessageBoxTimeoutW.S | 2 + libc/nt/user32/MessageBoxTimeoutW.s | 2 - libc/nt/user32/MessageBoxW.S | 14 + libc/nt/user32/MessageBoxW.s | 12 - libc/nt/user32/ModifyMenuW.S | 2 + libc/nt/user32/ModifyMenuW.s | 2 - libc/nt/user32/MonitorFromPoint.S | 2 + libc/nt/user32/MonitorFromPoint.s | 2 - libc/nt/user32/MonitorFromRect.S | 2 + libc/nt/user32/MonitorFromRect.s | 2 - libc/nt/user32/MonitorFromWindow.S | 2 + libc/nt/user32/MonitorFromWindow.s | 2 - libc/nt/user32/MoveWindow.S | 14 + libc/nt/user32/MoveWindow.s | 12 - libc/nt/user32/MsgWaitForMultipleObjects.S | 2 + libc/nt/user32/MsgWaitForMultipleObjects.s | 2 - libc/nt/user32/MsgWaitForMultipleObjectsEx.S | 2 + libc/nt/user32/MsgWaitForMultipleObjectsEx.s | 2 - libc/nt/user32/NotifyOverlayWindow.S | 2 + libc/nt/user32/NotifyOverlayWindow.s | 2 - libc/nt/user32/NotifyWinEvent.S | 2 + libc/nt/user32/NotifyWinEvent.s | 2 - libc/nt/user32/OemKeyScan.S | 2 + libc/nt/user32/OemKeyScan.s | 2 - libc/nt/user32/OemToCharBuffW.S | 2 + libc/nt/user32/OemToCharBuffW.s | 2 - libc/nt/user32/OemToCharW.S | 2 + libc/nt/user32/OemToCharW.s | 2 - libc/nt/user32/OffsetRect.S | 2 + libc/nt/user32/OffsetRect.s | 2 - libc/nt/user32/OpenClipboard.S | 2 + libc/nt/user32/OpenClipboard.s | 2 - libc/nt/user32/OpenDesktopW.S | 2 + libc/nt/user32/OpenDesktopW.s | 2 - libc/nt/user32/OpenIcon.S | 2 + libc/nt/user32/OpenIcon.s | 2 - libc/nt/user32/OpenInputDesktop.S | 2 + libc/nt/user32/OpenInputDesktop.s | 2 - libc/nt/user32/OpenThreadDesktop.S | 2 + libc/nt/user32/OpenThreadDesktop.s | 2 - libc/nt/user32/OpenWindowStationW.S | 2 + libc/nt/user32/OpenWindowStationW.s | 2 - libc/nt/user32/PackDDElParam.S | 2 + libc/nt/user32/PackDDElParam.s | 2 - .../PackTouchHitTestingProximityEvaluation.S | 2 + .../PackTouchHitTestingProximityEvaluation.s | 2 - libc/nt/user32/PaintDesktop.S | 2 + libc/nt/user32/PaintDesktop.s | 2 - libc/nt/user32/PaintMenuBar.S | 2 + libc/nt/user32/PaintMenuBar.s | 2 - libc/nt/user32/PaintMonitor.S | 2 + libc/nt/user32/PaintMonitor.s | 2 - libc/nt/user32/PeekMessageW.S | 14 + libc/nt/user32/PeekMessageW.s | 12 - libc/nt/user32/PhysicalToLogicalPoint.S | 2 + libc/nt/user32/PhysicalToLogicalPoint.s | 2 - .../PhysicalToLogicalPointForPerMonitorDPI.S | 2 + .../PhysicalToLogicalPointForPerMonitorDPI.s | 2 - libc/nt/user32/PostMessageW.S | 2 + libc/nt/user32/PostMessageW.s | 2 - libc/nt/user32/PostQuitMessage.S | 17 + libc/nt/user32/PostQuitMessage.s | 15 - libc/nt/user32/PostThreadMessageW.S | 2 + libc/nt/user32/PostThreadMessageW.s | 2 - libc/nt/user32/PrintWindow.S | 2 + libc/nt/user32/PrintWindow.s | 2 - libc/nt/user32/PrivateExtractIconExW.S | 2 + libc/nt/user32/PrivateExtractIconExW.s | 2 - libc/nt/user32/PrivateExtractIconsW.S | 2 + libc/nt/user32/PrivateExtractIconsW.s | 2 - libc/nt/user32/PrivateRegisterICSProc.S | 2 + libc/nt/user32/PrivateRegisterICSProc.s | 2 - libc/nt/user32/PtInRect.S | 2 + libc/nt/user32/PtInRect.s | 2 - libc/nt/user32/QueryBSDRWindow.S | 2 + libc/nt/user32/QueryBSDRWindow.s | 2 - libc/nt/user32/QueryDisplayConfig.S | 2 + libc/nt/user32/QueryDisplayConfig.s | 2 - libc/nt/user32/QuerySendMessage.S | 2 + libc/nt/user32/QuerySendMessage.s | 2 - libc/nt/user32/RIMAddInputObserver.S | 2 + libc/nt/user32/RIMAddInputObserver.s | 2 - libc/nt/user32/RIMAreSiblingDevices.S | 2 + libc/nt/user32/RIMAreSiblingDevices.s | 2 - libc/nt/user32/RIMDeviceIoControl.S | 2 + libc/nt/user32/RIMDeviceIoControl.s | 2 - .../user32/RIMEnableMonitorMappingForDevice.S | 2 + .../user32/RIMEnableMonitorMappingForDevice.s | 2 - libc/nt/user32/RIMFreeInputBuffer.S | 2 + libc/nt/user32/RIMFreeInputBuffer.s | 2 - libc/nt/user32/RIMGetDevicePreparsedData.S | 2 + libc/nt/user32/RIMGetDevicePreparsedData.s | 2 - .../RIMGetDevicePreparsedDataLockfree.S | 2 + .../RIMGetDevicePreparsedDataLockfree.s | 2 - libc/nt/user32/RIMGetDeviceProperties.S | 2 + libc/nt/user32/RIMGetDeviceProperties.s | 2 - .../user32/RIMGetDevicePropertiesLockfree.S | 2 + .../user32/RIMGetDevicePropertiesLockfree.s | 2 - libc/nt/user32/RIMGetPhysicalDeviceRect.S | 2 + libc/nt/user32/RIMGetPhysicalDeviceRect.s | 2 - libc/nt/user32/RIMGetSourceProcessId.S | 2 + libc/nt/user32/RIMGetSourceProcessId.s | 2 - libc/nt/user32/RIMObserveNextInput.S | 2 + libc/nt/user32/RIMObserveNextInput.s | 2 - libc/nt/user32/RIMOnPnpNotification.S | 2 + libc/nt/user32/RIMOnPnpNotification.s | 2 - libc/nt/user32/RIMOnTimerNotification.S | 2 + libc/nt/user32/RIMOnTimerNotification.s | 2 - libc/nt/user32/RIMReadInput.S | 2 + libc/nt/user32/RIMReadInput.s | 2 - libc/nt/user32/RIMRegisterForInput.S | 2 + libc/nt/user32/RIMRegisterForInput.s | 2 - libc/nt/user32/RIMRemoveInputObserver.S | 2 + libc/nt/user32/RIMRemoveInputObserver.s | 2 - libc/nt/user32/RIMSetTestModeStatus.S | 2 + libc/nt/user32/RIMSetTestModeStatus.s | 2 - libc/nt/user32/RIMUnregisterForInput.S | 2 + libc/nt/user32/RIMUnregisterForInput.s | 2 - .../RIMUpdateInputObserverRegistration.S | 2 + .../RIMUpdateInputObserverRegistration.s | 2 - libc/nt/user32/RealChildWindowFromPoint.S | 2 + libc/nt/user32/RealChildWindowFromPoint.s | 2 - libc/nt/user32/RealGetWindowClassW.S | 2 + libc/nt/user32/RealGetWindowClassW.s | 2 - libc/nt/user32/ReasonCodeNeedsBugID.S | 2 + libc/nt/user32/ReasonCodeNeedsBugID.s | 2 - libc/nt/user32/ReasonCodeNeedsComment.S | 2 + libc/nt/user32/ReasonCodeNeedsComment.s | 2 - libc/nt/user32/RecordShutdownReason.S | 2 + libc/nt/user32/RecordShutdownReason.s | 2 - libc/nt/user32/RedrawWindow.S | 14 + libc/nt/user32/RedrawWindow.s | 12 - libc/nt/user32/RegisterBSDRWindow.S | 2 + libc/nt/user32/RegisterBSDRWindow.s | 2 - libc/nt/user32/RegisterClassExW.S | 17 + libc/nt/user32/RegisterClassExW.s | 15 - libc/nt/user32/RegisterClassW.S | 17 + libc/nt/user32/RegisterClassW.s | 15 - libc/nt/user32/RegisterClipboardFormatW.S | 2 + libc/nt/user32/RegisterClipboardFormatW.s | 2 - libc/nt/user32/RegisterDManipHook.S | 2 + libc/nt/user32/RegisterDManipHook.s | 2 - libc/nt/user32/RegisterDeviceNotificationW.S | 2 + libc/nt/user32/RegisterDeviceNotificationW.s | 2 - libc/nt/user32/RegisterErrorReportingDialog.S | 2 + libc/nt/user32/RegisterErrorReportingDialog.s | 2 - libc/nt/user32/RegisterFrostWindow.S | 2 + libc/nt/user32/RegisterFrostWindow.s | 2 - libc/nt/user32/RegisterGhostWindow.S | 2 + libc/nt/user32/RegisterGhostWindow.s | 2 - libc/nt/user32/RegisterHotKey.S | 2 + libc/nt/user32/RegisterHotKey.s | 2 - libc/nt/user32/RegisterLogonProcess.S | 2 + libc/nt/user32/RegisterLogonProcess.s | 2 - libc/nt/user32/RegisterMessagePumpHook.S | 2 + libc/nt/user32/RegisterMessagePumpHook.s | 2 - .../RegisterPointerDeviceNotifications.S | 2 + .../RegisterPointerDeviceNotifications.s | 2 - libc/nt/user32/RegisterPointerInputTarget.S | 2 + libc/nt/user32/RegisterPointerInputTarget.s | 2 - libc/nt/user32/RegisterPointerInputTargetEx.S | 2 + libc/nt/user32/RegisterPointerInputTargetEx.s | 2 - .../user32/RegisterPowerSettingNotification.S | 2 + .../user32/RegisterPowerSettingNotification.s | 2 - libc/nt/user32/RegisterRawInputDevices.S | 2 + libc/nt/user32/RegisterRawInputDevices.s | 2 - libc/nt/user32/RegisterServicesProcess.S | 2 + libc/nt/user32/RegisterServicesProcess.s | 2 - libc/nt/user32/RegisterSessionPort.S | 2 + libc/nt/user32/RegisterSessionPort.s | 2 - libc/nt/user32/RegisterShellHookWindow.S | 2 + libc/nt/user32/RegisterShellHookWindow.s | 2 - .../RegisterSuspendResumeNotification.S | 2 + .../RegisterSuspendResumeNotification.s | 2 - libc/nt/user32/RegisterSystemThread.S | 2 + libc/nt/user32/RegisterSystemThread.s | 2 - libc/nt/user32/RegisterTasklist.S | 2 + libc/nt/user32/RegisterTasklist.s | 2 - .../nt/user32/RegisterTouchHitTestingWindow.S | 2 + .../nt/user32/RegisterTouchHitTestingWindow.s | 2 - libc/nt/user32/RegisterTouchWindow.S | 2 + libc/nt/user32/RegisterTouchWindow.s | 2 - libc/nt/user32/RegisterUserApiHook.S | 2 + libc/nt/user32/RegisterUserApiHook.s | 2 - libc/nt/user32/RegisterWindowMessageW.S | 2 + libc/nt/user32/RegisterWindowMessageW.s | 2 - libc/nt/user32/ReleaseCapture.S | 16 + libc/nt/user32/ReleaseCapture.s | 14 - libc/nt/user32/ReleaseDC.S | 14 + libc/nt/user32/ReleaseDC.s | 12 - libc/nt/user32/ReleaseDwmHitTestWaiters.S | 2 + libc/nt/user32/ReleaseDwmHitTestWaiters.s | 2 - .../nt/user32/RemoveClipboardFormatListener.S | 2 + .../nt/user32/RemoveClipboardFormatListener.s | 2 - libc/nt/user32/RemoveInjectionDevice.S | 2 + libc/nt/user32/RemoveInjectionDevice.s | 2 - libc/nt/user32/RemoveMenu.S | 2 + libc/nt/user32/RemoveMenu.s | 2 - libc/nt/user32/RemovePropW.S | 2 + libc/nt/user32/RemovePropW.s | 2 - .../nt/user32/RemoveThreadTSFEventAwareness.S | 2 + .../nt/user32/RemoveThreadTSFEventAwareness.s | 2 - libc/nt/user32/ReplyMessage.S | 2 + libc/nt/user32/ReplyMessage.s | 2 - libc/nt/user32/ReportInertia.S | 2 + libc/nt/user32/ReportInertia.s | 2 - libc/nt/user32/ResolveDesktopForWOW.S | 2 + libc/nt/user32/ResolveDesktopForWOW.s | 2 - libc/nt/user32/ReuseDDElParam.S | 2 + libc/nt/user32/ReuseDDElParam.s | 2 - libc/nt/user32/ScreenToClient.S | 2 + libc/nt/user32/ScreenToClient.s | 2 - libc/nt/user32/ScrollChildren.S | 2 + libc/nt/user32/ScrollChildren.s | 2 - libc/nt/user32/ScrollDC.S | 2 + libc/nt/user32/ScrollDC.s | 2 - libc/nt/user32/ScrollWindow.S | 2 + libc/nt/user32/ScrollWindow.s | 2 - libc/nt/user32/ScrollWindowEx.S | 2 + libc/nt/user32/ScrollWindowEx.s | 2 - libc/nt/user32/SendDlgItemMessageW.S | 2 + libc/nt/user32/SendDlgItemMessageW.s | 2 - libc/nt/user32/SendIMEMessageExW.S | 2 + libc/nt/user32/SendIMEMessageExW.s | 2 - libc/nt/user32/SendInput.S | 2 + libc/nt/user32/SendInput.s | 2 - libc/nt/user32/SendMessageCallbackW.S | 2 + libc/nt/user32/SendMessageCallbackW.s | 2 - libc/nt/user32/SendMessageTimeoutW.S | 2 + libc/nt/user32/SendMessageTimeoutW.s | 2 - libc/nt/user32/SendMessageW.S | 14 + libc/nt/user32/SendMessageW.s | 12 - libc/nt/user32/SendNotifyMessageW.S | 2 + libc/nt/user32/SendNotifyMessageW.s | 2 - libc/nt/user32/SetActiveWindow.S | 2 + libc/nt/user32/SetActiveWindow.s | 2 - libc/nt/user32/SetCapture.S | 17 + libc/nt/user32/SetCapture.s | 15 - libc/nt/user32/SetCaretBlinkTime.S | 2 + libc/nt/user32/SetCaretBlinkTime.s | 2 - libc/nt/user32/SetCaretPos.S | 2 + libc/nt/user32/SetCaretPos.s | 2 - libc/nt/user32/SetClassLongPtrW.S | 2 + libc/nt/user32/SetClassLongPtrW.s | 2 - libc/nt/user32/SetClassLongW.S | 14 + libc/nt/user32/SetClassLongW.s | 12 - libc/nt/user32/SetClassWord.S | 2 + libc/nt/user32/SetClassWord.s | 2 - libc/nt/user32/SetClipboardData.S | 2 + libc/nt/user32/SetClipboardData.s | 2 - libc/nt/user32/SetClipboardViewer.S | 2 + libc/nt/user32/SetClipboardViewer.s | 2 - libc/nt/user32/SetCoalescableTimer.S | 2 + libc/nt/user32/SetCoalescableTimer.s | 2 - libc/nt/user32/SetCoreWindow.S | 2 + libc/nt/user32/SetCoreWindow.s | 2 - libc/nt/user32/SetCursor.S | 17 + libc/nt/user32/SetCursor.s | 15 - libc/nt/user32/SetCursorContents.S | 2 + libc/nt/user32/SetCursorContents.s | 2 - libc/nt/user32/SetCursorPos.S | 2 + libc/nt/user32/SetCursorPos.s | 2 - libc/nt/user32/SetDebugErrorLevel.S | 2 + libc/nt/user32/SetDebugErrorLevel.s | 2 - libc/nt/user32/SetDeskWallpaper.S | 2 + libc/nt/user32/SetDeskWallpaper.s | 2 - libc/nt/user32/SetDesktopColorTransform.S | 2 + libc/nt/user32/SetDesktopColorTransform.s | 2 - .../SetDialogControlDpiChangeBehavior.S | 2 + .../SetDialogControlDpiChangeBehavior.s | 2 - libc/nt/user32/SetDialogDpiChangeBehavior.S | 2 + libc/nt/user32/SetDialogDpiChangeBehavior.s | 2 - .../SetDisplayAutoRotationPreferences.S | 2 + .../SetDisplayAutoRotationPreferences.s | 2 - libc/nt/user32/SetDisplayConfig.S | 2 + libc/nt/user32/SetDisplayConfig.s | 2 - libc/nt/user32/SetDlgItemInt.S | 2 + libc/nt/user32/SetDlgItemInt.s | 2 - libc/nt/user32/SetDlgItemTextW.S | 2 + libc/nt/user32/SetDlgItemTextW.s | 2 - libc/nt/user32/SetDoubleClickTime.S | 2 + libc/nt/user32/SetDoubleClickTime.s | 2 - libc/nt/user32/SetFeatureReportResponse.S | 2 + libc/nt/user32/SetFeatureReportResponse.s | 2 - libc/nt/user32/SetFocus.S | 2 + libc/nt/user32/SetFocus.s | 2 - libc/nt/user32/SetForegroundWindow.S | 2 + libc/nt/user32/SetForegroundWindow.s | 2 - libc/nt/user32/SetGestureConfig.S | 2 + libc/nt/user32/SetGestureConfig.s | 2 - libc/nt/user32/SetInternalWindowPos.S | 2 + libc/nt/user32/SetInternalWindowPos.s | 2 - libc/nt/user32/SetKeyboardState.S | 2 + libc/nt/user32/SetKeyboardState.s | 2 - libc/nt/user32/SetLastErrorEx.S | 2 + libc/nt/user32/SetLastErrorEx.s | 2 - libc/nt/user32/SetLayeredWindowAttributes.S | 2 + libc/nt/user32/SetLayeredWindowAttributes.s | 2 - .../SetMagnificationDesktopColorEffect.S | 2 + .../SetMagnificationDesktopColorEffect.s | 2 - .../SetMagnificationDesktopMagnification.S | 2 + .../SetMagnificationDesktopMagnification.s | 2 - .../SetMagnificationDesktopSamplingMode.S | 2 + .../SetMagnificationDesktopSamplingMode.s | 2 - .../SetMagnificationLensCtxInformation.S | 2 + .../SetMagnificationLensCtxInformation.s | 2 - libc/nt/user32/SetMenu.S | 2 + libc/nt/user32/SetMenu.s | 2 - libc/nt/user32/SetMenuContextHelpId.S | 2 + libc/nt/user32/SetMenuContextHelpId.s | 2 - libc/nt/user32/SetMenuDefaultItem.S | 2 + libc/nt/user32/SetMenuDefaultItem.s | 2 - libc/nt/user32/SetMenuInfo.S | 2 + libc/nt/user32/SetMenuInfo.s | 2 - libc/nt/user32/SetMenuItemBitmaps.S | 2 + libc/nt/user32/SetMenuItemBitmaps.s | 2 - libc/nt/user32/SetMenuItemInfoW.S | 2 + libc/nt/user32/SetMenuItemInfoW.s | 2 - libc/nt/user32/SetMessageExtraInfo.S | 2 + libc/nt/user32/SetMessageExtraInfo.s | 2 - libc/nt/user32/SetMessageQueue.S | 2 + libc/nt/user32/SetMessageQueue.s | 2 - libc/nt/user32/SetMirrorRendering.S | 2 + libc/nt/user32/SetMirrorRendering.s | 2 - libc/nt/user32/SetParent.S | 14 + libc/nt/user32/SetParent.s | 12 - libc/nt/user32/SetPhysicalCursorPos.S | 2 + libc/nt/user32/SetPhysicalCursorPos.s | 2 - libc/nt/user32/SetProcessDPIAware.S | 2 + libc/nt/user32/SetProcessDPIAware.s | 2 - libc/nt/user32/SetProcessDefaultLayout.S | 2 + libc/nt/user32/SetProcessDefaultLayout.s | 2 - .../nt/user32/SetProcessDpiAwarenessContext.S | 2 + .../nt/user32/SetProcessDpiAwarenessContext.s | 2 - .../user32/SetProcessDpiAwarenessInternal.S | 2 + .../user32/SetProcessDpiAwarenessInternal.s | 2 - .../user32/SetProcessRestrictionExemption.S | 2 + .../user32/SetProcessRestrictionExemption.s | 2 - libc/nt/user32/SetProcessWindowStation.S | 2 + libc/nt/user32/SetProcessWindowStation.s | 2 - libc/nt/user32/SetProgmanWindow.S | 2 + libc/nt/user32/SetProgmanWindow.s | 2 - libc/nt/user32/SetPropW.S | 2 + libc/nt/user32/SetPropW.s | 2 - libc/nt/user32/SetRect.S | 2 + libc/nt/user32/SetRect.s | 2 - libc/nt/user32/SetRectEmpty.S | 2 + libc/nt/user32/SetRectEmpty.s | 2 - libc/nt/user32/SetScrollInfo.S | 2 + libc/nt/user32/SetScrollInfo.s | 2 - libc/nt/user32/SetScrollPos.S | 2 + libc/nt/user32/SetScrollPos.s | 2 - libc/nt/user32/SetScrollRange.S | 2 + libc/nt/user32/SetScrollRange.s | 2 - libc/nt/user32/SetShellWindow.S | 2 + libc/nt/user32/SetShellWindow.s | 2 - libc/nt/user32/SetShellWindowEx.S | 2 + libc/nt/user32/SetShellWindowEx.s | 2 - libc/nt/user32/SetSysColors.S | 2 + libc/nt/user32/SetSysColors.s | 2 - libc/nt/user32/SetSysColorsTemp.S | 2 + libc/nt/user32/SetSysColorsTemp.s | 2 - libc/nt/user32/SetSystemCursor.S | 2 + libc/nt/user32/SetSystemCursor.s | 2 - libc/nt/user32/SetSystemMenu.S | 2 + libc/nt/user32/SetSystemMenu.s | 2 - libc/nt/user32/SetTaskmanWindow.S | 2 + libc/nt/user32/SetTaskmanWindow.s | 2 - libc/nt/user32/SetThreadDesktop.S | 2 + libc/nt/user32/SetThreadDesktop.s | 2 - libc/nt/user32/SetThreadDpiAwarenessContext.S | 2 + libc/nt/user32/SetThreadDpiAwarenessContext.s | 2 - libc/nt/user32/SetThreadDpiHostingBehavior.S | 2 + libc/nt/user32/SetThreadDpiHostingBehavior.s | 2 - libc/nt/user32/SetThreadInputBlocked.S | 2 + libc/nt/user32/SetThreadInputBlocked.s | 2 - libc/nt/user32/SetTimer.S | 14 + libc/nt/user32/SetTimer.s | 12 - libc/nt/user32/SetUserObjectInformationW.S | 2 + libc/nt/user32/SetUserObjectInformationW.s | 2 - libc/nt/user32/SetUserObjectSecurity.S | 2 + libc/nt/user32/SetUserObjectSecurity.s | 2 - libc/nt/user32/SetWinEventHook.S | 2 + libc/nt/user32/SetWinEventHook.s | 2 - libc/nt/user32/SetWindowBand.S | 2 + libc/nt/user32/SetWindowBand.s | 2 - .../nt/user32/SetWindowCompositionAttribute.S | 2 + .../nt/user32/SetWindowCompositionAttribute.s | 2 - .../user32/SetWindowCompositionTransition.S | 2 + .../user32/SetWindowCompositionTransition.s | 2 - libc/nt/user32/SetWindowContextHelpId.S | 2 + libc/nt/user32/SetWindowContextHelpId.s | 2 - libc/nt/user32/SetWindowDisplayAffinity.S | 2 + libc/nt/user32/SetWindowDisplayAffinity.s | 2 - libc/nt/user32/SetWindowFeedbackSetting.S | 2 + libc/nt/user32/SetWindowFeedbackSetting.s | 2 - libc/nt/user32/SetWindowLongPtrW.S | 2 + libc/nt/user32/SetWindowLongPtrW.s | 2 - libc/nt/user32/SetWindowLongW.S | 14 + libc/nt/user32/SetWindowLongW.s | 12 - libc/nt/user32/SetWindowPlacement.S | 14 + libc/nt/user32/SetWindowPlacement.s | 12 - libc/nt/user32/SetWindowPos.S | 14 + libc/nt/user32/SetWindowPos.s | 12 - libc/nt/user32/SetWindowRgn.S | 2 + libc/nt/user32/SetWindowRgn.s | 2 - libc/nt/user32/SetWindowRgnEx.S | 2 + libc/nt/user32/SetWindowRgnEx.s | 2 - libc/nt/user32/SetWindowStationUser.S | 2 + libc/nt/user32/SetWindowStationUser.s | 2 - libc/nt/user32/SetWindowTextW.S | 14 + libc/nt/user32/SetWindowTextW.s | 12 - libc/nt/user32/SetWindowWord.S | 2 + libc/nt/user32/SetWindowWord.s | 2 - libc/nt/user32/SetWindowsHookExW.S | 14 + libc/nt/user32/SetWindowsHookExW.s | 12 - libc/nt/user32/SetWindowsHookW.S | 14 + libc/nt/user32/SetWindowsHookW.s | 12 - libc/nt/user32/ShowCaret.S | 17 + libc/nt/user32/ShowCaret.s | 15 - libc/nt/user32/ShowCursor.S | 17 + libc/nt/user32/ShowCursor.s | 15 - libc/nt/user32/ShowOwnedPopups.S | 2 + libc/nt/user32/ShowOwnedPopups.s | 2 - libc/nt/user32/ShowScrollBar.S | 2 + libc/nt/user32/ShowScrollBar.s | 2 - libc/nt/user32/ShowStartGlass.S | 2 + libc/nt/user32/ShowStartGlass.s | 2 - libc/nt/user32/ShowSystemCursor.S | 2 + libc/nt/user32/ShowSystemCursor.s | 2 - libc/nt/user32/ShowWindow.S | 14 + libc/nt/user32/ShowWindow.s | 12 - libc/nt/user32/ShowWindowAsync.S | 2 + libc/nt/user32/ShowWindowAsync.s | 2 - libc/nt/user32/ShutdownBlockReasonCreate.S | 2 + libc/nt/user32/ShutdownBlockReasonCreate.s | 2 - libc/nt/user32/ShutdownBlockReasonDestroy.S | 2 + libc/nt/user32/ShutdownBlockReasonDestroy.s | 2 - libc/nt/user32/ShutdownBlockReasonQuery.S | 2 + libc/nt/user32/ShutdownBlockReasonQuery.s | 2 - .../user32/SignalRedirectionStartComplete.S | 2 + .../user32/SignalRedirectionStartComplete.s | 2 - libc/nt/user32/SkipPointerFrameMessages.S | 2 + libc/nt/user32/SkipPointerFrameMessages.s | 2 - libc/nt/user32/SoftModalMessageBox.S | 2 + libc/nt/user32/SoftModalMessageBox.s | 2 - libc/nt/user32/SoundSentry.S | 2 + libc/nt/user32/SoundSentry.s | 2 - libc/nt/user32/SubtractRect.S | 2 + libc/nt/user32/SubtractRect.s | 2 - libc/nt/user32/SwapMouseButton.S | 2 + libc/nt/user32/SwapMouseButton.s | 2 - libc/nt/user32/SwitchDesktop.S | 2 + libc/nt/user32/SwitchDesktop.s | 2 - libc/nt/user32/SwitchDesktopWithFade.S | 2 + libc/nt/user32/SwitchDesktopWithFade.s | 2 - libc/nt/user32/SwitchToThisWindow.S | 2 + libc/nt/user32/SwitchToThisWindow.s | 2 - libc/nt/user32/SystemParametersInfoForDpi.S | 2 + libc/nt/user32/SystemParametersInfoForDpi.s | 2 - libc/nt/user32/SystemParametersInfoW.S | 2 + libc/nt/user32/SystemParametersInfoW.s | 2 - libc/nt/user32/TabbedTextOutW.S | 2 + libc/nt/user32/TabbedTextOutW.s | 2 - libc/nt/user32/TileChildWindows.S | 2 + libc/nt/user32/TileChildWindows.s | 2 - libc/nt/user32/TileWindows.S | 2 + libc/nt/user32/TileWindows.s | 2 - libc/nt/user32/ToAscii.S | 2 + libc/nt/user32/ToAscii.s | 2 - libc/nt/user32/ToAsciiEx.S | 2 + libc/nt/user32/ToAsciiEx.s | 2 - libc/nt/user32/ToUnicode.S | 2 + libc/nt/user32/ToUnicode.s | 2 - libc/nt/user32/ToUnicodeEx.S | 2 + libc/nt/user32/ToUnicodeEx.s | 2 - libc/nt/user32/TrackMouseEvent.S | 2 + libc/nt/user32/TrackMouseEvent.s | 2 - libc/nt/user32/TrackPopupMenu.S | 14 + libc/nt/user32/TrackPopupMenu.s | 12 - libc/nt/user32/TrackPopupMenuEx.S | 2 + libc/nt/user32/TrackPopupMenuEx.s | 2 - libc/nt/user32/TranslateAcceleratorW.S | 2 + libc/nt/user32/TranslateAcceleratorW.s | 2 - libc/nt/user32/TranslateMDISysAccel.S | 2 + libc/nt/user32/TranslateMDISysAccel.s | 2 - libc/nt/user32/TranslateMessage.S | 17 + libc/nt/user32/TranslateMessage.s | 15 - libc/nt/user32/TranslateMessageEx.S | 2 + libc/nt/user32/TranslateMessageEx.s | 2 - libc/nt/user32/UndelegateInput.S | 2 + libc/nt/user32/UndelegateInput.s | 2 - libc/nt/user32/UnhookWinEvent.S | 2 + libc/nt/user32/UnhookWinEvent.s | 2 - libc/nt/user32/UnhookWindowsHook.S | 14 + libc/nt/user32/UnhookWindowsHook.s | 12 - libc/nt/user32/UnhookWindowsHookEx.S | 17 + libc/nt/user32/UnhookWindowsHookEx.s | 15 - libc/nt/user32/UnionRect.S | 2 + libc/nt/user32/UnionRect.s | 2 - libc/nt/user32/UnloadKeyboardLayout.S | 2 + libc/nt/user32/UnloadKeyboardLayout.s | 2 - libc/nt/user32/UnlockWindowStation.S | 2 + libc/nt/user32/UnlockWindowStation.s | 2 - libc/nt/user32/UnpackDDElParam.S | 2 + libc/nt/user32/UnpackDDElParam.s | 2 - libc/nt/user32/UnregisterClassW.S | 2 + libc/nt/user32/UnregisterClassW.s | 2 - libc/nt/user32/UnregisterDeviceNotification.S | 2 + libc/nt/user32/UnregisterDeviceNotification.s | 2 - libc/nt/user32/UnregisterHotKey.S | 2 + libc/nt/user32/UnregisterHotKey.s | 2 - libc/nt/user32/UnregisterMessagePumpHook.S | 2 + libc/nt/user32/UnregisterMessagePumpHook.s | 2 - libc/nt/user32/UnregisterPointerInputTarget.S | 2 + libc/nt/user32/UnregisterPointerInputTarget.s | 2 - .../user32/UnregisterPointerInputTargetEx.S | 2 + .../user32/UnregisterPointerInputTargetEx.s | 2 - .../UnregisterPowerSettingNotification.S | 2 + .../UnregisterPowerSettingNotification.s | 2 - libc/nt/user32/UnregisterSessionPort.S | 2 + libc/nt/user32/UnregisterSessionPort.s | 2 - .../UnregisterSuspendResumeNotification.S | 2 + .../UnregisterSuspendResumeNotification.s | 2 - libc/nt/user32/UnregisterTouchWindow.S | 2 + libc/nt/user32/UnregisterTouchWindow.s | 2 - libc/nt/user32/UnregisterUserApiHook.S | 2 + libc/nt/user32/UnregisterUserApiHook.s | 2 - .../nt/user32/UpdateDefaultDesktopThumbnail.S | 2 + .../nt/user32/UpdateDefaultDesktopThumbnail.s | 2 - libc/nt/user32/UpdateLayeredWindow.S | 2 + libc/nt/user32/UpdateLayeredWindow.s | 2 - libc/nt/user32/UpdateLayeredWindowIndirect.S | 2 + libc/nt/user32/UpdateLayeredWindowIndirect.s | 2 - .../nt/user32/UpdatePerUserSystemParameters.S | 2 + .../nt/user32/UpdatePerUserSystemParameters.s | 2 - libc/nt/user32/UpdateWindow.S | 17 + libc/nt/user32/UpdateWindow.s | 15 - libc/nt/user32/UpdateWindowInputSinkHints.S | 2 + libc/nt/user32/UpdateWindowInputSinkHints.s | 2 - .../nt/user32/User32InitializeImmEntryTable.S | 2 + .../nt/user32/User32InitializeImmEntryTable.s | 2 - libc/nt/user32/UserClientDllInitialize.S | 2 + libc/nt/user32/UserClientDllInitialize.s | 2 - libc/nt/user32/UserHandleGrantAccess.S | 2 + libc/nt/user32/UserHandleGrantAccess.s | 2 - libc/nt/user32/UserLpkPSMTextOut.S | 2 + libc/nt/user32/UserLpkPSMTextOut.s | 2 - libc/nt/user32/UserLpkTabbedTextOut.S | 2 + libc/nt/user32/UserLpkTabbedTextOut.s | 2 - libc/nt/user32/UserRealizePalette.S | 2 + libc/nt/user32/UserRealizePalette.s | 2 - libc/nt/user32/UserRegisterWowHandlers.S | 2 + libc/nt/user32/UserRegisterWowHandlers.s | 2 - libc/nt/user32/VRipOutput.S | 2 + libc/nt/user32/VRipOutput.s | 2 - libc/nt/user32/VTagOutput.S | 2 + libc/nt/user32/VTagOutput.s | 2 - libc/nt/user32/ValidateRect.S | 2 + libc/nt/user32/ValidateRect.s | 2 - libc/nt/user32/ValidateRgn.S | 2 + libc/nt/user32/ValidateRgn.s | 2 - libc/nt/user32/VkKeyScanExW.S | 2 + libc/nt/user32/VkKeyScanExW.s | 2 - libc/nt/user32/VkKeyScanW.S | 2 + libc/nt/user32/VkKeyScanW.s | 2 - libc/nt/user32/WCSToMBEx.S | 2 + libc/nt/user32/WCSToMBEx.s | 2 - libc/nt/user32/WINNLSEnableIME.S | 2 + libc/nt/user32/WINNLSEnableIME.s | 2 - libc/nt/user32/WINNLSGetEnableStatus.S | 2 + libc/nt/user32/WINNLSGetEnableStatus.s | 2 - libc/nt/user32/WINNLSGetIMEHotkey.S | 2 + libc/nt/user32/WINNLSGetIMEHotkey.s | 2 - libc/nt/user32/WaitForInputIdle.S | 14 + libc/nt/user32/WaitForInputIdle.s | 12 - .../user32/WaitForRedirectionStartComplete.S | 2 + .../user32/WaitForRedirectionStartComplete.s | 2 - libc/nt/user32/WaitMessage.S | 2 + libc/nt/user32/WaitMessage.s | 2 - libc/nt/user32/WinHelpW.S | 2 + libc/nt/user32/WinHelpW.s | 2 - libc/nt/user32/WindowFromDC.S | 2 + libc/nt/user32/WindowFromDC.s | 2 - libc/nt/user32/WindowFromPhysicalPoint.S | 2 + libc/nt/user32/WindowFromPhysicalPoint.s | 2 - libc/nt/user32/WindowFromPoint.S | 2 + libc/nt/user32/WindowFromPoint.s | 2 - libc/nt/ws2_32/FreeAddrInfoExW.S | 17 + libc/nt/ws2_32/FreeAddrInfoExW.s | 15 - libc/nt/ws2_32/FreeAddrInfoW.S | 17 + libc/nt/ws2_32/FreeAddrInfoW.s | 15 - libc/nt/ws2_32/GetAddrInfoExCancel.S | 17 + libc/nt/ws2_32/GetAddrInfoExCancel.s | 15 - .../nt/ws2_32/GetAddrInfoExOverlappedResult.S | 17 + .../nt/ws2_32/GetAddrInfoExOverlappedResult.s | 15 - libc/nt/ws2_32/GetAddrInfoExW.S | 14 + libc/nt/ws2_32/GetAddrInfoExW.s | 12 - libc/nt/ws2_32/GetAddrInfoW.S | 14 + libc/nt/ws2_32/GetAddrInfoW.s | 12 - libc/nt/ws2_32/GetHostNameW.S | 14 + libc/nt/ws2_32/GetHostNameW.s | 12 - libc/nt/ws2_32/GetNameInfoW.S | 14 + libc/nt/ws2_32/GetNameInfoW.s | 12 - libc/nt/ws2_32/SetAddrInfoExW.S | 14 + libc/nt/ws2_32/SetAddrInfoExW.s | 12 - libc/nt/ws2_32/WSAAccept.S | 14 + libc/nt/ws2_32/WSAAccept.s | 12 - libc/nt/ws2_32/WSAAddressToStringW.S | 14 + libc/nt/ws2_32/WSAAddressToStringW.s | 12 - libc/nt/ws2_32/WSAAsyncGetHostByAddr.S | 14 + libc/nt/ws2_32/WSAAsyncGetHostByAddr.s | 12 - libc/nt/ws2_32/WSAAsyncGetHostByName.S | 14 + libc/nt/ws2_32/WSAAsyncGetHostByName.s | 12 - libc/nt/ws2_32/WSAAsyncGetProtoByName.S | 14 + libc/nt/ws2_32/WSAAsyncGetProtoByName.s | 12 - libc/nt/ws2_32/WSAAsyncGetProtoByNumber.S | 14 + libc/nt/ws2_32/WSAAsyncGetProtoByNumber.s | 12 - libc/nt/ws2_32/WSAAsyncGetServByName.S | 2 + libc/nt/ws2_32/WSAAsyncGetServByName.s | 2 - libc/nt/ws2_32/WSAAsyncGetServByPort.S | 2 + libc/nt/ws2_32/WSAAsyncGetServByPort.s | 2 - libc/nt/ws2_32/WSAAsyncSelect.S | 2 + libc/nt/ws2_32/WSAAsyncSelect.s | 2 - libc/nt/ws2_32/WSACancelAsyncRequest.S | 2 + libc/nt/ws2_32/WSACancelAsyncRequest.s | 2 - libc/nt/ws2_32/WSACancelBlockingCall.S | 2 + libc/nt/ws2_32/WSACancelBlockingCall.s | 2 - libc/nt/ws2_32/WSACleanup.S | 16 + libc/nt/ws2_32/WSACleanup.s | 14 - libc/nt/ws2_32/WSACloseEvent.S | 17 + libc/nt/ws2_32/WSACloseEvent.s | 15 - libc/nt/ws2_32/WSAConnect.S | 14 + libc/nt/ws2_32/WSAConnect.s | 12 - libc/nt/ws2_32/WSAConnectByList.S | 14 + libc/nt/ws2_32/WSAConnectByList.s | 12 - libc/nt/ws2_32/WSAConnectByNameW.S | 14 + libc/nt/ws2_32/WSAConnectByNameW.s | 12 - libc/nt/ws2_32/WSACreateEvent.S | 16 + libc/nt/ws2_32/WSACreateEvent.s | 14 - libc/nt/ws2_32/WSADuplicateSocketW.S | 14 + libc/nt/ws2_32/WSADuplicateSocketW.s | 12 - libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.S | 14 + libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.s | 12 - libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.S | 14 + libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.s | 12 - libc/nt/ws2_32/WSAEnumNetworkEvents.S | 14 + libc/nt/ws2_32/WSAEnumNetworkEvents.s | 12 - libc/nt/ws2_32/WSAEnumProtocolsW.S | 14 + libc/nt/ws2_32/WSAEnumProtocolsW.s | 12 - libc/nt/ws2_32/WSAEventSelect.S | 14 + libc/nt/ws2_32/WSAEventSelect.s | 12 - libc/nt/ws2_32/WSAGetLastError.S | 16 + libc/nt/ws2_32/WSAGetLastError.s | 14 - libc/nt/ws2_32/WSAGetOverlappedResult.S | 14 + libc/nt/ws2_32/WSAGetOverlappedResult.s | 12 - libc/nt/ws2_32/WSAGetQOSByName.S | 14 + libc/nt/ws2_32/WSAGetQOSByName.s | 12 - libc/nt/ws2_32/WSAGetServiceClassInfoW.S | 14 + libc/nt/ws2_32/WSAGetServiceClassInfoW.s | 12 - .../ws2_32/WSAGetServiceClassNameByClassIdW.S | 14 + .../ws2_32/WSAGetServiceClassNameByClassIdW.s | 12 - libc/nt/ws2_32/WSAInstallServiceClassW.S | 17 + libc/nt/ws2_32/WSAInstallServiceClassW.s | 15 - libc/nt/ws2_32/WSAIoctl.S | 14 + libc/nt/ws2_32/WSAIoctl.s | 12 - libc/nt/ws2_32/WSAJoinLeaf.S | 14 + libc/nt/ws2_32/WSAJoinLeaf.s | 12 - libc/nt/ws2_32/WSALookupServiceBeginW.S | 14 + libc/nt/ws2_32/WSALookupServiceBeginW.s | 12 - libc/nt/ws2_32/WSALookupServiceEnd.S | 17 + libc/nt/ws2_32/WSALookupServiceEnd.s | 15 - libc/nt/ws2_32/WSALookupServiceNextW.S | 14 + libc/nt/ws2_32/WSALookupServiceNextW.s | 12 - libc/nt/ws2_32/WSANSPIoctl.S | 14 + libc/nt/ws2_32/WSANSPIoctl.s | 12 - libc/nt/ws2_32/WSAPoll.S | 14 + libc/nt/ws2_32/WSAPoll.s | 12 - libc/nt/ws2_32/WSAProviderCompleteAsyncCall.S | 2 + libc/nt/ws2_32/WSAProviderCompleteAsyncCall.s | 2 - libc/nt/ws2_32/WSAProviderConfigChange.S | 14 + libc/nt/ws2_32/WSAProviderConfigChange.s | 12 - libc/nt/ws2_32/WSARecv.S | 14 + libc/nt/ws2_32/WSARecv.s | 12 - libc/nt/ws2_32/WSARecvDisconnect.S | 14 + libc/nt/ws2_32/WSARecvDisconnect.s | 12 - libc/nt/ws2_32/WSARecvFrom.S | 14 + libc/nt/ws2_32/WSARecvFrom.s | 12 - libc/nt/ws2_32/WSARemoveServiceClass.S | 17 + libc/nt/ws2_32/WSARemoveServiceClass.s | 15 - libc/nt/ws2_32/WSAResetEvent.S | 17 + libc/nt/ws2_32/WSAResetEvent.s | 15 - libc/nt/ws2_32/WSASend.S | 14 + libc/nt/ws2_32/WSASend.s | 12 - libc/nt/ws2_32/WSASendDisconnect.S | 14 + libc/nt/ws2_32/WSASendDisconnect.s | 12 - libc/nt/ws2_32/WSASendMsg.S | 14 + libc/nt/ws2_32/WSASendMsg.s | 12 - libc/nt/ws2_32/WSASendTo.S | 14 + libc/nt/ws2_32/WSASendTo.s | 12 - libc/nt/ws2_32/WSASetBlockingHook.S | 2 + libc/nt/ws2_32/WSASetBlockingHook.s | 2 - libc/nt/ws2_32/WSASetEvent.S | 17 + libc/nt/ws2_32/WSASetEvent.s | 15 - libc/nt/ws2_32/WSASetLastError.S | 17 + libc/nt/ws2_32/WSASetLastError.s | 15 - libc/nt/ws2_32/WSASetServiceW.S | 14 + libc/nt/ws2_32/WSASetServiceW.s | 12 - libc/nt/ws2_32/WSASocketW.S | 14 + libc/nt/ws2_32/WSASocketW.s | 12 - libc/nt/ws2_32/WSAStartup.S | 14 + libc/nt/ws2_32/WSAStartup.s | 12 - libc/nt/ws2_32/WSAStringToAddressW.S | 2 + libc/nt/ws2_32/WSAStringToAddressW.s | 2 - libc/nt/ws2_32/WSAUnadvertiseProvider.S | 2 + libc/nt/ws2_32/WSAUnadvertiseProvider.s | 2 - libc/nt/ws2_32/WSAUnhookBlockingHook.S | 2 + libc/nt/ws2_32/WSAUnhookBlockingHook.s | 2 - libc/nt/ws2_32/WSAWaitForMultipleEvents.S | 14 + libc/nt/ws2_32/WSAWaitForMultipleEvents.s | 12 - libc/nt/ws2_32/WSApSetPostRoutine.S | 2 + libc/nt/ws2_32/WSApSetPostRoutine.s | 2 - libc/nt/ws2_32/WSCDeinstallProvider.S | 2 + libc/nt/ws2_32/WSCDeinstallProvider.s | 2 - libc/nt/ws2_32/WSCDeinstallProvider32.S | 2 + libc/nt/ws2_32/WSCDeinstallProvider32.s | 2 - libc/nt/ws2_32/WSCDeinstallProviderEx.S | 2 + libc/nt/ws2_32/WSCDeinstallProviderEx.s | 2 - libc/nt/ws2_32/WSCEnableNSProvider.S | 2 + libc/nt/ws2_32/WSCEnableNSProvider.s | 2 - libc/nt/ws2_32/WSCEnableNSProvider32.S | 2 + libc/nt/ws2_32/WSCEnableNSProvider32.s | 2 - libc/nt/ws2_32/WSCEnumNameSpaceProviders32.S | 2 + libc/nt/ws2_32/WSCEnumNameSpaceProviders32.s | 2 - .../nt/ws2_32/WSCEnumNameSpaceProvidersEx32.S | 2 + .../nt/ws2_32/WSCEnumNameSpaceProvidersEx32.s | 2 - libc/nt/ws2_32/WSCEnumProtocols.S | 2 + libc/nt/ws2_32/WSCEnumProtocols.s | 2 - libc/nt/ws2_32/WSCEnumProtocols32.S | 2 + libc/nt/ws2_32/WSCEnumProtocols32.s | 2 - libc/nt/ws2_32/WSCEnumProtocolsEx.S | 2 + libc/nt/ws2_32/WSCEnumProtocolsEx.s | 2 - libc/nt/ws2_32/WSCGetApplicationCategory.S | 2 + libc/nt/ws2_32/WSCGetApplicationCategory.s | 2 - libc/nt/ws2_32/WSCGetApplicationCategoryEx.S | 2 + libc/nt/ws2_32/WSCGetApplicationCategoryEx.s | 2 - libc/nt/ws2_32/WSCGetProviderInfo.S | 2 + libc/nt/ws2_32/WSCGetProviderInfo.s | 2 - libc/nt/ws2_32/WSCGetProviderInfo32.S | 2 + libc/nt/ws2_32/WSCGetProviderInfo32.s | 2 - libc/nt/ws2_32/WSCGetProviderPath.S | 2 + libc/nt/ws2_32/WSCGetProviderPath.s | 2 - libc/nt/ws2_32/WSCGetProviderPath32.S | 2 + libc/nt/ws2_32/WSCGetProviderPath32.s | 2 - libc/nt/ws2_32/WSCInstallNameSpace.S | 2 + libc/nt/ws2_32/WSCInstallNameSpace.s | 2 - libc/nt/ws2_32/WSCInstallNameSpace32.S | 2 + libc/nt/ws2_32/WSCInstallNameSpace32.s | 2 - libc/nt/ws2_32/WSCInstallNameSpaceEx.S | 2 + libc/nt/ws2_32/WSCInstallNameSpaceEx.s | 2 - libc/nt/ws2_32/WSCInstallNameSpaceEx2.S | 2 + libc/nt/ws2_32/WSCInstallNameSpaceEx2.s | 2 - libc/nt/ws2_32/WSCInstallNameSpaceEx32.S | 2 + libc/nt/ws2_32/WSCInstallNameSpaceEx32.s | 2 - libc/nt/ws2_32/WSCInstallProvider.S | 2 + libc/nt/ws2_32/WSCInstallProvider.s | 2 - libc/nt/ws2_32/WSCInstallProvider64_32.S | 2 + libc/nt/ws2_32/WSCInstallProvider64_32.s | 2 - .../ws2_32/WSCInstallProviderAndChains64_32.S | 2 + .../ws2_32/WSCInstallProviderAndChains64_32.s | 2 - libc/nt/ws2_32/WSCInstallProviderEx.S | 2 + libc/nt/ws2_32/WSCInstallProviderEx.s | 2 - libc/nt/ws2_32/WSCSetApplicationCategory.S | 2 + libc/nt/ws2_32/WSCSetApplicationCategory.s | 2 - libc/nt/ws2_32/WSCSetApplicationCategoryEx.S | 2 + libc/nt/ws2_32/WSCSetApplicationCategoryEx.s | 2 - libc/nt/ws2_32/WSCSetProviderInfo.S | 2 + libc/nt/ws2_32/WSCSetProviderInfo.s | 2 - libc/nt/ws2_32/WSCSetProviderInfo32.S | 2 + libc/nt/ws2_32/WSCSetProviderInfo32.s | 2 - libc/nt/ws2_32/WSCUnInstallNameSpace.S | 2 + libc/nt/ws2_32/WSCUnInstallNameSpace.s | 2 - libc/nt/ws2_32/WSCUnInstallNameSpace32.S | 2 + libc/nt/ws2_32/WSCUnInstallNameSpace32.s | 2 - libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.S | 2 + libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.s | 2 - libc/nt/ws2_32/WSCUpdateProvider.S | 2 + libc/nt/ws2_32/WSCUpdateProvider.s | 2 - libc/nt/ws2_32/WSCUpdateProvider32.S | 2 + libc/nt/ws2_32/WSCUpdateProvider32.s | 2 - libc/nt/ws2_32/WSCUpdateProviderEx.S | 2 + libc/nt/ws2_32/WSCUpdateProviderEx.s | 2 - libc/nt/ws2_32/WSCWriteNameSpaceOrder.S | 2 + libc/nt/ws2_32/WSCWriteNameSpaceOrder.s | 2 - libc/nt/ws2_32/WSCWriteNameSpaceOrder32.S | 2 + libc/nt/ws2_32/WSCWriteNameSpaceOrder32.s | 2 - libc/nt/ws2_32/WSCWriteProviderOrder.S | 2 + libc/nt/ws2_32/WSCWriteProviderOrder.s | 2 - libc/nt/ws2_32/WSCWriteProviderOrder32.S | 2 + libc/nt/ws2_32/WSCWriteProviderOrder32.s | 2 - libc/nt/ws2_32/WSCWriteProviderOrderEx.S | 2 + libc/nt/ws2_32/WSCWriteProviderOrderEx.s | 2 - libc/nt/ws2_32/accept.S | 14 + libc/nt/ws2_32/accept.s | 12 - libc/nt/ws2_32/bind.S | 14 + libc/nt/ws2_32/bind.s | 12 - libc/nt/ws2_32/closesocket.S | 17 + libc/nt/ws2_32/closesocket.s | 15 - libc/nt/ws2_32/connect.S | 2 + libc/nt/ws2_32/connect.s | 2 - libc/nt/ws2_32/freeaddrinfo.S | 2 + libc/nt/ws2_32/freeaddrinfo.s | 2 - libc/nt/ws2_32/getaddrinfo.S | 2 + libc/nt/ws2_32/getaddrinfo.s | 2 - libc/nt/ws2_32/gethostbyaddr.S | 2 + libc/nt/ws2_32/gethostbyaddr.s | 2 - libc/nt/ws2_32/gethostbyname.S | 2 + libc/nt/ws2_32/gethostbyname.s | 2 - libc/nt/ws2_32/gethostname.S | 2 + libc/nt/ws2_32/gethostname.s | 2 - libc/nt/ws2_32/getnameinfo.S | 2 + libc/nt/ws2_32/getnameinfo.s | 2 - libc/nt/ws2_32/getpeername.S | 14 + libc/nt/ws2_32/getpeername.s | 12 - libc/nt/ws2_32/getprotobyname.S | 2 + libc/nt/ws2_32/getprotobyname.s | 2 - libc/nt/ws2_32/getprotobynumber.S | 2 + libc/nt/ws2_32/getprotobynumber.s | 2 - libc/nt/ws2_32/getservbyname.S | 2 + libc/nt/ws2_32/getservbyname.s | 2 - libc/nt/ws2_32/getservbyport.S | 2 + libc/nt/ws2_32/getservbyport.s | 2 - libc/nt/ws2_32/getsockname.S | 14 + libc/nt/ws2_32/getsockname.s | 12 - libc/nt/ws2_32/getsockopt.S | 14 + libc/nt/ws2_32/getsockopt.s | 12 - libc/nt/ws2_32/ioctlsocket.S | 14 + libc/nt/ws2_32/ioctlsocket.s | 12 - libc/nt/ws2_32/listen.S | 14 + libc/nt/ws2_32/listen.s | 12 - libc/nt/ws2_32/recv.S | 14 + libc/nt/ws2_32/recv.s | 12 - libc/nt/ws2_32/recvfrom.S | 14 + libc/nt/ws2_32/recvfrom.s | 12 - libc/nt/ws2_32/select.S | 14 + libc/nt/ws2_32/select.s | 12 - libc/nt/ws2_32/send.S | 14 + libc/nt/ws2_32/send.s | 12 - libc/nt/ws2_32/sendto.S | 14 + libc/nt/ws2_32/sendto.s | 12 - libc/nt/ws2_32/setsockopt.S | 14 + libc/nt/ws2_32/setsockopt.s | 12 - libc/nt/ws2_32/shutdown.S | 14 + libc/nt/ws2_32/shutdown.s | 12 - libc/nt/ws2_32/socket.S | 14 + libc/nt/ws2_32/socket.s | 12 - libc/runtime/cosmo.S | 2 +- libc/runtime/enable_tls.c | 2 + libc/runtime/fegetround.c | 32 - libc/runtime/fenv.h | 22 +- libc/runtime/fltrounds.c | 16 +- libc/runtime/free_s.c | 5 +- libc/runtime/init.S | 4 +- libc/runtime/morph.greg.c | 45 ++ libc/runtime/morph_tls.c | 2 + libc/runtime/runtime.mk | 2 +- libc/runtime/set_tls.c | 4 + libc/runtime/stack.h | 4 + libc/stdio/g_rando.S | 2 +- libc/str/keastasianwidth.S | 2 +- libc/stubs/stackguard.S | 2 +- libc/stubs/typeinfo.S | 2 +- libc/sysv/consts/ABORTED_COMMAND.S | 2 + libc/sysv/consts/ABORTED_COMMAND.s | 2 - libc/sysv/consts/ACCT_BYTEORDER.S | 2 + libc/sysv/consts/ACCT_BYTEORDER.s | 2 - libc/sysv/consts/ACCT_COMM.S | 2 + libc/sysv/consts/ACCT_COMM.s | 2 - libc/sysv/consts/ACK.S | 2 + libc/sysv/consts/ACK.s | 2 - libc/sysv/consts/ACORE.S | 2 + libc/sysv/consts/ACORE.s | 2 - libc/sysv/consts/AFORK.S | 2 + libc/sysv/consts/AFORK.s | 2 - libc/sysv/consts/AF_ALG.S | 2 + libc/sysv/consts/AF_ALG.s | 2 - libc/sysv/consts/AF_APPLETALK.S | 2 + libc/sysv/consts/AF_APPLETALK.s | 2 - libc/sysv/consts/AF_ASH.S | 2 + libc/sysv/consts/AF_ASH.s | 2 - libc/sysv/consts/AF_ATMPVC.S | 2 + libc/sysv/consts/AF_ATMPVC.s | 2 - libc/sysv/consts/AF_ATMSVC.S | 2 + libc/sysv/consts/AF_ATMSVC.s | 2 - libc/sysv/consts/AF_AX25.S | 2 + libc/sysv/consts/AF_AX25.s | 2 - libc/sysv/consts/AF_BLUETOOTH.S | 2 + libc/sysv/consts/AF_BLUETOOTH.s | 2 - libc/sysv/consts/AF_BRIDGE.S | 2 + libc/sysv/consts/AF_BRIDGE.s | 2 - libc/sysv/consts/AF_CAIF.S | 2 + libc/sysv/consts/AF_CAIF.s | 2 - libc/sysv/consts/AF_CAN.S | 2 + libc/sysv/consts/AF_CAN.s | 2 - libc/sysv/consts/AF_ECONET.S | 2 + libc/sysv/consts/AF_ECONET.s | 2 - libc/sysv/consts/AF_FILE.S | 2 + libc/sysv/consts/AF_FILE.s | 2 - libc/sysv/consts/AF_IB.S | 2 + libc/sysv/consts/AF_IB.s | 2 - libc/sysv/consts/AF_IEEE802154.S | 2 + libc/sysv/consts/AF_IEEE802154.s | 2 - libc/sysv/consts/AF_INET.S | 2 + libc/sysv/consts/AF_INET.s | 2 - libc/sysv/consts/AF_INET6.S | 2 + libc/sysv/consts/AF_INET6.s | 2 - libc/sysv/consts/AF_IPX.S | 2 + libc/sysv/consts/AF_IPX.s | 2 - libc/sysv/consts/AF_IRDA.S | 2 + libc/sysv/consts/AF_IRDA.s | 2 - libc/sysv/consts/AF_ISDN.S | 2 + libc/sysv/consts/AF_ISDN.s | 2 - libc/sysv/consts/AF_IUCV.S | 2 + libc/sysv/consts/AF_IUCV.s | 2 - libc/sysv/consts/AF_KCM.S | 2 + libc/sysv/consts/AF_KCM.s | 2 - libc/sysv/consts/AF_KEY.S | 2 + libc/sysv/consts/AF_KEY.s | 2 - libc/sysv/consts/AF_LINK.S | 2 + libc/sysv/consts/AF_LINK.s | 2 - libc/sysv/consts/AF_LLC.S | 2 + libc/sysv/consts/AF_LLC.s | 2 - libc/sysv/consts/AF_LOCAL.S | 2 + libc/sysv/consts/AF_LOCAL.s | 2 - libc/sysv/consts/AF_MAX.S | 2 + libc/sysv/consts/AF_MAX.s | 2 - libc/sysv/consts/AF_MPLS.S | 2 + libc/sysv/consts/AF_MPLS.s | 2 - libc/sysv/consts/AF_NETBEUI.S | 2 + libc/sysv/consts/AF_NETBEUI.s | 2 - libc/sysv/consts/AF_NETLINK.S | 2 + libc/sysv/consts/AF_NETLINK.s | 2 - libc/sysv/consts/AF_NETROM.S | 2 + libc/sysv/consts/AF_NETROM.s | 2 - libc/sysv/consts/AF_NFC.S | 2 + libc/sysv/consts/AF_NFC.s | 2 - libc/sysv/consts/AF_PACKET.S | 2 + libc/sysv/consts/AF_PACKET.s | 2 - libc/sysv/consts/AF_PHONET.S | 2 + libc/sysv/consts/AF_PHONET.s | 2 - libc/sysv/consts/AF_PPPOX.S | 2 + libc/sysv/consts/AF_PPPOX.s | 2 - libc/sysv/consts/AF_RDS.S | 2 + libc/sysv/consts/AF_RDS.s | 2 - libc/sysv/consts/AF_ROSE.S | 2 + libc/sysv/consts/AF_ROSE.s | 2 - libc/sysv/consts/AF_ROUTE.S | 2 + libc/sysv/consts/AF_ROUTE.s | 2 - libc/sysv/consts/AF_RXRPC.S | 2 + libc/sysv/consts/AF_RXRPC.s | 2 - libc/sysv/consts/AF_SECURITY.S | 2 + libc/sysv/consts/AF_SECURITY.s | 2 - libc/sysv/consts/AF_SNA.S | 2 + libc/sysv/consts/AF_SNA.s | 2 - libc/sysv/consts/AF_TIPC.S | 2 + libc/sysv/consts/AF_TIPC.s | 2 - libc/sysv/consts/AF_UNIX.S | 2 + libc/sysv/consts/AF_UNIX.s | 2 - libc/sysv/consts/AF_UNSPEC.S | 2 + libc/sysv/consts/AF_UNSPEC.s | 2 - libc/sysv/consts/AF_VSOCK.S | 2 + libc/sysv/consts/AF_VSOCK.s | 2 - libc/sysv/consts/AF_WANPIPE.S | 2 + libc/sysv/consts/AF_WANPIPE.s | 2 - libc/sysv/consts/AF_X25.S | 2 + libc/sysv/consts/AF_X25.s | 2 - libc/sysv/consts/AIO_ALLDONE.S | 2 + libc/sysv/consts/AIO_ALLDONE.s | 2 - libc/sysv/consts/AIO_CANCELED.S | 2 + libc/sysv/consts/AIO_CANCELED.s | 2 - libc/sysv/consts/AIO_NOTCANCELED.S | 2 + libc/sysv/consts/AIO_NOTCANCELED.s | 2 - libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.S | 2 + libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.s | 2 - libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.S | 2 + libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.s | 2 - libc/sysv/consts/ALG_SET_DRBG_ENTROPY.S | 2 + libc/sysv/consts/ALG_SET_DRBG_ENTROPY.s | 2 - libc/sysv/consts/ALG_SET_IV.S | 2 + libc/sysv/consts/ALG_SET_IV.s | 2 - libc/sysv/consts/ALG_SET_KEY.S | 2 + libc/sysv/consts/ALG_SET_KEY.s | 2 - libc/sysv/consts/ALG_SET_OP.S | 2 + libc/sysv/consts/ALG_SET_OP.s | 2 - libc/sysv/consts/AREGTYPE.S | 2 + libc/sysv/consts/AREGTYPE.s | 2 - libc/sysv/consts/AT_BASE.S | 2 + libc/sysv/consts/AT_BASE.s | 2 - libc/sysv/consts/AT_BASE_PLATFORM.S | 2 + libc/sysv/consts/AT_BASE_PLATFORM.s | 2 - libc/sysv/consts/AT_CANARY.S | 2 + libc/sysv/consts/AT_CANARY.s | 2 - libc/sysv/consts/AT_CANARYLEN.S | 2 + libc/sysv/consts/AT_CANARYLEN.s | 2 - libc/sysv/consts/AT_CLKTCK.S | 2 + libc/sysv/consts/AT_CLKTCK.s | 2 - libc/sysv/consts/AT_DCACHEBSIZE.S | 2 + libc/sysv/consts/AT_DCACHEBSIZE.s | 2 - libc/sysv/consts/AT_EACCESS.S | 2 + libc/sysv/consts/AT_EACCESS.s | 2 - libc/sysv/consts/AT_EGID.S | 2 + libc/sysv/consts/AT_EGID.s | 2 - libc/sysv/consts/AT_EHDRFLAGS.S | 2 + libc/sysv/consts/AT_EHDRFLAGS.s | 2 - libc/sysv/consts/AT_EMPTY_PATH.S | 2 + libc/sysv/consts/AT_EMPTY_PATH.s | 2 - libc/sysv/consts/AT_ENTRY.S | 2 + libc/sysv/consts/AT_ENTRY.s | 2 - libc/sysv/consts/AT_EUID.S | 2 + libc/sysv/consts/AT_EUID.s | 2 - libc/sysv/consts/AT_EXECFD.S | 2 + libc/sysv/consts/AT_EXECFD.s | 2 - libc/sysv/consts/AT_EXECFN.S | 2 + libc/sysv/consts/AT_EXECFN.s | 2 - libc/sysv/consts/AT_EXECPATH.S | 2 + libc/sysv/consts/AT_EXECPATH.s | 2 - libc/sysv/consts/AT_FDCWD.S | 2 + libc/sysv/consts/AT_FDCWD.s | 2 - libc/sysv/consts/AT_FLAGS.S | 2 + libc/sysv/consts/AT_FLAGS.s | 2 - libc/sysv/consts/AT_GID.S | 2 + libc/sysv/consts/AT_GID.s | 2 - libc/sysv/consts/AT_HWCAP.S | 2 + libc/sysv/consts/AT_HWCAP.s | 2 - libc/sysv/consts/AT_HWCAP2.S | 2 + libc/sysv/consts/AT_HWCAP2.s | 2 - libc/sysv/consts/AT_ICACHEBSIZE.S | 2 + libc/sysv/consts/AT_ICACHEBSIZE.s | 2 - libc/sysv/consts/AT_MINSIGSTKSZ.S | 2 + libc/sysv/consts/AT_MINSIGSTKSZ.s | 2 - libc/sysv/consts/AT_NCPUS.S | 2 + libc/sysv/consts/AT_NCPUS.s | 2 - libc/sysv/consts/AT_NOTELF.S | 2 + libc/sysv/consts/AT_NOTELF.s | 2 - libc/sysv/consts/AT_NO_AUTOMOUNT.S | 2 + libc/sysv/consts/AT_NO_AUTOMOUNT.s | 2 - libc/sysv/consts/AT_OSRELDATE.S | 2 + libc/sysv/consts/AT_OSRELDATE.s | 2 - libc/sysv/consts/AT_PAGESIZES.S | 2 + libc/sysv/consts/AT_PAGESIZES.s | 2 - libc/sysv/consts/AT_PAGESIZESLEN.S | 2 + libc/sysv/consts/AT_PAGESIZESLEN.s | 2 - libc/sysv/consts/AT_PAGESZ.S | 2 + libc/sysv/consts/AT_PAGESZ.s | 2 - libc/sysv/consts/AT_PHDR.S | 2 + libc/sysv/consts/AT_PHDR.s | 2 - libc/sysv/consts/AT_PHENT.S | 2 + libc/sysv/consts/AT_PHENT.s | 2 - libc/sysv/consts/AT_PHNUM.S | 2 + libc/sysv/consts/AT_PHNUM.s | 2 - libc/sysv/consts/AT_PLATFORM.S | 2 + libc/sysv/consts/AT_PLATFORM.s | 2 - libc/sysv/consts/AT_RANDOM.S | 2 + libc/sysv/consts/AT_RANDOM.s | 2 - libc/sysv/consts/AT_REMOVEDIR.S | 2 + libc/sysv/consts/AT_REMOVEDIR.s | 2 - libc/sysv/consts/AT_SECURE.S | 2 + libc/sysv/consts/AT_SECURE.s | 2 - libc/sysv/consts/AT_STACKBASE.S | 2 + libc/sysv/consts/AT_STACKBASE.s | 2 - libc/sysv/consts/AT_STACKPROT.S | 2 + libc/sysv/consts/AT_STACKPROT.s | 2 - libc/sysv/consts/AT_SYMLINK_FOLLOW.S | 2 + libc/sysv/consts/AT_SYMLINK_FOLLOW.s | 2 - libc/sysv/consts/AT_SYMLINK_NOFOLLOW.S | 2 + libc/sysv/consts/AT_SYMLINK_NOFOLLOW.s | 2 - libc/sysv/consts/AT_SYSINFO_EHDR.S | 2 + libc/sysv/consts/AT_SYSINFO_EHDR.s | 2 - libc/sysv/consts/AT_TIMEKEEP.S | 2 + libc/sysv/consts/AT_TIMEKEEP.s | 2 - libc/sysv/consts/AT_UCACHEBSIZE.S | 2 + libc/sysv/consts/AT_UCACHEBSIZE.s | 2 - libc/sysv/consts/AT_UID.S | 2 + libc/sysv/consts/AT_UID.s | 2 - libc/sysv/consts/B0.S | 2 + libc/sysv/consts/B0.s | 2 - libc/sysv/consts/B1000000.S | 2 + libc/sysv/consts/B1000000.s | 2 - libc/sysv/consts/B110.S | 2 + libc/sysv/consts/B110.s | 2 - libc/sysv/consts/B115200.S | 2 + libc/sysv/consts/B115200.s | 2 - libc/sysv/consts/B1152000.S | 2 + libc/sysv/consts/B1152000.s | 2 - libc/sysv/consts/B1200.S | 2 + libc/sysv/consts/B1200.s | 2 - libc/sysv/consts/B134.S | 2 + libc/sysv/consts/B134.s | 2 - libc/sysv/consts/B150.S | 2 + libc/sysv/consts/B150.s | 2 - libc/sysv/consts/B1500000.S | 2 + libc/sysv/consts/B1500000.s | 2 - libc/sysv/consts/B1800.S | 2 + libc/sysv/consts/B1800.s | 2 - libc/sysv/consts/B19200.S | 2 + libc/sysv/consts/B19200.s | 2 - libc/sysv/consts/B200.S | 2 + libc/sysv/consts/B200.s | 2 - libc/sysv/consts/B2000000.S | 2 + libc/sysv/consts/B2000000.s | 2 - libc/sysv/consts/B230400.S | 2 + libc/sysv/consts/B230400.s | 2 - libc/sysv/consts/B2400.S | 2 + libc/sysv/consts/B2400.s | 2 - libc/sysv/consts/B2500000.S | 2 + libc/sysv/consts/B2500000.s | 2 - libc/sysv/consts/B300.S | 2 + libc/sysv/consts/B300.s | 2 - libc/sysv/consts/B3000000.S | 2 + libc/sysv/consts/B3000000.s | 2 - libc/sysv/consts/B3500000.S | 2 + libc/sysv/consts/B3500000.s | 2 - libc/sysv/consts/B38400.S | 2 + libc/sysv/consts/B38400.s | 2 - libc/sysv/consts/B4000000.S | 2 + libc/sysv/consts/B4000000.s | 2 - libc/sysv/consts/B4800.S | 2 + libc/sysv/consts/B4800.s | 2 - libc/sysv/consts/B50.S | 2 + libc/sysv/consts/B50.s | 2 - libc/sysv/consts/B500000.S | 2 + libc/sysv/consts/B500000.s | 2 - libc/sysv/consts/B57600.S | 2 + libc/sysv/consts/B57600.s | 2 - libc/sysv/consts/B576000.S | 2 + libc/sysv/consts/B576000.s | 2 - libc/sysv/consts/B600.S | 2 + libc/sysv/consts/B600.s | 2 - libc/sysv/consts/B75.S | 2 + libc/sysv/consts/B75.s | 2 - libc/sysv/consts/B9600.S | 2 + libc/sysv/consts/B9600.s | 2 - libc/sysv/consts/BC_BASE_MAX.S | 2 + libc/sysv/consts/BC_BASE_MAX.s | 2 - libc/sysv/consts/BC_DIM_MAX.S | 2 + libc/sysv/consts/BC_DIM_MAX.s | 2 - libc/sysv/consts/BC_SCALE_MAX.S | 2 + libc/sysv/consts/BC_SCALE_MAX.s | 2 - libc/sysv/consts/BC_STRING_MAX.S | 2 + libc/sysv/consts/BC_STRING_MAX.s | 2 - libc/sysv/consts/BRKINT.S | 2 + libc/sysv/consts/BRKINT.s | 2 - libc/sysv/consts/BS0.S | 2 + libc/sysv/consts/BS0.s | 2 - libc/sysv/consts/BS1.S | 2 + libc/sysv/consts/BS1.s | 2 - libc/sysv/consts/BSDLY.S | 2 + libc/sysv/consts/BSDLY.s | 2 - libc/sysv/consts/BUSY.S | 2 + libc/sysv/consts/BUSY.s | 2 - libc/sysv/consts/BUS_ADRALN.S | 2 + libc/sysv/consts/BUS_ADRALN.s | 2 - libc/sysv/consts/BUS_ADRERR.S | 2 + libc/sysv/consts/BUS_ADRERR.s | 2 - libc/sysv/consts/BUS_MCEERR_AO.S | 2 + libc/sysv/consts/BUS_MCEERR_AO.s | 2 - libc/sysv/consts/BUS_MCEERR_AR.S | 2 + libc/sysv/consts/BUS_MCEERR_AR.s | 2 - libc/sysv/consts/BUS_OBJERR.S | 2 + libc/sysv/consts/BUS_OBJERR.s | 2 - libc/sysv/consts/BUS_OOMERR.S | 2 + libc/sysv/consts/BUS_OOMERR.s | 2 - libc/sysv/consts/CBAUD.S | 2 + libc/sysv/consts/CBAUD.s | 2 - libc/sysv/consts/CBAUDEX.S | 2 + libc/sysv/consts/CBAUDEX.s | 2 - libc/sysv/consts/CDISCARD.S | 2 + libc/sysv/consts/CDISCARD.s | 2 - libc/sysv/consts/CEOT.S | 2 + libc/sysv/consts/CEOT.s | 2 - libc/sysv/consts/CERASE.S | 2 + libc/sysv/consts/CERASE.s | 2 - libc/sysv/consts/CHRTYPE.S | 2 + libc/sysv/consts/CHRTYPE.s | 2 - libc/sysv/consts/CIBAUD.S | 2 + libc/sysv/consts/CIBAUD.s | 2 - libc/sysv/consts/CKILL.S | 2 + libc/sysv/consts/CKILL.s | 2 - libc/sysv/consts/CLD_CONTINUED.S | 2 + libc/sysv/consts/CLD_CONTINUED.s | 2 - libc/sysv/consts/CLD_DUMPED.S | 2 + libc/sysv/consts/CLD_DUMPED.s | 2 - libc/sysv/consts/CLD_EXITED.S | 2 + libc/sysv/consts/CLD_EXITED.s | 2 - libc/sysv/consts/CLD_KILLED.S | 2 + libc/sysv/consts/CLD_KILLED.s | 2 - libc/sysv/consts/CLD_STOPPED.S | 2 + libc/sysv/consts/CLD_STOPPED.s | 2 - libc/sysv/consts/CLD_TRAPPED.S | 2 + libc/sysv/consts/CLD_TRAPPED.s | 2 - libc/sysv/consts/CLNEXT.S | 2 + libc/sysv/consts/CLNEXT.s | 2 - libc/sysv/consts/CLOCAL.S | 2 + libc/sysv/consts/CLOCAL.s | 2 - libc/sysv/consts/CLOCK_BOOTTIME.S | 2 + libc/sysv/consts/CLOCK_BOOTTIME.s | 2 - libc/sysv/consts/CLOCK_BOOTTIME_ALARM.S | 2 + libc/sysv/consts/CLOCK_BOOTTIME_ALARM.s | 2 - libc/sysv/consts/CLOCK_MONOTONIC.S | 2 + libc/sysv/consts/CLOCK_MONOTONIC.s | 2 - libc/sysv/consts/CLOCK_MONOTONIC_COARSE.S | 2 + libc/sysv/consts/CLOCK_MONOTONIC_COARSE.s | 2 - libc/sysv/consts/CLOCK_MONOTONIC_FAST.S | 2 + libc/sysv/consts/CLOCK_MONOTONIC_FAST.s | 2 - libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.S | 2 + libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.s | 2 - libc/sysv/consts/CLOCK_MONOTONIC_RAW.S | 2 + libc/sysv/consts/CLOCK_MONOTONIC_RAW.s | 2 - libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.S | 2 + libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.s | 2 - libc/sysv/consts/CLOCK_PROF.S | 2 + libc/sysv/consts/CLOCK_PROF.s | 2 - libc/sysv/consts/CLOCK_REALTIME.S | 2 + libc/sysv/consts/CLOCK_REALTIME.s | 2 - libc/sysv/consts/CLOCK_REALTIME_ALARM.S | 2 + libc/sysv/consts/CLOCK_REALTIME_ALARM.s | 2 - libc/sysv/consts/CLOCK_REALTIME_COARSE.S | 2 + libc/sysv/consts/CLOCK_REALTIME_COARSE.s | 2 - libc/sysv/consts/CLOCK_REALTIME_FAST.S | 2 + libc/sysv/consts/CLOCK_REALTIME_FAST.s | 2 - libc/sysv/consts/CLOCK_REALTIME_PRECISE.S | 2 + libc/sysv/consts/CLOCK_REALTIME_PRECISE.s | 2 - libc/sysv/consts/CLOCK_SECOND.S | 2 + libc/sysv/consts/CLOCK_SECOND.s | 2 - libc/sysv/consts/CLOCK_TAI.S | 2 + libc/sysv/consts/CLOCK_TAI.s | 2 - libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.S | 2 + libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.s | 2 - libc/sysv/consts/CLOCK_UPTIME.S | 2 + libc/sysv/consts/CLOCK_UPTIME.s | 2 - libc/sysv/consts/CLOCK_UPTIME_FAST.S | 2 + libc/sysv/consts/CLOCK_UPTIME_FAST.s | 2 - libc/sysv/consts/CLOCK_UPTIME_PRECISE.S | 2 + libc/sysv/consts/CLOCK_UPTIME_PRECISE.s | 2 - libc/sysv/consts/CLONE_VM.S | 2 + libc/sysv/consts/CLONE_VM.s | 2 - libc/sysv/consts/CLOSE_RANGE_CLOEXEC.S | 2 + libc/sysv/consts/CLOSE_RANGE_CLOEXEC.s | 2 - libc/sysv/consts/CLOSE_RANGE_UNSHARE.S | 2 + libc/sysv/consts/CLOSE_RANGE_UNSHARE.s | 2 - libc/sysv/consts/CMIN.S | 2 + libc/sysv/consts/CMIN.s | 2 - libc/sysv/consts/CMSPAR.S | 2 + libc/sysv/consts/CMSPAR.s | 2 - libc/sysv/consts/COMMAND_COMPLETE.S | 2 + libc/sysv/consts/COMMAND_COMPLETE.s | 2 - libc/sysv/consts/COMMAND_TERMINATED.S | 2 + libc/sysv/consts/COMMAND_TERMINATED.s | 2 - libc/sysv/consts/COMPLETE.S | 2 + libc/sysv/consts/COMPLETE.s | 2 - libc/sysv/consts/CONTINUE.S | 2 + libc/sysv/consts/CONTINUE.s | 2 - libc/sysv/consts/CONTTYPE.S | 2 + libc/sysv/consts/CONTTYPE.s | 2 - libc/sysv/consts/COPY_ABORTED.S | 2 + libc/sysv/consts/COPY_ABORTED.s | 2 - libc/sysv/consts/COPY_VERIFY.S | 2 + libc/sysv/consts/COPY_VERIFY.s | 2 - libc/sysv/consts/CQUIT.S | 2 + libc/sysv/consts/CQUIT.s | 2 - libc/sysv/consts/CR0.S | 2 + libc/sysv/consts/CR0.s | 2 - libc/sysv/consts/CR1.S | 2 + libc/sysv/consts/CR1.s | 2 - libc/sysv/consts/CR2.S | 2 + libc/sysv/consts/CR2.s | 2 - libc/sysv/consts/CR3.S | 2 + libc/sysv/consts/CR3.s | 2 - libc/sysv/consts/CRDLY.S | 2 + libc/sysv/consts/CRDLY.s | 2 - libc/sysv/consts/CREAD.S | 2 + libc/sysv/consts/CREAD.s | 2 - libc/sysv/consts/CREPRINT.S | 2 + libc/sysv/consts/CREPRINT.s | 2 - libc/sysv/consts/CRPRNT.S | 2 + libc/sysv/consts/CRPRNT.s | 2 - libc/sysv/consts/CS5.S | 2 + libc/sysv/consts/CS5.s | 2 - libc/sysv/consts/CS6.S | 2 + libc/sysv/consts/CS6.s | 2 - libc/sysv/consts/CS7.S | 2 + libc/sysv/consts/CS7.s | 2 - libc/sysv/consts/CS8.S | 2 + libc/sysv/consts/CS8.s | 2 - libc/sysv/consts/CSIZE.S | 2 + libc/sysv/consts/CSIZE.s | 2 - libc/sysv/consts/CSTART.S | 2 + libc/sysv/consts/CSTART.s | 2 - libc/sysv/consts/CSTOP.S | 2 + libc/sysv/consts/CSTOP.s | 2 - libc/sysv/consts/CSTOPB.S | 2 + libc/sysv/consts/CSTOPB.s | 2 - libc/sysv/consts/CTIME.S | 2 + libc/sysv/consts/CTIME.s | 2 - libc/sysv/consts/DATA.S | 2 + libc/sysv/consts/DATA.s | 2 - libc/sysv/consts/DEV_BSIZE.S | 2 + libc/sysv/consts/DEV_BSIZE.s | 2 - libc/sysv/consts/DIRTYPE.S | 2 + libc/sysv/consts/DIRTYPE.s | 2 - libc/sysv/consts/DT_BLK.S | 2 + libc/sysv/consts/DT_BLK.s | 2 - libc/sysv/consts/DT_CHR.S | 2 + libc/sysv/consts/DT_CHR.s | 2 - libc/sysv/consts/DT_DIR.S | 2 + libc/sysv/consts/DT_DIR.s | 2 - libc/sysv/consts/DT_FIFO.S | 2 + libc/sysv/consts/DT_FIFO.s | 2 - libc/sysv/consts/DT_LNK.S | 2 + libc/sysv/consts/DT_LNK.s | 2 - libc/sysv/consts/DT_REG.S | 2 + libc/sysv/consts/DT_REG.s | 2 - libc/sysv/consts/DT_SOCK.S | 2 + libc/sysv/consts/DT_SOCK.s | 2 - libc/sysv/consts/DT_UNKNOWN.S | 2 + libc/sysv/consts/DT_UNKNOWN.s | 2 - libc/sysv/consts/D_FMT.S | 2 + libc/sysv/consts/D_FMT.s | 2 - libc/sysv/consts/D_T_FMT.S | 2 + libc/sysv/consts/D_T_FMT.s | 2 - libc/sysv/consts/E2BIG.S | 2 + libc/sysv/consts/E2BIG.s | 2 - libc/sysv/consts/EACCES.S | 3 + libc/sysv/consts/EACCES.s | 3 - libc/sysv/consts/EADDRINUSE.S | 3 + libc/sysv/consts/EADDRINUSE.s | 3 - libc/sysv/consts/EADDRNOTAVAIL.S | 3 + libc/sysv/consts/EADDRNOTAVAIL.s | 3 - libc/sysv/consts/EADV.S | 2 + libc/sysv/consts/EADV.s | 2 - libc/sysv/consts/EAFNOSUPPORT.S | 2 + libc/sysv/consts/EAFNOSUPPORT.s | 2 - libc/sysv/consts/EAGAIN.S | 3 + libc/sysv/consts/EAGAIN.s | 3 - libc/sysv/consts/EALREADY.S | 2 + libc/sysv/consts/EALREADY.s | 2 - libc/sysv/consts/EAUTH.S | 2 + libc/sysv/consts/EAUTH.s | 2 - libc/sysv/consts/EBADARCH.S | 2 + libc/sysv/consts/EBADARCH.s | 2 - libc/sysv/consts/EBADE.S | 2 + libc/sysv/consts/EBADE.s | 2 - libc/sysv/consts/EBADEXEC.S | 2 + libc/sysv/consts/EBADEXEC.s | 2 - libc/sysv/consts/EBADF.S | 3 + libc/sysv/consts/EBADF.s | 3 - libc/sysv/consts/EBADFD.S | 2 + libc/sysv/consts/EBADFD.s | 2 - libc/sysv/consts/EBADMACHO.S | 2 + libc/sysv/consts/EBADMACHO.s | 2 - libc/sysv/consts/EBADMSG.S | 2 + libc/sysv/consts/EBADMSG.s | 2 - libc/sysv/consts/EBADR.S | 2 + libc/sysv/consts/EBADR.s | 2 - libc/sysv/consts/EBADRPC.S | 2 + libc/sysv/consts/EBADRPC.s | 2 - libc/sysv/consts/EBADRQC.S | 2 + libc/sysv/consts/EBADRQC.s | 2 - libc/sysv/consts/EBADSLT.S | 2 + libc/sysv/consts/EBADSLT.s | 2 - libc/sysv/consts/EBUSY.S | 2 + libc/sysv/consts/EBUSY.s | 2 - libc/sysv/consts/ECANCELED.S | 2 + libc/sysv/consts/ECANCELED.s | 2 - libc/sysv/consts/ECHILD.S | 2 + libc/sysv/consts/ECHILD.s | 2 - libc/sysv/consts/ECHO.S | 2 + libc/sysv/consts/ECHO.s | 2 - libc/sysv/consts/ECHOCTL.S | 2 + libc/sysv/consts/ECHOCTL.s | 2 - libc/sysv/consts/ECHOE.S | 2 + libc/sysv/consts/ECHOE.s | 2 - libc/sysv/consts/ECHOK.S | 2 + libc/sysv/consts/ECHOK.s | 2 - libc/sysv/consts/ECHOKE.S | 2 + libc/sysv/consts/ECHOKE.s | 2 - libc/sysv/consts/ECHONL.S | 2 + libc/sysv/consts/ECHONL.s | 2 - libc/sysv/consts/ECHOPRT.S | 2 + libc/sysv/consts/ECHOPRT.s | 2 - libc/sysv/consts/ECHRNG.S | 2 + libc/sysv/consts/ECHRNG.s | 2 - libc/sysv/consts/ECOMM.S | 2 + libc/sysv/consts/ECOMM.s | 2 - libc/sysv/consts/ECONNABORTED.S | 3 + libc/sysv/consts/ECONNABORTED.s | 3 - libc/sysv/consts/ECONNREFUSED.S | 3 + libc/sysv/consts/ECONNREFUSED.s | 3 - libc/sysv/consts/ECONNRESET.S | 3 + libc/sysv/consts/ECONNRESET.s | 3 - libc/sysv/consts/EDEADLK.S | 2 + libc/sysv/consts/EDEADLK.s | 2 - libc/sysv/consts/EDESTADDRREQ.S | 2 + libc/sysv/consts/EDESTADDRREQ.s | 2 - libc/sysv/consts/EDEVERR.S | 2 + libc/sysv/consts/EDEVERR.s | 2 - libc/sysv/consts/EDOM.S | 2 + libc/sysv/consts/EDOM.s | 2 - libc/sysv/consts/EDOTDOT.S | 2 + libc/sysv/consts/EDOTDOT.s | 2 - libc/sysv/consts/EDQUOT.S | 3 + libc/sysv/consts/EDQUOT.s | 3 - libc/sysv/consts/EEXIST.S | 3 + libc/sysv/consts/EEXIST.s | 3 - libc/sysv/consts/EFAULT.S | 3 + libc/sysv/consts/EFAULT.s | 3 - libc/sysv/consts/EFBIG.S | 2 + libc/sysv/consts/EFBIG.s | 2 - libc/sysv/consts/EFD_CLOEXEC.S | 2 + libc/sysv/consts/EFD_CLOEXEC.s | 2 - libc/sysv/consts/EFD_NONBLOCK.S | 2 + libc/sysv/consts/EFD_NONBLOCK.s | 2 - libc/sysv/consts/EFD_SEMAPHORE.S | 2 + libc/sysv/consts/EFD_SEMAPHORE.s | 2 - libc/sysv/consts/EFTYPE.S | 2 + libc/sysv/consts/EFTYPE.s | 2 - libc/sysv/consts/EHOSTDOWN.S | 2 + libc/sysv/consts/EHOSTDOWN.s | 2 - libc/sysv/consts/EHOSTUNREACH.S | 3 + libc/sysv/consts/EHOSTUNREACH.s | 3 - libc/sysv/consts/EHWPOISON.S | 2 + libc/sysv/consts/EHWPOISON.s | 2 - libc/sysv/consts/EIDRM.S | 2 + libc/sysv/consts/EIDRM.s | 2 - libc/sysv/consts/EILSEQ.S | 2 + libc/sysv/consts/EILSEQ.s | 2 - libc/sysv/consts/EINPROGRESS.S | 3 + libc/sysv/consts/EINPROGRESS.s | 3 - libc/sysv/consts/EINTR.S | 3 + libc/sysv/consts/EINTR.s | 3 - libc/sysv/consts/EINVAL.S | 3 + libc/sysv/consts/EINVAL.s | 3 - libc/sysv/consts/EIO.S | 2 + libc/sysv/consts/EIO.s | 2 - libc/sysv/consts/EISCONN.S | 3 + libc/sysv/consts/EISCONN.s | 3 - libc/sysv/consts/EISDIR.S | 2 + libc/sysv/consts/EISDIR.s | 2 - libc/sysv/consts/EISNAM.S | 2 + libc/sysv/consts/EISNAM.s | 2 - libc/sysv/consts/EKEYEXPIRED.S | 2 + libc/sysv/consts/EKEYEXPIRED.s | 2 - libc/sysv/consts/EKEYREJECTED.S | 2 + libc/sysv/consts/EKEYREJECTED.s | 2 - libc/sysv/consts/EKEYREVOKED.S | 2 + libc/sysv/consts/EKEYREVOKED.s | 2 - libc/sysv/consts/EL2HLT.S | 2 + libc/sysv/consts/EL2HLT.s | 2 - libc/sysv/consts/EL2NSYNC.S | 2 + libc/sysv/consts/EL2NSYNC.s | 2 - libc/sysv/consts/EL3HLT.S | 2 + libc/sysv/consts/EL3HLT.s | 2 - libc/sysv/consts/EL3RST.S | 2 + libc/sysv/consts/EL3RST.s | 2 - libc/sysv/consts/ELF_NGREG.S | 2 + libc/sysv/consts/ELF_NGREG.s | 2 - libc/sysv/consts/ELF_PRARGSZ.S | 2 + libc/sysv/consts/ELF_PRARGSZ.s | 2 - libc/sysv/consts/ELIBACC.S | 2 + libc/sysv/consts/ELIBACC.s | 2 - libc/sysv/consts/ELIBBAD.S | 2 + libc/sysv/consts/ELIBBAD.s | 2 - libc/sysv/consts/ELIBEXEC.S | 2 + libc/sysv/consts/ELIBEXEC.s | 2 - libc/sysv/consts/ELIBMAX.S | 2 + libc/sysv/consts/ELIBMAX.s | 2 - libc/sysv/consts/ELIBSCN.S | 2 + libc/sysv/consts/ELIBSCN.s | 2 - libc/sysv/consts/ELNRNG.S | 2 + libc/sysv/consts/ELNRNG.s | 2 - libc/sysv/consts/ELOOP.S | 2 + libc/sysv/consts/ELOOP.s | 2 - libc/sysv/consts/EMEDIUMTYPE.S | 2 + libc/sysv/consts/EMEDIUMTYPE.s | 2 - libc/sysv/consts/EMFILE.S | 2 + libc/sysv/consts/EMFILE.s | 2 - libc/sysv/consts/EMLINK.S | 2 + libc/sysv/consts/EMLINK.s | 2 - libc/sysv/consts/EMPTY.S | 2 + libc/sysv/consts/EMPTY.s | 2 - libc/sysv/consts/EMSGSIZE.S | 3 + libc/sysv/consts/EMSGSIZE.s | 3 - libc/sysv/consts/EMULTIHOP.S | 2 + libc/sysv/consts/EMULTIHOP.s | 2 - libc/sysv/consts/EM_ALTERA_NIOS2.S | 2 + libc/sysv/consts/EM_ALTERA_NIOS2.s | 2 - libc/sysv/consts/EM_LATTICEMICO32.S | 2 + libc/sysv/consts/EM_LATTICEMICO32.s | 2 - libc/sysv/consts/ENAMETOOLONG.S | 3 + libc/sysv/consts/ENAMETOOLONG.s | 3 - libc/sysv/consts/ENAVAIL.S | 2 + libc/sysv/consts/ENAVAIL.s | 2 - libc/sysv/consts/ENDRUNDISC.S | 2 + libc/sysv/consts/ENDRUNDISC.s | 2 - libc/sysv/consts/ENEEDAUTH.S | 2 + libc/sysv/consts/ENEEDAUTH.s | 2 - libc/sysv/consts/ENETDOWN.S | 3 + libc/sysv/consts/ENETDOWN.s | 3 - libc/sysv/consts/ENETRESET.S | 2 + libc/sysv/consts/ENETRESET.s | 2 - libc/sysv/consts/ENETUNREACH.S | 3 + libc/sysv/consts/ENETUNREACH.s | 3 - libc/sysv/consts/ENFILE.S | 2 + libc/sysv/consts/ENFILE.s | 2 - libc/sysv/consts/ENOANO.S | 2 + libc/sysv/consts/ENOANO.s | 2 - libc/sysv/consts/ENOATTR.S | 2 + libc/sysv/consts/ENOATTR.s | 2 - libc/sysv/consts/ENOBUFS.S | 2 + libc/sysv/consts/ENOBUFS.s | 2 - libc/sysv/consts/ENOCSI.S | 2 + libc/sysv/consts/ENOCSI.s | 2 - libc/sysv/consts/ENODATA.S | 2 + libc/sysv/consts/ENODATA.s | 2 - libc/sysv/consts/ENODEV.S | 2 + libc/sysv/consts/ENODEV.s | 2 - libc/sysv/consts/ENOENT.S | 3 + libc/sysv/consts/ENOENT.s | 3 - libc/sysv/consts/ENOEXEC.S | 2 + libc/sysv/consts/ENOEXEC.s | 2 - libc/sysv/consts/ENOKEY.S | 2 + libc/sysv/consts/ENOKEY.s | 2 - libc/sysv/consts/ENOLCK.S | 2 + libc/sysv/consts/ENOLCK.s | 2 - libc/sysv/consts/ENOLINK.S | 2 + libc/sysv/consts/ENOLINK.s | 2 - libc/sysv/consts/ENOMEDIUM.S | 2 + libc/sysv/consts/ENOMEDIUM.s | 2 - libc/sysv/consts/ENOMEM.S | 3 + libc/sysv/consts/ENOMEM.s | 3 - libc/sysv/consts/ENOMSG.S | 2 + libc/sysv/consts/ENOMSG.s | 2 - libc/sysv/consts/ENONET.S | 2 + libc/sysv/consts/ENONET.s | 2 - libc/sysv/consts/ENOPKG.S | 2 + libc/sysv/consts/ENOPKG.s | 2 - libc/sysv/consts/ENOPOLICY.S | 2 + libc/sysv/consts/ENOPOLICY.s | 2 - libc/sysv/consts/ENOPROTOOPT.S | 2 + libc/sysv/consts/ENOPROTOOPT.s | 2 - libc/sysv/consts/ENOSPC.S | 2 + libc/sysv/consts/ENOSPC.s | 2 - libc/sysv/consts/ENOSR.S | 2 + libc/sysv/consts/ENOSR.s | 2 - libc/sysv/consts/ENOSTR.S | 2 + libc/sysv/consts/ENOSTR.s | 2 - libc/sysv/consts/ENOSYS.S | 3 + libc/sysv/consts/ENOSYS.s | 3 - libc/sysv/consts/ENOTBLK.S | 2 + libc/sysv/consts/ENOTBLK.s | 2 - libc/sysv/consts/ENOTCONN.S | 2 + libc/sysv/consts/ENOTCONN.s | 2 - libc/sysv/consts/ENOTDIR.S | 2 + libc/sysv/consts/ENOTDIR.s | 2 - libc/sysv/consts/ENOTEMPTY.S | 3 + libc/sysv/consts/ENOTEMPTY.s | 3 - libc/sysv/consts/ENOTNAM.S | 2 + libc/sysv/consts/ENOTNAM.s | 2 - libc/sysv/consts/ENOTRECOVERABLE.S | 2 + libc/sysv/consts/ENOTRECOVERABLE.s | 2 - libc/sysv/consts/ENOTSOCK.S | 2 + libc/sysv/consts/ENOTSOCK.s | 2 - libc/sysv/consts/ENOTSUP.S | 3 + libc/sysv/consts/ENOTSUP.s | 3 - libc/sysv/consts/ENOTTY.S | 2 + libc/sysv/consts/ENOTTY.s | 2 - libc/sysv/consts/ENOTUNIQ.S | 2 + libc/sysv/consts/ENOTUNIQ.s | 2 - libc/sysv/consts/ENXIO.S | 2 + libc/sysv/consts/ENXIO.s | 2 - libc/sysv/consts/EOPNOTSUPP.S | 2 + libc/sysv/consts/EOPNOTSUPP.s | 2 - libc/sysv/consts/EOVERFLOW.S | 2 + libc/sysv/consts/EOVERFLOW.s | 2 - libc/sysv/consts/EOWNERDEAD.S | 2 + libc/sysv/consts/EOWNERDEAD.s | 2 - libc/sysv/consts/EPERM.S | 2 + libc/sysv/consts/EPERM.s | 2 - libc/sysv/consts/EPFNOSUPPORT.S | 2 + libc/sysv/consts/EPFNOSUPPORT.s | 2 - libc/sysv/consts/EPIPE.S | 3 + libc/sysv/consts/EPIPE.s | 3 - libc/sysv/consts/EPOLLERR.S | 2 + libc/sysv/consts/EPOLLERR.s | 2 - libc/sysv/consts/EPOLLET.S | 2 + libc/sysv/consts/EPOLLET.s | 2 - libc/sysv/consts/EPOLLEXCLUSIVE.S | 2 + libc/sysv/consts/EPOLLEXCLUSIVE.s | 2 - libc/sysv/consts/EPOLLHUP.S | 2 + libc/sysv/consts/EPOLLHUP.s | 2 - libc/sysv/consts/EPOLLIN.S | 2 + libc/sysv/consts/EPOLLIN.s | 2 - libc/sysv/consts/EPOLLMSG.S | 2 + libc/sysv/consts/EPOLLMSG.s | 2 - libc/sysv/consts/EPOLLONESHOT.S | 2 + libc/sysv/consts/EPOLLONESHOT.s | 2 - libc/sysv/consts/EPOLLOUT.S | 2 + libc/sysv/consts/EPOLLOUT.s | 2 - libc/sysv/consts/EPOLLPRI.S | 2 + libc/sysv/consts/EPOLLPRI.s | 2 - libc/sysv/consts/EPOLLRDBAND.S | 2 + libc/sysv/consts/EPOLLRDBAND.s | 2 - libc/sysv/consts/EPOLLRDHUP.S | 2 + libc/sysv/consts/EPOLLRDHUP.s | 2 - libc/sysv/consts/EPOLLRDNORM.S | 2 + libc/sysv/consts/EPOLLRDNORM.s | 2 - libc/sysv/consts/EPOLLWAKEUP.S | 2 + libc/sysv/consts/EPOLLWAKEUP.s | 2 - libc/sysv/consts/EPOLLWRBAND.S | 2 + libc/sysv/consts/EPOLLWRBAND.s | 2 - libc/sysv/consts/EPOLLWRNORM.S | 2 + libc/sysv/consts/EPOLLWRNORM.s | 2 - libc/sysv/consts/EPOLL_CLOEXEC.S | 2 + libc/sysv/consts/EPOLL_CLOEXEC.s | 2 - libc/sysv/consts/EPOLL_CTL_ADD.S | 2 + libc/sysv/consts/EPOLL_CTL_ADD.s | 2 - libc/sysv/consts/EPOLL_CTL_DEL.S | 2 + libc/sysv/consts/EPOLL_CTL_DEL.s | 2 - libc/sysv/consts/EPOLL_CTL_MOD.S | 2 + libc/sysv/consts/EPOLL_CTL_MOD.s | 2 - libc/sysv/consts/EPROCLIM.S | 2 + libc/sysv/consts/EPROCLIM.s | 2 - libc/sysv/consts/EPROCUNAVAIL.S | 2 + libc/sysv/consts/EPROCUNAVAIL.s | 2 - libc/sysv/consts/EPROGMISMATCH.S | 2 + libc/sysv/consts/EPROGMISMATCH.s | 2 - libc/sysv/consts/EPROGUNAVAIL.S | 2 + libc/sysv/consts/EPROGUNAVAIL.s | 2 - libc/sysv/consts/EPROTO.S | 2 + libc/sysv/consts/EPROTO.s | 2 - libc/sysv/consts/EPROTONOSUPPORT.S | 2 + libc/sysv/consts/EPROTONOSUPPORT.s | 2 - libc/sysv/consts/EPROTOTYPE.S | 2 + libc/sysv/consts/EPROTOTYPE.s | 2 - libc/sysv/consts/EPWROFF.S | 2 + libc/sysv/consts/EPWROFF.s | 2 - libc/sysv/consts/ERA.S | 2 + libc/sysv/consts/ERA.s | 2 - libc/sysv/consts/ERANGE.S | 2 + libc/sysv/consts/ERANGE.s | 2 - libc/sysv/consts/EREMCHG.S | 2 + libc/sysv/consts/EREMCHG.s | 2 - libc/sysv/consts/EREMOTE.S | 2 + libc/sysv/consts/EREMOTE.s | 2 - libc/sysv/consts/EREMOTEIO.S | 2 + libc/sysv/consts/EREMOTEIO.s | 2 - libc/sysv/consts/ERESTART.S | 2 + libc/sysv/consts/ERESTART.s | 2 - libc/sysv/consts/ERFKILL.S | 2 + libc/sysv/consts/ERFKILL.s | 2 - libc/sysv/consts/EROFS.S | 2 + libc/sysv/consts/EROFS.s | 2 - libc/sysv/consts/ERPCMISMATCH.S | 2 + libc/sysv/consts/ERPCMISMATCH.s | 2 - libc/sysv/consts/ESHLIBVERS.S | 2 + libc/sysv/consts/ESHLIBVERS.s | 2 - libc/sysv/consts/ESHUTDOWN.S | 2 + libc/sysv/consts/ESHUTDOWN.s | 2 - libc/sysv/consts/ESOCKTNOSUPPORT.S | 2 + libc/sysv/consts/ESOCKTNOSUPPORT.s | 2 - libc/sysv/consts/ESPIPE.S | 2 + libc/sysv/consts/ESPIPE.s | 2 - libc/sysv/consts/ESRCH.S | 2 + libc/sysv/consts/ESRCH.s | 2 - libc/sysv/consts/ESRMNT.S | 2 + libc/sysv/consts/ESRMNT.s | 2 - libc/sysv/consts/ESTALE.S | 2 + libc/sysv/consts/ESTALE.s | 2 - libc/sysv/consts/ESTRPIPE.S | 2 + libc/sysv/consts/ESTRPIPE.s | 2 - libc/sysv/consts/ETIME.S | 2 + libc/sysv/consts/ETIME.s | 2 - libc/sysv/consts/ETIMEDOUT.S | 3 + libc/sysv/consts/ETIMEDOUT.s | 3 - libc/sysv/consts/ETOOMANYREFS.S | 2 + libc/sysv/consts/ETOOMANYREFS.s | 2 - libc/sysv/consts/ETXTBSY.S | 2 + libc/sysv/consts/ETXTBSY.s | 2 - libc/sysv/consts/EUCLEAN.S | 2 + libc/sysv/consts/EUCLEAN.s | 2 - libc/sysv/consts/EUNATCH.S | 2 + libc/sysv/consts/EUNATCH.s | 2 - libc/sysv/consts/EUSERS.S | 2 + libc/sysv/consts/EUSERS.s | 2 - libc/sysv/consts/EWOULDBLOCK.S | 3 + libc/sysv/consts/EWOULDBLOCK.s | 3 - libc/sysv/consts/EXDEV.S | 2 + libc/sysv/consts/EXDEV.s | 2 - libc/sysv/consts/EXFULL.S | 2 + libc/sysv/consts/EXFULL.s | 2 - libc/sysv/consts/EXPR_NEST_MAX.S | 2 + libc/sysv/consts/EXPR_NEST_MAX.s | 2 - libc/sysv/consts/EXTA.S | 2 + libc/sysv/consts/EXTA.s | 2 - libc/sysv/consts/EXTB.S | 2 + libc/sysv/consts/EXTB.s | 2 - libc/sysv/consts/EXTPROC.S | 2 + libc/sysv/consts/EXTPROC.s | 2 - libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.S | 2 + libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.s | 2 - libc/sysv/consts/FALLOC_FL_INSERT_RANGE.S | 2 + libc/sysv/consts/FALLOC_FL_INSERT_RANGE.s | 2 - libc/sysv/consts/FALLOC_FL_KEEP_SIZE.S | 2 + libc/sysv/consts/FALLOC_FL_KEEP_SIZE.s | 2 - libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.S | 2 + libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.s | 2 - libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.S | 2 + libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.s | 2 - libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.S | 2 + libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.s | 2 - libc/sysv/consts/FALLOC_FL_ZERO_RANGE.S | 2 + libc/sysv/consts/FALLOC_FL_ZERO_RANGE.s | 2 - libc/sysv/consts/FBIOGETCMAP.S | 2 + libc/sysv/consts/FBIOGETCMAP.s | 2 - libc/sysv/consts/FBIOGET_FSCREENINFO.S | 2 + libc/sysv/consts/FBIOGET_FSCREENINFO.s | 2 - libc/sysv/consts/FBIOGET_VSCREENINFO.S | 2 + libc/sysv/consts/FBIOGET_VSCREENINFO.s | 2 - libc/sysv/consts/FBIOPAN_DISPLAY.S | 2 + libc/sysv/consts/FBIOPAN_DISPLAY.s | 2 - libc/sysv/consts/FBIOPUTCMAP.S | 2 + libc/sysv/consts/FBIOPUTCMAP.s | 2 - libc/sysv/consts/FBIOPUT_VSCREENINFO.S | 2 + libc/sysv/consts/FBIOPUT_VSCREENINFO.s | 2 - libc/sysv/consts/FBIO_WAITFORVSYNC.S | 2 + libc/sysv/consts/FBIO_WAITFORVSYNC.s | 2 - libc/sysv/consts/FD_CLOEXEC.S | 2 + libc/sysv/consts/FD_CLOEXEC.s | 2 - libc/sysv/consts/FD_SETSIZE.S | 2 + libc/sysv/consts/FD_SETSIZE.s | 2 - libc/sysv/consts/FF0.S | 2 + libc/sysv/consts/FF0.s | 2 - libc/sysv/consts/FF1.S | 2 + libc/sysv/consts/FF1.s | 2 - libc/sysv/consts/FFDLY.S | 2 + libc/sysv/consts/FFDLY.s | 2 - libc/sysv/consts/FIFOTYPE.S | 2 + libc/sysv/consts/FIFOTYPE.s | 2 - libc/sysv/consts/FIOASYNC.S | 2 + libc/sysv/consts/FIOASYNC.s | 2 - libc/sysv/consts/FIOCLEX.S | 2 + libc/sysv/consts/FIOCLEX.s | 2 - libc/sysv/consts/FIODGNAME.S | 2 + libc/sysv/consts/FIODGNAME.s | 2 - libc/sysv/consts/FIONBIO.S | 2 + libc/sysv/consts/FIONBIO.s | 2 - libc/sysv/consts/FIONCLEX.S | 2 + libc/sysv/consts/FIONCLEX.s | 2 - libc/sysv/consts/FIONREAD.S | 2 + libc/sysv/consts/FIONREAD.s | 2 - libc/sysv/consts/FLUSHO.S | 2 + libc/sysv/consts/FLUSHO.s | 2 - libc/sysv/consts/FPE_FLTDIV.S | 2 + libc/sysv/consts/FPE_FLTDIV.s | 2 - libc/sysv/consts/FPE_FLTINV.S | 2 + libc/sysv/consts/FPE_FLTINV.s | 2 - libc/sysv/consts/FPE_FLTOVF.S | 2 + libc/sysv/consts/FPE_FLTOVF.s | 2 - libc/sysv/consts/FPE_FLTRES.S | 2 + libc/sysv/consts/FPE_FLTRES.s | 2 - libc/sysv/consts/FPE_FLTSUB.S | 2 + libc/sysv/consts/FPE_FLTSUB.s | 2 - libc/sysv/consts/FPE_FLTUND.S | 2 + libc/sysv/consts/FPE_FLTUND.s | 2 - libc/sysv/consts/FPE_INTDIV.S | 2 + libc/sysv/consts/FPE_INTDIV.s | 2 - libc/sysv/consts/FPE_INTOVF.S | 2 + libc/sysv/consts/FPE_INTOVF.s | 2 - libc/sysv/consts/FREAD.S | 2 + libc/sysv/consts/FREAD.s | 2 - libc/sysv/consts/FSETLOCKING_BYCALLER.S | 2 + libc/sysv/consts/FSETLOCKING_BYCALLER.s | 2 - libc/sysv/consts/FSETLOCKING_INTERNAL.S | 2 + libc/sysv/consts/FSETLOCKING_INTERNAL.s | 2 - libc/sysv/consts/FSETLOCKING_QUERY.S | 2 + libc/sysv/consts/FSETLOCKING_QUERY.s | 2 - libc/sysv/consts/FUTEX_PRIVATE_FLAG.S | 2 + libc/sysv/consts/FUTEX_PRIVATE_FLAG.s | 2 - libc/sysv/consts/FUTEX_REQUEUE.S | 2 + libc/sysv/consts/FUTEX_REQUEUE.s | 2 - libc/sysv/consts/FUTEX_WAIT.S | 2 + libc/sysv/consts/FUTEX_WAIT.s | 2 - libc/sysv/consts/FUTEX_WAKE.S | 2 + libc/sysv/consts/FUTEX_WAKE.s | 2 - libc/sysv/consts/FWRITE.S | 2 + libc/sysv/consts/FWRITE.s | 2 - libc/sysv/consts/F_BARRIERFSYNC.S | 2 + libc/sysv/consts/F_BARRIERFSYNC.s | 2 - libc/sysv/consts/F_DUPFD.S | 2 + libc/sysv/consts/F_DUPFD.s | 2 - libc/sysv/consts/F_DUPFD_CLOEXEC.S | 2 + libc/sysv/consts/F_DUPFD_CLOEXEC.s | 2 - libc/sysv/consts/F_FULLFSYNC.S | 2 + libc/sysv/consts/F_FULLFSYNC.s | 2 - libc/sysv/consts/F_GETFD.S | 2 + libc/sysv/consts/F_GETFD.s | 2 - libc/sysv/consts/F_GETFL.S | 2 + libc/sysv/consts/F_GETFL.s | 2 - libc/sysv/consts/F_GETLEASE.S | 2 + libc/sysv/consts/F_GETLEASE.s | 2 - libc/sysv/consts/F_GETLK.S | 2 + libc/sysv/consts/F_GETLK.s | 2 - libc/sysv/consts/F_GETLK64.S | 2 + libc/sysv/consts/F_GETLK64.s | 2 - libc/sysv/consts/F_GETNOSIGPIPE.S | 2 + libc/sysv/consts/F_GETNOSIGPIPE.s | 2 - libc/sysv/consts/F_GETOWN.S | 2 + libc/sysv/consts/F_GETOWN.s | 2 - libc/sysv/consts/F_GETOWN_EX.S | 2 + libc/sysv/consts/F_GETOWN_EX.s | 2 - libc/sysv/consts/F_GETPATH.S | 2 + libc/sysv/consts/F_GETPATH.s | 2 - libc/sysv/consts/F_GETPIPE_SZ.S | 2 + libc/sysv/consts/F_GETPIPE_SZ.s | 2 - libc/sysv/consts/F_GETSIG.S | 2 + libc/sysv/consts/F_GETSIG.s | 2 - libc/sysv/consts/F_MAXFD.S | 2 + libc/sysv/consts/F_MAXFD.s | 2 - libc/sysv/consts/F_NOCACHE.S | 2 + libc/sysv/consts/F_NOCACHE.s | 2 - libc/sysv/consts/F_NOTIFY.S | 2 + libc/sysv/consts/F_NOTIFY.s | 2 - libc/sysv/consts/F_OFD_GETLK.S | 2 + libc/sysv/consts/F_OFD_GETLK.s | 2 - libc/sysv/consts/F_OFD_SETLK.S | 2 + libc/sysv/consts/F_OFD_SETLK.s | 2 - libc/sysv/consts/F_OFD_SETLKW.S | 2 + libc/sysv/consts/F_OFD_SETLKW.s | 2 - libc/sysv/consts/F_OK.S | 2 + libc/sysv/consts/F_OK.s | 2 - libc/sysv/consts/F_RDLCK.S | 2 + libc/sysv/consts/F_RDLCK.s | 2 - libc/sysv/consts/F_SETFD.S | 2 + libc/sysv/consts/F_SETFD.s | 2 - libc/sysv/consts/F_SETFL.S | 2 + libc/sysv/consts/F_SETFL.s | 2 - libc/sysv/consts/F_SETLEASE.S | 2 + libc/sysv/consts/F_SETLEASE.s | 2 - libc/sysv/consts/F_SETLK.S | 2 + libc/sysv/consts/F_SETLK.s | 2 - libc/sysv/consts/F_SETLK64.S | 2 + libc/sysv/consts/F_SETLK64.s | 2 - libc/sysv/consts/F_SETLKW.S | 2 + libc/sysv/consts/F_SETLKW.s | 2 - libc/sysv/consts/F_SETLKW64.S | 2 + libc/sysv/consts/F_SETLKW64.s | 2 - libc/sysv/consts/F_SETNOSIGPIPE.S | 2 + libc/sysv/consts/F_SETNOSIGPIPE.s | 2 - libc/sysv/consts/F_SETOWN.S | 2 + libc/sysv/consts/F_SETOWN.s | 2 - libc/sysv/consts/F_SETOWN_EX.S | 2 + libc/sysv/consts/F_SETOWN_EX.s | 2 - libc/sysv/consts/F_SETPIPE_SZ.S | 2 + libc/sysv/consts/F_SETPIPE_SZ.s | 2 - libc/sysv/consts/F_SETSIG.S | 2 + libc/sysv/consts/F_SETSIG.s | 2 - libc/sysv/consts/F_UNLCK.S | 2 + libc/sysv/consts/F_UNLCK.s | 2 - libc/sysv/consts/F_WRLCK.S | 2 + libc/sysv/consts/F_WRLCK.s | 2 - libc/sysv/consts/GIO_FONT.S | 2 + libc/sysv/consts/GIO_FONT.s | 2 - libc/sysv/consts/GIO_FONTX.S | 2 + libc/sysv/consts/GIO_FONTX.s | 2 - libc/sysv/consts/GRPQUOTA.S | 2 + libc/sysv/consts/GRPQUOTA.s | 2 - libc/sysv/consts/H4DISC.S | 2 + libc/sysv/consts/H4DISC.s | 2 - libc/sysv/consts/HOST_NAME_MAX.S | 2 + libc/sysv/consts/HOST_NAME_MAX.s | 2 - libc/sysv/consts/HUPCL.S | 2 + libc/sysv/consts/HUPCL.s | 2 - libc/sysv/consts/ICANON.S | 2 + libc/sysv/consts/ICANON.s | 2 - libc/sysv/consts/ICMP6_DST_UNREACH.S | 2 + libc/sysv/consts/ICMP6_DST_UNREACH.s | 2 - libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.S | 2 + libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.s | 2 - libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.S | 2 + libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.s | 2 - .../consts/ICMP6_DST_UNREACH_BEYONDSCOPE.S | 2 + .../consts/ICMP6_DST_UNREACH_BEYONDSCOPE.s | 2 - libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.S | 2 + libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.s | 2 - libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.S | 2 + libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.s | 2 - libc/sysv/consts/ICMP6_ECHO_REPLY.S | 2 + libc/sysv/consts/ICMP6_ECHO_REPLY.s | 2 - libc/sysv/consts/ICMP6_ECHO_REQUEST.S | 2 + libc/sysv/consts/ICMP6_ECHO_REQUEST.s | 2 - libc/sysv/consts/ICMP6_FILTER.S | 2 + libc/sysv/consts/ICMP6_FILTER.s | 2 - libc/sysv/consts/ICMP6_INFOMSG_MASK.S | 2 + libc/sysv/consts/ICMP6_INFOMSG_MASK.s | 2 - libc/sysv/consts/ICMP6_PACKET_TOO_BIG.S | 2 + libc/sysv/consts/ICMP6_PACKET_TOO_BIG.s | 2 - libc/sysv/consts/ICMP6_PARAMPROB_HEADER.S | 2 + libc/sysv/consts/ICMP6_PARAMPROB_HEADER.s | 2 - libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.S | 2 + libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.s | 2 - libc/sysv/consts/ICMP6_PARAMPROB_OPTION.S | 2 + libc/sysv/consts/ICMP6_PARAMPROB_OPTION.s | 2 - libc/sysv/consts/ICMP6_PARAM_PROB.S | 2 + libc/sysv/consts/ICMP6_PARAM_PROB.s | 2 - libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.S | 2 + libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.s | 2 - libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.S | 2 + libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.s | 2 - libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S | 2 + libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.s | 2 - libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.S | 2 + libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.s | 2 - libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.S | 2 + libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.s | 2 - libc/sysv/consts/ICMP6_RR_FLAGS_TEST.S | 2 + libc/sysv/consts/ICMP6_RR_FLAGS_TEST.s | 2 - .../consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.S | 2 + .../consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s | 2 - .../consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.S | 2 + .../consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s | 2 - .../consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.S | 2 + .../consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s | 2 - .../consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.S | 2 + .../consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s | 2 - .../consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.S | 2 + .../consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s | 2 - libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.S | 2 + libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.s | 2 - libc/sysv/consts/ICMP6_TIME_EXCEEDED.S | 2 + libc/sysv/consts/ICMP6_TIME_EXCEEDED.s | 2 - .../consts/ICMP6_TIME_EXCEED_REASSEMBLY.S | 2 + .../consts/ICMP6_TIME_EXCEED_REASSEMBLY.s | 2 - libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.S | 2 + libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.s | 2 - libc/sysv/consts/ICRNL.S | 2 + libc/sysv/consts/ICRNL.s | 2 - libc/sysv/consts/IEXTEN.S | 2 + libc/sysv/consts/IEXTEN.s | 2 - libc/sysv/consts/IFF_ALLMULTI.S | 2 + libc/sysv/consts/IFF_ALLMULTI.s | 2 - libc/sysv/consts/IFF_AUTOMEDIA.S | 2 + libc/sysv/consts/IFF_AUTOMEDIA.s | 2 - libc/sysv/consts/IFF_BROADCAST.S | 2 + libc/sysv/consts/IFF_BROADCAST.s | 2 - libc/sysv/consts/IFF_DEBUG.S | 2 + libc/sysv/consts/IFF_DEBUG.s | 2 - libc/sysv/consts/IFF_DYNAMIC.S | 2 + libc/sysv/consts/IFF_DYNAMIC.s | 2 - libc/sysv/consts/IFF_LOOPBACK.S | 2 + libc/sysv/consts/IFF_LOOPBACK.s | 2 - libc/sysv/consts/IFF_MASTER.S | 2 + libc/sysv/consts/IFF_MASTER.s | 2 - libc/sysv/consts/IFF_MULTICAST.S | 2 + libc/sysv/consts/IFF_MULTICAST.s | 2 - libc/sysv/consts/IFF_NOARP.S | 2 + libc/sysv/consts/IFF_NOARP.s | 2 - libc/sysv/consts/IFF_NOTRAILERS.S | 2 + libc/sysv/consts/IFF_NOTRAILERS.s | 2 - libc/sysv/consts/IFF_POINTOPOINT.S | 2 + libc/sysv/consts/IFF_POINTOPOINT.s | 2 - libc/sysv/consts/IFF_PORTSEL.S | 2 + libc/sysv/consts/IFF_PORTSEL.s | 2 - libc/sysv/consts/IFF_PROMISC.S | 2 + libc/sysv/consts/IFF_PROMISC.s | 2 - libc/sysv/consts/IFF_RUNNING.S | 2 + libc/sysv/consts/IFF_RUNNING.s | 2 - libc/sysv/consts/IFF_SLAVE.S | 2 + libc/sysv/consts/IFF_SLAVE.s | 2 - libc/sysv/consts/IFF_UP.S | 2 + libc/sysv/consts/IFF_UP.s | 2 - libc/sysv/consts/IF_NAMESIZE.S | 2 + libc/sysv/consts/IF_NAMESIZE.s | 2 - libc/sysv/consts/IGNBRK.S | 2 + libc/sysv/consts/IGNBRK.s | 2 - libc/sysv/consts/IGNCR.S | 2 + libc/sysv/consts/IGNCR.s | 2 - libc/sysv/consts/IGNPAR.S | 2 + libc/sysv/consts/IGNPAR.s | 2 - libc/sysv/consts/ILL_BADSTK.S | 2 + libc/sysv/consts/ILL_BADSTK.s | 2 - libc/sysv/consts/ILL_COPROC.S | 2 + libc/sysv/consts/ILL_COPROC.s | 2 - libc/sysv/consts/ILL_ILLADR.S | 2 + libc/sysv/consts/ILL_ILLADR.s | 2 - libc/sysv/consts/ILL_ILLOPC.S | 2 + libc/sysv/consts/ILL_ILLOPC.s | 2 - libc/sysv/consts/ILL_ILLOPN.S | 2 + libc/sysv/consts/ILL_ILLOPN.s | 2 - libc/sysv/consts/ILL_ILLTRP.S | 2 + libc/sysv/consts/ILL_ILLTRP.s | 2 - libc/sysv/consts/ILL_PRVOPC.S | 2 + libc/sysv/consts/ILL_PRVOPC.s | 2 - libc/sysv/consts/ILL_PRVREG.S | 2 + libc/sysv/consts/ILL_PRVREG.s | 2 - libc/sysv/consts/IMAXBEL.S | 2 + libc/sysv/consts/IMAXBEL.s | 2 - libc/sysv/consts/INET6_ADDRSTRLEN.S | 2 + libc/sysv/consts/INET6_ADDRSTRLEN.s | 2 - libc/sysv/consts/INET_ADDRSTRLEN.S | 2 + libc/sysv/consts/INET_ADDRSTRLEN.s | 2 - libc/sysv/consts/INLCR.S | 2 + libc/sysv/consts/INLCR.s | 2 - libc/sysv/consts/INPCK.S | 2 + libc/sysv/consts/INPCK.s | 2 - libc/sysv/consts/INTERMEDIATE_C_GOOD.S | 2 + libc/sysv/consts/INTERMEDIATE_C_GOOD.s | 2 - libc/sysv/consts/INTERMEDIATE_GOOD.S | 2 + libc/sysv/consts/INTERMEDIATE_GOOD.s | 2 - libc/sysv/consts/IOV_MAX.S | 2 + libc/sysv/consts/IOV_MAX.s | 2 - libc/sysv/consts/IP6F_MORE_FRAG.S | 2 + libc/sysv/consts/IP6F_MORE_FRAG.s | 2 - libc/sysv/consts/IP6F_OFF_MASK.S | 2 + libc/sysv/consts/IP6F_OFF_MASK.s | 2 - libc/sysv/consts/IP6F_RESERVED_MASK.S | 2 + libc/sysv/consts/IP6F_RESERVED_MASK.s | 2 - libc/sysv/consts/IPPORT_USERRESERVED.S | 2 + libc/sysv/consts/IPPORT_USERRESERVED.s | 2 - libc/sysv/consts/IPPROTO_AH.S | 2 + libc/sysv/consts/IPPROTO_AH.s | 2 - libc/sysv/consts/IPPROTO_BEETPH.S | 2 + libc/sysv/consts/IPPROTO_BEETPH.s | 2 - libc/sysv/consts/IPPROTO_COMP.S | 2 + libc/sysv/consts/IPPROTO_COMP.s | 2 - libc/sysv/consts/IPPROTO_DCCP.S | 2 + libc/sysv/consts/IPPROTO_DCCP.s | 2 - libc/sysv/consts/IPPROTO_DSTOPTS.S | 2 + libc/sysv/consts/IPPROTO_DSTOPTS.s | 2 - libc/sysv/consts/IPPROTO_EGP.S | 2 + libc/sysv/consts/IPPROTO_EGP.s | 2 - libc/sysv/consts/IPPROTO_ENCAP.S | 2 + libc/sysv/consts/IPPROTO_ENCAP.s | 2 - libc/sysv/consts/IPPROTO_ESP.S | 2 + libc/sysv/consts/IPPROTO_ESP.s | 2 - libc/sysv/consts/IPPROTO_FRAGMENT.S | 2 + libc/sysv/consts/IPPROTO_FRAGMENT.s | 2 - libc/sysv/consts/IPPROTO_GRE.S | 2 + libc/sysv/consts/IPPROTO_GRE.s | 2 - libc/sysv/consts/IPPROTO_HOPOPTS.S | 2 + libc/sysv/consts/IPPROTO_HOPOPTS.s | 2 - libc/sysv/consts/IPPROTO_ICMP.S | 2 + libc/sysv/consts/IPPROTO_ICMP.s | 2 - libc/sysv/consts/IPPROTO_ICMPV6.S | 2 + libc/sysv/consts/IPPROTO_ICMPV6.s | 2 - libc/sysv/consts/IPPROTO_IDP.S | 2 + libc/sysv/consts/IPPROTO_IDP.s | 2 - libc/sysv/consts/IPPROTO_IGMP.S | 2 + libc/sysv/consts/IPPROTO_IGMP.s | 2 - libc/sysv/consts/IPPROTO_IP.S | 2 + libc/sysv/consts/IPPROTO_IP.s | 2 - libc/sysv/consts/IPPROTO_IPIP.S | 2 + libc/sysv/consts/IPPROTO_IPIP.s | 2 - libc/sysv/consts/IPPROTO_IPV6.S | 2 + libc/sysv/consts/IPPROTO_IPV6.s | 2 - libc/sysv/consts/IPPROTO_MH.S | 2 + libc/sysv/consts/IPPROTO_MH.s | 2 - libc/sysv/consts/IPPROTO_MPLS.S | 2 + libc/sysv/consts/IPPROTO_MPLS.s | 2 - libc/sysv/consts/IPPROTO_MTP.S | 2 + libc/sysv/consts/IPPROTO_MTP.s | 2 - libc/sysv/consts/IPPROTO_NONE.S | 2 + libc/sysv/consts/IPPROTO_NONE.s | 2 - libc/sysv/consts/IPPROTO_PIM.S | 2 + libc/sysv/consts/IPPROTO_PIM.s | 2 - libc/sysv/consts/IPPROTO_PUP.S | 2 + libc/sysv/consts/IPPROTO_PUP.s | 2 - libc/sysv/consts/IPPROTO_RAW.S | 2 + libc/sysv/consts/IPPROTO_RAW.s | 2 - libc/sysv/consts/IPPROTO_ROUTING.S | 2 + libc/sysv/consts/IPPROTO_ROUTING.s | 2 - libc/sysv/consts/IPPROTO_RSVP.S | 2 + libc/sysv/consts/IPPROTO_RSVP.s | 2 - libc/sysv/consts/IPPROTO_SCTP.S | 2 + libc/sysv/consts/IPPROTO_SCTP.s | 2 - libc/sysv/consts/IPPROTO_TCP.S | 2 + libc/sysv/consts/IPPROTO_TCP.s | 2 - libc/sysv/consts/IPPROTO_TP.S | 2 + libc/sysv/consts/IPPROTO_TP.s | 2 - libc/sysv/consts/IPPROTO_UDP.S | 2 + libc/sysv/consts/IPPROTO_UDP.s | 2 - libc/sysv/consts/IPPROTO_UDPLITE.S | 2 + libc/sysv/consts/IPPROTO_UDPLITE.s | 2 - libc/sysv/consts/IPV6_2292DSTOPTS.S | 2 + libc/sysv/consts/IPV6_2292DSTOPTS.s | 2 - libc/sysv/consts/IPV6_2292HOPLIMIT.S | 2 + libc/sysv/consts/IPV6_2292HOPLIMIT.s | 2 - libc/sysv/consts/IPV6_2292HOPOPTS.S | 2 + libc/sysv/consts/IPV6_2292HOPOPTS.s | 2 - libc/sysv/consts/IPV6_2292PKTINFO.S | 2 + libc/sysv/consts/IPV6_2292PKTINFO.s | 2 - libc/sysv/consts/IPV6_2292PKTOPTIONS.S | 2 + libc/sysv/consts/IPV6_2292PKTOPTIONS.s | 2 - libc/sysv/consts/IPV6_2292RTHDR.S | 2 + libc/sysv/consts/IPV6_2292RTHDR.s | 2 - libc/sysv/consts/IPV6_ADDRFORM.S | 2 + libc/sysv/consts/IPV6_ADDRFORM.s | 2 - libc/sysv/consts/IPV6_ADD_MEMBERSHIP.S | 2 + libc/sysv/consts/IPV6_ADD_MEMBERSHIP.s | 2 - libc/sysv/consts/IPV6_AUTHHDR.S | 2 + libc/sysv/consts/IPV6_AUTHHDR.s | 2 - libc/sysv/consts/IPV6_AUTOFLOWLABEL.S | 2 + libc/sysv/consts/IPV6_AUTOFLOWLABEL.s | 2 - libc/sysv/consts/IPV6_CHECKSUM.S | 2 + libc/sysv/consts/IPV6_CHECKSUM.s | 2 - libc/sysv/consts/IPV6_DONTFRAG.S | 2 + libc/sysv/consts/IPV6_DONTFRAG.s | 2 - libc/sysv/consts/IPV6_DROP_MEMBERSHIP.S | 2 + libc/sysv/consts/IPV6_DROP_MEMBERSHIP.s | 2 - libc/sysv/consts/IPV6_DSTOPTS.S | 2 + libc/sysv/consts/IPV6_DSTOPTS.s | 2 - libc/sysv/consts/IPV6_HDRINCL.S | 2 + libc/sysv/consts/IPV6_HDRINCL.s | 2 - libc/sysv/consts/IPV6_HOPLIMIT.S | 2 + libc/sysv/consts/IPV6_HOPLIMIT.s | 2 - libc/sysv/consts/IPV6_HOPOPTS.S | 2 + libc/sysv/consts/IPV6_HOPOPTS.s | 2 - libc/sysv/consts/IPV6_IPSEC_POLICY.S | 2 + libc/sysv/consts/IPV6_IPSEC_POLICY.s | 2 - libc/sysv/consts/IPV6_JOIN_ANYCAST.S | 2 + libc/sysv/consts/IPV6_JOIN_ANYCAST.s | 2 - libc/sysv/consts/IPV6_JOIN_GROUP.S | 2 + libc/sysv/consts/IPV6_JOIN_GROUP.s | 2 - libc/sysv/consts/IPV6_LEAVE_ANYCAST.S | 2 + libc/sysv/consts/IPV6_LEAVE_ANYCAST.s | 2 - libc/sysv/consts/IPV6_LEAVE_GROUP.S | 2 + libc/sysv/consts/IPV6_LEAVE_GROUP.s | 2 - libc/sysv/consts/IPV6_MINHOPCOUNT.S | 2 + libc/sysv/consts/IPV6_MINHOPCOUNT.s | 2 - libc/sysv/consts/IPV6_MTU.S | 2 + libc/sysv/consts/IPV6_MTU.s | 2 - libc/sysv/consts/IPV6_MTU_DISCOVER.S | 2 + libc/sysv/consts/IPV6_MTU_DISCOVER.s | 2 - libc/sysv/consts/IPV6_MULTICAST_HOPS.S | 2 + libc/sysv/consts/IPV6_MULTICAST_HOPS.s | 2 - libc/sysv/consts/IPV6_MULTICAST_IF.S | 2 + libc/sysv/consts/IPV6_MULTICAST_IF.s | 2 - libc/sysv/consts/IPV6_MULTICAST_LOOP.S | 2 + libc/sysv/consts/IPV6_MULTICAST_LOOP.s | 2 - libc/sysv/consts/IPV6_NEXTHOP.S | 2 + libc/sysv/consts/IPV6_NEXTHOP.s | 2 - libc/sysv/consts/IPV6_ORIGDSTADDR.S | 2 + libc/sysv/consts/IPV6_ORIGDSTADDR.s | 2 - libc/sysv/consts/IPV6_PATHMTU.S | 2 + libc/sysv/consts/IPV6_PATHMTU.s | 2 - libc/sysv/consts/IPV6_PKTINFO.S | 2 + libc/sysv/consts/IPV6_PKTINFO.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_DO.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_DO.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_DONT.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_DONT.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_OMIT.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_OMIT.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_PROBE.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_PROBE.s | 2 - libc/sysv/consts/IPV6_PMTUDISC_WANT.S | 2 + libc/sysv/consts/IPV6_PMTUDISC_WANT.s | 2 - libc/sysv/consts/IPV6_RECVDSTOPTS.S | 2 + libc/sysv/consts/IPV6_RECVDSTOPTS.s | 2 - libc/sysv/consts/IPV6_RECVERR.S | 2 + libc/sysv/consts/IPV6_RECVERR.s | 2 - libc/sysv/consts/IPV6_RECVHOPLIMIT.S | 2 + libc/sysv/consts/IPV6_RECVHOPLIMIT.s | 2 - libc/sysv/consts/IPV6_RECVHOPOPTS.S | 2 + libc/sysv/consts/IPV6_RECVHOPOPTS.s | 2 - libc/sysv/consts/IPV6_RECVORIGDSTADDR.S | 2 + libc/sysv/consts/IPV6_RECVORIGDSTADDR.s | 2 - libc/sysv/consts/IPV6_RECVPATHMTU.S | 2 + libc/sysv/consts/IPV6_RECVPATHMTU.s | 2 - libc/sysv/consts/IPV6_RECVPKTINFO.S | 2 + libc/sysv/consts/IPV6_RECVPKTINFO.s | 2 - libc/sysv/consts/IPV6_RECVRTHDR.S | 2 + libc/sysv/consts/IPV6_RECVRTHDR.s | 2 - libc/sysv/consts/IPV6_RECVTCLASS.S | 2 + libc/sysv/consts/IPV6_RECVTCLASS.s | 2 - libc/sysv/consts/IPV6_ROUTER_ALERT.S | 2 + libc/sysv/consts/IPV6_ROUTER_ALERT.s | 2 - libc/sysv/consts/IPV6_RTHDR.S | 2 + libc/sysv/consts/IPV6_RTHDR.s | 2 - libc/sysv/consts/IPV6_RTHDRDSTOPTS.S | 2 + libc/sysv/consts/IPV6_RTHDRDSTOPTS.s | 2 - libc/sysv/consts/IPV6_RTHDR_LOOSE.S | 2 + libc/sysv/consts/IPV6_RTHDR_LOOSE.s | 2 - libc/sysv/consts/IPV6_RTHDR_STRICT.S | 2 + libc/sysv/consts/IPV6_RTHDR_STRICT.s | 2 - libc/sysv/consts/IPV6_RTHDR_TYPE_0.S | 2 + libc/sysv/consts/IPV6_RTHDR_TYPE_0.s | 2 - libc/sysv/consts/IPV6_RXDSTOPTS.S | 2 + libc/sysv/consts/IPV6_RXDSTOPTS.s | 2 - libc/sysv/consts/IPV6_RXHOPOPTS.S | 2 + libc/sysv/consts/IPV6_RXHOPOPTS.s | 2 - libc/sysv/consts/IPV6_TCLASS.S | 2 + libc/sysv/consts/IPV6_TCLASS.s | 2 - libc/sysv/consts/IPV6_UNICAST_HOPS.S | 2 + libc/sysv/consts/IPV6_UNICAST_HOPS.s | 2 - libc/sysv/consts/IPV6_V6ONLY.S | 2 + libc/sysv/consts/IPV6_V6ONLY.s | 2 - libc/sysv/consts/IPV6_XFRM_POLICY.S | 2 + libc/sysv/consts/IPV6_XFRM_POLICY.s | 2 - libc/sysv/consts/IP_ADD_MEMBERSHIP.S | 2 + libc/sysv/consts/IP_ADD_MEMBERSHIP.s | 2 - libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.S | 2 + libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.s | 2 - libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.S | 2 + libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.s | 2 - libc/sysv/consts/IP_BLOCK_SOURCE.S | 2 + libc/sysv/consts/IP_BLOCK_SOURCE.s | 2 - libc/sysv/consts/IP_CHECKSUM.S | 2 + libc/sysv/consts/IP_CHECKSUM.s | 2 - libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.S | 2 + libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.s | 2 - libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.S | 2 + libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.s | 2 - libc/sysv/consts/IP_DROP_MEMBERSHIP.S | 2 + libc/sysv/consts/IP_DROP_MEMBERSHIP.s | 2 - libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.S | 2 + libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.s | 2 - libc/sysv/consts/IP_FREEBIND.S | 2 + libc/sysv/consts/IP_FREEBIND.s | 2 - libc/sysv/consts/IP_HDRINCL.S | 2 + libc/sysv/consts/IP_HDRINCL.s | 2 - libc/sysv/consts/IP_IPSEC_POLICY.S | 2 + libc/sysv/consts/IP_IPSEC_POLICY.s | 2 - libc/sysv/consts/IP_MAX_MEMBERSHIPS.S | 2 + libc/sysv/consts/IP_MAX_MEMBERSHIPS.s | 2 - libc/sysv/consts/IP_MINTTL.S | 2 + libc/sysv/consts/IP_MINTTL.s | 2 - libc/sysv/consts/IP_MSFILTER.S | 2 + libc/sysv/consts/IP_MSFILTER.s | 2 - libc/sysv/consts/IP_MTU.S | 2 + libc/sysv/consts/IP_MTU.s | 2 - libc/sysv/consts/IP_MTU_DISCOVER.S | 2 + libc/sysv/consts/IP_MTU_DISCOVER.s | 2 - libc/sysv/consts/IP_MULTICAST_ALL.S | 2 + libc/sysv/consts/IP_MULTICAST_ALL.s | 2 - libc/sysv/consts/IP_MULTICAST_IF.S | 2 + libc/sysv/consts/IP_MULTICAST_IF.s | 2 - libc/sysv/consts/IP_MULTICAST_LOOP.S | 2 + libc/sysv/consts/IP_MULTICAST_LOOP.s | 2 - libc/sysv/consts/IP_MULTICAST_TTL.S | 2 + libc/sysv/consts/IP_MULTICAST_TTL.s | 2 - libc/sysv/consts/IP_NODEFRAG.S | 2 + libc/sysv/consts/IP_NODEFRAG.s | 2 - libc/sysv/consts/IP_OPTIONS.S | 2 + libc/sysv/consts/IP_OPTIONS.s | 2 - libc/sysv/consts/IP_ORIGDSTADDR.S | 2 + libc/sysv/consts/IP_ORIGDSTADDR.s | 2 - libc/sysv/consts/IP_PASSSEC.S | 2 + libc/sysv/consts/IP_PASSSEC.s | 2 - libc/sysv/consts/IP_PKTINFO.S | 2 + libc/sysv/consts/IP_PKTINFO.s | 2 - libc/sysv/consts/IP_PKTOPTIONS.S | 2 + libc/sysv/consts/IP_PKTOPTIONS.s | 2 - libc/sysv/consts/IP_PMTUDISC.S | 2 + libc/sysv/consts/IP_PMTUDISC.s | 2 - libc/sysv/consts/IP_PMTUDISC_DO.S | 2 + libc/sysv/consts/IP_PMTUDISC_DO.s | 2 - libc/sysv/consts/IP_PMTUDISC_DONT.S | 2 + libc/sysv/consts/IP_PMTUDISC_DONT.s | 2 - libc/sysv/consts/IP_PMTUDISC_INTERFACE.S | 2 + libc/sysv/consts/IP_PMTUDISC_INTERFACE.s | 2 - libc/sysv/consts/IP_PMTUDISC_OMIT.S | 2 + libc/sysv/consts/IP_PMTUDISC_OMIT.s | 2 - libc/sysv/consts/IP_PMTUDISC_PROBE.S | 2 + libc/sysv/consts/IP_PMTUDISC_PROBE.s | 2 - libc/sysv/consts/IP_PMTUDISC_WANT.S | 2 + libc/sysv/consts/IP_PMTUDISC_WANT.s | 2 - libc/sysv/consts/IP_RECVDSTADDR.S | 2 + libc/sysv/consts/IP_RECVDSTADDR.s | 2 - libc/sysv/consts/IP_RECVERR.S | 2 + libc/sysv/consts/IP_RECVERR.s | 2 - libc/sysv/consts/IP_RECVOPTS.S | 2 + libc/sysv/consts/IP_RECVOPTS.s | 2 - libc/sysv/consts/IP_RECVORIGDSTADDR.S | 2 + libc/sysv/consts/IP_RECVORIGDSTADDR.s | 2 - libc/sysv/consts/IP_RECVRETOPTS.S | 2 + libc/sysv/consts/IP_RECVRETOPTS.s | 2 - libc/sysv/consts/IP_RECVTOS.S | 2 + libc/sysv/consts/IP_RECVTOS.s | 2 - libc/sysv/consts/IP_RECVTTL.S | 2 + libc/sysv/consts/IP_RECVTTL.s | 2 - libc/sysv/consts/IP_RETOPTS.S | 2 + libc/sysv/consts/IP_RETOPTS.s | 2 - libc/sysv/consts/IP_ROUTER_ALERT.S | 2 + libc/sysv/consts/IP_ROUTER_ALERT.s | 2 - libc/sysv/consts/IP_TOS.S | 2 + libc/sysv/consts/IP_TOS.s | 2 - libc/sysv/consts/IP_TRANSPARENT.S | 2 + libc/sysv/consts/IP_TRANSPARENT.s | 2 - libc/sysv/consts/IP_TTL.S | 2 + libc/sysv/consts/IP_TTL.s | 2 - libc/sysv/consts/IP_UNBLOCK_SOURCE.S | 2 + libc/sysv/consts/IP_UNBLOCK_SOURCE.s | 2 - libc/sysv/consts/IP_UNICAST_IF.S | 2 + libc/sysv/consts/IP_UNICAST_IF.s | 2 - libc/sysv/consts/IP_XFRM_POLICY.S | 2 + libc/sysv/consts/IP_XFRM_POLICY.s | 2 - libc/sysv/consts/ISIG.S | 2 + libc/sysv/consts/ISIG.s | 2 - libc/sysv/consts/ISTRIP.S | 2 + libc/sysv/consts/ISTRIP.s | 2 - libc/sysv/consts/IUCLC.S | 2 + libc/sysv/consts/IUCLC.s | 2 - libc/sysv/consts/IUTF8.S | 2 + libc/sysv/consts/IUTF8.s | 2 - libc/sysv/consts/IXANY.S | 2 + libc/sysv/consts/IXANY.s | 2 - libc/sysv/consts/IXOFF.S | 2 + libc/sysv/consts/IXOFF.s | 2 - libc/sysv/consts/IXON.S | 2 + libc/sysv/consts/IXON.s | 2 - libc/sysv/consts/KDFONTOP.S | 2 + libc/sysv/consts/KDFONTOP.s | 2 - libc/sysv/consts/LINE_MAX.S | 2 + libc/sysv/consts/LINE_MAX.s | 2 - libc/sysv/consts/LINKED_CMD_COMPLETE.S | 2 + libc/sysv/consts/LINKED_CMD_COMPLETE.s | 2 - libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.S | 2 + libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.s | 2 - libc/sysv/consts/LINK_MAX.S | 2 + libc/sysv/consts/LINK_MAX.s | 2 - libc/sysv/consts/LIO_NOP.S | 2 + libc/sysv/consts/LIO_NOP.s | 2 - libc/sysv/consts/LIO_NOWAIT.S | 2 + libc/sysv/consts/LIO_NOWAIT.s | 2 - libc/sysv/consts/LIO_READ.S | 2 + libc/sysv/consts/LIO_READ.s | 2 - libc/sysv/consts/LIO_WAIT.S | 2 + libc/sysv/consts/LIO_WAIT.s | 2 - libc/sysv/consts/LIO_WRITE.S | 2 + libc/sysv/consts/LIO_WRITE.s | 2 - libc/sysv/consts/LNKTYPE.S | 2 + libc/sysv/consts/LNKTYPE.s | 2 - libc/sysv/consts/LOCAL_PEERCRED.S | 2 + libc/sysv/consts/LOCAL_PEERCRED.s | 2 - libc/sysv/consts/LOCK_EX.S | 2 + libc/sysv/consts/LOCK_EX.s | 2 - libc/sysv/consts/LOCK_NB.S | 2 + libc/sysv/consts/LOCK_NB.s | 2 - libc/sysv/consts/LOCK_SH.S | 2 + libc/sysv/consts/LOCK_SH.s | 2 - libc/sysv/consts/LOCK_UN.S | 2 + libc/sysv/consts/LOCK_UN.s | 2 - libc/sysv/consts/LOCK_UNLOCK_CACHE.S | 2 + libc/sysv/consts/LOCK_UNLOCK_CACHE.s | 2 - libc/sysv/consts/LOGIN_NAME_MAX.S | 2 + libc/sysv/consts/LOGIN_NAME_MAX.s | 2 - libc/sysv/consts/LOGIN_PROCESS.S | 2 + libc/sysv/consts/LOGIN_PROCESS.s | 2 - libc/sysv/consts/L_INCR.S | 2 + libc/sysv/consts/L_INCR.s | 2 - libc/sysv/consts/L_SET.S | 2 + libc/sysv/consts/L_SET.s | 2 - libc/sysv/consts/L_XTND.S | 2 + libc/sysv/consts/L_XTND.s | 2 - libc/sysv/consts/MADV_DODUMP.S | 2 + libc/sysv/consts/MADV_DODUMP.s | 2 - libc/sysv/consts/MADV_DOFORK.S | 2 + libc/sysv/consts/MADV_DOFORK.s | 2 - libc/sysv/consts/MADV_DONTDUMP.S | 2 + libc/sysv/consts/MADV_DONTDUMP.s | 2 - libc/sysv/consts/MADV_DONTFORK.S | 2 + libc/sysv/consts/MADV_DONTFORK.s | 2 - libc/sysv/consts/MADV_DONTNEED.S | 2 + libc/sysv/consts/MADV_DONTNEED.s | 2 - libc/sysv/consts/MADV_FREE.S | 2 + libc/sysv/consts/MADV_FREE.s | 2 - libc/sysv/consts/MADV_HUGEPAGE.S | 2 + libc/sysv/consts/MADV_HUGEPAGE.s | 2 - libc/sysv/consts/MADV_HWPOISON.S | 2 + libc/sysv/consts/MADV_HWPOISON.s | 2 - libc/sysv/consts/MADV_MERGEABLE.S | 2 + libc/sysv/consts/MADV_MERGEABLE.s | 2 - libc/sysv/consts/MADV_NOHUGEPAGE.S | 2 + libc/sysv/consts/MADV_NOHUGEPAGE.s | 2 - libc/sysv/consts/MADV_NORMAL.S | 2 + libc/sysv/consts/MADV_NORMAL.s | 2 - libc/sysv/consts/MADV_RANDOM.S | 2 + libc/sysv/consts/MADV_RANDOM.s | 2 - libc/sysv/consts/MADV_REMOVE.S | 2 + libc/sysv/consts/MADV_REMOVE.s | 2 - libc/sysv/consts/MADV_SEQUENTIAL.S | 2 + libc/sysv/consts/MADV_SEQUENTIAL.s | 2 - libc/sysv/consts/MADV_UNMERGEABLE.S | 2 + libc/sysv/consts/MADV_UNMERGEABLE.s | 2 - libc/sysv/consts/MADV_WILLNEED.S | 2 + libc/sysv/consts/MADV_WILLNEED.s | 2 - libc/sysv/consts/MAP_32BIT.S | 2 + libc/sysv/consts/MAP_32BIT.s | 2 - libc/sysv/consts/MAP_ANON.S | 2 + libc/sysv/consts/MAP_ANON.s | 2 - libc/sysv/consts/MAP_ANONYMOUS.S | 2 + libc/sysv/consts/MAP_ANONYMOUS.s | 2 - libc/sysv/consts/MAP_CONCEAL.S | 2 + libc/sysv/consts/MAP_CONCEAL.s | 2 - libc/sysv/consts/MAP_DENYWRITE.S | 2 + libc/sysv/consts/MAP_DENYWRITE.s | 2 - libc/sysv/consts/MAP_EXECUTABLE.S | 2 + libc/sysv/consts/MAP_EXECUTABLE.s | 2 - libc/sysv/consts/MAP_FILE.S | 2 + libc/sysv/consts/MAP_FILE.s | 2 - libc/sysv/consts/MAP_FIXED.S | 2 + libc/sysv/consts/MAP_FIXED.s | 2 - libc/sysv/consts/MAP_FIXED_NOREPLACE.S | 2 + libc/sysv/consts/MAP_FIXED_NOREPLACE.s | 2 - libc/sysv/consts/MAP_GROWSDOWN.S | 2 + libc/sysv/consts/MAP_GROWSDOWN.s | 2 - libc/sysv/consts/MAP_HASSEMAPHORE.S | 2 + libc/sysv/consts/MAP_HASSEMAPHORE.s | 2 - libc/sysv/consts/MAP_HUGETLB.S | 2 + libc/sysv/consts/MAP_HUGETLB.s | 2 - libc/sysv/consts/MAP_HUGE_MASK.S | 2 + libc/sysv/consts/MAP_HUGE_MASK.s | 2 - libc/sysv/consts/MAP_HUGE_SHIFT.S | 2 + libc/sysv/consts/MAP_HUGE_SHIFT.s | 2 - libc/sysv/consts/MAP_INHERIT.S | 2 + libc/sysv/consts/MAP_INHERIT.s | 2 - libc/sysv/consts/MAP_LOCKED.S | 2 + libc/sysv/consts/MAP_LOCKED.s | 2 - libc/sysv/consts/MAP_NOCORE.S | 2 + libc/sysv/consts/MAP_NOCORE.s | 2 - libc/sysv/consts/MAP_NONBLOCK.S | 2 + libc/sysv/consts/MAP_NONBLOCK.s | 2 - libc/sysv/consts/MAP_NORESERVE.S | 2 + libc/sysv/consts/MAP_NORESERVE.s | 2 - libc/sysv/consts/MAP_NOSYNC.S | 2 + libc/sysv/consts/MAP_NOSYNC.s | 2 - libc/sysv/consts/MAP_POPULATE.S | 2 + libc/sysv/consts/MAP_POPULATE.s | 2 - libc/sysv/consts/MAP_PRIVATE.S | 2 + libc/sysv/consts/MAP_PRIVATE.s | 2 - libc/sysv/consts/MAP_SHARED.S | 2 + libc/sysv/consts/MAP_SHARED.s | 2 - libc/sysv/consts/MAP_SHARED_VALIDATE.S | 2 + libc/sysv/consts/MAP_SHARED_VALIDATE.s | 2 - libc/sysv/consts/MAP_STACK.S | 2 + libc/sysv/consts/MAP_STACK.s | 2 - libc/sysv/consts/MAP_SYNC.S | 2 + libc/sysv/consts/MAP_SYNC.s | 2 - libc/sysv/consts/MAP_TYPE.S | 2 + libc/sysv/consts/MAP_TYPE.s | 2 - libc/sysv/consts/MATH_ERREXCEPT.S | 2 + libc/sysv/consts/MATH_ERREXCEPT.s | 2 - libc/sysv/consts/MATH_ERRNO.S | 2 + libc/sysv/consts/MATH_ERRNO.s | 2 - libc/sysv/consts/MAXNAMLEN.S | 2 + libc/sysv/consts/MAXNAMLEN.s | 2 - libc/sysv/consts/MAXQUOTAS.S | 2 + libc/sysv/consts/MAXQUOTAS.s | 2 - libc/sysv/consts/MAX_CANON.S | 2 + libc/sysv/consts/MAX_CANON.s | 2 - libc/sysv/consts/MAX_DQ_TIME.S | 2 + libc/sysv/consts/MAX_DQ_TIME.s | 2 - libc/sysv/consts/MAX_HANDLE_SZ.S | 2 + libc/sysv/consts/MAX_HANDLE_SZ.s | 2 - libc/sysv/consts/MAX_INPUT.S | 2 + libc/sysv/consts/MAX_INPUT.s | 2 - libc/sysv/consts/MAX_IQ_TIME.S | 2 + libc/sysv/consts/MAX_IQ_TIME.s | 2 - libc/sysv/consts/MCAST_BLOCK_SOURCE.S | 2 + libc/sysv/consts/MCAST_BLOCK_SOURCE.s | 2 - libc/sysv/consts/MCAST_EXCLUDE.S | 2 + libc/sysv/consts/MCAST_EXCLUDE.s | 2 - libc/sysv/consts/MCAST_INCLUDE.S | 2 + libc/sysv/consts/MCAST_INCLUDE.s | 2 - libc/sysv/consts/MCAST_JOIN_GROUP.S | 2 + libc/sysv/consts/MCAST_JOIN_GROUP.s | 2 - libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.S | 2 + libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.s | 2 - libc/sysv/consts/MCAST_LEAVE_GROUP.S | 2 + libc/sysv/consts/MCAST_LEAVE_GROUP.s | 2 - libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.S | 2 + libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.s | 2 - libc/sysv/consts/MCAST_MSFILTER.S | 2 + libc/sysv/consts/MCAST_MSFILTER.s | 2 - libc/sysv/consts/MCAST_UNBLOCK_SOURCE.S | 2 + libc/sysv/consts/MCAST_UNBLOCK_SOURCE.s | 2 - libc/sysv/consts/MCL_CURRENT.S | 2 + libc/sysv/consts/MCL_CURRENT.s | 2 - libc/sysv/consts/MCL_FUTURE.S | 2 + libc/sysv/consts/MCL_FUTURE.s | 2 - libc/sysv/consts/MCL_ONFAULT.S | 2 + libc/sysv/consts/MCL_ONFAULT.s | 2 - libc/sysv/consts/MEDIUM_ERROR.S | 2 + libc/sysv/consts/MEDIUM_ERROR.s | 2 - libc/sysv/consts/MEDIUM_SCAN.S | 2 + libc/sysv/consts/MEDIUM_SCAN.s | 2 - libc/sysv/consts/MLD_LISTENER_QUERY.S | 2 + libc/sysv/consts/MLD_LISTENER_QUERY.s | 2 - libc/sysv/consts/MLD_LISTENER_REDUCTION.S | 2 + libc/sysv/consts/MLD_LISTENER_REDUCTION.s | 2 - libc/sysv/consts/MLD_LISTENER_REPORT.S | 2 + libc/sysv/consts/MLD_LISTENER_REPORT.s | 2 - libc/sysv/consts/MNT_ASYNC.S | 2 + libc/sysv/consts/MNT_ASYNC.s | 2 - libc/sysv/consts/MNT_BYFSID.S | 2 + libc/sysv/consts/MNT_BYFSID.s | 2 - libc/sysv/consts/MNT_DETACH.S | 2 + libc/sysv/consts/MNT_DETACH.s | 2 - libc/sysv/consts/MNT_EXPIRE.S | 2 + libc/sysv/consts/MNT_EXPIRE.s | 2 - libc/sysv/consts/MNT_FORCE.S | 2 + libc/sysv/consts/MNT_FORCE.s | 2 - libc/sysv/consts/MNT_NOATIME.S | 2 + libc/sysv/consts/MNT_NOATIME.s | 2 - libc/sysv/consts/MNT_NOCLUSTERR.S | 2 + libc/sysv/consts/MNT_NOCLUSTERR.s | 2 - libc/sysv/consts/MNT_NOCLUSTERW.S | 2 + libc/sysv/consts/MNT_NOCLUSTERW.s | 2 - libc/sysv/consts/MNT_NODEV.S | 2 + libc/sysv/consts/MNT_NODEV.s | 2 - libc/sysv/consts/MNT_NOEXEC.S | 2 + libc/sysv/consts/MNT_NOEXEC.s | 2 - libc/sysv/consts/MNT_NOSUID.S | 2 + libc/sysv/consts/MNT_NOSUID.s | 2 - libc/sysv/consts/MNT_RDONLY.S | 2 + libc/sysv/consts/MNT_RDONLY.s | 2 - libc/sysv/consts/MNT_RELATIME.S | 2 + libc/sysv/consts/MNT_RELATIME.s | 2 - libc/sysv/consts/MNT_RELOAD.S | 2 + libc/sysv/consts/MNT_RELOAD.s | 2 - libc/sysv/consts/MNT_SNAPSHOT.S | 2 + libc/sysv/consts/MNT_SNAPSHOT.s | 2 - libc/sysv/consts/MNT_STRICTATIME.S | 2 + libc/sysv/consts/MNT_STRICTATIME.s | 2 - libc/sysv/consts/MNT_SUIDDIR.S | 2 + libc/sysv/consts/MNT_SUIDDIR.s | 2 - libc/sysv/consts/MNT_SYNCHRONOUS.S | 2 + libc/sysv/consts/MNT_SYNCHRONOUS.s | 2 - libc/sysv/consts/MNT_UPDATE.S | 2 + libc/sysv/consts/MNT_UPDATE.s | 2 - libc/sysv/consts/MREMAP_FIXED.S | 2 + libc/sysv/consts/MREMAP_FIXED.s | 2 - libc/sysv/consts/MREMAP_MAYMOVE.S | 2 + libc/sysv/consts/MREMAP_MAYMOVE.s | 2 - libc/sysv/consts/MSG_BATCH.S | 2 + libc/sysv/consts/MSG_BATCH.s | 2 - libc/sysv/consts/MSG_BCAST.S | 2 + libc/sysv/consts/MSG_BCAST.s | 2 - libc/sysv/consts/MSG_CMSG_CLOEXEC.S | 2 + libc/sysv/consts/MSG_CMSG_CLOEXEC.s | 2 - libc/sysv/consts/MSG_CONFIRM.S | 2 + libc/sysv/consts/MSG_CONFIRM.s | 2 - libc/sysv/consts/MSG_CTRUNC.S | 2 + libc/sysv/consts/MSG_CTRUNC.s | 2 - libc/sysv/consts/MSG_DONTROUTE.S | 2 + libc/sysv/consts/MSG_DONTROUTE.s | 2 - libc/sysv/consts/MSG_DONTWAIT.S | 2 + libc/sysv/consts/MSG_DONTWAIT.s | 2 - libc/sysv/consts/MSG_EOF.S | 2 + libc/sysv/consts/MSG_EOF.s | 2 - libc/sysv/consts/MSG_EOR.S | 2 + libc/sysv/consts/MSG_EOR.s | 2 - libc/sysv/consts/MSG_ERRQUEUE.S | 2 + libc/sysv/consts/MSG_ERRQUEUE.s | 2 - libc/sysv/consts/MSG_EXCEPT.S | 2 + libc/sysv/consts/MSG_EXCEPT.s | 2 - libc/sysv/consts/MSG_FASTOPEN.S | 2 + libc/sysv/consts/MSG_FASTOPEN.s | 2 - libc/sysv/consts/MSG_FIN.S | 2 + libc/sysv/consts/MSG_FIN.s | 2 - libc/sysv/consts/MSG_INFO.S | 2 + libc/sysv/consts/MSG_INFO.s | 2 - libc/sysv/consts/MSG_MCAST.S | 2 + libc/sysv/consts/MSG_MCAST.s | 2 - libc/sysv/consts/MSG_MORE.S | 2 + libc/sysv/consts/MSG_MORE.s | 2 - libc/sysv/consts/MSG_NOERROR.S | 2 + libc/sysv/consts/MSG_NOERROR.s | 2 - libc/sysv/consts/MSG_NOSIGNAL.S | 2 + libc/sysv/consts/MSG_NOSIGNAL.s | 2 - libc/sysv/consts/MSG_NOTIFICATION.S | 2 + libc/sysv/consts/MSG_NOTIFICATION.s | 2 - libc/sysv/consts/MSG_OOB.S | 2 + libc/sysv/consts/MSG_OOB.s | 2 - libc/sysv/consts/MSG_PARITY_ERROR.S | 2 + libc/sysv/consts/MSG_PARITY_ERROR.s | 2 - libc/sysv/consts/MSG_PEEK.S | 2 + libc/sysv/consts/MSG_PEEK.s | 2 - libc/sysv/consts/MSG_PROXY.S | 2 + libc/sysv/consts/MSG_PROXY.s | 2 - libc/sysv/consts/MSG_RST.S | 2 + libc/sysv/consts/MSG_RST.s | 2 - libc/sysv/consts/MSG_STAT.S | 2 + libc/sysv/consts/MSG_STAT.s | 2 - libc/sysv/consts/MSG_SYN.S | 2 + libc/sysv/consts/MSG_SYN.s | 2 - libc/sysv/consts/MSG_TRUNC.S | 2 + libc/sysv/consts/MSG_TRUNC.s | 2 - libc/sysv/consts/MSG_WAITALL.S | 2 + libc/sysv/consts/MSG_WAITALL.s | 2 - libc/sysv/consts/MSG_WAITFORONE.S | 2 + libc/sysv/consts/MSG_WAITFORONE.s | 2 - libc/sysv/consts/MS_ACTIVE.S | 2 + libc/sysv/consts/MS_ACTIVE.s | 2 - libc/sysv/consts/MS_ASYNC.S | 2 + libc/sysv/consts/MS_ASYNC.s | 2 - libc/sysv/consts/MS_BIND.S | 2 + libc/sysv/consts/MS_BIND.s | 2 - libc/sysv/consts/MS_DIRSYNC.S | 2 + libc/sysv/consts/MS_DIRSYNC.s | 2 - libc/sysv/consts/MS_INVALIDATE.S | 2 + libc/sysv/consts/MS_INVALIDATE.s | 2 - libc/sysv/consts/MS_I_VERSION.S | 2 + libc/sysv/consts/MS_I_VERSION.s | 2 - libc/sysv/consts/MS_KERNMOUNT.S | 2 + libc/sysv/consts/MS_KERNMOUNT.s | 2 - libc/sysv/consts/MS_LAZYTIME.S | 2 + libc/sysv/consts/MS_LAZYTIME.s | 2 - libc/sysv/consts/MS_MANDLOCK.S | 2 + libc/sysv/consts/MS_MANDLOCK.s | 2 - libc/sysv/consts/MS_MGC_MSK.S | 2 + libc/sysv/consts/MS_MGC_MSK.s | 2 - libc/sysv/consts/MS_MGC_VAL.S | 2 + libc/sysv/consts/MS_MGC_VAL.s | 2 - libc/sysv/consts/MS_MOVE.S | 2 + libc/sysv/consts/MS_MOVE.s | 2 - libc/sysv/consts/MS_NOATIME.S | 2 + libc/sysv/consts/MS_NOATIME.s | 2 - libc/sysv/consts/MS_NODEV.S | 2 + libc/sysv/consts/MS_NODEV.s | 2 - libc/sysv/consts/MS_NODIRATIME.S | 2 + libc/sysv/consts/MS_NODIRATIME.s | 2 - libc/sysv/consts/MS_NOEXEC.S | 2 + libc/sysv/consts/MS_NOEXEC.s | 2 - libc/sysv/consts/MS_NOSUID.S | 2 + libc/sysv/consts/MS_NOSUID.s | 2 - libc/sysv/consts/MS_NOUSER.S | 2 + libc/sysv/consts/MS_NOUSER.s | 2 - libc/sysv/consts/MS_POSIXACL.S | 2 + libc/sysv/consts/MS_POSIXACL.s | 2 - libc/sysv/consts/MS_PRIVATE.S | 2 + libc/sysv/consts/MS_PRIVATE.s | 2 - libc/sysv/consts/MS_RDONLY.S | 2 + libc/sysv/consts/MS_RDONLY.s | 2 - libc/sysv/consts/MS_REC.S | 2 + libc/sysv/consts/MS_REC.s | 2 - libc/sysv/consts/MS_RELATIME.S | 2 + libc/sysv/consts/MS_RELATIME.s | 2 - libc/sysv/consts/MS_REMOUNT.S | 2 + libc/sysv/consts/MS_REMOUNT.s | 2 - libc/sysv/consts/MS_RMT_MASK.S | 2 + libc/sysv/consts/MS_RMT_MASK.s | 2 - libc/sysv/consts/MS_SHARED.S | 2 + libc/sysv/consts/MS_SHARED.s | 2 - libc/sysv/consts/MS_SILENT.S | 2 + libc/sysv/consts/MS_SILENT.s | 2 - libc/sysv/consts/MS_SLAVE.S | 2 + libc/sysv/consts/MS_SLAVE.s | 2 - libc/sysv/consts/MS_STRICTATIME.S | 2 + libc/sysv/consts/MS_STRICTATIME.s | 2 - libc/sysv/consts/MS_SYNC.S | 2 + libc/sysv/consts/MS_SYNC.s | 2 - libc/sysv/consts/MS_SYNCHRONOUS.S | 2 + libc/sysv/consts/MS_SYNCHRONOUS.s | 2 - libc/sysv/consts/MS_UNBINDABLE.S | 2 + libc/sysv/consts/MS_UNBINDABLE.s | 2 - libc/sysv/consts/NBBY.S | 2 + libc/sysv/consts/NBBY.s | 2 - libc/sysv/consts/NCCS.S | 2 + libc/sysv/consts/NCCS.s | 2 - libc/sysv/consts/NETGRAPHDISC.S | 2 + libc/sysv/consts/NETGRAPHDISC.s | 2 - libc/sysv/consts/NGROUPS_MAX.S | 2 + libc/sysv/consts/NGROUPS_MAX.s | 2 - libc/sysv/consts/NL0.S | 2 + libc/sysv/consts/NL0.s | 2 - libc/sysv/consts/NL1.S | 2 + libc/sysv/consts/NL1.s | 2 - libc/sysv/consts/NL2.S | 2 + libc/sysv/consts/NL2.s | 2 - libc/sysv/consts/NL3.S | 2 + libc/sysv/consts/NL3.s | 2 - libc/sysv/consts/NLDLY.S | 2 + libc/sysv/consts/NLDLY.s | 2 - libc/sysv/consts/NMEADISC.S | 2 + libc/sysv/consts/NMEADISC.s | 2 - libc/sysv/consts/NOFLSH.S | 2 + libc/sysv/consts/NOFLSH.s | 2 - libc/sysv/consts/NO_ADDRESS.S | 2 + libc/sysv/consts/NO_ADDRESS.s | 2 - libc/sysv/consts/NO_SENSE.S | 2 + libc/sysv/consts/NO_SENSE.s | 2 - libc/sysv/consts/NR_DQHASH.S | 2 + libc/sysv/consts/NR_DQHASH.s | 2 - libc/sysv/consts/NR_DQUOTS.S | 2 + libc/sysv/consts/NR_DQUOTS.s | 2 - libc/sysv/consts/OCRNL.S | 2 + libc/sysv/consts/OCRNL.s | 2 - libc/sysv/consts/OFDEL.S | 2 + libc/sysv/consts/OFDEL.s | 2 - libc/sysv/consts/OFILL.S | 2 + libc/sysv/consts/OFILL.s | 2 - libc/sysv/consts/OLCUC.S | 2 + libc/sysv/consts/OLCUC.s | 2 - libc/sysv/consts/ONLCR.S | 2 + libc/sysv/consts/ONLCR.s | 2 - libc/sysv/consts/ONLRET.S | 2 + libc/sysv/consts/ONLRET.s | 2 - libc/sysv/consts/ONOCR.S | 2 + libc/sysv/consts/ONOCR.s | 2 - libc/sysv/consts/OPOST.S | 2 + libc/sysv/consts/OPOST.s | 2 - libc/sysv/consts/O_ACCMODE.S | 2 + libc/sysv/consts/O_ACCMODE.s | 2 - libc/sysv/consts/O_APPEND.S | 2 + libc/sysv/consts/O_APPEND.s | 2 - libc/sysv/consts/O_ASYNC.S | 2 + libc/sysv/consts/O_ASYNC.s | 2 - libc/sysv/consts/O_CLOEXEC.S | 2 + libc/sysv/consts/O_CLOEXEC.s | 2 - libc/sysv/consts/O_COMPRESSED.S | 2 + libc/sysv/consts/O_COMPRESSED.s | 2 - libc/sysv/consts/O_CREAT.S | 2 + libc/sysv/consts/O_CREAT.s | 2 - libc/sysv/consts/O_DIRECT.S | 2 + libc/sysv/consts/O_DIRECT.s | 2 - libc/sysv/consts/O_DIRECTORY.S | 2 + libc/sysv/consts/O_DIRECTORY.s | 2 - libc/sysv/consts/O_DSYNC.S | 2 + libc/sysv/consts/O_DSYNC.s | 2 - libc/sysv/consts/O_EXCL.S | 2 + libc/sysv/consts/O_EXCL.s | 2 - libc/sysv/consts/O_EXEC.S | 2 + libc/sysv/consts/O_EXEC.s | 2 - libc/sysv/consts/O_EXLOCK.S | 2 + libc/sysv/consts/O_EXLOCK.s | 2 - libc/sysv/consts/O_INDEXED.S | 2 + libc/sysv/consts/O_INDEXED.s | 2 - libc/sysv/consts/O_LARGEFILE.S | 2 + libc/sysv/consts/O_LARGEFILE.s | 2 - libc/sysv/consts/O_NDELAY.S | 2 + libc/sysv/consts/O_NDELAY.s | 2 - libc/sysv/consts/O_NOATIME.S | 2 + libc/sysv/consts/O_NOATIME.s | 2 - libc/sysv/consts/O_NOCTTY.S | 2 + libc/sysv/consts/O_NOCTTY.s | 2 - libc/sysv/consts/O_NOFOLLOW.S | 2 + libc/sysv/consts/O_NOFOLLOW.s | 2 - libc/sysv/consts/O_NOFOLLOW_ANY.S | 2 + libc/sysv/consts/O_NOFOLLOW_ANY.s | 2 - libc/sysv/consts/O_NONBLOCK.S | 2 + libc/sysv/consts/O_NONBLOCK.s | 2 - libc/sysv/consts/O_PATH.S | 2 + libc/sysv/consts/O_PATH.s | 2 - libc/sysv/consts/O_RANDOM.S | 2 + libc/sysv/consts/O_RANDOM.s | 2 - libc/sysv/consts/O_RDONLY.S | 2 + libc/sysv/consts/O_RDONLY.s | 2 - libc/sysv/consts/O_RDWR.S | 2 + libc/sysv/consts/O_RDWR.s | 2 - libc/sysv/consts/O_RSYNC.S | 2 + libc/sysv/consts/O_RSYNC.s | 2 - libc/sysv/consts/O_SEARCH.S | 2 + libc/sysv/consts/O_SEARCH.s | 2 - libc/sysv/consts/O_SEQUENTIAL.S | 2 + libc/sysv/consts/O_SEQUENTIAL.s | 2 - libc/sysv/consts/O_SHLOCK.S | 2 + libc/sysv/consts/O_SHLOCK.s | 2 - libc/sysv/consts/O_SPARSE.S | 2 + libc/sysv/consts/O_SPARSE.s | 2 - libc/sysv/consts/O_SYNC.S | 2 + libc/sysv/consts/O_SYNC.s | 2 - libc/sysv/consts/O_TMPFILE.S | 2 + libc/sysv/consts/O_TMPFILE.s | 2 - libc/sysv/consts/O_TRUNC.S | 2 + libc/sysv/consts/O_TRUNC.s | 2 - libc/sysv/consts/O_TTY_INIT.S | 2 + libc/sysv/consts/O_TTY_INIT.s | 2 - libc/sysv/consts/O_VERIFY.S | 2 + libc/sysv/consts/O_VERIFY.s | 2 - libc/sysv/consts/O_WRONLY.S | 2 + libc/sysv/consts/O_WRONLY.s | 2 - libc/sysv/consts/PARENB.S | 2 + libc/sysv/consts/PARENB.s | 2 - libc/sysv/consts/PARMRK.S | 2 + libc/sysv/consts/PARMRK.s | 2 - libc/sysv/consts/PARODD.S | 2 + libc/sysv/consts/PARODD.s | 2 - libc/sysv/consts/PENDIN.S | 2 + libc/sysv/consts/PENDIN.s | 2 - libc/sysv/consts/PERSISTENT_RESERVE_IN.S | 2 + libc/sysv/consts/PERSISTENT_RESERVE_IN.s | 2 - libc/sysv/consts/PERSISTENT_RESERVE_OUT.S | 2 + libc/sysv/consts/PERSISTENT_RESERVE_OUT.s | 2 - libc/sysv/consts/PF_ALG.S | 2 + libc/sysv/consts/PF_ALG.s | 2 - libc/sysv/consts/PF_APPLETALK.S | 2 + libc/sysv/consts/PF_APPLETALK.s | 2 - libc/sysv/consts/PF_ASH.S | 2 + libc/sysv/consts/PF_ASH.s | 2 - libc/sysv/consts/PF_ATMPVC.S | 2 + libc/sysv/consts/PF_ATMPVC.s | 2 - libc/sysv/consts/PF_ATMSVC.S | 2 + libc/sysv/consts/PF_ATMSVC.s | 2 - libc/sysv/consts/PF_AX25.S | 2 + libc/sysv/consts/PF_AX25.s | 2 - libc/sysv/consts/PF_BLUETOOTH.S | 2 + libc/sysv/consts/PF_BLUETOOTH.s | 2 - libc/sysv/consts/PF_BRIDGE.S | 2 + libc/sysv/consts/PF_BRIDGE.s | 2 - libc/sysv/consts/PF_CAIF.S | 2 + libc/sysv/consts/PF_CAIF.s | 2 - libc/sysv/consts/PF_CAN.S | 2 + libc/sysv/consts/PF_CAN.s | 2 - libc/sysv/consts/PF_ECONET.S | 2 + libc/sysv/consts/PF_ECONET.s | 2 - libc/sysv/consts/PF_FILE.S | 2 + libc/sysv/consts/PF_FILE.s | 2 - libc/sysv/consts/PF_IB.S | 2 + libc/sysv/consts/PF_IB.s | 2 - libc/sysv/consts/PF_IEEE802154.S | 2 + libc/sysv/consts/PF_IEEE802154.s | 2 - libc/sysv/consts/PF_INET.S | 2 + libc/sysv/consts/PF_INET.s | 2 - libc/sysv/consts/PF_INET6.S | 2 + libc/sysv/consts/PF_INET6.s | 2 - libc/sysv/consts/PF_IPX.S | 2 + libc/sysv/consts/PF_IPX.s | 2 - libc/sysv/consts/PF_IRDA.S | 2 + libc/sysv/consts/PF_IRDA.s | 2 - libc/sysv/consts/PF_ISDN.S | 2 + libc/sysv/consts/PF_ISDN.s | 2 - libc/sysv/consts/PF_IUCV.S | 2 + libc/sysv/consts/PF_IUCV.s | 2 - libc/sysv/consts/PF_KCM.S | 2 + libc/sysv/consts/PF_KCM.s | 2 - libc/sysv/consts/PF_KEY.S | 2 + libc/sysv/consts/PF_KEY.s | 2 - libc/sysv/consts/PF_LLC.S | 2 + libc/sysv/consts/PF_LLC.s | 2 - libc/sysv/consts/PF_LOCAL.S | 2 + libc/sysv/consts/PF_LOCAL.s | 2 - libc/sysv/consts/PF_MAX.S | 2 + libc/sysv/consts/PF_MAX.s | 2 - libc/sysv/consts/PF_MPLS.S | 2 + libc/sysv/consts/PF_MPLS.s | 2 - libc/sysv/consts/PF_NETBEUI.S | 2 + libc/sysv/consts/PF_NETBEUI.s | 2 - libc/sysv/consts/PF_NETLINK.S | 2 + libc/sysv/consts/PF_NETLINK.s | 2 - libc/sysv/consts/PF_NETROM.S | 2 + libc/sysv/consts/PF_NETROM.s | 2 - libc/sysv/consts/PF_NFC.S | 2 + libc/sysv/consts/PF_NFC.s | 2 - libc/sysv/consts/PF_PACKET.S | 2 + libc/sysv/consts/PF_PACKET.s | 2 - libc/sysv/consts/PF_PHONET.S | 2 + libc/sysv/consts/PF_PHONET.s | 2 - libc/sysv/consts/PF_PPPOX.S | 2 + libc/sysv/consts/PF_PPPOX.s | 2 - libc/sysv/consts/PF_RDS.S | 2 + libc/sysv/consts/PF_RDS.s | 2 - libc/sysv/consts/PF_ROSE.S | 2 + libc/sysv/consts/PF_ROSE.s | 2 - libc/sysv/consts/PF_ROUTE.S | 2 + libc/sysv/consts/PF_ROUTE.s | 2 - libc/sysv/consts/PF_RXRPC.S | 2 + libc/sysv/consts/PF_RXRPC.s | 2 - libc/sysv/consts/PF_SECURITY.S | 2 + libc/sysv/consts/PF_SECURITY.s | 2 - libc/sysv/consts/PF_SNA.S | 2 + libc/sysv/consts/PF_SNA.s | 2 - libc/sysv/consts/PF_TIPC.S | 2 + libc/sysv/consts/PF_TIPC.s | 2 - libc/sysv/consts/PF_UNIX.S | 2 + libc/sysv/consts/PF_UNIX.s | 2 - libc/sysv/consts/PF_UNSPEC.S | 2 + libc/sysv/consts/PF_UNSPEC.s | 2 - libc/sysv/consts/PF_VSOCK.S | 2 + libc/sysv/consts/PF_VSOCK.s | 2 - libc/sysv/consts/PF_WANPIPE.S | 2 + libc/sysv/consts/PF_WANPIPE.s | 2 - libc/sysv/consts/PF_X25.S | 2 + libc/sysv/consts/PF_X25.s | 2 - libc/sysv/consts/PIO_FONT.S | 2 + libc/sysv/consts/PIO_FONT.s | 2 - libc/sysv/consts/PIO_FONT8x14.S | 2 + libc/sysv/consts/PIO_FONT8x14.s | 2 - libc/sysv/consts/PIO_FONT8x16.S | 2 + libc/sysv/consts/PIO_FONT8x16.s | 2 - libc/sysv/consts/PIO_FONT8x8.S | 2 + libc/sysv/consts/PIO_FONT8x8.s | 2 - libc/sysv/consts/PIO_FONTRESET.S | 2 + libc/sysv/consts/PIO_FONTRESET.s | 2 - libc/sysv/consts/PIO_FONTX.S | 2 + libc/sysv/consts/PIO_FONTX.s | 2 - libc/sysv/consts/PIO_VFONT.S | 2 + libc/sysv/consts/PIO_VFONT.s | 2 - libc/sysv/consts/PIPE_BUF.S | 2 + libc/sysv/consts/PIPE_BUF.s | 2 - libc/sysv/consts/POLLERR.S | 2 + libc/sysv/consts/POLLERR.s | 2 - libc/sysv/consts/POLLHUP.S | 2 + libc/sysv/consts/POLLHUP.s | 2 - libc/sysv/consts/POLLIN.S | 2 + libc/sysv/consts/POLLIN.s | 2 - libc/sysv/consts/POLLNVAL.S | 2 + libc/sysv/consts/POLLNVAL.s | 2 - libc/sysv/consts/POLLOUT.S | 2 + libc/sysv/consts/POLLOUT.s | 2 - libc/sysv/consts/POLLPRI.S | 2 + libc/sysv/consts/POLLPRI.s | 2 - libc/sysv/consts/POLLRDBAND.S | 2 + libc/sysv/consts/POLLRDBAND.s | 2 - libc/sysv/consts/POLLRDHUP.S | 2 + libc/sysv/consts/POLLRDHUP.s | 2 - libc/sysv/consts/POLLRDNORM.S | 2 + libc/sysv/consts/POLLRDNORM.s | 2 - libc/sysv/consts/POLLWRBAND.S | 2 + libc/sysv/consts/POLLWRBAND.s | 2 - libc/sysv/consts/POLLWRNORM.S | 2 + libc/sysv/consts/POLLWRNORM.s | 2 - libc/sysv/consts/POLL_ERR.S | 2 + libc/sysv/consts/POLL_ERR.s | 2 - libc/sysv/consts/POLL_HUP.S | 2 + libc/sysv/consts/POLL_HUP.s | 2 - libc/sysv/consts/POLL_IN.S | 2 + libc/sysv/consts/POLL_IN.s | 2 - libc/sysv/consts/POLL_MSG.S | 2 + libc/sysv/consts/POLL_MSG.s | 2 - libc/sysv/consts/POLL_OUT.S | 2 + libc/sysv/consts/POLL_OUT.s | 2 - libc/sysv/consts/POLL_PRI.S | 2 + libc/sysv/consts/POLL_PRI.s | 2 - libc/sysv/consts/POSIX_FADV_DONTNEED.S | 2 + libc/sysv/consts/POSIX_FADV_DONTNEED.s | 2 - libc/sysv/consts/POSIX_FADV_NOREUSE.S | 2 + libc/sysv/consts/POSIX_FADV_NOREUSE.s | 2 - libc/sysv/consts/POSIX_FADV_NORMAL.S | 2 + libc/sysv/consts/POSIX_FADV_NORMAL.s | 2 - libc/sysv/consts/POSIX_FADV_RANDOM.S | 2 + libc/sysv/consts/POSIX_FADV_RANDOM.s | 2 - libc/sysv/consts/POSIX_FADV_SEQUENTIAL.S | 2 + libc/sysv/consts/POSIX_FADV_SEQUENTIAL.s | 2 - libc/sysv/consts/POSIX_FADV_WILLNEED.S | 2 + libc/sysv/consts/POSIX_FADV_WILLNEED.s | 2 - libc/sysv/consts/POSIX_MADV_DONTNEED.S | 2 + libc/sysv/consts/POSIX_MADV_DONTNEED.s | 2 - libc/sysv/consts/POSIX_MADV_NORMAL.S | 2 + libc/sysv/consts/POSIX_MADV_NORMAL.s | 2 - libc/sysv/consts/POSIX_MADV_RANDOM.S | 2 + libc/sysv/consts/POSIX_MADV_RANDOM.s | 2 - libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S | 2 + libc/sysv/consts/POSIX_MADV_SEQUENTIAL.s | 2 - libc/sysv/consts/POSIX_MADV_WILLNEED.S | 2 + libc/sysv/consts/POSIX_MADV_WILLNEED.s | 2 - libc/sysv/consts/PPPDISC.S | 2 + libc/sysv/consts/PPPDISC.s | 2 - libc/sysv/consts/PRELIM.S | 2 + libc/sysv/consts/PRELIM.s | 2 - libc/sysv/consts/PRIO_MAX.S | 2 + libc/sysv/consts/PRIO_MAX.s | 2 - libc/sysv/consts/PRIO_MIN.S | 2 + libc/sysv/consts/PRIO_MIN.s | 2 - libc/sysv/consts/PRIO_PGRP.S | 2 + libc/sysv/consts/PRIO_PGRP.s | 2 - libc/sysv/consts/PRIO_PROCESS.S | 2 + libc/sysv/consts/PRIO_PROCESS.s | 2 - libc/sysv/consts/PRIO_USER.S | 2 + libc/sysv/consts/PRIO_USER.s | 2 - libc/sysv/consts/PROT_EXEC.S | 2 + libc/sysv/consts/PROT_EXEC.s | 2 - libc/sysv/consts/PROT_GROWSDOWN.S | 2 + libc/sysv/consts/PROT_GROWSDOWN.s | 2 - libc/sysv/consts/PROT_GROWSUP.S | 2 + libc/sysv/consts/PROT_GROWSUP.s | 2 - libc/sysv/consts/PROT_NONE.S | 2 + libc/sysv/consts/PROT_NONE.s | 2 - libc/sysv/consts/PROT_READ.S | 2 + libc/sysv/consts/PROT_READ.s | 2 - libc/sysv/consts/PROT_WRITE.S | 2 + libc/sysv/consts/PROT_WRITE.s | 2 - libc/sysv/consts/PTMGET.S | 2 + libc/sysv/consts/PTMGET.s | 2 - libc/sysv/consts/PTRACE_ATTACH.S | 2 + libc/sysv/consts/PTRACE_ATTACH.s | 2 - libc/sysv/consts/PTRACE_CONT.S | 2 + libc/sysv/consts/PTRACE_CONT.s | 2 - libc/sysv/consts/PTRACE_DETACH.S | 2 + libc/sysv/consts/PTRACE_DETACH.s | 2 - libc/sysv/consts/PTRACE_EVENT_CLONE.S | 2 + libc/sysv/consts/PTRACE_EVENT_CLONE.s | 2 - libc/sysv/consts/PTRACE_EVENT_EXEC.S | 2 + libc/sysv/consts/PTRACE_EVENT_EXEC.s | 2 - libc/sysv/consts/PTRACE_EVENT_EXIT.S | 2 + libc/sysv/consts/PTRACE_EVENT_EXIT.s | 2 - libc/sysv/consts/PTRACE_EVENT_FORK.S | 2 + libc/sysv/consts/PTRACE_EVENT_FORK.s | 2 - libc/sysv/consts/PTRACE_EVENT_SECCOMP.S | 2 + libc/sysv/consts/PTRACE_EVENT_SECCOMP.s | 2 - libc/sysv/consts/PTRACE_EVENT_STOP.S | 2 + libc/sysv/consts/PTRACE_EVENT_STOP.s | 2 - libc/sysv/consts/PTRACE_EVENT_VFORK.S | 2 + libc/sysv/consts/PTRACE_EVENT_VFORK.s | 2 - libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.S | 2 + libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.s | 2 - libc/sysv/consts/PTRACE_GETEVENTMSG.S | 2 + libc/sysv/consts/PTRACE_GETEVENTMSG.s | 2 - libc/sysv/consts/PTRACE_GETFPREGS.S | 2 + libc/sysv/consts/PTRACE_GETFPREGS.s | 2 - libc/sysv/consts/PTRACE_GETFPXREGS.S | 2 + libc/sysv/consts/PTRACE_GETFPXREGS.s | 2 - libc/sysv/consts/PTRACE_GETREGS.S | 2 + libc/sysv/consts/PTRACE_GETREGS.s | 2 - libc/sysv/consts/PTRACE_GETREGSET.S | 2 + libc/sysv/consts/PTRACE_GETREGSET.s | 2 - libc/sysv/consts/PTRACE_GETSIGINFO.S | 2 + libc/sysv/consts/PTRACE_GETSIGINFO.s | 2 - libc/sysv/consts/PTRACE_GETSIGMASK.S | 2 + libc/sysv/consts/PTRACE_GETSIGMASK.s | 2 - libc/sysv/consts/PTRACE_INTERRUPT.S | 2 + libc/sysv/consts/PTRACE_INTERRUPT.s | 2 - libc/sysv/consts/PTRACE_KILL.S | 2 + libc/sysv/consts/PTRACE_KILL.s | 2 - libc/sysv/consts/PTRACE_LISTEN.S | 2 + libc/sysv/consts/PTRACE_LISTEN.s | 2 - libc/sysv/consts/PTRACE_O_MASK.S | 2 + libc/sysv/consts/PTRACE_O_MASK.s | 2 - libc/sysv/consts/PTRACE_O_TRACECLONE.S | 2 + libc/sysv/consts/PTRACE_O_TRACECLONE.s | 2 - libc/sysv/consts/PTRACE_O_TRACEEXEC.S | 2 + libc/sysv/consts/PTRACE_O_TRACEEXEC.s | 2 - libc/sysv/consts/PTRACE_O_TRACEEXIT.S | 2 + libc/sysv/consts/PTRACE_O_TRACEEXIT.s | 2 - libc/sysv/consts/PTRACE_O_TRACEFORK.S | 2 + libc/sysv/consts/PTRACE_O_TRACEFORK.s | 2 - libc/sysv/consts/PTRACE_O_TRACESECCOMP.S | 2 + libc/sysv/consts/PTRACE_O_TRACESECCOMP.s | 2 - libc/sysv/consts/PTRACE_O_TRACESYSGOOD.S | 2 + libc/sysv/consts/PTRACE_O_TRACESYSGOOD.s | 2 - libc/sysv/consts/PTRACE_O_TRACEVFORK.S | 2 + libc/sysv/consts/PTRACE_O_TRACEVFORK.s | 2 - libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.S | 2 + libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.s | 2 - libc/sysv/consts/PTRACE_PEEKDATA.S | 2 + libc/sysv/consts/PTRACE_PEEKDATA.s | 2 - libc/sysv/consts/PTRACE_PEEKSIGINFO.S | 2 + libc/sysv/consts/PTRACE_PEEKSIGINFO.s | 2 - libc/sysv/consts/PTRACE_PEEKTEXT.S | 2 + libc/sysv/consts/PTRACE_PEEKTEXT.s | 2 - libc/sysv/consts/PTRACE_PEEKUSER.S | 2 + libc/sysv/consts/PTRACE_PEEKUSER.s | 2 - libc/sysv/consts/PTRACE_POKEDATA.S | 2 + libc/sysv/consts/PTRACE_POKEDATA.s | 2 - libc/sysv/consts/PTRACE_POKETEXT.S | 2 + libc/sysv/consts/PTRACE_POKETEXT.s | 2 - libc/sysv/consts/PTRACE_POKEUSER.S | 2 + libc/sysv/consts/PTRACE_POKEUSER.s | 2 - libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.S | 2 + libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.s | 2 - libc/sysv/consts/PTRACE_SEIZE.S | 2 + libc/sysv/consts/PTRACE_SEIZE.s | 2 - libc/sysv/consts/PTRACE_SETFPREGS.S | 2 + libc/sysv/consts/PTRACE_SETFPREGS.s | 2 - libc/sysv/consts/PTRACE_SETFPXREGS.S | 2 + libc/sysv/consts/PTRACE_SETFPXREGS.s | 2 - libc/sysv/consts/PTRACE_SETOPTIONS.S | 2 + libc/sysv/consts/PTRACE_SETOPTIONS.s | 2 - libc/sysv/consts/PTRACE_SETREGS.S | 2 + libc/sysv/consts/PTRACE_SETREGS.s | 2 - libc/sysv/consts/PTRACE_SETREGSET.S | 2 + libc/sysv/consts/PTRACE_SETREGSET.s | 2 - libc/sysv/consts/PTRACE_SETSIGINFO.S | 2 + libc/sysv/consts/PTRACE_SETSIGINFO.s | 2 - libc/sysv/consts/PTRACE_SETSIGMASK.S | 2 + libc/sysv/consts/PTRACE_SETSIGMASK.s | 2 - libc/sysv/consts/PTRACE_SINGLESTEP.S | 2 + libc/sysv/consts/PTRACE_SINGLESTEP.s | 2 - libc/sysv/consts/PTRACE_SYSCALL.S | 2 + libc/sysv/consts/PTRACE_SYSCALL.s | 2 - libc/sysv/consts/PTRACE_TRACEME.S | 2 + libc/sysv/consts/PTRACE_TRACEME.s | 2 - libc/sysv/consts/Q_GETFMT.S | 2 + libc/sysv/consts/Q_GETFMT.s | 2 - libc/sysv/consts/Q_GETINFO.S | 2 + libc/sysv/consts/Q_GETINFO.s | 2 - libc/sysv/consts/Q_GETQUOTA.S | 2 + libc/sysv/consts/Q_GETQUOTA.s | 2 - libc/sysv/consts/Q_QUOTAOFF.S | 2 + libc/sysv/consts/Q_QUOTAOFF.s | 2 - libc/sysv/consts/Q_QUOTAON.S | 2 + libc/sysv/consts/Q_QUOTAON.s | 2 - libc/sysv/consts/Q_SETINFO.S | 2 + libc/sysv/consts/Q_SETINFO.s | 2 - libc/sysv/consts/Q_SETQUOTA.S | 2 + libc/sysv/consts/Q_SETQUOTA.s | 2 - libc/sysv/consts/Q_SYNC.S | 2 + libc/sysv/consts/Q_SYNC.s | 2 - libc/sysv/consts/RB_AUTOBOOT.S | 2 + libc/sysv/consts/RB_AUTOBOOT.s | 2 - libc/sysv/consts/RB_DISABLE_CAD.S | 2 + libc/sysv/consts/RB_DISABLE_CAD.s | 2 - libc/sysv/consts/RB_ENABLE_CAD.S | 2 + libc/sysv/consts/RB_ENABLE_CAD.s | 2 - libc/sysv/consts/RB_HALT.S | 2 + libc/sysv/consts/RB_HALT.s | 2 - libc/sysv/consts/RB_HALT_SYSTEM.S | 2 + libc/sysv/consts/RB_HALT_SYSTEM.s | 2 - libc/sysv/consts/RB_KEXEC.S | 2 + libc/sysv/consts/RB_KEXEC.s | 2 - libc/sysv/consts/RB_NOSYNC.S | 2 + libc/sysv/consts/RB_NOSYNC.s | 2 - libc/sysv/consts/RB_POWERDOWN.S | 2 + libc/sysv/consts/RB_POWERDOWN.s | 2 - libc/sysv/consts/RB_POWEROFF.S | 2 + libc/sysv/consts/RB_POWEROFF.s | 2 - libc/sysv/consts/RB_POWER_OFF.S | 2 + libc/sysv/consts/RB_POWER_OFF.s | 2 - libc/sysv/consts/RB_SW_SUSPEND.S | 2 + libc/sysv/consts/RB_SW_SUSPEND.s | 2 - libc/sysv/consts/REGTYPE.S | 2 + libc/sysv/consts/REGTYPE.s | 2 - libc/sysv/consts/RES_PRF_CLASS.S | 2 + libc/sysv/consts/RES_PRF_CLASS.s | 2 - libc/sysv/consts/RHF_GUARANTEE_START_INIT.S | 2 + libc/sysv/consts/RHF_GUARANTEE_START_INIT.s | 2 - libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.S | 2 + libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.s | 2 - libc/sysv/consts/RLIMIT_AS.S | 2 + libc/sysv/consts/RLIMIT_AS.s | 2 - libc/sysv/consts/RLIMIT_CORE.S | 2 + libc/sysv/consts/RLIMIT_CORE.s | 2 - libc/sysv/consts/RLIMIT_CPU.S | 2 + libc/sysv/consts/RLIMIT_CPU.s | 2 - libc/sysv/consts/RLIMIT_DATA.S | 2 + libc/sysv/consts/RLIMIT_DATA.s | 2 - libc/sysv/consts/RLIMIT_FSIZE.S | 2 + libc/sysv/consts/RLIMIT_FSIZE.s | 2 - libc/sysv/consts/RLIMIT_LOCKS.S | 2 + libc/sysv/consts/RLIMIT_LOCKS.s | 2 - libc/sysv/consts/RLIMIT_MEMLOCK.S | 2 + libc/sysv/consts/RLIMIT_MEMLOCK.s | 2 - libc/sysv/consts/RLIMIT_MSGQUEUE.S | 2 + libc/sysv/consts/RLIMIT_MSGQUEUE.s | 2 - libc/sysv/consts/RLIMIT_NICE.S | 2 + libc/sysv/consts/RLIMIT_NICE.s | 2 - libc/sysv/consts/RLIMIT_NOFILE.S | 2 + libc/sysv/consts/RLIMIT_NOFILE.s | 2 - libc/sysv/consts/RLIMIT_NPROC.S | 2 + libc/sysv/consts/RLIMIT_NPROC.s | 2 - libc/sysv/consts/RLIMIT_NPTS.S | 2 + libc/sysv/consts/RLIMIT_NPTS.s | 2 - libc/sysv/consts/RLIMIT_RSS.S | 2 + libc/sysv/consts/RLIMIT_RSS.s | 2 - libc/sysv/consts/RLIMIT_RTPRIO.S | 2 + libc/sysv/consts/RLIMIT_RTPRIO.s | 2 - libc/sysv/consts/RLIMIT_RTTIME.S | 2 + libc/sysv/consts/RLIMIT_RTTIME.s | 2 - libc/sysv/consts/RLIMIT_SBSIZE.S | 2 + libc/sysv/consts/RLIMIT_SBSIZE.s | 2 - libc/sysv/consts/RLIMIT_SIGPENDING.S | 2 + libc/sysv/consts/RLIMIT_SIGPENDING.s | 2 - libc/sysv/consts/RLIMIT_STACK.S | 2 + libc/sysv/consts/RLIMIT_STACK.s | 2 - libc/sysv/consts/RLIMIT_SWAP.S | 2 + libc/sysv/consts/RLIMIT_SWAP.s | 2 - libc/sysv/consts/RLIMIT_VMEM.S | 2 + libc/sysv/consts/RLIMIT_VMEM.s | 2 - libc/sysv/consts/RLIM_INFINITY.S | 2 + libc/sysv/consts/RLIM_INFINITY.s | 2 - libc/sysv/consts/RLIM_NLIMITS.S | 2 + libc/sysv/consts/RLIM_NLIMITS.s | 2 - libc/sysv/consts/RLIM_SAVED_CUR.S | 2 + libc/sysv/consts/RLIM_SAVED_CUR.s | 2 - libc/sysv/consts/RLIM_SAVED_MAX.S | 2 + libc/sysv/consts/RLIM_SAVED_MAX.s | 2 - libc/sysv/consts/RPM_PCO_ADD.S | 2 + libc/sysv/consts/RPM_PCO_ADD.s | 2 - libc/sysv/consts/RPM_PCO_CHANGE.S | 2 + libc/sysv/consts/RPM_PCO_CHANGE.s | 2 - libc/sysv/consts/RPM_PCO_SETGLOBAL.S | 2 + libc/sysv/consts/RPM_PCO_SETGLOBAL.s | 2 - libc/sysv/consts/RRQ.S | 2 + libc/sysv/consts/RRQ.s | 2 - libc/sysv/consts/RTF_NOFORWARD.S | 2 + libc/sysv/consts/RTF_NOFORWARD.s | 2 - libc/sysv/consts/RTF_NOPMTUDISC.S | 2 + libc/sysv/consts/RTF_NOPMTUDISC.s | 2 - libc/sysv/consts/RUSAGE_BOTH.S | 2 + libc/sysv/consts/RUSAGE_BOTH.s | 2 - libc/sysv/consts/RUSAGE_CHILDREN.S | 2 + libc/sysv/consts/RUSAGE_CHILDREN.s | 2 - libc/sysv/consts/RUSAGE_SELF.S | 2 + libc/sysv/consts/RUSAGE_SELF.s | 2 - libc/sysv/consts/RUSAGE_THREAD.S | 2 + libc/sysv/consts/RUSAGE_THREAD.s | 2 - libc/sysv/consts/R_OK.S | 2 + libc/sysv/consts/R_OK.s | 2 - libc/sysv/consts/SARMAG.S | 2 + libc/sysv/consts/SARMAG.s | 2 - libc/sysv/consts/SA_NOCLDSTOP.S | 2 + libc/sysv/consts/SA_NOCLDSTOP.s | 2 - libc/sysv/consts/SA_NOCLDWAIT.S | 2 + libc/sysv/consts/SA_NOCLDWAIT.s | 2 - libc/sysv/consts/SA_NODEFER.S | 2 + libc/sysv/consts/SA_NODEFER.s | 2 - libc/sysv/consts/SA_NOMASK.S | 2 + libc/sysv/consts/SA_NOMASK.s | 2 - libc/sysv/consts/SA_ONESHOT.S | 2 + libc/sysv/consts/SA_ONESHOT.s | 2 - libc/sysv/consts/SA_ONSTACK.S | 2 + libc/sysv/consts/SA_ONSTACK.s | 2 - libc/sysv/consts/SA_RESETHAND.S | 2 + libc/sysv/consts/SA_RESETHAND.s | 2 - libc/sysv/consts/SA_RESTART.S | 2 + libc/sysv/consts/SA_RESTART.s | 2 - libc/sysv/consts/SA_SIGINFO.S | 2 + libc/sysv/consts/SA_SIGINFO.s | 2 - libc/sysv/consts/SCHED_BATCH.S | 2 + libc/sysv/consts/SCHED_BATCH.s | 2 - libc/sysv/consts/SCHED_DEADLINE.S | 2 + libc/sysv/consts/SCHED_DEADLINE.s | 2 - libc/sysv/consts/SCHED_FIFO.S | 2 + libc/sysv/consts/SCHED_FIFO.s | 2 - libc/sysv/consts/SCHED_IDLE.S | 2 + libc/sysv/consts/SCHED_IDLE.s | 2 - libc/sysv/consts/SCHED_OTHER.S | 2 + libc/sysv/consts/SCHED_OTHER.s | 2 - libc/sysv/consts/SCHED_RESET_ON_FORK.S | 2 + libc/sysv/consts/SCHED_RESET_ON_FORK.s | 2 - libc/sysv/consts/SCHED_RR.S | 2 + libc/sysv/consts/SCHED_RR.s | 2 - libc/sysv/consts/SCM_CREDENTIALS.S | 2 + libc/sysv/consts/SCM_CREDENTIALS.s | 2 - libc/sysv/consts/SCM_RIGHTS.S | 2 + libc/sysv/consts/SCM_RIGHTS.s | 2 - libc/sysv/consts/SCM_TIMESTAMP.S | 2 + libc/sysv/consts/SCM_TIMESTAMP.s | 2 - libc/sysv/consts/SCM_TIMESTAMPING.S | 2 + libc/sysv/consts/SCM_TIMESTAMPING.s | 2 - libc/sysv/consts/SCM_TIMESTAMPNS.S | 2 + libc/sysv/consts/SCM_TIMESTAMPNS.s | 2 - libc/sysv/consts/SCM_WIFI_STATUS.S | 2 + libc/sysv/consts/SCM_WIFI_STATUS.s | 2 - libc/sysv/consts/SEEK_DATA.S | 2 + libc/sysv/consts/SEEK_DATA.s | 2 - libc/sysv/consts/SEEK_HOLE.S | 2 + libc/sysv/consts/SEEK_HOLE.s | 2 - libc/sysv/consts/SEGSIZE.S | 2 + libc/sysv/consts/SEGSIZE.s | 2 - libc/sysv/consts/SEGV_ACCERR.S | 2 + libc/sysv/consts/SEGV_ACCERR.s | 2 - libc/sysv/consts/SEGV_MAPERR.S | 2 + libc/sysv/consts/SEGV_MAPERR.s | 2 - libc/sysv/consts/SEGV_PKUERR.S | 2 + libc/sysv/consts/SEGV_PKUERR.s | 2 - libc/sysv/consts/SEND_DIAGNOSTIC.S | 2 + libc/sysv/consts/SEND_DIAGNOSTIC.s | 2 - libc/sysv/consts/SEND_VOLUME_TAG.S | 2 + libc/sysv/consts/SEND_VOLUME_TAG.s | 2 - libc/sysv/consts/SET_LIMITS.S | 2 + libc/sysv/consts/SET_LIMITS.s | 2 - libc/sysv/consts/SET_WINDOW.S | 2 + libc/sysv/consts/SET_WINDOW.s | 2 - libc/sysv/consts/SFD_CLOEXEC.S | 2 + libc/sysv/consts/SFD_CLOEXEC.s | 2 - libc/sysv/consts/SFD_NONBLOCK.S | 2 + libc/sysv/consts/SFD_NONBLOCK.s | 2 - libc/sysv/consts/SF_MNOWAIT.S | 2 + libc/sysv/consts/SF_MNOWAIT.s | 2 - libc/sysv/consts/SF_NODISKIO.S | 2 + libc/sysv/consts/SF_NODISKIO.s | 2 - libc/sysv/consts/SF_SYNC.S | 2 + libc/sysv/consts/SF_SYNC.s | 2 - libc/sysv/consts/SHM_ANON.S | 2 + libc/sysv/consts/SHM_ANON.s | 2 - libc/sysv/consts/SHM_DEST.S | 2 + libc/sysv/consts/SHM_DEST.s | 2 - libc/sysv/consts/SHM_EXEC.S | 2 + libc/sysv/consts/SHM_EXEC.s | 2 - libc/sysv/consts/SHM_HUGETLB.S | 2 + libc/sysv/consts/SHM_HUGETLB.s | 2 - libc/sysv/consts/SHM_INFO.S | 2 + libc/sysv/consts/SHM_INFO.s | 2 - libc/sysv/consts/SHM_LOCK.S | 2 + libc/sysv/consts/SHM_LOCK.s | 2 - libc/sysv/consts/SHM_LOCKED.S | 2 + libc/sysv/consts/SHM_LOCKED.s | 2 - libc/sysv/consts/SHM_NORESERVE.S | 2 + libc/sysv/consts/SHM_NORESERVE.s | 2 - libc/sysv/consts/SHM_R.S | 2 + libc/sysv/consts/SHM_R.s | 2 - libc/sysv/consts/SHM_RDONLY.S | 2 + libc/sysv/consts/SHM_RDONLY.s | 2 - libc/sysv/consts/SHM_REMAP.S | 2 + libc/sysv/consts/SHM_REMAP.s | 2 - libc/sysv/consts/SHM_RND.S | 2 + libc/sysv/consts/SHM_RND.s | 2 - libc/sysv/consts/SHM_STAT.S | 2 + libc/sysv/consts/SHM_STAT.s | 2 - libc/sysv/consts/SHM_UNLOCK.S | 2 + libc/sysv/consts/SHM_UNLOCK.s | 2 - libc/sysv/consts/SHM_W.S | 2 + libc/sysv/consts/SHM_W.s | 2 - libc/sysv/consts/SHUT_RD.S | 2 + libc/sysv/consts/SHUT_RD.s | 2 - libc/sysv/consts/SHUT_RDWR.S | 2 + libc/sysv/consts/SHUT_RDWR.s | 2 - libc/sysv/consts/SHUT_WR.S | 2 + libc/sysv/consts/SHUT_WR.s | 2 - libc/sysv/consts/SIGABRT.S | 2 + libc/sysv/consts/SIGABRT.s | 2 - libc/sysv/consts/SIGALRM.S | 2 + libc/sysv/consts/SIGALRM.s | 2 - libc/sysv/consts/SIGBUS.S | 2 + libc/sysv/consts/SIGBUS.s | 2 - libc/sysv/consts/SIGCHLD.S | 2 + libc/sysv/consts/SIGCHLD.s | 2 - libc/sysv/consts/SIGCONT.S | 2 + libc/sysv/consts/SIGCONT.s | 2 - libc/sysv/consts/SIGEMT.S | 2 + libc/sysv/consts/SIGEMT.s | 2 - libc/sysv/consts/SIGEV_NONE.S | 2 + libc/sysv/consts/SIGEV_NONE.s | 2 - libc/sysv/consts/SIGEV_SIGNAL.S | 2 + libc/sysv/consts/SIGEV_SIGNAL.s | 2 - libc/sysv/consts/SIGEV_THREAD.S | 2 + libc/sysv/consts/SIGEV_THREAD.s | 2 - libc/sysv/consts/SIGFPE.S | 2 + libc/sysv/consts/SIGFPE.s | 2 - libc/sysv/consts/SIGHUP.S | 2 + libc/sysv/consts/SIGHUP.s | 2 - libc/sysv/consts/SIGILL.S | 2 + libc/sysv/consts/SIGILL.s | 2 - libc/sysv/consts/SIGINFO.S | 2 + libc/sysv/consts/SIGINFO.s | 2 - libc/sysv/consts/SIGINT.S | 2 + libc/sysv/consts/SIGINT.s | 2 - libc/sysv/consts/SIGIO.S | 2 + libc/sysv/consts/SIGIO.s | 2 - libc/sysv/consts/SIGIOT.S | 2 + libc/sysv/consts/SIGIOT.s | 2 - libc/sysv/consts/SIGKILL.S | 2 + libc/sysv/consts/SIGKILL.s | 2 - libc/sysv/consts/SIGPIPE.S | 2 + libc/sysv/consts/SIGPIPE.s | 2 - libc/sysv/consts/SIGPOLL.S | 2 + libc/sysv/consts/SIGPOLL.s | 2 - libc/sysv/consts/SIGPROF.S | 2 + libc/sysv/consts/SIGPROF.s | 2 - libc/sysv/consts/SIGPWR.S | 2 + libc/sysv/consts/SIGPWR.s | 2 - libc/sysv/consts/SIGQUIT.S | 2 + libc/sysv/consts/SIGQUIT.s | 2 - libc/sysv/consts/SIGRTMAX.S | 2 + libc/sysv/consts/SIGRTMAX.s | 2 - libc/sysv/consts/SIGRTMIN.S | 2 + libc/sysv/consts/SIGRTMIN.s | 2 - libc/sysv/consts/SIGSEGV.S | 2 + libc/sysv/consts/SIGSEGV.s | 2 - libc/sysv/consts/SIGSTKFLT.S | 2 + libc/sysv/consts/SIGSTKFLT.s | 2 - libc/sysv/consts/SIGSTOP.S | 2 + libc/sysv/consts/SIGSTOP.s | 2 - libc/sysv/consts/SIGSYS.S | 2 + libc/sysv/consts/SIGSYS.s | 2 - libc/sysv/consts/SIGTERM.S | 2 + libc/sysv/consts/SIGTERM.s | 2 - libc/sysv/consts/SIGTHR.S | 2 + libc/sysv/consts/SIGTHR.s | 2 - libc/sysv/consts/SIGTRAP.S | 2 + libc/sysv/consts/SIGTRAP.s | 2 - libc/sysv/consts/SIGTSTP.S | 2 + libc/sysv/consts/SIGTSTP.s | 2 - libc/sysv/consts/SIGTTIN.S | 2 + libc/sysv/consts/SIGTTIN.s | 2 - libc/sysv/consts/SIGTTOU.S | 2 + libc/sysv/consts/SIGTTOU.s | 2 - libc/sysv/consts/SIGURG.S | 2 + libc/sysv/consts/SIGURG.s | 2 - libc/sysv/consts/SIGUSR1.S | 2 + libc/sysv/consts/SIGUSR1.s | 2 - libc/sysv/consts/SIGUSR2.S | 2 + libc/sysv/consts/SIGUSR2.s | 2 - libc/sysv/consts/SIGVTALRM.S | 2 + libc/sysv/consts/SIGVTALRM.s | 2 - libc/sysv/consts/SIGWINCH.S | 2 + libc/sysv/consts/SIGWINCH.s | 2 - libc/sysv/consts/SIGXCPU.S | 2 + libc/sysv/consts/SIGXCPU.s | 2 - libc/sysv/consts/SIGXFSZ.S | 2 + libc/sysv/consts/SIGXFSZ.s | 2 - libc/sysv/consts/SIG_BLOCK.S | 2 + libc/sysv/consts/SIG_BLOCK.s | 2 - libc/sysv/consts/SIG_SETMASK.S | 2 + libc/sysv/consts/SIG_SETMASK.s | 2 - libc/sysv/consts/SIG_UNBLOCK.S | 2 + libc/sysv/consts/SIG_UNBLOCK.s | 2 - libc/sysv/consts/SIOCADDDLCI.S | 2 + libc/sysv/consts/SIOCADDDLCI.s | 2 - libc/sysv/consts/SIOCADDMULTI.S | 2 + libc/sysv/consts/SIOCADDMULTI.s | 2 - libc/sysv/consts/SIOCADDRT.S | 2 + libc/sysv/consts/SIOCADDRT.s | 2 - libc/sysv/consts/SIOCATMARK.S | 2 + libc/sysv/consts/SIOCATMARK.s | 2 - libc/sysv/consts/SIOCDARP.S | 2 + libc/sysv/consts/SIOCDARP.s | 2 - libc/sysv/consts/SIOCDELDLCI.S | 2 + libc/sysv/consts/SIOCDELDLCI.s | 2 - libc/sysv/consts/SIOCDELMULTI.S | 2 + libc/sysv/consts/SIOCDELMULTI.s | 2 - libc/sysv/consts/SIOCDELRT.S | 2 + libc/sysv/consts/SIOCDELRT.s | 2 - libc/sysv/consts/SIOCDEVPRIVATE.S | 2 + libc/sysv/consts/SIOCDEVPRIVATE.s | 2 - libc/sysv/consts/SIOCDIFADDR.S | 2 + libc/sysv/consts/SIOCDIFADDR.s | 2 - libc/sysv/consts/SIOCDRARP.S | 2 + libc/sysv/consts/SIOCDRARP.s | 2 - libc/sysv/consts/SIOCGARP.S | 2 + libc/sysv/consts/SIOCGARP.s | 2 - libc/sysv/consts/SIOCGIFADDR.S | 2 + libc/sysv/consts/SIOCGIFADDR.s | 2 - libc/sysv/consts/SIOCGIFBR.S | 2 + libc/sysv/consts/SIOCGIFBR.s | 2 - libc/sysv/consts/SIOCGIFBRDADDR.S | 2 + libc/sysv/consts/SIOCGIFBRDADDR.s | 2 - libc/sysv/consts/SIOCGIFCONF.S | 2 + libc/sysv/consts/SIOCGIFCONF.s | 2 - libc/sysv/consts/SIOCGIFCOUNT.S | 2 + libc/sysv/consts/SIOCGIFCOUNT.s | 2 - libc/sysv/consts/SIOCGIFDSTADDR.S | 2 + libc/sysv/consts/SIOCGIFDSTADDR.s | 2 - libc/sysv/consts/SIOCGIFENCAP.S | 2 + libc/sysv/consts/SIOCGIFENCAP.s | 2 - libc/sysv/consts/SIOCGIFFLAGS.S | 2 + libc/sysv/consts/SIOCGIFFLAGS.s | 2 - libc/sysv/consts/SIOCGIFHWADDR.S | 2 + libc/sysv/consts/SIOCGIFHWADDR.s | 2 - libc/sysv/consts/SIOCGIFINDEX.S | 2 + libc/sysv/consts/SIOCGIFINDEX.s | 2 - libc/sysv/consts/SIOCGIFMAP.S | 2 + libc/sysv/consts/SIOCGIFMAP.s | 2 - libc/sysv/consts/SIOCGIFMEM.S | 2 + libc/sysv/consts/SIOCGIFMEM.s | 2 - libc/sysv/consts/SIOCGIFMETRIC.S | 2 + libc/sysv/consts/SIOCGIFMETRIC.s | 2 - libc/sysv/consts/SIOCGIFMTU.S | 2 + libc/sysv/consts/SIOCGIFMTU.s | 2 - libc/sysv/consts/SIOCGIFNAME.S | 2 + libc/sysv/consts/SIOCGIFNAME.s | 2 - libc/sysv/consts/SIOCGIFNETMASK.S | 2 + libc/sysv/consts/SIOCGIFNETMASK.s | 2 - libc/sysv/consts/SIOCGIFPFLAGS.S | 2 + libc/sysv/consts/SIOCGIFPFLAGS.s | 2 - libc/sysv/consts/SIOCGIFSLAVE.S | 2 + libc/sysv/consts/SIOCGIFSLAVE.s | 2 - libc/sysv/consts/SIOCGIFTXQLEN.S | 2 + libc/sysv/consts/SIOCGIFTXQLEN.s | 2 - libc/sysv/consts/SIOCGPGRP.S | 2 + libc/sysv/consts/SIOCGPGRP.s | 2 - libc/sysv/consts/SIOCGRARP.S | 2 + libc/sysv/consts/SIOCGRARP.s | 2 - libc/sysv/consts/SIOCGSTAMP.S | 2 + libc/sysv/consts/SIOCGSTAMP.s | 2 - libc/sysv/consts/SIOCGSTAMPNS.S | 2 + libc/sysv/consts/SIOCGSTAMPNS.s | 2 - libc/sysv/consts/SIOCPROTOPRIVATE.S | 2 + libc/sysv/consts/SIOCPROTOPRIVATE.s | 2 - libc/sysv/consts/SIOCRTMSG.S | 2 + libc/sysv/consts/SIOCRTMSG.s | 2 - libc/sysv/consts/SIOCSARP.S | 2 + libc/sysv/consts/SIOCSARP.s | 2 - libc/sysv/consts/SIOCSIFADDR.S | 2 + libc/sysv/consts/SIOCSIFADDR.s | 2 - libc/sysv/consts/SIOCSIFBR.S | 2 + libc/sysv/consts/SIOCSIFBR.s | 2 - libc/sysv/consts/SIOCSIFBRDADDR.S | 2 + libc/sysv/consts/SIOCSIFBRDADDR.s | 2 - libc/sysv/consts/SIOCSIFDSTADDR.S | 2 + libc/sysv/consts/SIOCSIFDSTADDR.s | 2 - libc/sysv/consts/SIOCSIFENCAP.S | 2 + libc/sysv/consts/SIOCSIFENCAP.s | 2 - libc/sysv/consts/SIOCSIFFLAGS.S | 2 + libc/sysv/consts/SIOCSIFFLAGS.s | 2 - libc/sysv/consts/SIOCSIFHWADDR.S | 2 + libc/sysv/consts/SIOCSIFHWADDR.s | 2 - libc/sysv/consts/SIOCSIFHWBROADCAST.S | 2 + libc/sysv/consts/SIOCSIFHWBROADCAST.s | 2 - libc/sysv/consts/SIOCSIFLINK.S | 2 + libc/sysv/consts/SIOCSIFLINK.s | 2 - libc/sysv/consts/SIOCSIFMAP.S | 2 + libc/sysv/consts/SIOCSIFMAP.s | 2 - libc/sysv/consts/SIOCSIFMEM.S | 2 + libc/sysv/consts/SIOCSIFMEM.s | 2 - libc/sysv/consts/SIOCSIFMETRIC.S | 2 + libc/sysv/consts/SIOCSIFMETRIC.s | 2 - libc/sysv/consts/SIOCSIFMTU.S | 2 + libc/sysv/consts/SIOCSIFMTU.s | 2 - libc/sysv/consts/SIOCSIFNAME.S | 2 + libc/sysv/consts/SIOCSIFNAME.s | 2 - libc/sysv/consts/SIOCSIFNETMASK.S | 2 + libc/sysv/consts/SIOCSIFNETMASK.s | 2 - libc/sysv/consts/SIOCSIFPFLAGS.S | 2 + libc/sysv/consts/SIOCSIFPFLAGS.s | 2 - libc/sysv/consts/SIOCSIFSLAVE.S | 2 + libc/sysv/consts/SIOCSIFSLAVE.s | 2 - libc/sysv/consts/SIOCSIFTXQLEN.S | 2 + libc/sysv/consts/SIOCSIFTXQLEN.s | 2 - libc/sysv/consts/SIOCSPGRP.S | 2 + libc/sysv/consts/SIOCSPGRP.s | 2 - libc/sysv/consts/SIOCSRARP.S | 2 + libc/sysv/consts/SIOCSRARP.s | 2 - libc/sysv/consts/SIOGIFINDEX.S | 2 + libc/sysv/consts/SIOGIFINDEX.s | 2 - libc/sysv/consts/SI_ASYNCIO.S | 2 + libc/sysv/consts/SI_ASYNCIO.s | 2 - libc/sysv/consts/SI_ASYNCNL.S | 2 + libc/sysv/consts/SI_ASYNCNL.s | 2 - libc/sysv/consts/SI_KERNEL.S | 2 + libc/sysv/consts/SI_KERNEL.s | 2 - libc/sysv/consts/SI_MESGQ.S | 2 + libc/sysv/consts/SI_MESGQ.s | 2 - libc/sysv/consts/SI_NOINFO.S | 2 + libc/sysv/consts/SI_NOINFO.s | 2 - libc/sysv/consts/SI_QUEUE.S | 2 + libc/sysv/consts/SI_QUEUE.s | 2 - libc/sysv/consts/SI_TIMER.S | 2 + libc/sysv/consts/SI_TIMER.s | 2 - libc/sysv/consts/SI_TKILL.S | 2 + libc/sysv/consts/SI_TKILL.s | 2 - libc/sysv/consts/SI_USER.S | 2 + libc/sysv/consts/SI_USER.s | 2 - libc/sysv/consts/SLIPDISC.S | 2 + libc/sysv/consts/SLIPDISC.s | 2 - libc/sysv/consts/SOCK_CLOEXEC.S | 2 + libc/sysv/consts/SOCK_CLOEXEC.s | 2 - libc/sysv/consts/SOCK_DCCP.S | 2 + libc/sysv/consts/SOCK_DCCP.s | 2 - libc/sysv/consts/SOCK_DGRAM.S | 2 + libc/sysv/consts/SOCK_DGRAM.s | 2 - libc/sysv/consts/SOCK_NONBLOCK.S | 2 + libc/sysv/consts/SOCK_NONBLOCK.s | 2 - libc/sysv/consts/SOCK_PACKET.S | 2 + libc/sysv/consts/SOCK_PACKET.s | 2 - libc/sysv/consts/SOCK_RAW.S | 2 + libc/sysv/consts/SOCK_RAW.s | 2 - libc/sysv/consts/SOCK_RDM.S | 2 + libc/sysv/consts/SOCK_RDM.s | 2 - libc/sysv/consts/SOCK_SEQPACKET.S | 2 + libc/sysv/consts/SOCK_SEQPACKET.s | 2 - libc/sysv/consts/SOCK_STREAM.S | 2 + libc/sysv/consts/SOCK_STREAM.s | 2 - libc/sysv/consts/SOL_AAL.S | 2 + libc/sysv/consts/SOL_AAL.s | 2 - libc/sysv/consts/SOL_ALG.S | 2 + libc/sysv/consts/SOL_ALG.s | 2 - libc/sysv/consts/SOL_ATM.S | 2 + libc/sysv/consts/SOL_ATM.s | 2 - libc/sysv/consts/SOL_BLUETOOTH.S | 2 + libc/sysv/consts/SOL_BLUETOOTH.s | 2 - libc/sysv/consts/SOL_CAIF.S | 2 + libc/sysv/consts/SOL_CAIF.s | 2 - libc/sysv/consts/SOL_DCCP.S | 2 + libc/sysv/consts/SOL_DCCP.s | 2 - libc/sysv/consts/SOL_DECNET.S | 2 + libc/sysv/consts/SOL_DECNET.s | 2 - libc/sysv/consts/SOL_ICMPV6.S | 2 + libc/sysv/consts/SOL_ICMPV6.s | 2 - libc/sysv/consts/SOL_IP.S | 2 + libc/sysv/consts/SOL_IP.s | 2 - libc/sysv/consts/SOL_IPV6.S | 2 + libc/sysv/consts/SOL_IPV6.s | 2 - libc/sysv/consts/SOL_IRDA.S | 2 + libc/sysv/consts/SOL_IRDA.s | 2 - libc/sysv/consts/SOL_IUCV.S | 2 + libc/sysv/consts/SOL_IUCV.s | 2 - libc/sysv/consts/SOL_KCM.S | 2 + libc/sysv/consts/SOL_KCM.s | 2 - libc/sysv/consts/SOL_LLC.S | 2 + libc/sysv/consts/SOL_LLC.s | 2 - libc/sysv/consts/SOL_NETBEUI.S | 2 + libc/sysv/consts/SOL_NETBEUI.s | 2 - libc/sysv/consts/SOL_NETLINK.S | 2 + libc/sysv/consts/SOL_NETLINK.s | 2 - libc/sysv/consts/SOL_NFC.S | 2 + libc/sysv/consts/SOL_NFC.s | 2 - libc/sysv/consts/SOL_PACKET.S | 2 + libc/sysv/consts/SOL_PACKET.s | 2 - libc/sysv/consts/SOL_PNPIPE.S | 2 + libc/sysv/consts/SOL_PNPIPE.s | 2 - libc/sysv/consts/SOL_PPPOL2TP.S | 2 + libc/sysv/consts/SOL_PPPOL2TP.s | 2 - libc/sysv/consts/SOL_RAW.S | 2 + libc/sysv/consts/SOL_RAW.s | 2 - libc/sysv/consts/SOL_RDS.S | 2 + libc/sysv/consts/SOL_RDS.s | 2 - libc/sysv/consts/SOL_RXRPC.S | 2 + libc/sysv/consts/SOL_RXRPC.s | 2 - libc/sysv/consts/SOL_SOCKET.S | 2 + libc/sysv/consts/SOL_SOCKET.s | 2 - libc/sysv/consts/SOL_TCP.S | 2 + libc/sysv/consts/SOL_TCP.s | 2 - libc/sysv/consts/SOL_TIPC.S | 2 + libc/sysv/consts/SOL_TIPC.s | 2 - libc/sysv/consts/SOL_UDP.S | 2 + libc/sysv/consts/SOL_UDP.s | 2 - libc/sysv/consts/SOL_X25.S | 2 + libc/sysv/consts/SOL_X25.s | 2 - libc/sysv/consts/SOMAXCONN.S | 2 + libc/sysv/consts/SOMAXCONN.s | 2 - libc/sysv/consts/SO_ACCEPTCONN.S | 2 + libc/sysv/consts/SO_ACCEPTCONN.s | 2 - libc/sysv/consts/SO_ATTACH_BPF.S | 2 + libc/sysv/consts/SO_ATTACH_BPF.s | 2 - libc/sysv/consts/SO_ATTACH_FILTER.S | 2 + libc/sysv/consts/SO_ATTACH_FILTER.s | 2 - libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.S | 2 + libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.s | 2 - libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.S | 2 + libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.s | 2 - libc/sysv/consts/SO_BINDTODEVICE.S | 2 + libc/sysv/consts/SO_BINDTODEVICE.s | 2 - libc/sysv/consts/SO_BPF_EXTENSIONS.S | 2 + libc/sysv/consts/SO_BPF_EXTENSIONS.s | 2 - libc/sysv/consts/SO_BROADCAST.S | 2 + libc/sysv/consts/SO_BROADCAST.s | 2 - libc/sysv/consts/SO_BSDCOMPAT.S | 2 + libc/sysv/consts/SO_BSDCOMPAT.s | 2 - libc/sysv/consts/SO_BUSY_POLL.S | 2 + libc/sysv/consts/SO_BUSY_POLL.s | 2 - libc/sysv/consts/SO_CNX_ADVICE.S | 2 + libc/sysv/consts/SO_CNX_ADVICE.s | 2 - libc/sysv/consts/SO_DEBUG.S | 2 + libc/sysv/consts/SO_DEBUG.s | 2 - libc/sysv/consts/SO_DETACH_BPF.S | 2 + libc/sysv/consts/SO_DETACH_BPF.s | 2 - libc/sysv/consts/SO_DETACH_FILTER.S | 2 + libc/sysv/consts/SO_DETACH_FILTER.s | 2 - libc/sysv/consts/SO_DOMAIN.S | 2 + libc/sysv/consts/SO_DOMAIN.s | 2 - libc/sysv/consts/SO_DONTLINGER.S | 2 + libc/sysv/consts/SO_DONTLINGER.s | 2 - libc/sysv/consts/SO_DONTROUTE.S | 2 + libc/sysv/consts/SO_DONTROUTE.s | 2 - libc/sysv/consts/SO_ERROR.S | 2 + libc/sysv/consts/SO_ERROR.s | 2 - libc/sysv/consts/SO_EXCLUSIVEADDRUSE.S | 2 + libc/sysv/consts/SO_EXCLUSIVEADDRUSE.s | 2 - libc/sysv/consts/SO_GET_FILTER.S | 2 + libc/sysv/consts/SO_GET_FILTER.s | 2 - libc/sysv/consts/SO_INCOMING_CPU.S | 2 + libc/sysv/consts/SO_INCOMING_CPU.s | 2 - libc/sysv/consts/SO_KEEPALIVE.S | 2 + libc/sysv/consts/SO_KEEPALIVE.s | 2 - libc/sysv/consts/SO_LINGER.S | 2 + libc/sysv/consts/SO_LINGER.s | 2 - libc/sysv/consts/SO_LOCK_FILTER.S | 2 + libc/sysv/consts/SO_LOCK_FILTER.s | 2 - libc/sysv/consts/SO_MARK.S | 2 + libc/sysv/consts/SO_MARK.s | 2 - libc/sysv/consts/SO_MAX_PACING_RATE.S | 2 + libc/sysv/consts/SO_MAX_PACING_RATE.s | 2 - libc/sysv/consts/SO_NOFCS.S | 2 + libc/sysv/consts/SO_NOFCS.s | 2 - libc/sysv/consts/SO_NO_CHECK.S | 2 + libc/sysv/consts/SO_NO_CHECK.s | 2 - libc/sysv/consts/SO_OOBINLINE.S | 2 + libc/sysv/consts/SO_OOBINLINE.s | 2 - libc/sysv/consts/SO_PASSCRED.S | 2 + libc/sysv/consts/SO_PASSCRED.s | 2 - libc/sysv/consts/SO_PASSSEC.S | 2 + libc/sysv/consts/SO_PASSSEC.s | 2 - libc/sysv/consts/SO_PEEK_OFF.S | 2 + libc/sysv/consts/SO_PEEK_OFF.s | 2 - libc/sysv/consts/SO_PEERCRED.S | 2 + libc/sysv/consts/SO_PEERCRED.s | 2 - libc/sysv/consts/SO_PEERNAME.S | 2 + libc/sysv/consts/SO_PEERNAME.s | 2 - libc/sysv/consts/SO_PEERSEC.S | 2 + libc/sysv/consts/SO_PEERSEC.s | 2 - libc/sysv/consts/SO_PRIORITY.S | 2 + libc/sysv/consts/SO_PRIORITY.s | 2 - libc/sysv/consts/SO_PROTOCOL.S | 2 + libc/sysv/consts/SO_PROTOCOL.s | 2 - libc/sysv/consts/SO_RCVBUF.S | 2 + libc/sysv/consts/SO_RCVBUF.s | 2 - libc/sysv/consts/SO_RCVBUFFORCE.S | 2 + libc/sysv/consts/SO_RCVBUFFORCE.s | 2 - libc/sysv/consts/SO_RCVLOWAT.S | 2 + libc/sysv/consts/SO_RCVLOWAT.s | 2 - libc/sysv/consts/SO_RCVTIMEO.S | 2 + libc/sysv/consts/SO_RCVTIMEO.s | 2 - libc/sysv/consts/SO_REUSEADDR.S | 2 + libc/sysv/consts/SO_REUSEADDR.s | 2 - libc/sysv/consts/SO_REUSEPORT.S | 2 + libc/sysv/consts/SO_REUSEPORT.s | 2 - libc/sysv/consts/SO_RXQ_OVFL.S | 2 + libc/sysv/consts/SO_RXQ_OVFL.s | 2 - libc/sysv/consts/SO_SECURITY_AUTHENTICATION.S | 2 + libc/sysv/consts/SO_SECURITY_AUTHENTICATION.s | 2 - .../consts/SO_SECURITY_ENCRYPTION_NETWORK.S | 2 + .../consts/SO_SECURITY_ENCRYPTION_NETWORK.s | 2 - .../consts/SO_SECURITY_ENCRYPTION_TRANSPORT.S | 2 + .../consts/SO_SECURITY_ENCRYPTION_TRANSPORT.s | 2 - libc/sysv/consts/SO_SELECT_ERR_QUEUE.S | 2 + libc/sysv/consts/SO_SELECT_ERR_QUEUE.s | 2 - libc/sysv/consts/SO_SETFIB.S | 2 + libc/sysv/consts/SO_SETFIB.s | 2 - libc/sysv/consts/SO_SNDBUF.S | 2 + libc/sysv/consts/SO_SNDBUF.s | 2 - libc/sysv/consts/SO_SNDBUFFORCE.S | 2 + libc/sysv/consts/SO_SNDBUFFORCE.s | 2 - libc/sysv/consts/SO_SNDLOWAT.S | 2 + libc/sysv/consts/SO_SNDLOWAT.s | 2 - libc/sysv/consts/SO_SNDTIMEO.S | 2 + libc/sysv/consts/SO_SNDTIMEO.s | 2 - libc/sysv/consts/SO_TIMESTAMP.S | 2 + libc/sysv/consts/SO_TIMESTAMP.s | 2 - libc/sysv/consts/SO_TIMESTAMPING.S | 2 + libc/sysv/consts/SO_TIMESTAMPING.s | 2 - libc/sysv/consts/SO_TIMESTAMPNS.S | 2 + libc/sysv/consts/SO_TIMESTAMPNS.s | 2 - libc/sysv/consts/SO_TYPE.S | 2 + libc/sysv/consts/SO_TYPE.s | 2 - libc/sysv/consts/SO_USELOOPBACK.S | 2 + libc/sysv/consts/SO_USELOOPBACK.s | 2 - libc/sysv/consts/SO_WIFI_STATUS.S | 2 + libc/sysv/consts/SO_WIFI_STATUS.s | 2 - libc/sysv/consts/SPLICE_F_GIFT.S | 2 + libc/sysv/consts/SPLICE_F_GIFT.s | 2 - libc/sysv/consts/SPLICE_F_MORE.S | 2 + libc/sysv/consts/SPLICE_F_MORE.s | 2 - libc/sysv/consts/SPLICE_F_MOVE.S | 2 + libc/sysv/consts/SPLICE_F_MOVE.s | 2 - libc/sysv/consts/SPLICE_F_NONBLOCK.S | 2 + libc/sysv/consts/SPLICE_F_NONBLOCK.s | 2 - libc/sysv/consts/SS_DISABLE.S | 2 + libc/sysv/consts/SS_DISABLE.s | 2 - libc/sysv/consts/SS_ONSTACK.S | 2 + libc/sysv/consts/SS_ONSTACK.s | 2 - libc/sysv/consts/STRIPDISC.S | 2 + libc/sysv/consts/STRIPDISC.s | 2 - libc/sysv/consts/ST_APPEND.S | 2 + libc/sysv/consts/ST_APPEND.s | 2 - libc/sysv/consts/ST_IMMUTABLE.S | 2 + libc/sysv/consts/ST_IMMUTABLE.s | 2 - libc/sysv/consts/ST_MANDLOCK.S | 2 + libc/sysv/consts/ST_MANDLOCK.s | 2 - libc/sysv/consts/ST_NOATIME.S | 2 + libc/sysv/consts/ST_NOATIME.s | 2 - libc/sysv/consts/ST_NODEV.S | 2 + libc/sysv/consts/ST_NODEV.s | 2 - libc/sysv/consts/ST_NODIRATIME.S | 2 + libc/sysv/consts/ST_NODIRATIME.s | 2 - libc/sysv/consts/ST_NOEXEC.S | 2 + libc/sysv/consts/ST_NOEXEC.s | 2 - libc/sysv/consts/ST_NOSUID.S | 2 + libc/sysv/consts/ST_NOSUID.s | 2 - libc/sysv/consts/ST_RDONLY.S | 2 + libc/sysv/consts/ST_RDONLY.s | 2 - libc/sysv/consts/ST_RELATIME.S | 2 + libc/sysv/consts/ST_RELATIME.s | 2 - libc/sysv/consts/ST_SYNCHRONOUS.S | 2 + libc/sysv/consts/ST_SYNCHRONOUS.s | 2 - libc/sysv/consts/ST_WRITE.S | 2 + libc/sysv/consts/ST_WRITE.s | 2 - libc/sysv/consts/SUBCMDMASK.S | 2 + libc/sysv/consts/SUBCMDMASK.s | 2 - libc/sysv/consts/SUBCMDSHIFT.S | 2 + libc/sysv/consts/SUBCMDSHIFT.s | 2 - libc/sysv/consts/SYMTYPE.S | 2 + libc/sysv/consts/SYMTYPE.s | 2 - libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.S | 2 + libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.s | 2 - .../sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.S | 2 + .../sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.s | 2 - libc/sysv/consts/SYNC_FILE_RANGE_WRITE.S | 2 + libc/sysv/consts/SYNC_FILE_RANGE_WRITE.s | 2 - libc/sysv/consts/SYS_SECCOMP.S | 2 + libc/sysv/consts/SYS_SECCOMP.s | 2 - libc/sysv/consts/SYS_USER_DISPATCH.S | 2 + libc/sysv/consts/SYS_USER_DISPATCH.s | 2 - libc/sysv/consts/TAB0.S | 2 + libc/sysv/consts/TAB0.s | 2 - libc/sysv/consts/TAB1.S | 2 + libc/sysv/consts/TAB1.s | 2 - libc/sysv/consts/TAB2.S | 2 + libc/sysv/consts/TAB2.s | 2 - libc/sysv/consts/TAB3.S | 2 + libc/sysv/consts/TAB3.s | 2 - libc/sysv/consts/TABDLY.S | 2 + libc/sysv/consts/TABDLY.s | 2 - libc/sysv/consts/TABLDISC.S | 2 + libc/sysv/consts/TABLDISC.s | 2 - libc/sysv/consts/TCFLSH.S | 2 + libc/sysv/consts/TCFLSH.s | 2 - libc/sysv/consts/TCGETS.S | 2 + libc/sysv/consts/TCGETS.s | 2 - libc/sysv/consts/TCIFLUSH.S | 2 + libc/sysv/consts/TCIFLUSH.s | 2 - libc/sysv/consts/TCIOFF.S | 2 + libc/sysv/consts/TCIOFF.s | 2 - libc/sysv/consts/TCIOFLUSH.S | 2 + libc/sysv/consts/TCIOFLUSH.s | 2 - libc/sysv/consts/TCION.S | 2 + libc/sysv/consts/TCION.s | 2 - libc/sysv/consts/TCOFLUSH.S | 2 + libc/sysv/consts/TCOFLUSH.s | 2 - libc/sysv/consts/TCOOFF.S | 2 + libc/sysv/consts/TCOOFF.s | 2 - libc/sysv/consts/TCOON.S | 2 + libc/sysv/consts/TCOON.s | 2 - libc/sysv/consts/TCP_CC_INFO.S | 2 + libc/sysv/consts/TCP_CC_INFO.s | 2 - libc/sysv/consts/TCP_CONGESTION.S | 2 + libc/sysv/consts/TCP_CONGESTION.s | 2 - libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.S | 2 + libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.s | 2 - libc/sysv/consts/TCP_CORK.S | 2 + libc/sysv/consts/TCP_CORK.s | 2 - libc/sysv/consts/TCP_DEFER_ACCEPT.S | 2 + libc/sysv/consts/TCP_DEFER_ACCEPT.s | 2 - libc/sysv/consts/TCP_FASTOPEN.S | 2 + libc/sysv/consts/TCP_FASTOPEN.s | 2 - libc/sysv/consts/TCP_FASTOPEN_CONNECT.S | 2 + libc/sysv/consts/TCP_FASTOPEN_CONNECT.s | 2 - libc/sysv/consts/TCP_INFO.S | 2 + libc/sysv/consts/TCP_INFO.s | 2 - libc/sysv/consts/TCP_KEEPCNT.S | 2 + libc/sysv/consts/TCP_KEEPCNT.s | 2 - libc/sysv/consts/TCP_KEEPIDLE.S | 2 + libc/sysv/consts/TCP_KEEPIDLE.s | 2 - libc/sysv/consts/TCP_KEEPINTVL.S | 2 + libc/sysv/consts/TCP_KEEPINTVL.s | 2 - libc/sysv/consts/TCP_LINGER2.S | 2 + libc/sysv/consts/TCP_LINGER2.s | 2 - libc/sysv/consts/TCP_MAXSEG.S | 2 + libc/sysv/consts/TCP_MAXSEG.s | 2 - libc/sysv/consts/TCP_MD5SIG.S | 2 + libc/sysv/consts/TCP_MD5SIG.s | 2 - libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.S | 2 + libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.s | 2 - libc/sysv/consts/TCP_NODELAY.S | 2 + libc/sysv/consts/TCP_NODELAY.s | 2 - libc/sysv/consts/TCP_NOTSENT_LOWAT.S | 2 + libc/sysv/consts/TCP_NOTSENT_LOWAT.s | 2 - libc/sysv/consts/TCP_QUEUE_SEQ.S | 2 + libc/sysv/consts/TCP_QUEUE_SEQ.s | 2 - libc/sysv/consts/TCP_QUICKACK.S | 2 + libc/sysv/consts/TCP_QUICKACK.s | 2 - libc/sysv/consts/TCP_REPAIR.S | 2 + libc/sysv/consts/TCP_REPAIR.s | 2 - libc/sysv/consts/TCP_REPAIR_OPTIONS.S | 2 + libc/sysv/consts/TCP_REPAIR_OPTIONS.s | 2 - libc/sysv/consts/TCP_REPAIR_QUEUE.S | 2 + libc/sysv/consts/TCP_REPAIR_QUEUE.s | 2 - libc/sysv/consts/TCP_SAVED_SYN.S | 2 + libc/sysv/consts/TCP_SAVED_SYN.s | 2 - libc/sysv/consts/TCP_SAVE_SYN.S | 2 + libc/sysv/consts/TCP_SAVE_SYN.s | 2 - libc/sysv/consts/TCP_SYNCNT.S | 2 + libc/sysv/consts/TCP_SYNCNT.s | 2 - libc/sysv/consts/TCP_THIN_DUPACK.S | 2 + libc/sysv/consts/TCP_THIN_DUPACK.s | 2 - libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.S | 2 + libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.s | 2 - libc/sysv/consts/TCP_TIMESTAMP.S | 2 + libc/sysv/consts/TCP_TIMESTAMP.s | 2 - libc/sysv/consts/TCP_ULP.S | 2 + libc/sysv/consts/TCP_ULP.s | 2 - libc/sysv/consts/TCP_USER_TIMEOUT.S | 2 + libc/sysv/consts/TCP_USER_TIMEOUT.s | 2 - libc/sysv/consts/TCP_WINDOW_CLAMP.S | 2 + libc/sysv/consts/TCP_WINDOW_CLAMP.s | 2 - libc/sysv/consts/TCSADRAIN.S | 2 + libc/sysv/consts/TCSADRAIN.s | 2 - libc/sysv/consts/TCSAFLUSH.S | 2 + libc/sysv/consts/TCSAFLUSH.s | 2 - libc/sysv/consts/TCSANOW.S | 2 + libc/sysv/consts/TCSANOW.s | 2 - libc/sysv/consts/TCSBRK.S | 2 + libc/sysv/consts/TCSBRK.s | 2 - libc/sysv/consts/TCSETS.S | 2 + libc/sysv/consts/TCSETS.s | 2 - libc/sysv/consts/TCSETSF.S | 2 + libc/sysv/consts/TCSETSF.s | 2 - libc/sysv/consts/TCSETSW.S | 2 + libc/sysv/consts/TCSETSW.s | 2 - libc/sysv/consts/TCXONC.S | 2 + libc/sysv/consts/TCXONC.s | 2 - libc/sysv/consts/TEST_UNIT_READY.S | 2 + libc/sysv/consts/TEST_UNIT_READY.s | 2 - libc/sysv/consts/TFD_CLOEXEC.S | 2 + libc/sysv/consts/TFD_CLOEXEC.s | 2 - libc/sysv/consts/TFD_NONBLOCK.S | 2 + libc/sysv/consts/TFD_NONBLOCK.s | 2 - libc/sysv/consts/TFD_TIMER_ABSTIME.S | 2 + libc/sysv/consts/TFD_TIMER_ABSTIME.s | 2 - libc/sysv/consts/TGEXEC.S | 2 + libc/sysv/consts/TGEXEC.s | 2 - libc/sysv/consts/TGREAD.S | 2 + libc/sysv/consts/TGREAD.s | 2 - libc/sysv/consts/TGWRITE.S | 2 + libc/sysv/consts/TGWRITE.s | 2 - libc/sysv/consts/TIOCCBRK.S | 2 + libc/sysv/consts/TIOCCBRK.s | 2 - libc/sysv/consts/TIOCCDTR.S | 2 + libc/sysv/consts/TIOCCDTR.s | 2 - libc/sysv/consts/TIOCCHKVERAUTH.S | 2 + libc/sysv/consts/TIOCCHKVERAUTH.s | 2 - libc/sysv/consts/TIOCCONS.S | 2 + libc/sysv/consts/TIOCCONS.s | 2 - libc/sysv/consts/TIOCEXT.S | 2 + libc/sysv/consts/TIOCEXT.s | 2 - libc/sysv/consts/TIOCFLAG_CLOCAL.S | 2 + libc/sysv/consts/TIOCFLAG_CLOCAL.s | 2 - libc/sysv/consts/TIOCFLAG_MDMBUF.S | 2 + libc/sysv/consts/TIOCFLAG_MDMBUF.s | 2 - libc/sysv/consts/TIOCFLAG_PPS.S | 2 + libc/sysv/consts/TIOCFLAG_PPS.s | 2 - libc/sysv/consts/TIOCFLAG_SOFTCAR.S | 2 + libc/sysv/consts/TIOCFLAG_SOFTCAR.s | 2 - libc/sysv/consts/TIOCFLUSH.S | 2 + libc/sysv/consts/TIOCFLUSH.s | 2 - libc/sysv/consts/TIOCGDRAINWAIT.S | 2 + libc/sysv/consts/TIOCGDRAINWAIT.s | 2 - libc/sysv/consts/TIOCGETA.S | 2 + libc/sysv/consts/TIOCGETA.s | 2 - libc/sysv/consts/TIOCGETD.S | 2 + libc/sysv/consts/TIOCGETD.s | 2 - libc/sysv/consts/TIOCGFLAGS.S | 2 + libc/sysv/consts/TIOCGFLAGS.s | 2 - libc/sysv/consts/TIOCGPGRP.S | 2 + libc/sysv/consts/TIOCGPGRP.s | 2 - libc/sysv/consts/TIOCGPTN.S | 2 + libc/sysv/consts/TIOCGPTN.s | 2 - libc/sysv/consts/TIOCGSID.S | 2 + libc/sysv/consts/TIOCGSID.s | 2 - libc/sysv/consts/TIOCGTSTAMP.S | 2 + libc/sysv/consts/TIOCGTSTAMP.s | 2 - libc/sysv/consts/TIOCGWINSZ.S | 2 + libc/sysv/consts/TIOCGWINSZ.s | 2 - libc/sysv/consts/TIOCINQ.S | 2 + libc/sysv/consts/TIOCINQ.s | 2 - libc/sysv/consts/TIOCMBIC.S | 2 + libc/sysv/consts/TIOCMBIC.s | 2 - libc/sysv/consts/TIOCMBIS.S | 2 + libc/sysv/consts/TIOCMBIS.s | 2 - libc/sysv/consts/TIOCMGET.S | 2 + libc/sysv/consts/TIOCMGET.s | 2 - libc/sysv/consts/TIOCMODG.S | 2 + libc/sysv/consts/TIOCMODG.s | 2 - libc/sysv/consts/TIOCMODS.S | 2 + libc/sysv/consts/TIOCMODS.s | 2 - libc/sysv/consts/TIOCMSDTRWAIT.S | 2 + libc/sysv/consts/TIOCMSDTRWAIT.s | 2 - libc/sysv/consts/TIOCMSET.S | 2 + libc/sysv/consts/TIOCMSET.s | 2 - libc/sysv/consts/TIOCM_CAR.S | 2 + libc/sysv/consts/TIOCM_CAR.s | 2 - libc/sysv/consts/TIOCM_CD.S | 2 + libc/sysv/consts/TIOCM_CD.s | 2 - libc/sysv/consts/TIOCM_CTS.S | 2 + libc/sysv/consts/TIOCM_CTS.s | 2 - libc/sysv/consts/TIOCM_DCD.S | 2 + libc/sysv/consts/TIOCM_DCD.s | 2 - libc/sysv/consts/TIOCM_DSR.S | 2 + libc/sysv/consts/TIOCM_DSR.s | 2 - libc/sysv/consts/TIOCM_DTR.S | 2 + libc/sysv/consts/TIOCM_DTR.s | 2 - libc/sysv/consts/TIOCM_LE.S | 2 + libc/sysv/consts/TIOCM_LE.s | 2 - libc/sysv/consts/TIOCM_RI.S | 2 + libc/sysv/consts/TIOCM_RI.s | 2 - libc/sysv/consts/TIOCM_RNG.S | 2 + libc/sysv/consts/TIOCM_RNG.s | 2 - libc/sysv/consts/TIOCM_RTS.S | 2 + libc/sysv/consts/TIOCM_RTS.s | 2 - libc/sysv/consts/TIOCM_SR.S | 2 + libc/sysv/consts/TIOCM_SR.s | 2 - libc/sysv/consts/TIOCM_ST.S | 2 + libc/sysv/consts/TIOCM_ST.s | 2 - libc/sysv/consts/TIOCNOTTY.S | 2 + libc/sysv/consts/TIOCNOTTY.s | 2 - libc/sysv/consts/TIOCNXCL.S | 2 + libc/sysv/consts/TIOCNXCL.s | 2 - libc/sysv/consts/TIOCOUTQ.S | 2 + libc/sysv/consts/TIOCOUTQ.s | 2 - libc/sysv/consts/TIOCPKT.S | 2 + libc/sysv/consts/TIOCPKT.s | 2 - libc/sysv/consts/TIOCPKT_DATA.S | 2 + libc/sysv/consts/TIOCPKT_DATA.s | 2 - libc/sysv/consts/TIOCPKT_DOSTOP.S | 2 + libc/sysv/consts/TIOCPKT_DOSTOP.s | 2 - libc/sysv/consts/TIOCPKT_FLUSHREAD.S | 2 + libc/sysv/consts/TIOCPKT_FLUSHREAD.s | 2 - libc/sysv/consts/TIOCPKT_FLUSHWRITE.S | 2 + libc/sysv/consts/TIOCPKT_FLUSHWRITE.s | 2 - libc/sysv/consts/TIOCPKT_IOCTL.S | 2 + libc/sysv/consts/TIOCPKT_IOCTL.s | 2 - libc/sysv/consts/TIOCPKT_NOSTOP.S | 2 + libc/sysv/consts/TIOCPKT_NOSTOP.s | 2 - libc/sysv/consts/TIOCPKT_START.S | 2 + libc/sysv/consts/TIOCPKT_START.s | 2 - libc/sysv/consts/TIOCPKT_STOP.S | 2 + libc/sysv/consts/TIOCPKT_STOP.s | 2 - libc/sysv/consts/TIOCPTMASTER.S | 2 + libc/sysv/consts/TIOCPTMASTER.s | 2 - libc/sysv/consts/TIOCPTSNAME.S | 2 + libc/sysv/consts/TIOCPTSNAME.s | 2 - libc/sysv/consts/TIOCPTYGNAME.S | 2 + libc/sysv/consts/TIOCPTYGNAME.s | 2 - libc/sysv/consts/TIOCPTYGRANT.S | 2 + libc/sysv/consts/TIOCPTYGRANT.s | 2 - libc/sysv/consts/TIOCPTYUNLK.S | 2 + libc/sysv/consts/TIOCPTYUNLK.s | 2 - libc/sysv/consts/TIOCREMOTE.S | 2 + libc/sysv/consts/TIOCREMOTE.s | 2 - libc/sysv/consts/TIOCSBRK.S | 2 + libc/sysv/consts/TIOCSBRK.s | 2 - libc/sysv/consts/TIOCSCTTY.S | 2 + libc/sysv/consts/TIOCSCTTY.s | 2 - libc/sysv/consts/TIOCSDRAINWAIT.S | 2 + libc/sysv/consts/TIOCSDRAINWAIT.s | 2 - libc/sysv/consts/TIOCSDTR.S | 2 + libc/sysv/consts/TIOCSDTR.s | 2 - libc/sysv/consts/TIOCSERGETLSR.S | 2 + libc/sysv/consts/TIOCSERGETLSR.s | 2 - libc/sysv/consts/TIOCSERGETMULTI.S | 2 + libc/sysv/consts/TIOCSERGETMULTI.s | 2 - libc/sysv/consts/TIOCSERSETMULTI.S | 2 + libc/sysv/consts/TIOCSERSETMULTI.s | 2 - libc/sysv/consts/TIOCSER_TEMT.S | 2 + libc/sysv/consts/TIOCSER_TEMT.s | 2 - libc/sysv/consts/TIOCSETA.S | 2 + libc/sysv/consts/TIOCSETA.s | 2 - libc/sysv/consts/TIOCSETAF.S | 2 + libc/sysv/consts/TIOCSETAF.s | 2 - libc/sysv/consts/TIOCSETAW.S | 2 + libc/sysv/consts/TIOCSETAW.s | 2 - libc/sysv/consts/TIOCSETD.S | 2 + libc/sysv/consts/TIOCSETD.s | 2 - libc/sysv/consts/TIOCSETVERAUTH.S | 2 + libc/sysv/consts/TIOCSETVERAUTH.s | 2 - libc/sysv/consts/TIOCSFLAGS.S | 2 + libc/sysv/consts/TIOCSFLAGS.s | 2 - libc/sysv/consts/TIOCSIG.S | 2 + libc/sysv/consts/TIOCSIG.s | 2 - libc/sysv/consts/TIOCSPGRP.S | 2 + libc/sysv/consts/TIOCSPGRP.s | 2 - libc/sysv/consts/TIOCSPTLCK.S | 2 + libc/sysv/consts/TIOCSPTLCK.s | 2 - libc/sysv/consts/TIOCSTART.S | 2 + libc/sysv/consts/TIOCSTART.s | 2 - libc/sysv/consts/TIOCSTAT.S | 2 + libc/sysv/consts/TIOCSTAT.s | 2 - libc/sysv/consts/TIOCSTI.S | 2 + libc/sysv/consts/TIOCSTI.s | 2 - libc/sysv/consts/TIOCSTOP.S | 2 + libc/sysv/consts/TIOCSTOP.s | 2 - libc/sysv/consts/TIOCSTSTAMP.S | 2 + libc/sysv/consts/TIOCSTSTAMP.s | 2 - libc/sysv/consts/TIOCSWINSZ.S | 2 + libc/sysv/consts/TIOCSWINSZ.s | 2 - libc/sysv/consts/TIOCTIMESTAMP.S | 2 + libc/sysv/consts/TIOCTIMESTAMP.s | 2 - libc/sysv/consts/TIOCUCNTL_CBRK.S | 2 + libc/sysv/consts/TIOCUCNTL_CBRK.s | 2 - libc/sysv/consts/TMAGLEN.S | 2 + libc/sysv/consts/TMAGLEN.s | 2 - libc/sysv/consts/TOEXEC.S | 2 + libc/sysv/consts/TOEXEC.s | 2 - libc/sysv/consts/TOREAD.S | 2 + libc/sysv/consts/TOREAD.s | 2 - libc/sysv/consts/TOSTOP.S | 2 + libc/sysv/consts/TOSTOP.s | 2 - libc/sysv/consts/TOWRITE.S | 2 + libc/sysv/consts/TOWRITE.s | 2 - libc/sysv/consts/TRANSIENT.S | 2 + libc/sysv/consts/TRANSIENT.s | 2 - libc/sysv/consts/TRAP_BRKPT.S | 2 + libc/sysv/consts/TRAP_BRKPT.s | 2 - libc/sysv/consts/TRAP_TRACE.S | 2 + libc/sysv/consts/TRAP_TRACE.s | 2 - libc/sysv/consts/TSGID.S | 2 + libc/sysv/consts/TSGID.s | 2 - libc/sysv/consts/TSUID.S | 2 + libc/sysv/consts/TSUID.s | 2 - libc/sysv/consts/TSVTX.S | 2 + libc/sysv/consts/TSVTX.s | 2 - libc/sysv/consts/TTYDEF_CFLAG.S | 2 + libc/sysv/consts/TTYDEF_CFLAG.s | 2 - libc/sysv/consts/TTYDEF_IFLAG.S | 2 + libc/sysv/consts/TTYDEF_IFLAG.s | 2 - libc/sysv/consts/TTYDEF_LFLAG.S | 2 + libc/sysv/consts/TTYDEF_LFLAG.s | 2 - libc/sysv/consts/TTYDEF_OFLAG.S | 2 + libc/sysv/consts/TTYDEF_OFLAG.s | 2 - libc/sysv/consts/TTYDEF_SPEED.S | 2 + libc/sysv/consts/TTYDEF_SPEED.s | 2 - libc/sysv/consts/TTYDISC.S | 2 + libc/sysv/consts/TTYDISC.s | 2 - libc/sysv/consts/TUEXEC.S | 2 + libc/sysv/consts/TUEXEC.s | 2 - libc/sysv/consts/TUREAD.S | 2 + libc/sysv/consts/TUREAD.s | 2 - libc/sysv/consts/TUWRITE.S | 2 + libc/sysv/consts/TUWRITE.s | 2 - libc/sysv/consts/TVERSLEN.S | 2 + libc/sysv/consts/TVERSLEN.s | 2 - libc/sysv/consts/T_FMT.S | 2 + libc/sysv/consts/T_FMT.s | 2 - libc/sysv/consts/T_FMT_AMPM.S | 2 + libc/sysv/consts/T_FMT_AMPM.s | 2 - libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.S | 2 + libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.s | 2 - libc/sysv/consts/UDP_NO_CHECK6_RX.S | 2 + libc/sysv/consts/UDP_NO_CHECK6_RX.s | 2 - libc/sysv/consts/UDP_NO_CHECK6_TX.S | 2 + libc/sysv/consts/UDP_NO_CHECK6_TX.s | 2 - libc/sysv/consts/UL_GETFSIZE.S | 2 + libc/sysv/consts/UL_GETFSIZE.s | 2 - libc/sysv/consts/UL_SETFSIZE.S | 2 + libc/sysv/consts/UL_SETFSIZE.s | 2 - libc/sysv/consts/UMOUNT_NOFOLLOW.S | 2 + libc/sysv/consts/UMOUNT_NOFOLLOW.s | 2 - libc/sysv/consts/USRQUOTA.S | 2 + libc/sysv/consts/USRQUOTA.s | 2 - libc/sysv/consts/UTIME_NOW.S | 2 + libc/sysv/consts/UTIME_NOW.s | 2 - libc/sysv/consts/UTIME_OMIT.S | 2 + libc/sysv/consts/UTIME_OMIT.s | 2 - libc/sysv/consts/VDISCARD.S | 2 + libc/sysv/consts/VDISCARD.s | 2 - libc/sysv/consts/VEOF.S | 2 + libc/sysv/consts/VEOF.s | 2 - libc/sysv/consts/VEOL.S | 2 + libc/sysv/consts/VEOL.s | 2 - libc/sysv/consts/VEOL2.S | 2 + libc/sysv/consts/VEOL2.s | 2 - libc/sysv/consts/VERASE.S | 2 + libc/sysv/consts/VERASE.s | 2 - libc/sysv/consts/VERIFY.S | 2 + libc/sysv/consts/VERIFY.s | 2 - libc/sysv/consts/VINTR.S | 2 + libc/sysv/consts/VINTR.s | 2 - libc/sysv/consts/VKILL.S | 2 + libc/sysv/consts/VKILL.s | 2 - libc/sysv/consts/VLNEXT.S | 2 + libc/sysv/consts/VLNEXT.s | 2 - libc/sysv/consts/VMIN.S | 2 + libc/sysv/consts/VMIN.s | 2 - libc/sysv/consts/VQUIT.S | 2 + libc/sysv/consts/VQUIT.s | 2 - libc/sysv/consts/VREPRINT.S | 2 + libc/sysv/consts/VREPRINT.s | 2 - libc/sysv/consts/VSTART.S | 2 + libc/sysv/consts/VSTART.s | 2 - libc/sysv/consts/VSTOP.S | 2 + libc/sysv/consts/VSTOP.s | 2 - libc/sysv/consts/VSUSP.S | 2 + libc/sysv/consts/VSUSP.s | 2 - libc/sysv/consts/VSWTC.S | 2 + libc/sysv/consts/VSWTC.s | 2 - libc/sysv/consts/VT0.S | 2 + libc/sysv/consts/VT0.s | 2 - libc/sysv/consts/VT1.S | 2 + libc/sysv/consts/VT1.s | 2 - libc/sysv/consts/VTDLY.S | 2 + libc/sysv/consts/VTDLY.s | 2 - libc/sysv/consts/VTIME.S | 2 + libc/sysv/consts/VTIME.s | 2 - libc/sysv/consts/VWERASE.S | 2 + libc/sysv/consts/VWERASE.s | 2 - libc/sysv/consts/WCONTINUED.S | 2 + libc/sysv/consts/WCONTINUED.s | 2 - libc/sysv/consts/WEOF.S | 2 + libc/sysv/consts/WEOF.s | 2 - libc/sysv/consts/WEXITED.S | 2 + libc/sysv/consts/WEXITED.s | 2 - libc/sysv/consts/WNOHANG.S | 2 + libc/sysv/consts/WNOHANG.s | 2 - libc/sysv/consts/WNOWAIT.S | 2 + libc/sysv/consts/WNOWAIT.s | 2 - libc/sysv/consts/WORD_BIT.S | 2 + libc/sysv/consts/WORD_BIT.s | 2 - libc/sysv/consts/WRQ.S | 2 + libc/sysv/consts/WRQ.s | 2 - libc/sysv/consts/WSTOPPED.S | 2 + libc/sysv/consts/WSTOPPED.s | 2 - libc/sysv/consts/WUNTRACED.S | 2 + libc/sysv/consts/WUNTRACED.s | 2 - libc/sysv/consts/W_OK.S | 2 + libc/sysv/consts/W_OK.s | 2 - libc/sysv/consts/XATTR_CREATE.S | 2 + libc/sysv/consts/XATTR_CREATE.s | 2 - libc/sysv/consts/XATTR_REPLACE.S | 2 + libc/sysv/consts/XATTR_REPLACE.s | 2 - libc/sysv/consts/XCASE.S | 2 + libc/sysv/consts/XCASE.s | 2 - libc/sysv/consts/XTABS.S | 2 + libc/sysv/consts/XTABS.s | 2 - libc/sysv/consts/X_OK.S | 2 + libc/sysv/consts/X_OK.s | 2 - libc/sysv/consts/_ARG_MAX.S | 2 + libc/sysv/consts/_ARG_MAX.s | 2 - libc/sysv/consts/_LINUX_QUOTA_VERSION.S | 2 + libc/sysv/consts/_LINUX_QUOTA_VERSION.s | 2 - libc/sysv/consts/_NAME_MAX.S | 2 + libc/sysv/consts/_NAME_MAX.s | 2 - libc/sysv/consts/_NSIG.S | 2 + libc/sysv/consts/_NSIG.s | 2 - libc/sysv/consts/_PATH_MAX.S | 2 + libc/sysv/consts/_PATH_MAX.s | 2 - libc/sysv/consts/_SEM_SEMUN_UNDEFINED.S | 2 + libc/sysv/consts/_SEM_SEMUN_UNDEFINED.s | 2 - libc/sysv/consts/__NR__sysctl.S | 2 + libc/sysv/consts/__NR__sysctl.s | 2 - libc/sysv/consts/__NR_accept.S | 2 + libc/sysv/consts/__NR_accept.s | 2 - libc/sysv/consts/__NR_accept4.S | 2 + libc/sysv/consts/__NR_accept4.s | 2 - libc/sysv/consts/__NR_access.S | 2 + libc/sysv/consts/__NR_access.s | 2 - libc/sysv/consts/__NR_acct.S | 2 + libc/sysv/consts/__NR_acct.s | 2 - libc/sysv/consts/__NR_add_key.S | 2 + libc/sysv/consts/__NR_add_key.s | 2 - libc/sysv/consts/__NR_adjtimex.S | 2 + libc/sysv/consts/__NR_adjtimex.s | 2 - libc/sysv/consts/__NR_alarm.S | 2 + libc/sysv/consts/__NR_alarm.s | 2 - libc/sysv/consts/__NR_arch_prctl.S | 2 + libc/sysv/consts/__NR_arch_prctl.s | 2 - libc/sysv/consts/__NR_bind.S | 2 + libc/sysv/consts/__NR_bind.s | 2 - libc/sysv/consts/__NR_bpf.S | 2 + libc/sysv/consts/__NR_bpf.s | 2 - libc/sysv/consts/__NR_capget.S | 2 + libc/sysv/consts/__NR_capget.s | 2 - libc/sysv/consts/__NR_capset.S | 2 + libc/sysv/consts/__NR_capset.s | 2 - libc/sysv/consts/__NR_chdir.S | 2 + libc/sysv/consts/__NR_chdir.s | 2 - libc/sysv/consts/__NR_chmod.S | 2 + libc/sysv/consts/__NR_chmod.s | 2 - libc/sysv/consts/__NR_chown.S | 2 + libc/sysv/consts/__NR_chown.s | 2 - libc/sysv/consts/__NR_chroot.S | 2 + libc/sysv/consts/__NR_chroot.s | 2 - libc/sysv/consts/__NR_clock_adjtime.S | 2 + libc/sysv/consts/__NR_clock_adjtime.s | 2 - libc/sysv/consts/__NR_clock_getres.S | 2 + libc/sysv/consts/__NR_clock_getres.s | 2 - libc/sysv/consts/__NR_clock_gettime.S | 2 + libc/sysv/consts/__NR_clock_gettime.s | 2 - libc/sysv/consts/__NR_clock_nanosleep.S | 2 + libc/sysv/consts/__NR_clock_nanosleep.s | 2 - libc/sysv/consts/__NR_clock_settime.S | 2 + libc/sysv/consts/__NR_clock_settime.s | 2 - libc/sysv/consts/__NR_clone.S | 2 + libc/sysv/consts/__NR_clone.s | 2 - libc/sysv/consts/__NR_close.S | 2 + libc/sysv/consts/__NR_close.s | 2 - libc/sysv/consts/__NR_connect.S | 2 + libc/sysv/consts/__NR_connect.s | 2 - libc/sysv/consts/__NR_copy_file_range.S | 2 + libc/sysv/consts/__NR_copy_file_range.s | 2 - libc/sysv/consts/__NR_cpuset_getaffinity.S | 2 + libc/sysv/consts/__NR_cpuset_getaffinity.s | 2 - libc/sysv/consts/__NR_cpuset_setaffinity.S | 2 + libc/sysv/consts/__NR_cpuset_setaffinity.s | 2 - libc/sysv/consts/__NR_creat.S | 2 + libc/sysv/consts/__NR_creat.s | 2 - libc/sysv/consts/__NR_delete_module.S | 2 + libc/sysv/consts/__NR_delete_module.s | 2 - libc/sysv/consts/__NR_dup.S | 2 + libc/sysv/consts/__NR_dup.s | 2 - libc/sysv/consts/__NR_dup2.S | 2 + libc/sysv/consts/__NR_dup2.s | 2 - libc/sysv/consts/__NR_dup3.S | 2 + libc/sysv/consts/__NR_dup3.s | 2 - libc/sysv/consts/__NR_epoll_create.S | 2 + libc/sysv/consts/__NR_epoll_create.s | 2 - libc/sysv/consts/__NR_epoll_create1.S | 2 + libc/sysv/consts/__NR_epoll_create1.s | 2 - libc/sysv/consts/__NR_epoll_ctl.S | 2 + libc/sysv/consts/__NR_epoll_ctl.s | 2 - libc/sysv/consts/__NR_epoll_pwait.S | 2 + libc/sysv/consts/__NR_epoll_pwait.s | 2 - libc/sysv/consts/__NR_epoll_wait.S | 2 + libc/sysv/consts/__NR_epoll_wait.s | 2 - libc/sysv/consts/__NR_eventfd.S | 2 + libc/sysv/consts/__NR_eventfd.s | 2 - libc/sysv/consts/__NR_eventfd2.S | 2 + libc/sysv/consts/__NR_eventfd2.s | 2 - libc/sysv/consts/__NR_execve.S | 2 + libc/sysv/consts/__NR_execve.s | 2 - libc/sysv/consts/__NR_execveat.S | 2 + libc/sysv/consts/__NR_execveat.s | 2 - libc/sysv/consts/__NR_exit.S | 2 + libc/sysv/consts/__NR_exit.s | 2 - libc/sysv/consts/__NR_exit_group.S | 2 + libc/sysv/consts/__NR_exit_group.s | 2 - libc/sysv/consts/__NR_faccessat.S | 2 + libc/sysv/consts/__NR_faccessat.s | 2 - libc/sysv/consts/__NR_fadvise.S | 2 + libc/sysv/consts/__NR_fadvise.s | 2 - libc/sysv/consts/__NR_fallocate.S | 2 + libc/sysv/consts/__NR_fallocate.s | 2 - libc/sysv/consts/__NR_fanotify_init.S | 2 + libc/sysv/consts/__NR_fanotify_init.s | 2 - libc/sysv/consts/__NR_fanotify_mark.S | 2 + libc/sysv/consts/__NR_fanotify_mark.s | 2 - libc/sysv/consts/__NR_fchdir.S | 2 + libc/sysv/consts/__NR_fchdir.s | 2 - libc/sysv/consts/__NR_fchmod.S | 2 + libc/sysv/consts/__NR_fchmod.s | 2 - libc/sysv/consts/__NR_fchmodat.S | 2 + libc/sysv/consts/__NR_fchmodat.s | 2 - libc/sysv/consts/__NR_fchown.S | 2 + libc/sysv/consts/__NR_fchown.s | 2 - libc/sysv/consts/__NR_fchownat.S | 2 + libc/sysv/consts/__NR_fchownat.s | 2 - libc/sysv/consts/__NR_fcntl.S | 2 + libc/sysv/consts/__NR_fcntl.s | 2 - libc/sysv/consts/__NR_fdatasync.S | 2 + libc/sysv/consts/__NR_fdatasync.s | 2 - libc/sysv/consts/__NR_fgetxattr.S | 2 + libc/sysv/consts/__NR_fgetxattr.s | 2 - libc/sysv/consts/__NR_finit_module.S | 2 + libc/sysv/consts/__NR_finit_module.s | 2 - libc/sysv/consts/__NR_flistxattr.S | 2 + libc/sysv/consts/__NR_flistxattr.s | 2 - libc/sysv/consts/__NR_flock.S | 2 + libc/sysv/consts/__NR_flock.s | 2 - libc/sysv/consts/__NR_fork.S | 2 + libc/sysv/consts/__NR_fork.s | 2 - libc/sysv/consts/__NR_fremovexattr.S | 2 + libc/sysv/consts/__NR_fremovexattr.s | 2 - libc/sysv/consts/__NR_fsetxattr.S | 2 + libc/sysv/consts/__NR_fsetxattr.s | 2 - libc/sysv/consts/__NR_fstat.S | 2 + libc/sysv/consts/__NR_fstat.s | 2 - libc/sysv/consts/__NR_fstatat.S | 2 + libc/sysv/consts/__NR_fstatat.s | 2 - libc/sysv/consts/__NR_fstatfs.S | 2 + libc/sysv/consts/__NR_fstatfs.s | 2 - libc/sysv/consts/__NR_fsync.S | 2 + libc/sysv/consts/__NR_fsync.s | 2 - libc/sysv/consts/__NR_ftruncate.S | 2 + libc/sysv/consts/__NR_ftruncate.s | 2 - libc/sysv/consts/__NR_futex.S | 2 + libc/sysv/consts/__NR_futex.s | 2 - libc/sysv/consts/__NR_futimens.S | 2 + libc/sysv/consts/__NR_futimens.s | 2 - libc/sysv/consts/__NR_futimes.S | 2 + libc/sysv/consts/__NR_futimes.s | 2 - libc/sysv/consts/__NR_futimesat.S | 2 + libc/sysv/consts/__NR_futimesat.s | 2 - libc/sysv/consts/__NR_get_mempolicy.S | 2 + libc/sysv/consts/__NR_get_mempolicy.s | 2 - libc/sysv/consts/__NR_get_robust_list.S | 2 + libc/sysv/consts/__NR_get_robust_list.s | 2 - libc/sysv/consts/__NR_getcpu.S | 2 + libc/sysv/consts/__NR_getcpu.s | 2 - libc/sysv/consts/__NR_getcwd.S | 2 + libc/sysv/consts/__NR_getcwd.s | 2 - libc/sysv/consts/__NR_getdents.S | 2 + libc/sysv/consts/__NR_getdents.s | 2 - libc/sysv/consts/__NR_getegid.S | 2 + libc/sysv/consts/__NR_getegid.s | 2 - libc/sysv/consts/__NR_geteuid.S | 2 + libc/sysv/consts/__NR_geteuid.s | 2 - libc/sysv/consts/__NR_getgid.S | 2 + libc/sysv/consts/__NR_getgid.s | 2 - libc/sysv/consts/__NR_getgroups.S | 2 + libc/sysv/consts/__NR_getgroups.s | 2 - libc/sysv/consts/__NR_getitimer.S | 2 + libc/sysv/consts/__NR_getitimer.s | 2 - libc/sysv/consts/__NR_getpeername.S | 2 + libc/sysv/consts/__NR_getpeername.s | 2 - libc/sysv/consts/__NR_getpgid.S | 2 + libc/sysv/consts/__NR_getpgid.s | 2 - libc/sysv/consts/__NR_getpgrp.S | 2 + libc/sysv/consts/__NR_getpgrp.s | 2 - libc/sysv/consts/__NR_getpid.S | 2 + libc/sysv/consts/__NR_getpid.s | 2 - libc/sysv/consts/__NR_getppid.S | 2 + libc/sysv/consts/__NR_getppid.s | 2 - libc/sysv/consts/__NR_getpriority.S | 2 + libc/sysv/consts/__NR_getpriority.s | 2 - libc/sysv/consts/__NR_getrandom.S | 2 + libc/sysv/consts/__NR_getrandom.s | 2 - libc/sysv/consts/__NR_getresgid.S | 2 + libc/sysv/consts/__NR_getresgid.s | 2 - libc/sysv/consts/__NR_getresuid.S | 2 + libc/sysv/consts/__NR_getresuid.s | 2 - libc/sysv/consts/__NR_getrlimit.S | 2 + libc/sysv/consts/__NR_getrlimit.s | 2 - libc/sysv/consts/__NR_getrusage.S | 2 + libc/sysv/consts/__NR_getrusage.s | 2 - libc/sysv/consts/__NR_getsid.S | 2 + libc/sysv/consts/__NR_getsid.s | 2 - libc/sysv/consts/__NR_getsockname.S | 2 + libc/sysv/consts/__NR_getsockname.s | 2 - libc/sysv/consts/__NR_getsockopt.S | 2 + libc/sysv/consts/__NR_getsockopt.s | 2 - libc/sysv/consts/__NR_gettid.S | 2 + libc/sysv/consts/__NR_gettid.s | 2 - libc/sysv/consts/__NR_gettimeofday.S | 2 + libc/sysv/consts/__NR_gettimeofday.s | 2 - libc/sysv/consts/__NR_getuid.S | 2 + libc/sysv/consts/__NR_getuid.s | 2 - libc/sysv/consts/__NR_getxattr.S | 2 + libc/sysv/consts/__NR_getxattr.s | 2 - libc/sysv/consts/__NR_init_module.S | 2 + libc/sysv/consts/__NR_init_module.s | 2 - libc/sysv/consts/__NR_inotify_add_watch.S | 2 + libc/sysv/consts/__NR_inotify_add_watch.s | 2 - libc/sysv/consts/__NR_inotify_init.S | 2 + libc/sysv/consts/__NR_inotify_init.s | 2 - libc/sysv/consts/__NR_inotify_init1.S | 2 + libc/sysv/consts/__NR_inotify_init1.s | 2 - libc/sysv/consts/__NR_inotify_rm_watch.S | 2 + libc/sysv/consts/__NR_inotify_rm_watch.s | 2 - libc/sysv/consts/__NR_io_cancel.S | 2 + libc/sysv/consts/__NR_io_cancel.s | 2 - libc/sysv/consts/__NR_io_destroy.S | 2 + libc/sysv/consts/__NR_io_destroy.s | 2 - libc/sysv/consts/__NR_io_getevents.S | 2 + libc/sysv/consts/__NR_io_getevents.s | 2 - libc/sysv/consts/__NR_io_pgetevents.S | 2 + libc/sysv/consts/__NR_io_pgetevents.s | 2 - libc/sysv/consts/__NR_io_setup.S | 2 + libc/sysv/consts/__NR_io_setup.s | 2 - libc/sysv/consts/__NR_io_submit.S | 2 + libc/sysv/consts/__NR_io_submit.s | 2 - libc/sysv/consts/__NR_io_uring_enter.S | 2 + libc/sysv/consts/__NR_io_uring_enter.s | 2 - libc/sysv/consts/__NR_io_uring_register.S | 2 + libc/sysv/consts/__NR_io_uring_register.s | 2 - libc/sysv/consts/__NR_io_uring_setup.S | 2 + libc/sysv/consts/__NR_io_uring_setup.s | 2 - libc/sysv/consts/__NR_ioctl.S | 2 + libc/sysv/consts/__NR_ioctl.s | 2 - libc/sysv/consts/__NR_ioperm.S | 2 + libc/sysv/consts/__NR_ioperm.s | 2 - libc/sysv/consts/__NR_iopl.S | 2 + libc/sysv/consts/__NR_iopl.s | 2 - libc/sysv/consts/__NR_ioprio_get.S | 2 + libc/sysv/consts/__NR_ioprio_get.s | 2 - libc/sysv/consts/__NR_ioprio_set.S | 2 + libc/sysv/consts/__NR_ioprio_set.s | 2 - libc/sysv/consts/__NR_kcmp.S | 2 + libc/sysv/consts/__NR_kcmp.s | 2 - libc/sysv/consts/__NR_kexec_file_load.S | 2 + libc/sysv/consts/__NR_kexec_file_load.s | 2 - libc/sysv/consts/__NR_kexec_load.S | 2 + libc/sysv/consts/__NR_kexec_load.s | 2 - libc/sysv/consts/__NR_keyctl.S | 2 + libc/sysv/consts/__NR_keyctl.s | 2 - libc/sysv/consts/__NR_kill.S | 2 + libc/sysv/consts/__NR_kill.s | 2 - libc/sysv/consts/__NR_killpg.S | 2 + libc/sysv/consts/__NR_killpg.s | 2 - libc/sysv/consts/__NR_ktrace.S | 2 + libc/sysv/consts/__NR_ktrace.s | 2 - libc/sysv/consts/__NR_lchown.S | 2 + libc/sysv/consts/__NR_lchown.s | 2 - libc/sysv/consts/__NR_lgetxattr.S | 2 + libc/sysv/consts/__NR_lgetxattr.s | 2 - libc/sysv/consts/__NR_link.S | 2 + libc/sysv/consts/__NR_link.s | 2 - libc/sysv/consts/__NR_linkat.S | 2 + libc/sysv/consts/__NR_linkat.s | 2 - libc/sysv/consts/__NR_listen.S | 2 + libc/sysv/consts/__NR_listen.s | 2 - libc/sysv/consts/__NR_listxattr.S | 2 + libc/sysv/consts/__NR_listxattr.s | 2 - libc/sysv/consts/__NR_llistxattr.S | 2 + libc/sysv/consts/__NR_llistxattr.s | 2 - libc/sysv/consts/__NR_lookup_dcookie.S | 2 + libc/sysv/consts/__NR_lookup_dcookie.s | 2 - libc/sysv/consts/__NR_lremovexattr.S | 2 + libc/sysv/consts/__NR_lremovexattr.s | 2 - libc/sysv/consts/__NR_lseek.S | 2 + libc/sysv/consts/__NR_lseek.s | 2 - libc/sysv/consts/__NR_lsetxattr.S | 2 + libc/sysv/consts/__NR_lsetxattr.s | 2 - libc/sysv/consts/__NR_lstat.S | 2 + libc/sysv/consts/__NR_lstat.s | 2 - libc/sysv/consts/__NR_madvise.S | 2 + libc/sysv/consts/__NR_madvise.s | 2 - libc/sysv/consts/__NR_mbind.S | 2 + libc/sysv/consts/__NR_mbind.s | 2 - libc/sysv/consts/__NR_membarrier.S | 2 + libc/sysv/consts/__NR_membarrier.s | 2 - libc/sysv/consts/__NR_memfd_create.S | 2 + libc/sysv/consts/__NR_memfd_create.s | 2 - libc/sysv/consts/__NR_migrate_pages.S | 2 + libc/sysv/consts/__NR_migrate_pages.s | 2 - libc/sysv/consts/__NR_mincore.S | 2 + libc/sysv/consts/__NR_mincore.s | 2 - libc/sysv/consts/__NR_mkdir.S | 2 + libc/sysv/consts/__NR_mkdir.s | 2 - libc/sysv/consts/__NR_mkdirat.S | 2 + libc/sysv/consts/__NR_mkdirat.s | 2 - libc/sysv/consts/__NR_mkfifo.S | 2 + libc/sysv/consts/__NR_mkfifo.s | 2 - libc/sysv/consts/__NR_mkfifoat.S | 2 + libc/sysv/consts/__NR_mkfifoat.s | 2 - libc/sysv/consts/__NR_mknod.S | 2 + libc/sysv/consts/__NR_mknod.s | 2 - libc/sysv/consts/__NR_mknodat.S | 2 + libc/sysv/consts/__NR_mknodat.s | 2 - libc/sysv/consts/__NR_mlock.S | 2 + libc/sysv/consts/__NR_mlock.s | 2 - libc/sysv/consts/__NR_mlock2.S | 2 + libc/sysv/consts/__NR_mlock2.s | 2 - libc/sysv/consts/__NR_mlockall.S | 2 + libc/sysv/consts/__NR_mlockall.s | 2 - libc/sysv/consts/__NR_mmap.S | 2 + libc/sysv/consts/__NR_mmap.s | 2 - libc/sysv/consts/__NR_modify_ldt.S | 2 + libc/sysv/consts/__NR_modify_ldt.s | 2 - libc/sysv/consts/__NR_mount.S | 2 + libc/sysv/consts/__NR_mount.s | 2 - libc/sysv/consts/__NR_move_pages.S | 2 + libc/sysv/consts/__NR_move_pages.s | 2 - libc/sysv/consts/__NR_mprotect.S | 2 + libc/sysv/consts/__NR_mprotect.s | 2 - libc/sysv/consts/__NR_mq_getsetattr.S | 2 + libc/sysv/consts/__NR_mq_getsetattr.s | 2 - libc/sysv/consts/__NR_mq_notify.S | 2 + libc/sysv/consts/__NR_mq_notify.s | 2 - libc/sysv/consts/__NR_mq_open.S | 2 + libc/sysv/consts/__NR_mq_open.s | 2 - libc/sysv/consts/__NR_mq_timedreceive.S | 2 + libc/sysv/consts/__NR_mq_timedreceive.s | 2 - libc/sysv/consts/__NR_mq_timedsend.S | 2 + libc/sysv/consts/__NR_mq_timedsend.s | 2 - libc/sysv/consts/__NR_mq_unlink.S | 2 + libc/sysv/consts/__NR_mq_unlink.s | 2 - libc/sysv/consts/__NR_mremap.S | 2 + libc/sysv/consts/__NR_mremap.s | 2 - libc/sysv/consts/__NR_msgctl.S | 2 + libc/sysv/consts/__NR_msgctl.s | 2 - libc/sysv/consts/__NR_msgget.S | 2 + libc/sysv/consts/__NR_msgget.s | 2 - libc/sysv/consts/__NR_msgrcv.S | 2 + libc/sysv/consts/__NR_msgrcv.s | 2 - libc/sysv/consts/__NR_msgsnd.S | 2 + libc/sysv/consts/__NR_msgsnd.s | 2 - libc/sysv/consts/__NR_msync.S | 2 + libc/sysv/consts/__NR_msync.s | 2 - libc/sysv/consts/__NR_msyscall.S | 2 + libc/sysv/consts/__NR_msyscall.s | 2 - libc/sysv/consts/__NR_munlock.S | 2 + libc/sysv/consts/__NR_munlock.s | 2 - libc/sysv/consts/__NR_munlockall.S | 2 + libc/sysv/consts/__NR_munlockall.s | 2 - libc/sysv/consts/__NR_munmap.S | 2 + libc/sysv/consts/__NR_munmap.s | 2 - libc/sysv/consts/__NR_name_to_handle_at.S | 2 + libc/sysv/consts/__NR_name_to_handle_at.s | 2 - libc/sysv/consts/__NR_nanosleep.S | 2 + libc/sysv/consts/__NR_nanosleep.s | 2 - libc/sysv/consts/__NR_open.S | 2 + libc/sysv/consts/__NR_open.s | 2 - libc/sysv/consts/__NR_open_by_handle_at.S | 2 + libc/sysv/consts/__NR_open_by_handle_at.s | 2 - libc/sysv/consts/__NR_openat.S | 2 + libc/sysv/consts/__NR_openat.s | 2 - libc/sysv/consts/__NR_pause.S | 2 + libc/sysv/consts/__NR_pause.s | 2 - libc/sysv/consts/__NR_perf_event_open.S | 2 + libc/sysv/consts/__NR_perf_event_open.s | 2 - libc/sysv/consts/__NR_personality.S | 2 + libc/sysv/consts/__NR_personality.s | 2 - libc/sysv/consts/__NR_pidfd_send_signal.S | 2 + libc/sysv/consts/__NR_pidfd_send_signal.s | 2 - libc/sysv/consts/__NR_pipe.S | 2 + libc/sysv/consts/__NR_pipe.s | 2 - libc/sysv/consts/__NR_pipe2.S | 2 + libc/sysv/consts/__NR_pipe2.s | 2 - libc/sysv/consts/__NR_pivot_root.S | 2 + libc/sysv/consts/__NR_pivot_root.s | 2 - libc/sysv/consts/__NR_pkey_alloc.S | 2 + libc/sysv/consts/__NR_pkey_alloc.s | 2 - libc/sysv/consts/__NR_pkey_free.S | 2 + libc/sysv/consts/__NR_pkey_free.s | 2 - libc/sysv/consts/__NR_pkey_mprotect.S | 2 + libc/sysv/consts/__NR_pkey_mprotect.s | 2 - libc/sysv/consts/__NR_pledge.S | 2 + libc/sysv/consts/__NR_pledge.s | 2 - libc/sysv/consts/__NR_poll.S | 2 + libc/sysv/consts/__NR_poll.s | 2 - libc/sysv/consts/__NR_posix_fallocate.S | 2 + libc/sysv/consts/__NR_posix_fallocate.s | 2 - libc/sysv/consts/__NR_posix_spawn.S | 2 + libc/sysv/consts/__NR_posix_spawn.s | 2 - libc/sysv/consts/__NR_ppoll.S | 2 + libc/sysv/consts/__NR_ppoll.s | 2 - libc/sysv/consts/__NR_prctl.S | 2 + libc/sysv/consts/__NR_prctl.s | 2 - libc/sysv/consts/__NR_pread.S | 2 + libc/sysv/consts/__NR_pread.s | 2 - libc/sysv/consts/__NR_preadv.S | 2 + libc/sysv/consts/__NR_preadv.s | 2 - libc/sysv/consts/__NR_preadv2.S | 2 + libc/sysv/consts/__NR_preadv2.s | 2 - libc/sysv/consts/__NR_prlimit.S | 2 + libc/sysv/consts/__NR_prlimit.s | 2 - libc/sysv/consts/__NR_process_vm_readv.S | 2 + libc/sysv/consts/__NR_process_vm_readv.s | 2 - libc/sysv/consts/__NR_process_vm_writev.S | 2 + libc/sysv/consts/__NR_process_vm_writev.s | 2 - libc/sysv/consts/__NR_pselect.S | 2 + libc/sysv/consts/__NR_pselect.s | 2 - libc/sysv/consts/__NR_pselect6.S | 2 + libc/sysv/consts/__NR_pselect6.s | 2 - libc/sysv/consts/__NR_ptrace.S | 2 + libc/sysv/consts/__NR_ptrace.s | 2 - libc/sysv/consts/__NR_pwrite.S | 2 + libc/sysv/consts/__NR_pwrite.s | 2 - libc/sysv/consts/__NR_pwritev.S | 2 + libc/sysv/consts/__NR_pwritev.s | 2 - libc/sysv/consts/__NR_pwritev2.S | 2 + libc/sysv/consts/__NR_pwritev2.s | 2 - libc/sysv/consts/__NR_quotactl.S | 2 + libc/sysv/consts/__NR_quotactl.s | 2 - libc/sysv/consts/__NR_read.S | 2 + libc/sysv/consts/__NR_read.s | 2 - libc/sysv/consts/__NR_readahead.S | 2 + libc/sysv/consts/__NR_readahead.s | 2 - libc/sysv/consts/__NR_readlink.S | 2 + libc/sysv/consts/__NR_readlink.s | 2 - libc/sysv/consts/__NR_readlinkat.S | 2 + libc/sysv/consts/__NR_readlinkat.s | 2 - libc/sysv/consts/__NR_readv.S | 2 + libc/sysv/consts/__NR_readv.s | 2 - libc/sysv/consts/__NR_reboot.S | 2 + libc/sysv/consts/__NR_reboot.s | 2 - libc/sysv/consts/__NR_recvfrom.S | 2 + libc/sysv/consts/__NR_recvfrom.s | 2 - libc/sysv/consts/__NR_recvmmsg.S | 2 + libc/sysv/consts/__NR_recvmmsg.s | 2 - libc/sysv/consts/__NR_recvmsg.S | 2 + libc/sysv/consts/__NR_recvmsg.s | 2 - libc/sysv/consts/__NR_removexattr.S | 2 + libc/sysv/consts/__NR_removexattr.s | 2 - libc/sysv/consts/__NR_rename.S | 2 + libc/sysv/consts/__NR_rename.s | 2 - libc/sysv/consts/__NR_renameat.S | 2 + libc/sysv/consts/__NR_renameat.s | 2 - libc/sysv/consts/__NR_renameat2.S | 2 + libc/sysv/consts/__NR_renameat2.s | 2 - libc/sysv/consts/__NR_request_key.S | 2 + libc/sysv/consts/__NR_request_key.s | 2 - libc/sysv/consts/__NR_restart_syscall.S | 2 + libc/sysv/consts/__NR_restart_syscall.s | 2 - libc/sysv/consts/__NR_rmdir.S | 2 + libc/sysv/consts/__NR_rmdir.s | 2 - libc/sysv/consts/__NR_rseq.S | 2 + libc/sysv/consts/__NR_rseq.s | 2 - libc/sysv/consts/__NR_rt_sigqueueinfo.S | 2 + libc/sysv/consts/__NR_rt_sigqueueinfo.s | 2 - libc/sysv/consts/__NR_rt_tgsigqueueinfo.S | 2 + libc/sysv/consts/__NR_rt_tgsigqueueinfo.s | 2 - .../sysv/consts/__NR_sched_get_priority_max.S | 2 + .../sysv/consts/__NR_sched_get_priority_max.s | 2 - .../sysv/consts/__NR_sched_get_priority_min.S | 2 + .../sysv/consts/__NR_sched_get_priority_min.s | 2 - libc/sysv/consts/__NR_sched_getaffinity.S | 2 + libc/sysv/consts/__NR_sched_getaffinity.s | 2 - libc/sysv/consts/__NR_sched_getattr.S | 2 + libc/sysv/consts/__NR_sched_getattr.s | 2 - libc/sysv/consts/__NR_sched_getparam.S | 2 + libc/sysv/consts/__NR_sched_getparam.s | 2 - libc/sysv/consts/__NR_sched_getscheduler.S | 2 + libc/sysv/consts/__NR_sched_getscheduler.s | 2 - libc/sysv/consts/__NR_sched_rr_get_interval.S | 2 + libc/sysv/consts/__NR_sched_rr_get_interval.s | 2 - libc/sysv/consts/__NR_sched_setaffinity.S | 2 + libc/sysv/consts/__NR_sched_setaffinity.s | 2 - libc/sysv/consts/__NR_sched_setattr.S | 2 + libc/sysv/consts/__NR_sched_setattr.s | 2 - libc/sysv/consts/__NR_sched_setparam.S | 2 + libc/sysv/consts/__NR_sched_setparam.s | 2 - libc/sysv/consts/__NR_sched_setscheduler.S | 2 + libc/sysv/consts/__NR_sched_setscheduler.s | 2 - libc/sysv/consts/__NR_sched_yield.S | 2 + libc/sysv/consts/__NR_sched_yield.s | 2 - libc/sysv/consts/__NR_seccomp.S | 2 + libc/sysv/consts/__NR_seccomp.s | 2 - libc/sysv/consts/__NR_select.S | 2 + libc/sysv/consts/__NR_select.s | 2 - libc/sysv/consts/__NR_semctl.S | 2 + libc/sysv/consts/__NR_semctl.s | 2 - libc/sysv/consts/__NR_semget.S | 2 + libc/sysv/consts/__NR_semget.s | 2 - libc/sysv/consts/__NR_semop.S | 2 + libc/sysv/consts/__NR_semop.s | 2 - libc/sysv/consts/__NR_semtimedop.S | 2 + libc/sysv/consts/__NR_semtimedop.s | 2 - libc/sysv/consts/__NR_sendfile.S | 2 + libc/sysv/consts/__NR_sendfile.s | 2 - libc/sysv/consts/__NR_sendmmsg.S | 2 + libc/sysv/consts/__NR_sendmmsg.s | 2 - libc/sysv/consts/__NR_sendmsg.S | 2 + libc/sysv/consts/__NR_sendmsg.s | 2 - libc/sysv/consts/__NR_sendto.S | 2 + libc/sysv/consts/__NR_sendto.s | 2 - libc/sysv/consts/__NR_set_mempolicy.S | 2 + libc/sysv/consts/__NR_set_mempolicy.s | 2 - libc/sysv/consts/__NR_set_robust_list.S | 2 + libc/sysv/consts/__NR_set_robust_list.s | 2 - libc/sysv/consts/__NR_set_tid_address.S | 2 + libc/sysv/consts/__NR_set_tid_address.s | 2 - libc/sysv/consts/__NR_setdomainname.S | 2 + libc/sysv/consts/__NR_setdomainname.s | 2 - libc/sysv/consts/__NR_setfsgid.S | 2 + libc/sysv/consts/__NR_setfsgid.s | 2 - libc/sysv/consts/__NR_setfsuid.S | 2 + libc/sysv/consts/__NR_setfsuid.s | 2 - libc/sysv/consts/__NR_setgid.S | 2 + libc/sysv/consts/__NR_setgid.s | 2 - libc/sysv/consts/__NR_setgroups.S | 2 + libc/sysv/consts/__NR_setgroups.s | 2 - libc/sysv/consts/__NR_sethostname.S | 2 + libc/sysv/consts/__NR_sethostname.s | 2 - libc/sysv/consts/__NR_setitimer.S | 2 + libc/sysv/consts/__NR_setitimer.s | 2 - libc/sysv/consts/__NR_setns.S | 2 + libc/sysv/consts/__NR_setns.s | 2 - libc/sysv/consts/__NR_setpgid.S | 2 + libc/sysv/consts/__NR_setpgid.s | 2 - libc/sysv/consts/__NR_setpriority.S | 2 + libc/sysv/consts/__NR_setpriority.s | 2 - libc/sysv/consts/__NR_setregid.S | 2 + libc/sysv/consts/__NR_setregid.s | 2 - libc/sysv/consts/__NR_setresgid.S | 2 + libc/sysv/consts/__NR_setresgid.s | 2 - libc/sysv/consts/__NR_setresuid.S | 2 + libc/sysv/consts/__NR_setresuid.s | 2 - libc/sysv/consts/__NR_setreuid.S | 2 + libc/sysv/consts/__NR_setreuid.s | 2 - libc/sysv/consts/__NR_setrlimit.S | 2 + libc/sysv/consts/__NR_setrlimit.s | 2 - libc/sysv/consts/__NR_setsid.S | 2 + libc/sysv/consts/__NR_setsid.s | 2 - libc/sysv/consts/__NR_setsockopt.S | 2 + libc/sysv/consts/__NR_setsockopt.s | 2 - libc/sysv/consts/__NR_settimeofday.S | 2 + libc/sysv/consts/__NR_settimeofday.s | 2 - libc/sysv/consts/__NR_setuid.S | 2 + libc/sysv/consts/__NR_setuid.s | 2 - libc/sysv/consts/__NR_setxattr.S | 2 + libc/sysv/consts/__NR_setxattr.s | 2 - libc/sysv/consts/__NR_shmat.S | 2 + libc/sysv/consts/__NR_shmat.s | 2 - libc/sysv/consts/__NR_shmctl.S | 2 + libc/sysv/consts/__NR_shmctl.s | 2 - libc/sysv/consts/__NR_shmdt.S | 2 + libc/sysv/consts/__NR_shmdt.s | 2 - libc/sysv/consts/__NR_shmget.S | 2 + libc/sysv/consts/__NR_shmget.s | 2 - libc/sysv/consts/__NR_shutdown.S | 2 + libc/sysv/consts/__NR_shutdown.s | 2 - libc/sysv/consts/__NR_sigaction.S | 2 + libc/sysv/consts/__NR_sigaction.s | 2 - libc/sysv/consts/__NR_sigaltstack.S | 2 + libc/sysv/consts/__NR_sigaltstack.s | 2 - libc/sysv/consts/__NR_signalfd.S | 2 + libc/sysv/consts/__NR_signalfd.s | 2 - libc/sysv/consts/__NR_signalfd4.S | 2 + libc/sysv/consts/__NR_signalfd4.s | 2 - libc/sysv/consts/__NR_sigpending.S | 2 + libc/sysv/consts/__NR_sigpending.s | 2 - libc/sysv/consts/__NR_sigprocmask.S | 2 + libc/sysv/consts/__NR_sigprocmask.s | 2 - libc/sysv/consts/__NR_sigsuspend.S | 2 + libc/sysv/consts/__NR_sigsuspend.s | 2 - libc/sysv/consts/__NR_sigtimedwait.S | 2 + libc/sysv/consts/__NR_sigtimedwait.s | 2 - libc/sysv/consts/__NR_socket.S | 2 + libc/sysv/consts/__NR_socket.s | 2 - libc/sysv/consts/__NR_socketpair.S | 2 + libc/sysv/consts/__NR_socketpair.s | 2 - libc/sysv/consts/__NR_splice.S | 2 + libc/sysv/consts/__NR_splice.s | 2 - libc/sysv/consts/__NR_stat.S | 2 + libc/sysv/consts/__NR_stat.s | 2 - libc/sysv/consts/__NR_statfs.S | 2 + libc/sysv/consts/__NR_statfs.s | 2 - libc/sysv/consts/__NR_statx.S | 2 + libc/sysv/consts/__NR_statx.s | 2 - libc/sysv/consts/__NR_swapoff.S | 2 + libc/sysv/consts/__NR_swapoff.s | 2 - libc/sysv/consts/__NR_swapon.S | 2 + libc/sysv/consts/__NR_swapon.s | 2 - libc/sysv/consts/__NR_symlink.S | 2 + libc/sysv/consts/__NR_symlink.s | 2 - libc/sysv/consts/__NR_symlinkat.S | 2 + libc/sysv/consts/__NR_symlinkat.s | 2 - libc/sysv/consts/__NR_sync.S | 2 + libc/sysv/consts/__NR_sync.s | 2 - libc/sysv/consts/__NR_sync_file_range.S | 2 + libc/sysv/consts/__NR_sync_file_range.s | 2 - libc/sysv/consts/__NR_syncfs.S | 2 + libc/sysv/consts/__NR_syncfs.s | 2 - libc/sysv/consts/__NR_sysfs.S | 2 + libc/sysv/consts/__NR_sysfs.s | 2 - libc/sysv/consts/__NR_sysinfo.S | 2 + libc/sysv/consts/__NR_sysinfo.s | 2 - libc/sysv/consts/__NR_syslog.S | 2 + libc/sysv/consts/__NR_syslog.s | 2 - libc/sysv/consts/__NR_tee.S | 2 + libc/sysv/consts/__NR_tee.s | 2 - libc/sysv/consts/__NR_tgkill.S | 2 + libc/sysv/consts/__NR_tgkill.s | 2 - libc/sysv/consts/__NR_timer_create.S | 2 + libc/sysv/consts/__NR_timer_create.s | 2 - libc/sysv/consts/__NR_timer_delete.S | 2 + libc/sysv/consts/__NR_timer_delete.s | 2 - libc/sysv/consts/__NR_timer_getoverrun.S | 2 + libc/sysv/consts/__NR_timer_getoverrun.s | 2 - libc/sysv/consts/__NR_timer_gettime.S | 2 + libc/sysv/consts/__NR_timer_gettime.s | 2 - libc/sysv/consts/__NR_timer_settime.S | 2 + libc/sysv/consts/__NR_timer_settime.s | 2 - libc/sysv/consts/__NR_timerfd_create.S | 2 + libc/sysv/consts/__NR_timerfd_create.s | 2 - libc/sysv/consts/__NR_timerfd_gettime.S | 2 + libc/sysv/consts/__NR_timerfd_gettime.s | 2 - libc/sysv/consts/__NR_timerfd_settime.S | 2 + libc/sysv/consts/__NR_timerfd_settime.s | 2 - libc/sysv/consts/__NR_times.S | 2 + libc/sysv/consts/__NR_times.s | 2 - libc/sysv/consts/__NR_tkill.S | 2 + libc/sysv/consts/__NR_tkill.s | 2 - libc/sysv/consts/__NR_truncate.S | 2 + libc/sysv/consts/__NR_truncate.s | 2 - libc/sysv/consts/__NR_umask.S | 2 + libc/sysv/consts/__NR_umask.s | 2 - libc/sysv/consts/__NR_umount2.S | 2 + libc/sysv/consts/__NR_umount2.s | 2 - libc/sysv/consts/__NR_uname.S | 2 + libc/sysv/consts/__NR_uname.s | 2 - libc/sysv/consts/__NR_unlink.S | 2 + libc/sysv/consts/__NR_unlink.s | 2 - libc/sysv/consts/__NR_unlinkat.S | 2 + libc/sysv/consts/__NR_unlinkat.s | 2 - libc/sysv/consts/__NR_unshare.S | 2 + libc/sysv/consts/__NR_unshare.s | 2 - libc/sysv/consts/__NR_userfaultfd.S | 2 + libc/sysv/consts/__NR_userfaultfd.s | 2 - libc/sysv/consts/__NR_ustat.S | 2 + libc/sysv/consts/__NR_ustat.s | 2 - libc/sysv/consts/__NR_utime.S | 2 + libc/sysv/consts/__NR_utime.s | 2 - libc/sysv/consts/__NR_utimensat.S | 2 + libc/sysv/consts/__NR_utimensat.s | 2 - libc/sysv/consts/__NR_utimes.S | 2 + libc/sysv/consts/__NR_utimes.s | 2 - libc/sysv/consts/__NR_vfork.S | 2 + libc/sysv/consts/__NR_vfork.s | 2 - libc/sysv/consts/__NR_vhangup.S | 2 + libc/sysv/consts/__NR_vhangup.s | 2 - libc/sysv/consts/__NR_vmsplice.S | 2 + libc/sysv/consts/__NR_vmsplice.s | 2 - libc/sysv/consts/__NR_wait4.S | 2 + libc/sysv/consts/__NR_wait4.s | 2 - libc/sysv/consts/__NR_waitid.S | 2 + libc/sysv/consts/__NR_waitid.s | 2 - libc/sysv/consts/__NR_write.S | 2 + libc/sysv/consts/__NR_write.s | 2 - libc/sysv/consts/__NR_writev.S | 2 + libc/sysv/consts/__NR_writev.s | 2 - libc/sysv/consts/syscon.internal.h | 10 + libc/sysv/errfuns.h | 660 ++++++++++++++++++ libc/sysv/gen.sh | 4 +- libc/sysv/restorert.S | 4 +- libc/sysv/syscount.S | 2 +- libc/sysv/systemfive.S | 14 +- libc/sysv/sysv.mk | 18 +- libc/testlib/bench.S | 2 +- libc/testlib/blocktronics.S | 2 +- libc/testlib/combo.S | 2 +- libc/testlib/fixture.S | 2 +- libc/testlib/hyperion.S | 2 +- libc/testlib/moby.S | 2 +- libc/testlib/testcase.S | 2 +- libc/testlib/viewables.S | 2 +- libc/thread/tls.h | 4 + libc/thread/tls2.h | 4 + third_party/lz4cli/bench.c | 4 +- third_party/lz4cli/lz4io.c | 4 +- third_party/stb/ycbcr-sse2.S | 4 +- third_party/vqsort/vqsort_i32a.S | 28 +- third_party/vqsort/vqsort_i64a.S | 26 +- tool/build/lib/errnos.S | 2 +- tool/viz/lib/perlin3.c | 5 +- 15428 files changed, 25694 insertions(+), 23138 deletions(-) create mode 100644 libc/aarch64/aarch64.mk create mode 100644 libc/aarch64/crt.S create mode 100644 libc/aarch64/fenv.S create mode 100644 libc/aarch64/start.c rename libc/{tinymath => intrin}/fenv.S (100%) delete mode 100644 libc/intrin/initializer.internal.h create mode 100644 libc/log/logfile.c delete mode 100644 libc/log/logfile.initabi.c create mode 100644 libc/nexgen32e/auxv2.c create mode 100644 libc/nexgen32e/environ2.c create mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.S delete mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.s create mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.S delete mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.s create mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.S delete mode 100644 libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.s create mode 100644 libc/nt/MsWSock/AcceptEx.S delete mode 100644 libc/nt/MsWSock/AcceptEx.s create mode 100644 libc/nt/MsWSock/DisconnectEx.S delete mode 100644 libc/nt/MsWSock/DisconnectEx.s create mode 100644 libc/nt/MsWSock/GetAcceptExSockaddrs.S delete mode 100644 libc/nt/MsWSock/GetAcceptExSockaddrs.s create mode 100644 libc/nt/MsWSock/TransmitFile.S delete mode 100644 libc/nt/MsWSock/TransmitFile.s create mode 100644 libc/nt/MsWSock/WSARecvEx.S delete mode 100644 libc/nt/MsWSock/WSARecvEx.s create mode 100644 libc/nt/PowrProf/SetSuspendState.S delete mode 100644 libc/nt/PowrProf/SetSuspendState.s create mode 100644 libc/nt/advapi32/AbortSystemShutdownW.S delete mode 100644 libc/nt/advapi32/AbortSystemShutdownW.s create mode 100644 libc/nt/advapi32/AccessCheck.S delete mode 100644 libc/nt/advapi32/AccessCheck.s create mode 100644 libc/nt/advapi32/AccessCheckAndAuditAlarmW.S delete mode 100644 libc/nt/advapi32/AccessCheckAndAuditAlarmW.s create mode 100644 libc/nt/advapi32/AccessCheckByType.S delete mode 100644 libc/nt/advapi32/AccessCheckByType.s create mode 100644 libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.S delete mode 100644 libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.s create mode 100644 libc/nt/advapi32/AccessCheckByTypeResultList.S delete mode 100644 libc/nt/advapi32/AccessCheckByTypeResultList.s create mode 100644 libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.S delete mode 100644 libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.s create mode 100644 libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.S delete mode 100644 libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.s create mode 100644 libc/nt/advapi32/AddAccessAllowedAce.S delete mode 100644 libc/nt/advapi32/AddAccessAllowedAce.s create mode 100644 libc/nt/advapi32/AddAccessAllowedAceEx.S delete mode 100644 libc/nt/advapi32/AddAccessAllowedAceEx.s create mode 100644 libc/nt/advapi32/AddAccessAllowedObjectAce.S delete mode 100644 libc/nt/advapi32/AddAccessAllowedObjectAce.s create mode 100644 libc/nt/advapi32/AddAccessDeniedAce.S delete mode 100644 libc/nt/advapi32/AddAccessDeniedAce.s create mode 100644 libc/nt/advapi32/AddAccessDeniedAceEx.S delete mode 100644 libc/nt/advapi32/AddAccessDeniedAceEx.s create mode 100644 libc/nt/advapi32/AddAccessDeniedObjectAce.S delete mode 100644 libc/nt/advapi32/AddAccessDeniedObjectAce.s create mode 100644 libc/nt/advapi32/AddAce.S delete mode 100644 libc/nt/advapi32/AddAce.s create mode 100644 libc/nt/advapi32/AddAuditAccessAce.S delete mode 100644 libc/nt/advapi32/AddAuditAccessAce.s create mode 100644 libc/nt/advapi32/AddAuditAccessAceEx.S delete mode 100644 libc/nt/advapi32/AddAuditAccessAceEx.s create mode 100644 libc/nt/advapi32/AddAuditAccessObjectAce.S delete mode 100644 libc/nt/advapi32/AddAuditAccessObjectAce.s create mode 100644 libc/nt/advapi32/AddConditionalAce.S delete mode 100644 libc/nt/advapi32/AddConditionalAce.s create mode 100644 libc/nt/advapi32/AddMandatoryAce.S delete mode 100644 libc/nt/advapi32/AddMandatoryAce.s create mode 100644 libc/nt/advapi32/AddUsersToEncryptedFile.S delete mode 100644 libc/nt/advapi32/AddUsersToEncryptedFile.s create mode 100644 libc/nt/advapi32/AdjustTokenGroups.S delete mode 100644 libc/nt/advapi32/AdjustTokenGroups.s create mode 100644 libc/nt/advapi32/AdjustTokenPrivileges.S delete mode 100644 libc/nt/advapi32/AdjustTokenPrivileges.s create mode 100644 libc/nt/advapi32/AllocateAndInitializeSid.S delete mode 100644 libc/nt/advapi32/AllocateAndInitializeSid.s create mode 100644 libc/nt/advapi32/AllocateLocallyUniqueId.S delete mode 100644 libc/nt/advapi32/AllocateLocallyUniqueId.s create mode 100644 libc/nt/advapi32/AreAllAccessesGranted.S delete mode 100644 libc/nt/advapi32/AreAllAccessesGranted.s create mode 100644 libc/nt/advapi32/AreAnyAccessesGranted.S delete mode 100644 libc/nt/advapi32/AreAnyAccessesGranted.s create mode 100644 libc/nt/advapi32/AuditComputeEffectivePolicyBySid.S delete mode 100644 libc/nt/advapi32/AuditComputeEffectivePolicyBySid.s create mode 100644 libc/nt/advapi32/AuditComputeEffectivePolicyByToken.S delete mode 100644 libc/nt/advapi32/AuditComputeEffectivePolicyByToken.s create mode 100644 libc/nt/advapi32/AuditEnumerateCategories.S delete mode 100644 libc/nt/advapi32/AuditEnumerateCategories.s create mode 100644 libc/nt/advapi32/AuditEnumeratePerUserPolicy.S delete mode 100644 libc/nt/advapi32/AuditEnumeratePerUserPolicy.s create mode 100644 libc/nt/advapi32/AuditEnumerateSubCategories.S delete mode 100644 libc/nt/advapi32/AuditEnumerateSubCategories.s create mode 100644 libc/nt/advapi32/AuditFree.S delete mode 100644 libc/nt/advapi32/AuditFree.s create mode 100644 libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.S delete mode 100644 libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.s create mode 100644 libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.S delete mode 100644 libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.s create mode 100644 libc/nt/advapi32/AuditLookupCategoryNameW.S delete mode 100644 libc/nt/advapi32/AuditLookupCategoryNameW.s create mode 100644 libc/nt/advapi32/AuditLookupSubCategoryNameW.S delete mode 100644 libc/nt/advapi32/AuditLookupSubCategoryNameW.s create mode 100644 libc/nt/advapi32/AuditQueryPerUserPolicy.S delete mode 100644 libc/nt/advapi32/AuditQueryPerUserPolicy.s create mode 100644 libc/nt/advapi32/AuditQuerySecurity.S delete mode 100644 libc/nt/advapi32/AuditQuerySecurity.s create mode 100644 libc/nt/advapi32/AuditQuerySystemPolicy.S delete mode 100644 libc/nt/advapi32/AuditQuerySystemPolicy.s create mode 100644 libc/nt/advapi32/AuditSetPerUserPolicy.S delete mode 100644 libc/nt/advapi32/AuditSetPerUserPolicy.s create mode 100644 libc/nt/advapi32/AuditSetSecurity.S delete mode 100644 libc/nt/advapi32/AuditSetSecurity.s create mode 100644 libc/nt/advapi32/AuditSetSystemPolicy.S delete mode 100644 libc/nt/advapi32/AuditSetSystemPolicy.s create mode 100644 libc/nt/advapi32/BackupEventLogW.S delete mode 100644 libc/nt/advapi32/BackupEventLogW.s create mode 100644 libc/nt/advapi32/BuildExplicitAccessWithNameW.S delete mode 100644 libc/nt/advapi32/BuildExplicitAccessWithNameW.s create mode 100644 libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.S delete mode 100644 libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.s create mode 100644 libc/nt/advapi32/BuildImpersonateTrusteeW.S delete mode 100644 libc/nt/advapi32/BuildImpersonateTrusteeW.s create mode 100644 libc/nt/advapi32/BuildSecurityDescriptorW.S delete mode 100644 libc/nt/advapi32/BuildSecurityDescriptorW.s create mode 100644 libc/nt/advapi32/BuildTrusteeWithNameW.S delete mode 100644 libc/nt/advapi32/BuildTrusteeWithNameW.s create mode 100644 libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.S delete mode 100644 libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.s create mode 100644 libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.S delete mode 100644 libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.s create mode 100644 libc/nt/advapi32/BuildTrusteeWithSidW.S delete mode 100644 libc/nt/advapi32/BuildTrusteeWithSidW.s create mode 100644 libc/nt/advapi32/ChangeServiceConfig2W.S delete mode 100644 libc/nt/advapi32/ChangeServiceConfig2W.s create mode 100644 libc/nt/advapi32/ChangeServiceConfigW.S delete mode 100644 libc/nt/advapi32/ChangeServiceConfigW.s create mode 100644 libc/nt/advapi32/CheckTokenMembership.S delete mode 100644 libc/nt/advapi32/CheckTokenMembership.s create mode 100644 libc/nt/advapi32/ClearEventLogW.S delete mode 100644 libc/nt/advapi32/ClearEventLogW.s create mode 100644 libc/nt/advapi32/CloseEncryptedFileRaw.S delete mode 100644 libc/nt/advapi32/CloseEncryptedFileRaw.s create mode 100644 libc/nt/advapi32/CloseEventLog.S delete mode 100644 libc/nt/advapi32/CloseEventLog.s create mode 100644 libc/nt/advapi32/CloseServiceHandle.S delete mode 100644 libc/nt/advapi32/CloseServiceHandle.s create mode 100644 libc/nt/advapi32/CloseThreadWaitChainSession.S delete mode 100644 libc/nt/advapi32/CloseThreadWaitChainSession.s create mode 100644 libc/nt/advapi32/CloseTrace.S delete mode 100644 libc/nt/advapi32/CloseTrace.s create mode 100644 libc/nt/advapi32/ControlService.S delete mode 100644 libc/nt/advapi32/ControlService.s create mode 100644 libc/nt/advapi32/ControlServiceExW.S delete mode 100644 libc/nt/advapi32/ControlServiceExW.s create mode 100644 libc/nt/advapi32/ControlTraceW.S delete mode 100644 libc/nt/advapi32/ControlTraceW.s create mode 100644 libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.S delete mode 100644 libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.s create mode 100644 libc/nt/advapi32/ConvertSidToStringSidW.S delete mode 100644 libc/nt/advapi32/ConvertSidToStringSidW.s create mode 100644 libc/nt/advapi32/ConvertStringSDToSDDomainW.S delete mode 100644 libc/nt/advapi32/ConvertStringSDToSDDomainW.s create mode 100644 libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.S delete mode 100644 libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.s create mode 100644 libc/nt/advapi32/ConvertStringSidToSidW.S delete mode 100644 libc/nt/advapi32/ConvertStringSidToSidW.s create mode 100644 libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.S delete mode 100644 libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.s create mode 100644 libc/nt/advapi32/CopySid.S delete mode 100644 libc/nt/advapi32/CopySid.s create mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurity.S delete mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurity.s create mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurityEx.S delete mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurityEx.s create mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.S delete mode 100644 libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.s create mode 100644 libc/nt/advapi32/CreateProcessAsUserW.S delete mode 100644 libc/nt/advapi32/CreateProcessAsUserW.s create mode 100644 libc/nt/advapi32/CreateProcessWithLogonW.S delete mode 100644 libc/nt/advapi32/CreateProcessWithLogonW.s create mode 100644 libc/nt/advapi32/CreateProcessWithTokenW.S delete mode 100644 libc/nt/advapi32/CreateProcessWithTokenW.s create mode 100644 libc/nt/advapi32/CreateRestrictedToken.S delete mode 100644 libc/nt/advapi32/CreateRestrictedToken.s create mode 100644 libc/nt/advapi32/CreateServiceW.S delete mode 100644 libc/nt/advapi32/CreateServiceW.s create mode 100644 libc/nt/advapi32/CreateTraceInstanceId.S delete mode 100644 libc/nt/advapi32/CreateTraceInstanceId.s create mode 100644 libc/nt/advapi32/CreateWellKnownSid.S delete mode 100644 libc/nt/advapi32/CreateWellKnownSid.s create mode 100644 libc/nt/advapi32/CredDeleteW.S delete mode 100644 libc/nt/advapi32/CredDeleteW.s create mode 100644 libc/nt/advapi32/CredEnumerateW.S delete mode 100644 libc/nt/advapi32/CredEnumerateW.s create mode 100644 libc/nt/advapi32/CredFindBestCredentialW.S delete mode 100644 libc/nt/advapi32/CredFindBestCredentialW.s create mode 100644 libc/nt/advapi32/CredFree.S delete mode 100644 libc/nt/advapi32/CredFree.s create mode 100644 libc/nt/advapi32/CredGetSessionTypes.S delete mode 100644 libc/nt/advapi32/CredGetSessionTypes.s create mode 100644 libc/nt/advapi32/CredGetTargetInfoW.S delete mode 100644 libc/nt/advapi32/CredGetTargetInfoW.s create mode 100644 libc/nt/advapi32/CredIsMarshaledCredentialW.S delete mode 100644 libc/nt/advapi32/CredIsMarshaledCredentialW.s create mode 100644 libc/nt/advapi32/CredIsProtectedW.S delete mode 100644 libc/nt/advapi32/CredIsProtectedW.s create mode 100644 libc/nt/advapi32/CredMarshalCredentialW.S delete mode 100644 libc/nt/advapi32/CredMarshalCredentialW.s create mode 100644 libc/nt/advapi32/CredProtectW.S delete mode 100644 libc/nt/advapi32/CredProtectW.s create mode 100644 libc/nt/advapi32/CredReadDomainCredentialsW.S delete mode 100644 libc/nt/advapi32/CredReadDomainCredentialsW.s create mode 100644 libc/nt/advapi32/CredReadW.S delete mode 100644 libc/nt/advapi32/CredReadW.s create mode 100644 libc/nt/advapi32/CredRenameW.S delete mode 100644 libc/nt/advapi32/CredRenameW.s create mode 100644 libc/nt/advapi32/CredUnmarshalCredentialW.S delete mode 100644 libc/nt/advapi32/CredUnmarshalCredentialW.s create mode 100644 libc/nt/advapi32/CredUnprotectW.S delete mode 100644 libc/nt/advapi32/CredUnprotectW.s create mode 100644 libc/nt/advapi32/CredWriteDomainCredentialsW.S delete mode 100644 libc/nt/advapi32/CredWriteDomainCredentialsW.s create mode 100644 libc/nt/advapi32/CredWriteW.S delete mode 100644 libc/nt/advapi32/CredWriteW.s create mode 100644 libc/nt/advapi32/CryptAcquireContextW.S delete mode 100644 libc/nt/advapi32/CryptAcquireContextW.s create mode 100644 libc/nt/advapi32/CryptContextAddRef.S delete mode 100644 libc/nt/advapi32/CryptContextAddRef.s create mode 100644 libc/nt/advapi32/CryptCreateHash.S delete mode 100644 libc/nt/advapi32/CryptCreateHash.s create mode 100644 libc/nt/advapi32/CryptDecrypt.S delete mode 100644 libc/nt/advapi32/CryptDecrypt.s create mode 100644 libc/nt/advapi32/CryptDeriveKey.S delete mode 100644 libc/nt/advapi32/CryptDeriveKey.s create mode 100644 libc/nt/advapi32/CryptDestroyHash.S delete mode 100644 libc/nt/advapi32/CryptDestroyHash.s create mode 100644 libc/nt/advapi32/CryptDestroyKey.S delete mode 100644 libc/nt/advapi32/CryptDestroyKey.s create mode 100644 libc/nt/advapi32/CryptDuplicateHash.S delete mode 100644 libc/nt/advapi32/CryptDuplicateHash.s create mode 100644 libc/nt/advapi32/CryptDuplicateKey.S delete mode 100644 libc/nt/advapi32/CryptDuplicateKey.s create mode 100644 libc/nt/advapi32/CryptEncrypt.S delete mode 100644 libc/nt/advapi32/CryptEncrypt.s create mode 100644 libc/nt/advapi32/CryptEnumProviderTypesW.S delete mode 100644 libc/nt/advapi32/CryptEnumProviderTypesW.s create mode 100644 libc/nt/advapi32/CryptEnumProvidersW.S delete mode 100644 libc/nt/advapi32/CryptEnumProvidersW.s create mode 100644 libc/nt/advapi32/CryptExportKey.S delete mode 100644 libc/nt/advapi32/CryptExportKey.s create mode 100644 libc/nt/advapi32/CryptGenKey.S delete mode 100644 libc/nt/advapi32/CryptGenKey.s create mode 100644 libc/nt/advapi32/CryptGenRandom.S delete mode 100644 libc/nt/advapi32/CryptGenRandom.s create mode 100644 libc/nt/advapi32/CryptGetDefaultProviderW.S delete mode 100644 libc/nt/advapi32/CryptGetDefaultProviderW.s create mode 100644 libc/nt/advapi32/CryptGetHashParam.S delete mode 100644 libc/nt/advapi32/CryptGetHashParam.s create mode 100644 libc/nt/advapi32/CryptGetKeyParam.S delete mode 100644 libc/nt/advapi32/CryptGetKeyParam.s create mode 100644 libc/nt/advapi32/CryptGetLocalKeyLimits.S delete mode 100644 libc/nt/advapi32/CryptGetLocalKeyLimits.s create mode 100644 libc/nt/advapi32/CryptGetProvParam.S delete mode 100644 libc/nt/advapi32/CryptGetProvParam.s create mode 100644 libc/nt/advapi32/CryptGetUserKey.S delete mode 100644 libc/nt/advapi32/CryptGetUserKey.s create mode 100644 libc/nt/advapi32/CryptHashData.S delete mode 100644 libc/nt/advapi32/CryptHashData.s create mode 100644 libc/nt/advapi32/CryptHashSessionKey.S delete mode 100644 libc/nt/advapi32/CryptHashSessionKey.s create mode 100644 libc/nt/advapi32/CryptImportKey.S delete mode 100644 libc/nt/advapi32/CryptImportKey.s create mode 100644 libc/nt/advapi32/CryptReleaseContext.S delete mode 100644 libc/nt/advapi32/CryptReleaseContext.s create mode 100644 libc/nt/advapi32/CryptSetHashParam.S delete mode 100644 libc/nt/advapi32/CryptSetHashParam.s create mode 100644 libc/nt/advapi32/CryptSetKeyParam.S delete mode 100644 libc/nt/advapi32/CryptSetKeyParam.s create mode 100644 libc/nt/advapi32/CryptSetProvParam.S delete mode 100644 libc/nt/advapi32/CryptSetProvParam.s create mode 100644 libc/nt/advapi32/CryptSetProviderExW.S delete mode 100644 libc/nt/advapi32/CryptSetProviderExW.s create mode 100644 libc/nt/advapi32/CryptSetProviderW.S delete mode 100644 libc/nt/advapi32/CryptSetProviderW.s create mode 100644 libc/nt/advapi32/CryptSignHashW.S delete mode 100644 libc/nt/advapi32/CryptSignHashW.s create mode 100644 libc/nt/advapi32/CryptVerifySignatureW.S delete mode 100644 libc/nt/advapi32/CryptVerifySignatureW.s create mode 100644 libc/nt/advapi32/DecryptFileW.S delete mode 100644 libc/nt/advapi32/DecryptFileW.s create mode 100644 libc/nt/advapi32/DeleteAce.S delete mode 100644 libc/nt/advapi32/DeleteAce.s create mode 100644 libc/nt/advapi32/DeleteService.S delete mode 100644 libc/nt/advapi32/DeleteService.s create mode 100644 libc/nt/advapi32/DeregisterEventSource.S delete mode 100644 libc/nt/advapi32/DeregisterEventSource.s create mode 100644 libc/nt/advapi32/DestroyPrivateObjectSecurity.S delete mode 100644 libc/nt/advapi32/DestroyPrivateObjectSecurity.s create mode 100644 libc/nt/advapi32/DuplicateEncryptionInfoFile.S delete mode 100644 libc/nt/advapi32/DuplicateEncryptionInfoFile.s create mode 100644 libc/nt/advapi32/DuplicateToken.S delete mode 100644 libc/nt/advapi32/DuplicateToken.s create mode 100644 libc/nt/advapi32/DuplicateTokenEx.S delete mode 100644 libc/nt/advapi32/DuplicateTokenEx.s create mode 100644 libc/nt/advapi32/EnableTrace.S delete mode 100644 libc/nt/advapi32/EnableTrace.s create mode 100644 libc/nt/advapi32/EnableTraceEx.S delete mode 100644 libc/nt/advapi32/EnableTraceEx.s create mode 100644 libc/nt/advapi32/EnableTraceEx2.S delete mode 100644 libc/nt/advapi32/EnableTraceEx2.s create mode 100644 libc/nt/advapi32/EncryptFileW.S delete mode 100644 libc/nt/advapi32/EncryptFileW.s create mode 100644 libc/nt/advapi32/EncryptionDisable.S delete mode 100644 libc/nt/advapi32/EncryptionDisable.s create mode 100644 libc/nt/advapi32/EnumDependentServicesW.S delete mode 100644 libc/nt/advapi32/EnumDependentServicesW.s create mode 100644 libc/nt/advapi32/EnumServicesStatusExW.S delete mode 100644 libc/nt/advapi32/EnumServicesStatusExW.s create mode 100644 libc/nt/advapi32/EnumServicesStatusW.S delete mode 100644 libc/nt/advapi32/EnumServicesStatusW.s create mode 100644 libc/nt/advapi32/EnumerateTraceGuids.S delete mode 100644 libc/nt/advapi32/EnumerateTraceGuids.s create mode 100644 libc/nt/advapi32/EnumerateTraceGuidsEx.S delete mode 100644 libc/nt/advapi32/EnumerateTraceGuidsEx.s create mode 100644 libc/nt/advapi32/EqualDomainSid.S delete mode 100644 libc/nt/advapi32/EqualDomainSid.s create mode 100644 libc/nt/advapi32/EqualPrefixSid.S delete mode 100644 libc/nt/advapi32/EqualPrefixSid.s create mode 100644 libc/nt/advapi32/EqualSid.S delete mode 100644 libc/nt/advapi32/EqualSid.s create mode 100644 libc/nt/advapi32/EventAccessControl.S delete mode 100644 libc/nt/advapi32/EventAccessControl.s create mode 100644 libc/nt/advapi32/EventAccessQuery.S delete mode 100644 libc/nt/advapi32/EventAccessQuery.s create mode 100644 libc/nt/advapi32/EventAccessRemove.S delete mode 100644 libc/nt/advapi32/EventAccessRemove.s create mode 100644 libc/nt/advapi32/EventActivityIdControl.S delete mode 100644 libc/nt/advapi32/EventActivityIdControl.s create mode 100644 libc/nt/advapi32/EventEnabled.S delete mode 100644 libc/nt/advapi32/EventEnabled.s create mode 100644 libc/nt/advapi32/EventProviderEnabled.S delete mode 100644 libc/nt/advapi32/EventProviderEnabled.s create mode 100644 libc/nt/advapi32/EventRegister.S delete mode 100644 libc/nt/advapi32/EventRegister.s create mode 100644 libc/nt/advapi32/EventUnregister.S delete mode 100644 libc/nt/advapi32/EventUnregister.s create mode 100644 libc/nt/advapi32/EventWrite.S delete mode 100644 libc/nt/advapi32/EventWrite.s create mode 100644 libc/nt/advapi32/EventWriteEx.S delete mode 100644 libc/nt/advapi32/EventWriteEx.s create mode 100644 libc/nt/advapi32/EventWriteString.S delete mode 100644 libc/nt/advapi32/EventWriteString.s create mode 100644 libc/nt/advapi32/EventWriteTransfer.S delete mode 100644 libc/nt/advapi32/EventWriteTransfer.s create mode 100644 libc/nt/advapi32/FileEncryptionStatusW.S delete mode 100644 libc/nt/advapi32/FileEncryptionStatusW.s create mode 100644 libc/nt/advapi32/FindFirstFreeAce.S delete mode 100644 libc/nt/advapi32/FindFirstFreeAce.s create mode 100644 libc/nt/advapi32/FlushTraceW.S delete mode 100644 libc/nt/advapi32/FlushTraceW.s create mode 100644 libc/nt/advapi32/FreeEncryptionCertificateHashList.S delete mode 100644 libc/nt/advapi32/FreeEncryptionCertificateHashList.s create mode 100644 libc/nt/advapi32/FreeInheritedFromArray.S delete mode 100644 libc/nt/advapi32/FreeInheritedFromArray.s create mode 100644 libc/nt/advapi32/FreeSid.S delete mode 100644 libc/nt/advapi32/FreeSid.s create mode 100644 libc/nt/advapi32/GetAce.S delete mode 100644 libc/nt/advapi32/GetAce.s create mode 100644 libc/nt/advapi32/GetAclInformation.S delete mode 100644 libc/nt/advapi32/GetAclInformation.s create mode 100644 libc/nt/advapi32/GetAuditedPermissionsFromAclW.S delete mode 100644 libc/nt/advapi32/GetAuditedPermissionsFromAclW.s create mode 100644 libc/nt/advapi32/GetCurrentHwProfileW.S delete mode 100644 libc/nt/advapi32/GetCurrentHwProfileW.s create mode 100644 libc/nt/advapi32/GetEffectiveRightsFromAclW.S delete mode 100644 libc/nt/advapi32/GetEffectiveRightsFromAclW.s create mode 100644 libc/nt/advapi32/GetEventLogInformation.S delete mode 100644 libc/nt/advapi32/GetEventLogInformation.s create mode 100644 libc/nt/advapi32/GetExplicitEntriesFromAclW.S delete mode 100644 libc/nt/advapi32/GetExplicitEntriesFromAclW.s create mode 100644 libc/nt/advapi32/GetFileSecurityW.S delete mode 100644 libc/nt/advapi32/GetFileSecurityW.s create mode 100644 libc/nt/advapi32/GetInheritanceSourceW.S delete mode 100644 libc/nt/advapi32/GetInheritanceSourceW.s create mode 100644 libc/nt/advapi32/GetKernelObjectSecurity.S delete mode 100644 libc/nt/advapi32/GetKernelObjectSecurity.s create mode 100644 libc/nt/advapi32/GetLengthSid.S delete mode 100644 libc/nt/advapi32/GetLengthSid.s create mode 100644 libc/nt/advapi32/GetLocalManagedApplications.S delete mode 100644 libc/nt/advapi32/GetLocalManagedApplications.s create mode 100644 libc/nt/advapi32/GetManagedApplicationCategories.S delete mode 100644 libc/nt/advapi32/GetManagedApplicationCategories.s create mode 100644 libc/nt/advapi32/GetManagedApplications.S delete mode 100644 libc/nt/advapi32/GetManagedApplications.s create mode 100644 libc/nt/advapi32/GetMultipleTrusteeOperationW.S delete mode 100644 libc/nt/advapi32/GetMultipleTrusteeOperationW.s create mode 100644 libc/nt/advapi32/GetMultipleTrusteeW.S delete mode 100644 libc/nt/advapi32/GetMultipleTrusteeW.s create mode 100644 libc/nt/advapi32/GetNamedSecurityInfoW.S delete mode 100644 libc/nt/advapi32/GetNamedSecurityInfoW.s create mode 100644 libc/nt/advapi32/GetNumberOfEventLogRecords.S delete mode 100644 libc/nt/advapi32/GetNumberOfEventLogRecords.s create mode 100644 libc/nt/advapi32/GetOldestEventLogRecord.S delete mode 100644 libc/nt/advapi32/GetOldestEventLogRecord.s create mode 100644 libc/nt/advapi32/GetPrivateObjectSecurity.S delete mode 100644 libc/nt/advapi32/GetPrivateObjectSecurity.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorControl.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorControl.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorDacl.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorDacl.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorGroup.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorGroup.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorLength.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorLength.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorOwner.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorOwner.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorRMControl.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorRMControl.s create mode 100644 libc/nt/advapi32/GetSecurityDescriptorSacl.S delete mode 100644 libc/nt/advapi32/GetSecurityDescriptorSacl.s create mode 100644 libc/nt/advapi32/GetSecurityInfo.S delete mode 100644 libc/nt/advapi32/GetSecurityInfo.s create mode 100644 libc/nt/advapi32/GetServiceDisplayNameW.S delete mode 100644 libc/nt/advapi32/GetServiceDisplayNameW.s create mode 100644 libc/nt/advapi32/GetServiceKeyNameW.S delete mode 100644 libc/nt/advapi32/GetServiceKeyNameW.s create mode 100644 libc/nt/advapi32/GetSidIdentifierAuthority.S delete mode 100644 libc/nt/advapi32/GetSidIdentifierAuthority.s create mode 100644 libc/nt/advapi32/GetSidLengthRequired.S delete mode 100644 libc/nt/advapi32/GetSidLengthRequired.s create mode 100644 libc/nt/advapi32/GetSidSubAuthority.S delete mode 100644 libc/nt/advapi32/GetSidSubAuthority.s create mode 100644 libc/nt/advapi32/GetSidSubAuthorityCount.S delete mode 100644 libc/nt/advapi32/GetSidSubAuthorityCount.s create mode 100644 libc/nt/advapi32/GetThreadWaitChain.S delete mode 100644 libc/nt/advapi32/GetThreadWaitChain.s create mode 100644 libc/nt/advapi32/GetTokenInformation.S delete mode 100644 libc/nt/advapi32/GetTokenInformation.s create mode 100644 libc/nt/advapi32/GetTraceEnableFlags.S delete mode 100644 libc/nt/advapi32/GetTraceEnableFlags.s create mode 100644 libc/nt/advapi32/GetTraceEnableLevel.S delete mode 100644 libc/nt/advapi32/GetTraceEnableLevel.s create mode 100644 libc/nt/advapi32/GetTraceLoggerHandle.S delete mode 100644 libc/nt/advapi32/GetTraceLoggerHandle.s create mode 100644 libc/nt/advapi32/GetTrusteeFormW.S delete mode 100644 libc/nt/advapi32/GetTrusteeFormW.s create mode 100644 libc/nt/advapi32/GetTrusteeNameW.S delete mode 100644 libc/nt/advapi32/GetTrusteeNameW.s create mode 100644 libc/nt/advapi32/GetTrusteeTypeW.S delete mode 100644 libc/nt/advapi32/GetTrusteeTypeW.s create mode 100644 libc/nt/advapi32/GetUserNameW.S delete mode 100644 libc/nt/advapi32/GetUserNameW.s create mode 100644 libc/nt/advapi32/GetWindowsAccountDomainSid.S delete mode 100644 libc/nt/advapi32/GetWindowsAccountDomainSid.s create mode 100644 libc/nt/advapi32/ImpersonateAnonymousToken.S delete mode 100644 libc/nt/advapi32/ImpersonateAnonymousToken.s create mode 100644 libc/nt/advapi32/ImpersonateLoggedOnUser.S delete mode 100644 libc/nt/advapi32/ImpersonateLoggedOnUser.s create mode 100644 libc/nt/advapi32/ImpersonateNamedPipeClient.S delete mode 100644 libc/nt/advapi32/ImpersonateNamedPipeClient.s create mode 100644 libc/nt/advapi32/ImpersonateSelf.S delete mode 100644 libc/nt/advapi32/ImpersonateSelf.s create mode 100644 libc/nt/advapi32/InitializeAcl.S delete mode 100644 libc/nt/advapi32/InitializeAcl.s create mode 100644 libc/nt/advapi32/InitializeSecurityDescriptor.S delete mode 100644 libc/nt/advapi32/InitializeSecurityDescriptor.s create mode 100644 libc/nt/advapi32/InitializeSid.S delete mode 100644 libc/nt/advapi32/InitializeSid.s create mode 100644 libc/nt/advapi32/InitiateShutdownW.S delete mode 100644 libc/nt/advapi32/InitiateShutdownW.s create mode 100644 libc/nt/advapi32/InitiateSystemShutdownExW.S delete mode 100644 libc/nt/advapi32/InitiateSystemShutdownExW.s create mode 100644 libc/nt/advapi32/InitiateSystemShutdownW.S delete mode 100644 libc/nt/advapi32/InitiateSystemShutdownW.s create mode 100644 libc/nt/advapi32/InstallApplication.S delete mode 100644 libc/nt/advapi32/InstallApplication.s create mode 100644 libc/nt/advapi32/IsTextUnicode.S delete mode 100644 libc/nt/advapi32/IsTextUnicode.s create mode 100644 libc/nt/advapi32/IsTokenRestricted.S delete mode 100644 libc/nt/advapi32/IsTokenRestricted.s create mode 100644 libc/nt/advapi32/IsValidAcl.S delete mode 100644 libc/nt/advapi32/IsValidAcl.s create mode 100644 libc/nt/advapi32/IsValidSecurityDescriptor.S delete mode 100644 libc/nt/advapi32/IsValidSecurityDescriptor.s create mode 100644 libc/nt/advapi32/IsValidSid.S delete mode 100644 libc/nt/advapi32/IsValidSid.s create mode 100644 libc/nt/advapi32/IsWellKnownSid.S delete mode 100644 libc/nt/advapi32/IsWellKnownSid.s create mode 100644 libc/nt/advapi32/LockServiceDatabase.S delete mode 100644 libc/nt/advapi32/LockServiceDatabase.s create mode 100644 libc/nt/advapi32/LogonUserExExW.S delete mode 100644 libc/nt/advapi32/LogonUserExExW.s create mode 100644 libc/nt/advapi32/LogonUserExW.S delete mode 100644 libc/nt/advapi32/LogonUserExW.s create mode 100644 libc/nt/advapi32/LogonUserW.S delete mode 100644 libc/nt/advapi32/LogonUserW.s create mode 100644 libc/nt/advapi32/LookupAccountNameW.S delete mode 100644 libc/nt/advapi32/LookupAccountNameW.s create mode 100644 libc/nt/advapi32/LookupAccountSidW.S delete mode 100644 libc/nt/advapi32/LookupAccountSidW.s create mode 100644 libc/nt/advapi32/LookupPrivilegeDisplayNameW.S delete mode 100644 libc/nt/advapi32/LookupPrivilegeDisplayNameW.s create mode 100644 libc/nt/advapi32/LookupPrivilegeNameW.S delete mode 100644 libc/nt/advapi32/LookupPrivilegeNameW.s create mode 100644 libc/nt/advapi32/LookupPrivilegeValueW.S delete mode 100644 libc/nt/advapi32/LookupPrivilegeValueW.s create mode 100644 libc/nt/advapi32/LookupSecurityDescriptorPartsW.S delete mode 100644 libc/nt/advapi32/LookupSecurityDescriptorPartsW.s create mode 100644 libc/nt/advapi32/LsaAddAccountRights.S delete mode 100644 libc/nt/advapi32/LsaAddAccountRights.s create mode 100644 libc/nt/advapi32/LsaClose.S delete mode 100644 libc/nt/advapi32/LsaClose.s create mode 100644 libc/nt/advapi32/LsaCreateTrustedDomain.S delete mode 100644 libc/nt/advapi32/LsaCreateTrustedDomain.s create mode 100644 libc/nt/advapi32/LsaCreateTrustedDomainEx.S delete mode 100644 libc/nt/advapi32/LsaCreateTrustedDomainEx.s create mode 100644 libc/nt/advapi32/LsaDeleteTrustedDomain.S delete mode 100644 libc/nt/advapi32/LsaDeleteTrustedDomain.s create mode 100644 libc/nt/advapi32/LsaEnumerateAccountRights.S delete mode 100644 libc/nt/advapi32/LsaEnumerateAccountRights.s create mode 100644 libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.S delete mode 100644 libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.s create mode 100644 libc/nt/advapi32/LsaEnumerateTrustedDomains.S delete mode 100644 libc/nt/advapi32/LsaEnumerateTrustedDomains.s create mode 100644 libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.S delete mode 100644 libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.s create mode 100644 libc/nt/advapi32/LsaFreeMemory.S delete mode 100644 libc/nt/advapi32/LsaFreeMemory.s create mode 100644 libc/nt/advapi32/LsaLookupNames.S delete mode 100644 libc/nt/advapi32/LsaLookupNames.s create mode 100644 libc/nt/advapi32/LsaLookupNames2.S delete mode 100644 libc/nt/advapi32/LsaLookupNames2.s create mode 100644 libc/nt/advapi32/LsaLookupSids.S delete mode 100644 libc/nt/advapi32/LsaLookupSids.s create mode 100644 libc/nt/advapi32/LsaNtStatusToWinError.S delete mode 100644 libc/nt/advapi32/LsaNtStatusToWinError.s create mode 100644 libc/nt/advapi32/LsaOpenPolicy.S delete mode 100644 libc/nt/advapi32/LsaOpenPolicy.s create mode 100644 libc/nt/advapi32/LsaOpenTrustedDomainByName.S delete mode 100644 libc/nt/advapi32/LsaOpenTrustedDomainByName.s create mode 100644 libc/nt/advapi32/LsaQueryDomainInformationPolicy.S delete mode 100644 libc/nt/advapi32/LsaQueryDomainInformationPolicy.s create mode 100644 libc/nt/advapi32/LsaQueryForestTrustInformation.S delete mode 100644 libc/nt/advapi32/LsaQueryForestTrustInformation.s create mode 100644 libc/nt/advapi32/LsaQueryInformationPolicy.S delete mode 100644 libc/nt/advapi32/LsaQueryInformationPolicy.s create mode 100644 libc/nt/advapi32/LsaQueryTrustedDomainInfo.S delete mode 100644 libc/nt/advapi32/LsaQueryTrustedDomainInfo.s create mode 100644 libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.S delete mode 100644 libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.s create mode 100644 libc/nt/advapi32/LsaRemoveAccountRights.S delete mode 100644 libc/nt/advapi32/LsaRemoveAccountRights.s create mode 100644 libc/nt/advapi32/LsaRetrievePrivateData.S delete mode 100644 libc/nt/advapi32/LsaRetrievePrivateData.s create mode 100644 libc/nt/advapi32/LsaSetDomainInformationPolicy.S delete mode 100644 libc/nt/advapi32/LsaSetDomainInformationPolicy.s create mode 100644 libc/nt/advapi32/LsaSetForestTrustInformation.S delete mode 100644 libc/nt/advapi32/LsaSetForestTrustInformation.s create mode 100644 libc/nt/advapi32/LsaSetInformationPolicy.S delete mode 100644 libc/nt/advapi32/LsaSetInformationPolicy.s create mode 100644 libc/nt/advapi32/LsaSetTrustedDomainInfoByName.S delete mode 100644 libc/nt/advapi32/LsaSetTrustedDomainInfoByName.s create mode 100644 libc/nt/advapi32/LsaSetTrustedDomainInformation.S delete mode 100644 libc/nt/advapi32/LsaSetTrustedDomainInformation.s create mode 100644 libc/nt/advapi32/LsaStorePrivateData.S delete mode 100644 libc/nt/advapi32/LsaStorePrivateData.s create mode 100644 libc/nt/advapi32/MSChapSrvChangePassword.S delete mode 100644 libc/nt/advapi32/MSChapSrvChangePassword.s create mode 100644 libc/nt/advapi32/MSChapSrvChangePassword2.S delete mode 100644 libc/nt/advapi32/MSChapSrvChangePassword2.s create mode 100644 libc/nt/advapi32/MakeAbsoluteSD.S delete mode 100644 libc/nt/advapi32/MakeAbsoluteSD.s create mode 100644 libc/nt/advapi32/MakeSelfRelativeSD.S delete mode 100644 libc/nt/advapi32/MakeSelfRelativeSD.s create mode 100644 libc/nt/advapi32/MapGenericMask.S delete mode 100644 libc/nt/advapi32/MapGenericMask.s create mode 100644 libc/nt/advapi32/NotifyBootConfigStatus.S delete mode 100644 libc/nt/advapi32/NotifyBootConfigStatus.s create mode 100644 libc/nt/advapi32/NotifyChangeEventLog.S delete mode 100644 libc/nt/advapi32/NotifyChangeEventLog.s delete mode 100644 libc/nt/advapi32/NotifyServiceStatusChange.s create mode 100644 libc/nt/advapi32/NotifyServiceStatusChangeW.S delete mode 100644 libc/nt/advapi32/NotifyServiceStatusChangeW.s create mode 100644 libc/nt/advapi32/ObjectCloseAuditAlarmW.S delete mode 100644 libc/nt/advapi32/ObjectCloseAuditAlarmW.s create mode 100644 libc/nt/advapi32/ObjectDeleteAuditAlarmW.S delete mode 100644 libc/nt/advapi32/ObjectDeleteAuditAlarmW.s create mode 100644 libc/nt/advapi32/ObjectOpenAuditAlarmW.S delete mode 100644 libc/nt/advapi32/ObjectOpenAuditAlarmW.s create mode 100644 libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.S delete mode 100644 libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.s create mode 100644 libc/nt/advapi32/OpenBackupEventLogW.S delete mode 100644 libc/nt/advapi32/OpenBackupEventLogW.s create mode 100644 libc/nt/advapi32/OpenEncryptedFileRawW.S delete mode 100644 libc/nt/advapi32/OpenEncryptedFileRawW.s create mode 100644 libc/nt/advapi32/OpenEventLogW.S delete mode 100644 libc/nt/advapi32/OpenEventLogW.s create mode 100644 libc/nt/advapi32/OpenProcessToken.S delete mode 100644 libc/nt/advapi32/OpenProcessToken.s create mode 100644 libc/nt/advapi32/OpenSCManagerW.S delete mode 100644 libc/nt/advapi32/OpenSCManagerW.s create mode 100644 libc/nt/advapi32/OpenServiceW.S delete mode 100644 libc/nt/advapi32/OpenServiceW.s create mode 100644 libc/nt/advapi32/OpenThreadToken.S delete mode 100644 libc/nt/advapi32/OpenThreadToken.s create mode 100644 libc/nt/advapi32/OpenThreadWaitChainSession.S delete mode 100644 libc/nt/advapi32/OpenThreadWaitChainSession.s create mode 100644 libc/nt/advapi32/OpenTraceW.S delete mode 100644 libc/nt/advapi32/OpenTraceW.s create mode 100644 libc/nt/advapi32/PerfCreateInstance.S delete mode 100644 libc/nt/advapi32/PerfCreateInstance.s create mode 100644 libc/nt/advapi32/PerfDecrementULongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfDecrementULongCounterValue.s create mode 100644 libc/nt/advapi32/PerfDecrementULongLongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfDecrementULongLongCounterValue.s create mode 100644 libc/nt/advapi32/PerfDeleteInstance.S delete mode 100644 libc/nt/advapi32/PerfDeleteInstance.s create mode 100644 libc/nt/advapi32/PerfIncrementULongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfIncrementULongCounterValue.s create mode 100644 libc/nt/advapi32/PerfIncrementULongLongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfIncrementULongLongCounterValue.s create mode 100644 libc/nt/advapi32/PerfQueryInstance.S delete mode 100644 libc/nt/advapi32/PerfQueryInstance.s create mode 100644 libc/nt/advapi32/PerfSetCounterRefValue.S delete mode 100644 libc/nt/advapi32/PerfSetCounterRefValue.s create mode 100644 libc/nt/advapi32/PerfSetCounterSetInfo.S delete mode 100644 libc/nt/advapi32/PerfSetCounterSetInfo.s create mode 100644 libc/nt/advapi32/PerfSetULongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfSetULongCounterValue.s create mode 100644 libc/nt/advapi32/PerfSetULongLongCounterValue.S delete mode 100644 libc/nt/advapi32/PerfSetULongLongCounterValue.s create mode 100644 libc/nt/advapi32/PerfStartProvider.S delete mode 100644 libc/nt/advapi32/PerfStartProvider.s create mode 100644 libc/nt/advapi32/PerfStartProviderEx.S delete mode 100644 libc/nt/advapi32/PerfStartProviderEx.s create mode 100644 libc/nt/advapi32/PerfStopProvider.S delete mode 100644 libc/nt/advapi32/PerfStopProvider.s create mode 100644 libc/nt/advapi32/PrivilegeCheck.S delete mode 100644 libc/nt/advapi32/PrivilegeCheck.s create mode 100644 libc/nt/advapi32/PrivilegedServiceAuditAlarmW.S delete mode 100644 libc/nt/advapi32/PrivilegedServiceAuditAlarmW.s create mode 100644 libc/nt/advapi32/ProcessTrace.S delete mode 100644 libc/nt/advapi32/ProcessTrace.s create mode 100644 libc/nt/advapi32/QueryAllTracesW.S delete mode 100644 libc/nt/advapi32/QueryAllTracesW.s create mode 100644 libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.S delete mode 100644 libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.s create mode 100644 libc/nt/advapi32/QuerySecurityAccessMask.S delete mode 100644 libc/nt/advapi32/QuerySecurityAccessMask.s create mode 100644 libc/nt/advapi32/QueryServiceConfig2W.S delete mode 100644 libc/nt/advapi32/QueryServiceConfig2W.s create mode 100644 libc/nt/advapi32/QueryServiceConfigW.S delete mode 100644 libc/nt/advapi32/QueryServiceConfigW.s create mode 100644 libc/nt/advapi32/QueryServiceLockStatusW.S delete mode 100644 libc/nt/advapi32/QueryServiceLockStatusW.s create mode 100644 libc/nt/advapi32/QueryServiceObjectSecurity.S delete mode 100644 libc/nt/advapi32/QueryServiceObjectSecurity.s create mode 100644 libc/nt/advapi32/QueryServiceStatus.S delete mode 100644 libc/nt/advapi32/QueryServiceStatus.s create mode 100644 libc/nt/advapi32/QueryServiceStatusEx.S delete mode 100644 libc/nt/advapi32/QueryServiceStatusEx.s create mode 100644 libc/nt/advapi32/QueryTraceW.S delete mode 100644 libc/nt/advapi32/QueryTraceW.s create mode 100644 libc/nt/advapi32/QueryUsersOnEncryptedFile.S delete mode 100644 libc/nt/advapi32/QueryUsersOnEncryptedFile.s create mode 100644 libc/nt/advapi32/ReadEncryptedFileRaw.S delete mode 100644 libc/nt/advapi32/ReadEncryptedFileRaw.s create mode 100644 libc/nt/advapi32/ReadEventLogW.S delete mode 100644 libc/nt/advapi32/ReadEventLogW.s create mode 100644 libc/nt/advapi32/RegCloseKey.S delete mode 100644 libc/nt/advapi32/RegCloseKey.s create mode 100644 libc/nt/advapi32/RegConnectRegistryW.S delete mode 100644 libc/nt/advapi32/RegConnectRegistryW.s create mode 100644 libc/nt/advapi32/RegCopyTreeW.S delete mode 100644 libc/nt/advapi32/RegCopyTreeW.s create mode 100644 libc/nt/advapi32/RegCreateKeyExW.S delete mode 100644 libc/nt/advapi32/RegCreateKeyExW.s create mode 100644 libc/nt/advapi32/RegCreateKeyTransactedW.S delete mode 100644 libc/nt/advapi32/RegCreateKeyTransactedW.s create mode 100644 libc/nt/advapi32/RegCreateKeyW.S delete mode 100644 libc/nt/advapi32/RegCreateKeyW.s create mode 100644 libc/nt/advapi32/RegDeleteKeyExW.S delete mode 100644 libc/nt/advapi32/RegDeleteKeyExW.s create mode 100644 libc/nt/advapi32/RegDeleteKeyTransactedW.S delete mode 100644 libc/nt/advapi32/RegDeleteKeyTransactedW.s create mode 100644 libc/nt/advapi32/RegDeleteKeyValueW.S delete mode 100644 libc/nt/advapi32/RegDeleteKeyValueW.s create mode 100644 libc/nt/advapi32/RegDeleteKeyW.S delete mode 100644 libc/nt/advapi32/RegDeleteKeyW.s create mode 100644 libc/nt/advapi32/RegDeleteTreeW.S delete mode 100644 libc/nt/advapi32/RegDeleteTreeW.s create mode 100644 libc/nt/advapi32/RegDeleteValueW.S delete mode 100644 libc/nt/advapi32/RegDeleteValueW.s create mode 100644 libc/nt/advapi32/RegDisablePredefinedCache.S delete mode 100644 libc/nt/advapi32/RegDisablePredefinedCache.s create mode 100644 libc/nt/advapi32/RegDisablePredefinedCacheEx.S delete mode 100644 libc/nt/advapi32/RegDisablePredefinedCacheEx.s create mode 100644 libc/nt/advapi32/RegDisableReflectionKey.S delete mode 100644 libc/nt/advapi32/RegDisableReflectionKey.s create mode 100644 libc/nt/advapi32/RegEnableReflectionKey.S delete mode 100644 libc/nt/advapi32/RegEnableReflectionKey.s create mode 100644 libc/nt/advapi32/RegEnumKeyExW.S delete mode 100644 libc/nt/advapi32/RegEnumKeyExW.s create mode 100644 libc/nt/advapi32/RegEnumKeyW.S delete mode 100644 libc/nt/advapi32/RegEnumKeyW.s create mode 100644 libc/nt/advapi32/RegEnumValueW.S delete mode 100644 libc/nt/advapi32/RegEnumValueW.s create mode 100644 libc/nt/advapi32/RegFlushKey.S delete mode 100644 libc/nt/advapi32/RegFlushKey.s create mode 100644 libc/nt/advapi32/RegGetKeySecurity.S delete mode 100644 libc/nt/advapi32/RegGetKeySecurity.s create mode 100644 libc/nt/advapi32/RegGetValueW.S delete mode 100644 libc/nt/advapi32/RegGetValueW.s create mode 100644 libc/nt/advapi32/RegLoadAppKeyW.S delete mode 100644 libc/nt/advapi32/RegLoadAppKeyW.s create mode 100644 libc/nt/advapi32/RegLoadKeyW.S delete mode 100644 libc/nt/advapi32/RegLoadKeyW.s create mode 100644 libc/nt/advapi32/RegLoadMUIStringW.S delete mode 100644 libc/nt/advapi32/RegLoadMUIStringW.s create mode 100644 libc/nt/advapi32/RegNotifyChangeKeyValue.S delete mode 100644 libc/nt/advapi32/RegNotifyChangeKeyValue.s create mode 100644 libc/nt/advapi32/RegOpenCurrentUser.S delete mode 100644 libc/nt/advapi32/RegOpenCurrentUser.s create mode 100644 libc/nt/advapi32/RegOpenKeyExW.S delete mode 100644 libc/nt/advapi32/RegOpenKeyExW.s create mode 100644 libc/nt/advapi32/RegOpenKeyTransactedW.S delete mode 100644 libc/nt/advapi32/RegOpenKeyTransactedW.s create mode 100644 libc/nt/advapi32/RegOpenKeyW.S delete mode 100644 libc/nt/advapi32/RegOpenKeyW.s create mode 100644 libc/nt/advapi32/RegOpenUserClassesRoot.S delete mode 100644 libc/nt/advapi32/RegOpenUserClassesRoot.s create mode 100644 libc/nt/advapi32/RegOverridePredefKey.S delete mode 100644 libc/nt/advapi32/RegOverridePredefKey.s create mode 100644 libc/nt/advapi32/RegQueryInfoKeyW.S delete mode 100644 libc/nt/advapi32/RegQueryInfoKeyW.s create mode 100644 libc/nt/advapi32/RegQueryMultipleValuesW.S delete mode 100644 libc/nt/advapi32/RegQueryMultipleValuesW.s create mode 100644 libc/nt/advapi32/RegQueryReflectionKey.S delete mode 100644 libc/nt/advapi32/RegQueryReflectionKey.s create mode 100644 libc/nt/advapi32/RegQueryValueExW.S delete mode 100644 libc/nt/advapi32/RegQueryValueExW.s create mode 100644 libc/nt/advapi32/RegQueryValueW.S delete mode 100644 libc/nt/advapi32/RegQueryValueW.s create mode 100644 libc/nt/advapi32/RegReplaceKeyW.S delete mode 100644 libc/nt/advapi32/RegReplaceKeyW.s create mode 100644 libc/nt/advapi32/RegRestoreKeyW.S delete mode 100644 libc/nt/advapi32/RegRestoreKeyW.s create mode 100644 libc/nt/advapi32/RegSaveKeyExW.S delete mode 100644 libc/nt/advapi32/RegSaveKeyExW.s create mode 100644 libc/nt/advapi32/RegSaveKeyW.S delete mode 100644 libc/nt/advapi32/RegSaveKeyW.s create mode 100644 libc/nt/advapi32/RegSetKeySecurity.S delete mode 100644 libc/nt/advapi32/RegSetKeySecurity.s create mode 100644 libc/nt/advapi32/RegSetKeyValueW.S delete mode 100644 libc/nt/advapi32/RegSetKeyValueW.s create mode 100644 libc/nt/advapi32/RegSetValueExW.S delete mode 100644 libc/nt/advapi32/RegSetValueExW.s create mode 100644 libc/nt/advapi32/RegSetValueW.S delete mode 100644 libc/nt/advapi32/RegSetValueW.s create mode 100644 libc/nt/advapi32/RegUnLoadKeyW.S delete mode 100644 libc/nt/advapi32/RegUnLoadKeyW.s create mode 100644 libc/nt/advapi32/RegisterEventSourceW.S delete mode 100644 libc/nt/advapi32/RegisterEventSourceW.s create mode 100644 libc/nt/advapi32/RegisterServiceCtrlHandlerExW.S delete mode 100644 libc/nt/advapi32/RegisterServiceCtrlHandlerExW.s create mode 100644 libc/nt/advapi32/RegisterServiceCtrlHandlerW.S delete mode 100644 libc/nt/advapi32/RegisterServiceCtrlHandlerW.s create mode 100644 libc/nt/advapi32/RegisterTraceGuidsW.S delete mode 100644 libc/nt/advapi32/RegisterTraceGuidsW.s create mode 100644 libc/nt/advapi32/RegisterWaitChainCOMCallback.S delete mode 100644 libc/nt/advapi32/RegisterWaitChainCOMCallback.s create mode 100644 libc/nt/advapi32/RemoveTraceCallback.S delete mode 100644 libc/nt/advapi32/RemoveTraceCallback.s create mode 100644 libc/nt/advapi32/RemoveUsersFromEncryptedFile.S delete mode 100644 libc/nt/advapi32/RemoveUsersFromEncryptedFile.s create mode 100644 libc/nt/advapi32/ReportEventA.S delete mode 100644 libc/nt/advapi32/ReportEventA.s create mode 100644 libc/nt/advapi32/ReportEventW.S delete mode 100644 libc/nt/advapi32/ReportEventW.s create mode 100644 libc/nt/advapi32/RevertToSelf.S delete mode 100644 libc/nt/advapi32/RevertToSelf.s create mode 100644 libc/nt/advapi32/SaferCloseLevel.S delete mode 100644 libc/nt/advapi32/SaferCloseLevel.s create mode 100644 libc/nt/advapi32/SaferComputeTokenFromLevel.S delete mode 100644 libc/nt/advapi32/SaferComputeTokenFromLevel.s create mode 100644 libc/nt/advapi32/SaferCreateLevel.S delete mode 100644 libc/nt/advapi32/SaferCreateLevel.s create mode 100644 libc/nt/advapi32/SaferGetLevelInformation.S delete mode 100644 libc/nt/advapi32/SaferGetLevelInformation.s create mode 100644 libc/nt/advapi32/SaferGetPolicyInformation.S delete mode 100644 libc/nt/advapi32/SaferGetPolicyInformation.s create mode 100644 libc/nt/advapi32/SaferIdentifyLevel.S delete mode 100644 libc/nt/advapi32/SaferIdentifyLevel.s create mode 100644 libc/nt/advapi32/SaferRecordEventLogEntry.S delete mode 100644 libc/nt/advapi32/SaferRecordEventLogEntry.s create mode 100644 libc/nt/advapi32/SaferiIsExecutableFileType.S delete mode 100644 libc/nt/advapi32/SaferiIsExecutableFileType.s create mode 100644 libc/nt/advapi32/SetAclInformation.S delete mode 100644 libc/nt/advapi32/SetAclInformation.s create mode 100644 libc/nt/advapi32/SetEntriesInAclW.S delete mode 100644 libc/nt/advapi32/SetEntriesInAclW.s create mode 100644 libc/nt/advapi32/SetFileSecurityW.S delete mode 100644 libc/nt/advapi32/SetFileSecurityW.s create mode 100644 libc/nt/advapi32/SetKernelObjectSecurity.S delete mode 100644 libc/nt/advapi32/SetKernelObjectSecurity.s create mode 100644 libc/nt/advapi32/SetNamedSecurityInfoW.S delete mode 100644 libc/nt/advapi32/SetNamedSecurityInfoW.s create mode 100644 libc/nt/advapi32/SetPrivateObjectSecurity.S delete mode 100644 libc/nt/advapi32/SetPrivateObjectSecurity.s create mode 100644 libc/nt/advapi32/SetPrivateObjectSecurityEx.S delete mode 100644 libc/nt/advapi32/SetPrivateObjectSecurityEx.s create mode 100644 libc/nt/advapi32/SetSecurityAccessMask.S delete mode 100644 libc/nt/advapi32/SetSecurityAccessMask.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorControl.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorControl.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorDacl.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorDacl.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorGroup.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorGroup.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorOwner.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorOwner.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorRMControl.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorRMControl.s create mode 100644 libc/nt/advapi32/SetSecurityDescriptorSacl.S delete mode 100644 libc/nt/advapi32/SetSecurityDescriptorSacl.s create mode 100644 libc/nt/advapi32/SetSecurityInfo.S delete mode 100644 libc/nt/advapi32/SetSecurityInfo.s create mode 100644 libc/nt/advapi32/SetServiceBits.S delete mode 100644 libc/nt/advapi32/SetServiceBits.s create mode 100644 libc/nt/advapi32/SetServiceObjectSecurity.S delete mode 100644 libc/nt/advapi32/SetServiceObjectSecurity.s create mode 100644 libc/nt/advapi32/SetServiceStatus.S delete mode 100644 libc/nt/advapi32/SetServiceStatus.s create mode 100644 libc/nt/advapi32/SetThreadToken.S delete mode 100644 libc/nt/advapi32/SetThreadToken.s create mode 100644 libc/nt/advapi32/SetTokenInformation.S delete mode 100644 libc/nt/advapi32/SetTokenInformation.s create mode 100644 libc/nt/advapi32/SetTraceCallback.S delete mode 100644 libc/nt/advapi32/SetTraceCallback.s create mode 100644 libc/nt/advapi32/SetUserFileEncryptionKey.S delete mode 100644 libc/nt/advapi32/SetUserFileEncryptionKey.s create mode 100644 libc/nt/advapi32/StartServiceCtrlDispatcherW.S delete mode 100644 libc/nt/advapi32/StartServiceCtrlDispatcherW.s create mode 100644 libc/nt/advapi32/StartServiceW.S delete mode 100644 libc/nt/advapi32/StartServiceW.s create mode 100644 libc/nt/advapi32/StartTraceW.S delete mode 100644 libc/nt/advapi32/StartTraceW.s create mode 100644 libc/nt/advapi32/StopTraceW.S delete mode 100644 libc/nt/advapi32/StopTraceW.s create mode 100644 libc/nt/advapi32/SystemFunction036.S delete mode 100644 libc/nt/advapi32/SystemFunction036.s create mode 100644 libc/nt/advapi32/SystemFunction040.S delete mode 100644 libc/nt/advapi32/SystemFunction040.s create mode 100644 libc/nt/advapi32/SystemFunction041.S delete mode 100644 libc/nt/advapi32/SystemFunction041.s create mode 100644 libc/nt/advapi32/TraceEvent.S delete mode 100644 libc/nt/advapi32/TraceEvent.s create mode 100644 libc/nt/advapi32/TraceEventInstance.S delete mode 100644 libc/nt/advapi32/TraceEventInstance.s create mode 100644 libc/nt/advapi32/TraceMessage.S delete mode 100644 libc/nt/advapi32/TraceMessage.s create mode 100644 libc/nt/advapi32/TraceMessageVa.S delete mode 100644 libc/nt/advapi32/TraceMessageVa.s create mode 100644 libc/nt/advapi32/TraceSetInformation.S delete mode 100644 libc/nt/advapi32/TraceSetInformation.s create mode 100644 libc/nt/advapi32/TreeResetNamedSecurityInfoW.S delete mode 100644 libc/nt/advapi32/TreeResetNamedSecurityInfoW.s create mode 100644 libc/nt/advapi32/TreeSetNamedSecurityInfoW.S delete mode 100644 libc/nt/advapi32/TreeSetNamedSecurityInfoW.s create mode 100644 libc/nt/advapi32/UninstallApplication.S delete mode 100644 libc/nt/advapi32/UninstallApplication.s create mode 100644 libc/nt/advapi32/UnlockServiceDatabase.S delete mode 100644 libc/nt/advapi32/UnlockServiceDatabase.s create mode 100644 libc/nt/advapi32/UnregisterTraceGuids.S delete mode 100644 libc/nt/advapi32/UnregisterTraceGuids.s create mode 100644 libc/nt/advapi32/UpdateTraceW.S delete mode 100644 libc/nt/advapi32/UpdateTraceW.s create mode 100644 libc/nt/comdlg32/ChooseColorW.S delete mode 100644 libc/nt/comdlg32/ChooseColorW.s create mode 100644 libc/nt/comdlg32/ChooseFontW.S delete mode 100644 libc/nt/comdlg32/ChooseFontW.s create mode 100644 libc/nt/comdlg32/CommDlgExtendedError.S delete mode 100644 libc/nt/comdlg32/CommDlgExtendedError.s create mode 100644 libc/nt/comdlg32/DllCanUnloadNow.S delete mode 100644 libc/nt/comdlg32/DllCanUnloadNow.s create mode 100644 libc/nt/comdlg32/DllGetClassObject.S delete mode 100644 libc/nt/comdlg32/DllGetClassObject.s create mode 100644 libc/nt/comdlg32/FindTextW.S delete mode 100644 libc/nt/comdlg32/FindTextW.s create mode 100644 libc/nt/comdlg32/GetFileTitleW.S delete mode 100644 libc/nt/comdlg32/GetFileTitleW.s create mode 100644 libc/nt/comdlg32/GetOpenFileNameW.S delete mode 100644 libc/nt/comdlg32/GetOpenFileNameW.s create mode 100644 libc/nt/comdlg32/GetSaveFileNameW.S delete mode 100644 libc/nt/comdlg32/GetSaveFileNameW.s create mode 100644 libc/nt/comdlg32/LoadAlterBitmap.S delete mode 100644 libc/nt/comdlg32/LoadAlterBitmap.s create mode 100644 libc/nt/comdlg32/PageSetupDlgW.S delete mode 100644 libc/nt/comdlg32/PageSetupDlgW.s create mode 100644 libc/nt/comdlg32/PrintDlgExW.S delete mode 100644 libc/nt/comdlg32/PrintDlgExW.s create mode 100644 libc/nt/comdlg32/PrintDlgW.S delete mode 100644 libc/nt/comdlg32/PrintDlgW.s create mode 100644 libc/nt/comdlg32/ReplaceTextW.S delete mode 100644 libc/nt/comdlg32/ReplaceTextW.s create mode 100644 libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.S delete mode 100644 libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.s create mode 100644 libc/nt/comdlg32/WantArrows.S delete mode 100644 libc/nt/comdlg32/WantArrows.s create mode 100644 libc/nt/gdi32/AbortDoc.S delete mode 100644 libc/nt/gdi32/AbortDoc.s create mode 100644 libc/nt/gdi32/AbortPath.S delete mode 100644 libc/nt/gdi32/AbortPath.s create mode 100644 libc/nt/gdi32/AddFontMemResourceEx.S delete mode 100644 libc/nt/gdi32/AddFontMemResourceEx.s create mode 100644 libc/nt/gdi32/AddFontResourceExW.S delete mode 100644 libc/nt/gdi32/AddFontResourceExW.s create mode 100644 libc/nt/gdi32/AddFontResourceTracking.S delete mode 100644 libc/nt/gdi32/AddFontResourceTracking.s create mode 100644 libc/nt/gdi32/AddFontResourceW.S delete mode 100644 libc/nt/gdi32/AddFontResourceW.s create mode 100644 libc/nt/gdi32/AngleArc.S delete mode 100644 libc/nt/gdi32/AngleArc.s create mode 100644 libc/nt/gdi32/AnimatePalette.S delete mode 100644 libc/nt/gdi32/AnimatePalette.s create mode 100644 libc/nt/gdi32/AnyLinkedFonts.S delete mode 100644 libc/nt/gdi32/AnyLinkedFonts.s create mode 100644 libc/nt/gdi32/Arc.S delete mode 100644 libc/nt/gdi32/Arc.s create mode 100644 libc/nt/gdi32/ArcTo.S delete mode 100644 libc/nt/gdi32/ArcTo.s create mode 100644 libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.S delete mode 100644 libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.s create mode 100644 libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.S delete mode 100644 libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.s create mode 100644 libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.S delete mode 100644 libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.s create mode 100644 libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.S delete mode 100644 libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.s create mode 100644 libc/nt/gdi32/BeginGdiRendering.S delete mode 100644 libc/nt/gdi32/BeginGdiRendering.s create mode 100644 libc/nt/gdi32/BeginPath.S delete mode 100644 libc/nt/gdi32/BeginPath.s create mode 100644 libc/nt/gdi32/BitBlt.S delete mode 100644 libc/nt/gdi32/BitBlt.s create mode 100644 libc/nt/gdi32/CLIPOBJ_bEnum.S delete mode 100644 libc/nt/gdi32/CLIPOBJ_bEnum.s create mode 100644 libc/nt/gdi32/CLIPOBJ_cEnumStart.S delete mode 100644 libc/nt/gdi32/CLIPOBJ_cEnumStart.s create mode 100644 libc/nt/gdi32/CLIPOBJ_ppoGetPath.S delete mode 100644 libc/nt/gdi32/CLIPOBJ_ppoGetPath.s create mode 100644 libc/nt/gdi32/CancelDC.S delete mode 100644 libc/nt/gdi32/CancelDC.s create mode 100644 libc/nt/gdi32/CheckColorsInGamut.S delete mode 100644 libc/nt/gdi32/CheckColorsInGamut.s create mode 100644 libc/nt/gdi32/ChoosePixelFormat.S delete mode 100644 libc/nt/gdi32/ChoosePixelFormat.s create mode 100644 libc/nt/gdi32/Chord.S delete mode 100644 libc/nt/gdi32/Chord.s create mode 100644 libc/nt/gdi32/ClearBitmapAttributes.S delete mode 100644 libc/nt/gdi32/ClearBitmapAttributes.s create mode 100644 libc/nt/gdi32/ClearBrushAttributes.S delete mode 100644 libc/nt/gdi32/ClearBrushAttributes.s create mode 100644 libc/nt/gdi32/CloseEnhMetaFile.S delete mode 100644 libc/nt/gdi32/CloseEnhMetaFile.s create mode 100644 libc/nt/gdi32/CloseFigure.S delete mode 100644 libc/nt/gdi32/CloseFigure.s create mode 100644 libc/nt/gdi32/CloseMetaFile.S delete mode 100644 libc/nt/gdi32/CloseMetaFile.s create mode 100644 libc/nt/gdi32/ColorCorrectPalette.S delete mode 100644 libc/nt/gdi32/ColorCorrectPalette.s create mode 100644 libc/nt/gdi32/ColorMatchToTarget.S delete mode 100644 libc/nt/gdi32/ColorMatchToTarget.s create mode 100644 libc/nt/gdi32/CombineRgn.S delete mode 100644 libc/nt/gdi32/CombineRgn.s create mode 100644 libc/nt/gdi32/CombineTransform.S delete mode 100644 libc/nt/gdi32/CombineTransform.s create mode 100644 libc/nt/gdi32/ConfigureOPMProtectedOutput.S delete mode 100644 libc/nt/gdi32/ConfigureOPMProtectedOutput.s create mode 100644 libc/nt/gdi32/CopyEnhMetaFileW.S delete mode 100644 libc/nt/gdi32/CopyEnhMetaFileW.s create mode 100644 libc/nt/gdi32/CopyMetaFileW.S delete mode 100644 libc/nt/gdi32/CopyMetaFileW.s create mode 100644 libc/nt/gdi32/CreateBitmap.S delete mode 100644 libc/nt/gdi32/CreateBitmap.s create mode 100644 libc/nt/gdi32/CreateBitmapFromDxSurface.S delete mode 100644 libc/nt/gdi32/CreateBitmapFromDxSurface.s create mode 100644 libc/nt/gdi32/CreateBitmapFromDxSurface2.S delete mode 100644 libc/nt/gdi32/CreateBitmapFromDxSurface2.s create mode 100644 libc/nt/gdi32/CreateBitmapIndirect.S delete mode 100644 libc/nt/gdi32/CreateBitmapIndirect.s create mode 100644 libc/nt/gdi32/CreateBrushIndirect.S delete mode 100644 libc/nt/gdi32/CreateBrushIndirect.s create mode 100644 libc/nt/gdi32/CreateColorSpaceW.S delete mode 100644 libc/nt/gdi32/CreateColorSpaceW.s create mode 100644 libc/nt/gdi32/CreateCompatibleBitmap.S delete mode 100644 libc/nt/gdi32/CreateCompatibleBitmap.s create mode 100644 libc/nt/gdi32/CreateCompatibleDC.S delete mode 100644 libc/nt/gdi32/CreateCompatibleDC.s create mode 100644 libc/nt/gdi32/CreateDCExW.S delete mode 100644 libc/nt/gdi32/CreateDCExW.s create mode 100644 libc/nt/gdi32/CreateDCW.S delete mode 100644 libc/nt/gdi32/CreateDCW.s create mode 100644 libc/nt/gdi32/CreateDIBPatternBrush.S delete mode 100644 libc/nt/gdi32/CreateDIBPatternBrush.s create mode 100644 libc/nt/gdi32/CreateDIBPatternBrushPt.S delete mode 100644 libc/nt/gdi32/CreateDIBPatternBrushPt.s create mode 100644 libc/nt/gdi32/CreateDIBSection.S delete mode 100644 libc/nt/gdi32/CreateDIBSection.s create mode 100644 libc/nt/gdi32/CreateDIBitmap.S delete mode 100644 libc/nt/gdi32/CreateDIBitmap.s create mode 100644 libc/nt/gdi32/CreateDPIScaledDIBSection.S delete mode 100644 libc/nt/gdi32/CreateDPIScaledDIBSection.s create mode 100644 libc/nt/gdi32/CreateDiscardableBitmap.S delete mode 100644 libc/nt/gdi32/CreateDiscardableBitmap.s create mode 100644 libc/nt/gdi32/CreateEllipticRgn.S delete mode 100644 libc/nt/gdi32/CreateEllipticRgn.s create mode 100644 libc/nt/gdi32/CreateEllipticRgnIndirect.S delete mode 100644 libc/nt/gdi32/CreateEllipticRgnIndirect.s create mode 100644 libc/nt/gdi32/CreateEnhMetaFileW.S delete mode 100644 libc/nt/gdi32/CreateEnhMetaFileW.s create mode 100644 libc/nt/gdi32/CreateFontIndirectExW.S delete mode 100644 libc/nt/gdi32/CreateFontIndirectExW.s create mode 100644 libc/nt/gdi32/CreateFontIndirectW.S delete mode 100644 libc/nt/gdi32/CreateFontIndirectW.s create mode 100644 libc/nt/gdi32/CreateFontW.S delete mode 100644 libc/nt/gdi32/CreateFontW.s create mode 100644 libc/nt/gdi32/CreateHalftonePalette.S delete mode 100644 libc/nt/gdi32/CreateHalftonePalette.s create mode 100644 libc/nt/gdi32/CreateHatchBrush.S delete mode 100644 libc/nt/gdi32/CreateHatchBrush.s create mode 100644 libc/nt/gdi32/CreateICW.S delete mode 100644 libc/nt/gdi32/CreateICW.s create mode 100644 libc/nt/gdi32/CreateMetaFileW.S delete mode 100644 libc/nt/gdi32/CreateMetaFileW.s create mode 100644 libc/nt/gdi32/CreateOPMProtectedOutput.S delete mode 100644 libc/nt/gdi32/CreateOPMProtectedOutput.s create mode 100644 libc/nt/gdi32/CreateOPMProtectedOutputs.S delete mode 100644 libc/nt/gdi32/CreateOPMProtectedOutputs.s create mode 100644 libc/nt/gdi32/CreatePalette.S delete mode 100644 libc/nt/gdi32/CreatePalette.s create mode 100644 libc/nt/gdi32/CreatePatternBrush.S delete mode 100644 libc/nt/gdi32/CreatePatternBrush.s create mode 100644 libc/nt/gdi32/CreatePen.S delete mode 100644 libc/nt/gdi32/CreatePen.s create mode 100644 libc/nt/gdi32/CreatePenIndirect.S delete mode 100644 libc/nt/gdi32/CreatePenIndirect.s create mode 100644 libc/nt/gdi32/CreatePolyPolygonRgn.S delete mode 100644 libc/nt/gdi32/CreatePolyPolygonRgn.s create mode 100644 libc/nt/gdi32/CreatePolygonRgn.S delete mode 100644 libc/nt/gdi32/CreatePolygonRgn.s create mode 100644 libc/nt/gdi32/CreateRectRgn.S delete mode 100644 libc/nt/gdi32/CreateRectRgn.s create mode 100644 libc/nt/gdi32/CreateRectRgnIndirect.S delete mode 100644 libc/nt/gdi32/CreateRectRgnIndirect.s create mode 100644 libc/nt/gdi32/CreateRoundRectRgn.S delete mode 100644 libc/nt/gdi32/CreateRoundRectRgn.s create mode 100644 libc/nt/gdi32/CreateScalableFontResourceW.S delete mode 100644 libc/nt/gdi32/CreateScalableFontResourceW.s create mode 100644 libc/nt/gdi32/CreateSessionMappedDIBSection.S delete mode 100644 libc/nt/gdi32/CreateSessionMappedDIBSection.s create mode 100644 libc/nt/gdi32/CreateSolidBrush.S delete mode 100644 libc/nt/gdi32/CreateSolidBrush.s create mode 100644 libc/nt/gdi32/D3DKMTAbandonSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTAbandonSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTAcquireKeyedMutex.S delete mode 100644 libc/nt/gdi32/D3DKMTAcquireKeyedMutex.s create mode 100644 libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.S delete mode 100644 libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.s create mode 100644 libc/nt/gdi32/D3DKMTAcquireSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTAcquireSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.S delete mode 100644 libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.s create mode 100644 libc/nt/gdi32/D3DKMTCacheHybridQueryValue.S delete mode 100644 libc/nt/gdi32/D3DKMTCacheHybridQueryValue.s create mode 100644 libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.S delete mode 100644 libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.s create mode 100644 libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.s create mode 100644 libc/nt/gdi32/D3DKMTCheckMonitorPowerState.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckMonitorPowerState.s create mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.s create mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.s create mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.s create mode 100644 libc/nt/gdi32/D3DKMTCheckOcclusion.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckOcclusion.s create mode 100644 libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.s create mode 100644 libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.S delete mode 100644 libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.s create mode 100644 libc/nt/gdi32/D3DKMTCloseAdapter.S delete mode 100644 libc/nt/gdi32/D3DKMTCloseAdapter.s create mode 100644 libc/nt/gdi32/D3DKMTConfigureSharedResource.S delete mode 100644 libc/nt/gdi32/D3DKMTConfigureSharedResource.s create mode 100644 libc/nt/gdi32/D3DKMTCreateAllocation.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateAllocation.s create mode 100644 libc/nt/gdi32/D3DKMTCreateAllocation2.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateAllocation2.s create mode 100644 libc/nt/gdi32/D3DKMTCreateBundleObject.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateBundleObject.s create mode 100644 libc/nt/gdi32/D3DKMTCreateContext.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateContext.s create mode 100644 libc/nt/gdi32/D3DKMTCreateContextVirtual.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateContextVirtual.s create mode 100644 libc/nt/gdi32/D3DKMTCreateDCFromMemory.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateDCFromMemory.s create mode 100644 libc/nt/gdi32/D3DKMTCreateDevice.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateDevice.s create mode 100644 libc/nt/gdi32/D3DKMTCreateHwContext.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateHwContext.s create mode 100644 libc/nt/gdi32/D3DKMTCreateHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTCreateKeyedMutex.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateKeyedMutex.s create mode 100644 libc/nt/gdi32/D3DKMTCreateKeyedMutex2.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateKeyedMutex2.s create mode 100644 libc/nt/gdi32/D3DKMTCreateOutputDupl.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateOutputDupl.s create mode 100644 libc/nt/gdi32/D3DKMTCreateOverlay.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateOverlay.s create mode 100644 libc/nt/gdi32/D3DKMTCreatePagingQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTCreatePagingQueue.s create mode 100644 libc/nt/gdi32/D3DKMTCreateProtectedSession.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateProtectedSession.s create mode 100644 libc/nt/gdi32/D3DKMTCreateSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTCreateSynchronizationObject.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateSynchronizationObject.s create mode 100644 libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.S delete mode 100644 libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.s create mode 100644 libc/nt/gdi32/D3DKMTDDisplayEnum.S delete mode 100644 libc/nt/gdi32/D3DKMTDDisplayEnum.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyAllocation.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyAllocation.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyAllocation2.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyAllocation2.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyContext.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyContext.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyDCFromMemory.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyDCFromMemory.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyDevice.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyDevice.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyHwContext.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyHwContext.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyKeyedMutex.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyKeyedMutex.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyOutputDupl.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyOutputDupl.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyOverlay.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyOverlay.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyPagingQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyPagingQueue.s create mode 100644 libc/nt/gdi32/D3DKMTDestroyProtectedSession.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroyProtectedSession.s create mode 100644 libc/nt/gdi32/D3DKMTDestroySynchronizationObject.S delete mode 100644 libc/nt/gdi32/D3DKMTDestroySynchronizationObject.s create mode 100644 libc/nt/gdi32/D3DKMTDispMgrCreate.S delete mode 100644 libc/nt/gdi32/D3DKMTDispMgrCreate.s create mode 100644 libc/nt/gdi32/D3DKMTDispMgrSourceOperation.S delete mode 100644 libc/nt/gdi32/D3DKMTDispMgrSourceOperation.s create mode 100644 libc/nt/gdi32/D3DKMTDispMgrTargetOperation.S delete mode 100644 libc/nt/gdi32/D3DKMTDispMgrTargetOperation.s create mode 100644 libc/nt/gdi32/D3DKMTEnumAdapters.S delete mode 100644 libc/nt/gdi32/D3DKMTEnumAdapters.s create mode 100644 libc/nt/gdi32/D3DKMTEnumAdapters2.S delete mode 100644 libc/nt/gdi32/D3DKMTEnumAdapters2.s create mode 100644 libc/nt/gdi32/D3DKMTEscape.S delete mode 100644 libc/nt/gdi32/D3DKMTEscape.s create mode 100644 libc/nt/gdi32/D3DKMTEvict.S delete mode 100644 libc/nt/gdi32/D3DKMTEvict.s create mode 100644 libc/nt/gdi32/D3DKMTExtractBundleObject.S delete mode 100644 libc/nt/gdi32/D3DKMTExtractBundleObject.s create mode 100644 libc/nt/gdi32/D3DKMTFlipOverlay.S delete mode 100644 libc/nt/gdi32/D3DKMTFlipOverlay.s create mode 100644 libc/nt/gdi32/D3DKMTFlushHeapTransitions.S delete mode 100644 libc/nt/gdi32/D3DKMTFlushHeapTransitions.s create mode 100644 libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.S delete mode 100644 libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.s create mode 100644 libc/nt/gdi32/D3DKMTGetAllocationPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTGetAllocationPriority.s create mode 100644 libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.S delete mode 100644 libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.s create mode 100644 libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.s create mode 100644 libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.s create mode 100644 libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.S delete mode 100644 libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.s create mode 100644 libc/nt/gdi32/D3DKMTGetDeviceState.S delete mode 100644 libc/nt/gdi32/D3DKMTGetDeviceState.s create mode 100644 libc/nt/gdi32/D3DKMTGetDisplayModeList.S delete mode 100644 libc/nt/gdi32/D3DKMTGetDisplayModeList.s create mode 100644 libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.S delete mode 100644 libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.s create mode 100644 libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.S delete mode 100644 libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.s create mode 100644 libc/nt/gdi32/D3DKMTGetMultisampleMethodList.S delete mode 100644 libc/nt/gdi32/D3DKMTGetMultisampleMethodList.s create mode 100644 libc/nt/gdi32/D3DKMTGetOverlayState.S delete mode 100644 libc/nt/gdi32/D3DKMTGetOverlayState.s create mode 100644 libc/nt/gdi32/D3DKMTGetPostCompositionCaps.S delete mode 100644 libc/nt/gdi32/D3DKMTGetPostCompositionCaps.s create mode 100644 libc/nt/gdi32/D3DKMTGetPresentHistory.S delete mode 100644 libc/nt/gdi32/D3DKMTGetPresentHistory.s create mode 100644 libc/nt/gdi32/D3DKMTGetPresentQueueEvent.S delete mode 100644 libc/nt/gdi32/D3DKMTGetPresentQueueEvent.s create mode 100644 libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.S delete mode 100644 libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.s create mode 100644 libc/nt/gdi32/D3DKMTGetProcessList.S delete mode 100644 libc/nt/gdi32/D3DKMTGetProcessList.s create mode 100644 libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.S delete mode 100644 libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.s create mode 100644 libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.S delete mode 100644 libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.s create mode 100644 libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.S delete mode 100644 libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.s create mode 100644 libc/nt/gdi32/D3DKMTGetRuntimeData.S delete mode 100644 libc/nt/gdi32/D3DKMTGetRuntimeData.s create mode 100644 libc/nt/gdi32/D3DKMTGetScanLine.S delete mode 100644 libc/nt/gdi32/D3DKMTGetScanLine.s create mode 100644 libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.S delete mode 100644 libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.s create mode 100644 libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.s create mode 100644 libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.S delete mode 100644 libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.s create mode 100644 libc/nt/gdi32/D3DKMTGetYieldPercentage.S delete mode 100644 libc/nt/gdi32/D3DKMTGetYieldPercentage.s create mode 100644 libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.S delete mode 100644 libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.s create mode 100644 libc/nt/gdi32/D3DKMTInvalidateCache.S delete mode 100644 libc/nt/gdi32/D3DKMTInvalidateCache.s create mode 100644 libc/nt/gdi32/D3DKMTLock.S delete mode 100644 libc/nt/gdi32/D3DKMTLock.s create mode 100644 libc/nt/gdi32/D3DKMTLock2.S delete mode 100644 libc/nt/gdi32/D3DKMTLock2.s create mode 100644 libc/nt/gdi32/D3DKMTMakeResident.S delete mode 100644 libc/nt/gdi32/D3DKMTMakeResident.s create mode 100644 libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.S delete mode 100644 libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.s create mode 100644 libc/nt/gdi32/D3DKMTMarkDeviceAsError.S delete mode 100644 libc/nt/gdi32/D3DKMTMarkDeviceAsError.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.s create mode 100644 libc/nt/gdi32/D3DKMTNetDispStopSessions.S delete mode 100644 libc/nt/gdi32/D3DKMTNetDispStopSessions.s create mode 100644 libc/nt/gdi32/D3DKMTOfferAllocations.S delete mode 100644 libc/nt/gdi32/D3DKMTOfferAllocations.s create mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.s create mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.s create mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.s create mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.s create mode 100644 libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.s create mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutex.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutex.s create mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutex2.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutex2.s create mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTOpenNtHandleFromName.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenNtHandleFromName.s create mode 100644 libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTOpenResource.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenResource.s create mode 100644 libc/nt/gdi32/D3DKMTOpenResource2.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenResource2.s create mode 100644 libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTOpenSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.s create mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.s create mode 100644 libc/nt/gdi32/D3DKMTOpenSynchronizationObject.S delete mode 100644 libc/nt/gdi32/D3DKMTOpenSynchronizationObject.s create mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.s create mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.S delete mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.s create mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.S delete mode 100644 libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.s create mode 100644 libc/nt/gdi32/D3DKMTOutputDuplPresent.S delete mode 100644 libc/nt/gdi32/D3DKMTOutputDuplPresent.s create mode 100644 libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.S delete mode 100644 libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.s create mode 100644 libc/nt/gdi32/D3DKMTPinDirectFlipResources.S delete mode 100644 libc/nt/gdi32/D3DKMTPinDirectFlipResources.s create mode 100644 libc/nt/gdi32/D3DKMTPollDisplayChildren.S delete mode 100644 libc/nt/gdi32/D3DKMTPollDisplayChildren.s create mode 100644 libc/nt/gdi32/D3DKMTPresent.S delete mode 100644 libc/nt/gdi32/D3DKMTPresent.s create mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.S delete mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.s create mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.S delete mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.s create mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.S delete mode 100644 libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.s create mode 100644 libc/nt/gdi32/D3DKMTPresentRedirected.S delete mode 100644 libc/nt/gdi32/D3DKMTPresentRedirected.s create mode 100644 libc/nt/gdi32/D3DKMTQueryAdapterInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryAdapterInfo.s create mode 100644 libc/nt/gdi32/D3DKMTQueryAllocationResidency.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryAllocationResidency.s create mode 100644 libc/nt/gdi32/D3DKMTQueryClockCalibration.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryClockCalibration.s create mode 100644 libc/nt/gdi32/D3DKMTQueryFSEBlock.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryFSEBlock.s create mode 100644 libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.s create mode 100644 libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.s create mode 100644 libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.s create mode 100644 libc/nt/gdi32/D3DKMTQueryResourceInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryResourceInfo.s create mode 100644 libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.s create mode 100644 libc/nt/gdi32/D3DKMTQueryStatistics.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryStatistics.s create mode 100644 libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.s create mode 100644 libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.S delete mode 100644 libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.s create mode 100644 libc/nt/gdi32/D3DKMTReclaimAllocations.S delete mode 100644 libc/nt/gdi32/D3DKMTReclaimAllocations.s create mode 100644 libc/nt/gdi32/D3DKMTReclaimAllocations2.S delete mode 100644 libc/nt/gdi32/D3DKMTReclaimAllocations2.s create mode 100644 libc/nt/gdi32/D3DKMTRegisterTrimNotification.S delete mode 100644 libc/nt/gdi32/D3DKMTRegisterTrimNotification.s create mode 100644 libc/nt/gdi32/D3DKMTRegisterVailProcess.S delete mode 100644 libc/nt/gdi32/D3DKMTRegisterVailProcess.s create mode 100644 libc/nt/gdi32/D3DKMTReleaseKeyedMutex.S delete mode 100644 libc/nt/gdi32/D3DKMTReleaseKeyedMutex.s create mode 100644 libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.S delete mode 100644 libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.s create mode 100644 libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.S delete mode 100644 libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.s create mode 100644 libc/nt/gdi32/D3DKMTReleaseSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTReleaseSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTRender.S delete mode 100644 libc/nt/gdi32/D3DKMTRender.s create mode 100644 libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.S delete mode 100644 libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.s create mode 100644 libc/nt/gdi32/D3DKMTSetAllocationPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTSetAllocationPriority.s create mode 100644 libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.s create mode 100644 libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.S delete mode 100644 libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.s create mode 100644 libc/nt/gdi32/D3DKMTSetDisplayMode.S delete mode 100644 libc/nt/gdi32/D3DKMTSetDisplayMode.s create mode 100644 libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.S delete mode 100644 libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.s create mode 100644 libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.S delete mode 100644 libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.s create mode 100644 libc/nt/gdi32/D3DKMTSetFSEBlock.S delete mode 100644 libc/nt/gdi32/D3DKMTSetFSEBlock.s create mode 100644 libc/nt/gdi32/D3DKMTSetGammaRamp.S delete mode 100644 libc/nt/gdi32/D3DKMTSetGammaRamp.s create mode 100644 libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.S delete mode 100644 libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.s create mode 100644 libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.S delete mode 100644 libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.s create mode 100644 libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.S delete mode 100644 libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.s create mode 100644 libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.S delete mode 100644 libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.s create mode 100644 libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.S delete mode 100644 libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.s create mode 100644 libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.S delete mode 100644 libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.s create mode 100644 libc/nt/gdi32/D3DKMTSetQueuedLimit.S delete mode 100644 libc/nt/gdi32/D3DKMTSetQueuedLimit.s create mode 100644 libc/nt/gdi32/D3DKMTSetStablePowerState.S delete mode 100644 libc/nt/gdi32/D3DKMTSetStablePowerState.s create mode 100644 libc/nt/gdi32/D3DKMTSetStereoEnabled.S delete mode 100644 libc/nt/gdi32/D3DKMTSetStereoEnabled.s create mode 100644 libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.S delete mode 100644 libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.s create mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.S delete mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.s create mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.S delete mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.s create mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.S delete mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.s create mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.S delete mode 100644 libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.s create mode 100644 libc/nt/gdi32/D3DKMTSetYieldPercentage.S delete mode 100644 libc/nt/gdi32/D3DKMTSetYieldPercentage.s create mode 100644 libc/nt/gdi32/D3DKMTShareObjects.S delete mode 100644 libc/nt/gdi32/D3DKMTShareObjects.s create mode 100644 libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.S delete mode 100644 libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.s create mode 100644 libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.S delete mode 100644 libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.s create mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObject.S delete mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObject.s create mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.S delete mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.s create mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.S delete mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.s create mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.S delete mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.s create mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.S delete mode 100644 libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.s create mode 100644 libc/nt/gdi32/D3DKMTSubmitCommand.S delete mode 100644 libc/nt/gdi32/D3DKMTSubmitCommand.s create mode 100644 libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.S delete mode 100644 libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.s create mode 100644 libc/nt/gdi32/D3DKMTTrimProcessCommitment.S delete mode 100644 libc/nt/gdi32/D3DKMTTrimProcessCommitment.s create mode 100644 libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.S delete mode 100644 libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.s create mode 100644 libc/nt/gdi32/D3DKMTUnlock.S delete mode 100644 libc/nt/gdi32/D3DKMTUnlock.s create mode 100644 libc/nt/gdi32/D3DKMTUnlock2.S delete mode 100644 libc/nt/gdi32/D3DKMTUnlock2.s create mode 100644 libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.S delete mode 100644 libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.s create mode 100644 libc/nt/gdi32/D3DKMTUnregisterTrimNotification.S delete mode 100644 libc/nt/gdi32/D3DKMTUnregisterTrimNotification.s create mode 100644 libc/nt/gdi32/D3DKMTUpdateAllocationProperty.S delete mode 100644 libc/nt/gdi32/D3DKMTUpdateAllocationProperty.s create mode 100644 libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.S delete mode 100644 libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.s create mode 100644 libc/nt/gdi32/D3DKMTUpdateOverlay.S delete mode 100644 libc/nt/gdi32/D3DKMTUpdateOverlay.s create mode 100644 libc/nt/gdi32/D3DKMTVailConnect.S delete mode 100644 libc/nt/gdi32/D3DKMTVailConnect.s create mode 100644 libc/nt/gdi32/D3DKMTVailDisconnect.S delete mode 100644 libc/nt/gdi32/D3DKMTVailDisconnect.s create mode 100644 libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.S delete mode 100644 libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForIdle.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForIdle.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.s create mode 100644 libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.S delete mode 100644 libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.s create mode 100644 libc/nt/gdi32/DDCCIGetCapabilitiesString.S delete mode 100644 libc/nt/gdi32/DDCCIGetCapabilitiesString.s create mode 100644 libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.S delete mode 100644 libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.s create mode 100644 libc/nt/gdi32/DDCCIGetTimingReport.S delete mode 100644 libc/nt/gdi32/DDCCIGetTimingReport.s create mode 100644 libc/nt/gdi32/DDCCIGetVCPFeature.S delete mode 100644 libc/nt/gdi32/DDCCIGetVCPFeature.s create mode 100644 libc/nt/gdi32/DDCCISaveCurrentSettings.S delete mode 100644 libc/nt/gdi32/DDCCISaveCurrentSettings.s create mode 100644 libc/nt/gdi32/DDCCISetVCPFeature.S delete mode 100644 libc/nt/gdi32/DDCCISetVCPFeature.s create mode 100644 libc/nt/gdi32/DPtoLP.S delete mode 100644 libc/nt/gdi32/DPtoLP.s create mode 100644 libc/nt/gdi32/DdCreateFullscreenSprite.S delete mode 100644 libc/nt/gdi32/DdCreateFullscreenSprite.s create mode 100644 libc/nt/gdi32/DdDestroyFullscreenSprite.S delete mode 100644 libc/nt/gdi32/DdDestroyFullscreenSprite.s create mode 100644 libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.S delete mode 100644 libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.s create mode 100644 libc/nt/gdi32/DdQueryVisRgnUniqueness.S delete mode 100644 libc/nt/gdi32/DdQueryVisRgnUniqueness.s create mode 100644 libc/nt/gdi32/DeleteColorSpace.S delete mode 100644 libc/nt/gdi32/DeleteColorSpace.s create mode 100644 libc/nt/gdi32/DeleteDC.S delete mode 100644 libc/nt/gdi32/DeleteDC.s create mode 100644 libc/nt/gdi32/DeleteEnhMetaFile.S delete mode 100644 libc/nt/gdi32/DeleteEnhMetaFile.s create mode 100644 libc/nt/gdi32/DeleteMetaFile.S delete mode 100644 libc/nt/gdi32/DeleteMetaFile.s create mode 100644 libc/nt/gdi32/DeleteObject.S delete mode 100644 libc/nt/gdi32/DeleteObject.s create mode 100644 libc/nt/gdi32/DescribePixelFormat.S delete mode 100644 libc/nt/gdi32/DescribePixelFormat.s create mode 100644 libc/nt/gdi32/DestroyOPMProtectedOutput.S delete mode 100644 libc/nt/gdi32/DestroyOPMProtectedOutput.s create mode 100644 libc/nt/gdi32/DestroyPhysicalMonitorInternal.S delete mode 100644 libc/nt/gdi32/DestroyPhysicalMonitorInternal.s create mode 100644 libc/nt/gdi32/DrawEscape.S delete mode 100644 libc/nt/gdi32/DrawEscape.s create mode 100644 libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.S delete mode 100644 libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.s create mode 100644 libc/nt/gdi32/DxTrimNotificationListHead.S delete mode 100644 libc/nt/gdi32/DxTrimNotificationListHead.s create mode 100644 libc/nt/gdi32/Ellipse.S delete mode 100644 libc/nt/gdi32/Ellipse.s create mode 100644 libc/nt/gdi32/EnableEUDC.S delete mode 100644 libc/nt/gdi32/EnableEUDC.s create mode 100644 libc/nt/gdi32/EndDoc.S delete mode 100644 libc/nt/gdi32/EndDoc.s create mode 100644 libc/nt/gdi32/EndFormPage.S delete mode 100644 libc/nt/gdi32/EndFormPage.s create mode 100644 libc/nt/gdi32/EndGdiRendering.S delete mode 100644 libc/nt/gdi32/EndGdiRendering.s create mode 100644 libc/nt/gdi32/EndPage.S delete mode 100644 libc/nt/gdi32/EndPage.s create mode 100644 libc/nt/gdi32/EndPath.S delete mode 100644 libc/nt/gdi32/EndPath.s create mode 100644 libc/nt/gdi32/EngAcquireSemaphore.S delete mode 100644 libc/nt/gdi32/EngAcquireSemaphore.s create mode 100644 libc/nt/gdi32/EngAlphaBlend.S delete mode 100644 libc/nt/gdi32/EngAlphaBlend.s create mode 100644 libc/nt/gdi32/EngAssociateSurface.S delete mode 100644 libc/nt/gdi32/EngAssociateSurface.s create mode 100644 libc/nt/gdi32/EngBitBlt.S delete mode 100644 libc/nt/gdi32/EngBitBlt.s create mode 100644 libc/nt/gdi32/EngCheckAbort.S delete mode 100644 libc/nt/gdi32/EngCheckAbort.s create mode 100644 libc/nt/gdi32/EngComputeGlyphSet.S delete mode 100644 libc/nt/gdi32/EngComputeGlyphSet.s create mode 100644 libc/nt/gdi32/EngCopyBits.S delete mode 100644 libc/nt/gdi32/EngCopyBits.s create mode 100644 libc/nt/gdi32/EngCreateBitmap.S delete mode 100644 libc/nt/gdi32/EngCreateBitmap.s create mode 100644 libc/nt/gdi32/EngCreateClip.S delete mode 100644 libc/nt/gdi32/EngCreateClip.s create mode 100644 libc/nt/gdi32/EngCreateDeviceBitmap.S delete mode 100644 libc/nt/gdi32/EngCreateDeviceBitmap.s create mode 100644 libc/nt/gdi32/EngCreateDeviceSurface.S delete mode 100644 libc/nt/gdi32/EngCreateDeviceSurface.s create mode 100644 libc/nt/gdi32/EngCreatePalette.S delete mode 100644 libc/nt/gdi32/EngCreatePalette.s create mode 100644 libc/nt/gdi32/EngCreateSemaphore.S delete mode 100644 libc/nt/gdi32/EngCreateSemaphore.s create mode 100644 libc/nt/gdi32/EngDeleteClip.S delete mode 100644 libc/nt/gdi32/EngDeleteClip.s create mode 100644 libc/nt/gdi32/EngDeletePalette.S delete mode 100644 libc/nt/gdi32/EngDeletePalette.s create mode 100644 libc/nt/gdi32/EngDeletePath.S delete mode 100644 libc/nt/gdi32/EngDeletePath.s create mode 100644 libc/nt/gdi32/EngDeleteSemaphore.S delete mode 100644 libc/nt/gdi32/EngDeleteSemaphore.s create mode 100644 libc/nt/gdi32/EngDeleteSurface.S delete mode 100644 libc/nt/gdi32/EngDeleteSurface.s create mode 100644 libc/nt/gdi32/EngEraseSurface.S delete mode 100644 libc/nt/gdi32/EngEraseSurface.s create mode 100644 libc/nt/gdi32/EngFillPath.S delete mode 100644 libc/nt/gdi32/EngFillPath.s create mode 100644 libc/nt/gdi32/EngFindResource.S delete mode 100644 libc/nt/gdi32/EngFindResource.s create mode 100644 libc/nt/gdi32/EngFreeModule.S delete mode 100644 libc/nt/gdi32/EngFreeModule.s create mode 100644 libc/nt/gdi32/EngGetCurrentCodePage.S delete mode 100644 libc/nt/gdi32/EngGetCurrentCodePage.s create mode 100644 libc/nt/gdi32/EngGetDriverName.S delete mode 100644 libc/nt/gdi32/EngGetDriverName.s create mode 100644 libc/nt/gdi32/EngGetPrinterDataFileName.S delete mode 100644 libc/nt/gdi32/EngGetPrinterDataFileName.s create mode 100644 libc/nt/gdi32/EngGradientFill.S delete mode 100644 libc/nt/gdi32/EngGradientFill.s create mode 100644 libc/nt/gdi32/EngLineTo.S delete mode 100644 libc/nt/gdi32/EngLineTo.s create mode 100644 libc/nt/gdi32/EngLoadModule.S delete mode 100644 libc/nt/gdi32/EngLoadModule.s create mode 100644 libc/nt/gdi32/EngLockSurface.S delete mode 100644 libc/nt/gdi32/EngLockSurface.s create mode 100644 libc/nt/gdi32/EngMarkBandingSurface.S delete mode 100644 libc/nt/gdi32/EngMarkBandingSurface.s create mode 100644 libc/nt/gdi32/EngMultiByteToUnicodeN.S delete mode 100644 libc/nt/gdi32/EngMultiByteToUnicodeN.s create mode 100644 libc/nt/gdi32/EngMultiByteToWideChar.S delete mode 100644 libc/nt/gdi32/EngMultiByteToWideChar.s create mode 100644 libc/nt/gdi32/EngPaint.S delete mode 100644 libc/nt/gdi32/EngPaint.s create mode 100644 libc/nt/gdi32/EngPlgBlt.S delete mode 100644 libc/nt/gdi32/EngPlgBlt.s create mode 100644 libc/nt/gdi32/EngQueryEMFInfo.S delete mode 100644 libc/nt/gdi32/EngQueryEMFInfo.s create mode 100644 libc/nt/gdi32/EngQueryLocalTime.S delete mode 100644 libc/nt/gdi32/EngQueryLocalTime.s create mode 100644 libc/nt/gdi32/EngReleaseSemaphore.S delete mode 100644 libc/nt/gdi32/EngReleaseSemaphore.s create mode 100644 libc/nt/gdi32/EngStretchBlt.S delete mode 100644 libc/nt/gdi32/EngStretchBlt.s create mode 100644 libc/nt/gdi32/EngStretchBltROP.S delete mode 100644 libc/nt/gdi32/EngStretchBltROP.s create mode 100644 libc/nt/gdi32/EngStrokeAndFillPath.S delete mode 100644 libc/nt/gdi32/EngStrokeAndFillPath.s create mode 100644 libc/nt/gdi32/EngStrokePath.S delete mode 100644 libc/nt/gdi32/EngStrokePath.s create mode 100644 libc/nt/gdi32/EngTextOut.S delete mode 100644 libc/nt/gdi32/EngTextOut.s create mode 100644 libc/nt/gdi32/EngTransparentBlt.S delete mode 100644 libc/nt/gdi32/EngTransparentBlt.s create mode 100644 libc/nt/gdi32/EngUnicodeToMultiByteN.S delete mode 100644 libc/nt/gdi32/EngUnicodeToMultiByteN.s create mode 100644 libc/nt/gdi32/EngUnlockSurface.S delete mode 100644 libc/nt/gdi32/EngUnlockSurface.s create mode 100644 libc/nt/gdi32/EngWideCharToMultiByte.S delete mode 100644 libc/nt/gdi32/EngWideCharToMultiByte.s create mode 100644 libc/nt/gdi32/EnumEnhMetaFile.S delete mode 100644 libc/nt/gdi32/EnumEnhMetaFile.s create mode 100644 libc/nt/gdi32/EnumFontFamiliesExW.S delete mode 100644 libc/nt/gdi32/EnumFontFamiliesExW.s create mode 100644 libc/nt/gdi32/EnumFontFamiliesW.S delete mode 100644 libc/nt/gdi32/EnumFontFamiliesW.s create mode 100644 libc/nt/gdi32/EnumFontsW.S delete mode 100644 libc/nt/gdi32/EnumFontsW.s create mode 100644 libc/nt/gdi32/EnumICMProfilesW.S delete mode 100644 libc/nt/gdi32/EnumICMProfilesW.s create mode 100644 libc/nt/gdi32/EnumMetaFile.S delete mode 100644 libc/nt/gdi32/EnumMetaFile.s create mode 100644 libc/nt/gdi32/EnumObjects.S delete mode 100644 libc/nt/gdi32/EnumObjects.s create mode 100644 libc/nt/gdi32/EqualRgn.S delete mode 100644 libc/nt/gdi32/EqualRgn.s create mode 100644 libc/nt/gdi32/Escape.S delete mode 100644 libc/nt/gdi32/Escape.s create mode 100644 libc/nt/gdi32/EudcLoadLinkW.S delete mode 100644 libc/nt/gdi32/EudcLoadLinkW.s create mode 100644 libc/nt/gdi32/EudcUnloadLinkW.S delete mode 100644 libc/nt/gdi32/EudcUnloadLinkW.s create mode 100644 libc/nt/gdi32/ExcludeClipRect.S delete mode 100644 libc/nt/gdi32/ExcludeClipRect.s create mode 100644 libc/nt/gdi32/ExtCreatePen.S delete mode 100644 libc/nt/gdi32/ExtCreatePen.s create mode 100644 libc/nt/gdi32/ExtCreateRegion.S delete mode 100644 libc/nt/gdi32/ExtCreateRegion.s create mode 100644 libc/nt/gdi32/ExtEscape.S delete mode 100644 libc/nt/gdi32/ExtEscape.s create mode 100644 libc/nt/gdi32/ExtFloodFill.S delete mode 100644 libc/nt/gdi32/ExtFloodFill.s create mode 100644 libc/nt/gdi32/ExtSelectClipRgn.S delete mode 100644 libc/nt/gdi32/ExtSelectClipRgn.s create mode 100644 libc/nt/gdi32/ExtTextOutW.S delete mode 100644 libc/nt/gdi32/ExtTextOutW.s create mode 100644 libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.S delete mode 100644 libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.s create mode 100644 libc/nt/gdi32/FONTOBJ_cGetGlyphs.S delete mode 100644 libc/nt/gdi32/FONTOBJ_cGetGlyphs.s create mode 100644 libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.S delete mode 100644 libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.s create mode 100644 libc/nt/gdi32/FONTOBJ_pfdg.S delete mode 100644 libc/nt/gdi32/FONTOBJ_pfdg.s create mode 100644 libc/nt/gdi32/FONTOBJ_pifi.S delete mode 100644 libc/nt/gdi32/FONTOBJ_pifi.s create mode 100644 libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.S delete mode 100644 libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.s create mode 100644 libc/nt/gdi32/FONTOBJ_pxoGetXform.S delete mode 100644 libc/nt/gdi32/FONTOBJ_pxoGetXform.s create mode 100644 libc/nt/gdi32/FONTOBJ_vGetInfo.S delete mode 100644 libc/nt/gdi32/FONTOBJ_vGetInfo.s create mode 100644 libc/nt/gdi32/FillPath.S delete mode 100644 libc/nt/gdi32/FillPath.s create mode 100644 libc/nt/gdi32/FillRgn.S delete mode 100644 libc/nt/gdi32/FillRgn.s create mode 100644 libc/nt/gdi32/FixBrushOrgEx.S delete mode 100644 libc/nt/gdi32/FixBrushOrgEx.s create mode 100644 libc/nt/gdi32/FlattenPath.S delete mode 100644 libc/nt/gdi32/FlattenPath.s create mode 100644 libc/nt/gdi32/FloodFill.S delete mode 100644 libc/nt/gdi32/FloodFill.s create mode 100644 libc/nt/gdi32/FontIsLinked.S delete mode 100644 libc/nt/gdi32/FontIsLinked.s create mode 100644 libc/nt/gdi32/FrameRgn.S delete mode 100644 libc/nt/gdi32/FrameRgn.s create mode 100644 libc/nt/gdi32/Gdi32DllInitialize.S delete mode 100644 libc/nt/gdi32/Gdi32DllInitialize.s create mode 100644 libc/nt/gdi32/GdiAddFontResourceW.S delete mode 100644 libc/nt/gdi32/GdiAddFontResourceW.s create mode 100644 libc/nt/gdi32/GdiAddGlsBounds.S delete mode 100644 libc/nt/gdi32/GdiAddGlsBounds.s create mode 100644 libc/nt/gdi32/GdiAddGlsRecord.S delete mode 100644 libc/nt/gdi32/GdiAddGlsRecord.s create mode 100644 libc/nt/gdi32/GdiAddInitialFonts.S delete mode 100644 libc/nt/gdi32/GdiAddInitialFonts.s create mode 100644 libc/nt/gdi32/GdiAlphaBlend.S delete mode 100644 libc/nt/gdi32/GdiAlphaBlend.s create mode 100644 libc/nt/gdi32/GdiArtificialDecrementDriver.S delete mode 100644 libc/nt/gdi32/GdiArtificialDecrementDriver.s create mode 100644 libc/nt/gdi32/GdiBatchLimit.S delete mode 100644 libc/nt/gdi32/GdiBatchLimit.s create mode 100644 libc/nt/gdi32/GdiCleanCacheDC.S delete mode 100644 libc/nt/gdi32/GdiCleanCacheDC.s create mode 100644 libc/nt/gdi32/GdiComment.S delete mode 100644 libc/nt/gdi32/GdiComment.s create mode 100644 libc/nt/gdi32/GdiConsoleTextOut.S delete mode 100644 libc/nt/gdi32/GdiConsoleTextOut.s create mode 100644 libc/nt/gdi32/GdiConvertAndCheckDC.S delete mode 100644 libc/nt/gdi32/GdiConvertAndCheckDC.s create mode 100644 libc/nt/gdi32/GdiConvertBitmap.S delete mode 100644 libc/nt/gdi32/GdiConvertBitmap.s create mode 100644 libc/nt/gdi32/GdiConvertBitmapV5.S delete mode 100644 libc/nt/gdi32/GdiConvertBitmapV5.s create mode 100644 libc/nt/gdi32/GdiConvertBrush.S delete mode 100644 libc/nt/gdi32/GdiConvertBrush.s create mode 100644 libc/nt/gdi32/GdiConvertDC.S delete mode 100644 libc/nt/gdi32/GdiConvertDC.s create mode 100644 libc/nt/gdi32/GdiConvertEnhMetaFile.S delete mode 100644 libc/nt/gdi32/GdiConvertEnhMetaFile.s create mode 100644 libc/nt/gdi32/GdiConvertFont.S delete mode 100644 libc/nt/gdi32/GdiConvertFont.s create mode 100644 libc/nt/gdi32/GdiConvertMetaFilePict.S delete mode 100644 libc/nt/gdi32/GdiConvertMetaFilePict.s create mode 100644 libc/nt/gdi32/GdiConvertPalette.S delete mode 100644 libc/nt/gdi32/GdiConvertPalette.s create mode 100644 libc/nt/gdi32/GdiConvertRegion.S delete mode 100644 libc/nt/gdi32/GdiConvertRegion.s create mode 100644 libc/nt/gdi32/GdiConvertToDevmodeW.S delete mode 100644 libc/nt/gdi32/GdiConvertToDevmodeW.s create mode 100644 libc/nt/gdi32/GdiCreateLocalEnhMetaFile.S delete mode 100644 libc/nt/gdi32/GdiCreateLocalEnhMetaFile.s create mode 100644 libc/nt/gdi32/GdiCreateLocalMetaFilePict.S delete mode 100644 libc/nt/gdi32/GdiCreateLocalMetaFilePict.s create mode 100644 libc/nt/gdi32/GdiDeleteLocalDC.S delete mode 100644 libc/nt/gdi32/GdiDeleteLocalDC.s create mode 100644 libc/nt/gdi32/GdiDeleteSpoolFileHandle.S delete mode 100644 libc/nt/gdi32/GdiDeleteSpoolFileHandle.s create mode 100644 libc/nt/gdi32/GdiDescribePixelFormat.S delete mode 100644 libc/nt/gdi32/GdiDescribePixelFormat.s create mode 100644 libc/nt/gdi32/GdiDllInitialize.S delete mode 100644 libc/nt/gdi32/GdiDllInitialize.s create mode 100644 libc/nt/gdi32/GdiDrawStream.S delete mode 100644 libc/nt/gdi32/GdiDrawStream.s create mode 100644 libc/nt/gdi32/GdiEndDocEMF.S delete mode 100644 libc/nt/gdi32/GdiEndDocEMF.s create mode 100644 libc/nt/gdi32/GdiEndPageEMF.S delete mode 100644 libc/nt/gdi32/GdiEndPageEMF.s create mode 100644 libc/nt/gdi32/GdiFixUpHandle.S delete mode 100644 libc/nt/gdi32/GdiFixUpHandle.s create mode 100644 libc/nt/gdi32/GdiFlush.S delete mode 100644 libc/nt/gdi32/GdiFlush.s create mode 100644 libc/nt/gdi32/GdiFullscreenControl.S delete mode 100644 libc/nt/gdi32/GdiFullscreenControl.s create mode 100644 libc/nt/gdi32/GdiGetBatchLimit.S delete mode 100644 libc/nt/gdi32/GdiGetBatchLimit.s create mode 100644 libc/nt/gdi32/GdiGetBitmapBitsSize.S delete mode 100644 libc/nt/gdi32/GdiGetBitmapBitsSize.s create mode 100644 libc/nt/gdi32/GdiGetCharDimensions.S delete mode 100644 libc/nt/gdi32/GdiGetCharDimensions.s create mode 100644 libc/nt/gdi32/GdiGetCodePage.S delete mode 100644 libc/nt/gdi32/GdiGetCodePage.s create mode 100644 libc/nt/gdi32/GdiGetDC.S delete mode 100644 libc/nt/gdi32/GdiGetDC.s create mode 100644 libc/nt/gdi32/GdiGetDevmodeForPage.S delete mode 100644 libc/nt/gdi32/GdiGetDevmodeForPage.s create mode 100644 libc/nt/gdi32/GdiGetEntry.S delete mode 100644 libc/nt/gdi32/GdiGetEntry.s create mode 100644 libc/nt/gdi32/GdiGetLocalBrush.S delete mode 100644 libc/nt/gdi32/GdiGetLocalBrush.s create mode 100644 libc/nt/gdi32/GdiGetLocalDC.S delete mode 100644 libc/nt/gdi32/GdiGetLocalDC.s create mode 100644 libc/nt/gdi32/GdiGetLocalFont.S delete mode 100644 libc/nt/gdi32/GdiGetLocalFont.s create mode 100644 libc/nt/gdi32/GdiGetPageCount.S delete mode 100644 libc/nt/gdi32/GdiGetPageCount.s create mode 100644 libc/nt/gdi32/GdiGetPageHandle.S delete mode 100644 libc/nt/gdi32/GdiGetPageHandle.s create mode 100644 libc/nt/gdi32/GdiGetSpoolFileHandle.S delete mode 100644 libc/nt/gdi32/GdiGetSpoolFileHandle.s create mode 100644 libc/nt/gdi32/GdiGetSpoolMessage.S delete mode 100644 libc/nt/gdi32/GdiGetSpoolMessage.s create mode 100644 libc/nt/gdi32/GdiGetVariationStoreDelta.S delete mode 100644 libc/nt/gdi32/GdiGetVariationStoreDelta.s create mode 100644 libc/nt/gdi32/GdiGradientFill.S delete mode 100644 libc/nt/gdi32/GdiGradientFill.s create mode 100644 libc/nt/gdi32/GdiInitSpool.S delete mode 100644 libc/nt/gdi32/GdiInitSpool.s create mode 100644 libc/nt/gdi32/GdiInitializeLanguagePack.S delete mode 100644 libc/nt/gdi32/GdiInitializeLanguagePack.s create mode 100644 libc/nt/gdi32/GdiIsMetaFileDC.S delete mode 100644 libc/nt/gdi32/GdiIsMetaFileDC.s create mode 100644 libc/nt/gdi32/GdiIsMetaPrintDC.S delete mode 100644 libc/nt/gdi32/GdiIsMetaPrintDC.s create mode 100644 libc/nt/gdi32/GdiIsPlayMetafileDC.S delete mode 100644 libc/nt/gdi32/GdiIsPlayMetafileDC.s create mode 100644 libc/nt/gdi32/GdiIsScreenDC.S delete mode 100644 libc/nt/gdi32/GdiIsScreenDC.s create mode 100644 libc/nt/gdi32/GdiIsTrackingEnabled.S delete mode 100644 libc/nt/gdi32/GdiIsTrackingEnabled.s create mode 100644 libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.S delete mode 100644 libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.s create mode 100644 libc/nt/gdi32/GdiLoadType1Fonts.S delete mode 100644 libc/nt/gdi32/GdiLoadType1Fonts.s create mode 100644 libc/nt/gdi32/GdiPlayDCScript.S delete mode 100644 libc/nt/gdi32/GdiPlayDCScript.s create mode 100644 libc/nt/gdi32/GdiPlayEMF.S delete mode 100644 libc/nt/gdi32/GdiPlayEMF.s create mode 100644 libc/nt/gdi32/GdiPlayJournal.S delete mode 100644 libc/nt/gdi32/GdiPlayJournal.s create mode 100644 libc/nt/gdi32/GdiPlayPageEMF.S delete mode 100644 libc/nt/gdi32/GdiPlayPageEMF.s create mode 100644 libc/nt/gdi32/GdiPlayPrivatePageEMF.S delete mode 100644 libc/nt/gdi32/GdiPlayPrivatePageEMF.s create mode 100644 libc/nt/gdi32/GdiPlayScript.S delete mode 100644 libc/nt/gdi32/GdiPlayScript.s create mode 100644 libc/nt/gdi32/GdiPrinterThunk.S delete mode 100644 libc/nt/gdi32/GdiPrinterThunk.s create mode 100644 libc/nt/gdi32/GdiProcessSetup.S delete mode 100644 libc/nt/gdi32/GdiProcessSetup.s create mode 100644 libc/nt/gdi32/GdiQueryFonts.S delete mode 100644 libc/nt/gdi32/GdiQueryFonts.s create mode 100644 libc/nt/gdi32/GdiQueryTable.S delete mode 100644 libc/nt/gdi32/GdiQueryTable.s create mode 100644 libc/nt/gdi32/GdiRealizationInfo.S delete mode 100644 libc/nt/gdi32/GdiRealizationInfo.s create mode 100644 libc/nt/gdi32/GdiReleaseDC.S delete mode 100644 libc/nt/gdi32/GdiReleaseDC.s create mode 100644 libc/nt/gdi32/GdiReleaseLocalDC.S delete mode 100644 libc/nt/gdi32/GdiReleaseLocalDC.s create mode 100644 libc/nt/gdi32/GdiResetDCEMF.S delete mode 100644 libc/nt/gdi32/GdiResetDCEMF.s create mode 100644 libc/nt/gdi32/GdiSetAttrs.S delete mode 100644 libc/nt/gdi32/GdiSetAttrs.s create mode 100644 libc/nt/gdi32/GdiSetBatchLimit.S delete mode 100644 libc/nt/gdi32/GdiSetBatchLimit.s create mode 100644 libc/nt/gdi32/GdiSetLastError.S delete mode 100644 libc/nt/gdi32/GdiSetLastError.s create mode 100644 libc/nt/gdi32/GdiSetPixelFormat.S delete mode 100644 libc/nt/gdi32/GdiSetPixelFormat.s create mode 100644 libc/nt/gdi32/GdiSetServerAttr.S delete mode 100644 libc/nt/gdi32/GdiSetServerAttr.s create mode 100644 libc/nt/gdi32/GdiStartDocEMF.S delete mode 100644 libc/nt/gdi32/GdiStartDocEMF.s create mode 100644 libc/nt/gdi32/GdiStartPageEMF.S delete mode 100644 libc/nt/gdi32/GdiStartPageEMF.s create mode 100644 libc/nt/gdi32/GdiSupportsFontChangeEvent.S delete mode 100644 libc/nt/gdi32/GdiSupportsFontChangeEvent.s create mode 100644 libc/nt/gdi32/GdiSwapBuffers.S delete mode 100644 libc/nt/gdi32/GdiSwapBuffers.s create mode 100644 libc/nt/gdi32/GdiTrackHCreate.S delete mode 100644 libc/nt/gdi32/GdiTrackHCreate.s create mode 100644 libc/nt/gdi32/GdiTrackHDelete.S delete mode 100644 libc/nt/gdi32/GdiTrackHDelete.s create mode 100644 libc/nt/gdi32/GdiTransparentBlt.S delete mode 100644 libc/nt/gdi32/GdiTransparentBlt.s create mode 100644 libc/nt/gdi32/GdiValidateHandle.S delete mode 100644 libc/nt/gdi32/GdiValidateHandle.s create mode 100644 libc/nt/gdi32/GetArcDirection.S delete mode 100644 libc/nt/gdi32/GetArcDirection.s create mode 100644 libc/nt/gdi32/GetAspectRatioFilterEx.S delete mode 100644 libc/nt/gdi32/GetAspectRatioFilterEx.s create mode 100644 libc/nt/gdi32/GetBitmapAttributes.S delete mode 100644 libc/nt/gdi32/GetBitmapAttributes.s create mode 100644 libc/nt/gdi32/GetBitmapBits.S delete mode 100644 libc/nt/gdi32/GetBitmapBits.s create mode 100644 libc/nt/gdi32/GetBitmapDimensionEx.S delete mode 100644 libc/nt/gdi32/GetBitmapDimensionEx.s create mode 100644 libc/nt/gdi32/GetBitmapDpiScaleValue.S delete mode 100644 libc/nt/gdi32/GetBitmapDpiScaleValue.s create mode 100644 libc/nt/gdi32/GetBkColor.S delete mode 100644 libc/nt/gdi32/GetBkColor.s create mode 100644 libc/nt/gdi32/GetBkMode.S delete mode 100644 libc/nt/gdi32/GetBkMode.s create mode 100644 libc/nt/gdi32/GetBoundsRect.S delete mode 100644 libc/nt/gdi32/GetBoundsRect.s create mode 100644 libc/nt/gdi32/GetBrushAttributes.S delete mode 100644 libc/nt/gdi32/GetBrushAttributes.s create mode 100644 libc/nt/gdi32/GetBrushOrgEx.S delete mode 100644 libc/nt/gdi32/GetBrushOrgEx.s create mode 100644 libc/nt/gdi32/GetCOPPCompatibleOPMInformation.S delete mode 100644 libc/nt/gdi32/GetCOPPCompatibleOPMInformation.s create mode 100644 libc/nt/gdi32/GetCertificate.S delete mode 100644 libc/nt/gdi32/GetCertificate.s create mode 100644 libc/nt/gdi32/GetCertificateByHandle.S delete mode 100644 libc/nt/gdi32/GetCertificateByHandle.s create mode 100644 libc/nt/gdi32/GetCertificateSize.S delete mode 100644 libc/nt/gdi32/GetCertificateSize.s create mode 100644 libc/nt/gdi32/GetCertificateSizeByHandle.S delete mode 100644 libc/nt/gdi32/GetCertificateSizeByHandle.s create mode 100644 libc/nt/gdi32/GetCharABCWidthsFloatI.S delete mode 100644 libc/nt/gdi32/GetCharABCWidthsFloatI.s create mode 100644 libc/nt/gdi32/GetCharABCWidthsFloatW.S delete mode 100644 libc/nt/gdi32/GetCharABCWidthsFloatW.s create mode 100644 libc/nt/gdi32/GetCharABCWidthsI.S delete mode 100644 libc/nt/gdi32/GetCharABCWidthsI.s create mode 100644 libc/nt/gdi32/GetCharABCWidthsW.S delete mode 100644 libc/nt/gdi32/GetCharABCWidthsW.s create mode 100644 libc/nt/gdi32/GetCharWidth32W.S delete mode 100644 libc/nt/gdi32/GetCharWidth32W.s create mode 100644 libc/nt/gdi32/GetCharWidthFloatW.S delete mode 100644 libc/nt/gdi32/GetCharWidthFloatW.s create mode 100644 libc/nt/gdi32/GetCharWidthI.S delete mode 100644 libc/nt/gdi32/GetCharWidthI.s create mode 100644 libc/nt/gdi32/GetCharWidthInfo.S delete mode 100644 libc/nt/gdi32/GetCharWidthInfo.s create mode 100644 libc/nt/gdi32/GetCharWidthW.S delete mode 100644 libc/nt/gdi32/GetCharWidthW.s create mode 100644 libc/nt/gdi32/GetCharacterPlacementW.S delete mode 100644 libc/nt/gdi32/GetCharacterPlacementW.s create mode 100644 libc/nt/gdi32/GetClipBox.S delete mode 100644 libc/nt/gdi32/GetClipBox.s create mode 100644 libc/nt/gdi32/GetClipRgn.S delete mode 100644 libc/nt/gdi32/GetClipRgn.s create mode 100644 libc/nt/gdi32/GetColorAdjustment.S delete mode 100644 libc/nt/gdi32/GetColorAdjustment.s create mode 100644 libc/nt/gdi32/GetColorSpace.S delete mode 100644 libc/nt/gdi32/GetColorSpace.s create mode 100644 libc/nt/gdi32/GetCurrentDpiInfo.S delete mode 100644 libc/nt/gdi32/GetCurrentDpiInfo.s create mode 100644 libc/nt/gdi32/GetCurrentObject.S delete mode 100644 libc/nt/gdi32/GetCurrentObject.s create mode 100644 libc/nt/gdi32/GetCurrentPositionEx.S delete mode 100644 libc/nt/gdi32/GetCurrentPositionEx.s create mode 100644 libc/nt/gdi32/GetDCBrushColor.S delete mode 100644 libc/nt/gdi32/GetDCBrushColor.s create mode 100644 libc/nt/gdi32/GetDCDpiScaleValue.S delete mode 100644 libc/nt/gdi32/GetDCDpiScaleValue.s create mode 100644 libc/nt/gdi32/GetDCOrgEx.S delete mode 100644 libc/nt/gdi32/GetDCOrgEx.s create mode 100644 libc/nt/gdi32/GetDCPenColor.S delete mode 100644 libc/nt/gdi32/GetDCPenColor.s create mode 100644 libc/nt/gdi32/GetDIBColorTable.S delete mode 100644 libc/nt/gdi32/GetDIBColorTable.s create mode 100644 libc/nt/gdi32/GetDIBits.S delete mode 100644 libc/nt/gdi32/GetDIBits.s create mode 100644 libc/nt/gdi32/GetDeviceCaps.S delete mode 100644 libc/nt/gdi32/GetDeviceCaps.s create mode 100644 libc/nt/gdi32/GetDeviceGammaRamp.S delete mode 100644 libc/nt/gdi32/GetDeviceGammaRamp.s create mode 100644 libc/nt/gdi32/GetETM.S delete mode 100644 libc/nt/gdi32/GetETM.s create mode 100644 libc/nt/gdi32/GetEUDCTimeStamp.S delete mode 100644 libc/nt/gdi32/GetEUDCTimeStamp.s create mode 100644 libc/nt/gdi32/GetEUDCTimeStampExW.S delete mode 100644 libc/nt/gdi32/GetEUDCTimeStampExW.s create mode 100644 libc/nt/gdi32/GetEnhMetaFileBits.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFileBits.s create mode 100644 libc/nt/gdi32/GetEnhMetaFileDescriptionW.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFileDescriptionW.s create mode 100644 libc/nt/gdi32/GetEnhMetaFileHeader.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFileHeader.s create mode 100644 libc/nt/gdi32/GetEnhMetaFilePaletteEntries.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFilePaletteEntries.s create mode 100644 libc/nt/gdi32/GetEnhMetaFilePixelFormat.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFilePixelFormat.s create mode 100644 libc/nt/gdi32/GetEnhMetaFileW.S delete mode 100644 libc/nt/gdi32/GetEnhMetaFileW.s create mode 100644 libc/nt/gdi32/GetFontAssocStatus.S delete mode 100644 libc/nt/gdi32/GetFontAssocStatus.s create mode 100644 libc/nt/gdi32/GetFontData.S delete mode 100644 libc/nt/gdi32/GetFontData.s create mode 100644 libc/nt/gdi32/GetFontFileData.S delete mode 100644 libc/nt/gdi32/GetFontFileData.s create mode 100644 libc/nt/gdi32/GetFontFileInfo.S delete mode 100644 libc/nt/gdi32/GetFontFileInfo.s create mode 100644 libc/nt/gdi32/GetFontLanguageInfo.S delete mode 100644 libc/nt/gdi32/GetFontLanguageInfo.s create mode 100644 libc/nt/gdi32/GetFontRealizationInfo.S delete mode 100644 libc/nt/gdi32/GetFontRealizationInfo.s create mode 100644 libc/nt/gdi32/GetFontResourceInfoW.S delete mode 100644 libc/nt/gdi32/GetFontResourceInfoW.s create mode 100644 libc/nt/gdi32/GetFontUnicodeRanges.S delete mode 100644 libc/nt/gdi32/GetFontUnicodeRanges.s create mode 100644 libc/nt/gdi32/GetGlyphIndicesW.S delete mode 100644 libc/nt/gdi32/GetGlyphIndicesW.s create mode 100644 libc/nt/gdi32/GetGlyphOutlineW.S delete mode 100644 libc/nt/gdi32/GetGlyphOutlineW.s create mode 100644 libc/nt/gdi32/GetGlyphOutlineWow.S delete mode 100644 libc/nt/gdi32/GetGlyphOutlineWow.s create mode 100644 libc/nt/gdi32/GetGraphicsMode.S delete mode 100644 libc/nt/gdi32/GetGraphicsMode.s create mode 100644 libc/nt/gdi32/GetHFONT.S delete mode 100644 libc/nt/gdi32/GetHFONT.s create mode 100644 libc/nt/gdi32/GetICMProfileW.S delete mode 100644 libc/nt/gdi32/GetICMProfileW.s create mode 100644 libc/nt/gdi32/GetKerningPairsW.S delete mode 100644 libc/nt/gdi32/GetKerningPairsW.s create mode 100644 libc/nt/gdi32/GetLayout.S delete mode 100644 libc/nt/gdi32/GetLayout.s create mode 100644 libc/nt/gdi32/GetLogColorSpaceW.S delete mode 100644 libc/nt/gdi32/GetLogColorSpaceW.s create mode 100644 libc/nt/gdi32/GetMapMode.S delete mode 100644 libc/nt/gdi32/GetMapMode.s create mode 100644 libc/nt/gdi32/GetMetaFileBitsEx.S delete mode 100644 libc/nt/gdi32/GetMetaFileBitsEx.s create mode 100644 libc/nt/gdi32/GetMetaFileW.S delete mode 100644 libc/nt/gdi32/GetMetaFileW.s create mode 100644 libc/nt/gdi32/GetMetaRgn.S delete mode 100644 libc/nt/gdi32/GetMetaRgn.s create mode 100644 libc/nt/gdi32/GetMiterLimit.S delete mode 100644 libc/nt/gdi32/GetMiterLimit.s create mode 100644 libc/nt/gdi32/GetNearestColor.S delete mode 100644 libc/nt/gdi32/GetNearestColor.s create mode 100644 libc/nt/gdi32/GetNearestPaletteIndex.S delete mode 100644 libc/nt/gdi32/GetNearestPaletteIndex.s create mode 100644 libc/nt/gdi32/GetNumberOfPhysicalMonitors.S delete mode 100644 libc/nt/gdi32/GetNumberOfPhysicalMonitors.s create mode 100644 libc/nt/gdi32/GetOPMInformation.S delete mode 100644 libc/nt/gdi32/GetOPMInformation.s create mode 100644 libc/nt/gdi32/GetOPMRandomNumber.S delete mode 100644 libc/nt/gdi32/GetOPMRandomNumber.s create mode 100644 libc/nt/gdi32/GetObjectType.S delete mode 100644 libc/nt/gdi32/GetObjectType.s create mode 100644 libc/nt/gdi32/GetObjectW.S delete mode 100644 libc/nt/gdi32/GetObjectW.s create mode 100644 libc/nt/gdi32/GetOutlineTextMetricsW.S delete mode 100644 libc/nt/gdi32/GetOutlineTextMetricsW.s create mode 100644 libc/nt/gdi32/GetPaletteEntries.S delete mode 100644 libc/nt/gdi32/GetPaletteEntries.s create mode 100644 libc/nt/gdi32/GetPath.S delete mode 100644 libc/nt/gdi32/GetPath.s create mode 100644 libc/nt/gdi32/GetPhysicalMonitorDescription.S delete mode 100644 libc/nt/gdi32/GetPhysicalMonitorDescription.s create mode 100644 libc/nt/gdi32/GetPhysicalMonitors.S delete mode 100644 libc/nt/gdi32/GetPhysicalMonitors.s create mode 100644 libc/nt/gdi32/GetPixel.S delete mode 100644 libc/nt/gdi32/GetPixel.s create mode 100644 libc/nt/gdi32/GetPixelFormat.S delete mode 100644 libc/nt/gdi32/GetPixelFormat.s create mode 100644 libc/nt/gdi32/GetPolyFillMode.S delete mode 100644 libc/nt/gdi32/GetPolyFillMode.s create mode 100644 libc/nt/gdi32/GetProcessSessionFonts.S delete mode 100644 libc/nt/gdi32/GetProcessSessionFonts.s create mode 100644 libc/nt/gdi32/GetROP2.S delete mode 100644 libc/nt/gdi32/GetROP2.s create mode 100644 libc/nt/gdi32/GetRandomRgn.S delete mode 100644 libc/nt/gdi32/GetRandomRgn.s create mode 100644 libc/nt/gdi32/GetRasterizerCaps.S delete mode 100644 libc/nt/gdi32/GetRasterizerCaps.s create mode 100644 libc/nt/gdi32/GetRegionData.S delete mode 100644 libc/nt/gdi32/GetRegionData.s create mode 100644 libc/nt/gdi32/GetRelAbs.S delete mode 100644 libc/nt/gdi32/GetRelAbs.s create mode 100644 libc/nt/gdi32/GetRgnBox.S delete mode 100644 libc/nt/gdi32/GetRgnBox.s create mode 100644 libc/nt/gdi32/GetStockObject.S delete mode 100644 libc/nt/gdi32/GetStockObject.s create mode 100644 libc/nt/gdi32/GetStretchBltMode.S delete mode 100644 libc/nt/gdi32/GetStretchBltMode.s create mode 100644 libc/nt/gdi32/GetStringBitmapW.S delete mode 100644 libc/nt/gdi32/GetStringBitmapW.s create mode 100644 libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.S delete mode 100644 libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.s create mode 100644 libc/nt/gdi32/GetSystemPaletteEntries.S delete mode 100644 libc/nt/gdi32/GetSystemPaletteEntries.s create mode 100644 libc/nt/gdi32/GetSystemPaletteUse.S delete mode 100644 libc/nt/gdi32/GetSystemPaletteUse.s create mode 100644 libc/nt/gdi32/GetTextAlign.S delete mode 100644 libc/nt/gdi32/GetTextAlign.s create mode 100644 libc/nt/gdi32/GetTextCharacterExtra.S delete mode 100644 libc/nt/gdi32/GetTextCharacterExtra.s create mode 100644 libc/nt/gdi32/GetTextCharset.S delete mode 100644 libc/nt/gdi32/GetTextCharset.s create mode 100644 libc/nt/gdi32/GetTextCharsetInfo.S delete mode 100644 libc/nt/gdi32/GetTextCharsetInfo.s create mode 100644 libc/nt/gdi32/GetTextColor.S delete mode 100644 libc/nt/gdi32/GetTextColor.s create mode 100644 libc/nt/gdi32/GetTextExtentExPointI.S delete mode 100644 libc/nt/gdi32/GetTextExtentExPointI.s create mode 100644 libc/nt/gdi32/GetTextExtentExPointW.S delete mode 100644 libc/nt/gdi32/GetTextExtentExPointW.s create mode 100644 libc/nt/gdi32/GetTextExtentExPointWPri.S delete mode 100644 libc/nt/gdi32/GetTextExtentExPointWPri.s create mode 100644 libc/nt/gdi32/GetTextExtentPoint32W.S delete mode 100644 libc/nt/gdi32/GetTextExtentPoint32W.s create mode 100644 libc/nt/gdi32/GetTextExtentPointI.S delete mode 100644 libc/nt/gdi32/GetTextExtentPointI.s create mode 100644 libc/nt/gdi32/GetTextExtentPointW.S delete mode 100644 libc/nt/gdi32/GetTextExtentPointW.s create mode 100644 libc/nt/gdi32/GetTextFaceAliasW.S delete mode 100644 libc/nt/gdi32/GetTextFaceAliasW.s create mode 100644 libc/nt/gdi32/GetTextFaceW.S delete mode 100644 libc/nt/gdi32/GetTextFaceW.s create mode 100644 libc/nt/gdi32/GetTextMetricsW.S delete mode 100644 libc/nt/gdi32/GetTextMetricsW.s create mode 100644 libc/nt/gdi32/GetTransform.S delete mode 100644 libc/nt/gdi32/GetTransform.s create mode 100644 libc/nt/gdi32/GetViewportExtEx.S delete mode 100644 libc/nt/gdi32/GetViewportExtEx.s create mode 100644 libc/nt/gdi32/GetViewportOrgEx.S delete mode 100644 libc/nt/gdi32/GetViewportOrgEx.s create mode 100644 libc/nt/gdi32/GetWinMetaFileBits.S delete mode 100644 libc/nt/gdi32/GetWinMetaFileBits.s create mode 100644 libc/nt/gdi32/GetWindowExtEx.S delete mode 100644 libc/nt/gdi32/GetWindowExtEx.s create mode 100644 libc/nt/gdi32/GetWindowOrgEx.S delete mode 100644 libc/nt/gdi32/GetWindowOrgEx.s create mode 100644 libc/nt/gdi32/GetWorldTransform.S delete mode 100644 libc/nt/gdi32/GetWorldTransform.s create mode 100644 libc/nt/gdi32/HT_Get8BPPFormatPalette.S delete mode 100644 libc/nt/gdi32/HT_Get8BPPFormatPalette.s create mode 100644 libc/nt/gdi32/HT_Get8BPPMaskPalette.S delete mode 100644 libc/nt/gdi32/HT_Get8BPPMaskPalette.s create mode 100644 libc/nt/gdi32/InternalDeleteDC.S delete mode 100644 libc/nt/gdi32/InternalDeleteDC.s create mode 100644 libc/nt/gdi32/IntersectClipRect.S delete mode 100644 libc/nt/gdi32/IntersectClipRect.s create mode 100644 libc/nt/gdi32/InvertRgn.S delete mode 100644 libc/nt/gdi32/InvertRgn.s create mode 100644 libc/nt/gdi32/IsValidEnhMetaRecord.S delete mode 100644 libc/nt/gdi32/IsValidEnhMetaRecord.s create mode 100644 libc/nt/gdi32/IsValidEnhMetaRecordOffExt.S delete mode 100644 libc/nt/gdi32/IsValidEnhMetaRecordOffExt.s create mode 100644 libc/nt/gdi32/LPtoDP.S delete mode 100644 libc/nt/gdi32/LPtoDP.s create mode 100644 libc/nt/gdi32/LineTo.S delete mode 100644 libc/nt/gdi32/LineTo.s create mode 100644 libc/nt/gdi32/LpkEditControl.S delete mode 100644 libc/nt/gdi32/LpkEditControl.s create mode 100644 libc/nt/gdi32/LpkGetEditControl.S delete mode 100644 libc/nt/gdi32/LpkGetEditControl.s create mode 100644 libc/nt/gdi32/LpkpEditControlSize.S delete mode 100644 libc/nt/gdi32/LpkpEditControlSize.s create mode 100644 libc/nt/gdi32/LpkpInitializeEditControl.S delete mode 100644 libc/nt/gdi32/LpkpInitializeEditControl.s create mode 100644 libc/nt/gdi32/MaskBlt.S delete mode 100644 libc/nt/gdi32/MaskBlt.s create mode 100644 libc/nt/gdi32/MirrorRgn.S delete mode 100644 libc/nt/gdi32/MirrorRgn.s create mode 100644 libc/nt/gdi32/ModerncoreGdiInit.S delete mode 100644 libc/nt/gdi32/ModerncoreGdiInit.s create mode 100644 libc/nt/gdi32/ModifyWorldTransform.S delete mode 100644 libc/nt/gdi32/ModifyWorldTransform.s create mode 100644 libc/nt/gdi32/MoveToEx.S delete mode 100644 libc/nt/gdi32/MoveToEx.s create mode 100644 libc/nt/gdi32/NamedEscape.S delete mode 100644 libc/nt/gdi32/NamedEscape.s create mode 100644 libc/nt/gdi32/OffsetClipRgn.S delete mode 100644 libc/nt/gdi32/OffsetClipRgn.s create mode 100644 libc/nt/gdi32/OffsetRgn.S delete mode 100644 libc/nt/gdi32/OffsetRgn.s create mode 100644 libc/nt/gdi32/OffsetViewportOrgEx.S delete mode 100644 libc/nt/gdi32/OffsetViewportOrgEx.s create mode 100644 libc/nt/gdi32/OffsetWindowOrgEx.S delete mode 100644 libc/nt/gdi32/OffsetWindowOrgEx.s create mode 100644 libc/nt/gdi32/PATHOBJ_bEnum.S delete mode 100644 libc/nt/gdi32/PATHOBJ_bEnum.s create mode 100644 libc/nt/gdi32/PATHOBJ_bEnumClipLines.S delete mode 100644 libc/nt/gdi32/PATHOBJ_bEnumClipLines.s create mode 100644 libc/nt/gdi32/PATHOBJ_vEnumStart.S delete mode 100644 libc/nt/gdi32/PATHOBJ_vEnumStart.s create mode 100644 libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.S delete mode 100644 libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.s create mode 100644 libc/nt/gdi32/PATHOBJ_vGetBounds.S delete mode 100644 libc/nt/gdi32/PATHOBJ_vGetBounds.s create mode 100644 libc/nt/gdi32/PaintRgn.S delete mode 100644 libc/nt/gdi32/PaintRgn.s create mode 100644 libc/nt/gdi32/PatBlt.S delete mode 100644 libc/nt/gdi32/PatBlt.s create mode 100644 libc/nt/gdi32/PathToRegion.S delete mode 100644 libc/nt/gdi32/PathToRegion.s create mode 100644 libc/nt/gdi32/Pie.S delete mode 100644 libc/nt/gdi32/Pie.s create mode 100644 libc/nt/gdi32/PlayEnhMetaFile.S delete mode 100644 libc/nt/gdi32/PlayEnhMetaFile.s create mode 100644 libc/nt/gdi32/PlayEnhMetaFileRecord.S delete mode 100644 libc/nt/gdi32/PlayEnhMetaFileRecord.s create mode 100644 libc/nt/gdi32/PlayMetaFile.S delete mode 100644 libc/nt/gdi32/PlayMetaFile.s create mode 100644 libc/nt/gdi32/PlayMetaFileRecord.S delete mode 100644 libc/nt/gdi32/PlayMetaFileRecord.s create mode 100644 libc/nt/gdi32/PlgBlt.S delete mode 100644 libc/nt/gdi32/PlgBlt.s create mode 100644 libc/nt/gdi32/PolyBezier.S delete mode 100644 libc/nt/gdi32/PolyBezier.s create mode 100644 libc/nt/gdi32/PolyBezierTo.S delete mode 100644 libc/nt/gdi32/PolyBezierTo.s create mode 100644 libc/nt/gdi32/PolyDraw.S delete mode 100644 libc/nt/gdi32/PolyDraw.s create mode 100644 libc/nt/gdi32/PolyPatBlt.S delete mode 100644 libc/nt/gdi32/PolyPatBlt.s create mode 100644 libc/nt/gdi32/PolyPolygon.S delete mode 100644 libc/nt/gdi32/PolyPolygon.s create mode 100644 libc/nt/gdi32/PolyPolyline.S delete mode 100644 libc/nt/gdi32/PolyPolyline.s create mode 100644 libc/nt/gdi32/PolyTextOutW.S delete mode 100644 libc/nt/gdi32/PolyTextOutW.s create mode 100644 libc/nt/gdi32/Polygon.S delete mode 100644 libc/nt/gdi32/Polygon.s create mode 100644 libc/nt/gdi32/Polyline.S delete mode 100644 libc/nt/gdi32/Polyline.s create mode 100644 libc/nt/gdi32/PolylineTo.S delete mode 100644 libc/nt/gdi32/PolylineTo.s create mode 100644 libc/nt/gdi32/PtInRegion.S delete mode 100644 libc/nt/gdi32/PtInRegion.s create mode 100644 libc/nt/gdi32/PtVisible.S delete mode 100644 libc/nt/gdi32/PtVisible.s create mode 100644 libc/nt/gdi32/QueryFontAssocStatus.S delete mode 100644 libc/nt/gdi32/QueryFontAssocStatus.s create mode 100644 libc/nt/gdi32/RealizePalette.S delete mode 100644 libc/nt/gdi32/RealizePalette.s create mode 100644 libc/nt/gdi32/RectInRegion.S delete mode 100644 libc/nt/gdi32/RectInRegion.s create mode 100644 libc/nt/gdi32/RectVisible.S delete mode 100644 libc/nt/gdi32/RectVisible.s create mode 100644 libc/nt/gdi32/Rectangle.S delete mode 100644 libc/nt/gdi32/Rectangle.s create mode 100644 libc/nt/gdi32/RemoveFontMemResourceEx.S delete mode 100644 libc/nt/gdi32/RemoveFontMemResourceEx.s create mode 100644 libc/nt/gdi32/RemoveFontResourceExW.S delete mode 100644 libc/nt/gdi32/RemoveFontResourceExW.s create mode 100644 libc/nt/gdi32/RemoveFontResourceTracking.S delete mode 100644 libc/nt/gdi32/RemoveFontResourceTracking.s create mode 100644 libc/nt/gdi32/RemoveFontResourceW.S delete mode 100644 libc/nt/gdi32/RemoveFontResourceW.s create mode 100644 libc/nt/gdi32/ResetDCW.S delete mode 100644 libc/nt/gdi32/ResetDCW.s create mode 100644 libc/nt/gdi32/ResizePalette.S delete mode 100644 libc/nt/gdi32/ResizePalette.s create mode 100644 libc/nt/gdi32/RestoreDC.S delete mode 100644 libc/nt/gdi32/RestoreDC.s create mode 100644 libc/nt/gdi32/RoundRect.S delete mode 100644 libc/nt/gdi32/RoundRect.s create mode 100644 libc/nt/gdi32/STROBJ_bEnum.S delete mode 100644 libc/nt/gdi32/STROBJ_bEnum.s create mode 100644 libc/nt/gdi32/STROBJ_bEnumPositionsOnly.S delete mode 100644 libc/nt/gdi32/STROBJ_bEnumPositionsOnly.s create mode 100644 libc/nt/gdi32/STROBJ_bGetAdvanceWidths.S delete mode 100644 libc/nt/gdi32/STROBJ_bGetAdvanceWidths.s create mode 100644 libc/nt/gdi32/STROBJ_dwGetCodePage.S delete mode 100644 libc/nt/gdi32/STROBJ_dwGetCodePage.s create mode 100644 libc/nt/gdi32/STROBJ_vEnumStart.S delete mode 100644 libc/nt/gdi32/STROBJ_vEnumStart.s create mode 100644 libc/nt/gdi32/SaveDC.S delete mode 100644 libc/nt/gdi32/SaveDC.s create mode 100644 libc/nt/gdi32/ScaleRgn.S delete mode 100644 libc/nt/gdi32/ScaleRgn.s create mode 100644 libc/nt/gdi32/ScaleValues.S delete mode 100644 libc/nt/gdi32/ScaleValues.s create mode 100644 libc/nt/gdi32/ScaleViewportExtEx.S delete mode 100644 libc/nt/gdi32/ScaleViewportExtEx.s create mode 100644 libc/nt/gdi32/ScaleWindowExtEx.S delete mode 100644 libc/nt/gdi32/ScaleWindowExtEx.s create mode 100644 libc/nt/gdi32/SelectBrushLocal.S delete mode 100644 libc/nt/gdi32/SelectBrushLocal.s create mode 100644 libc/nt/gdi32/SelectClipPath.S delete mode 100644 libc/nt/gdi32/SelectClipPath.s create mode 100644 libc/nt/gdi32/SelectClipRgn.S delete mode 100644 libc/nt/gdi32/SelectClipRgn.s create mode 100644 libc/nt/gdi32/SelectFontLocal.S delete mode 100644 libc/nt/gdi32/SelectFontLocal.s create mode 100644 libc/nt/gdi32/SelectObject.S delete mode 100644 libc/nt/gdi32/SelectObject.s create mode 100644 libc/nt/gdi32/SelectPalette.S delete mode 100644 libc/nt/gdi32/SelectPalette.s create mode 100644 libc/nt/gdi32/SetAbortProc.S delete mode 100644 libc/nt/gdi32/SetAbortProc.s create mode 100644 libc/nt/gdi32/SetArcDirection.S delete mode 100644 libc/nt/gdi32/SetArcDirection.s create mode 100644 libc/nt/gdi32/SetBitmapAttributes.S delete mode 100644 libc/nt/gdi32/SetBitmapAttributes.s create mode 100644 libc/nt/gdi32/SetBitmapBits.S delete mode 100644 libc/nt/gdi32/SetBitmapBits.s create mode 100644 libc/nt/gdi32/SetBitmapDimensionEx.S delete mode 100644 libc/nt/gdi32/SetBitmapDimensionEx.s create mode 100644 libc/nt/gdi32/SetBkColor.S delete mode 100644 libc/nt/gdi32/SetBkColor.s create mode 100644 libc/nt/gdi32/SetBkMode.S delete mode 100644 libc/nt/gdi32/SetBkMode.s create mode 100644 libc/nt/gdi32/SetBoundsRect.S delete mode 100644 libc/nt/gdi32/SetBoundsRect.s create mode 100644 libc/nt/gdi32/SetBrushAttributes.S delete mode 100644 libc/nt/gdi32/SetBrushAttributes.s create mode 100644 libc/nt/gdi32/SetBrushOrgEx.S delete mode 100644 libc/nt/gdi32/SetBrushOrgEx.s create mode 100644 libc/nt/gdi32/SetColorAdjustment.S delete mode 100644 libc/nt/gdi32/SetColorAdjustment.s create mode 100644 libc/nt/gdi32/SetColorSpace.S delete mode 100644 libc/nt/gdi32/SetColorSpace.s create mode 100644 libc/nt/gdi32/SetDCBrushColor.S delete mode 100644 libc/nt/gdi32/SetDCBrushColor.s create mode 100644 libc/nt/gdi32/SetDCDpiScaleValue.S delete mode 100644 libc/nt/gdi32/SetDCDpiScaleValue.s create mode 100644 libc/nt/gdi32/SetDCPenColor.S delete mode 100644 libc/nt/gdi32/SetDCPenColor.s create mode 100644 libc/nt/gdi32/SetDIBColorTable.S delete mode 100644 libc/nt/gdi32/SetDIBColorTable.s create mode 100644 libc/nt/gdi32/SetDIBits.S delete mode 100644 libc/nt/gdi32/SetDIBits.s create mode 100644 libc/nt/gdi32/SetDIBitsToDevice.S delete mode 100644 libc/nt/gdi32/SetDIBitsToDevice.s create mode 100644 libc/nt/gdi32/SetDeviceGammaRamp.S delete mode 100644 libc/nt/gdi32/SetDeviceGammaRamp.s create mode 100644 libc/nt/gdi32/SetEnhMetaFileBits.S delete mode 100644 libc/nt/gdi32/SetEnhMetaFileBits.s create mode 100644 libc/nt/gdi32/SetFontEnumeration.S delete mode 100644 libc/nt/gdi32/SetFontEnumeration.s create mode 100644 libc/nt/gdi32/SetGraphicsMode.S delete mode 100644 libc/nt/gdi32/SetGraphicsMode.s create mode 100644 libc/nt/gdi32/SetICMMode.S delete mode 100644 libc/nt/gdi32/SetICMMode.s create mode 100644 libc/nt/gdi32/SetICMProfileW.S delete mode 100644 libc/nt/gdi32/SetICMProfileW.s create mode 100644 libc/nt/gdi32/SetLayout.S delete mode 100644 libc/nt/gdi32/SetLayout.s create mode 100644 libc/nt/gdi32/SetLayoutWidth.S delete mode 100644 libc/nt/gdi32/SetLayoutWidth.s create mode 100644 libc/nt/gdi32/SetMagicColors.S delete mode 100644 libc/nt/gdi32/SetMagicColors.s create mode 100644 libc/nt/gdi32/SetMapMode.S delete mode 100644 libc/nt/gdi32/SetMapMode.s create mode 100644 libc/nt/gdi32/SetMapperFlags.S delete mode 100644 libc/nt/gdi32/SetMapperFlags.s create mode 100644 libc/nt/gdi32/SetMetaFileBitsEx.S delete mode 100644 libc/nt/gdi32/SetMetaFileBitsEx.s create mode 100644 libc/nt/gdi32/SetMetaRgn.S delete mode 100644 libc/nt/gdi32/SetMetaRgn.s create mode 100644 libc/nt/gdi32/SetMiterLimit.S delete mode 100644 libc/nt/gdi32/SetMiterLimit.s create mode 100644 libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.S delete mode 100644 libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.s create mode 100644 libc/nt/gdi32/SetPaletteEntries.S delete mode 100644 libc/nt/gdi32/SetPaletteEntries.s create mode 100644 libc/nt/gdi32/SetPixel.S delete mode 100644 libc/nt/gdi32/SetPixel.s create mode 100644 libc/nt/gdi32/SetPixelFormat.S delete mode 100644 libc/nt/gdi32/SetPixelFormat.s create mode 100644 libc/nt/gdi32/SetPixelV.S delete mode 100644 libc/nt/gdi32/SetPixelV.s create mode 100644 libc/nt/gdi32/SetPolyFillMode.S delete mode 100644 libc/nt/gdi32/SetPolyFillMode.s create mode 100644 libc/nt/gdi32/SetROP2.S delete mode 100644 libc/nt/gdi32/SetROP2.s create mode 100644 libc/nt/gdi32/SetRectRgn.S delete mode 100644 libc/nt/gdi32/SetRectRgn.s create mode 100644 libc/nt/gdi32/SetRelAbs.S delete mode 100644 libc/nt/gdi32/SetRelAbs.s create mode 100644 libc/nt/gdi32/SetStretchBltMode.S delete mode 100644 libc/nt/gdi32/SetStretchBltMode.s create mode 100644 libc/nt/gdi32/SetSystemPaletteUse.S delete mode 100644 libc/nt/gdi32/SetSystemPaletteUse.s create mode 100644 libc/nt/gdi32/SetTextAlign.S delete mode 100644 libc/nt/gdi32/SetTextAlign.s create mode 100644 libc/nt/gdi32/SetTextCharacterExtra.S delete mode 100644 libc/nt/gdi32/SetTextCharacterExtra.s create mode 100644 libc/nt/gdi32/SetTextColor.S delete mode 100644 libc/nt/gdi32/SetTextColor.s create mode 100644 libc/nt/gdi32/SetTextJustification.S delete mode 100644 libc/nt/gdi32/SetTextJustification.s create mode 100644 libc/nt/gdi32/SetViewportExtEx.S delete mode 100644 libc/nt/gdi32/SetViewportExtEx.s create mode 100644 libc/nt/gdi32/SetViewportOrgEx.S delete mode 100644 libc/nt/gdi32/SetViewportOrgEx.s create mode 100644 libc/nt/gdi32/SetVirtualResolution.S delete mode 100644 libc/nt/gdi32/SetVirtualResolution.s create mode 100644 libc/nt/gdi32/SetWinMetaFileBits.S delete mode 100644 libc/nt/gdi32/SetWinMetaFileBits.s create mode 100644 libc/nt/gdi32/SetWindowExtEx.S delete mode 100644 libc/nt/gdi32/SetWindowExtEx.s create mode 100644 libc/nt/gdi32/SetWindowOrgEx.S delete mode 100644 libc/nt/gdi32/SetWindowOrgEx.s create mode 100644 libc/nt/gdi32/SetWorldTransform.S delete mode 100644 libc/nt/gdi32/SetWorldTransform.s create mode 100644 libc/nt/gdi32/StartDocW.S delete mode 100644 libc/nt/gdi32/StartDocW.s create mode 100644 libc/nt/gdi32/StartFormPage.S delete mode 100644 libc/nt/gdi32/StartFormPage.s create mode 100644 libc/nt/gdi32/StartPage.S delete mode 100644 libc/nt/gdi32/StartPage.s create mode 100644 libc/nt/gdi32/StretchBlt.S delete mode 100644 libc/nt/gdi32/StretchBlt.s create mode 100644 libc/nt/gdi32/StretchDIBits.S delete mode 100644 libc/nt/gdi32/StretchDIBits.s create mode 100644 libc/nt/gdi32/StrokeAndFillPath.S delete mode 100644 libc/nt/gdi32/StrokeAndFillPath.s create mode 100644 libc/nt/gdi32/StrokePath.S delete mode 100644 libc/nt/gdi32/StrokePath.s create mode 100644 libc/nt/gdi32/SwapBuffers.S delete mode 100644 libc/nt/gdi32/SwapBuffers.s create mode 100644 libc/nt/gdi32/TextOutW.S delete mode 100644 libc/nt/gdi32/TextOutW.s create mode 100644 libc/nt/gdi32/TranslateCharsetInfo.S delete mode 100644 libc/nt/gdi32/TranslateCharsetInfo.s create mode 100644 libc/nt/gdi32/UnloadNetworkFonts.S delete mode 100644 libc/nt/gdi32/UnloadNetworkFonts.s create mode 100644 libc/nt/gdi32/UnrealizeObject.S delete mode 100644 libc/nt/gdi32/UnrealizeObject.s create mode 100644 libc/nt/gdi32/UpdateColors.S delete mode 100644 libc/nt/gdi32/UpdateColors.s create mode 100644 libc/nt/gdi32/UpdateICMRegKeyW.S delete mode 100644 libc/nt/gdi32/UpdateICMRegKeyW.s create mode 100644 libc/nt/gdi32/WidenPath.S delete mode 100644 libc/nt/gdi32/WidenPath.s create mode 100644 libc/nt/gdi32/XFORMOBJ_bApplyXform.S delete mode 100644 libc/nt/gdi32/XFORMOBJ_bApplyXform.s create mode 100644 libc/nt/gdi32/XFORMOBJ_iGetXform.S delete mode 100644 libc/nt/gdi32/XFORMOBJ_iGetXform.s create mode 100644 libc/nt/gdi32/XLATEOBJ_cGetPalette.S delete mode 100644 libc/nt/gdi32/XLATEOBJ_cGetPalette.s create mode 100644 libc/nt/gdi32/XLATEOBJ_hGetColorTransform.S delete mode 100644 libc/nt/gdi32/XLATEOBJ_hGetColorTransform.s create mode 100644 libc/nt/gdi32/XLATEOBJ_iXlate.S delete mode 100644 libc/nt/gdi32/XLATEOBJ_iXlate.s create mode 100644 libc/nt/gdi32/XLATEOBJ_piVector.S delete mode 100644 libc/nt/gdi32/XLATEOBJ_piVector.s create mode 100644 libc/nt/gdi32/cGetTTFFromFOT.S delete mode 100644 libc/nt/gdi32/cGetTTFFromFOT.s create mode 100644 libc/nt/gdi32/fpClosePrinter.S delete mode 100644 libc/nt/gdi32/fpClosePrinter.s create mode 100644 libc/nt/gdi32/gMaxGdiHandleCount.S delete mode 100644 libc/nt/gdi32/gMaxGdiHandleCount.s create mode 100644 libc/nt/gdi32/gW32PID.S delete mode 100644 libc/nt/gdi32/gW32PID.s create mode 100644 libc/nt/gdi32/g_systemCallFilterId.S delete mode 100644 libc/nt/gdi32/g_systemCallFilterId.s create mode 100644 libc/nt/gdi32/gdiPlaySpoolStream.S delete mode 100644 libc/nt/gdi32/gdiPlaySpoolStream.s create mode 100644 libc/nt/iphlpapi/AddIPAddress.S delete mode 100644 libc/nt/iphlpapi/AddIPAddress.s create mode 100644 libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.S delete mode 100644 libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.s create mode 100644 libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.S delete mode 100644 libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.s create mode 100644 libc/nt/iphlpapi/CancelIPChangeNotify.S delete mode 100644 libc/nt/iphlpapi/CancelIPChangeNotify.s create mode 100644 libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.S delete mode 100644 libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.s create mode 100644 libc/nt/iphlpapi/CreateIpForwardEntry.S delete mode 100644 libc/nt/iphlpapi/CreateIpForwardEntry.s create mode 100644 libc/nt/iphlpapi/CreateIpNetEntry.S delete mode 100644 libc/nt/iphlpapi/CreateIpNetEntry.s create mode 100644 libc/nt/iphlpapi/CreatePersistentTcpPortReservation.S delete mode 100644 libc/nt/iphlpapi/CreatePersistentTcpPortReservation.s create mode 100644 libc/nt/iphlpapi/CreatePersistentUdpPortReservation.S delete mode 100644 libc/nt/iphlpapi/CreatePersistentUdpPortReservation.s create mode 100644 libc/nt/iphlpapi/CreateProxyArpEntry.S delete mode 100644 libc/nt/iphlpapi/CreateProxyArpEntry.s create mode 100644 libc/nt/iphlpapi/DeleteIPAddress.S delete mode 100644 libc/nt/iphlpapi/DeleteIPAddress.s create mode 100644 libc/nt/iphlpapi/DeleteIpForwardEntry.S delete mode 100644 libc/nt/iphlpapi/DeleteIpForwardEntry.s create mode 100644 libc/nt/iphlpapi/DeleteIpNetEntry.S delete mode 100644 libc/nt/iphlpapi/DeleteIpNetEntry.s create mode 100644 libc/nt/iphlpapi/DeletePersistentTcpPortReservation.S delete mode 100644 libc/nt/iphlpapi/DeletePersistentTcpPortReservation.s create mode 100644 libc/nt/iphlpapi/DeletePersistentUdpPortReservation.S delete mode 100644 libc/nt/iphlpapi/DeletePersistentUdpPortReservation.s create mode 100644 libc/nt/iphlpapi/DeleteProxyArpEntry.S delete mode 100644 libc/nt/iphlpapi/DeleteProxyArpEntry.s create mode 100644 libc/nt/iphlpapi/DisableMediaSense.S delete mode 100644 libc/nt/iphlpapi/DisableMediaSense.s create mode 100644 libc/nt/iphlpapi/EnableRouter.S delete mode 100644 libc/nt/iphlpapi/EnableRouter.s create mode 100644 libc/nt/iphlpapi/FlushIpNetTable.S delete mode 100644 libc/nt/iphlpapi/FlushIpNetTable.s create mode 100644 libc/nt/iphlpapi/GetAdapterIndex.S delete mode 100644 libc/nt/iphlpapi/GetAdapterIndex.s create mode 100644 libc/nt/iphlpapi/GetAdapterOrderMap.S delete mode 100644 libc/nt/iphlpapi/GetAdapterOrderMap.s create mode 100644 libc/nt/iphlpapi/GetAdaptersAddresses.S delete mode 100644 libc/nt/iphlpapi/GetAdaptersAddresses.s create mode 100644 libc/nt/iphlpapi/GetAdaptersInfo.S delete mode 100644 libc/nt/iphlpapi/GetAdaptersInfo.s create mode 100644 libc/nt/iphlpapi/GetBestInterface.S delete mode 100644 libc/nt/iphlpapi/GetBestInterface.s create mode 100644 libc/nt/iphlpapi/GetBestInterfaceEx.S delete mode 100644 libc/nt/iphlpapi/GetBestInterfaceEx.s create mode 100644 libc/nt/iphlpapi/GetBestRoute.S delete mode 100644 libc/nt/iphlpapi/GetBestRoute.s create mode 100644 libc/nt/iphlpapi/GetExtendedTcpTable.S delete mode 100644 libc/nt/iphlpapi/GetExtendedTcpTable.s create mode 100644 libc/nt/iphlpapi/GetExtendedUdpTable.S delete mode 100644 libc/nt/iphlpapi/GetExtendedUdpTable.s create mode 100644 libc/nt/iphlpapi/GetFriendlyIfIndex.S delete mode 100644 libc/nt/iphlpapi/GetFriendlyIfIndex.s create mode 100644 libc/nt/iphlpapi/GetIcmpStatistics.S delete mode 100644 libc/nt/iphlpapi/GetIcmpStatistics.s create mode 100644 libc/nt/iphlpapi/GetIcmpStatisticsEx.S delete mode 100644 libc/nt/iphlpapi/GetIcmpStatisticsEx.s create mode 100644 libc/nt/iphlpapi/GetIfEntry.S delete mode 100644 libc/nt/iphlpapi/GetIfEntry.s create mode 100644 libc/nt/iphlpapi/GetIfTable.S delete mode 100644 libc/nt/iphlpapi/GetIfTable.s create mode 100644 libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.S delete mode 100644 libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.s create mode 100644 libc/nt/iphlpapi/GetInterfaceInfo.S delete mode 100644 libc/nt/iphlpapi/GetInterfaceInfo.s create mode 100644 libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.S delete mode 100644 libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.s create mode 100644 libc/nt/iphlpapi/GetIpAddrTable.S delete mode 100644 libc/nt/iphlpapi/GetIpAddrTable.s create mode 100644 libc/nt/iphlpapi/GetIpErrorString.S delete mode 100644 libc/nt/iphlpapi/GetIpErrorString.s create mode 100644 libc/nt/iphlpapi/GetIpForwardTable.S delete mode 100644 libc/nt/iphlpapi/GetIpForwardTable.s create mode 100644 libc/nt/iphlpapi/GetIpNetTable.S delete mode 100644 libc/nt/iphlpapi/GetIpNetTable.s create mode 100644 libc/nt/iphlpapi/GetIpStatistics.S delete mode 100644 libc/nt/iphlpapi/GetIpStatistics.s create mode 100644 libc/nt/iphlpapi/GetIpStatisticsEx.S delete mode 100644 libc/nt/iphlpapi/GetIpStatisticsEx.s create mode 100644 libc/nt/iphlpapi/GetNetworkParams.S delete mode 100644 libc/nt/iphlpapi/GetNetworkParams.s create mode 100644 libc/nt/iphlpapi/GetNumberOfInterfaces.S delete mode 100644 libc/nt/iphlpapi/GetNumberOfInterfaces.s create mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.S delete mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.s create mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.S delete mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.s create mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.S delete mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.s create mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.S delete mode 100644 libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.s create mode 100644 libc/nt/iphlpapi/GetPerAdapterInfo.S delete mode 100644 libc/nt/iphlpapi/GetPerAdapterInfo.s create mode 100644 libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.S delete mode 100644 libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.s create mode 100644 libc/nt/iphlpapi/GetPerTcpConnectionEStats.S delete mode 100644 libc/nt/iphlpapi/GetPerTcpConnectionEStats.s create mode 100644 libc/nt/iphlpapi/GetRTTAndHopCount.S delete mode 100644 libc/nt/iphlpapi/GetRTTAndHopCount.s create mode 100644 libc/nt/iphlpapi/GetTcp6Table.S delete mode 100644 libc/nt/iphlpapi/GetTcp6Table.s create mode 100644 libc/nt/iphlpapi/GetTcp6Table2.S delete mode 100644 libc/nt/iphlpapi/GetTcp6Table2.s create mode 100644 libc/nt/iphlpapi/GetTcpStatistics.S delete mode 100644 libc/nt/iphlpapi/GetTcpStatistics.s create mode 100644 libc/nt/iphlpapi/GetTcpStatisticsEx.S delete mode 100644 libc/nt/iphlpapi/GetTcpStatisticsEx.s create mode 100644 libc/nt/iphlpapi/GetTcpStatisticsEx2.S delete mode 100644 libc/nt/iphlpapi/GetTcpStatisticsEx2.s create mode 100644 libc/nt/iphlpapi/GetTcpTable.S delete mode 100644 libc/nt/iphlpapi/GetTcpTable.s create mode 100644 libc/nt/iphlpapi/GetTcpTable2.S delete mode 100644 libc/nt/iphlpapi/GetTcpTable2.s create mode 100644 libc/nt/iphlpapi/GetUdp6Table.S delete mode 100644 libc/nt/iphlpapi/GetUdp6Table.s create mode 100644 libc/nt/iphlpapi/GetUdpStatistics.S delete mode 100644 libc/nt/iphlpapi/GetUdpStatistics.s create mode 100644 libc/nt/iphlpapi/GetUdpStatisticsEx.S delete mode 100644 libc/nt/iphlpapi/GetUdpStatisticsEx.s create mode 100644 libc/nt/iphlpapi/GetUdpStatisticsEx2.S delete mode 100644 libc/nt/iphlpapi/GetUdpStatisticsEx2.s create mode 100644 libc/nt/iphlpapi/GetUdpTable.S delete mode 100644 libc/nt/iphlpapi/GetUdpTable.s create mode 100644 libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.S delete mode 100644 libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.s create mode 100644 libc/nt/iphlpapi/IpReleaseAddress.S delete mode 100644 libc/nt/iphlpapi/IpReleaseAddress.s create mode 100644 libc/nt/iphlpapi/IpRenewAddress.S delete mode 100644 libc/nt/iphlpapi/IpRenewAddress.s create mode 100644 libc/nt/iphlpapi/LookupPersistentTcpPortReservation.S delete mode 100644 libc/nt/iphlpapi/LookupPersistentTcpPortReservation.s create mode 100644 libc/nt/iphlpapi/LookupPersistentUdpPortReservation.S delete mode 100644 libc/nt/iphlpapi/LookupPersistentUdpPortReservation.s create mode 100644 libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.S delete mode 100644 libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.s create mode 100644 libc/nt/iphlpapi/NotifyAddrChange.S delete mode 100644 libc/nt/iphlpapi/NotifyAddrChange.s create mode 100644 libc/nt/iphlpapi/NotifyRouteChange.S delete mode 100644 libc/nt/iphlpapi/NotifyRouteChange.s create mode 100644 libc/nt/iphlpapi/ParseNetworkString.S delete mode 100644 libc/nt/iphlpapi/ParseNetworkString.s create mode 100644 libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.S delete mode 100644 libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.s create mode 100644 libc/nt/iphlpapi/ResolveNeighbor.S delete mode 100644 libc/nt/iphlpapi/ResolveNeighbor.s create mode 100644 libc/nt/iphlpapi/RestoreMediaSense.S delete mode 100644 libc/nt/iphlpapi/RestoreMediaSense.s create mode 100644 libc/nt/iphlpapi/SendARP.S delete mode 100644 libc/nt/iphlpapi/SendARP.s create mode 100644 libc/nt/iphlpapi/SetIfEntry.S delete mode 100644 libc/nt/iphlpapi/SetIfEntry.s create mode 100644 libc/nt/iphlpapi/SetIpForwardEntry.S delete mode 100644 libc/nt/iphlpapi/SetIpForwardEntry.s create mode 100644 libc/nt/iphlpapi/SetIpNetEntry.S delete mode 100644 libc/nt/iphlpapi/SetIpNetEntry.s create mode 100644 libc/nt/iphlpapi/SetIpStatistics.S delete mode 100644 libc/nt/iphlpapi/SetIpStatistics.s create mode 100644 libc/nt/iphlpapi/SetIpStatisticsEx.S delete mode 100644 libc/nt/iphlpapi/SetIpStatisticsEx.s create mode 100644 libc/nt/iphlpapi/SetIpTTL.S delete mode 100644 libc/nt/iphlpapi/SetIpTTL.s create mode 100644 libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.S delete mode 100644 libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.s create mode 100644 libc/nt/iphlpapi/SetPerTcpConnectionEStats.S delete mode 100644 libc/nt/iphlpapi/SetPerTcpConnectionEStats.s create mode 100644 libc/nt/iphlpapi/SetTcpEntry.S delete mode 100644 libc/nt/iphlpapi/SetTcpEntry.s create mode 100644 libc/nt/iphlpapi/UnenableRouter.S delete mode 100644 libc/nt/iphlpapi/UnenableRouter.s create mode 100644 libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.S delete mode 100644 libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.s create mode 100644 libc/nt/kernel32/AcquireSRWLockExclusive.S delete mode 100644 libc/nt/kernel32/AcquireSRWLockExclusive.s create mode 100644 libc/nt/kernel32/AcquireSRWLockShared.S delete mode 100644 libc/nt/kernel32/AcquireSRWLockShared.s create mode 100644 libc/nt/kernel32/ActivateActCtx.S delete mode 100644 libc/nt/kernel32/ActivateActCtx.s create mode 100644 libc/nt/kernel32/ActivateActCtxWorker.S delete mode 100644 libc/nt/kernel32/ActivateActCtxWorker.s create mode 100644 libc/nt/kernel32/AddAtomW.S delete mode 100644 libc/nt/kernel32/AddAtomW.s create mode 100644 libc/nt/kernel32/AddConsoleAliasW.S delete mode 100644 libc/nt/kernel32/AddConsoleAliasW.s create mode 100644 libc/nt/kernel32/AddDllDirectory.S delete mode 100644 libc/nt/kernel32/AddDllDirectory.s create mode 100644 libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.S delete mode 100644 libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.s create mode 100644 libc/nt/kernel32/AddLocalAlternateComputerNameW.S delete mode 100644 libc/nt/kernel32/AddLocalAlternateComputerNameW.s create mode 100644 libc/nt/kernel32/AddRefActCtx.S delete mode 100644 libc/nt/kernel32/AddRefActCtx.s create mode 100644 libc/nt/kernel32/AddRefActCtxWorker.S delete mode 100644 libc/nt/kernel32/AddRefActCtxWorker.s create mode 100644 libc/nt/kernel32/AddResourceAttributeAce.S delete mode 100644 libc/nt/kernel32/AddResourceAttributeAce.s create mode 100644 libc/nt/kernel32/AddSIDToBoundaryDescriptor.S delete mode 100644 libc/nt/kernel32/AddSIDToBoundaryDescriptor.s create mode 100644 libc/nt/kernel32/AddScopedPolicyIDAce.S delete mode 100644 libc/nt/kernel32/AddScopedPolicyIDAce.s create mode 100644 libc/nt/kernel32/AddSecureMemoryCacheCallback.S delete mode 100644 libc/nt/kernel32/AddSecureMemoryCacheCallback.s create mode 100644 libc/nt/kernel32/AddVectoredContinueHandler.S delete mode 100644 libc/nt/kernel32/AddVectoredContinueHandler.s create mode 100644 libc/nt/kernel32/AddVectoredExceptionHandler.S delete mode 100644 libc/nt/kernel32/AddVectoredExceptionHandler.s create mode 100644 libc/nt/kernel32/AdjustCalendarDate.S delete mode 100644 libc/nt/kernel32/AdjustCalendarDate.s create mode 100644 libc/nt/kernel32/AllocConsole.S delete mode 100644 libc/nt/kernel32/AllocConsole.s create mode 100644 libc/nt/kernel32/AllocateUserPhysicalPages.S delete mode 100644 libc/nt/kernel32/AllocateUserPhysicalPages.s create mode 100644 libc/nt/kernel32/AllocateUserPhysicalPagesNuma.S delete mode 100644 libc/nt/kernel32/AllocateUserPhysicalPagesNuma.s create mode 100644 libc/nt/kernel32/ApplicationRecoveryFinished.S delete mode 100644 libc/nt/kernel32/ApplicationRecoveryFinished.s create mode 100644 libc/nt/kernel32/ApplicationRecoveryInProgress.S delete mode 100644 libc/nt/kernel32/ApplicationRecoveryInProgress.s create mode 100644 libc/nt/kernel32/AreFileApisANSI.S delete mode 100644 libc/nt/kernel32/AreFileApisANSI.s create mode 100644 libc/nt/kernel32/AssignProcessToJobObject.S delete mode 100644 libc/nt/kernel32/AssignProcessToJobObject.s create mode 100644 libc/nt/kernel32/AttachConsole.S delete mode 100644 libc/nt/kernel32/AttachConsole.s create mode 100644 libc/nt/kernel32/BackupRead.S delete mode 100644 libc/nt/kernel32/BackupRead.s create mode 100644 libc/nt/kernel32/BackupSeek.S delete mode 100644 libc/nt/kernel32/BackupSeek.s create mode 100644 libc/nt/kernel32/BackupWrite.S delete mode 100644 libc/nt/kernel32/BackupWrite.s create mode 100644 libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.S delete mode 100644 libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.s create mode 100644 libc/nt/kernel32/BaseCheckAppcompatCacheWorker.S delete mode 100644 libc/nt/kernel32/BaseCheckAppcompatCacheWorker.s create mode 100644 libc/nt/kernel32/BaseCheckElevation.S delete mode 100644 libc/nt/kernel32/BaseCheckElevation.s create mode 100644 libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.S delete mode 100644 libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.s create mode 100644 libc/nt/kernel32/BaseDestroyVDMEnvironment.S delete mode 100644 libc/nt/kernel32/BaseDestroyVDMEnvironment.s create mode 100644 libc/nt/kernel32/BaseDllReadWriteIniFile.S delete mode 100644 libc/nt/kernel32/BaseDllReadWriteIniFile.s create mode 100644 libc/nt/kernel32/BaseDumpAppcompatCacheWorker.S delete mode 100644 libc/nt/kernel32/BaseDumpAppcompatCacheWorker.s create mode 100644 libc/nt/kernel32/BaseElevationPostProcessing.S delete mode 100644 libc/nt/kernel32/BaseElevationPostProcessing.s create mode 100644 libc/nt/kernel32/BaseFlushAppcompatCacheWorker.S delete mode 100644 libc/nt/kernel32/BaseFlushAppcompatCacheWorker.s create mode 100644 libc/nt/kernel32/BaseFormatTimeOut.S delete mode 100644 libc/nt/kernel32/BaseFormatTimeOut.s create mode 100644 libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.S delete mode 100644 libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.s create mode 100644 libc/nt/kernel32/BaseGenerateAppCompatData.S delete mode 100644 libc/nt/kernel32/BaseGenerateAppCompatData.s create mode 100644 libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.S delete mode 100644 libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.s create mode 100644 libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.S delete mode 100644 libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.s create mode 100644 libc/nt/kernel32/BaseIsDosApplication.S delete mode 100644 libc/nt/kernel32/BaseIsDosApplication.s create mode 100644 libc/nt/kernel32/BaseQueryModuleData.S delete mode 100644 libc/nt/kernel32/BaseQueryModuleData.s create mode 100644 libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.S delete mode 100644 libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.s create mode 100644 libc/nt/kernel32/BaseSetLastNTError.S delete mode 100644 libc/nt/kernel32/BaseSetLastNTError.s create mode 100644 libc/nt/kernel32/BaseThreadInitThunk.S delete mode 100644 libc/nt/kernel32/BaseThreadInitThunk.s create mode 100644 libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.S delete mode 100644 libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.s create mode 100644 libc/nt/kernel32/BaseUpdateVDMEntry.S delete mode 100644 libc/nt/kernel32/BaseUpdateVDMEntry.s create mode 100644 libc/nt/kernel32/BaseVerifyUnicodeString.S delete mode 100644 libc/nt/kernel32/BaseVerifyUnicodeString.s create mode 100644 libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.S delete mode 100644 libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.s create mode 100644 libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.S delete mode 100644 libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.s create mode 100644 libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.S delete mode 100644 libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.s create mode 100644 libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.S delete mode 100644 libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.s create mode 100644 libc/nt/kernel32/BasepAppContainerEnvironmentExtension.S delete mode 100644 libc/nt/kernel32/BasepAppContainerEnvironmentExtension.s create mode 100644 libc/nt/kernel32/BasepAppXExtension.S delete mode 100644 libc/nt/kernel32/BasepAppXExtension.s create mode 100644 libc/nt/kernel32/BasepCheckAppCompat.S delete mode 100644 libc/nt/kernel32/BasepCheckAppCompat.s create mode 100644 libc/nt/kernel32/BasepCheckWebBladeHashes.S delete mode 100644 libc/nt/kernel32/BasepCheckWebBladeHashes.s create mode 100644 libc/nt/kernel32/BasepCheckWinSaferRestrictions.S delete mode 100644 libc/nt/kernel32/BasepCheckWinSaferRestrictions.s create mode 100644 libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.S delete mode 100644 libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.s create mode 100644 libc/nt/kernel32/BasepCopyEncryption.S delete mode 100644 libc/nt/kernel32/BasepCopyEncryption.s create mode 100644 libc/nt/kernel32/BasepFreeActivationContextActivationBlock.S delete mode 100644 libc/nt/kernel32/BasepFreeActivationContextActivationBlock.s create mode 100644 libc/nt/kernel32/BasepFreeAppCompatData.S delete mode 100644 libc/nt/kernel32/BasepFreeAppCompatData.s create mode 100644 libc/nt/kernel32/BasepGetAppCompatData.S delete mode 100644 libc/nt/kernel32/BasepGetAppCompatData.s create mode 100644 libc/nt/kernel32/BasepGetComputerNameFromNtPath.S delete mode 100644 libc/nt/kernel32/BasepGetComputerNameFromNtPath.s create mode 100644 libc/nt/kernel32/BasepGetExeArchType.S delete mode 100644 libc/nt/kernel32/BasepGetExeArchType.s create mode 100644 libc/nt/kernel32/BasepInitAppCompatData.S delete mode 100644 libc/nt/kernel32/BasepInitAppCompatData.s create mode 100644 libc/nt/kernel32/BasepIsProcessAllowed.S delete mode 100644 libc/nt/kernel32/BasepIsProcessAllowed.s create mode 100644 libc/nt/kernel32/BasepMapModuleHandle.S delete mode 100644 libc/nt/kernel32/BasepMapModuleHandle.s create mode 100644 libc/nt/kernel32/BasepNotifyLoadStringResource.S delete mode 100644 libc/nt/kernel32/BasepNotifyLoadStringResource.s create mode 100644 libc/nt/kernel32/BasepPostSuccessAppXExtension.S delete mode 100644 libc/nt/kernel32/BasepPostSuccessAppXExtension.s create mode 100644 libc/nt/kernel32/BasepProcessInvalidImage.S delete mode 100644 libc/nt/kernel32/BasepProcessInvalidImage.s create mode 100644 libc/nt/kernel32/BasepQueryAppCompat.S delete mode 100644 libc/nt/kernel32/BasepQueryAppCompat.s create mode 100644 libc/nt/kernel32/BasepQueryModuleChpeSettings.S delete mode 100644 libc/nt/kernel32/BasepQueryModuleChpeSettings.s create mode 100644 libc/nt/kernel32/BasepReleaseAppXContext.S delete mode 100644 libc/nt/kernel32/BasepReleaseAppXContext.s create mode 100644 libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.S delete mode 100644 libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.s create mode 100644 libc/nt/kernel32/BasepReportFault.S delete mode 100644 libc/nt/kernel32/BasepReportFault.s create mode 100644 libc/nt/kernel32/BasepSetFileEncryptionCompression.S delete mode 100644 libc/nt/kernel32/BasepSetFileEncryptionCompression.s create mode 100644 libc/nt/kernel32/Beep.S delete mode 100644 libc/nt/kernel32/Beep.s create mode 100644 libc/nt/kernel32/BeginUpdateResourceW.S delete mode 100644 libc/nt/kernel32/BeginUpdateResourceW.s create mode 100644 libc/nt/kernel32/BindIoCompletionCallback.S delete mode 100644 libc/nt/kernel32/BindIoCompletionCallback.s create mode 100644 libc/nt/kernel32/BuildCommDCBAndTimeoutsW.S delete mode 100644 libc/nt/kernel32/BuildCommDCBAndTimeoutsW.s create mode 100644 libc/nt/kernel32/BuildCommDCBW.S delete mode 100644 libc/nt/kernel32/BuildCommDCBW.s create mode 100644 libc/nt/kernel32/CallNamedPipeA.S delete mode 100644 libc/nt/kernel32/CallNamedPipeA.s create mode 100644 libc/nt/kernel32/CallNamedPipeW.S delete mode 100644 libc/nt/kernel32/CallNamedPipeW.s create mode 100644 libc/nt/kernel32/CallbackMayRunLong.S delete mode 100644 libc/nt/kernel32/CallbackMayRunLong.s create mode 100644 libc/nt/kernel32/CancelDeviceWakeupRequest.S delete mode 100644 libc/nt/kernel32/CancelDeviceWakeupRequest.s create mode 100644 libc/nt/kernel32/CancelIo.S delete mode 100644 libc/nt/kernel32/CancelIo.s create mode 100644 libc/nt/kernel32/CancelIoEx.S delete mode 100644 libc/nt/kernel32/CancelIoEx.s create mode 100644 libc/nt/kernel32/CancelSynchronousIo.S delete mode 100644 libc/nt/kernel32/CancelSynchronousIo.s create mode 100644 libc/nt/kernel32/CancelTimerQueueTimer.S delete mode 100644 libc/nt/kernel32/CancelTimerQueueTimer.s create mode 100644 libc/nt/kernel32/CancelWaitableTimer.S delete mode 100644 libc/nt/kernel32/CancelWaitableTimer.s create mode 100644 libc/nt/kernel32/CeipIsOptedIn.S delete mode 100644 libc/nt/kernel32/CeipIsOptedIn.s create mode 100644 libc/nt/kernel32/ChangeTimerQueueTimer.S delete mode 100644 libc/nt/kernel32/ChangeTimerQueueTimer.s create mode 100644 libc/nt/kernel32/CheckElevation.S delete mode 100644 libc/nt/kernel32/CheckElevation.s create mode 100644 libc/nt/kernel32/CheckElevationEnabled.S delete mode 100644 libc/nt/kernel32/CheckElevationEnabled.s create mode 100644 libc/nt/kernel32/CheckForReadOnlyResource.S delete mode 100644 libc/nt/kernel32/CheckForReadOnlyResource.s create mode 100644 libc/nt/kernel32/CheckForReadOnlyResourceFilter.S delete mode 100644 libc/nt/kernel32/CheckForReadOnlyResourceFilter.s create mode 100644 libc/nt/kernel32/CheckNameLegalDOS8Dot3W.S delete mode 100644 libc/nt/kernel32/CheckNameLegalDOS8Dot3W.s create mode 100644 libc/nt/kernel32/CheckRemoteDebuggerPresent.S delete mode 100644 libc/nt/kernel32/CheckRemoteDebuggerPresent.s create mode 100644 libc/nt/kernel32/CheckTokenCapability.S delete mode 100644 libc/nt/kernel32/CheckTokenCapability.s create mode 100644 libc/nt/kernel32/CheckTokenMembershipEx.S delete mode 100644 libc/nt/kernel32/CheckTokenMembershipEx.s create mode 100644 libc/nt/kernel32/ClearCommBreak.S delete mode 100644 libc/nt/kernel32/ClearCommBreak.s create mode 100644 libc/nt/kernel32/ClearCommError.S delete mode 100644 libc/nt/kernel32/ClearCommError.s create mode 100644 libc/nt/kernel32/CloseConsoleHandle.S delete mode 100644 libc/nt/kernel32/CloseConsoleHandle.s create mode 100644 libc/nt/kernel32/CloseHandle.S delete mode 100644 libc/nt/kernel32/CloseHandle.s create mode 100644 libc/nt/kernel32/ClosePackageInfo.S delete mode 100644 libc/nt/kernel32/ClosePackageInfo.s create mode 100644 libc/nt/kernel32/ClosePrivateNamespace.S delete mode 100644 libc/nt/kernel32/ClosePrivateNamespace.s create mode 100644 libc/nt/kernel32/CloseProfileUserMapping.S delete mode 100644 libc/nt/kernel32/CloseProfileUserMapping.s create mode 100644 libc/nt/kernel32/CmdBatNotification.S delete mode 100644 libc/nt/kernel32/CmdBatNotification.s create mode 100644 libc/nt/kernel32/CommConfigDialogW.S delete mode 100644 libc/nt/kernel32/CommConfigDialogW.s create mode 100644 libc/nt/kernel32/CompareCalendarDates.S delete mode 100644 libc/nt/kernel32/CompareCalendarDates.s create mode 100644 libc/nt/kernel32/CompareFileTime.S delete mode 100644 libc/nt/kernel32/CompareFileTime.s create mode 100644 libc/nt/kernel32/CompareStringEx.S delete mode 100644 libc/nt/kernel32/CompareStringEx.s create mode 100644 libc/nt/kernel32/CompareStringOrdinal.S delete mode 100644 libc/nt/kernel32/CompareStringOrdinal.s create mode 100644 libc/nt/kernel32/CompareStringW.S delete mode 100644 libc/nt/kernel32/CompareStringW.s create mode 100644 libc/nt/kernel32/ConnectNamedPipe.S delete mode 100644 libc/nt/kernel32/ConnectNamedPipe.s create mode 100644 libc/nt/kernel32/ConsoleMenuControl.S delete mode 100644 libc/nt/kernel32/ConsoleMenuControl.s create mode 100644 libc/nt/kernel32/ContinueDebugEvent.S delete mode 100644 libc/nt/kernel32/ContinueDebugEvent.s create mode 100644 libc/nt/kernel32/ConvertCalDateTimeToSystemTime.S delete mode 100644 libc/nt/kernel32/ConvertCalDateTimeToSystemTime.s create mode 100644 libc/nt/kernel32/ConvertDefaultLocale.S delete mode 100644 libc/nt/kernel32/ConvertDefaultLocale.s create mode 100644 libc/nt/kernel32/ConvertFiberToThread.S delete mode 100644 libc/nt/kernel32/ConvertFiberToThread.s create mode 100644 libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.S delete mode 100644 libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.s create mode 100644 libc/nt/kernel32/ConvertSystemTimeToCalDateTime.S delete mode 100644 libc/nt/kernel32/ConvertSystemTimeToCalDateTime.s create mode 100644 libc/nt/kernel32/ConvertThreadToFiber.S delete mode 100644 libc/nt/kernel32/ConvertThreadToFiber.s create mode 100644 libc/nt/kernel32/ConvertThreadToFiberEx.S delete mode 100644 libc/nt/kernel32/ConvertThreadToFiberEx.s create mode 100644 libc/nt/kernel32/CopyContext.S delete mode 100644 libc/nt/kernel32/CopyContext.s create mode 100644 libc/nt/kernel32/CopyFile2.S delete mode 100644 libc/nt/kernel32/CopyFile2.s create mode 100644 libc/nt/kernel32/CopyFileExW.S delete mode 100644 libc/nt/kernel32/CopyFileExW.s create mode 100644 libc/nt/kernel32/CopyFileTransactedW.S delete mode 100644 libc/nt/kernel32/CopyFileTransactedW.s create mode 100644 libc/nt/kernel32/CopyFileW.S delete mode 100644 libc/nt/kernel32/CopyFileW.s create mode 100644 libc/nt/kernel32/CopyLZFile.S delete mode 100644 libc/nt/kernel32/CopyLZFile.s create mode 100644 libc/nt/kernel32/CreateActCtxW.S delete mode 100644 libc/nt/kernel32/CreateActCtxW.s create mode 100644 libc/nt/kernel32/CreateActCtxWWorker.S delete mode 100644 libc/nt/kernel32/CreateActCtxWWorker.s create mode 100644 libc/nt/kernel32/CreateBoundaryDescriptorW.S delete mode 100644 libc/nt/kernel32/CreateBoundaryDescriptorW.s create mode 100644 libc/nt/kernel32/CreateConsoleScreenBuffer.S delete mode 100644 libc/nt/kernel32/CreateConsoleScreenBuffer.s create mode 100644 libc/nt/kernel32/CreateDirectoryExW.S delete mode 100644 libc/nt/kernel32/CreateDirectoryExW.s create mode 100644 libc/nt/kernel32/CreateDirectoryTransactedW.S delete mode 100644 libc/nt/kernel32/CreateDirectoryTransactedW.s create mode 100644 libc/nt/kernel32/CreateDirectoryW.S delete mode 100644 libc/nt/kernel32/CreateDirectoryW.s create mode 100644 libc/nt/kernel32/CreateEventExW.S delete mode 100644 libc/nt/kernel32/CreateEventExW.s create mode 100644 libc/nt/kernel32/CreateEventW.S delete mode 100644 libc/nt/kernel32/CreateEventW.s create mode 100644 libc/nt/kernel32/CreateFiber.S delete mode 100644 libc/nt/kernel32/CreateFiber.s create mode 100644 libc/nt/kernel32/CreateFiberEx.S delete mode 100644 libc/nt/kernel32/CreateFiberEx.s create mode 100644 libc/nt/kernel32/CreateFile2.S delete mode 100644 libc/nt/kernel32/CreateFile2.s create mode 100644 libc/nt/kernel32/CreateFileMappingFromApp.S delete mode 100644 libc/nt/kernel32/CreateFileMappingFromApp.s create mode 100644 libc/nt/kernel32/CreateFileMappingNumaW.S delete mode 100644 libc/nt/kernel32/CreateFileMappingNumaW.s create mode 100644 libc/nt/kernel32/CreateFileMappingW.S delete mode 100644 libc/nt/kernel32/CreateFileMappingW.s create mode 100644 libc/nt/kernel32/CreateFileTransactedW.S delete mode 100644 libc/nt/kernel32/CreateFileTransactedW.s create mode 100644 libc/nt/kernel32/CreateFileW.S delete mode 100644 libc/nt/kernel32/CreateFileW.s create mode 100644 libc/nt/kernel32/CreateHardLinkTransactedW.S delete mode 100644 libc/nt/kernel32/CreateHardLinkTransactedW.s create mode 100644 libc/nt/kernel32/CreateHardLinkW.S delete mode 100644 libc/nt/kernel32/CreateHardLinkW.s create mode 100644 libc/nt/kernel32/CreateIoCompletionPort.S delete mode 100644 libc/nt/kernel32/CreateIoCompletionPort.s create mode 100644 libc/nt/kernel32/CreateJobObjectW.S delete mode 100644 libc/nt/kernel32/CreateJobObjectW.s create mode 100644 libc/nt/kernel32/CreateJobSet.S delete mode 100644 libc/nt/kernel32/CreateJobSet.s create mode 100644 libc/nt/kernel32/CreateMailslotW.S delete mode 100644 libc/nt/kernel32/CreateMailslotW.s create mode 100644 libc/nt/kernel32/CreateMemoryResourceNotification.S delete mode 100644 libc/nt/kernel32/CreateMemoryResourceNotification.s create mode 100644 libc/nt/kernel32/CreateMutexExW.S delete mode 100644 libc/nt/kernel32/CreateMutexExW.s create mode 100644 libc/nt/kernel32/CreateMutexW.S delete mode 100644 libc/nt/kernel32/CreateMutexW.s create mode 100644 libc/nt/kernel32/CreateNamedPipeW.S delete mode 100644 libc/nt/kernel32/CreateNamedPipeW.s create mode 100644 libc/nt/kernel32/CreatePipe.S delete mode 100644 libc/nt/kernel32/CreatePipe.s create mode 100644 libc/nt/kernel32/CreatePrivateNamespaceW.S delete mode 100644 libc/nt/kernel32/CreatePrivateNamespaceW.s create mode 100644 libc/nt/kernel32/CreateProcessW.S delete mode 100644 libc/nt/kernel32/CreateProcessW.s create mode 100644 libc/nt/kernel32/CreateRemoteThread.S delete mode 100644 libc/nt/kernel32/CreateRemoteThread.s create mode 100644 libc/nt/kernel32/CreateRemoteThreadEx.S delete mode 100644 libc/nt/kernel32/CreateRemoteThreadEx.s create mode 100644 libc/nt/kernel32/CreateSemaphoreExW.S delete mode 100644 libc/nt/kernel32/CreateSemaphoreExW.s create mode 100644 libc/nt/kernel32/CreateSemaphoreW.S delete mode 100644 libc/nt/kernel32/CreateSemaphoreW.s create mode 100644 libc/nt/kernel32/CreateSymbolicLinkTransactedW.S delete mode 100644 libc/nt/kernel32/CreateSymbolicLinkTransactedW.s create mode 100644 libc/nt/kernel32/CreateSymbolicLinkW.S delete mode 100644 libc/nt/kernel32/CreateSymbolicLinkW.s create mode 100644 libc/nt/kernel32/CreateTapePartition.S delete mode 100644 libc/nt/kernel32/CreateTapePartition.s create mode 100644 libc/nt/kernel32/CreateThread.S delete mode 100644 libc/nt/kernel32/CreateThread.s create mode 100644 libc/nt/kernel32/CreateThreadpool.S delete mode 100644 libc/nt/kernel32/CreateThreadpool.s create mode 100644 libc/nt/kernel32/CreateThreadpoolCleanupGroup.S delete mode 100644 libc/nt/kernel32/CreateThreadpoolCleanupGroup.s create mode 100644 libc/nt/kernel32/CreateThreadpoolIo.S delete mode 100644 libc/nt/kernel32/CreateThreadpoolIo.s create mode 100644 libc/nt/kernel32/CreateThreadpoolTimer.S delete mode 100644 libc/nt/kernel32/CreateThreadpoolTimer.s create mode 100644 libc/nt/kernel32/CreateThreadpoolWait.S delete mode 100644 libc/nt/kernel32/CreateThreadpoolWait.s create mode 100644 libc/nt/kernel32/CreateThreadpoolWork.S delete mode 100644 libc/nt/kernel32/CreateThreadpoolWork.s create mode 100644 libc/nt/kernel32/CreateTimerQueue.S delete mode 100644 libc/nt/kernel32/CreateTimerQueue.s create mode 100644 libc/nt/kernel32/CreateTimerQueueTimer.S delete mode 100644 libc/nt/kernel32/CreateTimerQueueTimer.s create mode 100644 libc/nt/kernel32/CreateToolhelp32Snapshot.S delete mode 100644 libc/nt/kernel32/CreateToolhelp32Snapshot.s create mode 100644 libc/nt/kernel32/CreateUmsCompletionList.S delete mode 100644 libc/nt/kernel32/CreateUmsCompletionList.s create mode 100644 libc/nt/kernel32/CreateUmsThreadContext.S delete mode 100644 libc/nt/kernel32/CreateUmsThreadContext.s create mode 100644 libc/nt/kernel32/CreateWaitableTimerExW.S delete mode 100644 libc/nt/kernel32/CreateWaitableTimerExW.s create mode 100644 libc/nt/kernel32/CreateWaitableTimerW.S delete mode 100644 libc/nt/kernel32/CreateWaitableTimerW.s create mode 100644 libc/nt/kernel32/DeactivateActCtx.S delete mode 100644 libc/nt/kernel32/DeactivateActCtx.s create mode 100644 libc/nt/kernel32/DeactivateActCtxWorker.S delete mode 100644 libc/nt/kernel32/DeactivateActCtxWorker.s create mode 100644 libc/nt/kernel32/DebugActiveProcess.S delete mode 100644 libc/nt/kernel32/DebugActiveProcess.s create mode 100644 libc/nt/kernel32/DebugActiveProcessStop.S delete mode 100644 libc/nt/kernel32/DebugActiveProcessStop.s create mode 100644 libc/nt/kernel32/DebugBreakProcess.S delete mode 100644 libc/nt/kernel32/DebugBreakProcess.s create mode 100644 libc/nt/kernel32/DebugSetProcessKillOnExit.S delete mode 100644 libc/nt/kernel32/DebugSetProcessKillOnExit.s create mode 100644 libc/nt/kernel32/DefineDosDeviceW.S delete mode 100644 libc/nt/kernel32/DefineDosDeviceW.s create mode 100644 libc/nt/kernel32/DeleteAtom.S delete mode 100644 libc/nt/kernel32/DeleteAtom.s create mode 100644 libc/nt/kernel32/DeleteBoundaryDescriptor.S delete mode 100644 libc/nt/kernel32/DeleteBoundaryDescriptor.s create mode 100644 libc/nt/kernel32/DeleteCriticalSection.S delete mode 100644 libc/nt/kernel32/DeleteCriticalSection.s create mode 100644 libc/nt/kernel32/DeleteFiber.S delete mode 100644 libc/nt/kernel32/DeleteFiber.s create mode 100644 libc/nt/kernel32/DeleteFileTransactedW.S delete mode 100644 libc/nt/kernel32/DeleteFileTransactedW.s create mode 100644 libc/nt/kernel32/DeleteFileW.S delete mode 100644 libc/nt/kernel32/DeleteFileW.s create mode 100644 libc/nt/kernel32/DeleteProcThreadAttributeList.S delete mode 100644 libc/nt/kernel32/DeleteProcThreadAttributeList.s create mode 100644 libc/nt/kernel32/DeleteSynchronizationBarrier.S delete mode 100644 libc/nt/kernel32/DeleteSynchronizationBarrier.s create mode 100644 libc/nt/kernel32/DeleteTimerQueue.S delete mode 100644 libc/nt/kernel32/DeleteTimerQueue.s create mode 100644 libc/nt/kernel32/DeleteTimerQueueEx.S delete mode 100644 libc/nt/kernel32/DeleteTimerQueueEx.s create mode 100644 libc/nt/kernel32/DeleteTimerQueueTimer.S delete mode 100644 libc/nt/kernel32/DeleteTimerQueueTimer.s create mode 100644 libc/nt/kernel32/DeleteUmsCompletionList.S delete mode 100644 libc/nt/kernel32/DeleteUmsCompletionList.s create mode 100644 libc/nt/kernel32/DeleteUmsThreadContext.S delete mode 100644 libc/nt/kernel32/DeleteUmsThreadContext.s create mode 100644 libc/nt/kernel32/DeleteVolumeMountPointW.S delete mode 100644 libc/nt/kernel32/DeleteVolumeMountPointW.s create mode 100644 libc/nt/kernel32/DequeueUmsCompletionListItems.S delete mode 100644 libc/nt/kernel32/DequeueUmsCompletionListItems.s create mode 100644 libc/nt/kernel32/DeviceIoControl.S delete mode 100644 libc/nt/kernel32/DeviceIoControl.s create mode 100644 libc/nt/kernel32/DisableThreadLibraryCalls.S delete mode 100644 libc/nt/kernel32/DisableThreadLibraryCalls.s create mode 100644 libc/nt/kernel32/DisableThreadProfiling.S delete mode 100644 libc/nt/kernel32/DisableThreadProfiling.s create mode 100644 libc/nt/kernel32/DiscardVirtualMemory.S delete mode 100644 libc/nt/kernel32/DiscardVirtualMemory.s create mode 100644 libc/nt/kernel32/DisconnectNamedPipe.S delete mode 100644 libc/nt/kernel32/DisconnectNamedPipe.s create mode 100644 libc/nt/kernel32/DnsHostnameToComputerNameW.S delete mode 100644 libc/nt/kernel32/DnsHostnameToComputerNameW.s create mode 100644 libc/nt/kernel32/DosDateTimeToFileTime.S delete mode 100644 libc/nt/kernel32/DosDateTimeToFileTime.s create mode 100644 libc/nt/kernel32/DosPathToSessionPathW.S delete mode 100644 libc/nt/kernel32/DosPathToSessionPathW.s create mode 100644 libc/nt/kernel32/DuplicateConsoleHandle.S delete mode 100644 libc/nt/kernel32/DuplicateConsoleHandle.s create mode 100644 libc/nt/kernel32/DuplicateEncryptionInfoFileExt.S delete mode 100644 libc/nt/kernel32/DuplicateEncryptionInfoFileExt.s create mode 100644 libc/nt/kernel32/DuplicateHandle.S delete mode 100644 libc/nt/kernel32/DuplicateHandle.s create mode 100644 libc/nt/kernel32/EnableThreadProfiling.S delete mode 100644 libc/nt/kernel32/EnableThreadProfiling.s create mode 100644 libc/nt/kernel32/EndUpdateResourceW.S delete mode 100644 libc/nt/kernel32/EndUpdateResourceW.s create mode 100644 libc/nt/kernel32/EnterCriticalSection.S delete mode 100644 libc/nt/kernel32/EnterCriticalSection.s create mode 100644 libc/nt/kernel32/EnterSynchronizationBarrier.S delete mode 100644 libc/nt/kernel32/EnterSynchronizationBarrier.s create mode 100644 libc/nt/kernel32/EnterUmsSchedulingMode.S delete mode 100644 libc/nt/kernel32/EnterUmsSchedulingMode.s create mode 100644 libc/nt/kernel32/EnumCalendarInfoExEx.S delete mode 100644 libc/nt/kernel32/EnumCalendarInfoExEx.s create mode 100644 libc/nt/kernel32/EnumCalendarInfoExW.S delete mode 100644 libc/nt/kernel32/EnumCalendarInfoExW.s create mode 100644 libc/nt/kernel32/EnumCalendarInfoW.S delete mode 100644 libc/nt/kernel32/EnumCalendarInfoW.s create mode 100644 libc/nt/kernel32/EnumDateFormatsExEx.S delete mode 100644 libc/nt/kernel32/EnumDateFormatsExEx.s create mode 100644 libc/nt/kernel32/EnumDateFormatsExW.S delete mode 100644 libc/nt/kernel32/EnumDateFormatsExW.s create mode 100644 libc/nt/kernel32/EnumDateFormatsW.S delete mode 100644 libc/nt/kernel32/EnumDateFormatsW.s create mode 100644 libc/nt/kernel32/EnumLanguageGroupLocalesW.S delete mode 100644 libc/nt/kernel32/EnumLanguageGroupLocalesW.s create mode 100644 libc/nt/kernel32/EnumResourceLanguagesExW.S delete mode 100644 libc/nt/kernel32/EnumResourceLanguagesExW.s create mode 100644 libc/nt/kernel32/EnumResourceLanguagesW.S delete mode 100644 libc/nt/kernel32/EnumResourceLanguagesW.s create mode 100644 libc/nt/kernel32/EnumResourceNamesExW.S delete mode 100644 libc/nt/kernel32/EnumResourceNamesExW.s create mode 100644 libc/nt/kernel32/EnumResourceNamesW.S delete mode 100644 libc/nt/kernel32/EnumResourceNamesW.s create mode 100644 libc/nt/kernel32/EnumResourceTypesExW.S delete mode 100644 libc/nt/kernel32/EnumResourceTypesExW.s create mode 100644 libc/nt/kernel32/EnumResourceTypesW.S delete mode 100644 libc/nt/kernel32/EnumResourceTypesW.s create mode 100644 libc/nt/kernel32/EnumSystemCodePagesW.S delete mode 100644 libc/nt/kernel32/EnumSystemCodePagesW.s create mode 100644 libc/nt/kernel32/EnumSystemFirmwareTables.S delete mode 100644 libc/nt/kernel32/EnumSystemFirmwareTables.s create mode 100644 libc/nt/kernel32/EnumSystemGeoID.S delete mode 100644 libc/nt/kernel32/EnumSystemGeoID.s create mode 100644 libc/nt/kernel32/EnumSystemGeoNames.S delete mode 100644 libc/nt/kernel32/EnumSystemGeoNames.s create mode 100644 libc/nt/kernel32/EnumSystemLanguageGroupsW.S delete mode 100644 libc/nt/kernel32/EnumSystemLanguageGroupsW.s create mode 100644 libc/nt/kernel32/EnumSystemLocalesEx.S delete mode 100644 libc/nt/kernel32/EnumSystemLocalesEx.s create mode 100644 libc/nt/kernel32/EnumSystemLocalesW.S delete mode 100644 libc/nt/kernel32/EnumSystemLocalesW.s create mode 100644 libc/nt/kernel32/EnumTimeFormatsEx.S delete mode 100644 libc/nt/kernel32/EnumTimeFormatsEx.s create mode 100644 libc/nt/kernel32/EnumTimeFormatsW.S delete mode 100644 libc/nt/kernel32/EnumTimeFormatsW.s create mode 100644 libc/nt/kernel32/EnumUILanguagesW.S delete mode 100644 libc/nt/kernel32/EnumUILanguagesW.s create mode 100644 libc/nt/kernel32/EnumerateLocalComputerNamesW.S delete mode 100644 libc/nt/kernel32/EnumerateLocalComputerNamesW.s create mode 100644 libc/nt/kernel32/EraseTape.S delete mode 100644 libc/nt/kernel32/EraseTape.s create mode 100644 libc/nt/kernel32/EscapeCommFunction.S delete mode 100644 libc/nt/kernel32/EscapeCommFunction.s create mode 100644 libc/nt/kernel32/ExecuteUmsThread.S delete mode 100644 libc/nt/kernel32/ExecuteUmsThread.s create mode 100644 libc/nt/kernel32/ExitProcess.S delete mode 100644 libc/nt/kernel32/ExitProcess.s create mode 100644 libc/nt/kernel32/ExitThread.S delete mode 100644 libc/nt/kernel32/ExitThread.s create mode 100644 libc/nt/kernel32/ExitVDM.S delete mode 100644 libc/nt/kernel32/ExitVDM.s create mode 100644 libc/nt/kernel32/ExpandEnvironmentStringsW.S delete mode 100644 libc/nt/kernel32/ExpandEnvironmentStringsW.s create mode 100644 libc/nt/kernel32/FatalAppExitW.S delete mode 100644 libc/nt/kernel32/FatalAppExitW.s create mode 100644 libc/nt/kernel32/FatalExit.S delete mode 100644 libc/nt/kernel32/FatalExit.s create mode 100644 libc/nt/kernel32/FileTimeToDosDateTime.S delete mode 100644 libc/nt/kernel32/FileTimeToDosDateTime.s create mode 100644 libc/nt/kernel32/FileTimeToLocalFileTime.S delete mode 100644 libc/nt/kernel32/FileTimeToLocalFileTime.s create mode 100644 libc/nt/kernel32/FileTimeToSystemTime.S delete mode 100644 libc/nt/kernel32/FileTimeToSystemTime.s create mode 100644 libc/nt/kernel32/FillConsoleOutputAttribute.S delete mode 100644 libc/nt/kernel32/FillConsoleOutputAttribute.s create mode 100644 libc/nt/kernel32/FillConsoleOutputCharacterW.S delete mode 100644 libc/nt/kernel32/FillConsoleOutputCharacterW.s create mode 100644 libc/nt/kernel32/FindActCtxSectionGuid.S delete mode 100644 libc/nt/kernel32/FindActCtxSectionGuid.s create mode 100644 libc/nt/kernel32/FindActCtxSectionGuidWorker.S delete mode 100644 libc/nt/kernel32/FindActCtxSectionGuidWorker.s create mode 100644 libc/nt/kernel32/FindActCtxSectionStringW.S delete mode 100644 libc/nt/kernel32/FindActCtxSectionStringW.s create mode 100644 libc/nt/kernel32/FindActCtxSectionStringWWorker.S delete mode 100644 libc/nt/kernel32/FindActCtxSectionStringWWorker.s create mode 100644 libc/nt/kernel32/FindAtomW.S delete mode 100644 libc/nt/kernel32/FindAtomW.s create mode 100644 libc/nt/kernel32/FindClose.S delete mode 100644 libc/nt/kernel32/FindClose.s create mode 100644 libc/nt/kernel32/FindCloseChangeNotification.S delete mode 100644 libc/nt/kernel32/FindCloseChangeNotification.s create mode 100644 libc/nt/kernel32/FindFirstChangeNotificationW.S delete mode 100644 libc/nt/kernel32/FindFirstChangeNotificationW.s create mode 100644 libc/nt/kernel32/FindFirstFileExW.S delete mode 100644 libc/nt/kernel32/FindFirstFileExW.s create mode 100644 libc/nt/kernel32/FindFirstFileNameTransactedW.S delete mode 100644 libc/nt/kernel32/FindFirstFileNameTransactedW.s create mode 100644 libc/nt/kernel32/FindFirstFileNameW.S delete mode 100644 libc/nt/kernel32/FindFirstFileNameW.s create mode 100644 libc/nt/kernel32/FindFirstFileTransactedW.S delete mode 100644 libc/nt/kernel32/FindFirstFileTransactedW.s create mode 100644 libc/nt/kernel32/FindFirstFileW.S delete mode 100644 libc/nt/kernel32/FindFirstFileW.s create mode 100644 libc/nt/kernel32/FindFirstStreamTransactedW.S delete mode 100644 libc/nt/kernel32/FindFirstStreamTransactedW.s create mode 100644 libc/nt/kernel32/FindFirstStreamW.S delete mode 100644 libc/nt/kernel32/FindFirstStreamW.s create mode 100644 libc/nt/kernel32/FindFirstVolumeMountPointW.S delete mode 100644 libc/nt/kernel32/FindFirstVolumeMountPointW.s create mode 100644 libc/nt/kernel32/FindFirstVolumeW.S delete mode 100644 libc/nt/kernel32/FindFirstVolumeW.s create mode 100644 libc/nt/kernel32/FindNLSString.S delete mode 100644 libc/nt/kernel32/FindNLSString.s create mode 100644 libc/nt/kernel32/FindNLSStringEx.S delete mode 100644 libc/nt/kernel32/FindNLSStringEx.s create mode 100644 libc/nt/kernel32/FindNextChangeNotification.S delete mode 100644 libc/nt/kernel32/FindNextChangeNotification.s create mode 100644 libc/nt/kernel32/FindNextFileNameW.S delete mode 100644 libc/nt/kernel32/FindNextFileNameW.s create mode 100644 libc/nt/kernel32/FindNextFileW.S delete mode 100644 libc/nt/kernel32/FindNextFileW.s create mode 100644 libc/nt/kernel32/FindNextStreamW.S delete mode 100644 libc/nt/kernel32/FindNextStreamW.s create mode 100644 libc/nt/kernel32/FindNextVolumeMountPointW.S delete mode 100644 libc/nt/kernel32/FindNextVolumeMountPointW.s create mode 100644 libc/nt/kernel32/FindNextVolumeW.S delete mode 100644 libc/nt/kernel32/FindNextVolumeW.s create mode 100644 libc/nt/kernel32/FindPackagesByPackageFamily.S delete mode 100644 libc/nt/kernel32/FindPackagesByPackageFamily.s create mode 100644 libc/nt/kernel32/FindResourceExW.S delete mode 100644 libc/nt/kernel32/FindResourceExW.s create mode 100644 libc/nt/kernel32/FindResourceW.S delete mode 100644 libc/nt/kernel32/FindResourceW.s create mode 100644 libc/nt/kernel32/FindStringOrdinal.S delete mode 100644 libc/nt/kernel32/FindStringOrdinal.s create mode 100644 libc/nt/kernel32/FindVolumeClose.S delete mode 100644 libc/nt/kernel32/FindVolumeClose.s create mode 100644 libc/nt/kernel32/FindVolumeMountPointClose.S delete mode 100644 libc/nt/kernel32/FindVolumeMountPointClose.s create mode 100644 libc/nt/kernel32/FlsAlloc.S delete mode 100644 libc/nt/kernel32/FlsAlloc.s create mode 100644 libc/nt/kernel32/FlsFree.S delete mode 100644 libc/nt/kernel32/FlsFree.s create mode 100644 libc/nt/kernel32/FlsGetValue.S delete mode 100644 libc/nt/kernel32/FlsGetValue.s create mode 100644 libc/nt/kernel32/FlsSetValue.S delete mode 100644 libc/nt/kernel32/FlsSetValue.s create mode 100644 libc/nt/kernel32/FlushConsoleInputBuffer.S delete mode 100644 libc/nt/kernel32/FlushConsoleInputBuffer.s create mode 100644 libc/nt/kernel32/FlushFileBuffers.S delete mode 100644 libc/nt/kernel32/FlushFileBuffers.s create mode 100644 libc/nt/kernel32/FlushInstructionCache.S delete mode 100644 libc/nt/kernel32/FlushInstructionCache.s create mode 100644 libc/nt/kernel32/FlushViewOfFile.S delete mode 100644 libc/nt/kernel32/FlushViewOfFile.s create mode 100644 libc/nt/kernel32/FoldStringW.S delete mode 100644 libc/nt/kernel32/FoldStringW.s create mode 100644 libc/nt/kernel32/FormatApplicationUserModelId.S delete mode 100644 libc/nt/kernel32/FormatApplicationUserModelId.s create mode 100644 libc/nt/kernel32/FormatMessageW.S delete mode 100644 libc/nt/kernel32/FormatMessageW.s create mode 100644 libc/nt/kernel32/FreeConsole.S delete mode 100644 libc/nt/kernel32/FreeConsole.s create mode 100644 libc/nt/kernel32/FreeEnvironmentStringsW.S delete mode 100644 libc/nt/kernel32/FreeEnvironmentStringsW.s create mode 100644 libc/nt/kernel32/FreeLibrary.S delete mode 100644 libc/nt/kernel32/FreeLibrary.s create mode 100644 libc/nt/kernel32/FreeLibraryAndExitThread.S delete mode 100644 libc/nt/kernel32/FreeLibraryAndExitThread.s create mode 100644 libc/nt/kernel32/FreeMemoryJobObject.S delete mode 100644 libc/nt/kernel32/FreeMemoryJobObject.s create mode 100644 libc/nt/kernel32/FreeResource.S delete mode 100644 libc/nt/kernel32/FreeResource.s create mode 100644 libc/nt/kernel32/FreeUserPhysicalPages.S delete mode 100644 libc/nt/kernel32/FreeUserPhysicalPages.s create mode 100644 libc/nt/kernel32/GenerateConsoleCtrlEvent.S delete mode 100644 libc/nt/kernel32/GenerateConsoleCtrlEvent.s create mode 100644 libc/nt/kernel32/GetACP.S delete mode 100644 libc/nt/kernel32/GetACP.s create mode 100644 libc/nt/kernel32/GetActiveProcessorCount.S delete mode 100644 libc/nt/kernel32/GetActiveProcessorCount.s create mode 100644 libc/nt/kernel32/GetActiveProcessorGroupCount.S delete mode 100644 libc/nt/kernel32/GetActiveProcessorGroupCount.s create mode 100644 libc/nt/kernel32/GetAppContainerNamedObjectPath.S delete mode 100644 libc/nt/kernel32/GetAppContainerNamedObjectPath.s create mode 100644 libc/nt/kernel32/GetApplicationRecoveryCallback.S delete mode 100644 libc/nt/kernel32/GetApplicationRecoveryCallback.s create mode 100644 libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.S delete mode 100644 libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.s create mode 100644 libc/nt/kernel32/GetApplicationRestartSettings.S delete mode 100644 libc/nt/kernel32/GetApplicationRestartSettings.s create mode 100644 libc/nt/kernel32/GetApplicationRestartSettingsWorker.S delete mode 100644 libc/nt/kernel32/GetApplicationRestartSettingsWorker.s create mode 100644 libc/nt/kernel32/GetApplicationUserModelId.S delete mode 100644 libc/nt/kernel32/GetApplicationUserModelId.s create mode 100644 libc/nt/kernel32/GetAtomNameW.S delete mode 100644 libc/nt/kernel32/GetAtomNameW.s create mode 100644 libc/nt/kernel32/GetBinaryTypeW.S delete mode 100644 libc/nt/kernel32/GetBinaryTypeW.s create mode 100644 libc/nt/kernel32/GetCPInfo.S delete mode 100644 libc/nt/kernel32/GetCPInfo.s create mode 100644 libc/nt/kernel32/GetCPInfoExW.S delete mode 100644 libc/nt/kernel32/GetCPInfoExW.s create mode 100644 libc/nt/kernel32/GetCalendarDateFormat.S delete mode 100644 libc/nt/kernel32/GetCalendarDateFormat.s create mode 100644 libc/nt/kernel32/GetCalendarDateFormatEx.S delete mode 100644 libc/nt/kernel32/GetCalendarDateFormatEx.s create mode 100644 libc/nt/kernel32/GetCalendarDaysInMonth.S delete mode 100644 libc/nt/kernel32/GetCalendarDaysInMonth.s create mode 100644 libc/nt/kernel32/GetCalendarDifferenceInDays.S delete mode 100644 libc/nt/kernel32/GetCalendarDifferenceInDays.s create mode 100644 libc/nt/kernel32/GetCalendarInfoEx.S delete mode 100644 libc/nt/kernel32/GetCalendarInfoEx.s create mode 100644 libc/nt/kernel32/GetCalendarInfoW.S delete mode 100644 libc/nt/kernel32/GetCalendarInfoW.s create mode 100644 libc/nt/kernel32/GetCalendarMonthsInYear.S delete mode 100644 libc/nt/kernel32/GetCalendarMonthsInYear.s create mode 100644 libc/nt/kernel32/GetCalendarSupportedDateRange.S delete mode 100644 libc/nt/kernel32/GetCalendarSupportedDateRange.s create mode 100644 libc/nt/kernel32/GetCalendarWeekNumber.S delete mode 100644 libc/nt/kernel32/GetCalendarWeekNumber.s create mode 100644 libc/nt/kernel32/GetComPlusPackageInstallStatus.S delete mode 100644 libc/nt/kernel32/GetComPlusPackageInstallStatus.s create mode 100644 libc/nt/kernel32/GetCommConfig.S delete mode 100644 libc/nt/kernel32/GetCommConfig.s create mode 100644 libc/nt/kernel32/GetCommMask.S delete mode 100644 libc/nt/kernel32/GetCommMask.s create mode 100644 libc/nt/kernel32/GetCommModemStatus.S delete mode 100644 libc/nt/kernel32/GetCommModemStatus.s create mode 100644 libc/nt/kernel32/GetCommProperties.S delete mode 100644 libc/nt/kernel32/GetCommProperties.s create mode 100644 libc/nt/kernel32/GetCommState.S delete mode 100644 libc/nt/kernel32/GetCommState.s create mode 100644 libc/nt/kernel32/GetCommTimeouts.S delete mode 100644 libc/nt/kernel32/GetCommTimeouts.s create mode 100644 libc/nt/kernel32/GetCommandLineW.S delete mode 100644 libc/nt/kernel32/GetCommandLineW.s create mode 100644 libc/nt/kernel32/GetCompressedFileSizeTransactedW.S delete mode 100644 libc/nt/kernel32/GetCompressedFileSizeTransactedW.s create mode 100644 libc/nt/kernel32/GetCompressedFileSizeW.S delete mode 100644 libc/nt/kernel32/GetCompressedFileSizeW.s create mode 100644 libc/nt/kernel32/GetComputerNameExW.S delete mode 100644 libc/nt/kernel32/GetComputerNameExW.s create mode 100644 libc/nt/kernel32/GetComputerNameW.S delete mode 100644 libc/nt/kernel32/GetComputerNameW.s create mode 100644 libc/nt/kernel32/GetConsoleAliasExesLengthW.S delete mode 100644 libc/nt/kernel32/GetConsoleAliasExesLengthW.s create mode 100644 libc/nt/kernel32/GetConsoleAliasExesW.S delete mode 100644 libc/nt/kernel32/GetConsoleAliasExesW.s create mode 100644 libc/nt/kernel32/GetConsoleAliasW.S delete mode 100644 libc/nt/kernel32/GetConsoleAliasW.s create mode 100644 libc/nt/kernel32/GetConsoleAliasesLengthW.S delete mode 100644 libc/nt/kernel32/GetConsoleAliasesLengthW.s create mode 100644 libc/nt/kernel32/GetConsoleAliasesW.S delete mode 100644 libc/nt/kernel32/GetConsoleAliasesW.s create mode 100644 libc/nt/kernel32/GetConsoleCP.S delete mode 100644 libc/nt/kernel32/GetConsoleCP.s create mode 100644 libc/nt/kernel32/GetConsoleCharType.S delete mode 100644 libc/nt/kernel32/GetConsoleCharType.s create mode 100644 libc/nt/kernel32/GetConsoleCursorInfo.S delete mode 100644 libc/nt/kernel32/GetConsoleCursorInfo.s create mode 100644 libc/nt/kernel32/GetConsoleCursorMode.S delete mode 100644 libc/nt/kernel32/GetConsoleCursorMode.s create mode 100644 libc/nt/kernel32/GetConsoleDisplayMode.S delete mode 100644 libc/nt/kernel32/GetConsoleDisplayMode.s create mode 100644 libc/nt/kernel32/GetConsoleFontInfo.S delete mode 100644 libc/nt/kernel32/GetConsoleFontInfo.s create mode 100644 libc/nt/kernel32/GetConsoleFontSize.S delete mode 100644 libc/nt/kernel32/GetConsoleFontSize.s create mode 100644 libc/nt/kernel32/GetConsoleHardwareState.S delete mode 100644 libc/nt/kernel32/GetConsoleHardwareState.s create mode 100644 libc/nt/kernel32/GetConsoleHistoryInfo.S delete mode 100644 libc/nt/kernel32/GetConsoleHistoryInfo.s create mode 100644 libc/nt/kernel32/GetConsoleInputWaitHandle.S delete mode 100644 libc/nt/kernel32/GetConsoleInputWaitHandle.s create mode 100644 libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.S delete mode 100644 libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.s create mode 100644 libc/nt/kernel32/GetConsoleMode.S delete mode 100644 libc/nt/kernel32/GetConsoleMode.s create mode 100644 libc/nt/kernel32/GetConsoleNlsMode.S delete mode 100644 libc/nt/kernel32/GetConsoleNlsMode.s create mode 100644 libc/nt/kernel32/GetConsoleOriginalTitleW.S delete mode 100644 libc/nt/kernel32/GetConsoleOriginalTitleW.s create mode 100644 libc/nt/kernel32/GetConsoleOutputCP.S delete mode 100644 libc/nt/kernel32/GetConsoleOutputCP.s create mode 100644 libc/nt/kernel32/GetConsoleProcessList.S delete mode 100644 libc/nt/kernel32/GetConsoleProcessList.s create mode 100644 libc/nt/kernel32/GetConsoleScreenBufferInfo.S delete mode 100644 libc/nt/kernel32/GetConsoleScreenBufferInfo.s create mode 100644 libc/nt/kernel32/GetConsoleScreenBufferInfoEx.S delete mode 100644 libc/nt/kernel32/GetConsoleScreenBufferInfoEx.s create mode 100644 libc/nt/kernel32/GetConsoleSelectionInfo.S delete mode 100644 libc/nt/kernel32/GetConsoleSelectionInfo.s create mode 100644 libc/nt/kernel32/GetConsoleTitleW.S delete mode 100644 libc/nt/kernel32/GetConsoleTitleW.s create mode 100644 libc/nt/kernel32/GetConsoleWindow.S delete mode 100644 libc/nt/kernel32/GetConsoleWindow.s create mode 100644 libc/nt/kernel32/GetCurrencyFormatEx.S delete mode 100644 libc/nt/kernel32/GetCurrencyFormatEx.s create mode 100644 libc/nt/kernel32/GetCurrencyFormatW.S delete mode 100644 libc/nt/kernel32/GetCurrencyFormatW.s create mode 100644 libc/nt/kernel32/GetCurrentActCtx.S delete mode 100644 libc/nt/kernel32/GetCurrentActCtx.s create mode 100644 libc/nt/kernel32/GetCurrentActCtxWorker.S delete mode 100644 libc/nt/kernel32/GetCurrentActCtxWorker.s create mode 100644 libc/nt/kernel32/GetCurrentApplicationUserModelId.S delete mode 100644 libc/nt/kernel32/GetCurrentApplicationUserModelId.s create mode 100644 libc/nt/kernel32/GetCurrentConsoleFont.S delete mode 100644 libc/nt/kernel32/GetCurrentConsoleFont.s create mode 100644 libc/nt/kernel32/GetCurrentConsoleFontEx.S delete mode 100644 libc/nt/kernel32/GetCurrentConsoleFontEx.s create mode 100644 libc/nt/kernel32/GetCurrentDirectoryW.S delete mode 100644 libc/nt/kernel32/GetCurrentDirectoryW.s create mode 100644 libc/nt/kernel32/GetCurrentPackageFamilyName.S delete mode 100644 libc/nt/kernel32/GetCurrentPackageFamilyName.s create mode 100644 libc/nt/kernel32/GetCurrentPackageFullName.S delete mode 100644 libc/nt/kernel32/GetCurrentPackageFullName.s create mode 100644 libc/nt/kernel32/GetCurrentPackageId.S delete mode 100644 libc/nt/kernel32/GetCurrentPackageId.s create mode 100644 libc/nt/kernel32/GetCurrentPackageInfo.S delete mode 100644 libc/nt/kernel32/GetCurrentPackageInfo.s create mode 100644 libc/nt/kernel32/GetCurrentPackagePath.S delete mode 100644 libc/nt/kernel32/GetCurrentPackagePath.s create mode 100644 libc/nt/kernel32/GetCurrentProcess.S delete mode 100644 libc/nt/kernel32/GetCurrentProcess.s create mode 100644 libc/nt/kernel32/GetCurrentProcessId.S delete mode 100644 libc/nt/kernel32/GetCurrentProcessId.s create mode 100644 libc/nt/kernel32/GetCurrentThread.S delete mode 100644 libc/nt/kernel32/GetCurrentThread.s create mode 100644 libc/nt/kernel32/GetCurrentThreadId.S delete mode 100644 libc/nt/kernel32/GetCurrentThreadId.s create mode 100644 libc/nt/kernel32/GetCurrentThreadStackLimits.S delete mode 100644 libc/nt/kernel32/GetCurrentThreadStackLimits.s create mode 100644 libc/nt/kernel32/GetCurrentUmsThread.S delete mode 100644 libc/nt/kernel32/GetCurrentUmsThread.s create mode 100644 libc/nt/kernel32/GetDateFormatAWorker.S delete mode 100644 libc/nt/kernel32/GetDateFormatAWorker.s create mode 100644 libc/nt/kernel32/GetDateFormatEx.S delete mode 100644 libc/nt/kernel32/GetDateFormatEx.s create mode 100644 libc/nt/kernel32/GetDateFormatW.S delete mode 100644 libc/nt/kernel32/GetDateFormatW.s create mode 100644 libc/nt/kernel32/GetDateFormatWWorker.S delete mode 100644 libc/nt/kernel32/GetDateFormatWWorker.s create mode 100644 libc/nt/kernel32/GetDefaultCommConfigW.S delete mode 100644 libc/nt/kernel32/GetDefaultCommConfigW.s create mode 100644 libc/nt/kernel32/GetDevicePowerState.S delete mode 100644 libc/nt/kernel32/GetDevicePowerState.s create mode 100644 libc/nt/kernel32/GetDiskFreeSpaceExW.S delete mode 100644 libc/nt/kernel32/GetDiskFreeSpaceExW.s create mode 100644 libc/nt/kernel32/GetDiskFreeSpaceW.S delete mode 100644 libc/nt/kernel32/GetDiskFreeSpaceW.s create mode 100644 libc/nt/kernel32/GetDllDirectoryW.S delete mode 100644 libc/nt/kernel32/GetDllDirectoryW.s create mode 100644 libc/nt/kernel32/GetDriveTypeW.S delete mode 100644 libc/nt/kernel32/GetDriveTypeW.s create mode 100644 libc/nt/kernel32/GetDurationFormat.S delete mode 100644 libc/nt/kernel32/GetDurationFormat.s create mode 100644 libc/nt/kernel32/GetDurationFormatEx.S delete mode 100644 libc/nt/kernel32/GetDurationFormatEx.s create mode 100644 libc/nt/kernel32/GetDynamicTimeZoneInformation.S delete mode 100644 libc/nt/kernel32/GetDynamicTimeZoneInformation.s create mode 100644 libc/nt/kernel32/GetEnabledXStateFeatures.S delete mode 100644 libc/nt/kernel32/GetEnabledXStateFeatures.s create mode 100644 libc/nt/kernel32/GetEncryptedFileVersionExt.S delete mode 100644 libc/nt/kernel32/GetEncryptedFileVersionExt.s create mode 100644 libc/nt/kernel32/GetEnvironmentStringsW.S delete mode 100644 libc/nt/kernel32/GetEnvironmentStringsW.s create mode 100644 libc/nt/kernel32/GetEnvironmentVariableW.S delete mode 100644 libc/nt/kernel32/GetEnvironmentVariableW.s create mode 100644 libc/nt/kernel32/GetErrorMode.S delete mode 100644 libc/nt/kernel32/GetErrorMode.s create mode 100644 libc/nt/kernel32/GetExitCodeProcess.S delete mode 100644 libc/nt/kernel32/GetExitCodeProcess.s create mode 100644 libc/nt/kernel32/GetExitCodeThread.S delete mode 100644 libc/nt/kernel32/GetExitCodeThread.s create mode 100644 libc/nt/kernel32/GetExpandedNameW.S delete mode 100644 libc/nt/kernel32/GetExpandedNameW.s create mode 100644 libc/nt/kernel32/GetFileAttributesExW.S delete mode 100644 libc/nt/kernel32/GetFileAttributesExW.s create mode 100644 libc/nt/kernel32/GetFileAttributesTransactedW.S delete mode 100644 libc/nt/kernel32/GetFileAttributesTransactedW.s create mode 100644 libc/nt/kernel32/GetFileAttributesW.S delete mode 100644 libc/nt/kernel32/GetFileAttributesW.s create mode 100644 libc/nt/kernel32/GetFileBandwidthReservation.S delete mode 100644 libc/nt/kernel32/GetFileBandwidthReservation.s create mode 100644 libc/nt/kernel32/GetFileInformationByHandle.S delete mode 100644 libc/nt/kernel32/GetFileInformationByHandle.s create mode 100644 libc/nt/kernel32/GetFileInformationByHandleEx.S delete mode 100644 libc/nt/kernel32/GetFileInformationByHandleEx.s create mode 100644 libc/nt/kernel32/GetFileMUIInfo.S delete mode 100644 libc/nt/kernel32/GetFileMUIInfo.s create mode 100644 libc/nt/kernel32/GetFileMUIPath.S delete mode 100644 libc/nt/kernel32/GetFileMUIPath.s create mode 100644 libc/nt/kernel32/GetFileSize.S delete mode 100644 libc/nt/kernel32/GetFileSize.s create mode 100644 libc/nt/kernel32/GetFileSizeEx.S delete mode 100644 libc/nt/kernel32/GetFileSizeEx.s create mode 100644 libc/nt/kernel32/GetFileTime.S delete mode 100644 libc/nt/kernel32/GetFileTime.s create mode 100644 libc/nt/kernel32/GetFileType.S delete mode 100644 libc/nt/kernel32/GetFileType.s create mode 100644 libc/nt/kernel32/GetFinalPathNameByHandleW.S delete mode 100644 libc/nt/kernel32/GetFinalPathNameByHandleW.s create mode 100644 libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.S delete mode 100644 libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.s create mode 100644 libc/nt/kernel32/GetFirmwareEnvironmentVariableW.S delete mode 100644 libc/nt/kernel32/GetFirmwareEnvironmentVariableW.s create mode 100644 libc/nt/kernel32/GetFirmwareType.S delete mode 100644 libc/nt/kernel32/GetFirmwareType.s create mode 100644 libc/nt/kernel32/GetFullPathNameTransactedW.S delete mode 100644 libc/nt/kernel32/GetFullPathNameTransactedW.s create mode 100644 libc/nt/kernel32/GetFullPathNameW.S delete mode 100644 libc/nt/kernel32/GetFullPathNameW.s create mode 100644 libc/nt/kernel32/GetGeoInfoW.S delete mode 100644 libc/nt/kernel32/GetGeoInfoW.s create mode 100644 libc/nt/kernel32/GetHandleInformation.S delete mode 100644 libc/nt/kernel32/GetHandleInformation.s create mode 100644 libc/nt/kernel32/GetLargePageMinimum.S delete mode 100644 libc/nt/kernel32/GetLargePageMinimum.s create mode 100644 libc/nt/kernel32/GetLargestConsoleWindowSize.S delete mode 100644 libc/nt/kernel32/GetLargestConsoleWindowSize.s create mode 100644 libc/nt/kernel32/GetLastError.S delete mode 100644 libc/nt/kernel32/GetLastError.s create mode 100644 libc/nt/kernel32/GetLocalTime.S delete mode 100644 libc/nt/kernel32/GetLocalTime.s create mode 100644 libc/nt/kernel32/GetLocaleInfoEx.S delete mode 100644 libc/nt/kernel32/GetLocaleInfoEx.s create mode 100644 libc/nt/kernel32/GetLocaleInfoW.S delete mode 100644 libc/nt/kernel32/GetLocaleInfoW.s create mode 100644 libc/nt/kernel32/GetLogicalDriveStringsW.S delete mode 100644 libc/nt/kernel32/GetLogicalDriveStringsW.s create mode 100644 libc/nt/kernel32/GetLogicalDrives.S delete mode 100644 libc/nt/kernel32/GetLogicalDrives.s create mode 100644 libc/nt/kernel32/GetLogicalProcessorInformation.S delete mode 100644 libc/nt/kernel32/GetLogicalProcessorInformation.s create mode 100644 libc/nt/kernel32/GetLogicalProcessorInformationEx.S delete mode 100644 libc/nt/kernel32/GetLogicalProcessorInformationEx.s create mode 100644 libc/nt/kernel32/GetLongPathNameTransactedW.S delete mode 100644 libc/nt/kernel32/GetLongPathNameTransactedW.s create mode 100644 libc/nt/kernel32/GetLongPathNameW.S delete mode 100644 libc/nt/kernel32/GetLongPathNameW.s create mode 100644 libc/nt/kernel32/GetMailslotInfo.S delete mode 100644 libc/nt/kernel32/GetMailslotInfo.s create mode 100644 libc/nt/kernel32/GetMaximumProcessorCount.S delete mode 100644 libc/nt/kernel32/GetMaximumProcessorCount.s create mode 100644 libc/nt/kernel32/GetMaximumProcessorGroupCount.S delete mode 100644 libc/nt/kernel32/GetMaximumProcessorGroupCount.s create mode 100644 libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.S delete mode 100644 libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.s create mode 100644 libc/nt/kernel32/GetModuleFileNameW.S delete mode 100644 libc/nt/kernel32/GetModuleFileNameW.s create mode 100644 libc/nt/kernel32/GetModuleHandleA.S delete mode 100644 libc/nt/kernel32/GetModuleHandleA.s create mode 100644 libc/nt/kernel32/GetModuleHandleExW.S delete mode 100644 libc/nt/kernel32/GetModuleHandleExW.s create mode 100644 libc/nt/kernel32/GetModuleHandleW.S delete mode 100644 libc/nt/kernel32/GetModuleHandleW.s create mode 100644 libc/nt/kernel32/GetNLSVersion.S delete mode 100644 libc/nt/kernel32/GetNLSVersion.s create mode 100644 libc/nt/kernel32/GetNLSVersionEx.S delete mode 100644 libc/nt/kernel32/GetNLSVersionEx.s create mode 100644 libc/nt/kernel32/GetNamedPipeClientComputerNameW.S delete mode 100644 libc/nt/kernel32/GetNamedPipeClientComputerNameW.s create mode 100644 libc/nt/kernel32/GetNamedPipeClientProcessId.S delete mode 100644 libc/nt/kernel32/GetNamedPipeClientProcessId.s create mode 100644 libc/nt/kernel32/GetNamedPipeClientSessionId.S delete mode 100644 libc/nt/kernel32/GetNamedPipeClientSessionId.s create mode 100644 libc/nt/kernel32/GetNamedPipeHandleStateW.S delete mode 100644 libc/nt/kernel32/GetNamedPipeHandleStateW.s create mode 100644 libc/nt/kernel32/GetNamedPipeInfo.S delete mode 100644 libc/nt/kernel32/GetNamedPipeInfo.s create mode 100644 libc/nt/kernel32/GetNamedPipeServerProcessId.S delete mode 100644 libc/nt/kernel32/GetNamedPipeServerProcessId.s create mode 100644 libc/nt/kernel32/GetNamedPipeServerSessionId.S delete mode 100644 libc/nt/kernel32/GetNamedPipeServerSessionId.s create mode 100644 libc/nt/kernel32/GetNativeSystemInfo.S delete mode 100644 libc/nt/kernel32/GetNativeSystemInfo.s create mode 100644 libc/nt/kernel32/GetNextUmsListItem.S delete mode 100644 libc/nt/kernel32/GetNextUmsListItem.s create mode 100644 libc/nt/kernel32/GetNextVDMCommand.S delete mode 100644 libc/nt/kernel32/GetNextVDMCommand.s create mode 100644 libc/nt/kernel32/GetNumaAvailableMemoryNode.S delete mode 100644 libc/nt/kernel32/GetNumaAvailableMemoryNode.s create mode 100644 libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.S delete mode 100644 libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.s create mode 100644 libc/nt/kernel32/GetNumaHighestNodeNumber.S delete mode 100644 libc/nt/kernel32/GetNumaHighestNodeNumber.s create mode 100644 libc/nt/kernel32/GetNumaNodeNumberFromHandle.S delete mode 100644 libc/nt/kernel32/GetNumaNodeNumberFromHandle.s create mode 100644 libc/nt/kernel32/GetNumaNodeProcessorMask.S delete mode 100644 libc/nt/kernel32/GetNumaNodeProcessorMask.s create mode 100644 libc/nt/kernel32/GetNumaNodeProcessorMaskEx.S delete mode 100644 libc/nt/kernel32/GetNumaNodeProcessorMaskEx.s create mode 100644 libc/nt/kernel32/GetNumaProcessorNode.S delete mode 100644 libc/nt/kernel32/GetNumaProcessorNode.s create mode 100644 libc/nt/kernel32/GetNumaProcessorNodeEx.S delete mode 100644 libc/nt/kernel32/GetNumaProcessorNodeEx.s create mode 100644 libc/nt/kernel32/GetNumaProximityNode.S delete mode 100644 libc/nt/kernel32/GetNumaProximityNode.s create mode 100644 libc/nt/kernel32/GetNumaProximityNodeEx.S delete mode 100644 libc/nt/kernel32/GetNumaProximityNodeEx.s create mode 100644 libc/nt/kernel32/GetNumberFormatEx.S delete mode 100644 libc/nt/kernel32/GetNumberFormatEx.s create mode 100644 libc/nt/kernel32/GetNumberFormatW.S delete mode 100644 libc/nt/kernel32/GetNumberFormatW.s create mode 100644 libc/nt/kernel32/GetNumberOfConsoleFonts.S delete mode 100644 libc/nt/kernel32/GetNumberOfConsoleFonts.s create mode 100644 libc/nt/kernel32/GetNumberOfConsoleInputEvents.S delete mode 100644 libc/nt/kernel32/GetNumberOfConsoleInputEvents.s create mode 100644 libc/nt/kernel32/GetNumberOfConsoleMouseButtons.S delete mode 100644 libc/nt/kernel32/GetNumberOfConsoleMouseButtons.s create mode 100644 libc/nt/kernel32/GetOEMCP.S delete mode 100644 libc/nt/kernel32/GetOEMCP.s create mode 100644 libc/nt/kernel32/GetOverlappedResult.S delete mode 100644 libc/nt/kernel32/GetOverlappedResult.s create mode 100644 libc/nt/kernel32/GetOverlappedResultEx.S delete mode 100644 libc/nt/kernel32/GetOverlappedResultEx.s create mode 100644 libc/nt/kernel32/GetPackageApplicationIds.S delete mode 100644 libc/nt/kernel32/GetPackageApplicationIds.s create mode 100644 libc/nt/kernel32/GetPackageFamilyName.S delete mode 100644 libc/nt/kernel32/GetPackageFamilyName.s create mode 100644 libc/nt/kernel32/GetPackageFullName.S delete mode 100644 libc/nt/kernel32/GetPackageFullName.s create mode 100644 libc/nt/kernel32/GetPackageId.S delete mode 100644 libc/nt/kernel32/GetPackageId.s create mode 100644 libc/nt/kernel32/GetPackageInfo.S delete mode 100644 libc/nt/kernel32/GetPackageInfo.s create mode 100644 libc/nt/kernel32/GetPackagePath.S delete mode 100644 libc/nt/kernel32/GetPackagePath.s create mode 100644 libc/nt/kernel32/GetPackagePathByFullName.S delete mode 100644 libc/nt/kernel32/GetPackagePathByFullName.s create mode 100644 libc/nt/kernel32/GetPackagesByPackageFamily.S delete mode 100644 libc/nt/kernel32/GetPackagesByPackageFamily.s create mode 100644 libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.S delete mode 100644 libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.s create mode 100644 libc/nt/kernel32/GetPriorityClass.S delete mode 100644 libc/nt/kernel32/GetPriorityClass.s create mode 100644 libc/nt/kernel32/GetPrivateProfileIntW.S delete mode 100644 libc/nt/kernel32/GetPrivateProfileIntW.s create mode 100644 libc/nt/kernel32/GetPrivateProfileSectionNamesW.S delete mode 100644 libc/nt/kernel32/GetPrivateProfileSectionNamesW.s create mode 100644 libc/nt/kernel32/GetPrivateProfileSectionW.S delete mode 100644 libc/nt/kernel32/GetPrivateProfileSectionW.s create mode 100644 libc/nt/kernel32/GetPrivateProfileStringW.S delete mode 100644 libc/nt/kernel32/GetPrivateProfileStringW.s create mode 100644 libc/nt/kernel32/GetPrivateProfileStructW.S delete mode 100644 libc/nt/kernel32/GetPrivateProfileStructW.s create mode 100644 libc/nt/kernel32/GetProcAddress.S delete mode 100644 libc/nt/kernel32/GetProcAddress.s create mode 100644 libc/nt/kernel32/GetProcessAffinityMask.S delete mode 100644 libc/nt/kernel32/GetProcessAffinityMask.s create mode 100644 libc/nt/kernel32/GetProcessDEPPolicy.S delete mode 100644 libc/nt/kernel32/GetProcessDEPPolicy.s create mode 100644 libc/nt/kernel32/GetProcessDefaultCpuSets.S delete mode 100644 libc/nt/kernel32/GetProcessDefaultCpuSets.s create mode 100644 libc/nt/kernel32/GetProcessGroupAffinity.S delete mode 100644 libc/nt/kernel32/GetProcessGroupAffinity.s create mode 100644 libc/nt/kernel32/GetProcessHandleCount.S delete mode 100644 libc/nt/kernel32/GetProcessHandleCount.s create mode 100644 libc/nt/kernel32/GetProcessHeap.S delete mode 100644 libc/nt/kernel32/GetProcessHeap.s create mode 100644 libc/nt/kernel32/GetProcessHeaps.S delete mode 100644 libc/nt/kernel32/GetProcessHeaps.s create mode 100644 libc/nt/kernel32/GetProcessId.S delete mode 100644 libc/nt/kernel32/GetProcessId.s create mode 100644 libc/nt/kernel32/GetProcessIdOfThread.S delete mode 100644 libc/nt/kernel32/GetProcessIdOfThread.s create mode 100644 libc/nt/kernel32/GetProcessInformation.S delete mode 100644 libc/nt/kernel32/GetProcessInformation.s create mode 100644 libc/nt/kernel32/GetProcessIoCounters.S delete mode 100644 libc/nt/kernel32/GetProcessIoCounters.s create mode 100644 libc/nt/kernel32/GetProcessMitigationPolicy.S delete mode 100644 libc/nt/kernel32/GetProcessMitigationPolicy.s create mode 100644 libc/nt/kernel32/GetProcessPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/GetProcessPreferredUILanguages.s create mode 100644 libc/nt/kernel32/GetProcessPriorityBoost.S delete mode 100644 libc/nt/kernel32/GetProcessPriorityBoost.s create mode 100644 libc/nt/kernel32/GetProcessShutdownParameters.S delete mode 100644 libc/nt/kernel32/GetProcessShutdownParameters.s create mode 100644 libc/nt/kernel32/GetProcessTimes.S delete mode 100644 libc/nt/kernel32/GetProcessTimes.s create mode 100644 libc/nt/kernel32/GetProcessVersion.S delete mode 100644 libc/nt/kernel32/GetProcessVersion.s create mode 100644 libc/nt/kernel32/GetProcessWorkingSetSize.S delete mode 100644 libc/nt/kernel32/GetProcessWorkingSetSize.s create mode 100644 libc/nt/kernel32/GetProcessWorkingSetSizeEx.S delete mode 100644 libc/nt/kernel32/GetProcessWorkingSetSizeEx.s create mode 100644 libc/nt/kernel32/GetProcessorSystemCycleTime.S delete mode 100644 libc/nt/kernel32/GetProcessorSystemCycleTime.s create mode 100644 libc/nt/kernel32/GetProductInfo.S delete mode 100644 libc/nt/kernel32/GetProductInfo.s create mode 100644 libc/nt/kernel32/GetProfileIntW.S delete mode 100644 libc/nt/kernel32/GetProfileIntW.s create mode 100644 libc/nt/kernel32/GetProfileSectionW.S delete mode 100644 libc/nt/kernel32/GetProfileSectionW.s create mode 100644 libc/nt/kernel32/GetProfileStringW.S delete mode 100644 libc/nt/kernel32/GetProfileStringW.s create mode 100644 libc/nt/kernel32/GetQueuedCompletionStatus.S delete mode 100644 libc/nt/kernel32/GetQueuedCompletionStatus.s create mode 100644 libc/nt/kernel32/GetQueuedCompletionStatusEx.S delete mode 100644 libc/nt/kernel32/GetQueuedCompletionStatusEx.s create mode 100644 libc/nt/kernel32/GetShortPathNameW.S delete mode 100644 libc/nt/kernel32/GetShortPathNameW.s create mode 100644 libc/nt/kernel32/GetStagedPackagePathByFullName.S delete mode 100644 libc/nt/kernel32/GetStagedPackagePathByFullName.s create mode 100644 libc/nt/kernel32/GetStartupInfoW.S delete mode 100644 libc/nt/kernel32/GetStartupInfoW.s create mode 100644 libc/nt/kernel32/GetStdHandle.S delete mode 100644 libc/nt/kernel32/GetStdHandle.s create mode 100644 libc/nt/kernel32/GetStringScripts.S delete mode 100644 libc/nt/kernel32/GetStringScripts.s create mode 100644 libc/nt/kernel32/GetStringTypeExW.S delete mode 100644 libc/nt/kernel32/GetStringTypeExW.s create mode 100644 libc/nt/kernel32/GetStringTypeW.S delete mode 100644 libc/nt/kernel32/GetStringTypeW.s create mode 100644 libc/nt/kernel32/GetSystemCpuSetInformation.S delete mode 100644 libc/nt/kernel32/GetSystemCpuSetInformation.s create mode 100644 libc/nt/kernel32/GetSystemDEPPolicy.S delete mode 100644 libc/nt/kernel32/GetSystemDEPPolicy.s create mode 100644 libc/nt/kernel32/GetSystemDefaultLCID.S delete mode 100644 libc/nt/kernel32/GetSystemDefaultLCID.s create mode 100644 libc/nt/kernel32/GetSystemDefaultLangID.S delete mode 100644 libc/nt/kernel32/GetSystemDefaultLangID.s create mode 100644 libc/nt/kernel32/GetSystemDefaultLocaleName.S delete mode 100644 libc/nt/kernel32/GetSystemDefaultLocaleName.s create mode 100644 libc/nt/kernel32/GetSystemDefaultUILanguage.S delete mode 100644 libc/nt/kernel32/GetSystemDefaultUILanguage.s create mode 100644 libc/nt/kernel32/GetSystemDirectoryA.S delete mode 100644 libc/nt/kernel32/GetSystemDirectoryA.s create mode 100644 libc/nt/kernel32/GetSystemDirectoryW.S delete mode 100644 libc/nt/kernel32/GetSystemDirectoryW.s create mode 100644 libc/nt/kernel32/GetSystemFileCacheSize.S delete mode 100644 libc/nt/kernel32/GetSystemFileCacheSize.s create mode 100644 libc/nt/kernel32/GetSystemFirmwareTable.S delete mode 100644 libc/nt/kernel32/GetSystemFirmwareTable.s create mode 100644 libc/nt/kernel32/GetSystemInfo.S delete mode 100644 libc/nt/kernel32/GetSystemInfo.s create mode 100644 libc/nt/kernel32/GetSystemPowerStatus.S delete mode 100644 libc/nt/kernel32/GetSystemPowerStatus.s create mode 100644 libc/nt/kernel32/GetSystemPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/GetSystemPreferredUILanguages.s create mode 100644 libc/nt/kernel32/GetSystemRegistryQuota.S delete mode 100644 libc/nt/kernel32/GetSystemRegistryQuota.s create mode 100644 libc/nt/kernel32/GetSystemTime.S delete mode 100644 libc/nt/kernel32/GetSystemTime.s create mode 100644 libc/nt/kernel32/GetSystemTimeAdjustment.S delete mode 100644 libc/nt/kernel32/GetSystemTimeAdjustment.s create mode 100644 libc/nt/kernel32/GetSystemTimeAsFileTime.S delete mode 100644 libc/nt/kernel32/GetSystemTimeAsFileTime.s create mode 100644 libc/nt/kernel32/GetSystemTimePreciseAsFileTime.S delete mode 100644 libc/nt/kernel32/GetSystemTimePreciseAsFileTime.s create mode 100644 libc/nt/kernel32/GetSystemTimes.S delete mode 100644 libc/nt/kernel32/GetSystemTimes.s create mode 100644 libc/nt/kernel32/GetSystemWindowsDirectoryW.S delete mode 100644 libc/nt/kernel32/GetSystemWindowsDirectoryW.s create mode 100644 libc/nt/kernel32/GetTapeParameters.S delete mode 100644 libc/nt/kernel32/GetTapeParameters.s create mode 100644 libc/nt/kernel32/GetTapePosition.S delete mode 100644 libc/nt/kernel32/GetTapePosition.s create mode 100644 libc/nt/kernel32/GetTapeStatus.S delete mode 100644 libc/nt/kernel32/GetTapeStatus.s create mode 100644 libc/nt/kernel32/GetTempFileNameW.S delete mode 100644 libc/nt/kernel32/GetTempFileNameW.s create mode 100644 libc/nt/kernel32/GetTempPathA.S delete mode 100644 libc/nt/kernel32/GetTempPathA.s create mode 100644 libc/nt/kernel32/GetTempPathW.S delete mode 100644 libc/nt/kernel32/GetTempPathW.s create mode 100644 libc/nt/kernel32/GetThreadContext.S delete mode 100644 libc/nt/kernel32/GetThreadContext.s create mode 100644 libc/nt/kernel32/GetThreadErrorMode.S delete mode 100644 libc/nt/kernel32/GetThreadErrorMode.s create mode 100644 libc/nt/kernel32/GetThreadGroupAffinity.S delete mode 100644 libc/nt/kernel32/GetThreadGroupAffinity.s create mode 100644 libc/nt/kernel32/GetThreadIOPendingFlag.S delete mode 100644 libc/nt/kernel32/GetThreadIOPendingFlag.s create mode 100644 libc/nt/kernel32/GetThreadId.S delete mode 100644 libc/nt/kernel32/GetThreadId.s create mode 100644 libc/nt/kernel32/GetThreadIdealProcessorEx.S delete mode 100644 libc/nt/kernel32/GetThreadIdealProcessorEx.s create mode 100644 libc/nt/kernel32/GetThreadInformation.S delete mode 100644 libc/nt/kernel32/GetThreadInformation.s create mode 100644 libc/nt/kernel32/GetThreadLocale.S delete mode 100644 libc/nt/kernel32/GetThreadLocale.s create mode 100644 libc/nt/kernel32/GetThreadPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/GetThreadPreferredUILanguages.s create mode 100644 libc/nt/kernel32/GetThreadPriority.S delete mode 100644 libc/nt/kernel32/GetThreadPriority.s create mode 100644 libc/nt/kernel32/GetThreadPriorityBoost.S delete mode 100644 libc/nt/kernel32/GetThreadPriorityBoost.s create mode 100644 libc/nt/kernel32/GetThreadSelectedCpuSets.S delete mode 100644 libc/nt/kernel32/GetThreadSelectedCpuSets.s create mode 100644 libc/nt/kernel32/GetThreadSelectorEntry.S delete mode 100644 libc/nt/kernel32/GetThreadSelectorEntry.s create mode 100644 libc/nt/kernel32/GetThreadTimes.S delete mode 100644 libc/nt/kernel32/GetThreadTimes.s create mode 100644 libc/nt/kernel32/GetThreadUILanguage.S delete mode 100644 libc/nt/kernel32/GetThreadUILanguage.s create mode 100644 libc/nt/kernel32/GetTickCount.S delete mode 100644 libc/nt/kernel32/GetTickCount.s create mode 100644 libc/nt/kernel32/GetTickCount64.S delete mode 100644 libc/nt/kernel32/GetTickCount64.s create mode 100644 libc/nt/kernel32/GetTimeFormatAWorker.S delete mode 100644 libc/nt/kernel32/GetTimeFormatAWorker.s create mode 100644 libc/nt/kernel32/GetTimeFormatEx.S delete mode 100644 libc/nt/kernel32/GetTimeFormatEx.s create mode 100644 libc/nt/kernel32/GetTimeFormatW.S delete mode 100644 libc/nt/kernel32/GetTimeFormatW.s create mode 100644 libc/nt/kernel32/GetTimeFormatWWorker.S delete mode 100644 libc/nt/kernel32/GetTimeFormatWWorker.s create mode 100644 libc/nt/kernel32/GetTimeZoneInformation.S delete mode 100644 libc/nt/kernel32/GetTimeZoneInformation.s create mode 100644 libc/nt/kernel32/GetTimeZoneInformationForYear.S delete mode 100644 libc/nt/kernel32/GetTimeZoneInformationForYear.s create mode 100644 libc/nt/kernel32/GetUILanguageInfo.S delete mode 100644 libc/nt/kernel32/GetUILanguageInfo.s create mode 100644 libc/nt/kernel32/GetUmsCompletionListEvent.S delete mode 100644 libc/nt/kernel32/GetUmsCompletionListEvent.s create mode 100644 libc/nt/kernel32/GetUmsSystemThreadInformation.S delete mode 100644 libc/nt/kernel32/GetUmsSystemThreadInformation.s create mode 100644 libc/nt/kernel32/GetUserDefaultLCID.S delete mode 100644 libc/nt/kernel32/GetUserDefaultLCID.s create mode 100644 libc/nt/kernel32/GetUserDefaultLangID.S delete mode 100644 libc/nt/kernel32/GetUserDefaultLangID.s create mode 100644 libc/nt/kernel32/GetUserDefaultLocaleName.S delete mode 100644 libc/nt/kernel32/GetUserDefaultLocaleName.s create mode 100644 libc/nt/kernel32/GetUserDefaultUILanguage.S delete mode 100644 libc/nt/kernel32/GetUserDefaultUILanguage.s create mode 100644 libc/nt/kernel32/GetUserGeoID.S delete mode 100644 libc/nt/kernel32/GetUserGeoID.s create mode 100644 libc/nt/kernel32/GetUserPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/GetUserPreferredUILanguages.s create mode 100644 libc/nt/kernel32/GetVDMCurrentDirectories.S delete mode 100644 libc/nt/kernel32/GetVDMCurrentDirectories.s create mode 100644 libc/nt/kernel32/GetVersion.S delete mode 100644 libc/nt/kernel32/GetVersion.s create mode 100644 libc/nt/kernel32/GetVersionExW.S delete mode 100644 libc/nt/kernel32/GetVersionExW.s create mode 100644 libc/nt/kernel32/GetVolumeInformationByHandleW.S delete mode 100644 libc/nt/kernel32/GetVolumeInformationByHandleW.s create mode 100644 libc/nt/kernel32/GetVolumeInformationW.S delete mode 100644 libc/nt/kernel32/GetVolumeInformationW.s create mode 100644 libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.S delete mode 100644 libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.s create mode 100644 libc/nt/kernel32/GetVolumePathNameW.S delete mode 100644 libc/nt/kernel32/GetVolumePathNameW.s create mode 100644 libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.S delete mode 100644 libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.s create mode 100644 libc/nt/kernel32/GetWindowsDirectoryA.S delete mode 100644 libc/nt/kernel32/GetWindowsDirectoryA.s create mode 100644 libc/nt/kernel32/GetWindowsDirectoryW.S delete mode 100644 libc/nt/kernel32/GetWindowsDirectoryW.s create mode 100644 libc/nt/kernel32/GetWriteWatch.S delete mode 100644 libc/nt/kernel32/GetWriteWatch.s create mode 100644 libc/nt/kernel32/GetXStateFeaturesMask.S delete mode 100644 libc/nt/kernel32/GetXStateFeaturesMask.s create mode 100644 libc/nt/kernel32/GlobalAddAtomExW.S delete mode 100644 libc/nt/kernel32/GlobalAddAtomExW.s create mode 100644 libc/nt/kernel32/GlobalAddAtomW.S delete mode 100644 libc/nt/kernel32/GlobalAddAtomW.s create mode 100644 libc/nt/kernel32/GlobalAlloc.S delete mode 100644 libc/nt/kernel32/GlobalAlloc.s create mode 100644 libc/nt/kernel32/GlobalCompact.S delete mode 100644 libc/nt/kernel32/GlobalCompact.s create mode 100644 libc/nt/kernel32/GlobalDeleteAtom.S delete mode 100644 libc/nt/kernel32/GlobalDeleteAtom.s create mode 100644 libc/nt/kernel32/GlobalFindAtomW.S delete mode 100644 libc/nt/kernel32/GlobalFindAtomW.s create mode 100644 libc/nt/kernel32/GlobalFix.S delete mode 100644 libc/nt/kernel32/GlobalFix.s create mode 100644 libc/nt/kernel32/GlobalFlags.S delete mode 100644 libc/nt/kernel32/GlobalFlags.s create mode 100644 libc/nt/kernel32/GlobalFree.S delete mode 100644 libc/nt/kernel32/GlobalFree.s create mode 100644 libc/nt/kernel32/GlobalGetAtomNameW.S delete mode 100644 libc/nt/kernel32/GlobalGetAtomNameW.s create mode 100644 libc/nt/kernel32/GlobalHandle.S delete mode 100644 libc/nt/kernel32/GlobalHandle.s create mode 100644 libc/nt/kernel32/GlobalLock.S delete mode 100644 libc/nt/kernel32/GlobalLock.s create mode 100644 libc/nt/kernel32/GlobalMemoryStatus.S delete mode 100644 libc/nt/kernel32/GlobalMemoryStatus.s create mode 100644 libc/nt/kernel32/GlobalMemoryStatusEx.S delete mode 100644 libc/nt/kernel32/GlobalMemoryStatusEx.s create mode 100644 libc/nt/kernel32/GlobalReAlloc.S delete mode 100644 libc/nt/kernel32/GlobalReAlloc.s create mode 100644 libc/nt/kernel32/GlobalSize.S delete mode 100644 libc/nt/kernel32/GlobalSize.s create mode 100644 libc/nt/kernel32/GlobalUnWire.S delete mode 100644 libc/nt/kernel32/GlobalUnWire.s create mode 100644 libc/nt/kernel32/GlobalUnfix.S delete mode 100644 libc/nt/kernel32/GlobalUnfix.s create mode 100644 libc/nt/kernel32/GlobalUnlock.S delete mode 100644 libc/nt/kernel32/GlobalUnlock.s create mode 100644 libc/nt/kernel32/GlobalWire.S delete mode 100644 libc/nt/kernel32/GlobalWire.s create mode 100644 libc/nt/kernel32/Heap32First.S delete mode 100644 libc/nt/kernel32/Heap32First.s create mode 100644 libc/nt/kernel32/Heap32ListFirst.S delete mode 100644 libc/nt/kernel32/Heap32ListFirst.s create mode 100644 libc/nt/kernel32/Heap32ListNext.S delete mode 100644 libc/nt/kernel32/Heap32ListNext.s create mode 100644 libc/nt/kernel32/Heap32Next.S delete mode 100644 libc/nt/kernel32/Heap32Next.s create mode 100644 libc/nt/kernel32/HeapAlloc.S delete mode 100644 libc/nt/kernel32/HeapAlloc.s create mode 100644 libc/nt/kernel32/HeapCompact.S delete mode 100644 libc/nt/kernel32/HeapCompact.s create mode 100644 libc/nt/kernel32/HeapCreate.S delete mode 100644 libc/nt/kernel32/HeapCreate.s create mode 100644 libc/nt/kernel32/HeapDestroy.S delete mode 100644 libc/nt/kernel32/HeapDestroy.s create mode 100644 libc/nt/kernel32/HeapFree.S delete mode 100644 libc/nt/kernel32/HeapFree.s create mode 100644 libc/nt/kernel32/HeapLock.S delete mode 100644 libc/nt/kernel32/HeapLock.s create mode 100644 libc/nt/kernel32/HeapQueryInformation.S delete mode 100644 libc/nt/kernel32/HeapQueryInformation.s create mode 100644 libc/nt/kernel32/HeapReAlloc.S delete mode 100644 libc/nt/kernel32/HeapReAlloc.s create mode 100644 libc/nt/kernel32/HeapSetInformation.S delete mode 100644 libc/nt/kernel32/HeapSetInformation.s create mode 100644 libc/nt/kernel32/HeapUnlock.S delete mode 100644 libc/nt/kernel32/HeapUnlock.s create mode 100644 libc/nt/kernel32/HeapValidate.S delete mode 100644 libc/nt/kernel32/HeapValidate.s create mode 100644 libc/nt/kernel32/HeapWalk.S delete mode 100644 libc/nt/kernel32/HeapWalk.s create mode 100644 libc/nt/kernel32/IdnToAscii.S delete mode 100644 libc/nt/kernel32/IdnToAscii.s create mode 100644 libc/nt/kernel32/IdnToNameprepUnicode.S delete mode 100644 libc/nt/kernel32/IdnToNameprepUnicode.s create mode 100644 libc/nt/kernel32/IdnToUnicode.S delete mode 100644 libc/nt/kernel32/IdnToUnicode.s create mode 100644 libc/nt/kernel32/InitAtomTable.S delete mode 100644 libc/nt/kernel32/InitAtomTable.s create mode 100644 libc/nt/kernel32/InitOnceBeginInitialize.S delete mode 100644 libc/nt/kernel32/InitOnceBeginInitialize.s create mode 100644 libc/nt/kernel32/InitOnceComplete.S delete mode 100644 libc/nt/kernel32/InitOnceComplete.s create mode 100644 libc/nt/kernel32/InitOnceExecuteOnce.S delete mode 100644 libc/nt/kernel32/InitOnceExecuteOnce.s create mode 100644 libc/nt/kernel32/InitializeContext.S delete mode 100644 libc/nt/kernel32/InitializeContext.s create mode 100644 libc/nt/kernel32/InitializeCriticalSection.S delete mode 100644 libc/nt/kernel32/InitializeCriticalSection.s create mode 100644 libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.S delete mode 100644 libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.s create mode 100644 libc/nt/kernel32/InitializeCriticalSectionEx.S delete mode 100644 libc/nt/kernel32/InitializeCriticalSectionEx.s create mode 100644 libc/nt/kernel32/InitializeProcThreadAttributeList.S delete mode 100644 libc/nt/kernel32/InitializeProcThreadAttributeList.s create mode 100644 libc/nt/kernel32/InitializeSRWLock.S delete mode 100644 libc/nt/kernel32/InitializeSRWLock.s create mode 100644 libc/nt/kernel32/InitializeSynchronizationBarrier.S delete mode 100644 libc/nt/kernel32/InitializeSynchronizationBarrier.s create mode 100644 libc/nt/kernel32/InstallELAMCertificateInfo.S delete mode 100644 libc/nt/kernel32/InstallELAMCertificateInfo.s create mode 100644 libc/nt/kernel32/InvalidateConsoleDIBits.S delete mode 100644 libc/nt/kernel32/InvalidateConsoleDIBits.s create mode 100644 libc/nt/kernel32/IsBadCodePtr.S delete mode 100644 libc/nt/kernel32/IsBadCodePtr.s create mode 100644 libc/nt/kernel32/IsBadHugeReadPtr.S delete mode 100644 libc/nt/kernel32/IsBadHugeReadPtr.s create mode 100644 libc/nt/kernel32/IsBadHugeWritePtr.S delete mode 100644 libc/nt/kernel32/IsBadHugeWritePtr.s create mode 100644 libc/nt/kernel32/IsBadReadPtr.S delete mode 100644 libc/nt/kernel32/IsBadReadPtr.s create mode 100644 libc/nt/kernel32/IsBadStringPtrW.S delete mode 100644 libc/nt/kernel32/IsBadStringPtrW.s create mode 100644 libc/nt/kernel32/IsBadWritePtr.S delete mode 100644 libc/nt/kernel32/IsBadWritePtr.s create mode 100644 libc/nt/kernel32/IsCalendarLeapDay.S delete mode 100644 libc/nt/kernel32/IsCalendarLeapDay.s create mode 100644 libc/nt/kernel32/IsCalendarLeapMonth.S delete mode 100644 libc/nt/kernel32/IsCalendarLeapMonth.s create mode 100644 libc/nt/kernel32/IsCalendarLeapYear.S delete mode 100644 libc/nt/kernel32/IsCalendarLeapYear.s create mode 100644 libc/nt/kernel32/IsDBCSLeadByte.S delete mode 100644 libc/nt/kernel32/IsDBCSLeadByte.s create mode 100644 libc/nt/kernel32/IsDBCSLeadByteEx.S delete mode 100644 libc/nt/kernel32/IsDBCSLeadByteEx.s create mode 100644 libc/nt/kernel32/IsNLSDefinedString.S delete mode 100644 libc/nt/kernel32/IsNLSDefinedString.s create mode 100644 libc/nt/kernel32/IsNativeVhdBoot.S delete mode 100644 libc/nt/kernel32/IsNativeVhdBoot.s create mode 100644 libc/nt/kernel32/IsNormalizedString.S delete mode 100644 libc/nt/kernel32/IsNormalizedString.s create mode 100644 libc/nt/kernel32/IsProcessCritical.S delete mode 100644 libc/nt/kernel32/IsProcessCritical.s create mode 100644 libc/nt/kernel32/IsProcessInJob.S delete mode 100644 libc/nt/kernel32/IsProcessInJob.s create mode 100644 libc/nt/kernel32/IsProcessorFeaturePresent.S delete mode 100644 libc/nt/kernel32/IsProcessorFeaturePresent.s create mode 100644 libc/nt/kernel32/IsSystemResumeAutomatic.S delete mode 100644 libc/nt/kernel32/IsSystemResumeAutomatic.s create mode 100644 libc/nt/kernel32/IsThreadAFiber.S delete mode 100644 libc/nt/kernel32/IsThreadAFiber.s create mode 100644 libc/nt/kernel32/IsValidCalDateTime.S delete mode 100644 libc/nt/kernel32/IsValidCalDateTime.s create mode 100644 libc/nt/kernel32/IsValidCodePage.S delete mode 100644 libc/nt/kernel32/IsValidCodePage.s create mode 100644 libc/nt/kernel32/IsValidLanguageGroup.S delete mode 100644 libc/nt/kernel32/IsValidLanguageGroup.s create mode 100644 libc/nt/kernel32/IsValidLocale.S delete mode 100644 libc/nt/kernel32/IsValidLocale.s create mode 100644 libc/nt/kernel32/IsValidLocaleName.S delete mode 100644 libc/nt/kernel32/IsValidLocaleName.s create mode 100644 libc/nt/kernel32/IsValidNLSVersion.S delete mode 100644 libc/nt/kernel32/IsValidNLSVersion.s create mode 100644 libc/nt/kernel32/LCIDToLocaleName.S delete mode 100644 libc/nt/kernel32/LCIDToLocaleName.s create mode 100644 libc/nt/kernel32/LCMapStringEx.S delete mode 100644 libc/nt/kernel32/LCMapStringEx.s create mode 100644 libc/nt/kernel32/LCMapStringW.S delete mode 100644 libc/nt/kernel32/LCMapStringW.s create mode 100644 libc/nt/kernel32/LZClose.S delete mode 100644 libc/nt/kernel32/LZClose.s create mode 100644 libc/nt/kernel32/LZCloseFile.S delete mode 100644 libc/nt/kernel32/LZCloseFile.s create mode 100644 libc/nt/kernel32/LZCopy.S delete mode 100644 libc/nt/kernel32/LZCopy.s create mode 100644 libc/nt/kernel32/LZCreateFileW.S delete mode 100644 libc/nt/kernel32/LZCreateFileW.s create mode 100644 libc/nt/kernel32/LZDone.S delete mode 100644 libc/nt/kernel32/LZDone.s create mode 100644 libc/nt/kernel32/LZInit.S delete mode 100644 libc/nt/kernel32/LZInit.s create mode 100644 libc/nt/kernel32/LZOpenFileW.S delete mode 100644 libc/nt/kernel32/LZOpenFileW.s create mode 100644 libc/nt/kernel32/LZRead.S delete mode 100644 libc/nt/kernel32/LZRead.s create mode 100644 libc/nt/kernel32/LZSeek.S delete mode 100644 libc/nt/kernel32/LZSeek.s create mode 100644 libc/nt/kernel32/LZStart.S delete mode 100644 libc/nt/kernel32/LZStart.s create mode 100644 libc/nt/kernel32/LeaveCriticalSection.S delete mode 100644 libc/nt/kernel32/LeaveCriticalSection.s create mode 100644 libc/nt/kernel32/LoadLibraryExW.S delete mode 100644 libc/nt/kernel32/LoadLibraryExW.s create mode 100644 libc/nt/kernel32/LoadLibraryW.S delete mode 100644 libc/nt/kernel32/LoadLibraryW.s create mode 100644 libc/nt/kernel32/LoadModule.S delete mode 100644 libc/nt/kernel32/LoadModule.s create mode 100644 libc/nt/kernel32/LoadPackagedLibrary.S delete mode 100644 libc/nt/kernel32/LoadPackagedLibrary.s create mode 100644 libc/nt/kernel32/LoadResource.S delete mode 100644 libc/nt/kernel32/LoadResource.s create mode 100644 libc/nt/kernel32/LoadStringBaseW.S delete mode 100644 libc/nt/kernel32/LoadStringBaseW.s create mode 100644 libc/nt/kernel32/LocalAlloc.S delete mode 100644 libc/nt/kernel32/LocalAlloc.s create mode 100644 libc/nt/kernel32/LocalCompact.S delete mode 100644 libc/nt/kernel32/LocalCompact.s create mode 100644 libc/nt/kernel32/LocalFileTimeToFileTime.S delete mode 100644 libc/nt/kernel32/LocalFileTimeToFileTime.s create mode 100644 libc/nt/kernel32/LocalFlags.S delete mode 100644 libc/nt/kernel32/LocalFlags.s create mode 100644 libc/nt/kernel32/LocalFree.S delete mode 100644 libc/nt/kernel32/LocalFree.s create mode 100644 libc/nt/kernel32/LocalHandle.S delete mode 100644 libc/nt/kernel32/LocalHandle.s create mode 100644 libc/nt/kernel32/LocalLock.S delete mode 100644 libc/nt/kernel32/LocalLock.s create mode 100644 libc/nt/kernel32/LocalReAlloc.S delete mode 100644 libc/nt/kernel32/LocalReAlloc.s create mode 100644 libc/nt/kernel32/LocalShrink.S delete mode 100644 libc/nt/kernel32/LocalShrink.s create mode 100644 libc/nt/kernel32/LocalSize.S delete mode 100644 libc/nt/kernel32/LocalSize.s create mode 100644 libc/nt/kernel32/LocalUnlock.S delete mode 100644 libc/nt/kernel32/LocalUnlock.s create mode 100644 libc/nt/kernel32/LocaleNameToLCID.S delete mode 100644 libc/nt/kernel32/LocaleNameToLCID.s create mode 100644 libc/nt/kernel32/LocateXStateFeature.S delete mode 100644 libc/nt/kernel32/LocateXStateFeature.s create mode 100644 libc/nt/kernel32/LockFile.S delete mode 100644 libc/nt/kernel32/LockFile.s create mode 100644 libc/nt/kernel32/LockFileEx.S delete mode 100644 libc/nt/kernel32/LockFileEx.s create mode 100644 libc/nt/kernel32/LockResource.S delete mode 100644 libc/nt/kernel32/LockResource.s create mode 100644 libc/nt/kernel32/MapUserPhysicalPages.S delete mode 100644 libc/nt/kernel32/MapUserPhysicalPages.s create mode 100644 libc/nt/kernel32/MapUserPhysicalPagesScatter.S delete mode 100644 libc/nt/kernel32/MapUserPhysicalPagesScatter.s create mode 100644 libc/nt/kernel32/MapViewOfFile.S delete mode 100644 libc/nt/kernel32/MapViewOfFile.s create mode 100644 libc/nt/kernel32/MapViewOfFileEx.S delete mode 100644 libc/nt/kernel32/MapViewOfFileEx.s create mode 100644 libc/nt/kernel32/MapViewOfFileExNuma.S delete mode 100644 libc/nt/kernel32/MapViewOfFileExNuma.s create mode 100644 libc/nt/kernel32/MapViewOfFileFromApp.S delete mode 100644 libc/nt/kernel32/MapViewOfFileFromApp.s create mode 100644 libc/nt/kernel32/Module32FirstW.S delete mode 100644 libc/nt/kernel32/Module32FirstW.s create mode 100644 libc/nt/kernel32/Module32NextW.S delete mode 100644 libc/nt/kernel32/Module32NextW.s create mode 100644 libc/nt/kernel32/MoveFileExW.S delete mode 100644 libc/nt/kernel32/MoveFileExW.s create mode 100644 libc/nt/kernel32/MoveFileTransactedW.S delete mode 100644 libc/nt/kernel32/MoveFileTransactedW.s create mode 100644 libc/nt/kernel32/MoveFileW.S delete mode 100644 libc/nt/kernel32/MoveFileW.s create mode 100644 libc/nt/kernel32/MoveFileWithProgressW.S delete mode 100644 libc/nt/kernel32/MoveFileWithProgressW.s create mode 100644 libc/nt/kernel32/MulDiv.S delete mode 100644 libc/nt/kernel32/MulDiv.s create mode 100644 libc/nt/kernel32/MultiByteToWideChar.S delete mode 100644 libc/nt/kernel32/MultiByteToWideChar.s create mode 100644 libc/nt/kernel32/NeedCurrentDirectoryForExePathW.S delete mode 100644 libc/nt/kernel32/NeedCurrentDirectoryForExePathW.s create mode 100644 libc/nt/kernel32/NormalizeString.S delete mode 100644 libc/nt/kernel32/NormalizeString.s create mode 100644 libc/nt/kernel32/NotifyUILanguageChange.S delete mode 100644 libc/nt/kernel32/NotifyUILanguageChange.s create mode 100644 libc/nt/kernel32/NtVdm64CreateProcessInternalW.S delete mode 100644 libc/nt/kernel32/NtVdm64CreateProcessInternalW.s create mode 100644 libc/nt/kernel32/OOBEComplete.S delete mode 100644 libc/nt/kernel32/OOBEComplete.s create mode 100644 libc/nt/kernel32/OfferVirtualMemory.S delete mode 100644 libc/nt/kernel32/OfferVirtualMemory.s create mode 100644 libc/nt/kernel32/OpenConsoleW.S delete mode 100644 libc/nt/kernel32/OpenConsoleW.s create mode 100644 libc/nt/kernel32/OpenConsoleWStub.S delete mode 100644 libc/nt/kernel32/OpenConsoleWStub.s create mode 100644 libc/nt/kernel32/OpenEventW.S delete mode 100644 libc/nt/kernel32/OpenEventW.s create mode 100644 libc/nt/kernel32/OpenFile.S delete mode 100644 libc/nt/kernel32/OpenFile.s create mode 100644 libc/nt/kernel32/OpenFileById.S delete mode 100644 libc/nt/kernel32/OpenFileById.s create mode 100644 libc/nt/kernel32/OpenFileMappingW.S delete mode 100644 libc/nt/kernel32/OpenFileMappingW.s create mode 100644 libc/nt/kernel32/OpenJobObjectW.S delete mode 100644 libc/nt/kernel32/OpenJobObjectW.s create mode 100644 libc/nt/kernel32/OpenMutexW.S delete mode 100644 libc/nt/kernel32/OpenMutexW.s create mode 100644 libc/nt/kernel32/OpenPackageInfoByFullName.S delete mode 100644 libc/nt/kernel32/OpenPackageInfoByFullName.s create mode 100644 libc/nt/kernel32/OpenPrivateNamespaceW.S delete mode 100644 libc/nt/kernel32/OpenPrivateNamespaceW.s create mode 100644 libc/nt/kernel32/OpenProcess.S delete mode 100644 libc/nt/kernel32/OpenProcess.s create mode 100644 libc/nt/kernel32/OpenProfileUserMapping.S delete mode 100644 libc/nt/kernel32/OpenProfileUserMapping.s create mode 100644 libc/nt/kernel32/OpenSemaphoreW.S delete mode 100644 libc/nt/kernel32/OpenSemaphoreW.s create mode 100644 libc/nt/kernel32/OpenThread.S delete mode 100644 libc/nt/kernel32/OpenThread.s create mode 100644 libc/nt/kernel32/OpenWaitableTimerW.S delete mode 100644 libc/nt/kernel32/OpenWaitableTimerW.s create mode 100644 libc/nt/kernel32/OutputDebugStringW.S delete mode 100644 libc/nt/kernel32/OutputDebugStringW.s create mode 100644 libc/nt/kernel32/PackageFamilyNameFromFullName.S delete mode 100644 libc/nt/kernel32/PackageFamilyNameFromFullName.s create mode 100644 libc/nt/kernel32/PackageFamilyNameFromId.S delete mode 100644 libc/nt/kernel32/PackageFamilyNameFromId.s create mode 100644 libc/nt/kernel32/PackageFullNameFromId.S delete mode 100644 libc/nt/kernel32/PackageFullNameFromId.s create mode 100644 libc/nt/kernel32/PackageIdFromFullName.S delete mode 100644 libc/nt/kernel32/PackageIdFromFullName.s create mode 100644 libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.S delete mode 100644 libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.s create mode 100644 libc/nt/kernel32/ParseApplicationUserModelId.S delete mode 100644 libc/nt/kernel32/ParseApplicationUserModelId.s create mode 100644 libc/nt/kernel32/PeekConsoleInputW.S delete mode 100644 libc/nt/kernel32/PeekConsoleInputW.s create mode 100644 libc/nt/kernel32/PeekNamedPipe.S delete mode 100644 libc/nt/kernel32/PeekNamedPipe.s create mode 100644 libc/nt/kernel32/PostQueuedCompletionStatus.S delete mode 100644 libc/nt/kernel32/PostQueuedCompletionStatus.s create mode 100644 libc/nt/kernel32/PowerClearRequest.S delete mode 100644 libc/nt/kernel32/PowerClearRequest.s create mode 100644 libc/nt/kernel32/PowerCreateRequest.S delete mode 100644 libc/nt/kernel32/PowerCreateRequest.s create mode 100644 libc/nt/kernel32/PowerSetRequest.S delete mode 100644 libc/nt/kernel32/PowerSetRequest.s create mode 100644 libc/nt/kernel32/PrefetchVirtualMemory.S delete mode 100644 libc/nt/kernel32/PrefetchVirtualMemory.s create mode 100644 libc/nt/kernel32/PrepareTape.S delete mode 100644 libc/nt/kernel32/PrepareTape.s create mode 100644 libc/nt/kernel32/PrivMoveFileIdentityW.S delete mode 100644 libc/nt/kernel32/PrivMoveFileIdentityW.s create mode 100644 libc/nt/kernel32/Process32FirstW.S delete mode 100644 libc/nt/kernel32/Process32FirstW.s create mode 100644 libc/nt/kernel32/Process32NextW.S delete mode 100644 libc/nt/kernel32/Process32NextW.s create mode 100644 libc/nt/kernel32/ProcessIdToSessionId.S delete mode 100644 libc/nt/kernel32/ProcessIdToSessionId.s create mode 100644 libc/nt/kernel32/PssCaptureSnapshot.S delete mode 100644 libc/nt/kernel32/PssCaptureSnapshot.s create mode 100644 libc/nt/kernel32/PssDuplicateSnapshot.S delete mode 100644 libc/nt/kernel32/PssDuplicateSnapshot.s create mode 100644 libc/nt/kernel32/PssFreeSnapshot.S delete mode 100644 libc/nt/kernel32/PssFreeSnapshot.s create mode 100644 libc/nt/kernel32/PssQuerySnapshot.S delete mode 100644 libc/nt/kernel32/PssQuerySnapshot.s create mode 100644 libc/nt/kernel32/PssWalkMarkerCreate.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerCreate.s create mode 100644 libc/nt/kernel32/PssWalkMarkerFree.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerFree.s create mode 100644 libc/nt/kernel32/PssWalkMarkerGetPosition.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerGetPosition.s create mode 100644 libc/nt/kernel32/PssWalkMarkerRewind.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerRewind.s create mode 100644 libc/nt/kernel32/PssWalkMarkerSeek.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerSeek.s create mode 100644 libc/nt/kernel32/PssWalkMarkerSeekToBeginning.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerSeekToBeginning.s create mode 100644 libc/nt/kernel32/PssWalkMarkerSetPosition.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerSetPosition.s create mode 100644 libc/nt/kernel32/PssWalkMarkerTell.S delete mode 100644 libc/nt/kernel32/PssWalkMarkerTell.s create mode 100644 libc/nt/kernel32/PssWalkSnapshot.S delete mode 100644 libc/nt/kernel32/PssWalkSnapshot.s create mode 100644 libc/nt/kernel32/PulseEvent.S delete mode 100644 libc/nt/kernel32/PulseEvent.s create mode 100644 libc/nt/kernel32/PurgeComm.S delete mode 100644 libc/nt/kernel32/PurgeComm.s create mode 100644 libc/nt/kernel32/QueryActCtxSettingsW.S delete mode 100644 libc/nt/kernel32/QueryActCtxSettingsW.s create mode 100644 libc/nt/kernel32/QueryActCtxSettingsWWorker.S delete mode 100644 libc/nt/kernel32/QueryActCtxSettingsWWorker.s create mode 100644 libc/nt/kernel32/QueryActCtxW.S delete mode 100644 libc/nt/kernel32/QueryActCtxW.s create mode 100644 libc/nt/kernel32/QueryActCtxWWorker.S delete mode 100644 libc/nt/kernel32/QueryActCtxWWorker.s create mode 100644 libc/nt/kernel32/QueryDosDeviceW.S delete mode 100644 libc/nt/kernel32/QueryDosDeviceW.s create mode 100644 libc/nt/kernel32/QueryFullProcessImageNameW.S delete mode 100644 libc/nt/kernel32/QueryFullProcessImageNameW.s create mode 100644 libc/nt/kernel32/QueryIdleProcessorCycleTime.S delete mode 100644 libc/nt/kernel32/QueryIdleProcessorCycleTime.s create mode 100644 libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.S delete mode 100644 libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.s create mode 100644 libc/nt/kernel32/QueryInformationJobObject.S delete mode 100644 libc/nt/kernel32/QueryInformationJobObject.s create mode 100644 libc/nt/kernel32/QueryIoRateControlInformationJobObject.S delete mode 100644 libc/nt/kernel32/QueryIoRateControlInformationJobObject.s create mode 100644 libc/nt/kernel32/QueryMemoryResourceNotification.S delete mode 100644 libc/nt/kernel32/QueryMemoryResourceNotification.s create mode 100644 libc/nt/kernel32/QueryPerformanceCounter.S delete mode 100644 libc/nt/kernel32/QueryPerformanceCounter.s create mode 100644 libc/nt/kernel32/QueryPerformanceFrequency.S delete mode 100644 libc/nt/kernel32/QueryPerformanceFrequency.s create mode 100644 libc/nt/kernel32/QueryProcessAffinityUpdateMode.S delete mode 100644 libc/nt/kernel32/QueryProcessAffinityUpdateMode.s create mode 100644 libc/nt/kernel32/QueryProcessCycleTime.S delete mode 100644 libc/nt/kernel32/QueryProcessCycleTime.s create mode 100644 libc/nt/kernel32/QueryProtectedPolicy.S delete mode 100644 libc/nt/kernel32/QueryProtectedPolicy.s create mode 100644 libc/nt/kernel32/QueryThreadCycleTime.S delete mode 100644 libc/nt/kernel32/QueryThreadCycleTime.s create mode 100644 libc/nt/kernel32/QueryThreadProfiling.S delete mode 100644 libc/nt/kernel32/QueryThreadProfiling.s create mode 100644 libc/nt/kernel32/QueryThreadpoolStackInformation.S delete mode 100644 libc/nt/kernel32/QueryThreadpoolStackInformation.s create mode 100644 libc/nt/kernel32/QueryUmsThreadInformation.S delete mode 100644 libc/nt/kernel32/QueryUmsThreadInformation.s create mode 100644 libc/nt/kernel32/QueryUnbiasedInterruptTime.S delete mode 100644 libc/nt/kernel32/QueryUnbiasedInterruptTime.s create mode 100644 libc/nt/kernel32/QueueUserAPC.S delete mode 100644 libc/nt/kernel32/QueueUserAPC.s create mode 100644 libc/nt/kernel32/QueueUserWorkItem.S delete mode 100644 libc/nt/kernel32/QueueUserWorkItem.s create mode 100644 libc/nt/kernel32/QuirkGetData2Worker.S delete mode 100644 libc/nt/kernel32/QuirkGetData2Worker.s create mode 100644 libc/nt/kernel32/QuirkGetDataWorker.S delete mode 100644 libc/nt/kernel32/QuirkGetDataWorker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabled2Worker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabled2Worker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabled3Worker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabled3Worker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackageWorker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledForPackageWorker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledForProcessWorker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledForProcessWorker.s create mode 100644 libc/nt/kernel32/QuirkIsEnabledWorker.S delete mode 100644 libc/nt/kernel32/QuirkIsEnabledWorker.s create mode 100644 libc/nt/kernel32/RaiseException.S delete mode 100644 libc/nt/kernel32/RaiseException.s create mode 100644 libc/nt/kernel32/RaiseFailFastException.S delete mode 100644 libc/nt/kernel32/RaiseFailFastException.s create mode 100644 libc/nt/kernel32/RaiseInvalid16BitExeError.S delete mode 100644 libc/nt/kernel32/RaiseInvalid16BitExeError.s create mode 100644 libc/nt/kernel32/ReOpenFile.S delete mode 100644 libc/nt/kernel32/ReOpenFile.s create mode 100644 libc/nt/kernel32/ReadConsoleInputW.S delete mode 100644 libc/nt/kernel32/ReadConsoleInputW.s create mode 100644 libc/nt/kernel32/ReadConsoleOutputAttribute.S delete mode 100644 libc/nt/kernel32/ReadConsoleOutputAttribute.s create mode 100644 libc/nt/kernel32/ReadConsoleOutputCharacterW.S delete mode 100644 libc/nt/kernel32/ReadConsoleOutputCharacterW.s create mode 100644 libc/nt/kernel32/ReadConsoleOutputW.S delete mode 100644 libc/nt/kernel32/ReadConsoleOutputW.s create mode 100644 libc/nt/kernel32/ReadConsoleW.S delete mode 100644 libc/nt/kernel32/ReadConsoleW.s create mode 100644 libc/nt/kernel32/ReadDirectoryChangesW.S delete mode 100644 libc/nt/kernel32/ReadDirectoryChangesW.s create mode 100644 libc/nt/kernel32/ReadFile.S delete mode 100644 libc/nt/kernel32/ReadFile.s create mode 100644 libc/nt/kernel32/ReadFileEx.S delete mode 100644 libc/nt/kernel32/ReadFileEx.s create mode 100644 libc/nt/kernel32/ReadFileScatter.S delete mode 100644 libc/nt/kernel32/ReadFileScatter.s create mode 100644 libc/nt/kernel32/ReadProcessMemory.S delete mode 100644 libc/nt/kernel32/ReadProcessMemory.s create mode 100644 libc/nt/kernel32/ReadThreadProfilingData.S delete mode 100644 libc/nt/kernel32/ReadThreadProfilingData.s create mode 100644 libc/nt/kernel32/ReclaimVirtualMemory.S delete mode 100644 libc/nt/kernel32/ReclaimVirtualMemory.s create mode 100644 libc/nt/kernel32/RegDisablePredefinedCacheEx.S delete mode 100644 libc/nt/kernel32/RegDisablePredefinedCacheEx.s create mode 100644 libc/nt/kernel32/RegisterApplicationRecoveryCallback.S delete mode 100644 libc/nt/kernel32/RegisterApplicationRecoveryCallback.s create mode 100644 libc/nt/kernel32/RegisterApplicationRestart.S delete mode 100644 libc/nt/kernel32/RegisterApplicationRestart.s create mode 100644 libc/nt/kernel32/RegisterBadMemoryNotification.S delete mode 100644 libc/nt/kernel32/RegisterBadMemoryNotification.s create mode 100644 libc/nt/kernel32/RegisterConsoleIME.S delete mode 100644 libc/nt/kernel32/RegisterConsoleIME.s create mode 100644 libc/nt/kernel32/RegisterConsoleOS2.S delete mode 100644 libc/nt/kernel32/RegisterConsoleOS2.s create mode 100644 libc/nt/kernel32/RegisterConsoleVDM.S delete mode 100644 libc/nt/kernel32/RegisterConsoleVDM.s create mode 100644 libc/nt/kernel32/RegisterWaitForInputIdle.S delete mode 100644 libc/nt/kernel32/RegisterWaitForInputIdle.s create mode 100644 libc/nt/kernel32/RegisterWaitForSingleObject.S delete mode 100644 libc/nt/kernel32/RegisterWaitForSingleObject.s create mode 100644 libc/nt/kernel32/RegisterWaitUntilOOBECompleted.S delete mode 100644 libc/nt/kernel32/RegisterWaitUntilOOBECompleted.s create mode 100644 libc/nt/kernel32/RegisterWowBaseHandlers.S delete mode 100644 libc/nt/kernel32/RegisterWowBaseHandlers.s create mode 100644 libc/nt/kernel32/RegisterWowExec.S delete mode 100644 libc/nt/kernel32/RegisterWowExec.s create mode 100644 libc/nt/kernel32/ReleaseActCtx.S delete mode 100644 libc/nt/kernel32/ReleaseActCtx.s create mode 100644 libc/nt/kernel32/ReleaseActCtxWorker.S delete mode 100644 libc/nt/kernel32/ReleaseActCtxWorker.s create mode 100644 libc/nt/kernel32/ReleaseMutex.S delete mode 100644 libc/nt/kernel32/ReleaseMutex.s create mode 100644 libc/nt/kernel32/ReleaseSRWLockExclusive.S delete mode 100644 libc/nt/kernel32/ReleaseSRWLockExclusive.s create mode 100644 libc/nt/kernel32/ReleaseSRWLockShared.S delete mode 100644 libc/nt/kernel32/ReleaseSRWLockShared.s create mode 100644 libc/nt/kernel32/ReleaseSemaphore.S delete mode 100644 libc/nt/kernel32/ReleaseSemaphore.s create mode 100644 libc/nt/kernel32/RemoveDirectoryTransactedW.S delete mode 100644 libc/nt/kernel32/RemoveDirectoryTransactedW.s create mode 100644 libc/nt/kernel32/RemoveDirectoryW.S delete mode 100644 libc/nt/kernel32/RemoveDirectoryW.s create mode 100644 libc/nt/kernel32/RemoveDllDirectory.S delete mode 100644 libc/nt/kernel32/RemoveDllDirectory.s create mode 100644 libc/nt/kernel32/RemoveLocalAlternateComputerNameW.S delete mode 100644 libc/nt/kernel32/RemoveLocalAlternateComputerNameW.s create mode 100644 libc/nt/kernel32/RemoveSecureMemoryCacheCallback.S delete mode 100644 libc/nt/kernel32/RemoveSecureMemoryCacheCallback.s create mode 100644 libc/nt/kernel32/RemoveVectoredContinueHandler.S delete mode 100644 libc/nt/kernel32/RemoveVectoredContinueHandler.s create mode 100644 libc/nt/kernel32/RemoveVectoredExceptionHandler.S delete mode 100644 libc/nt/kernel32/RemoveVectoredExceptionHandler.s create mode 100644 libc/nt/kernel32/ReplaceFileW.S delete mode 100644 libc/nt/kernel32/ReplaceFileW.s create mode 100644 libc/nt/kernel32/ReplacePartitionUnit.S delete mode 100644 libc/nt/kernel32/ReplacePartitionUnit.s create mode 100644 libc/nt/kernel32/RequestDeviceWakeup.S delete mode 100644 libc/nt/kernel32/RequestDeviceWakeup.s create mode 100644 libc/nt/kernel32/RequestWakeupLatency.S delete mode 100644 libc/nt/kernel32/RequestWakeupLatency.s create mode 100644 libc/nt/kernel32/ResetEvent.S delete mode 100644 libc/nt/kernel32/ResetEvent.s create mode 100644 libc/nt/kernel32/ResetWriteWatch.S delete mode 100644 libc/nt/kernel32/ResetWriteWatch.s create mode 100644 libc/nt/kernel32/ResolveDelayLoadedAPI.S delete mode 100644 libc/nt/kernel32/ResolveDelayLoadedAPI.s create mode 100644 libc/nt/kernel32/ResolveDelayLoadsFromDll.S delete mode 100644 libc/nt/kernel32/ResolveDelayLoadsFromDll.s create mode 100644 libc/nt/kernel32/ResolveLocaleName.S delete mode 100644 libc/nt/kernel32/ResolveLocaleName.s create mode 100644 libc/nt/kernel32/ResumeThread.S delete mode 100644 libc/nt/kernel32/ResumeThread.s create mode 100644 libc/nt/kernel32/ScrollConsoleScreenBufferW.S delete mode 100644 libc/nt/kernel32/ScrollConsoleScreenBufferW.s create mode 100644 libc/nt/kernel32/SearchPathW.S delete mode 100644 libc/nt/kernel32/SearchPathW.s create mode 100644 libc/nt/kernel32/SetCalendarInfoW.S delete mode 100644 libc/nt/kernel32/SetCalendarInfoW.s create mode 100644 libc/nt/kernel32/SetComPlusPackageInstallStatus.S delete mode 100644 libc/nt/kernel32/SetComPlusPackageInstallStatus.s create mode 100644 libc/nt/kernel32/SetCommBreak.S delete mode 100644 libc/nt/kernel32/SetCommBreak.s create mode 100644 libc/nt/kernel32/SetCommConfig.S delete mode 100644 libc/nt/kernel32/SetCommConfig.s create mode 100644 libc/nt/kernel32/SetCommMask.S delete mode 100644 libc/nt/kernel32/SetCommMask.s create mode 100644 libc/nt/kernel32/SetCommState.S delete mode 100644 libc/nt/kernel32/SetCommState.s create mode 100644 libc/nt/kernel32/SetCommTimeouts.S delete mode 100644 libc/nt/kernel32/SetCommTimeouts.s create mode 100644 libc/nt/kernel32/SetComputerNameExW.S delete mode 100644 libc/nt/kernel32/SetComputerNameExW.s create mode 100644 libc/nt/kernel32/SetComputerNameW.S delete mode 100644 libc/nt/kernel32/SetComputerNameW.s create mode 100644 libc/nt/kernel32/SetConsoleActiveScreenBuffer.S delete mode 100644 libc/nt/kernel32/SetConsoleActiveScreenBuffer.s create mode 100644 libc/nt/kernel32/SetConsoleCP.S delete mode 100644 libc/nt/kernel32/SetConsoleCP.s create mode 100644 libc/nt/kernel32/SetConsoleCtrlHandler.S delete mode 100644 libc/nt/kernel32/SetConsoleCtrlHandler.s create mode 100644 libc/nt/kernel32/SetConsoleCursor.S delete mode 100644 libc/nt/kernel32/SetConsoleCursor.s create mode 100644 libc/nt/kernel32/SetConsoleCursorInfo.S delete mode 100644 libc/nt/kernel32/SetConsoleCursorInfo.s create mode 100644 libc/nt/kernel32/SetConsoleCursorMode.S delete mode 100644 libc/nt/kernel32/SetConsoleCursorMode.s create mode 100644 libc/nt/kernel32/SetConsoleCursorPosition.S delete mode 100644 libc/nt/kernel32/SetConsoleCursorPosition.s create mode 100644 libc/nt/kernel32/SetConsoleDisplayMode.S delete mode 100644 libc/nt/kernel32/SetConsoleDisplayMode.s create mode 100644 libc/nt/kernel32/SetConsoleFont.S delete mode 100644 libc/nt/kernel32/SetConsoleFont.s create mode 100644 libc/nt/kernel32/SetConsoleHardwareState.S delete mode 100644 libc/nt/kernel32/SetConsoleHardwareState.s create mode 100644 libc/nt/kernel32/SetConsoleHistoryInfo.S delete mode 100644 libc/nt/kernel32/SetConsoleHistoryInfo.s create mode 100644 libc/nt/kernel32/SetConsoleIcon.S delete mode 100644 libc/nt/kernel32/SetConsoleIcon.s create mode 100644 libc/nt/kernel32/SetConsoleKeyShortcuts.S delete mode 100644 libc/nt/kernel32/SetConsoleKeyShortcuts.s create mode 100644 libc/nt/kernel32/SetConsoleLocalEUDC.S delete mode 100644 libc/nt/kernel32/SetConsoleLocalEUDC.s create mode 100644 libc/nt/kernel32/SetConsoleMaximumWindowSize.S delete mode 100644 libc/nt/kernel32/SetConsoleMaximumWindowSize.s create mode 100644 libc/nt/kernel32/SetConsoleMenuClose.S delete mode 100644 libc/nt/kernel32/SetConsoleMenuClose.s create mode 100644 libc/nt/kernel32/SetConsoleMode.S delete mode 100644 libc/nt/kernel32/SetConsoleMode.s create mode 100644 libc/nt/kernel32/SetConsoleNlsMode.S delete mode 100644 libc/nt/kernel32/SetConsoleNlsMode.s create mode 100644 libc/nt/kernel32/SetConsoleOS2OemFormat.S delete mode 100644 libc/nt/kernel32/SetConsoleOS2OemFormat.s create mode 100644 libc/nt/kernel32/SetConsoleOutputCP.S delete mode 100644 libc/nt/kernel32/SetConsoleOutputCP.s create mode 100644 libc/nt/kernel32/SetConsolePalette.S delete mode 100644 libc/nt/kernel32/SetConsolePalette.s create mode 100644 libc/nt/kernel32/SetConsoleScreenBufferInfoEx.S delete mode 100644 libc/nt/kernel32/SetConsoleScreenBufferInfoEx.s create mode 100644 libc/nt/kernel32/SetConsoleScreenBufferSize.S delete mode 100644 libc/nt/kernel32/SetConsoleScreenBufferSize.s create mode 100644 libc/nt/kernel32/SetConsoleTextAttribute.S delete mode 100644 libc/nt/kernel32/SetConsoleTextAttribute.s create mode 100644 libc/nt/kernel32/SetConsoleTitleW.S delete mode 100644 libc/nt/kernel32/SetConsoleTitleW.s create mode 100644 libc/nt/kernel32/SetConsoleWindowInfo.S delete mode 100644 libc/nt/kernel32/SetConsoleWindowInfo.s create mode 100644 libc/nt/kernel32/SetCriticalSectionSpinCount.S delete mode 100644 libc/nt/kernel32/SetCriticalSectionSpinCount.s create mode 100644 libc/nt/kernel32/SetCurrentConsoleFontEx.S delete mode 100644 libc/nt/kernel32/SetCurrentConsoleFontEx.s create mode 100644 libc/nt/kernel32/SetCurrentDirectoryW.S delete mode 100644 libc/nt/kernel32/SetCurrentDirectoryW.s create mode 100644 libc/nt/kernel32/SetDefaultCommConfigW.S delete mode 100644 libc/nt/kernel32/SetDefaultCommConfigW.s create mode 100644 libc/nt/kernel32/SetDefaultDllDirectories.S delete mode 100644 libc/nt/kernel32/SetDefaultDllDirectories.s create mode 100644 libc/nt/kernel32/SetDllDirectoryW.S delete mode 100644 libc/nt/kernel32/SetDllDirectoryW.s create mode 100644 libc/nt/kernel32/SetDynamicTimeZoneInformation.S delete mode 100644 libc/nt/kernel32/SetDynamicTimeZoneInformation.s create mode 100644 libc/nt/kernel32/SetEndOfFile.S delete mode 100644 libc/nt/kernel32/SetEndOfFile.s create mode 100644 libc/nt/kernel32/SetEnvironmentVariableW.S delete mode 100644 libc/nt/kernel32/SetEnvironmentVariableW.s create mode 100644 libc/nt/kernel32/SetErrorMode.S delete mode 100644 libc/nt/kernel32/SetErrorMode.s create mode 100644 libc/nt/kernel32/SetEvent.S delete mode 100644 libc/nt/kernel32/SetEvent.s create mode 100644 libc/nt/kernel32/SetFileApisToANSI.S delete mode 100644 libc/nt/kernel32/SetFileApisToANSI.s create mode 100644 libc/nt/kernel32/SetFileApisToOEM.S delete mode 100644 libc/nt/kernel32/SetFileApisToOEM.s create mode 100644 libc/nt/kernel32/SetFileAttributesTransactedW.S delete mode 100644 libc/nt/kernel32/SetFileAttributesTransactedW.s create mode 100644 libc/nt/kernel32/SetFileAttributesW.S delete mode 100644 libc/nt/kernel32/SetFileAttributesW.s create mode 100644 libc/nt/kernel32/SetFileBandwidthReservation.S delete mode 100644 libc/nt/kernel32/SetFileBandwidthReservation.s create mode 100644 libc/nt/kernel32/SetFileCompletionNotificationModes.S delete mode 100644 libc/nt/kernel32/SetFileCompletionNotificationModes.s create mode 100644 libc/nt/kernel32/SetFileInformationByHandle.S delete mode 100644 libc/nt/kernel32/SetFileInformationByHandle.s create mode 100644 libc/nt/kernel32/SetFileIoOverlappedRange.S delete mode 100644 libc/nt/kernel32/SetFileIoOverlappedRange.s create mode 100644 libc/nt/kernel32/SetFilePointer.S delete mode 100644 libc/nt/kernel32/SetFilePointer.s create mode 100644 libc/nt/kernel32/SetFilePointerEx.S delete mode 100644 libc/nt/kernel32/SetFilePointerEx.s create mode 100644 libc/nt/kernel32/SetFileShortNameW.S delete mode 100644 libc/nt/kernel32/SetFileShortNameW.s create mode 100644 libc/nt/kernel32/SetFileTime.S delete mode 100644 libc/nt/kernel32/SetFileTime.s create mode 100644 libc/nt/kernel32/SetFileValidData.S delete mode 100644 libc/nt/kernel32/SetFileValidData.s create mode 100644 libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.S delete mode 100644 libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.s create mode 100644 libc/nt/kernel32/SetFirmwareEnvironmentVariableW.S delete mode 100644 libc/nt/kernel32/SetFirmwareEnvironmentVariableW.s create mode 100644 libc/nt/kernel32/SetHandleCount.S delete mode 100644 libc/nt/kernel32/SetHandleCount.s create mode 100644 libc/nt/kernel32/SetHandleInformation.S delete mode 100644 libc/nt/kernel32/SetHandleInformation.s create mode 100644 libc/nt/kernel32/SetInformationJobObject.S delete mode 100644 libc/nt/kernel32/SetInformationJobObject.s create mode 100644 libc/nt/kernel32/SetIoRateControlInformationJobObject.S delete mode 100644 libc/nt/kernel32/SetIoRateControlInformationJobObject.s create mode 100644 libc/nt/kernel32/SetLastError.S delete mode 100644 libc/nt/kernel32/SetLastError.s create mode 100644 libc/nt/kernel32/SetLocalPrimaryComputerNameW.S delete mode 100644 libc/nt/kernel32/SetLocalPrimaryComputerNameW.s create mode 100644 libc/nt/kernel32/SetLocalTime.S delete mode 100644 libc/nt/kernel32/SetLocalTime.s create mode 100644 libc/nt/kernel32/SetLocaleInfoW.S delete mode 100644 libc/nt/kernel32/SetLocaleInfoW.s create mode 100644 libc/nt/kernel32/SetMailslotInfo.S delete mode 100644 libc/nt/kernel32/SetMailslotInfo.s create mode 100644 libc/nt/kernel32/SetMessageWaitingIndicator.S delete mode 100644 libc/nt/kernel32/SetMessageWaitingIndicator.s create mode 100644 libc/nt/kernel32/SetNamedPipeAttribute.S delete mode 100644 libc/nt/kernel32/SetNamedPipeAttribute.s create mode 100644 libc/nt/kernel32/SetNamedPipeHandleState.S delete mode 100644 libc/nt/kernel32/SetNamedPipeHandleState.s create mode 100644 libc/nt/kernel32/SetPriorityClass.S delete mode 100644 libc/nt/kernel32/SetPriorityClass.s create mode 100644 libc/nt/kernel32/SetProcessAffinityMask.S delete mode 100644 libc/nt/kernel32/SetProcessAffinityMask.s create mode 100644 libc/nt/kernel32/SetProcessAffinityUpdateMode.S delete mode 100644 libc/nt/kernel32/SetProcessAffinityUpdateMode.s create mode 100644 libc/nt/kernel32/SetProcessDEPPolicy.S delete mode 100644 libc/nt/kernel32/SetProcessDEPPolicy.s create mode 100644 libc/nt/kernel32/SetProcessDefaultCpuSets.S delete mode 100644 libc/nt/kernel32/SetProcessDefaultCpuSets.s create mode 100644 libc/nt/kernel32/SetProcessInformation.S delete mode 100644 libc/nt/kernel32/SetProcessInformation.s create mode 100644 libc/nt/kernel32/SetProcessMitigationPolicy.S delete mode 100644 libc/nt/kernel32/SetProcessMitigationPolicy.s create mode 100644 libc/nt/kernel32/SetProcessPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/SetProcessPreferredUILanguages.s create mode 100644 libc/nt/kernel32/SetProcessPriorityBoost.S delete mode 100644 libc/nt/kernel32/SetProcessPriorityBoost.s create mode 100644 libc/nt/kernel32/SetProcessShutdownParameters.S delete mode 100644 libc/nt/kernel32/SetProcessShutdownParameters.s create mode 100644 libc/nt/kernel32/SetProcessWorkingSetSize.S delete mode 100644 libc/nt/kernel32/SetProcessWorkingSetSize.s create mode 100644 libc/nt/kernel32/SetProcessWorkingSetSizeEx.S delete mode 100644 libc/nt/kernel32/SetProcessWorkingSetSizeEx.s create mode 100644 libc/nt/kernel32/SetProtectedPolicy.S delete mode 100644 libc/nt/kernel32/SetProtectedPolicy.s create mode 100644 libc/nt/kernel32/SetSearchPathMode.S delete mode 100644 libc/nt/kernel32/SetSearchPathMode.s create mode 100644 libc/nt/kernel32/SetStdHandle.S delete mode 100644 libc/nt/kernel32/SetStdHandle.s create mode 100644 libc/nt/kernel32/SetSystemFileCacheSize.S delete mode 100644 libc/nt/kernel32/SetSystemFileCacheSize.s create mode 100644 libc/nt/kernel32/SetSystemPowerState.S delete mode 100644 libc/nt/kernel32/SetSystemPowerState.s create mode 100644 libc/nt/kernel32/SetSystemTime.S delete mode 100644 libc/nt/kernel32/SetSystemTime.s create mode 100644 libc/nt/kernel32/SetSystemTimeAdjustment.S delete mode 100644 libc/nt/kernel32/SetSystemTimeAdjustment.s create mode 100644 libc/nt/kernel32/SetTapeParameters.S delete mode 100644 libc/nt/kernel32/SetTapeParameters.s create mode 100644 libc/nt/kernel32/SetTapePosition.S delete mode 100644 libc/nt/kernel32/SetTapePosition.s create mode 100644 libc/nt/kernel32/SetTermsrvAppInstallMode.S delete mode 100644 libc/nt/kernel32/SetTermsrvAppInstallMode.s create mode 100644 libc/nt/kernel32/SetThreadAffinityMask.S delete mode 100644 libc/nt/kernel32/SetThreadAffinityMask.s create mode 100644 libc/nt/kernel32/SetThreadContext.S delete mode 100644 libc/nt/kernel32/SetThreadContext.s create mode 100644 libc/nt/kernel32/SetThreadErrorMode.S delete mode 100644 libc/nt/kernel32/SetThreadErrorMode.s create mode 100644 libc/nt/kernel32/SetThreadExecutionState.S delete mode 100644 libc/nt/kernel32/SetThreadExecutionState.s create mode 100644 libc/nt/kernel32/SetThreadGroupAffinity.S delete mode 100644 libc/nt/kernel32/SetThreadGroupAffinity.s create mode 100644 libc/nt/kernel32/SetThreadIdealProcessor.S delete mode 100644 libc/nt/kernel32/SetThreadIdealProcessor.s create mode 100644 libc/nt/kernel32/SetThreadIdealProcessorEx.S delete mode 100644 libc/nt/kernel32/SetThreadIdealProcessorEx.s create mode 100644 libc/nt/kernel32/SetThreadInformation.S delete mode 100644 libc/nt/kernel32/SetThreadInformation.s create mode 100644 libc/nt/kernel32/SetThreadLocale.S delete mode 100644 libc/nt/kernel32/SetThreadLocale.s create mode 100644 libc/nt/kernel32/SetThreadPreferredUILanguages.S delete mode 100644 libc/nt/kernel32/SetThreadPreferredUILanguages.s create mode 100644 libc/nt/kernel32/SetThreadPriority.S delete mode 100644 libc/nt/kernel32/SetThreadPriority.s create mode 100644 libc/nt/kernel32/SetThreadPriorityBoost.S delete mode 100644 libc/nt/kernel32/SetThreadPriorityBoost.s create mode 100644 libc/nt/kernel32/SetThreadSelectedCpuSets.S delete mode 100644 libc/nt/kernel32/SetThreadSelectedCpuSets.s create mode 100644 libc/nt/kernel32/SetThreadStackGuarantee.S delete mode 100644 libc/nt/kernel32/SetThreadStackGuarantee.s create mode 100644 libc/nt/kernel32/SetThreadUILanguage.S delete mode 100644 libc/nt/kernel32/SetThreadUILanguage.s create mode 100644 libc/nt/kernel32/SetThreadpoolStackInformation.S delete mode 100644 libc/nt/kernel32/SetThreadpoolStackInformation.s create mode 100644 libc/nt/kernel32/SetThreadpoolThreadMinimum.S delete mode 100644 libc/nt/kernel32/SetThreadpoolThreadMinimum.s create mode 100644 libc/nt/kernel32/SetTimeZoneInformation.S delete mode 100644 libc/nt/kernel32/SetTimeZoneInformation.s create mode 100644 libc/nt/kernel32/SetTimerQueueTimer.S delete mode 100644 libc/nt/kernel32/SetTimerQueueTimer.s create mode 100644 libc/nt/kernel32/SetUmsThreadInformation.S delete mode 100644 libc/nt/kernel32/SetUmsThreadInformation.s create mode 100644 libc/nt/kernel32/SetUnhandledExceptionFilter.S delete mode 100644 libc/nt/kernel32/SetUnhandledExceptionFilter.s create mode 100644 libc/nt/kernel32/SetUserGeoID.S delete mode 100644 libc/nt/kernel32/SetUserGeoID.s create mode 100644 libc/nt/kernel32/SetVDMCurrentDirectories.S delete mode 100644 libc/nt/kernel32/SetVDMCurrentDirectories.s create mode 100644 libc/nt/kernel32/SetVolumeLabelW.S delete mode 100644 libc/nt/kernel32/SetVolumeLabelW.s create mode 100644 libc/nt/kernel32/SetVolumeMountPointW.S delete mode 100644 libc/nt/kernel32/SetVolumeMountPointW.s create mode 100644 libc/nt/kernel32/SetVolumeMountPointWStub.S delete mode 100644 libc/nt/kernel32/SetVolumeMountPointWStub.s create mode 100644 libc/nt/kernel32/SetWaitableTimer.S delete mode 100644 libc/nt/kernel32/SetWaitableTimer.s create mode 100644 libc/nt/kernel32/SetWaitableTimerEx.S delete mode 100644 libc/nt/kernel32/SetWaitableTimerEx.s create mode 100644 libc/nt/kernel32/SetXStateFeaturesMask.S delete mode 100644 libc/nt/kernel32/SetXStateFeaturesMask.s create mode 100644 libc/nt/kernel32/SetupComm.S delete mode 100644 libc/nt/kernel32/SetupComm.s create mode 100644 libc/nt/kernel32/ShowConsoleCursor.S delete mode 100644 libc/nt/kernel32/ShowConsoleCursor.s create mode 100644 libc/nt/kernel32/SignalObjectAndWait.S delete mode 100644 libc/nt/kernel32/SignalObjectAndWait.s create mode 100644 libc/nt/kernel32/SizeofResource.S delete mode 100644 libc/nt/kernel32/SizeofResource.s create mode 100644 libc/nt/kernel32/Sleep.S delete mode 100644 libc/nt/kernel32/Sleep.s create mode 100644 libc/nt/kernel32/SleepConditionVariableCS.S delete mode 100644 libc/nt/kernel32/SleepConditionVariableCS.s create mode 100644 libc/nt/kernel32/SleepConditionVariableSRW.S delete mode 100644 libc/nt/kernel32/SleepConditionVariableSRW.s create mode 100644 libc/nt/kernel32/SleepEx.S delete mode 100644 libc/nt/kernel32/SleepEx.s create mode 100644 libc/nt/kernel32/SortCloseHandle.S delete mode 100644 libc/nt/kernel32/SortCloseHandle.s create mode 100644 libc/nt/kernel32/SortGetHandle.S delete mode 100644 libc/nt/kernel32/SortGetHandle.s create mode 100644 libc/nt/kernel32/SuspendThread.S delete mode 100644 libc/nt/kernel32/SuspendThread.s create mode 100644 libc/nt/kernel32/SwitchToFiber.S delete mode 100644 libc/nt/kernel32/SwitchToFiber.s create mode 100644 libc/nt/kernel32/SwitchToThread.S delete mode 100644 libc/nt/kernel32/SwitchToThread.s create mode 100644 libc/nt/kernel32/SystemTimeToFileTime.S delete mode 100644 libc/nt/kernel32/SystemTimeToFileTime.s create mode 100644 libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.S delete mode 100644 libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.s create mode 100644 libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.S delete mode 100644 libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.s create mode 100644 libc/nt/kernel32/TerminateJobObject.S delete mode 100644 libc/nt/kernel32/TerminateJobObject.s create mode 100644 libc/nt/kernel32/TerminateProcess.S delete mode 100644 libc/nt/kernel32/TerminateProcess.s create mode 100644 libc/nt/kernel32/TerminateThread.S delete mode 100644 libc/nt/kernel32/TerminateThread.s create mode 100644 libc/nt/kernel32/TermsrvAppInstallMode.S delete mode 100644 libc/nt/kernel32/TermsrvAppInstallMode.s create mode 100644 libc/nt/kernel32/TermsrvConvertSysRootToUserDir.S delete mode 100644 libc/nt/kernel32/TermsrvConvertSysRootToUserDir.s create mode 100644 libc/nt/kernel32/TermsrvCreateRegEntry.S delete mode 100644 libc/nt/kernel32/TermsrvCreateRegEntry.s create mode 100644 libc/nt/kernel32/TermsrvDeleteKey.S delete mode 100644 libc/nt/kernel32/TermsrvDeleteKey.s create mode 100644 libc/nt/kernel32/TermsrvDeleteValue.S delete mode 100644 libc/nt/kernel32/TermsrvDeleteValue.s create mode 100644 libc/nt/kernel32/TermsrvGetPreSetValue.S delete mode 100644 libc/nt/kernel32/TermsrvGetPreSetValue.s create mode 100644 libc/nt/kernel32/TermsrvGetWindowsDirectoryW.S delete mode 100644 libc/nt/kernel32/TermsrvGetWindowsDirectoryW.s create mode 100644 libc/nt/kernel32/TermsrvOpenRegEntry.S delete mode 100644 libc/nt/kernel32/TermsrvOpenRegEntry.s create mode 100644 libc/nt/kernel32/TermsrvOpenUserClasses.S delete mode 100644 libc/nt/kernel32/TermsrvOpenUserClasses.s create mode 100644 libc/nt/kernel32/TermsrvRestoreKey.S delete mode 100644 libc/nt/kernel32/TermsrvRestoreKey.s create mode 100644 libc/nt/kernel32/TermsrvSetKeySecurity.S delete mode 100644 libc/nt/kernel32/TermsrvSetKeySecurity.s create mode 100644 libc/nt/kernel32/TermsrvSetValueKey.S delete mode 100644 libc/nt/kernel32/TermsrvSetValueKey.s create mode 100644 libc/nt/kernel32/TermsrvSyncUserIniFileExt.S delete mode 100644 libc/nt/kernel32/TermsrvSyncUserIniFileExt.s create mode 100644 libc/nt/kernel32/Thread32First.S delete mode 100644 libc/nt/kernel32/Thread32First.s create mode 100644 libc/nt/kernel32/Thread32Next.S delete mode 100644 libc/nt/kernel32/Thread32Next.s create mode 100644 libc/nt/kernel32/TlsAlloc.S delete mode 100644 libc/nt/kernel32/TlsAlloc.s create mode 100644 libc/nt/kernel32/TlsFree.S delete mode 100644 libc/nt/kernel32/TlsFree.s create mode 100644 libc/nt/kernel32/TlsGetValue.S delete mode 100644 libc/nt/kernel32/TlsGetValue.s create mode 100644 libc/nt/kernel32/TlsSetValue.S delete mode 100644 libc/nt/kernel32/TlsSetValue.s create mode 100644 libc/nt/kernel32/Toolhelp32ReadProcessMemory.S delete mode 100644 libc/nt/kernel32/Toolhelp32ReadProcessMemory.s create mode 100644 libc/nt/kernel32/TransactNamedPipe.S delete mode 100644 libc/nt/kernel32/TransactNamedPipe.s create mode 100644 libc/nt/kernel32/TransmitCommChar.S delete mode 100644 libc/nt/kernel32/TransmitCommChar.s create mode 100644 libc/nt/kernel32/TryAcquireSRWLockExclusive.S delete mode 100644 libc/nt/kernel32/TryAcquireSRWLockExclusive.s create mode 100644 libc/nt/kernel32/TryAcquireSRWLockShared.S delete mode 100644 libc/nt/kernel32/TryAcquireSRWLockShared.s create mode 100644 libc/nt/kernel32/TryEnterCriticalSection.S delete mode 100644 libc/nt/kernel32/TryEnterCriticalSection.s create mode 100644 libc/nt/kernel32/TrySubmitThreadpoolCallback.S delete mode 100644 libc/nt/kernel32/TrySubmitThreadpoolCallback.s create mode 100644 libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.S delete mode 100644 libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.s create mode 100644 libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.S delete mode 100644 libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.s create mode 100644 libc/nt/kernel32/UTRegister.S delete mode 100644 libc/nt/kernel32/UTRegister.s create mode 100644 libc/nt/kernel32/UTUnRegister.S delete mode 100644 libc/nt/kernel32/UTUnRegister.s create mode 100644 libc/nt/kernel32/UmsThreadYield.S delete mode 100644 libc/nt/kernel32/UmsThreadYield.s create mode 100644 libc/nt/kernel32/UnhandledExceptionFilter.S delete mode 100644 libc/nt/kernel32/UnhandledExceptionFilter.s create mode 100644 libc/nt/kernel32/UnlockFile.S delete mode 100644 libc/nt/kernel32/UnlockFile.s create mode 100644 libc/nt/kernel32/UnlockFileEx.S delete mode 100644 libc/nt/kernel32/UnlockFileEx.s create mode 100644 libc/nt/kernel32/UnmapViewOfFile.S delete mode 100644 libc/nt/kernel32/UnmapViewOfFile.s create mode 100644 libc/nt/kernel32/UnmapViewOfFile2.S delete mode 100644 libc/nt/kernel32/UnmapViewOfFile2.s create mode 100644 libc/nt/kernel32/UnmapViewOfFileEx.S delete mode 100644 libc/nt/kernel32/UnmapViewOfFileEx.s create mode 100644 libc/nt/kernel32/UnregisterApplicationRecoveryCallback.S delete mode 100644 libc/nt/kernel32/UnregisterApplicationRecoveryCallback.s create mode 100644 libc/nt/kernel32/UnregisterApplicationRestart.S delete mode 100644 libc/nt/kernel32/UnregisterApplicationRestart.s create mode 100644 libc/nt/kernel32/UnregisterBadMemoryNotification.S delete mode 100644 libc/nt/kernel32/UnregisterBadMemoryNotification.s create mode 100644 libc/nt/kernel32/UnregisterConsoleIME.S delete mode 100644 libc/nt/kernel32/UnregisterConsoleIME.s create mode 100644 libc/nt/kernel32/UnregisterWait.S delete mode 100644 libc/nt/kernel32/UnregisterWait.s create mode 100644 libc/nt/kernel32/UnregisterWaitEx.S delete mode 100644 libc/nt/kernel32/UnregisterWaitEx.s create mode 100644 libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.S delete mode 100644 libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.s create mode 100644 libc/nt/kernel32/UpdateCalendarDayOfWeek.S delete mode 100644 libc/nt/kernel32/UpdateCalendarDayOfWeek.s create mode 100644 libc/nt/kernel32/UpdateProcThreadAttribute.S delete mode 100644 libc/nt/kernel32/UpdateProcThreadAttribute.s create mode 100644 libc/nt/kernel32/UpdateResourceW.S delete mode 100644 libc/nt/kernel32/UpdateResourceW.s create mode 100644 libc/nt/kernel32/VDMConsoleOperation.S delete mode 100644 libc/nt/kernel32/VDMConsoleOperation.s create mode 100644 libc/nt/kernel32/VDMOperationStarted.S delete mode 100644 libc/nt/kernel32/VDMOperationStarted.s create mode 100644 libc/nt/kernel32/VerLanguageNameW.S delete mode 100644 libc/nt/kernel32/VerLanguageNameW.s create mode 100644 libc/nt/kernel32/VerifyConsoleIoHandle.S delete mode 100644 libc/nt/kernel32/VerifyConsoleIoHandle.s create mode 100644 libc/nt/kernel32/VerifyScripts.S delete mode 100644 libc/nt/kernel32/VerifyScripts.s create mode 100644 libc/nt/kernel32/VerifyVersionInfoW.S delete mode 100644 libc/nt/kernel32/VerifyVersionInfoW.s create mode 100644 libc/nt/kernel32/VirtualAlloc.S delete mode 100644 libc/nt/kernel32/VirtualAlloc.s create mode 100644 libc/nt/kernel32/VirtualAllocEx.S delete mode 100644 libc/nt/kernel32/VirtualAllocEx.s create mode 100644 libc/nt/kernel32/VirtualAllocExNuma.S delete mode 100644 libc/nt/kernel32/VirtualAllocExNuma.s create mode 100644 libc/nt/kernel32/VirtualFree.S delete mode 100644 libc/nt/kernel32/VirtualFree.s create mode 100644 libc/nt/kernel32/VirtualFreeEx.S delete mode 100644 libc/nt/kernel32/VirtualFreeEx.s create mode 100644 libc/nt/kernel32/VirtualLock.S delete mode 100644 libc/nt/kernel32/VirtualLock.s create mode 100644 libc/nt/kernel32/VirtualProtect.S delete mode 100644 libc/nt/kernel32/VirtualProtect.s create mode 100644 libc/nt/kernel32/VirtualProtectEx.S delete mode 100644 libc/nt/kernel32/VirtualProtectEx.s create mode 100644 libc/nt/kernel32/VirtualQuery.S delete mode 100644 libc/nt/kernel32/VirtualQuery.s create mode 100644 libc/nt/kernel32/VirtualQueryEx.S delete mode 100644 libc/nt/kernel32/VirtualQueryEx.s create mode 100644 libc/nt/kernel32/VirtualUnlock.S delete mode 100644 libc/nt/kernel32/VirtualUnlock.s create mode 100644 libc/nt/kernel32/WTSGetActiveConsoleSessionId.S delete mode 100644 libc/nt/kernel32/WTSGetActiveConsoleSessionId.s create mode 100644 libc/nt/kernel32/WaitCommEvent.S delete mode 100644 libc/nt/kernel32/WaitCommEvent.s create mode 100644 libc/nt/kernel32/WaitForDebugEvent.S delete mode 100644 libc/nt/kernel32/WaitForDebugEvent.s create mode 100644 libc/nt/kernel32/WaitForMultipleObjects.S delete mode 100644 libc/nt/kernel32/WaitForMultipleObjects.s create mode 100644 libc/nt/kernel32/WaitForMultipleObjectsEx.S delete mode 100644 libc/nt/kernel32/WaitForMultipleObjectsEx.s create mode 100644 libc/nt/kernel32/WaitForSingleObject.S delete mode 100644 libc/nt/kernel32/WaitForSingleObject.s create mode 100644 libc/nt/kernel32/WaitForSingleObjectEx.S delete mode 100644 libc/nt/kernel32/WaitForSingleObjectEx.s create mode 100644 libc/nt/kernel32/WaitNamedPipeW.S delete mode 100644 libc/nt/kernel32/WaitNamedPipeW.s create mode 100644 libc/nt/kernel32/WerGetFlags.S delete mode 100644 libc/nt/kernel32/WerGetFlags.s create mode 100644 libc/nt/kernel32/WerGetFlagsWorker.S delete mode 100644 libc/nt/kernel32/WerGetFlagsWorker.s create mode 100644 libc/nt/kernel32/WerRegisterFile.S delete mode 100644 libc/nt/kernel32/WerRegisterFile.s create mode 100644 libc/nt/kernel32/WerRegisterFileWorker.S delete mode 100644 libc/nt/kernel32/WerRegisterFileWorker.s create mode 100644 libc/nt/kernel32/WerRegisterMemoryBlock.S delete mode 100644 libc/nt/kernel32/WerRegisterMemoryBlock.s create mode 100644 libc/nt/kernel32/WerRegisterMemoryBlockWorker.S delete mode 100644 libc/nt/kernel32/WerRegisterMemoryBlockWorker.s create mode 100644 libc/nt/kernel32/WerRegisterRuntimeExceptionModule.S delete mode 100644 libc/nt/kernel32/WerRegisterRuntimeExceptionModule.s create mode 100644 libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.S delete mode 100644 libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.s create mode 100644 libc/nt/kernel32/WerSetFlags.S delete mode 100644 libc/nt/kernel32/WerSetFlags.s create mode 100644 libc/nt/kernel32/WerSetFlagsWorker.S delete mode 100644 libc/nt/kernel32/WerSetFlagsWorker.s create mode 100644 libc/nt/kernel32/WerUnregisterFile.S delete mode 100644 libc/nt/kernel32/WerUnregisterFile.s create mode 100644 libc/nt/kernel32/WerUnregisterFileWorker.S delete mode 100644 libc/nt/kernel32/WerUnregisterFileWorker.s create mode 100644 libc/nt/kernel32/WerUnregisterMemoryBlock.S delete mode 100644 libc/nt/kernel32/WerUnregisterMemoryBlock.s create mode 100644 libc/nt/kernel32/WerUnregisterMemoryBlockWorker.S delete mode 100644 libc/nt/kernel32/WerUnregisterMemoryBlockWorker.s create mode 100644 libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.S delete mode 100644 libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.s create mode 100644 libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.S delete mode 100644 libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.s create mode 100644 libc/nt/kernel32/WerpGetDebugger.S delete mode 100644 libc/nt/kernel32/WerpGetDebugger.s create mode 100644 libc/nt/kernel32/WerpInitiateRemoteRecovery.S delete mode 100644 libc/nt/kernel32/WerpInitiateRemoteRecovery.s create mode 100644 libc/nt/kernel32/WerpLaunchAeDebug.S delete mode 100644 libc/nt/kernel32/WerpLaunchAeDebug.s create mode 100644 libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.S delete mode 100644 libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.s create mode 100644 libc/nt/kernel32/WerpNotifyUseStringResourceWorker.S delete mode 100644 libc/nt/kernel32/WerpNotifyUseStringResourceWorker.s create mode 100644 libc/nt/kernel32/WideCharToMultiByte.S delete mode 100644 libc/nt/kernel32/WideCharToMultiByte.s create mode 100644 libc/nt/kernel32/WinExec.S delete mode 100644 libc/nt/kernel32/WinExec.s create mode 100644 libc/nt/kernel32/WriteConsoleInputVDMW.S delete mode 100644 libc/nt/kernel32/WriteConsoleInputVDMW.s create mode 100644 libc/nt/kernel32/WriteConsoleInputW.S delete mode 100644 libc/nt/kernel32/WriteConsoleInputW.s create mode 100644 libc/nt/kernel32/WriteConsoleOutputAttribute.S delete mode 100644 libc/nt/kernel32/WriteConsoleOutputAttribute.s create mode 100644 libc/nt/kernel32/WriteConsoleOutputCharacterW.S delete mode 100644 libc/nt/kernel32/WriteConsoleOutputCharacterW.s create mode 100644 libc/nt/kernel32/WriteConsoleOutputW.S delete mode 100644 libc/nt/kernel32/WriteConsoleOutputW.s create mode 100644 libc/nt/kernel32/WriteConsoleW.S delete mode 100644 libc/nt/kernel32/WriteConsoleW.s create mode 100644 libc/nt/kernel32/WriteFile.S delete mode 100644 libc/nt/kernel32/WriteFile.s create mode 100644 libc/nt/kernel32/WriteFileEx.S delete mode 100644 libc/nt/kernel32/WriteFileEx.s create mode 100644 libc/nt/kernel32/WriteFileGather.S delete mode 100644 libc/nt/kernel32/WriteFileGather.s create mode 100644 libc/nt/kernel32/WritePrivateProfileSectionW.S delete mode 100644 libc/nt/kernel32/WritePrivateProfileSectionW.s create mode 100644 libc/nt/kernel32/WritePrivateProfileStringW.S delete mode 100644 libc/nt/kernel32/WritePrivateProfileStringW.s create mode 100644 libc/nt/kernel32/WritePrivateProfileStructW.S delete mode 100644 libc/nt/kernel32/WritePrivateProfileStructW.s create mode 100644 libc/nt/kernel32/WriteProcessMemory.S delete mode 100644 libc/nt/kernel32/WriteProcessMemory.s create mode 100644 libc/nt/kernel32/WriteProfileSectionW.S delete mode 100644 libc/nt/kernel32/WriteProfileSectionW.s create mode 100644 libc/nt/kernel32/WriteProfileStringW.S delete mode 100644 libc/nt/kernel32/WriteProfileStringW.s create mode 100644 libc/nt/kernel32/WriteTapemark.S delete mode 100644 libc/nt/kernel32/WriteTapemark.s create mode 100644 libc/nt/kernel32/ZombifyActCtx.S delete mode 100644 libc/nt/kernel32/ZombifyActCtx.s create mode 100644 libc/nt/kernel32/ZombifyActCtxWorker.S delete mode 100644 libc/nt/kernel32/ZombifyActCtxWorker.s create mode 100644 libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.S delete mode 100644 libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.s create mode 100644 libc/nt/ntdll/AlpcFreeCompletionListMessage.S delete mode 100644 libc/nt/ntdll/AlpcFreeCompletionListMessage.s create mode 100644 libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.S delete mode 100644 libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.s create mode 100644 libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.S delete mode 100644 libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.s create mode 100644 libc/nt/ntdll/AlpcGetHeaderSize.S delete mode 100644 libc/nt/ntdll/AlpcGetHeaderSize.s create mode 100644 libc/nt/ntdll/AlpcGetMessageAttribute.S delete mode 100644 libc/nt/ntdll/AlpcGetMessageAttribute.s create mode 100644 libc/nt/ntdll/AlpcGetMessageFromCompletionList.S delete mode 100644 libc/nt/ntdll/AlpcGetMessageFromCompletionList.s create mode 100644 libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.S delete mode 100644 libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.s create mode 100644 libc/nt/ntdll/AlpcInitializeMessageAttribute.S delete mode 100644 libc/nt/ntdll/AlpcInitializeMessageAttribute.s create mode 100644 libc/nt/ntdll/AlpcMaxAllowedMessageLength.S delete mode 100644 libc/nt/ntdll/AlpcMaxAllowedMessageLength.s create mode 100644 libc/nt/ntdll/AlpcRegisterCompletionList.S delete mode 100644 libc/nt/ntdll/AlpcRegisterCompletionList.s create mode 100644 libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.S delete mode 100644 libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.s create mode 100644 libc/nt/ntdll/AlpcRundownCompletionList.S delete mode 100644 libc/nt/ntdll/AlpcRundownCompletionList.s create mode 100644 libc/nt/ntdll/AlpcUnregisterCompletionList.S delete mode 100644 libc/nt/ntdll/AlpcUnregisterCompletionList.s create mode 100644 libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.S delete mode 100644 libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.s create mode 100644 libc/nt/ntdll/ApiSetQueryApiSetPresence.S delete mode 100644 libc/nt/ntdll/ApiSetQueryApiSetPresence.s create mode 100644 libc/nt/ntdll/CsrAllocateCaptureBuffer.S delete mode 100644 libc/nt/ntdll/CsrAllocateCaptureBuffer.s create mode 100644 libc/nt/ntdll/CsrAllocateMessagePointer.S delete mode 100644 libc/nt/ntdll/CsrAllocateMessagePointer.s create mode 100644 libc/nt/ntdll/CsrCaptureMessageBuffer.S delete mode 100644 libc/nt/ntdll/CsrCaptureMessageBuffer.s create mode 100644 libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.S delete mode 100644 libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.s create mode 100644 libc/nt/ntdll/CsrCaptureMessageString.S delete mode 100644 libc/nt/ntdll/CsrCaptureMessageString.s create mode 100644 libc/nt/ntdll/CsrCaptureTimeout.S delete mode 100644 libc/nt/ntdll/CsrCaptureTimeout.s create mode 100644 libc/nt/ntdll/CsrClientCallServer.S delete mode 100644 libc/nt/ntdll/CsrClientCallServer.s create mode 100644 libc/nt/ntdll/CsrClientConnectToServer.S delete mode 100644 libc/nt/ntdll/CsrClientConnectToServer.s create mode 100644 libc/nt/ntdll/CsrFreeCaptureBuffer.S delete mode 100644 libc/nt/ntdll/CsrFreeCaptureBuffer.s create mode 100644 libc/nt/ntdll/CsrGetProcessId.S delete mode 100644 libc/nt/ntdll/CsrGetProcessId.s create mode 100644 libc/nt/ntdll/CsrIdentifyAlertableThread.S delete mode 100644 libc/nt/ntdll/CsrIdentifyAlertableThread.s create mode 100644 libc/nt/ntdll/CsrSetPriorityClass.S delete mode 100644 libc/nt/ntdll/CsrSetPriorityClass.s create mode 100644 libc/nt/ntdll/CsrVerifyRegion.S delete mode 100644 libc/nt/ntdll/CsrVerifyRegion.s create mode 100644 libc/nt/ntdll/DbgBreakPoint.S delete mode 100644 libc/nt/ntdll/DbgBreakPoint.s create mode 100644 libc/nt/ntdll/DbgPrint.S delete mode 100644 libc/nt/ntdll/DbgPrint.s create mode 100644 libc/nt/ntdll/DbgPrintEx.S delete mode 100644 libc/nt/ntdll/DbgPrintEx.s create mode 100644 libc/nt/ntdll/DbgPrintReturnControlC.S delete mode 100644 libc/nt/ntdll/DbgPrintReturnControlC.s create mode 100644 libc/nt/ntdll/DbgPrompt.S delete mode 100644 libc/nt/ntdll/DbgPrompt.s create mode 100644 libc/nt/ntdll/DbgQueryDebugFilterState.S delete mode 100644 libc/nt/ntdll/DbgQueryDebugFilterState.s create mode 100644 libc/nt/ntdll/DbgSetDebugFilterState.S delete mode 100644 libc/nt/ntdll/DbgSetDebugFilterState.s create mode 100644 libc/nt/ntdll/DbgUiConnectToDbg.S delete mode 100644 libc/nt/ntdll/DbgUiConnectToDbg.s create mode 100644 libc/nt/ntdll/DbgUiContinue.S delete mode 100644 libc/nt/ntdll/DbgUiContinue.s create mode 100644 libc/nt/ntdll/DbgUiConvertStateChangeStructure.S delete mode 100644 libc/nt/ntdll/DbgUiConvertStateChangeStructure.s create mode 100644 libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.S delete mode 100644 libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.s create mode 100644 libc/nt/ntdll/DbgUiDebugActiveProcess.S delete mode 100644 libc/nt/ntdll/DbgUiDebugActiveProcess.s create mode 100644 libc/nt/ntdll/DbgUiGetThreadDebugObject.S delete mode 100644 libc/nt/ntdll/DbgUiGetThreadDebugObject.s create mode 100644 libc/nt/ntdll/DbgUiIssueRemoteBreakin.S delete mode 100644 libc/nt/ntdll/DbgUiIssueRemoteBreakin.s create mode 100644 libc/nt/ntdll/DbgUiRemoteBreakin.S delete mode 100644 libc/nt/ntdll/DbgUiRemoteBreakin.s create mode 100644 libc/nt/ntdll/DbgUiSetThreadDebugObject.S delete mode 100644 libc/nt/ntdll/DbgUiSetThreadDebugObject.s create mode 100644 libc/nt/ntdll/DbgUiStopDebugging.S delete mode 100644 libc/nt/ntdll/DbgUiStopDebugging.s create mode 100644 libc/nt/ntdll/DbgUiWaitStateChange.S delete mode 100644 libc/nt/ntdll/DbgUiWaitStateChange.s create mode 100644 libc/nt/ntdll/DbgUserBreakPoint.S delete mode 100644 libc/nt/ntdll/DbgUserBreakPoint.s create mode 100644 libc/nt/ntdll/EtwCheckCoverage.S delete mode 100644 libc/nt/ntdll/EtwCheckCoverage.s create mode 100644 libc/nt/ntdll/EtwCreateTraceInstanceId.S delete mode 100644 libc/nt/ntdll/EtwCreateTraceInstanceId.s create mode 100644 libc/nt/ntdll/EtwDeliverDataBlock.S delete mode 100644 libc/nt/ntdll/EtwDeliverDataBlock.s create mode 100644 libc/nt/ntdll/EtwEnumerateProcessRegGuids.S delete mode 100644 libc/nt/ntdll/EtwEnumerateProcessRegGuids.s create mode 100644 libc/nt/ntdll/EtwEventActivityIdControl.S delete mode 100644 libc/nt/ntdll/EtwEventActivityIdControl.s create mode 100644 libc/nt/ntdll/EtwEventEnabled.S delete mode 100644 libc/nt/ntdll/EtwEventEnabled.s create mode 100644 libc/nt/ntdll/EtwEventProviderEnabled.S delete mode 100644 libc/nt/ntdll/EtwEventProviderEnabled.s create mode 100644 libc/nt/ntdll/EtwEventRegister.S delete mode 100644 libc/nt/ntdll/EtwEventRegister.s create mode 100644 libc/nt/ntdll/EtwEventSetInformation.S delete mode 100644 libc/nt/ntdll/EtwEventSetInformation.s create mode 100644 libc/nt/ntdll/EtwEventUnregister.S delete mode 100644 libc/nt/ntdll/EtwEventUnregister.s create mode 100644 libc/nt/ntdll/EtwEventWrite.S delete mode 100644 libc/nt/ntdll/EtwEventWrite.s create mode 100644 libc/nt/ntdll/EtwEventWriteEndScenario.S delete mode 100644 libc/nt/ntdll/EtwEventWriteEndScenario.s create mode 100644 libc/nt/ntdll/EtwEventWriteEx.S delete mode 100644 libc/nt/ntdll/EtwEventWriteEx.s create mode 100644 libc/nt/ntdll/EtwEventWriteFull.S delete mode 100644 libc/nt/ntdll/EtwEventWriteFull.s create mode 100644 libc/nt/ntdll/EtwEventWriteNoRegistration.S delete mode 100644 libc/nt/ntdll/EtwEventWriteNoRegistration.s create mode 100644 libc/nt/ntdll/EtwEventWriteStartScenario.S delete mode 100644 libc/nt/ntdll/EtwEventWriteStartScenario.s create mode 100644 libc/nt/ntdll/EtwEventWriteString.S delete mode 100644 libc/nt/ntdll/EtwEventWriteString.s create mode 100644 libc/nt/ntdll/EtwEventWriteTransfer.S delete mode 100644 libc/nt/ntdll/EtwEventWriteTransfer.s create mode 100644 libc/nt/ntdll/EtwGetTraceEnableFlags.S delete mode 100644 libc/nt/ntdll/EtwGetTraceEnableFlags.s create mode 100644 libc/nt/ntdll/EtwGetTraceEnableLevel.S delete mode 100644 libc/nt/ntdll/EtwGetTraceEnableLevel.s create mode 100644 libc/nt/ntdll/EtwGetTraceLoggerHandle.S delete mode 100644 libc/nt/ntdll/EtwGetTraceLoggerHandle.s create mode 100644 libc/nt/ntdll/EtwLogTraceEvent.S delete mode 100644 libc/nt/ntdll/EtwLogTraceEvent.s create mode 100644 libc/nt/ntdll/EtwNotificationRegister.S delete mode 100644 libc/nt/ntdll/EtwNotificationRegister.s create mode 100644 libc/nt/ntdll/EtwNotificationUnregister.S delete mode 100644 libc/nt/ntdll/EtwNotificationUnregister.s create mode 100644 libc/nt/ntdll/EtwProcessPrivateLoggerRequest.S delete mode 100644 libc/nt/ntdll/EtwProcessPrivateLoggerRequest.s create mode 100644 libc/nt/ntdll/EtwRegisterSecurityProvider.S delete mode 100644 libc/nt/ntdll/EtwRegisterSecurityProvider.s create mode 100644 libc/nt/ntdll/EtwRegisterTraceGuidsW.S delete mode 100644 libc/nt/ntdll/EtwRegisterTraceGuidsW.s create mode 100644 libc/nt/ntdll/EtwReplyNotification.S delete mode 100644 libc/nt/ntdll/EtwReplyNotification.s create mode 100644 libc/nt/ntdll/EtwSendNotification.S delete mode 100644 libc/nt/ntdll/EtwSendNotification.s create mode 100644 libc/nt/ntdll/EtwSetMark.S delete mode 100644 libc/nt/ntdll/EtwSetMark.s create mode 100644 libc/nt/ntdll/EtwTraceEventInstance.S delete mode 100644 libc/nt/ntdll/EtwTraceEventInstance.s create mode 100644 libc/nt/ntdll/EtwTraceMessage.S delete mode 100644 libc/nt/ntdll/EtwTraceMessage.s create mode 100644 libc/nt/ntdll/EtwTraceMessageVa.S delete mode 100644 libc/nt/ntdll/EtwTraceMessageVa.s create mode 100644 libc/nt/ntdll/EtwUnregisterTraceGuids.S delete mode 100644 libc/nt/ntdll/EtwUnregisterTraceGuids.s create mode 100644 libc/nt/ntdll/EtwWriteUMSecurityEvent.S delete mode 100644 libc/nt/ntdll/EtwWriteUMSecurityEvent.s create mode 100644 libc/nt/ntdll/EtwpCreateEtwThread.S delete mode 100644 libc/nt/ntdll/EtwpCreateEtwThread.s create mode 100644 libc/nt/ntdll/EtwpGetCpuSpeed.S delete mode 100644 libc/nt/ntdll/EtwpGetCpuSpeed.s create mode 100644 libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.S delete mode 100644 libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.s create mode 100644 libc/nt/ntdll/EvtIntReportEventAndSourceAsync.S delete mode 100644 libc/nt/ntdll/EvtIntReportEventAndSourceAsync.s create mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.S delete mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.s create mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListFault.S delete mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListFault.s create mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListResume.S delete mode 100644 libc/nt/ntdll/ExpInterlockedPopEntrySListResume.s create mode 100644 libc/nt/ntdll/KiRaiseUserExceptionDispatcher.S delete mode 100644 libc/nt/ntdll/KiRaiseUserExceptionDispatcher.s create mode 100644 libc/nt/ntdll/KiUserApcDispatcher.S delete mode 100644 libc/nt/ntdll/KiUserApcDispatcher.s create mode 100644 libc/nt/ntdll/KiUserCallbackDispatcher.S delete mode 100644 libc/nt/ntdll/KiUserCallbackDispatcher.s create mode 100644 libc/nt/ntdll/KiUserExceptionDispatcher.S delete mode 100644 libc/nt/ntdll/KiUserExceptionDispatcher.s create mode 100644 libc/nt/ntdll/KiUserInvertedFunctionTable.S delete mode 100644 libc/nt/ntdll/KiUserInvertedFunctionTable.s create mode 100644 libc/nt/ntdll/LdrAccessResource.S delete mode 100644 libc/nt/ntdll/LdrAccessResource.s create mode 100644 libc/nt/ntdll/LdrAddDllDirectory.S delete mode 100644 libc/nt/ntdll/LdrAddDllDirectory.s create mode 100644 libc/nt/ntdll/LdrAddLoadAsDataTable.S delete mode 100644 libc/nt/ntdll/LdrAddLoadAsDataTable.s create mode 100644 libc/nt/ntdll/LdrAddRefDll.S delete mode 100644 libc/nt/ntdll/LdrAddRefDll.s create mode 100644 libc/nt/ntdll/LdrAppxHandleIntegrityFailure.S delete mode 100644 libc/nt/ntdll/LdrAppxHandleIntegrityFailure.s create mode 100644 libc/nt/ntdll/LdrCallEnclave.S delete mode 100644 libc/nt/ntdll/LdrCallEnclave.s create mode 100644 libc/nt/ntdll/LdrControlFlowGuardEnforced.S delete mode 100644 libc/nt/ntdll/LdrControlFlowGuardEnforced.s create mode 100644 libc/nt/ntdll/LdrCreateEnclave.S delete mode 100644 libc/nt/ntdll/LdrCreateEnclave.s create mode 100644 libc/nt/ntdll/LdrDeleteEnclave.S delete mode 100644 libc/nt/ntdll/LdrDeleteEnclave.s create mode 100644 libc/nt/ntdll/LdrDisableThreadCalloutsForDll.S delete mode 100644 libc/nt/ntdll/LdrDisableThreadCalloutsForDll.s create mode 100644 libc/nt/ntdll/LdrEnumResources.S delete mode 100644 libc/nt/ntdll/LdrEnumResources.s create mode 100644 libc/nt/ntdll/LdrEnumerateLoadedModules.S delete mode 100644 libc/nt/ntdll/LdrEnumerateLoadedModules.s create mode 100644 libc/nt/ntdll/LdrFastFailInLoaderCallout.S delete mode 100644 libc/nt/ntdll/LdrFastFailInLoaderCallout.s create mode 100644 libc/nt/ntdll/LdrFindEntryForAddress.S delete mode 100644 libc/nt/ntdll/LdrFindEntryForAddress.s create mode 100644 libc/nt/ntdll/LdrFindResourceDirectory_U.S delete mode 100644 libc/nt/ntdll/LdrFindResourceDirectory_U.s create mode 100644 libc/nt/ntdll/LdrFindResourceEx_U.S delete mode 100644 libc/nt/ntdll/LdrFindResourceEx_U.s create mode 100644 libc/nt/ntdll/LdrFindResource_U.S delete mode 100644 libc/nt/ntdll/LdrFindResource_U.s create mode 100644 libc/nt/ntdll/LdrFlushAlternateResourceModules.S delete mode 100644 libc/nt/ntdll/LdrFlushAlternateResourceModules.s create mode 100644 libc/nt/ntdll/LdrGetDllDirectory.S delete mode 100644 libc/nt/ntdll/LdrGetDllDirectory.s create mode 100644 libc/nt/ntdll/LdrGetDllFullName.S delete mode 100644 libc/nt/ntdll/LdrGetDllFullName.s create mode 100644 libc/nt/ntdll/LdrGetDllHandle.S delete mode 100644 libc/nt/ntdll/LdrGetDllHandle.s create mode 100644 libc/nt/ntdll/LdrGetDllHandleByMapping.S delete mode 100644 libc/nt/ntdll/LdrGetDllHandleByMapping.s create mode 100644 libc/nt/ntdll/LdrGetDllHandleByName.S delete mode 100644 libc/nt/ntdll/LdrGetDllHandleByName.s create mode 100644 libc/nt/ntdll/LdrGetDllHandleEx.S delete mode 100644 libc/nt/ntdll/LdrGetDllHandleEx.s create mode 100644 libc/nt/ntdll/LdrGetDllPath.S delete mode 100644 libc/nt/ntdll/LdrGetDllPath.s create mode 100644 libc/nt/ntdll/LdrGetFailureData.S delete mode 100644 libc/nt/ntdll/LdrGetFailureData.s create mode 100644 libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.S delete mode 100644 libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.s create mode 100644 libc/nt/ntdll/LdrGetKnownDllSectionHandle.S delete mode 100644 libc/nt/ntdll/LdrGetKnownDllSectionHandle.s create mode 100644 libc/nt/ntdll/LdrGetProcedureAddress.S delete mode 100644 libc/nt/ntdll/LdrGetProcedureAddress.s create mode 100644 libc/nt/ntdll/LdrGetProcedureAddressEx.S delete mode 100644 libc/nt/ntdll/LdrGetProcedureAddressEx.s create mode 100644 libc/nt/ntdll/LdrGetProcedureAddressForCaller.S delete mode 100644 libc/nt/ntdll/LdrGetProcedureAddressForCaller.s create mode 100644 libc/nt/ntdll/LdrInitShimEngineDynamic.S delete mode 100644 libc/nt/ntdll/LdrInitShimEngineDynamic.s create mode 100644 libc/nt/ntdll/LdrInitializeEnclave.S delete mode 100644 libc/nt/ntdll/LdrInitializeEnclave.s create mode 100644 libc/nt/ntdll/LdrInitializeThunk.S delete mode 100644 libc/nt/ntdll/LdrInitializeThunk.s create mode 100644 libc/nt/ntdll/LdrLoadAlternateResourceModule.S delete mode 100644 libc/nt/ntdll/LdrLoadAlternateResourceModule.s create mode 100644 libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.S delete mode 100644 libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.s create mode 100644 libc/nt/ntdll/LdrLoadDll.S delete mode 100644 libc/nt/ntdll/LdrLoadDll.s create mode 100644 libc/nt/ntdll/LdrLoadEnclaveModule.S delete mode 100644 libc/nt/ntdll/LdrLoadEnclaveModule.s create mode 100644 libc/nt/ntdll/LdrLockLoaderLock.S delete mode 100644 libc/nt/ntdll/LdrLockLoaderLock.s create mode 100644 libc/nt/ntdll/LdrOpenImageFileOptionsKey.S delete mode 100644 libc/nt/ntdll/LdrOpenImageFileOptionsKey.s create mode 100644 libc/nt/ntdll/LdrProcessInitializationComplete.S delete mode 100644 libc/nt/ntdll/LdrProcessInitializationComplete.s create mode 100644 libc/nt/ntdll/LdrProcessRelocationBlock.S delete mode 100644 libc/nt/ntdll/LdrProcessRelocationBlock.s create mode 100644 libc/nt/ntdll/LdrProcessRelocationBlockEx.S delete mode 100644 libc/nt/ntdll/LdrProcessRelocationBlockEx.s create mode 100644 libc/nt/ntdll/LdrQueryImageFileExecutionOptions.S delete mode 100644 libc/nt/ntdll/LdrQueryImageFileExecutionOptions.s create mode 100644 libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.S delete mode 100644 libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.s create mode 100644 libc/nt/ntdll/LdrQueryImageFileKeyOption.S delete mode 100644 libc/nt/ntdll/LdrQueryImageFileKeyOption.s create mode 100644 libc/nt/ntdll/LdrQueryModuleServiceTags.S delete mode 100644 libc/nt/ntdll/LdrQueryModuleServiceTags.s create mode 100644 libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.S delete mode 100644 libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.s create mode 100644 libc/nt/ntdll/LdrQueryProcessModuleInformation.S delete mode 100644 libc/nt/ntdll/LdrQueryProcessModuleInformation.s create mode 100644 libc/nt/ntdll/LdrRegisterDllNotification.S delete mode 100644 libc/nt/ntdll/LdrRegisterDllNotification.s create mode 100644 libc/nt/ntdll/LdrRemoveDllDirectory.S delete mode 100644 libc/nt/ntdll/LdrRemoveDllDirectory.s create mode 100644 libc/nt/ntdll/LdrRemoveLoadAsDataTable.S delete mode 100644 libc/nt/ntdll/LdrRemoveLoadAsDataTable.s create mode 100644 libc/nt/ntdll/LdrResFindResource.S delete mode 100644 libc/nt/ntdll/LdrResFindResource.s create mode 100644 libc/nt/ntdll/LdrResFindResourceDirectory.S delete mode 100644 libc/nt/ntdll/LdrResFindResourceDirectory.s create mode 100644 libc/nt/ntdll/LdrResGetRCConfig.S delete mode 100644 libc/nt/ntdll/LdrResGetRCConfig.s create mode 100644 libc/nt/ntdll/LdrResRelease.S delete mode 100644 libc/nt/ntdll/LdrResRelease.s create mode 100644 libc/nt/ntdll/LdrResSearchResource.S delete mode 100644 libc/nt/ntdll/LdrResSearchResource.s create mode 100644 libc/nt/ntdll/LdrResolveDelayLoadedAPI.S delete mode 100644 libc/nt/ntdll/LdrResolveDelayLoadedAPI.s create mode 100644 libc/nt/ntdll/LdrResolveDelayLoadsFromDll.S delete mode 100644 libc/nt/ntdll/LdrResolveDelayLoadsFromDll.s create mode 100644 libc/nt/ntdll/LdrRscIsTypeExist.S delete mode 100644 libc/nt/ntdll/LdrRscIsTypeExist.s create mode 100644 libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.S delete mode 100644 libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.s create mode 100644 libc/nt/ntdll/LdrSetDefaultDllDirectories.S delete mode 100644 libc/nt/ntdll/LdrSetDefaultDllDirectories.s create mode 100644 libc/nt/ntdll/LdrSetDllDirectory.S delete mode 100644 libc/nt/ntdll/LdrSetDllDirectory.s create mode 100644 libc/nt/ntdll/LdrSetDllManifestProber.S delete mode 100644 libc/nt/ntdll/LdrSetDllManifestProber.s create mode 100644 libc/nt/ntdll/LdrSetImplicitPathOptions.S delete mode 100644 libc/nt/ntdll/LdrSetImplicitPathOptions.s create mode 100644 libc/nt/ntdll/LdrSetMUICacheType.S delete mode 100644 libc/nt/ntdll/LdrSetMUICacheType.s create mode 100644 libc/nt/ntdll/LdrShutdownProcess.S delete mode 100644 libc/nt/ntdll/LdrShutdownProcess.s create mode 100644 libc/nt/ntdll/LdrShutdownThread.S delete mode 100644 libc/nt/ntdll/LdrShutdownThread.s create mode 100644 libc/nt/ntdll/LdrStandardizeSystemPath.S delete mode 100644 libc/nt/ntdll/LdrStandardizeSystemPath.s create mode 100644 libc/nt/ntdll/LdrSystemDllInitBlock.S delete mode 100644 libc/nt/ntdll/LdrSystemDllInitBlock.s create mode 100644 libc/nt/ntdll/LdrUnloadAlternateResourceModule.S delete mode 100644 libc/nt/ntdll/LdrUnloadAlternateResourceModule.s create mode 100644 libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.S delete mode 100644 libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.s create mode 100644 libc/nt/ntdll/LdrUnloadDll.S delete mode 100644 libc/nt/ntdll/LdrUnloadDll.s create mode 100644 libc/nt/ntdll/LdrUnlockLoaderLock.S delete mode 100644 libc/nt/ntdll/LdrUnlockLoaderLock.s create mode 100644 libc/nt/ntdll/LdrUnregisterDllNotification.S delete mode 100644 libc/nt/ntdll/LdrUnregisterDllNotification.s create mode 100644 libc/nt/ntdll/LdrUpdatePackageSearchPath.S delete mode 100644 libc/nt/ntdll/LdrUpdatePackageSearchPath.s create mode 100644 libc/nt/ntdll/LdrVerifyImageMatchesChecksum.S delete mode 100644 libc/nt/ntdll/LdrVerifyImageMatchesChecksum.s create mode 100644 libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.S delete mode 100644 libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.s create mode 100644 libc/nt/ntdll/LdrpResGetMappingSize.S delete mode 100644 libc/nt/ntdll/LdrpResGetMappingSize.s create mode 100644 libc/nt/ntdll/LdrpResGetResourceDirectory.S delete mode 100644 libc/nt/ntdll/LdrpResGetResourceDirectory.s create mode 100644 libc/nt/ntdll/MD4Final.S delete mode 100644 libc/nt/ntdll/MD4Final.s create mode 100644 libc/nt/ntdll/MD4Init.S delete mode 100644 libc/nt/ntdll/MD4Init.s create mode 100644 libc/nt/ntdll/MD4Update.S delete mode 100644 libc/nt/ntdll/MD4Update.s create mode 100644 libc/nt/ntdll/NlsAnsiCodePage.S delete mode 100644 libc/nt/ntdll/NlsAnsiCodePage.s create mode 100644 libc/nt/ntdll/NlsMbCodePageTag.S delete mode 100644 libc/nt/ntdll/NlsMbCodePageTag.s create mode 100644 libc/nt/ntdll/NlsMbOemCodePageTag.S delete mode 100644 libc/nt/ntdll/NlsMbOemCodePageTag.s create mode 100644 libc/nt/ntdll/NtAcceptConnectPort.S delete mode 100644 libc/nt/ntdll/NtAcceptConnectPort.s create mode 100644 libc/nt/ntdll/NtAccessCheck.S delete mode 100644 libc/nt/ntdll/NtAccessCheck.s create mode 100644 libc/nt/ntdll/NtAccessCheckAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtAccessCheckAndAuditAlarm.s create mode 100644 libc/nt/ntdll/NtAccessCheckByType.S delete mode 100644 libc/nt/ntdll/NtAccessCheckByType.s create mode 100644 libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.s create mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultList.S delete mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultList.s create mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.s create mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.S delete mode 100644 libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.s create mode 100644 libc/nt/ntdll/NtAcquireProcessActivityReference.S delete mode 100644 libc/nt/ntdll/NtAcquireProcessActivityReference.s create mode 100644 libc/nt/ntdll/NtAddAtom.S delete mode 100644 libc/nt/ntdll/NtAddAtom.s create mode 100644 libc/nt/ntdll/NtAddAtomEx.S delete mode 100644 libc/nt/ntdll/NtAddAtomEx.s create mode 100644 libc/nt/ntdll/NtAddBootEntry.S delete mode 100644 libc/nt/ntdll/NtAddBootEntry.s create mode 100644 libc/nt/ntdll/NtAddDriverEntry.S delete mode 100644 libc/nt/ntdll/NtAddDriverEntry.s create mode 100644 libc/nt/ntdll/NtAdjustGroupsToken.S delete mode 100644 libc/nt/ntdll/NtAdjustGroupsToken.s create mode 100644 libc/nt/ntdll/NtAdjustPrivilegesToken.S delete mode 100644 libc/nt/ntdll/NtAdjustPrivilegesToken.s create mode 100644 libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.S delete mode 100644 libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.s create mode 100644 libc/nt/ntdll/NtAlertResumeThread.S delete mode 100644 libc/nt/ntdll/NtAlertResumeThread.s create mode 100644 libc/nt/ntdll/NtAlertThread.S delete mode 100644 libc/nt/ntdll/NtAlertThread.s create mode 100644 libc/nt/ntdll/NtAlertThreadByThreadId.S delete mode 100644 libc/nt/ntdll/NtAlertThreadByThreadId.s create mode 100644 libc/nt/ntdll/NtAllocateLocallyUniqueId.S delete mode 100644 libc/nt/ntdll/NtAllocateLocallyUniqueId.s create mode 100644 libc/nt/ntdll/NtAllocateReserveObject.S delete mode 100644 libc/nt/ntdll/NtAllocateReserveObject.s create mode 100644 libc/nt/ntdll/NtAllocateUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/NtAllocateUserPhysicalPages.s create mode 100644 libc/nt/ntdll/NtAllocateUuids.S delete mode 100644 libc/nt/ntdll/NtAllocateUuids.s create mode 100644 libc/nt/ntdll/NtAllocateVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtAllocateVirtualMemory.s create mode 100644 libc/nt/ntdll/NtAllocateVirtualMemoryEx.S delete mode 100644 libc/nt/ntdll/NtAllocateVirtualMemoryEx.s create mode 100644 libc/nt/ntdll/NtAlpcAcceptConnectPort.S delete mode 100644 libc/nt/ntdll/NtAlpcAcceptConnectPort.s create mode 100644 libc/nt/ntdll/NtAlpcCancelMessage.S delete mode 100644 libc/nt/ntdll/NtAlpcCancelMessage.s create mode 100644 libc/nt/ntdll/NtAlpcConnectPort.S delete mode 100644 libc/nt/ntdll/NtAlpcConnectPort.s create mode 100644 libc/nt/ntdll/NtAlpcConnectPortEx.S delete mode 100644 libc/nt/ntdll/NtAlpcConnectPortEx.s create mode 100644 libc/nt/ntdll/NtAlpcCreatePort.S delete mode 100644 libc/nt/ntdll/NtAlpcCreatePort.s create mode 100644 libc/nt/ntdll/NtAlpcCreatePortSection.S delete mode 100644 libc/nt/ntdll/NtAlpcCreatePortSection.s create mode 100644 libc/nt/ntdll/NtAlpcCreateResourceReserve.S delete mode 100644 libc/nt/ntdll/NtAlpcCreateResourceReserve.s create mode 100644 libc/nt/ntdll/NtAlpcCreateSectionView.S delete mode 100644 libc/nt/ntdll/NtAlpcCreateSectionView.s create mode 100644 libc/nt/ntdll/NtAlpcCreateSecurityContext.S delete mode 100644 libc/nt/ntdll/NtAlpcCreateSecurityContext.s create mode 100644 libc/nt/ntdll/NtAlpcDeletePortSection.S delete mode 100644 libc/nt/ntdll/NtAlpcDeletePortSection.s create mode 100644 libc/nt/ntdll/NtAlpcDeleteResourceReserve.S delete mode 100644 libc/nt/ntdll/NtAlpcDeleteResourceReserve.s create mode 100644 libc/nt/ntdll/NtAlpcDeleteSectionView.S delete mode 100644 libc/nt/ntdll/NtAlpcDeleteSectionView.s create mode 100644 libc/nt/ntdll/NtAlpcDeleteSecurityContext.S delete mode 100644 libc/nt/ntdll/NtAlpcDeleteSecurityContext.s create mode 100644 libc/nt/ntdll/NtAlpcDisconnectPort.S delete mode 100644 libc/nt/ntdll/NtAlpcDisconnectPort.s create mode 100644 libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.S delete mode 100644 libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.s create mode 100644 libc/nt/ntdll/NtAlpcImpersonateClientOfPort.S delete mode 100644 libc/nt/ntdll/NtAlpcImpersonateClientOfPort.s create mode 100644 libc/nt/ntdll/NtAlpcOpenSenderProcess.S delete mode 100644 libc/nt/ntdll/NtAlpcOpenSenderProcess.s create mode 100644 libc/nt/ntdll/NtAlpcOpenSenderThread.S delete mode 100644 libc/nt/ntdll/NtAlpcOpenSenderThread.s create mode 100644 libc/nt/ntdll/NtAlpcQueryInformation.S delete mode 100644 libc/nt/ntdll/NtAlpcQueryInformation.s create mode 100644 libc/nt/ntdll/NtAlpcQueryInformationMessage.S delete mode 100644 libc/nt/ntdll/NtAlpcQueryInformationMessage.s create mode 100644 libc/nt/ntdll/NtAlpcRevokeSecurityContext.S delete mode 100644 libc/nt/ntdll/NtAlpcRevokeSecurityContext.s create mode 100644 libc/nt/ntdll/NtAlpcSendWaitReceivePort.S delete mode 100644 libc/nt/ntdll/NtAlpcSendWaitReceivePort.s create mode 100644 libc/nt/ntdll/NtAlpcSetInformation.S delete mode 100644 libc/nt/ntdll/NtAlpcSetInformation.s create mode 100644 libc/nt/ntdll/NtApphelpCacheControl.S delete mode 100644 libc/nt/ntdll/NtApphelpCacheControl.s create mode 100644 libc/nt/ntdll/NtAreMappedFilesTheSame.S delete mode 100644 libc/nt/ntdll/NtAreMappedFilesTheSame.s create mode 100644 libc/nt/ntdll/NtAssignProcessToJobObject.S delete mode 100644 libc/nt/ntdll/NtAssignProcessToJobObject.s create mode 100644 libc/nt/ntdll/NtAssociateWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/NtAssociateWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/NtCallEnclave.S delete mode 100644 libc/nt/ntdll/NtCallEnclave.s create mode 100644 libc/nt/ntdll/NtCallbackReturn.S delete mode 100644 libc/nt/ntdll/NtCallbackReturn.s create mode 100644 libc/nt/ntdll/NtCancelIoFile.S delete mode 100644 libc/nt/ntdll/NtCancelIoFile.s create mode 100644 libc/nt/ntdll/NtCancelIoFileEx.S delete mode 100644 libc/nt/ntdll/NtCancelIoFileEx.s create mode 100644 libc/nt/ntdll/NtCancelSynchronousIoFile.S delete mode 100644 libc/nt/ntdll/NtCancelSynchronousIoFile.s create mode 100644 libc/nt/ntdll/NtCancelTimer.S delete mode 100644 libc/nt/ntdll/NtCancelTimer.s create mode 100644 libc/nt/ntdll/NtCancelTimer2.S delete mode 100644 libc/nt/ntdll/NtCancelTimer2.s create mode 100644 libc/nt/ntdll/NtCancelWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/NtCancelWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/NtClearEvent.S delete mode 100644 libc/nt/ntdll/NtClearEvent.s create mode 100644 libc/nt/ntdll/NtClose.S delete mode 100644 libc/nt/ntdll/NtClose.s create mode 100644 libc/nt/ntdll/NtCloseObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtCloseObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/NtCommitComplete.S delete mode 100644 libc/nt/ntdll/NtCommitComplete.s create mode 100644 libc/nt/ntdll/NtCommitEnlistment.S delete mode 100644 libc/nt/ntdll/NtCommitEnlistment.s create mode 100644 libc/nt/ntdll/NtCommitRegistryTransaction.S delete mode 100644 libc/nt/ntdll/NtCommitRegistryTransaction.s create mode 100644 libc/nt/ntdll/NtCommitTransaction.S delete mode 100644 libc/nt/ntdll/NtCommitTransaction.s create mode 100644 libc/nt/ntdll/NtCompactKeys.S delete mode 100644 libc/nt/ntdll/NtCompactKeys.s create mode 100644 libc/nt/ntdll/NtCompareObjects.S delete mode 100644 libc/nt/ntdll/NtCompareObjects.s create mode 100644 libc/nt/ntdll/NtCompareSigningLevels.S delete mode 100644 libc/nt/ntdll/NtCompareSigningLevels.s create mode 100644 libc/nt/ntdll/NtCompareTokens.S delete mode 100644 libc/nt/ntdll/NtCompareTokens.s create mode 100644 libc/nt/ntdll/NtCompleteConnectPort.S delete mode 100644 libc/nt/ntdll/NtCompleteConnectPort.s create mode 100644 libc/nt/ntdll/NtCompressKey.S delete mode 100644 libc/nt/ntdll/NtCompressKey.s create mode 100644 libc/nt/ntdll/NtConnectPort.S delete mode 100644 libc/nt/ntdll/NtConnectPort.s create mode 100644 libc/nt/ntdll/NtContinue.S delete mode 100644 libc/nt/ntdll/NtContinue.s create mode 100644 libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.S delete mode 100644 libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.s create mode 100644 libc/nt/ntdll/NtCreateDebugObject.S delete mode 100644 libc/nt/ntdll/NtCreateDebugObject.s create mode 100644 libc/nt/ntdll/NtCreateDirectoryObject.S delete mode 100644 libc/nt/ntdll/NtCreateDirectoryObject.s create mode 100644 libc/nt/ntdll/NtCreateDirectoryObjectEx.S delete mode 100644 libc/nt/ntdll/NtCreateDirectoryObjectEx.s create mode 100644 libc/nt/ntdll/NtCreateEnclave.S delete mode 100644 libc/nt/ntdll/NtCreateEnclave.s create mode 100644 libc/nt/ntdll/NtCreateEnlistment.S delete mode 100644 libc/nt/ntdll/NtCreateEnlistment.s create mode 100644 libc/nt/ntdll/NtCreateEvent.S delete mode 100644 libc/nt/ntdll/NtCreateEvent.s create mode 100644 libc/nt/ntdll/NtCreateEventPair.S delete mode 100644 libc/nt/ntdll/NtCreateEventPair.s create mode 100644 libc/nt/ntdll/NtCreateFile.S delete mode 100644 libc/nt/ntdll/NtCreateFile.s create mode 100644 libc/nt/ntdll/NtCreateIRTimer.S delete mode 100644 libc/nt/ntdll/NtCreateIRTimer.s create mode 100644 libc/nt/ntdll/NtCreateIoCompletion.S delete mode 100644 libc/nt/ntdll/NtCreateIoCompletion.s create mode 100644 libc/nt/ntdll/NtCreateJobObject.S delete mode 100644 libc/nt/ntdll/NtCreateJobObject.s create mode 100644 libc/nt/ntdll/NtCreateJobSet.S delete mode 100644 libc/nt/ntdll/NtCreateJobSet.s create mode 100644 libc/nt/ntdll/NtCreateKey.S delete mode 100644 libc/nt/ntdll/NtCreateKey.s create mode 100644 libc/nt/ntdll/NtCreateKeyTransacted.S delete mode 100644 libc/nt/ntdll/NtCreateKeyTransacted.s create mode 100644 libc/nt/ntdll/NtCreateKeyedEvent.S delete mode 100644 libc/nt/ntdll/NtCreateKeyedEvent.s create mode 100644 libc/nt/ntdll/NtCreateLowBoxToken.S delete mode 100644 libc/nt/ntdll/NtCreateLowBoxToken.s create mode 100644 libc/nt/ntdll/NtCreateMailslotFile.S delete mode 100644 libc/nt/ntdll/NtCreateMailslotFile.s create mode 100644 libc/nt/ntdll/NtCreateMutant.S delete mode 100644 libc/nt/ntdll/NtCreateMutant.s create mode 100644 libc/nt/ntdll/NtCreateNamedPipeFile.S delete mode 100644 libc/nt/ntdll/NtCreateNamedPipeFile.s create mode 100644 libc/nt/ntdll/NtCreatePagingFile.S delete mode 100644 libc/nt/ntdll/NtCreatePagingFile.s create mode 100644 libc/nt/ntdll/NtCreatePartition.S delete mode 100644 libc/nt/ntdll/NtCreatePartition.s create mode 100644 libc/nt/ntdll/NtCreatePort.S delete mode 100644 libc/nt/ntdll/NtCreatePort.s create mode 100644 libc/nt/ntdll/NtCreatePrivateNamespace.S delete mode 100644 libc/nt/ntdll/NtCreatePrivateNamespace.s create mode 100644 libc/nt/ntdll/NtCreateProcess.S delete mode 100644 libc/nt/ntdll/NtCreateProcess.s create mode 100644 libc/nt/ntdll/NtCreateProcessEx.S delete mode 100644 libc/nt/ntdll/NtCreateProcessEx.s create mode 100644 libc/nt/ntdll/NtCreateProfile.S delete mode 100644 libc/nt/ntdll/NtCreateProfile.s create mode 100644 libc/nt/ntdll/NtCreateProfileEx.S delete mode 100644 libc/nt/ntdll/NtCreateProfileEx.s create mode 100644 libc/nt/ntdll/NtCreateRegistryTransaction.S delete mode 100644 libc/nt/ntdll/NtCreateRegistryTransaction.s create mode 100644 libc/nt/ntdll/NtCreateResourceManager.S delete mode 100644 libc/nt/ntdll/NtCreateResourceManager.s create mode 100644 libc/nt/ntdll/NtCreateSection.S delete mode 100644 libc/nt/ntdll/NtCreateSection.s create mode 100644 libc/nt/ntdll/NtCreateSemaphore.S delete mode 100644 libc/nt/ntdll/NtCreateSemaphore.s create mode 100644 libc/nt/ntdll/NtCreateSymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/NtCreateSymbolicLinkObject.s create mode 100644 libc/nt/ntdll/NtCreateThread.S delete mode 100644 libc/nt/ntdll/NtCreateThread.s create mode 100644 libc/nt/ntdll/NtCreateThreadEx.S delete mode 100644 libc/nt/ntdll/NtCreateThreadEx.s create mode 100644 libc/nt/ntdll/NtCreateTimer.S delete mode 100644 libc/nt/ntdll/NtCreateTimer.s create mode 100644 libc/nt/ntdll/NtCreateTimer2.S delete mode 100644 libc/nt/ntdll/NtCreateTimer2.s create mode 100644 libc/nt/ntdll/NtCreateToken.S delete mode 100644 libc/nt/ntdll/NtCreateToken.s create mode 100644 libc/nt/ntdll/NtCreateTokenEx.S delete mode 100644 libc/nt/ntdll/NtCreateTokenEx.s create mode 100644 libc/nt/ntdll/NtCreateTransaction.S delete mode 100644 libc/nt/ntdll/NtCreateTransaction.s create mode 100644 libc/nt/ntdll/NtCreateTransactionManager.S delete mode 100644 libc/nt/ntdll/NtCreateTransactionManager.s create mode 100644 libc/nt/ntdll/NtCreateUserProcess.S delete mode 100644 libc/nt/ntdll/NtCreateUserProcess.s create mode 100644 libc/nt/ntdll/NtCreateWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/NtCreateWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/NtCreateWaitablePort.S delete mode 100644 libc/nt/ntdll/NtCreateWaitablePort.s create mode 100644 libc/nt/ntdll/NtCreateWnfStateName.S delete mode 100644 libc/nt/ntdll/NtCreateWnfStateName.s create mode 100644 libc/nt/ntdll/NtCreateWorkerFactory.S delete mode 100644 libc/nt/ntdll/NtCreateWorkerFactory.s create mode 100644 libc/nt/ntdll/NtDebugActiveProcess.S delete mode 100644 libc/nt/ntdll/NtDebugActiveProcess.s create mode 100644 libc/nt/ntdll/NtDebugContinue.S delete mode 100644 libc/nt/ntdll/NtDebugContinue.s create mode 100644 libc/nt/ntdll/NtDelayExecution.S delete mode 100644 libc/nt/ntdll/NtDelayExecution.s create mode 100644 libc/nt/ntdll/NtDeleteAtom.S delete mode 100644 libc/nt/ntdll/NtDeleteAtom.s create mode 100644 libc/nt/ntdll/NtDeleteBootEntry.S delete mode 100644 libc/nt/ntdll/NtDeleteBootEntry.s create mode 100644 libc/nt/ntdll/NtDeleteDriverEntry.S delete mode 100644 libc/nt/ntdll/NtDeleteDriverEntry.s create mode 100644 libc/nt/ntdll/NtDeleteFile.S delete mode 100644 libc/nt/ntdll/NtDeleteFile.s create mode 100644 libc/nt/ntdll/NtDeleteKey.S delete mode 100644 libc/nt/ntdll/NtDeleteKey.s create mode 100644 libc/nt/ntdll/NtDeleteObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtDeleteObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/NtDeletePrivateNamespace.S delete mode 100644 libc/nt/ntdll/NtDeletePrivateNamespace.s create mode 100644 libc/nt/ntdll/NtDeleteValueKey.S delete mode 100644 libc/nt/ntdll/NtDeleteValueKey.s create mode 100644 libc/nt/ntdll/NtDeleteWnfStateData.S delete mode 100644 libc/nt/ntdll/NtDeleteWnfStateData.s create mode 100644 libc/nt/ntdll/NtDeleteWnfStateName.S delete mode 100644 libc/nt/ntdll/NtDeleteWnfStateName.s create mode 100644 libc/nt/ntdll/NtDeviceIoControlFile.S delete mode 100644 libc/nt/ntdll/NtDeviceIoControlFile.s create mode 100644 libc/nt/ntdll/NtDisableLastKnownGood.S delete mode 100644 libc/nt/ntdll/NtDisableLastKnownGood.s create mode 100644 libc/nt/ntdll/NtDisplayString.S delete mode 100644 libc/nt/ntdll/NtDisplayString.s create mode 100644 libc/nt/ntdll/NtDrawText.S delete mode 100644 libc/nt/ntdll/NtDrawText.s create mode 100644 libc/nt/ntdll/NtDuplicateObject.S delete mode 100644 libc/nt/ntdll/NtDuplicateObject.s create mode 100644 libc/nt/ntdll/NtDuplicateToken.S delete mode 100644 libc/nt/ntdll/NtDuplicateToken.s create mode 100644 libc/nt/ntdll/NtEnableLastKnownGood.S delete mode 100644 libc/nt/ntdll/NtEnableLastKnownGood.s create mode 100644 libc/nt/ntdll/NtEnumerateBootEntries.S delete mode 100644 libc/nt/ntdll/NtEnumerateBootEntries.s create mode 100644 libc/nt/ntdll/NtEnumerateDriverEntries.S delete mode 100644 libc/nt/ntdll/NtEnumerateDriverEntries.s create mode 100644 libc/nt/ntdll/NtEnumerateKey.S delete mode 100644 libc/nt/ntdll/NtEnumerateKey.s create mode 100644 libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.S delete mode 100644 libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.s create mode 100644 libc/nt/ntdll/NtEnumerateTransactionObject.S delete mode 100644 libc/nt/ntdll/NtEnumerateTransactionObject.s create mode 100644 libc/nt/ntdll/NtEnumerateValueKey.S delete mode 100644 libc/nt/ntdll/NtEnumerateValueKey.s create mode 100644 libc/nt/ntdll/NtExtendSection.S delete mode 100644 libc/nt/ntdll/NtExtendSection.s create mode 100644 libc/nt/ntdll/NtFilterBootOption.S delete mode 100644 libc/nt/ntdll/NtFilterBootOption.s create mode 100644 libc/nt/ntdll/NtFilterToken.S delete mode 100644 libc/nt/ntdll/NtFilterToken.s create mode 100644 libc/nt/ntdll/NtFilterTokenEx.S delete mode 100644 libc/nt/ntdll/NtFilterTokenEx.s create mode 100644 libc/nt/ntdll/NtFindAtom.S delete mode 100644 libc/nt/ntdll/NtFindAtom.s create mode 100644 libc/nt/ntdll/NtFlushBuffersFile.S delete mode 100644 libc/nt/ntdll/NtFlushBuffersFile.s create mode 100644 libc/nt/ntdll/NtFlushBuffersFileEx.S delete mode 100644 libc/nt/ntdll/NtFlushBuffersFileEx.s create mode 100644 libc/nt/ntdll/NtFlushInstallUILanguage.S delete mode 100644 libc/nt/ntdll/NtFlushInstallUILanguage.s create mode 100644 libc/nt/ntdll/NtFlushInstructionCache.S delete mode 100644 libc/nt/ntdll/NtFlushInstructionCache.s create mode 100644 libc/nt/ntdll/NtFlushKey.S delete mode 100644 libc/nt/ntdll/NtFlushKey.s create mode 100644 libc/nt/ntdll/NtFlushProcessWriteBuffers.S delete mode 100644 libc/nt/ntdll/NtFlushProcessWriteBuffers.s create mode 100644 libc/nt/ntdll/NtFlushVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtFlushVirtualMemory.s create mode 100644 libc/nt/ntdll/NtFlushWriteBuffer.S delete mode 100644 libc/nt/ntdll/NtFlushWriteBuffer.s create mode 100644 libc/nt/ntdll/NtFreeUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/NtFreeUserPhysicalPages.s create mode 100644 libc/nt/ntdll/NtFreeVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtFreeVirtualMemory.s create mode 100644 libc/nt/ntdll/NtFreezeRegistry.S delete mode 100644 libc/nt/ntdll/NtFreezeRegistry.s create mode 100644 libc/nt/ntdll/NtFreezeTransactions.S delete mode 100644 libc/nt/ntdll/NtFreezeTransactions.s create mode 100644 libc/nt/ntdll/NtFsControlFile.S delete mode 100644 libc/nt/ntdll/NtFsControlFile.s create mode 100644 libc/nt/ntdll/NtGetCachedSigningLevel.S delete mode 100644 libc/nt/ntdll/NtGetCachedSigningLevel.s create mode 100644 libc/nt/ntdll/NtGetCompleteWnfStateSubscription.S delete mode 100644 libc/nt/ntdll/NtGetCompleteWnfStateSubscription.s create mode 100644 libc/nt/ntdll/NtGetContextThread.S delete mode 100644 libc/nt/ntdll/NtGetContextThread.s create mode 100644 libc/nt/ntdll/NtGetCurrentProcessorNumber.S delete mode 100644 libc/nt/ntdll/NtGetCurrentProcessorNumber.s create mode 100644 libc/nt/ntdll/NtGetCurrentProcessorNumberEx.S delete mode 100644 libc/nt/ntdll/NtGetCurrentProcessorNumberEx.s create mode 100644 libc/nt/ntdll/NtGetDevicePowerState.S delete mode 100644 libc/nt/ntdll/NtGetDevicePowerState.s create mode 100644 libc/nt/ntdll/NtGetMUIRegistryInfo.S delete mode 100644 libc/nt/ntdll/NtGetMUIRegistryInfo.s create mode 100644 libc/nt/ntdll/NtGetNextProcess.S delete mode 100644 libc/nt/ntdll/NtGetNextProcess.s create mode 100644 libc/nt/ntdll/NtGetNextThread.S delete mode 100644 libc/nt/ntdll/NtGetNextThread.s create mode 100644 libc/nt/ntdll/NtGetNlsSectionPtr.S delete mode 100644 libc/nt/ntdll/NtGetNlsSectionPtr.s create mode 100644 libc/nt/ntdll/NtGetNotificationResourceManager.S delete mode 100644 libc/nt/ntdll/NtGetNotificationResourceManager.s create mode 100644 libc/nt/ntdll/NtGetTickCount.S delete mode 100644 libc/nt/ntdll/NtGetTickCount.s create mode 100644 libc/nt/ntdll/NtGetWriteWatch.S delete mode 100644 libc/nt/ntdll/NtGetWriteWatch.s create mode 100644 libc/nt/ntdll/NtImpersonateAnonymousToken.S delete mode 100644 libc/nt/ntdll/NtImpersonateAnonymousToken.s create mode 100644 libc/nt/ntdll/NtImpersonateClientOfPort.S delete mode 100644 libc/nt/ntdll/NtImpersonateClientOfPort.s create mode 100644 libc/nt/ntdll/NtImpersonateThread.S delete mode 100644 libc/nt/ntdll/NtImpersonateThread.s create mode 100644 libc/nt/ntdll/NtInitializeEnclave.S delete mode 100644 libc/nt/ntdll/NtInitializeEnclave.s create mode 100644 libc/nt/ntdll/NtInitializeNlsFiles.S delete mode 100644 libc/nt/ntdll/NtInitializeNlsFiles.s create mode 100644 libc/nt/ntdll/NtInitializeRegistry.S delete mode 100644 libc/nt/ntdll/NtInitializeRegistry.s create mode 100644 libc/nt/ntdll/NtInitiatePowerAction.S delete mode 100644 libc/nt/ntdll/NtInitiatePowerAction.s create mode 100644 libc/nt/ntdll/NtIsProcessInJob.S delete mode 100644 libc/nt/ntdll/NtIsProcessInJob.s create mode 100644 libc/nt/ntdll/NtIsSystemResumeAutomatic.S delete mode 100644 libc/nt/ntdll/NtIsSystemResumeAutomatic.s create mode 100644 libc/nt/ntdll/NtIsUILanguageComitted.S delete mode 100644 libc/nt/ntdll/NtIsUILanguageComitted.s create mode 100644 libc/nt/ntdll/NtListenPort.S delete mode 100644 libc/nt/ntdll/NtListenPort.s create mode 100644 libc/nt/ntdll/NtLoadDriver.S delete mode 100644 libc/nt/ntdll/NtLoadDriver.s create mode 100644 libc/nt/ntdll/NtLoadEnclaveData.S delete mode 100644 libc/nt/ntdll/NtLoadEnclaveData.s create mode 100644 libc/nt/ntdll/NtLoadHotPatch.S delete mode 100644 libc/nt/ntdll/NtLoadHotPatch.s create mode 100644 libc/nt/ntdll/NtLoadKey.S delete mode 100644 libc/nt/ntdll/NtLoadKey.s create mode 100644 libc/nt/ntdll/NtLoadKey2.S delete mode 100644 libc/nt/ntdll/NtLoadKey2.s create mode 100644 libc/nt/ntdll/NtLoadKeyEx.S delete mode 100644 libc/nt/ntdll/NtLoadKeyEx.s create mode 100644 libc/nt/ntdll/NtLockFile.S delete mode 100644 libc/nt/ntdll/NtLockFile.s create mode 100644 libc/nt/ntdll/NtLockProductActivationKeys.S delete mode 100644 libc/nt/ntdll/NtLockProductActivationKeys.s create mode 100644 libc/nt/ntdll/NtLockRegistryKey.S delete mode 100644 libc/nt/ntdll/NtLockRegistryKey.s create mode 100644 libc/nt/ntdll/NtLockVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtLockVirtualMemory.s create mode 100644 libc/nt/ntdll/NtMakePermanentObject.S delete mode 100644 libc/nt/ntdll/NtMakePermanentObject.s create mode 100644 libc/nt/ntdll/NtMakeTemporaryObject.S delete mode 100644 libc/nt/ntdll/NtMakeTemporaryObject.s create mode 100644 libc/nt/ntdll/NtManagePartition.S delete mode 100644 libc/nt/ntdll/NtManagePartition.s create mode 100644 libc/nt/ntdll/NtMapCMFModule.S delete mode 100644 libc/nt/ntdll/NtMapCMFModule.s create mode 100644 libc/nt/ntdll/NtMapUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/NtMapUserPhysicalPages.s create mode 100644 libc/nt/ntdll/NtMapUserPhysicalPagesScatter.S delete mode 100644 libc/nt/ntdll/NtMapUserPhysicalPagesScatter.s create mode 100644 libc/nt/ntdll/NtMapViewOfSection.S delete mode 100644 libc/nt/ntdll/NtMapViewOfSection.s create mode 100644 libc/nt/ntdll/NtMapViewOfSectionEx.S delete mode 100644 libc/nt/ntdll/NtMapViewOfSectionEx.s create mode 100644 libc/nt/ntdll/NtModifyBootEntry.S delete mode 100644 libc/nt/ntdll/NtModifyBootEntry.s create mode 100644 libc/nt/ntdll/NtModifyDriverEntry.S delete mode 100644 libc/nt/ntdll/NtModifyDriverEntry.s create mode 100644 libc/nt/ntdll/NtNotifyChangeDirectoryFile.S delete mode 100644 libc/nt/ntdll/NtNotifyChangeDirectoryFile.s create mode 100644 libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.S delete mode 100644 libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.s create mode 100644 libc/nt/ntdll/NtNotifyChangeKey.S delete mode 100644 libc/nt/ntdll/NtNotifyChangeKey.s create mode 100644 libc/nt/ntdll/NtNotifyChangeMultipleKeys.S delete mode 100644 libc/nt/ntdll/NtNotifyChangeMultipleKeys.s create mode 100644 libc/nt/ntdll/NtNotifyChangeSession.S delete mode 100644 libc/nt/ntdll/NtNotifyChangeSession.s create mode 100644 libc/nt/ntdll/NtOpenDirectoryObject.S delete mode 100644 libc/nt/ntdll/NtOpenDirectoryObject.s create mode 100644 libc/nt/ntdll/NtOpenEnlistment.S delete mode 100644 libc/nt/ntdll/NtOpenEnlistment.s create mode 100644 libc/nt/ntdll/NtOpenEvent.S delete mode 100644 libc/nt/ntdll/NtOpenEvent.s create mode 100644 libc/nt/ntdll/NtOpenEventPair.S delete mode 100644 libc/nt/ntdll/NtOpenEventPair.s create mode 100644 libc/nt/ntdll/NtOpenFile.S delete mode 100644 libc/nt/ntdll/NtOpenFile.s create mode 100644 libc/nt/ntdll/NtOpenIoCompletion.S delete mode 100644 libc/nt/ntdll/NtOpenIoCompletion.s create mode 100644 libc/nt/ntdll/NtOpenJobObject.S delete mode 100644 libc/nt/ntdll/NtOpenJobObject.s create mode 100644 libc/nt/ntdll/NtOpenKey.S delete mode 100644 libc/nt/ntdll/NtOpenKey.s create mode 100644 libc/nt/ntdll/NtOpenKeyEx.S delete mode 100644 libc/nt/ntdll/NtOpenKeyEx.s create mode 100644 libc/nt/ntdll/NtOpenKeyTransacted.S delete mode 100644 libc/nt/ntdll/NtOpenKeyTransacted.s create mode 100644 libc/nt/ntdll/NtOpenKeyTransactedEx.S delete mode 100644 libc/nt/ntdll/NtOpenKeyTransactedEx.s create mode 100644 libc/nt/ntdll/NtOpenKeyedEvent.S delete mode 100644 libc/nt/ntdll/NtOpenKeyedEvent.s create mode 100644 libc/nt/ntdll/NtOpenMutant.S delete mode 100644 libc/nt/ntdll/NtOpenMutant.s create mode 100644 libc/nt/ntdll/NtOpenObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtOpenObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/NtOpenPartition.S delete mode 100644 libc/nt/ntdll/NtOpenPartition.s create mode 100644 libc/nt/ntdll/NtOpenPrivateNamespace.S delete mode 100644 libc/nt/ntdll/NtOpenPrivateNamespace.s create mode 100644 libc/nt/ntdll/NtOpenProcess.S delete mode 100644 libc/nt/ntdll/NtOpenProcess.s create mode 100644 libc/nt/ntdll/NtOpenProcessToken.S delete mode 100644 libc/nt/ntdll/NtOpenProcessToken.s create mode 100644 libc/nt/ntdll/NtOpenProcessTokenEx.S delete mode 100644 libc/nt/ntdll/NtOpenProcessTokenEx.s create mode 100644 libc/nt/ntdll/NtOpenRegistryTransaction.S delete mode 100644 libc/nt/ntdll/NtOpenRegistryTransaction.s create mode 100644 libc/nt/ntdll/NtOpenResourceManager.S delete mode 100644 libc/nt/ntdll/NtOpenResourceManager.s create mode 100644 libc/nt/ntdll/NtOpenSection.S delete mode 100644 libc/nt/ntdll/NtOpenSection.s create mode 100644 libc/nt/ntdll/NtOpenSemaphore.S delete mode 100644 libc/nt/ntdll/NtOpenSemaphore.s create mode 100644 libc/nt/ntdll/NtOpenSession.S delete mode 100644 libc/nt/ntdll/NtOpenSession.s create mode 100644 libc/nt/ntdll/NtOpenSymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/NtOpenSymbolicLinkObject.s create mode 100644 libc/nt/ntdll/NtOpenThread.S delete mode 100644 libc/nt/ntdll/NtOpenThread.s create mode 100644 libc/nt/ntdll/NtOpenThreadToken.S delete mode 100644 libc/nt/ntdll/NtOpenThreadToken.s create mode 100644 libc/nt/ntdll/NtOpenThreadTokenEx.S delete mode 100644 libc/nt/ntdll/NtOpenThreadTokenEx.s create mode 100644 libc/nt/ntdll/NtOpenTimer.S delete mode 100644 libc/nt/ntdll/NtOpenTimer.s create mode 100644 libc/nt/ntdll/NtOpenTransaction.S delete mode 100644 libc/nt/ntdll/NtOpenTransaction.s create mode 100644 libc/nt/ntdll/NtOpenTransactionManager.S delete mode 100644 libc/nt/ntdll/NtOpenTransactionManager.s create mode 100644 libc/nt/ntdll/NtPlugPlayControl.S delete mode 100644 libc/nt/ntdll/NtPlugPlayControl.s create mode 100644 libc/nt/ntdll/NtPowerInformation.S delete mode 100644 libc/nt/ntdll/NtPowerInformation.s create mode 100644 libc/nt/ntdll/NtPrePrepareComplete.S delete mode 100644 libc/nt/ntdll/NtPrePrepareComplete.s create mode 100644 libc/nt/ntdll/NtPrePrepareEnlistment.S delete mode 100644 libc/nt/ntdll/NtPrePrepareEnlistment.s create mode 100644 libc/nt/ntdll/NtPrepareComplete.S delete mode 100644 libc/nt/ntdll/NtPrepareComplete.s create mode 100644 libc/nt/ntdll/NtPrepareEnlistment.S delete mode 100644 libc/nt/ntdll/NtPrepareEnlistment.s create mode 100644 libc/nt/ntdll/NtPrivilegeCheck.S delete mode 100644 libc/nt/ntdll/NtPrivilegeCheck.s create mode 100644 libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.S delete mode 100644 libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.s create mode 100644 libc/nt/ntdll/NtPropagationComplete.S delete mode 100644 libc/nt/ntdll/NtPropagationComplete.s create mode 100644 libc/nt/ntdll/NtPropagationFailed.S delete mode 100644 libc/nt/ntdll/NtPropagationFailed.s create mode 100644 libc/nt/ntdll/NtProtectVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtProtectVirtualMemory.s create mode 100644 libc/nt/ntdll/NtPulseEvent.S delete mode 100644 libc/nt/ntdll/NtPulseEvent.s create mode 100644 libc/nt/ntdll/NtQueryAttributesFile.S delete mode 100644 libc/nt/ntdll/NtQueryAttributesFile.s create mode 100644 libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.S delete mode 100644 libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.s create mode 100644 libc/nt/ntdll/NtQueryBootEntryOrder.S delete mode 100644 libc/nt/ntdll/NtQueryBootEntryOrder.s create mode 100644 libc/nt/ntdll/NtQueryBootOptions.S delete mode 100644 libc/nt/ntdll/NtQueryBootOptions.s create mode 100644 libc/nt/ntdll/NtQueryDebugFilterState.S delete mode 100644 libc/nt/ntdll/NtQueryDebugFilterState.s create mode 100644 libc/nt/ntdll/NtQueryDefaultLocale.S delete mode 100644 libc/nt/ntdll/NtQueryDefaultLocale.s create mode 100644 libc/nt/ntdll/NtQueryDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/NtQueryDefaultUILanguage.s create mode 100644 libc/nt/ntdll/NtQueryDirectoryFile.S delete mode 100644 libc/nt/ntdll/NtQueryDirectoryFile.s create mode 100644 libc/nt/ntdll/NtQueryDirectoryFileEx.S delete mode 100644 libc/nt/ntdll/NtQueryDirectoryFileEx.s create mode 100644 libc/nt/ntdll/NtQueryDirectoryObject.S delete mode 100644 libc/nt/ntdll/NtQueryDirectoryObject.s create mode 100644 libc/nt/ntdll/NtQueryDriverEntryOrder.S delete mode 100644 libc/nt/ntdll/NtQueryDriverEntryOrder.s create mode 100644 libc/nt/ntdll/NtQueryEaFile.S delete mode 100644 libc/nt/ntdll/NtQueryEaFile.s create mode 100644 libc/nt/ntdll/NtQueryEvent.S delete mode 100644 libc/nt/ntdll/NtQueryEvent.s create mode 100644 libc/nt/ntdll/NtQueryFullAttributesFile.S delete mode 100644 libc/nt/ntdll/NtQueryFullAttributesFile.s create mode 100644 libc/nt/ntdll/NtQueryInformationAtom.S delete mode 100644 libc/nt/ntdll/NtQueryInformationAtom.s create mode 100644 libc/nt/ntdll/NtQueryInformationByName.S delete mode 100644 libc/nt/ntdll/NtQueryInformationByName.s create mode 100644 libc/nt/ntdll/NtQueryInformationEnlistment.S delete mode 100644 libc/nt/ntdll/NtQueryInformationEnlistment.s create mode 100644 libc/nt/ntdll/NtQueryInformationFile.S delete mode 100644 libc/nt/ntdll/NtQueryInformationFile.s create mode 100644 libc/nt/ntdll/NtQueryInformationJobObject.S delete mode 100644 libc/nt/ntdll/NtQueryInformationJobObject.s create mode 100644 libc/nt/ntdll/NtQueryInformationPort.S delete mode 100644 libc/nt/ntdll/NtQueryInformationPort.s create mode 100644 libc/nt/ntdll/NtQueryInformationProcess.S delete mode 100644 libc/nt/ntdll/NtQueryInformationProcess.s create mode 100644 libc/nt/ntdll/NtQueryInformationResourceManager.S delete mode 100644 libc/nt/ntdll/NtQueryInformationResourceManager.s create mode 100644 libc/nt/ntdll/NtQueryInformationThread.S delete mode 100644 libc/nt/ntdll/NtQueryInformationThread.s create mode 100644 libc/nt/ntdll/NtQueryInformationToken.S delete mode 100644 libc/nt/ntdll/NtQueryInformationToken.s create mode 100644 libc/nt/ntdll/NtQueryInformationTransaction.S delete mode 100644 libc/nt/ntdll/NtQueryInformationTransaction.s create mode 100644 libc/nt/ntdll/NtQueryInformationTransactionManager.S delete mode 100644 libc/nt/ntdll/NtQueryInformationTransactionManager.s create mode 100644 libc/nt/ntdll/NtQueryInformationWorkerFactory.S delete mode 100644 libc/nt/ntdll/NtQueryInformationWorkerFactory.s create mode 100644 libc/nt/ntdll/NtQueryInstallUILanguage.S delete mode 100644 libc/nt/ntdll/NtQueryInstallUILanguage.s create mode 100644 libc/nt/ntdll/NtQueryIntervalProfile.S delete mode 100644 libc/nt/ntdll/NtQueryIntervalProfile.s create mode 100644 libc/nt/ntdll/NtQueryIoCompletion.S delete mode 100644 libc/nt/ntdll/NtQueryIoCompletion.s create mode 100644 libc/nt/ntdll/NtQueryKey.S delete mode 100644 libc/nt/ntdll/NtQueryKey.s create mode 100644 libc/nt/ntdll/NtQueryLicenseValue.S delete mode 100644 libc/nt/ntdll/NtQueryLicenseValue.s create mode 100644 libc/nt/ntdll/NtQueryMultipleValueKey.S delete mode 100644 libc/nt/ntdll/NtQueryMultipleValueKey.s create mode 100644 libc/nt/ntdll/NtQueryMutant.S delete mode 100644 libc/nt/ntdll/NtQueryMutant.s create mode 100644 libc/nt/ntdll/NtQueryObject.S delete mode 100644 libc/nt/ntdll/NtQueryObject.s create mode 100644 libc/nt/ntdll/NtQueryOpenSubKeys.S delete mode 100644 libc/nt/ntdll/NtQueryOpenSubKeys.s create mode 100644 libc/nt/ntdll/NtQueryOpenSubKeysEx.S delete mode 100644 libc/nt/ntdll/NtQueryOpenSubKeysEx.s create mode 100644 libc/nt/ntdll/NtQueryPerformanceCounter.S delete mode 100644 libc/nt/ntdll/NtQueryPerformanceCounter.s create mode 100644 libc/nt/ntdll/NtQueryPortInformationProcess.S delete mode 100644 libc/nt/ntdll/NtQueryPortInformationProcess.s create mode 100644 libc/nt/ntdll/NtQueryQuotaInformationFile.S delete mode 100644 libc/nt/ntdll/NtQueryQuotaInformationFile.s create mode 100644 libc/nt/ntdll/NtQuerySection.S delete mode 100644 libc/nt/ntdll/NtQuerySection.s create mode 100644 libc/nt/ntdll/NtQuerySecurityAttributesToken.S delete mode 100644 libc/nt/ntdll/NtQuerySecurityAttributesToken.s create mode 100644 libc/nt/ntdll/NtQuerySecurityObject.S delete mode 100644 libc/nt/ntdll/NtQuerySecurityObject.s create mode 100644 libc/nt/ntdll/NtQuerySecurityPolicy.S delete mode 100644 libc/nt/ntdll/NtQuerySecurityPolicy.s create mode 100644 libc/nt/ntdll/NtQuerySemaphore.S delete mode 100644 libc/nt/ntdll/NtQuerySemaphore.s create mode 100644 libc/nt/ntdll/NtQuerySymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/NtQuerySymbolicLinkObject.s create mode 100644 libc/nt/ntdll/NtQuerySystemEnvironmentValue.S delete mode 100644 libc/nt/ntdll/NtQuerySystemEnvironmentValue.s create mode 100644 libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.S delete mode 100644 libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.s create mode 100644 libc/nt/ntdll/NtQuerySystemInformation.S delete mode 100644 libc/nt/ntdll/NtQuerySystemInformation.s create mode 100644 libc/nt/ntdll/NtQuerySystemInformationEx.S delete mode 100644 libc/nt/ntdll/NtQuerySystemInformationEx.s create mode 100644 libc/nt/ntdll/NtQuerySystemTime.S delete mode 100644 libc/nt/ntdll/NtQuerySystemTime.s create mode 100644 libc/nt/ntdll/NtQueryTimer.S delete mode 100644 libc/nt/ntdll/NtQueryTimer.s create mode 100644 libc/nt/ntdll/NtQueryTimerResolution.S delete mode 100644 libc/nt/ntdll/NtQueryTimerResolution.s create mode 100644 libc/nt/ntdll/NtQueryValueKey.S delete mode 100644 libc/nt/ntdll/NtQueryValueKey.s create mode 100644 libc/nt/ntdll/NtQueryVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtQueryVirtualMemory.s create mode 100644 libc/nt/ntdll/NtQueryVolumeInformationFile.S delete mode 100644 libc/nt/ntdll/NtQueryVolumeInformationFile.s create mode 100644 libc/nt/ntdll/NtQueryWnfStateData.S delete mode 100644 libc/nt/ntdll/NtQueryWnfStateData.s create mode 100644 libc/nt/ntdll/NtQueryWnfStateNameInformation.S delete mode 100644 libc/nt/ntdll/NtQueryWnfStateNameInformation.s create mode 100644 libc/nt/ntdll/NtQueueApcThread.S delete mode 100644 libc/nt/ntdll/NtQueueApcThread.s create mode 100644 libc/nt/ntdll/NtQueueApcThreadEx.S delete mode 100644 libc/nt/ntdll/NtQueueApcThreadEx.s create mode 100644 libc/nt/ntdll/NtRaiseException.S delete mode 100644 libc/nt/ntdll/NtRaiseException.s create mode 100644 libc/nt/ntdll/NtRaiseHardError.S delete mode 100644 libc/nt/ntdll/NtRaiseHardError.s create mode 100644 libc/nt/ntdll/NtReadFile.S delete mode 100644 libc/nt/ntdll/NtReadFile.s create mode 100644 libc/nt/ntdll/NtReadFileScatter.S delete mode 100644 libc/nt/ntdll/NtReadFileScatter.s create mode 100644 libc/nt/ntdll/NtReadOnlyEnlistment.S delete mode 100644 libc/nt/ntdll/NtReadOnlyEnlistment.s create mode 100644 libc/nt/ntdll/NtReadRequestData.S delete mode 100644 libc/nt/ntdll/NtReadRequestData.s create mode 100644 libc/nt/ntdll/NtReadVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtReadVirtualMemory.s create mode 100644 libc/nt/ntdll/NtRecoverEnlistment.S delete mode 100644 libc/nt/ntdll/NtRecoverEnlistment.s create mode 100644 libc/nt/ntdll/NtRecoverResourceManager.S delete mode 100644 libc/nt/ntdll/NtRecoverResourceManager.s create mode 100644 libc/nt/ntdll/NtRecoverTransactionManager.S delete mode 100644 libc/nt/ntdll/NtRecoverTransactionManager.s create mode 100644 libc/nt/ntdll/NtRegisterProtocolAddressInformation.S delete mode 100644 libc/nt/ntdll/NtRegisterProtocolAddressInformation.s create mode 100644 libc/nt/ntdll/NtRegisterThreadTerminatePort.S delete mode 100644 libc/nt/ntdll/NtRegisterThreadTerminatePort.s create mode 100644 libc/nt/ntdll/NtReleaseKeyedEvent.S delete mode 100644 libc/nt/ntdll/NtReleaseKeyedEvent.s create mode 100644 libc/nt/ntdll/NtReleaseMutant.S delete mode 100644 libc/nt/ntdll/NtReleaseMutant.s create mode 100644 libc/nt/ntdll/NtReleaseSemaphore.S delete mode 100644 libc/nt/ntdll/NtReleaseSemaphore.s create mode 100644 libc/nt/ntdll/NtReleaseWorkerFactoryWorker.S delete mode 100644 libc/nt/ntdll/NtReleaseWorkerFactoryWorker.s create mode 100644 libc/nt/ntdll/NtRemoveIoCompletion.S delete mode 100644 libc/nt/ntdll/NtRemoveIoCompletion.s create mode 100644 libc/nt/ntdll/NtRemoveIoCompletionEx.S delete mode 100644 libc/nt/ntdll/NtRemoveIoCompletionEx.s create mode 100644 libc/nt/ntdll/NtRemoveProcessDebug.S delete mode 100644 libc/nt/ntdll/NtRemoveProcessDebug.s create mode 100644 libc/nt/ntdll/NtRenameKey.S delete mode 100644 libc/nt/ntdll/NtRenameKey.s create mode 100644 libc/nt/ntdll/NtRenameTransactionManager.S delete mode 100644 libc/nt/ntdll/NtRenameTransactionManager.s create mode 100644 libc/nt/ntdll/NtReplaceKey.S delete mode 100644 libc/nt/ntdll/NtReplaceKey.s create mode 100644 libc/nt/ntdll/NtReplacePartitionUnit.S delete mode 100644 libc/nt/ntdll/NtReplacePartitionUnit.s create mode 100644 libc/nt/ntdll/NtReplyPort.S delete mode 100644 libc/nt/ntdll/NtReplyPort.s create mode 100644 libc/nt/ntdll/NtReplyWaitReceivePort.S delete mode 100644 libc/nt/ntdll/NtReplyWaitReceivePort.s create mode 100644 libc/nt/ntdll/NtReplyWaitReceivePortEx.S delete mode 100644 libc/nt/ntdll/NtReplyWaitReceivePortEx.s create mode 100644 libc/nt/ntdll/NtReplyWaitReplyPort.S delete mode 100644 libc/nt/ntdll/NtReplyWaitReplyPort.s create mode 100644 libc/nt/ntdll/NtRequestPort.S delete mode 100644 libc/nt/ntdll/NtRequestPort.s create mode 100644 libc/nt/ntdll/NtRequestWaitReplyPort.S delete mode 100644 libc/nt/ntdll/NtRequestWaitReplyPort.s create mode 100644 libc/nt/ntdll/NtResetEvent.S delete mode 100644 libc/nt/ntdll/NtResetEvent.s create mode 100644 libc/nt/ntdll/NtResetWriteWatch.S delete mode 100644 libc/nt/ntdll/NtResetWriteWatch.s create mode 100644 libc/nt/ntdll/NtRestoreKey.S delete mode 100644 libc/nt/ntdll/NtRestoreKey.s create mode 100644 libc/nt/ntdll/NtResumeProcess.S delete mode 100644 libc/nt/ntdll/NtResumeProcess.s create mode 100644 libc/nt/ntdll/NtResumeThread.S delete mode 100644 libc/nt/ntdll/NtResumeThread.s create mode 100644 libc/nt/ntdll/NtRevertContainerImpersonation.S delete mode 100644 libc/nt/ntdll/NtRevertContainerImpersonation.s create mode 100644 libc/nt/ntdll/NtRollbackComplete.S delete mode 100644 libc/nt/ntdll/NtRollbackComplete.s create mode 100644 libc/nt/ntdll/NtRollbackEnlistment.S delete mode 100644 libc/nt/ntdll/NtRollbackEnlistment.s create mode 100644 libc/nt/ntdll/NtRollbackRegistryTransaction.S delete mode 100644 libc/nt/ntdll/NtRollbackRegistryTransaction.s create mode 100644 libc/nt/ntdll/NtRollbackTransaction.S delete mode 100644 libc/nt/ntdll/NtRollbackTransaction.s create mode 100644 libc/nt/ntdll/NtRollforwardTransactionManager.S delete mode 100644 libc/nt/ntdll/NtRollforwardTransactionManager.s create mode 100644 libc/nt/ntdll/NtSaveKey.S delete mode 100644 libc/nt/ntdll/NtSaveKey.s create mode 100644 libc/nt/ntdll/NtSaveKeyEx.S delete mode 100644 libc/nt/ntdll/NtSaveKeyEx.s create mode 100644 libc/nt/ntdll/NtSaveMergedKeys.S delete mode 100644 libc/nt/ntdll/NtSaveMergedKeys.s create mode 100644 libc/nt/ntdll/NtSecureConnectPort.S delete mode 100644 libc/nt/ntdll/NtSecureConnectPort.s create mode 100644 libc/nt/ntdll/NtSerializeBoot.S delete mode 100644 libc/nt/ntdll/NtSerializeBoot.s create mode 100644 libc/nt/ntdll/NtSetBootEntryOrder.S delete mode 100644 libc/nt/ntdll/NtSetBootEntryOrder.s create mode 100644 libc/nt/ntdll/NtSetBootOptions.S delete mode 100644 libc/nt/ntdll/NtSetBootOptions.s create mode 100644 libc/nt/ntdll/NtSetCachedSigningLevel.S delete mode 100644 libc/nt/ntdll/NtSetCachedSigningLevel.s create mode 100644 libc/nt/ntdll/NtSetCachedSigningLevel2.S delete mode 100644 libc/nt/ntdll/NtSetCachedSigningLevel2.s create mode 100644 libc/nt/ntdll/NtSetContextThread.S delete mode 100644 libc/nt/ntdll/NtSetContextThread.s create mode 100644 libc/nt/ntdll/NtSetDebugFilterState.S delete mode 100644 libc/nt/ntdll/NtSetDebugFilterState.s create mode 100644 libc/nt/ntdll/NtSetDefaultHardErrorPort.S delete mode 100644 libc/nt/ntdll/NtSetDefaultHardErrorPort.s create mode 100644 libc/nt/ntdll/NtSetDefaultLocale.S delete mode 100644 libc/nt/ntdll/NtSetDefaultLocale.s create mode 100644 libc/nt/ntdll/NtSetDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/NtSetDefaultUILanguage.s create mode 100644 libc/nt/ntdll/NtSetDriverEntryOrder.S delete mode 100644 libc/nt/ntdll/NtSetDriverEntryOrder.s create mode 100644 libc/nt/ntdll/NtSetEaFile.S delete mode 100644 libc/nt/ntdll/NtSetEaFile.s create mode 100644 libc/nt/ntdll/NtSetEvent.S delete mode 100644 libc/nt/ntdll/NtSetEvent.s create mode 100644 libc/nt/ntdll/NtSetEventBoostPriority.S delete mode 100644 libc/nt/ntdll/NtSetEventBoostPriority.s create mode 100644 libc/nt/ntdll/NtSetHighEventPair.S delete mode 100644 libc/nt/ntdll/NtSetHighEventPair.s create mode 100644 libc/nt/ntdll/NtSetHighWaitLowEventPair.S delete mode 100644 libc/nt/ntdll/NtSetHighWaitLowEventPair.s create mode 100644 libc/nt/ntdll/NtSetIRTimer.S delete mode 100644 libc/nt/ntdll/NtSetIRTimer.s create mode 100644 libc/nt/ntdll/NtSetInformationDebugObject.S delete mode 100644 libc/nt/ntdll/NtSetInformationDebugObject.s create mode 100644 libc/nt/ntdll/NtSetInformationEnlistment.S delete mode 100644 libc/nt/ntdll/NtSetInformationEnlistment.s create mode 100644 libc/nt/ntdll/NtSetInformationFile.S delete mode 100644 libc/nt/ntdll/NtSetInformationFile.s create mode 100644 libc/nt/ntdll/NtSetInformationJobObject.S delete mode 100644 libc/nt/ntdll/NtSetInformationJobObject.s create mode 100644 libc/nt/ntdll/NtSetInformationKey.S delete mode 100644 libc/nt/ntdll/NtSetInformationKey.s create mode 100644 libc/nt/ntdll/NtSetInformationObject.S delete mode 100644 libc/nt/ntdll/NtSetInformationObject.s create mode 100644 libc/nt/ntdll/NtSetInformationProcess.S delete mode 100644 libc/nt/ntdll/NtSetInformationProcess.s create mode 100644 libc/nt/ntdll/NtSetInformationResourceManager.S delete mode 100644 libc/nt/ntdll/NtSetInformationResourceManager.s create mode 100644 libc/nt/ntdll/NtSetInformationSymbolicLink.S delete mode 100644 libc/nt/ntdll/NtSetInformationSymbolicLink.s create mode 100644 libc/nt/ntdll/NtSetInformationThread.S delete mode 100644 libc/nt/ntdll/NtSetInformationThread.s create mode 100644 libc/nt/ntdll/NtSetInformationToken.S delete mode 100644 libc/nt/ntdll/NtSetInformationToken.s create mode 100644 libc/nt/ntdll/NtSetInformationTransaction.S delete mode 100644 libc/nt/ntdll/NtSetInformationTransaction.s create mode 100644 libc/nt/ntdll/NtSetInformationTransactionManager.S delete mode 100644 libc/nt/ntdll/NtSetInformationTransactionManager.s create mode 100644 libc/nt/ntdll/NtSetInformationVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtSetInformationVirtualMemory.s create mode 100644 libc/nt/ntdll/NtSetInformationWorkerFactory.S delete mode 100644 libc/nt/ntdll/NtSetInformationWorkerFactory.s create mode 100644 libc/nt/ntdll/NtSetIntervalProfile.S delete mode 100644 libc/nt/ntdll/NtSetIntervalProfile.s create mode 100644 libc/nt/ntdll/NtSetIoCompletion.S delete mode 100644 libc/nt/ntdll/NtSetIoCompletion.s create mode 100644 libc/nt/ntdll/NtSetIoCompletionEx.S delete mode 100644 libc/nt/ntdll/NtSetIoCompletionEx.s create mode 100644 libc/nt/ntdll/NtSetLdtEntries.S delete mode 100644 libc/nt/ntdll/NtSetLdtEntries.s create mode 100644 libc/nt/ntdll/NtSetLowEventPair.S delete mode 100644 libc/nt/ntdll/NtSetLowEventPair.s create mode 100644 libc/nt/ntdll/NtSetLowWaitHighEventPair.S delete mode 100644 libc/nt/ntdll/NtSetLowWaitHighEventPair.s create mode 100644 libc/nt/ntdll/NtSetQuotaInformationFile.S delete mode 100644 libc/nt/ntdll/NtSetQuotaInformationFile.s create mode 100644 libc/nt/ntdll/NtSetSecurityObject.S delete mode 100644 libc/nt/ntdll/NtSetSecurityObject.s create mode 100644 libc/nt/ntdll/NtSetSystemEnvironmentValue.S delete mode 100644 libc/nt/ntdll/NtSetSystemEnvironmentValue.s create mode 100644 libc/nt/ntdll/NtSetSystemEnvironmentValueEx.S delete mode 100644 libc/nt/ntdll/NtSetSystemEnvironmentValueEx.s create mode 100644 libc/nt/ntdll/NtSetSystemInformation.S delete mode 100644 libc/nt/ntdll/NtSetSystemInformation.s create mode 100644 libc/nt/ntdll/NtSetSystemPowerState.S delete mode 100644 libc/nt/ntdll/NtSetSystemPowerState.s create mode 100644 libc/nt/ntdll/NtSetSystemTime.S delete mode 100644 libc/nt/ntdll/NtSetSystemTime.s create mode 100644 libc/nt/ntdll/NtSetThreadExecutionState.S delete mode 100644 libc/nt/ntdll/NtSetThreadExecutionState.s create mode 100644 libc/nt/ntdll/NtSetTimer.S delete mode 100644 libc/nt/ntdll/NtSetTimer.s create mode 100644 libc/nt/ntdll/NtSetTimer2.S delete mode 100644 libc/nt/ntdll/NtSetTimer2.s create mode 100644 libc/nt/ntdll/NtSetTimerEx.S delete mode 100644 libc/nt/ntdll/NtSetTimerEx.s create mode 100644 libc/nt/ntdll/NtSetTimerResolution.S delete mode 100644 libc/nt/ntdll/NtSetTimerResolution.s create mode 100644 libc/nt/ntdll/NtSetUuidSeed.S delete mode 100644 libc/nt/ntdll/NtSetUuidSeed.s create mode 100644 libc/nt/ntdll/NtSetValueKey.S delete mode 100644 libc/nt/ntdll/NtSetValueKey.s create mode 100644 libc/nt/ntdll/NtSetVolumeInformationFile.S delete mode 100644 libc/nt/ntdll/NtSetVolumeInformationFile.s create mode 100644 libc/nt/ntdll/NtSetWnfProcessNotificationEvent.S delete mode 100644 libc/nt/ntdll/NtSetWnfProcessNotificationEvent.s create mode 100644 libc/nt/ntdll/NtShutdownSystem.S delete mode 100644 libc/nt/ntdll/NtShutdownSystem.s create mode 100644 libc/nt/ntdll/NtShutdownWorkerFactory.S delete mode 100644 libc/nt/ntdll/NtShutdownWorkerFactory.s create mode 100644 libc/nt/ntdll/NtSignalAndWaitForSingleObject.S delete mode 100644 libc/nt/ntdll/NtSignalAndWaitForSingleObject.s create mode 100644 libc/nt/ntdll/NtSinglePhaseReject.S delete mode 100644 libc/nt/ntdll/NtSinglePhaseReject.s create mode 100644 libc/nt/ntdll/NtStartProfile.S delete mode 100644 libc/nt/ntdll/NtStartProfile.s create mode 100644 libc/nt/ntdll/NtStopProfile.S delete mode 100644 libc/nt/ntdll/NtStopProfile.s create mode 100644 libc/nt/ntdll/NtSubscribeWnfStateChange.S delete mode 100644 libc/nt/ntdll/NtSubscribeWnfStateChange.s create mode 100644 libc/nt/ntdll/NtSuspendProcess.S delete mode 100644 libc/nt/ntdll/NtSuspendProcess.s create mode 100644 libc/nt/ntdll/NtSuspendThread.S delete mode 100644 libc/nt/ntdll/NtSuspendThread.s create mode 100644 libc/nt/ntdll/NtSystemDebugControl.S delete mode 100644 libc/nt/ntdll/NtSystemDebugControl.s create mode 100644 libc/nt/ntdll/NtTerminateEnclave.S delete mode 100644 libc/nt/ntdll/NtTerminateEnclave.s create mode 100644 libc/nt/ntdll/NtTerminateJobObject.S delete mode 100644 libc/nt/ntdll/NtTerminateJobObject.s create mode 100644 libc/nt/ntdll/NtTerminateProcess.S delete mode 100644 libc/nt/ntdll/NtTerminateProcess.s create mode 100644 libc/nt/ntdll/NtTerminateThread.S delete mode 100644 libc/nt/ntdll/NtTerminateThread.s create mode 100644 libc/nt/ntdll/NtTestAlert.S delete mode 100644 libc/nt/ntdll/NtTestAlert.s create mode 100644 libc/nt/ntdll/NtThawRegistry.S delete mode 100644 libc/nt/ntdll/NtThawRegistry.s create mode 100644 libc/nt/ntdll/NtThawTransactions.S delete mode 100644 libc/nt/ntdll/NtThawTransactions.s create mode 100644 libc/nt/ntdll/NtTraceControl.S delete mode 100644 libc/nt/ntdll/NtTraceControl.s create mode 100644 libc/nt/ntdll/NtTraceEvent.S delete mode 100644 libc/nt/ntdll/NtTraceEvent.s create mode 100644 libc/nt/ntdll/NtTranslateFilePath.S delete mode 100644 libc/nt/ntdll/NtTranslateFilePath.s create mode 100644 libc/nt/ntdll/NtUmsThreadYield.S delete mode 100644 libc/nt/ntdll/NtUmsThreadYield.s create mode 100644 libc/nt/ntdll/NtUnloadDriver.S delete mode 100644 libc/nt/ntdll/NtUnloadDriver.s create mode 100644 libc/nt/ntdll/NtUnloadKey.S delete mode 100644 libc/nt/ntdll/NtUnloadKey.s create mode 100644 libc/nt/ntdll/NtUnloadKey2.S delete mode 100644 libc/nt/ntdll/NtUnloadKey2.s create mode 100644 libc/nt/ntdll/NtUnloadKeyEx.S delete mode 100644 libc/nt/ntdll/NtUnloadKeyEx.s create mode 100644 libc/nt/ntdll/NtUnlockFile.S delete mode 100644 libc/nt/ntdll/NtUnlockFile.s create mode 100644 libc/nt/ntdll/NtUnlockVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtUnlockVirtualMemory.s create mode 100644 libc/nt/ntdll/NtUnmapViewOfSection.S delete mode 100644 libc/nt/ntdll/NtUnmapViewOfSection.s create mode 100644 libc/nt/ntdll/NtUnmapViewOfSectionEx.S delete mode 100644 libc/nt/ntdll/NtUnmapViewOfSectionEx.s create mode 100644 libc/nt/ntdll/NtUnsubscribeWnfStateChange.S delete mode 100644 libc/nt/ntdll/NtUnsubscribeWnfStateChange.s create mode 100644 libc/nt/ntdll/NtUpdateWnfStateData.S delete mode 100644 libc/nt/ntdll/NtUpdateWnfStateData.s create mode 100644 libc/nt/ntdll/NtVdmControl.S delete mode 100644 libc/nt/ntdll/NtVdmControl.s create mode 100644 libc/nt/ntdll/NtWaitForAlertByThreadId.S delete mode 100644 libc/nt/ntdll/NtWaitForAlertByThreadId.s create mode 100644 libc/nt/ntdll/NtWaitForDebugEvent.S delete mode 100644 libc/nt/ntdll/NtWaitForDebugEvent.s create mode 100644 libc/nt/ntdll/NtWaitForKeyedEvent.S delete mode 100644 libc/nt/ntdll/NtWaitForKeyedEvent.s create mode 100644 libc/nt/ntdll/NtWaitForMultipleObjects.S delete mode 100644 libc/nt/ntdll/NtWaitForMultipleObjects.s create mode 100644 libc/nt/ntdll/NtWaitForMultipleObjects32.S delete mode 100644 libc/nt/ntdll/NtWaitForMultipleObjects32.s create mode 100644 libc/nt/ntdll/NtWaitForSingleObject.S delete mode 100644 libc/nt/ntdll/NtWaitForSingleObject.s create mode 100644 libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.S delete mode 100644 libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.s create mode 100644 libc/nt/ntdll/NtWaitHighEventPair.S delete mode 100644 libc/nt/ntdll/NtWaitHighEventPair.s create mode 100644 libc/nt/ntdll/NtWaitLowEventPair.S delete mode 100644 libc/nt/ntdll/NtWaitLowEventPair.s create mode 100644 libc/nt/ntdll/NtWorkerFactoryWorkerReady.S delete mode 100644 libc/nt/ntdll/NtWorkerFactoryWorkerReady.s create mode 100644 libc/nt/ntdll/NtWriteFile.S delete mode 100644 libc/nt/ntdll/NtWriteFile.s create mode 100644 libc/nt/ntdll/NtWriteFileGather.S delete mode 100644 libc/nt/ntdll/NtWriteFileGather.s create mode 100644 libc/nt/ntdll/NtWriteRequestData.S delete mode 100644 libc/nt/ntdll/NtWriteRequestData.s create mode 100644 libc/nt/ntdll/NtWriteVirtualMemory.S delete mode 100644 libc/nt/ntdll/NtWriteVirtualMemory.s create mode 100644 libc/nt/ntdll/NtYieldExecution.S delete mode 100644 libc/nt/ntdll/NtYieldExecution.s create mode 100644 libc/nt/ntdll/NtdllDefWindowProc_W.S delete mode 100644 libc/nt/ntdll/NtdllDefWindowProc_W.s create mode 100644 libc/nt/ntdll/NtdllDialogWndProc_W.S delete mode 100644 libc/nt/ntdll/NtdllDialogWndProc_W.s create mode 100644 libc/nt/ntdll/PfxFindPrefix.S delete mode 100644 libc/nt/ntdll/PfxFindPrefix.s create mode 100644 libc/nt/ntdll/PfxInitialize.S delete mode 100644 libc/nt/ntdll/PfxInitialize.s create mode 100644 libc/nt/ntdll/PfxInsertPrefix.S delete mode 100644 libc/nt/ntdll/PfxInsertPrefix.s create mode 100644 libc/nt/ntdll/PfxRemovePrefix.S delete mode 100644 libc/nt/ntdll/PfxRemovePrefix.s create mode 100644 libc/nt/ntdll/PssNtCaptureSnapshot.S delete mode 100644 libc/nt/ntdll/PssNtCaptureSnapshot.s create mode 100644 libc/nt/ntdll/PssNtDuplicateSnapshot.S delete mode 100644 libc/nt/ntdll/PssNtDuplicateSnapshot.s create mode 100644 libc/nt/ntdll/PssNtFreeRemoteSnapshot.S delete mode 100644 libc/nt/ntdll/PssNtFreeRemoteSnapshot.s create mode 100644 libc/nt/ntdll/PssNtFreeSnapshot.S delete mode 100644 libc/nt/ntdll/PssNtFreeSnapshot.s create mode 100644 libc/nt/ntdll/PssNtFreeWalkMarker.S delete mode 100644 libc/nt/ntdll/PssNtFreeWalkMarker.s create mode 100644 libc/nt/ntdll/PssNtQuerySnapshot.S delete mode 100644 libc/nt/ntdll/PssNtQuerySnapshot.s create mode 100644 libc/nt/ntdll/PssNtValidateDescriptor.S delete mode 100644 libc/nt/ntdll/PssNtValidateDescriptor.s create mode 100644 libc/nt/ntdll/PssNtWalkSnapshot.S delete mode 100644 libc/nt/ntdll/PssNtWalkSnapshot.s create mode 100644 libc/nt/ntdll/RtlAbortRXact.S delete mode 100644 libc/nt/ntdll/RtlAbortRXact.s create mode 100644 libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.S delete mode 100644 libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.s create mode 100644 libc/nt/ntdll/RtlAcquirePebLock.S delete mode 100644 libc/nt/ntdll/RtlAcquirePebLock.s create mode 100644 libc/nt/ntdll/RtlAcquirePrivilege.S delete mode 100644 libc/nt/ntdll/RtlAcquirePrivilege.s create mode 100644 libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.S delete mode 100644 libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.s create mode 100644 libc/nt/ntdll/RtlAcquireResourceExclusive.S delete mode 100644 libc/nt/ntdll/RtlAcquireResourceExclusive.s create mode 100644 libc/nt/ntdll/RtlAcquireResourceShared.S delete mode 100644 libc/nt/ntdll/RtlAcquireResourceShared.s create mode 100644 libc/nt/ntdll/RtlAcquireSRWLockExclusive.S delete mode 100644 libc/nt/ntdll/RtlAcquireSRWLockExclusive.s create mode 100644 libc/nt/ntdll/RtlAcquireSRWLockShared.S delete mode 100644 libc/nt/ntdll/RtlAcquireSRWLockShared.s create mode 100644 libc/nt/ntdll/RtlActivateActivationContext.S delete mode 100644 libc/nt/ntdll/RtlActivateActivationContext.s create mode 100644 libc/nt/ntdll/RtlActivateActivationContextEx.S delete mode 100644 libc/nt/ntdll/RtlActivateActivationContextEx.s create mode 100644 libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.S delete mode 100644 libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.s create mode 100644 libc/nt/ntdll/RtlAddAccessAllowedAce.S delete mode 100644 libc/nt/ntdll/RtlAddAccessAllowedAce.s create mode 100644 libc/nt/ntdll/RtlAddAccessAllowedAceEx.S delete mode 100644 libc/nt/ntdll/RtlAddAccessAllowedAceEx.s create mode 100644 libc/nt/ntdll/RtlAddAccessAllowedObjectAce.S delete mode 100644 libc/nt/ntdll/RtlAddAccessAllowedObjectAce.s create mode 100644 libc/nt/ntdll/RtlAddAccessDeniedAce.S delete mode 100644 libc/nt/ntdll/RtlAddAccessDeniedAce.s create mode 100644 libc/nt/ntdll/RtlAddAccessDeniedAceEx.S delete mode 100644 libc/nt/ntdll/RtlAddAccessDeniedAceEx.s create mode 100644 libc/nt/ntdll/RtlAddAccessDeniedObjectAce.S delete mode 100644 libc/nt/ntdll/RtlAddAccessDeniedObjectAce.s create mode 100644 libc/nt/ntdll/RtlAddAccessFilterAce.S delete mode 100644 libc/nt/ntdll/RtlAddAccessFilterAce.s create mode 100644 libc/nt/ntdll/RtlAddAce.S delete mode 100644 libc/nt/ntdll/RtlAddAce.s create mode 100644 libc/nt/ntdll/RtlAddActionToRXact.S delete mode 100644 libc/nt/ntdll/RtlAddActionToRXact.s create mode 100644 libc/nt/ntdll/RtlAddAtomToAtomTable.S delete mode 100644 libc/nt/ntdll/RtlAddAtomToAtomTable.s create mode 100644 libc/nt/ntdll/RtlAddAttributeActionToRXact.S delete mode 100644 libc/nt/ntdll/RtlAddAttributeActionToRXact.s create mode 100644 libc/nt/ntdll/RtlAddAuditAccessAce.S delete mode 100644 libc/nt/ntdll/RtlAddAuditAccessAce.s create mode 100644 libc/nt/ntdll/RtlAddAuditAccessAceEx.S delete mode 100644 libc/nt/ntdll/RtlAddAuditAccessAceEx.s create mode 100644 libc/nt/ntdll/RtlAddAuditAccessObjectAce.S delete mode 100644 libc/nt/ntdll/RtlAddAuditAccessObjectAce.s create mode 100644 libc/nt/ntdll/RtlAddCompoundAce.S delete mode 100644 libc/nt/ntdll/RtlAddCompoundAce.s create mode 100644 libc/nt/ntdll/RtlAddFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlAddFunctionTable.s create mode 100644 libc/nt/ntdll/RtlAddGrowableFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlAddGrowableFunctionTable.s create mode 100644 libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.S delete mode 100644 libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.s create mode 100644 libc/nt/ntdll/RtlAddMandatoryAce.S delete mode 100644 libc/nt/ntdll/RtlAddMandatoryAce.s create mode 100644 libc/nt/ntdll/RtlAddProcessTrustLabelAce.S delete mode 100644 libc/nt/ntdll/RtlAddProcessTrustLabelAce.s create mode 100644 libc/nt/ntdll/RtlAddRefActivationContext.S delete mode 100644 libc/nt/ntdll/RtlAddRefActivationContext.s create mode 100644 libc/nt/ntdll/RtlAddRefMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlAddRefMemoryStream.s create mode 100644 libc/nt/ntdll/RtlAddResourceAttributeAce.S delete mode 100644 libc/nt/ntdll/RtlAddResourceAttributeAce.s create mode 100644 libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.S delete mode 100644 libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.s create mode 100644 libc/nt/ntdll/RtlAddScopedPolicyIDAce.S delete mode 100644 libc/nt/ntdll/RtlAddScopedPolicyIDAce.s create mode 100644 libc/nt/ntdll/RtlAddVectoredContinueHandler.S delete mode 100644 libc/nt/ntdll/RtlAddVectoredContinueHandler.s create mode 100644 libc/nt/ntdll/RtlAddVectoredExceptionHandler.S delete mode 100644 libc/nt/ntdll/RtlAddVectoredExceptionHandler.s create mode 100644 libc/nt/ntdll/RtlAddressInSectionTable.S delete mode 100644 libc/nt/ntdll/RtlAddressInSectionTable.s create mode 100644 libc/nt/ntdll/RtlAdjustPrivilege.S delete mode 100644 libc/nt/ntdll/RtlAdjustPrivilege.s create mode 100644 libc/nt/ntdll/RtlAllocateActivationContextStack.S delete mode 100644 libc/nt/ntdll/RtlAllocateActivationContextStack.s create mode 100644 libc/nt/ntdll/RtlAllocateAndInitializeSid.S delete mode 100644 libc/nt/ntdll/RtlAllocateAndInitializeSid.s create mode 100644 libc/nt/ntdll/RtlAllocateAndInitializeSidEx.S delete mode 100644 libc/nt/ntdll/RtlAllocateAndInitializeSidEx.s create mode 100644 libc/nt/ntdll/RtlAllocateHandle.S delete mode 100644 libc/nt/ntdll/RtlAllocateHandle.s create mode 100644 libc/nt/ntdll/RtlAllocateHeap.S delete mode 100644 libc/nt/ntdll/RtlAllocateHeap.s create mode 100644 libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlAllocateMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlAllocateMemoryZone.s create mode 100644 libc/nt/ntdll/RtlAllocateWnfSerializationGroup.S delete mode 100644 libc/nt/ntdll/RtlAllocateWnfSerializationGroup.s create mode 100644 libc/nt/ntdll/RtlAnsiCharToUnicodeChar.S delete mode 100644 libc/nt/ntdll/RtlAnsiCharToUnicodeChar.s create mode 100644 libc/nt/ntdll/RtlAnsiStringToUnicodeSize.S delete mode 100644 libc/nt/ntdll/RtlAnsiStringToUnicodeSize.s create mode 100644 libc/nt/ntdll/RtlAnsiStringToUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlAnsiStringToUnicodeString.s create mode 100644 libc/nt/ntdll/RtlAppendAsciizToString.S delete mode 100644 libc/nt/ntdll/RtlAppendAsciizToString.s create mode 100644 libc/nt/ntdll/RtlAppendPathElement.S delete mode 100644 libc/nt/ntdll/RtlAppendPathElement.s create mode 100644 libc/nt/ntdll/RtlAppendStringToString.S delete mode 100644 libc/nt/ntdll/RtlAppendStringToString.s create mode 100644 libc/nt/ntdll/RtlAppendUnicodeStringToString.S delete mode 100644 libc/nt/ntdll/RtlAppendUnicodeStringToString.s create mode 100644 libc/nt/ntdll/RtlAppendUnicodeToString.S delete mode 100644 libc/nt/ntdll/RtlAppendUnicodeToString.s create mode 100644 libc/nt/ntdll/RtlApplicationVerifierStop.S delete mode 100644 libc/nt/ntdll/RtlApplicationVerifierStop.s create mode 100644 libc/nt/ntdll/RtlApplyRXact.S delete mode 100644 libc/nt/ntdll/RtlApplyRXact.s create mode 100644 libc/nt/ntdll/RtlApplyRXactNoFlush.S delete mode 100644 libc/nt/ntdll/RtlApplyRXactNoFlush.s create mode 100644 libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.S delete mode 100644 libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.s create mode 100644 libc/nt/ntdll/RtlAreAllAccessesGranted.S delete mode 100644 libc/nt/ntdll/RtlAreAllAccessesGranted.s create mode 100644 libc/nt/ntdll/RtlAreAnyAccessesGranted.S delete mode 100644 libc/nt/ntdll/RtlAreAnyAccessesGranted.s create mode 100644 libc/nt/ntdll/RtlAreBitsClear.S delete mode 100644 libc/nt/ntdll/RtlAreBitsClear.s create mode 100644 libc/nt/ntdll/RtlAreBitsSet.S delete mode 100644 libc/nt/ntdll/RtlAreBitsSet.s create mode 100644 libc/nt/ntdll/RtlAreLongPathsEnabled.S delete mode 100644 libc/nt/ntdll/RtlAreLongPathsEnabled.s create mode 100644 libc/nt/ntdll/RtlAssert.S delete mode 100644 libc/nt/ntdll/RtlAssert.s create mode 100644 libc/nt/ntdll/RtlAvlInsertNodeEx.S delete mode 100644 libc/nt/ntdll/RtlAvlInsertNodeEx.s create mode 100644 libc/nt/ntdll/RtlAvlRemoveNode.S delete mode 100644 libc/nt/ntdll/RtlAvlRemoveNode.s create mode 100644 libc/nt/ntdll/RtlBarrier.S delete mode 100644 libc/nt/ntdll/RtlBarrier.s create mode 100644 libc/nt/ntdll/RtlBarrierForDelete.S delete mode 100644 libc/nt/ntdll/RtlBarrierForDelete.s create mode 100644 libc/nt/ntdll/RtlCallEnclaveReturn.S delete mode 100644 libc/nt/ntdll/RtlCallEnclaveReturn.s create mode 100644 libc/nt/ntdll/RtlCancelTimer.S delete mode 100644 libc/nt/ntdll/RtlCancelTimer.s create mode 100644 libc/nt/ntdll/RtlCanonicalizeDomainName.S delete mode 100644 libc/nt/ntdll/RtlCanonicalizeDomainName.s create mode 100644 libc/nt/ntdll/RtlCapabilityCheck.S delete mode 100644 libc/nt/ntdll/RtlCapabilityCheck.s create mode 100644 libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.S delete mode 100644 libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.s create mode 100644 libc/nt/ntdll/RtlCaptureContext.S delete mode 100644 libc/nt/ntdll/RtlCaptureContext.s create mode 100644 libc/nt/ntdll/RtlCaptureStackBackTrace.S delete mode 100644 libc/nt/ntdll/RtlCaptureStackBackTrace.s create mode 100644 libc/nt/ntdll/RtlCharToInteger.S delete mode 100644 libc/nt/ntdll/RtlCharToInteger.s create mode 100644 libc/nt/ntdll/RtlCheckBootStatusIntegrity.S delete mode 100644 libc/nt/ntdll/RtlCheckBootStatusIntegrity.s create mode 100644 libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.S delete mode 100644 libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.s create mode 100644 libc/nt/ntdll/RtlCheckPortableOperatingSystem.S delete mode 100644 libc/nt/ntdll/RtlCheckPortableOperatingSystem.s create mode 100644 libc/nt/ntdll/RtlCheckRegistryKey.S delete mode 100644 libc/nt/ntdll/RtlCheckRegistryKey.s create mode 100644 libc/nt/ntdll/RtlCheckSandboxedToken.S delete mode 100644 libc/nt/ntdll/RtlCheckSandboxedToken.s create mode 100644 libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.S delete mode 100644 libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.s create mode 100644 libc/nt/ntdll/RtlCheckTokenCapability.S delete mode 100644 libc/nt/ntdll/RtlCheckTokenCapability.s create mode 100644 libc/nt/ntdll/RtlCheckTokenMembership.S delete mode 100644 libc/nt/ntdll/RtlCheckTokenMembership.s create mode 100644 libc/nt/ntdll/RtlCheckTokenMembershipEx.S delete mode 100644 libc/nt/ntdll/RtlCheckTokenMembershipEx.s create mode 100644 libc/nt/ntdll/RtlCleanUpTEBLangLists.S delete mode 100644 libc/nt/ntdll/RtlCleanUpTEBLangLists.s create mode 100644 libc/nt/ntdll/RtlClearAllBits.S delete mode 100644 libc/nt/ntdll/RtlClearAllBits.s create mode 100644 libc/nt/ntdll/RtlClearBit.S delete mode 100644 libc/nt/ntdll/RtlClearBit.s create mode 100644 libc/nt/ntdll/RtlClearBits.S delete mode 100644 libc/nt/ntdll/RtlClearBits.s create mode 100644 libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.S delete mode 100644 libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.s create mode 100644 libc/nt/ntdll/RtlCloneMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlCloneMemoryStream.s create mode 100644 libc/nt/ntdll/RtlCloneUserProcess.S delete mode 100644 libc/nt/ntdll/RtlCloneUserProcess.s create mode 100644 libc/nt/ntdll/RtlCmDecodeMemIoResource.S delete mode 100644 libc/nt/ntdll/RtlCmDecodeMemIoResource.s create mode 100644 libc/nt/ntdll/RtlCmEncodeMemIoResource.S delete mode 100644 libc/nt/ntdll/RtlCmEncodeMemIoResource.s create mode 100644 libc/nt/ntdll/RtlCommitDebugInfo.S delete mode 100644 libc/nt/ntdll/RtlCommitDebugInfo.s create mode 100644 libc/nt/ntdll/RtlCommitMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlCommitMemoryStream.s create mode 100644 libc/nt/ntdll/RtlCompactHeap.S delete mode 100644 libc/nt/ntdll/RtlCompactHeap.s create mode 100644 libc/nt/ntdll/RtlCompareAltitudes.S delete mode 100644 libc/nt/ntdll/RtlCompareAltitudes.s create mode 100644 libc/nt/ntdll/RtlCompareMemory.S delete mode 100644 libc/nt/ntdll/RtlCompareMemory.s create mode 100644 libc/nt/ntdll/RtlCompareMemoryUlong.S delete mode 100644 libc/nt/ntdll/RtlCompareMemoryUlong.s create mode 100644 libc/nt/ntdll/RtlCompareString.S delete mode 100644 libc/nt/ntdll/RtlCompareString.s create mode 100644 libc/nt/ntdll/RtlCompareUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlCompareUnicodeString.s create mode 100644 libc/nt/ntdll/RtlCompareUnicodeStrings.S delete mode 100644 libc/nt/ntdll/RtlCompareUnicodeStrings.s create mode 100644 libc/nt/ntdll/RtlCompleteProcessCloning.S delete mode 100644 libc/nt/ntdll/RtlCompleteProcessCloning.s create mode 100644 libc/nt/ntdll/RtlCompressBuffer.S delete mode 100644 libc/nt/ntdll/RtlCompressBuffer.s create mode 100644 libc/nt/ntdll/RtlComputeCrc32.S delete mode 100644 libc/nt/ntdll/RtlComputeCrc32.s create mode 100644 libc/nt/ntdll/RtlComputeImportTableHash.S delete mode 100644 libc/nt/ntdll/RtlComputeImportTableHash.s create mode 100644 libc/nt/ntdll/RtlComputePrivatizedDllName_U.S delete mode 100644 libc/nt/ntdll/RtlComputePrivatizedDllName_U.s create mode 100644 libc/nt/ntdll/RtlConnectToSm.S delete mode 100644 libc/nt/ntdll/RtlConnectToSm.s create mode 100644 libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.S delete mode 100644 libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.s create mode 100644 libc/nt/ntdll/RtlContractHashTable.S delete mode 100644 libc/nt/ntdll/RtlContractHashTable.s create mode 100644 libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.S delete mode 100644 libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.s create mode 100644 libc/nt/ntdll/RtlConvertExclusiveToShared.S delete mode 100644 libc/nt/ntdll/RtlConvertExclusiveToShared.s create mode 100644 libc/nt/ntdll/RtlConvertLCIDToString.S delete mode 100644 libc/nt/ntdll/RtlConvertLCIDToString.s create mode 100644 libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.S delete mode 100644 libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.s create mode 100644 libc/nt/ntdll/RtlConvertSharedToExclusive.S delete mode 100644 libc/nt/ntdll/RtlConvertSharedToExclusive.s create mode 100644 libc/nt/ntdll/RtlConvertSidToUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlConvertSidToUnicodeString.s create mode 100644 libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.s create mode 100644 libc/nt/ntdll/RtlCopyBitMap.S delete mode 100644 libc/nt/ntdll/RtlCopyBitMap.s create mode 100644 libc/nt/ntdll/RtlCopyContext.S delete mode 100644 libc/nt/ntdll/RtlCopyContext.s create mode 100644 libc/nt/ntdll/RtlCopyExtendedContext.S delete mode 100644 libc/nt/ntdll/RtlCopyExtendedContext.s create mode 100644 libc/nt/ntdll/RtlCopyLuid.S delete mode 100644 libc/nt/ntdll/RtlCopyLuid.s create mode 100644 libc/nt/ntdll/RtlCopyLuidAndAttributesArray.S delete mode 100644 libc/nt/ntdll/RtlCopyLuidAndAttributesArray.s create mode 100644 libc/nt/ntdll/RtlCopyMappedMemory.S delete mode 100644 libc/nt/ntdll/RtlCopyMappedMemory.s create mode 100644 libc/nt/ntdll/RtlCopyMemory.S delete mode 100644 libc/nt/ntdll/RtlCopyMemory.s create mode 100644 libc/nt/ntdll/RtlCopyMemoryNonTemporal.S delete mode 100644 libc/nt/ntdll/RtlCopyMemoryNonTemporal.s create mode 100644 libc/nt/ntdll/RtlCopyMemoryStreamTo.S delete mode 100644 libc/nt/ntdll/RtlCopyMemoryStreamTo.s create mode 100644 libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.S delete mode 100644 libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.s create mode 100644 libc/nt/ntdll/RtlCopySecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlCopySecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlCopySid.S delete mode 100644 libc/nt/ntdll/RtlCopySid.s create mode 100644 libc/nt/ntdll/RtlCopySidAndAttributesArray.S delete mode 100644 libc/nt/ntdll/RtlCopySidAndAttributesArray.s create mode 100644 libc/nt/ntdll/RtlCopyString.S delete mode 100644 libc/nt/ntdll/RtlCopyString.s create mode 100644 libc/nt/ntdll/RtlCopyUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlCopyUnicodeString.s create mode 100644 libc/nt/ntdll/RtlCrc32.S delete mode 100644 libc/nt/ntdll/RtlCrc32.s create mode 100644 libc/nt/ntdll/RtlCrc64.S delete mode 100644 libc/nt/ntdll/RtlCrc64.s create mode 100644 libc/nt/ntdll/RtlCreateAcl.S delete mode 100644 libc/nt/ntdll/RtlCreateAcl.s create mode 100644 libc/nt/ntdll/RtlCreateActivationContext.S delete mode 100644 libc/nt/ntdll/RtlCreateActivationContext.s create mode 100644 libc/nt/ntdll/RtlCreateAndSetSD.S delete mode 100644 libc/nt/ntdll/RtlCreateAndSetSD.s create mode 100644 libc/nt/ntdll/RtlCreateAtomTable.S delete mode 100644 libc/nt/ntdll/RtlCreateAtomTable.s create mode 100644 libc/nt/ntdll/RtlCreateBootStatusDataFile.S delete mode 100644 libc/nt/ntdll/RtlCreateBootStatusDataFile.s create mode 100644 libc/nt/ntdll/RtlCreateBoundaryDescriptor.S delete mode 100644 libc/nt/ntdll/RtlCreateBoundaryDescriptor.s create mode 100644 libc/nt/ntdll/RtlCreateEnvironment.S delete mode 100644 libc/nt/ntdll/RtlCreateEnvironment.s create mode 100644 libc/nt/ntdll/RtlCreateEnvironmentEx.S delete mode 100644 libc/nt/ntdll/RtlCreateEnvironmentEx.s create mode 100644 libc/nt/ntdll/RtlCreateHashTable.S delete mode 100644 libc/nt/ntdll/RtlCreateHashTable.s create mode 100644 libc/nt/ntdll/RtlCreateHashTableEx.S delete mode 100644 libc/nt/ntdll/RtlCreateHashTableEx.s create mode 100644 libc/nt/ntdll/RtlCreateHeap.S delete mode 100644 libc/nt/ntdll/RtlCreateHeap.s create mode 100644 libc/nt/ntdll/RtlCreateMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlCreateMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlCreateMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlCreateMemoryZone.s create mode 100644 libc/nt/ntdll/RtlCreateProcessParameters.S delete mode 100644 libc/nt/ntdll/RtlCreateProcessParameters.s create mode 100644 libc/nt/ntdll/RtlCreateProcessParametersEx.S delete mode 100644 libc/nt/ntdll/RtlCreateProcessParametersEx.s create mode 100644 libc/nt/ntdll/RtlCreateProcessReflection.S delete mode 100644 libc/nt/ntdll/RtlCreateProcessReflection.s create mode 100644 libc/nt/ntdll/RtlCreateQueryDebugBuffer.S delete mode 100644 libc/nt/ntdll/RtlCreateQueryDebugBuffer.s create mode 100644 libc/nt/ntdll/RtlCreateRegistryKey.S delete mode 100644 libc/nt/ntdll/RtlCreateRegistryKey.s create mode 100644 libc/nt/ntdll/RtlCreateSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlCreateSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlCreateServiceSid.S delete mode 100644 libc/nt/ntdll/RtlCreateServiceSid.s create mode 100644 libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.S delete mode 100644 libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.s create mode 100644 libc/nt/ntdll/RtlCreateTagHeap.S delete mode 100644 libc/nt/ntdll/RtlCreateTagHeap.s create mode 100644 libc/nt/ntdll/RtlCreateTimer.S delete mode 100644 libc/nt/ntdll/RtlCreateTimer.s create mode 100644 libc/nt/ntdll/RtlCreateTimerQueue.S delete mode 100644 libc/nt/ntdll/RtlCreateTimerQueue.s create mode 100644 libc/nt/ntdll/RtlCreateUmsCompletionList.S delete mode 100644 libc/nt/ntdll/RtlCreateUmsCompletionList.s create mode 100644 libc/nt/ntdll/RtlCreateUmsThreadContext.S delete mode 100644 libc/nt/ntdll/RtlCreateUmsThreadContext.s create mode 100644 libc/nt/ntdll/RtlCreateUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlCreateUnicodeString.s create mode 100644 libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.S delete mode 100644 libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.s create mode 100644 libc/nt/ntdll/RtlCreateUserProcess.S delete mode 100644 libc/nt/ntdll/RtlCreateUserProcess.s create mode 100644 libc/nt/ntdll/RtlCreateUserProcessEx.S delete mode 100644 libc/nt/ntdll/RtlCreateUserProcessEx.s create mode 100644 libc/nt/ntdll/RtlCreateUserSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlCreateUserSecurityObject.s create mode 100644 libc/nt/ntdll/RtlCreateUserStack.S delete mode 100644 libc/nt/ntdll/RtlCreateUserStack.s create mode 100644 libc/nt/ntdll/RtlCreateUserThread.S delete mode 100644 libc/nt/ntdll/RtlCreateUserThread.s create mode 100644 libc/nt/ntdll/RtlCreateVirtualAccountSid.S delete mode 100644 libc/nt/ntdll/RtlCreateVirtualAccountSid.s create mode 100644 libc/nt/ntdll/RtlCultureNameToLCID.S delete mode 100644 libc/nt/ntdll/RtlCultureNameToLCID.s create mode 100644 libc/nt/ntdll/RtlCustomCPToUnicodeN.S delete mode 100644 libc/nt/ntdll/RtlCustomCPToUnicodeN.s create mode 100644 libc/nt/ntdll/RtlCutoverTimeToSystemTime.S delete mode 100644 libc/nt/ntdll/RtlCutoverTimeToSystemTime.s create mode 100644 libc/nt/ntdll/RtlDeCommitDebugInfo.S delete mode 100644 libc/nt/ntdll/RtlDeCommitDebugInfo.s create mode 100644 libc/nt/ntdll/RtlDeNormalizeProcessParams.S delete mode 100644 libc/nt/ntdll/RtlDeNormalizeProcessParams.s create mode 100644 libc/nt/ntdll/RtlDeactivateActivationContext.S delete mode 100644 libc/nt/ntdll/RtlDeactivateActivationContext.s create mode 100644 libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.S delete mode 100644 libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.s create mode 100644 libc/nt/ntdll/RtlDebugPrintTimes.S delete mode 100644 libc/nt/ntdll/RtlDebugPrintTimes.s create mode 100644 libc/nt/ntdll/RtlDecodePointer.S delete mode 100644 libc/nt/ntdll/RtlDecodePointer.s create mode 100644 libc/nt/ntdll/RtlDecodeRemotePointer.S delete mode 100644 libc/nt/ntdll/RtlDecodeRemotePointer.s create mode 100644 libc/nt/ntdll/RtlDecodeSystemPointer.S delete mode 100644 libc/nt/ntdll/RtlDecodeSystemPointer.s create mode 100644 libc/nt/ntdll/RtlDecompressBuffer.S delete mode 100644 libc/nt/ntdll/RtlDecompressBuffer.s create mode 100644 libc/nt/ntdll/RtlDecompressBufferEx.S delete mode 100644 libc/nt/ntdll/RtlDecompressBufferEx.s create mode 100644 libc/nt/ntdll/RtlDecompressFragment.S delete mode 100644 libc/nt/ntdll/RtlDecompressFragment.s create mode 100644 libc/nt/ntdll/RtlDefaultNpAcl.S delete mode 100644 libc/nt/ntdll/RtlDefaultNpAcl.s create mode 100644 libc/nt/ntdll/RtlDelete.S delete mode 100644 libc/nt/ntdll/RtlDelete.s create mode 100644 libc/nt/ntdll/RtlDeleteAce.S delete mode 100644 libc/nt/ntdll/RtlDeleteAce.s create mode 100644 libc/nt/ntdll/RtlDeleteAtomFromAtomTable.S delete mode 100644 libc/nt/ntdll/RtlDeleteAtomFromAtomTable.s create mode 100644 libc/nt/ntdll/RtlDeleteBarrier.S delete mode 100644 libc/nt/ntdll/RtlDeleteBarrier.s create mode 100644 libc/nt/ntdll/RtlDeleteBoundaryDescriptor.S delete mode 100644 libc/nt/ntdll/RtlDeleteBoundaryDescriptor.s create mode 100644 libc/nt/ntdll/RtlDeleteCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlDeleteCriticalSection.s create mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTable.S delete mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTable.s create mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.S delete mode 100644 libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.s create mode 100644 libc/nt/ntdll/RtlDeleteFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlDeleteFunctionTable.s create mode 100644 libc/nt/ntdll/RtlDeleteGrowableFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlDeleteGrowableFunctionTable.s create mode 100644 libc/nt/ntdll/RtlDeleteHashTable.S delete mode 100644 libc/nt/ntdll/RtlDeleteHashTable.s create mode 100644 libc/nt/ntdll/RtlDeleteNoSplay.S delete mode 100644 libc/nt/ntdll/RtlDeleteNoSplay.s create mode 100644 libc/nt/ntdll/RtlDeleteRegistryValue.S delete mode 100644 libc/nt/ntdll/RtlDeleteRegistryValue.s create mode 100644 libc/nt/ntdll/RtlDeleteResource.S delete mode 100644 libc/nt/ntdll/RtlDeleteResource.s create mode 100644 libc/nt/ntdll/RtlDeleteSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlDeleteSecurityObject.s create mode 100644 libc/nt/ntdll/RtlDeleteTimer.S delete mode 100644 libc/nt/ntdll/RtlDeleteTimer.s create mode 100644 libc/nt/ntdll/RtlDeleteTimerQueue.S delete mode 100644 libc/nt/ntdll/RtlDeleteTimerQueue.s create mode 100644 libc/nt/ntdll/RtlDeleteTimerQueueEx.S delete mode 100644 libc/nt/ntdll/RtlDeleteTimerQueueEx.s create mode 100644 libc/nt/ntdll/RtlDeleteUmsCompletionList.S delete mode 100644 libc/nt/ntdll/RtlDeleteUmsCompletionList.s create mode 100644 libc/nt/ntdll/RtlDeleteUmsThreadContext.S delete mode 100644 libc/nt/ntdll/RtlDeleteUmsThreadContext.s create mode 100644 libc/nt/ntdll/RtlDequeueUmsCompletionListItems.S delete mode 100644 libc/nt/ntdll/RtlDequeueUmsCompletionListItems.s create mode 100644 libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.S delete mode 100644 libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.s create mode 100644 libc/nt/ntdll/RtlDeregisterWait.S delete mode 100644 libc/nt/ntdll/RtlDeregisterWait.s create mode 100644 libc/nt/ntdll/RtlDeregisterWaitEx.S delete mode 100644 libc/nt/ntdll/RtlDeregisterWaitEx.s create mode 100644 libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.S delete mode 100644 libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.s create mode 100644 libc/nt/ntdll/RtlDestroyAtomTable.S delete mode 100644 libc/nt/ntdll/RtlDestroyAtomTable.s create mode 100644 libc/nt/ntdll/RtlDestroyEnvironment.S delete mode 100644 libc/nt/ntdll/RtlDestroyEnvironment.s create mode 100644 libc/nt/ntdll/RtlDestroyHandleTable.S delete mode 100644 libc/nt/ntdll/RtlDestroyHandleTable.s create mode 100644 libc/nt/ntdll/RtlDestroyHeap.S delete mode 100644 libc/nt/ntdll/RtlDestroyHeap.s create mode 100644 libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlDestroyMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlDestroyMemoryZone.s create mode 100644 libc/nt/ntdll/RtlDestroyProcessParameters.S delete mode 100644 libc/nt/ntdll/RtlDestroyProcessParameters.s create mode 100644 libc/nt/ntdll/RtlDestroyQueryDebugBuffer.S delete mode 100644 libc/nt/ntdll/RtlDestroyQueryDebugBuffer.s create mode 100644 libc/nt/ntdll/RtlDetectHeapLeaks.S delete mode 100644 libc/nt/ntdll/RtlDetectHeapLeaks.s create mode 100644 libc/nt/ntdll/RtlDetermineDosPathNameType_U.S delete mode 100644 libc/nt/ntdll/RtlDetermineDosPathNameType_U.s create mode 100644 libc/nt/ntdll/RtlDisableThreadProfiling.S delete mode 100644 libc/nt/ntdll/RtlDisableThreadProfiling.s create mode 100644 libc/nt/ntdll/RtlDllShutdownInProgress.S delete mode 100644 libc/nt/ntdll/RtlDllShutdownInProgress.s create mode 100644 libc/nt/ntdll/RtlDnsHostNameToComputerName.S delete mode 100644 libc/nt/ntdll/RtlDnsHostNameToComputerName.s create mode 100644 libc/nt/ntdll/RtlDoesFileExists_U.S delete mode 100644 libc/nt/ntdll/RtlDoesFileExists_U.s create mode 100644 libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.S delete mode 100644 libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.s create mode 100644 libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.S delete mode 100644 libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.s create mode 100644 libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.S delete mode 100644 libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.s create mode 100644 libc/nt/ntdll/RtlDosPathNameToNtPathName_U.S delete mode 100644 libc/nt/ntdll/RtlDosPathNameToNtPathName_U.s create mode 100644 libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.S delete mode 100644 libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.s create mode 100644 libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.S delete mode 100644 libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.s create mode 100644 libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.S delete mode 100644 libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.s create mode 100644 libc/nt/ntdll/RtlDosSearchPath_U.S delete mode 100644 libc/nt/ntdll/RtlDosSearchPath_U.s create mode 100644 libc/nt/ntdll/RtlDosSearchPath_Ustr.S delete mode 100644 libc/nt/ntdll/RtlDosSearchPath_Ustr.s create mode 100644 libc/nt/ntdll/RtlDowncaseUnicodeChar.S delete mode 100644 libc/nt/ntdll/RtlDowncaseUnicodeChar.s create mode 100644 libc/nt/ntdll/RtlDowncaseUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlDowncaseUnicodeString.s create mode 100644 libc/nt/ntdll/RtlDrainNonVolatileFlush.S delete mode 100644 libc/nt/ntdll/RtlDrainNonVolatileFlush.s create mode 100644 libc/nt/ntdll/RtlDumpResource.S delete mode 100644 libc/nt/ntdll/RtlDumpResource.s create mode 100644 libc/nt/ntdll/RtlDuplicateUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlDuplicateUnicodeString.s create mode 100644 libc/nt/ntdll/RtlEmptyAtomTable.S delete mode 100644 libc/nt/ntdll/RtlEmptyAtomTable.s create mode 100644 libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.S delete mode 100644 libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.s create mode 100644 libc/nt/ntdll/RtlEnableThreadProfiling.S delete mode 100644 libc/nt/ntdll/RtlEnableThreadProfiling.s create mode 100644 libc/nt/ntdll/RtlEnclaveCallDispatch.S delete mode 100644 libc/nt/ntdll/RtlEnclaveCallDispatch.s create mode 100644 libc/nt/ntdll/RtlEnclaveCallDispatchReturn.S delete mode 100644 libc/nt/ntdll/RtlEnclaveCallDispatchReturn.s create mode 100644 libc/nt/ntdll/RtlEncodePointer.S delete mode 100644 libc/nt/ntdll/RtlEncodePointer.s create mode 100644 libc/nt/ntdll/RtlEncodeRemotePointer.S delete mode 100644 libc/nt/ntdll/RtlEncodeRemotePointer.s create mode 100644 libc/nt/ntdll/RtlEncodeSystemPointer.S delete mode 100644 libc/nt/ntdll/RtlEncodeSystemPointer.s create mode 100644 libc/nt/ntdll/RtlEndEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlEndEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlEndStrongEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlEndStrongEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlEndWeakEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlEndWeakEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlEnterCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlEnterCriticalSection.s create mode 100644 libc/nt/ntdll/RtlEnterUmsSchedulingMode.S delete mode 100644 libc/nt/ntdll/RtlEnterUmsSchedulingMode.s create mode 100644 libc/nt/ntdll/RtlEnumProcessHeaps.S delete mode 100644 libc/nt/ntdll/RtlEnumProcessHeaps.s create mode 100644 libc/nt/ntdll/RtlEnumerateEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlEnumerateEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlEnumerateGenericTable.S delete mode 100644 libc/nt/ntdll/RtlEnumerateGenericTable.s create mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.S delete mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.s create mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.S delete mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.s create mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.S delete mode 100644 libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.s create mode 100644 libc/nt/ntdll/RtlEqualComputerName.S delete mode 100644 libc/nt/ntdll/RtlEqualComputerName.s create mode 100644 libc/nt/ntdll/RtlEqualDomainName.S delete mode 100644 libc/nt/ntdll/RtlEqualDomainName.s create mode 100644 libc/nt/ntdll/RtlEqualLuid.S delete mode 100644 libc/nt/ntdll/RtlEqualLuid.s create mode 100644 libc/nt/ntdll/RtlEqualPrefixSid.S delete mode 100644 libc/nt/ntdll/RtlEqualPrefixSid.s create mode 100644 libc/nt/ntdll/RtlEqualSid.S delete mode 100644 libc/nt/ntdll/RtlEqualSid.s create mode 100644 libc/nt/ntdll/RtlEqualString.S delete mode 100644 libc/nt/ntdll/RtlEqualString.s create mode 100644 libc/nt/ntdll/RtlEqualUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlEqualUnicodeString.s create mode 100644 libc/nt/ntdll/RtlEqualWnfChangeStamps.S delete mode 100644 libc/nt/ntdll/RtlEqualWnfChangeStamps.s create mode 100644 libc/nt/ntdll/RtlEraseUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlEraseUnicodeString.s create mode 100644 libc/nt/ntdll/RtlEthernetAddressToStringW.S delete mode 100644 libc/nt/ntdll/RtlEthernetAddressToStringW.s create mode 100644 libc/nt/ntdll/RtlEthernetStringToAddressW.S delete mode 100644 libc/nt/ntdll/RtlEthernetStringToAddressW.s create mode 100644 libc/nt/ntdll/RtlExecuteUmsThread.S delete mode 100644 libc/nt/ntdll/RtlExecuteUmsThread.s create mode 100644 libc/nt/ntdll/RtlExitUserProcess.S delete mode 100644 libc/nt/ntdll/RtlExitUserProcess.s create mode 100644 libc/nt/ntdll/RtlExitUserThread.S delete mode 100644 libc/nt/ntdll/RtlExitUserThread.s create mode 100644 libc/nt/ntdll/RtlExpandEnvironmentStrings.S delete mode 100644 libc/nt/ntdll/RtlExpandEnvironmentStrings.s create mode 100644 libc/nt/ntdll/RtlExpandEnvironmentStrings_U.S delete mode 100644 libc/nt/ntdll/RtlExpandEnvironmentStrings_U.s create mode 100644 libc/nt/ntdll/RtlExpandHashTable.S delete mode 100644 libc/nt/ntdll/RtlExpandHashTable.s create mode 100644 libc/nt/ntdll/RtlExtendCorrelationVector.S delete mode 100644 libc/nt/ntdll/RtlExtendCorrelationVector.s create mode 100644 libc/nt/ntdll/RtlExtendMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlExtendMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlExtendMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlExtendMemoryZone.s create mode 100644 libc/nt/ntdll/RtlExtractBitMap.S delete mode 100644 libc/nt/ntdll/RtlExtractBitMap.s create mode 100644 libc/nt/ntdll/RtlFillMemory.S delete mode 100644 libc/nt/ntdll/RtlFillMemory.s create mode 100644 libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.s create mode 100644 libc/nt/ntdll/RtlFindAceByType.S delete mode 100644 libc/nt/ntdll/RtlFindAceByType.s create mode 100644 libc/nt/ntdll/RtlFindActivationContextSectionGuid.S delete mode 100644 libc/nt/ntdll/RtlFindActivationContextSectionGuid.s create mode 100644 libc/nt/ntdll/RtlFindActivationContextSectionString.S delete mode 100644 libc/nt/ntdll/RtlFindActivationContextSectionString.s create mode 100644 libc/nt/ntdll/RtlFindCharInUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlFindCharInUnicodeString.s create mode 100644 libc/nt/ntdll/RtlFindClearBits.S delete mode 100644 libc/nt/ntdll/RtlFindClearBits.s create mode 100644 libc/nt/ntdll/RtlFindClearBitsAndSet.S delete mode 100644 libc/nt/ntdll/RtlFindClearBitsAndSet.s create mode 100644 libc/nt/ntdll/RtlFindClearRuns.S delete mode 100644 libc/nt/ntdll/RtlFindClearRuns.s create mode 100644 libc/nt/ntdll/RtlFindClosestEncodableLength.S delete mode 100644 libc/nt/ntdll/RtlFindClosestEncodableLength.s create mode 100644 libc/nt/ntdll/RtlFindExportedRoutineByName.S delete mode 100644 libc/nt/ntdll/RtlFindExportedRoutineByName.s create mode 100644 libc/nt/ntdll/RtlFindLastBackwardRunClear.S delete mode 100644 libc/nt/ntdll/RtlFindLastBackwardRunClear.s create mode 100644 libc/nt/ntdll/RtlFindLeastSignificantBit.S delete mode 100644 libc/nt/ntdll/RtlFindLeastSignificantBit.s create mode 100644 libc/nt/ntdll/RtlFindLongestRunClear.S delete mode 100644 libc/nt/ntdll/RtlFindLongestRunClear.s create mode 100644 libc/nt/ntdll/RtlFindMessage.S delete mode 100644 libc/nt/ntdll/RtlFindMessage.s create mode 100644 libc/nt/ntdll/RtlFindMostSignificantBit.S delete mode 100644 libc/nt/ntdll/RtlFindMostSignificantBit.s create mode 100644 libc/nt/ntdll/RtlFindNextForwardRunClear.S delete mode 100644 libc/nt/ntdll/RtlFindNextForwardRunClear.s create mode 100644 libc/nt/ntdll/RtlFindSetBits.S delete mode 100644 libc/nt/ntdll/RtlFindSetBits.s create mode 100644 libc/nt/ntdll/RtlFindSetBitsAndClear.S delete mode 100644 libc/nt/ntdll/RtlFindSetBitsAndClear.s create mode 100644 libc/nt/ntdll/RtlFindUnicodeSubstring.S delete mode 100644 libc/nt/ntdll/RtlFindUnicodeSubstring.s create mode 100644 libc/nt/ntdll/RtlFirstEntrySList.S delete mode 100644 libc/nt/ntdll/RtlFirstEntrySList.s create mode 100644 libc/nt/ntdll/RtlFirstFreeAce.S delete mode 100644 libc/nt/ntdll/RtlFirstFreeAce.s create mode 100644 libc/nt/ntdll/RtlFlsAlloc.S delete mode 100644 libc/nt/ntdll/RtlFlsAlloc.s create mode 100644 libc/nt/ntdll/RtlFlsFree.S delete mode 100644 libc/nt/ntdll/RtlFlsFree.s create mode 100644 libc/nt/ntdll/RtlFlushHeaps.S delete mode 100644 libc/nt/ntdll/RtlFlushHeaps.s create mode 100644 libc/nt/ntdll/RtlFlushNonVolatileMemory.S delete mode 100644 libc/nt/ntdll/RtlFlushNonVolatileMemory.s create mode 100644 libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.S delete mode 100644 libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.s create mode 100644 libc/nt/ntdll/RtlFlushSecureMemoryCache.S delete mode 100644 libc/nt/ntdll/RtlFlushSecureMemoryCache.s create mode 100644 libc/nt/ntdll/RtlFormatCurrentUserKeyPath.S delete mode 100644 libc/nt/ntdll/RtlFormatCurrentUserKeyPath.s create mode 100644 libc/nt/ntdll/RtlFormatMessage.S delete mode 100644 libc/nt/ntdll/RtlFormatMessage.s create mode 100644 libc/nt/ntdll/RtlFormatMessageEx.S delete mode 100644 libc/nt/ntdll/RtlFormatMessageEx.s create mode 100644 libc/nt/ntdll/RtlFreeActivationContextStack.S delete mode 100644 libc/nt/ntdll/RtlFreeActivationContextStack.s create mode 100644 libc/nt/ntdll/RtlFreeAnsiString.S delete mode 100644 libc/nt/ntdll/RtlFreeAnsiString.s create mode 100644 libc/nt/ntdll/RtlFreeHandle.S delete mode 100644 libc/nt/ntdll/RtlFreeHandle.s create mode 100644 libc/nt/ntdll/RtlFreeHeap.S delete mode 100644 libc/nt/ntdll/RtlFreeHeap.s create mode 100644 libc/nt/ntdll/RtlFreeMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlFreeMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlFreeNonVolatileToken.S delete mode 100644 libc/nt/ntdll/RtlFreeNonVolatileToken.s create mode 100644 libc/nt/ntdll/RtlFreeOemString.S delete mode 100644 libc/nt/ntdll/RtlFreeOemString.s create mode 100644 libc/nt/ntdll/RtlFreeSid.S delete mode 100644 libc/nt/ntdll/RtlFreeSid.s create mode 100644 libc/nt/ntdll/RtlFreeThreadActivationContextStack.S delete mode 100644 libc/nt/ntdll/RtlFreeThreadActivationContextStack.s create mode 100644 libc/nt/ntdll/RtlFreeUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlFreeUnicodeString.s create mode 100644 libc/nt/ntdll/RtlFreeUserStack.S delete mode 100644 libc/nt/ntdll/RtlFreeUserStack.s create mode 100644 libc/nt/ntdll/RtlGUIDFromString.S delete mode 100644 libc/nt/ntdll/RtlGUIDFromString.s create mode 100644 libc/nt/ntdll/RtlGenerate8dot3Name.S delete mode 100644 libc/nt/ntdll/RtlGenerate8dot3Name.s create mode 100644 libc/nt/ntdll/RtlGetAce.S delete mode 100644 libc/nt/ntdll/RtlGetAce.s create mode 100644 libc/nt/ntdll/RtlGetActiveActivationContext.S delete mode 100644 libc/nt/ntdll/RtlGetActiveActivationContext.s create mode 100644 libc/nt/ntdll/RtlGetActiveConsoleId.S delete mode 100644 libc/nt/ntdll/RtlGetActiveConsoleId.s create mode 100644 libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.S delete mode 100644 libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.s create mode 100644 libc/nt/ntdll/RtlGetAppContainerParent.S delete mode 100644 libc/nt/ntdll/RtlGetAppContainerParent.s create mode 100644 libc/nt/ntdll/RtlGetAppContainerSidType.S delete mode 100644 libc/nt/ntdll/RtlGetAppContainerSidType.s create mode 100644 libc/nt/ntdll/RtlGetCallersAddress.S delete mode 100644 libc/nt/ntdll/RtlGetCallersAddress.s create mode 100644 libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.S delete mode 100644 libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.s create mode 100644 libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.S delete mode 100644 libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.s create mode 100644 libc/nt/ntdll/RtlGetControlSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlGetControlSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.S delete mode 100644 libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.s create mode 100644 libc/nt/ntdll/RtlGetCurrentDirectory_U.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentDirectory_U.s create mode 100644 libc/nt/ntdll/RtlGetCurrentPeb.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentPeb.s create mode 100644 libc/nt/ntdll/RtlGetCurrentProcessorNumber.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentProcessorNumber.s create mode 100644 libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.s create mode 100644 libc/nt/ntdll/RtlGetCurrentServiceSessionId.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentServiceSessionId.s create mode 100644 libc/nt/ntdll/RtlGetCurrentTransaction.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentTransaction.s create mode 100644 libc/nt/ntdll/RtlGetCurrentUmsThread.S delete mode 100644 libc/nt/ntdll/RtlGetCurrentUmsThread.s create mode 100644 libc/nt/ntdll/RtlGetDaclSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlGetDaclSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.S delete mode 100644 libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.s create mode 100644 libc/nt/ntdll/RtlGetElementGenericTable.S delete mode 100644 libc/nt/ntdll/RtlGetElementGenericTable.s create mode 100644 libc/nt/ntdll/RtlGetElementGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlGetElementGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlGetEnabledExtendedFeatures.S delete mode 100644 libc/nt/ntdll/RtlGetEnabledExtendedFeatures.s create mode 100644 libc/nt/ntdll/RtlGetExePath.S delete mode 100644 libc/nt/ntdll/RtlGetExePath.s create mode 100644 libc/nt/ntdll/RtlGetExtendedContextLength.S delete mode 100644 libc/nt/ntdll/RtlGetExtendedContextLength.s create mode 100644 libc/nt/ntdll/RtlGetExtendedFeaturesMask.S delete mode 100644 libc/nt/ntdll/RtlGetExtendedFeaturesMask.s create mode 100644 libc/nt/ntdll/RtlGetFileMUIPath.S delete mode 100644 libc/nt/ntdll/RtlGetFileMUIPath.s create mode 100644 libc/nt/ntdll/RtlGetFrame.S delete mode 100644 libc/nt/ntdll/RtlGetFrame.s create mode 100644 libc/nt/ntdll/RtlGetFullPathName_U.S delete mode 100644 libc/nt/ntdll/RtlGetFullPathName_U.s create mode 100644 libc/nt/ntdll/RtlGetFullPathName_UEx.S delete mode 100644 libc/nt/ntdll/RtlGetFullPathName_UEx.s create mode 100644 libc/nt/ntdll/RtlGetFullPathName_UstrEx.S delete mode 100644 libc/nt/ntdll/RtlGetFullPathName_UstrEx.s create mode 100644 libc/nt/ntdll/RtlGetFunctionTableListHead.S delete mode 100644 libc/nt/ntdll/RtlGetFunctionTableListHead.s create mode 100644 libc/nt/ntdll/RtlGetGroupSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlGetGroupSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlGetIntegerAtom.S delete mode 100644 libc/nt/ntdll/RtlGetIntegerAtom.s create mode 100644 libc/nt/ntdll/RtlGetInterruptTimePrecise.S delete mode 100644 libc/nt/ntdll/RtlGetInterruptTimePrecise.s create mode 100644 libc/nt/ntdll/RtlGetLastNtStatus.S delete mode 100644 libc/nt/ntdll/RtlGetLastNtStatus.s create mode 100644 libc/nt/ntdll/RtlGetLastWin32Error.S delete mode 100644 libc/nt/ntdll/RtlGetLastWin32Error.s create mode 100644 libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.S delete mode 100644 libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.s create mode 100644 libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.S delete mode 100644 libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.s create mode 100644 libc/nt/ntdll/RtlGetLocaleFileMappingAddress.S delete mode 100644 libc/nt/ntdll/RtlGetLocaleFileMappingAddress.s create mode 100644 libc/nt/ntdll/RtlGetLongestNtPathLength.S delete mode 100644 libc/nt/ntdll/RtlGetLongestNtPathLength.s create mode 100644 libc/nt/ntdll/RtlGetNativeSystemInformation.S delete mode 100644 libc/nt/ntdll/RtlGetNativeSystemInformation.s create mode 100644 libc/nt/ntdll/RtlGetNextEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlGetNextEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlGetNextUmsListItem.S delete mode 100644 libc/nt/ntdll/RtlGetNextUmsListItem.s create mode 100644 libc/nt/ntdll/RtlGetNonVolatileToken.S delete mode 100644 libc/nt/ntdll/RtlGetNonVolatileToken.s create mode 100644 libc/nt/ntdll/RtlGetNtGlobalFlags.S delete mode 100644 libc/nt/ntdll/RtlGetNtGlobalFlags.s create mode 100644 libc/nt/ntdll/RtlGetNtProductType.S delete mode 100644 libc/nt/ntdll/RtlGetNtProductType.s create mode 100644 libc/nt/ntdll/RtlGetNtSystemRoot.S delete mode 100644 libc/nt/ntdll/RtlGetNtSystemRoot.s create mode 100644 libc/nt/ntdll/RtlGetNtVersionNumbers.S delete mode 100644 libc/nt/ntdll/RtlGetNtVersionNumbers.s create mode 100644 libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlGetParentLocaleName.S delete mode 100644 libc/nt/ntdll/RtlGetParentLocaleName.s create mode 100644 libc/nt/ntdll/RtlGetPersistedStateLocation.S delete mode 100644 libc/nt/ntdll/RtlGetPersistedStateLocation.s create mode 100644 libc/nt/ntdll/RtlGetProcessHeaps.S delete mode 100644 libc/nt/ntdll/RtlGetProcessHeaps.s create mode 100644 libc/nt/ntdll/RtlGetProcessPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlGetProcessPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlGetProductInfo.S delete mode 100644 libc/nt/ntdll/RtlGetProductInfo.s create mode 100644 libc/nt/ntdll/RtlGetSaclSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlGetSaclSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlGetSearchPath.S delete mode 100644 libc/nt/ntdll/RtlGetSearchPath.s create mode 100644 libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.S delete mode 100644 libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.s create mode 100644 libc/nt/ntdll/RtlGetSessionProperties.S delete mode 100644 libc/nt/ntdll/RtlGetSessionProperties.s create mode 100644 libc/nt/ntdll/RtlGetSetBootStatusData.S delete mode 100644 libc/nt/ntdll/RtlGetSetBootStatusData.s create mode 100644 libc/nt/ntdll/RtlGetSuiteMask.S delete mode 100644 libc/nt/ntdll/RtlGetSuiteMask.s create mode 100644 libc/nt/ntdll/RtlGetSystemBootStatus.S delete mode 100644 libc/nt/ntdll/RtlGetSystemBootStatus.s create mode 100644 libc/nt/ntdll/RtlGetSystemBootStatusEx.S delete mode 100644 libc/nt/ntdll/RtlGetSystemBootStatusEx.s create mode 100644 libc/nt/ntdll/RtlGetSystemPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlGetSystemPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlGetSystemTimePrecise.S delete mode 100644 libc/nt/ntdll/RtlGetSystemTimePrecise.s create mode 100644 libc/nt/ntdll/RtlGetThreadErrorMode.S delete mode 100644 libc/nt/ntdll/RtlGetThreadErrorMode.s create mode 100644 libc/nt/ntdll/RtlGetThreadLangIdByIndex.S delete mode 100644 libc/nt/ntdll/RtlGetThreadLangIdByIndex.s create mode 100644 libc/nt/ntdll/RtlGetThreadPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlGetThreadPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.S delete mode 100644 libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.s create mode 100644 libc/nt/ntdll/RtlGetTokenNamedObjectPath.S delete mode 100644 libc/nt/ntdll/RtlGetTokenNamedObjectPath.s create mode 100644 libc/nt/ntdll/RtlGetUILanguageInfo.S delete mode 100644 libc/nt/ntdll/RtlGetUILanguageInfo.s create mode 100644 libc/nt/ntdll/RtlGetUmsCompletionListEvent.S delete mode 100644 libc/nt/ntdll/RtlGetUmsCompletionListEvent.s create mode 100644 libc/nt/ntdll/RtlGetUnloadEventTrace.S delete mode 100644 libc/nt/ntdll/RtlGetUnloadEventTrace.s create mode 100644 libc/nt/ntdll/RtlGetUnloadEventTraceEx.S delete mode 100644 libc/nt/ntdll/RtlGetUnloadEventTraceEx.s create mode 100644 libc/nt/ntdll/RtlGetUserInfoHeap.S delete mode 100644 libc/nt/ntdll/RtlGetUserInfoHeap.s create mode 100644 libc/nt/ntdll/RtlGetUserPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlGetUserPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlGetVersion.S delete mode 100644 libc/nt/ntdll/RtlGetVersion.s create mode 100644 libc/nt/ntdll/RtlGrowFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlGrowFunctionTable.s create mode 100644 libc/nt/ntdll/RtlGuardCheckLongJumpTarget.S delete mode 100644 libc/nt/ntdll/RtlGuardCheckLongJumpTarget.s create mode 100644 libc/nt/ntdll/RtlHashUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlHashUnicodeString.s create mode 100644 libc/nt/ntdll/RtlHeapTrkInitialize.S delete mode 100644 libc/nt/ntdll/RtlHeapTrkInitialize.s create mode 100644 libc/nt/ntdll/RtlIdentifierAuthoritySid.S delete mode 100644 libc/nt/ntdll/RtlIdentifierAuthoritySid.s create mode 100644 libc/nt/ntdll/RtlIdnToAscii.S delete mode 100644 libc/nt/ntdll/RtlIdnToAscii.s create mode 100644 libc/nt/ntdll/RtlIdnToNameprepUnicode.S delete mode 100644 libc/nt/ntdll/RtlIdnToNameprepUnicode.s create mode 100644 libc/nt/ntdll/RtlIdnToUnicode.S delete mode 100644 libc/nt/ntdll/RtlIdnToUnicode.s create mode 100644 libc/nt/ntdll/RtlImageDirectoryEntryToData.S delete mode 100644 libc/nt/ntdll/RtlImageDirectoryEntryToData.s create mode 100644 libc/nt/ntdll/RtlImageNtHeader.S delete mode 100644 libc/nt/ntdll/RtlImageNtHeader.s create mode 100644 libc/nt/ntdll/RtlImageNtHeaderEx.S delete mode 100644 libc/nt/ntdll/RtlImageNtHeaderEx.s create mode 100644 libc/nt/ntdll/RtlImageRvaToSection.S delete mode 100644 libc/nt/ntdll/RtlImageRvaToSection.s create mode 100644 libc/nt/ntdll/RtlImageRvaToVa.S delete mode 100644 libc/nt/ntdll/RtlImageRvaToVa.s create mode 100644 libc/nt/ntdll/RtlImpersonateSelf.S delete mode 100644 libc/nt/ntdll/RtlImpersonateSelf.s create mode 100644 libc/nt/ntdll/RtlImpersonateSelfEx.S delete mode 100644 libc/nt/ntdll/RtlImpersonateSelfEx.s create mode 100644 libc/nt/ntdll/RtlIncrementCorrelationVector.S delete mode 100644 libc/nt/ntdll/RtlIncrementCorrelationVector.s create mode 100644 libc/nt/ntdll/RtlInitAnsiString.S delete mode 100644 libc/nt/ntdll/RtlInitAnsiString.s create mode 100644 libc/nt/ntdll/RtlInitAnsiStringEx.S delete mode 100644 libc/nt/ntdll/RtlInitAnsiStringEx.s create mode 100644 libc/nt/ntdll/RtlInitBarrier.S delete mode 100644 libc/nt/ntdll/RtlInitBarrier.s create mode 100644 libc/nt/ntdll/RtlInitCodePageTable.S delete mode 100644 libc/nt/ntdll/RtlInitCodePageTable.s create mode 100644 libc/nt/ntdll/RtlInitEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlInitEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlInitMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlInitMemoryStream.s create mode 100644 libc/nt/ntdll/RtlInitNlsTables.S delete mode 100644 libc/nt/ntdll/RtlInitNlsTables.s create mode 100644 libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.s create mode 100644 libc/nt/ntdll/RtlInitString.S delete mode 100644 libc/nt/ntdll/RtlInitString.s create mode 100644 libc/nt/ntdll/RtlInitStringEx.S delete mode 100644 libc/nt/ntdll/RtlInitStringEx.s create mode 100644 libc/nt/ntdll/RtlInitStrongEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlInitStrongEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlInitUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlInitUnicodeString.s create mode 100644 libc/nt/ntdll/RtlInitUnicodeStringEx.S delete mode 100644 libc/nt/ntdll/RtlInitUnicodeStringEx.s create mode 100644 libc/nt/ntdll/RtlInitWeakEnumerationHashTable.S delete mode 100644 libc/nt/ntdll/RtlInitWeakEnumerationHashTable.s create mode 100644 libc/nt/ntdll/RtlInitializeAtomPackage.S delete mode 100644 libc/nt/ntdll/RtlInitializeAtomPackage.s create mode 100644 libc/nt/ntdll/RtlInitializeBitMap.S delete mode 100644 libc/nt/ntdll/RtlInitializeBitMap.s create mode 100644 libc/nt/ntdll/RtlInitializeBitMapEx.S delete mode 100644 libc/nt/ntdll/RtlInitializeBitMapEx.s create mode 100644 libc/nt/ntdll/RtlInitializeConditionVariable.S delete mode 100644 libc/nt/ntdll/RtlInitializeConditionVariable.s create mode 100644 libc/nt/ntdll/RtlInitializeContext.S delete mode 100644 libc/nt/ntdll/RtlInitializeContext.s create mode 100644 libc/nt/ntdll/RtlInitializeCorrelationVector.S delete mode 100644 libc/nt/ntdll/RtlInitializeCorrelationVector.s create mode 100644 libc/nt/ntdll/RtlInitializeCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlInitializeCriticalSection.s create mode 100644 libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.S delete mode 100644 libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.s create mode 100644 libc/nt/ntdll/RtlInitializeCriticalSectionEx.S delete mode 100644 libc/nt/ntdll/RtlInitializeCriticalSectionEx.s create mode 100644 libc/nt/ntdll/RtlInitializeExtendedContext.S delete mode 100644 libc/nt/ntdll/RtlInitializeExtendedContext.s create mode 100644 libc/nt/ntdll/RtlInitializeGenericTable.S delete mode 100644 libc/nt/ntdll/RtlInitializeGenericTable.s create mode 100644 libc/nt/ntdll/RtlInitializeGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlInitializeGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlInitializeHandleTable.S delete mode 100644 libc/nt/ntdll/RtlInitializeHandleTable.s create mode 100644 libc/nt/ntdll/RtlInitializeNtUserPfn.S delete mode 100644 libc/nt/ntdll/RtlInitializeNtUserPfn.s create mode 100644 libc/nt/ntdll/RtlInitializeRXact.S delete mode 100644 libc/nt/ntdll/RtlInitializeRXact.s create mode 100644 libc/nt/ntdll/RtlInitializeResource.S delete mode 100644 libc/nt/ntdll/RtlInitializeResource.s create mode 100644 libc/nt/ntdll/RtlInitializeSListHead.S delete mode 100644 libc/nt/ntdll/RtlInitializeSListHead.s create mode 100644 libc/nt/ntdll/RtlInitializeSRWLock.S delete mode 100644 libc/nt/ntdll/RtlInitializeSRWLock.s create mode 100644 libc/nt/ntdll/RtlInitializeSid.S delete mode 100644 libc/nt/ntdll/RtlInitializeSid.s create mode 100644 libc/nt/ntdll/RtlInitializeSidEx.S delete mode 100644 libc/nt/ntdll/RtlInitializeSidEx.s create mode 100644 libc/nt/ntdll/RtlInsertElementGenericTable.S delete mode 100644 libc/nt/ntdll/RtlInsertElementGenericTable.s create mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableFull.S delete mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableFull.s create mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.S delete mode 100644 libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.s create mode 100644 libc/nt/ntdll/RtlInsertEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlInsertEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlInstallFunctionTableCallback.S delete mode 100644 libc/nt/ntdll/RtlInstallFunctionTableCallback.s create mode 100644 libc/nt/ntdll/RtlInt64ToUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlInt64ToUnicodeString.s create mode 100644 libc/nt/ntdll/RtlIntegerToChar.S delete mode 100644 libc/nt/ntdll/RtlIntegerToChar.s create mode 100644 libc/nt/ntdll/RtlIntegerToUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlIntegerToUnicodeString.s create mode 100644 libc/nt/ntdll/RtlInterlockedClearBitRun.S delete mode 100644 libc/nt/ntdll/RtlInterlockedClearBitRun.s create mode 100644 libc/nt/ntdll/RtlInterlockedFlushSList.S delete mode 100644 libc/nt/ntdll/RtlInterlockedFlushSList.s create mode 100644 libc/nt/ntdll/RtlInterlockedPopEntrySList.S delete mode 100644 libc/nt/ntdll/RtlInterlockedPopEntrySList.s create mode 100644 libc/nt/ntdll/RtlInterlockedPushEntrySList.S delete mode 100644 libc/nt/ntdll/RtlInterlockedPushEntrySList.s create mode 100644 libc/nt/ntdll/RtlInterlockedPushListSList.S delete mode 100644 libc/nt/ntdll/RtlInterlockedPushListSList.s create mode 100644 libc/nt/ntdll/RtlInterlockedPushListSListEx.S delete mode 100644 libc/nt/ntdll/RtlInterlockedPushListSListEx.s create mode 100644 libc/nt/ntdll/RtlInterlockedSetBitRun.S delete mode 100644 libc/nt/ntdll/RtlInterlockedSetBitRun.s create mode 100644 libc/nt/ntdll/RtlIoDecodeMemIoResource.S delete mode 100644 libc/nt/ntdll/RtlIoDecodeMemIoResource.s create mode 100644 libc/nt/ntdll/RtlIoEncodeMemIoResource.S delete mode 100644 libc/nt/ntdll/RtlIoEncodeMemIoResource.s create mode 100644 libc/nt/ntdll/RtlIpv4AddressToStringExW.S delete mode 100644 libc/nt/ntdll/RtlIpv4AddressToStringExW.s create mode 100644 libc/nt/ntdll/RtlIpv4AddressToStringW.S delete mode 100644 libc/nt/ntdll/RtlIpv4AddressToStringW.s create mode 100644 libc/nt/ntdll/RtlIpv4StringToAddressExW.S delete mode 100644 libc/nt/ntdll/RtlIpv4StringToAddressExW.s create mode 100644 libc/nt/ntdll/RtlIpv4StringToAddressW.S delete mode 100644 libc/nt/ntdll/RtlIpv4StringToAddressW.s create mode 100644 libc/nt/ntdll/RtlIpv6AddressToStringExW.S delete mode 100644 libc/nt/ntdll/RtlIpv6AddressToStringExW.s create mode 100644 libc/nt/ntdll/RtlIpv6AddressToStringW.S delete mode 100644 libc/nt/ntdll/RtlIpv6AddressToStringW.s create mode 100644 libc/nt/ntdll/RtlIpv6StringToAddressExW.S delete mode 100644 libc/nt/ntdll/RtlIpv6StringToAddressExW.s create mode 100644 libc/nt/ntdll/RtlIpv6StringToAddressW.S delete mode 100644 libc/nt/ntdll/RtlIpv6StringToAddressW.s create mode 100644 libc/nt/ntdll/RtlIsActivationContextActive.S delete mode 100644 libc/nt/ntdll/RtlIsActivationContextActive.s create mode 100644 libc/nt/ntdll/RtlIsCapabilitySid.S delete mode 100644 libc/nt/ntdll/RtlIsCapabilitySid.s create mode 100644 libc/nt/ntdll/RtlIsCloudFilesPlaceholder.S delete mode 100644 libc/nt/ntdll/RtlIsCloudFilesPlaceholder.s create mode 100644 libc/nt/ntdll/RtlIsCriticalSectionLocked.S delete mode 100644 libc/nt/ntdll/RtlIsCriticalSectionLocked.s create mode 100644 libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.S delete mode 100644 libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.s create mode 100644 libc/nt/ntdll/RtlIsCurrentProcess.S delete mode 100644 libc/nt/ntdll/RtlIsCurrentProcess.s create mode 100644 libc/nt/ntdll/RtlIsCurrentThread.S delete mode 100644 libc/nt/ntdll/RtlIsCurrentThread.s create mode 100644 libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.S delete mode 100644 libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.s create mode 100644 libc/nt/ntdll/RtlIsDosDeviceName_U.S delete mode 100644 libc/nt/ntdll/RtlIsDosDeviceName_U.s create mode 100644 libc/nt/ntdll/RtlIsElevatedRid.S delete mode 100644 libc/nt/ntdll/RtlIsElevatedRid.s create mode 100644 libc/nt/ntdll/RtlIsGenericTableEmpty.S delete mode 100644 libc/nt/ntdll/RtlIsGenericTableEmpty.s create mode 100644 libc/nt/ntdll/RtlIsGenericTableEmptyAvl.S delete mode 100644 libc/nt/ntdll/RtlIsGenericTableEmptyAvl.s create mode 100644 libc/nt/ntdll/RtlIsMultiSessionSku.S delete mode 100644 libc/nt/ntdll/RtlIsMultiSessionSku.s create mode 100644 libc/nt/ntdll/RtlIsMultiUsersInSessionSku.S delete mode 100644 libc/nt/ntdll/RtlIsMultiUsersInSessionSku.s create mode 100644 libc/nt/ntdll/RtlIsNameInExpression.S delete mode 100644 libc/nt/ntdll/RtlIsNameInExpression.s create mode 100644 libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.S delete mode 100644 libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.s create mode 100644 libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.S delete mode 100644 libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.s create mode 100644 libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.S delete mode 100644 libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.s create mode 100644 libc/nt/ntdll/RtlIsNormalizedString.S delete mode 100644 libc/nt/ntdll/RtlIsNormalizedString.s create mode 100644 libc/nt/ntdll/RtlIsPackageSid.S delete mode 100644 libc/nt/ntdll/RtlIsPackageSid.s create mode 100644 libc/nt/ntdll/RtlIsParentOfChildAppContainer.S delete mode 100644 libc/nt/ntdll/RtlIsParentOfChildAppContainer.s create mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholder.S delete mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholder.s create mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.S delete mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.s create mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.S delete mode 100644 libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.s create mode 100644 libc/nt/ntdll/RtlIsProcessorFeaturePresent.S delete mode 100644 libc/nt/ntdll/RtlIsProcessorFeaturePresent.s create mode 100644 libc/nt/ntdll/RtlIsStateSeparationEnabled.S delete mode 100644 libc/nt/ntdll/RtlIsStateSeparationEnabled.s create mode 100644 libc/nt/ntdll/RtlIsTextUnicode.S delete mode 100644 libc/nt/ntdll/RtlIsTextUnicode.s create mode 100644 libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.S delete mode 100644 libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.s create mode 100644 libc/nt/ntdll/RtlIsUntrustedObject.S delete mode 100644 libc/nt/ntdll/RtlIsUntrustedObject.s create mode 100644 libc/nt/ntdll/RtlIsValidHandle.S delete mode 100644 libc/nt/ntdll/RtlIsValidHandle.s create mode 100644 libc/nt/ntdll/RtlIsValidIndexHandle.S delete mode 100644 libc/nt/ntdll/RtlIsValidIndexHandle.s create mode 100644 libc/nt/ntdll/RtlIsValidLocaleName.S delete mode 100644 libc/nt/ntdll/RtlIsValidLocaleName.s create mode 100644 libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.S delete mode 100644 libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.s create mode 100644 libc/nt/ntdll/RtlKnownExceptionFilter.S delete mode 100644 libc/nt/ntdll/RtlKnownExceptionFilter.s create mode 100644 libc/nt/ntdll/RtlLCIDToCultureName.S delete mode 100644 libc/nt/ntdll/RtlLCIDToCultureName.s create mode 100644 libc/nt/ntdll/RtlLargeIntegerToChar.S delete mode 100644 libc/nt/ntdll/RtlLargeIntegerToChar.s create mode 100644 libc/nt/ntdll/RtlLcidToLocaleName.S delete mode 100644 libc/nt/ntdll/RtlLcidToLocaleName.s create mode 100644 libc/nt/ntdll/RtlLeaveCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlLeaveCriticalSection.s create mode 100644 libc/nt/ntdll/RtlLengthRequiredSid.S delete mode 100644 libc/nt/ntdll/RtlLengthRequiredSid.s create mode 100644 libc/nt/ntdll/RtlLengthSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlLengthSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlLengthSid.S delete mode 100644 libc/nt/ntdll/RtlLengthSid.s create mode 100644 libc/nt/ntdll/RtlLengthSidAsUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlLengthSidAsUnicodeString.s create mode 100644 libc/nt/ntdll/RtlLoadString.S delete mode 100644 libc/nt/ntdll/RtlLoadString.s create mode 100644 libc/nt/ntdll/RtlLocalTimeToSystemTime.S delete mode 100644 libc/nt/ntdll/RtlLocalTimeToSystemTime.s create mode 100644 libc/nt/ntdll/RtlLocaleNameToLcid.S delete mode 100644 libc/nt/ntdll/RtlLocaleNameToLcid.s create mode 100644 libc/nt/ntdll/RtlLocateExtendedFeature.S delete mode 100644 libc/nt/ntdll/RtlLocateExtendedFeature.s create mode 100644 libc/nt/ntdll/RtlLocateExtendedFeature2.S delete mode 100644 libc/nt/ntdll/RtlLocateExtendedFeature2.s create mode 100644 libc/nt/ntdll/RtlLocateLegacyContext.S delete mode 100644 libc/nt/ntdll/RtlLocateLegacyContext.s create mode 100644 libc/nt/ntdll/RtlLockBootStatusData.S delete mode 100644 libc/nt/ntdll/RtlLockBootStatusData.s create mode 100644 libc/nt/ntdll/RtlLockCurrentThread.S delete mode 100644 libc/nt/ntdll/RtlLockCurrentThread.s create mode 100644 libc/nt/ntdll/RtlLockHeap.S delete mode 100644 libc/nt/ntdll/RtlLockHeap.s create mode 100644 libc/nt/ntdll/RtlLockMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlLockMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlLockMemoryStreamRegion.S delete mode 100644 libc/nt/ntdll/RtlLockMemoryStreamRegion.s create mode 100644 libc/nt/ntdll/RtlLockMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlLockMemoryZone.s create mode 100644 libc/nt/ntdll/RtlLockModuleSection.S delete mode 100644 libc/nt/ntdll/RtlLockModuleSection.s create mode 100644 libc/nt/ntdll/RtlLogStackBackTrace.S delete mode 100644 libc/nt/ntdll/RtlLogStackBackTrace.s create mode 100644 libc/nt/ntdll/RtlLookupAtomInAtomTable.S delete mode 100644 libc/nt/ntdll/RtlLookupAtomInAtomTable.s create mode 100644 libc/nt/ntdll/RtlLookupElementGenericTable.S delete mode 100644 libc/nt/ntdll/RtlLookupElementGenericTable.s create mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableFull.S delete mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableFull.s create mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.S delete mode 100644 libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.s create mode 100644 libc/nt/ntdll/RtlLookupEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlLookupEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.S delete mode 100644 libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.s create mode 100644 libc/nt/ntdll/RtlLookupFunctionEntry.S delete mode 100644 libc/nt/ntdll/RtlLookupFunctionEntry.s create mode 100644 libc/nt/ntdll/RtlLookupFunctionTable.S delete mode 100644 libc/nt/ntdll/RtlLookupFunctionTable.s create mode 100644 libc/nt/ntdll/RtlMakeSelfRelativeSD.S delete mode 100644 libc/nt/ntdll/RtlMakeSelfRelativeSD.s create mode 100644 libc/nt/ntdll/RtlMapGenericMask.S delete mode 100644 libc/nt/ntdll/RtlMapGenericMask.s create mode 100644 libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.S delete mode 100644 libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.s create mode 100644 libc/nt/ntdll/RtlMoveMemory.S delete mode 100644 libc/nt/ntdll/RtlMoveMemory.s create mode 100644 libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.S delete mode 100644 libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.s create mode 100644 libc/nt/ntdll/RtlMultiByteToUnicodeN.S delete mode 100644 libc/nt/ntdll/RtlMultiByteToUnicodeN.s create mode 100644 libc/nt/ntdll/RtlMultiByteToUnicodeSize.S delete mode 100644 libc/nt/ntdll/RtlMultiByteToUnicodeSize.s create mode 100644 libc/nt/ntdll/RtlMultipleAllocateHeap.S delete mode 100644 libc/nt/ntdll/RtlMultipleAllocateHeap.s create mode 100644 libc/nt/ntdll/RtlMultipleFreeHeap.S delete mode 100644 libc/nt/ntdll/RtlMultipleFreeHeap.s create mode 100644 libc/nt/ntdll/RtlNewInstanceSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlNewInstanceSecurityObject.s create mode 100644 libc/nt/ntdll/RtlNewSecurityGrantedAccess.S delete mode 100644 libc/nt/ntdll/RtlNewSecurityGrantedAccess.s create mode 100644 libc/nt/ntdll/RtlNewSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlNewSecurityObject.s create mode 100644 libc/nt/ntdll/RtlNewSecurityObjectEx.S delete mode 100644 libc/nt/ntdll/RtlNewSecurityObjectEx.s create mode 100644 libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.S delete mode 100644 libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.s create mode 100644 libc/nt/ntdll/RtlNormalizeProcessParams.S delete mode 100644 libc/nt/ntdll/RtlNormalizeProcessParams.s create mode 100644 libc/nt/ntdll/RtlNormalizeString.S delete mode 100644 libc/nt/ntdll/RtlNormalizeString.s create mode 100644 libc/nt/ntdll/RtlNtPathNameToDosPathName.S delete mode 100644 libc/nt/ntdll/RtlNtPathNameToDosPathName.s create mode 100644 libc/nt/ntdll/RtlNtStatusToDosError.S delete mode 100644 libc/nt/ntdll/RtlNtStatusToDosError.s create mode 100644 libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.S delete mode 100644 libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.s create mode 100644 libc/nt/ntdll/RtlNtdllName.S delete mode 100644 libc/nt/ntdll/RtlNtdllName.s create mode 100644 libc/nt/ntdll/RtlNumberGenericTableElements.S delete mode 100644 libc/nt/ntdll/RtlNumberGenericTableElements.s create mode 100644 libc/nt/ntdll/RtlNumberGenericTableElementsAvl.S delete mode 100644 libc/nt/ntdll/RtlNumberGenericTableElementsAvl.s create mode 100644 libc/nt/ntdll/RtlNumberOfClearBits.S delete mode 100644 libc/nt/ntdll/RtlNumberOfClearBits.s create mode 100644 libc/nt/ntdll/RtlNumberOfClearBitsInRange.S delete mode 100644 libc/nt/ntdll/RtlNumberOfClearBitsInRange.s create mode 100644 libc/nt/ntdll/RtlNumberOfSetBits.S delete mode 100644 libc/nt/ntdll/RtlNumberOfSetBits.s create mode 100644 libc/nt/ntdll/RtlNumberOfSetBitsInRange.S delete mode 100644 libc/nt/ntdll/RtlNumberOfSetBitsInRange.s create mode 100644 libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.S delete mode 100644 libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.s create mode 100644 libc/nt/ntdll/RtlOemStringToUnicodeSize.S delete mode 100644 libc/nt/ntdll/RtlOemStringToUnicodeSize.s create mode 100644 libc/nt/ntdll/RtlOemStringToUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlOemStringToUnicodeString.s create mode 100644 libc/nt/ntdll/RtlOemToUnicodeN.S delete mode 100644 libc/nt/ntdll/RtlOemToUnicodeN.s create mode 100644 libc/nt/ntdll/RtlOpenCurrentUser.S delete mode 100644 libc/nt/ntdll/RtlOpenCurrentUser.s create mode 100644 libc/nt/ntdll/RtlOsDeploymentState.S delete mode 100644 libc/nt/ntdll/RtlOsDeploymentState.s create mode 100644 libc/nt/ntdll/RtlOwnerAcesPresent.S delete mode 100644 libc/nt/ntdll/RtlOwnerAcesPresent.s create mode 100644 libc/nt/ntdll/RtlPcToFileHeader.S delete mode 100644 libc/nt/ntdll/RtlPcToFileHeader.s create mode 100644 libc/nt/ntdll/RtlPinAtomInAtomTable.S delete mode 100644 libc/nt/ntdll/RtlPinAtomInAtomTable.s create mode 100644 libc/nt/ntdll/RtlPopFrame.S delete mode 100644 libc/nt/ntdll/RtlPopFrame.s create mode 100644 libc/nt/ntdll/RtlPrefixString.S delete mode 100644 libc/nt/ntdll/RtlPrefixString.s create mode 100644 libc/nt/ntdll/RtlPrefixUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlPrefixUnicodeString.s create mode 100644 libc/nt/ntdll/RtlPrepareForProcessCloning.S delete mode 100644 libc/nt/ntdll/RtlPrepareForProcessCloning.s create mode 100644 libc/nt/ntdll/RtlProcessFlsData.S delete mode 100644 libc/nt/ntdll/RtlProcessFlsData.s create mode 100644 libc/nt/ntdll/RtlProtectHeap.S delete mode 100644 libc/nt/ntdll/RtlProtectHeap.s create mode 100644 libc/nt/ntdll/RtlPublishWnfStateData.S delete mode 100644 libc/nt/ntdll/RtlPublishWnfStateData.s create mode 100644 libc/nt/ntdll/RtlPushFrame.S delete mode 100644 libc/nt/ntdll/RtlPushFrame.s create mode 100644 libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.S delete mode 100644 libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.s create mode 100644 libc/nt/ntdll/RtlQueryAtomInAtomTable.S delete mode 100644 libc/nt/ntdll/RtlQueryAtomInAtomTable.s create mode 100644 libc/nt/ntdll/RtlQueryCriticalSectionOwner.S delete mode 100644 libc/nt/ntdll/RtlQueryCriticalSectionOwner.s create mode 100644 libc/nt/ntdll/RtlQueryDepthSList.S delete mode 100644 libc/nt/ntdll/RtlQueryDepthSList.s create mode 100644 libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.s create mode 100644 libc/nt/ntdll/RtlQueryElevationFlags.S delete mode 100644 libc/nt/ntdll/RtlQueryElevationFlags.s create mode 100644 libc/nt/ntdll/RtlQueryEnvironmentVariable.S delete mode 100644 libc/nt/ntdll/RtlQueryEnvironmentVariable.s create mode 100644 libc/nt/ntdll/RtlQueryEnvironmentVariable_U.S delete mode 100644 libc/nt/ntdll/RtlQueryEnvironmentVariable_U.s create mode 100644 libc/nt/ntdll/RtlQueryHeapInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryHeapInformation.s create mode 100644 libc/nt/ntdll/RtlQueryImageMitigationPolicy.S delete mode 100644 libc/nt/ntdll/RtlQueryImageMitigationPolicy.s create mode 100644 libc/nt/ntdll/RtlQueryInformationAcl.S delete mode 100644 libc/nt/ntdll/RtlQueryInformationAcl.s create mode 100644 libc/nt/ntdll/RtlQueryInformationActivationContext.S delete mode 100644 libc/nt/ntdll/RtlQueryInformationActivationContext.s create mode 100644 libc/nt/ntdll/RtlQueryInformationActiveActivationContext.S delete mode 100644 libc/nt/ntdll/RtlQueryInformationActiveActivationContext.s create mode 100644 libc/nt/ntdll/RtlQueryInterfaceMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlQueryInterfaceMemoryStream.s create mode 100644 libc/nt/ntdll/RtlQueryModuleInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryModuleInformation.s create mode 100644 libc/nt/ntdll/RtlQueryPackageClaims.S delete mode 100644 libc/nt/ntdll/RtlQueryPackageClaims.s create mode 100644 libc/nt/ntdll/RtlQueryPackageIdentity.S delete mode 100644 libc/nt/ntdll/RtlQueryPackageIdentity.s create mode 100644 libc/nt/ntdll/RtlQueryPackageIdentityEx.S delete mode 100644 libc/nt/ntdll/RtlQueryPackageIdentityEx.s create mode 100644 libc/nt/ntdll/RtlQueryPerformanceCounter.S delete mode 100644 libc/nt/ntdll/RtlQueryPerformanceCounter.s create mode 100644 libc/nt/ntdll/RtlQueryPerformanceFrequency.S delete mode 100644 libc/nt/ntdll/RtlQueryPerformanceFrequency.s create mode 100644 libc/nt/ntdll/RtlQueryProcessBackTraceInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryProcessBackTraceInformation.s create mode 100644 libc/nt/ntdll/RtlQueryProcessDebugInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryProcessDebugInformation.s create mode 100644 libc/nt/ntdll/RtlQueryProcessHeapInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryProcessHeapInformation.s create mode 100644 libc/nt/ntdll/RtlQueryProcessLockInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryProcessLockInformation.s create mode 100644 libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.S delete mode 100644 libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.s create mode 100644 libc/nt/ntdll/RtlQueryProtectedPolicy.S delete mode 100644 libc/nt/ntdll/RtlQueryProtectedPolicy.s create mode 100644 libc/nt/ntdll/RtlQueryRegistryValueWithFallback.S delete mode 100644 libc/nt/ntdll/RtlQueryRegistryValueWithFallback.s create mode 100644 libc/nt/ntdll/RtlQueryRegistryValues.S delete mode 100644 libc/nt/ntdll/RtlQueryRegistryValues.s create mode 100644 libc/nt/ntdll/RtlQueryRegistryValuesEx.S delete mode 100644 libc/nt/ntdll/RtlQueryRegistryValuesEx.s create mode 100644 libc/nt/ntdll/RtlQueryResourcePolicy.S delete mode 100644 libc/nt/ntdll/RtlQueryResourcePolicy.s create mode 100644 libc/nt/ntdll/RtlQuerySecurityObject.S delete mode 100644 libc/nt/ntdll/RtlQuerySecurityObject.s create mode 100644 libc/nt/ntdll/RtlQueryTagHeap.S delete mode 100644 libc/nt/ntdll/RtlQueryTagHeap.s create mode 100644 libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.S delete mode 100644 libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.s create mode 100644 libc/nt/ntdll/RtlQueryThreadProfiling.S delete mode 100644 libc/nt/ntdll/RtlQueryThreadProfiling.s create mode 100644 libc/nt/ntdll/RtlQueryTimeZoneInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryTimeZoneInformation.s create mode 100644 libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.S delete mode 100644 libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.s create mode 100644 libc/nt/ntdll/RtlQueryUmsThreadInformation.S delete mode 100644 libc/nt/ntdll/RtlQueryUmsThreadInformation.s create mode 100644 libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.S delete mode 100644 libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.s create mode 100644 libc/nt/ntdll/RtlQueryValidationRunlevel.S delete mode 100644 libc/nt/ntdll/RtlQueryValidationRunlevel.s create mode 100644 libc/nt/ntdll/RtlQueryWnfMetaNotification.S delete mode 100644 libc/nt/ntdll/RtlQueryWnfMetaNotification.s create mode 100644 libc/nt/ntdll/RtlQueryWnfStateData.S delete mode 100644 libc/nt/ntdll/RtlQueryWnfStateData.s create mode 100644 libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.S delete mode 100644 libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.s create mode 100644 libc/nt/ntdll/RtlQueueWorkItem.S delete mode 100644 libc/nt/ntdll/RtlQueueWorkItem.s create mode 100644 libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.S delete mode 100644 libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.s create mode 100644 libc/nt/ntdll/RtlRaiseException.S delete mode 100644 libc/nt/ntdll/RtlRaiseException.s create mode 100644 libc/nt/ntdll/RtlRaiseStatus.S delete mode 100644 libc/nt/ntdll/RtlRaiseStatus.s create mode 100644 libc/nt/ntdll/RtlRandom.S delete mode 100644 libc/nt/ntdll/RtlRandom.s create mode 100644 libc/nt/ntdll/RtlRandomEx.S delete mode 100644 libc/nt/ntdll/RtlRandomEx.s create mode 100644 libc/nt/ntdll/RtlRbInsertNodeEx.S delete mode 100644 libc/nt/ntdll/RtlRbInsertNodeEx.s create mode 100644 libc/nt/ntdll/RtlRbRemoveNode.S delete mode 100644 libc/nt/ntdll/RtlRbRemoveNode.s create mode 100644 libc/nt/ntdll/RtlReAllocateHeap.S delete mode 100644 libc/nt/ntdll/RtlReAllocateHeap.s create mode 100644 libc/nt/ntdll/RtlReadMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlReadMemoryStream.s create mode 100644 libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.s create mode 100644 libc/nt/ntdll/RtlReadThreadProfilingData.S delete mode 100644 libc/nt/ntdll/RtlReadThreadProfilingData.s create mode 100644 libc/nt/ntdll/RtlRealPredecessor.S delete mode 100644 libc/nt/ntdll/RtlRealPredecessor.s create mode 100644 libc/nt/ntdll/RtlRealSuccessor.S delete mode 100644 libc/nt/ntdll/RtlRealSuccessor.s create mode 100644 libc/nt/ntdll/RtlRegisterForWnfMetaNotification.S delete mode 100644 libc/nt/ntdll/RtlRegisterForWnfMetaNotification.s create mode 100644 libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.S delete mode 100644 libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.s create mode 100644 libc/nt/ntdll/RtlRegisterThreadWithCsrss.S delete mode 100644 libc/nt/ntdll/RtlRegisterThreadWithCsrss.s create mode 100644 libc/nt/ntdll/RtlRegisterWait.S delete mode 100644 libc/nt/ntdll/RtlRegisterWait.s create mode 100644 libc/nt/ntdll/RtlReleaseActivationContext.S delete mode 100644 libc/nt/ntdll/RtlReleaseActivationContext.s create mode 100644 libc/nt/ntdll/RtlReleaseMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlReleaseMemoryStream.s create mode 100644 libc/nt/ntdll/RtlReleasePath.S delete mode 100644 libc/nt/ntdll/RtlReleasePath.s create mode 100644 libc/nt/ntdll/RtlReleasePebLock.S delete mode 100644 libc/nt/ntdll/RtlReleasePebLock.s create mode 100644 libc/nt/ntdll/RtlReleasePrivilege.S delete mode 100644 libc/nt/ntdll/RtlReleasePrivilege.s create mode 100644 libc/nt/ntdll/RtlReleaseRelativeName.S delete mode 100644 libc/nt/ntdll/RtlReleaseRelativeName.s create mode 100644 libc/nt/ntdll/RtlReleaseResource.S delete mode 100644 libc/nt/ntdll/RtlReleaseResource.s create mode 100644 libc/nt/ntdll/RtlReleaseSRWLockExclusive.S delete mode 100644 libc/nt/ntdll/RtlReleaseSRWLockExclusive.s create mode 100644 libc/nt/ntdll/RtlReleaseSRWLockShared.S delete mode 100644 libc/nt/ntdll/RtlReleaseSRWLockShared.s create mode 100644 libc/nt/ntdll/RtlRemoteCall.S delete mode 100644 libc/nt/ntdll/RtlRemoteCall.s create mode 100644 libc/nt/ntdll/RtlRemoveEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlRemoveEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlRemovePrivileges.S delete mode 100644 libc/nt/ntdll/RtlRemovePrivileges.s create mode 100644 libc/nt/ntdll/RtlRemoveVectoredContinueHandler.S delete mode 100644 libc/nt/ntdll/RtlRemoveVectoredContinueHandler.s create mode 100644 libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.S delete mode 100644 libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.s create mode 100644 libc/nt/ntdll/RtlReplaceSidInSd.S delete mode 100644 libc/nt/ntdll/RtlReplaceSidInSd.s create mode 100644 libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.S delete mode 100644 libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.s create mode 100644 libc/nt/ntdll/RtlReportException.S delete mode 100644 libc/nt/ntdll/RtlReportException.s create mode 100644 libc/nt/ntdll/RtlReportExceptionEx.S delete mode 100644 libc/nt/ntdll/RtlReportExceptionEx.s create mode 100644 libc/nt/ntdll/RtlReportSilentProcessExit.S delete mode 100644 libc/nt/ntdll/RtlReportSilentProcessExit.s create mode 100644 libc/nt/ntdll/RtlReportSqmEscalation.S delete mode 100644 libc/nt/ntdll/RtlReportSqmEscalation.s create mode 100644 libc/nt/ntdll/RtlResetMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlResetMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlResetMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlResetMemoryZone.s create mode 100644 libc/nt/ntdll/RtlResetNtUserPfn.S delete mode 100644 libc/nt/ntdll/RtlResetNtUserPfn.s create mode 100644 libc/nt/ntdll/RtlResetRtlTranslations.S delete mode 100644 libc/nt/ntdll/RtlResetRtlTranslations.s create mode 100644 libc/nt/ntdll/RtlRestoreBootStatusDefaults.S delete mode 100644 libc/nt/ntdll/RtlRestoreBootStatusDefaults.s create mode 100644 libc/nt/ntdll/RtlRestoreContext.S delete mode 100644 libc/nt/ntdll/RtlRestoreContext.s create mode 100644 libc/nt/ntdll/RtlRestoreLastWin32Error.S delete mode 100644 libc/nt/ntdll/RtlRestoreLastWin32Error.s create mode 100644 libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.S delete mode 100644 libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.s create mode 100644 libc/nt/ntdll/RtlRetrieveNtUserPfn.S delete mode 100644 libc/nt/ntdll/RtlRetrieveNtUserPfn.s create mode 100644 libc/nt/ntdll/RtlRevertMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlRevertMemoryStream.s create mode 100644 libc/nt/ntdll/RtlRunDecodeUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlRunDecodeUnicodeString.s create mode 100644 libc/nt/ntdll/RtlRunEncodeUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlRunEncodeUnicodeString.s create mode 100644 libc/nt/ntdll/RtlRunOnceBeginInitialize.S delete mode 100644 libc/nt/ntdll/RtlRunOnceBeginInitialize.s create mode 100644 libc/nt/ntdll/RtlRunOnceComplete.S delete mode 100644 libc/nt/ntdll/RtlRunOnceComplete.s create mode 100644 libc/nt/ntdll/RtlRunOnceExecuteOnce.S delete mode 100644 libc/nt/ntdll/RtlRunOnceExecuteOnce.s create mode 100644 libc/nt/ntdll/RtlRunOnceInitialize.S delete mode 100644 libc/nt/ntdll/RtlRunOnceInitialize.s create mode 100644 libc/nt/ntdll/RtlSecondsSince1970ToTime.S delete mode 100644 libc/nt/ntdll/RtlSecondsSince1970ToTime.s create mode 100644 libc/nt/ntdll/RtlSecondsSince1980ToTime.S delete mode 100644 libc/nt/ntdll/RtlSecondsSince1980ToTime.s create mode 100644 libc/nt/ntdll/RtlSeekMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlSeekMemoryStream.s create mode 100644 libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.S delete mode 100644 libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.s create mode 100644 libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.S delete mode 100644 libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.s create mode 100644 libc/nt/ntdll/RtlSendMsgToSm.S delete mode 100644 libc/nt/ntdll/RtlSendMsgToSm.s create mode 100644 libc/nt/ntdll/RtlSetAllBits.S delete mode 100644 libc/nt/ntdll/RtlSetAllBits.s create mode 100644 libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetBit.S delete mode 100644 libc/nt/ntdll/RtlSetBit.s create mode 100644 libc/nt/ntdll/RtlSetBits.S delete mode 100644 libc/nt/ntdll/RtlSetBits.s create mode 100644 libc/nt/ntdll/RtlSetControlSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetControlSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetCriticalSectionSpinCount.S delete mode 100644 libc/nt/ntdll/RtlSetCriticalSectionSpinCount.s create mode 100644 libc/nt/ntdll/RtlSetCurrentDirectory_U.S delete mode 100644 libc/nt/ntdll/RtlSetCurrentDirectory_U.s create mode 100644 libc/nt/ntdll/RtlSetCurrentEnvironment.S delete mode 100644 libc/nt/ntdll/RtlSetCurrentEnvironment.s create mode 100644 libc/nt/ntdll/RtlSetCurrentTransaction.S delete mode 100644 libc/nt/ntdll/RtlSetCurrentTransaction.s create mode 100644 libc/nt/ntdll/RtlSetDaclSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetDaclSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.S delete mode 100644 libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.s create mode 100644 libc/nt/ntdll/RtlSetEnvironmentStrings.S delete mode 100644 libc/nt/ntdll/RtlSetEnvironmentStrings.s create mode 100644 libc/nt/ntdll/RtlSetEnvironmentVar.S delete mode 100644 libc/nt/ntdll/RtlSetEnvironmentVar.s create mode 100644 libc/nt/ntdll/RtlSetEnvironmentVariable.S delete mode 100644 libc/nt/ntdll/RtlSetEnvironmentVariable.s create mode 100644 libc/nt/ntdll/RtlSetExtendedFeaturesMask.S delete mode 100644 libc/nt/ntdll/RtlSetExtendedFeaturesMask.s create mode 100644 libc/nt/ntdll/RtlSetGroupSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetGroupSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetHeapInformation.S delete mode 100644 libc/nt/ntdll/RtlSetHeapInformation.s create mode 100644 libc/nt/ntdll/RtlSetImageMitigationPolicy.S delete mode 100644 libc/nt/ntdll/RtlSetImageMitigationPolicy.s create mode 100644 libc/nt/ntdll/RtlSetInformationAcl.S delete mode 100644 libc/nt/ntdll/RtlSetInformationAcl.s create mode 100644 libc/nt/ntdll/RtlSetIoCompletionCallback.S delete mode 100644 libc/nt/ntdll/RtlSetIoCompletionCallback.s create mode 100644 libc/nt/ntdll/RtlSetLastWin32Error.S delete mode 100644 libc/nt/ntdll/RtlSetLastWin32Error.s create mode 100644 libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.S delete mode 100644 libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.s create mode 100644 libc/nt/ntdll/RtlSetMemoryStreamSize.S delete mode 100644 libc/nt/ntdll/RtlSetMemoryStreamSize.s create mode 100644 libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetPortableOperatingSystem.S delete mode 100644 libc/nt/ntdll/RtlSetPortableOperatingSystem.s create mode 100644 libc/nt/ntdll/RtlSetProcessDebugInformation.S delete mode 100644 libc/nt/ntdll/RtlSetProcessDebugInformation.s create mode 100644 libc/nt/ntdll/RtlSetProcessIsCritical.S delete mode 100644 libc/nt/ntdll/RtlSetProcessIsCritical.s create mode 100644 libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.S delete mode 100644 libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.s create mode 100644 libc/nt/ntdll/RtlSetProcessPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlSetProcessPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlSetProtectedPolicy.S delete mode 100644 libc/nt/ntdll/RtlSetProtectedPolicy.s create mode 100644 libc/nt/ntdll/RtlSetProxiedProcessId.S delete mode 100644 libc/nt/ntdll/RtlSetProxiedProcessId.s create mode 100644 libc/nt/ntdll/RtlSetSaclSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlSetSaclSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlSetSearchPathMode.S delete mode 100644 libc/nt/ntdll/RtlSetSearchPathMode.s create mode 100644 libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.S delete mode 100644 libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.s create mode 100644 libc/nt/ntdll/RtlSetSecurityObject.S delete mode 100644 libc/nt/ntdll/RtlSetSecurityObject.s create mode 100644 libc/nt/ntdll/RtlSetSecurityObjectEx.S delete mode 100644 libc/nt/ntdll/RtlSetSecurityObjectEx.s create mode 100644 libc/nt/ntdll/RtlSetSystemBootStatus.S delete mode 100644 libc/nt/ntdll/RtlSetSystemBootStatus.s create mode 100644 libc/nt/ntdll/RtlSetSystemBootStatusEx.S delete mode 100644 libc/nt/ntdll/RtlSetSystemBootStatusEx.s create mode 100644 libc/nt/ntdll/RtlSetThreadErrorMode.S delete mode 100644 libc/nt/ntdll/RtlSetThreadErrorMode.s create mode 100644 libc/nt/ntdll/RtlSetThreadIsCritical.S delete mode 100644 libc/nt/ntdll/RtlSetThreadIsCritical.s create mode 100644 libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.S delete mode 100644 libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.s create mode 100644 libc/nt/ntdll/RtlSetThreadPoolStartFunc.S delete mode 100644 libc/nt/ntdll/RtlSetThreadPoolStartFunc.s create mode 100644 libc/nt/ntdll/RtlSetThreadPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlSetThreadPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlSetThreadSubProcessTag.S delete mode 100644 libc/nt/ntdll/RtlSetThreadSubProcessTag.s create mode 100644 libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.S delete mode 100644 libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.s create mode 100644 libc/nt/ntdll/RtlSetTimeZoneInformation.S delete mode 100644 libc/nt/ntdll/RtlSetTimeZoneInformation.s create mode 100644 libc/nt/ntdll/RtlSetTimer.S delete mode 100644 libc/nt/ntdll/RtlSetTimer.s create mode 100644 libc/nt/ntdll/RtlSetUmsThreadInformation.S delete mode 100644 libc/nt/ntdll/RtlSetUmsThreadInformation.s create mode 100644 libc/nt/ntdll/RtlSetUnhandledExceptionFilter.S delete mode 100644 libc/nt/ntdll/RtlSetUnhandledExceptionFilter.s create mode 100644 libc/nt/ntdll/RtlSetUserFlagsHeap.S delete mode 100644 libc/nt/ntdll/RtlSetUserFlagsHeap.s create mode 100644 libc/nt/ntdll/RtlSetUserValueHeap.S delete mode 100644 libc/nt/ntdll/RtlSetUserValueHeap.s create mode 100644 libc/nt/ntdll/RtlSidDominates.S delete mode 100644 libc/nt/ntdll/RtlSidDominates.s create mode 100644 libc/nt/ntdll/RtlSidDominatesForTrust.S delete mode 100644 libc/nt/ntdll/RtlSidDominatesForTrust.s create mode 100644 libc/nt/ntdll/RtlSidEqualLevel.S delete mode 100644 libc/nt/ntdll/RtlSidEqualLevel.s create mode 100644 libc/nt/ntdll/RtlSidHashInitialize.S delete mode 100644 libc/nt/ntdll/RtlSidHashInitialize.s create mode 100644 libc/nt/ntdll/RtlSidHashLookup.S delete mode 100644 libc/nt/ntdll/RtlSidHashLookup.s create mode 100644 libc/nt/ntdll/RtlSidIsHigherLevel.S delete mode 100644 libc/nt/ntdll/RtlSidIsHigherLevel.s create mode 100644 libc/nt/ntdll/RtlSizeHeap.S delete mode 100644 libc/nt/ntdll/RtlSizeHeap.s create mode 100644 libc/nt/ntdll/RtlSleepConditionVariableCS.S delete mode 100644 libc/nt/ntdll/RtlSleepConditionVariableCS.s create mode 100644 libc/nt/ntdll/RtlSleepConditionVariableSRW.S delete mode 100644 libc/nt/ntdll/RtlSleepConditionVariableSRW.s create mode 100644 libc/nt/ntdll/RtlSplay.S delete mode 100644 libc/nt/ntdll/RtlSplay.s create mode 100644 libc/nt/ntdll/RtlStartRXact.S delete mode 100644 libc/nt/ntdll/RtlStartRXact.s create mode 100644 libc/nt/ntdll/RtlStatMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlStatMemoryStream.s create mode 100644 libc/nt/ntdll/RtlStringFromGUID.S delete mode 100644 libc/nt/ntdll/RtlStringFromGUID.s create mode 100644 libc/nt/ntdll/RtlStringFromGUIDEx.S delete mode 100644 libc/nt/ntdll/RtlStringFromGUIDEx.s create mode 100644 libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlSubAuthorityCountSid.S delete mode 100644 libc/nt/ntdll/RtlSubAuthorityCountSid.s create mode 100644 libc/nt/ntdll/RtlSubAuthoritySid.S delete mode 100644 libc/nt/ntdll/RtlSubAuthoritySid.s create mode 100644 libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.S delete mode 100644 libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.s create mode 100644 libc/nt/ntdll/RtlSubtreePredecessor.S delete mode 100644 libc/nt/ntdll/RtlSubtreePredecessor.s create mode 100644 libc/nt/ntdll/RtlSubtreeSuccessor.S delete mode 100644 libc/nt/ntdll/RtlSubtreeSuccessor.s create mode 100644 libc/nt/ntdll/RtlSwitchedVVI.S delete mode 100644 libc/nt/ntdll/RtlSwitchedVVI.s create mode 100644 libc/nt/ntdll/RtlSystemTimeToLocalTime.S delete mode 100644 libc/nt/ntdll/RtlSystemTimeToLocalTime.s create mode 100644 libc/nt/ntdll/RtlTestAndPublishWnfStateData.S delete mode 100644 libc/nt/ntdll/RtlTestAndPublishWnfStateData.s create mode 100644 libc/nt/ntdll/RtlTestBit.S delete mode 100644 libc/nt/ntdll/RtlTestBit.s create mode 100644 libc/nt/ntdll/RtlTestBitEx.S delete mode 100644 libc/nt/ntdll/RtlTestBitEx.s create mode 100644 libc/nt/ntdll/RtlTestProtectedAccess.S delete mode 100644 libc/nt/ntdll/RtlTestProtectedAccess.s create mode 100644 libc/nt/ntdll/RtlTimeFieldsToTime.S delete mode 100644 libc/nt/ntdll/RtlTimeFieldsToTime.s create mode 100644 libc/nt/ntdll/RtlTimeToElapsedTimeFields.S delete mode 100644 libc/nt/ntdll/RtlTimeToElapsedTimeFields.s create mode 100644 libc/nt/ntdll/RtlTimeToSecondsSince1970.S delete mode 100644 libc/nt/ntdll/RtlTimeToSecondsSince1970.s create mode 100644 libc/nt/ntdll/RtlTimeToSecondsSince1980.S delete mode 100644 libc/nt/ntdll/RtlTimeToSecondsSince1980.s create mode 100644 libc/nt/ntdll/RtlTimeToTimeFields.S delete mode 100644 libc/nt/ntdll/RtlTimeToTimeFields.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseAdd.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseAdd.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseCreate.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseCreate.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseDestroy.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseDestroy.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseEnumerate.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseEnumerate.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseFind.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseFind.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseLock.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseLock.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseUnlock.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseUnlock.s create mode 100644 libc/nt/ntdll/RtlTraceDatabaseValidate.S delete mode 100644 libc/nt/ntdll/RtlTraceDatabaseValidate.s create mode 100644 libc/nt/ntdll/RtlTryAcquirePebLock.S delete mode 100644 libc/nt/ntdll/RtlTryAcquirePebLock.s create mode 100644 libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.S delete mode 100644 libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.s create mode 100644 libc/nt/ntdll/RtlTryAcquireSRWLockShared.S delete mode 100644 libc/nt/ntdll/RtlTryAcquireSRWLockShared.s create mode 100644 libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.S delete mode 100644 libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.s create mode 100644 libc/nt/ntdll/RtlTryEnterCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlTryEnterCriticalSection.s create mode 100644 libc/nt/ntdll/RtlUTF8ToUnicodeN.S delete mode 100644 libc/nt/ntdll/RtlUTF8ToUnicodeN.s create mode 100644 libc/nt/ntdll/RtlUmsThreadYield.S delete mode 100644 libc/nt/ntdll/RtlUmsThreadYield.s create mode 100644 libc/nt/ntdll/RtlUnhandledExceptionFilter.S delete mode 100644 libc/nt/ntdll/RtlUnhandledExceptionFilter.s create mode 100644 libc/nt/ntdll/RtlUnhandledExceptionFilter2.S delete mode 100644 libc/nt/ntdll/RtlUnhandledExceptionFilter2.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToAnsiSize.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToAnsiSize.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToAnsiString.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToAnsiString.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToCountedOemString.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToCountedOemString.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToInteger.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToInteger.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToOemSize.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToOemSize.s create mode 100644 libc/nt/ntdll/RtlUnicodeStringToOemString.S delete mode 100644 libc/nt/ntdll/RtlUnicodeStringToOemString.s create mode 100644 libc/nt/ntdll/RtlUnicodeToCustomCPN.S delete mode 100644 libc/nt/ntdll/RtlUnicodeToCustomCPN.s create mode 100644 libc/nt/ntdll/RtlUnicodeToMultiByteN.S delete mode 100644 libc/nt/ntdll/RtlUnicodeToMultiByteN.s create mode 100644 libc/nt/ntdll/RtlUnicodeToMultiByteSize.S delete mode 100644 libc/nt/ntdll/RtlUnicodeToMultiByteSize.s create mode 100644 libc/nt/ntdll/RtlUnicodeToOemN.S delete mode 100644 libc/nt/ntdll/RtlUnicodeToOemN.s create mode 100644 libc/nt/ntdll/RtlUnicodeToUTF8N.S delete mode 100644 libc/nt/ntdll/RtlUnicodeToUTF8N.s create mode 100644 libc/nt/ntdll/RtlUniform.S delete mode 100644 libc/nt/ntdll/RtlUniform.s create mode 100644 libc/nt/ntdll/RtlUnlockBootStatusData.S delete mode 100644 libc/nt/ntdll/RtlUnlockBootStatusData.s create mode 100644 libc/nt/ntdll/RtlUnlockCurrentThread.S delete mode 100644 libc/nt/ntdll/RtlUnlockCurrentThread.s create mode 100644 libc/nt/ntdll/RtlUnlockHeap.S delete mode 100644 libc/nt/ntdll/RtlUnlockHeap.s create mode 100644 libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.S delete mode 100644 libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.s create mode 100644 libc/nt/ntdll/RtlUnlockMemoryStreamRegion.S delete mode 100644 libc/nt/ntdll/RtlUnlockMemoryStreamRegion.s create mode 100644 libc/nt/ntdll/RtlUnlockMemoryZone.S delete mode 100644 libc/nt/ntdll/RtlUnlockMemoryZone.s create mode 100644 libc/nt/ntdll/RtlUnlockModuleSection.S delete mode 100644 libc/nt/ntdll/RtlUnlockModuleSection.s create mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.S delete mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.s create mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.S delete mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.s create mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.S delete mode 100644 libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.s create mode 100644 libc/nt/ntdll/RtlUnwind.S delete mode 100644 libc/nt/ntdll/RtlUnwind.s create mode 100644 libc/nt/ntdll/RtlUnwindEx.S delete mode 100644 libc/nt/ntdll/RtlUnwindEx.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeChar.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeChar.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeString.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.s create mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToOemN.S delete mode 100644 libc/nt/ntdll/RtlUpcaseUnicodeToOemN.s create mode 100644 libc/nt/ntdll/RtlUpdateClonedCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlUpdateClonedCriticalSection.s create mode 100644 libc/nt/ntdll/RtlUpdateClonedSRWLock.S delete mode 100644 libc/nt/ntdll/RtlUpdateClonedSRWLock.s create mode 100644 libc/nt/ntdll/RtlUpdateTimer.S delete mode 100644 libc/nt/ntdll/RtlUpdateTimer.s create mode 100644 libc/nt/ntdll/RtlUpperChar.S delete mode 100644 libc/nt/ntdll/RtlUpperChar.s create mode 100644 libc/nt/ntdll/RtlUpperString.S delete mode 100644 libc/nt/ntdll/RtlUpperString.s create mode 100644 libc/nt/ntdll/RtlUserThreadStart.S delete mode 100644 libc/nt/ntdll/RtlUserThreadStart.s create mode 100644 libc/nt/ntdll/RtlValidAcl.S delete mode 100644 libc/nt/ntdll/RtlValidAcl.s create mode 100644 libc/nt/ntdll/RtlValidProcessProtection.S delete mode 100644 libc/nt/ntdll/RtlValidProcessProtection.s create mode 100644 libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlValidSecurityDescriptor.S delete mode 100644 libc/nt/ntdll/RtlValidSecurityDescriptor.s create mode 100644 libc/nt/ntdll/RtlValidSid.S delete mode 100644 libc/nt/ntdll/RtlValidSid.s create mode 100644 libc/nt/ntdll/RtlValidateCorrelationVector.S delete mode 100644 libc/nt/ntdll/RtlValidateCorrelationVector.s create mode 100644 libc/nt/ntdll/RtlValidateHeap.S delete mode 100644 libc/nt/ntdll/RtlValidateHeap.s create mode 100644 libc/nt/ntdll/RtlValidateProcessHeaps.S delete mode 100644 libc/nt/ntdll/RtlValidateProcessHeaps.s create mode 100644 libc/nt/ntdll/RtlValidateUnicodeString.S delete mode 100644 libc/nt/ntdll/RtlValidateUnicodeString.s create mode 100644 libc/nt/ntdll/RtlVerifyVersionInfo.S delete mode 100644 libc/nt/ntdll/RtlVerifyVersionInfo.s create mode 100644 libc/nt/ntdll/RtlVirtualUnwind.S delete mode 100644 libc/nt/ntdll/RtlVirtualUnwind.s create mode 100644 libc/nt/ntdll/RtlWaitForWnfMetaNotification.S delete mode 100644 libc/nt/ntdll/RtlWaitForWnfMetaNotification.s create mode 100644 libc/nt/ntdll/RtlWaitOnAddress.S delete mode 100644 libc/nt/ntdll/RtlWaitOnAddress.s create mode 100644 libc/nt/ntdll/RtlWakeAddressAll.S delete mode 100644 libc/nt/ntdll/RtlWakeAddressAll.s create mode 100644 libc/nt/ntdll/RtlWakeAddressAllNoFence.S delete mode 100644 libc/nt/ntdll/RtlWakeAddressAllNoFence.s create mode 100644 libc/nt/ntdll/RtlWakeAddressSingle.S delete mode 100644 libc/nt/ntdll/RtlWakeAddressSingle.s create mode 100644 libc/nt/ntdll/RtlWakeAddressSingleNoFence.S delete mode 100644 libc/nt/ntdll/RtlWakeAddressSingleNoFence.s create mode 100644 libc/nt/ntdll/RtlWakeAllConditionVariable.S delete mode 100644 libc/nt/ntdll/RtlWakeAllConditionVariable.s create mode 100644 libc/nt/ntdll/RtlWakeConditionVariable.S delete mode 100644 libc/nt/ntdll/RtlWakeConditionVariable.s create mode 100644 libc/nt/ntdll/RtlWalkFrameChain.S delete mode 100644 libc/nt/ntdll/RtlWalkFrameChain.s create mode 100644 libc/nt/ntdll/RtlWalkHeap.S delete mode 100644 libc/nt/ntdll/RtlWalkHeap.s create mode 100644 libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.S delete mode 100644 libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.s create mode 100644 libc/nt/ntdll/RtlWerpReportException.S delete mode 100644 libc/nt/ntdll/RtlWerpReportException.s create mode 100644 libc/nt/ntdll/RtlWnfCompareChangeStamp.S delete mode 100644 libc/nt/ntdll/RtlWnfCompareChangeStamp.s create mode 100644 libc/nt/ntdll/RtlWnfDllUnloadCallback.S delete mode 100644 libc/nt/ntdll/RtlWnfDllUnloadCallback.s create mode 100644 libc/nt/ntdll/RtlWriteMemoryStream.S delete mode 100644 libc/nt/ntdll/RtlWriteMemoryStream.s create mode 100644 libc/nt/ntdll/RtlWriteNonVolatileMemory.S delete mode 100644 libc/nt/ntdll/RtlWriteNonVolatileMemory.s create mode 100644 libc/nt/ntdll/RtlWriteRegistryValue.S delete mode 100644 libc/nt/ntdll/RtlWriteRegistryValue.s create mode 100644 libc/nt/ntdll/RtlZeroHeap.S delete mode 100644 libc/nt/ntdll/RtlZeroHeap.s create mode 100644 libc/nt/ntdll/RtlZeroMemory.S delete mode 100644 libc/nt/ntdll/RtlZeroMemory.s create mode 100644 libc/nt/ntdll/RtlZombifyActivationContext.S delete mode 100644 libc/nt/ntdll/RtlZombifyActivationContext.s create mode 100644 libc/nt/ntdll/RtlpApplyLengthFunction.S delete mode 100644 libc/nt/ntdll/RtlpApplyLengthFunction.s create mode 100644 libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.S delete mode 100644 libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.s create mode 100644 libc/nt/ntdll/RtlpCleanupRegistryKeys.S delete mode 100644 libc/nt/ntdll/RtlpCleanupRegistryKeys.s create mode 100644 libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.S delete mode 100644 libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.s create mode 100644 libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.S delete mode 100644 libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.s create mode 100644 libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.S delete mode 100644 libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.s create mode 100644 libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.S delete mode 100644 libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.s create mode 100644 libc/nt/ntdll/RtlpCreateProcessRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpCreateProcessRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpEnsureBufferSize.S delete mode 100644 libc/nt/ntdll/RtlpEnsureBufferSize.s create mode 100644 libc/nt/ntdll/RtlpExecuteUmsThread.S delete mode 100644 libc/nt/ntdll/RtlpExecuteUmsThread.s create mode 100644 libc/nt/ntdll/RtlpFreezeTimeBias.S delete mode 100644 libc/nt/ntdll/RtlpFreezeTimeBias.s create mode 100644 libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.S delete mode 100644 libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.s create mode 100644 libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.S delete mode 100644 libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.s create mode 100644 libc/nt/ntdll/RtlpGetNameFromLangInfoNode.S delete mode 100644 libc/nt/ntdll/RtlpGetNameFromLangInfoNode.s create mode 100644 libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.s create mode 100644 libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.S delete mode 100644 libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.s create mode 100644 libc/nt/ntdll/RtlpInitializeLangRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpInitializeLangRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpIsQualifiedLanguage.S delete mode 100644 libc/nt/ntdll/RtlpIsQualifiedLanguage.s create mode 100644 libc/nt/ntdll/RtlpLoadMachineUIByPolicy.S delete mode 100644 libc/nt/ntdll/RtlpLoadMachineUIByPolicy.s create mode 100644 libc/nt/ntdll/RtlpLoadUserUIByPolicy.S delete mode 100644 libc/nt/ntdll/RtlpLoadUserUIByPolicy.s create mode 100644 libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.S delete mode 100644 libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.s create mode 100644 libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.S delete mode 100644 libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.s create mode 100644 libc/nt/ntdll/RtlpNotOwnerCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlpNotOwnerCriticalSection.s create mode 100644 libc/nt/ntdll/RtlpNtCreateKey.S delete mode 100644 libc/nt/ntdll/RtlpNtCreateKey.s create mode 100644 libc/nt/ntdll/RtlpNtEnumerateSubKey.S delete mode 100644 libc/nt/ntdll/RtlpNtEnumerateSubKey.s create mode 100644 libc/nt/ntdll/RtlpNtMakeTemporaryKey.S delete mode 100644 libc/nt/ntdll/RtlpNtMakeTemporaryKey.s create mode 100644 libc/nt/ntdll/RtlpNtOpenKey.S delete mode 100644 libc/nt/ntdll/RtlpNtOpenKey.s create mode 100644 libc/nt/ntdll/RtlpNtQueryValueKey.S delete mode 100644 libc/nt/ntdll/RtlpNtQueryValueKey.s create mode 100644 libc/nt/ntdll/RtlpNtSetValueKey.S delete mode 100644 libc/nt/ntdll/RtlpNtSetValueKey.s create mode 100644 libc/nt/ntdll/RtlpQueryDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/RtlpQueryDefaultUILanguage.s create mode 100644 libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.S delete mode 100644 libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.s create mode 100644 libc/nt/ntdll/RtlpRefreshCachedUILanguage.S delete mode 100644 libc/nt/ntdll/RtlpRefreshCachedUILanguage.s create mode 100644 libc/nt/ntdll/RtlpSetInstallLanguage.S delete mode 100644 libc/nt/ntdll/RtlpSetInstallLanguage.s create mode 100644 libc/nt/ntdll/RtlpSetPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlpSetPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlpSetUserPreferredUILanguages.S delete mode 100644 libc/nt/ntdll/RtlpSetUserPreferredUILanguages.s create mode 100644 libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.S delete mode 100644 libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.s create mode 100644 libc/nt/ntdll/RtlpUmsThreadYield.S delete mode 100644 libc/nt/ntdll/RtlpUmsThreadYield.s create mode 100644 libc/nt/ntdll/RtlpUnWaitCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlpUnWaitCriticalSection.s create mode 100644 libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.S delete mode 100644 libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.s create mode 100644 libc/nt/ntdll/RtlpWaitForCriticalSection.S delete mode 100644 libc/nt/ntdll/RtlpWaitForCriticalSection.s create mode 100644 libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.S delete mode 100644 libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.s create mode 100644 libc/nt/ntdll/RtlxOemStringToUnicodeSize.S delete mode 100644 libc/nt/ntdll/RtlxOemStringToUnicodeSize.s create mode 100644 libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.S delete mode 100644 libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.s create mode 100644 libc/nt/ntdll/RtlxUnicodeStringToOemSize.S delete mode 100644 libc/nt/ntdll/RtlxUnicodeStringToOemSize.s create mode 100644 libc/nt/ntdll/SbExecuteProcedure.S delete mode 100644 libc/nt/ntdll/SbExecuteProcedure.s create mode 100644 libc/nt/ntdll/SbSelectProcedure.S delete mode 100644 libc/nt/ntdll/SbSelectProcedure.s create mode 100644 libc/nt/ntdll/ShipAssert.S delete mode 100644 libc/nt/ntdll/ShipAssert.s create mode 100644 libc/nt/ntdll/ShipAssertGetBufferInfo.S delete mode 100644 libc/nt/ntdll/ShipAssertGetBufferInfo.s create mode 100644 libc/nt/ntdll/ShipAssertMsgW.S delete mode 100644 libc/nt/ntdll/ShipAssertMsgW.s create mode 100644 libc/nt/ntdll/TpAllocAlpcCompletion.S delete mode 100644 libc/nt/ntdll/TpAllocAlpcCompletion.s create mode 100644 libc/nt/ntdll/TpAllocAlpcCompletionEx.S delete mode 100644 libc/nt/ntdll/TpAllocAlpcCompletionEx.s create mode 100644 libc/nt/ntdll/TpAllocCleanupGroup.S delete mode 100644 libc/nt/ntdll/TpAllocCleanupGroup.s create mode 100644 libc/nt/ntdll/TpAllocIoCompletion.S delete mode 100644 libc/nt/ntdll/TpAllocIoCompletion.s create mode 100644 libc/nt/ntdll/TpAllocJobNotification.S delete mode 100644 libc/nt/ntdll/TpAllocJobNotification.s create mode 100644 libc/nt/ntdll/TpAllocPool.S delete mode 100644 libc/nt/ntdll/TpAllocPool.s create mode 100644 libc/nt/ntdll/TpAllocTimer.S delete mode 100644 libc/nt/ntdll/TpAllocTimer.s create mode 100644 libc/nt/ntdll/TpAllocWait.S delete mode 100644 libc/nt/ntdll/TpAllocWait.s create mode 100644 libc/nt/ntdll/TpAllocWork.S delete mode 100644 libc/nt/ntdll/TpAllocWork.s create mode 100644 libc/nt/ntdll/TpAlpcRegisterCompletionList.S delete mode 100644 libc/nt/ntdll/TpAlpcRegisterCompletionList.s create mode 100644 libc/nt/ntdll/TpAlpcUnregisterCompletionList.S delete mode 100644 libc/nt/ntdll/TpAlpcUnregisterCompletionList.s create mode 100644 libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.S delete mode 100644 libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.s create mode 100644 libc/nt/ntdll/TpCallbackIndependent.S delete mode 100644 libc/nt/ntdll/TpCallbackIndependent.s create mode 100644 libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.s create mode 100644 libc/nt/ntdll/TpCallbackMayRunLong.S delete mode 100644 libc/nt/ntdll/TpCallbackMayRunLong.s create mode 100644 libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.s create mode 100644 libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.s create mode 100644 libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.s create mode 100644 libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.S delete mode 100644 libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.s create mode 100644 libc/nt/ntdll/TpCallbackSetEventOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackSetEventOnCompletion.s create mode 100644 libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.S delete mode 100644 libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.s create mode 100644 libc/nt/ntdll/TpCancelAsyncIoOperation.S delete mode 100644 libc/nt/ntdll/TpCancelAsyncIoOperation.s create mode 100644 libc/nt/ntdll/TpCaptureCaller.S delete mode 100644 libc/nt/ntdll/TpCaptureCaller.s create mode 100644 libc/nt/ntdll/TpCheckTerminateWorker.S delete mode 100644 libc/nt/ntdll/TpCheckTerminateWorker.s create mode 100644 libc/nt/ntdll/TpDbgDumpHeapUsage.S delete mode 100644 libc/nt/ntdll/TpDbgDumpHeapUsage.s create mode 100644 libc/nt/ntdll/TpDbgSetLogRoutine.S delete mode 100644 libc/nt/ntdll/TpDbgSetLogRoutine.s create mode 100644 libc/nt/ntdll/TpDisablePoolCallbackChecks.S delete mode 100644 libc/nt/ntdll/TpDisablePoolCallbackChecks.s create mode 100644 libc/nt/ntdll/TpDisassociateCallback.S delete mode 100644 libc/nt/ntdll/TpDisassociateCallback.s create mode 100644 libc/nt/ntdll/TpIsTimerSet.S delete mode 100644 libc/nt/ntdll/TpIsTimerSet.s create mode 100644 libc/nt/ntdll/TpPostWork.S delete mode 100644 libc/nt/ntdll/TpPostWork.s create mode 100644 libc/nt/ntdll/TpQueryPoolStackInformation.S delete mode 100644 libc/nt/ntdll/TpQueryPoolStackInformation.s create mode 100644 libc/nt/ntdll/TpReleaseAlpcCompletion.S delete mode 100644 libc/nt/ntdll/TpReleaseAlpcCompletion.s create mode 100644 libc/nt/ntdll/TpReleaseCleanupGroup.S delete mode 100644 libc/nt/ntdll/TpReleaseCleanupGroup.s create mode 100644 libc/nt/ntdll/TpReleaseCleanupGroupMembers.S delete mode 100644 libc/nt/ntdll/TpReleaseCleanupGroupMembers.s create mode 100644 libc/nt/ntdll/TpReleaseIoCompletion.S delete mode 100644 libc/nt/ntdll/TpReleaseIoCompletion.s create mode 100644 libc/nt/ntdll/TpReleaseJobNotification.S delete mode 100644 libc/nt/ntdll/TpReleaseJobNotification.s create mode 100644 libc/nt/ntdll/TpReleasePool.S delete mode 100644 libc/nt/ntdll/TpReleasePool.s create mode 100644 libc/nt/ntdll/TpReleaseTimer.S delete mode 100644 libc/nt/ntdll/TpReleaseTimer.s create mode 100644 libc/nt/ntdll/TpReleaseWait.S delete mode 100644 libc/nt/ntdll/TpReleaseWait.s create mode 100644 libc/nt/ntdll/TpReleaseWork.S delete mode 100644 libc/nt/ntdll/TpReleaseWork.s create mode 100644 libc/nt/ntdll/TpSetDefaultPoolMaxThreads.S delete mode 100644 libc/nt/ntdll/TpSetDefaultPoolMaxThreads.s create mode 100644 libc/nt/ntdll/TpSetDefaultPoolStackInformation.S delete mode 100644 libc/nt/ntdll/TpSetDefaultPoolStackInformation.s create mode 100644 libc/nt/ntdll/TpSetPoolMaxThreads.S delete mode 100644 libc/nt/ntdll/TpSetPoolMaxThreads.s create mode 100644 libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.S delete mode 100644 libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.s create mode 100644 libc/nt/ntdll/TpSetPoolMinThreads.S delete mode 100644 libc/nt/ntdll/TpSetPoolMinThreads.s create mode 100644 libc/nt/ntdll/TpSetPoolStackInformation.S delete mode 100644 libc/nt/ntdll/TpSetPoolStackInformation.s create mode 100644 libc/nt/ntdll/TpSetPoolThreadBasePriority.S delete mode 100644 libc/nt/ntdll/TpSetPoolThreadBasePriority.s create mode 100644 libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.S delete mode 100644 libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.s create mode 100644 libc/nt/ntdll/TpSetTimer.S delete mode 100644 libc/nt/ntdll/TpSetTimer.s create mode 100644 libc/nt/ntdll/TpSetTimerEx.S delete mode 100644 libc/nt/ntdll/TpSetTimerEx.s create mode 100644 libc/nt/ntdll/TpSetWait.S delete mode 100644 libc/nt/ntdll/TpSetWait.s create mode 100644 libc/nt/ntdll/TpSetWaitEx.S delete mode 100644 libc/nt/ntdll/TpSetWaitEx.s create mode 100644 libc/nt/ntdll/TpSimpleTryPost.S delete mode 100644 libc/nt/ntdll/TpSimpleTryPost.s create mode 100644 libc/nt/ntdll/TpStartAsyncIoOperation.S delete mode 100644 libc/nt/ntdll/TpStartAsyncIoOperation.s create mode 100644 libc/nt/ntdll/TpTimerOutstandingCallbackCount.S delete mode 100644 libc/nt/ntdll/TpTimerOutstandingCallbackCount.s create mode 100644 libc/nt/ntdll/TpTrimPools.S delete mode 100644 libc/nt/ntdll/TpTrimPools.s create mode 100644 libc/nt/ntdll/TpWaitForAlpcCompletion.S delete mode 100644 libc/nt/ntdll/TpWaitForAlpcCompletion.s create mode 100644 libc/nt/ntdll/TpWaitForIoCompletion.S delete mode 100644 libc/nt/ntdll/TpWaitForIoCompletion.s create mode 100644 libc/nt/ntdll/TpWaitForJobNotification.S delete mode 100644 libc/nt/ntdll/TpWaitForJobNotification.s create mode 100644 libc/nt/ntdll/TpWaitForTimer.S delete mode 100644 libc/nt/ntdll/TpWaitForTimer.s create mode 100644 libc/nt/ntdll/TpWaitForWait.S delete mode 100644 libc/nt/ntdll/TpWaitForWait.s create mode 100644 libc/nt/ntdll/TpWaitForWork.S delete mode 100644 libc/nt/ntdll/TpWaitForWork.s create mode 100644 libc/nt/ntdll/VerSetConditionMask.S delete mode 100644 libc/nt/ntdll/VerSetConditionMask.s create mode 100644 libc/nt/ntdll/WerReportExceptionWorker.S delete mode 100644 libc/nt/ntdll/WerReportExceptionWorker.s create mode 100644 libc/nt/ntdll/WerReportSQMEvent.S delete mode 100644 libc/nt/ntdll/WerReportSQMEvent.s create mode 100644 libc/nt/ntdll/WinSqmAddToAverageDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmAddToAverageDWORD.s create mode 100644 libc/nt/ntdll/WinSqmAddToStream.S delete mode 100644 libc/nt/ntdll/WinSqmAddToStream.s create mode 100644 libc/nt/ntdll/WinSqmAddToStreamEx.S delete mode 100644 libc/nt/ntdll/WinSqmAddToStreamEx.s create mode 100644 libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.S delete mode 100644 libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.s create mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.s create mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.S delete mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.s create mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetString.S delete mode 100644 libc/nt/ntdll/WinSqmCheckEscalationSetString.s create mode 100644 libc/nt/ntdll/WinSqmCommonDatapointDelete.S delete mode 100644 libc/nt/ntdll/WinSqmCommonDatapointDelete.s create mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.s create mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.S delete mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.s create mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.S delete mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.s create mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetString.S delete mode 100644 libc/nt/ntdll/WinSqmCommonDatapointSetString.s create mode 100644 libc/nt/ntdll/WinSqmEndSession.S delete mode 100644 libc/nt/ntdll/WinSqmEndSession.s create mode 100644 libc/nt/ntdll/WinSqmEventEnabled.S delete mode 100644 libc/nt/ntdll/WinSqmEventEnabled.s create mode 100644 libc/nt/ntdll/WinSqmEventWrite.S delete mode 100644 libc/nt/ntdll/WinSqmEventWrite.s create mode 100644 libc/nt/ntdll/WinSqmGetEscalationRuleStatus.S delete mode 100644 libc/nt/ntdll/WinSqmGetEscalationRuleStatus.s create mode 100644 libc/nt/ntdll/WinSqmGetInstrumentationProperty.S delete mode 100644 libc/nt/ntdll/WinSqmGetInstrumentationProperty.s create mode 100644 libc/nt/ntdll/WinSqmIncrementDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmIncrementDWORD.s create mode 100644 libc/nt/ntdll/WinSqmIsOptedIn.S delete mode 100644 libc/nt/ntdll/WinSqmIsOptedIn.s create mode 100644 libc/nt/ntdll/WinSqmIsOptedInEx.S delete mode 100644 libc/nt/ntdll/WinSqmIsOptedInEx.s create mode 100644 libc/nt/ntdll/WinSqmIsSessionDisabled.S delete mode 100644 libc/nt/ntdll/WinSqmIsSessionDisabled.s create mode 100644 libc/nt/ntdll/WinSqmSetDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmSetDWORD.s create mode 100644 libc/nt/ntdll/WinSqmSetDWORD64.S delete mode 100644 libc/nt/ntdll/WinSqmSetDWORD64.s create mode 100644 libc/nt/ntdll/WinSqmSetEscalationInfo.S delete mode 100644 libc/nt/ntdll/WinSqmSetEscalationInfo.s create mode 100644 libc/nt/ntdll/WinSqmSetIfMaxDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmSetIfMaxDWORD.s create mode 100644 libc/nt/ntdll/WinSqmSetIfMinDWORD.S delete mode 100644 libc/nt/ntdll/WinSqmSetIfMinDWORD.s create mode 100644 libc/nt/ntdll/WinSqmSetString.S delete mode 100644 libc/nt/ntdll/WinSqmSetString.s create mode 100644 libc/nt/ntdll/WinSqmStartSession.S delete mode 100644 libc/nt/ntdll/WinSqmStartSession.s create mode 100644 libc/nt/ntdll/WinSqmStartSessionForPartner.S delete mode 100644 libc/nt/ntdll/WinSqmStartSessionForPartner.s create mode 100644 libc/nt/ntdll/WinSqmStartSqmOptinListener.S delete mode 100644 libc/nt/ntdll/WinSqmStartSqmOptinListener.s create mode 100644 libc/nt/ntdll/ZwAcceptConnectPort.S delete mode 100644 libc/nt/ntdll/ZwAcceptConnectPort.s create mode 100644 libc/nt/ntdll/ZwAccessCheck.S delete mode 100644 libc/nt/ntdll/ZwAccessCheck.s create mode 100644 libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwAccessCheckByType.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckByType.s create mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultList.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultList.s create mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.S delete mode 100644 libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.s create mode 100644 libc/nt/ntdll/ZwAcquireProcessActivityReference.S delete mode 100644 libc/nt/ntdll/ZwAcquireProcessActivityReference.s create mode 100644 libc/nt/ntdll/ZwAddAtom.S delete mode 100644 libc/nt/ntdll/ZwAddAtom.s create mode 100644 libc/nt/ntdll/ZwAddAtomEx.S delete mode 100644 libc/nt/ntdll/ZwAddAtomEx.s create mode 100644 libc/nt/ntdll/ZwAddBootEntry.S delete mode 100644 libc/nt/ntdll/ZwAddBootEntry.s create mode 100644 libc/nt/ntdll/ZwAddDriverEntry.S delete mode 100644 libc/nt/ntdll/ZwAddDriverEntry.s create mode 100644 libc/nt/ntdll/ZwAdjustGroupsToken.S delete mode 100644 libc/nt/ntdll/ZwAdjustGroupsToken.s create mode 100644 libc/nt/ntdll/ZwAdjustPrivilegesToken.S delete mode 100644 libc/nt/ntdll/ZwAdjustPrivilegesToken.s create mode 100644 libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.S delete mode 100644 libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.s create mode 100644 libc/nt/ntdll/ZwAlertResumeThread.S delete mode 100644 libc/nt/ntdll/ZwAlertResumeThread.s create mode 100644 libc/nt/ntdll/ZwAlertThread.S delete mode 100644 libc/nt/ntdll/ZwAlertThread.s create mode 100644 libc/nt/ntdll/ZwAlertThreadByThreadId.S delete mode 100644 libc/nt/ntdll/ZwAlertThreadByThreadId.s create mode 100644 libc/nt/ntdll/ZwAllocateLocallyUniqueId.S delete mode 100644 libc/nt/ntdll/ZwAllocateLocallyUniqueId.s create mode 100644 libc/nt/ntdll/ZwAllocateReserveObject.S delete mode 100644 libc/nt/ntdll/ZwAllocateReserveObject.s create mode 100644 libc/nt/ntdll/ZwAllocateUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/ZwAllocateUserPhysicalPages.s create mode 100644 libc/nt/ntdll/ZwAllocateUuids.S delete mode 100644 libc/nt/ntdll/ZwAllocateUuids.s create mode 100644 libc/nt/ntdll/ZwAllocateVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwAllocateVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwAllocateVirtualMemoryEx.S delete mode 100644 libc/nt/ntdll/ZwAllocateVirtualMemoryEx.s create mode 100644 libc/nt/ntdll/ZwAlpcAcceptConnectPort.S delete mode 100644 libc/nt/ntdll/ZwAlpcAcceptConnectPort.s create mode 100644 libc/nt/ntdll/ZwAlpcCancelMessage.S delete mode 100644 libc/nt/ntdll/ZwAlpcCancelMessage.s create mode 100644 libc/nt/ntdll/ZwAlpcConnectPort.S delete mode 100644 libc/nt/ntdll/ZwAlpcConnectPort.s create mode 100644 libc/nt/ntdll/ZwAlpcConnectPortEx.S delete mode 100644 libc/nt/ntdll/ZwAlpcConnectPortEx.s create mode 100644 libc/nt/ntdll/ZwAlpcCreatePort.S delete mode 100644 libc/nt/ntdll/ZwAlpcCreatePort.s create mode 100644 libc/nt/ntdll/ZwAlpcCreatePortSection.S delete mode 100644 libc/nt/ntdll/ZwAlpcCreatePortSection.s create mode 100644 libc/nt/ntdll/ZwAlpcCreateResourceReserve.S delete mode 100644 libc/nt/ntdll/ZwAlpcCreateResourceReserve.s create mode 100644 libc/nt/ntdll/ZwAlpcCreateSectionView.S delete mode 100644 libc/nt/ntdll/ZwAlpcCreateSectionView.s create mode 100644 libc/nt/ntdll/ZwAlpcCreateSecurityContext.S delete mode 100644 libc/nt/ntdll/ZwAlpcCreateSecurityContext.s create mode 100644 libc/nt/ntdll/ZwAlpcDeletePortSection.S delete mode 100644 libc/nt/ntdll/ZwAlpcDeletePortSection.s create mode 100644 libc/nt/ntdll/ZwAlpcDeleteResourceReserve.S delete mode 100644 libc/nt/ntdll/ZwAlpcDeleteResourceReserve.s create mode 100644 libc/nt/ntdll/ZwAlpcDeleteSectionView.S delete mode 100644 libc/nt/ntdll/ZwAlpcDeleteSectionView.s create mode 100644 libc/nt/ntdll/ZwAlpcDeleteSecurityContext.S delete mode 100644 libc/nt/ntdll/ZwAlpcDeleteSecurityContext.s create mode 100644 libc/nt/ntdll/ZwAlpcDisconnectPort.S delete mode 100644 libc/nt/ntdll/ZwAlpcDisconnectPort.s create mode 100644 libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.S delete mode 100644 libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.s create mode 100644 libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.S delete mode 100644 libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.s create mode 100644 libc/nt/ntdll/ZwAlpcOpenSenderProcess.S delete mode 100644 libc/nt/ntdll/ZwAlpcOpenSenderProcess.s create mode 100644 libc/nt/ntdll/ZwAlpcOpenSenderThread.S delete mode 100644 libc/nt/ntdll/ZwAlpcOpenSenderThread.s create mode 100644 libc/nt/ntdll/ZwAlpcQueryInformation.S delete mode 100644 libc/nt/ntdll/ZwAlpcQueryInformation.s create mode 100644 libc/nt/ntdll/ZwAlpcQueryInformationMessage.S delete mode 100644 libc/nt/ntdll/ZwAlpcQueryInformationMessage.s create mode 100644 libc/nt/ntdll/ZwAlpcRevokeSecurityContext.S delete mode 100644 libc/nt/ntdll/ZwAlpcRevokeSecurityContext.s create mode 100644 libc/nt/ntdll/ZwAlpcSendWaitReceivePort.S delete mode 100644 libc/nt/ntdll/ZwAlpcSendWaitReceivePort.s create mode 100644 libc/nt/ntdll/ZwAlpcSetInformation.S delete mode 100644 libc/nt/ntdll/ZwAlpcSetInformation.s create mode 100644 libc/nt/ntdll/ZwApphelpCacheControl.S delete mode 100644 libc/nt/ntdll/ZwApphelpCacheControl.s create mode 100644 libc/nt/ntdll/ZwAreMappedFilesTheSame.S delete mode 100644 libc/nt/ntdll/ZwAreMappedFilesTheSame.s create mode 100644 libc/nt/ntdll/ZwAssignProcessToJobObject.S delete mode 100644 libc/nt/ntdll/ZwAssignProcessToJobObject.s create mode 100644 libc/nt/ntdll/ZwAssociateWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/ZwAssociateWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/ZwCallEnclave.S delete mode 100644 libc/nt/ntdll/ZwCallEnclave.s create mode 100644 libc/nt/ntdll/ZwCallbackReturn.S delete mode 100644 libc/nt/ntdll/ZwCallbackReturn.s create mode 100644 libc/nt/ntdll/ZwCancelIoFile.S delete mode 100644 libc/nt/ntdll/ZwCancelIoFile.s create mode 100644 libc/nt/ntdll/ZwCancelIoFileEx.S delete mode 100644 libc/nt/ntdll/ZwCancelIoFileEx.s create mode 100644 libc/nt/ntdll/ZwCancelSynchronousIoFile.S delete mode 100644 libc/nt/ntdll/ZwCancelSynchronousIoFile.s create mode 100644 libc/nt/ntdll/ZwCancelTimer.S delete mode 100644 libc/nt/ntdll/ZwCancelTimer.s create mode 100644 libc/nt/ntdll/ZwCancelTimer2.S delete mode 100644 libc/nt/ntdll/ZwCancelTimer2.s create mode 100644 libc/nt/ntdll/ZwCancelWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/ZwCancelWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/ZwClearEvent.S delete mode 100644 libc/nt/ntdll/ZwClearEvent.s create mode 100644 libc/nt/ntdll/ZwClose.S delete mode 100644 libc/nt/ntdll/ZwClose.s create mode 100644 libc/nt/ntdll/ZwCloseObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwCloseObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwCommitComplete.S delete mode 100644 libc/nt/ntdll/ZwCommitComplete.s create mode 100644 libc/nt/ntdll/ZwCommitEnlistment.S delete mode 100644 libc/nt/ntdll/ZwCommitEnlistment.s create mode 100644 libc/nt/ntdll/ZwCommitRegistryTransaction.S delete mode 100644 libc/nt/ntdll/ZwCommitRegistryTransaction.s create mode 100644 libc/nt/ntdll/ZwCommitTransaction.S delete mode 100644 libc/nt/ntdll/ZwCommitTransaction.s create mode 100644 libc/nt/ntdll/ZwCompactKeys.S delete mode 100644 libc/nt/ntdll/ZwCompactKeys.s create mode 100644 libc/nt/ntdll/ZwCompareObjects.S delete mode 100644 libc/nt/ntdll/ZwCompareObjects.s create mode 100644 libc/nt/ntdll/ZwCompareSigningLevels.S delete mode 100644 libc/nt/ntdll/ZwCompareSigningLevels.s create mode 100644 libc/nt/ntdll/ZwCompareTokens.S delete mode 100644 libc/nt/ntdll/ZwCompareTokens.s create mode 100644 libc/nt/ntdll/ZwCompleteConnectPort.S delete mode 100644 libc/nt/ntdll/ZwCompleteConnectPort.s create mode 100644 libc/nt/ntdll/ZwCompressKey.S delete mode 100644 libc/nt/ntdll/ZwCompressKey.s create mode 100644 libc/nt/ntdll/ZwConnectPort.S delete mode 100644 libc/nt/ntdll/ZwConnectPort.s create mode 100644 libc/nt/ntdll/ZwContinue.S delete mode 100644 libc/nt/ntdll/ZwContinue.s create mode 100644 libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.S delete mode 100644 libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.s create mode 100644 libc/nt/ntdll/ZwCreateDebugObject.S delete mode 100644 libc/nt/ntdll/ZwCreateDebugObject.s create mode 100644 libc/nt/ntdll/ZwCreateDirectoryObject.S delete mode 100644 libc/nt/ntdll/ZwCreateDirectoryObject.s create mode 100644 libc/nt/ntdll/ZwCreateDirectoryObjectEx.S delete mode 100644 libc/nt/ntdll/ZwCreateDirectoryObjectEx.s create mode 100644 libc/nt/ntdll/ZwCreateEnclave.S delete mode 100644 libc/nt/ntdll/ZwCreateEnclave.s create mode 100644 libc/nt/ntdll/ZwCreateEnlistment.S delete mode 100644 libc/nt/ntdll/ZwCreateEnlistment.s create mode 100644 libc/nt/ntdll/ZwCreateEvent.S delete mode 100644 libc/nt/ntdll/ZwCreateEvent.s create mode 100644 libc/nt/ntdll/ZwCreateEventPair.S delete mode 100644 libc/nt/ntdll/ZwCreateEventPair.s create mode 100644 libc/nt/ntdll/ZwCreateFile.S delete mode 100644 libc/nt/ntdll/ZwCreateFile.s create mode 100644 libc/nt/ntdll/ZwCreateIRTimer.S delete mode 100644 libc/nt/ntdll/ZwCreateIRTimer.s create mode 100644 libc/nt/ntdll/ZwCreateIoCompletion.S delete mode 100644 libc/nt/ntdll/ZwCreateIoCompletion.s create mode 100644 libc/nt/ntdll/ZwCreateJobObject.S delete mode 100644 libc/nt/ntdll/ZwCreateJobObject.s create mode 100644 libc/nt/ntdll/ZwCreateJobSet.S delete mode 100644 libc/nt/ntdll/ZwCreateJobSet.s create mode 100644 libc/nt/ntdll/ZwCreateKey.S delete mode 100644 libc/nt/ntdll/ZwCreateKey.s create mode 100644 libc/nt/ntdll/ZwCreateKeyTransacted.S delete mode 100644 libc/nt/ntdll/ZwCreateKeyTransacted.s create mode 100644 libc/nt/ntdll/ZwCreateKeyedEvent.S delete mode 100644 libc/nt/ntdll/ZwCreateKeyedEvent.s create mode 100644 libc/nt/ntdll/ZwCreateLowBoxToken.S delete mode 100644 libc/nt/ntdll/ZwCreateLowBoxToken.s create mode 100644 libc/nt/ntdll/ZwCreateMailslotFile.S delete mode 100644 libc/nt/ntdll/ZwCreateMailslotFile.s create mode 100644 libc/nt/ntdll/ZwCreateMutant.S delete mode 100644 libc/nt/ntdll/ZwCreateMutant.s create mode 100644 libc/nt/ntdll/ZwCreateNamedPipeFile.S delete mode 100644 libc/nt/ntdll/ZwCreateNamedPipeFile.s create mode 100644 libc/nt/ntdll/ZwCreatePagingFile.S delete mode 100644 libc/nt/ntdll/ZwCreatePagingFile.s create mode 100644 libc/nt/ntdll/ZwCreatePartition.S delete mode 100644 libc/nt/ntdll/ZwCreatePartition.s create mode 100644 libc/nt/ntdll/ZwCreatePort.S delete mode 100644 libc/nt/ntdll/ZwCreatePort.s create mode 100644 libc/nt/ntdll/ZwCreatePrivateNamespace.S delete mode 100644 libc/nt/ntdll/ZwCreatePrivateNamespace.s create mode 100644 libc/nt/ntdll/ZwCreateProcess.S delete mode 100644 libc/nt/ntdll/ZwCreateProcess.s create mode 100644 libc/nt/ntdll/ZwCreateProcessEx.S delete mode 100644 libc/nt/ntdll/ZwCreateProcessEx.s create mode 100644 libc/nt/ntdll/ZwCreateProfile.S delete mode 100644 libc/nt/ntdll/ZwCreateProfile.s create mode 100644 libc/nt/ntdll/ZwCreateProfileEx.S delete mode 100644 libc/nt/ntdll/ZwCreateProfileEx.s create mode 100644 libc/nt/ntdll/ZwCreateRegistryTransaction.S delete mode 100644 libc/nt/ntdll/ZwCreateRegistryTransaction.s create mode 100644 libc/nt/ntdll/ZwCreateResourceManager.S delete mode 100644 libc/nt/ntdll/ZwCreateResourceManager.s create mode 100644 libc/nt/ntdll/ZwCreateSection.S delete mode 100644 libc/nt/ntdll/ZwCreateSection.s create mode 100644 libc/nt/ntdll/ZwCreateSemaphore.S delete mode 100644 libc/nt/ntdll/ZwCreateSemaphore.s create mode 100644 libc/nt/ntdll/ZwCreateSymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/ZwCreateSymbolicLinkObject.s create mode 100644 libc/nt/ntdll/ZwCreateThread.S delete mode 100644 libc/nt/ntdll/ZwCreateThread.s create mode 100644 libc/nt/ntdll/ZwCreateThreadEx.S delete mode 100644 libc/nt/ntdll/ZwCreateThreadEx.s create mode 100644 libc/nt/ntdll/ZwCreateTimer.S delete mode 100644 libc/nt/ntdll/ZwCreateTimer.s create mode 100644 libc/nt/ntdll/ZwCreateTimer2.S delete mode 100644 libc/nt/ntdll/ZwCreateTimer2.s create mode 100644 libc/nt/ntdll/ZwCreateToken.S delete mode 100644 libc/nt/ntdll/ZwCreateToken.s create mode 100644 libc/nt/ntdll/ZwCreateTokenEx.S delete mode 100644 libc/nt/ntdll/ZwCreateTokenEx.s create mode 100644 libc/nt/ntdll/ZwCreateTransaction.S delete mode 100644 libc/nt/ntdll/ZwCreateTransaction.s create mode 100644 libc/nt/ntdll/ZwCreateTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwCreateTransactionManager.s create mode 100644 libc/nt/ntdll/ZwCreateUserProcess.S delete mode 100644 libc/nt/ntdll/ZwCreateUserProcess.s create mode 100644 libc/nt/ntdll/ZwCreateWaitCompletionPacket.S delete mode 100644 libc/nt/ntdll/ZwCreateWaitCompletionPacket.s create mode 100644 libc/nt/ntdll/ZwCreateWaitablePort.S delete mode 100644 libc/nt/ntdll/ZwCreateWaitablePort.s create mode 100644 libc/nt/ntdll/ZwCreateWnfStateName.S delete mode 100644 libc/nt/ntdll/ZwCreateWnfStateName.s create mode 100644 libc/nt/ntdll/ZwCreateWorkerFactory.S delete mode 100644 libc/nt/ntdll/ZwCreateWorkerFactory.s create mode 100644 libc/nt/ntdll/ZwDebugActiveProcess.S delete mode 100644 libc/nt/ntdll/ZwDebugActiveProcess.s create mode 100644 libc/nt/ntdll/ZwDebugContinue.S delete mode 100644 libc/nt/ntdll/ZwDebugContinue.s create mode 100644 libc/nt/ntdll/ZwDelayExecution.S delete mode 100644 libc/nt/ntdll/ZwDelayExecution.s create mode 100644 libc/nt/ntdll/ZwDeleteAtom.S delete mode 100644 libc/nt/ntdll/ZwDeleteAtom.s create mode 100644 libc/nt/ntdll/ZwDeleteBootEntry.S delete mode 100644 libc/nt/ntdll/ZwDeleteBootEntry.s create mode 100644 libc/nt/ntdll/ZwDeleteDriverEntry.S delete mode 100644 libc/nt/ntdll/ZwDeleteDriverEntry.s create mode 100644 libc/nt/ntdll/ZwDeleteFile.S delete mode 100644 libc/nt/ntdll/ZwDeleteFile.s create mode 100644 libc/nt/ntdll/ZwDeleteKey.S delete mode 100644 libc/nt/ntdll/ZwDeleteKey.s create mode 100644 libc/nt/ntdll/ZwDeleteObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwDeleteObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwDeletePrivateNamespace.S delete mode 100644 libc/nt/ntdll/ZwDeletePrivateNamespace.s create mode 100644 libc/nt/ntdll/ZwDeleteValueKey.S delete mode 100644 libc/nt/ntdll/ZwDeleteValueKey.s create mode 100644 libc/nt/ntdll/ZwDeleteWnfStateData.S delete mode 100644 libc/nt/ntdll/ZwDeleteWnfStateData.s create mode 100644 libc/nt/ntdll/ZwDeleteWnfStateName.S delete mode 100644 libc/nt/ntdll/ZwDeleteWnfStateName.s create mode 100644 libc/nt/ntdll/ZwDeviceIoControlFile.S delete mode 100644 libc/nt/ntdll/ZwDeviceIoControlFile.s create mode 100644 libc/nt/ntdll/ZwDisableLastKnownGood.S delete mode 100644 libc/nt/ntdll/ZwDisableLastKnownGood.s create mode 100644 libc/nt/ntdll/ZwDisplayString.S delete mode 100644 libc/nt/ntdll/ZwDisplayString.s create mode 100644 libc/nt/ntdll/ZwDrawText.S delete mode 100644 libc/nt/ntdll/ZwDrawText.s create mode 100644 libc/nt/ntdll/ZwDuplicateObject.S delete mode 100644 libc/nt/ntdll/ZwDuplicateObject.s create mode 100644 libc/nt/ntdll/ZwDuplicateToken.S delete mode 100644 libc/nt/ntdll/ZwDuplicateToken.s create mode 100644 libc/nt/ntdll/ZwEnableLastKnownGood.S delete mode 100644 libc/nt/ntdll/ZwEnableLastKnownGood.s create mode 100644 libc/nt/ntdll/ZwEnumerateBootEntries.S delete mode 100644 libc/nt/ntdll/ZwEnumerateBootEntries.s create mode 100644 libc/nt/ntdll/ZwEnumerateDriverEntries.S delete mode 100644 libc/nt/ntdll/ZwEnumerateDriverEntries.s create mode 100644 libc/nt/ntdll/ZwEnumerateKey.S delete mode 100644 libc/nt/ntdll/ZwEnumerateKey.s create mode 100644 libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.S delete mode 100644 libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.s create mode 100644 libc/nt/ntdll/ZwEnumerateTransactionObject.S delete mode 100644 libc/nt/ntdll/ZwEnumerateTransactionObject.s create mode 100644 libc/nt/ntdll/ZwEnumerateValueKey.S delete mode 100644 libc/nt/ntdll/ZwEnumerateValueKey.s create mode 100644 libc/nt/ntdll/ZwExtendSection.S delete mode 100644 libc/nt/ntdll/ZwExtendSection.s create mode 100644 libc/nt/ntdll/ZwFilterBootOption.S delete mode 100644 libc/nt/ntdll/ZwFilterBootOption.s create mode 100644 libc/nt/ntdll/ZwFilterToken.S delete mode 100644 libc/nt/ntdll/ZwFilterToken.s create mode 100644 libc/nt/ntdll/ZwFilterTokenEx.S delete mode 100644 libc/nt/ntdll/ZwFilterTokenEx.s create mode 100644 libc/nt/ntdll/ZwFindAtom.S delete mode 100644 libc/nt/ntdll/ZwFindAtom.s create mode 100644 libc/nt/ntdll/ZwFlushBuffersFile.S delete mode 100644 libc/nt/ntdll/ZwFlushBuffersFile.s create mode 100644 libc/nt/ntdll/ZwFlushBuffersFileEx.S delete mode 100644 libc/nt/ntdll/ZwFlushBuffersFileEx.s create mode 100644 libc/nt/ntdll/ZwFlushInstallUILanguage.S delete mode 100644 libc/nt/ntdll/ZwFlushInstallUILanguage.s create mode 100644 libc/nt/ntdll/ZwFlushInstructionCache.S delete mode 100644 libc/nt/ntdll/ZwFlushInstructionCache.s create mode 100644 libc/nt/ntdll/ZwFlushKey.S delete mode 100644 libc/nt/ntdll/ZwFlushKey.s create mode 100644 libc/nt/ntdll/ZwFlushProcessWriteBuffers.S delete mode 100644 libc/nt/ntdll/ZwFlushProcessWriteBuffers.s create mode 100644 libc/nt/ntdll/ZwFlushVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwFlushVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwFlushWriteBuffer.S delete mode 100644 libc/nt/ntdll/ZwFlushWriteBuffer.s create mode 100644 libc/nt/ntdll/ZwFreeUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/ZwFreeUserPhysicalPages.s create mode 100644 libc/nt/ntdll/ZwFreeVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwFreeVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwFreezeRegistry.S delete mode 100644 libc/nt/ntdll/ZwFreezeRegistry.s create mode 100644 libc/nt/ntdll/ZwFreezeTransactions.S delete mode 100644 libc/nt/ntdll/ZwFreezeTransactions.s create mode 100644 libc/nt/ntdll/ZwFsControlFile.S delete mode 100644 libc/nt/ntdll/ZwFsControlFile.s create mode 100644 libc/nt/ntdll/ZwGetCachedSigningLevel.S delete mode 100644 libc/nt/ntdll/ZwGetCachedSigningLevel.s create mode 100644 libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.S delete mode 100644 libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.s create mode 100644 libc/nt/ntdll/ZwGetContextThread.S delete mode 100644 libc/nt/ntdll/ZwGetContextThread.s create mode 100644 libc/nt/ntdll/ZwGetCurrentProcessorNumber.S delete mode 100644 libc/nt/ntdll/ZwGetCurrentProcessorNumber.s create mode 100644 libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.S delete mode 100644 libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.s create mode 100644 libc/nt/ntdll/ZwGetDevicePowerState.S delete mode 100644 libc/nt/ntdll/ZwGetDevicePowerState.s create mode 100644 libc/nt/ntdll/ZwGetMUIRegistryInfo.S delete mode 100644 libc/nt/ntdll/ZwGetMUIRegistryInfo.s create mode 100644 libc/nt/ntdll/ZwGetNextProcess.S delete mode 100644 libc/nt/ntdll/ZwGetNextProcess.s create mode 100644 libc/nt/ntdll/ZwGetNextThread.S delete mode 100644 libc/nt/ntdll/ZwGetNextThread.s create mode 100644 libc/nt/ntdll/ZwGetNlsSectionPtr.S delete mode 100644 libc/nt/ntdll/ZwGetNlsSectionPtr.s create mode 100644 libc/nt/ntdll/ZwGetNotificationResourceManager.S delete mode 100644 libc/nt/ntdll/ZwGetNotificationResourceManager.s create mode 100644 libc/nt/ntdll/ZwGetWriteWatch.S delete mode 100644 libc/nt/ntdll/ZwGetWriteWatch.s create mode 100644 libc/nt/ntdll/ZwImpersonateAnonymousToken.S delete mode 100644 libc/nt/ntdll/ZwImpersonateAnonymousToken.s create mode 100644 libc/nt/ntdll/ZwImpersonateClientOfPort.S delete mode 100644 libc/nt/ntdll/ZwImpersonateClientOfPort.s create mode 100644 libc/nt/ntdll/ZwImpersonateThread.S delete mode 100644 libc/nt/ntdll/ZwImpersonateThread.s create mode 100644 libc/nt/ntdll/ZwInitializeEnclave.S delete mode 100644 libc/nt/ntdll/ZwInitializeEnclave.s create mode 100644 libc/nt/ntdll/ZwInitializeNlsFiles.S delete mode 100644 libc/nt/ntdll/ZwInitializeNlsFiles.s create mode 100644 libc/nt/ntdll/ZwInitializeRegistry.S delete mode 100644 libc/nt/ntdll/ZwInitializeRegistry.s create mode 100644 libc/nt/ntdll/ZwInitiatePowerAction.S delete mode 100644 libc/nt/ntdll/ZwInitiatePowerAction.s create mode 100644 libc/nt/ntdll/ZwIsProcessInJob.S delete mode 100644 libc/nt/ntdll/ZwIsProcessInJob.s create mode 100644 libc/nt/ntdll/ZwIsSystemResumeAutomatic.S delete mode 100644 libc/nt/ntdll/ZwIsSystemResumeAutomatic.s create mode 100644 libc/nt/ntdll/ZwIsUILanguageComitted.S delete mode 100644 libc/nt/ntdll/ZwIsUILanguageComitted.s create mode 100644 libc/nt/ntdll/ZwListenPort.S delete mode 100644 libc/nt/ntdll/ZwListenPort.s create mode 100644 libc/nt/ntdll/ZwLoadDriver.S delete mode 100644 libc/nt/ntdll/ZwLoadDriver.s create mode 100644 libc/nt/ntdll/ZwLoadEnclaveData.S delete mode 100644 libc/nt/ntdll/ZwLoadEnclaveData.s create mode 100644 libc/nt/ntdll/ZwLoadHotPatch.S delete mode 100644 libc/nt/ntdll/ZwLoadHotPatch.s create mode 100644 libc/nt/ntdll/ZwLoadKey.S delete mode 100644 libc/nt/ntdll/ZwLoadKey.s create mode 100644 libc/nt/ntdll/ZwLoadKey2.S delete mode 100644 libc/nt/ntdll/ZwLoadKey2.s create mode 100644 libc/nt/ntdll/ZwLoadKeyEx.S delete mode 100644 libc/nt/ntdll/ZwLoadKeyEx.s create mode 100644 libc/nt/ntdll/ZwLockFile.S delete mode 100644 libc/nt/ntdll/ZwLockFile.s create mode 100644 libc/nt/ntdll/ZwLockProductActivationKeys.S delete mode 100644 libc/nt/ntdll/ZwLockProductActivationKeys.s create mode 100644 libc/nt/ntdll/ZwLockRegistryKey.S delete mode 100644 libc/nt/ntdll/ZwLockRegistryKey.s create mode 100644 libc/nt/ntdll/ZwLockVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwLockVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwMakePermanentObject.S delete mode 100644 libc/nt/ntdll/ZwMakePermanentObject.s create mode 100644 libc/nt/ntdll/ZwMakeTemporaryObject.S delete mode 100644 libc/nt/ntdll/ZwMakeTemporaryObject.s create mode 100644 libc/nt/ntdll/ZwManagePartition.S delete mode 100644 libc/nt/ntdll/ZwManagePartition.s create mode 100644 libc/nt/ntdll/ZwMapCMFModule.S delete mode 100644 libc/nt/ntdll/ZwMapCMFModule.s create mode 100644 libc/nt/ntdll/ZwMapUserPhysicalPages.S delete mode 100644 libc/nt/ntdll/ZwMapUserPhysicalPages.s create mode 100644 libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.S delete mode 100644 libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.s create mode 100644 libc/nt/ntdll/ZwMapViewOfSection.S delete mode 100644 libc/nt/ntdll/ZwMapViewOfSection.s create mode 100644 libc/nt/ntdll/ZwMapViewOfSectionEx.S delete mode 100644 libc/nt/ntdll/ZwMapViewOfSectionEx.s create mode 100644 libc/nt/ntdll/ZwModifyBootEntry.S delete mode 100644 libc/nt/ntdll/ZwModifyBootEntry.s create mode 100644 libc/nt/ntdll/ZwModifyDriverEntry.S delete mode 100644 libc/nt/ntdll/ZwModifyDriverEntry.s create mode 100644 libc/nt/ntdll/ZwNotifyChangeDirectoryFile.S delete mode 100644 libc/nt/ntdll/ZwNotifyChangeDirectoryFile.s create mode 100644 libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.S delete mode 100644 libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.s create mode 100644 libc/nt/ntdll/ZwNotifyChangeKey.S delete mode 100644 libc/nt/ntdll/ZwNotifyChangeKey.s create mode 100644 libc/nt/ntdll/ZwNotifyChangeMultipleKeys.S delete mode 100644 libc/nt/ntdll/ZwNotifyChangeMultipleKeys.s create mode 100644 libc/nt/ntdll/ZwNotifyChangeSession.S delete mode 100644 libc/nt/ntdll/ZwNotifyChangeSession.s create mode 100644 libc/nt/ntdll/ZwOpenDirectoryObject.S delete mode 100644 libc/nt/ntdll/ZwOpenDirectoryObject.s create mode 100644 libc/nt/ntdll/ZwOpenEnlistment.S delete mode 100644 libc/nt/ntdll/ZwOpenEnlistment.s create mode 100644 libc/nt/ntdll/ZwOpenEvent.S delete mode 100644 libc/nt/ntdll/ZwOpenEvent.s create mode 100644 libc/nt/ntdll/ZwOpenEventPair.S delete mode 100644 libc/nt/ntdll/ZwOpenEventPair.s create mode 100644 libc/nt/ntdll/ZwOpenFile.S delete mode 100644 libc/nt/ntdll/ZwOpenFile.s create mode 100644 libc/nt/ntdll/ZwOpenIoCompletion.S delete mode 100644 libc/nt/ntdll/ZwOpenIoCompletion.s create mode 100644 libc/nt/ntdll/ZwOpenJobObject.S delete mode 100644 libc/nt/ntdll/ZwOpenJobObject.s create mode 100644 libc/nt/ntdll/ZwOpenKey.S delete mode 100644 libc/nt/ntdll/ZwOpenKey.s create mode 100644 libc/nt/ntdll/ZwOpenKeyEx.S delete mode 100644 libc/nt/ntdll/ZwOpenKeyEx.s create mode 100644 libc/nt/ntdll/ZwOpenKeyTransacted.S delete mode 100644 libc/nt/ntdll/ZwOpenKeyTransacted.s create mode 100644 libc/nt/ntdll/ZwOpenKeyTransactedEx.S delete mode 100644 libc/nt/ntdll/ZwOpenKeyTransactedEx.s create mode 100644 libc/nt/ntdll/ZwOpenKeyedEvent.S delete mode 100644 libc/nt/ntdll/ZwOpenKeyedEvent.s create mode 100644 libc/nt/ntdll/ZwOpenMutant.S delete mode 100644 libc/nt/ntdll/ZwOpenMutant.s create mode 100644 libc/nt/ntdll/ZwOpenObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwOpenObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwOpenPartition.S delete mode 100644 libc/nt/ntdll/ZwOpenPartition.s create mode 100644 libc/nt/ntdll/ZwOpenPrivateNamespace.S delete mode 100644 libc/nt/ntdll/ZwOpenPrivateNamespace.s create mode 100644 libc/nt/ntdll/ZwOpenProcess.S delete mode 100644 libc/nt/ntdll/ZwOpenProcess.s create mode 100644 libc/nt/ntdll/ZwOpenProcessToken.S delete mode 100644 libc/nt/ntdll/ZwOpenProcessToken.s create mode 100644 libc/nt/ntdll/ZwOpenProcessTokenEx.S delete mode 100644 libc/nt/ntdll/ZwOpenProcessTokenEx.s create mode 100644 libc/nt/ntdll/ZwOpenRegistryTransaction.S delete mode 100644 libc/nt/ntdll/ZwOpenRegistryTransaction.s create mode 100644 libc/nt/ntdll/ZwOpenResourceManager.S delete mode 100644 libc/nt/ntdll/ZwOpenResourceManager.s create mode 100644 libc/nt/ntdll/ZwOpenSection.S delete mode 100644 libc/nt/ntdll/ZwOpenSection.s create mode 100644 libc/nt/ntdll/ZwOpenSemaphore.S delete mode 100644 libc/nt/ntdll/ZwOpenSemaphore.s create mode 100644 libc/nt/ntdll/ZwOpenSession.S delete mode 100644 libc/nt/ntdll/ZwOpenSession.s create mode 100644 libc/nt/ntdll/ZwOpenSymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/ZwOpenSymbolicLinkObject.s create mode 100644 libc/nt/ntdll/ZwOpenThread.S delete mode 100644 libc/nt/ntdll/ZwOpenThread.s create mode 100644 libc/nt/ntdll/ZwOpenThreadToken.S delete mode 100644 libc/nt/ntdll/ZwOpenThreadToken.s create mode 100644 libc/nt/ntdll/ZwOpenThreadTokenEx.S delete mode 100644 libc/nt/ntdll/ZwOpenThreadTokenEx.s create mode 100644 libc/nt/ntdll/ZwOpenTimer.S delete mode 100644 libc/nt/ntdll/ZwOpenTimer.s create mode 100644 libc/nt/ntdll/ZwOpenTransaction.S delete mode 100644 libc/nt/ntdll/ZwOpenTransaction.s create mode 100644 libc/nt/ntdll/ZwOpenTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwOpenTransactionManager.s create mode 100644 libc/nt/ntdll/ZwPlugPlayControl.S delete mode 100644 libc/nt/ntdll/ZwPlugPlayControl.s create mode 100644 libc/nt/ntdll/ZwPowerInformation.S delete mode 100644 libc/nt/ntdll/ZwPowerInformation.s create mode 100644 libc/nt/ntdll/ZwPrePrepareComplete.S delete mode 100644 libc/nt/ntdll/ZwPrePrepareComplete.s create mode 100644 libc/nt/ntdll/ZwPrePrepareEnlistment.S delete mode 100644 libc/nt/ntdll/ZwPrePrepareEnlistment.s create mode 100644 libc/nt/ntdll/ZwPrepareComplete.S delete mode 100644 libc/nt/ntdll/ZwPrepareComplete.s create mode 100644 libc/nt/ntdll/ZwPrepareEnlistment.S delete mode 100644 libc/nt/ntdll/ZwPrepareEnlistment.s create mode 100644 libc/nt/ntdll/ZwPrivilegeCheck.S delete mode 100644 libc/nt/ntdll/ZwPrivilegeCheck.s create mode 100644 libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.S delete mode 100644 libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.s create mode 100644 libc/nt/ntdll/ZwPropagationComplete.S delete mode 100644 libc/nt/ntdll/ZwPropagationComplete.s create mode 100644 libc/nt/ntdll/ZwPropagationFailed.S delete mode 100644 libc/nt/ntdll/ZwPropagationFailed.s create mode 100644 libc/nt/ntdll/ZwProtectVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwProtectVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwPulseEvent.S delete mode 100644 libc/nt/ntdll/ZwPulseEvent.s create mode 100644 libc/nt/ntdll/ZwQueryAttributesFile.S delete mode 100644 libc/nt/ntdll/ZwQueryAttributesFile.s create mode 100644 libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.S delete mode 100644 libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.s create mode 100644 libc/nt/ntdll/ZwQueryBootEntryOrder.S delete mode 100644 libc/nt/ntdll/ZwQueryBootEntryOrder.s create mode 100644 libc/nt/ntdll/ZwQueryBootOptions.S delete mode 100644 libc/nt/ntdll/ZwQueryBootOptions.s create mode 100644 libc/nt/ntdll/ZwQueryDebugFilterState.S delete mode 100644 libc/nt/ntdll/ZwQueryDebugFilterState.s create mode 100644 libc/nt/ntdll/ZwQueryDefaultLocale.S delete mode 100644 libc/nt/ntdll/ZwQueryDefaultLocale.s create mode 100644 libc/nt/ntdll/ZwQueryDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/ZwQueryDefaultUILanguage.s create mode 100644 libc/nt/ntdll/ZwQueryDirectoryFile.S delete mode 100644 libc/nt/ntdll/ZwQueryDirectoryFile.s create mode 100644 libc/nt/ntdll/ZwQueryDirectoryFileEx.S delete mode 100644 libc/nt/ntdll/ZwQueryDirectoryFileEx.s create mode 100644 libc/nt/ntdll/ZwQueryDirectoryObject.S delete mode 100644 libc/nt/ntdll/ZwQueryDirectoryObject.s create mode 100644 libc/nt/ntdll/ZwQueryDriverEntryOrder.S delete mode 100644 libc/nt/ntdll/ZwQueryDriverEntryOrder.s create mode 100644 libc/nt/ntdll/ZwQueryEaFile.S delete mode 100644 libc/nt/ntdll/ZwQueryEaFile.s create mode 100644 libc/nt/ntdll/ZwQueryEvent.S delete mode 100644 libc/nt/ntdll/ZwQueryEvent.s create mode 100644 libc/nt/ntdll/ZwQueryFullAttributesFile.S delete mode 100644 libc/nt/ntdll/ZwQueryFullAttributesFile.s create mode 100644 libc/nt/ntdll/ZwQueryInformationAtom.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationAtom.s create mode 100644 libc/nt/ntdll/ZwQueryInformationByName.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationByName.s create mode 100644 libc/nt/ntdll/ZwQueryInformationEnlistment.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationEnlistment.s create mode 100644 libc/nt/ntdll/ZwQueryInformationFile.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationFile.s create mode 100644 libc/nt/ntdll/ZwQueryInformationJobObject.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationJobObject.s create mode 100644 libc/nt/ntdll/ZwQueryInformationPort.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationPort.s create mode 100644 libc/nt/ntdll/ZwQueryInformationProcess.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationProcess.s create mode 100644 libc/nt/ntdll/ZwQueryInformationResourceManager.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationResourceManager.s create mode 100644 libc/nt/ntdll/ZwQueryInformationThread.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationThread.s create mode 100644 libc/nt/ntdll/ZwQueryInformationToken.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationToken.s create mode 100644 libc/nt/ntdll/ZwQueryInformationTransaction.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationTransaction.s create mode 100644 libc/nt/ntdll/ZwQueryInformationTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationTransactionManager.s create mode 100644 libc/nt/ntdll/ZwQueryInformationWorkerFactory.S delete mode 100644 libc/nt/ntdll/ZwQueryInformationWorkerFactory.s create mode 100644 libc/nt/ntdll/ZwQueryInstallUILanguage.S delete mode 100644 libc/nt/ntdll/ZwQueryInstallUILanguage.s create mode 100644 libc/nt/ntdll/ZwQueryIntervalProfile.S delete mode 100644 libc/nt/ntdll/ZwQueryIntervalProfile.s create mode 100644 libc/nt/ntdll/ZwQueryIoCompletion.S delete mode 100644 libc/nt/ntdll/ZwQueryIoCompletion.s create mode 100644 libc/nt/ntdll/ZwQueryKey.S delete mode 100644 libc/nt/ntdll/ZwQueryKey.s create mode 100644 libc/nt/ntdll/ZwQueryLicenseValue.S delete mode 100644 libc/nt/ntdll/ZwQueryLicenseValue.s create mode 100644 libc/nt/ntdll/ZwQueryMultipleValueKey.S delete mode 100644 libc/nt/ntdll/ZwQueryMultipleValueKey.s create mode 100644 libc/nt/ntdll/ZwQueryMutant.S delete mode 100644 libc/nt/ntdll/ZwQueryMutant.s create mode 100644 libc/nt/ntdll/ZwQueryObject.S delete mode 100644 libc/nt/ntdll/ZwQueryObject.s create mode 100644 libc/nt/ntdll/ZwQueryOpenSubKeys.S delete mode 100644 libc/nt/ntdll/ZwQueryOpenSubKeys.s create mode 100644 libc/nt/ntdll/ZwQueryOpenSubKeysEx.S delete mode 100644 libc/nt/ntdll/ZwQueryOpenSubKeysEx.s create mode 100644 libc/nt/ntdll/ZwQueryPerformanceCounter.S delete mode 100644 libc/nt/ntdll/ZwQueryPerformanceCounter.s create mode 100644 libc/nt/ntdll/ZwQueryPortInformationProcess.S delete mode 100644 libc/nt/ntdll/ZwQueryPortInformationProcess.s create mode 100644 libc/nt/ntdll/ZwQueryQuotaInformationFile.S delete mode 100644 libc/nt/ntdll/ZwQueryQuotaInformationFile.s create mode 100644 libc/nt/ntdll/ZwQuerySection.S delete mode 100644 libc/nt/ntdll/ZwQuerySection.s create mode 100644 libc/nt/ntdll/ZwQuerySecurityAttributesToken.S delete mode 100644 libc/nt/ntdll/ZwQuerySecurityAttributesToken.s create mode 100644 libc/nt/ntdll/ZwQuerySecurityObject.S delete mode 100644 libc/nt/ntdll/ZwQuerySecurityObject.s create mode 100644 libc/nt/ntdll/ZwQuerySecurityPolicy.S delete mode 100644 libc/nt/ntdll/ZwQuerySecurityPolicy.s create mode 100644 libc/nt/ntdll/ZwQuerySemaphore.S delete mode 100644 libc/nt/ntdll/ZwQuerySemaphore.s create mode 100644 libc/nt/ntdll/ZwQuerySymbolicLinkObject.S delete mode 100644 libc/nt/ntdll/ZwQuerySymbolicLinkObject.s create mode 100644 libc/nt/ntdll/ZwQuerySystemEnvironmentValue.S delete mode 100644 libc/nt/ntdll/ZwQuerySystemEnvironmentValue.s create mode 100644 libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.S delete mode 100644 libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.s create mode 100644 libc/nt/ntdll/ZwQuerySystemInformation.S delete mode 100644 libc/nt/ntdll/ZwQuerySystemInformation.s create mode 100644 libc/nt/ntdll/ZwQuerySystemInformationEx.S delete mode 100644 libc/nt/ntdll/ZwQuerySystemInformationEx.s create mode 100644 libc/nt/ntdll/ZwQuerySystemTime.S delete mode 100644 libc/nt/ntdll/ZwQuerySystemTime.s create mode 100644 libc/nt/ntdll/ZwQueryTimer.S delete mode 100644 libc/nt/ntdll/ZwQueryTimer.s create mode 100644 libc/nt/ntdll/ZwQueryTimerResolution.S delete mode 100644 libc/nt/ntdll/ZwQueryTimerResolution.s create mode 100644 libc/nt/ntdll/ZwQueryValueKey.S delete mode 100644 libc/nt/ntdll/ZwQueryValueKey.s create mode 100644 libc/nt/ntdll/ZwQueryVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwQueryVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwQueryVolumeInformationFile.S delete mode 100644 libc/nt/ntdll/ZwQueryVolumeInformationFile.s create mode 100644 libc/nt/ntdll/ZwQueryWnfStateData.S delete mode 100644 libc/nt/ntdll/ZwQueryWnfStateData.s create mode 100644 libc/nt/ntdll/ZwQueryWnfStateNameInformation.S delete mode 100644 libc/nt/ntdll/ZwQueryWnfStateNameInformation.s create mode 100644 libc/nt/ntdll/ZwQueueApcThread.S delete mode 100644 libc/nt/ntdll/ZwQueueApcThread.s create mode 100644 libc/nt/ntdll/ZwQueueApcThreadEx.S delete mode 100644 libc/nt/ntdll/ZwQueueApcThreadEx.s create mode 100644 libc/nt/ntdll/ZwRaiseException.S delete mode 100644 libc/nt/ntdll/ZwRaiseException.s create mode 100644 libc/nt/ntdll/ZwRaiseHardError.S delete mode 100644 libc/nt/ntdll/ZwRaiseHardError.s create mode 100644 libc/nt/ntdll/ZwReadFile.S delete mode 100644 libc/nt/ntdll/ZwReadFile.s create mode 100644 libc/nt/ntdll/ZwReadFileScatter.S delete mode 100644 libc/nt/ntdll/ZwReadFileScatter.s create mode 100644 libc/nt/ntdll/ZwReadOnlyEnlistment.S delete mode 100644 libc/nt/ntdll/ZwReadOnlyEnlistment.s create mode 100644 libc/nt/ntdll/ZwReadRequestData.S delete mode 100644 libc/nt/ntdll/ZwReadRequestData.s create mode 100644 libc/nt/ntdll/ZwReadVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwReadVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwRecoverEnlistment.S delete mode 100644 libc/nt/ntdll/ZwRecoverEnlistment.s create mode 100644 libc/nt/ntdll/ZwRecoverResourceManager.S delete mode 100644 libc/nt/ntdll/ZwRecoverResourceManager.s create mode 100644 libc/nt/ntdll/ZwRecoverTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwRecoverTransactionManager.s create mode 100644 libc/nt/ntdll/ZwRegisterProtocolAddressInformation.S delete mode 100644 libc/nt/ntdll/ZwRegisterProtocolAddressInformation.s create mode 100644 libc/nt/ntdll/ZwRegisterThreadTerminatePort.S delete mode 100644 libc/nt/ntdll/ZwRegisterThreadTerminatePort.s create mode 100644 libc/nt/ntdll/ZwReleaseKeyedEvent.S delete mode 100644 libc/nt/ntdll/ZwReleaseKeyedEvent.s create mode 100644 libc/nt/ntdll/ZwReleaseMutant.S delete mode 100644 libc/nt/ntdll/ZwReleaseMutant.s create mode 100644 libc/nt/ntdll/ZwReleaseSemaphore.S delete mode 100644 libc/nt/ntdll/ZwReleaseSemaphore.s create mode 100644 libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.S delete mode 100644 libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.s create mode 100644 libc/nt/ntdll/ZwRemoveIoCompletion.S delete mode 100644 libc/nt/ntdll/ZwRemoveIoCompletion.s create mode 100644 libc/nt/ntdll/ZwRemoveIoCompletionEx.S delete mode 100644 libc/nt/ntdll/ZwRemoveIoCompletionEx.s create mode 100644 libc/nt/ntdll/ZwRemoveProcessDebug.S delete mode 100644 libc/nt/ntdll/ZwRemoveProcessDebug.s create mode 100644 libc/nt/ntdll/ZwRenameKey.S delete mode 100644 libc/nt/ntdll/ZwRenameKey.s create mode 100644 libc/nt/ntdll/ZwRenameTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwRenameTransactionManager.s create mode 100644 libc/nt/ntdll/ZwReplaceKey.S delete mode 100644 libc/nt/ntdll/ZwReplaceKey.s create mode 100644 libc/nt/ntdll/ZwReplacePartitionUnit.S delete mode 100644 libc/nt/ntdll/ZwReplacePartitionUnit.s create mode 100644 libc/nt/ntdll/ZwReplyPort.S delete mode 100644 libc/nt/ntdll/ZwReplyPort.s create mode 100644 libc/nt/ntdll/ZwReplyWaitReceivePort.S delete mode 100644 libc/nt/ntdll/ZwReplyWaitReceivePort.s create mode 100644 libc/nt/ntdll/ZwReplyWaitReceivePortEx.S delete mode 100644 libc/nt/ntdll/ZwReplyWaitReceivePortEx.s create mode 100644 libc/nt/ntdll/ZwReplyWaitReplyPort.S delete mode 100644 libc/nt/ntdll/ZwReplyWaitReplyPort.s create mode 100644 libc/nt/ntdll/ZwRequestPort.S delete mode 100644 libc/nt/ntdll/ZwRequestPort.s create mode 100644 libc/nt/ntdll/ZwRequestWaitReplyPort.S delete mode 100644 libc/nt/ntdll/ZwRequestWaitReplyPort.s create mode 100644 libc/nt/ntdll/ZwResetEvent.S delete mode 100644 libc/nt/ntdll/ZwResetEvent.s create mode 100644 libc/nt/ntdll/ZwResetWriteWatch.S delete mode 100644 libc/nt/ntdll/ZwResetWriteWatch.s create mode 100644 libc/nt/ntdll/ZwRestoreKey.S delete mode 100644 libc/nt/ntdll/ZwRestoreKey.s create mode 100644 libc/nt/ntdll/ZwResumeProcess.S delete mode 100644 libc/nt/ntdll/ZwResumeProcess.s create mode 100644 libc/nt/ntdll/ZwResumeThread.S delete mode 100644 libc/nt/ntdll/ZwResumeThread.s create mode 100644 libc/nt/ntdll/ZwRevertContainerImpersonation.S delete mode 100644 libc/nt/ntdll/ZwRevertContainerImpersonation.s create mode 100644 libc/nt/ntdll/ZwRollbackComplete.S delete mode 100644 libc/nt/ntdll/ZwRollbackComplete.s create mode 100644 libc/nt/ntdll/ZwRollbackEnlistment.S delete mode 100644 libc/nt/ntdll/ZwRollbackEnlistment.s create mode 100644 libc/nt/ntdll/ZwRollbackRegistryTransaction.S delete mode 100644 libc/nt/ntdll/ZwRollbackRegistryTransaction.s create mode 100644 libc/nt/ntdll/ZwRollbackTransaction.S delete mode 100644 libc/nt/ntdll/ZwRollbackTransaction.s create mode 100644 libc/nt/ntdll/ZwRollforwardTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwRollforwardTransactionManager.s create mode 100644 libc/nt/ntdll/ZwSaveKey.S delete mode 100644 libc/nt/ntdll/ZwSaveKey.s create mode 100644 libc/nt/ntdll/ZwSaveKeyEx.S delete mode 100644 libc/nt/ntdll/ZwSaveKeyEx.s create mode 100644 libc/nt/ntdll/ZwSaveMergedKeys.S delete mode 100644 libc/nt/ntdll/ZwSaveMergedKeys.s create mode 100644 libc/nt/ntdll/ZwSecureConnectPort.S delete mode 100644 libc/nt/ntdll/ZwSecureConnectPort.s create mode 100644 libc/nt/ntdll/ZwSerializeBoot.S delete mode 100644 libc/nt/ntdll/ZwSerializeBoot.s create mode 100644 libc/nt/ntdll/ZwSetBootEntryOrder.S delete mode 100644 libc/nt/ntdll/ZwSetBootEntryOrder.s create mode 100644 libc/nt/ntdll/ZwSetBootOptions.S delete mode 100644 libc/nt/ntdll/ZwSetBootOptions.s create mode 100644 libc/nt/ntdll/ZwSetCachedSigningLevel.S delete mode 100644 libc/nt/ntdll/ZwSetCachedSigningLevel.s create mode 100644 libc/nt/ntdll/ZwSetCachedSigningLevel2.S delete mode 100644 libc/nt/ntdll/ZwSetCachedSigningLevel2.s create mode 100644 libc/nt/ntdll/ZwSetContextThread.S delete mode 100644 libc/nt/ntdll/ZwSetContextThread.s create mode 100644 libc/nt/ntdll/ZwSetDebugFilterState.S delete mode 100644 libc/nt/ntdll/ZwSetDebugFilterState.s create mode 100644 libc/nt/ntdll/ZwSetDefaultHardErrorPort.S delete mode 100644 libc/nt/ntdll/ZwSetDefaultHardErrorPort.s create mode 100644 libc/nt/ntdll/ZwSetDefaultLocale.S delete mode 100644 libc/nt/ntdll/ZwSetDefaultLocale.s create mode 100644 libc/nt/ntdll/ZwSetDefaultUILanguage.S delete mode 100644 libc/nt/ntdll/ZwSetDefaultUILanguage.s create mode 100644 libc/nt/ntdll/ZwSetDriverEntryOrder.S delete mode 100644 libc/nt/ntdll/ZwSetDriverEntryOrder.s create mode 100644 libc/nt/ntdll/ZwSetEaFile.S delete mode 100644 libc/nt/ntdll/ZwSetEaFile.s create mode 100644 libc/nt/ntdll/ZwSetEvent.S delete mode 100644 libc/nt/ntdll/ZwSetEvent.s create mode 100644 libc/nt/ntdll/ZwSetEventBoostPriority.S delete mode 100644 libc/nt/ntdll/ZwSetEventBoostPriority.s create mode 100644 libc/nt/ntdll/ZwSetHighEventPair.S delete mode 100644 libc/nt/ntdll/ZwSetHighEventPair.s create mode 100644 libc/nt/ntdll/ZwSetHighWaitLowEventPair.S delete mode 100644 libc/nt/ntdll/ZwSetHighWaitLowEventPair.s create mode 100644 libc/nt/ntdll/ZwSetIRTimer.S delete mode 100644 libc/nt/ntdll/ZwSetIRTimer.s create mode 100644 libc/nt/ntdll/ZwSetInformationDebugObject.S delete mode 100644 libc/nt/ntdll/ZwSetInformationDebugObject.s create mode 100644 libc/nt/ntdll/ZwSetInformationEnlistment.S delete mode 100644 libc/nt/ntdll/ZwSetInformationEnlistment.s create mode 100644 libc/nt/ntdll/ZwSetInformationFile.S delete mode 100644 libc/nt/ntdll/ZwSetInformationFile.s create mode 100644 libc/nt/ntdll/ZwSetInformationJobObject.S delete mode 100644 libc/nt/ntdll/ZwSetInformationJobObject.s create mode 100644 libc/nt/ntdll/ZwSetInformationKey.S delete mode 100644 libc/nt/ntdll/ZwSetInformationKey.s create mode 100644 libc/nt/ntdll/ZwSetInformationObject.S delete mode 100644 libc/nt/ntdll/ZwSetInformationObject.s create mode 100644 libc/nt/ntdll/ZwSetInformationProcess.S delete mode 100644 libc/nt/ntdll/ZwSetInformationProcess.s create mode 100644 libc/nt/ntdll/ZwSetInformationResourceManager.S delete mode 100644 libc/nt/ntdll/ZwSetInformationResourceManager.s create mode 100644 libc/nt/ntdll/ZwSetInformationSymbolicLink.S delete mode 100644 libc/nt/ntdll/ZwSetInformationSymbolicLink.s create mode 100644 libc/nt/ntdll/ZwSetInformationThread.S delete mode 100644 libc/nt/ntdll/ZwSetInformationThread.s create mode 100644 libc/nt/ntdll/ZwSetInformationToken.S delete mode 100644 libc/nt/ntdll/ZwSetInformationToken.s create mode 100644 libc/nt/ntdll/ZwSetInformationTransaction.S delete mode 100644 libc/nt/ntdll/ZwSetInformationTransaction.s create mode 100644 libc/nt/ntdll/ZwSetInformationTransactionManager.S delete mode 100644 libc/nt/ntdll/ZwSetInformationTransactionManager.s create mode 100644 libc/nt/ntdll/ZwSetInformationVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwSetInformationVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwSetInformationWorkerFactory.S delete mode 100644 libc/nt/ntdll/ZwSetInformationWorkerFactory.s create mode 100644 libc/nt/ntdll/ZwSetIntervalProfile.S delete mode 100644 libc/nt/ntdll/ZwSetIntervalProfile.s create mode 100644 libc/nt/ntdll/ZwSetIoCompletion.S delete mode 100644 libc/nt/ntdll/ZwSetIoCompletion.s create mode 100644 libc/nt/ntdll/ZwSetIoCompletionEx.S delete mode 100644 libc/nt/ntdll/ZwSetIoCompletionEx.s create mode 100644 libc/nt/ntdll/ZwSetLdtEntries.S delete mode 100644 libc/nt/ntdll/ZwSetLdtEntries.s create mode 100644 libc/nt/ntdll/ZwSetLowEventPair.S delete mode 100644 libc/nt/ntdll/ZwSetLowEventPair.s create mode 100644 libc/nt/ntdll/ZwSetLowWaitHighEventPair.S delete mode 100644 libc/nt/ntdll/ZwSetLowWaitHighEventPair.s create mode 100644 libc/nt/ntdll/ZwSetQuotaInformationFile.S delete mode 100644 libc/nt/ntdll/ZwSetQuotaInformationFile.s create mode 100644 libc/nt/ntdll/ZwSetSecurityObject.S delete mode 100644 libc/nt/ntdll/ZwSetSecurityObject.s create mode 100644 libc/nt/ntdll/ZwSetSystemEnvironmentValue.S delete mode 100644 libc/nt/ntdll/ZwSetSystemEnvironmentValue.s create mode 100644 libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.S delete mode 100644 libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.s create mode 100644 libc/nt/ntdll/ZwSetSystemInformation.S delete mode 100644 libc/nt/ntdll/ZwSetSystemInformation.s create mode 100644 libc/nt/ntdll/ZwSetSystemPowerState.S delete mode 100644 libc/nt/ntdll/ZwSetSystemPowerState.s create mode 100644 libc/nt/ntdll/ZwSetSystemTime.S delete mode 100644 libc/nt/ntdll/ZwSetSystemTime.s create mode 100644 libc/nt/ntdll/ZwSetThreadExecutionState.S delete mode 100644 libc/nt/ntdll/ZwSetThreadExecutionState.s create mode 100644 libc/nt/ntdll/ZwSetTimer.S delete mode 100644 libc/nt/ntdll/ZwSetTimer.s create mode 100644 libc/nt/ntdll/ZwSetTimer2.S delete mode 100644 libc/nt/ntdll/ZwSetTimer2.s create mode 100644 libc/nt/ntdll/ZwSetTimerEx.S delete mode 100644 libc/nt/ntdll/ZwSetTimerEx.s create mode 100644 libc/nt/ntdll/ZwSetTimerResolution.S delete mode 100644 libc/nt/ntdll/ZwSetTimerResolution.s create mode 100644 libc/nt/ntdll/ZwSetUuidSeed.S delete mode 100644 libc/nt/ntdll/ZwSetUuidSeed.s create mode 100644 libc/nt/ntdll/ZwSetValueKey.S delete mode 100644 libc/nt/ntdll/ZwSetValueKey.s create mode 100644 libc/nt/ntdll/ZwSetVolumeInformationFile.S delete mode 100644 libc/nt/ntdll/ZwSetVolumeInformationFile.s create mode 100644 libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.S delete mode 100644 libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.s create mode 100644 libc/nt/ntdll/ZwShutdownSystem.S delete mode 100644 libc/nt/ntdll/ZwShutdownSystem.s create mode 100644 libc/nt/ntdll/ZwShutdownWorkerFactory.S delete mode 100644 libc/nt/ntdll/ZwShutdownWorkerFactory.s create mode 100644 libc/nt/ntdll/ZwSignalAndWaitForSingleObject.S delete mode 100644 libc/nt/ntdll/ZwSignalAndWaitForSingleObject.s create mode 100644 libc/nt/ntdll/ZwSinglePhaseReject.S delete mode 100644 libc/nt/ntdll/ZwSinglePhaseReject.s create mode 100644 libc/nt/ntdll/ZwStartProfile.S delete mode 100644 libc/nt/ntdll/ZwStartProfile.s create mode 100644 libc/nt/ntdll/ZwStopProfile.S delete mode 100644 libc/nt/ntdll/ZwStopProfile.s create mode 100644 libc/nt/ntdll/ZwSubscribeWnfStateChange.S delete mode 100644 libc/nt/ntdll/ZwSubscribeWnfStateChange.s create mode 100644 libc/nt/ntdll/ZwSuspendProcess.S delete mode 100644 libc/nt/ntdll/ZwSuspendProcess.s create mode 100644 libc/nt/ntdll/ZwSuspendThread.S delete mode 100644 libc/nt/ntdll/ZwSuspendThread.s create mode 100644 libc/nt/ntdll/ZwSystemDebugControl.S delete mode 100644 libc/nt/ntdll/ZwSystemDebugControl.s create mode 100644 libc/nt/ntdll/ZwTerminateEnclave.S delete mode 100644 libc/nt/ntdll/ZwTerminateEnclave.s create mode 100644 libc/nt/ntdll/ZwTerminateJobObject.S delete mode 100644 libc/nt/ntdll/ZwTerminateJobObject.s create mode 100644 libc/nt/ntdll/ZwTerminateProcess.S delete mode 100644 libc/nt/ntdll/ZwTerminateProcess.s create mode 100644 libc/nt/ntdll/ZwTerminateThread.S delete mode 100644 libc/nt/ntdll/ZwTerminateThread.s create mode 100644 libc/nt/ntdll/ZwTestAlert.S delete mode 100644 libc/nt/ntdll/ZwTestAlert.s create mode 100644 libc/nt/ntdll/ZwThawRegistry.S delete mode 100644 libc/nt/ntdll/ZwThawRegistry.s create mode 100644 libc/nt/ntdll/ZwThawTransactions.S delete mode 100644 libc/nt/ntdll/ZwThawTransactions.s create mode 100644 libc/nt/ntdll/ZwTraceControl.S delete mode 100644 libc/nt/ntdll/ZwTraceControl.s create mode 100644 libc/nt/ntdll/ZwTraceEvent.S delete mode 100644 libc/nt/ntdll/ZwTraceEvent.s create mode 100644 libc/nt/ntdll/ZwTranslateFilePath.S delete mode 100644 libc/nt/ntdll/ZwTranslateFilePath.s create mode 100644 libc/nt/ntdll/ZwUmsThreadYield.S delete mode 100644 libc/nt/ntdll/ZwUmsThreadYield.s create mode 100644 libc/nt/ntdll/ZwUnloadDriver.S delete mode 100644 libc/nt/ntdll/ZwUnloadDriver.s create mode 100644 libc/nt/ntdll/ZwUnloadKey.S delete mode 100644 libc/nt/ntdll/ZwUnloadKey.s create mode 100644 libc/nt/ntdll/ZwUnloadKey2.S delete mode 100644 libc/nt/ntdll/ZwUnloadKey2.s create mode 100644 libc/nt/ntdll/ZwUnloadKeyEx.S delete mode 100644 libc/nt/ntdll/ZwUnloadKeyEx.s create mode 100644 libc/nt/ntdll/ZwUnlockFile.S delete mode 100644 libc/nt/ntdll/ZwUnlockFile.s create mode 100644 libc/nt/ntdll/ZwUnlockVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwUnlockVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwUnmapViewOfSection.S delete mode 100644 libc/nt/ntdll/ZwUnmapViewOfSection.s create mode 100644 libc/nt/ntdll/ZwUnmapViewOfSectionEx.S delete mode 100644 libc/nt/ntdll/ZwUnmapViewOfSectionEx.s create mode 100644 libc/nt/ntdll/ZwUnsubscribeWnfStateChange.S delete mode 100644 libc/nt/ntdll/ZwUnsubscribeWnfStateChange.s create mode 100644 libc/nt/ntdll/ZwUpdateWnfStateData.S delete mode 100644 libc/nt/ntdll/ZwUpdateWnfStateData.s create mode 100644 libc/nt/ntdll/ZwVdmControl.S delete mode 100644 libc/nt/ntdll/ZwVdmControl.s create mode 100644 libc/nt/ntdll/ZwWaitForAlertByThreadId.S delete mode 100644 libc/nt/ntdll/ZwWaitForAlertByThreadId.s create mode 100644 libc/nt/ntdll/ZwWaitForDebugEvent.S delete mode 100644 libc/nt/ntdll/ZwWaitForDebugEvent.s create mode 100644 libc/nt/ntdll/ZwWaitForKeyedEvent.S delete mode 100644 libc/nt/ntdll/ZwWaitForKeyedEvent.s create mode 100644 libc/nt/ntdll/ZwWaitForMultipleObjects.S delete mode 100644 libc/nt/ntdll/ZwWaitForMultipleObjects.s create mode 100644 libc/nt/ntdll/ZwWaitForMultipleObjects32.S delete mode 100644 libc/nt/ntdll/ZwWaitForMultipleObjects32.s create mode 100644 libc/nt/ntdll/ZwWaitForSingleObject.S delete mode 100644 libc/nt/ntdll/ZwWaitForSingleObject.s create mode 100644 libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.S delete mode 100644 libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.s create mode 100644 libc/nt/ntdll/ZwWaitHighEventPair.S delete mode 100644 libc/nt/ntdll/ZwWaitHighEventPair.s create mode 100644 libc/nt/ntdll/ZwWaitLowEventPair.S delete mode 100644 libc/nt/ntdll/ZwWaitLowEventPair.s create mode 100644 libc/nt/ntdll/ZwWorkerFactoryWorkerReady.S delete mode 100644 libc/nt/ntdll/ZwWorkerFactoryWorkerReady.s create mode 100644 libc/nt/ntdll/ZwWriteFile.S delete mode 100644 libc/nt/ntdll/ZwWriteFile.s create mode 100644 libc/nt/ntdll/ZwWriteFileGather.S delete mode 100644 libc/nt/ntdll/ZwWriteFileGather.s create mode 100644 libc/nt/ntdll/ZwWriteRequestData.S delete mode 100644 libc/nt/ntdll/ZwWriteRequestData.s create mode 100644 libc/nt/ntdll/ZwWriteVirtualMemory.S delete mode 100644 libc/nt/ntdll/ZwWriteVirtualMemory.s create mode 100644 libc/nt/ntdll/ZwYieldExecution.S delete mode 100644 libc/nt/ntdll/ZwYieldExecution.s create mode 100644 libc/nt/pdh/CounterPathCallBack.S delete mode 100644 libc/nt/pdh/CounterPathCallBack.s create mode 100644 libc/nt/pdh/LoadPerfCounterTextStringsW.S delete mode 100644 libc/nt/pdh/LoadPerfCounterTextStringsW.s create mode 100644 libc/nt/pdh/PdhAddCounterW.S delete mode 100644 libc/nt/pdh/PdhAddCounterW.s create mode 100644 libc/nt/pdh/PdhAddEnglishCounterW.S delete mode 100644 libc/nt/pdh/PdhAddEnglishCounterW.s create mode 100644 libc/nt/pdh/PdhBindInputDataSourceW.S delete mode 100644 libc/nt/pdh/PdhBindInputDataSourceW.s create mode 100644 libc/nt/pdh/PdhBrowseCountersHW.S delete mode 100644 libc/nt/pdh/PdhBrowseCountersHW.s create mode 100644 libc/nt/pdh/PdhBrowseCountersW.S delete mode 100644 libc/nt/pdh/PdhBrowseCountersW.s create mode 100644 libc/nt/pdh/PdhCalculateCounterFromRawValue.S delete mode 100644 libc/nt/pdh/PdhCalculateCounterFromRawValue.s create mode 100644 libc/nt/pdh/PdhCloseLog.S delete mode 100644 libc/nt/pdh/PdhCloseLog.s create mode 100644 libc/nt/pdh/PdhCloseQuery.S delete mode 100644 libc/nt/pdh/PdhCloseQuery.s create mode 100644 libc/nt/pdh/PdhCollectQueryData.S delete mode 100644 libc/nt/pdh/PdhCollectQueryData.s create mode 100644 libc/nt/pdh/PdhCollectQueryDataEx.S delete mode 100644 libc/nt/pdh/PdhCollectQueryDataEx.s create mode 100644 libc/nt/pdh/PdhCollectQueryDataWithTime.S delete mode 100644 libc/nt/pdh/PdhCollectQueryDataWithTime.s create mode 100644 libc/nt/pdh/PdhComputeCounterStatistics.S delete mode 100644 libc/nt/pdh/PdhComputeCounterStatistics.s create mode 100644 libc/nt/pdh/PdhConnectMachineW.S delete mode 100644 libc/nt/pdh/PdhConnectMachineW.s create mode 100644 libc/nt/pdh/PdhEnumLogSetNamesW.S delete mode 100644 libc/nt/pdh/PdhEnumLogSetNamesW.s create mode 100644 libc/nt/pdh/PdhEnumMachinesHW.S delete mode 100644 libc/nt/pdh/PdhEnumMachinesHW.s create mode 100644 libc/nt/pdh/PdhEnumMachinesW.S delete mode 100644 libc/nt/pdh/PdhEnumMachinesW.s create mode 100644 libc/nt/pdh/PdhEnumObjectItemsHW.S delete mode 100644 libc/nt/pdh/PdhEnumObjectItemsHW.s create mode 100644 libc/nt/pdh/PdhEnumObjectItemsW.S delete mode 100644 libc/nt/pdh/PdhEnumObjectItemsW.s create mode 100644 libc/nt/pdh/PdhEnumObjectsHW.S delete mode 100644 libc/nt/pdh/PdhEnumObjectsHW.s create mode 100644 libc/nt/pdh/PdhEnumObjectsW.S delete mode 100644 libc/nt/pdh/PdhEnumObjectsW.s create mode 100644 libc/nt/pdh/PdhExpandCounterPathW.S delete mode 100644 libc/nt/pdh/PdhExpandCounterPathW.s create mode 100644 libc/nt/pdh/PdhExpandWildCardPathHW.S delete mode 100644 libc/nt/pdh/PdhExpandWildCardPathHW.s create mode 100644 libc/nt/pdh/PdhExpandWildCardPathW.S delete mode 100644 libc/nt/pdh/PdhExpandWildCardPathW.s create mode 100644 libc/nt/pdh/PdhFormatFromRawValue.S delete mode 100644 libc/nt/pdh/PdhFormatFromRawValue.s create mode 100644 libc/nt/pdh/PdhGetCounterInfoW.S delete mode 100644 libc/nt/pdh/PdhGetCounterInfoW.s create mode 100644 libc/nt/pdh/PdhGetCounterTimeBase.S delete mode 100644 libc/nt/pdh/PdhGetCounterTimeBase.s create mode 100644 libc/nt/pdh/PdhGetDataSourceTimeRangeH.S delete mode 100644 libc/nt/pdh/PdhGetDataSourceTimeRangeH.s create mode 100644 libc/nt/pdh/PdhGetDataSourceTimeRangeW.S delete mode 100644 libc/nt/pdh/PdhGetDataSourceTimeRangeW.s create mode 100644 libc/nt/pdh/PdhGetDefaultPerfCounterHW.S delete mode 100644 libc/nt/pdh/PdhGetDefaultPerfCounterHW.s create mode 100644 libc/nt/pdh/PdhGetDefaultPerfCounterW.S delete mode 100644 libc/nt/pdh/PdhGetDefaultPerfCounterW.s create mode 100644 libc/nt/pdh/PdhGetDefaultPerfObjectHW.S delete mode 100644 libc/nt/pdh/PdhGetDefaultPerfObjectHW.s create mode 100644 libc/nt/pdh/PdhGetDefaultPerfObjectW.S delete mode 100644 libc/nt/pdh/PdhGetDefaultPerfObjectW.s create mode 100644 libc/nt/pdh/PdhGetDllVersion.S delete mode 100644 libc/nt/pdh/PdhGetDllVersion.s create mode 100644 libc/nt/pdh/PdhGetFormattedCounterArrayW.S delete mode 100644 libc/nt/pdh/PdhGetFormattedCounterArrayW.s create mode 100644 libc/nt/pdh/PdhGetFormattedCounterValue.S delete mode 100644 libc/nt/pdh/PdhGetFormattedCounterValue.s create mode 100644 libc/nt/pdh/PdhGetLogFileSize.S delete mode 100644 libc/nt/pdh/PdhGetLogFileSize.s create mode 100644 libc/nt/pdh/PdhGetRawCounterArrayW.S delete mode 100644 libc/nt/pdh/PdhGetRawCounterArrayW.s create mode 100644 libc/nt/pdh/PdhGetRawCounterValue.S delete mode 100644 libc/nt/pdh/PdhGetRawCounterValue.s create mode 100644 libc/nt/pdh/PdhIsRealTimeQuery.S delete mode 100644 libc/nt/pdh/PdhIsRealTimeQuery.s create mode 100644 libc/nt/pdh/PdhLookupPerfIndexByNameW.S delete mode 100644 libc/nt/pdh/PdhLookupPerfIndexByNameW.s create mode 100644 libc/nt/pdh/PdhLookupPerfNameByIndexW.S delete mode 100644 libc/nt/pdh/PdhLookupPerfNameByIndexW.s create mode 100644 libc/nt/pdh/PdhMakeCounterPathW.S delete mode 100644 libc/nt/pdh/PdhMakeCounterPathW.s create mode 100644 libc/nt/pdh/PdhOpenLogW.S delete mode 100644 libc/nt/pdh/PdhOpenLogW.s create mode 100644 libc/nt/pdh/PdhOpenQueryH.S delete mode 100644 libc/nt/pdh/PdhOpenQueryH.s create mode 100644 libc/nt/pdh/PdhOpenQueryW.S delete mode 100644 libc/nt/pdh/PdhOpenQueryW.s create mode 100644 libc/nt/pdh/PdhParseCounterPathW.S delete mode 100644 libc/nt/pdh/PdhParseCounterPathW.s create mode 100644 libc/nt/pdh/PdhParseInstanceNameW.S delete mode 100644 libc/nt/pdh/PdhParseInstanceNameW.s create mode 100644 libc/nt/pdh/PdhReadRawLogRecord.S delete mode 100644 libc/nt/pdh/PdhReadRawLogRecord.s create mode 100644 libc/nt/pdh/PdhRemoveCounter.S delete mode 100644 libc/nt/pdh/PdhRemoveCounter.s create mode 100644 libc/nt/pdh/PdhSelectDataSourceW.S delete mode 100644 libc/nt/pdh/PdhSelectDataSourceW.s create mode 100644 libc/nt/pdh/PdhSetCounterScaleFactor.S delete mode 100644 libc/nt/pdh/PdhSetCounterScaleFactor.s create mode 100644 libc/nt/pdh/PdhSetDefaultRealTimeDataSource.S delete mode 100644 libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s create mode 100644 libc/nt/pdh/PdhSetQueryTimeRange.S delete mode 100644 libc/nt/pdh/PdhSetQueryTimeRange.s create mode 100644 libc/nt/pdh/PdhUpdateLogFileCatalog.S delete mode 100644 libc/nt/pdh/PdhUpdateLogFileCatalog.s create mode 100644 libc/nt/pdh/PdhUpdateLogW.S delete mode 100644 libc/nt/pdh/PdhUpdateLogW.s create mode 100644 libc/nt/pdh/PdhValidatePathExW.S delete mode 100644 libc/nt/pdh/PdhValidatePathExW.s create mode 100644 libc/nt/pdh/PdhValidatePathW.S delete mode 100644 libc/nt/pdh/PdhValidatePathW.s create mode 100644 libc/nt/pdh/PerfAddCounters.S delete mode 100644 libc/nt/pdh/PerfAddCounters.s create mode 100644 libc/nt/pdh/PerfCloseQueryHandle.S delete mode 100644 libc/nt/pdh/PerfCloseQueryHandle.s create mode 100644 libc/nt/pdh/PerfCreateInstance.S delete mode 100644 libc/nt/pdh/PerfCreateInstance.s create mode 100644 libc/nt/pdh/PerfDecrementULongCounterValue.S delete mode 100644 libc/nt/pdh/PerfDecrementULongCounterValue.s create mode 100644 libc/nt/pdh/PerfDecrementULongLongCounterValue.S delete mode 100644 libc/nt/pdh/PerfDecrementULongLongCounterValue.s create mode 100644 libc/nt/pdh/PerfDeleteCounters.S delete mode 100644 libc/nt/pdh/PerfDeleteCounters.s create mode 100644 libc/nt/pdh/PerfDeleteInstance.S delete mode 100644 libc/nt/pdh/PerfDeleteInstance.s create mode 100644 libc/nt/pdh/PerfEnumerateCounterSet.S delete mode 100644 libc/nt/pdh/PerfEnumerateCounterSet.s create mode 100644 libc/nt/pdh/PerfEnumerateCounterSetInstances.S delete mode 100644 libc/nt/pdh/PerfEnumerateCounterSetInstances.s create mode 100644 libc/nt/pdh/PerfIncrementULongCounterValue.S delete mode 100644 libc/nt/pdh/PerfIncrementULongCounterValue.s create mode 100644 libc/nt/pdh/PerfIncrementULongLongCounterValue.S delete mode 100644 libc/nt/pdh/PerfIncrementULongLongCounterValue.s create mode 100644 libc/nt/pdh/PerfOpenQueryHandle.S delete mode 100644 libc/nt/pdh/PerfOpenQueryHandle.s create mode 100644 libc/nt/pdh/PerfQueryCounterData.S delete mode 100644 libc/nt/pdh/PerfQueryCounterData.s create mode 100644 libc/nt/pdh/PerfQueryCounterInfo.S delete mode 100644 libc/nt/pdh/PerfQueryCounterInfo.s create mode 100644 libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.S delete mode 100644 libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s create mode 100644 libc/nt/pdh/PerfQueryInstance.S delete mode 100644 libc/nt/pdh/PerfQueryInstance.s create mode 100644 libc/nt/pdh/PerfSetCounterRefValue.S delete mode 100644 libc/nt/pdh/PerfSetCounterRefValue.s create mode 100644 libc/nt/pdh/PerfSetCounterSetInfo.S delete mode 100644 libc/nt/pdh/PerfSetCounterSetInfo.s create mode 100644 libc/nt/pdh/PerfSetULongCounterValue.S delete mode 100644 libc/nt/pdh/PerfSetULongCounterValue.s create mode 100644 libc/nt/pdh/PerfSetULongLongCounterValue.S delete mode 100644 libc/nt/pdh/PerfSetULongLongCounterValue.s create mode 100644 libc/nt/pdh/PerfStartProvider.S delete mode 100644 libc/nt/pdh/PerfStartProvider.s create mode 100644 libc/nt/pdh/PerfStartProviderEx.S delete mode 100644 libc/nt/pdh/PerfStartProviderEx.s create mode 100644 libc/nt/pdh/PerfStopProvider.S delete mode 100644 libc/nt/pdh/PerfStopProvider.s create mode 100644 libc/nt/pdh/UnloadPerfCounterTextStringsW.S delete mode 100644 libc/nt/pdh/UnloadPerfCounterTextStringsW.s create mode 100644 libc/nt/psapi/EmptyWorkingSet.S delete mode 100644 libc/nt/psapi/EmptyWorkingSet.s create mode 100644 libc/nt/psapi/EnumDeviceDrivers.S delete mode 100644 libc/nt/psapi/EnumDeviceDrivers.s create mode 100644 libc/nt/psapi/EnumPageFilesW.S delete mode 100644 libc/nt/psapi/EnumPageFilesW.s create mode 100644 libc/nt/psapi/EnumProcessModules.S delete mode 100644 libc/nt/psapi/EnumProcessModules.s create mode 100644 libc/nt/psapi/EnumProcessModulesEx.S delete mode 100644 libc/nt/psapi/EnumProcessModulesEx.s create mode 100644 libc/nt/psapi/EnumProcesses.S delete mode 100644 libc/nt/psapi/EnumProcesses.s create mode 100644 libc/nt/psapi/GetDeviceDriverBaseNameW.S delete mode 100644 libc/nt/psapi/GetDeviceDriverBaseNameW.s create mode 100644 libc/nt/psapi/GetDeviceDriverFileNameW.S delete mode 100644 libc/nt/psapi/GetDeviceDriverFileNameW.s create mode 100644 libc/nt/psapi/GetMappedFileNameW.S delete mode 100644 libc/nt/psapi/GetMappedFileNameW.s create mode 100644 libc/nt/psapi/GetModuleBaseNameW.S delete mode 100644 libc/nt/psapi/GetModuleBaseNameW.s create mode 100644 libc/nt/psapi/GetModuleFileNameExW.S delete mode 100644 libc/nt/psapi/GetModuleFileNameExW.s create mode 100644 libc/nt/psapi/GetModuleInformation.S delete mode 100644 libc/nt/psapi/GetModuleInformation.s create mode 100644 libc/nt/psapi/GetPerformanceInfo.S delete mode 100644 libc/nt/psapi/GetPerformanceInfo.s create mode 100644 libc/nt/psapi/GetProcessImageFileNameW.S delete mode 100644 libc/nt/psapi/GetProcessImageFileNameW.s create mode 100644 libc/nt/psapi/GetProcessMemoryInfo.S delete mode 100644 libc/nt/psapi/GetProcessMemoryInfo.s create mode 100644 libc/nt/psapi/GetWsChanges.S delete mode 100644 libc/nt/psapi/GetWsChanges.s create mode 100644 libc/nt/psapi/GetWsChangesEx.S delete mode 100644 libc/nt/psapi/GetWsChangesEx.s create mode 100644 libc/nt/psapi/InitializeProcessForWsWatch.S delete mode 100644 libc/nt/psapi/InitializeProcessForWsWatch.s create mode 100644 libc/nt/psapi/QueryWorkingSet.S delete mode 100644 libc/nt/psapi/QueryWorkingSet.s create mode 100644 libc/nt/psapi/QueryWorkingSetEx.S delete mode 100644 libc/nt/psapi/QueryWorkingSetEx.s create mode 100644 libc/nt/sysv2nt.S delete mode 100644 libc/nt/sysv2nt.s create mode 100644 libc/nt/url/AddMIMEFileTypesPS.S delete mode 100644 libc/nt/url/AddMIMEFileTypesPS.s create mode 100644 libc/nt/url/AutodialHookCallback.S delete mode 100644 libc/nt/url/AutodialHookCallback.s create mode 100644 libc/nt/url/FileProtocolHandler.S delete mode 100644 libc/nt/url/FileProtocolHandler.s create mode 100644 libc/nt/url/InetIsOffline.S delete mode 100644 libc/nt/url/InetIsOffline.s create mode 100644 libc/nt/url/MIMEAssociationDialogW.S delete mode 100644 libc/nt/url/MIMEAssociationDialogW.s create mode 100644 libc/nt/url/MailToProtocolHandler.S delete mode 100644 libc/nt/url/MailToProtocolHandler.s create mode 100644 libc/nt/url/OpenURL.S delete mode 100644 libc/nt/url/OpenURL.s create mode 100644 libc/nt/url/TelnetProtocolHandler.S delete mode 100644 libc/nt/url/TelnetProtocolHandler.s create mode 100644 libc/nt/url/TranslateURLW.S delete mode 100644 libc/nt/url/TranslateURLW.s create mode 100644 libc/nt/url/URLAssociationDialogW.S delete mode 100644 libc/nt/url/URLAssociationDialogW.s create mode 100644 libc/nt/user32/ActivateKeyboardLayout.S delete mode 100644 libc/nt/user32/ActivateKeyboardLayout.s create mode 100644 libc/nt/user32/AddClipboardFormatListener.S delete mode 100644 libc/nt/user32/AddClipboardFormatListener.s create mode 100644 libc/nt/user32/AdjustWindowRect.S delete mode 100644 libc/nt/user32/AdjustWindowRect.s create mode 100644 libc/nt/user32/AdjustWindowRectEx.S delete mode 100644 libc/nt/user32/AdjustWindowRectEx.s create mode 100644 libc/nt/user32/AdjustWindowRectExForDpi.S delete mode 100644 libc/nt/user32/AdjustWindowRectExForDpi.s create mode 100644 libc/nt/user32/AlignRects.S delete mode 100644 libc/nt/user32/AlignRects.s create mode 100644 libc/nt/user32/AllowForegroundActivation.S delete mode 100644 libc/nt/user32/AllowForegroundActivation.s create mode 100644 libc/nt/user32/AllowSetForegroundWindow.S delete mode 100644 libc/nt/user32/AllowSetForegroundWindow.s create mode 100644 libc/nt/user32/AnimateWindow.S delete mode 100644 libc/nt/user32/AnimateWindow.s create mode 100644 libc/nt/user32/AnyPopup.S delete mode 100644 libc/nt/user32/AnyPopup.s create mode 100644 libc/nt/user32/AppendMenuA.S delete mode 100644 libc/nt/user32/AppendMenuA.s create mode 100644 libc/nt/user32/AppendMenuW.S delete mode 100644 libc/nt/user32/AppendMenuW.s create mode 100644 libc/nt/user32/AreDpiAwarenessContextsEqual.S delete mode 100644 libc/nt/user32/AreDpiAwarenessContextsEqual.s create mode 100644 libc/nt/user32/ArrangeIconicWindows.S delete mode 100644 libc/nt/user32/ArrangeIconicWindows.s create mode 100644 libc/nt/user32/AttachThreadInput.S delete mode 100644 libc/nt/user32/AttachThreadInput.s create mode 100644 libc/nt/user32/BeginDeferWindowPos.S delete mode 100644 libc/nt/user32/BeginDeferWindowPos.s create mode 100644 libc/nt/user32/BeginPaint.S delete mode 100644 libc/nt/user32/BeginPaint.s create mode 100644 libc/nt/user32/BlockInput.S delete mode 100644 libc/nt/user32/BlockInput.s create mode 100644 libc/nt/user32/BringWindowToTop.S delete mode 100644 libc/nt/user32/BringWindowToTop.s create mode 100644 libc/nt/user32/BroadcastSystemMessageExW.S delete mode 100644 libc/nt/user32/BroadcastSystemMessageExW.s create mode 100644 libc/nt/user32/BroadcastSystemMessageW.S delete mode 100644 libc/nt/user32/BroadcastSystemMessageW.s create mode 100644 libc/nt/user32/BuildReasonArray.S delete mode 100644 libc/nt/user32/BuildReasonArray.s create mode 100644 libc/nt/user32/CalcMenuBar.S delete mode 100644 libc/nt/user32/CalcMenuBar.s create mode 100644 libc/nt/user32/CalculatePopupWindowPosition.S delete mode 100644 libc/nt/user32/CalculatePopupWindowPosition.s create mode 100644 libc/nt/user32/CallMsgFilterW.S delete mode 100644 libc/nt/user32/CallMsgFilterW.s create mode 100644 libc/nt/user32/CallNextHookEx.S delete mode 100644 libc/nt/user32/CallNextHookEx.s create mode 100644 libc/nt/user32/CallWindowProcW.S delete mode 100644 libc/nt/user32/CallWindowProcW.s create mode 100644 libc/nt/user32/CancelShutdown.S delete mode 100644 libc/nt/user32/CancelShutdown.s create mode 100644 libc/nt/user32/CascadeChildWindows.S delete mode 100644 libc/nt/user32/CascadeChildWindows.s create mode 100644 libc/nt/user32/CascadeWindows.S delete mode 100644 libc/nt/user32/CascadeWindows.s create mode 100644 libc/nt/user32/ChangeClipboardChain.S delete mode 100644 libc/nt/user32/ChangeClipboardChain.s create mode 100644 libc/nt/user32/ChangeDisplaySettingsExW.S delete mode 100644 libc/nt/user32/ChangeDisplaySettingsExW.s create mode 100644 libc/nt/user32/ChangeDisplaySettingsW.S delete mode 100644 libc/nt/user32/ChangeDisplaySettingsW.s create mode 100644 libc/nt/user32/ChangeMenuW.S delete mode 100644 libc/nt/user32/ChangeMenuW.s create mode 100644 libc/nt/user32/ChangeWindowMessageFilter.S delete mode 100644 libc/nt/user32/ChangeWindowMessageFilter.s create mode 100644 libc/nt/user32/ChangeWindowMessageFilterEx.S delete mode 100644 libc/nt/user32/ChangeWindowMessageFilterEx.s create mode 100644 libc/nt/user32/CharToOemBuffW.S delete mode 100644 libc/nt/user32/CharToOemBuffW.s create mode 100644 libc/nt/user32/CharToOemW.S delete mode 100644 libc/nt/user32/CharToOemW.s create mode 100644 libc/nt/user32/CheckDBCSEnabledExt.S delete mode 100644 libc/nt/user32/CheckDBCSEnabledExt.s create mode 100644 libc/nt/user32/CheckDlgButton.S delete mode 100644 libc/nt/user32/CheckDlgButton.s create mode 100644 libc/nt/user32/CheckMenuItem.S delete mode 100644 libc/nt/user32/CheckMenuItem.s create mode 100644 libc/nt/user32/CheckMenuRadioItem.S delete mode 100644 libc/nt/user32/CheckMenuRadioItem.s create mode 100644 libc/nt/user32/CheckProcessForClipboardAccess.S delete mode 100644 libc/nt/user32/CheckProcessForClipboardAccess.s create mode 100644 libc/nt/user32/CheckProcessSession.S delete mode 100644 libc/nt/user32/CheckProcessSession.s create mode 100644 libc/nt/user32/CheckRadioButton.S delete mode 100644 libc/nt/user32/CheckRadioButton.s create mode 100644 libc/nt/user32/CheckWindowThreadDesktop.S delete mode 100644 libc/nt/user32/CheckWindowThreadDesktop.s create mode 100644 libc/nt/user32/ChildWindowFromPoint.S delete mode 100644 libc/nt/user32/ChildWindowFromPoint.s create mode 100644 libc/nt/user32/ChildWindowFromPointEx.S delete mode 100644 libc/nt/user32/ChildWindowFromPointEx.s create mode 100644 libc/nt/user32/CliImmSetHotKey.S delete mode 100644 libc/nt/user32/CliImmSetHotKey.s create mode 100644 libc/nt/user32/ClientThreadSetup.S delete mode 100644 libc/nt/user32/ClientThreadSetup.s create mode 100644 libc/nt/user32/ClientToScreen.S delete mode 100644 libc/nt/user32/ClientToScreen.s create mode 100644 libc/nt/user32/ClipCursor.S delete mode 100644 libc/nt/user32/ClipCursor.s create mode 100644 libc/nt/user32/CloseClipboard.S delete mode 100644 libc/nt/user32/CloseClipboard.s create mode 100644 libc/nt/user32/CloseDesktop.S delete mode 100644 libc/nt/user32/CloseDesktop.s create mode 100644 libc/nt/user32/CloseGestureInfoHandle.S delete mode 100644 libc/nt/user32/CloseGestureInfoHandle.s create mode 100644 libc/nt/user32/CloseTouchInputHandle.S delete mode 100644 libc/nt/user32/CloseTouchInputHandle.s create mode 100644 libc/nt/user32/CloseWindow.S delete mode 100644 libc/nt/user32/CloseWindow.s create mode 100644 libc/nt/user32/CloseWindowStation.S delete mode 100644 libc/nt/user32/CloseWindowStation.s create mode 100644 libc/nt/user32/ConsoleControl.S delete mode 100644 libc/nt/user32/ConsoleControl.s create mode 100644 libc/nt/user32/ControlMagnification.S delete mode 100644 libc/nt/user32/ControlMagnification.s create mode 100644 libc/nt/user32/CopyAcceleratorTableW.S delete mode 100644 libc/nt/user32/CopyAcceleratorTableW.s create mode 100644 libc/nt/user32/CopyIcon.S delete mode 100644 libc/nt/user32/CopyIcon.s create mode 100644 libc/nt/user32/CopyImage.S delete mode 100644 libc/nt/user32/CopyImage.s create mode 100644 libc/nt/user32/CopyRect.S delete mode 100644 libc/nt/user32/CopyRect.s create mode 100644 libc/nt/user32/CountClipboardFormats.S delete mode 100644 libc/nt/user32/CountClipboardFormats.s create mode 100644 libc/nt/user32/CreateAcceleratorTableW.S delete mode 100644 libc/nt/user32/CreateAcceleratorTableW.s create mode 100644 libc/nt/user32/CreateCaret.S delete mode 100644 libc/nt/user32/CreateCaret.s create mode 100644 libc/nt/user32/CreateCursor.S delete mode 100644 libc/nt/user32/CreateCursor.s create mode 100644 libc/nt/user32/CreateDCompositionHwndTarget.S delete mode 100644 libc/nt/user32/CreateDCompositionHwndTarget.s create mode 100644 libc/nt/user32/CreateDesktopExW.S delete mode 100644 libc/nt/user32/CreateDesktopExW.s create mode 100644 libc/nt/user32/CreateDesktopW.S delete mode 100644 libc/nt/user32/CreateDesktopW.s create mode 100644 libc/nt/user32/CreateDialogIndirectParamAorW.S delete mode 100644 libc/nt/user32/CreateDialogIndirectParamAorW.s create mode 100644 libc/nt/user32/CreateDialogIndirectParamW.S delete mode 100644 libc/nt/user32/CreateDialogIndirectParamW.s create mode 100644 libc/nt/user32/CreateDialogParamW.S delete mode 100644 libc/nt/user32/CreateDialogParamW.s create mode 100644 libc/nt/user32/CreateIcon.S delete mode 100644 libc/nt/user32/CreateIcon.s create mode 100644 libc/nt/user32/CreateIconFromResource.S delete mode 100644 libc/nt/user32/CreateIconFromResource.s create mode 100644 libc/nt/user32/CreateIconFromResourceEx.S delete mode 100644 libc/nt/user32/CreateIconFromResourceEx.s create mode 100644 libc/nt/user32/CreateIconIndirect.S delete mode 100644 libc/nt/user32/CreateIconIndirect.s create mode 100644 libc/nt/user32/CreateMDIWindowW.S delete mode 100644 libc/nt/user32/CreateMDIWindowW.s create mode 100644 libc/nt/user32/CreateMenu.S delete mode 100644 libc/nt/user32/CreateMenu.s create mode 100644 libc/nt/user32/CreatePalmRejectionDelayZone.S delete mode 100644 libc/nt/user32/CreatePalmRejectionDelayZone.s create mode 100644 libc/nt/user32/CreatePopupMenu.S delete mode 100644 libc/nt/user32/CreatePopupMenu.s create mode 100644 libc/nt/user32/CreateSystemThreads.S delete mode 100644 libc/nt/user32/CreateSystemThreads.s create mode 100644 libc/nt/user32/CreateWindowExW.S delete mode 100644 libc/nt/user32/CreateWindowExW.s create mode 100644 libc/nt/user32/CreateWindowInBand.S delete mode 100644 libc/nt/user32/CreateWindowInBand.s create mode 100644 libc/nt/user32/CreateWindowInBandEx.S delete mode 100644 libc/nt/user32/CreateWindowInBandEx.s create mode 100644 libc/nt/user32/CreateWindowIndirect.S delete mode 100644 libc/nt/user32/CreateWindowIndirect.s create mode 100644 libc/nt/user32/CreateWindowStationW.S delete mode 100644 libc/nt/user32/CreateWindowStationW.s create mode 100644 libc/nt/user32/CsrBroadcastSystemMessageExW.S delete mode 100644 libc/nt/user32/CsrBroadcastSystemMessageExW.s create mode 100644 libc/nt/user32/CtxInitUser32.S delete mode 100644 libc/nt/user32/CtxInitUser32.s create mode 100644 libc/nt/user32/DWMBindCursorToOutputConfig.S delete mode 100644 libc/nt/user32/DWMBindCursorToOutputConfig.s create mode 100644 libc/nt/user32/DWMCommitInputSystemOutputConfig.S delete mode 100644 libc/nt/user32/DWMCommitInputSystemOutputConfig.s create mode 100644 libc/nt/user32/DWMSetCursorOrientation.S delete mode 100644 libc/nt/user32/DWMSetCursorOrientation.s create mode 100644 libc/nt/user32/DWMSetInputSystemOutputConfig.S delete mode 100644 libc/nt/user32/DWMSetInputSystemOutputConfig.s create mode 100644 libc/nt/user32/DdeAbandonTransaction.S delete mode 100644 libc/nt/user32/DdeAbandonTransaction.s create mode 100644 libc/nt/user32/DdeAccessData.S delete mode 100644 libc/nt/user32/DdeAccessData.s create mode 100644 libc/nt/user32/DdeAddData.S delete mode 100644 libc/nt/user32/DdeAddData.s create mode 100644 libc/nt/user32/DdeClientTransaction.S delete mode 100644 libc/nt/user32/DdeClientTransaction.s create mode 100644 libc/nt/user32/DdeCmpStringHandles.S delete mode 100644 libc/nt/user32/DdeCmpStringHandles.s create mode 100644 libc/nt/user32/DdeConnect.S delete mode 100644 libc/nt/user32/DdeConnect.s create mode 100644 libc/nt/user32/DdeConnectList.S delete mode 100644 libc/nt/user32/DdeConnectList.s create mode 100644 libc/nt/user32/DdeCreateDataHandle.S delete mode 100644 libc/nt/user32/DdeCreateDataHandle.s create mode 100644 libc/nt/user32/DdeCreateStringHandleW.S delete mode 100644 libc/nt/user32/DdeCreateStringHandleW.s create mode 100644 libc/nt/user32/DdeDisconnect.S delete mode 100644 libc/nt/user32/DdeDisconnect.s create mode 100644 libc/nt/user32/DdeDisconnectList.S delete mode 100644 libc/nt/user32/DdeDisconnectList.s create mode 100644 libc/nt/user32/DdeEnableCallback.S delete mode 100644 libc/nt/user32/DdeEnableCallback.s create mode 100644 libc/nt/user32/DdeFreeDataHandle.S delete mode 100644 libc/nt/user32/DdeFreeDataHandle.s create mode 100644 libc/nt/user32/DdeFreeStringHandle.S delete mode 100644 libc/nt/user32/DdeFreeStringHandle.s create mode 100644 libc/nt/user32/DdeGetData.S delete mode 100644 libc/nt/user32/DdeGetData.s create mode 100644 libc/nt/user32/DdeGetLastError.S delete mode 100644 libc/nt/user32/DdeGetLastError.s create mode 100644 libc/nt/user32/DdeGetQualityOfService.S delete mode 100644 libc/nt/user32/DdeGetQualityOfService.s create mode 100644 libc/nt/user32/DdeImpersonateClient.S delete mode 100644 libc/nt/user32/DdeImpersonateClient.s create mode 100644 libc/nt/user32/DdeInitializeW.S delete mode 100644 libc/nt/user32/DdeInitializeW.s create mode 100644 libc/nt/user32/DdeKeepStringHandle.S delete mode 100644 libc/nt/user32/DdeKeepStringHandle.s create mode 100644 libc/nt/user32/DdeNameService.S delete mode 100644 libc/nt/user32/DdeNameService.s create mode 100644 libc/nt/user32/DdePostAdvise.S delete mode 100644 libc/nt/user32/DdePostAdvise.s create mode 100644 libc/nt/user32/DdeQueryConvInfo.S delete mode 100644 libc/nt/user32/DdeQueryConvInfo.s create mode 100644 libc/nt/user32/DdeQueryNextServer.S delete mode 100644 libc/nt/user32/DdeQueryNextServer.s create mode 100644 libc/nt/user32/DdeQueryStringW.S delete mode 100644 libc/nt/user32/DdeQueryStringW.s create mode 100644 libc/nt/user32/DdeReconnect.S delete mode 100644 libc/nt/user32/DdeReconnect.s create mode 100644 libc/nt/user32/DdeSetQualityOfService.S delete mode 100644 libc/nt/user32/DdeSetQualityOfService.s create mode 100644 libc/nt/user32/DdeSetUserHandle.S delete mode 100644 libc/nt/user32/DdeSetUserHandle.s create mode 100644 libc/nt/user32/DdeUnaccessData.S delete mode 100644 libc/nt/user32/DdeUnaccessData.s create mode 100644 libc/nt/user32/DdeUninitialize.S delete mode 100644 libc/nt/user32/DdeUninitialize.s create mode 100644 libc/nt/user32/DefFrameProcW.S delete mode 100644 libc/nt/user32/DefFrameProcW.s create mode 100644 libc/nt/user32/DefMDIChildProcW.S delete mode 100644 libc/nt/user32/DefMDIChildProcW.s create mode 100644 libc/nt/user32/DefRawInputProc.S delete mode 100644 libc/nt/user32/DefRawInputProc.s create mode 100644 libc/nt/user32/DefWindowProcW.S delete mode 100644 libc/nt/user32/DefWindowProcW.s create mode 100644 libc/nt/user32/DeferWindowPos.S delete mode 100644 libc/nt/user32/DeferWindowPos.s create mode 100644 libc/nt/user32/DeferWindowPosAndBand.S delete mode 100644 libc/nt/user32/DeferWindowPosAndBand.s create mode 100644 libc/nt/user32/DelegateInput.S delete mode 100644 libc/nt/user32/DelegateInput.s create mode 100644 libc/nt/user32/DeleteMenu.S delete mode 100644 libc/nt/user32/DeleteMenu.s create mode 100644 libc/nt/user32/DeregisterShellHookWindow.S delete mode 100644 libc/nt/user32/DeregisterShellHookWindow.s create mode 100644 libc/nt/user32/DestroyAcceleratorTable.S delete mode 100644 libc/nt/user32/DestroyAcceleratorTable.s create mode 100644 libc/nt/user32/DestroyCaret.S delete mode 100644 libc/nt/user32/DestroyCaret.s create mode 100644 libc/nt/user32/DestroyCursor.S delete mode 100644 libc/nt/user32/DestroyCursor.s create mode 100644 libc/nt/user32/DestroyDCompositionHwndTarget.S delete mode 100644 libc/nt/user32/DestroyDCompositionHwndTarget.s create mode 100644 libc/nt/user32/DestroyIcon.S delete mode 100644 libc/nt/user32/DestroyIcon.s create mode 100644 libc/nt/user32/DestroyMenu.S delete mode 100644 libc/nt/user32/DestroyMenu.s create mode 100644 libc/nt/user32/DestroyPalmRejectionDelayZone.S delete mode 100644 libc/nt/user32/DestroyPalmRejectionDelayZone.s create mode 100644 libc/nt/user32/DestroyReasons.S delete mode 100644 libc/nt/user32/DestroyReasons.s create mode 100644 libc/nt/user32/DestroyWindow.S delete mode 100644 libc/nt/user32/DestroyWindow.s create mode 100644 libc/nt/user32/DialogBoxIndirectParamAorW.S delete mode 100644 libc/nt/user32/DialogBoxIndirectParamAorW.s create mode 100644 libc/nt/user32/DialogBoxIndirectParamW.S delete mode 100644 libc/nt/user32/DialogBoxIndirectParamW.s create mode 100644 libc/nt/user32/DialogBoxParamW.S delete mode 100644 libc/nt/user32/DialogBoxParamW.s create mode 100644 libc/nt/user32/DisableProcessWindowsGhosting.S delete mode 100644 libc/nt/user32/DisableProcessWindowsGhosting.s create mode 100644 libc/nt/user32/DispatchMessageW.S delete mode 100644 libc/nt/user32/DispatchMessageW.s create mode 100644 libc/nt/user32/DisplayConfigGetDeviceInfo.S delete mode 100644 libc/nt/user32/DisplayConfigGetDeviceInfo.s create mode 100644 libc/nt/user32/DisplayConfigSetDeviceInfo.S delete mode 100644 libc/nt/user32/DisplayConfigSetDeviceInfo.s create mode 100644 libc/nt/user32/DisplayExitWindowsWarnings.S delete mode 100644 libc/nt/user32/DisplayExitWindowsWarnings.s create mode 100644 libc/nt/user32/DlgDirListComboBoxW.S delete mode 100644 libc/nt/user32/DlgDirListComboBoxW.s create mode 100644 libc/nt/user32/DlgDirListW.S delete mode 100644 libc/nt/user32/DlgDirListW.s create mode 100644 libc/nt/user32/DlgDirSelectComboBoxExW.S delete mode 100644 libc/nt/user32/DlgDirSelectComboBoxExW.s create mode 100644 libc/nt/user32/DlgDirSelectExW.S delete mode 100644 libc/nt/user32/DlgDirSelectExW.s create mode 100644 libc/nt/user32/DoSoundConnect.S delete mode 100644 libc/nt/user32/DoSoundConnect.s create mode 100644 libc/nt/user32/DoSoundDisconnect.S delete mode 100644 libc/nt/user32/DoSoundDisconnect.s create mode 100644 libc/nt/user32/DragDetect.S delete mode 100644 libc/nt/user32/DragDetect.s create mode 100644 libc/nt/user32/DragObject.S delete mode 100644 libc/nt/user32/DragObject.s create mode 100644 libc/nt/user32/DrawAnimatedRects.S delete mode 100644 libc/nt/user32/DrawAnimatedRects.s create mode 100644 libc/nt/user32/DrawCaption.S delete mode 100644 libc/nt/user32/DrawCaption.s create mode 100644 libc/nt/user32/DrawCaptionTempW.S delete mode 100644 libc/nt/user32/DrawCaptionTempW.s create mode 100644 libc/nt/user32/DrawEdge.S delete mode 100644 libc/nt/user32/DrawEdge.s create mode 100644 libc/nt/user32/DrawFocusRect.S delete mode 100644 libc/nt/user32/DrawFocusRect.s create mode 100644 libc/nt/user32/DrawFrame.S delete mode 100644 libc/nt/user32/DrawFrame.s create mode 100644 libc/nt/user32/DrawFrameControl.S delete mode 100644 libc/nt/user32/DrawFrameControl.s create mode 100644 libc/nt/user32/DrawIcon.S delete mode 100644 libc/nt/user32/DrawIcon.s create mode 100644 libc/nt/user32/DrawIconEx.S delete mode 100644 libc/nt/user32/DrawIconEx.s create mode 100644 libc/nt/user32/DrawMenuBar.S delete mode 100644 libc/nt/user32/DrawMenuBar.s create mode 100644 libc/nt/user32/DrawMenuBarTemp.S delete mode 100644 libc/nt/user32/DrawMenuBarTemp.s create mode 100644 libc/nt/user32/DrawStateW.S delete mode 100644 libc/nt/user32/DrawStateW.s create mode 100644 libc/nt/user32/DrawTextExW.S delete mode 100644 libc/nt/user32/DrawTextExW.s create mode 100644 libc/nt/user32/DrawTextW.S delete mode 100644 libc/nt/user32/DrawTextW.s create mode 100644 libc/nt/user32/DwmGetDxRgn.S delete mode 100644 libc/nt/user32/DwmGetDxRgn.s create mode 100644 libc/nt/user32/DwmGetDxSharedSurface.S delete mode 100644 libc/nt/user32/DwmGetDxSharedSurface.s create mode 100644 libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.S delete mode 100644 libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.s create mode 100644 libc/nt/user32/DwmGetRemoteSessionOcclusionState.S delete mode 100644 libc/nt/user32/DwmGetRemoteSessionOcclusionState.s create mode 100644 libc/nt/user32/DwmKernelShutdown.S delete mode 100644 libc/nt/user32/DwmKernelShutdown.s create mode 100644 libc/nt/user32/DwmKernelStartup.S delete mode 100644 libc/nt/user32/DwmKernelStartup.s create mode 100644 libc/nt/user32/DwmLockScreenUpdates.S delete mode 100644 libc/nt/user32/DwmLockScreenUpdates.s create mode 100644 libc/nt/user32/DwmValidateWindow.S delete mode 100644 libc/nt/user32/DwmValidateWindow.s create mode 100644 libc/nt/user32/EditWndProc.S delete mode 100644 libc/nt/user32/EditWndProc.s create mode 100644 libc/nt/user32/EmptyClipboard.S delete mode 100644 libc/nt/user32/EmptyClipboard.s create mode 100644 libc/nt/user32/EnableMenuItem.S delete mode 100644 libc/nt/user32/EnableMenuItem.s create mode 100644 libc/nt/user32/EnableMouseInPointer.S delete mode 100644 libc/nt/user32/EnableMouseInPointer.s create mode 100644 libc/nt/user32/EnableNonClientDpiScaling.S delete mode 100644 libc/nt/user32/EnableNonClientDpiScaling.s create mode 100644 libc/nt/user32/EnableOneCoreTransformMode.S delete mode 100644 libc/nt/user32/EnableOneCoreTransformMode.s create mode 100644 libc/nt/user32/EnableScrollBar.S delete mode 100644 libc/nt/user32/EnableScrollBar.s create mode 100644 libc/nt/user32/EnableSessionForMMCSS.S delete mode 100644 libc/nt/user32/EnableSessionForMMCSS.s create mode 100644 libc/nt/user32/EnableWindow.S delete mode 100644 libc/nt/user32/EnableWindow.s create mode 100644 libc/nt/user32/EndDeferWindowPos.S delete mode 100644 libc/nt/user32/EndDeferWindowPos.s create mode 100644 libc/nt/user32/EndDeferWindowPosEx.S delete mode 100644 libc/nt/user32/EndDeferWindowPosEx.s create mode 100644 libc/nt/user32/EndDialog.S delete mode 100644 libc/nt/user32/EndDialog.s create mode 100644 libc/nt/user32/EndMenu.S delete mode 100644 libc/nt/user32/EndMenu.s create mode 100644 libc/nt/user32/EndPaint.S delete mode 100644 libc/nt/user32/EndPaint.s create mode 100644 libc/nt/user32/EndTask.S delete mode 100644 libc/nt/user32/EndTask.s create mode 100644 libc/nt/user32/EnterReaderModeHelper.S delete mode 100644 libc/nt/user32/EnterReaderModeHelper.s create mode 100644 libc/nt/user32/EnumChildWindows.S delete mode 100644 libc/nt/user32/EnumChildWindows.s create mode 100644 libc/nt/user32/EnumClipboardFormats.S delete mode 100644 libc/nt/user32/EnumClipboardFormats.s create mode 100644 libc/nt/user32/EnumDesktopWindows.S delete mode 100644 libc/nt/user32/EnumDesktopWindows.s create mode 100644 libc/nt/user32/EnumDesktopsW.S delete mode 100644 libc/nt/user32/EnumDesktopsW.s create mode 100644 libc/nt/user32/EnumDisplayDevicesW.S delete mode 100644 libc/nt/user32/EnumDisplayDevicesW.s create mode 100644 libc/nt/user32/EnumDisplayMonitors.S delete mode 100644 libc/nt/user32/EnumDisplayMonitors.s create mode 100644 libc/nt/user32/EnumDisplaySettingsExW.S delete mode 100644 libc/nt/user32/EnumDisplaySettingsExW.s create mode 100644 libc/nt/user32/EnumDisplaySettingsW.S delete mode 100644 libc/nt/user32/EnumDisplaySettingsW.s create mode 100644 libc/nt/user32/EnumPropsExW.S delete mode 100644 libc/nt/user32/EnumPropsExW.s create mode 100644 libc/nt/user32/EnumPropsW.S delete mode 100644 libc/nt/user32/EnumPropsW.s create mode 100644 libc/nt/user32/EnumThreadWindows.S delete mode 100644 libc/nt/user32/EnumThreadWindows.s create mode 100644 libc/nt/user32/EnumWindowStationsW.S delete mode 100644 libc/nt/user32/EnumWindowStationsW.s create mode 100644 libc/nt/user32/EnumWindows.S delete mode 100644 libc/nt/user32/EnumWindows.s create mode 100644 libc/nt/user32/EqualRect.S delete mode 100644 libc/nt/user32/EqualRect.s create mode 100644 libc/nt/user32/EvaluateProximityToPolygon.S delete mode 100644 libc/nt/user32/EvaluateProximityToPolygon.s create mode 100644 libc/nt/user32/EvaluateProximityToRect.S delete mode 100644 libc/nt/user32/EvaluateProximityToRect.s create mode 100644 libc/nt/user32/ExcludeUpdateRgn.S delete mode 100644 libc/nt/user32/ExcludeUpdateRgn.s create mode 100644 libc/nt/user32/ExitWindowsEx.S delete mode 100644 libc/nt/user32/ExitWindowsEx.s create mode 100644 libc/nt/user32/FillRect.S delete mode 100644 libc/nt/user32/FillRect.s create mode 100644 libc/nt/user32/FindWindowExW.S delete mode 100644 libc/nt/user32/FindWindowExW.s create mode 100644 libc/nt/user32/FindWindowW.S delete mode 100644 libc/nt/user32/FindWindowW.s create mode 100644 libc/nt/user32/FlashWindow.S delete mode 100644 libc/nt/user32/FlashWindow.s create mode 100644 libc/nt/user32/FlashWindowEx.S delete mode 100644 libc/nt/user32/FlashWindowEx.s create mode 100644 libc/nt/user32/FrameRect.S delete mode 100644 libc/nt/user32/FrameRect.s create mode 100644 libc/nt/user32/FreeDDElParam.S delete mode 100644 libc/nt/user32/FreeDDElParam.s create mode 100644 libc/nt/user32/FrostCrashedWindow.S delete mode 100644 libc/nt/user32/FrostCrashedWindow.s create mode 100644 libc/nt/user32/GetActiveWindow.S delete mode 100644 libc/nt/user32/GetActiveWindow.s create mode 100644 libc/nt/user32/GetAltTabInfoW.S delete mode 100644 libc/nt/user32/GetAltTabInfoW.s create mode 100644 libc/nt/user32/GetAncestor.S delete mode 100644 libc/nt/user32/GetAncestor.s create mode 100644 libc/nt/user32/GetAppCompatFlags.S delete mode 100644 libc/nt/user32/GetAppCompatFlags.s create mode 100644 libc/nt/user32/GetAppCompatFlags2.S delete mode 100644 libc/nt/user32/GetAppCompatFlags2.s create mode 100644 libc/nt/user32/GetAsyncKeyState.S delete mode 100644 libc/nt/user32/GetAsyncKeyState.s create mode 100644 libc/nt/user32/GetAutoRotationState.S delete mode 100644 libc/nt/user32/GetAutoRotationState.s create mode 100644 libc/nt/user32/GetAwarenessFromDpiAwarenessContext.S delete mode 100644 libc/nt/user32/GetAwarenessFromDpiAwarenessContext.s create mode 100644 libc/nt/user32/GetCIMSSM.S delete mode 100644 libc/nt/user32/GetCIMSSM.s create mode 100644 libc/nt/user32/GetCapture.S delete mode 100644 libc/nt/user32/GetCapture.s create mode 100644 libc/nt/user32/GetCaretBlinkTime.S delete mode 100644 libc/nt/user32/GetCaretBlinkTime.s create mode 100644 libc/nt/user32/GetCaretPos.S delete mode 100644 libc/nt/user32/GetCaretPos.s create mode 100644 libc/nt/user32/GetClassInfoExW.S delete mode 100644 libc/nt/user32/GetClassInfoExW.s create mode 100644 libc/nt/user32/GetClassInfoW.S delete mode 100644 libc/nt/user32/GetClassInfoW.s create mode 100644 libc/nt/user32/GetClassLongPtrW.S delete mode 100644 libc/nt/user32/GetClassLongPtrW.s create mode 100644 libc/nt/user32/GetClassLongW.S delete mode 100644 libc/nt/user32/GetClassLongW.s create mode 100644 libc/nt/user32/GetClassNameW.S delete mode 100644 libc/nt/user32/GetClassNameW.s create mode 100644 libc/nt/user32/GetClassWord.S delete mode 100644 libc/nt/user32/GetClassWord.s create mode 100644 libc/nt/user32/GetClientRect.S delete mode 100644 libc/nt/user32/GetClientRect.s create mode 100644 libc/nt/user32/GetClipCursor.S delete mode 100644 libc/nt/user32/GetClipCursor.s create mode 100644 libc/nt/user32/GetClipboardAccessToken.S delete mode 100644 libc/nt/user32/GetClipboardAccessToken.s create mode 100644 libc/nt/user32/GetClipboardData.S delete mode 100644 libc/nt/user32/GetClipboardData.s create mode 100644 libc/nt/user32/GetClipboardFormatNameW.S delete mode 100644 libc/nt/user32/GetClipboardFormatNameW.s create mode 100644 libc/nt/user32/GetClipboardOwner.S delete mode 100644 libc/nt/user32/GetClipboardOwner.s create mode 100644 libc/nt/user32/GetClipboardSequenceNumber.S delete mode 100644 libc/nt/user32/GetClipboardSequenceNumber.s create mode 100644 libc/nt/user32/GetClipboardViewer.S delete mode 100644 libc/nt/user32/GetClipboardViewer.s create mode 100644 libc/nt/user32/GetComboBoxInfo.S delete mode 100644 libc/nt/user32/GetComboBoxInfo.s create mode 100644 libc/nt/user32/GetCurrentInputMessageSource.S delete mode 100644 libc/nt/user32/GetCurrentInputMessageSource.s create mode 100644 libc/nt/user32/GetCursor.S delete mode 100644 libc/nt/user32/GetCursor.s create mode 100644 libc/nt/user32/GetCursorFrameInfo.S delete mode 100644 libc/nt/user32/GetCursorFrameInfo.s create mode 100644 libc/nt/user32/GetCursorInfo.S delete mode 100644 libc/nt/user32/GetCursorInfo.s create mode 100644 libc/nt/user32/GetCursorPos.S delete mode 100644 libc/nt/user32/GetCursorPos.s create mode 100644 libc/nt/user32/GetDC.S delete mode 100644 libc/nt/user32/GetDC.s create mode 100644 libc/nt/user32/GetDCEx.S delete mode 100644 libc/nt/user32/GetDCEx.s create mode 100644 libc/nt/user32/GetDesktopID.S delete mode 100644 libc/nt/user32/GetDesktopID.s create mode 100644 libc/nt/user32/GetDesktopWindow.S delete mode 100644 libc/nt/user32/GetDesktopWindow.s create mode 100644 libc/nt/user32/GetDialogBaseUnits.S delete mode 100644 libc/nt/user32/GetDialogBaseUnits.s create mode 100644 libc/nt/user32/GetDialogControlDpiChangeBehavior.S delete mode 100644 libc/nt/user32/GetDialogControlDpiChangeBehavior.s create mode 100644 libc/nt/user32/GetDialogDpiChangeBehavior.S delete mode 100644 libc/nt/user32/GetDialogDpiChangeBehavior.s create mode 100644 libc/nt/user32/GetDisplayAutoRotationPreferences.S delete mode 100644 libc/nt/user32/GetDisplayAutoRotationPreferences.s create mode 100644 libc/nt/user32/GetDisplayConfigBufferSizes.S delete mode 100644 libc/nt/user32/GetDisplayConfigBufferSizes.s create mode 100644 libc/nt/user32/GetDlgCtrlID.S delete mode 100644 libc/nt/user32/GetDlgCtrlID.s create mode 100644 libc/nt/user32/GetDlgItem.S delete mode 100644 libc/nt/user32/GetDlgItem.s create mode 100644 libc/nt/user32/GetDlgItemInt.S delete mode 100644 libc/nt/user32/GetDlgItemInt.s create mode 100644 libc/nt/user32/GetDlgItemTextW.S delete mode 100644 libc/nt/user32/GetDlgItemTextW.s create mode 100644 libc/nt/user32/GetDoubleClickTime.S delete mode 100644 libc/nt/user32/GetDoubleClickTime.s create mode 100644 libc/nt/user32/GetDpiForMonitorInternal.S delete mode 100644 libc/nt/user32/GetDpiForMonitorInternal.s create mode 100644 libc/nt/user32/GetDpiForSystem.S delete mode 100644 libc/nt/user32/GetDpiForSystem.s create mode 100644 libc/nt/user32/GetDpiForWindow.S delete mode 100644 libc/nt/user32/GetDpiForWindow.s create mode 100644 libc/nt/user32/GetDpiFromDpiAwarenessContext.S delete mode 100644 libc/nt/user32/GetDpiFromDpiAwarenessContext.s create mode 100644 libc/nt/user32/GetFocus.S delete mode 100644 libc/nt/user32/GetFocus.s create mode 100644 libc/nt/user32/GetForegroundWindow.S delete mode 100644 libc/nt/user32/GetForegroundWindow.s create mode 100644 libc/nt/user32/GetGUIThreadInfo.S delete mode 100644 libc/nt/user32/GetGUIThreadInfo.s create mode 100644 libc/nt/user32/GetGestureConfig.S delete mode 100644 libc/nt/user32/GetGestureConfig.s create mode 100644 libc/nt/user32/GetGestureExtraArgs.S delete mode 100644 libc/nt/user32/GetGestureExtraArgs.s create mode 100644 libc/nt/user32/GetGestureInfo.S delete mode 100644 libc/nt/user32/GetGestureInfo.s create mode 100644 libc/nt/user32/GetGuiResources.S delete mode 100644 libc/nt/user32/GetGuiResources.s create mode 100644 libc/nt/user32/GetIconInfo.S delete mode 100644 libc/nt/user32/GetIconInfo.s create mode 100644 libc/nt/user32/GetIconInfoExW.S delete mode 100644 libc/nt/user32/GetIconInfoExW.s create mode 100644 libc/nt/user32/GetInputDesktop.S delete mode 100644 libc/nt/user32/GetInputDesktop.s create mode 100644 libc/nt/user32/GetInputLocaleInfo.S delete mode 100644 libc/nt/user32/GetInputLocaleInfo.s create mode 100644 libc/nt/user32/GetInputState.S delete mode 100644 libc/nt/user32/GetInputState.s create mode 100644 libc/nt/user32/GetInternalWindowPos.S delete mode 100644 libc/nt/user32/GetInternalWindowPos.s create mode 100644 libc/nt/user32/GetKBCodePage.S delete mode 100644 libc/nt/user32/GetKBCodePage.s create mode 100644 libc/nt/user32/GetKeyNameTextW.S delete mode 100644 libc/nt/user32/GetKeyNameTextW.s create mode 100644 libc/nt/user32/GetKeyState.S delete mode 100644 libc/nt/user32/GetKeyState.s create mode 100644 libc/nt/user32/GetKeyboardLayout.S delete mode 100644 libc/nt/user32/GetKeyboardLayout.s create mode 100644 libc/nt/user32/GetKeyboardLayoutList.S delete mode 100644 libc/nt/user32/GetKeyboardLayoutList.s create mode 100644 libc/nt/user32/GetKeyboardLayoutNameW.S delete mode 100644 libc/nt/user32/GetKeyboardLayoutNameW.s create mode 100644 libc/nt/user32/GetKeyboardState.S delete mode 100644 libc/nt/user32/GetKeyboardState.s create mode 100644 libc/nt/user32/GetKeyboardType.S delete mode 100644 libc/nt/user32/GetKeyboardType.s create mode 100644 libc/nt/user32/GetLastActivePopup.S delete mode 100644 libc/nt/user32/GetLastActivePopup.s create mode 100644 libc/nt/user32/GetLastInputInfo.S delete mode 100644 libc/nt/user32/GetLastInputInfo.s create mode 100644 libc/nt/user32/GetLayeredWindowAttributes.S delete mode 100644 libc/nt/user32/GetLayeredWindowAttributes.s create mode 100644 libc/nt/user32/GetListBoxInfo.S delete mode 100644 libc/nt/user32/GetListBoxInfo.s create mode 100644 libc/nt/user32/GetMagnificationDesktopColorEffect.S delete mode 100644 libc/nt/user32/GetMagnificationDesktopColorEffect.s create mode 100644 libc/nt/user32/GetMagnificationDesktopMagnification.S delete mode 100644 libc/nt/user32/GetMagnificationDesktopMagnification.s create mode 100644 libc/nt/user32/GetMagnificationDesktopSamplingMode.S delete mode 100644 libc/nt/user32/GetMagnificationDesktopSamplingMode.s create mode 100644 libc/nt/user32/GetMagnificationLensCtxInformation.S delete mode 100644 libc/nt/user32/GetMagnificationLensCtxInformation.s create mode 100644 libc/nt/user32/GetMenu.S delete mode 100644 libc/nt/user32/GetMenu.s create mode 100644 libc/nt/user32/GetMenuBarInfo.S delete mode 100644 libc/nt/user32/GetMenuBarInfo.s create mode 100644 libc/nt/user32/GetMenuCheckMarkDimensions.S delete mode 100644 libc/nt/user32/GetMenuCheckMarkDimensions.s create mode 100644 libc/nt/user32/GetMenuContextHelpId.S delete mode 100644 libc/nt/user32/GetMenuContextHelpId.s create mode 100644 libc/nt/user32/GetMenuDefaultItem.S delete mode 100644 libc/nt/user32/GetMenuDefaultItem.s create mode 100644 libc/nt/user32/GetMenuInfo.S delete mode 100644 libc/nt/user32/GetMenuInfo.s create mode 100644 libc/nt/user32/GetMenuItemCount.S delete mode 100644 libc/nt/user32/GetMenuItemCount.s create mode 100644 libc/nt/user32/GetMenuItemID.S delete mode 100644 libc/nt/user32/GetMenuItemID.s create mode 100644 libc/nt/user32/GetMenuItemInfoW.S delete mode 100644 libc/nt/user32/GetMenuItemInfoW.s create mode 100644 libc/nt/user32/GetMenuItemRect.S delete mode 100644 libc/nt/user32/GetMenuItemRect.s create mode 100644 libc/nt/user32/GetMenuState.S delete mode 100644 libc/nt/user32/GetMenuState.s create mode 100644 libc/nt/user32/GetMenuStringW.S delete mode 100644 libc/nt/user32/GetMenuStringW.s create mode 100644 libc/nt/user32/GetMessageExtraInfo.S delete mode 100644 libc/nt/user32/GetMessageExtraInfo.s create mode 100644 libc/nt/user32/GetMessagePos.S delete mode 100644 libc/nt/user32/GetMessagePos.s create mode 100644 libc/nt/user32/GetMessageTime.S delete mode 100644 libc/nt/user32/GetMessageTime.s create mode 100644 libc/nt/user32/GetMessageW.S delete mode 100644 libc/nt/user32/GetMessageW.s create mode 100644 libc/nt/user32/GetMonitorInfoW.S delete mode 100644 libc/nt/user32/GetMonitorInfoW.s create mode 100644 libc/nt/user32/GetMouseMovePointsEx.S delete mode 100644 libc/nt/user32/GetMouseMovePointsEx.s create mode 100644 libc/nt/user32/GetNextDlgGroupItem.S delete mode 100644 libc/nt/user32/GetNextDlgGroupItem.s create mode 100644 libc/nt/user32/GetNextDlgTabItem.S delete mode 100644 libc/nt/user32/GetNextDlgTabItem.s create mode 100644 libc/nt/user32/GetOpenClipboardWindow.S delete mode 100644 libc/nt/user32/GetOpenClipboardWindow.s create mode 100644 libc/nt/user32/GetParent.S delete mode 100644 libc/nt/user32/GetParent.s create mode 100644 libc/nt/user32/GetPhysicalCursorPos.S delete mode 100644 libc/nt/user32/GetPhysicalCursorPos.s create mode 100644 libc/nt/user32/GetPointerCursorId.S delete mode 100644 libc/nt/user32/GetPointerCursorId.s create mode 100644 libc/nt/user32/GetPointerDevice.S delete mode 100644 libc/nt/user32/GetPointerDevice.s create mode 100644 libc/nt/user32/GetPointerDeviceCursors.S delete mode 100644 libc/nt/user32/GetPointerDeviceCursors.s create mode 100644 libc/nt/user32/GetPointerDeviceProperties.S delete mode 100644 libc/nt/user32/GetPointerDeviceProperties.s create mode 100644 libc/nt/user32/GetPointerDeviceRects.S delete mode 100644 libc/nt/user32/GetPointerDeviceRects.s create mode 100644 libc/nt/user32/GetPointerDevices.S delete mode 100644 libc/nt/user32/GetPointerDevices.s create mode 100644 libc/nt/user32/GetPointerFrameArrivalTimes.S delete mode 100644 libc/nt/user32/GetPointerFrameArrivalTimes.s create mode 100644 libc/nt/user32/GetPointerFrameInfo.S delete mode 100644 libc/nt/user32/GetPointerFrameInfo.s create mode 100644 libc/nt/user32/GetPointerFrameInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerFrameInfoHistory.s create mode 100644 libc/nt/user32/GetPointerFramePenInfo.S delete mode 100644 libc/nt/user32/GetPointerFramePenInfo.s create mode 100644 libc/nt/user32/GetPointerFramePenInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerFramePenInfoHistory.s create mode 100644 libc/nt/user32/GetPointerFrameTouchInfo.S delete mode 100644 libc/nt/user32/GetPointerFrameTouchInfo.s create mode 100644 libc/nt/user32/GetPointerFrameTouchInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerFrameTouchInfoHistory.s create mode 100644 libc/nt/user32/GetPointerInfo.S delete mode 100644 libc/nt/user32/GetPointerInfo.s create mode 100644 libc/nt/user32/GetPointerInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerInfoHistory.s create mode 100644 libc/nt/user32/GetPointerInputTransform.S delete mode 100644 libc/nt/user32/GetPointerInputTransform.s create mode 100644 libc/nt/user32/GetPointerPenInfo.S delete mode 100644 libc/nt/user32/GetPointerPenInfo.s create mode 100644 libc/nt/user32/GetPointerPenInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerPenInfoHistory.s create mode 100644 libc/nt/user32/GetPointerTouchInfo.S delete mode 100644 libc/nt/user32/GetPointerTouchInfo.s create mode 100644 libc/nt/user32/GetPointerTouchInfoHistory.S delete mode 100644 libc/nt/user32/GetPointerTouchInfoHistory.s create mode 100644 libc/nt/user32/GetPointerType.S delete mode 100644 libc/nt/user32/GetPointerType.s create mode 100644 libc/nt/user32/GetPriorityClipboardFormat.S delete mode 100644 libc/nt/user32/GetPriorityClipboardFormat.s create mode 100644 libc/nt/user32/GetProcessDefaultLayout.S delete mode 100644 libc/nt/user32/GetProcessDefaultLayout.s create mode 100644 libc/nt/user32/GetProcessDpiAwarenessInternal.S delete mode 100644 libc/nt/user32/GetProcessDpiAwarenessInternal.s create mode 100644 libc/nt/user32/GetProcessUIContextInformation.S delete mode 100644 libc/nt/user32/GetProcessUIContextInformation.s create mode 100644 libc/nt/user32/GetProcessWindowStation.S delete mode 100644 libc/nt/user32/GetProcessWindowStation.s create mode 100644 libc/nt/user32/GetProgmanWindow.S delete mode 100644 libc/nt/user32/GetProgmanWindow.s create mode 100644 libc/nt/user32/GetPropW.S delete mode 100644 libc/nt/user32/GetPropW.s create mode 100644 libc/nt/user32/GetQueueStatus.S delete mode 100644 libc/nt/user32/GetQueueStatus.s create mode 100644 libc/nt/user32/GetRawInputBuffer.S delete mode 100644 libc/nt/user32/GetRawInputBuffer.s create mode 100644 libc/nt/user32/GetRawInputData.S delete mode 100644 libc/nt/user32/GetRawInputData.s create mode 100644 libc/nt/user32/GetRawInputDeviceInfoW.S delete mode 100644 libc/nt/user32/GetRawInputDeviceInfoW.s create mode 100644 libc/nt/user32/GetRawInputDeviceList.S delete mode 100644 libc/nt/user32/GetRawInputDeviceList.s create mode 100644 libc/nt/user32/GetRawPointerDeviceData.S delete mode 100644 libc/nt/user32/GetRawPointerDeviceData.s create mode 100644 libc/nt/user32/GetReasonTitleFromReasonCode.S delete mode 100644 libc/nt/user32/GetReasonTitleFromReasonCode.s create mode 100644 libc/nt/user32/GetRegisteredRawInputDevices.S delete mode 100644 libc/nt/user32/GetRegisteredRawInputDevices.s create mode 100644 libc/nt/user32/GetScrollBarInfo.S delete mode 100644 libc/nt/user32/GetScrollBarInfo.s create mode 100644 libc/nt/user32/GetScrollInfo.S delete mode 100644 libc/nt/user32/GetScrollInfo.s create mode 100644 libc/nt/user32/GetScrollPos.S delete mode 100644 libc/nt/user32/GetScrollPos.s create mode 100644 libc/nt/user32/GetScrollRange.S delete mode 100644 libc/nt/user32/GetScrollRange.s create mode 100644 libc/nt/user32/GetSendMessageReceiver.S delete mode 100644 libc/nt/user32/GetSendMessageReceiver.s create mode 100644 libc/nt/user32/GetShellWindow.S delete mode 100644 libc/nt/user32/GetShellWindow.s create mode 100644 libc/nt/user32/GetSubMenu.S delete mode 100644 libc/nt/user32/GetSubMenu.s create mode 100644 libc/nt/user32/GetSysColor.S delete mode 100644 libc/nt/user32/GetSysColor.s create mode 100644 libc/nt/user32/GetSysColorBrush.S delete mode 100644 libc/nt/user32/GetSysColorBrush.s create mode 100644 libc/nt/user32/GetSystemDpiForProcess.S delete mode 100644 libc/nt/user32/GetSystemDpiForProcess.s create mode 100644 libc/nt/user32/GetSystemMenu.S delete mode 100644 libc/nt/user32/GetSystemMenu.s create mode 100644 libc/nt/user32/GetSystemMetrics.S delete mode 100644 libc/nt/user32/GetSystemMetrics.s create mode 100644 libc/nt/user32/GetSystemMetricsForDpi.S delete mode 100644 libc/nt/user32/GetSystemMetricsForDpi.s create mode 100644 libc/nt/user32/GetTabbedTextExtentW.S delete mode 100644 libc/nt/user32/GetTabbedTextExtentW.s create mode 100644 libc/nt/user32/GetTaskmanWindow.S delete mode 100644 libc/nt/user32/GetTaskmanWindow.s create mode 100644 libc/nt/user32/GetThreadDesktop.S delete mode 100644 libc/nt/user32/GetThreadDesktop.s create mode 100644 libc/nt/user32/GetThreadDpiAwarenessContext.S delete mode 100644 libc/nt/user32/GetThreadDpiAwarenessContext.s create mode 100644 libc/nt/user32/GetThreadDpiHostingBehavior.S delete mode 100644 libc/nt/user32/GetThreadDpiHostingBehavior.s create mode 100644 libc/nt/user32/GetTitleBarInfo.S delete mode 100644 libc/nt/user32/GetTitleBarInfo.s create mode 100644 libc/nt/user32/GetTopLevelWindow.S delete mode 100644 libc/nt/user32/GetTopLevelWindow.s create mode 100644 libc/nt/user32/GetTopWindow.S delete mode 100644 libc/nt/user32/GetTopWindow.s create mode 100644 libc/nt/user32/GetTouchInputInfo.S delete mode 100644 libc/nt/user32/GetTouchInputInfo.s create mode 100644 libc/nt/user32/GetUnpredictedMessagePos.S delete mode 100644 libc/nt/user32/GetUnpredictedMessagePos.s create mode 100644 libc/nt/user32/GetUpdateRect.S delete mode 100644 libc/nt/user32/GetUpdateRect.s create mode 100644 libc/nt/user32/GetUpdateRgn.S delete mode 100644 libc/nt/user32/GetUpdateRgn.s create mode 100644 libc/nt/user32/GetUpdatedClipboardFormats.S delete mode 100644 libc/nt/user32/GetUpdatedClipboardFormats.s create mode 100644 libc/nt/user32/GetUserObjectInformationW.S delete mode 100644 libc/nt/user32/GetUserObjectInformationW.s create mode 100644 libc/nt/user32/GetUserObjectSecurity.S delete mode 100644 libc/nt/user32/GetUserObjectSecurity.s create mode 100644 libc/nt/user32/GetWinStationInfo.S delete mode 100644 libc/nt/user32/GetWinStationInfo.s create mode 100644 libc/nt/user32/GetWindow.S delete mode 100644 libc/nt/user32/GetWindow.s create mode 100644 libc/nt/user32/GetWindowBand.S delete mode 100644 libc/nt/user32/GetWindowBand.s create mode 100644 libc/nt/user32/GetWindowCompositionAttribute.S delete mode 100644 libc/nt/user32/GetWindowCompositionAttribute.s create mode 100644 libc/nt/user32/GetWindowCompositionInfo.S delete mode 100644 libc/nt/user32/GetWindowCompositionInfo.s create mode 100644 libc/nt/user32/GetWindowContextHelpId.S delete mode 100644 libc/nt/user32/GetWindowContextHelpId.s create mode 100644 libc/nt/user32/GetWindowDC.S delete mode 100644 libc/nt/user32/GetWindowDC.s create mode 100644 libc/nt/user32/GetWindowDisplayAffinity.S delete mode 100644 libc/nt/user32/GetWindowDisplayAffinity.s create mode 100644 libc/nt/user32/GetWindowDpiAwarenessContext.S delete mode 100644 libc/nt/user32/GetWindowDpiAwarenessContext.s create mode 100644 libc/nt/user32/GetWindowDpiHostingBehavior.S delete mode 100644 libc/nt/user32/GetWindowDpiHostingBehavior.s create mode 100644 libc/nt/user32/GetWindowFeedbackSetting.S delete mode 100644 libc/nt/user32/GetWindowFeedbackSetting.s create mode 100644 libc/nt/user32/GetWindowInfo.S delete mode 100644 libc/nt/user32/GetWindowInfo.s create mode 100644 libc/nt/user32/GetWindowLongPtrW.S delete mode 100644 libc/nt/user32/GetWindowLongPtrW.s create mode 100644 libc/nt/user32/GetWindowLongW.S delete mode 100644 libc/nt/user32/GetWindowLongW.s create mode 100644 libc/nt/user32/GetWindowMinimizeRect.S delete mode 100644 libc/nt/user32/GetWindowMinimizeRect.s create mode 100644 libc/nt/user32/GetWindowModuleFileNameW.S delete mode 100644 libc/nt/user32/GetWindowModuleFileNameW.s create mode 100644 libc/nt/user32/GetWindowPlacement.S delete mode 100644 libc/nt/user32/GetWindowPlacement.s create mode 100644 libc/nt/user32/GetWindowProcessHandle.S delete mode 100644 libc/nt/user32/GetWindowProcessHandle.s create mode 100644 libc/nt/user32/GetWindowRect.S delete mode 100644 libc/nt/user32/GetWindowRect.s create mode 100644 libc/nt/user32/GetWindowRgn.S delete mode 100644 libc/nt/user32/GetWindowRgn.s create mode 100644 libc/nt/user32/GetWindowRgnBox.S delete mode 100644 libc/nt/user32/GetWindowRgnBox.s create mode 100644 libc/nt/user32/GetWindowRgnEx.S delete mode 100644 libc/nt/user32/GetWindowRgnEx.s create mode 100644 libc/nt/user32/GetWindowTextLengthW.S delete mode 100644 libc/nt/user32/GetWindowTextLengthW.s create mode 100644 libc/nt/user32/GetWindowTextW.S delete mode 100644 libc/nt/user32/GetWindowTextW.s create mode 100644 libc/nt/user32/GetWindowThreadProcessId.S delete mode 100644 libc/nt/user32/GetWindowThreadProcessId.s create mode 100644 libc/nt/user32/GetWindowWord.S delete mode 100644 libc/nt/user32/GetWindowWord.s create mode 100644 libc/nt/user32/GhostWindowFromHungWindow.S delete mode 100644 libc/nt/user32/GhostWindowFromHungWindow.s create mode 100644 libc/nt/user32/GrayStringW.S delete mode 100644 libc/nt/user32/GrayStringW.s create mode 100644 libc/nt/user32/HandleDelegatedInput.S delete mode 100644 libc/nt/user32/HandleDelegatedInput.s create mode 100644 libc/nt/user32/HideCaret.S delete mode 100644 libc/nt/user32/HideCaret.s create mode 100644 libc/nt/user32/HiliteMenuItem.S delete mode 100644 libc/nt/user32/HiliteMenuItem.s create mode 100644 libc/nt/user32/HungWindowFromGhostWindow.S delete mode 100644 libc/nt/user32/HungWindowFromGhostWindow.s create mode 100644 libc/nt/user32/IMPGetIMEW.S delete mode 100644 libc/nt/user32/IMPGetIMEW.s create mode 100644 libc/nt/user32/IMPQueryIMEW.S delete mode 100644 libc/nt/user32/IMPQueryIMEW.s create mode 100644 libc/nt/user32/IMPSetIMEW.S delete mode 100644 libc/nt/user32/IMPSetIMEW.s create mode 100644 libc/nt/user32/ImpersonateDdeClientWindow.S delete mode 100644 libc/nt/user32/ImpersonateDdeClientWindow.s create mode 100644 libc/nt/user32/InSendMessage.S delete mode 100644 libc/nt/user32/InSendMessage.s create mode 100644 libc/nt/user32/InSendMessageEx.S delete mode 100644 libc/nt/user32/InSendMessageEx.s create mode 100644 libc/nt/user32/InflateRect.S delete mode 100644 libc/nt/user32/InflateRect.s create mode 100644 libc/nt/user32/InheritWindowMonitor.S delete mode 100644 libc/nt/user32/InheritWindowMonitor.s create mode 100644 libc/nt/user32/InitDManipHook.S delete mode 100644 libc/nt/user32/InitDManipHook.s create mode 100644 libc/nt/user32/InitializeGenericHidInjection.S delete mode 100644 libc/nt/user32/InitializeGenericHidInjection.s create mode 100644 libc/nt/user32/InitializeInputDeviceInjection.S delete mode 100644 libc/nt/user32/InitializeInputDeviceInjection.s create mode 100644 libc/nt/user32/InitializeLpkHooks.S delete mode 100644 libc/nt/user32/InitializeLpkHooks.s create mode 100644 libc/nt/user32/InitializePointerDeviceInjection.S delete mode 100644 libc/nt/user32/InitializePointerDeviceInjection.s create mode 100644 libc/nt/user32/InitializePointerDeviceInjectionEx.S delete mode 100644 libc/nt/user32/InitializePointerDeviceInjectionEx.s create mode 100644 libc/nt/user32/InitializeTouchInjection.S delete mode 100644 libc/nt/user32/InitializeTouchInjection.s create mode 100644 libc/nt/user32/InjectDeviceInput.S delete mode 100644 libc/nt/user32/InjectDeviceInput.s create mode 100644 libc/nt/user32/InjectGenericHidInput.S delete mode 100644 libc/nt/user32/InjectGenericHidInput.s create mode 100644 libc/nt/user32/InjectKeyboardInput.S delete mode 100644 libc/nt/user32/InjectKeyboardInput.s create mode 100644 libc/nt/user32/InjectMouseInput.S delete mode 100644 libc/nt/user32/InjectMouseInput.s create mode 100644 libc/nt/user32/InjectPointerInput.S delete mode 100644 libc/nt/user32/InjectPointerInput.s create mode 100644 libc/nt/user32/InjectTouchInput.S delete mode 100644 libc/nt/user32/InjectTouchInput.s create mode 100644 libc/nt/user32/InsertMenuItemW.S delete mode 100644 libc/nt/user32/InsertMenuItemW.s create mode 100644 libc/nt/user32/InsertMenuW.S delete mode 100644 libc/nt/user32/InsertMenuW.s create mode 100644 libc/nt/user32/InternalGetWindowIcon.S delete mode 100644 libc/nt/user32/InternalGetWindowIcon.s create mode 100644 libc/nt/user32/InternalGetWindowText.S delete mode 100644 libc/nt/user32/InternalGetWindowText.s create mode 100644 libc/nt/user32/IntersectRect.S delete mode 100644 libc/nt/user32/IntersectRect.s create mode 100644 libc/nt/user32/InvalidateRect.S delete mode 100644 libc/nt/user32/InvalidateRect.s create mode 100644 libc/nt/user32/InvalidateRgn.S delete mode 100644 libc/nt/user32/InvalidateRgn.s create mode 100644 libc/nt/user32/InvertRect.S delete mode 100644 libc/nt/user32/InvertRect.s create mode 100644 libc/nt/user32/IsChild.S delete mode 100644 libc/nt/user32/IsChild.s create mode 100644 libc/nt/user32/IsClipboardFormatAvailable.S delete mode 100644 libc/nt/user32/IsClipboardFormatAvailable.s create mode 100644 libc/nt/user32/IsDialogMessageW.S delete mode 100644 libc/nt/user32/IsDialogMessageW.s create mode 100644 libc/nt/user32/IsDlgButtonChecked.S delete mode 100644 libc/nt/user32/IsDlgButtonChecked.s create mode 100644 libc/nt/user32/IsGUIThread.S delete mode 100644 libc/nt/user32/IsGUIThread.s create mode 100644 libc/nt/user32/IsHungAppWindow.S delete mode 100644 libc/nt/user32/IsHungAppWindow.s create mode 100644 libc/nt/user32/IsIconic.S delete mode 100644 libc/nt/user32/IsIconic.s create mode 100644 libc/nt/user32/IsImmersiveProcess.S delete mode 100644 libc/nt/user32/IsImmersiveProcess.s create mode 100644 libc/nt/user32/IsInDesktopWindowBand.S delete mode 100644 libc/nt/user32/IsInDesktopWindowBand.s create mode 100644 libc/nt/user32/IsMenu.S delete mode 100644 libc/nt/user32/IsMenu.s create mode 100644 libc/nt/user32/IsMouseInPointerEnabled.S delete mode 100644 libc/nt/user32/IsMouseInPointerEnabled.s create mode 100644 libc/nt/user32/IsOneCoreTransformMode.S delete mode 100644 libc/nt/user32/IsOneCoreTransformMode.s create mode 100644 libc/nt/user32/IsProcessDPIAware.S delete mode 100644 libc/nt/user32/IsProcessDPIAware.s create mode 100644 libc/nt/user32/IsQueueAttached.S delete mode 100644 libc/nt/user32/IsQueueAttached.s create mode 100644 libc/nt/user32/IsRectEmpty.S delete mode 100644 libc/nt/user32/IsRectEmpty.s create mode 100644 libc/nt/user32/IsSETEnabled.S delete mode 100644 libc/nt/user32/IsSETEnabled.s create mode 100644 libc/nt/user32/IsServerSideWindow.S delete mode 100644 libc/nt/user32/IsServerSideWindow.s create mode 100644 libc/nt/user32/IsThreadDesktopComposited.S delete mode 100644 libc/nt/user32/IsThreadDesktopComposited.s create mode 100644 libc/nt/user32/IsThreadMessageQueueAttached.S delete mode 100644 libc/nt/user32/IsThreadMessageQueueAttached.s create mode 100644 libc/nt/user32/IsThreadTSFEventAware.S delete mode 100644 libc/nt/user32/IsThreadTSFEventAware.s create mode 100644 libc/nt/user32/IsTopLevelWindow.S delete mode 100644 libc/nt/user32/IsTopLevelWindow.s create mode 100644 libc/nt/user32/IsTouchWindow.S delete mode 100644 libc/nt/user32/IsTouchWindow.s create mode 100644 libc/nt/user32/IsValidDpiAwarenessContext.S delete mode 100644 libc/nt/user32/IsValidDpiAwarenessContext.s create mode 100644 libc/nt/user32/IsWinEventHookInstalled.S delete mode 100644 libc/nt/user32/IsWinEventHookInstalled.s create mode 100644 libc/nt/user32/IsWindow.S delete mode 100644 libc/nt/user32/IsWindow.s create mode 100644 libc/nt/user32/IsWindowArranged.S delete mode 100644 libc/nt/user32/IsWindowArranged.s create mode 100644 libc/nt/user32/IsWindowEnabled.S delete mode 100644 libc/nt/user32/IsWindowEnabled.s create mode 100644 libc/nt/user32/IsWindowInDestroy.S delete mode 100644 libc/nt/user32/IsWindowInDestroy.s create mode 100644 libc/nt/user32/IsWindowRedirectedForPrint.S delete mode 100644 libc/nt/user32/IsWindowRedirectedForPrint.s create mode 100644 libc/nt/user32/IsWindowUnicode.S delete mode 100644 libc/nt/user32/IsWindowUnicode.s create mode 100644 libc/nt/user32/IsWindowVisible.S delete mode 100644 libc/nt/user32/IsWindowVisible.s create mode 100644 libc/nt/user32/IsZoomed.S delete mode 100644 libc/nt/user32/IsZoomed.s create mode 100644 libc/nt/user32/KillTimer.S delete mode 100644 libc/nt/user32/KillTimer.s create mode 100644 libc/nt/user32/LoadAcceleratorsW.S delete mode 100644 libc/nt/user32/LoadAcceleratorsW.s create mode 100644 libc/nt/user32/LoadBitmapW.S delete mode 100644 libc/nt/user32/LoadBitmapW.s create mode 100644 libc/nt/user32/LoadCursorFromFileW.S delete mode 100644 libc/nt/user32/LoadCursorFromFileW.s create mode 100644 libc/nt/user32/LoadCursorW.S delete mode 100644 libc/nt/user32/LoadCursorW.s create mode 100644 libc/nt/user32/LoadIconW.S delete mode 100644 libc/nt/user32/LoadIconW.s create mode 100644 libc/nt/user32/LoadImageW.S delete mode 100644 libc/nt/user32/LoadImageW.s create mode 100644 libc/nt/user32/LoadKeyboardLayoutEx.S delete mode 100644 libc/nt/user32/LoadKeyboardLayoutEx.s create mode 100644 libc/nt/user32/LoadKeyboardLayoutW.S delete mode 100644 libc/nt/user32/LoadKeyboardLayoutW.s create mode 100644 libc/nt/user32/LoadLocalFonts.S delete mode 100644 libc/nt/user32/LoadLocalFonts.s create mode 100644 libc/nt/user32/LoadMenuIndirectW.S delete mode 100644 libc/nt/user32/LoadMenuIndirectW.s create mode 100644 libc/nt/user32/LoadMenuW.S delete mode 100644 libc/nt/user32/LoadMenuW.s create mode 100644 libc/nt/user32/LoadRemoteFonts.S delete mode 100644 libc/nt/user32/LoadRemoteFonts.s create mode 100644 libc/nt/user32/LockSetForegroundWindow.S delete mode 100644 libc/nt/user32/LockSetForegroundWindow.s create mode 100644 libc/nt/user32/LockWindowStation.S delete mode 100644 libc/nt/user32/LockWindowStation.s create mode 100644 libc/nt/user32/LockWindowUpdate.S delete mode 100644 libc/nt/user32/LockWindowUpdate.s create mode 100644 libc/nt/user32/LockWorkStation.S delete mode 100644 libc/nt/user32/LockWorkStation.s create mode 100644 libc/nt/user32/LogicalToPhysicalPoint.S delete mode 100644 libc/nt/user32/LogicalToPhysicalPoint.s create mode 100644 libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.S delete mode 100644 libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.s create mode 100644 libc/nt/user32/LookupIconIdFromDirectory.S delete mode 100644 libc/nt/user32/LookupIconIdFromDirectory.s create mode 100644 libc/nt/user32/LookupIconIdFromDirectoryEx.S delete mode 100644 libc/nt/user32/LookupIconIdFromDirectoryEx.s create mode 100644 libc/nt/user32/MBToWCSEx.S delete mode 100644 libc/nt/user32/MBToWCSEx.s create mode 100644 libc/nt/user32/MBToWCSExt.S delete mode 100644 libc/nt/user32/MBToWCSExt.s create mode 100644 libc/nt/user32/MB_GetString.S delete mode 100644 libc/nt/user32/MB_GetString.s create mode 100644 libc/nt/user32/MITActivateInputProcessing.S delete mode 100644 libc/nt/user32/MITActivateInputProcessing.s create mode 100644 libc/nt/user32/MITBindInputTypeToMonitors.S delete mode 100644 libc/nt/user32/MITBindInputTypeToMonitors.s create mode 100644 libc/nt/user32/MITCoreMsgKGetConnectionHandle.S delete mode 100644 libc/nt/user32/MITCoreMsgKGetConnectionHandle.s create mode 100644 libc/nt/user32/MITCoreMsgKOpenConnectionTo.S delete mode 100644 libc/nt/user32/MITCoreMsgKOpenConnectionTo.s create mode 100644 libc/nt/user32/MITCoreMsgKSend.S delete mode 100644 libc/nt/user32/MITCoreMsgKSend.s create mode 100644 libc/nt/user32/MITDeactivateInputProcessing.S delete mode 100644 libc/nt/user32/MITDeactivateInputProcessing.s create mode 100644 libc/nt/user32/MITDisableMouseIntercept.S delete mode 100644 libc/nt/user32/MITDisableMouseIntercept.s create mode 100644 libc/nt/user32/MITDispatchCompletion.S delete mode 100644 libc/nt/user32/MITDispatchCompletion.s create mode 100644 libc/nt/user32/MITEnableMouseIntercept.S delete mode 100644 libc/nt/user32/MITEnableMouseIntercept.s create mode 100644 libc/nt/user32/MITGetCursorUpdateHandle.S delete mode 100644 libc/nt/user32/MITGetCursorUpdateHandle.s create mode 100644 libc/nt/user32/MITInjectLegacyISMTouchFrame.S delete mode 100644 libc/nt/user32/MITInjectLegacyISMTouchFrame.s create mode 100644 libc/nt/user32/MITRegisterManipulationThread.S delete mode 100644 libc/nt/user32/MITRegisterManipulationThread.s create mode 100644 libc/nt/user32/MITSetForegroundRoutingInfo.S delete mode 100644 libc/nt/user32/MITSetForegroundRoutingInfo.s create mode 100644 libc/nt/user32/MITSetInputCallbacks.S delete mode 100644 libc/nt/user32/MITSetInputCallbacks.s create mode 100644 libc/nt/user32/MITSetInputDelegationMode.S delete mode 100644 libc/nt/user32/MITSetInputDelegationMode.s create mode 100644 libc/nt/user32/MITSetLastInputRecipient.S delete mode 100644 libc/nt/user32/MITSetLastInputRecipient.s create mode 100644 libc/nt/user32/MITSetManipulationInputTarget.S delete mode 100644 libc/nt/user32/MITSetManipulationInputTarget.s create mode 100644 libc/nt/user32/MITStopAndEndInertia.S delete mode 100644 libc/nt/user32/MITStopAndEndInertia.s create mode 100644 libc/nt/user32/MITSynthesizeMouseInput.S delete mode 100644 libc/nt/user32/MITSynthesizeMouseInput.s create mode 100644 libc/nt/user32/MITSynthesizeMouseWheel.S delete mode 100644 libc/nt/user32/MITSynthesizeMouseWheel.s create mode 100644 libc/nt/user32/MITSynthesizeTouchInput.S delete mode 100644 libc/nt/user32/MITSynthesizeTouchInput.s create mode 100644 libc/nt/user32/MITUpdateInputGlobals.S delete mode 100644 libc/nt/user32/MITUpdateInputGlobals.s create mode 100644 libc/nt/user32/MITWaitForMultipleObjectsEx.S delete mode 100644 libc/nt/user32/MITWaitForMultipleObjectsEx.s create mode 100644 libc/nt/user32/MakeThreadTSFEventAware.S delete mode 100644 libc/nt/user32/MakeThreadTSFEventAware.s create mode 100644 libc/nt/user32/MapDialogRect.S delete mode 100644 libc/nt/user32/MapDialogRect.s create mode 100644 libc/nt/user32/MapVirtualKeyExW.S delete mode 100644 libc/nt/user32/MapVirtualKeyExW.s create mode 100644 libc/nt/user32/MapVirtualKeyW.S delete mode 100644 libc/nt/user32/MapVirtualKeyW.s create mode 100644 libc/nt/user32/MapVisualRelativePoints.S delete mode 100644 libc/nt/user32/MapVisualRelativePoints.s create mode 100644 libc/nt/user32/MapWindowPoints.S delete mode 100644 libc/nt/user32/MapWindowPoints.s create mode 100644 libc/nt/user32/MenuItemFromPoint.S delete mode 100644 libc/nt/user32/MenuItemFromPoint.s create mode 100644 libc/nt/user32/MenuWindowProcW.S delete mode 100644 libc/nt/user32/MenuWindowProcW.s create mode 100644 libc/nt/user32/MessageBeep.S delete mode 100644 libc/nt/user32/MessageBeep.s create mode 100644 libc/nt/user32/MessageBoxExW.S delete mode 100644 libc/nt/user32/MessageBoxExW.s create mode 100644 libc/nt/user32/MessageBoxIndirectW.S delete mode 100644 libc/nt/user32/MessageBoxIndirectW.s create mode 100644 libc/nt/user32/MessageBoxTimeoutW.S delete mode 100644 libc/nt/user32/MessageBoxTimeoutW.s create mode 100644 libc/nt/user32/MessageBoxW.S delete mode 100644 libc/nt/user32/MessageBoxW.s create mode 100644 libc/nt/user32/ModifyMenuW.S delete mode 100644 libc/nt/user32/ModifyMenuW.s create mode 100644 libc/nt/user32/MonitorFromPoint.S delete mode 100644 libc/nt/user32/MonitorFromPoint.s create mode 100644 libc/nt/user32/MonitorFromRect.S delete mode 100644 libc/nt/user32/MonitorFromRect.s create mode 100644 libc/nt/user32/MonitorFromWindow.S delete mode 100644 libc/nt/user32/MonitorFromWindow.s create mode 100644 libc/nt/user32/MoveWindow.S delete mode 100644 libc/nt/user32/MoveWindow.s create mode 100644 libc/nt/user32/MsgWaitForMultipleObjects.S delete mode 100644 libc/nt/user32/MsgWaitForMultipleObjects.s create mode 100644 libc/nt/user32/MsgWaitForMultipleObjectsEx.S delete mode 100644 libc/nt/user32/MsgWaitForMultipleObjectsEx.s create mode 100644 libc/nt/user32/NotifyOverlayWindow.S delete mode 100644 libc/nt/user32/NotifyOverlayWindow.s create mode 100644 libc/nt/user32/NotifyWinEvent.S delete mode 100644 libc/nt/user32/NotifyWinEvent.s create mode 100644 libc/nt/user32/OemKeyScan.S delete mode 100644 libc/nt/user32/OemKeyScan.s create mode 100644 libc/nt/user32/OemToCharBuffW.S delete mode 100644 libc/nt/user32/OemToCharBuffW.s create mode 100644 libc/nt/user32/OemToCharW.S delete mode 100644 libc/nt/user32/OemToCharW.s create mode 100644 libc/nt/user32/OffsetRect.S delete mode 100644 libc/nt/user32/OffsetRect.s create mode 100644 libc/nt/user32/OpenClipboard.S delete mode 100644 libc/nt/user32/OpenClipboard.s create mode 100644 libc/nt/user32/OpenDesktopW.S delete mode 100644 libc/nt/user32/OpenDesktopW.s create mode 100644 libc/nt/user32/OpenIcon.S delete mode 100644 libc/nt/user32/OpenIcon.s create mode 100644 libc/nt/user32/OpenInputDesktop.S delete mode 100644 libc/nt/user32/OpenInputDesktop.s create mode 100644 libc/nt/user32/OpenThreadDesktop.S delete mode 100644 libc/nt/user32/OpenThreadDesktop.s create mode 100644 libc/nt/user32/OpenWindowStationW.S delete mode 100644 libc/nt/user32/OpenWindowStationW.s create mode 100644 libc/nt/user32/PackDDElParam.S delete mode 100644 libc/nt/user32/PackDDElParam.s create mode 100644 libc/nt/user32/PackTouchHitTestingProximityEvaluation.S delete mode 100644 libc/nt/user32/PackTouchHitTestingProximityEvaluation.s create mode 100644 libc/nt/user32/PaintDesktop.S delete mode 100644 libc/nt/user32/PaintDesktop.s create mode 100644 libc/nt/user32/PaintMenuBar.S delete mode 100644 libc/nt/user32/PaintMenuBar.s create mode 100644 libc/nt/user32/PaintMonitor.S delete mode 100644 libc/nt/user32/PaintMonitor.s create mode 100644 libc/nt/user32/PeekMessageW.S delete mode 100644 libc/nt/user32/PeekMessageW.s create mode 100644 libc/nt/user32/PhysicalToLogicalPoint.S delete mode 100644 libc/nt/user32/PhysicalToLogicalPoint.s create mode 100644 libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.S delete mode 100644 libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.s create mode 100644 libc/nt/user32/PostMessageW.S delete mode 100644 libc/nt/user32/PostMessageW.s create mode 100644 libc/nt/user32/PostQuitMessage.S delete mode 100644 libc/nt/user32/PostQuitMessage.s create mode 100644 libc/nt/user32/PostThreadMessageW.S delete mode 100644 libc/nt/user32/PostThreadMessageW.s create mode 100644 libc/nt/user32/PrintWindow.S delete mode 100644 libc/nt/user32/PrintWindow.s create mode 100644 libc/nt/user32/PrivateExtractIconExW.S delete mode 100644 libc/nt/user32/PrivateExtractIconExW.s create mode 100644 libc/nt/user32/PrivateExtractIconsW.S delete mode 100644 libc/nt/user32/PrivateExtractIconsW.s create mode 100644 libc/nt/user32/PrivateRegisterICSProc.S delete mode 100644 libc/nt/user32/PrivateRegisterICSProc.s create mode 100644 libc/nt/user32/PtInRect.S delete mode 100644 libc/nt/user32/PtInRect.s create mode 100644 libc/nt/user32/QueryBSDRWindow.S delete mode 100644 libc/nt/user32/QueryBSDRWindow.s create mode 100644 libc/nt/user32/QueryDisplayConfig.S delete mode 100644 libc/nt/user32/QueryDisplayConfig.s create mode 100644 libc/nt/user32/QuerySendMessage.S delete mode 100644 libc/nt/user32/QuerySendMessage.s create mode 100644 libc/nt/user32/RIMAddInputObserver.S delete mode 100644 libc/nt/user32/RIMAddInputObserver.s create mode 100644 libc/nt/user32/RIMAreSiblingDevices.S delete mode 100644 libc/nt/user32/RIMAreSiblingDevices.s create mode 100644 libc/nt/user32/RIMDeviceIoControl.S delete mode 100644 libc/nt/user32/RIMDeviceIoControl.s create mode 100644 libc/nt/user32/RIMEnableMonitorMappingForDevice.S delete mode 100644 libc/nt/user32/RIMEnableMonitorMappingForDevice.s create mode 100644 libc/nt/user32/RIMFreeInputBuffer.S delete mode 100644 libc/nt/user32/RIMFreeInputBuffer.s create mode 100644 libc/nt/user32/RIMGetDevicePreparsedData.S delete mode 100644 libc/nt/user32/RIMGetDevicePreparsedData.s create mode 100644 libc/nt/user32/RIMGetDevicePreparsedDataLockfree.S delete mode 100644 libc/nt/user32/RIMGetDevicePreparsedDataLockfree.s create mode 100644 libc/nt/user32/RIMGetDeviceProperties.S delete mode 100644 libc/nt/user32/RIMGetDeviceProperties.s create mode 100644 libc/nt/user32/RIMGetDevicePropertiesLockfree.S delete mode 100644 libc/nt/user32/RIMGetDevicePropertiesLockfree.s create mode 100644 libc/nt/user32/RIMGetPhysicalDeviceRect.S delete mode 100644 libc/nt/user32/RIMGetPhysicalDeviceRect.s create mode 100644 libc/nt/user32/RIMGetSourceProcessId.S delete mode 100644 libc/nt/user32/RIMGetSourceProcessId.s create mode 100644 libc/nt/user32/RIMObserveNextInput.S delete mode 100644 libc/nt/user32/RIMObserveNextInput.s create mode 100644 libc/nt/user32/RIMOnPnpNotification.S delete mode 100644 libc/nt/user32/RIMOnPnpNotification.s create mode 100644 libc/nt/user32/RIMOnTimerNotification.S delete mode 100644 libc/nt/user32/RIMOnTimerNotification.s create mode 100644 libc/nt/user32/RIMReadInput.S delete mode 100644 libc/nt/user32/RIMReadInput.s create mode 100644 libc/nt/user32/RIMRegisterForInput.S delete mode 100644 libc/nt/user32/RIMRegisterForInput.s create mode 100644 libc/nt/user32/RIMRemoveInputObserver.S delete mode 100644 libc/nt/user32/RIMRemoveInputObserver.s create mode 100644 libc/nt/user32/RIMSetTestModeStatus.S delete mode 100644 libc/nt/user32/RIMSetTestModeStatus.s create mode 100644 libc/nt/user32/RIMUnregisterForInput.S delete mode 100644 libc/nt/user32/RIMUnregisterForInput.s create mode 100644 libc/nt/user32/RIMUpdateInputObserverRegistration.S delete mode 100644 libc/nt/user32/RIMUpdateInputObserverRegistration.s create mode 100644 libc/nt/user32/RealChildWindowFromPoint.S delete mode 100644 libc/nt/user32/RealChildWindowFromPoint.s create mode 100644 libc/nt/user32/RealGetWindowClassW.S delete mode 100644 libc/nt/user32/RealGetWindowClassW.s create mode 100644 libc/nt/user32/ReasonCodeNeedsBugID.S delete mode 100644 libc/nt/user32/ReasonCodeNeedsBugID.s create mode 100644 libc/nt/user32/ReasonCodeNeedsComment.S delete mode 100644 libc/nt/user32/ReasonCodeNeedsComment.s create mode 100644 libc/nt/user32/RecordShutdownReason.S delete mode 100644 libc/nt/user32/RecordShutdownReason.s create mode 100644 libc/nt/user32/RedrawWindow.S delete mode 100644 libc/nt/user32/RedrawWindow.s create mode 100644 libc/nt/user32/RegisterBSDRWindow.S delete mode 100644 libc/nt/user32/RegisterBSDRWindow.s create mode 100644 libc/nt/user32/RegisterClassExW.S delete mode 100644 libc/nt/user32/RegisterClassExW.s create mode 100644 libc/nt/user32/RegisterClassW.S delete mode 100644 libc/nt/user32/RegisterClassW.s create mode 100644 libc/nt/user32/RegisterClipboardFormatW.S delete mode 100644 libc/nt/user32/RegisterClipboardFormatW.s create mode 100644 libc/nt/user32/RegisterDManipHook.S delete mode 100644 libc/nt/user32/RegisterDManipHook.s create mode 100644 libc/nt/user32/RegisterDeviceNotificationW.S delete mode 100644 libc/nt/user32/RegisterDeviceNotificationW.s create mode 100644 libc/nt/user32/RegisterErrorReportingDialog.S delete mode 100644 libc/nt/user32/RegisterErrorReportingDialog.s create mode 100644 libc/nt/user32/RegisterFrostWindow.S delete mode 100644 libc/nt/user32/RegisterFrostWindow.s create mode 100644 libc/nt/user32/RegisterGhostWindow.S delete mode 100644 libc/nt/user32/RegisterGhostWindow.s create mode 100644 libc/nt/user32/RegisterHotKey.S delete mode 100644 libc/nt/user32/RegisterHotKey.s create mode 100644 libc/nt/user32/RegisterLogonProcess.S delete mode 100644 libc/nt/user32/RegisterLogonProcess.s create mode 100644 libc/nt/user32/RegisterMessagePumpHook.S delete mode 100644 libc/nt/user32/RegisterMessagePumpHook.s create mode 100644 libc/nt/user32/RegisterPointerDeviceNotifications.S delete mode 100644 libc/nt/user32/RegisterPointerDeviceNotifications.s create mode 100644 libc/nt/user32/RegisterPointerInputTarget.S delete mode 100644 libc/nt/user32/RegisterPointerInputTarget.s create mode 100644 libc/nt/user32/RegisterPointerInputTargetEx.S delete mode 100644 libc/nt/user32/RegisterPointerInputTargetEx.s create mode 100644 libc/nt/user32/RegisterPowerSettingNotification.S delete mode 100644 libc/nt/user32/RegisterPowerSettingNotification.s create mode 100644 libc/nt/user32/RegisterRawInputDevices.S delete mode 100644 libc/nt/user32/RegisterRawInputDevices.s create mode 100644 libc/nt/user32/RegisterServicesProcess.S delete mode 100644 libc/nt/user32/RegisterServicesProcess.s create mode 100644 libc/nt/user32/RegisterSessionPort.S delete mode 100644 libc/nt/user32/RegisterSessionPort.s create mode 100644 libc/nt/user32/RegisterShellHookWindow.S delete mode 100644 libc/nt/user32/RegisterShellHookWindow.s create mode 100644 libc/nt/user32/RegisterSuspendResumeNotification.S delete mode 100644 libc/nt/user32/RegisterSuspendResumeNotification.s create mode 100644 libc/nt/user32/RegisterSystemThread.S delete mode 100644 libc/nt/user32/RegisterSystemThread.s create mode 100644 libc/nt/user32/RegisterTasklist.S delete mode 100644 libc/nt/user32/RegisterTasklist.s create mode 100644 libc/nt/user32/RegisterTouchHitTestingWindow.S delete mode 100644 libc/nt/user32/RegisterTouchHitTestingWindow.s create mode 100644 libc/nt/user32/RegisterTouchWindow.S delete mode 100644 libc/nt/user32/RegisterTouchWindow.s create mode 100644 libc/nt/user32/RegisterUserApiHook.S delete mode 100644 libc/nt/user32/RegisterUserApiHook.s create mode 100644 libc/nt/user32/RegisterWindowMessageW.S delete mode 100644 libc/nt/user32/RegisterWindowMessageW.s create mode 100644 libc/nt/user32/ReleaseCapture.S delete mode 100644 libc/nt/user32/ReleaseCapture.s create mode 100644 libc/nt/user32/ReleaseDC.S delete mode 100644 libc/nt/user32/ReleaseDC.s create mode 100644 libc/nt/user32/ReleaseDwmHitTestWaiters.S delete mode 100644 libc/nt/user32/ReleaseDwmHitTestWaiters.s create mode 100644 libc/nt/user32/RemoveClipboardFormatListener.S delete mode 100644 libc/nt/user32/RemoveClipboardFormatListener.s create mode 100644 libc/nt/user32/RemoveInjectionDevice.S delete mode 100644 libc/nt/user32/RemoveInjectionDevice.s create mode 100644 libc/nt/user32/RemoveMenu.S delete mode 100644 libc/nt/user32/RemoveMenu.s create mode 100644 libc/nt/user32/RemovePropW.S delete mode 100644 libc/nt/user32/RemovePropW.s create mode 100644 libc/nt/user32/RemoveThreadTSFEventAwareness.S delete mode 100644 libc/nt/user32/RemoveThreadTSFEventAwareness.s create mode 100644 libc/nt/user32/ReplyMessage.S delete mode 100644 libc/nt/user32/ReplyMessage.s create mode 100644 libc/nt/user32/ReportInertia.S delete mode 100644 libc/nt/user32/ReportInertia.s create mode 100644 libc/nt/user32/ResolveDesktopForWOW.S delete mode 100644 libc/nt/user32/ResolveDesktopForWOW.s create mode 100644 libc/nt/user32/ReuseDDElParam.S delete mode 100644 libc/nt/user32/ReuseDDElParam.s create mode 100644 libc/nt/user32/ScreenToClient.S delete mode 100644 libc/nt/user32/ScreenToClient.s create mode 100644 libc/nt/user32/ScrollChildren.S delete mode 100644 libc/nt/user32/ScrollChildren.s create mode 100644 libc/nt/user32/ScrollDC.S delete mode 100644 libc/nt/user32/ScrollDC.s create mode 100644 libc/nt/user32/ScrollWindow.S delete mode 100644 libc/nt/user32/ScrollWindow.s create mode 100644 libc/nt/user32/ScrollWindowEx.S delete mode 100644 libc/nt/user32/ScrollWindowEx.s create mode 100644 libc/nt/user32/SendDlgItemMessageW.S delete mode 100644 libc/nt/user32/SendDlgItemMessageW.s create mode 100644 libc/nt/user32/SendIMEMessageExW.S delete mode 100644 libc/nt/user32/SendIMEMessageExW.s create mode 100644 libc/nt/user32/SendInput.S delete mode 100644 libc/nt/user32/SendInput.s create mode 100644 libc/nt/user32/SendMessageCallbackW.S delete mode 100644 libc/nt/user32/SendMessageCallbackW.s create mode 100644 libc/nt/user32/SendMessageTimeoutW.S delete mode 100644 libc/nt/user32/SendMessageTimeoutW.s create mode 100644 libc/nt/user32/SendMessageW.S delete mode 100644 libc/nt/user32/SendMessageW.s create mode 100644 libc/nt/user32/SendNotifyMessageW.S delete mode 100644 libc/nt/user32/SendNotifyMessageW.s create mode 100644 libc/nt/user32/SetActiveWindow.S delete mode 100644 libc/nt/user32/SetActiveWindow.s create mode 100644 libc/nt/user32/SetCapture.S delete mode 100644 libc/nt/user32/SetCapture.s create mode 100644 libc/nt/user32/SetCaretBlinkTime.S delete mode 100644 libc/nt/user32/SetCaretBlinkTime.s create mode 100644 libc/nt/user32/SetCaretPos.S delete mode 100644 libc/nt/user32/SetCaretPos.s create mode 100644 libc/nt/user32/SetClassLongPtrW.S delete mode 100644 libc/nt/user32/SetClassLongPtrW.s create mode 100644 libc/nt/user32/SetClassLongW.S delete mode 100644 libc/nt/user32/SetClassLongW.s create mode 100644 libc/nt/user32/SetClassWord.S delete mode 100644 libc/nt/user32/SetClassWord.s create mode 100644 libc/nt/user32/SetClipboardData.S delete mode 100644 libc/nt/user32/SetClipboardData.s create mode 100644 libc/nt/user32/SetClipboardViewer.S delete mode 100644 libc/nt/user32/SetClipboardViewer.s create mode 100644 libc/nt/user32/SetCoalescableTimer.S delete mode 100644 libc/nt/user32/SetCoalescableTimer.s create mode 100644 libc/nt/user32/SetCoreWindow.S delete mode 100644 libc/nt/user32/SetCoreWindow.s create mode 100644 libc/nt/user32/SetCursor.S delete mode 100644 libc/nt/user32/SetCursor.s create mode 100644 libc/nt/user32/SetCursorContents.S delete mode 100644 libc/nt/user32/SetCursorContents.s create mode 100644 libc/nt/user32/SetCursorPos.S delete mode 100644 libc/nt/user32/SetCursorPos.s create mode 100644 libc/nt/user32/SetDebugErrorLevel.S delete mode 100644 libc/nt/user32/SetDebugErrorLevel.s create mode 100644 libc/nt/user32/SetDeskWallpaper.S delete mode 100644 libc/nt/user32/SetDeskWallpaper.s create mode 100644 libc/nt/user32/SetDesktopColorTransform.S delete mode 100644 libc/nt/user32/SetDesktopColorTransform.s create mode 100644 libc/nt/user32/SetDialogControlDpiChangeBehavior.S delete mode 100644 libc/nt/user32/SetDialogControlDpiChangeBehavior.s create mode 100644 libc/nt/user32/SetDialogDpiChangeBehavior.S delete mode 100644 libc/nt/user32/SetDialogDpiChangeBehavior.s create mode 100644 libc/nt/user32/SetDisplayAutoRotationPreferences.S delete mode 100644 libc/nt/user32/SetDisplayAutoRotationPreferences.s create mode 100644 libc/nt/user32/SetDisplayConfig.S delete mode 100644 libc/nt/user32/SetDisplayConfig.s create mode 100644 libc/nt/user32/SetDlgItemInt.S delete mode 100644 libc/nt/user32/SetDlgItemInt.s create mode 100644 libc/nt/user32/SetDlgItemTextW.S delete mode 100644 libc/nt/user32/SetDlgItemTextW.s create mode 100644 libc/nt/user32/SetDoubleClickTime.S delete mode 100644 libc/nt/user32/SetDoubleClickTime.s create mode 100644 libc/nt/user32/SetFeatureReportResponse.S delete mode 100644 libc/nt/user32/SetFeatureReportResponse.s create mode 100644 libc/nt/user32/SetFocus.S delete mode 100644 libc/nt/user32/SetFocus.s create mode 100644 libc/nt/user32/SetForegroundWindow.S delete mode 100644 libc/nt/user32/SetForegroundWindow.s create mode 100644 libc/nt/user32/SetGestureConfig.S delete mode 100644 libc/nt/user32/SetGestureConfig.s create mode 100644 libc/nt/user32/SetInternalWindowPos.S delete mode 100644 libc/nt/user32/SetInternalWindowPos.s create mode 100644 libc/nt/user32/SetKeyboardState.S delete mode 100644 libc/nt/user32/SetKeyboardState.s create mode 100644 libc/nt/user32/SetLastErrorEx.S delete mode 100644 libc/nt/user32/SetLastErrorEx.s create mode 100644 libc/nt/user32/SetLayeredWindowAttributes.S delete mode 100644 libc/nt/user32/SetLayeredWindowAttributes.s create mode 100644 libc/nt/user32/SetMagnificationDesktopColorEffect.S delete mode 100644 libc/nt/user32/SetMagnificationDesktopColorEffect.s create mode 100644 libc/nt/user32/SetMagnificationDesktopMagnification.S delete mode 100644 libc/nt/user32/SetMagnificationDesktopMagnification.s create mode 100644 libc/nt/user32/SetMagnificationDesktopSamplingMode.S delete mode 100644 libc/nt/user32/SetMagnificationDesktopSamplingMode.s create mode 100644 libc/nt/user32/SetMagnificationLensCtxInformation.S delete mode 100644 libc/nt/user32/SetMagnificationLensCtxInformation.s create mode 100644 libc/nt/user32/SetMenu.S delete mode 100644 libc/nt/user32/SetMenu.s create mode 100644 libc/nt/user32/SetMenuContextHelpId.S delete mode 100644 libc/nt/user32/SetMenuContextHelpId.s create mode 100644 libc/nt/user32/SetMenuDefaultItem.S delete mode 100644 libc/nt/user32/SetMenuDefaultItem.s create mode 100644 libc/nt/user32/SetMenuInfo.S delete mode 100644 libc/nt/user32/SetMenuInfo.s create mode 100644 libc/nt/user32/SetMenuItemBitmaps.S delete mode 100644 libc/nt/user32/SetMenuItemBitmaps.s create mode 100644 libc/nt/user32/SetMenuItemInfoW.S delete mode 100644 libc/nt/user32/SetMenuItemInfoW.s create mode 100644 libc/nt/user32/SetMessageExtraInfo.S delete mode 100644 libc/nt/user32/SetMessageExtraInfo.s create mode 100644 libc/nt/user32/SetMessageQueue.S delete mode 100644 libc/nt/user32/SetMessageQueue.s create mode 100644 libc/nt/user32/SetMirrorRendering.S delete mode 100644 libc/nt/user32/SetMirrorRendering.s create mode 100644 libc/nt/user32/SetParent.S delete mode 100644 libc/nt/user32/SetParent.s create mode 100644 libc/nt/user32/SetPhysicalCursorPos.S delete mode 100644 libc/nt/user32/SetPhysicalCursorPos.s create mode 100644 libc/nt/user32/SetProcessDPIAware.S delete mode 100644 libc/nt/user32/SetProcessDPIAware.s create mode 100644 libc/nt/user32/SetProcessDefaultLayout.S delete mode 100644 libc/nt/user32/SetProcessDefaultLayout.s create mode 100644 libc/nt/user32/SetProcessDpiAwarenessContext.S delete mode 100644 libc/nt/user32/SetProcessDpiAwarenessContext.s create mode 100644 libc/nt/user32/SetProcessDpiAwarenessInternal.S delete mode 100644 libc/nt/user32/SetProcessDpiAwarenessInternal.s create mode 100644 libc/nt/user32/SetProcessRestrictionExemption.S delete mode 100644 libc/nt/user32/SetProcessRestrictionExemption.s create mode 100644 libc/nt/user32/SetProcessWindowStation.S delete mode 100644 libc/nt/user32/SetProcessWindowStation.s create mode 100644 libc/nt/user32/SetProgmanWindow.S delete mode 100644 libc/nt/user32/SetProgmanWindow.s create mode 100644 libc/nt/user32/SetPropW.S delete mode 100644 libc/nt/user32/SetPropW.s create mode 100644 libc/nt/user32/SetRect.S delete mode 100644 libc/nt/user32/SetRect.s create mode 100644 libc/nt/user32/SetRectEmpty.S delete mode 100644 libc/nt/user32/SetRectEmpty.s create mode 100644 libc/nt/user32/SetScrollInfo.S delete mode 100644 libc/nt/user32/SetScrollInfo.s create mode 100644 libc/nt/user32/SetScrollPos.S delete mode 100644 libc/nt/user32/SetScrollPos.s create mode 100644 libc/nt/user32/SetScrollRange.S delete mode 100644 libc/nt/user32/SetScrollRange.s create mode 100644 libc/nt/user32/SetShellWindow.S delete mode 100644 libc/nt/user32/SetShellWindow.s create mode 100644 libc/nt/user32/SetShellWindowEx.S delete mode 100644 libc/nt/user32/SetShellWindowEx.s create mode 100644 libc/nt/user32/SetSysColors.S delete mode 100644 libc/nt/user32/SetSysColors.s create mode 100644 libc/nt/user32/SetSysColorsTemp.S delete mode 100644 libc/nt/user32/SetSysColorsTemp.s create mode 100644 libc/nt/user32/SetSystemCursor.S delete mode 100644 libc/nt/user32/SetSystemCursor.s create mode 100644 libc/nt/user32/SetSystemMenu.S delete mode 100644 libc/nt/user32/SetSystemMenu.s create mode 100644 libc/nt/user32/SetTaskmanWindow.S delete mode 100644 libc/nt/user32/SetTaskmanWindow.s create mode 100644 libc/nt/user32/SetThreadDesktop.S delete mode 100644 libc/nt/user32/SetThreadDesktop.s create mode 100644 libc/nt/user32/SetThreadDpiAwarenessContext.S delete mode 100644 libc/nt/user32/SetThreadDpiAwarenessContext.s create mode 100644 libc/nt/user32/SetThreadDpiHostingBehavior.S delete mode 100644 libc/nt/user32/SetThreadDpiHostingBehavior.s create mode 100644 libc/nt/user32/SetThreadInputBlocked.S delete mode 100644 libc/nt/user32/SetThreadInputBlocked.s create mode 100644 libc/nt/user32/SetTimer.S delete mode 100644 libc/nt/user32/SetTimer.s create mode 100644 libc/nt/user32/SetUserObjectInformationW.S delete mode 100644 libc/nt/user32/SetUserObjectInformationW.s create mode 100644 libc/nt/user32/SetUserObjectSecurity.S delete mode 100644 libc/nt/user32/SetUserObjectSecurity.s create mode 100644 libc/nt/user32/SetWinEventHook.S delete mode 100644 libc/nt/user32/SetWinEventHook.s create mode 100644 libc/nt/user32/SetWindowBand.S delete mode 100644 libc/nt/user32/SetWindowBand.s create mode 100644 libc/nt/user32/SetWindowCompositionAttribute.S delete mode 100644 libc/nt/user32/SetWindowCompositionAttribute.s create mode 100644 libc/nt/user32/SetWindowCompositionTransition.S delete mode 100644 libc/nt/user32/SetWindowCompositionTransition.s create mode 100644 libc/nt/user32/SetWindowContextHelpId.S delete mode 100644 libc/nt/user32/SetWindowContextHelpId.s create mode 100644 libc/nt/user32/SetWindowDisplayAffinity.S delete mode 100644 libc/nt/user32/SetWindowDisplayAffinity.s create mode 100644 libc/nt/user32/SetWindowFeedbackSetting.S delete mode 100644 libc/nt/user32/SetWindowFeedbackSetting.s create mode 100644 libc/nt/user32/SetWindowLongPtrW.S delete mode 100644 libc/nt/user32/SetWindowLongPtrW.s create mode 100644 libc/nt/user32/SetWindowLongW.S delete mode 100644 libc/nt/user32/SetWindowLongW.s create mode 100644 libc/nt/user32/SetWindowPlacement.S delete mode 100644 libc/nt/user32/SetWindowPlacement.s create mode 100644 libc/nt/user32/SetWindowPos.S delete mode 100644 libc/nt/user32/SetWindowPos.s create mode 100644 libc/nt/user32/SetWindowRgn.S delete mode 100644 libc/nt/user32/SetWindowRgn.s create mode 100644 libc/nt/user32/SetWindowRgnEx.S delete mode 100644 libc/nt/user32/SetWindowRgnEx.s create mode 100644 libc/nt/user32/SetWindowStationUser.S delete mode 100644 libc/nt/user32/SetWindowStationUser.s create mode 100644 libc/nt/user32/SetWindowTextW.S delete mode 100644 libc/nt/user32/SetWindowTextW.s create mode 100644 libc/nt/user32/SetWindowWord.S delete mode 100644 libc/nt/user32/SetWindowWord.s create mode 100644 libc/nt/user32/SetWindowsHookExW.S delete mode 100644 libc/nt/user32/SetWindowsHookExW.s create mode 100644 libc/nt/user32/SetWindowsHookW.S delete mode 100644 libc/nt/user32/SetWindowsHookW.s create mode 100644 libc/nt/user32/ShowCaret.S delete mode 100644 libc/nt/user32/ShowCaret.s create mode 100644 libc/nt/user32/ShowCursor.S delete mode 100644 libc/nt/user32/ShowCursor.s create mode 100644 libc/nt/user32/ShowOwnedPopups.S delete mode 100644 libc/nt/user32/ShowOwnedPopups.s create mode 100644 libc/nt/user32/ShowScrollBar.S delete mode 100644 libc/nt/user32/ShowScrollBar.s create mode 100644 libc/nt/user32/ShowStartGlass.S delete mode 100644 libc/nt/user32/ShowStartGlass.s create mode 100644 libc/nt/user32/ShowSystemCursor.S delete mode 100644 libc/nt/user32/ShowSystemCursor.s create mode 100644 libc/nt/user32/ShowWindow.S delete mode 100644 libc/nt/user32/ShowWindow.s create mode 100644 libc/nt/user32/ShowWindowAsync.S delete mode 100644 libc/nt/user32/ShowWindowAsync.s create mode 100644 libc/nt/user32/ShutdownBlockReasonCreate.S delete mode 100644 libc/nt/user32/ShutdownBlockReasonCreate.s create mode 100644 libc/nt/user32/ShutdownBlockReasonDestroy.S delete mode 100644 libc/nt/user32/ShutdownBlockReasonDestroy.s create mode 100644 libc/nt/user32/ShutdownBlockReasonQuery.S delete mode 100644 libc/nt/user32/ShutdownBlockReasonQuery.s create mode 100644 libc/nt/user32/SignalRedirectionStartComplete.S delete mode 100644 libc/nt/user32/SignalRedirectionStartComplete.s create mode 100644 libc/nt/user32/SkipPointerFrameMessages.S delete mode 100644 libc/nt/user32/SkipPointerFrameMessages.s create mode 100644 libc/nt/user32/SoftModalMessageBox.S delete mode 100644 libc/nt/user32/SoftModalMessageBox.s create mode 100644 libc/nt/user32/SoundSentry.S delete mode 100644 libc/nt/user32/SoundSentry.s create mode 100644 libc/nt/user32/SubtractRect.S delete mode 100644 libc/nt/user32/SubtractRect.s create mode 100644 libc/nt/user32/SwapMouseButton.S delete mode 100644 libc/nt/user32/SwapMouseButton.s create mode 100644 libc/nt/user32/SwitchDesktop.S delete mode 100644 libc/nt/user32/SwitchDesktop.s create mode 100644 libc/nt/user32/SwitchDesktopWithFade.S delete mode 100644 libc/nt/user32/SwitchDesktopWithFade.s create mode 100644 libc/nt/user32/SwitchToThisWindow.S delete mode 100644 libc/nt/user32/SwitchToThisWindow.s create mode 100644 libc/nt/user32/SystemParametersInfoForDpi.S delete mode 100644 libc/nt/user32/SystemParametersInfoForDpi.s create mode 100644 libc/nt/user32/SystemParametersInfoW.S delete mode 100644 libc/nt/user32/SystemParametersInfoW.s create mode 100644 libc/nt/user32/TabbedTextOutW.S delete mode 100644 libc/nt/user32/TabbedTextOutW.s create mode 100644 libc/nt/user32/TileChildWindows.S delete mode 100644 libc/nt/user32/TileChildWindows.s create mode 100644 libc/nt/user32/TileWindows.S delete mode 100644 libc/nt/user32/TileWindows.s create mode 100644 libc/nt/user32/ToAscii.S delete mode 100644 libc/nt/user32/ToAscii.s create mode 100644 libc/nt/user32/ToAsciiEx.S delete mode 100644 libc/nt/user32/ToAsciiEx.s create mode 100644 libc/nt/user32/ToUnicode.S delete mode 100644 libc/nt/user32/ToUnicode.s create mode 100644 libc/nt/user32/ToUnicodeEx.S delete mode 100644 libc/nt/user32/ToUnicodeEx.s create mode 100644 libc/nt/user32/TrackMouseEvent.S delete mode 100644 libc/nt/user32/TrackMouseEvent.s create mode 100644 libc/nt/user32/TrackPopupMenu.S delete mode 100644 libc/nt/user32/TrackPopupMenu.s create mode 100644 libc/nt/user32/TrackPopupMenuEx.S delete mode 100644 libc/nt/user32/TrackPopupMenuEx.s create mode 100644 libc/nt/user32/TranslateAcceleratorW.S delete mode 100644 libc/nt/user32/TranslateAcceleratorW.s create mode 100644 libc/nt/user32/TranslateMDISysAccel.S delete mode 100644 libc/nt/user32/TranslateMDISysAccel.s create mode 100644 libc/nt/user32/TranslateMessage.S delete mode 100644 libc/nt/user32/TranslateMessage.s create mode 100644 libc/nt/user32/TranslateMessageEx.S delete mode 100644 libc/nt/user32/TranslateMessageEx.s create mode 100644 libc/nt/user32/UndelegateInput.S delete mode 100644 libc/nt/user32/UndelegateInput.s create mode 100644 libc/nt/user32/UnhookWinEvent.S delete mode 100644 libc/nt/user32/UnhookWinEvent.s create mode 100644 libc/nt/user32/UnhookWindowsHook.S delete mode 100644 libc/nt/user32/UnhookWindowsHook.s create mode 100644 libc/nt/user32/UnhookWindowsHookEx.S delete mode 100644 libc/nt/user32/UnhookWindowsHookEx.s create mode 100644 libc/nt/user32/UnionRect.S delete mode 100644 libc/nt/user32/UnionRect.s create mode 100644 libc/nt/user32/UnloadKeyboardLayout.S delete mode 100644 libc/nt/user32/UnloadKeyboardLayout.s create mode 100644 libc/nt/user32/UnlockWindowStation.S delete mode 100644 libc/nt/user32/UnlockWindowStation.s create mode 100644 libc/nt/user32/UnpackDDElParam.S delete mode 100644 libc/nt/user32/UnpackDDElParam.s create mode 100644 libc/nt/user32/UnregisterClassW.S delete mode 100644 libc/nt/user32/UnregisterClassW.s create mode 100644 libc/nt/user32/UnregisterDeviceNotification.S delete mode 100644 libc/nt/user32/UnregisterDeviceNotification.s create mode 100644 libc/nt/user32/UnregisterHotKey.S delete mode 100644 libc/nt/user32/UnregisterHotKey.s create mode 100644 libc/nt/user32/UnregisterMessagePumpHook.S delete mode 100644 libc/nt/user32/UnregisterMessagePumpHook.s create mode 100644 libc/nt/user32/UnregisterPointerInputTarget.S delete mode 100644 libc/nt/user32/UnregisterPointerInputTarget.s create mode 100644 libc/nt/user32/UnregisterPointerInputTargetEx.S delete mode 100644 libc/nt/user32/UnregisterPointerInputTargetEx.s create mode 100644 libc/nt/user32/UnregisterPowerSettingNotification.S delete mode 100644 libc/nt/user32/UnregisterPowerSettingNotification.s create mode 100644 libc/nt/user32/UnregisterSessionPort.S delete mode 100644 libc/nt/user32/UnregisterSessionPort.s create mode 100644 libc/nt/user32/UnregisterSuspendResumeNotification.S delete mode 100644 libc/nt/user32/UnregisterSuspendResumeNotification.s create mode 100644 libc/nt/user32/UnregisterTouchWindow.S delete mode 100644 libc/nt/user32/UnregisterTouchWindow.s create mode 100644 libc/nt/user32/UnregisterUserApiHook.S delete mode 100644 libc/nt/user32/UnregisterUserApiHook.s create mode 100644 libc/nt/user32/UpdateDefaultDesktopThumbnail.S delete mode 100644 libc/nt/user32/UpdateDefaultDesktopThumbnail.s create mode 100644 libc/nt/user32/UpdateLayeredWindow.S delete mode 100644 libc/nt/user32/UpdateLayeredWindow.s create mode 100644 libc/nt/user32/UpdateLayeredWindowIndirect.S delete mode 100644 libc/nt/user32/UpdateLayeredWindowIndirect.s create mode 100644 libc/nt/user32/UpdatePerUserSystemParameters.S delete mode 100644 libc/nt/user32/UpdatePerUserSystemParameters.s create mode 100644 libc/nt/user32/UpdateWindow.S delete mode 100644 libc/nt/user32/UpdateWindow.s create mode 100644 libc/nt/user32/UpdateWindowInputSinkHints.S delete mode 100644 libc/nt/user32/UpdateWindowInputSinkHints.s create mode 100644 libc/nt/user32/User32InitializeImmEntryTable.S delete mode 100644 libc/nt/user32/User32InitializeImmEntryTable.s create mode 100644 libc/nt/user32/UserClientDllInitialize.S delete mode 100644 libc/nt/user32/UserClientDllInitialize.s create mode 100644 libc/nt/user32/UserHandleGrantAccess.S delete mode 100644 libc/nt/user32/UserHandleGrantAccess.s create mode 100644 libc/nt/user32/UserLpkPSMTextOut.S delete mode 100644 libc/nt/user32/UserLpkPSMTextOut.s create mode 100644 libc/nt/user32/UserLpkTabbedTextOut.S delete mode 100644 libc/nt/user32/UserLpkTabbedTextOut.s create mode 100644 libc/nt/user32/UserRealizePalette.S delete mode 100644 libc/nt/user32/UserRealizePalette.s create mode 100644 libc/nt/user32/UserRegisterWowHandlers.S delete mode 100644 libc/nt/user32/UserRegisterWowHandlers.s create mode 100644 libc/nt/user32/VRipOutput.S delete mode 100644 libc/nt/user32/VRipOutput.s create mode 100644 libc/nt/user32/VTagOutput.S delete mode 100644 libc/nt/user32/VTagOutput.s create mode 100644 libc/nt/user32/ValidateRect.S delete mode 100644 libc/nt/user32/ValidateRect.s create mode 100644 libc/nt/user32/ValidateRgn.S delete mode 100644 libc/nt/user32/ValidateRgn.s create mode 100644 libc/nt/user32/VkKeyScanExW.S delete mode 100644 libc/nt/user32/VkKeyScanExW.s create mode 100644 libc/nt/user32/VkKeyScanW.S delete mode 100644 libc/nt/user32/VkKeyScanW.s create mode 100644 libc/nt/user32/WCSToMBEx.S delete mode 100644 libc/nt/user32/WCSToMBEx.s create mode 100644 libc/nt/user32/WINNLSEnableIME.S delete mode 100644 libc/nt/user32/WINNLSEnableIME.s create mode 100644 libc/nt/user32/WINNLSGetEnableStatus.S delete mode 100644 libc/nt/user32/WINNLSGetEnableStatus.s create mode 100644 libc/nt/user32/WINNLSGetIMEHotkey.S delete mode 100644 libc/nt/user32/WINNLSGetIMEHotkey.s create mode 100644 libc/nt/user32/WaitForInputIdle.S delete mode 100644 libc/nt/user32/WaitForInputIdle.s create mode 100644 libc/nt/user32/WaitForRedirectionStartComplete.S delete mode 100644 libc/nt/user32/WaitForRedirectionStartComplete.s create mode 100644 libc/nt/user32/WaitMessage.S delete mode 100644 libc/nt/user32/WaitMessage.s create mode 100644 libc/nt/user32/WinHelpW.S delete mode 100644 libc/nt/user32/WinHelpW.s create mode 100644 libc/nt/user32/WindowFromDC.S delete mode 100644 libc/nt/user32/WindowFromDC.s create mode 100644 libc/nt/user32/WindowFromPhysicalPoint.S delete mode 100644 libc/nt/user32/WindowFromPhysicalPoint.s create mode 100644 libc/nt/user32/WindowFromPoint.S delete mode 100644 libc/nt/user32/WindowFromPoint.s create mode 100644 libc/nt/ws2_32/FreeAddrInfoExW.S delete mode 100644 libc/nt/ws2_32/FreeAddrInfoExW.s create mode 100644 libc/nt/ws2_32/FreeAddrInfoW.S delete mode 100644 libc/nt/ws2_32/FreeAddrInfoW.s create mode 100644 libc/nt/ws2_32/GetAddrInfoExCancel.S delete mode 100644 libc/nt/ws2_32/GetAddrInfoExCancel.s create mode 100644 libc/nt/ws2_32/GetAddrInfoExOverlappedResult.S delete mode 100644 libc/nt/ws2_32/GetAddrInfoExOverlappedResult.s create mode 100644 libc/nt/ws2_32/GetAddrInfoExW.S delete mode 100644 libc/nt/ws2_32/GetAddrInfoExW.s create mode 100644 libc/nt/ws2_32/GetAddrInfoW.S delete mode 100644 libc/nt/ws2_32/GetAddrInfoW.s create mode 100644 libc/nt/ws2_32/GetHostNameW.S delete mode 100644 libc/nt/ws2_32/GetHostNameW.s create mode 100644 libc/nt/ws2_32/GetNameInfoW.S delete mode 100644 libc/nt/ws2_32/GetNameInfoW.s create mode 100644 libc/nt/ws2_32/SetAddrInfoExW.S delete mode 100644 libc/nt/ws2_32/SetAddrInfoExW.s create mode 100644 libc/nt/ws2_32/WSAAccept.S delete mode 100644 libc/nt/ws2_32/WSAAccept.s create mode 100644 libc/nt/ws2_32/WSAAddressToStringW.S delete mode 100644 libc/nt/ws2_32/WSAAddressToStringW.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetHostByAddr.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetHostByAddr.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetHostByName.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetHostByName.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetProtoByName.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetProtoByName.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetProtoByNumber.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetProtoByNumber.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetServByName.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetServByName.s create mode 100644 libc/nt/ws2_32/WSAAsyncGetServByPort.S delete mode 100644 libc/nt/ws2_32/WSAAsyncGetServByPort.s create mode 100644 libc/nt/ws2_32/WSAAsyncSelect.S delete mode 100644 libc/nt/ws2_32/WSAAsyncSelect.s create mode 100644 libc/nt/ws2_32/WSACancelAsyncRequest.S delete mode 100644 libc/nt/ws2_32/WSACancelAsyncRequest.s create mode 100644 libc/nt/ws2_32/WSACancelBlockingCall.S delete mode 100644 libc/nt/ws2_32/WSACancelBlockingCall.s create mode 100644 libc/nt/ws2_32/WSACleanup.S delete mode 100644 libc/nt/ws2_32/WSACleanup.s create mode 100644 libc/nt/ws2_32/WSACloseEvent.S delete mode 100644 libc/nt/ws2_32/WSACloseEvent.s create mode 100644 libc/nt/ws2_32/WSAConnect.S delete mode 100644 libc/nt/ws2_32/WSAConnect.s create mode 100644 libc/nt/ws2_32/WSAConnectByList.S delete mode 100644 libc/nt/ws2_32/WSAConnectByList.s create mode 100644 libc/nt/ws2_32/WSAConnectByNameW.S delete mode 100644 libc/nt/ws2_32/WSAConnectByNameW.s create mode 100644 libc/nt/ws2_32/WSACreateEvent.S delete mode 100644 libc/nt/ws2_32/WSACreateEvent.s create mode 100644 libc/nt/ws2_32/WSADuplicateSocketW.S delete mode 100644 libc/nt/ws2_32/WSADuplicateSocketW.s create mode 100644 libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.S delete mode 100644 libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.s create mode 100644 libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.S delete mode 100644 libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.s create mode 100644 libc/nt/ws2_32/WSAEnumNetworkEvents.S delete mode 100644 libc/nt/ws2_32/WSAEnumNetworkEvents.s create mode 100644 libc/nt/ws2_32/WSAEnumProtocolsW.S delete mode 100644 libc/nt/ws2_32/WSAEnumProtocolsW.s create mode 100644 libc/nt/ws2_32/WSAEventSelect.S delete mode 100644 libc/nt/ws2_32/WSAEventSelect.s create mode 100644 libc/nt/ws2_32/WSAGetLastError.S delete mode 100644 libc/nt/ws2_32/WSAGetLastError.s create mode 100644 libc/nt/ws2_32/WSAGetOverlappedResult.S delete mode 100644 libc/nt/ws2_32/WSAGetOverlappedResult.s create mode 100644 libc/nt/ws2_32/WSAGetQOSByName.S delete mode 100644 libc/nt/ws2_32/WSAGetQOSByName.s create mode 100644 libc/nt/ws2_32/WSAGetServiceClassInfoW.S delete mode 100644 libc/nt/ws2_32/WSAGetServiceClassInfoW.s create mode 100644 libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.S delete mode 100644 libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.s create mode 100644 libc/nt/ws2_32/WSAInstallServiceClassW.S delete mode 100644 libc/nt/ws2_32/WSAInstallServiceClassW.s create mode 100644 libc/nt/ws2_32/WSAIoctl.S delete mode 100644 libc/nt/ws2_32/WSAIoctl.s create mode 100644 libc/nt/ws2_32/WSAJoinLeaf.S delete mode 100644 libc/nt/ws2_32/WSAJoinLeaf.s create mode 100644 libc/nt/ws2_32/WSALookupServiceBeginW.S delete mode 100644 libc/nt/ws2_32/WSALookupServiceBeginW.s create mode 100644 libc/nt/ws2_32/WSALookupServiceEnd.S delete mode 100644 libc/nt/ws2_32/WSALookupServiceEnd.s create mode 100644 libc/nt/ws2_32/WSALookupServiceNextW.S delete mode 100644 libc/nt/ws2_32/WSALookupServiceNextW.s create mode 100644 libc/nt/ws2_32/WSANSPIoctl.S delete mode 100644 libc/nt/ws2_32/WSANSPIoctl.s create mode 100644 libc/nt/ws2_32/WSAPoll.S delete mode 100644 libc/nt/ws2_32/WSAPoll.s create mode 100644 libc/nt/ws2_32/WSAProviderCompleteAsyncCall.S delete mode 100644 libc/nt/ws2_32/WSAProviderCompleteAsyncCall.s create mode 100644 libc/nt/ws2_32/WSAProviderConfigChange.S delete mode 100644 libc/nt/ws2_32/WSAProviderConfigChange.s create mode 100644 libc/nt/ws2_32/WSARecv.S delete mode 100644 libc/nt/ws2_32/WSARecv.s create mode 100644 libc/nt/ws2_32/WSARecvDisconnect.S delete mode 100644 libc/nt/ws2_32/WSARecvDisconnect.s create mode 100644 libc/nt/ws2_32/WSARecvFrom.S delete mode 100644 libc/nt/ws2_32/WSARecvFrom.s create mode 100644 libc/nt/ws2_32/WSARemoveServiceClass.S delete mode 100644 libc/nt/ws2_32/WSARemoveServiceClass.s create mode 100644 libc/nt/ws2_32/WSAResetEvent.S delete mode 100644 libc/nt/ws2_32/WSAResetEvent.s create mode 100644 libc/nt/ws2_32/WSASend.S delete mode 100644 libc/nt/ws2_32/WSASend.s create mode 100644 libc/nt/ws2_32/WSASendDisconnect.S delete mode 100644 libc/nt/ws2_32/WSASendDisconnect.s create mode 100644 libc/nt/ws2_32/WSASendMsg.S delete mode 100644 libc/nt/ws2_32/WSASendMsg.s create mode 100644 libc/nt/ws2_32/WSASendTo.S delete mode 100644 libc/nt/ws2_32/WSASendTo.s create mode 100644 libc/nt/ws2_32/WSASetBlockingHook.S delete mode 100644 libc/nt/ws2_32/WSASetBlockingHook.s create mode 100644 libc/nt/ws2_32/WSASetEvent.S delete mode 100644 libc/nt/ws2_32/WSASetEvent.s create mode 100644 libc/nt/ws2_32/WSASetLastError.S delete mode 100644 libc/nt/ws2_32/WSASetLastError.s create mode 100644 libc/nt/ws2_32/WSASetServiceW.S delete mode 100644 libc/nt/ws2_32/WSASetServiceW.s create mode 100644 libc/nt/ws2_32/WSASocketW.S delete mode 100644 libc/nt/ws2_32/WSASocketW.s create mode 100644 libc/nt/ws2_32/WSAStartup.S delete mode 100644 libc/nt/ws2_32/WSAStartup.s create mode 100644 libc/nt/ws2_32/WSAStringToAddressW.S delete mode 100644 libc/nt/ws2_32/WSAStringToAddressW.s create mode 100644 libc/nt/ws2_32/WSAUnadvertiseProvider.S delete mode 100644 libc/nt/ws2_32/WSAUnadvertiseProvider.s create mode 100644 libc/nt/ws2_32/WSAUnhookBlockingHook.S delete mode 100644 libc/nt/ws2_32/WSAUnhookBlockingHook.s create mode 100644 libc/nt/ws2_32/WSAWaitForMultipleEvents.S delete mode 100644 libc/nt/ws2_32/WSAWaitForMultipleEvents.s create mode 100644 libc/nt/ws2_32/WSApSetPostRoutine.S delete mode 100644 libc/nt/ws2_32/WSApSetPostRoutine.s create mode 100644 libc/nt/ws2_32/WSCDeinstallProvider.S delete mode 100644 libc/nt/ws2_32/WSCDeinstallProvider.s create mode 100644 libc/nt/ws2_32/WSCDeinstallProvider32.S delete mode 100644 libc/nt/ws2_32/WSCDeinstallProvider32.s create mode 100644 libc/nt/ws2_32/WSCDeinstallProviderEx.S delete mode 100644 libc/nt/ws2_32/WSCDeinstallProviderEx.s create mode 100644 libc/nt/ws2_32/WSCEnableNSProvider.S delete mode 100644 libc/nt/ws2_32/WSCEnableNSProvider.s create mode 100644 libc/nt/ws2_32/WSCEnableNSProvider32.S delete mode 100644 libc/nt/ws2_32/WSCEnableNSProvider32.s create mode 100644 libc/nt/ws2_32/WSCEnumNameSpaceProviders32.S delete mode 100644 libc/nt/ws2_32/WSCEnumNameSpaceProviders32.s create mode 100644 libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.S delete mode 100644 libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.s create mode 100644 libc/nt/ws2_32/WSCEnumProtocols.S delete mode 100644 libc/nt/ws2_32/WSCEnumProtocols.s create mode 100644 libc/nt/ws2_32/WSCEnumProtocols32.S delete mode 100644 libc/nt/ws2_32/WSCEnumProtocols32.s create mode 100644 libc/nt/ws2_32/WSCEnumProtocolsEx.S delete mode 100644 libc/nt/ws2_32/WSCEnumProtocolsEx.s create mode 100644 libc/nt/ws2_32/WSCGetApplicationCategory.S delete mode 100644 libc/nt/ws2_32/WSCGetApplicationCategory.s create mode 100644 libc/nt/ws2_32/WSCGetApplicationCategoryEx.S delete mode 100644 libc/nt/ws2_32/WSCGetApplicationCategoryEx.s create mode 100644 libc/nt/ws2_32/WSCGetProviderInfo.S delete mode 100644 libc/nt/ws2_32/WSCGetProviderInfo.s create mode 100644 libc/nt/ws2_32/WSCGetProviderInfo32.S delete mode 100644 libc/nt/ws2_32/WSCGetProviderInfo32.s create mode 100644 libc/nt/ws2_32/WSCGetProviderPath.S delete mode 100644 libc/nt/ws2_32/WSCGetProviderPath.s create mode 100644 libc/nt/ws2_32/WSCGetProviderPath32.S delete mode 100644 libc/nt/ws2_32/WSCGetProviderPath32.s create mode 100644 libc/nt/ws2_32/WSCInstallNameSpace.S delete mode 100644 libc/nt/ws2_32/WSCInstallNameSpace.s create mode 100644 libc/nt/ws2_32/WSCInstallNameSpace32.S delete mode 100644 libc/nt/ws2_32/WSCInstallNameSpace32.s create mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx.S delete mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx.s create mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx2.S delete mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx2.s create mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx32.S delete mode 100644 libc/nt/ws2_32/WSCInstallNameSpaceEx32.s create mode 100644 libc/nt/ws2_32/WSCInstallProvider.S delete mode 100644 libc/nt/ws2_32/WSCInstallProvider.s create mode 100644 libc/nt/ws2_32/WSCInstallProvider64_32.S delete mode 100644 libc/nt/ws2_32/WSCInstallProvider64_32.s create mode 100644 libc/nt/ws2_32/WSCInstallProviderAndChains64_32.S delete mode 100644 libc/nt/ws2_32/WSCInstallProviderAndChains64_32.s create mode 100644 libc/nt/ws2_32/WSCInstallProviderEx.S delete mode 100644 libc/nt/ws2_32/WSCInstallProviderEx.s create mode 100644 libc/nt/ws2_32/WSCSetApplicationCategory.S delete mode 100644 libc/nt/ws2_32/WSCSetApplicationCategory.s create mode 100644 libc/nt/ws2_32/WSCSetApplicationCategoryEx.S delete mode 100644 libc/nt/ws2_32/WSCSetApplicationCategoryEx.s create mode 100644 libc/nt/ws2_32/WSCSetProviderInfo.S delete mode 100644 libc/nt/ws2_32/WSCSetProviderInfo.s create mode 100644 libc/nt/ws2_32/WSCSetProviderInfo32.S delete mode 100644 libc/nt/ws2_32/WSCSetProviderInfo32.s create mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpace.S delete mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpace.s create mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpace32.S delete mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpace32.s create mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.S delete mode 100644 libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.s create mode 100644 libc/nt/ws2_32/WSCUpdateProvider.S delete mode 100644 libc/nt/ws2_32/WSCUpdateProvider.s create mode 100644 libc/nt/ws2_32/WSCUpdateProvider32.S delete mode 100644 libc/nt/ws2_32/WSCUpdateProvider32.s create mode 100644 libc/nt/ws2_32/WSCUpdateProviderEx.S delete mode 100644 libc/nt/ws2_32/WSCUpdateProviderEx.s create mode 100644 libc/nt/ws2_32/WSCWriteNameSpaceOrder.S delete mode 100644 libc/nt/ws2_32/WSCWriteNameSpaceOrder.s create mode 100644 libc/nt/ws2_32/WSCWriteNameSpaceOrder32.S delete mode 100644 libc/nt/ws2_32/WSCWriteNameSpaceOrder32.s create mode 100644 libc/nt/ws2_32/WSCWriteProviderOrder.S delete mode 100644 libc/nt/ws2_32/WSCWriteProviderOrder.s create mode 100644 libc/nt/ws2_32/WSCWriteProviderOrder32.S delete mode 100644 libc/nt/ws2_32/WSCWriteProviderOrder32.s create mode 100644 libc/nt/ws2_32/WSCWriteProviderOrderEx.S delete mode 100644 libc/nt/ws2_32/WSCWriteProviderOrderEx.s create mode 100644 libc/nt/ws2_32/accept.S delete mode 100644 libc/nt/ws2_32/accept.s create mode 100644 libc/nt/ws2_32/bind.S delete mode 100644 libc/nt/ws2_32/bind.s create mode 100644 libc/nt/ws2_32/closesocket.S delete mode 100644 libc/nt/ws2_32/closesocket.s create mode 100644 libc/nt/ws2_32/connect.S delete mode 100644 libc/nt/ws2_32/connect.s create mode 100644 libc/nt/ws2_32/freeaddrinfo.S delete mode 100644 libc/nt/ws2_32/freeaddrinfo.s create mode 100644 libc/nt/ws2_32/getaddrinfo.S delete mode 100644 libc/nt/ws2_32/getaddrinfo.s create mode 100644 libc/nt/ws2_32/gethostbyaddr.S delete mode 100644 libc/nt/ws2_32/gethostbyaddr.s create mode 100644 libc/nt/ws2_32/gethostbyname.S delete mode 100644 libc/nt/ws2_32/gethostbyname.s create mode 100644 libc/nt/ws2_32/gethostname.S delete mode 100644 libc/nt/ws2_32/gethostname.s create mode 100644 libc/nt/ws2_32/getnameinfo.S delete mode 100644 libc/nt/ws2_32/getnameinfo.s create mode 100644 libc/nt/ws2_32/getpeername.S delete mode 100644 libc/nt/ws2_32/getpeername.s create mode 100644 libc/nt/ws2_32/getprotobyname.S delete mode 100644 libc/nt/ws2_32/getprotobyname.s create mode 100644 libc/nt/ws2_32/getprotobynumber.S delete mode 100644 libc/nt/ws2_32/getprotobynumber.s create mode 100644 libc/nt/ws2_32/getservbyname.S delete mode 100644 libc/nt/ws2_32/getservbyname.s create mode 100644 libc/nt/ws2_32/getservbyport.S delete mode 100644 libc/nt/ws2_32/getservbyport.s create mode 100644 libc/nt/ws2_32/getsockname.S delete mode 100644 libc/nt/ws2_32/getsockname.s create mode 100644 libc/nt/ws2_32/getsockopt.S delete mode 100644 libc/nt/ws2_32/getsockopt.s create mode 100644 libc/nt/ws2_32/ioctlsocket.S delete mode 100644 libc/nt/ws2_32/ioctlsocket.s create mode 100644 libc/nt/ws2_32/listen.S delete mode 100644 libc/nt/ws2_32/listen.s create mode 100644 libc/nt/ws2_32/recv.S delete mode 100644 libc/nt/ws2_32/recv.s create mode 100644 libc/nt/ws2_32/recvfrom.S delete mode 100644 libc/nt/ws2_32/recvfrom.s create mode 100644 libc/nt/ws2_32/select.S delete mode 100644 libc/nt/ws2_32/select.s create mode 100644 libc/nt/ws2_32/send.S delete mode 100644 libc/nt/ws2_32/send.s create mode 100644 libc/nt/ws2_32/sendto.S delete mode 100644 libc/nt/ws2_32/sendto.s create mode 100644 libc/nt/ws2_32/setsockopt.S delete mode 100644 libc/nt/ws2_32/setsockopt.s create mode 100644 libc/nt/ws2_32/shutdown.S delete mode 100644 libc/nt/ws2_32/shutdown.s create mode 100644 libc/nt/ws2_32/socket.S delete mode 100644 libc/nt/ws2_32/socket.s delete mode 100644 libc/runtime/fegetround.c create mode 100644 libc/sysv/consts/ABORTED_COMMAND.S delete mode 100644 libc/sysv/consts/ABORTED_COMMAND.s create mode 100644 libc/sysv/consts/ACCT_BYTEORDER.S delete mode 100644 libc/sysv/consts/ACCT_BYTEORDER.s create mode 100644 libc/sysv/consts/ACCT_COMM.S delete mode 100644 libc/sysv/consts/ACCT_COMM.s create mode 100644 libc/sysv/consts/ACK.S delete mode 100644 libc/sysv/consts/ACK.s create mode 100644 libc/sysv/consts/ACORE.S delete mode 100644 libc/sysv/consts/ACORE.s create mode 100644 libc/sysv/consts/AFORK.S delete mode 100644 libc/sysv/consts/AFORK.s create mode 100644 libc/sysv/consts/AF_ALG.S delete mode 100644 libc/sysv/consts/AF_ALG.s create mode 100644 libc/sysv/consts/AF_APPLETALK.S delete mode 100644 libc/sysv/consts/AF_APPLETALK.s create mode 100644 libc/sysv/consts/AF_ASH.S delete mode 100644 libc/sysv/consts/AF_ASH.s create mode 100644 libc/sysv/consts/AF_ATMPVC.S delete mode 100644 libc/sysv/consts/AF_ATMPVC.s create mode 100644 libc/sysv/consts/AF_ATMSVC.S delete mode 100644 libc/sysv/consts/AF_ATMSVC.s create mode 100644 libc/sysv/consts/AF_AX25.S delete mode 100644 libc/sysv/consts/AF_AX25.s create mode 100644 libc/sysv/consts/AF_BLUETOOTH.S delete mode 100644 libc/sysv/consts/AF_BLUETOOTH.s create mode 100644 libc/sysv/consts/AF_BRIDGE.S delete mode 100644 libc/sysv/consts/AF_BRIDGE.s create mode 100644 libc/sysv/consts/AF_CAIF.S delete mode 100644 libc/sysv/consts/AF_CAIF.s create mode 100644 libc/sysv/consts/AF_CAN.S delete mode 100644 libc/sysv/consts/AF_CAN.s create mode 100644 libc/sysv/consts/AF_ECONET.S delete mode 100644 libc/sysv/consts/AF_ECONET.s create mode 100644 libc/sysv/consts/AF_FILE.S delete mode 100644 libc/sysv/consts/AF_FILE.s create mode 100644 libc/sysv/consts/AF_IB.S delete mode 100644 libc/sysv/consts/AF_IB.s create mode 100644 libc/sysv/consts/AF_IEEE802154.S delete mode 100644 libc/sysv/consts/AF_IEEE802154.s create mode 100644 libc/sysv/consts/AF_INET.S delete mode 100644 libc/sysv/consts/AF_INET.s create mode 100644 libc/sysv/consts/AF_INET6.S delete mode 100644 libc/sysv/consts/AF_INET6.s create mode 100644 libc/sysv/consts/AF_IPX.S delete mode 100644 libc/sysv/consts/AF_IPX.s create mode 100644 libc/sysv/consts/AF_IRDA.S delete mode 100644 libc/sysv/consts/AF_IRDA.s create mode 100644 libc/sysv/consts/AF_ISDN.S delete mode 100644 libc/sysv/consts/AF_ISDN.s create mode 100644 libc/sysv/consts/AF_IUCV.S delete mode 100644 libc/sysv/consts/AF_IUCV.s create mode 100644 libc/sysv/consts/AF_KCM.S delete mode 100644 libc/sysv/consts/AF_KCM.s create mode 100644 libc/sysv/consts/AF_KEY.S delete mode 100644 libc/sysv/consts/AF_KEY.s create mode 100644 libc/sysv/consts/AF_LINK.S delete mode 100644 libc/sysv/consts/AF_LINK.s create mode 100644 libc/sysv/consts/AF_LLC.S delete mode 100644 libc/sysv/consts/AF_LLC.s create mode 100644 libc/sysv/consts/AF_LOCAL.S delete mode 100644 libc/sysv/consts/AF_LOCAL.s create mode 100644 libc/sysv/consts/AF_MAX.S delete mode 100644 libc/sysv/consts/AF_MAX.s create mode 100644 libc/sysv/consts/AF_MPLS.S delete mode 100644 libc/sysv/consts/AF_MPLS.s create mode 100644 libc/sysv/consts/AF_NETBEUI.S delete mode 100644 libc/sysv/consts/AF_NETBEUI.s create mode 100644 libc/sysv/consts/AF_NETLINK.S delete mode 100644 libc/sysv/consts/AF_NETLINK.s create mode 100644 libc/sysv/consts/AF_NETROM.S delete mode 100644 libc/sysv/consts/AF_NETROM.s create mode 100644 libc/sysv/consts/AF_NFC.S delete mode 100644 libc/sysv/consts/AF_NFC.s create mode 100644 libc/sysv/consts/AF_PACKET.S delete mode 100644 libc/sysv/consts/AF_PACKET.s create mode 100644 libc/sysv/consts/AF_PHONET.S delete mode 100644 libc/sysv/consts/AF_PHONET.s create mode 100644 libc/sysv/consts/AF_PPPOX.S delete mode 100644 libc/sysv/consts/AF_PPPOX.s create mode 100644 libc/sysv/consts/AF_RDS.S delete mode 100644 libc/sysv/consts/AF_RDS.s create mode 100644 libc/sysv/consts/AF_ROSE.S delete mode 100644 libc/sysv/consts/AF_ROSE.s create mode 100644 libc/sysv/consts/AF_ROUTE.S delete mode 100644 libc/sysv/consts/AF_ROUTE.s create mode 100644 libc/sysv/consts/AF_RXRPC.S delete mode 100644 libc/sysv/consts/AF_RXRPC.s create mode 100644 libc/sysv/consts/AF_SECURITY.S delete mode 100644 libc/sysv/consts/AF_SECURITY.s create mode 100644 libc/sysv/consts/AF_SNA.S delete mode 100644 libc/sysv/consts/AF_SNA.s create mode 100644 libc/sysv/consts/AF_TIPC.S delete mode 100644 libc/sysv/consts/AF_TIPC.s create mode 100644 libc/sysv/consts/AF_UNIX.S delete mode 100644 libc/sysv/consts/AF_UNIX.s create mode 100644 libc/sysv/consts/AF_UNSPEC.S delete mode 100644 libc/sysv/consts/AF_UNSPEC.s create mode 100644 libc/sysv/consts/AF_VSOCK.S delete mode 100644 libc/sysv/consts/AF_VSOCK.s create mode 100644 libc/sysv/consts/AF_WANPIPE.S delete mode 100644 libc/sysv/consts/AF_WANPIPE.s create mode 100644 libc/sysv/consts/AF_X25.S delete mode 100644 libc/sysv/consts/AF_X25.s create mode 100644 libc/sysv/consts/AIO_ALLDONE.S delete mode 100644 libc/sysv/consts/AIO_ALLDONE.s create mode 100644 libc/sysv/consts/AIO_CANCELED.S delete mode 100644 libc/sysv/consts/AIO_CANCELED.s create mode 100644 libc/sysv/consts/AIO_NOTCANCELED.S delete mode 100644 libc/sysv/consts/AIO_NOTCANCELED.s create mode 100644 libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.S delete mode 100644 libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.s create mode 100644 libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.S delete mode 100644 libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.s create mode 100644 libc/sysv/consts/ALG_SET_DRBG_ENTROPY.S delete mode 100644 libc/sysv/consts/ALG_SET_DRBG_ENTROPY.s create mode 100644 libc/sysv/consts/ALG_SET_IV.S delete mode 100644 libc/sysv/consts/ALG_SET_IV.s create mode 100644 libc/sysv/consts/ALG_SET_KEY.S delete mode 100644 libc/sysv/consts/ALG_SET_KEY.s create mode 100644 libc/sysv/consts/ALG_SET_OP.S delete mode 100644 libc/sysv/consts/ALG_SET_OP.s create mode 100644 libc/sysv/consts/AREGTYPE.S delete mode 100644 libc/sysv/consts/AREGTYPE.s create mode 100644 libc/sysv/consts/AT_BASE.S delete mode 100644 libc/sysv/consts/AT_BASE.s create mode 100644 libc/sysv/consts/AT_BASE_PLATFORM.S delete mode 100644 libc/sysv/consts/AT_BASE_PLATFORM.s create mode 100644 libc/sysv/consts/AT_CANARY.S delete mode 100644 libc/sysv/consts/AT_CANARY.s create mode 100644 libc/sysv/consts/AT_CANARYLEN.S delete mode 100644 libc/sysv/consts/AT_CANARYLEN.s create mode 100644 libc/sysv/consts/AT_CLKTCK.S delete mode 100644 libc/sysv/consts/AT_CLKTCK.s create mode 100644 libc/sysv/consts/AT_DCACHEBSIZE.S delete mode 100644 libc/sysv/consts/AT_DCACHEBSIZE.s create mode 100644 libc/sysv/consts/AT_EACCESS.S delete mode 100644 libc/sysv/consts/AT_EACCESS.s create mode 100644 libc/sysv/consts/AT_EGID.S delete mode 100644 libc/sysv/consts/AT_EGID.s create mode 100644 libc/sysv/consts/AT_EHDRFLAGS.S delete mode 100644 libc/sysv/consts/AT_EHDRFLAGS.s create mode 100644 libc/sysv/consts/AT_EMPTY_PATH.S delete mode 100644 libc/sysv/consts/AT_EMPTY_PATH.s create mode 100644 libc/sysv/consts/AT_ENTRY.S delete mode 100644 libc/sysv/consts/AT_ENTRY.s create mode 100644 libc/sysv/consts/AT_EUID.S delete mode 100644 libc/sysv/consts/AT_EUID.s create mode 100644 libc/sysv/consts/AT_EXECFD.S delete mode 100644 libc/sysv/consts/AT_EXECFD.s create mode 100644 libc/sysv/consts/AT_EXECFN.S delete mode 100644 libc/sysv/consts/AT_EXECFN.s create mode 100644 libc/sysv/consts/AT_EXECPATH.S delete mode 100644 libc/sysv/consts/AT_EXECPATH.s create mode 100644 libc/sysv/consts/AT_FDCWD.S delete mode 100644 libc/sysv/consts/AT_FDCWD.s create mode 100644 libc/sysv/consts/AT_FLAGS.S delete mode 100644 libc/sysv/consts/AT_FLAGS.s create mode 100644 libc/sysv/consts/AT_GID.S delete mode 100644 libc/sysv/consts/AT_GID.s create mode 100644 libc/sysv/consts/AT_HWCAP.S delete mode 100644 libc/sysv/consts/AT_HWCAP.s create mode 100644 libc/sysv/consts/AT_HWCAP2.S delete mode 100644 libc/sysv/consts/AT_HWCAP2.s create mode 100644 libc/sysv/consts/AT_ICACHEBSIZE.S delete mode 100644 libc/sysv/consts/AT_ICACHEBSIZE.s create mode 100644 libc/sysv/consts/AT_MINSIGSTKSZ.S delete mode 100644 libc/sysv/consts/AT_MINSIGSTKSZ.s create mode 100644 libc/sysv/consts/AT_NCPUS.S delete mode 100644 libc/sysv/consts/AT_NCPUS.s create mode 100644 libc/sysv/consts/AT_NOTELF.S delete mode 100644 libc/sysv/consts/AT_NOTELF.s create mode 100644 libc/sysv/consts/AT_NO_AUTOMOUNT.S delete mode 100644 libc/sysv/consts/AT_NO_AUTOMOUNT.s create mode 100644 libc/sysv/consts/AT_OSRELDATE.S delete mode 100644 libc/sysv/consts/AT_OSRELDATE.s create mode 100644 libc/sysv/consts/AT_PAGESIZES.S delete mode 100644 libc/sysv/consts/AT_PAGESIZES.s create mode 100644 libc/sysv/consts/AT_PAGESIZESLEN.S delete mode 100644 libc/sysv/consts/AT_PAGESIZESLEN.s create mode 100644 libc/sysv/consts/AT_PAGESZ.S delete mode 100644 libc/sysv/consts/AT_PAGESZ.s create mode 100644 libc/sysv/consts/AT_PHDR.S delete mode 100644 libc/sysv/consts/AT_PHDR.s create mode 100644 libc/sysv/consts/AT_PHENT.S delete mode 100644 libc/sysv/consts/AT_PHENT.s create mode 100644 libc/sysv/consts/AT_PHNUM.S delete mode 100644 libc/sysv/consts/AT_PHNUM.s create mode 100644 libc/sysv/consts/AT_PLATFORM.S delete mode 100644 libc/sysv/consts/AT_PLATFORM.s create mode 100644 libc/sysv/consts/AT_RANDOM.S delete mode 100644 libc/sysv/consts/AT_RANDOM.s create mode 100644 libc/sysv/consts/AT_REMOVEDIR.S delete mode 100644 libc/sysv/consts/AT_REMOVEDIR.s create mode 100644 libc/sysv/consts/AT_SECURE.S delete mode 100644 libc/sysv/consts/AT_SECURE.s create mode 100644 libc/sysv/consts/AT_STACKBASE.S delete mode 100644 libc/sysv/consts/AT_STACKBASE.s create mode 100644 libc/sysv/consts/AT_STACKPROT.S delete mode 100644 libc/sysv/consts/AT_STACKPROT.s create mode 100644 libc/sysv/consts/AT_SYMLINK_FOLLOW.S delete mode 100644 libc/sysv/consts/AT_SYMLINK_FOLLOW.s create mode 100644 libc/sysv/consts/AT_SYMLINK_NOFOLLOW.S delete mode 100644 libc/sysv/consts/AT_SYMLINK_NOFOLLOW.s create mode 100644 libc/sysv/consts/AT_SYSINFO_EHDR.S delete mode 100644 libc/sysv/consts/AT_SYSINFO_EHDR.s create mode 100644 libc/sysv/consts/AT_TIMEKEEP.S delete mode 100644 libc/sysv/consts/AT_TIMEKEEP.s create mode 100644 libc/sysv/consts/AT_UCACHEBSIZE.S delete mode 100644 libc/sysv/consts/AT_UCACHEBSIZE.s create mode 100644 libc/sysv/consts/AT_UID.S delete mode 100644 libc/sysv/consts/AT_UID.s create mode 100644 libc/sysv/consts/B0.S delete mode 100644 libc/sysv/consts/B0.s create mode 100644 libc/sysv/consts/B1000000.S delete mode 100644 libc/sysv/consts/B1000000.s create mode 100644 libc/sysv/consts/B110.S delete mode 100644 libc/sysv/consts/B110.s create mode 100644 libc/sysv/consts/B115200.S delete mode 100644 libc/sysv/consts/B115200.s create mode 100644 libc/sysv/consts/B1152000.S delete mode 100644 libc/sysv/consts/B1152000.s create mode 100644 libc/sysv/consts/B1200.S delete mode 100644 libc/sysv/consts/B1200.s create mode 100644 libc/sysv/consts/B134.S delete mode 100644 libc/sysv/consts/B134.s create mode 100644 libc/sysv/consts/B150.S delete mode 100644 libc/sysv/consts/B150.s create mode 100644 libc/sysv/consts/B1500000.S delete mode 100644 libc/sysv/consts/B1500000.s create mode 100644 libc/sysv/consts/B1800.S delete mode 100644 libc/sysv/consts/B1800.s create mode 100644 libc/sysv/consts/B19200.S delete mode 100644 libc/sysv/consts/B19200.s create mode 100644 libc/sysv/consts/B200.S delete mode 100644 libc/sysv/consts/B200.s create mode 100644 libc/sysv/consts/B2000000.S delete mode 100644 libc/sysv/consts/B2000000.s create mode 100644 libc/sysv/consts/B230400.S delete mode 100644 libc/sysv/consts/B230400.s create mode 100644 libc/sysv/consts/B2400.S delete mode 100644 libc/sysv/consts/B2400.s create mode 100644 libc/sysv/consts/B2500000.S delete mode 100644 libc/sysv/consts/B2500000.s create mode 100644 libc/sysv/consts/B300.S delete mode 100644 libc/sysv/consts/B300.s create mode 100644 libc/sysv/consts/B3000000.S delete mode 100644 libc/sysv/consts/B3000000.s create mode 100644 libc/sysv/consts/B3500000.S delete mode 100644 libc/sysv/consts/B3500000.s create mode 100644 libc/sysv/consts/B38400.S delete mode 100644 libc/sysv/consts/B38400.s create mode 100644 libc/sysv/consts/B4000000.S delete mode 100644 libc/sysv/consts/B4000000.s create mode 100644 libc/sysv/consts/B4800.S delete mode 100644 libc/sysv/consts/B4800.s create mode 100644 libc/sysv/consts/B50.S delete mode 100644 libc/sysv/consts/B50.s create mode 100644 libc/sysv/consts/B500000.S delete mode 100644 libc/sysv/consts/B500000.s create mode 100644 libc/sysv/consts/B57600.S delete mode 100644 libc/sysv/consts/B57600.s create mode 100644 libc/sysv/consts/B576000.S delete mode 100644 libc/sysv/consts/B576000.s create mode 100644 libc/sysv/consts/B600.S delete mode 100644 libc/sysv/consts/B600.s create mode 100644 libc/sysv/consts/B75.S delete mode 100644 libc/sysv/consts/B75.s create mode 100644 libc/sysv/consts/B9600.S delete mode 100644 libc/sysv/consts/B9600.s create mode 100644 libc/sysv/consts/BC_BASE_MAX.S delete mode 100644 libc/sysv/consts/BC_BASE_MAX.s create mode 100644 libc/sysv/consts/BC_DIM_MAX.S delete mode 100644 libc/sysv/consts/BC_DIM_MAX.s create mode 100644 libc/sysv/consts/BC_SCALE_MAX.S delete mode 100644 libc/sysv/consts/BC_SCALE_MAX.s create mode 100644 libc/sysv/consts/BC_STRING_MAX.S delete mode 100644 libc/sysv/consts/BC_STRING_MAX.s create mode 100644 libc/sysv/consts/BRKINT.S delete mode 100644 libc/sysv/consts/BRKINT.s create mode 100644 libc/sysv/consts/BS0.S delete mode 100644 libc/sysv/consts/BS0.s create mode 100644 libc/sysv/consts/BS1.S delete mode 100644 libc/sysv/consts/BS1.s create mode 100644 libc/sysv/consts/BSDLY.S delete mode 100644 libc/sysv/consts/BSDLY.s create mode 100644 libc/sysv/consts/BUSY.S delete mode 100644 libc/sysv/consts/BUSY.s create mode 100644 libc/sysv/consts/BUS_ADRALN.S delete mode 100644 libc/sysv/consts/BUS_ADRALN.s create mode 100644 libc/sysv/consts/BUS_ADRERR.S delete mode 100644 libc/sysv/consts/BUS_ADRERR.s create mode 100644 libc/sysv/consts/BUS_MCEERR_AO.S delete mode 100644 libc/sysv/consts/BUS_MCEERR_AO.s create mode 100644 libc/sysv/consts/BUS_MCEERR_AR.S delete mode 100644 libc/sysv/consts/BUS_MCEERR_AR.s create mode 100644 libc/sysv/consts/BUS_OBJERR.S delete mode 100644 libc/sysv/consts/BUS_OBJERR.s create mode 100644 libc/sysv/consts/BUS_OOMERR.S delete mode 100644 libc/sysv/consts/BUS_OOMERR.s create mode 100644 libc/sysv/consts/CBAUD.S delete mode 100644 libc/sysv/consts/CBAUD.s create mode 100644 libc/sysv/consts/CBAUDEX.S delete mode 100644 libc/sysv/consts/CBAUDEX.s create mode 100644 libc/sysv/consts/CDISCARD.S delete mode 100644 libc/sysv/consts/CDISCARD.s create mode 100644 libc/sysv/consts/CEOT.S delete mode 100644 libc/sysv/consts/CEOT.s create mode 100644 libc/sysv/consts/CERASE.S delete mode 100644 libc/sysv/consts/CERASE.s create mode 100644 libc/sysv/consts/CHRTYPE.S delete mode 100644 libc/sysv/consts/CHRTYPE.s create mode 100644 libc/sysv/consts/CIBAUD.S delete mode 100644 libc/sysv/consts/CIBAUD.s create mode 100644 libc/sysv/consts/CKILL.S delete mode 100644 libc/sysv/consts/CKILL.s create mode 100644 libc/sysv/consts/CLD_CONTINUED.S delete mode 100644 libc/sysv/consts/CLD_CONTINUED.s create mode 100644 libc/sysv/consts/CLD_DUMPED.S delete mode 100644 libc/sysv/consts/CLD_DUMPED.s create mode 100644 libc/sysv/consts/CLD_EXITED.S delete mode 100644 libc/sysv/consts/CLD_EXITED.s create mode 100644 libc/sysv/consts/CLD_KILLED.S delete mode 100644 libc/sysv/consts/CLD_KILLED.s create mode 100644 libc/sysv/consts/CLD_STOPPED.S delete mode 100644 libc/sysv/consts/CLD_STOPPED.s create mode 100644 libc/sysv/consts/CLD_TRAPPED.S delete mode 100644 libc/sysv/consts/CLD_TRAPPED.s create mode 100644 libc/sysv/consts/CLNEXT.S delete mode 100644 libc/sysv/consts/CLNEXT.s create mode 100644 libc/sysv/consts/CLOCAL.S delete mode 100644 libc/sysv/consts/CLOCAL.s create mode 100644 libc/sysv/consts/CLOCK_BOOTTIME.S delete mode 100644 libc/sysv/consts/CLOCK_BOOTTIME.s create mode 100644 libc/sysv/consts/CLOCK_BOOTTIME_ALARM.S delete mode 100644 libc/sysv/consts/CLOCK_BOOTTIME_ALARM.s create mode 100644 libc/sysv/consts/CLOCK_MONOTONIC.S delete mode 100644 libc/sysv/consts/CLOCK_MONOTONIC.s create mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_COARSE.S delete mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_COARSE.s create mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_FAST.S delete mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_FAST.s create mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.S delete mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.s create mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_RAW.S delete mode 100644 libc/sysv/consts/CLOCK_MONOTONIC_RAW.s create mode 100644 libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.S delete mode 100644 libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.s create mode 100644 libc/sysv/consts/CLOCK_PROF.S delete mode 100644 libc/sysv/consts/CLOCK_PROF.s create mode 100644 libc/sysv/consts/CLOCK_REALTIME.S delete mode 100644 libc/sysv/consts/CLOCK_REALTIME.s create mode 100644 libc/sysv/consts/CLOCK_REALTIME_ALARM.S delete mode 100644 libc/sysv/consts/CLOCK_REALTIME_ALARM.s create mode 100644 libc/sysv/consts/CLOCK_REALTIME_COARSE.S delete mode 100644 libc/sysv/consts/CLOCK_REALTIME_COARSE.s create mode 100644 libc/sysv/consts/CLOCK_REALTIME_FAST.S delete mode 100644 libc/sysv/consts/CLOCK_REALTIME_FAST.s create mode 100644 libc/sysv/consts/CLOCK_REALTIME_PRECISE.S delete mode 100644 libc/sysv/consts/CLOCK_REALTIME_PRECISE.s create mode 100644 libc/sysv/consts/CLOCK_SECOND.S delete mode 100644 libc/sysv/consts/CLOCK_SECOND.s create mode 100644 libc/sysv/consts/CLOCK_TAI.S delete mode 100644 libc/sysv/consts/CLOCK_TAI.s create mode 100644 libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.S delete mode 100644 libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.s create mode 100644 libc/sysv/consts/CLOCK_UPTIME.S delete mode 100644 libc/sysv/consts/CLOCK_UPTIME.s create mode 100644 libc/sysv/consts/CLOCK_UPTIME_FAST.S delete mode 100644 libc/sysv/consts/CLOCK_UPTIME_FAST.s create mode 100644 libc/sysv/consts/CLOCK_UPTIME_PRECISE.S delete mode 100644 libc/sysv/consts/CLOCK_UPTIME_PRECISE.s create mode 100644 libc/sysv/consts/CLONE_VM.S delete mode 100644 libc/sysv/consts/CLONE_VM.s create mode 100644 libc/sysv/consts/CLOSE_RANGE_CLOEXEC.S delete mode 100644 libc/sysv/consts/CLOSE_RANGE_CLOEXEC.s create mode 100644 libc/sysv/consts/CLOSE_RANGE_UNSHARE.S delete mode 100644 libc/sysv/consts/CLOSE_RANGE_UNSHARE.s create mode 100644 libc/sysv/consts/CMIN.S delete mode 100644 libc/sysv/consts/CMIN.s create mode 100644 libc/sysv/consts/CMSPAR.S delete mode 100644 libc/sysv/consts/CMSPAR.s create mode 100644 libc/sysv/consts/COMMAND_COMPLETE.S delete mode 100644 libc/sysv/consts/COMMAND_COMPLETE.s create mode 100644 libc/sysv/consts/COMMAND_TERMINATED.S delete mode 100644 libc/sysv/consts/COMMAND_TERMINATED.s create mode 100644 libc/sysv/consts/COMPLETE.S delete mode 100644 libc/sysv/consts/COMPLETE.s create mode 100644 libc/sysv/consts/CONTINUE.S delete mode 100644 libc/sysv/consts/CONTINUE.s create mode 100644 libc/sysv/consts/CONTTYPE.S delete mode 100644 libc/sysv/consts/CONTTYPE.s create mode 100644 libc/sysv/consts/COPY_ABORTED.S delete mode 100644 libc/sysv/consts/COPY_ABORTED.s create mode 100644 libc/sysv/consts/COPY_VERIFY.S delete mode 100644 libc/sysv/consts/COPY_VERIFY.s create mode 100644 libc/sysv/consts/CQUIT.S delete mode 100644 libc/sysv/consts/CQUIT.s create mode 100644 libc/sysv/consts/CR0.S delete mode 100644 libc/sysv/consts/CR0.s create mode 100644 libc/sysv/consts/CR1.S delete mode 100644 libc/sysv/consts/CR1.s create mode 100644 libc/sysv/consts/CR2.S delete mode 100644 libc/sysv/consts/CR2.s create mode 100644 libc/sysv/consts/CR3.S delete mode 100644 libc/sysv/consts/CR3.s create mode 100644 libc/sysv/consts/CRDLY.S delete mode 100644 libc/sysv/consts/CRDLY.s create mode 100644 libc/sysv/consts/CREAD.S delete mode 100644 libc/sysv/consts/CREAD.s create mode 100644 libc/sysv/consts/CREPRINT.S delete mode 100644 libc/sysv/consts/CREPRINT.s create mode 100644 libc/sysv/consts/CRPRNT.S delete mode 100644 libc/sysv/consts/CRPRNT.s create mode 100644 libc/sysv/consts/CS5.S delete mode 100644 libc/sysv/consts/CS5.s create mode 100644 libc/sysv/consts/CS6.S delete mode 100644 libc/sysv/consts/CS6.s create mode 100644 libc/sysv/consts/CS7.S delete mode 100644 libc/sysv/consts/CS7.s create mode 100644 libc/sysv/consts/CS8.S delete mode 100644 libc/sysv/consts/CS8.s create mode 100644 libc/sysv/consts/CSIZE.S delete mode 100644 libc/sysv/consts/CSIZE.s create mode 100644 libc/sysv/consts/CSTART.S delete mode 100644 libc/sysv/consts/CSTART.s create mode 100644 libc/sysv/consts/CSTOP.S delete mode 100644 libc/sysv/consts/CSTOP.s create mode 100644 libc/sysv/consts/CSTOPB.S delete mode 100644 libc/sysv/consts/CSTOPB.s create mode 100644 libc/sysv/consts/CTIME.S delete mode 100644 libc/sysv/consts/CTIME.s create mode 100644 libc/sysv/consts/DATA.S delete mode 100644 libc/sysv/consts/DATA.s create mode 100644 libc/sysv/consts/DEV_BSIZE.S delete mode 100644 libc/sysv/consts/DEV_BSIZE.s create mode 100644 libc/sysv/consts/DIRTYPE.S delete mode 100644 libc/sysv/consts/DIRTYPE.s create mode 100644 libc/sysv/consts/DT_BLK.S delete mode 100644 libc/sysv/consts/DT_BLK.s create mode 100644 libc/sysv/consts/DT_CHR.S delete mode 100644 libc/sysv/consts/DT_CHR.s create mode 100644 libc/sysv/consts/DT_DIR.S delete mode 100644 libc/sysv/consts/DT_DIR.s create mode 100644 libc/sysv/consts/DT_FIFO.S delete mode 100644 libc/sysv/consts/DT_FIFO.s create mode 100644 libc/sysv/consts/DT_LNK.S delete mode 100644 libc/sysv/consts/DT_LNK.s create mode 100644 libc/sysv/consts/DT_REG.S delete mode 100644 libc/sysv/consts/DT_REG.s create mode 100644 libc/sysv/consts/DT_SOCK.S delete mode 100644 libc/sysv/consts/DT_SOCK.s create mode 100644 libc/sysv/consts/DT_UNKNOWN.S delete mode 100644 libc/sysv/consts/DT_UNKNOWN.s create mode 100644 libc/sysv/consts/D_FMT.S delete mode 100644 libc/sysv/consts/D_FMT.s create mode 100644 libc/sysv/consts/D_T_FMT.S delete mode 100644 libc/sysv/consts/D_T_FMT.s create mode 100644 libc/sysv/consts/E2BIG.S delete mode 100644 libc/sysv/consts/E2BIG.s create mode 100644 libc/sysv/consts/EACCES.S delete mode 100644 libc/sysv/consts/EACCES.s create mode 100644 libc/sysv/consts/EADDRINUSE.S delete mode 100644 libc/sysv/consts/EADDRINUSE.s create mode 100644 libc/sysv/consts/EADDRNOTAVAIL.S delete mode 100644 libc/sysv/consts/EADDRNOTAVAIL.s create mode 100644 libc/sysv/consts/EADV.S delete mode 100644 libc/sysv/consts/EADV.s create mode 100644 libc/sysv/consts/EAFNOSUPPORT.S delete mode 100644 libc/sysv/consts/EAFNOSUPPORT.s create mode 100644 libc/sysv/consts/EAGAIN.S delete mode 100644 libc/sysv/consts/EAGAIN.s create mode 100644 libc/sysv/consts/EALREADY.S delete mode 100644 libc/sysv/consts/EALREADY.s create mode 100644 libc/sysv/consts/EAUTH.S delete mode 100644 libc/sysv/consts/EAUTH.s create mode 100644 libc/sysv/consts/EBADARCH.S delete mode 100644 libc/sysv/consts/EBADARCH.s create mode 100644 libc/sysv/consts/EBADE.S delete mode 100644 libc/sysv/consts/EBADE.s create mode 100644 libc/sysv/consts/EBADEXEC.S delete mode 100644 libc/sysv/consts/EBADEXEC.s create mode 100644 libc/sysv/consts/EBADF.S delete mode 100644 libc/sysv/consts/EBADF.s create mode 100644 libc/sysv/consts/EBADFD.S delete mode 100644 libc/sysv/consts/EBADFD.s create mode 100644 libc/sysv/consts/EBADMACHO.S delete mode 100644 libc/sysv/consts/EBADMACHO.s create mode 100644 libc/sysv/consts/EBADMSG.S delete mode 100644 libc/sysv/consts/EBADMSG.s create mode 100644 libc/sysv/consts/EBADR.S delete mode 100644 libc/sysv/consts/EBADR.s create mode 100644 libc/sysv/consts/EBADRPC.S delete mode 100644 libc/sysv/consts/EBADRPC.s create mode 100644 libc/sysv/consts/EBADRQC.S delete mode 100644 libc/sysv/consts/EBADRQC.s create mode 100644 libc/sysv/consts/EBADSLT.S delete mode 100644 libc/sysv/consts/EBADSLT.s create mode 100644 libc/sysv/consts/EBUSY.S delete mode 100644 libc/sysv/consts/EBUSY.s create mode 100644 libc/sysv/consts/ECANCELED.S delete mode 100644 libc/sysv/consts/ECANCELED.s create mode 100644 libc/sysv/consts/ECHILD.S delete mode 100644 libc/sysv/consts/ECHILD.s create mode 100644 libc/sysv/consts/ECHO.S delete mode 100644 libc/sysv/consts/ECHO.s create mode 100644 libc/sysv/consts/ECHOCTL.S delete mode 100644 libc/sysv/consts/ECHOCTL.s create mode 100644 libc/sysv/consts/ECHOE.S delete mode 100644 libc/sysv/consts/ECHOE.s create mode 100644 libc/sysv/consts/ECHOK.S delete mode 100644 libc/sysv/consts/ECHOK.s create mode 100644 libc/sysv/consts/ECHOKE.S delete mode 100644 libc/sysv/consts/ECHOKE.s create mode 100644 libc/sysv/consts/ECHONL.S delete mode 100644 libc/sysv/consts/ECHONL.s create mode 100644 libc/sysv/consts/ECHOPRT.S delete mode 100644 libc/sysv/consts/ECHOPRT.s create mode 100644 libc/sysv/consts/ECHRNG.S delete mode 100644 libc/sysv/consts/ECHRNG.s create mode 100644 libc/sysv/consts/ECOMM.S delete mode 100644 libc/sysv/consts/ECOMM.s create mode 100644 libc/sysv/consts/ECONNABORTED.S delete mode 100644 libc/sysv/consts/ECONNABORTED.s create mode 100644 libc/sysv/consts/ECONNREFUSED.S delete mode 100644 libc/sysv/consts/ECONNREFUSED.s create mode 100644 libc/sysv/consts/ECONNRESET.S delete mode 100644 libc/sysv/consts/ECONNRESET.s create mode 100644 libc/sysv/consts/EDEADLK.S delete mode 100644 libc/sysv/consts/EDEADLK.s create mode 100644 libc/sysv/consts/EDESTADDRREQ.S delete mode 100644 libc/sysv/consts/EDESTADDRREQ.s create mode 100644 libc/sysv/consts/EDEVERR.S delete mode 100644 libc/sysv/consts/EDEVERR.s create mode 100644 libc/sysv/consts/EDOM.S delete mode 100644 libc/sysv/consts/EDOM.s create mode 100644 libc/sysv/consts/EDOTDOT.S delete mode 100644 libc/sysv/consts/EDOTDOT.s create mode 100644 libc/sysv/consts/EDQUOT.S delete mode 100644 libc/sysv/consts/EDQUOT.s create mode 100644 libc/sysv/consts/EEXIST.S delete mode 100644 libc/sysv/consts/EEXIST.s create mode 100644 libc/sysv/consts/EFAULT.S delete mode 100644 libc/sysv/consts/EFAULT.s create mode 100644 libc/sysv/consts/EFBIG.S delete mode 100644 libc/sysv/consts/EFBIG.s create mode 100644 libc/sysv/consts/EFD_CLOEXEC.S delete mode 100644 libc/sysv/consts/EFD_CLOEXEC.s create mode 100644 libc/sysv/consts/EFD_NONBLOCK.S delete mode 100644 libc/sysv/consts/EFD_NONBLOCK.s create mode 100644 libc/sysv/consts/EFD_SEMAPHORE.S delete mode 100644 libc/sysv/consts/EFD_SEMAPHORE.s create mode 100644 libc/sysv/consts/EFTYPE.S delete mode 100644 libc/sysv/consts/EFTYPE.s create mode 100644 libc/sysv/consts/EHOSTDOWN.S delete mode 100644 libc/sysv/consts/EHOSTDOWN.s create mode 100644 libc/sysv/consts/EHOSTUNREACH.S delete mode 100644 libc/sysv/consts/EHOSTUNREACH.s create mode 100644 libc/sysv/consts/EHWPOISON.S delete mode 100644 libc/sysv/consts/EHWPOISON.s create mode 100644 libc/sysv/consts/EIDRM.S delete mode 100644 libc/sysv/consts/EIDRM.s create mode 100644 libc/sysv/consts/EILSEQ.S delete mode 100644 libc/sysv/consts/EILSEQ.s create mode 100644 libc/sysv/consts/EINPROGRESS.S delete mode 100644 libc/sysv/consts/EINPROGRESS.s create mode 100644 libc/sysv/consts/EINTR.S delete mode 100644 libc/sysv/consts/EINTR.s create mode 100644 libc/sysv/consts/EINVAL.S delete mode 100644 libc/sysv/consts/EINVAL.s create mode 100644 libc/sysv/consts/EIO.S delete mode 100644 libc/sysv/consts/EIO.s create mode 100644 libc/sysv/consts/EISCONN.S delete mode 100644 libc/sysv/consts/EISCONN.s create mode 100644 libc/sysv/consts/EISDIR.S delete mode 100644 libc/sysv/consts/EISDIR.s create mode 100644 libc/sysv/consts/EISNAM.S delete mode 100644 libc/sysv/consts/EISNAM.s create mode 100644 libc/sysv/consts/EKEYEXPIRED.S delete mode 100644 libc/sysv/consts/EKEYEXPIRED.s create mode 100644 libc/sysv/consts/EKEYREJECTED.S delete mode 100644 libc/sysv/consts/EKEYREJECTED.s create mode 100644 libc/sysv/consts/EKEYREVOKED.S delete mode 100644 libc/sysv/consts/EKEYREVOKED.s create mode 100644 libc/sysv/consts/EL2HLT.S delete mode 100644 libc/sysv/consts/EL2HLT.s create mode 100644 libc/sysv/consts/EL2NSYNC.S delete mode 100644 libc/sysv/consts/EL2NSYNC.s create mode 100644 libc/sysv/consts/EL3HLT.S delete mode 100644 libc/sysv/consts/EL3HLT.s create mode 100644 libc/sysv/consts/EL3RST.S delete mode 100644 libc/sysv/consts/EL3RST.s create mode 100644 libc/sysv/consts/ELF_NGREG.S delete mode 100644 libc/sysv/consts/ELF_NGREG.s create mode 100644 libc/sysv/consts/ELF_PRARGSZ.S delete mode 100644 libc/sysv/consts/ELF_PRARGSZ.s create mode 100644 libc/sysv/consts/ELIBACC.S delete mode 100644 libc/sysv/consts/ELIBACC.s create mode 100644 libc/sysv/consts/ELIBBAD.S delete mode 100644 libc/sysv/consts/ELIBBAD.s create mode 100644 libc/sysv/consts/ELIBEXEC.S delete mode 100644 libc/sysv/consts/ELIBEXEC.s create mode 100644 libc/sysv/consts/ELIBMAX.S delete mode 100644 libc/sysv/consts/ELIBMAX.s create mode 100644 libc/sysv/consts/ELIBSCN.S delete mode 100644 libc/sysv/consts/ELIBSCN.s create mode 100644 libc/sysv/consts/ELNRNG.S delete mode 100644 libc/sysv/consts/ELNRNG.s create mode 100644 libc/sysv/consts/ELOOP.S delete mode 100644 libc/sysv/consts/ELOOP.s create mode 100644 libc/sysv/consts/EMEDIUMTYPE.S delete mode 100644 libc/sysv/consts/EMEDIUMTYPE.s create mode 100644 libc/sysv/consts/EMFILE.S delete mode 100644 libc/sysv/consts/EMFILE.s create mode 100644 libc/sysv/consts/EMLINK.S delete mode 100644 libc/sysv/consts/EMLINK.s create mode 100644 libc/sysv/consts/EMPTY.S delete mode 100644 libc/sysv/consts/EMPTY.s create mode 100644 libc/sysv/consts/EMSGSIZE.S delete mode 100644 libc/sysv/consts/EMSGSIZE.s create mode 100644 libc/sysv/consts/EMULTIHOP.S delete mode 100644 libc/sysv/consts/EMULTIHOP.s create mode 100644 libc/sysv/consts/EM_ALTERA_NIOS2.S delete mode 100644 libc/sysv/consts/EM_ALTERA_NIOS2.s create mode 100644 libc/sysv/consts/EM_LATTICEMICO32.S delete mode 100644 libc/sysv/consts/EM_LATTICEMICO32.s create mode 100644 libc/sysv/consts/ENAMETOOLONG.S delete mode 100644 libc/sysv/consts/ENAMETOOLONG.s create mode 100644 libc/sysv/consts/ENAVAIL.S delete mode 100644 libc/sysv/consts/ENAVAIL.s create mode 100644 libc/sysv/consts/ENDRUNDISC.S delete mode 100644 libc/sysv/consts/ENDRUNDISC.s create mode 100644 libc/sysv/consts/ENEEDAUTH.S delete mode 100644 libc/sysv/consts/ENEEDAUTH.s create mode 100644 libc/sysv/consts/ENETDOWN.S delete mode 100644 libc/sysv/consts/ENETDOWN.s create mode 100644 libc/sysv/consts/ENETRESET.S delete mode 100644 libc/sysv/consts/ENETRESET.s create mode 100644 libc/sysv/consts/ENETUNREACH.S delete mode 100644 libc/sysv/consts/ENETUNREACH.s create mode 100644 libc/sysv/consts/ENFILE.S delete mode 100644 libc/sysv/consts/ENFILE.s create mode 100644 libc/sysv/consts/ENOANO.S delete mode 100644 libc/sysv/consts/ENOANO.s create mode 100644 libc/sysv/consts/ENOATTR.S delete mode 100644 libc/sysv/consts/ENOATTR.s create mode 100644 libc/sysv/consts/ENOBUFS.S delete mode 100644 libc/sysv/consts/ENOBUFS.s create mode 100644 libc/sysv/consts/ENOCSI.S delete mode 100644 libc/sysv/consts/ENOCSI.s create mode 100644 libc/sysv/consts/ENODATA.S delete mode 100644 libc/sysv/consts/ENODATA.s create mode 100644 libc/sysv/consts/ENODEV.S delete mode 100644 libc/sysv/consts/ENODEV.s create mode 100644 libc/sysv/consts/ENOENT.S delete mode 100644 libc/sysv/consts/ENOENT.s create mode 100644 libc/sysv/consts/ENOEXEC.S delete mode 100644 libc/sysv/consts/ENOEXEC.s create mode 100644 libc/sysv/consts/ENOKEY.S delete mode 100644 libc/sysv/consts/ENOKEY.s create mode 100644 libc/sysv/consts/ENOLCK.S delete mode 100644 libc/sysv/consts/ENOLCK.s create mode 100644 libc/sysv/consts/ENOLINK.S delete mode 100644 libc/sysv/consts/ENOLINK.s create mode 100644 libc/sysv/consts/ENOMEDIUM.S delete mode 100644 libc/sysv/consts/ENOMEDIUM.s create mode 100644 libc/sysv/consts/ENOMEM.S delete mode 100644 libc/sysv/consts/ENOMEM.s create mode 100644 libc/sysv/consts/ENOMSG.S delete mode 100644 libc/sysv/consts/ENOMSG.s create mode 100644 libc/sysv/consts/ENONET.S delete mode 100644 libc/sysv/consts/ENONET.s create mode 100644 libc/sysv/consts/ENOPKG.S delete mode 100644 libc/sysv/consts/ENOPKG.s create mode 100644 libc/sysv/consts/ENOPOLICY.S delete mode 100644 libc/sysv/consts/ENOPOLICY.s create mode 100644 libc/sysv/consts/ENOPROTOOPT.S delete mode 100644 libc/sysv/consts/ENOPROTOOPT.s create mode 100644 libc/sysv/consts/ENOSPC.S delete mode 100644 libc/sysv/consts/ENOSPC.s create mode 100644 libc/sysv/consts/ENOSR.S delete mode 100644 libc/sysv/consts/ENOSR.s create mode 100644 libc/sysv/consts/ENOSTR.S delete mode 100644 libc/sysv/consts/ENOSTR.s create mode 100644 libc/sysv/consts/ENOSYS.S delete mode 100644 libc/sysv/consts/ENOSYS.s create mode 100644 libc/sysv/consts/ENOTBLK.S delete mode 100644 libc/sysv/consts/ENOTBLK.s create mode 100644 libc/sysv/consts/ENOTCONN.S delete mode 100644 libc/sysv/consts/ENOTCONN.s create mode 100644 libc/sysv/consts/ENOTDIR.S delete mode 100644 libc/sysv/consts/ENOTDIR.s create mode 100644 libc/sysv/consts/ENOTEMPTY.S delete mode 100644 libc/sysv/consts/ENOTEMPTY.s create mode 100644 libc/sysv/consts/ENOTNAM.S delete mode 100644 libc/sysv/consts/ENOTNAM.s create mode 100644 libc/sysv/consts/ENOTRECOVERABLE.S delete mode 100644 libc/sysv/consts/ENOTRECOVERABLE.s create mode 100644 libc/sysv/consts/ENOTSOCK.S delete mode 100644 libc/sysv/consts/ENOTSOCK.s create mode 100644 libc/sysv/consts/ENOTSUP.S delete mode 100644 libc/sysv/consts/ENOTSUP.s create mode 100644 libc/sysv/consts/ENOTTY.S delete mode 100644 libc/sysv/consts/ENOTTY.s create mode 100644 libc/sysv/consts/ENOTUNIQ.S delete mode 100644 libc/sysv/consts/ENOTUNIQ.s create mode 100644 libc/sysv/consts/ENXIO.S delete mode 100644 libc/sysv/consts/ENXIO.s create mode 100644 libc/sysv/consts/EOPNOTSUPP.S delete mode 100644 libc/sysv/consts/EOPNOTSUPP.s create mode 100644 libc/sysv/consts/EOVERFLOW.S delete mode 100644 libc/sysv/consts/EOVERFLOW.s create mode 100644 libc/sysv/consts/EOWNERDEAD.S delete mode 100644 libc/sysv/consts/EOWNERDEAD.s create mode 100644 libc/sysv/consts/EPERM.S delete mode 100644 libc/sysv/consts/EPERM.s create mode 100644 libc/sysv/consts/EPFNOSUPPORT.S delete mode 100644 libc/sysv/consts/EPFNOSUPPORT.s create mode 100644 libc/sysv/consts/EPIPE.S delete mode 100644 libc/sysv/consts/EPIPE.s create mode 100644 libc/sysv/consts/EPOLLERR.S delete mode 100644 libc/sysv/consts/EPOLLERR.s create mode 100644 libc/sysv/consts/EPOLLET.S delete mode 100644 libc/sysv/consts/EPOLLET.s create mode 100644 libc/sysv/consts/EPOLLEXCLUSIVE.S delete mode 100644 libc/sysv/consts/EPOLLEXCLUSIVE.s create mode 100644 libc/sysv/consts/EPOLLHUP.S delete mode 100644 libc/sysv/consts/EPOLLHUP.s create mode 100644 libc/sysv/consts/EPOLLIN.S delete mode 100644 libc/sysv/consts/EPOLLIN.s create mode 100644 libc/sysv/consts/EPOLLMSG.S delete mode 100644 libc/sysv/consts/EPOLLMSG.s create mode 100644 libc/sysv/consts/EPOLLONESHOT.S delete mode 100644 libc/sysv/consts/EPOLLONESHOT.s create mode 100644 libc/sysv/consts/EPOLLOUT.S delete mode 100644 libc/sysv/consts/EPOLLOUT.s create mode 100644 libc/sysv/consts/EPOLLPRI.S delete mode 100644 libc/sysv/consts/EPOLLPRI.s create mode 100644 libc/sysv/consts/EPOLLRDBAND.S delete mode 100644 libc/sysv/consts/EPOLLRDBAND.s create mode 100644 libc/sysv/consts/EPOLLRDHUP.S delete mode 100644 libc/sysv/consts/EPOLLRDHUP.s create mode 100644 libc/sysv/consts/EPOLLRDNORM.S delete mode 100644 libc/sysv/consts/EPOLLRDNORM.s create mode 100644 libc/sysv/consts/EPOLLWAKEUP.S delete mode 100644 libc/sysv/consts/EPOLLWAKEUP.s create mode 100644 libc/sysv/consts/EPOLLWRBAND.S delete mode 100644 libc/sysv/consts/EPOLLWRBAND.s create mode 100644 libc/sysv/consts/EPOLLWRNORM.S delete mode 100644 libc/sysv/consts/EPOLLWRNORM.s create mode 100644 libc/sysv/consts/EPOLL_CLOEXEC.S delete mode 100644 libc/sysv/consts/EPOLL_CLOEXEC.s create mode 100644 libc/sysv/consts/EPOLL_CTL_ADD.S delete mode 100644 libc/sysv/consts/EPOLL_CTL_ADD.s create mode 100644 libc/sysv/consts/EPOLL_CTL_DEL.S delete mode 100644 libc/sysv/consts/EPOLL_CTL_DEL.s create mode 100644 libc/sysv/consts/EPOLL_CTL_MOD.S delete mode 100644 libc/sysv/consts/EPOLL_CTL_MOD.s create mode 100644 libc/sysv/consts/EPROCLIM.S delete mode 100644 libc/sysv/consts/EPROCLIM.s create mode 100644 libc/sysv/consts/EPROCUNAVAIL.S delete mode 100644 libc/sysv/consts/EPROCUNAVAIL.s create mode 100644 libc/sysv/consts/EPROGMISMATCH.S delete mode 100644 libc/sysv/consts/EPROGMISMATCH.s create mode 100644 libc/sysv/consts/EPROGUNAVAIL.S delete mode 100644 libc/sysv/consts/EPROGUNAVAIL.s create mode 100644 libc/sysv/consts/EPROTO.S delete mode 100644 libc/sysv/consts/EPROTO.s create mode 100644 libc/sysv/consts/EPROTONOSUPPORT.S delete mode 100644 libc/sysv/consts/EPROTONOSUPPORT.s create mode 100644 libc/sysv/consts/EPROTOTYPE.S delete mode 100644 libc/sysv/consts/EPROTOTYPE.s create mode 100644 libc/sysv/consts/EPWROFF.S delete mode 100644 libc/sysv/consts/EPWROFF.s create mode 100644 libc/sysv/consts/ERA.S delete mode 100644 libc/sysv/consts/ERA.s create mode 100644 libc/sysv/consts/ERANGE.S delete mode 100644 libc/sysv/consts/ERANGE.s create mode 100644 libc/sysv/consts/EREMCHG.S delete mode 100644 libc/sysv/consts/EREMCHG.s create mode 100644 libc/sysv/consts/EREMOTE.S delete mode 100644 libc/sysv/consts/EREMOTE.s create mode 100644 libc/sysv/consts/EREMOTEIO.S delete mode 100644 libc/sysv/consts/EREMOTEIO.s create mode 100644 libc/sysv/consts/ERESTART.S delete mode 100644 libc/sysv/consts/ERESTART.s create mode 100644 libc/sysv/consts/ERFKILL.S delete mode 100644 libc/sysv/consts/ERFKILL.s create mode 100644 libc/sysv/consts/EROFS.S delete mode 100644 libc/sysv/consts/EROFS.s create mode 100644 libc/sysv/consts/ERPCMISMATCH.S delete mode 100644 libc/sysv/consts/ERPCMISMATCH.s create mode 100644 libc/sysv/consts/ESHLIBVERS.S delete mode 100644 libc/sysv/consts/ESHLIBVERS.s create mode 100644 libc/sysv/consts/ESHUTDOWN.S delete mode 100644 libc/sysv/consts/ESHUTDOWN.s create mode 100644 libc/sysv/consts/ESOCKTNOSUPPORT.S delete mode 100644 libc/sysv/consts/ESOCKTNOSUPPORT.s create mode 100644 libc/sysv/consts/ESPIPE.S delete mode 100644 libc/sysv/consts/ESPIPE.s create mode 100644 libc/sysv/consts/ESRCH.S delete mode 100644 libc/sysv/consts/ESRCH.s create mode 100644 libc/sysv/consts/ESRMNT.S delete mode 100644 libc/sysv/consts/ESRMNT.s create mode 100644 libc/sysv/consts/ESTALE.S delete mode 100644 libc/sysv/consts/ESTALE.s create mode 100644 libc/sysv/consts/ESTRPIPE.S delete mode 100644 libc/sysv/consts/ESTRPIPE.s create mode 100644 libc/sysv/consts/ETIME.S delete mode 100644 libc/sysv/consts/ETIME.s create mode 100644 libc/sysv/consts/ETIMEDOUT.S delete mode 100644 libc/sysv/consts/ETIMEDOUT.s create mode 100644 libc/sysv/consts/ETOOMANYREFS.S delete mode 100644 libc/sysv/consts/ETOOMANYREFS.s create mode 100644 libc/sysv/consts/ETXTBSY.S delete mode 100644 libc/sysv/consts/ETXTBSY.s create mode 100644 libc/sysv/consts/EUCLEAN.S delete mode 100644 libc/sysv/consts/EUCLEAN.s create mode 100644 libc/sysv/consts/EUNATCH.S delete mode 100644 libc/sysv/consts/EUNATCH.s create mode 100644 libc/sysv/consts/EUSERS.S delete mode 100644 libc/sysv/consts/EUSERS.s create mode 100644 libc/sysv/consts/EWOULDBLOCK.S delete mode 100644 libc/sysv/consts/EWOULDBLOCK.s create mode 100644 libc/sysv/consts/EXDEV.S delete mode 100644 libc/sysv/consts/EXDEV.s create mode 100644 libc/sysv/consts/EXFULL.S delete mode 100644 libc/sysv/consts/EXFULL.s create mode 100644 libc/sysv/consts/EXPR_NEST_MAX.S delete mode 100644 libc/sysv/consts/EXPR_NEST_MAX.s create mode 100644 libc/sysv/consts/EXTA.S delete mode 100644 libc/sysv/consts/EXTA.s create mode 100644 libc/sysv/consts/EXTB.S delete mode 100644 libc/sysv/consts/EXTB.s create mode 100644 libc/sysv/consts/EXTPROC.S delete mode 100644 libc/sysv/consts/EXTPROC.s create mode 100644 libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.s create mode 100644 libc/sysv/consts/FALLOC_FL_INSERT_RANGE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_INSERT_RANGE.s create mode 100644 libc/sysv/consts/FALLOC_FL_KEEP_SIZE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_KEEP_SIZE.s create mode 100644 libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.s create mode 100644 libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.s create mode 100644 libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.s create mode 100644 libc/sysv/consts/FALLOC_FL_ZERO_RANGE.S delete mode 100644 libc/sysv/consts/FALLOC_FL_ZERO_RANGE.s create mode 100644 libc/sysv/consts/FBIOGETCMAP.S delete mode 100644 libc/sysv/consts/FBIOGETCMAP.s create mode 100644 libc/sysv/consts/FBIOGET_FSCREENINFO.S delete mode 100644 libc/sysv/consts/FBIOGET_FSCREENINFO.s create mode 100644 libc/sysv/consts/FBIOGET_VSCREENINFO.S delete mode 100644 libc/sysv/consts/FBIOGET_VSCREENINFO.s create mode 100644 libc/sysv/consts/FBIOPAN_DISPLAY.S delete mode 100644 libc/sysv/consts/FBIOPAN_DISPLAY.s create mode 100644 libc/sysv/consts/FBIOPUTCMAP.S delete mode 100644 libc/sysv/consts/FBIOPUTCMAP.s create mode 100644 libc/sysv/consts/FBIOPUT_VSCREENINFO.S delete mode 100644 libc/sysv/consts/FBIOPUT_VSCREENINFO.s create mode 100644 libc/sysv/consts/FBIO_WAITFORVSYNC.S delete mode 100644 libc/sysv/consts/FBIO_WAITFORVSYNC.s create mode 100644 libc/sysv/consts/FD_CLOEXEC.S delete mode 100644 libc/sysv/consts/FD_CLOEXEC.s create mode 100644 libc/sysv/consts/FD_SETSIZE.S delete mode 100644 libc/sysv/consts/FD_SETSIZE.s create mode 100644 libc/sysv/consts/FF0.S delete mode 100644 libc/sysv/consts/FF0.s create mode 100644 libc/sysv/consts/FF1.S delete mode 100644 libc/sysv/consts/FF1.s create mode 100644 libc/sysv/consts/FFDLY.S delete mode 100644 libc/sysv/consts/FFDLY.s create mode 100644 libc/sysv/consts/FIFOTYPE.S delete mode 100644 libc/sysv/consts/FIFOTYPE.s create mode 100644 libc/sysv/consts/FIOASYNC.S delete mode 100644 libc/sysv/consts/FIOASYNC.s create mode 100644 libc/sysv/consts/FIOCLEX.S delete mode 100644 libc/sysv/consts/FIOCLEX.s create mode 100644 libc/sysv/consts/FIODGNAME.S delete mode 100644 libc/sysv/consts/FIODGNAME.s create mode 100644 libc/sysv/consts/FIONBIO.S delete mode 100644 libc/sysv/consts/FIONBIO.s create mode 100644 libc/sysv/consts/FIONCLEX.S delete mode 100644 libc/sysv/consts/FIONCLEX.s create mode 100644 libc/sysv/consts/FIONREAD.S delete mode 100644 libc/sysv/consts/FIONREAD.s create mode 100644 libc/sysv/consts/FLUSHO.S delete mode 100644 libc/sysv/consts/FLUSHO.s create mode 100644 libc/sysv/consts/FPE_FLTDIV.S delete mode 100644 libc/sysv/consts/FPE_FLTDIV.s create mode 100644 libc/sysv/consts/FPE_FLTINV.S delete mode 100644 libc/sysv/consts/FPE_FLTINV.s create mode 100644 libc/sysv/consts/FPE_FLTOVF.S delete mode 100644 libc/sysv/consts/FPE_FLTOVF.s create mode 100644 libc/sysv/consts/FPE_FLTRES.S delete mode 100644 libc/sysv/consts/FPE_FLTRES.s create mode 100644 libc/sysv/consts/FPE_FLTSUB.S delete mode 100644 libc/sysv/consts/FPE_FLTSUB.s create mode 100644 libc/sysv/consts/FPE_FLTUND.S delete mode 100644 libc/sysv/consts/FPE_FLTUND.s create mode 100644 libc/sysv/consts/FPE_INTDIV.S delete mode 100644 libc/sysv/consts/FPE_INTDIV.s create mode 100644 libc/sysv/consts/FPE_INTOVF.S delete mode 100644 libc/sysv/consts/FPE_INTOVF.s create mode 100644 libc/sysv/consts/FREAD.S delete mode 100644 libc/sysv/consts/FREAD.s create mode 100644 libc/sysv/consts/FSETLOCKING_BYCALLER.S delete mode 100644 libc/sysv/consts/FSETLOCKING_BYCALLER.s create mode 100644 libc/sysv/consts/FSETLOCKING_INTERNAL.S delete mode 100644 libc/sysv/consts/FSETLOCKING_INTERNAL.s create mode 100644 libc/sysv/consts/FSETLOCKING_QUERY.S delete mode 100644 libc/sysv/consts/FSETLOCKING_QUERY.s create mode 100644 libc/sysv/consts/FUTEX_PRIVATE_FLAG.S delete mode 100644 libc/sysv/consts/FUTEX_PRIVATE_FLAG.s create mode 100644 libc/sysv/consts/FUTEX_REQUEUE.S delete mode 100644 libc/sysv/consts/FUTEX_REQUEUE.s create mode 100644 libc/sysv/consts/FUTEX_WAIT.S delete mode 100644 libc/sysv/consts/FUTEX_WAIT.s create mode 100644 libc/sysv/consts/FUTEX_WAKE.S delete mode 100644 libc/sysv/consts/FUTEX_WAKE.s create mode 100644 libc/sysv/consts/FWRITE.S delete mode 100644 libc/sysv/consts/FWRITE.s create mode 100644 libc/sysv/consts/F_BARRIERFSYNC.S delete mode 100644 libc/sysv/consts/F_BARRIERFSYNC.s create mode 100644 libc/sysv/consts/F_DUPFD.S delete mode 100644 libc/sysv/consts/F_DUPFD.s create mode 100644 libc/sysv/consts/F_DUPFD_CLOEXEC.S delete mode 100644 libc/sysv/consts/F_DUPFD_CLOEXEC.s create mode 100644 libc/sysv/consts/F_FULLFSYNC.S delete mode 100644 libc/sysv/consts/F_FULLFSYNC.s create mode 100644 libc/sysv/consts/F_GETFD.S delete mode 100644 libc/sysv/consts/F_GETFD.s create mode 100644 libc/sysv/consts/F_GETFL.S delete mode 100644 libc/sysv/consts/F_GETFL.s create mode 100644 libc/sysv/consts/F_GETLEASE.S delete mode 100644 libc/sysv/consts/F_GETLEASE.s create mode 100644 libc/sysv/consts/F_GETLK.S delete mode 100644 libc/sysv/consts/F_GETLK.s create mode 100644 libc/sysv/consts/F_GETLK64.S delete mode 100644 libc/sysv/consts/F_GETLK64.s create mode 100644 libc/sysv/consts/F_GETNOSIGPIPE.S delete mode 100644 libc/sysv/consts/F_GETNOSIGPIPE.s create mode 100644 libc/sysv/consts/F_GETOWN.S delete mode 100644 libc/sysv/consts/F_GETOWN.s create mode 100644 libc/sysv/consts/F_GETOWN_EX.S delete mode 100644 libc/sysv/consts/F_GETOWN_EX.s create mode 100644 libc/sysv/consts/F_GETPATH.S delete mode 100644 libc/sysv/consts/F_GETPATH.s create mode 100644 libc/sysv/consts/F_GETPIPE_SZ.S delete mode 100644 libc/sysv/consts/F_GETPIPE_SZ.s create mode 100644 libc/sysv/consts/F_GETSIG.S delete mode 100644 libc/sysv/consts/F_GETSIG.s create mode 100644 libc/sysv/consts/F_MAXFD.S delete mode 100644 libc/sysv/consts/F_MAXFD.s create mode 100644 libc/sysv/consts/F_NOCACHE.S delete mode 100644 libc/sysv/consts/F_NOCACHE.s create mode 100644 libc/sysv/consts/F_NOTIFY.S delete mode 100644 libc/sysv/consts/F_NOTIFY.s create mode 100644 libc/sysv/consts/F_OFD_GETLK.S delete mode 100644 libc/sysv/consts/F_OFD_GETLK.s create mode 100644 libc/sysv/consts/F_OFD_SETLK.S delete mode 100644 libc/sysv/consts/F_OFD_SETLK.s create mode 100644 libc/sysv/consts/F_OFD_SETLKW.S delete mode 100644 libc/sysv/consts/F_OFD_SETLKW.s create mode 100644 libc/sysv/consts/F_OK.S delete mode 100644 libc/sysv/consts/F_OK.s create mode 100644 libc/sysv/consts/F_RDLCK.S delete mode 100644 libc/sysv/consts/F_RDLCK.s create mode 100644 libc/sysv/consts/F_SETFD.S delete mode 100644 libc/sysv/consts/F_SETFD.s create mode 100644 libc/sysv/consts/F_SETFL.S delete mode 100644 libc/sysv/consts/F_SETFL.s create mode 100644 libc/sysv/consts/F_SETLEASE.S delete mode 100644 libc/sysv/consts/F_SETLEASE.s create mode 100644 libc/sysv/consts/F_SETLK.S delete mode 100644 libc/sysv/consts/F_SETLK.s create mode 100644 libc/sysv/consts/F_SETLK64.S delete mode 100644 libc/sysv/consts/F_SETLK64.s create mode 100644 libc/sysv/consts/F_SETLKW.S delete mode 100644 libc/sysv/consts/F_SETLKW.s create mode 100644 libc/sysv/consts/F_SETLKW64.S delete mode 100644 libc/sysv/consts/F_SETLKW64.s create mode 100644 libc/sysv/consts/F_SETNOSIGPIPE.S delete mode 100644 libc/sysv/consts/F_SETNOSIGPIPE.s create mode 100644 libc/sysv/consts/F_SETOWN.S delete mode 100644 libc/sysv/consts/F_SETOWN.s create mode 100644 libc/sysv/consts/F_SETOWN_EX.S delete mode 100644 libc/sysv/consts/F_SETOWN_EX.s create mode 100644 libc/sysv/consts/F_SETPIPE_SZ.S delete mode 100644 libc/sysv/consts/F_SETPIPE_SZ.s create mode 100644 libc/sysv/consts/F_SETSIG.S delete mode 100644 libc/sysv/consts/F_SETSIG.s create mode 100644 libc/sysv/consts/F_UNLCK.S delete mode 100644 libc/sysv/consts/F_UNLCK.s create mode 100644 libc/sysv/consts/F_WRLCK.S delete mode 100644 libc/sysv/consts/F_WRLCK.s create mode 100644 libc/sysv/consts/GIO_FONT.S delete mode 100644 libc/sysv/consts/GIO_FONT.s create mode 100644 libc/sysv/consts/GIO_FONTX.S delete mode 100644 libc/sysv/consts/GIO_FONTX.s create mode 100644 libc/sysv/consts/GRPQUOTA.S delete mode 100644 libc/sysv/consts/GRPQUOTA.s create mode 100644 libc/sysv/consts/H4DISC.S delete mode 100644 libc/sysv/consts/H4DISC.s create mode 100644 libc/sysv/consts/HOST_NAME_MAX.S delete mode 100644 libc/sysv/consts/HOST_NAME_MAX.s create mode 100644 libc/sysv/consts/HUPCL.S delete mode 100644 libc/sysv/consts/HUPCL.s create mode 100644 libc/sysv/consts/ICANON.S delete mode 100644 libc/sysv/consts/ICANON.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.s create mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.S delete mode 100644 libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.s create mode 100644 libc/sysv/consts/ICMP6_ECHO_REPLY.S delete mode 100644 libc/sysv/consts/ICMP6_ECHO_REPLY.s create mode 100644 libc/sysv/consts/ICMP6_ECHO_REQUEST.S delete mode 100644 libc/sysv/consts/ICMP6_ECHO_REQUEST.s create mode 100644 libc/sysv/consts/ICMP6_FILTER.S delete mode 100644 libc/sysv/consts/ICMP6_FILTER.s create mode 100644 libc/sysv/consts/ICMP6_INFOMSG_MASK.S delete mode 100644 libc/sysv/consts/ICMP6_INFOMSG_MASK.s create mode 100644 libc/sysv/consts/ICMP6_PACKET_TOO_BIG.S delete mode 100644 libc/sysv/consts/ICMP6_PACKET_TOO_BIG.s create mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_HEADER.S delete mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_HEADER.s create mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.S delete mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.s create mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_OPTION.S delete mode 100644 libc/sysv/consts/ICMP6_PARAMPROB_OPTION.s create mode 100644 libc/sysv/consts/ICMP6_PARAM_PROB.S delete mode 100644 libc/sysv/consts/ICMP6_PARAM_PROB.s create mode 100644 libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.S delete mode 100644 libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.s create mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.S delete mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.s create mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S delete mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.s create mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.S delete mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.s create mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.S delete mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.s create mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_TEST.S delete mode 100644 libc/sysv/consts/ICMP6_RR_FLAGS_TEST.s create mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.S delete mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s create mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.S delete mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s create mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.S delete mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s create mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.S delete mode 100644 libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s create mode 100644 libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.S delete mode 100644 libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s create mode 100644 libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.S delete mode 100644 libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.s create mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEEDED.S delete mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEEDED.s create mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.S delete mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.s create mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.S delete mode 100644 libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.s create mode 100644 libc/sysv/consts/ICRNL.S delete mode 100644 libc/sysv/consts/ICRNL.s create mode 100644 libc/sysv/consts/IEXTEN.S delete mode 100644 libc/sysv/consts/IEXTEN.s create mode 100644 libc/sysv/consts/IFF_ALLMULTI.S delete mode 100644 libc/sysv/consts/IFF_ALLMULTI.s create mode 100644 libc/sysv/consts/IFF_AUTOMEDIA.S delete mode 100644 libc/sysv/consts/IFF_AUTOMEDIA.s create mode 100644 libc/sysv/consts/IFF_BROADCAST.S delete mode 100644 libc/sysv/consts/IFF_BROADCAST.s create mode 100644 libc/sysv/consts/IFF_DEBUG.S delete mode 100644 libc/sysv/consts/IFF_DEBUG.s create mode 100644 libc/sysv/consts/IFF_DYNAMIC.S delete mode 100644 libc/sysv/consts/IFF_DYNAMIC.s create mode 100644 libc/sysv/consts/IFF_LOOPBACK.S delete mode 100644 libc/sysv/consts/IFF_LOOPBACK.s create mode 100644 libc/sysv/consts/IFF_MASTER.S delete mode 100644 libc/sysv/consts/IFF_MASTER.s create mode 100644 libc/sysv/consts/IFF_MULTICAST.S delete mode 100644 libc/sysv/consts/IFF_MULTICAST.s create mode 100644 libc/sysv/consts/IFF_NOARP.S delete mode 100644 libc/sysv/consts/IFF_NOARP.s create mode 100644 libc/sysv/consts/IFF_NOTRAILERS.S delete mode 100644 libc/sysv/consts/IFF_NOTRAILERS.s create mode 100644 libc/sysv/consts/IFF_POINTOPOINT.S delete mode 100644 libc/sysv/consts/IFF_POINTOPOINT.s create mode 100644 libc/sysv/consts/IFF_PORTSEL.S delete mode 100644 libc/sysv/consts/IFF_PORTSEL.s create mode 100644 libc/sysv/consts/IFF_PROMISC.S delete mode 100644 libc/sysv/consts/IFF_PROMISC.s create mode 100644 libc/sysv/consts/IFF_RUNNING.S delete mode 100644 libc/sysv/consts/IFF_RUNNING.s create mode 100644 libc/sysv/consts/IFF_SLAVE.S delete mode 100644 libc/sysv/consts/IFF_SLAVE.s create mode 100644 libc/sysv/consts/IFF_UP.S delete mode 100644 libc/sysv/consts/IFF_UP.s create mode 100644 libc/sysv/consts/IF_NAMESIZE.S delete mode 100644 libc/sysv/consts/IF_NAMESIZE.s create mode 100644 libc/sysv/consts/IGNBRK.S delete mode 100644 libc/sysv/consts/IGNBRK.s create mode 100644 libc/sysv/consts/IGNCR.S delete mode 100644 libc/sysv/consts/IGNCR.s create mode 100644 libc/sysv/consts/IGNPAR.S delete mode 100644 libc/sysv/consts/IGNPAR.s create mode 100644 libc/sysv/consts/ILL_BADSTK.S delete mode 100644 libc/sysv/consts/ILL_BADSTK.s create mode 100644 libc/sysv/consts/ILL_COPROC.S delete mode 100644 libc/sysv/consts/ILL_COPROC.s create mode 100644 libc/sysv/consts/ILL_ILLADR.S delete mode 100644 libc/sysv/consts/ILL_ILLADR.s create mode 100644 libc/sysv/consts/ILL_ILLOPC.S delete mode 100644 libc/sysv/consts/ILL_ILLOPC.s create mode 100644 libc/sysv/consts/ILL_ILLOPN.S delete mode 100644 libc/sysv/consts/ILL_ILLOPN.s create mode 100644 libc/sysv/consts/ILL_ILLTRP.S delete mode 100644 libc/sysv/consts/ILL_ILLTRP.s create mode 100644 libc/sysv/consts/ILL_PRVOPC.S delete mode 100644 libc/sysv/consts/ILL_PRVOPC.s create mode 100644 libc/sysv/consts/ILL_PRVREG.S delete mode 100644 libc/sysv/consts/ILL_PRVREG.s create mode 100644 libc/sysv/consts/IMAXBEL.S delete mode 100644 libc/sysv/consts/IMAXBEL.s create mode 100644 libc/sysv/consts/INET6_ADDRSTRLEN.S delete mode 100644 libc/sysv/consts/INET6_ADDRSTRLEN.s create mode 100644 libc/sysv/consts/INET_ADDRSTRLEN.S delete mode 100644 libc/sysv/consts/INET_ADDRSTRLEN.s create mode 100644 libc/sysv/consts/INLCR.S delete mode 100644 libc/sysv/consts/INLCR.s create mode 100644 libc/sysv/consts/INPCK.S delete mode 100644 libc/sysv/consts/INPCK.s create mode 100644 libc/sysv/consts/INTERMEDIATE_C_GOOD.S delete mode 100644 libc/sysv/consts/INTERMEDIATE_C_GOOD.s create mode 100644 libc/sysv/consts/INTERMEDIATE_GOOD.S delete mode 100644 libc/sysv/consts/INTERMEDIATE_GOOD.s create mode 100644 libc/sysv/consts/IOV_MAX.S delete mode 100644 libc/sysv/consts/IOV_MAX.s create mode 100644 libc/sysv/consts/IP6F_MORE_FRAG.S delete mode 100644 libc/sysv/consts/IP6F_MORE_FRAG.s create mode 100644 libc/sysv/consts/IP6F_OFF_MASK.S delete mode 100644 libc/sysv/consts/IP6F_OFF_MASK.s create mode 100644 libc/sysv/consts/IP6F_RESERVED_MASK.S delete mode 100644 libc/sysv/consts/IP6F_RESERVED_MASK.s create mode 100644 libc/sysv/consts/IPPORT_USERRESERVED.S delete mode 100644 libc/sysv/consts/IPPORT_USERRESERVED.s create mode 100644 libc/sysv/consts/IPPROTO_AH.S delete mode 100644 libc/sysv/consts/IPPROTO_AH.s create mode 100644 libc/sysv/consts/IPPROTO_BEETPH.S delete mode 100644 libc/sysv/consts/IPPROTO_BEETPH.s create mode 100644 libc/sysv/consts/IPPROTO_COMP.S delete mode 100644 libc/sysv/consts/IPPROTO_COMP.s create mode 100644 libc/sysv/consts/IPPROTO_DCCP.S delete mode 100644 libc/sysv/consts/IPPROTO_DCCP.s create mode 100644 libc/sysv/consts/IPPROTO_DSTOPTS.S delete mode 100644 libc/sysv/consts/IPPROTO_DSTOPTS.s create mode 100644 libc/sysv/consts/IPPROTO_EGP.S delete mode 100644 libc/sysv/consts/IPPROTO_EGP.s create mode 100644 libc/sysv/consts/IPPROTO_ENCAP.S delete mode 100644 libc/sysv/consts/IPPROTO_ENCAP.s create mode 100644 libc/sysv/consts/IPPROTO_ESP.S delete mode 100644 libc/sysv/consts/IPPROTO_ESP.s create mode 100644 libc/sysv/consts/IPPROTO_FRAGMENT.S delete mode 100644 libc/sysv/consts/IPPROTO_FRAGMENT.s create mode 100644 libc/sysv/consts/IPPROTO_GRE.S delete mode 100644 libc/sysv/consts/IPPROTO_GRE.s create mode 100644 libc/sysv/consts/IPPROTO_HOPOPTS.S delete mode 100644 libc/sysv/consts/IPPROTO_HOPOPTS.s create mode 100644 libc/sysv/consts/IPPROTO_ICMP.S delete mode 100644 libc/sysv/consts/IPPROTO_ICMP.s create mode 100644 libc/sysv/consts/IPPROTO_ICMPV6.S delete mode 100644 libc/sysv/consts/IPPROTO_ICMPV6.s create mode 100644 libc/sysv/consts/IPPROTO_IDP.S delete mode 100644 libc/sysv/consts/IPPROTO_IDP.s create mode 100644 libc/sysv/consts/IPPROTO_IGMP.S delete mode 100644 libc/sysv/consts/IPPROTO_IGMP.s create mode 100644 libc/sysv/consts/IPPROTO_IP.S delete mode 100644 libc/sysv/consts/IPPROTO_IP.s create mode 100644 libc/sysv/consts/IPPROTO_IPIP.S delete mode 100644 libc/sysv/consts/IPPROTO_IPIP.s create mode 100644 libc/sysv/consts/IPPROTO_IPV6.S delete mode 100644 libc/sysv/consts/IPPROTO_IPV6.s create mode 100644 libc/sysv/consts/IPPROTO_MH.S delete mode 100644 libc/sysv/consts/IPPROTO_MH.s create mode 100644 libc/sysv/consts/IPPROTO_MPLS.S delete mode 100644 libc/sysv/consts/IPPROTO_MPLS.s create mode 100644 libc/sysv/consts/IPPROTO_MTP.S delete mode 100644 libc/sysv/consts/IPPROTO_MTP.s create mode 100644 libc/sysv/consts/IPPROTO_NONE.S delete mode 100644 libc/sysv/consts/IPPROTO_NONE.s create mode 100644 libc/sysv/consts/IPPROTO_PIM.S delete mode 100644 libc/sysv/consts/IPPROTO_PIM.s create mode 100644 libc/sysv/consts/IPPROTO_PUP.S delete mode 100644 libc/sysv/consts/IPPROTO_PUP.s create mode 100644 libc/sysv/consts/IPPROTO_RAW.S delete mode 100644 libc/sysv/consts/IPPROTO_RAW.s create mode 100644 libc/sysv/consts/IPPROTO_ROUTING.S delete mode 100644 libc/sysv/consts/IPPROTO_ROUTING.s create mode 100644 libc/sysv/consts/IPPROTO_RSVP.S delete mode 100644 libc/sysv/consts/IPPROTO_RSVP.s create mode 100644 libc/sysv/consts/IPPROTO_SCTP.S delete mode 100644 libc/sysv/consts/IPPROTO_SCTP.s create mode 100644 libc/sysv/consts/IPPROTO_TCP.S delete mode 100644 libc/sysv/consts/IPPROTO_TCP.s create mode 100644 libc/sysv/consts/IPPROTO_TP.S delete mode 100644 libc/sysv/consts/IPPROTO_TP.s create mode 100644 libc/sysv/consts/IPPROTO_UDP.S delete mode 100644 libc/sysv/consts/IPPROTO_UDP.s create mode 100644 libc/sysv/consts/IPPROTO_UDPLITE.S delete mode 100644 libc/sysv/consts/IPPROTO_UDPLITE.s create mode 100644 libc/sysv/consts/IPV6_2292DSTOPTS.S delete mode 100644 libc/sysv/consts/IPV6_2292DSTOPTS.s create mode 100644 libc/sysv/consts/IPV6_2292HOPLIMIT.S delete mode 100644 libc/sysv/consts/IPV6_2292HOPLIMIT.s create mode 100644 libc/sysv/consts/IPV6_2292HOPOPTS.S delete mode 100644 libc/sysv/consts/IPV6_2292HOPOPTS.s create mode 100644 libc/sysv/consts/IPV6_2292PKTINFO.S delete mode 100644 libc/sysv/consts/IPV6_2292PKTINFO.s create mode 100644 libc/sysv/consts/IPV6_2292PKTOPTIONS.S delete mode 100644 libc/sysv/consts/IPV6_2292PKTOPTIONS.s create mode 100644 libc/sysv/consts/IPV6_2292RTHDR.S delete mode 100644 libc/sysv/consts/IPV6_2292RTHDR.s create mode 100644 libc/sysv/consts/IPV6_ADDRFORM.S delete mode 100644 libc/sysv/consts/IPV6_ADDRFORM.s create mode 100644 libc/sysv/consts/IPV6_ADD_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IPV6_ADD_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IPV6_AUTHHDR.S delete mode 100644 libc/sysv/consts/IPV6_AUTHHDR.s create mode 100644 libc/sysv/consts/IPV6_AUTOFLOWLABEL.S delete mode 100644 libc/sysv/consts/IPV6_AUTOFLOWLABEL.s create mode 100644 libc/sysv/consts/IPV6_CHECKSUM.S delete mode 100644 libc/sysv/consts/IPV6_CHECKSUM.s create mode 100644 libc/sysv/consts/IPV6_DONTFRAG.S delete mode 100644 libc/sysv/consts/IPV6_DONTFRAG.s create mode 100644 libc/sysv/consts/IPV6_DROP_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IPV6_DROP_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IPV6_DSTOPTS.S delete mode 100644 libc/sysv/consts/IPV6_DSTOPTS.s create mode 100644 libc/sysv/consts/IPV6_HDRINCL.S delete mode 100644 libc/sysv/consts/IPV6_HDRINCL.s create mode 100644 libc/sysv/consts/IPV6_HOPLIMIT.S delete mode 100644 libc/sysv/consts/IPV6_HOPLIMIT.s create mode 100644 libc/sysv/consts/IPV6_HOPOPTS.S delete mode 100644 libc/sysv/consts/IPV6_HOPOPTS.s create mode 100644 libc/sysv/consts/IPV6_IPSEC_POLICY.S delete mode 100644 libc/sysv/consts/IPV6_IPSEC_POLICY.s create mode 100644 libc/sysv/consts/IPV6_JOIN_ANYCAST.S delete mode 100644 libc/sysv/consts/IPV6_JOIN_ANYCAST.s create mode 100644 libc/sysv/consts/IPV6_JOIN_GROUP.S delete mode 100644 libc/sysv/consts/IPV6_JOIN_GROUP.s create mode 100644 libc/sysv/consts/IPV6_LEAVE_ANYCAST.S delete mode 100644 libc/sysv/consts/IPV6_LEAVE_ANYCAST.s create mode 100644 libc/sysv/consts/IPV6_LEAVE_GROUP.S delete mode 100644 libc/sysv/consts/IPV6_LEAVE_GROUP.s create mode 100644 libc/sysv/consts/IPV6_MINHOPCOUNT.S delete mode 100644 libc/sysv/consts/IPV6_MINHOPCOUNT.s create mode 100644 libc/sysv/consts/IPV6_MTU.S delete mode 100644 libc/sysv/consts/IPV6_MTU.s create mode 100644 libc/sysv/consts/IPV6_MTU_DISCOVER.S delete mode 100644 libc/sysv/consts/IPV6_MTU_DISCOVER.s create mode 100644 libc/sysv/consts/IPV6_MULTICAST_HOPS.S delete mode 100644 libc/sysv/consts/IPV6_MULTICAST_HOPS.s create mode 100644 libc/sysv/consts/IPV6_MULTICAST_IF.S delete mode 100644 libc/sysv/consts/IPV6_MULTICAST_IF.s create mode 100644 libc/sysv/consts/IPV6_MULTICAST_LOOP.S delete mode 100644 libc/sysv/consts/IPV6_MULTICAST_LOOP.s create mode 100644 libc/sysv/consts/IPV6_NEXTHOP.S delete mode 100644 libc/sysv/consts/IPV6_NEXTHOP.s create mode 100644 libc/sysv/consts/IPV6_ORIGDSTADDR.S delete mode 100644 libc/sysv/consts/IPV6_ORIGDSTADDR.s create mode 100644 libc/sysv/consts/IPV6_PATHMTU.S delete mode 100644 libc/sysv/consts/IPV6_PATHMTU.s create mode 100644 libc/sysv/consts/IPV6_PKTINFO.S delete mode 100644 libc/sysv/consts/IPV6_PKTINFO.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_DO.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_DO.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_DONT.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_DONT.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_OMIT.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_OMIT.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_PROBE.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_PROBE.s create mode 100644 libc/sysv/consts/IPV6_PMTUDISC_WANT.S delete mode 100644 libc/sysv/consts/IPV6_PMTUDISC_WANT.s create mode 100644 libc/sysv/consts/IPV6_RECVDSTOPTS.S delete mode 100644 libc/sysv/consts/IPV6_RECVDSTOPTS.s create mode 100644 libc/sysv/consts/IPV6_RECVERR.S delete mode 100644 libc/sysv/consts/IPV6_RECVERR.s create mode 100644 libc/sysv/consts/IPV6_RECVHOPLIMIT.S delete mode 100644 libc/sysv/consts/IPV6_RECVHOPLIMIT.s create mode 100644 libc/sysv/consts/IPV6_RECVHOPOPTS.S delete mode 100644 libc/sysv/consts/IPV6_RECVHOPOPTS.s create mode 100644 libc/sysv/consts/IPV6_RECVORIGDSTADDR.S delete mode 100644 libc/sysv/consts/IPV6_RECVORIGDSTADDR.s create mode 100644 libc/sysv/consts/IPV6_RECVPATHMTU.S delete mode 100644 libc/sysv/consts/IPV6_RECVPATHMTU.s create mode 100644 libc/sysv/consts/IPV6_RECVPKTINFO.S delete mode 100644 libc/sysv/consts/IPV6_RECVPKTINFO.s create mode 100644 libc/sysv/consts/IPV6_RECVRTHDR.S delete mode 100644 libc/sysv/consts/IPV6_RECVRTHDR.s create mode 100644 libc/sysv/consts/IPV6_RECVTCLASS.S delete mode 100644 libc/sysv/consts/IPV6_RECVTCLASS.s create mode 100644 libc/sysv/consts/IPV6_ROUTER_ALERT.S delete mode 100644 libc/sysv/consts/IPV6_ROUTER_ALERT.s create mode 100644 libc/sysv/consts/IPV6_RTHDR.S delete mode 100644 libc/sysv/consts/IPV6_RTHDR.s create mode 100644 libc/sysv/consts/IPV6_RTHDRDSTOPTS.S delete mode 100644 libc/sysv/consts/IPV6_RTHDRDSTOPTS.s create mode 100644 libc/sysv/consts/IPV6_RTHDR_LOOSE.S delete mode 100644 libc/sysv/consts/IPV6_RTHDR_LOOSE.s create mode 100644 libc/sysv/consts/IPV6_RTHDR_STRICT.S delete mode 100644 libc/sysv/consts/IPV6_RTHDR_STRICT.s create mode 100644 libc/sysv/consts/IPV6_RTHDR_TYPE_0.S delete mode 100644 libc/sysv/consts/IPV6_RTHDR_TYPE_0.s create mode 100644 libc/sysv/consts/IPV6_RXDSTOPTS.S delete mode 100644 libc/sysv/consts/IPV6_RXDSTOPTS.s create mode 100644 libc/sysv/consts/IPV6_RXHOPOPTS.S delete mode 100644 libc/sysv/consts/IPV6_RXHOPOPTS.s create mode 100644 libc/sysv/consts/IPV6_TCLASS.S delete mode 100644 libc/sysv/consts/IPV6_TCLASS.s create mode 100644 libc/sysv/consts/IPV6_UNICAST_HOPS.S delete mode 100644 libc/sysv/consts/IPV6_UNICAST_HOPS.s create mode 100644 libc/sysv/consts/IPV6_V6ONLY.S delete mode 100644 libc/sysv/consts/IPV6_V6ONLY.s create mode 100644 libc/sysv/consts/IPV6_XFRM_POLICY.S delete mode 100644 libc/sysv/consts/IPV6_XFRM_POLICY.s create mode 100644 libc/sysv/consts/IP_ADD_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IP_ADD_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.S delete mode 100644 libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.s create mode 100644 libc/sysv/consts/IP_BLOCK_SOURCE.S delete mode 100644 libc/sysv/consts/IP_BLOCK_SOURCE.s create mode 100644 libc/sysv/consts/IP_CHECKSUM.S delete mode 100644 libc/sysv/consts/IP_CHECKSUM.s create mode 100644 libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.S delete mode 100644 libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.s create mode 100644 libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.S delete mode 100644 libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.s create mode 100644 libc/sysv/consts/IP_DROP_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IP_DROP_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.S delete mode 100644 libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.s create mode 100644 libc/sysv/consts/IP_FREEBIND.S delete mode 100644 libc/sysv/consts/IP_FREEBIND.s create mode 100644 libc/sysv/consts/IP_HDRINCL.S delete mode 100644 libc/sysv/consts/IP_HDRINCL.s create mode 100644 libc/sysv/consts/IP_IPSEC_POLICY.S delete mode 100644 libc/sysv/consts/IP_IPSEC_POLICY.s create mode 100644 libc/sysv/consts/IP_MAX_MEMBERSHIPS.S delete mode 100644 libc/sysv/consts/IP_MAX_MEMBERSHIPS.s create mode 100644 libc/sysv/consts/IP_MINTTL.S delete mode 100644 libc/sysv/consts/IP_MINTTL.s create mode 100644 libc/sysv/consts/IP_MSFILTER.S delete mode 100644 libc/sysv/consts/IP_MSFILTER.s create mode 100644 libc/sysv/consts/IP_MTU.S delete mode 100644 libc/sysv/consts/IP_MTU.s create mode 100644 libc/sysv/consts/IP_MTU_DISCOVER.S delete mode 100644 libc/sysv/consts/IP_MTU_DISCOVER.s create mode 100644 libc/sysv/consts/IP_MULTICAST_ALL.S delete mode 100644 libc/sysv/consts/IP_MULTICAST_ALL.s create mode 100644 libc/sysv/consts/IP_MULTICAST_IF.S delete mode 100644 libc/sysv/consts/IP_MULTICAST_IF.s create mode 100644 libc/sysv/consts/IP_MULTICAST_LOOP.S delete mode 100644 libc/sysv/consts/IP_MULTICAST_LOOP.s create mode 100644 libc/sysv/consts/IP_MULTICAST_TTL.S delete mode 100644 libc/sysv/consts/IP_MULTICAST_TTL.s create mode 100644 libc/sysv/consts/IP_NODEFRAG.S delete mode 100644 libc/sysv/consts/IP_NODEFRAG.s create mode 100644 libc/sysv/consts/IP_OPTIONS.S delete mode 100644 libc/sysv/consts/IP_OPTIONS.s create mode 100644 libc/sysv/consts/IP_ORIGDSTADDR.S delete mode 100644 libc/sysv/consts/IP_ORIGDSTADDR.s create mode 100644 libc/sysv/consts/IP_PASSSEC.S delete mode 100644 libc/sysv/consts/IP_PASSSEC.s create mode 100644 libc/sysv/consts/IP_PKTINFO.S delete mode 100644 libc/sysv/consts/IP_PKTINFO.s create mode 100644 libc/sysv/consts/IP_PKTOPTIONS.S delete mode 100644 libc/sysv/consts/IP_PKTOPTIONS.s create mode 100644 libc/sysv/consts/IP_PMTUDISC.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_DO.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_DO.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_DONT.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_DONT.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_INTERFACE.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_INTERFACE.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_OMIT.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_OMIT.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_PROBE.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_PROBE.s create mode 100644 libc/sysv/consts/IP_PMTUDISC_WANT.S delete mode 100644 libc/sysv/consts/IP_PMTUDISC_WANT.s create mode 100644 libc/sysv/consts/IP_RECVDSTADDR.S delete mode 100644 libc/sysv/consts/IP_RECVDSTADDR.s create mode 100644 libc/sysv/consts/IP_RECVERR.S delete mode 100644 libc/sysv/consts/IP_RECVERR.s create mode 100644 libc/sysv/consts/IP_RECVOPTS.S delete mode 100644 libc/sysv/consts/IP_RECVOPTS.s create mode 100644 libc/sysv/consts/IP_RECVORIGDSTADDR.S delete mode 100644 libc/sysv/consts/IP_RECVORIGDSTADDR.s create mode 100644 libc/sysv/consts/IP_RECVRETOPTS.S delete mode 100644 libc/sysv/consts/IP_RECVRETOPTS.s create mode 100644 libc/sysv/consts/IP_RECVTOS.S delete mode 100644 libc/sysv/consts/IP_RECVTOS.s create mode 100644 libc/sysv/consts/IP_RECVTTL.S delete mode 100644 libc/sysv/consts/IP_RECVTTL.s create mode 100644 libc/sysv/consts/IP_RETOPTS.S delete mode 100644 libc/sysv/consts/IP_RETOPTS.s create mode 100644 libc/sysv/consts/IP_ROUTER_ALERT.S delete mode 100644 libc/sysv/consts/IP_ROUTER_ALERT.s create mode 100644 libc/sysv/consts/IP_TOS.S delete mode 100644 libc/sysv/consts/IP_TOS.s create mode 100644 libc/sysv/consts/IP_TRANSPARENT.S delete mode 100644 libc/sysv/consts/IP_TRANSPARENT.s create mode 100644 libc/sysv/consts/IP_TTL.S delete mode 100644 libc/sysv/consts/IP_TTL.s create mode 100644 libc/sysv/consts/IP_UNBLOCK_SOURCE.S delete mode 100644 libc/sysv/consts/IP_UNBLOCK_SOURCE.s create mode 100644 libc/sysv/consts/IP_UNICAST_IF.S delete mode 100644 libc/sysv/consts/IP_UNICAST_IF.s create mode 100644 libc/sysv/consts/IP_XFRM_POLICY.S delete mode 100644 libc/sysv/consts/IP_XFRM_POLICY.s create mode 100644 libc/sysv/consts/ISIG.S delete mode 100644 libc/sysv/consts/ISIG.s create mode 100644 libc/sysv/consts/ISTRIP.S delete mode 100644 libc/sysv/consts/ISTRIP.s create mode 100644 libc/sysv/consts/IUCLC.S delete mode 100644 libc/sysv/consts/IUCLC.s create mode 100644 libc/sysv/consts/IUTF8.S delete mode 100644 libc/sysv/consts/IUTF8.s create mode 100644 libc/sysv/consts/IXANY.S delete mode 100644 libc/sysv/consts/IXANY.s create mode 100644 libc/sysv/consts/IXOFF.S delete mode 100644 libc/sysv/consts/IXOFF.s create mode 100644 libc/sysv/consts/IXON.S delete mode 100644 libc/sysv/consts/IXON.s create mode 100644 libc/sysv/consts/KDFONTOP.S delete mode 100644 libc/sysv/consts/KDFONTOP.s create mode 100644 libc/sysv/consts/LINE_MAX.S delete mode 100644 libc/sysv/consts/LINE_MAX.s create mode 100644 libc/sysv/consts/LINKED_CMD_COMPLETE.S delete mode 100644 libc/sysv/consts/LINKED_CMD_COMPLETE.s create mode 100644 libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.S delete mode 100644 libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.s create mode 100644 libc/sysv/consts/LINK_MAX.S delete mode 100644 libc/sysv/consts/LINK_MAX.s create mode 100644 libc/sysv/consts/LIO_NOP.S delete mode 100644 libc/sysv/consts/LIO_NOP.s create mode 100644 libc/sysv/consts/LIO_NOWAIT.S delete mode 100644 libc/sysv/consts/LIO_NOWAIT.s create mode 100644 libc/sysv/consts/LIO_READ.S delete mode 100644 libc/sysv/consts/LIO_READ.s create mode 100644 libc/sysv/consts/LIO_WAIT.S delete mode 100644 libc/sysv/consts/LIO_WAIT.s create mode 100644 libc/sysv/consts/LIO_WRITE.S delete mode 100644 libc/sysv/consts/LIO_WRITE.s create mode 100644 libc/sysv/consts/LNKTYPE.S delete mode 100644 libc/sysv/consts/LNKTYPE.s create mode 100644 libc/sysv/consts/LOCAL_PEERCRED.S delete mode 100644 libc/sysv/consts/LOCAL_PEERCRED.s create mode 100644 libc/sysv/consts/LOCK_EX.S delete mode 100644 libc/sysv/consts/LOCK_EX.s create mode 100644 libc/sysv/consts/LOCK_NB.S delete mode 100644 libc/sysv/consts/LOCK_NB.s create mode 100644 libc/sysv/consts/LOCK_SH.S delete mode 100644 libc/sysv/consts/LOCK_SH.s create mode 100644 libc/sysv/consts/LOCK_UN.S delete mode 100644 libc/sysv/consts/LOCK_UN.s create mode 100644 libc/sysv/consts/LOCK_UNLOCK_CACHE.S delete mode 100644 libc/sysv/consts/LOCK_UNLOCK_CACHE.s create mode 100644 libc/sysv/consts/LOGIN_NAME_MAX.S delete mode 100644 libc/sysv/consts/LOGIN_NAME_MAX.s create mode 100644 libc/sysv/consts/LOGIN_PROCESS.S delete mode 100644 libc/sysv/consts/LOGIN_PROCESS.s create mode 100644 libc/sysv/consts/L_INCR.S delete mode 100644 libc/sysv/consts/L_INCR.s create mode 100644 libc/sysv/consts/L_SET.S delete mode 100644 libc/sysv/consts/L_SET.s create mode 100644 libc/sysv/consts/L_XTND.S delete mode 100644 libc/sysv/consts/L_XTND.s create mode 100644 libc/sysv/consts/MADV_DODUMP.S delete mode 100644 libc/sysv/consts/MADV_DODUMP.s create mode 100644 libc/sysv/consts/MADV_DOFORK.S delete mode 100644 libc/sysv/consts/MADV_DOFORK.s create mode 100644 libc/sysv/consts/MADV_DONTDUMP.S delete mode 100644 libc/sysv/consts/MADV_DONTDUMP.s create mode 100644 libc/sysv/consts/MADV_DONTFORK.S delete mode 100644 libc/sysv/consts/MADV_DONTFORK.s create mode 100644 libc/sysv/consts/MADV_DONTNEED.S delete mode 100644 libc/sysv/consts/MADV_DONTNEED.s create mode 100644 libc/sysv/consts/MADV_FREE.S delete mode 100644 libc/sysv/consts/MADV_FREE.s create mode 100644 libc/sysv/consts/MADV_HUGEPAGE.S delete mode 100644 libc/sysv/consts/MADV_HUGEPAGE.s create mode 100644 libc/sysv/consts/MADV_HWPOISON.S delete mode 100644 libc/sysv/consts/MADV_HWPOISON.s create mode 100644 libc/sysv/consts/MADV_MERGEABLE.S delete mode 100644 libc/sysv/consts/MADV_MERGEABLE.s create mode 100644 libc/sysv/consts/MADV_NOHUGEPAGE.S delete mode 100644 libc/sysv/consts/MADV_NOHUGEPAGE.s create mode 100644 libc/sysv/consts/MADV_NORMAL.S delete mode 100644 libc/sysv/consts/MADV_NORMAL.s create mode 100644 libc/sysv/consts/MADV_RANDOM.S delete mode 100644 libc/sysv/consts/MADV_RANDOM.s create mode 100644 libc/sysv/consts/MADV_REMOVE.S delete mode 100644 libc/sysv/consts/MADV_REMOVE.s create mode 100644 libc/sysv/consts/MADV_SEQUENTIAL.S delete mode 100644 libc/sysv/consts/MADV_SEQUENTIAL.s create mode 100644 libc/sysv/consts/MADV_UNMERGEABLE.S delete mode 100644 libc/sysv/consts/MADV_UNMERGEABLE.s create mode 100644 libc/sysv/consts/MADV_WILLNEED.S delete mode 100644 libc/sysv/consts/MADV_WILLNEED.s create mode 100644 libc/sysv/consts/MAP_32BIT.S delete mode 100644 libc/sysv/consts/MAP_32BIT.s create mode 100644 libc/sysv/consts/MAP_ANON.S delete mode 100644 libc/sysv/consts/MAP_ANON.s create mode 100644 libc/sysv/consts/MAP_ANONYMOUS.S delete mode 100644 libc/sysv/consts/MAP_ANONYMOUS.s create mode 100644 libc/sysv/consts/MAP_CONCEAL.S delete mode 100644 libc/sysv/consts/MAP_CONCEAL.s create mode 100644 libc/sysv/consts/MAP_DENYWRITE.S delete mode 100644 libc/sysv/consts/MAP_DENYWRITE.s create mode 100644 libc/sysv/consts/MAP_EXECUTABLE.S delete mode 100644 libc/sysv/consts/MAP_EXECUTABLE.s create mode 100644 libc/sysv/consts/MAP_FILE.S delete mode 100644 libc/sysv/consts/MAP_FILE.s create mode 100644 libc/sysv/consts/MAP_FIXED.S delete mode 100644 libc/sysv/consts/MAP_FIXED.s create mode 100644 libc/sysv/consts/MAP_FIXED_NOREPLACE.S delete mode 100644 libc/sysv/consts/MAP_FIXED_NOREPLACE.s create mode 100644 libc/sysv/consts/MAP_GROWSDOWN.S delete mode 100644 libc/sysv/consts/MAP_GROWSDOWN.s create mode 100644 libc/sysv/consts/MAP_HASSEMAPHORE.S delete mode 100644 libc/sysv/consts/MAP_HASSEMAPHORE.s create mode 100644 libc/sysv/consts/MAP_HUGETLB.S delete mode 100644 libc/sysv/consts/MAP_HUGETLB.s create mode 100644 libc/sysv/consts/MAP_HUGE_MASK.S delete mode 100644 libc/sysv/consts/MAP_HUGE_MASK.s create mode 100644 libc/sysv/consts/MAP_HUGE_SHIFT.S delete mode 100644 libc/sysv/consts/MAP_HUGE_SHIFT.s create mode 100644 libc/sysv/consts/MAP_INHERIT.S delete mode 100644 libc/sysv/consts/MAP_INHERIT.s create mode 100644 libc/sysv/consts/MAP_LOCKED.S delete mode 100644 libc/sysv/consts/MAP_LOCKED.s create mode 100644 libc/sysv/consts/MAP_NOCORE.S delete mode 100644 libc/sysv/consts/MAP_NOCORE.s create mode 100644 libc/sysv/consts/MAP_NONBLOCK.S delete mode 100644 libc/sysv/consts/MAP_NONBLOCK.s create mode 100644 libc/sysv/consts/MAP_NORESERVE.S delete mode 100644 libc/sysv/consts/MAP_NORESERVE.s create mode 100644 libc/sysv/consts/MAP_NOSYNC.S delete mode 100644 libc/sysv/consts/MAP_NOSYNC.s create mode 100644 libc/sysv/consts/MAP_POPULATE.S delete mode 100644 libc/sysv/consts/MAP_POPULATE.s create mode 100644 libc/sysv/consts/MAP_PRIVATE.S delete mode 100644 libc/sysv/consts/MAP_PRIVATE.s create mode 100644 libc/sysv/consts/MAP_SHARED.S delete mode 100644 libc/sysv/consts/MAP_SHARED.s create mode 100644 libc/sysv/consts/MAP_SHARED_VALIDATE.S delete mode 100644 libc/sysv/consts/MAP_SHARED_VALIDATE.s create mode 100644 libc/sysv/consts/MAP_STACK.S delete mode 100644 libc/sysv/consts/MAP_STACK.s create mode 100644 libc/sysv/consts/MAP_SYNC.S delete mode 100644 libc/sysv/consts/MAP_SYNC.s create mode 100644 libc/sysv/consts/MAP_TYPE.S delete mode 100644 libc/sysv/consts/MAP_TYPE.s create mode 100644 libc/sysv/consts/MATH_ERREXCEPT.S delete mode 100644 libc/sysv/consts/MATH_ERREXCEPT.s create mode 100644 libc/sysv/consts/MATH_ERRNO.S delete mode 100644 libc/sysv/consts/MATH_ERRNO.s create mode 100644 libc/sysv/consts/MAXNAMLEN.S delete mode 100644 libc/sysv/consts/MAXNAMLEN.s create mode 100644 libc/sysv/consts/MAXQUOTAS.S delete mode 100644 libc/sysv/consts/MAXQUOTAS.s create mode 100644 libc/sysv/consts/MAX_CANON.S delete mode 100644 libc/sysv/consts/MAX_CANON.s create mode 100644 libc/sysv/consts/MAX_DQ_TIME.S delete mode 100644 libc/sysv/consts/MAX_DQ_TIME.s create mode 100644 libc/sysv/consts/MAX_HANDLE_SZ.S delete mode 100644 libc/sysv/consts/MAX_HANDLE_SZ.s create mode 100644 libc/sysv/consts/MAX_INPUT.S delete mode 100644 libc/sysv/consts/MAX_INPUT.s create mode 100644 libc/sysv/consts/MAX_IQ_TIME.S delete mode 100644 libc/sysv/consts/MAX_IQ_TIME.s create mode 100644 libc/sysv/consts/MCAST_BLOCK_SOURCE.S delete mode 100644 libc/sysv/consts/MCAST_BLOCK_SOURCE.s create mode 100644 libc/sysv/consts/MCAST_EXCLUDE.S delete mode 100644 libc/sysv/consts/MCAST_EXCLUDE.s create mode 100644 libc/sysv/consts/MCAST_INCLUDE.S delete mode 100644 libc/sysv/consts/MCAST_INCLUDE.s create mode 100644 libc/sysv/consts/MCAST_JOIN_GROUP.S delete mode 100644 libc/sysv/consts/MCAST_JOIN_GROUP.s create mode 100644 libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.S delete mode 100644 libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.s create mode 100644 libc/sysv/consts/MCAST_LEAVE_GROUP.S delete mode 100644 libc/sysv/consts/MCAST_LEAVE_GROUP.s create mode 100644 libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.S delete mode 100644 libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.s create mode 100644 libc/sysv/consts/MCAST_MSFILTER.S delete mode 100644 libc/sysv/consts/MCAST_MSFILTER.s create mode 100644 libc/sysv/consts/MCAST_UNBLOCK_SOURCE.S delete mode 100644 libc/sysv/consts/MCAST_UNBLOCK_SOURCE.s create mode 100644 libc/sysv/consts/MCL_CURRENT.S delete mode 100644 libc/sysv/consts/MCL_CURRENT.s create mode 100644 libc/sysv/consts/MCL_FUTURE.S delete mode 100644 libc/sysv/consts/MCL_FUTURE.s create mode 100644 libc/sysv/consts/MCL_ONFAULT.S delete mode 100644 libc/sysv/consts/MCL_ONFAULT.s create mode 100644 libc/sysv/consts/MEDIUM_ERROR.S delete mode 100644 libc/sysv/consts/MEDIUM_ERROR.s create mode 100644 libc/sysv/consts/MEDIUM_SCAN.S delete mode 100644 libc/sysv/consts/MEDIUM_SCAN.s create mode 100644 libc/sysv/consts/MLD_LISTENER_QUERY.S delete mode 100644 libc/sysv/consts/MLD_LISTENER_QUERY.s create mode 100644 libc/sysv/consts/MLD_LISTENER_REDUCTION.S delete mode 100644 libc/sysv/consts/MLD_LISTENER_REDUCTION.s create mode 100644 libc/sysv/consts/MLD_LISTENER_REPORT.S delete mode 100644 libc/sysv/consts/MLD_LISTENER_REPORT.s create mode 100644 libc/sysv/consts/MNT_ASYNC.S delete mode 100644 libc/sysv/consts/MNT_ASYNC.s create mode 100644 libc/sysv/consts/MNT_BYFSID.S delete mode 100644 libc/sysv/consts/MNT_BYFSID.s create mode 100644 libc/sysv/consts/MNT_DETACH.S delete mode 100644 libc/sysv/consts/MNT_DETACH.s create mode 100644 libc/sysv/consts/MNT_EXPIRE.S delete mode 100644 libc/sysv/consts/MNT_EXPIRE.s create mode 100644 libc/sysv/consts/MNT_FORCE.S delete mode 100644 libc/sysv/consts/MNT_FORCE.s create mode 100644 libc/sysv/consts/MNT_NOATIME.S delete mode 100644 libc/sysv/consts/MNT_NOATIME.s create mode 100644 libc/sysv/consts/MNT_NOCLUSTERR.S delete mode 100644 libc/sysv/consts/MNT_NOCLUSTERR.s create mode 100644 libc/sysv/consts/MNT_NOCLUSTERW.S delete mode 100644 libc/sysv/consts/MNT_NOCLUSTERW.s create mode 100644 libc/sysv/consts/MNT_NODEV.S delete mode 100644 libc/sysv/consts/MNT_NODEV.s create mode 100644 libc/sysv/consts/MNT_NOEXEC.S delete mode 100644 libc/sysv/consts/MNT_NOEXEC.s create mode 100644 libc/sysv/consts/MNT_NOSUID.S delete mode 100644 libc/sysv/consts/MNT_NOSUID.s create mode 100644 libc/sysv/consts/MNT_RDONLY.S delete mode 100644 libc/sysv/consts/MNT_RDONLY.s create mode 100644 libc/sysv/consts/MNT_RELATIME.S delete mode 100644 libc/sysv/consts/MNT_RELATIME.s create mode 100644 libc/sysv/consts/MNT_RELOAD.S delete mode 100644 libc/sysv/consts/MNT_RELOAD.s create mode 100644 libc/sysv/consts/MNT_SNAPSHOT.S delete mode 100644 libc/sysv/consts/MNT_SNAPSHOT.s create mode 100644 libc/sysv/consts/MNT_STRICTATIME.S delete mode 100644 libc/sysv/consts/MNT_STRICTATIME.s create mode 100644 libc/sysv/consts/MNT_SUIDDIR.S delete mode 100644 libc/sysv/consts/MNT_SUIDDIR.s create mode 100644 libc/sysv/consts/MNT_SYNCHRONOUS.S delete mode 100644 libc/sysv/consts/MNT_SYNCHRONOUS.s create mode 100644 libc/sysv/consts/MNT_UPDATE.S delete mode 100644 libc/sysv/consts/MNT_UPDATE.s create mode 100644 libc/sysv/consts/MREMAP_FIXED.S delete mode 100644 libc/sysv/consts/MREMAP_FIXED.s create mode 100644 libc/sysv/consts/MREMAP_MAYMOVE.S delete mode 100644 libc/sysv/consts/MREMAP_MAYMOVE.s create mode 100644 libc/sysv/consts/MSG_BATCH.S delete mode 100644 libc/sysv/consts/MSG_BATCH.s create mode 100644 libc/sysv/consts/MSG_BCAST.S delete mode 100644 libc/sysv/consts/MSG_BCAST.s create mode 100644 libc/sysv/consts/MSG_CMSG_CLOEXEC.S delete mode 100644 libc/sysv/consts/MSG_CMSG_CLOEXEC.s create mode 100644 libc/sysv/consts/MSG_CONFIRM.S delete mode 100644 libc/sysv/consts/MSG_CONFIRM.s create mode 100644 libc/sysv/consts/MSG_CTRUNC.S delete mode 100644 libc/sysv/consts/MSG_CTRUNC.s create mode 100644 libc/sysv/consts/MSG_DONTROUTE.S delete mode 100644 libc/sysv/consts/MSG_DONTROUTE.s create mode 100644 libc/sysv/consts/MSG_DONTWAIT.S delete mode 100644 libc/sysv/consts/MSG_DONTWAIT.s create mode 100644 libc/sysv/consts/MSG_EOF.S delete mode 100644 libc/sysv/consts/MSG_EOF.s create mode 100644 libc/sysv/consts/MSG_EOR.S delete mode 100644 libc/sysv/consts/MSG_EOR.s create mode 100644 libc/sysv/consts/MSG_ERRQUEUE.S delete mode 100644 libc/sysv/consts/MSG_ERRQUEUE.s create mode 100644 libc/sysv/consts/MSG_EXCEPT.S delete mode 100644 libc/sysv/consts/MSG_EXCEPT.s create mode 100644 libc/sysv/consts/MSG_FASTOPEN.S delete mode 100644 libc/sysv/consts/MSG_FASTOPEN.s create mode 100644 libc/sysv/consts/MSG_FIN.S delete mode 100644 libc/sysv/consts/MSG_FIN.s create mode 100644 libc/sysv/consts/MSG_INFO.S delete mode 100644 libc/sysv/consts/MSG_INFO.s create mode 100644 libc/sysv/consts/MSG_MCAST.S delete mode 100644 libc/sysv/consts/MSG_MCAST.s create mode 100644 libc/sysv/consts/MSG_MORE.S delete mode 100644 libc/sysv/consts/MSG_MORE.s create mode 100644 libc/sysv/consts/MSG_NOERROR.S delete mode 100644 libc/sysv/consts/MSG_NOERROR.s create mode 100644 libc/sysv/consts/MSG_NOSIGNAL.S delete mode 100644 libc/sysv/consts/MSG_NOSIGNAL.s create mode 100644 libc/sysv/consts/MSG_NOTIFICATION.S delete mode 100644 libc/sysv/consts/MSG_NOTIFICATION.s create mode 100644 libc/sysv/consts/MSG_OOB.S delete mode 100644 libc/sysv/consts/MSG_OOB.s create mode 100644 libc/sysv/consts/MSG_PARITY_ERROR.S delete mode 100644 libc/sysv/consts/MSG_PARITY_ERROR.s create mode 100644 libc/sysv/consts/MSG_PEEK.S delete mode 100644 libc/sysv/consts/MSG_PEEK.s create mode 100644 libc/sysv/consts/MSG_PROXY.S delete mode 100644 libc/sysv/consts/MSG_PROXY.s create mode 100644 libc/sysv/consts/MSG_RST.S delete mode 100644 libc/sysv/consts/MSG_RST.s create mode 100644 libc/sysv/consts/MSG_STAT.S delete mode 100644 libc/sysv/consts/MSG_STAT.s create mode 100644 libc/sysv/consts/MSG_SYN.S delete mode 100644 libc/sysv/consts/MSG_SYN.s create mode 100644 libc/sysv/consts/MSG_TRUNC.S delete mode 100644 libc/sysv/consts/MSG_TRUNC.s create mode 100644 libc/sysv/consts/MSG_WAITALL.S delete mode 100644 libc/sysv/consts/MSG_WAITALL.s create mode 100644 libc/sysv/consts/MSG_WAITFORONE.S delete mode 100644 libc/sysv/consts/MSG_WAITFORONE.s create mode 100644 libc/sysv/consts/MS_ACTIVE.S delete mode 100644 libc/sysv/consts/MS_ACTIVE.s create mode 100644 libc/sysv/consts/MS_ASYNC.S delete mode 100644 libc/sysv/consts/MS_ASYNC.s create mode 100644 libc/sysv/consts/MS_BIND.S delete mode 100644 libc/sysv/consts/MS_BIND.s create mode 100644 libc/sysv/consts/MS_DIRSYNC.S delete mode 100644 libc/sysv/consts/MS_DIRSYNC.s create mode 100644 libc/sysv/consts/MS_INVALIDATE.S delete mode 100644 libc/sysv/consts/MS_INVALIDATE.s create mode 100644 libc/sysv/consts/MS_I_VERSION.S delete mode 100644 libc/sysv/consts/MS_I_VERSION.s create mode 100644 libc/sysv/consts/MS_KERNMOUNT.S delete mode 100644 libc/sysv/consts/MS_KERNMOUNT.s create mode 100644 libc/sysv/consts/MS_LAZYTIME.S delete mode 100644 libc/sysv/consts/MS_LAZYTIME.s create mode 100644 libc/sysv/consts/MS_MANDLOCK.S delete mode 100644 libc/sysv/consts/MS_MANDLOCK.s create mode 100644 libc/sysv/consts/MS_MGC_MSK.S delete mode 100644 libc/sysv/consts/MS_MGC_MSK.s create mode 100644 libc/sysv/consts/MS_MGC_VAL.S delete mode 100644 libc/sysv/consts/MS_MGC_VAL.s create mode 100644 libc/sysv/consts/MS_MOVE.S delete mode 100644 libc/sysv/consts/MS_MOVE.s create mode 100644 libc/sysv/consts/MS_NOATIME.S delete mode 100644 libc/sysv/consts/MS_NOATIME.s create mode 100644 libc/sysv/consts/MS_NODEV.S delete mode 100644 libc/sysv/consts/MS_NODEV.s create mode 100644 libc/sysv/consts/MS_NODIRATIME.S delete mode 100644 libc/sysv/consts/MS_NODIRATIME.s create mode 100644 libc/sysv/consts/MS_NOEXEC.S delete mode 100644 libc/sysv/consts/MS_NOEXEC.s create mode 100644 libc/sysv/consts/MS_NOSUID.S delete mode 100644 libc/sysv/consts/MS_NOSUID.s create mode 100644 libc/sysv/consts/MS_NOUSER.S delete mode 100644 libc/sysv/consts/MS_NOUSER.s create mode 100644 libc/sysv/consts/MS_POSIXACL.S delete mode 100644 libc/sysv/consts/MS_POSIXACL.s create mode 100644 libc/sysv/consts/MS_PRIVATE.S delete mode 100644 libc/sysv/consts/MS_PRIVATE.s create mode 100644 libc/sysv/consts/MS_RDONLY.S delete mode 100644 libc/sysv/consts/MS_RDONLY.s create mode 100644 libc/sysv/consts/MS_REC.S delete mode 100644 libc/sysv/consts/MS_REC.s create mode 100644 libc/sysv/consts/MS_RELATIME.S delete mode 100644 libc/sysv/consts/MS_RELATIME.s create mode 100644 libc/sysv/consts/MS_REMOUNT.S delete mode 100644 libc/sysv/consts/MS_REMOUNT.s create mode 100644 libc/sysv/consts/MS_RMT_MASK.S delete mode 100644 libc/sysv/consts/MS_RMT_MASK.s create mode 100644 libc/sysv/consts/MS_SHARED.S delete mode 100644 libc/sysv/consts/MS_SHARED.s create mode 100644 libc/sysv/consts/MS_SILENT.S delete mode 100644 libc/sysv/consts/MS_SILENT.s create mode 100644 libc/sysv/consts/MS_SLAVE.S delete mode 100644 libc/sysv/consts/MS_SLAVE.s create mode 100644 libc/sysv/consts/MS_STRICTATIME.S delete mode 100644 libc/sysv/consts/MS_STRICTATIME.s create mode 100644 libc/sysv/consts/MS_SYNC.S delete mode 100644 libc/sysv/consts/MS_SYNC.s create mode 100644 libc/sysv/consts/MS_SYNCHRONOUS.S delete mode 100644 libc/sysv/consts/MS_SYNCHRONOUS.s create mode 100644 libc/sysv/consts/MS_UNBINDABLE.S delete mode 100644 libc/sysv/consts/MS_UNBINDABLE.s create mode 100644 libc/sysv/consts/NBBY.S delete mode 100644 libc/sysv/consts/NBBY.s create mode 100644 libc/sysv/consts/NCCS.S delete mode 100644 libc/sysv/consts/NCCS.s create mode 100644 libc/sysv/consts/NETGRAPHDISC.S delete mode 100644 libc/sysv/consts/NETGRAPHDISC.s create mode 100644 libc/sysv/consts/NGROUPS_MAX.S delete mode 100644 libc/sysv/consts/NGROUPS_MAX.s create mode 100644 libc/sysv/consts/NL0.S delete mode 100644 libc/sysv/consts/NL0.s create mode 100644 libc/sysv/consts/NL1.S delete mode 100644 libc/sysv/consts/NL1.s create mode 100644 libc/sysv/consts/NL2.S delete mode 100644 libc/sysv/consts/NL2.s create mode 100644 libc/sysv/consts/NL3.S delete mode 100644 libc/sysv/consts/NL3.s create mode 100644 libc/sysv/consts/NLDLY.S delete mode 100644 libc/sysv/consts/NLDLY.s create mode 100644 libc/sysv/consts/NMEADISC.S delete mode 100644 libc/sysv/consts/NMEADISC.s create mode 100644 libc/sysv/consts/NOFLSH.S delete mode 100644 libc/sysv/consts/NOFLSH.s create mode 100644 libc/sysv/consts/NO_ADDRESS.S delete mode 100644 libc/sysv/consts/NO_ADDRESS.s create mode 100644 libc/sysv/consts/NO_SENSE.S delete mode 100644 libc/sysv/consts/NO_SENSE.s create mode 100644 libc/sysv/consts/NR_DQHASH.S delete mode 100644 libc/sysv/consts/NR_DQHASH.s create mode 100644 libc/sysv/consts/NR_DQUOTS.S delete mode 100644 libc/sysv/consts/NR_DQUOTS.s create mode 100644 libc/sysv/consts/OCRNL.S delete mode 100644 libc/sysv/consts/OCRNL.s create mode 100644 libc/sysv/consts/OFDEL.S delete mode 100644 libc/sysv/consts/OFDEL.s create mode 100644 libc/sysv/consts/OFILL.S delete mode 100644 libc/sysv/consts/OFILL.s create mode 100644 libc/sysv/consts/OLCUC.S delete mode 100644 libc/sysv/consts/OLCUC.s create mode 100644 libc/sysv/consts/ONLCR.S delete mode 100644 libc/sysv/consts/ONLCR.s create mode 100644 libc/sysv/consts/ONLRET.S delete mode 100644 libc/sysv/consts/ONLRET.s create mode 100644 libc/sysv/consts/ONOCR.S delete mode 100644 libc/sysv/consts/ONOCR.s create mode 100644 libc/sysv/consts/OPOST.S delete mode 100644 libc/sysv/consts/OPOST.s create mode 100644 libc/sysv/consts/O_ACCMODE.S delete mode 100644 libc/sysv/consts/O_ACCMODE.s create mode 100644 libc/sysv/consts/O_APPEND.S delete mode 100644 libc/sysv/consts/O_APPEND.s create mode 100644 libc/sysv/consts/O_ASYNC.S delete mode 100644 libc/sysv/consts/O_ASYNC.s create mode 100644 libc/sysv/consts/O_CLOEXEC.S delete mode 100644 libc/sysv/consts/O_CLOEXEC.s create mode 100644 libc/sysv/consts/O_COMPRESSED.S delete mode 100644 libc/sysv/consts/O_COMPRESSED.s create mode 100644 libc/sysv/consts/O_CREAT.S delete mode 100644 libc/sysv/consts/O_CREAT.s create mode 100644 libc/sysv/consts/O_DIRECT.S delete mode 100644 libc/sysv/consts/O_DIRECT.s create mode 100644 libc/sysv/consts/O_DIRECTORY.S delete mode 100644 libc/sysv/consts/O_DIRECTORY.s create mode 100644 libc/sysv/consts/O_DSYNC.S delete mode 100644 libc/sysv/consts/O_DSYNC.s create mode 100644 libc/sysv/consts/O_EXCL.S delete mode 100644 libc/sysv/consts/O_EXCL.s create mode 100644 libc/sysv/consts/O_EXEC.S delete mode 100644 libc/sysv/consts/O_EXEC.s create mode 100644 libc/sysv/consts/O_EXLOCK.S delete mode 100644 libc/sysv/consts/O_EXLOCK.s create mode 100644 libc/sysv/consts/O_INDEXED.S delete mode 100644 libc/sysv/consts/O_INDEXED.s create mode 100644 libc/sysv/consts/O_LARGEFILE.S delete mode 100644 libc/sysv/consts/O_LARGEFILE.s create mode 100644 libc/sysv/consts/O_NDELAY.S delete mode 100644 libc/sysv/consts/O_NDELAY.s create mode 100644 libc/sysv/consts/O_NOATIME.S delete mode 100644 libc/sysv/consts/O_NOATIME.s create mode 100644 libc/sysv/consts/O_NOCTTY.S delete mode 100644 libc/sysv/consts/O_NOCTTY.s create mode 100644 libc/sysv/consts/O_NOFOLLOW.S delete mode 100644 libc/sysv/consts/O_NOFOLLOW.s create mode 100644 libc/sysv/consts/O_NOFOLLOW_ANY.S delete mode 100644 libc/sysv/consts/O_NOFOLLOW_ANY.s create mode 100644 libc/sysv/consts/O_NONBLOCK.S delete mode 100644 libc/sysv/consts/O_NONBLOCK.s create mode 100644 libc/sysv/consts/O_PATH.S delete mode 100644 libc/sysv/consts/O_PATH.s create mode 100644 libc/sysv/consts/O_RANDOM.S delete mode 100644 libc/sysv/consts/O_RANDOM.s create mode 100644 libc/sysv/consts/O_RDONLY.S delete mode 100644 libc/sysv/consts/O_RDONLY.s create mode 100644 libc/sysv/consts/O_RDWR.S delete mode 100644 libc/sysv/consts/O_RDWR.s create mode 100644 libc/sysv/consts/O_RSYNC.S delete mode 100644 libc/sysv/consts/O_RSYNC.s create mode 100644 libc/sysv/consts/O_SEARCH.S delete mode 100644 libc/sysv/consts/O_SEARCH.s create mode 100644 libc/sysv/consts/O_SEQUENTIAL.S delete mode 100644 libc/sysv/consts/O_SEQUENTIAL.s create mode 100644 libc/sysv/consts/O_SHLOCK.S delete mode 100644 libc/sysv/consts/O_SHLOCK.s create mode 100644 libc/sysv/consts/O_SPARSE.S delete mode 100644 libc/sysv/consts/O_SPARSE.s create mode 100644 libc/sysv/consts/O_SYNC.S delete mode 100644 libc/sysv/consts/O_SYNC.s create mode 100644 libc/sysv/consts/O_TMPFILE.S delete mode 100644 libc/sysv/consts/O_TMPFILE.s create mode 100644 libc/sysv/consts/O_TRUNC.S delete mode 100644 libc/sysv/consts/O_TRUNC.s create mode 100644 libc/sysv/consts/O_TTY_INIT.S delete mode 100644 libc/sysv/consts/O_TTY_INIT.s create mode 100644 libc/sysv/consts/O_VERIFY.S delete mode 100644 libc/sysv/consts/O_VERIFY.s create mode 100644 libc/sysv/consts/O_WRONLY.S delete mode 100644 libc/sysv/consts/O_WRONLY.s create mode 100644 libc/sysv/consts/PARENB.S delete mode 100644 libc/sysv/consts/PARENB.s create mode 100644 libc/sysv/consts/PARMRK.S delete mode 100644 libc/sysv/consts/PARMRK.s create mode 100644 libc/sysv/consts/PARODD.S delete mode 100644 libc/sysv/consts/PARODD.s create mode 100644 libc/sysv/consts/PENDIN.S delete mode 100644 libc/sysv/consts/PENDIN.s create mode 100644 libc/sysv/consts/PERSISTENT_RESERVE_IN.S delete mode 100644 libc/sysv/consts/PERSISTENT_RESERVE_IN.s create mode 100644 libc/sysv/consts/PERSISTENT_RESERVE_OUT.S delete mode 100644 libc/sysv/consts/PERSISTENT_RESERVE_OUT.s create mode 100644 libc/sysv/consts/PF_ALG.S delete mode 100644 libc/sysv/consts/PF_ALG.s create mode 100644 libc/sysv/consts/PF_APPLETALK.S delete mode 100644 libc/sysv/consts/PF_APPLETALK.s create mode 100644 libc/sysv/consts/PF_ASH.S delete mode 100644 libc/sysv/consts/PF_ASH.s create mode 100644 libc/sysv/consts/PF_ATMPVC.S delete mode 100644 libc/sysv/consts/PF_ATMPVC.s create mode 100644 libc/sysv/consts/PF_ATMSVC.S delete mode 100644 libc/sysv/consts/PF_ATMSVC.s create mode 100644 libc/sysv/consts/PF_AX25.S delete mode 100644 libc/sysv/consts/PF_AX25.s create mode 100644 libc/sysv/consts/PF_BLUETOOTH.S delete mode 100644 libc/sysv/consts/PF_BLUETOOTH.s create mode 100644 libc/sysv/consts/PF_BRIDGE.S delete mode 100644 libc/sysv/consts/PF_BRIDGE.s create mode 100644 libc/sysv/consts/PF_CAIF.S delete mode 100644 libc/sysv/consts/PF_CAIF.s create mode 100644 libc/sysv/consts/PF_CAN.S delete mode 100644 libc/sysv/consts/PF_CAN.s create mode 100644 libc/sysv/consts/PF_ECONET.S delete mode 100644 libc/sysv/consts/PF_ECONET.s create mode 100644 libc/sysv/consts/PF_FILE.S delete mode 100644 libc/sysv/consts/PF_FILE.s create mode 100644 libc/sysv/consts/PF_IB.S delete mode 100644 libc/sysv/consts/PF_IB.s create mode 100644 libc/sysv/consts/PF_IEEE802154.S delete mode 100644 libc/sysv/consts/PF_IEEE802154.s create mode 100644 libc/sysv/consts/PF_INET.S delete mode 100644 libc/sysv/consts/PF_INET.s create mode 100644 libc/sysv/consts/PF_INET6.S delete mode 100644 libc/sysv/consts/PF_INET6.s create mode 100644 libc/sysv/consts/PF_IPX.S delete mode 100644 libc/sysv/consts/PF_IPX.s create mode 100644 libc/sysv/consts/PF_IRDA.S delete mode 100644 libc/sysv/consts/PF_IRDA.s create mode 100644 libc/sysv/consts/PF_ISDN.S delete mode 100644 libc/sysv/consts/PF_ISDN.s create mode 100644 libc/sysv/consts/PF_IUCV.S delete mode 100644 libc/sysv/consts/PF_IUCV.s create mode 100644 libc/sysv/consts/PF_KCM.S delete mode 100644 libc/sysv/consts/PF_KCM.s create mode 100644 libc/sysv/consts/PF_KEY.S delete mode 100644 libc/sysv/consts/PF_KEY.s create mode 100644 libc/sysv/consts/PF_LLC.S delete mode 100644 libc/sysv/consts/PF_LLC.s create mode 100644 libc/sysv/consts/PF_LOCAL.S delete mode 100644 libc/sysv/consts/PF_LOCAL.s create mode 100644 libc/sysv/consts/PF_MAX.S delete mode 100644 libc/sysv/consts/PF_MAX.s create mode 100644 libc/sysv/consts/PF_MPLS.S delete mode 100644 libc/sysv/consts/PF_MPLS.s create mode 100644 libc/sysv/consts/PF_NETBEUI.S delete mode 100644 libc/sysv/consts/PF_NETBEUI.s create mode 100644 libc/sysv/consts/PF_NETLINK.S delete mode 100644 libc/sysv/consts/PF_NETLINK.s create mode 100644 libc/sysv/consts/PF_NETROM.S delete mode 100644 libc/sysv/consts/PF_NETROM.s create mode 100644 libc/sysv/consts/PF_NFC.S delete mode 100644 libc/sysv/consts/PF_NFC.s create mode 100644 libc/sysv/consts/PF_PACKET.S delete mode 100644 libc/sysv/consts/PF_PACKET.s create mode 100644 libc/sysv/consts/PF_PHONET.S delete mode 100644 libc/sysv/consts/PF_PHONET.s create mode 100644 libc/sysv/consts/PF_PPPOX.S delete mode 100644 libc/sysv/consts/PF_PPPOX.s create mode 100644 libc/sysv/consts/PF_RDS.S delete mode 100644 libc/sysv/consts/PF_RDS.s create mode 100644 libc/sysv/consts/PF_ROSE.S delete mode 100644 libc/sysv/consts/PF_ROSE.s create mode 100644 libc/sysv/consts/PF_ROUTE.S delete mode 100644 libc/sysv/consts/PF_ROUTE.s create mode 100644 libc/sysv/consts/PF_RXRPC.S delete mode 100644 libc/sysv/consts/PF_RXRPC.s create mode 100644 libc/sysv/consts/PF_SECURITY.S delete mode 100644 libc/sysv/consts/PF_SECURITY.s create mode 100644 libc/sysv/consts/PF_SNA.S delete mode 100644 libc/sysv/consts/PF_SNA.s create mode 100644 libc/sysv/consts/PF_TIPC.S delete mode 100644 libc/sysv/consts/PF_TIPC.s create mode 100644 libc/sysv/consts/PF_UNIX.S delete mode 100644 libc/sysv/consts/PF_UNIX.s create mode 100644 libc/sysv/consts/PF_UNSPEC.S delete mode 100644 libc/sysv/consts/PF_UNSPEC.s create mode 100644 libc/sysv/consts/PF_VSOCK.S delete mode 100644 libc/sysv/consts/PF_VSOCK.s create mode 100644 libc/sysv/consts/PF_WANPIPE.S delete mode 100644 libc/sysv/consts/PF_WANPIPE.s create mode 100644 libc/sysv/consts/PF_X25.S delete mode 100644 libc/sysv/consts/PF_X25.s create mode 100644 libc/sysv/consts/PIO_FONT.S delete mode 100644 libc/sysv/consts/PIO_FONT.s create mode 100644 libc/sysv/consts/PIO_FONT8x14.S delete mode 100644 libc/sysv/consts/PIO_FONT8x14.s create mode 100644 libc/sysv/consts/PIO_FONT8x16.S delete mode 100644 libc/sysv/consts/PIO_FONT8x16.s create mode 100644 libc/sysv/consts/PIO_FONT8x8.S delete mode 100644 libc/sysv/consts/PIO_FONT8x8.s create mode 100644 libc/sysv/consts/PIO_FONTRESET.S delete mode 100644 libc/sysv/consts/PIO_FONTRESET.s create mode 100644 libc/sysv/consts/PIO_FONTX.S delete mode 100644 libc/sysv/consts/PIO_FONTX.s create mode 100644 libc/sysv/consts/PIO_VFONT.S delete mode 100644 libc/sysv/consts/PIO_VFONT.s create mode 100644 libc/sysv/consts/PIPE_BUF.S delete mode 100644 libc/sysv/consts/PIPE_BUF.s create mode 100644 libc/sysv/consts/POLLERR.S delete mode 100644 libc/sysv/consts/POLLERR.s create mode 100644 libc/sysv/consts/POLLHUP.S delete mode 100644 libc/sysv/consts/POLLHUP.s create mode 100644 libc/sysv/consts/POLLIN.S delete mode 100644 libc/sysv/consts/POLLIN.s create mode 100644 libc/sysv/consts/POLLNVAL.S delete mode 100644 libc/sysv/consts/POLLNVAL.s create mode 100644 libc/sysv/consts/POLLOUT.S delete mode 100644 libc/sysv/consts/POLLOUT.s create mode 100644 libc/sysv/consts/POLLPRI.S delete mode 100644 libc/sysv/consts/POLLPRI.s create mode 100644 libc/sysv/consts/POLLRDBAND.S delete mode 100644 libc/sysv/consts/POLLRDBAND.s create mode 100644 libc/sysv/consts/POLLRDHUP.S delete mode 100644 libc/sysv/consts/POLLRDHUP.s create mode 100644 libc/sysv/consts/POLLRDNORM.S delete mode 100644 libc/sysv/consts/POLLRDNORM.s create mode 100644 libc/sysv/consts/POLLWRBAND.S delete mode 100644 libc/sysv/consts/POLLWRBAND.s create mode 100644 libc/sysv/consts/POLLWRNORM.S delete mode 100644 libc/sysv/consts/POLLWRNORM.s create mode 100644 libc/sysv/consts/POLL_ERR.S delete mode 100644 libc/sysv/consts/POLL_ERR.s create mode 100644 libc/sysv/consts/POLL_HUP.S delete mode 100644 libc/sysv/consts/POLL_HUP.s create mode 100644 libc/sysv/consts/POLL_IN.S delete mode 100644 libc/sysv/consts/POLL_IN.s create mode 100644 libc/sysv/consts/POLL_MSG.S delete mode 100644 libc/sysv/consts/POLL_MSG.s create mode 100644 libc/sysv/consts/POLL_OUT.S delete mode 100644 libc/sysv/consts/POLL_OUT.s create mode 100644 libc/sysv/consts/POLL_PRI.S delete mode 100644 libc/sysv/consts/POLL_PRI.s create mode 100644 libc/sysv/consts/POSIX_FADV_DONTNEED.S delete mode 100644 libc/sysv/consts/POSIX_FADV_DONTNEED.s create mode 100644 libc/sysv/consts/POSIX_FADV_NOREUSE.S delete mode 100644 libc/sysv/consts/POSIX_FADV_NOREUSE.s create mode 100644 libc/sysv/consts/POSIX_FADV_NORMAL.S delete mode 100644 libc/sysv/consts/POSIX_FADV_NORMAL.s create mode 100644 libc/sysv/consts/POSIX_FADV_RANDOM.S delete mode 100644 libc/sysv/consts/POSIX_FADV_RANDOM.s create mode 100644 libc/sysv/consts/POSIX_FADV_SEQUENTIAL.S delete mode 100644 libc/sysv/consts/POSIX_FADV_SEQUENTIAL.s create mode 100644 libc/sysv/consts/POSIX_FADV_WILLNEED.S delete mode 100644 libc/sysv/consts/POSIX_FADV_WILLNEED.s create mode 100644 libc/sysv/consts/POSIX_MADV_DONTNEED.S delete mode 100644 libc/sysv/consts/POSIX_MADV_DONTNEED.s create mode 100644 libc/sysv/consts/POSIX_MADV_NORMAL.S delete mode 100644 libc/sysv/consts/POSIX_MADV_NORMAL.s create mode 100644 libc/sysv/consts/POSIX_MADV_RANDOM.S delete mode 100644 libc/sysv/consts/POSIX_MADV_RANDOM.s create mode 100644 libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S delete mode 100644 libc/sysv/consts/POSIX_MADV_SEQUENTIAL.s create mode 100644 libc/sysv/consts/POSIX_MADV_WILLNEED.S delete mode 100644 libc/sysv/consts/POSIX_MADV_WILLNEED.s create mode 100644 libc/sysv/consts/PPPDISC.S delete mode 100644 libc/sysv/consts/PPPDISC.s create mode 100644 libc/sysv/consts/PRELIM.S delete mode 100644 libc/sysv/consts/PRELIM.s create mode 100644 libc/sysv/consts/PRIO_MAX.S delete mode 100644 libc/sysv/consts/PRIO_MAX.s create mode 100644 libc/sysv/consts/PRIO_MIN.S delete mode 100644 libc/sysv/consts/PRIO_MIN.s create mode 100644 libc/sysv/consts/PRIO_PGRP.S delete mode 100644 libc/sysv/consts/PRIO_PGRP.s create mode 100644 libc/sysv/consts/PRIO_PROCESS.S delete mode 100644 libc/sysv/consts/PRIO_PROCESS.s create mode 100644 libc/sysv/consts/PRIO_USER.S delete mode 100644 libc/sysv/consts/PRIO_USER.s create mode 100644 libc/sysv/consts/PROT_EXEC.S delete mode 100644 libc/sysv/consts/PROT_EXEC.s create mode 100644 libc/sysv/consts/PROT_GROWSDOWN.S delete mode 100644 libc/sysv/consts/PROT_GROWSDOWN.s create mode 100644 libc/sysv/consts/PROT_GROWSUP.S delete mode 100644 libc/sysv/consts/PROT_GROWSUP.s create mode 100644 libc/sysv/consts/PROT_NONE.S delete mode 100644 libc/sysv/consts/PROT_NONE.s create mode 100644 libc/sysv/consts/PROT_READ.S delete mode 100644 libc/sysv/consts/PROT_READ.s create mode 100644 libc/sysv/consts/PROT_WRITE.S delete mode 100644 libc/sysv/consts/PROT_WRITE.s create mode 100644 libc/sysv/consts/PTMGET.S delete mode 100644 libc/sysv/consts/PTMGET.s create mode 100644 libc/sysv/consts/PTRACE_ATTACH.S delete mode 100644 libc/sysv/consts/PTRACE_ATTACH.s create mode 100644 libc/sysv/consts/PTRACE_CONT.S delete mode 100644 libc/sysv/consts/PTRACE_CONT.s create mode 100644 libc/sysv/consts/PTRACE_DETACH.S delete mode 100644 libc/sysv/consts/PTRACE_DETACH.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_CLONE.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_CLONE.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_EXEC.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_EXEC.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_EXIT.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_EXIT.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_FORK.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_FORK.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_SECCOMP.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_SECCOMP.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_STOP.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_STOP.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_VFORK.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_VFORK.s create mode 100644 libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.S delete mode 100644 libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.s create mode 100644 libc/sysv/consts/PTRACE_GETEVENTMSG.S delete mode 100644 libc/sysv/consts/PTRACE_GETEVENTMSG.s create mode 100644 libc/sysv/consts/PTRACE_GETFPREGS.S delete mode 100644 libc/sysv/consts/PTRACE_GETFPREGS.s create mode 100644 libc/sysv/consts/PTRACE_GETFPXREGS.S delete mode 100644 libc/sysv/consts/PTRACE_GETFPXREGS.s create mode 100644 libc/sysv/consts/PTRACE_GETREGS.S delete mode 100644 libc/sysv/consts/PTRACE_GETREGS.s create mode 100644 libc/sysv/consts/PTRACE_GETREGSET.S delete mode 100644 libc/sysv/consts/PTRACE_GETREGSET.s create mode 100644 libc/sysv/consts/PTRACE_GETSIGINFO.S delete mode 100644 libc/sysv/consts/PTRACE_GETSIGINFO.s create mode 100644 libc/sysv/consts/PTRACE_GETSIGMASK.S delete mode 100644 libc/sysv/consts/PTRACE_GETSIGMASK.s create mode 100644 libc/sysv/consts/PTRACE_INTERRUPT.S delete mode 100644 libc/sysv/consts/PTRACE_INTERRUPT.s create mode 100644 libc/sysv/consts/PTRACE_KILL.S delete mode 100644 libc/sysv/consts/PTRACE_KILL.s create mode 100644 libc/sysv/consts/PTRACE_LISTEN.S delete mode 100644 libc/sysv/consts/PTRACE_LISTEN.s create mode 100644 libc/sysv/consts/PTRACE_O_MASK.S delete mode 100644 libc/sysv/consts/PTRACE_O_MASK.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACECLONE.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACECLONE.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACEEXEC.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACEEXEC.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACEEXIT.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACEEXIT.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACEFORK.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACEFORK.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACESECCOMP.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACESECCOMP.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACESYSGOOD.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACESYSGOOD.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACEVFORK.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACEVFORK.s create mode 100644 libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.S delete mode 100644 libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.s create mode 100644 libc/sysv/consts/PTRACE_PEEKDATA.S delete mode 100644 libc/sysv/consts/PTRACE_PEEKDATA.s create mode 100644 libc/sysv/consts/PTRACE_PEEKSIGINFO.S delete mode 100644 libc/sysv/consts/PTRACE_PEEKSIGINFO.s create mode 100644 libc/sysv/consts/PTRACE_PEEKTEXT.S delete mode 100644 libc/sysv/consts/PTRACE_PEEKTEXT.s create mode 100644 libc/sysv/consts/PTRACE_PEEKUSER.S delete mode 100644 libc/sysv/consts/PTRACE_PEEKUSER.s create mode 100644 libc/sysv/consts/PTRACE_POKEDATA.S delete mode 100644 libc/sysv/consts/PTRACE_POKEDATA.s create mode 100644 libc/sysv/consts/PTRACE_POKETEXT.S delete mode 100644 libc/sysv/consts/PTRACE_POKETEXT.s create mode 100644 libc/sysv/consts/PTRACE_POKEUSER.S delete mode 100644 libc/sysv/consts/PTRACE_POKEUSER.s create mode 100644 libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.S delete mode 100644 libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.s create mode 100644 libc/sysv/consts/PTRACE_SEIZE.S delete mode 100644 libc/sysv/consts/PTRACE_SEIZE.s create mode 100644 libc/sysv/consts/PTRACE_SETFPREGS.S delete mode 100644 libc/sysv/consts/PTRACE_SETFPREGS.s create mode 100644 libc/sysv/consts/PTRACE_SETFPXREGS.S delete mode 100644 libc/sysv/consts/PTRACE_SETFPXREGS.s create mode 100644 libc/sysv/consts/PTRACE_SETOPTIONS.S delete mode 100644 libc/sysv/consts/PTRACE_SETOPTIONS.s create mode 100644 libc/sysv/consts/PTRACE_SETREGS.S delete mode 100644 libc/sysv/consts/PTRACE_SETREGS.s create mode 100644 libc/sysv/consts/PTRACE_SETREGSET.S delete mode 100644 libc/sysv/consts/PTRACE_SETREGSET.s create mode 100644 libc/sysv/consts/PTRACE_SETSIGINFO.S delete mode 100644 libc/sysv/consts/PTRACE_SETSIGINFO.s create mode 100644 libc/sysv/consts/PTRACE_SETSIGMASK.S delete mode 100644 libc/sysv/consts/PTRACE_SETSIGMASK.s create mode 100644 libc/sysv/consts/PTRACE_SINGLESTEP.S delete mode 100644 libc/sysv/consts/PTRACE_SINGLESTEP.s create mode 100644 libc/sysv/consts/PTRACE_SYSCALL.S delete mode 100644 libc/sysv/consts/PTRACE_SYSCALL.s create mode 100644 libc/sysv/consts/PTRACE_TRACEME.S delete mode 100644 libc/sysv/consts/PTRACE_TRACEME.s create mode 100644 libc/sysv/consts/Q_GETFMT.S delete mode 100644 libc/sysv/consts/Q_GETFMT.s create mode 100644 libc/sysv/consts/Q_GETINFO.S delete mode 100644 libc/sysv/consts/Q_GETINFO.s create mode 100644 libc/sysv/consts/Q_GETQUOTA.S delete mode 100644 libc/sysv/consts/Q_GETQUOTA.s create mode 100644 libc/sysv/consts/Q_QUOTAOFF.S delete mode 100644 libc/sysv/consts/Q_QUOTAOFF.s create mode 100644 libc/sysv/consts/Q_QUOTAON.S delete mode 100644 libc/sysv/consts/Q_QUOTAON.s create mode 100644 libc/sysv/consts/Q_SETINFO.S delete mode 100644 libc/sysv/consts/Q_SETINFO.s create mode 100644 libc/sysv/consts/Q_SETQUOTA.S delete mode 100644 libc/sysv/consts/Q_SETQUOTA.s create mode 100644 libc/sysv/consts/Q_SYNC.S delete mode 100644 libc/sysv/consts/Q_SYNC.s create mode 100644 libc/sysv/consts/RB_AUTOBOOT.S delete mode 100644 libc/sysv/consts/RB_AUTOBOOT.s create mode 100644 libc/sysv/consts/RB_DISABLE_CAD.S delete mode 100644 libc/sysv/consts/RB_DISABLE_CAD.s create mode 100644 libc/sysv/consts/RB_ENABLE_CAD.S delete mode 100644 libc/sysv/consts/RB_ENABLE_CAD.s create mode 100644 libc/sysv/consts/RB_HALT.S delete mode 100644 libc/sysv/consts/RB_HALT.s create mode 100644 libc/sysv/consts/RB_HALT_SYSTEM.S delete mode 100644 libc/sysv/consts/RB_HALT_SYSTEM.s create mode 100644 libc/sysv/consts/RB_KEXEC.S delete mode 100644 libc/sysv/consts/RB_KEXEC.s create mode 100644 libc/sysv/consts/RB_NOSYNC.S delete mode 100644 libc/sysv/consts/RB_NOSYNC.s create mode 100644 libc/sysv/consts/RB_POWERDOWN.S delete mode 100644 libc/sysv/consts/RB_POWERDOWN.s create mode 100644 libc/sysv/consts/RB_POWEROFF.S delete mode 100644 libc/sysv/consts/RB_POWEROFF.s create mode 100644 libc/sysv/consts/RB_POWER_OFF.S delete mode 100644 libc/sysv/consts/RB_POWER_OFF.s create mode 100644 libc/sysv/consts/RB_SW_SUSPEND.S delete mode 100644 libc/sysv/consts/RB_SW_SUSPEND.s create mode 100644 libc/sysv/consts/REGTYPE.S delete mode 100644 libc/sysv/consts/REGTYPE.s create mode 100644 libc/sysv/consts/RES_PRF_CLASS.S delete mode 100644 libc/sysv/consts/RES_PRF_CLASS.s create mode 100644 libc/sysv/consts/RHF_GUARANTEE_START_INIT.S delete mode 100644 libc/sysv/consts/RHF_GUARANTEE_START_INIT.s create mode 100644 libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.S delete mode 100644 libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.s create mode 100644 libc/sysv/consts/RLIMIT_AS.S delete mode 100644 libc/sysv/consts/RLIMIT_AS.s create mode 100644 libc/sysv/consts/RLIMIT_CORE.S delete mode 100644 libc/sysv/consts/RLIMIT_CORE.s create mode 100644 libc/sysv/consts/RLIMIT_CPU.S delete mode 100644 libc/sysv/consts/RLIMIT_CPU.s create mode 100644 libc/sysv/consts/RLIMIT_DATA.S delete mode 100644 libc/sysv/consts/RLIMIT_DATA.s create mode 100644 libc/sysv/consts/RLIMIT_FSIZE.S delete mode 100644 libc/sysv/consts/RLIMIT_FSIZE.s create mode 100644 libc/sysv/consts/RLIMIT_LOCKS.S delete mode 100644 libc/sysv/consts/RLIMIT_LOCKS.s create mode 100644 libc/sysv/consts/RLIMIT_MEMLOCK.S delete mode 100644 libc/sysv/consts/RLIMIT_MEMLOCK.s create mode 100644 libc/sysv/consts/RLIMIT_MSGQUEUE.S delete mode 100644 libc/sysv/consts/RLIMIT_MSGQUEUE.s create mode 100644 libc/sysv/consts/RLIMIT_NICE.S delete mode 100644 libc/sysv/consts/RLIMIT_NICE.s create mode 100644 libc/sysv/consts/RLIMIT_NOFILE.S delete mode 100644 libc/sysv/consts/RLIMIT_NOFILE.s create mode 100644 libc/sysv/consts/RLIMIT_NPROC.S delete mode 100644 libc/sysv/consts/RLIMIT_NPROC.s create mode 100644 libc/sysv/consts/RLIMIT_NPTS.S delete mode 100644 libc/sysv/consts/RLIMIT_NPTS.s create mode 100644 libc/sysv/consts/RLIMIT_RSS.S delete mode 100644 libc/sysv/consts/RLIMIT_RSS.s create mode 100644 libc/sysv/consts/RLIMIT_RTPRIO.S delete mode 100644 libc/sysv/consts/RLIMIT_RTPRIO.s create mode 100644 libc/sysv/consts/RLIMIT_RTTIME.S delete mode 100644 libc/sysv/consts/RLIMIT_RTTIME.s create mode 100644 libc/sysv/consts/RLIMIT_SBSIZE.S delete mode 100644 libc/sysv/consts/RLIMIT_SBSIZE.s create mode 100644 libc/sysv/consts/RLIMIT_SIGPENDING.S delete mode 100644 libc/sysv/consts/RLIMIT_SIGPENDING.s create mode 100644 libc/sysv/consts/RLIMIT_STACK.S delete mode 100644 libc/sysv/consts/RLIMIT_STACK.s create mode 100644 libc/sysv/consts/RLIMIT_SWAP.S delete mode 100644 libc/sysv/consts/RLIMIT_SWAP.s create mode 100644 libc/sysv/consts/RLIMIT_VMEM.S delete mode 100644 libc/sysv/consts/RLIMIT_VMEM.s create mode 100644 libc/sysv/consts/RLIM_INFINITY.S delete mode 100644 libc/sysv/consts/RLIM_INFINITY.s create mode 100644 libc/sysv/consts/RLIM_NLIMITS.S delete mode 100644 libc/sysv/consts/RLIM_NLIMITS.s create mode 100644 libc/sysv/consts/RLIM_SAVED_CUR.S delete mode 100644 libc/sysv/consts/RLIM_SAVED_CUR.s create mode 100644 libc/sysv/consts/RLIM_SAVED_MAX.S delete mode 100644 libc/sysv/consts/RLIM_SAVED_MAX.s create mode 100644 libc/sysv/consts/RPM_PCO_ADD.S delete mode 100644 libc/sysv/consts/RPM_PCO_ADD.s create mode 100644 libc/sysv/consts/RPM_PCO_CHANGE.S delete mode 100644 libc/sysv/consts/RPM_PCO_CHANGE.s create mode 100644 libc/sysv/consts/RPM_PCO_SETGLOBAL.S delete mode 100644 libc/sysv/consts/RPM_PCO_SETGLOBAL.s create mode 100644 libc/sysv/consts/RRQ.S delete mode 100644 libc/sysv/consts/RRQ.s create mode 100644 libc/sysv/consts/RTF_NOFORWARD.S delete mode 100644 libc/sysv/consts/RTF_NOFORWARD.s create mode 100644 libc/sysv/consts/RTF_NOPMTUDISC.S delete mode 100644 libc/sysv/consts/RTF_NOPMTUDISC.s create mode 100644 libc/sysv/consts/RUSAGE_BOTH.S delete mode 100644 libc/sysv/consts/RUSAGE_BOTH.s create mode 100644 libc/sysv/consts/RUSAGE_CHILDREN.S delete mode 100644 libc/sysv/consts/RUSAGE_CHILDREN.s create mode 100644 libc/sysv/consts/RUSAGE_SELF.S delete mode 100644 libc/sysv/consts/RUSAGE_SELF.s create mode 100644 libc/sysv/consts/RUSAGE_THREAD.S delete mode 100644 libc/sysv/consts/RUSAGE_THREAD.s create mode 100644 libc/sysv/consts/R_OK.S delete mode 100644 libc/sysv/consts/R_OK.s create mode 100644 libc/sysv/consts/SARMAG.S delete mode 100644 libc/sysv/consts/SARMAG.s create mode 100644 libc/sysv/consts/SA_NOCLDSTOP.S delete mode 100644 libc/sysv/consts/SA_NOCLDSTOP.s create mode 100644 libc/sysv/consts/SA_NOCLDWAIT.S delete mode 100644 libc/sysv/consts/SA_NOCLDWAIT.s create mode 100644 libc/sysv/consts/SA_NODEFER.S delete mode 100644 libc/sysv/consts/SA_NODEFER.s create mode 100644 libc/sysv/consts/SA_NOMASK.S delete mode 100644 libc/sysv/consts/SA_NOMASK.s create mode 100644 libc/sysv/consts/SA_ONESHOT.S delete mode 100644 libc/sysv/consts/SA_ONESHOT.s create mode 100644 libc/sysv/consts/SA_ONSTACK.S delete mode 100644 libc/sysv/consts/SA_ONSTACK.s create mode 100644 libc/sysv/consts/SA_RESETHAND.S delete mode 100644 libc/sysv/consts/SA_RESETHAND.s create mode 100644 libc/sysv/consts/SA_RESTART.S delete mode 100644 libc/sysv/consts/SA_RESTART.s create mode 100644 libc/sysv/consts/SA_SIGINFO.S delete mode 100644 libc/sysv/consts/SA_SIGINFO.s create mode 100644 libc/sysv/consts/SCHED_BATCH.S delete mode 100644 libc/sysv/consts/SCHED_BATCH.s create mode 100644 libc/sysv/consts/SCHED_DEADLINE.S delete mode 100644 libc/sysv/consts/SCHED_DEADLINE.s create mode 100644 libc/sysv/consts/SCHED_FIFO.S delete mode 100644 libc/sysv/consts/SCHED_FIFO.s create mode 100644 libc/sysv/consts/SCHED_IDLE.S delete mode 100644 libc/sysv/consts/SCHED_IDLE.s create mode 100644 libc/sysv/consts/SCHED_OTHER.S delete mode 100644 libc/sysv/consts/SCHED_OTHER.s create mode 100644 libc/sysv/consts/SCHED_RESET_ON_FORK.S delete mode 100644 libc/sysv/consts/SCHED_RESET_ON_FORK.s create mode 100644 libc/sysv/consts/SCHED_RR.S delete mode 100644 libc/sysv/consts/SCHED_RR.s create mode 100644 libc/sysv/consts/SCM_CREDENTIALS.S delete mode 100644 libc/sysv/consts/SCM_CREDENTIALS.s create mode 100644 libc/sysv/consts/SCM_RIGHTS.S delete mode 100644 libc/sysv/consts/SCM_RIGHTS.s create mode 100644 libc/sysv/consts/SCM_TIMESTAMP.S delete mode 100644 libc/sysv/consts/SCM_TIMESTAMP.s create mode 100644 libc/sysv/consts/SCM_TIMESTAMPING.S delete mode 100644 libc/sysv/consts/SCM_TIMESTAMPING.s create mode 100644 libc/sysv/consts/SCM_TIMESTAMPNS.S delete mode 100644 libc/sysv/consts/SCM_TIMESTAMPNS.s create mode 100644 libc/sysv/consts/SCM_WIFI_STATUS.S delete mode 100644 libc/sysv/consts/SCM_WIFI_STATUS.s create mode 100644 libc/sysv/consts/SEEK_DATA.S delete mode 100644 libc/sysv/consts/SEEK_DATA.s create mode 100644 libc/sysv/consts/SEEK_HOLE.S delete mode 100644 libc/sysv/consts/SEEK_HOLE.s create mode 100644 libc/sysv/consts/SEGSIZE.S delete mode 100644 libc/sysv/consts/SEGSIZE.s create mode 100644 libc/sysv/consts/SEGV_ACCERR.S delete mode 100644 libc/sysv/consts/SEGV_ACCERR.s create mode 100644 libc/sysv/consts/SEGV_MAPERR.S delete mode 100644 libc/sysv/consts/SEGV_MAPERR.s create mode 100644 libc/sysv/consts/SEGV_PKUERR.S delete mode 100644 libc/sysv/consts/SEGV_PKUERR.s create mode 100644 libc/sysv/consts/SEND_DIAGNOSTIC.S delete mode 100644 libc/sysv/consts/SEND_DIAGNOSTIC.s create mode 100644 libc/sysv/consts/SEND_VOLUME_TAG.S delete mode 100644 libc/sysv/consts/SEND_VOLUME_TAG.s create mode 100644 libc/sysv/consts/SET_LIMITS.S delete mode 100644 libc/sysv/consts/SET_LIMITS.s create mode 100644 libc/sysv/consts/SET_WINDOW.S delete mode 100644 libc/sysv/consts/SET_WINDOW.s create mode 100644 libc/sysv/consts/SFD_CLOEXEC.S delete mode 100644 libc/sysv/consts/SFD_CLOEXEC.s create mode 100644 libc/sysv/consts/SFD_NONBLOCK.S delete mode 100644 libc/sysv/consts/SFD_NONBLOCK.s create mode 100644 libc/sysv/consts/SF_MNOWAIT.S delete mode 100644 libc/sysv/consts/SF_MNOWAIT.s create mode 100644 libc/sysv/consts/SF_NODISKIO.S delete mode 100644 libc/sysv/consts/SF_NODISKIO.s create mode 100644 libc/sysv/consts/SF_SYNC.S delete mode 100644 libc/sysv/consts/SF_SYNC.s create mode 100644 libc/sysv/consts/SHM_ANON.S delete mode 100644 libc/sysv/consts/SHM_ANON.s create mode 100644 libc/sysv/consts/SHM_DEST.S delete mode 100644 libc/sysv/consts/SHM_DEST.s create mode 100644 libc/sysv/consts/SHM_EXEC.S delete mode 100644 libc/sysv/consts/SHM_EXEC.s create mode 100644 libc/sysv/consts/SHM_HUGETLB.S delete mode 100644 libc/sysv/consts/SHM_HUGETLB.s create mode 100644 libc/sysv/consts/SHM_INFO.S delete mode 100644 libc/sysv/consts/SHM_INFO.s create mode 100644 libc/sysv/consts/SHM_LOCK.S delete mode 100644 libc/sysv/consts/SHM_LOCK.s create mode 100644 libc/sysv/consts/SHM_LOCKED.S delete mode 100644 libc/sysv/consts/SHM_LOCKED.s create mode 100644 libc/sysv/consts/SHM_NORESERVE.S delete mode 100644 libc/sysv/consts/SHM_NORESERVE.s create mode 100644 libc/sysv/consts/SHM_R.S delete mode 100644 libc/sysv/consts/SHM_R.s create mode 100644 libc/sysv/consts/SHM_RDONLY.S delete mode 100644 libc/sysv/consts/SHM_RDONLY.s create mode 100644 libc/sysv/consts/SHM_REMAP.S delete mode 100644 libc/sysv/consts/SHM_REMAP.s create mode 100644 libc/sysv/consts/SHM_RND.S delete mode 100644 libc/sysv/consts/SHM_RND.s create mode 100644 libc/sysv/consts/SHM_STAT.S delete mode 100644 libc/sysv/consts/SHM_STAT.s create mode 100644 libc/sysv/consts/SHM_UNLOCK.S delete mode 100644 libc/sysv/consts/SHM_UNLOCK.s create mode 100644 libc/sysv/consts/SHM_W.S delete mode 100644 libc/sysv/consts/SHM_W.s create mode 100644 libc/sysv/consts/SHUT_RD.S delete mode 100644 libc/sysv/consts/SHUT_RD.s create mode 100644 libc/sysv/consts/SHUT_RDWR.S delete mode 100644 libc/sysv/consts/SHUT_RDWR.s create mode 100644 libc/sysv/consts/SHUT_WR.S delete mode 100644 libc/sysv/consts/SHUT_WR.s create mode 100644 libc/sysv/consts/SIGABRT.S delete mode 100644 libc/sysv/consts/SIGABRT.s create mode 100644 libc/sysv/consts/SIGALRM.S delete mode 100644 libc/sysv/consts/SIGALRM.s create mode 100644 libc/sysv/consts/SIGBUS.S delete mode 100644 libc/sysv/consts/SIGBUS.s create mode 100644 libc/sysv/consts/SIGCHLD.S delete mode 100644 libc/sysv/consts/SIGCHLD.s create mode 100644 libc/sysv/consts/SIGCONT.S delete mode 100644 libc/sysv/consts/SIGCONT.s create mode 100644 libc/sysv/consts/SIGEMT.S delete mode 100644 libc/sysv/consts/SIGEMT.s create mode 100644 libc/sysv/consts/SIGEV_NONE.S delete mode 100644 libc/sysv/consts/SIGEV_NONE.s create mode 100644 libc/sysv/consts/SIGEV_SIGNAL.S delete mode 100644 libc/sysv/consts/SIGEV_SIGNAL.s create mode 100644 libc/sysv/consts/SIGEV_THREAD.S delete mode 100644 libc/sysv/consts/SIGEV_THREAD.s create mode 100644 libc/sysv/consts/SIGFPE.S delete mode 100644 libc/sysv/consts/SIGFPE.s create mode 100644 libc/sysv/consts/SIGHUP.S delete mode 100644 libc/sysv/consts/SIGHUP.s create mode 100644 libc/sysv/consts/SIGILL.S delete mode 100644 libc/sysv/consts/SIGILL.s create mode 100644 libc/sysv/consts/SIGINFO.S delete mode 100644 libc/sysv/consts/SIGINFO.s create mode 100644 libc/sysv/consts/SIGINT.S delete mode 100644 libc/sysv/consts/SIGINT.s create mode 100644 libc/sysv/consts/SIGIO.S delete mode 100644 libc/sysv/consts/SIGIO.s create mode 100644 libc/sysv/consts/SIGIOT.S delete mode 100644 libc/sysv/consts/SIGIOT.s create mode 100644 libc/sysv/consts/SIGKILL.S delete mode 100644 libc/sysv/consts/SIGKILL.s create mode 100644 libc/sysv/consts/SIGPIPE.S delete mode 100644 libc/sysv/consts/SIGPIPE.s create mode 100644 libc/sysv/consts/SIGPOLL.S delete mode 100644 libc/sysv/consts/SIGPOLL.s create mode 100644 libc/sysv/consts/SIGPROF.S delete mode 100644 libc/sysv/consts/SIGPROF.s create mode 100644 libc/sysv/consts/SIGPWR.S delete mode 100644 libc/sysv/consts/SIGPWR.s create mode 100644 libc/sysv/consts/SIGQUIT.S delete mode 100644 libc/sysv/consts/SIGQUIT.s create mode 100644 libc/sysv/consts/SIGRTMAX.S delete mode 100644 libc/sysv/consts/SIGRTMAX.s create mode 100644 libc/sysv/consts/SIGRTMIN.S delete mode 100644 libc/sysv/consts/SIGRTMIN.s create mode 100644 libc/sysv/consts/SIGSEGV.S delete mode 100644 libc/sysv/consts/SIGSEGV.s create mode 100644 libc/sysv/consts/SIGSTKFLT.S delete mode 100644 libc/sysv/consts/SIGSTKFLT.s create mode 100644 libc/sysv/consts/SIGSTOP.S delete mode 100644 libc/sysv/consts/SIGSTOP.s create mode 100644 libc/sysv/consts/SIGSYS.S delete mode 100644 libc/sysv/consts/SIGSYS.s create mode 100644 libc/sysv/consts/SIGTERM.S delete mode 100644 libc/sysv/consts/SIGTERM.s create mode 100644 libc/sysv/consts/SIGTHR.S delete mode 100644 libc/sysv/consts/SIGTHR.s create mode 100644 libc/sysv/consts/SIGTRAP.S delete mode 100644 libc/sysv/consts/SIGTRAP.s create mode 100644 libc/sysv/consts/SIGTSTP.S delete mode 100644 libc/sysv/consts/SIGTSTP.s create mode 100644 libc/sysv/consts/SIGTTIN.S delete mode 100644 libc/sysv/consts/SIGTTIN.s create mode 100644 libc/sysv/consts/SIGTTOU.S delete mode 100644 libc/sysv/consts/SIGTTOU.s create mode 100644 libc/sysv/consts/SIGURG.S delete mode 100644 libc/sysv/consts/SIGURG.s create mode 100644 libc/sysv/consts/SIGUSR1.S delete mode 100644 libc/sysv/consts/SIGUSR1.s create mode 100644 libc/sysv/consts/SIGUSR2.S delete mode 100644 libc/sysv/consts/SIGUSR2.s create mode 100644 libc/sysv/consts/SIGVTALRM.S delete mode 100644 libc/sysv/consts/SIGVTALRM.s create mode 100644 libc/sysv/consts/SIGWINCH.S delete mode 100644 libc/sysv/consts/SIGWINCH.s create mode 100644 libc/sysv/consts/SIGXCPU.S delete mode 100644 libc/sysv/consts/SIGXCPU.s create mode 100644 libc/sysv/consts/SIGXFSZ.S delete mode 100644 libc/sysv/consts/SIGXFSZ.s create mode 100644 libc/sysv/consts/SIG_BLOCK.S delete mode 100644 libc/sysv/consts/SIG_BLOCK.s create mode 100644 libc/sysv/consts/SIG_SETMASK.S delete mode 100644 libc/sysv/consts/SIG_SETMASK.s create mode 100644 libc/sysv/consts/SIG_UNBLOCK.S delete mode 100644 libc/sysv/consts/SIG_UNBLOCK.s create mode 100644 libc/sysv/consts/SIOCADDDLCI.S delete mode 100644 libc/sysv/consts/SIOCADDDLCI.s create mode 100644 libc/sysv/consts/SIOCADDMULTI.S delete mode 100644 libc/sysv/consts/SIOCADDMULTI.s create mode 100644 libc/sysv/consts/SIOCADDRT.S delete mode 100644 libc/sysv/consts/SIOCADDRT.s create mode 100644 libc/sysv/consts/SIOCATMARK.S delete mode 100644 libc/sysv/consts/SIOCATMARK.s create mode 100644 libc/sysv/consts/SIOCDARP.S delete mode 100644 libc/sysv/consts/SIOCDARP.s create mode 100644 libc/sysv/consts/SIOCDELDLCI.S delete mode 100644 libc/sysv/consts/SIOCDELDLCI.s create mode 100644 libc/sysv/consts/SIOCDELMULTI.S delete mode 100644 libc/sysv/consts/SIOCDELMULTI.s create mode 100644 libc/sysv/consts/SIOCDELRT.S delete mode 100644 libc/sysv/consts/SIOCDELRT.s create mode 100644 libc/sysv/consts/SIOCDEVPRIVATE.S delete mode 100644 libc/sysv/consts/SIOCDEVPRIVATE.s create mode 100644 libc/sysv/consts/SIOCDIFADDR.S delete mode 100644 libc/sysv/consts/SIOCDIFADDR.s create mode 100644 libc/sysv/consts/SIOCDRARP.S delete mode 100644 libc/sysv/consts/SIOCDRARP.s create mode 100644 libc/sysv/consts/SIOCGARP.S delete mode 100644 libc/sysv/consts/SIOCGARP.s create mode 100644 libc/sysv/consts/SIOCGIFADDR.S delete mode 100644 libc/sysv/consts/SIOCGIFADDR.s create mode 100644 libc/sysv/consts/SIOCGIFBR.S delete mode 100644 libc/sysv/consts/SIOCGIFBR.s create mode 100644 libc/sysv/consts/SIOCGIFBRDADDR.S delete mode 100644 libc/sysv/consts/SIOCGIFBRDADDR.s create mode 100644 libc/sysv/consts/SIOCGIFCONF.S delete mode 100644 libc/sysv/consts/SIOCGIFCONF.s create mode 100644 libc/sysv/consts/SIOCGIFCOUNT.S delete mode 100644 libc/sysv/consts/SIOCGIFCOUNT.s create mode 100644 libc/sysv/consts/SIOCGIFDSTADDR.S delete mode 100644 libc/sysv/consts/SIOCGIFDSTADDR.s create mode 100644 libc/sysv/consts/SIOCGIFENCAP.S delete mode 100644 libc/sysv/consts/SIOCGIFENCAP.s create mode 100644 libc/sysv/consts/SIOCGIFFLAGS.S delete mode 100644 libc/sysv/consts/SIOCGIFFLAGS.s create mode 100644 libc/sysv/consts/SIOCGIFHWADDR.S delete mode 100644 libc/sysv/consts/SIOCGIFHWADDR.s create mode 100644 libc/sysv/consts/SIOCGIFINDEX.S delete mode 100644 libc/sysv/consts/SIOCGIFINDEX.s create mode 100644 libc/sysv/consts/SIOCGIFMAP.S delete mode 100644 libc/sysv/consts/SIOCGIFMAP.s create mode 100644 libc/sysv/consts/SIOCGIFMEM.S delete mode 100644 libc/sysv/consts/SIOCGIFMEM.s create mode 100644 libc/sysv/consts/SIOCGIFMETRIC.S delete mode 100644 libc/sysv/consts/SIOCGIFMETRIC.s create mode 100644 libc/sysv/consts/SIOCGIFMTU.S delete mode 100644 libc/sysv/consts/SIOCGIFMTU.s create mode 100644 libc/sysv/consts/SIOCGIFNAME.S delete mode 100644 libc/sysv/consts/SIOCGIFNAME.s create mode 100644 libc/sysv/consts/SIOCGIFNETMASK.S delete mode 100644 libc/sysv/consts/SIOCGIFNETMASK.s create mode 100644 libc/sysv/consts/SIOCGIFPFLAGS.S delete mode 100644 libc/sysv/consts/SIOCGIFPFLAGS.s create mode 100644 libc/sysv/consts/SIOCGIFSLAVE.S delete mode 100644 libc/sysv/consts/SIOCGIFSLAVE.s create mode 100644 libc/sysv/consts/SIOCGIFTXQLEN.S delete mode 100644 libc/sysv/consts/SIOCGIFTXQLEN.s create mode 100644 libc/sysv/consts/SIOCGPGRP.S delete mode 100644 libc/sysv/consts/SIOCGPGRP.s create mode 100644 libc/sysv/consts/SIOCGRARP.S delete mode 100644 libc/sysv/consts/SIOCGRARP.s create mode 100644 libc/sysv/consts/SIOCGSTAMP.S delete mode 100644 libc/sysv/consts/SIOCGSTAMP.s create mode 100644 libc/sysv/consts/SIOCGSTAMPNS.S delete mode 100644 libc/sysv/consts/SIOCGSTAMPNS.s create mode 100644 libc/sysv/consts/SIOCPROTOPRIVATE.S delete mode 100644 libc/sysv/consts/SIOCPROTOPRIVATE.s create mode 100644 libc/sysv/consts/SIOCRTMSG.S delete mode 100644 libc/sysv/consts/SIOCRTMSG.s create mode 100644 libc/sysv/consts/SIOCSARP.S delete mode 100644 libc/sysv/consts/SIOCSARP.s create mode 100644 libc/sysv/consts/SIOCSIFADDR.S delete mode 100644 libc/sysv/consts/SIOCSIFADDR.s create mode 100644 libc/sysv/consts/SIOCSIFBR.S delete mode 100644 libc/sysv/consts/SIOCSIFBR.s create mode 100644 libc/sysv/consts/SIOCSIFBRDADDR.S delete mode 100644 libc/sysv/consts/SIOCSIFBRDADDR.s create mode 100644 libc/sysv/consts/SIOCSIFDSTADDR.S delete mode 100644 libc/sysv/consts/SIOCSIFDSTADDR.s create mode 100644 libc/sysv/consts/SIOCSIFENCAP.S delete mode 100644 libc/sysv/consts/SIOCSIFENCAP.s create mode 100644 libc/sysv/consts/SIOCSIFFLAGS.S delete mode 100644 libc/sysv/consts/SIOCSIFFLAGS.s create mode 100644 libc/sysv/consts/SIOCSIFHWADDR.S delete mode 100644 libc/sysv/consts/SIOCSIFHWADDR.s create mode 100644 libc/sysv/consts/SIOCSIFHWBROADCAST.S delete mode 100644 libc/sysv/consts/SIOCSIFHWBROADCAST.s create mode 100644 libc/sysv/consts/SIOCSIFLINK.S delete mode 100644 libc/sysv/consts/SIOCSIFLINK.s create mode 100644 libc/sysv/consts/SIOCSIFMAP.S delete mode 100644 libc/sysv/consts/SIOCSIFMAP.s create mode 100644 libc/sysv/consts/SIOCSIFMEM.S delete mode 100644 libc/sysv/consts/SIOCSIFMEM.s create mode 100644 libc/sysv/consts/SIOCSIFMETRIC.S delete mode 100644 libc/sysv/consts/SIOCSIFMETRIC.s create mode 100644 libc/sysv/consts/SIOCSIFMTU.S delete mode 100644 libc/sysv/consts/SIOCSIFMTU.s create mode 100644 libc/sysv/consts/SIOCSIFNAME.S delete mode 100644 libc/sysv/consts/SIOCSIFNAME.s create mode 100644 libc/sysv/consts/SIOCSIFNETMASK.S delete mode 100644 libc/sysv/consts/SIOCSIFNETMASK.s create mode 100644 libc/sysv/consts/SIOCSIFPFLAGS.S delete mode 100644 libc/sysv/consts/SIOCSIFPFLAGS.s create mode 100644 libc/sysv/consts/SIOCSIFSLAVE.S delete mode 100644 libc/sysv/consts/SIOCSIFSLAVE.s create mode 100644 libc/sysv/consts/SIOCSIFTXQLEN.S delete mode 100644 libc/sysv/consts/SIOCSIFTXQLEN.s create mode 100644 libc/sysv/consts/SIOCSPGRP.S delete mode 100644 libc/sysv/consts/SIOCSPGRP.s create mode 100644 libc/sysv/consts/SIOCSRARP.S delete mode 100644 libc/sysv/consts/SIOCSRARP.s create mode 100644 libc/sysv/consts/SIOGIFINDEX.S delete mode 100644 libc/sysv/consts/SIOGIFINDEX.s create mode 100644 libc/sysv/consts/SI_ASYNCIO.S delete mode 100644 libc/sysv/consts/SI_ASYNCIO.s create mode 100644 libc/sysv/consts/SI_ASYNCNL.S delete mode 100644 libc/sysv/consts/SI_ASYNCNL.s create mode 100644 libc/sysv/consts/SI_KERNEL.S delete mode 100644 libc/sysv/consts/SI_KERNEL.s create mode 100644 libc/sysv/consts/SI_MESGQ.S delete mode 100644 libc/sysv/consts/SI_MESGQ.s create mode 100644 libc/sysv/consts/SI_NOINFO.S delete mode 100644 libc/sysv/consts/SI_NOINFO.s create mode 100644 libc/sysv/consts/SI_QUEUE.S delete mode 100644 libc/sysv/consts/SI_QUEUE.s create mode 100644 libc/sysv/consts/SI_TIMER.S delete mode 100644 libc/sysv/consts/SI_TIMER.s create mode 100644 libc/sysv/consts/SI_TKILL.S delete mode 100644 libc/sysv/consts/SI_TKILL.s create mode 100644 libc/sysv/consts/SI_USER.S delete mode 100644 libc/sysv/consts/SI_USER.s create mode 100644 libc/sysv/consts/SLIPDISC.S delete mode 100644 libc/sysv/consts/SLIPDISC.s create mode 100644 libc/sysv/consts/SOCK_CLOEXEC.S delete mode 100644 libc/sysv/consts/SOCK_CLOEXEC.s create mode 100644 libc/sysv/consts/SOCK_DCCP.S delete mode 100644 libc/sysv/consts/SOCK_DCCP.s create mode 100644 libc/sysv/consts/SOCK_DGRAM.S delete mode 100644 libc/sysv/consts/SOCK_DGRAM.s create mode 100644 libc/sysv/consts/SOCK_NONBLOCK.S delete mode 100644 libc/sysv/consts/SOCK_NONBLOCK.s create mode 100644 libc/sysv/consts/SOCK_PACKET.S delete mode 100644 libc/sysv/consts/SOCK_PACKET.s create mode 100644 libc/sysv/consts/SOCK_RAW.S delete mode 100644 libc/sysv/consts/SOCK_RAW.s create mode 100644 libc/sysv/consts/SOCK_RDM.S delete mode 100644 libc/sysv/consts/SOCK_RDM.s create mode 100644 libc/sysv/consts/SOCK_SEQPACKET.S delete mode 100644 libc/sysv/consts/SOCK_SEQPACKET.s create mode 100644 libc/sysv/consts/SOCK_STREAM.S delete mode 100644 libc/sysv/consts/SOCK_STREAM.s create mode 100644 libc/sysv/consts/SOL_AAL.S delete mode 100644 libc/sysv/consts/SOL_AAL.s create mode 100644 libc/sysv/consts/SOL_ALG.S delete mode 100644 libc/sysv/consts/SOL_ALG.s create mode 100644 libc/sysv/consts/SOL_ATM.S delete mode 100644 libc/sysv/consts/SOL_ATM.s create mode 100644 libc/sysv/consts/SOL_BLUETOOTH.S delete mode 100644 libc/sysv/consts/SOL_BLUETOOTH.s create mode 100644 libc/sysv/consts/SOL_CAIF.S delete mode 100644 libc/sysv/consts/SOL_CAIF.s create mode 100644 libc/sysv/consts/SOL_DCCP.S delete mode 100644 libc/sysv/consts/SOL_DCCP.s create mode 100644 libc/sysv/consts/SOL_DECNET.S delete mode 100644 libc/sysv/consts/SOL_DECNET.s create mode 100644 libc/sysv/consts/SOL_ICMPV6.S delete mode 100644 libc/sysv/consts/SOL_ICMPV6.s create mode 100644 libc/sysv/consts/SOL_IP.S delete mode 100644 libc/sysv/consts/SOL_IP.s create mode 100644 libc/sysv/consts/SOL_IPV6.S delete mode 100644 libc/sysv/consts/SOL_IPV6.s create mode 100644 libc/sysv/consts/SOL_IRDA.S delete mode 100644 libc/sysv/consts/SOL_IRDA.s create mode 100644 libc/sysv/consts/SOL_IUCV.S delete mode 100644 libc/sysv/consts/SOL_IUCV.s create mode 100644 libc/sysv/consts/SOL_KCM.S delete mode 100644 libc/sysv/consts/SOL_KCM.s create mode 100644 libc/sysv/consts/SOL_LLC.S delete mode 100644 libc/sysv/consts/SOL_LLC.s create mode 100644 libc/sysv/consts/SOL_NETBEUI.S delete mode 100644 libc/sysv/consts/SOL_NETBEUI.s create mode 100644 libc/sysv/consts/SOL_NETLINK.S delete mode 100644 libc/sysv/consts/SOL_NETLINK.s create mode 100644 libc/sysv/consts/SOL_NFC.S delete mode 100644 libc/sysv/consts/SOL_NFC.s create mode 100644 libc/sysv/consts/SOL_PACKET.S delete mode 100644 libc/sysv/consts/SOL_PACKET.s create mode 100644 libc/sysv/consts/SOL_PNPIPE.S delete mode 100644 libc/sysv/consts/SOL_PNPIPE.s create mode 100644 libc/sysv/consts/SOL_PPPOL2TP.S delete mode 100644 libc/sysv/consts/SOL_PPPOL2TP.s create mode 100644 libc/sysv/consts/SOL_RAW.S delete mode 100644 libc/sysv/consts/SOL_RAW.s create mode 100644 libc/sysv/consts/SOL_RDS.S delete mode 100644 libc/sysv/consts/SOL_RDS.s create mode 100644 libc/sysv/consts/SOL_RXRPC.S delete mode 100644 libc/sysv/consts/SOL_RXRPC.s create mode 100644 libc/sysv/consts/SOL_SOCKET.S delete mode 100644 libc/sysv/consts/SOL_SOCKET.s create mode 100644 libc/sysv/consts/SOL_TCP.S delete mode 100644 libc/sysv/consts/SOL_TCP.s create mode 100644 libc/sysv/consts/SOL_TIPC.S delete mode 100644 libc/sysv/consts/SOL_TIPC.s create mode 100644 libc/sysv/consts/SOL_UDP.S delete mode 100644 libc/sysv/consts/SOL_UDP.s create mode 100644 libc/sysv/consts/SOL_X25.S delete mode 100644 libc/sysv/consts/SOL_X25.s create mode 100644 libc/sysv/consts/SOMAXCONN.S delete mode 100644 libc/sysv/consts/SOMAXCONN.s create mode 100644 libc/sysv/consts/SO_ACCEPTCONN.S delete mode 100644 libc/sysv/consts/SO_ACCEPTCONN.s create mode 100644 libc/sysv/consts/SO_ATTACH_BPF.S delete mode 100644 libc/sysv/consts/SO_ATTACH_BPF.s create mode 100644 libc/sysv/consts/SO_ATTACH_FILTER.S delete mode 100644 libc/sysv/consts/SO_ATTACH_FILTER.s create mode 100644 libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.S delete mode 100644 libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.s create mode 100644 libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.S delete mode 100644 libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.s create mode 100644 libc/sysv/consts/SO_BINDTODEVICE.S delete mode 100644 libc/sysv/consts/SO_BINDTODEVICE.s create mode 100644 libc/sysv/consts/SO_BPF_EXTENSIONS.S delete mode 100644 libc/sysv/consts/SO_BPF_EXTENSIONS.s create mode 100644 libc/sysv/consts/SO_BROADCAST.S delete mode 100644 libc/sysv/consts/SO_BROADCAST.s create mode 100644 libc/sysv/consts/SO_BSDCOMPAT.S delete mode 100644 libc/sysv/consts/SO_BSDCOMPAT.s create mode 100644 libc/sysv/consts/SO_BUSY_POLL.S delete mode 100644 libc/sysv/consts/SO_BUSY_POLL.s create mode 100644 libc/sysv/consts/SO_CNX_ADVICE.S delete mode 100644 libc/sysv/consts/SO_CNX_ADVICE.s create mode 100644 libc/sysv/consts/SO_DEBUG.S delete mode 100644 libc/sysv/consts/SO_DEBUG.s create mode 100644 libc/sysv/consts/SO_DETACH_BPF.S delete mode 100644 libc/sysv/consts/SO_DETACH_BPF.s create mode 100644 libc/sysv/consts/SO_DETACH_FILTER.S delete mode 100644 libc/sysv/consts/SO_DETACH_FILTER.s create mode 100644 libc/sysv/consts/SO_DOMAIN.S delete mode 100644 libc/sysv/consts/SO_DOMAIN.s create mode 100644 libc/sysv/consts/SO_DONTLINGER.S delete mode 100644 libc/sysv/consts/SO_DONTLINGER.s create mode 100644 libc/sysv/consts/SO_DONTROUTE.S delete mode 100644 libc/sysv/consts/SO_DONTROUTE.s create mode 100644 libc/sysv/consts/SO_ERROR.S delete mode 100644 libc/sysv/consts/SO_ERROR.s create mode 100644 libc/sysv/consts/SO_EXCLUSIVEADDRUSE.S delete mode 100644 libc/sysv/consts/SO_EXCLUSIVEADDRUSE.s create mode 100644 libc/sysv/consts/SO_GET_FILTER.S delete mode 100644 libc/sysv/consts/SO_GET_FILTER.s create mode 100644 libc/sysv/consts/SO_INCOMING_CPU.S delete mode 100644 libc/sysv/consts/SO_INCOMING_CPU.s create mode 100644 libc/sysv/consts/SO_KEEPALIVE.S delete mode 100644 libc/sysv/consts/SO_KEEPALIVE.s create mode 100644 libc/sysv/consts/SO_LINGER.S delete mode 100644 libc/sysv/consts/SO_LINGER.s create mode 100644 libc/sysv/consts/SO_LOCK_FILTER.S delete mode 100644 libc/sysv/consts/SO_LOCK_FILTER.s create mode 100644 libc/sysv/consts/SO_MARK.S delete mode 100644 libc/sysv/consts/SO_MARK.s create mode 100644 libc/sysv/consts/SO_MAX_PACING_RATE.S delete mode 100644 libc/sysv/consts/SO_MAX_PACING_RATE.s create mode 100644 libc/sysv/consts/SO_NOFCS.S delete mode 100644 libc/sysv/consts/SO_NOFCS.s create mode 100644 libc/sysv/consts/SO_NO_CHECK.S delete mode 100644 libc/sysv/consts/SO_NO_CHECK.s create mode 100644 libc/sysv/consts/SO_OOBINLINE.S delete mode 100644 libc/sysv/consts/SO_OOBINLINE.s create mode 100644 libc/sysv/consts/SO_PASSCRED.S delete mode 100644 libc/sysv/consts/SO_PASSCRED.s create mode 100644 libc/sysv/consts/SO_PASSSEC.S delete mode 100644 libc/sysv/consts/SO_PASSSEC.s create mode 100644 libc/sysv/consts/SO_PEEK_OFF.S delete mode 100644 libc/sysv/consts/SO_PEEK_OFF.s create mode 100644 libc/sysv/consts/SO_PEERCRED.S delete mode 100644 libc/sysv/consts/SO_PEERCRED.s create mode 100644 libc/sysv/consts/SO_PEERNAME.S delete mode 100644 libc/sysv/consts/SO_PEERNAME.s create mode 100644 libc/sysv/consts/SO_PEERSEC.S delete mode 100644 libc/sysv/consts/SO_PEERSEC.s create mode 100644 libc/sysv/consts/SO_PRIORITY.S delete mode 100644 libc/sysv/consts/SO_PRIORITY.s create mode 100644 libc/sysv/consts/SO_PROTOCOL.S delete mode 100644 libc/sysv/consts/SO_PROTOCOL.s create mode 100644 libc/sysv/consts/SO_RCVBUF.S delete mode 100644 libc/sysv/consts/SO_RCVBUF.s create mode 100644 libc/sysv/consts/SO_RCVBUFFORCE.S delete mode 100644 libc/sysv/consts/SO_RCVBUFFORCE.s create mode 100644 libc/sysv/consts/SO_RCVLOWAT.S delete mode 100644 libc/sysv/consts/SO_RCVLOWAT.s create mode 100644 libc/sysv/consts/SO_RCVTIMEO.S delete mode 100644 libc/sysv/consts/SO_RCVTIMEO.s create mode 100644 libc/sysv/consts/SO_REUSEADDR.S delete mode 100644 libc/sysv/consts/SO_REUSEADDR.s create mode 100644 libc/sysv/consts/SO_REUSEPORT.S delete mode 100644 libc/sysv/consts/SO_REUSEPORT.s create mode 100644 libc/sysv/consts/SO_RXQ_OVFL.S delete mode 100644 libc/sysv/consts/SO_RXQ_OVFL.s create mode 100644 libc/sysv/consts/SO_SECURITY_AUTHENTICATION.S delete mode 100644 libc/sysv/consts/SO_SECURITY_AUTHENTICATION.s create mode 100644 libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.S delete mode 100644 libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.s create mode 100644 libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.S delete mode 100644 libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.s create mode 100644 libc/sysv/consts/SO_SELECT_ERR_QUEUE.S delete mode 100644 libc/sysv/consts/SO_SELECT_ERR_QUEUE.s create mode 100644 libc/sysv/consts/SO_SETFIB.S delete mode 100644 libc/sysv/consts/SO_SETFIB.s create mode 100644 libc/sysv/consts/SO_SNDBUF.S delete mode 100644 libc/sysv/consts/SO_SNDBUF.s create mode 100644 libc/sysv/consts/SO_SNDBUFFORCE.S delete mode 100644 libc/sysv/consts/SO_SNDBUFFORCE.s create mode 100644 libc/sysv/consts/SO_SNDLOWAT.S delete mode 100644 libc/sysv/consts/SO_SNDLOWAT.s create mode 100644 libc/sysv/consts/SO_SNDTIMEO.S delete mode 100644 libc/sysv/consts/SO_SNDTIMEO.s create mode 100644 libc/sysv/consts/SO_TIMESTAMP.S delete mode 100644 libc/sysv/consts/SO_TIMESTAMP.s create mode 100644 libc/sysv/consts/SO_TIMESTAMPING.S delete mode 100644 libc/sysv/consts/SO_TIMESTAMPING.s create mode 100644 libc/sysv/consts/SO_TIMESTAMPNS.S delete mode 100644 libc/sysv/consts/SO_TIMESTAMPNS.s create mode 100644 libc/sysv/consts/SO_TYPE.S delete mode 100644 libc/sysv/consts/SO_TYPE.s create mode 100644 libc/sysv/consts/SO_USELOOPBACK.S delete mode 100644 libc/sysv/consts/SO_USELOOPBACK.s create mode 100644 libc/sysv/consts/SO_WIFI_STATUS.S delete mode 100644 libc/sysv/consts/SO_WIFI_STATUS.s create mode 100644 libc/sysv/consts/SPLICE_F_GIFT.S delete mode 100644 libc/sysv/consts/SPLICE_F_GIFT.s create mode 100644 libc/sysv/consts/SPLICE_F_MORE.S delete mode 100644 libc/sysv/consts/SPLICE_F_MORE.s create mode 100644 libc/sysv/consts/SPLICE_F_MOVE.S delete mode 100644 libc/sysv/consts/SPLICE_F_MOVE.s create mode 100644 libc/sysv/consts/SPLICE_F_NONBLOCK.S delete mode 100644 libc/sysv/consts/SPLICE_F_NONBLOCK.s create mode 100644 libc/sysv/consts/SS_DISABLE.S delete mode 100644 libc/sysv/consts/SS_DISABLE.s create mode 100644 libc/sysv/consts/SS_ONSTACK.S delete mode 100644 libc/sysv/consts/SS_ONSTACK.s create mode 100644 libc/sysv/consts/STRIPDISC.S delete mode 100644 libc/sysv/consts/STRIPDISC.s create mode 100644 libc/sysv/consts/ST_APPEND.S delete mode 100644 libc/sysv/consts/ST_APPEND.s create mode 100644 libc/sysv/consts/ST_IMMUTABLE.S delete mode 100644 libc/sysv/consts/ST_IMMUTABLE.s create mode 100644 libc/sysv/consts/ST_MANDLOCK.S delete mode 100644 libc/sysv/consts/ST_MANDLOCK.s create mode 100644 libc/sysv/consts/ST_NOATIME.S delete mode 100644 libc/sysv/consts/ST_NOATIME.s create mode 100644 libc/sysv/consts/ST_NODEV.S delete mode 100644 libc/sysv/consts/ST_NODEV.s create mode 100644 libc/sysv/consts/ST_NODIRATIME.S delete mode 100644 libc/sysv/consts/ST_NODIRATIME.s create mode 100644 libc/sysv/consts/ST_NOEXEC.S delete mode 100644 libc/sysv/consts/ST_NOEXEC.s create mode 100644 libc/sysv/consts/ST_NOSUID.S delete mode 100644 libc/sysv/consts/ST_NOSUID.s create mode 100644 libc/sysv/consts/ST_RDONLY.S delete mode 100644 libc/sysv/consts/ST_RDONLY.s create mode 100644 libc/sysv/consts/ST_RELATIME.S delete mode 100644 libc/sysv/consts/ST_RELATIME.s create mode 100644 libc/sysv/consts/ST_SYNCHRONOUS.S delete mode 100644 libc/sysv/consts/ST_SYNCHRONOUS.s create mode 100644 libc/sysv/consts/ST_WRITE.S delete mode 100644 libc/sysv/consts/ST_WRITE.s create mode 100644 libc/sysv/consts/SUBCMDMASK.S delete mode 100644 libc/sysv/consts/SUBCMDMASK.s create mode 100644 libc/sysv/consts/SUBCMDSHIFT.S delete mode 100644 libc/sysv/consts/SUBCMDSHIFT.s create mode 100644 libc/sysv/consts/SYMTYPE.S delete mode 100644 libc/sysv/consts/SYMTYPE.s create mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.S delete mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.s create mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.S delete mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.s create mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WRITE.S delete mode 100644 libc/sysv/consts/SYNC_FILE_RANGE_WRITE.s create mode 100644 libc/sysv/consts/SYS_SECCOMP.S delete mode 100644 libc/sysv/consts/SYS_SECCOMP.s create mode 100644 libc/sysv/consts/SYS_USER_DISPATCH.S delete mode 100644 libc/sysv/consts/SYS_USER_DISPATCH.s create mode 100644 libc/sysv/consts/TAB0.S delete mode 100644 libc/sysv/consts/TAB0.s create mode 100644 libc/sysv/consts/TAB1.S delete mode 100644 libc/sysv/consts/TAB1.s create mode 100644 libc/sysv/consts/TAB2.S delete mode 100644 libc/sysv/consts/TAB2.s create mode 100644 libc/sysv/consts/TAB3.S delete mode 100644 libc/sysv/consts/TAB3.s create mode 100644 libc/sysv/consts/TABDLY.S delete mode 100644 libc/sysv/consts/TABDLY.s create mode 100644 libc/sysv/consts/TABLDISC.S delete mode 100644 libc/sysv/consts/TABLDISC.s create mode 100644 libc/sysv/consts/TCFLSH.S delete mode 100644 libc/sysv/consts/TCFLSH.s create mode 100644 libc/sysv/consts/TCGETS.S delete mode 100644 libc/sysv/consts/TCGETS.s create mode 100644 libc/sysv/consts/TCIFLUSH.S delete mode 100644 libc/sysv/consts/TCIFLUSH.s create mode 100644 libc/sysv/consts/TCIOFF.S delete mode 100644 libc/sysv/consts/TCIOFF.s create mode 100644 libc/sysv/consts/TCIOFLUSH.S delete mode 100644 libc/sysv/consts/TCIOFLUSH.s create mode 100644 libc/sysv/consts/TCION.S delete mode 100644 libc/sysv/consts/TCION.s create mode 100644 libc/sysv/consts/TCOFLUSH.S delete mode 100644 libc/sysv/consts/TCOFLUSH.s create mode 100644 libc/sysv/consts/TCOOFF.S delete mode 100644 libc/sysv/consts/TCOOFF.s create mode 100644 libc/sysv/consts/TCOON.S delete mode 100644 libc/sysv/consts/TCOON.s create mode 100644 libc/sysv/consts/TCP_CC_INFO.S delete mode 100644 libc/sysv/consts/TCP_CC_INFO.s create mode 100644 libc/sysv/consts/TCP_CONGESTION.S delete mode 100644 libc/sysv/consts/TCP_CONGESTION.s create mode 100644 libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.S delete mode 100644 libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.s create mode 100644 libc/sysv/consts/TCP_CORK.S delete mode 100644 libc/sysv/consts/TCP_CORK.s create mode 100644 libc/sysv/consts/TCP_DEFER_ACCEPT.S delete mode 100644 libc/sysv/consts/TCP_DEFER_ACCEPT.s create mode 100644 libc/sysv/consts/TCP_FASTOPEN.S delete mode 100644 libc/sysv/consts/TCP_FASTOPEN.s create mode 100644 libc/sysv/consts/TCP_FASTOPEN_CONNECT.S delete mode 100644 libc/sysv/consts/TCP_FASTOPEN_CONNECT.s create mode 100644 libc/sysv/consts/TCP_INFO.S delete mode 100644 libc/sysv/consts/TCP_INFO.s create mode 100644 libc/sysv/consts/TCP_KEEPCNT.S delete mode 100644 libc/sysv/consts/TCP_KEEPCNT.s create mode 100644 libc/sysv/consts/TCP_KEEPIDLE.S delete mode 100644 libc/sysv/consts/TCP_KEEPIDLE.s create mode 100644 libc/sysv/consts/TCP_KEEPINTVL.S delete mode 100644 libc/sysv/consts/TCP_KEEPINTVL.s create mode 100644 libc/sysv/consts/TCP_LINGER2.S delete mode 100644 libc/sysv/consts/TCP_LINGER2.s create mode 100644 libc/sysv/consts/TCP_MAXSEG.S delete mode 100644 libc/sysv/consts/TCP_MAXSEG.s create mode 100644 libc/sysv/consts/TCP_MD5SIG.S delete mode 100644 libc/sysv/consts/TCP_MD5SIG.s create mode 100644 libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.S delete mode 100644 libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.s create mode 100644 libc/sysv/consts/TCP_NODELAY.S delete mode 100644 libc/sysv/consts/TCP_NODELAY.s create mode 100644 libc/sysv/consts/TCP_NOTSENT_LOWAT.S delete mode 100644 libc/sysv/consts/TCP_NOTSENT_LOWAT.s create mode 100644 libc/sysv/consts/TCP_QUEUE_SEQ.S delete mode 100644 libc/sysv/consts/TCP_QUEUE_SEQ.s create mode 100644 libc/sysv/consts/TCP_QUICKACK.S delete mode 100644 libc/sysv/consts/TCP_QUICKACK.s create mode 100644 libc/sysv/consts/TCP_REPAIR.S delete mode 100644 libc/sysv/consts/TCP_REPAIR.s create mode 100644 libc/sysv/consts/TCP_REPAIR_OPTIONS.S delete mode 100644 libc/sysv/consts/TCP_REPAIR_OPTIONS.s create mode 100644 libc/sysv/consts/TCP_REPAIR_QUEUE.S delete mode 100644 libc/sysv/consts/TCP_REPAIR_QUEUE.s create mode 100644 libc/sysv/consts/TCP_SAVED_SYN.S delete mode 100644 libc/sysv/consts/TCP_SAVED_SYN.s create mode 100644 libc/sysv/consts/TCP_SAVE_SYN.S delete mode 100644 libc/sysv/consts/TCP_SAVE_SYN.s create mode 100644 libc/sysv/consts/TCP_SYNCNT.S delete mode 100644 libc/sysv/consts/TCP_SYNCNT.s create mode 100644 libc/sysv/consts/TCP_THIN_DUPACK.S delete mode 100644 libc/sysv/consts/TCP_THIN_DUPACK.s create mode 100644 libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.S delete mode 100644 libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.s create mode 100644 libc/sysv/consts/TCP_TIMESTAMP.S delete mode 100644 libc/sysv/consts/TCP_TIMESTAMP.s create mode 100644 libc/sysv/consts/TCP_ULP.S delete mode 100644 libc/sysv/consts/TCP_ULP.s create mode 100644 libc/sysv/consts/TCP_USER_TIMEOUT.S delete mode 100644 libc/sysv/consts/TCP_USER_TIMEOUT.s create mode 100644 libc/sysv/consts/TCP_WINDOW_CLAMP.S delete mode 100644 libc/sysv/consts/TCP_WINDOW_CLAMP.s create mode 100644 libc/sysv/consts/TCSADRAIN.S delete mode 100644 libc/sysv/consts/TCSADRAIN.s create mode 100644 libc/sysv/consts/TCSAFLUSH.S delete mode 100644 libc/sysv/consts/TCSAFLUSH.s create mode 100644 libc/sysv/consts/TCSANOW.S delete mode 100644 libc/sysv/consts/TCSANOW.s create mode 100644 libc/sysv/consts/TCSBRK.S delete mode 100644 libc/sysv/consts/TCSBRK.s create mode 100644 libc/sysv/consts/TCSETS.S delete mode 100644 libc/sysv/consts/TCSETS.s create mode 100644 libc/sysv/consts/TCSETSF.S delete mode 100644 libc/sysv/consts/TCSETSF.s create mode 100644 libc/sysv/consts/TCSETSW.S delete mode 100644 libc/sysv/consts/TCSETSW.s create mode 100644 libc/sysv/consts/TCXONC.S delete mode 100644 libc/sysv/consts/TCXONC.s create mode 100644 libc/sysv/consts/TEST_UNIT_READY.S delete mode 100644 libc/sysv/consts/TEST_UNIT_READY.s create mode 100644 libc/sysv/consts/TFD_CLOEXEC.S delete mode 100644 libc/sysv/consts/TFD_CLOEXEC.s create mode 100644 libc/sysv/consts/TFD_NONBLOCK.S delete mode 100644 libc/sysv/consts/TFD_NONBLOCK.s create mode 100644 libc/sysv/consts/TFD_TIMER_ABSTIME.S delete mode 100644 libc/sysv/consts/TFD_TIMER_ABSTIME.s create mode 100644 libc/sysv/consts/TGEXEC.S delete mode 100644 libc/sysv/consts/TGEXEC.s create mode 100644 libc/sysv/consts/TGREAD.S delete mode 100644 libc/sysv/consts/TGREAD.s create mode 100644 libc/sysv/consts/TGWRITE.S delete mode 100644 libc/sysv/consts/TGWRITE.s create mode 100644 libc/sysv/consts/TIOCCBRK.S delete mode 100644 libc/sysv/consts/TIOCCBRK.s create mode 100644 libc/sysv/consts/TIOCCDTR.S delete mode 100644 libc/sysv/consts/TIOCCDTR.s create mode 100644 libc/sysv/consts/TIOCCHKVERAUTH.S delete mode 100644 libc/sysv/consts/TIOCCHKVERAUTH.s create mode 100644 libc/sysv/consts/TIOCCONS.S delete mode 100644 libc/sysv/consts/TIOCCONS.s create mode 100644 libc/sysv/consts/TIOCEXT.S delete mode 100644 libc/sysv/consts/TIOCEXT.s create mode 100644 libc/sysv/consts/TIOCFLAG_CLOCAL.S delete mode 100644 libc/sysv/consts/TIOCFLAG_CLOCAL.s create mode 100644 libc/sysv/consts/TIOCFLAG_MDMBUF.S delete mode 100644 libc/sysv/consts/TIOCFLAG_MDMBUF.s create mode 100644 libc/sysv/consts/TIOCFLAG_PPS.S delete mode 100644 libc/sysv/consts/TIOCFLAG_PPS.s create mode 100644 libc/sysv/consts/TIOCFLAG_SOFTCAR.S delete mode 100644 libc/sysv/consts/TIOCFLAG_SOFTCAR.s create mode 100644 libc/sysv/consts/TIOCFLUSH.S delete mode 100644 libc/sysv/consts/TIOCFLUSH.s create mode 100644 libc/sysv/consts/TIOCGDRAINWAIT.S delete mode 100644 libc/sysv/consts/TIOCGDRAINWAIT.s create mode 100644 libc/sysv/consts/TIOCGETA.S delete mode 100644 libc/sysv/consts/TIOCGETA.s create mode 100644 libc/sysv/consts/TIOCGETD.S delete mode 100644 libc/sysv/consts/TIOCGETD.s create mode 100644 libc/sysv/consts/TIOCGFLAGS.S delete mode 100644 libc/sysv/consts/TIOCGFLAGS.s create mode 100644 libc/sysv/consts/TIOCGPGRP.S delete mode 100644 libc/sysv/consts/TIOCGPGRP.s create mode 100644 libc/sysv/consts/TIOCGPTN.S delete mode 100644 libc/sysv/consts/TIOCGPTN.s create mode 100644 libc/sysv/consts/TIOCGSID.S delete mode 100644 libc/sysv/consts/TIOCGSID.s create mode 100644 libc/sysv/consts/TIOCGTSTAMP.S delete mode 100644 libc/sysv/consts/TIOCGTSTAMP.s create mode 100644 libc/sysv/consts/TIOCGWINSZ.S delete mode 100644 libc/sysv/consts/TIOCGWINSZ.s create mode 100644 libc/sysv/consts/TIOCINQ.S delete mode 100644 libc/sysv/consts/TIOCINQ.s create mode 100644 libc/sysv/consts/TIOCMBIC.S delete mode 100644 libc/sysv/consts/TIOCMBIC.s create mode 100644 libc/sysv/consts/TIOCMBIS.S delete mode 100644 libc/sysv/consts/TIOCMBIS.s create mode 100644 libc/sysv/consts/TIOCMGET.S delete mode 100644 libc/sysv/consts/TIOCMGET.s create mode 100644 libc/sysv/consts/TIOCMODG.S delete mode 100644 libc/sysv/consts/TIOCMODG.s create mode 100644 libc/sysv/consts/TIOCMODS.S delete mode 100644 libc/sysv/consts/TIOCMODS.s create mode 100644 libc/sysv/consts/TIOCMSDTRWAIT.S delete mode 100644 libc/sysv/consts/TIOCMSDTRWAIT.s create mode 100644 libc/sysv/consts/TIOCMSET.S delete mode 100644 libc/sysv/consts/TIOCMSET.s create mode 100644 libc/sysv/consts/TIOCM_CAR.S delete mode 100644 libc/sysv/consts/TIOCM_CAR.s create mode 100644 libc/sysv/consts/TIOCM_CD.S delete mode 100644 libc/sysv/consts/TIOCM_CD.s create mode 100644 libc/sysv/consts/TIOCM_CTS.S delete mode 100644 libc/sysv/consts/TIOCM_CTS.s create mode 100644 libc/sysv/consts/TIOCM_DCD.S delete mode 100644 libc/sysv/consts/TIOCM_DCD.s create mode 100644 libc/sysv/consts/TIOCM_DSR.S delete mode 100644 libc/sysv/consts/TIOCM_DSR.s create mode 100644 libc/sysv/consts/TIOCM_DTR.S delete mode 100644 libc/sysv/consts/TIOCM_DTR.s create mode 100644 libc/sysv/consts/TIOCM_LE.S delete mode 100644 libc/sysv/consts/TIOCM_LE.s create mode 100644 libc/sysv/consts/TIOCM_RI.S delete mode 100644 libc/sysv/consts/TIOCM_RI.s create mode 100644 libc/sysv/consts/TIOCM_RNG.S delete mode 100644 libc/sysv/consts/TIOCM_RNG.s create mode 100644 libc/sysv/consts/TIOCM_RTS.S delete mode 100644 libc/sysv/consts/TIOCM_RTS.s create mode 100644 libc/sysv/consts/TIOCM_SR.S delete mode 100644 libc/sysv/consts/TIOCM_SR.s create mode 100644 libc/sysv/consts/TIOCM_ST.S delete mode 100644 libc/sysv/consts/TIOCM_ST.s create mode 100644 libc/sysv/consts/TIOCNOTTY.S delete mode 100644 libc/sysv/consts/TIOCNOTTY.s create mode 100644 libc/sysv/consts/TIOCNXCL.S delete mode 100644 libc/sysv/consts/TIOCNXCL.s create mode 100644 libc/sysv/consts/TIOCOUTQ.S delete mode 100644 libc/sysv/consts/TIOCOUTQ.s create mode 100644 libc/sysv/consts/TIOCPKT.S delete mode 100644 libc/sysv/consts/TIOCPKT.s create mode 100644 libc/sysv/consts/TIOCPKT_DATA.S delete mode 100644 libc/sysv/consts/TIOCPKT_DATA.s create mode 100644 libc/sysv/consts/TIOCPKT_DOSTOP.S delete mode 100644 libc/sysv/consts/TIOCPKT_DOSTOP.s create mode 100644 libc/sysv/consts/TIOCPKT_FLUSHREAD.S delete mode 100644 libc/sysv/consts/TIOCPKT_FLUSHREAD.s create mode 100644 libc/sysv/consts/TIOCPKT_FLUSHWRITE.S delete mode 100644 libc/sysv/consts/TIOCPKT_FLUSHWRITE.s create mode 100644 libc/sysv/consts/TIOCPKT_IOCTL.S delete mode 100644 libc/sysv/consts/TIOCPKT_IOCTL.s create mode 100644 libc/sysv/consts/TIOCPKT_NOSTOP.S delete mode 100644 libc/sysv/consts/TIOCPKT_NOSTOP.s create mode 100644 libc/sysv/consts/TIOCPKT_START.S delete mode 100644 libc/sysv/consts/TIOCPKT_START.s create mode 100644 libc/sysv/consts/TIOCPKT_STOP.S delete mode 100644 libc/sysv/consts/TIOCPKT_STOP.s create mode 100644 libc/sysv/consts/TIOCPTMASTER.S delete mode 100644 libc/sysv/consts/TIOCPTMASTER.s create mode 100644 libc/sysv/consts/TIOCPTSNAME.S delete mode 100644 libc/sysv/consts/TIOCPTSNAME.s create mode 100644 libc/sysv/consts/TIOCPTYGNAME.S delete mode 100644 libc/sysv/consts/TIOCPTYGNAME.s create mode 100644 libc/sysv/consts/TIOCPTYGRANT.S delete mode 100644 libc/sysv/consts/TIOCPTYGRANT.s create mode 100644 libc/sysv/consts/TIOCPTYUNLK.S delete mode 100644 libc/sysv/consts/TIOCPTYUNLK.s create mode 100644 libc/sysv/consts/TIOCREMOTE.S delete mode 100644 libc/sysv/consts/TIOCREMOTE.s create mode 100644 libc/sysv/consts/TIOCSBRK.S delete mode 100644 libc/sysv/consts/TIOCSBRK.s create mode 100644 libc/sysv/consts/TIOCSCTTY.S delete mode 100644 libc/sysv/consts/TIOCSCTTY.s create mode 100644 libc/sysv/consts/TIOCSDRAINWAIT.S delete mode 100644 libc/sysv/consts/TIOCSDRAINWAIT.s create mode 100644 libc/sysv/consts/TIOCSDTR.S delete mode 100644 libc/sysv/consts/TIOCSDTR.s create mode 100644 libc/sysv/consts/TIOCSERGETLSR.S delete mode 100644 libc/sysv/consts/TIOCSERGETLSR.s create mode 100644 libc/sysv/consts/TIOCSERGETMULTI.S delete mode 100644 libc/sysv/consts/TIOCSERGETMULTI.s create mode 100644 libc/sysv/consts/TIOCSERSETMULTI.S delete mode 100644 libc/sysv/consts/TIOCSERSETMULTI.s create mode 100644 libc/sysv/consts/TIOCSER_TEMT.S delete mode 100644 libc/sysv/consts/TIOCSER_TEMT.s create mode 100644 libc/sysv/consts/TIOCSETA.S delete mode 100644 libc/sysv/consts/TIOCSETA.s create mode 100644 libc/sysv/consts/TIOCSETAF.S delete mode 100644 libc/sysv/consts/TIOCSETAF.s create mode 100644 libc/sysv/consts/TIOCSETAW.S delete mode 100644 libc/sysv/consts/TIOCSETAW.s create mode 100644 libc/sysv/consts/TIOCSETD.S delete mode 100644 libc/sysv/consts/TIOCSETD.s create mode 100644 libc/sysv/consts/TIOCSETVERAUTH.S delete mode 100644 libc/sysv/consts/TIOCSETVERAUTH.s create mode 100644 libc/sysv/consts/TIOCSFLAGS.S delete mode 100644 libc/sysv/consts/TIOCSFLAGS.s create mode 100644 libc/sysv/consts/TIOCSIG.S delete mode 100644 libc/sysv/consts/TIOCSIG.s create mode 100644 libc/sysv/consts/TIOCSPGRP.S delete mode 100644 libc/sysv/consts/TIOCSPGRP.s create mode 100644 libc/sysv/consts/TIOCSPTLCK.S delete mode 100644 libc/sysv/consts/TIOCSPTLCK.s create mode 100644 libc/sysv/consts/TIOCSTART.S delete mode 100644 libc/sysv/consts/TIOCSTART.s create mode 100644 libc/sysv/consts/TIOCSTAT.S delete mode 100644 libc/sysv/consts/TIOCSTAT.s create mode 100644 libc/sysv/consts/TIOCSTI.S delete mode 100644 libc/sysv/consts/TIOCSTI.s create mode 100644 libc/sysv/consts/TIOCSTOP.S delete mode 100644 libc/sysv/consts/TIOCSTOP.s create mode 100644 libc/sysv/consts/TIOCSTSTAMP.S delete mode 100644 libc/sysv/consts/TIOCSTSTAMP.s create mode 100644 libc/sysv/consts/TIOCSWINSZ.S delete mode 100644 libc/sysv/consts/TIOCSWINSZ.s create mode 100644 libc/sysv/consts/TIOCTIMESTAMP.S delete mode 100644 libc/sysv/consts/TIOCTIMESTAMP.s create mode 100644 libc/sysv/consts/TIOCUCNTL_CBRK.S delete mode 100644 libc/sysv/consts/TIOCUCNTL_CBRK.s create mode 100644 libc/sysv/consts/TMAGLEN.S delete mode 100644 libc/sysv/consts/TMAGLEN.s create mode 100644 libc/sysv/consts/TOEXEC.S delete mode 100644 libc/sysv/consts/TOEXEC.s create mode 100644 libc/sysv/consts/TOREAD.S delete mode 100644 libc/sysv/consts/TOREAD.s create mode 100644 libc/sysv/consts/TOSTOP.S delete mode 100644 libc/sysv/consts/TOSTOP.s create mode 100644 libc/sysv/consts/TOWRITE.S delete mode 100644 libc/sysv/consts/TOWRITE.s create mode 100644 libc/sysv/consts/TRANSIENT.S delete mode 100644 libc/sysv/consts/TRANSIENT.s create mode 100644 libc/sysv/consts/TRAP_BRKPT.S delete mode 100644 libc/sysv/consts/TRAP_BRKPT.s create mode 100644 libc/sysv/consts/TRAP_TRACE.S delete mode 100644 libc/sysv/consts/TRAP_TRACE.s create mode 100644 libc/sysv/consts/TSGID.S delete mode 100644 libc/sysv/consts/TSGID.s create mode 100644 libc/sysv/consts/TSUID.S delete mode 100644 libc/sysv/consts/TSUID.s create mode 100644 libc/sysv/consts/TSVTX.S delete mode 100644 libc/sysv/consts/TSVTX.s create mode 100644 libc/sysv/consts/TTYDEF_CFLAG.S delete mode 100644 libc/sysv/consts/TTYDEF_CFLAG.s create mode 100644 libc/sysv/consts/TTYDEF_IFLAG.S delete mode 100644 libc/sysv/consts/TTYDEF_IFLAG.s create mode 100644 libc/sysv/consts/TTYDEF_LFLAG.S delete mode 100644 libc/sysv/consts/TTYDEF_LFLAG.s create mode 100644 libc/sysv/consts/TTYDEF_OFLAG.S delete mode 100644 libc/sysv/consts/TTYDEF_OFLAG.s create mode 100644 libc/sysv/consts/TTYDEF_SPEED.S delete mode 100644 libc/sysv/consts/TTYDEF_SPEED.s create mode 100644 libc/sysv/consts/TTYDISC.S delete mode 100644 libc/sysv/consts/TTYDISC.s create mode 100644 libc/sysv/consts/TUEXEC.S delete mode 100644 libc/sysv/consts/TUEXEC.s create mode 100644 libc/sysv/consts/TUREAD.S delete mode 100644 libc/sysv/consts/TUREAD.s create mode 100644 libc/sysv/consts/TUWRITE.S delete mode 100644 libc/sysv/consts/TUWRITE.s create mode 100644 libc/sysv/consts/TVERSLEN.S delete mode 100644 libc/sysv/consts/TVERSLEN.s create mode 100644 libc/sysv/consts/T_FMT.S delete mode 100644 libc/sysv/consts/T_FMT.s create mode 100644 libc/sysv/consts/T_FMT_AMPM.S delete mode 100644 libc/sysv/consts/T_FMT_AMPM.s create mode 100644 libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.S delete mode 100644 libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.s create mode 100644 libc/sysv/consts/UDP_NO_CHECK6_RX.S delete mode 100644 libc/sysv/consts/UDP_NO_CHECK6_RX.s create mode 100644 libc/sysv/consts/UDP_NO_CHECK6_TX.S delete mode 100644 libc/sysv/consts/UDP_NO_CHECK6_TX.s create mode 100644 libc/sysv/consts/UL_GETFSIZE.S delete mode 100644 libc/sysv/consts/UL_GETFSIZE.s create mode 100644 libc/sysv/consts/UL_SETFSIZE.S delete mode 100644 libc/sysv/consts/UL_SETFSIZE.s create mode 100644 libc/sysv/consts/UMOUNT_NOFOLLOW.S delete mode 100644 libc/sysv/consts/UMOUNT_NOFOLLOW.s create mode 100644 libc/sysv/consts/USRQUOTA.S delete mode 100644 libc/sysv/consts/USRQUOTA.s create mode 100644 libc/sysv/consts/UTIME_NOW.S delete mode 100644 libc/sysv/consts/UTIME_NOW.s create mode 100644 libc/sysv/consts/UTIME_OMIT.S delete mode 100644 libc/sysv/consts/UTIME_OMIT.s create mode 100644 libc/sysv/consts/VDISCARD.S delete mode 100644 libc/sysv/consts/VDISCARD.s create mode 100644 libc/sysv/consts/VEOF.S delete mode 100644 libc/sysv/consts/VEOF.s create mode 100644 libc/sysv/consts/VEOL.S delete mode 100644 libc/sysv/consts/VEOL.s create mode 100644 libc/sysv/consts/VEOL2.S delete mode 100644 libc/sysv/consts/VEOL2.s create mode 100644 libc/sysv/consts/VERASE.S delete mode 100644 libc/sysv/consts/VERASE.s create mode 100644 libc/sysv/consts/VERIFY.S delete mode 100644 libc/sysv/consts/VERIFY.s create mode 100644 libc/sysv/consts/VINTR.S delete mode 100644 libc/sysv/consts/VINTR.s create mode 100644 libc/sysv/consts/VKILL.S delete mode 100644 libc/sysv/consts/VKILL.s create mode 100644 libc/sysv/consts/VLNEXT.S delete mode 100644 libc/sysv/consts/VLNEXT.s create mode 100644 libc/sysv/consts/VMIN.S delete mode 100644 libc/sysv/consts/VMIN.s create mode 100644 libc/sysv/consts/VQUIT.S delete mode 100644 libc/sysv/consts/VQUIT.s create mode 100644 libc/sysv/consts/VREPRINT.S delete mode 100644 libc/sysv/consts/VREPRINT.s create mode 100644 libc/sysv/consts/VSTART.S delete mode 100644 libc/sysv/consts/VSTART.s create mode 100644 libc/sysv/consts/VSTOP.S delete mode 100644 libc/sysv/consts/VSTOP.s create mode 100644 libc/sysv/consts/VSUSP.S delete mode 100644 libc/sysv/consts/VSUSP.s create mode 100644 libc/sysv/consts/VSWTC.S delete mode 100644 libc/sysv/consts/VSWTC.s create mode 100644 libc/sysv/consts/VT0.S delete mode 100644 libc/sysv/consts/VT0.s create mode 100644 libc/sysv/consts/VT1.S delete mode 100644 libc/sysv/consts/VT1.s create mode 100644 libc/sysv/consts/VTDLY.S delete mode 100644 libc/sysv/consts/VTDLY.s create mode 100644 libc/sysv/consts/VTIME.S delete mode 100644 libc/sysv/consts/VTIME.s create mode 100644 libc/sysv/consts/VWERASE.S delete mode 100644 libc/sysv/consts/VWERASE.s create mode 100644 libc/sysv/consts/WCONTINUED.S delete mode 100644 libc/sysv/consts/WCONTINUED.s create mode 100644 libc/sysv/consts/WEOF.S delete mode 100644 libc/sysv/consts/WEOF.s create mode 100644 libc/sysv/consts/WEXITED.S delete mode 100644 libc/sysv/consts/WEXITED.s create mode 100644 libc/sysv/consts/WNOHANG.S delete mode 100644 libc/sysv/consts/WNOHANG.s create mode 100644 libc/sysv/consts/WNOWAIT.S delete mode 100644 libc/sysv/consts/WNOWAIT.s create mode 100644 libc/sysv/consts/WORD_BIT.S delete mode 100644 libc/sysv/consts/WORD_BIT.s create mode 100644 libc/sysv/consts/WRQ.S delete mode 100644 libc/sysv/consts/WRQ.s create mode 100644 libc/sysv/consts/WSTOPPED.S delete mode 100644 libc/sysv/consts/WSTOPPED.s create mode 100644 libc/sysv/consts/WUNTRACED.S delete mode 100644 libc/sysv/consts/WUNTRACED.s create mode 100644 libc/sysv/consts/W_OK.S delete mode 100644 libc/sysv/consts/W_OK.s create mode 100644 libc/sysv/consts/XATTR_CREATE.S delete mode 100644 libc/sysv/consts/XATTR_CREATE.s create mode 100644 libc/sysv/consts/XATTR_REPLACE.S delete mode 100644 libc/sysv/consts/XATTR_REPLACE.s create mode 100644 libc/sysv/consts/XCASE.S delete mode 100644 libc/sysv/consts/XCASE.s create mode 100644 libc/sysv/consts/XTABS.S delete mode 100644 libc/sysv/consts/XTABS.s create mode 100644 libc/sysv/consts/X_OK.S delete mode 100644 libc/sysv/consts/X_OK.s create mode 100644 libc/sysv/consts/_ARG_MAX.S delete mode 100644 libc/sysv/consts/_ARG_MAX.s create mode 100644 libc/sysv/consts/_LINUX_QUOTA_VERSION.S delete mode 100644 libc/sysv/consts/_LINUX_QUOTA_VERSION.s create mode 100644 libc/sysv/consts/_NAME_MAX.S delete mode 100644 libc/sysv/consts/_NAME_MAX.s create mode 100644 libc/sysv/consts/_NSIG.S delete mode 100644 libc/sysv/consts/_NSIG.s create mode 100644 libc/sysv/consts/_PATH_MAX.S delete mode 100644 libc/sysv/consts/_PATH_MAX.s create mode 100644 libc/sysv/consts/_SEM_SEMUN_UNDEFINED.S delete mode 100644 libc/sysv/consts/_SEM_SEMUN_UNDEFINED.s create mode 100644 libc/sysv/consts/__NR__sysctl.S delete mode 100644 libc/sysv/consts/__NR__sysctl.s create mode 100644 libc/sysv/consts/__NR_accept.S delete mode 100644 libc/sysv/consts/__NR_accept.s create mode 100644 libc/sysv/consts/__NR_accept4.S delete mode 100644 libc/sysv/consts/__NR_accept4.s create mode 100644 libc/sysv/consts/__NR_access.S delete mode 100644 libc/sysv/consts/__NR_access.s create mode 100644 libc/sysv/consts/__NR_acct.S delete mode 100644 libc/sysv/consts/__NR_acct.s create mode 100644 libc/sysv/consts/__NR_add_key.S delete mode 100644 libc/sysv/consts/__NR_add_key.s create mode 100644 libc/sysv/consts/__NR_adjtimex.S delete mode 100644 libc/sysv/consts/__NR_adjtimex.s create mode 100644 libc/sysv/consts/__NR_alarm.S delete mode 100644 libc/sysv/consts/__NR_alarm.s create mode 100644 libc/sysv/consts/__NR_arch_prctl.S delete mode 100644 libc/sysv/consts/__NR_arch_prctl.s create mode 100644 libc/sysv/consts/__NR_bind.S delete mode 100644 libc/sysv/consts/__NR_bind.s create mode 100644 libc/sysv/consts/__NR_bpf.S delete mode 100644 libc/sysv/consts/__NR_bpf.s create mode 100644 libc/sysv/consts/__NR_capget.S delete mode 100644 libc/sysv/consts/__NR_capget.s create mode 100644 libc/sysv/consts/__NR_capset.S delete mode 100644 libc/sysv/consts/__NR_capset.s create mode 100644 libc/sysv/consts/__NR_chdir.S delete mode 100644 libc/sysv/consts/__NR_chdir.s create mode 100644 libc/sysv/consts/__NR_chmod.S delete mode 100644 libc/sysv/consts/__NR_chmod.s create mode 100644 libc/sysv/consts/__NR_chown.S delete mode 100644 libc/sysv/consts/__NR_chown.s create mode 100644 libc/sysv/consts/__NR_chroot.S delete mode 100644 libc/sysv/consts/__NR_chroot.s create mode 100644 libc/sysv/consts/__NR_clock_adjtime.S delete mode 100644 libc/sysv/consts/__NR_clock_adjtime.s create mode 100644 libc/sysv/consts/__NR_clock_getres.S delete mode 100644 libc/sysv/consts/__NR_clock_getres.s create mode 100644 libc/sysv/consts/__NR_clock_gettime.S delete mode 100644 libc/sysv/consts/__NR_clock_gettime.s create mode 100644 libc/sysv/consts/__NR_clock_nanosleep.S delete mode 100644 libc/sysv/consts/__NR_clock_nanosleep.s create mode 100644 libc/sysv/consts/__NR_clock_settime.S delete mode 100644 libc/sysv/consts/__NR_clock_settime.s create mode 100644 libc/sysv/consts/__NR_clone.S delete mode 100644 libc/sysv/consts/__NR_clone.s create mode 100644 libc/sysv/consts/__NR_close.S delete mode 100644 libc/sysv/consts/__NR_close.s create mode 100644 libc/sysv/consts/__NR_connect.S delete mode 100644 libc/sysv/consts/__NR_connect.s create mode 100644 libc/sysv/consts/__NR_copy_file_range.S delete mode 100644 libc/sysv/consts/__NR_copy_file_range.s create mode 100644 libc/sysv/consts/__NR_cpuset_getaffinity.S delete mode 100644 libc/sysv/consts/__NR_cpuset_getaffinity.s create mode 100644 libc/sysv/consts/__NR_cpuset_setaffinity.S delete mode 100644 libc/sysv/consts/__NR_cpuset_setaffinity.s create mode 100644 libc/sysv/consts/__NR_creat.S delete mode 100644 libc/sysv/consts/__NR_creat.s create mode 100644 libc/sysv/consts/__NR_delete_module.S delete mode 100644 libc/sysv/consts/__NR_delete_module.s create mode 100644 libc/sysv/consts/__NR_dup.S delete mode 100644 libc/sysv/consts/__NR_dup.s create mode 100644 libc/sysv/consts/__NR_dup2.S delete mode 100644 libc/sysv/consts/__NR_dup2.s create mode 100644 libc/sysv/consts/__NR_dup3.S delete mode 100644 libc/sysv/consts/__NR_dup3.s create mode 100644 libc/sysv/consts/__NR_epoll_create.S delete mode 100644 libc/sysv/consts/__NR_epoll_create.s create mode 100644 libc/sysv/consts/__NR_epoll_create1.S delete mode 100644 libc/sysv/consts/__NR_epoll_create1.s create mode 100644 libc/sysv/consts/__NR_epoll_ctl.S delete mode 100644 libc/sysv/consts/__NR_epoll_ctl.s create mode 100644 libc/sysv/consts/__NR_epoll_pwait.S delete mode 100644 libc/sysv/consts/__NR_epoll_pwait.s create mode 100644 libc/sysv/consts/__NR_epoll_wait.S delete mode 100644 libc/sysv/consts/__NR_epoll_wait.s create mode 100644 libc/sysv/consts/__NR_eventfd.S delete mode 100644 libc/sysv/consts/__NR_eventfd.s create mode 100644 libc/sysv/consts/__NR_eventfd2.S delete mode 100644 libc/sysv/consts/__NR_eventfd2.s create mode 100644 libc/sysv/consts/__NR_execve.S delete mode 100644 libc/sysv/consts/__NR_execve.s create mode 100644 libc/sysv/consts/__NR_execveat.S delete mode 100644 libc/sysv/consts/__NR_execveat.s create mode 100644 libc/sysv/consts/__NR_exit.S delete mode 100644 libc/sysv/consts/__NR_exit.s create mode 100644 libc/sysv/consts/__NR_exit_group.S delete mode 100644 libc/sysv/consts/__NR_exit_group.s create mode 100644 libc/sysv/consts/__NR_faccessat.S delete mode 100644 libc/sysv/consts/__NR_faccessat.s create mode 100644 libc/sysv/consts/__NR_fadvise.S delete mode 100644 libc/sysv/consts/__NR_fadvise.s create mode 100644 libc/sysv/consts/__NR_fallocate.S delete mode 100644 libc/sysv/consts/__NR_fallocate.s create mode 100644 libc/sysv/consts/__NR_fanotify_init.S delete mode 100644 libc/sysv/consts/__NR_fanotify_init.s create mode 100644 libc/sysv/consts/__NR_fanotify_mark.S delete mode 100644 libc/sysv/consts/__NR_fanotify_mark.s create mode 100644 libc/sysv/consts/__NR_fchdir.S delete mode 100644 libc/sysv/consts/__NR_fchdir.s create mode 100644 libc/sysv/consts/__NR_fchmod.S delete mode 100644 libc/sysv/consts/__NR_fchmod.s create mode 100644 libc/sysv/consts/__NR_fchmodat.S delete mode 100644 libc/sysv/consts/__NR_fchmodat.s create mode 100644 libc/sysv/consts/__NR_fchown.S delete mode 100644 libc/sysv/consts/__NR_fchown.s create mode 100644 libc/sysv/consts/__NR_fchownat.S delete mode 100644 libc/sysv/consts/__NR_fchownat.s create mode 100644 libc/sysv/consts/__NR_fcntl.S delete mode 100644 libc/sysv/consts/__NR_fcntl.s create mode 100644 libc/sysv/consts/__NR_fdatasync.S delete mode 100644 libc/sysv/consts/__NR_fdatasync.s create mode 100644 libc/sysv/consts/__NR_fgetxattr.S delete mode 100644 libc/sysv/consts/__NR_fgetxattr.s create mode 100644 libc/sysv/consts/__NR_finit_module.S delete mode 100644 libc/sysv/consts/__NR_finit_module.s create mode 100644 libc/sysv/consts/__NR_flistxattr.S delete mode 100644 libc/sysv/consts/__NR_flistxattr.s create mode 100644 libc/sysv/consts/__NR_flock.S delete mode 100644 libc/sysv/consts/__NR_flock.s create mode 100644 libc/sysv/consts/__NR_fork.S delete mode 100644 libc/sysv/consts/__NR_fork.s create mode 100644 libc/sysv/consts/__NR_fremovexattr.S delete mode 100644 libc/sysv/consts/__NR_fremovexattr.s create mode 100644 libc/sysv/consts/__NR_fsetxattr.S delete mode 100644 libc/sysv/consts/__NR_fsetxattr.s create mode 100644 libc/sysv/consts/__NR_fstat.S delete mode 100644 libc/sysv/consts/__NR_fstat.s create mode 100644 libc/sysv/consts/__NR_fstatat.S delete mode 100644 libc/sysv/consts/__NR_fstatat.s create mode 100644 libc/sysv/consts/__NR_fstatfs.S delete mode 100644 libc/sysv/consts/__NR_fstatfs.s create mode 100644 libc/sysv/consts/__NR_fsync.S delete mode 100644 libc/sysv/consts/__NR_fsync.s create mode 100644 libc/sysv/consts/__NR_ftruncate.S delete mode 100644 libc/sysv/consts/__NR_ftruncate.s create mode 100644 libc/sysv/consts/__NR_futex.S delete mode 100644 libc/sysv/consts/__NR_futex.s create mode 100644 libc/sysv/consts/__NR_futimens.S delete mode 100644 libc/sysv/consts/__NR_futimens.s create mode 100644 libc/sysv/consts/__NR_futimes.S delete mode 100644 libc/sysv/consts/__NR_futimes.s create mode 100644 libc/sysv/consts/__NR_futimesat.S delete mode 100644 libc/sysv/consts/__NR_futimesat.s create mode 100644 libc/sysv/consts/__NR_get_mempolicy.S delete mode 100644 libc/sysv/consts/__NR_get_mempolicy.s create mode 100644 libc/sysv/consts/__NR_get_robust_list.S delete mode 100644 libc/sysv/consts/__NR_get_robust_list.s create mode 100644 libc/sysv/consts/__NR_getcpu.S delete mode 100644 libc/sysv/consts/__NR_getcpu.s create mode 100644 libc/sysv/consts/__NR_getcwd.S delete mode 100644 libc/sysv/consts/__NR_getcwd.s create mode 100644 libc/sysv/consts/__NR_getdents.S delete mode 100644 libc/sysv/consts/__NR_getdents.s create mode 100644 libc/sysv/consts/__NR_getegid.S delete mode 100644 libc/sysv/consts/__NR_getegid.s create mode 100644 libc/sysv/consts/__NR_geteuid.S delete mode 100644 libc/sysv/consts/__NR_geteuid.s create mode 100644 libc/sysv/consts/__NR_getgid.S delete mode 100644 libc/sysv/consts/__NR_getgid.s create mode 100644 libc/sysv/consts/__NR_getgroups.S delete mode 100644 libc/sysv/consts/__NR_getgroups.s create mode 100644 libc/sysv/consts/__NR_getitimer.S delete mode 100644 libc/sysv/consts/__NR_getitimer.s create mode 100644 libc/sysv/consts/__NR_getpeername.S delete mode 100644 libc/sysv/consts/__NR_getpeername.s create mode 100644 libc/sysv/consts/__NR_getpgid.S delete mode 100644 libc/sysv/consts/__NR_getpgid.s create mode 100644 libc/sysv/consts/__NR_getpgrp.S delete mode 100644 libc/sysv/consts/__NR_getpgrp.s create mode 100644 libc/sysv/consts/__NR_getpid.S delete mode 100644 libc/sysv/consts/__NR_getpid.s create mode 100644 libc/sysv/consts/__NR_getppid.S delete mode 100644 libc/sysv/consts/__NR_getppid.s create mode 100644 libc/sysv/consts/__NR_getpriority.S delete mode 100644 libc/sysv/consts/__NR_getpriority.s create mode 100644 libc/sysv/consts/__NR_getrandom.S delete mode 100644 libc/sysv/consts/__NR_getrandom.s create mode 100644 libc/sysv/consts/__NR_getresgid.S delete mode 100644 libc/sysv/consts/__NR_getresgid.s create mode 100644 libc/sysv/consts/__NR_getresuid.S delete mode 100644 libc/sysv/consts/__NR_getresuid.s create mode 100644 libc/sysv/consts/__NR_getrlimit.S delete mode 100644 libc/sysv/consts/__NR_getrlimit.s create mode 100644 libc/sysv/consts/__NR_getrusage.S delete mode 100644 libc/sysv/consts/__NR_getrusage.s create mode 100644 libc/sysv/consts/__NR_getsid.S delete mode 100644 libc/sysv/consts/__NR_getsid.s create mode 100644 libc/sysv/consts/__NR_getsockname.S delete mode 100644 libc/sysv/consts/__NR_getsockname.s create mode 100644 libc/sysv/consts/__NR_getsockopt.S delete mode 100644 libc/sysv/consts/__NR_getsockopt.s create mode 100644 libc/sysv/consts/__NR_gettid.S delete mode 100644 libc/sysv/consts/__NR_gettid.s create mode 100644 libc/sysv/consts/__NR_gettimeofday.S delete mode 100644 libc/sysv/consts/__NR_gettimeofday.s create mode 100644 libc/sysv/consts/__NR_getuid.S delete mode 100644 libc/sysv/consts/__NR_getuid.s create mode 100644 libc/sysv/consts/__NR_getxattr.S delete mode 100644 libc/sysv/consts/__NR_getxattr.s create mode 100644 libc/sysv/consts/__NR_init_module.S delete mode 100644 libc/sysv/consts/__NR_init_module.s create mode 100644 libc/sysv/consts/__NR_inotify_add_watch.S delete mode 100644 libc/sysv/consts/__NR_inotify_add_watch.s create mode 100644 libc/sysv/consts/__NR_inotify_init.S delete mode 100644 libc/sysv/consts/__NR_inotify_init.s create mode 100644 libc/sysv/consts/__NR_inotify_init1.S delete mode 100644 libc/sysv/consts/__NR_inotify_init1.s create mode 100644 libc/sysv/consts/__NR_inotify_rm_watch.S delete mode 100644 libc/sysv/consts/__NR_inotify_rm_watch.s create mode 100644 libc/sysv/consts/__NR_io_cancel.S delete mode 100644 libc/sysv/consts/__NR_io_cancel.s create mode 100644 libc/sysv/consts/__NR_io_destroy.S delete mode 100644 libc/sysv/consts/__NR_io_destroy.s create mode 100644 libc/sysv/consts/__NR_io_getevents.S delete mode 100644 libc/sysv/consts/__NR_io_getevents.s create mode 100644 libc/sysv/consts/__NR_io_pgetevents.S delete mode 100644 libc/sysv/consts/__NR_io_pgetevents.s create mode 100644 libc/sysv/consts/__NR_io_setup.S delete mode 100644 libc/sysv/consts/__NR_io_setup.s create mode 100644 libc/sysv/consts/__NR_io_submit.S delete mode 100644 libc/sysv/consts/__NR_io_submit.s create mode 100644 libc/sysv/consts/__NR_io_uring_enter.S delete mode 100644 libc/sysv/consts/__NR_io_uring_enter.s create mode 100644 libc/sysv/consts/__NR_io_uring_register.S delete mode 100644 libc/sysv/consts/__NR_io_uring_register.s create mode 100644 libc/sysv/consts/__NR_io_uring_setup.S delete mode 100644 libc/sysv/consts/__NR_io_uring_setup.s create mode 100644 libc/sysv/consts/__NR_ioctl.S delete mode 100644 libc/sysv/consts/__NR_ioctl.s create mode 100644 libc/sysv/consts/__NR_ioperm.S delete mode 100644 libc/sysv/consts/__NR_ioperm.s create mode 100644 libc/sysv/consts/__NR_iopl.S delete mode 100644 libc/sysv/consts/__NR_iopl.s create mode 100644 libc/sysv/consts/__NR_ioprio_get.S delete mode 100644 libc/sysv/consts/__NR_ioprio_get.s create mode 100644 libc/sysv/consts/__NR_ioprio_set.S delete mode 100644 libc/sysv/consts/__NR_ioprio_set.s create mode 100644 libc/sysv/consts/__NR_kcmp.S delete mode 100644 libc/sysv/consts/__NR_kcmp.s create mode 100644 libc/sysv/consts/__NR_kexec_file_load.S delete mode 100644 libc/sysv/consts/__NR_kexec_file_load.s create mode 100644 libc/sysv/consts/__NR_kexec_load.S delete mode 100644 libc/sysv/consts/__NR_kexec_load.s create mode 100644 libc/sysv/consts/__NR_keyctl.S delete mode 100644 libc/sysv/consts/__NR_keyctl.s create mode 100644 libc/sysv/consts/__NR_kill.S delete mode 100644 libc/sysv/consts/__NR_kill.s create mode 100644 libc/sysv/consts/__NR_killpg.S delete mode 100644 libc/sysv/consts/__NR_killpg.s create mode 100644 libc/sysv/consts/__NR_ktrace.S delete mode 100644 libc/sysv/consts/__NR_ktrace.s create mode 100644 libc/sysv/consts/__NR_lchown.S delete mode 100644 libc/sysv/consts/__NR_lchown.s create mode 100644 libc/sysv/consts/__NR_lgetxattr.S delete mode 100644 libc/sysv/consts/__NR_lgetxattr.s create mode 100644 libc/sysv/consts/__NR_link.S delete mode 100644 libc/sysv/consts/__NR_link.s create mode 100644 libc/sysv/consts/__NR_linkat.S delete mode 100644 libc/sysv/consts/__NR_linkat.s create mode 100644 libc/sysv/consts/__NR_listen.S delete mode 100644 libc/sysv/consts/__NR_listen.s create mode 100644 libc/sysv/consts/__NR_listxattr.S delete mode 100644 libc/sysv/consts/__NR_listxattr.s create mode 100644 libc/sysv/consts/__NR_llistxattr.S delete mode 100644 libc/sysv/consts/__NR_llistxattr.s create mode 100644 libc/sysv/consts/__NR_lookup_dcookie.S delete mode 100644 libc/sysv/consts/__NR_lookup_dcookie.s create mode 100644 libc/sysv/consts/__NR_lremovexattr.S delete mode 100644 libc/sysv/consts/__NR_lremovexattr.s create mode 100644 libc/sysv/consts/__NR_lseek.S delete mode 100644 libc/sysv/consts/__NR_lseek.s create mode 100644 libc/sysv/consts/__NR_lsetxattr.S delete mode 100644 libc/sysv/consts/__NR_lsetxattr.s create mode 100644 libc/sysv/consts/__NR_lstat.S delete mode 100644 libc/sysv/consts/__NR_lstat.s create mode 100644 libc/sysv/consts/__NR_madvise.S delete mode 100644 libc/sysv/consts/__NR_madvise.s create mode 100644 libc/sysv/consts/__NR_mbind.S delete mode 100644 libc/sysv/consts/__NR_mbind.s create mode 100644 libc/sysv/consts/__NR_membarrier.S delete mode 100644 libc/sysv/consts/__NR_membarrier.s create mode 100644 libc/sysv/consts/__NR_memfd_create.S delete mode 100644 libc/sysv/consts/__NR_memfd_create.s create mode 100644 libc/sysv/consts/__NR_migrate_pages.S delete mode 100644 libc/sysv/consts/__NR_migrate_pages.s create mode 100644 libc/sysv/consts/__NR_mincore.S delete mode 100644 libc/sysv/consts/__NR_mincore.s create mode 100644 libc/sysv/consts/__NR_mkdir.S delete mode 100644 libc/sysv/consts/__NR_mkdir.s create mode 100644 libc/sysv/consts/__NR_mkdirat.S delete mode 100644 libc/sysv/consts/__NR_mkdirat.s create mode 100644 libc/sysv/consts/__NR_mkfifo.S delete mode 100644 libc/sysv/consts/__NR_mkfifo.s create mode 100644 libc/sysv/consts/__NR_mkfifoat.S delete mode 100644 libc/sysv/consts/__NR_mkfifoat.s create mode 100644 libc/sysv/consts/__NR_mknod.S delete mode 100644 libc/sysv/consts/__NR_mknod.s create mode 100644 libc/sysv/consts/__NR_mknodat.S delete mode 100644 libc/sysv/consts/__NR_mknodat.s create mode 100644 libc/sysv/consts/__NR_mlock.S delete mode 100644 libc/sysv/consts/__NR_mlock.s create mode 100644 libc/sysv/consts/__NR_mlock2.S delete mode 100644 libc/sysv/consts/__NR_mlock2.s create mode 100644 libc/sysv/consts/__NR_mlockall.S delete mode 100644 libc/sysv/consts/__NR_mlockall.s create mode 100644 libc/sysv/consts/__NR_mmap.S delete mode 100644 libc/sysv/consts/__NR_mmap.s create mode 100644 libc/sysv/consts/__NR_modify_ldt.S delete mode 100644 libc/sysv/consts/__NR_modify_ldt.s create mode 100644 libc/sysv/consts/__NR_mount.S delete mode 100644 libc/sysv/consts/__NR_mount.s create mode 100644 libc/sysv/consts/__NR_move_pages.S delete mode 100644 libc/sysv/consts/__NR_move_pages.s create mode 100644 libc/sysv/consts/__NR_mprotect.S delete mode 100644 libc/sysv/consts/__NR_mprotect.s create mode 100644 libc/sysv/consts/__NR_mq_getsetattr.S delete mode 100644 libc/sysv/consts/__NR_mq_getsetattr.s create mode 100644 libc/sysv/consts/__NR_mq_notify.S delete mode 100644 libc/sysv/consts/__NR_mq_notify.s create mode 100644 libc/sysv/consts/__NR_mq_open.S delete mode 100644 libc/sysv/consts/__NR_mq_open.s create mode 100644 libc/sysv/consts/__NR_mq_timedreceive.S delete mode 100644 libc/sysv/consts/__NR_mq_timedreceive.s create mode 100644 libc/sysv/consts/__NR_mq_timedsend.S delete mode 100644 libc/sysv/consts/__NR_mq_timedsend.s create mode 100644 libc/sysv/consts/__NR_mq_unlink.S delete mode 100644 libc/sysv/consts/__NR_mq_unlink.s create mode 100644 libc/sysv/consts/__NR_mremap.S delete mode 100644 libc/sysv/consts/__NR_mremap.s create mode 100644 libc/sysv/consts/__NR_msgctl.S delete mode 100644 libc/sysv/consts/__NR_msgctl.s create mode 100644 libc/sysv/consts/__NR_msgget.S delete mode 100644 libc/sysv/consts/__NR_msgget.s create mode 100644 libc/sysv/consts/__NR_msgrcv.S delete mode 100644 libc/sysv/consts/__NR_msgrcv.s create mode 100644 libc/sysv/consts/__NR_msgsnd.S delete mode 100644 libc/sysv/consts/__NR_msgsnd.s create mode 100644 libc/sysv/consts/__NR_msync.S delete mode 100644 libc/sysv/consts/__NR_msync.s create mode 100644 libc/sysv/consts/__NR_msyscall.S delete mode 100644 libc/sysv/consts/__NR_msyscall.s create mode 100644 libc/sysv/consts/__NR_munlock.S delete mode 100644 libc/sysv/consts/__NR_munlock.s create mode 100644 libc/sysv/consts/__NR_munlockall.S delete mode 100644 libc/sysv/consts/__NR_munlockall.s create mode 100644 libc/sysv/consts/__NR_munmap.S delete mode 100644 libc/sysv/consts/__NR_munmap.s create mode 100644 libc/sysv/consts/__NR_name_to_handle_at.S delete mode 100644 libc/sysv/consts/__NR_name_to_handle_at.s create mode 100644 libc/sysv/consts/__NR_nanosleep.S delete mode 100644 libc/sysv/consts/__NR_nanosleep.s create mode 100644 libc/sysv/consts/__NR_open.S delete mode 100644 libc/sysv/consts/__NR_open.s create mode 100644 libc/sysv/consts/__NR_open_by_handle_at.S delete mode 100644 libc/sysv/consts/__NR_open_by_handle_at.s create mode 100644 libc/sysv/consts/__NR_openat.S delete mode 100644 libc/sysv/consts/__NR_openat.s create mode 100644 libc/sysv/consts/__NR_pause.S delete mode 100644 libc/sysv/consts/__NR_pause.s create mode 100644 libc/sysv/consts/__NR_perf_event_open.S delete mode 100644 libc/sysv/consts/__NR_perf_event_open.s create mode 100644 libc/sysv/consts/__NR_personality.S delete mode 100644 libc/sysv/consts/__NR_personality.s create mode 100644 libc/sysv/consts/__NR_pidfd_send_signal.S delete mode 100644 libc/sysv/consts/__NR_pidfd_send_signal.s create mode 100644 libc/sysv/consts/__NR_pipe.S delete mode 100644 libc/sysv/consts/__NR_pipe.s create mode 100644 libc/sysv/consts/__NR_pipe2.S delete mode 100644 libc/sysv/consts/__NR_pipe2.s create mode 100644 libc/sysv/consts/__NR_pivot_root.S delete mode 100644 libc/sysv/consts/__NR_pivot_root.s create mode 100644 libc/sysv/consts/__NR_pkey_alloc.S delete mode 100644 libc/sysv/consts/__NR_pkey_alloc.s create mode 100644 libc/sysv/consts/__NR_pkey_free.S delete mode 100644 libc/sysv/consts/__NR_pkey_free.s create mode 100644 libc/sysv/consts/__NR_pkey_mprotect.S delete mode 100644 libc/sysv/consts/__NR_pkey_mprotect.s create mode 100644 libc/sysv/consts/__NR_pledge.S delete mode 100644 libc/sysv/consts/__NR_pledge.s create mode 100644 libc/sysv/consts/__NR_poll.S delete mode 100644 libc/sysv/consts/__NR_poll.s create mode 100644 libc/sysv/consts/__NR_posix_fallocate.S delete mode 100644 libc/sysv/consts/__NR_posix_fallocate.s create mode 100644 libc/sysv/consts/__NR_posix_spawn.S delete mode 100644 libc/sysv/consts/__NR_posix_spawn.s create mode 100644 libc/sysv/consts/__NR_ppoll.S delete mode 100644 libc/sysv/consts/__NR_ppoll.s create mode 100644 libc/sysv/consts/__NR_prctl.S delete mode 100644 libc/sysv/consts/__NR_prctl.s create mode 100644 libc/sysv/consts/__NR_pread.S delete mode 100644 libc/sysv/consts/__NR_pread.s create mode 100644 libc/sysv/consts/__NR_preadv.S delete mode 100644 libc/sysv/consts/__NR_preadv.s create mode 100644 libc/sysv/consts/__NR_preadv2.S delete mode 100644 libc/sysv/consts/__NR_preadv2.s create mode 100644 libc/sysv/consts/__NR_prlimit.S delete mode 100644 libc/sysv/consts/__NR_prlimit.s create mode 100644 libc/sysv/consts/__NR_process_vm_readv.S delete mode 100644 libc/sysv/consts/__NR_process_vm_readv.s create mode 100644 libc/sysv/consts/__NR_process_vm_writev.S delete mode 100644 libc/sysv/consts/__NR_process_vm_writev.s create mode 100644 libc/sysv/consts/__NR_pselect.S delete mode 100644 libc/sysv/consts/__NR_pselect.s create mode 100644 libc/sysv/consts/__NR_pselect6.S delete mode 100644 libc/sysv/consts/__NR_pselect6.s create mode 100644 libc/sysv/consts/__NR_ptrace.S delete mode 100644 libc/sysv/consts/__NR_ptrace.s create mode 100644 libc/sysv/consts/__NR_pwrite.S delete mode 100644 libc/sysv/consts/__NR_pwrite.s create mode 100644 libc/sysv/consts/__NR_pwritev.S delete mode 100644 libc/sysv/consts/__NR_pwritev.s create mode 100644 libc/sysv/consts/__NR_pwritev2.S delete mode 100644 libc/sysv/consts/__NR_pwritev2.s create mode 100644 libc/sysv/consts/__NR_quotactl.S delete mode 100644 libc/sysv/consts/__NR_quotactl.s create mode 100644 libc/sysv/consts/__NR_read.S delete mode 100644 libc/sysv/consts/__NR_read.s create mode 100644 libc/sysv/consts/__NR_readahead.S delete mode 100644 libc/sysv/consts/__NR_readahead.s create mode 100644 libc/sysv/consts/__NR_readlink.S delete mode 100644 libc/sysv/consts/__NR_readlink.s create mode 100644 libc/sysv/consts/__NR_readlinkat.S delete mode 100644 libc/sysv/consts/__NR_readlinkat.s create mode 100644 libc/sysv/consts/__NR_readv.S delete mode 100644 libc/sysv/consts/__NR_readv.s create mode 100644 libc/sysv/consts/__NR_reboot.S delete mode 100644 libc/sysv/consts/__NR_reboot.s create mode 100644 libc/sysv/consts/__NR_recvfrom.S delete mode 100644 libc/sysv/consts/__NR_recvfrom.s create mode 100644 libc/sysv/consts/__NR_recvmmsg.S delete mode 100644 libc/sysv/consts/__NR_recvmmsg.s create mode 100644 libc/sysv/consts/__NR_recvmsg.S delete mode 100644 libc/sysv/consts/__NR_recvmsg.s create mode 100644 libc/sysv/consts/__NR_removexattr.S delete mode 100644 libc/sysv/consts/__NR_removexattr.s create mode 100644 libc/sysv/consts/__NR_rename.S delete mode 100644 libc/sysv/consts/__NR_rename.s create mode 100644 libc/sysv/consts/__NR_renameat.S delete mode 100644 libc/sysv/consts/__NR_renameat.s create mode 100644 libc/sysv/consts/__NR_renameat2.S delete mode 100644 libc/sysv/consts/__NR_renameat2.s create mode 100644 libc/sysv/consts/__NR_request_key.S delete mode 100644 libc/sysv/consts/__NR_request_key.s create mode 100644 libc/sysv/consts/__NR_restart_syscall.S delete mode 100644 libc/sysv/consts/__NR_restart_syscall.s create mode 100644 libc/sysv/consts/__NR_rmdir.S delete mode 100644 libc/sysv/consts/__NR_rmdir.s create mode 100644 libc/sysv/consts/__NR_rseq.S delete mode 100644 libc/sysv/consts/__NR_rseq.s create mode 100644 libc/sysv/consts/__NR_rt_sigqueueinfo.S delete mode 100644 libc/sysv/consts/__NR_rt_sigqueueinfo.s create mode 100644 libc/sysv/consts/__NR_rt_tgsigqueueinfo.S delete mode 100644 libc/sysv/consts/__NR_rt_tgsigqueueinfo.s create mode 100644 libc/sysv/consts/__NR_sched_get_priority_max.S delete mode 100644 libc/sysv/consts/__NR_sched_get_priority_max.s create mode 100644 libc/sysv/consts/__NR_sched_get_priority_min.S delete mode 100644 libc/sysv/consts/__NR_sched_get_priority_min.s create mode 100644 libc/sysv/consts/__NR_sched_getaffinity.S delete mode 100644 libc/sysv/consts/__NR_sched_getaffinity.s create mode 100644 libc/sysv/consts/__NR_sched_getattr.S delete mode 100644 libc/sysv/consts/__NR_sched_getattr.s create mode 100644 libc/sysv/consts/__NR_sched_getparam.S delete mode 100644 libc/sysv/consts/__NR_sched_getparam.s create mode 100644 libc/sysv/consts/__NR_sched_getscheduler.S delete mode 100644 libc/sysv/consts/__NR_sched_getscheduler.s create mode 100644 libc/sysv/consts/__NR_sched_rr_get_interval.S delete mode 100644 libc/sysv/consts/__NR_sched_rr_get_interval.s create mode 100644 libc/sysv/consts/__NR_sched_setaffinity.S delete mode 100644 libc/sysv/consts/__NR_sched_setaffinity.s create mode 100644 libc/sysv/consts/__NR_sched_setattr.S delete mode 100644 libc/sysv/consts/__NR_sched_setattr.s create mode 100644 libc/sysv/consts/__NR_sched_setparam.S delete mode 100644 libc/sysv/consts/__NR_sched_setparam.s create mode 100644 libc/sysv/consts/__NR_sched_setscheduler.S delete mode 100644 libc/sysv/consts/__NR_sched_setscheduler.s create mode 100644 libc/sysv/consts/__NR_sched_yield.S delete mode 100644 libc/sysv/consts/__NR_sched_yield.s create mode 100644 libc/sysv/consts/__NR_seccomp.S delete mode 100644 libc/sysv/consts/__NR_seccomp.s create mode 100644 libc/sysv/consts/__NR_select.S delete mode 100644 libc/sysv/consts/__NR_select.s create mode 100644 libc/sysv/consts/__NR_semctl.S delete mode 100644 libc/sysv/consts/__NR_semctl.s create mode 100644 libc/sysv/consts/__NR_semget.S delete mode 100644 libc/sysv/consts/__NR_semget.s create mode 100644 libc/sysv/consts/__NR_semop.S delete mode 100644 libc/sysv/consts/__NR_semop.s create mode 100644 libc/sysv/consts/__NR_semtimedop.S delete mode 100644 libc/sysv/consts/__NR_semtimedop.s create mode 100644 libc/sysv/consts/__NR_sendfile.S delete mode 100644 libc/sysv/consts/__NR_sendfile.s create mode 100644 libc/sysv/consts/__NR_sendmmsg.S delete mode 100644 libc/sysv/consts/__NR_sendmmsg.s create mode 100644 libc/sysv/consts/__NR_sendmsg.S delete mode 100644 libc/sysv/consts/__NR_sendmsg.s create mode 100644 libc/sysv/consts/__NR_sendto.S delete mode 100644 libc/sysv/consts/__NR_sendto.s create mode 100644 libc/sysv/consts/__NR_set_mempolicy.S delete mode 100644 libc/sysv/consts/__NR_set_mempolicy.s create mode 100644 libc/sysv/consts/__NR_set_robust_list.S delete mode 100644 libc/sysv/consts/__NR_set_robust_list.s create mode 100644 libc/sysv/consts/__NR_set_tid_address.S delete mode 100644 libc/sysv/consts/__NR_set_tid_address.s create mode 100644 libc/sysv/consts/__NR_setdomainname.S delete mode 100644 libc/sysv/consts/__NR_setdomainname.s create mode 100644 libc/sysv/consts/__NR_setfsgid.S delete mode 100644 libc/sysv/consts/__NR_setfsgid.s create mode 100644 libc/sysv/consts/__NR_setfsuid.S delete mode 100644 libc/sysv/consts/__NR_setfsuid.s create mode 100644 libc/sysv/consts/__NR_setgid.S delete mode 100644 libc/sysv/consts/__NR_setgid.s create mode 100644 libc/sysv/consts/__NR_setgroups.S delete mode 100644 libc/sysv/consts/__NR_setgroups.s create mode 100644 libc/sysv/consts/__NR_sethostname.S delete mode 100644 libc/sysv/consts/__NR_sethostname.s create mode 100644 libc/sysv/consts/__NR_setitimer.S delete mode 100644 libc/sysv/consts/__NR_setitimer.s create mode 100644 libc/sysv/consts/__NR_setns.S delete mode 100644 libc/sysv/consts/__NR_setns.s create mode 100644 libc/sysv/consts/__NR_setpgid.S delete mode 100644 libc/sysv/consts/__NR_setpgid.s create mode 100644 libc/sysv/consts/__NR_setpriority.S delete mode 100644 libc/sysv/consts/__NR_setpriority.s create mode 100644 libc/sysv/consts/__NR_setregid.S delete mode 100644 libc/sysv/consts/__NR_setregid.s create mode 100644 libc/sysv/consts/__NR_setresgid.S delete mode 100644 libc/sysv/consts/__NR_setresgid.s create mode 100644 libc/sysv/consts/__NR_setresuid.S delete mode 100644 libc/sysv/consts/__NR_setresuid.s create mode 100644 libc/sysv/consts/__NR_setreuid.S delete mode 100644 libc/sysv/consts/__NR_setreuid.s create mode 100644 libc/sysv/consts/__NR_setrlimit.S delete mode 100644 libc/sysv/consts/__NR_setrlimit.s create mode 100644 libc/sysv/consts/__NR_setsid.S delete mode 100644 libc/sysv/consts/__NR_setsid.s create mode 100644 libc/sysv/consts/__NR_setsockopt.S delete mode 100644 libc/sysv/consts/__NR_setsockopt.s create mode 100644 libc/sysv/consts/__NR_settimeofday.S delete mode 100644 libc/sysv/consts/__NR_settimeofday.s create mode 100644 libc/sysv/consts/__NR_setuid.S delete mode 100644 libc/sysv/consts/__NR_setuid.s create mode 100644 libc/sysv/consts/__NR_setxattr.S delete mode 100644 libc/sysv/consts/__NR_setxattr.s create mode 100644 libc/sysv/consts/__NR_shmat.S delete mode 100644 libc/sysv/consts/__NR_shmat.s create mode 100644 libc/sysv/consts/__NR_shmctl.S delete mode 100644 libc/sysv/consts/__NR_shmctl.s create mode 100644 libc/sysv/consts/__NR_shmdt.S delete mode 100644 libc/sysv/consts/__NR_shmdt.s create mode 100644 libc/sysv/consts/__NR_shmget.S delete mode 100644 libc/sysv/consts/__NR_shmget.s create mode 100644 libc/sysv/consts/__NR_shutdown.S delete mode 100644 libc/sysv/consts/__NR_shutdown.s create mode 100644 libc/sysv/consts/__NR_sigaction.S delete mode 100644 libc/sysv/consts/__NR_sigaction.s create mode 100644 libc/sysv/consts/__NR_sigaltstack.S delete mode 100644 libc/sysv/consts/__NR_sigaltstack.s create mode 100644 libc/sysv/consts/__NR_signalfd.S delete mode 100644 libc/sysv/consts/__NR_signalfd.s create mode 100644 libc/sysv/consts/__NR_signalfd4.S delete mode 100644 libc/sysv/consts/__NR_signalfd4.s create mode 100644 libc/sysv/consts/__NR_sigpending.S delete mode 100644 libc/sysv/consts/__NR_sigpending.s create mode 100644 libc/sysv/consts/__NR_sigprocmask.S delete mode 100644 libc/sysv/consts/__NR_sigprocmask.s create mode 100644 libc/sysv/consts/__NR_sigsuspend.S delete mode 100644 libc/sysv/consts/__NR_sigsuspend.s create mode 100644 libc/sysv/consts/__NR_sigtimedwait.S delete mode 100644 libc/sysv/consts/__NR_sigtimedwait.s create mode 100644 libc/sysv/consts/__NR_socket.S delete mode 100644 libc/sysv/consts/__NR_socket.s create mode 100644 libc/sysv/consts/__NR_socketpair.S delete mode 100644 libc/sysv/consts/__NR_socketpair.s create mode 100644 libc/sysv/consts/__NR_splice.S delete mode 100644 libc/sysv/consts/__NR_splice.s create mode 100644 libc/sysv/consts/__NR_stat.S delete mode 100644 libc/sysv/consts/__NR_stat.s create mode 100644 libc/sysv/consts/__NR_statfs.S delete mode 100644 libc/sysv/consts/__NR_statfs.s create mode 100644 libc/sysv/consts/__NR_statx.S delete mode 100644 libc/sysv/consts/__NR_statx.s create mode 100644 libc/sysv/consts/__NR_swapoff.S delete mode 100644 libc/sysv/consts/__NR_swapoff.s create mode 100644 libc/sysv/consts/__NR_swapon.S delete mode 100644 libc/sysv/consts/__NR_swapon.s create mode 100644 libc/sysv/consts/__NR_symlink.S delete mode 100644 libc/sysv/consts/__NR_symlink.s create mode 100644 libc/sysv/consts/__NR_symlinkat.S delete mode 100644 libc/sysv/consts/__NR_symlinkat.s create mode 100644 libc/sysv/consts/__NR_sync.S delete mode 100644 libc/sysv/consts/__NR_sync.s create mode 100644 libc/sysv/consts/__NR_sync_file_range.S delete mode 100644 libc/sysv/consts/__NR_sync_file_range.s create mode 100644 libc/sysv/consts/__NR_syncfs.S delete mode 100644 libc/sysv/consts/__NR_syncfs.s create mode 100644 libc/sysv/consts/__NR_sysfs.S delete mode 100644 libc/sysv/consts/__NR_sysfs.s create mode 100644 libc/sysv/consts/__NR_sysinfo.S delete mode 100644 libc/sysv/consts/__NR_sysinfo.s create mode 100644 libc/sysv/consts/__NR_syslog.S delete mode 100644 libc/sysv/consts/__NR_syslog.s create mode 100644 libc/sysv/consts/__NR_tee.S delete mode 100644 libc/sysv/consts/__NR_tee.s create mode 100644 libc/sysv/consts/__NR_tgkill.S delete mode 100644 libc/sysv/consts/__NR_tgkill.s create mode 100644 libc/sysv/consts/__NR_timer_create.S delete mode 100644 libc/sysv/consts/__NR_timer_create.s create mode 100644 libc/sysv/consts/__NR_timer_delete.S delete mode 100644 libc/sysv/consts/__NR_timer_delete.s create mode 100644 libc/sysv/consts/__NR_timer_getoverrun.S delete mode 100644 libc/sysv/consts/__NR_timer_getoverrun.s create mode 100644 libc/sysv/consts/__NR_timer_gettime.S delete mode 100644 libc/sysv/consts/__NR_timer_gettime.s create mode 100644 libc/sysv/consts/__NR_timer_settime.S delete mode 100644 libc/sysv/consts/__NR_timer_settime.s create mode 100644 libc/sysv/consts/__NR_timerfd_create.S delete mode 100644 libc/sysv/consts/__NR_timerfd_create.s create mode 100644 libc/sysv/consts/__NR_timerfd_gettime.S delete mode 100644 libc/sysv/consts/__NR_timerfd_gettime.s create mode 100644 libc/sysv/consts/__NR_timerfd_settime.S delete mode 100644 libc/sysv/consts/__NR_timerfd_settime.s create mode 100644 libc/sysv/consts/__NR_times.S delete mode 100644 libc/sysv/consts/__NR_times.s create mode 100644 libc/sysv/consts/__NR_tkill.S delete mode 100644 libc/sysv/consts/__NR_tkill.s create mode 100644 libc/sysv/consts/__NR_truncate.S delete mode 100644 libc/sysv/consts/__NR_truncate.s create mode 100644 libc/sysv/consts/__NR_umask.S delete mode 100644 libc/sysv/consts/__NR_umask.s create mode 100644 libc/sysv/consts/__NR_umount2.S delete mode 100644 libc/sysv/consts/__NR_umount2.s create mode 100644 libc/sysv/consts/__NR_uname.S delete mode 100644 libc/sysv/consts/__NR_uname.s create mode 100644 libc/sysv/consts/__NR_unlink.S delete mode 100644 libc/sysv/consts/__NR_unlink.s create mode 100644 libc/sysv/consts/__NR_unlinkat.S delete mode 100644 libc/sysv/consts/__NR_unlinkat.s create mode 100644 libc/sysv/consts/__NR_unshare.S delete mode 100644 libc/sysv/consts/__NR_unshare.s create mode 100644 libc/sysv/consts/__NR_userfaultfd.S delete mode 100644 libc/sysv/consts/__NR_userfaultfd.s create mode 100644 libc/sysv/consts/__NR_ustat.S delete mode 100644 libc/sysv/consts/__NR_ustat.s create mode 100644 libc/sysv/consts/__NR_utime.S delete mode 100644 libc/sysv/consts/__NR_utime.s create mode 100644 libc/sysv/consts/__NR_utimensat.S delete mode 100644 libc/sysv/consts/__NR_utimensat.s create mode 100644 libc/sysv/consts/__NR_utimes.S delete mode 100644 libc/sysv/consts/__NR_utimes.s create mode 100644 libc/sysv/consts/__NR_vfork.S delete mode 100644 libc/sysv/consts/__NR_vfork.s create mode 100644 libc/sysv/consts/__NR_vhangup.S delete mode 100644 libc/sysv/consts/__NR_vhangup.s create mode 100644 libc/sysv/consts/__NR_vmsplice.S delete mode 100644 libc/sysv/consts/__NR_vmsplice.s create mode 100644 libc/sysv/consts/__NR_wait4.S delete mode 100644 libc/sysv/consts/__NR_wait4.s create mode 100644 libc/sysv/consts/__NR_waitid.S delete mode 100644 libc/sysv/consts/__NR_waitid.s create mode 100644 libc/sysv/consts/__NR_write.S delete mode 100644 libc/sysv/consts/__NR_write.s create mode 100644 libc/sysv/consts/__NR_writev.S delete mode 100644 libc/sysv/consts/__NR_writev.s diff --git a/Makefile b/Makefile index f1d14cb41..9ad703875 100644 --- a/Makefile +++ b/Makefile @@ -126,6 +126,7 @@ include third_party/zlib/zlib.mk # │ include third_party/double-conversion/dc.mk # │ include libc/elf/elf.mk # │ include ape/ape.mk # │ +include libc/aarch64/aarch64.mk # │ include libc/fmt/fmt.mk # │ include libc/vga/vga.mk #─┘ include libc/calls/calls.mk #─┐ @@ -200,6 +201,7 @@ include tool/build/emucrt/emucrt.mk include tool/build/emubin/emubin.mk include tool/build/build.mk include tool/curl/curl.mk +include third_party/qemu/qemu.mk include examples/examples.mk include examples/pyapp/pyapp.mk include examples/pylife/pylife.mk diff --git a/ape/ape.S b/ape/ape.S index 70cacddfa..faa5427bd 100644 --- a/ape/ape.S +++ b/ape/ape.S @@ -47,17 +47,17 @@ #define USE_SYMBOL_HACK 1 .section .text,"ax",@progbits - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .previous .section .rodata,"a",@progbits - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ __ro: .endobj __ro,globl,hidden # ←for gdb readability .previous .section .data,"aw",@progbits - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .previous .section .bss,"aw",@nobits - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .previous .section .rodata.str1.1,"a",@progbits cstr: .endobj cstr,globl,hidden # ←for gdb readability @@ -179,7 +179,7 @@ ape_mz: .byte 1 # 6: elf v1.o .byte ELFOSABI_FREEBSD # 7: FreeBSD .byte 0 # 8: os/abi ver. - .align 8,0 # 9: padding + .balign 8,0 # 9: padding .short ET_EXEC # 10: εxεcµταblε .short EM_NEXGEN32E # 12: NexGen32e .long 1 # 14: elf v1.o @@ -780,11 +780,11 @@ emush: .ascii "\n@\n#'\"\n" .endobj emush #ifdef APE_LOADER .section .ape.loader,"a",@progbits - .align 64 + .balign 64 ape_loader: .incbin APE_LOADER .endobj ape_loader,globl - .align 64 + .balign 64 ape_loader_end: nop .endobj ape_loader_end,globl @@ -858,7 +858,7 @@ openbsd.ident: .long 4f-3f .long 1 1: .asciz "OpenBSD" -2: .align 4 +2: .balign 4 3: .long 0 4: .size openbsd.ident,.-openbsd.ident .type openbsd.ident,@object @@ -872,7 +872,7 @@ netbsd.ident: .long 4f-3f .long 1 1: .asciz "NetBSD" -2: .align 4 +2: .balign 4 3: .long 901000000 4: .size netbsd.ident,.-netbsd.ident .type netbsd.ident,@object @@ -912,7 +912,7 @@ netbsd.ident: #if SupportsXnu() .section .macho,"a",@progbits -.align __SIZEOF_POINTER__ +.balign __SIZEOF_POINTER__ ape_macho: .long 0xFEEDFACE+1 @@ -1095,7 +1095,7 @@ PEIMPS = 0b11000000000000000000000001000000 #if SupportsWindows() || SupportsMetal() .section .pe.header,"a",@progbits - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ ape_pe: .ascin "PE",4 .short kNtImageFileMachineNexgen32e .stub ape_pe_shnum,short # NumberOfSections @@ -1198,7 +1198,7 @@ ape_idata_idtend: .previous .section .piro.data.sort.metal_gdt,"aw",@progbits - .align 8 + .balign 8 _gdt: // ┌G:granularity (1 → limit *= 0x1000) // │┌D/B:default operation size (0 = 16|64bit, 1 = 32-bit) @@ -1289,7 +1289,7 @@ sconf: .short 1843200/*hz*/ / 16/*wut*/ / 9600/*baud*/ .endobj sconf,global,hidden // Global Descriptor Table - .align 8 + .balign 8 _gdtrlo: .short 2f-_gdtlo-1 # table byte length .long REAL(_gdtlo) # table address (base memory space) @@ -1298,7 +1298,7 @@ _gdtr: .short _gdt_end-_gdt-1 # table byte length .quad _gdt # table address (final virtual space) .endobj _gdtr,global,hidden - .align 8 + .balign 8 // Partial GDT with descriptors for switching to unreal mode or long mode. _gdtlo = .-GDT_LEGACY_DATA .quad 0b0000000011001111100100100000000000000000000000001111111111111111 #32 @@ -1715,7 +1715,7 @@ long: movabs $BANE+PHYSICAL(0f),%rax #define GRUB_CHECKSUM(FLAGS) (-(GRUB_MAGIC + (FLAGS)) & 0xffffffff) // Grub Header. - .align 4 + .balign 4 ape_grub: .long GRUB_MAGIC # Magic .long GRUB_AOUT # Flags @@ -1730,7 +1730,7 @@ ape_grub: // Grub Entrypoint. // Takes CPU out of legacy mode and jumps to normal entrypoint. // @noreturn - .align 4 + .balign 4 ape_grub_entry: .code32 // cmp $GRUB_EAX,%eax @@ -1874,7 +1874,7 @@ ape_pad_text: .type ape_pad_privileged,@object .hidden ape_pad_privileged ape_pad_privileged: - .align 4096 + .balign 4096 .previous .section .ape.pad.rodata,"a",@progbits diff --git a/ape/idata.internal.h b/ape/idata.internal.h index 7ea542a96..04feab0e2 100644 --- a/ape/idata.internal.h +++ b/ape/idata.internal.h @@ -32,6 +32,7 @@ // @see ape/ape.lds // @see winimp .macro .imp dll:req fn:req actual:req hint +#ifdef __x86_64__ .dll "\dll" .section ".piro.data.sort.iat.2.\dll\().2.\actual","aw",@progbits .type \fn,@object @@ -49,18 +50,28 @@ .previous .section ".idata.ro.hnt.\dll\().2.\actual","a",@progbits "\dll\().\actual": - .ifnb \hint # hint i.e. guess function ordinal + .ifnb \hint // hint i.e. guess function ordinal .short \hint .else .short 0 .endif .asciz "\actual" - .align 2 # documented requirement + .align 2 // documented requirement .globl "\dll\().\actual" .hidden "\dll\().\actual" .type "\dll\().\actual",@object .size "\dll\().\actual",.-"\dll\().\actual" .previous +#else + .section ".text.nt.\actual","ax",@progbits + .globl "\actual" +"\actual": + ret + .section ".data.nt.\actual","aw",@progbits + .globl "\fn" + .balign 8 +"\fn": .quad "\actual" +#endif .endm // Defines DLL import. @@ -68,11 +79,11 @@ .macro .dll name:req .section ".idata.ro.idt.2.\name","aG",@progbits,"\name",comdat .equ ".Lidata.idt.\name",. - .long RVA("idata.ilt.\name") # ImportLookupTable - .long 0 # TimeDateStamp - .long 0 # ForwarderChain - .long RVA(".Lidata.str.\name") # DllNameRva - .long RVA("idata.iat.\name") # ImportAddressTable + .long RVA("idata.ilt.\name") // ImportLookupTable + .long 0 // TimeDateStamp + .long 0 // ForwarderChain + .long RVA(".Lidata.str.\name") // DllNameRva + .long RVA("idata.iat.\name") // ImportAddressTable .type ".Lidata.idt.\name",@object .size ".Lidata.idt.\name",.-".Lidata.idt.\name" .previous diff --git a/ape/loader-elf.S b/ape/loader-elf.S index 77c4a3764..1de72a5ea 100644 --- a/ape/loader-elf.S +++ b/ape/loader-elf.S @@ -25,7 +25,7 @@ // APE Loader Executable Structure // Linux, FreeBSD, NetBSD, OpenBSD - .align 8 + .balign 8 ehdr: .ascii "\177ELF" .byte ELFCLASS64 .byte ELFDATA2LSB @@ -47,7 +47,7 @@ ehdr: .ascii "\177ELF" .word 0 # e_shstrndx .endobj ehdr,globl - .align 8 + .balign 8 phdrs: .long PT_LOAD # p_type .long PF_R|PF_X # p_flags .quad 0 # p_offset @@ -89,18 +89,18 @@ note: .long 2f-1f .long 4f-3f .long 1 1: .asciz "OpenBSD" -2: .align 4 +2: .balign 4 3: .long 0 4: .long 2f-1f .long 4f-3f .long 1 1: .asciz "NetBSD" -2: .align 4 +2: .balign 4 3: .long 901000000 4: .endobj note notesize = . - note - .align 64,0 # for ape.S dd + .balign 64,0 # for ape.S dd .org 0x180 # for ape.S dd // APE Loader XNU Header @@ -197,7 +197,7 @@ macho: .long 0xFEEDFACE+1 60: .endobj macho - .align 64,0 # for ape.S dd + .balign 64,0 # for ape.S dd .org 0x400 # for ape.S dd // Ape Loader Entrpoint diff --git a/ape/loader-macho.S b/ape/loader-macho.S index 82a1e02a6..6d2b31e96 100644 --- a/ape/loader-macho.S +++ b/ape/loader-macho.S @@ -23,7 +23,7 @@ // APE Loader Executable Structure for XNU - .align 4096 + .balign 4096 macho: .long 0xFEEDFACE+1 .long MAC_CPU_NEXGEN32E .long MAC_CPU_NEXGEN32E_ALL @@ -112,7 +112,7 @@ macho: .long 0xFEEDFACE+1 60: .endobj macho,globl - .align 64 + .balign 64 _start: // Hack for detecting M1 Rosetta environment. diff --git a/build/definitions.mk b/build/definitions.mk index 099567443..e7342eb1f 100644 --- a/build/definitions.mk +++ b/build/definitions.mk @@ -74,11 +74,12 @@ IGNORE := $(shell $(MKDIR) o/tmp) ifneq ("$(wildcard o/third_party/gcc/bin/x86_64-pc-linux-gnu-*)","") PREFIX = o/third_party/gcc/bin/x86_64-pc-linux-gnu- -PREFIX_AARCH64 = o/third_party/gcc/bin/aarch64-pc-linux-gnu- else IGNORE := $(shell build/bootstrap/unbundle.com) PREFIX = o/third_party/gcc/bin/x86_64-linux-musl- -PREFIX_AARCH64 = o/third_party/gcc/bin/aarch64-linux-musl- +endif +ifeq ($(MODE), aarch64) +PREFIX = o/third_party/gcc/bin/aarch64-linux-musl- endif AS = $(PREFIX)as @@ -93,18 +94,6 @@ OBJCOPY = $(PREFIX)objcopy OBJDUMP = $(PREFIX)objdump ADDR2LINE = $(PWD)/$(PREFIX)addr2line -AS_AARCH64 = $(PREFIX_AARCH64)as -CC_AARCH64 = $(PREFIX_AARCH64)gcc -CXX_AARCH64 = $(PREFIX_AARCH64)g++ -CXXFILT_AARCH64 = $(PREFIX_AARCH64)c++filt -LD_AARCH64 = $(PREFIX_AARCH64)ld.bfd -NM_AARCH64 = $(PREFIX_AARCH64)nm -GCC_AARCH64 = $(PREFIX_AARCH64)gcc -STRIP_AARCH64 = $(PREFIX_AARCH64)strip -OBJCOPY_AARCH64 = $(PREFIX_AARCH64)objcopy -OBJDUMP_AARCH64 = $(PREFIX_AARCH64)objdump -ADDR2LINE_AARCH64 = $(PWD)/$(PREFIX_AARCH64)addr2line - export ADDR2LINE export LC_ALL export MKDIR @@ -118,6 +107,10 @@ else TMPSAFE = $(TMPDIR)/ endif +ifneq ($(MODE), aarch64) +MNO_FENTRY = -mno-fentry +endif + FTRACE = \ -pg @@ -131,7 +124,7 @@ SANITIZER = \ -fsanitize=address NO_MAGIC = \ - -mno-fentry \ + $(MNO_FENTRY) \ -fno-stack-protector \ -fwrapv \ -fno-sanitize=all @@ -342,14 +335,10 @@ OBJECTIFY.greg.c = \ -fno-optimize-sibling-calls \ -fno-sanitize=all \ -ffreestanding \ + $(MNO_FENTRY) \ -fwrapv \ -c -ifneq ($(MODE), aarch64) -OBJECTIFY.greg.c += \ - -mno-fentry -endif - OBJECTIFY.ansi.c = $(CC) $(OBJECTIFY.c.flags) -ansi -Wextra -Werror -pedantic-errors -c OBJECTIFY.c99.c = $(CC) $(OBJECTIFY.c.flags) -std=c99 -Wextra -Werror -pedantic-errors -c OBJECTIFY.c11.c = $(CC) $(OBJECTIFY.c.flags) -std=c11 -Wextra -Werror -pedantic-errors -c @@ -386,7 +375,7 @@ OBJECTIFY.ncabi.c = \ $(OBJECTIFY.c.flags) \ -mno-sse \ -mfpmath=387 \ - -mno-fentry \ + $(MNO_FENTRY) \ -fno-stack-protector \ -fno-instrument-functions \ -fno-optimize-sibling-calls \ @@ -405,7 +394,7 @@ OBJECTIFY.ncabi.c = \ OBJECTIFY.initabi.c = \ $(GCC) \ $(OBJECTIFY.c.flags) \ - -mno-fentry \ + $(MNO_FENTRY) \ -fno-stack-protector \ -fno-instrument-functions \ -fno-optimize-sibling-calls \ diff --git a/build/objdump b/build/objdump index ab8446f32..7e400c3b4 100755 --- a/build/objdump +++ b/build/objdump @@ -1,6 +1,6 @@ #!/bin/sh for last; do true; done -if grep aarch64 "$last" >/dev/null 2>&1; then +if printf '%s\n' "$last" | grep aarch64 >/dev/null 2>&1; then exec o/third_party/gcc/bin/aarch64-linux-musl-objdump "$@" else exec o/third_party/gcc/bin/x86_64-linux-musl-objdump "$@" diff --git a/dsp/core/sad16x8n.S b/dsp/core/sad16x8n.S index 4eba76f63..7dc004160 100644 --- a/dsp/core/sad16x8n.S +++ b/dsp/core/sad16x8n.S @@ -17,7 +17,7 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" -.align 16 +.balign 16 // Mixes audio. // diff --git a/dsp/mpeg/mpeg1.c b/dsp/mpeg/mpeg1.c index bc22c6a89..19692f2c6 100644 --- a/dsp/mpeg/mpeg1.c +++ b/dsp/mpeg/mpeg1.c @@ -32,7 +32,6 @@ #include "dsp/mpeg/idct.h" #include "dsp/mpeg/mpeg.h" #include "dsp/mpeg/video.h" -#include "libc/intrin/initializer.internal.h" #include "libc/fmt/conv.h" #include "libc/log/log.h" #include "libc/macros.internal.h" diff --git a/dsp/tty/itoa8.c b/dsp/tty/itoa8.c index 4257a7e96..226f60c6f 100644 --- a/dsp/tty/itoa8.c +++ b/dsp/tty/itoa8.c @@ -18,7 +18,6 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "dsp/tty/itoa8.h" #include "libc/intrin/bits.h" -#include "libc/intrin/initializer.internal.h" #include "libc/str/str.h" struct Itoa8 kItoa8; diff --git a/dsp/tty/rgb2ansi.c b/dsp/tty/rgb2ansi.c index 515896fc6..ea9627766 100644 --- a/dsp/tty/rgb2ansi.c +++ b/dsp/tty/rgb2ansi.c @@ -19,7 +19,6 @@ #include "dsp/core/core.h" #include "dsp/tty/quant.h" #include "libc/assert.h" -#include "libc/intrin/initializer.internal.h" #include "libc/limits.h" #include "libc/log/log.h" #include "libc/macros.internal.h" diff --git a/dsp/tty/ttyquant.c b/dsp/tty/ttyquant.c index 2984e5444..8c28c5564 100644 --- a/dsp/tty/ttyquant.c +++ b/dsp/tty/ttyquant.c @@ -18,7 +18,6 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "dsp/tty/internal.h" #include "dsp/tty/quant.h" -#include "libc/intrin/initializer.internal.h" #include "libc/dce.h" #include "libc/runtime/runtime.h" #include "libc/stdio/stdio.h" diff --git a/libc/aarch64/aarch64.mk b/libc/aarch64/aarch64.mk new file mode 100644 index 000000000..fd2eaedf5 --- /dev/null +++ b/libc/aarch64/aarch64.mk @@ -0,0 +1,14 @@ +#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ +#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ + +o/$(MODE)/libc/aarch64/%.o: libc/aarch64/%.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $< + +o/$(MODE)/libc/aarch64/start.o: \ + libc/aarch64/start.c \ + libc/runtime/runtime.h + +o/$(MODE)/libc/aarch64: \ + o/$(MODE)/libc/aarch64/crt.o \ + o/$(MODE)/libc/aarch64/fenv.o \ + o/$(MODE)/libc/aarch64/start.o diff --git a/libc/aarch64/crt.S b/libc/aarch64/crt.S new file mode 100644 index 000000000..57cfa23e0 --- /dev/null +++ b/libc/aarch64/crt.S @@ -0,0 +1,53 @@ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +│vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2023 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ + + .globl _start + .type _start,%function +_start: mov x29,#0 + mov x30,#0 + mov x0,sp + and sp,x0,#-16 + b _start_c + .size _start,.-_start + + .section .initprologue + .global _init + .type _init,%function +_init: stp x29,x30,[sp,-16]! + mov x29,sp + .previous/* + ... + decentralized content + ... + */.section .initepilogue + ldp x29,x30,[sp],#16 + ret + + .section .finiprologue + .global _fini + .type _fini,%function +_fini: stp x29,x30,[sp,-16]! + mov x29,sp + .previous/* + ... + decentralized content + ... + */.section .finiepilogue + ldp x29,x30,[sp],#16 + ret diff --git a/libc/aarch64/fenv.S b/libc/aarch64/fenv.S new file mode 100644 index 000000000..1d3b0a071 --- /dev/null +++ b/libc/aarch64/fenv.S @@ -0,0 +1,67 @@ + .global fegetround + .type fegetround,%function +fegetround: + mrs x0,fpcr + and w0,w0,#0xc00000 + ret + + .global __fesetround + .hidden __fesetround + .type __fesetround,%function +__fesetround: + mrs x1,fpcr + bic w1,w1,#0xc00000 + orr w1,w1,w0 + msr fpcr,x1 + mov w0,#0 + ret + + .global fetestexcept + .type fetestexcept,%function +fetestexcept: + and w0,w0,#0x1f + mrs x1,fpsr + and w0,w0,w1 + ret + + .global feclearexcept + .type feclearexcept,%function +feclearexcept: + and w0,w0,#0x1f + mrs x1,fpsr + bic w1,w1,w0 + msr fpsr,x1 + mov w0,#0 + ret + + .global feraiseexcept + .type feraiseexcept,%function +feraiseexcept: + and w0,w0,#0x1f + mrs x1,fpsr + orr w1,w1,w0 + msr fpsr,x1 + mov w0,#0 + ret + + .global fegetenv + .type fegetenv,%function +fegetenv: + mrs x1,fpcr + mrs x2,fpsr + stp w1,w2,[x0] + mov w0,#0 + ret + + .global fesetenv + .type fesetenv,%function +fesetenv: + mov x1,#0 + mov x2,#0 + cmn x0,#1 + b.eq 1f + ldp w1,w2,[x0] +1: msr fpcr,x1 + msr fpsr,x2 + mov w0,#0 + ret diff --git a/libc/aarch64/start.c b/libc/aarch64/start.c new file mode 100644 index 000000000..eeda5adb4 --- /dev/null +++ b/libc/aarch64/start.c @@ -0,0 +1,56 @@ +/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ +│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2023 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ +#include "libc/runtime/runtime.h" + +int main(int, char **, char **); + +int __argc; +char **__argv; +char **__envp; +char **environ; + +static inline long sys_set_tid_address(int *t) { + register int64_t __r0 asm("x0") = (int64_t)t; + register int64_t __res_x0 asm("x0"); + int64_t __res; + asm volatile("mov x8, %1\n" + "svc 0x0\n" + : "=r"(__res_x0) + : "i"(96), "r"(__r0) + : "x8", "memory"); + return __res_x0; +} + +void _start_c(long *sp) { + int argc; + char **argv, **envp; + unsigned long *auxv; + argc = *sp; + argv = (char **)(sp + 1); + envp = (char **)(sp + 1 + argc + 1); + auxv = (unsigned long *)(sp + 1 + argc + 1); + for (;;) { + if (!*auxv++) { + break; + } + } + __auxv = auxv; + environ = envp; + exit(main(argc, argv, envp)); +} diff --git a/libc/calls/now.c b/libc/calls/now.c index 4a6d6da20..eff7f9984 100644 --- a/libc/calls/now.c +++ b/libc/calls/now.c @@ -23,7 +23,6 @@ #include "libc/calls/syscall_support-sysv.internal.h" #include "libc/dce.h" #include "libc/intrin/bits.h" -#include "libc/intrin/initializer.internal.h" #include "libc/intrin/safemacros.internal.h" #include "libc/intrin/strace.internal.h" #include "libc/macros.internal.h" diff --git a/libc/calls/oldbench.c b/libc/calls/oldbench.c index 68bfdbff9..f2e9cee07 100644 --- a/libc/calls/oldbench.c +++ b/libc/calls/oldbench.c @@ -21,7 +21,6 @@ #include "libc/calls/struct/timespec.h" #include "libc/dce.h" #include "libc/intrin/bits.h" -#include "libc/intrin/initializer.internal.h" #include "libc/intrin/safemacros.internal.h" #include "libc/intrin/strace.internal.h" #include "libc/macros.internal.h" diff --git a/libc/dce.h b/libc/dce.h index 8e14874be..c2abdf365 100644 --- a/libc/dce.h +++ b/libc/dce.h @@ -106,7 +106,11 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ +#ifdef __x86_64__ extern const int __hostos; +#else +#define __hostos _HOSTLINUX +#endif bool IsWsl1(void); diff --git a/libc/integral/c.inc b/libc/integral/c.inc index 834ee4325..23e7b0639 100644 --- a/libc/integral/c.inc +++ b/libc/integral/c.inc @@ -578,11 +578,15 @@ typedef struct { #define autotype(x) typeof(x) #endif +#ifdef __x86_64__ #if __GNUC__ >= 7 || __has_attribute(__no_caller_saved_registers__) #define nocallersavedregisters __attribute__((__no_caller_saved_registers__)) #else #define nocallersavedregisters "need modern compiler" #endif +#else +#define nocallersavedregisters +#endif #if (__GNUC__ + 0) * 100 + (__GNUC_MINOR__ + 0) >= 408 || \ __has_attribute(__no_sanitize_address__) @@ -608,11 +612,15 @@ typedef struct { #endif #endif +#ifdef __x86_64__ #define notpossible \ do { \ asm("nop\n\tud2\n\tnop"); \ unreachable; \ } while (0) +#else +#define notpossible __builtin_trap() +#endif #define donothing \ do { \ @@ -667,7 +675,7 @@ typedef struct { #endif #endif -#ifndef __llvm__ +#if defined(__x86_64__) && !defined(__llvm__) #define initarray _Section(".init_array,\"a\",@init_array #") #else #define initarray _Section(".init_array") @@ -773,8 +781,12 @@ typedef struct { #endif /* -w */ #ifndef __STRICT_ANSI__ +#ifdef __x86_64__ #define DebugBreak() asm("int3") #else +#define DebugBreak() __builtin_trap() +#endif +#else #define DebugBreak() (void)0 #endif @@ -810,14 +822,14 @@ typedef struct { #define EXPROPRIATE(EXPRESSION) (EXPRESSION) #endif -#if !defined(__STRICT_ANSI__) && !defined(__APPLE__) +#if !defined(__STRICT_ANSI__) && !defined(__APPLE__) && defined(__x86_64__) #define YOINK(SYMBOL) \ asm(".section .yoink\n\tnopl\t%a0\n\t.previous" : : "X"(SYMBOL)) #else #define YOINK(SYMBOL) (void)0 #endif -#if !defined(__STRICT_ANSI__) && !defined(__APPLE__) +#if !defined(__STRICT_ANSI__) && !defined(__APPLE__) && defined(__x86_64__) #define STATIC_YOINK(SYMBOLSTR) \ asm(".section .yoink\n\tnopl\t\"" SYMBOLSTR "\"\n\t.previous") #else diff --git a/libc/intrin/addvdi3.S b/libc/intrin/addvdi3.S index 0b7ed1414..71b245762 100644 --- a/libc/intrin/addvdi3.S +++ b/libc/intrin/addvdi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥+𝑦, aborting on overflow. // diff --git a/libc/intrin/addvsi3.S b/libc/intrin/addvsi3.S index 4828103f3..144b46e5f 100644 --- a/libc/intrin/addvsi3.S +++ b/libc/intrin/addvsi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥+𝑦, aborting on overflow. // diff --git a/libc/intrin/addvti3.S b/libc/intrin/addvti3.S index 76066563e..3d5afb05a 100644 --- a/libc/intrin/addvti3.S +++ b/libc/intrin/addvti3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥+𝑦, aborting on overflow. // diff --git a/libc/intrin/bsf.h b/libc/intrin/bsf.h index e2faeb63f..b9597803a 100644 --- a/libc/intrin/bsf.h +++ b/libc/intrin/bsf.h @@ -9,6 +9,7 @@ int _bsfll(long long) pureconst; int _bsf128(uintmax_t) pureconst; #if defined(__GNUC__) && !defined(__STRICT_ANSI__) +#ifdef __x86_64__ #define _bsf(u) \ ({ \ unsigned BiTs; \ @@ -22,6 +23,11 @@ int _bsf128(uintmax_t) pureconst; (unsigned)BiTs; \ }) #define _bsfll(u) _bsfl(u) +#else +#define _bsf(x) __builtin_ctz(x) +#define _bsfl(x) __builtin_ctzl(x) +#define _bsfll(x) __builtin_ctzll(x) +#endif #endif COSMOPOLITAN_C_END_ diff --git a/libc/intrin/bsr.h b/libc/intrin/bsr.h index 60a1cd316..b6964007a 100644 --- a/libc/intrin/bsr.h +++ b/libc/intrin/bsr.h @@ -7,7 +7,8 @@ int _bsr(int) pureconst; int _bsrl(long) pureconst; int _bsrll(long long) pureconst; -#if defined(__GNUC__) && defined(__x86_64__) && !defined(__STRICT_ANSI__) +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) +#ifdef __x86_64__ int _bsr128(uint128_t) pureconst; #define _bsr(u) \ ({ \ @@ -22,6 +23,11 @@ int _bsr128(uint128_t) pureconst; (unsigned)BiTs; \ }) #define _bsrll(u) _bsrl(u) +#else +#define _bsr(x) (__builtin_clz(x) ^ (sizeof(int) * CHAR_BIT - 1)) +#define _bsrl(x) (__builtin_clzl(x) ^ (sizeof(long) * CHAR_BIT - 1)) +#define _bsrll(x) (__builtin_clzll(x) ^ (sizeof(long long) * CHAR_BIT - 1)) +#endif #endif COSMOPOLITAN_C_END_ diff --git a/libc/intrin/bzero.c b/libc/intrin/bzero.c index c65c9cd42..72cd0eb20 100644 --- a/libc/intrin/bzero.c +++ b/libc/intrin/bzero.c @@ -43,6 +43,7 @@ static dontinline antiquity void bzero_sse(char *p, size_t n) { } } +#ifdef __x86_64__ microarchitecture("avx") static void bzero_avx(char *p, size_t n) { xmm_t v = {0}; if (IsAsan()) __asan_verify(p, n); @@ -73,6 +74,7 @@ microarchitecture("avx") static void bzero_avx(char *p, size_t n) { *(xmm_t *)p = v; } } +#endif /** * Sets memory to zero. @@ -134,7 +136,11 @@ void bzero(void *p, size_t n) { char *b; uint64_t x; b = p; +#ifdef __x86_64__ asm("xorl\t%k0,%k0" : "=r"(x)); +#else + x = 0; +#endif if (n <= 16) { if (n >= 8) { __builtin_memcpy(b, &x, 8); @@ -148,11 +154,13 @@ void bzero(void *p, size_t n) { b[--n] = x; } while (n); } +#ifdef __x86_64__ } else if (IsTiny()) { asm("rep stosb" : "+D"(b), "+c"(n), "=m"(*(char(*)[n])b) : "a"(0)); return; } else if (X86_HAVE(AVX)) { bzero_avx(b, n); +#endif } else { bzero_sse(b, n); } diff --git a/libc/intrin/cmpxchg.h b/libc/intrin/cmpxchg.h index 0009169da..a130109b8 100644 --- a/libc/intrin/cmpxchg.h +++ b/libc/intrin/cmpxchg.h @@ -4,7 +4,7 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && !defined(__x86__) +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && defined(__x86__) #define _cmpxchg(IFTHING, ISEQUALTOME, REPLACEITWITHME) \ ({ \ bool DidIt; \ diff --git a/libc/intrin/countbits.c b/libc/intrin/countbits.c index 64fa21e5c..5e5906e99 100644 --- a/libc/intrin/countbits.c +++ b/libc/intrin/countbits.c @@ -40,6 +40,7 @@ size_t _countbits(const void *a, size_t n) { p = a; e = p + n; if (!IsTiny()) { +#ifdef __x86_64__ if (X86_HAVE(POPCNT)) { while (p + sizeof(long) * 4 <= e) { __builtin_memcpy(&Ai, p + 000, sizeof(long)); @@ -60,6 +61,7 @@ size_t _countbits(const void *a, size_t n) { t += Ao; } } else { +#endif while (p + 8 <= e) { __builtin_memcpy(&x, p, 8); x = x - ((x >> 1) & 0x5555555555555555); @@ -71,7 +73,9 @@ size_t _countbits(const void *a, size_t n) { t += x; p += 8; } +#ifdef __x86_64__ } +#endif } while (p < e) { b = *p++ & 255; diff --git a/libc/intrin/directmap-metal.c b/libc/intrin/directmap-metal.c index bfdc12c2a..116176675 100644 --- a/libc/intrin/directmap-metal.c +++ b/libc/intrin/directmap-metal.c @@ -25,6 +25,7 @@ #include "libc/str/str.h" #include "libc/sysv/consts/prot.h" #include "libc/sysv/errfuns.h" +#ifdef __x86_64__ #define MAP_ANONYMOUS_linux 0x00000020 #define MAP_FIXED_linux 0x00000010 @@ -109,3 +110,5 @@ noasan struct DirectMap sys_mmap_metal(void *vaddr, size_t size, int prot, res.maphandle = -1; return res; } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/exit.c b/libc/intrin/exit.c index 00e1311c9..14f41967c 100644 --- a/libc/intrin/exit.c +++ b/libc/intrin/exit.c @@ -39,6 +39,7 @@ privileged wontreturn void _Exit(int exitcode) { int i; STRACE("_Exit(%d)", exitcode); +#ifdef __x86_64__ if (!IsWindows() && !IsMetal()) { // On Linux _Exit1 (exit) must be called in pledge("") mode. If we // call _Exit (exit_group) when we haven't used pledge("stdio") then @@ -64,4 +65,13 @@ privileged wontreturn void _Exit(int exitcode) { "cli\n\t" "lidt\t(%rsp)"); for (;;) asm("ud2"); +#elif defined(__aarch64__) + register long x0 asm("x0") = exitcode; + asm volatile("mov\tx8,%1\n" + "svc\t0" + : /* no outputs */ + : "i"(94), "r"(x0) + : "x8", "memory"); + notpossible; +#endif } diff --git a/libc/intrin/exit1.greg.c b/libc/intrin/exit1.greg.c index aa9291afd..f2952b6ab 100644 --- a/libc/intrin/exit1.greg.c +++ b/libc/intrin/exit1.greg.c @@ -43,6 +43,7 @@ __msabi extern typeof(ExitThread) *const __imp_ExitThread; * @noreturn */ privileged wontreturn void _Exit1(int rc) { +#ifdef __x86_64__ char cf; int ax, dx, di, si; if (!IsWindows() && !IsMetal()) { @@ -72,4 +73,13 @@ privileged wontreturn void _Exit1(int rc) { unreachable; } notpossible; +#elif defined(__aarch64__) + register long r0 asm("x0") = rc; + asm volatile("mov\tx8,%1\n" + "svc\t0" + : /* no outputs */ + : "i"(93), "r"(r0) + : "x8", "memory"); + notpossible; +#endif } diff --git a/libc/tinymath/fenv.S b/libc/intrin/fenv.S similarity index 100% rename from libc/tinymath/fenv.S rename to libc/intrin/fenv.S diff --git a/libc/intrin/fsgsbase.h b/libc/intrin/fsgsbase.h index aeaf46ca8..b564e35f9 100644 --- a/libc/intrin/fsgsbase.h +++ b/libc/intrin/fsgsbase.h @@ -9,7 +9,7 @@ void *_wrfsbase(void *); void *_wrgsbase(void *); int _have_fsgsbase(void); -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && defined(__x86_64__) #define _rdfsbase() \ ({ \ void *_p; \ diff --git a/libc/intrin/getcpuidbrand.c b/libc/intrin/getcpuidbrand.c index 095589d06..d2e2ccc16 100644 --- a/libc/intrin/getcpuidbrand.c +++ b/libc/intrin/getcpuidbrand.c @@ -17,6 +17,7 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/runtime/runtime.h" +#ifdef __x86_64__ void GetCpuidBrand(char s[13], uint32_t leaf) { int ax, cx; @@ -32,3 +33,5 @@ void GetCpuidBrand(char s[13], uint32_t leaf) { : "rdx"); s[12] = 0; } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/have_fsgsbase.c b/libc/intrin/have_fsgsbase.c index 5a8779849..9855db165 100644 --- a/libc/intrin/have_fsgsbase.c +++ b/libc/intrin/have_fsgsbase.c @@ -20,6 +20,7 @@ #include "libc/errno.h" #include "libc/intrin/fsgsbase.h" #include "libc/nexgen32e/x86feature.h" +#ifdef __x86_64__ /** * Returns true if FSGSBASE ISA can be used. @@ -61,3 +62,5 @@ privileged int _have_fsgsbase(void) { return 0; } } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/initializer.internal.h b/libc/intrin/initializer.internal.h deleted file mode 100644 index 6aa1708de..000000000 --- a/libc/intrin/initializer.internal.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef COSMOPOLITAN_LIBC_BITS_INITIALIZER_H_ -#define COSMOPOLITAN_LIBC_BITS_INITIALIZER_H_ -#if !(__ASSEMBLER__ + __LINKER__ + 0) - -/* TODO: DELETE */ - -/** - * Teleports code fragment inside _init(). - */ -#ifndef INITIALIZER -#define INITIALIZER(PRI, NAME, CODE) \ - asm(".section .init." #PRI "." #NAME ",\"ax\",@progbits\n\t" \ - "call\t" #NAME "\n\t" \ - ".previous"); \ - textstartup optimizesize void NAME(char *rdi, const char *rsi) { \ - CODE; \ - asm volatile("" : /* no outputs */ : "D"(rdi), "S"(rsi)); \ - } -#endif /* INITIALIZER */ - -#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ -#endif /* COSMOPOLITAN_LIBC_BITS_INITIALIZER_H_ */ diff --git a/libc/intrin/intrin.mk b/libc/intrin/intrin.mk index c6a4f5586..87b430d42 100644 --- a/libc/intrin/intrin.mk +++ b/libc/intrin/intrin.mk @@ -89,7 +89,7 @@ o/$(MODE)/libc/intrin/kprintf.greg.o: private \ -fpie \ -fwrapv \ -x-no-pg \ - -mno-fentry \ + $(MNO_FENTRY) \ -ffreestanding \ -fno-sanitize=all \ -fno-stack-protector @@ -105,7 +105,7 @@ o/$(MODE)/libc/intrin/_spinlock_debug_4.o: private \ OVERRIDE_CFLAGS += \ -fwrapv \ -x-no-pg \ - -mno-fentry \ + $(MNO_FENTRY) \ -ffreestanding \ -fno-sanitize=all \ -mgeneral-regs-only \ @@ -186,6 +186,10 @@ o/$(MODE)/libc/intrin/memmove.o: private \ OVERRIDE_CFLAGS += \ -fpie +# these assembly files are safe to build on aarch64 +o/$(MODE)/libc/intrin/kclocknames.o: libc/intrin/kclocknames.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $< + LIBC_INTRIN_LIBS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x))) LIBC_INTRIN_HDRS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_HDRS)) LIBC_INTRIN_INCS = $(foreach x,$(LIBC_INTRIN_ARTIFACTS),$($(x)_INCS)) diff --git a/libc/intrin/kclocknames.S b/libc/intrin/kclocknames.S index 2f2f85bb1..a19a3e4a6 100644 --- a/libc/intrin/kclocknames.S +++ b/libc/intrin/kclocknames.S @@ -28,18 +28,18 @@ .endm .section .rodata,"a",@progbits - .align 4 + .balign 4 .underrun kClockNames: .e CLOCK_REALTIME,"REALTIME" - .e CLOCK_REALTIME_FAST,"REALTIME_FAST" # order matters - .e CLOCK_REALTIME_PRECISE,"REALTIME_PRECISE" # order matters - .e CLOCK_REALTIME_COARSE,"REALTIME_COARSE" # order matters + .e CLOCK_REALTIME_FAST,"REALTIME_FAST" // order matters + .e CLOCK_REALTIME_PRECISE,"REALTIME_PRECISE" // order matters + .e CLOCK_REALTIME_COARSE,"REALTIME_COARSE" // order matters .e CLOCK_MONOTONIC,"MONOTONIC" - .e CLOCK_MONOTONIC_FAST,"MONOTONIC_FAST" # order matters - .e CLOCK_MONOTONIC_RAW,"MONOTONIC_RAW" # order matters - .e CLOCK_MONOTONIC_PRECISE,"MONOTONIC_PRECISE" # order matters - .e CLOCK_MONOTONIC_COARSE,"MONOTONIC_COARSE" # order matters + .e CLOCK_MONOTONIC_FAST,"MONOTONIC_FAST" // order matters + .e CLOCK_MONOTONIC_RAW,"MONOTONIC_RAW" // order matters + .e CLOCK_MONOTONIC_PRECISE,"MONOTONIC_PRECISE" // order matters + .e CLOCK_MONOTONIC_COARSE,"MONOTONIC_COARSE" // order matters .e CLOCK_PROCESS_CPUTIME_ID,"PROCESS_CPUTIME_ID" .e CLOCK_THREAD_CPUTIME_ID,"THREAD_CPUTIME_ID" .e CLOCK_TAI,"TAI" diff --git a/libc/intrin/kdos2errno.S b/libc/intrin/kdos2errno.S index 56ae496b3..3e81a1bb2 100644 --- a/libc/intrin/kdos2errno.S +++ b/libc/intrin/kdos2errno.S @@ -22,7 +22,7 @@ // @see libc/sysv/dos2errno.sh for the numbers .section .sort.rodata.dos2errno.1,"a",@progbits - .align 8 + .balign 8 kDos2Errno:/* ...decentralized content... */.endobj kDos2Errno,globl diff --git a/libc/intrin/kerrnodocs.S b/libc/intrin/kerrnodocs.S index 8f80253ad..eb6ead62e 100644 --- a/libc/intrin/kerrnodocs.S +++ b/libc/intrin/kerrnodocs.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kErrnoDocs: .e EINVAL,"Invalid argument" diff --git a/libc/intrin/kerrnonames.S b/libc/intrin/kerrnonames.S index 4167cf5da..087d878ac 100644 --- a/libc/intrin/kerrnonames.S +++ b/libc/intrin/kerrnonames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kErrnoNames: .e EINVAL diff --git a/libc/intrin/kfcntlcmds.S b/libc/intrin/kfcntlcmds.S index 9798d8297..746cb1038 100644 --- a/libc/intrin/kfcntlcmds.S +++ b/libc/intrin/kfcntlcmds.S @@ -28,7 +28,7 @@ .endm .section .rodata,"a",@progbits - .align 4 + .balign 4 .underrun kFcntlCmds: .e F_GETFD,"GETFD" diff --git a/libc/intrin/kipoptnames.S b/libc/intrin/kipoptnames.S index 59290cb1a..1765c6246 100644 --- a/libc/intrin/kipoptnames.S +++ b/libc/intrin/kipoptnames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kIpOptnames: .e IP_TOS,"TOS" # int diff --git a/libc/intrin/kopenflags.S b/libc/intrin/kopenflags.S index 85efbf487..eb6ca038c 100644 --- a/libc/intrin/kopenflags.S +++ b/libc/intrin/kopenflags.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kOpenFlags: .e O_RDWR,"RDWR" // order matters diff --git a/libc/intrin/kprintf.greg.c b/libc/intrin/kprintf.greg.c index a23d63689..bea9cc265 100644 --- a/libc/intrin/kprintf.greg.c +++ b/libc/intrin/kprintf.greg.c @@ -165,6 +165,7 @@ privileged bool kisdangerous(const void *p) { } privileged static void klog(const char *b, size_t n) { +#ifdef __x86_64__ int e; bool cf; size_t i; @@ -196,6 +197,17 @@ privileged static void klog(const char *b, size_t n) { : "0"(__NR_write), "1"(2), "2"(b), "3"(n) : "rcx", "r8", "r9", "r10", "r11", "memory", "cc"); } +#else + register long r0 asm("x0") = (long)2; + register long r1 asm("x1") = (long)b; + register long r2 asm("x2") = (long)n; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(64), "r"(r0), "r"(r1), "r"(r2) + : "x8", "memory"); +#endif } privileged static size_t kformat(char *b, size_t n, const char *fmt, @@ -798,7 +810,6 @@ privileged size_t kvsnprintf(char *b, size_t n, const char *fmt, va_list v) { privileged void kvprintf(const char *fmt, va_list v) { size_t n; char b[4000]; - if (!v) return; n = kformat(b, sizeof(b), fmt, v); klog(b, MIN(n, sizeof(b) - 1)); } diff --git a/libc/intrin/krlimitnames.S b/libc/intrin/krlimitnames.S index 768ae3026..9bb54ee61 100644 --- a/libc/intrin/krlimitnames.S +++ b/libc/intrin/krlimitnames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kRlimitNames: .e RLIMIT_AS,"AS" diff --git a/libc/intrin/ksignalnames.S b/libc/intrin/ksignalnames.S index c3a8a4924..01ac4fd06 100644 --- a/libc/intrin/ksignalnames.S +++ b/libc/intrin/ksignalnames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kSignalNames: .e SIGHUP,"SIGHUP" diff --git a/libc/intrin/ksockoptnames.S b/libc/intrin/ksockoptnames.S index f25fcf212..e2e01a5b9 100644 --- a/libc/intrin/ksockoptnames.S +++ b/libc/intrin/ksockoptnames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kSockOptnames: .e SO_DEBUG,"DEBUG" # bool32 diff --git a/libc/intrin/ktcpoptnames.S b/libc/intrin/ktcpoptnames.S index e9fb7386f..6c33c59a3 100644 --- a/libc/intrin/ktcpoptnames.S +++ b/libc/intrin/ktcpoptnames.S @@ -28,7 +28,7 @@ .endm .section .rodata - .align 4 + .balign 4 .underrun kTcpOptnames: .e TCP_NODELAY,"NODELAY" # bool32 diff --git a/libc/intrin/leaky.S b/libc/intrin/leaky.S index d79d752d2..324dc66d1 100644 --- a/libc/intrin/leaky.S +++ b/libc/intrin/leaky.S @@ -25,7 +25,7 @@ .globl _leaky_start,_leaky_end .hidden _leaky_start,_leaky_end .byte 0 - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun _leaky_start: .previous/* diff --git a/libc/intrin/lockxchg.h b/libc/intrin/lockxchg.h index 72733a645..6385cca02 100644 --- a/libc/intrin/lockxchg.h +++ b/libc/intrin/lockxchg.h @@ -3,9 +3,11 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ +/* TODO(jart): DELETE */ + intptr_t lockxchg(void *, void *, size_t); -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && defined(__x86_64__) /** * Exchanges *MEMORY into *LOCALVAR w/ one operation. * diff --git a/libc/intrin/memcmp.c b/libc/intrin/memcmp.c index e88869ea8..0c8dba233 100644 --- a/libc/intrin/memcmp.c +++ b/libc/intrin/memcmp.c @@ -25,6 +25,8 @@ typedef char xmm_t __attribute__((__vector_size__(16), __aligned__(1))); +#ifdef __x86_64__ + static dontinline antiquity int memcmp_sse(const unsigned char *p, const unsigned char *q, size_t n) { unsigned u; @@ -99,6 +101,8 @@ microarchitecture("avx") static int memcmp_avx(const unsigned char *p, } } +#endif /* __x86_64__ */ + /** * Compares memory byte by byte. * @@ -136,6 +140,7 @@ int memcmp(const void *a, const void *b, size_t n) { const unsigned char *p, *q; if ((p = a) == (q = b) || !n) return 0; if ((c = *p - *q)) return c; +#ifdef __x86_64__ if (!IsTiny()) { if (n <= 16) { if (n >= 8) { @@ -187,6 +192,7 @@ int memcmp(const void *a, const void *b, size_t n) { return memcmp_sse(p, q, n); } } +#endif /* __x86_64__ */ for (; n; ++p, ++q, --n) { if ((c = *p - *q)) { return c; diff --git a/libc/intrin/memmove.c b/libc/intrin/memmove.c index 2ac856448..5b4e56a42 100644 --- a/libc/intrin/memmove.c +++ b/libc/intrin/memmove.c @@ -93,6 +93,8 @@ void *memmove(void *dst, const void *src, size_t n) { xmm_t v, w, x, y, V, W, X, Y, wut; d = dst; s = src; + +#ifdef __x86__ if (IsTiny()) { uint16_t w1, w2; uint32_t l1, l2; @@ -133,6 +135,8 @@ void *memmove(void *dst, const void *src, size_t n) { } return dst; } +#endif + switch (n) { case 0: return d; @@ -208,6 +212,8 @@ void *memmove(void *dst, const void *src, size_t n) { return d; default: if (d == s) return d; + +#ifdef __x86__ if (n < kHalfCache3 || !kHalfCache3) { if (d > s) { if (IsAsan() || n < 900 || !X86_HAVE(ERMS)) { @@ -280,6 +286,31 @@ void *memmove(void *dst, const void *src, size_t n) { } asm("sfence"); } +#else + + if (d > s) { + do { + n -= 32; + v = *(const xmm_t *)(s + n); + w = *(const xmm_t *)(s + n + 16); + *(xmm_t *)(d + n) = v; + *(xmm_t *)(d + n + 16) = w; + } while (n >= 32); + } else { + i = 0; + do { + v = *(const xmm_t *)(s + i); + w = *(const xmm_t *)(s + i + 16); + *(xmm_t *)(d + i) = v; + *(xmm_t *)(d + i + 16) = w; + } while ((i += 32) + 32 <= n); + d += i; + s += i; + n -= i; + } + +#endif + if (n) { if (n >= 16) { v = *(const xmm_t *)s; @@ -305,6 +336,7 @@ void *memmove(void *dst, const void *src, size_t n) { *d = *s; } } + return dst; } } diff --git a/libc/intrin/memset.c b/libc/intrin/memset.c index b13c61325..cdb1668bd 100644 --- a/libc/intrin/memset.c +++ b/libc/intrin/memset.c @@ -44,6 +44,7 @@ static dontinline antiquity void *memset_sse(char *p, char c, size_t n) { return p; } +#ifdef __x86_64__ microarchitecture("avx") static void *memset_avx(char *p, char c, size_t n) { char *t; xmm_t v = {c, c, c, c, c, c, c, c, c, c, c, c, c, c, c, c}; @@ -76,6 +77,7 @@ microarchitecture("avx") static void *memset_avx(char *p, char c, size_t n) { } return p; } +#endif /* __x86_64__ */ /** * Sets memory. @@ -155,11 +157,13 @@ void *memset(void *p, int c, size_t n) { } while (n); } return b; +#ifdef __x86_64__ } else if (IsTiny()) { asm("rep stosb" : "+D"(b), "+c"(n), "=m"(*(char(*)[n])b) : "0"(p), "a"(c)); return p; } else if (X86_HAVE(AVX)) { return memset_avx(b, c, n); +#endif } else { return memset_sse(b, c, n); } diff --git a/libc/intrin/mman.greg.c b/libc/intrin/mman.greg.c index 56afd783f..1686f9932 100644 --- a/libc/intrin/mman.greg.c +++ b/libc/intrin/mman.greg.c @@ -42,6 +42,7 @@ #include "libc/runtime/metalprintf.internal.h" #include "libc/runtime/pc.internal.h" #include "libc/runtime/runtime.h" +#ifdef __x86_64__ #define INVERT(x) (BANE + PHYSICAL(x)) #define NOPAGE ((uint64_t)-1) @@ -313,3 +314,5 @@ noasan textreal void __reclaim_boot_pages(struct mman *mm, uint64_t skip_start, } mm->frp = p; } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/mpsadbw.h b/libc/intrin/mpsadbw.h index 33271ab17..9237a55c9 100644 --- a/libc/intrin/mpsadbw.h +++ b/libc/intrin/mpsadbw.h @@ -6,7 +6,7 @@ COSMOPOLITAN_C_START_ void mpsadbw(uint16_t[8], const uint8_t[16], const uint8_t[16], uint8_t); -#ifndef __STRICT_ANSI__ +#if defined(__x86_64__) && !defined(__STRICT_ANSI__) __intrin_xmm_t __mpsadbws(__intrin_xmm_t, __intrin_xmm_t); #define mpsadbw(C, B, A, I) \ do { \ diff --git a/libc/intrin/mpsadbws.S b/libc/intrin/mpsadbws.S index bf8ca8fa4..a4383ed12 100644 --- a/libc/intrin/mpsadbws.S +++ b/libc/intrin/mpsadbws.S @@ -22,7 +22,7 @@ // // @note needs sse4 cf. core c. 2006 cf. bulldozer c. 2011 // @see mpsadbw() - .align 8 + .balign 8 __mpsadbws: i = 0 .rept 8 diff --git a/libc/intrin/mulvdi3.S b/libc/intrin/mulvdi3.S index 7ef4b6512..9e76754ee 100644 --- a/libc/intrin/mulvdi3.S +++ b/libc/intrin/mulvdi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥*𝑦, aborting on overflow. // diff --git a/libc/intrin/mulvsi3.S b/libc/intrin/mulvsi3.S index 51a8e6e3d..42c2f7bf2 100644 --- a/libc/intrin/mulvsi3.S +++ b/libc/intrin/mulvsi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥*𝑦, aborting on overflow. // diff --git a/libc/intrin/mulvti3.S b/libc/intrin/mulvti3.S index 93b25b911..740b27e88 100644 --- a/libc/intrin/mulvti3.S +++ b/libc/intrin/mulvti3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥*𝑦, aborting on overflow. // diff --git a/libc/intrin/negvdi2.S b/libc/intrin/negvdi2.S index 5cb827852..133fe6d4b 100644 --- a/libc/intrin/negvdi2.S +++ b/libc/intrin/negvdi2.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns -𝑥, aborting on overflow (two's complement bane). // diff --git a/libc/intrin/negvsi2.S b/libc/intrin/negvsi2.S index 38f564690..2905466e5 100644 --- a/libc/intrin/negvsi2.S +++ b/libc/intrin/negvsi2.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns -𝑥, aborting on overflow (two's complement bane). // diff --git a/libc/intrin/negvti2.S b/libc/intrin/negvti2.S index add96c0b1..7e38dfac0 100644 --- a/libc/intrin/negvti2.S +++ b/libc/intrin/negvti2.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns -𝑥, aborting on overflow. // diff --git a/libc/intrin/nopl.internal.h b/libc/intrin/nopl.internal.h index 9c6ab10b5..77acc2aa7 100644 --- a/libc/intrin/nopl.internal.h +++ b/libc/intrin/nopl.internal.h @@ -1,7 +1,8 @@ #ifndef COSMOPOLITAN_LIBC_INTRIN_NOPL_H_ #define COSMOPOLITAN_LIBC_INTRIN_NOPL_H_ -#if !(__ASSEMBLER__ + __LINKER__ + 0) && defined(__GNUC__) && \ - !defined(__llvm__) && !defined(__chibicc__) && !defined(__STRICT_ANSI__) +#if !(__ASSEMBLER__ + __LINKER__ + 0) && defined(__x86_64__) && \ + defined(__GNUC__) && !defined(__llvm__) && !defined(__chibicc__) && \ + !defined(__STRICT_ANSI__) /** * @fileoverview Turns CALLs into NOPs that are fixupable at runtime. diff --git a/libc/intrin/ntgetversion.c b/libc/intrin/ntgetversion.c index d458b68b2..f6741ad10 100644 --- a/libc/intrin/ntgetversion.c +++ b/libc/intrin/ntgetversion.c @@ -18,6 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/nt/struct/teb.h" #include "libc/runtime/runtime.h" +#ifdef __x86_64__ /** * Returns New Technology version, e.g. @@ -29,3 +30,5 @@ textwindows noasan int NtGetVersion(void) { return (NtGetPeb()->OSMajorVersion & 0xff) << 8 | NtGetPeb()->OSMinorVersion; } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/palignr.h b/libc/intrin/palignr.h index 55659bd0d..8c3c6509a 100644 --- a/libc/intrin/palignr.h +++ b/libc/intrin/palignr.h @@ -7,7 +7,7 @@ COSMOPOLITAN_C_START_ void palignr(void *, const void *, const void *, unsigned long); -#if !defined(__STRICT_ANSI__) && !defined(__chibicc__) +#if !defined(__STRICT_ANSI__) && !defined(__chibicc__) && defined(__x86_64__) __intrin_xmm_t __palignrs(__intrin_xmm_t, __intrin_xmm_t); #define palignr(C, B, A, I) \ do { \ diff --git a/libc/intrin/palignrs.S b/libc/intrin/palignrs.S index 218cfce61..fdc4b2380 100644 --- a/libc/intrin/palignrs.S +++ b/libc/intrin/palignrs.S @@ -22,7 +22,7 @@ // // @note needs ssse3 cf. prescott c. 2004 cf. bulldozer c. 2011 // @see palignr() - .align 8 + .balign 8 __palignrs: palignr $0,%xmm1,%xmm0 ret diff --git a/libc/intrin/popcnt.h b/libc/intrin/popcnt.h index 2fb9c999c..26aad97e7 100644 --- a/libc/intrin/popcnt.h +++ b/libc/intrin/popcnt.h @@ -7,7 +7,7 @@ COSMOPOLITAN_C_START_ size_t _countbits(const void *, size_t); unsigned long popcnt(unsigned long) pureconst; -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && defined(__x86_64__) #define popcnt(X) \ (__builtin_constant_p(X) ? __builtin_popcountll(X) : ({ \ unsigned long PoP = (X); \ @@ -18,6 +18,8 @@ unsigned long popcnt(unsigned long) pureconst; } \ PoP; \ })) +#else +#define popcnt(x) __builtin_popcountll(x) #endif /* GNUC && !ANSI */ COSMOPOLITAN_C_END_ diff --git a/libc/intrin/pslldq.h b/libc/intrin/pslldq.h index aa951a902..d9f2ff479 100644 --- a/libc/intrin/pslldq.h +++ b/libc/intrin/pslldq.h @@ -6,7 +6,7 @@ COSMOPOLITAN_C_START_ void pslldq(uint8_t[16], const uint8_t[16], unsigned long); -#ifndef __STRICT_ANSI__ +#if defined(__x86_64__) && !defined(__STRICT_ANSI__) __intrin_xmm_t __pslldqs(__intrin_xmm_t); #define pslldq(B, A, I) \ do { \ diff --git a/libc/intrin/pslldqs.S b/libc/intrin/pslldqs.S index f3e8eb34b..86e2fd427 100644 --- a/libc/intrin/pslldqs.S +++ b/libc/intrin/pslldqs.S @@ -19,7 +19,7 @@ #include "libc/macros.internal.h" // Jump table for pslldq() with non-constexpr immediate parameter. - .align 8 + .balign 8 __pslldqs: pslldq $0,%xmm0 ret diff --git a/libc/intrin/psrldq.h b/libc/intrin/psrldq.h index 153454094..3e0044811 100644 --- a/libc/intrin/psrldq.h +++ b/libc/intrin/psrldq.h @@ -6,7 +6,7 @@ COSMOPOLITAN_C_START_ void psrldq(uint8_t[16], const uint8_t[16], unsigned long); -#ifndef __STRICT_ANSI__ +#if defined(__x86_64__) && !defined(__STRICT_ANSI__) __intrin_xmm_t __psrldqs(__intrin_xmm_t); #define psrldq(B, A, I) \ do { \ diff --git a/libc/intrin/psrldqs.S b/libc/intrin/psrldqs.S index d5b849c7e..7eb4935ab 100644 --- a/libc/intrin/psrldqs.S +++ b/libc/intrin/psrldqs.S @@ -19,7 +19,7 @@ #include "libc/macros.internal.h" // Jump table for psrldq() with non-constexpr immediate parameter. - .align 8 + .balign 8 __psrldqs: psrldq $0,%xmm0 ret diff --git a/libc/intrin/pushpop.h b/libc/intrin/pushpop.h index 0040e7c71..1b1f6f185 100644 --- a/libc/intrin/pushpop.h +++ b/libc/intrin/pushpop.h @@ -3,7 +3,7 @@ #include "libc/macros.internal.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) -#if !defined(__GNUC__) || defined(__STRICT_ANSI__) +#if !defined(__GNUC__) || defined(__STRICT_ANSI__) || !defined(__x86_64__) #define pushpop(x) (x) #else /** @@ -31,7 +31,7 @@ }) #endif -#if !defined(__GNUC__) || defined(__STRICT_ANSI__) +#if !defined(__GNUC__) || defined(__STRICT_ANSI__) || !defined(__x86_64__) #define pushmov(d, x) (*(d) = (x)) #else #define pushmov(d, x) \ diff --git a/libc/intrin/rdfsbase.c b/libc/intrin/rdfsbase.c index 839dbf807..cacd71676 100644 --- a/libc/intrin/rdfsbase.c +++ b/libc/intrin/rdfsbase.c @@ -17,6 +17,7 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/intrin/fsgsbase.h" +#ifdef __x86_64__ /** * Reads `%fs` base address. @@ -26,3 +27,5 @@ void *(_rdfsbase)(void) { return _rdfsbase(); } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/rdgsbase.c b/libc/intrin/rdgsbase.c index 1d6d30d73..d2a6156f2 100644 --- a/libc/intrin/rdgsbase.c +++ b/libc/intrin/rdgsbase.c @@ -17,6 +17,7 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/intrin/fsgsbase.h" +#ifdef __x86_64__ /** * Reads `%gs` base address. @@ -26,3 +27,5 @@ void *(_rdgsbase)(void) { return _rdgsbase(); } + +#endif /* __x86_64__ */ diff --git a/libc/intrin/shufpdjt.S b/libc/intrin/shufpdjt.S index 7ca86aa0b..9cde9ef82 100644 --- a/libc/intrin/shufpdjt.S +++ b/libc/intrin/shufpdjt.S @@ -18,13 +18,13 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" - .align 8 + .balign 8 shufpdjt: i=0 .rept 256 shufpd $i,%xmm1,%xmm0 ret - .align 8 + .balign 8 i=i+1 .endr .endfn shufpdjt,globl diff --git a/libc/intrin/shufpsjt.S b/libc/intrin/shufpsjt.S index dfb862ee4..1b074437f 100644 --- a/libc/intrin/shufpsjt.S +++ b/libc/intrin/shufpsjt.S @@ -18,13 +18,13 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" - .align 8 + .balign 8 shufpsjt: i=0 .rept 256 shufps $i,%xmm1,%xmm0 ret - .align 8 + .balign 8 i=i+1 .endr .endfn shufpsjt,globl diff --git a/libc/intrin/stpcpy.c b/libc/intrin/stpcpy.c index 144bebd47..910617069 100644 --- a/libc/intrin/stpcpy.c +++ b/libc/intrin/stpcpy.c @@ -21,6 +21,7 @@ typedef char xmm_u __attribute__((__vector_size__(16), __aligned__(1))); typedef char xmm_t __attribute__((__vector_size__(16), __aligned__(16))); +#ifdef __x86_64__ static inline noasan size_t stpcpy_sse2(char *d, const char *s, size_t i) { xmm_t v, z = {0}; for (;;) { @@ -34,6 +35,7 @@ static inline noasan size_t stpcpy_sse2(char *d, const char *s, size_t i) { } return i; } +#endif /** * Copies bytes from 𝑠 to 𝑑 until a NUL is encountered. @@ -45,13 +47,15 @@ static inline noasan size_t stpcpy_sse2(char *d, const char *s, size_t i) { * @asyncsignalsafe */ char *stpcpy(char *d, const char *s) { - size_t i; - for (i = 0; (uintptr_t)(s + i) & 15; ++i) { + size_t i = 0; +#ifdef __x86_64__ + for (; (uintptr_t)(s + i) & 15; ++i) { if (!(d[i] = s[i])) { return d + i; } } i = stpcpy_sse2(d, s, i); +#endif for (;;) { if (!(d[i] = s[i])) { return d + i; diff --git a/libc/intrin/strcpy.c b/libc/intrin/strcpy.c index eccdfb00f..e0bc57898 100644 --- a/libc/intrin/strcpy.c +++ b/libc/intrin/strcpy.c @@ -21,6 +21,7 @@ typedef char xmm_u __attribute__((__vector_size__(16), __aligned__(1))); typedef char xmm_t __attribute__((__vector_size__(16), __aligned__(16))); +#ifdef __x86_64__ static inline noasan size_t strcpy_sse2(char *d, const char *s, size_t i) { xmm_t v, z = {0}; for (;;) { @@ -34,6 +35,7 @@ static inline noasan size_t strcpy_sse2(char *d, const char *s, size_t i) { } return i; } +#endif /** * Copies bytes from 𝑠 to 𝑑 until a NUL is encountered. @@ -45,13 +47,15 @@ static inline noasan size_t strcpy_sse2(char *d, const char *s, size_t i) { * @asyncsignalsafe */ char *strcpy(char *d, const char *s) { - size_t i; - for (i = 0; (uintptr_t)(s + i) & 15; ++i) { + size_t i = 0; +#ifdef __x86_64__ + for (; (uintptr_t)(s + i) & 15; ++i) { if (!(d[i] = s[i])) { return d; } } i = strcpy_sse2(d, s, i); +#endif for (;;) { if (!(d[i] = s[i])) { return d; diff --git a/libc/intrin/strlen.c b/libc/intrin/strlen.c index a0b6e59e5..d4d431db0 100644 --- a/libc/intrin/strlen.c +++ b/libc/intrin/strlen.c @@ -30,6 +30,7 @@ typedef char xmm_t __attribute__((__vector_size__(16), __aligned__(16))); * @asyncsignalsafe */ noasan size_t strlen(const char *s) { +#ifdef __x86_64__ size_t n; xmm_t z = {0}; unsigned m, k = (uintptr_t)s & 15; @@ -39,4 +40,9 @@ noasan size_t strlen(const char *s) { while (!m) m = __builtin_ia32_pmovmskb128(*++p == z); n = (const char *)p + __builtin_ctzl(m) - s; return n; +#else + size_t n = 0; + while (*s++) ++n; + return n; +#endif } diff --git a/libc/intrin/subvdi3.S b/libc/intrin/subvdi3.S index ac2ac9f0d..0c6207079 100644 --- a/libc/intrin/subvdi3.S +++ b/libc/intrin/subvdi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥-𝑦, aborting on overflow. // diff --git a/libc/intrin/subvsi3.S b/libc/intrin/subvsi3.S index 13d9d4b12..4a67e2937 100644 --- a/libc/intrin/subvsi3.S +++ b/libc/intrin/subvsi3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥-𝑦, aborting on overflow. // diff --git a/libc/intrin/subvti3.S b/libc/intrin/subvti3.S index 5e8a568ea..5acc76a2c 100644 --- a/libc/intrin/subvti3.S +++ b/libc/intrin/subvti3.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .privileged -.alignfunc +.balignfunc // Returns 𝑥-𝑦, aborting on overflow. // diff --git a/libc/intrin/sys_gettid.greg.c b/libc/intrin/sys_gettid.greg.c index 82cab9d92..9dd3f46a0 100644 --- a/libc/intrin/sys_gettid.greg.c +++ b/libc/intrin/sys_gettid.greg.c @@ -25,6 +25,7 @@ __msabi extern typeof(GetCurrentThreadId) *const __imp_GetCurrentThreadId; privileged int sys_gettid(void) { +#ifdef __x86_64__ int tid; int64_t wut; if (IsWindows()) { @@ -61,4 +62,13 @@ privileged int sys_gettid(void) { tid = __pid; } return tid; +#elif defined(__aarch64__) + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(178) + : "x8", "memory"); + return res_x0; +#endif } diff --git a/libc/intrin/syscall.S b/libc/intrin/syscall.S index 5c0650d02..406f65087 100644 --- a/libc/intrin/syscall.S +++ b/libc/intrin/syscall.S @@ -55,7 +55,7 @@ __syscall__: .endfn __syscall__,globl,hidden .bss - .align 8 + .balign 8 .Lrcx: .quad 0 # clobbered by syscall .Lrdi: .quad 0 # just in case .Lrsi: .quad 0 # just in case diff --git a/libc/intrin/tpenc.S b/libc/intrin/tpenc.S index f68558d22..2e6bc8ac9 100644 --- a/libc/intrin/tpenc.S +++ b/libc/intrin/tpenc.S @@ -45,7 +45,7 @@ _tpenc: .leafprologue .endfn _tpenc,globl .rodata - .align 4 + .balign 4 .underrun kTpenc: .rept 4 # MSB≤10 (0x7FF) .byte 1,0b11000000 # len,mark diff --git a/libc/intrin/weaken.h b/libc/intrin/weaken.h index 17cb4f8e7..79a60c1c5 100644 --- a/libc/intrin/weaken.h +++ b/libc/intrin/weaken.h @@ -4,10 +4,11 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) #ifndef __STRICT_ANSI__ -#define _weaken(symbol) \ - ({ \ - asm(".weak\t" #symbol); \ - &symbol; \ +#define _weaken(symbol) \ + ({ \ + typeof(&symbol) _p = &symbol; \ + asm(".weak\t" #symbol : "+r"(_p)); \ + _p; \ }) #define _strongaddr(symbolstr) \ diff --git a/libc/intrin/wrfsbase.c b/libc/intrin/wrfsbase.c index e8dab5528..4a2b2ad98 100644 --- a/libc/intrin/wrfsbase.c +++ b/libc/intrin/wrfsbase.c @@ -17,6 +17,7 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/intrin/fsgsbase.h" +#ifdef __x86_64__ /** * Changes `%fs` base address. @@ -26,3 +27,5 @@ void *(_wrfsbase)(void *p) { return _wrfsbase(p); } + +#endif /* __x86_64__ */ diff --git a/libc/log/backtrace3.c b/libc/log/backtrace3.c index 087d26504..4a0f75b0c 100644 --- a/libc/log/backtrace3.c +++ b/libc/log/backtrace3.c @@ -67,10 +67,10 @@ noinstrument noasan int PrintBacktraceUsingSymbols(int fd, break; } addr = frame->addr; - if (addr == _weakaddr("__gc")) { + if (addr == (intptr_t)_weaken(__gc)) { do { --gi; - } while ((addr = garbage->p[gi].ret) == _weakaddr("__gc")); + } while ((addr = garbage->p[gi].ret) == (intptr_t)_weaken(__gc)); } /* * we subtract one to handle the case of noreturn functions with a diff --git a/libc/log/countbranch_data.S b/libc/log/countbranch_data.S index 0d6aa76d9..2780ce9cb 100644 --- a/libc/log/countbranch_data.S +++ b/libc/log/countbranch_data.S @@ -21,14 +21,14 @@ .yoink countbranch_report .section .sort.data.countbranch.1,"a",@progbits - .align 8 + .balign 8 .underrun .globl countbranch_data countbranch_data: .previous .section .sort.data.countbranch.3,"a",@progbits - .align 8 + .balign 8 .rept 5 .quad -1 .endr diff --git a/libc/log/countexpr_data.S b/libc/log/countexpr_data.S index 2a80d41de..fdb87a5f9 100644 --- a/libc/log/countexpr_data.S +++ b/libc/log/countexpr_data.S @@ -22,14 +22,14 @@ .yoink countexpr_report .section .sort.data.countexpr.1,"a",@progbits - .align 8 + .balign 8 .globl countexpr_data .underrun countexpr_data: .previous .section .sort.data.countexpr.3,"a",@progbits - .align 8 + .balign 8 .quad 0 .overrun .previous diff --git a/libc/log/gdb.h b/libc/log/gdb.h index a98ad4e5a..dff0ead35 100644 --- a/libc/log/gdb.h +++ b/libc/log/gdb.h @@ -1,6 +1,7 @@ #ifndef COSMOPOLITAN_LIBC_LOG_GDB_H_ #define COSMOPOLITAN_LIBC_LOG_GDB_H_ #include "libc/calls/calls.h" +#include "libc/calls/struct/rusage.h" #include "libc/calls/wait4.h" #include "libc/dce.h" #include "libc/sysv/consts/nr.h" @@ -41,6 +42,7 @@ int AttachDebugger(intptr_t); Pid; \ }) +#ifdef __x86_64__ #define __inline_wait4(PID, OPT_OUT_WSTATUS, OPTIONS, OPT_OUT_RUSAGE) \ ({ \ int64_t WaAx; \ @@ -56,6 +58,9 @@ int AttachDebugger(intptr_t); } \ WaAx; \ }) +#else +#define __inline_wait4 wait4 +#endif COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ diff --git a/libc/log/libfatal.internal.h b/libc/log/libfatal.internal.h index a6b80f160..06c7b8e61 100644 --- a/libc/log/libfatal.internal.h +++ b/libc/log/libfatal.internal.h @@ -17,6 +17,15 @@ forceinline long __sysv_exit(long rc) { : "=a"(ax) : "0"(__NR_exit_group), "D"(rc) : "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = rc; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(94), "r"(r0) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_exit_group, rc); #endif @@ -30,6 +39,15 @@ forceinline int __sysv_close(long fd) { : "=a"(ax) : "0"(__NR_close), "D"(fd) : "rdx", "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = fd; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(57), "r"(r0) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_close, fd); #endif @@ -43,6 +61,18 @@ forceinline int __sysv_open(const char *path, long flags, long mode) { : "=a"(ax), "=d"(dx) : "0"(__NR_open), "D"(path), "S"(flags), "1"(mode) : "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = -100; + register long r1 asm("x1") = (long)path; + register long r2 asm("x2") = (long)flags; + register long r3 asm("x3") = (long)mode; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(56), "r"(r0), "r"(r1), "r"(r2), "r"(r3) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_open, path, flags, mode); #endif @@ -56,6 +86,17 @@ forceinline long __sysv_read(long fd, void *data, unsigned long size) { : "=a"(ax), "=d"(dx) : "0"(__NR_read), "D"(fd), "S"(data), "1"(size) : "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = (long)fd; + register long r1 asm("x1") = (long)data; + register long r2 asm("x2") = (long)size; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(63), "r"(r0), "r"(r1), "r"(r2) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_read, fd, data, size); #endif @@ -69,6 +110,17 @@ forceinline long __sysv_write(long fd, const void *data, unsigned long size) { : "=a"(ax), "=d"(dx) : "0"(__NR_write), "D"(fd), "S"(data), "1"(size) : "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = (long)fd; + register long r1 asm("x1") = (long)data; + register long r2 asm("x2") = (long)size; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(64), "r"(r0), "r"(r1), "r"(r2) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_write, fd, data, size); #endif @@ -82,6 +134,17 @@ forceinline long __sysv_mprotect(void *addr, size_t size, long prot) { : "=a"(ax), "=d"(dx) : "0"(__NR_mprotect), "D"(addr), "S"(size), "1"(prot) : "memory", "cc"); +#elif defined(__aarch64__) + register long r0 asm("x0") = (long)addr; + register long r1 asm("x1") = (long)size; + register long r2 asm("x2") = (long)prot; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(226), "r"(r0), "r"(r1), "r"(r2) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_mprotect, addr, size, prot); #endif @@ -95,6 +158,14 @@ forceinline int __sysv_getpid(void) { : "=a"(ax) : "0"(__NR_getpid) : "rdx", "memory", "cc"); +#elif defined(__aarch64__) + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(172) + : "x8", "memory"); + ax = res_x0; #else ax = syscall(__NR_getpid); #endif diff --git a/libc/log/log.h b/libc/log/log.h index 2b50a26be..9f418da40 100644 --- a/libc/log/log.h +++ b/libc/log/log.h @@ -210,7 +210,7 @@ void _log_exit(int) wontreturn; #define ARGS unsigned, const char *, int, FILE *, const char * #define ATTR paramsnonnull((5)) printfesque(5) -#define ATTRV paramsnonnull((5, 6)) +#define ATTRV paramsnonnull((5)) void flogf(ARGS, ...) ATTR libcesque; void vflogf(ARGS, va_list) ATTRV libcesque; void fverbosef(ARGS, ...) asm("flogf") ATTR relegated libcesque; diff --git a/libc/log/logfile.c b/libc/log/logfile.c new file mode 100644 index 000000000..1260978ea --- /dev/null +++ b/libc/log/logfile.c @@ -0,0 +1,26 @@ +/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ +│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2020 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ +#include "libc/log/log.h" +#include "libc/stdio/stdio.h" + +FILE *__log_file; + +__attribute__((__constructor__)) static void init(void) { + __log_file = stderr; +} diff --git a/libc/log/logfile.initabi.c b/libc/log/logfile.initabi.c deleted file mode 100644 index 2bf044980..000000000 --- a/libc/log/logfile.initabi.c +++ /dev/null @@ -1,24 +0,0 @@ -/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ -╞══════════════════════════════════════════════════════════════════════════════╡ -│ Copyright 2020 Justine Alexandra Roberts Tunney │ -│ │ -│ Permission to use, copy, modify, and/or distribute this software for │ -│ any purpose with or without fee is hereby granted, provided that the │ -│ above copyright notice and this permission notice appear in all copies. │ -│ │ -│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ -│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ -│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ -│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ -│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ -│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ -│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ -│ PERFORMANCE OF THIS SOFTWARE. │ -╚─────────────────────────────────────────────────────────────────────────────*/ -#include "libc/intrin/initializer.internal.h" -#include "libc/stdio/stdio.h" - -FILE *__log_file; - -INITIALIZER(401, _init_log_file, (__log_file = stderr)); diff --git a/libc/log/loglevel.S b/libc/log/loglevel.S index b2f70029a..9bc16836c 100644 --- a/libc/log/loglevel.S +++ b/libc/log/loglevel.S @@ -20,7 +20,7 @@ #include "libc/macros.internal.h" .bss - .align 4 + .balign 4 __log_level: .long 0 .endobj __log_level,globl diff --git a/libc/macros.internal.h b/libc/macros.internal.h index b8bf30816..ee2de0399 100644 --- a/libc/macros.internal.h +++ b/libc/macros.internal.h @@ -13,20 +13,20 @@ #define TRUE 1 #define FALSE 0 -#define IS2POW(X) (!((X) & ((X)-1))) -#define ROUNDUP(X, K) (((X) + (K)-1) & -(K)) -#define ROUNDDOWN(X, K) ((X) & -(K)) +#define IS2POW(X) (!((X) & ((X)-1))) +#define ROUNDUP(X, K) (((X) + (K)-1) & -(K)) +#define ROUNDDOWN(X, K) ((X) & -(K)) #ifndef __ASSEMBLER__ -#define ABS(X) ((X) >= 0 ? (X) : -(X)) -#define MIN(X, Y) ((Y) > (X) ? (X) : (Y)) -#define MAX(X, Y) ((Y) < (X) ? (X) : (Y)) +#define ABS(X) ((X) >= 0 ? (X) : -(X)) +#define MIN(X, Y) ((Y) > (X) ? (X) : (Y)) +#define MAX(X, Y) ((Y) < (X) ? (X) : (Y)) #else // The GNU assembler does not grok the ?: ternary operator; furthermore, // boolean expressions yield -1 and 0 for "true" and "false", not 1 and 0. -#define __MAPBOOL(P) (!!(P) / (!!(P) + !(P))) -#define __IFELSE(P, X, Y) (__MAPBOOL(P) * (X) + __MAPBOOL(!(P)) * (Y)) -#define MIN(X, Y) (__IFELSE((Y) > (X), (X), (Y))) -#define MAX(X, Y) (__IFELSE((Y) < (X), (X), (Y))) +#define __MAPBOOL(P) (!!(P) / (!!(P) + !(P))) +#define __IFELSE(P, X, Y) (__MAPBOOL(P) * (X) + __MAPBOOL(!(P)) * (Y)) +#define MIN(X, Y) (__IFELSE((Y) > (X), (X), (Y))) +#define MAX(X, Y) (__IFELSE((Y) < (X), (X), (Y))) #endif #define PASTE(A, B) __PASTE(A, B) #define STRINGIFY(A) __STRINGIFY(A) @@ -43,9 +43,31 @@ #ifdef __ASSEMBLER__ // clang-format off -#if __MNO_VZEROUPPER__ + 0 -#define vzeroupper -#endif +// Ends function definition. +// @cost saves 1-3 lines of code +.macro .endfn name:req bnd vis + .size "\name",.-"\name" + .type "\name",@function + .ifnb \bnd + .\bnd "\name" + .endif + .ifnb \vis + .\vis "\name" + .endif +.endm + +// Ends variable definition. +// @cost saves 1-3 lines of code +.macro .endobj name:req bnd vis + .size "\name",.-"\name" + .type "\name",@object + .ifnb \bnd + .\bnd "\name" + .endif + .ifnb \vis + .\vis "\name" + .endif +.endm // Shorthand notation for widely-acknowledged sections. .macro .rodata @@ -77,7 +99,7 @@ .endm .macro .text.modernity .section .text.modernity,"ax",@progbits - .align 16 + .balign 16 .endm .macro .text.antiquity .section .text.antiquity,"ax",@progbits @@ -95,6 +117,51 @@ .section .text.windows,"ax",@progbits .endm +// Mergeable NUL-terminated UTF-8 string constant section. +// +// @note linker de-dupes C strings here across whole compile +// @note therefore item/values are reordered w.r.t. link order +// @note therefore no section relative addressing +.macro .rodata.str1.1 + .section .rodata.str1.1,"aMS",@progbits,1 + .align 1 +.endm + +// Locates unreferenced code invulnerable to --gc-sections. +.macro .keep.text + .section .keep.text,"ax",@progbits +.endm + +// Flags code as only allowed for testing purposes. +.macro .testonly + .section .test,"ax",@progbits +.endm + +// Makes code runnable while code morphing. +.macro .privileged + .section .privileged,"ax",@progbits +.endm + +// Pulls unrelated module into linkage. +// +// In order for this technique to work with --gc-sections, another +// module somewhere might want to weakly reference whats yoinked. +.macro .yoink symbol:req + .section .yoink +#ifdef __x86_64__ + nopl "\symbol"(%rip) +#elif defined(__aarch64__) + b "\symbol" +#endif + .previous +.endm + +#ifdef __x86_64__ + +#if __MNO_VZEROUPPER__ + 0 +#define vzeroupper +#endif + // Mergeable numeric constant sections. // // @note linker de-dupes item/values across whole compile @@ -129,31 +196,6 @@ .align 4 .endm -// Mergeable NUL-terminated UTF-8 string constant section. -// -// @note linker de-dupes C strings here across whole compile -// @note therefore item/values are reordered w.r.t. link order -// @note therefore no section relative addressing -.macro .rodata.str1.1 - .section .rodata.str1.1,"aMS",@progbits,1 - .align 1 -.endm - -// Locates unreferenced code invulnerable to --gc-sections. -.macro .keep.text - .section .keep.text,"ax",@progbits -.endm - -// Flags code as only allowed for testing purposes. -.macro .testonly - .section .test,"ax",@progbits -.endm - -// Makes code runnable while code morphing. -.macro .privileged - .section .privileged,"ax",@progbits -.endm - // Loads address of errno into %rcx .macro .errno call __errno_location @@ -197,32 +239,6 @@ .weak \canonical .endm -// Ends function definition. -// @cost saves 1-3 lines of code -.macro .endfn name:req bnd vis - .size "\name",.-"\name" - .type "\name",@function - .ifnb \bnd - .\bnd "\name" - .endif - .ifnb \vis - .\vis "\name" - .endif -.endm - -// Ends variable definition. -// @cost saves 1-3 lines of code -.macro .endobj name:req bnd vis - .size "\name",.-"\name" - .type "\name",@object - .ifnb \bnd - .\bnd "\name" - .endif - .ifnb \vis - .\vis "\name" - .endif -.endm - // LOOP Instruction Replacement. .macro .loop label:req .byte 0x83 @@ -341,16 +357,6 @@ .byte 0x0f,0x1f,0x40,0x00 .endm -// Pulls unrelated module into linkage. -// -// In order for this technique to work with --gc-sections, another -// module somewhere might want to weakly reference whats yoinked. -.macro .yoink symbol:req - .section .yoink - nopl "\symbol"(%rip) - .previous -.endm - // Calls Windows function. // // @param cx,dx,r8,r9,stack @@ -542,6 +548,14 @@ #endif .endm +#else + +.macro .underrun +.endm +.macro .overrun +.endm + // clang-format on +#endif /* __x86_64__ */ #endif /* __ASSEMBLER__ */ #endif /* COSMOPOLITAN_LIBC_MACROS_H_ */ diff --git a/libc/nexgen32e/auxv2.c b/libc/nexgen32e/auxv2.c new file mode 100644 index 000000000..964bb0741 --- /dev/null +++ b/libc/nexgen32e/auxv2.c @@ -0,0 +1,23 @@ +/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ +│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2023 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ +#include "libc/runtime/runtime.h" + +#ifdef __aarch64__ +unsigned long *__auxv; +#endif diff --git a/libc/nexgen32e/environ.S b/libc/nexgen32e/environ.S index d35260000..2043e7710 100644 --- a/libc/nexgen32e/environ.S +++ b/libc/nexgen32e/environ.S @@ -21,7 +21,7 @@ // Environment variable pointer list. .bss - .align 8 + .balign 8 environ: .quad 0 .endobj environ,globl diff --git a/libc/nexgen32e/environ2.c b/libc/nexgen32e/environ2.c new file mode 100644 index 000000000..f86074125 --- /dev/null +++ b/libc/nexgen32e/environ2.c @@ -0,0 +1,23 @@ +/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ +│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2023 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ +#include "libc/runtime/runtime.h" + +#ifdef __aarch64__ +char **environ; +#endif diff --git a/libc/nexgen32e/imapxlatab.S b/libc/nexgen32e/imapxlatab.S index ae603c3a3..986cf33c4 100644 --- a/libc/nexgen32e/imapxlatab.S +++ b/libc/nexgen32e/imapxlatab.S @@ -30,7 +30,7 @@ imapxlatab: pushpop 32,%rcx mov $0x0706050403020100,%rax mov $0x0808080808080808,%rdx - .align 8 + .balign 8 1: stosq add %rdx,%rax .loop 1b diff --git a/libc/nexgen32e/kcp437.S b/libc/nexgen32e/kcp437.S index e25ccf861..161d8fe97 100644 --- a/libc/nexgen32e/kcp437.S +++ b/libc/nexgen32e/kcp437.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" .rodata -.align 16 +.balign 16 // ibm cp437 unicode table w/ string literal safety // diff --git a/libc/nexgen32e/ksha256.S b/libc/nexgen32e/ksha256.S index b5f8000cd..dcc9c6189 100644 --- a/libc/nexgen32e/ksha256.S +++ b/libc/nexgen32e/ksha256.S @@ -19,7 +19,7 @@ #include "libc/macros.internal.h" .rodata - .align 64 + .balign 64 kSha256: .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 diff --git a/libc/nexgen32e/ksha512.S b/libc/nexgen32e/ksha512.S index 1b28a1040..2176eb41c 100644 --- a/libc/nexgen32e/ksha512.S +++ b/libc/nexgen32e/ksha512.S @@ -19,7 +19,7 @@ #include "libc/macros.internal.h" .rodata - .align 64 + .balign 64 kSha512: .quad 0x428a2f98d728ae22,0x7137449123ef65cd .quad 0xb5c0fbcfec4d3b2f,0xe9b5dba58189dbbc diff --git a/libc/nexgen32e/nexgen32e.mk b/libc/nexgen32e/nexgen32e.mk index 3eba33354..121116e7c 100644 --- a/libc/nexgen32e/nexgen32e.mk +++ b/libc/nexgen32e/nexgen32e.mk @@ -47,6 +47,10 @@ o/$(MODE)/libc/nexgen32e/threaded.o: private \ $(NO_MAGIC) \ -fno-sanitize=all +# these assembly files are safe to build on aarch64 +o/$(MODE)/libc/nexgen32e/kreversebits.o: libc/nexgen32e/kreversebits.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $< + LIBC_NEXGEN32E_LIBS = $(foreach x,$(LIBC_NEXGEN32E_ARTIFACTS),$($(x))) LIBC_NEXGEN32E_SRCS = $(foreach x,$(LIBC_NEXGEN32E_ARTIFACTS),$($(x)_SRCS)) LIBC_NEXGEN32E_HDRS = $(foreach x,$(LIBC_NEXGEN32E_ARTIFACTS),$($(x)_HDRS)) diff --git a/libc/nexgen32e/rdtsc.h b/libc/nexgen32e/rdtsc.h index 8838a20bb..12a4be0fb 100644 --- a/libc/nexgen32e/rdtsc.h +++ b/libc/nexgen32e/rdtsc.h @@ -32,12 +32,21 @@ COSMOPOLITAN_C_START_ #define mfence_lfence_rdtsc_lfence() \ __RDTSC("mfence\n\tlfence\n\trdtsc\n\tlfence") +#ifdef __x86__ #define __RDTSC(ASM) \ ({ \ uint64_t Rax, Rdx; \ asm volatile(ASM : "=a"(Rax), "=d"(Rdx) : /* no inputs */ : "memory"); \ Rdx << 32 | Rax; \ }) +#elif defined(__aarch64__) +#define __RDTSC(ASM) \ + ({ \ + uint64_t _Ts; \ + asm volatile("mrs\t%0,cntvct_el0" : "=r"(_Ts)); \ + _Ts * 48; /* the fudge factor */ \ + }) +#endif COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ diff --git a/libc/nexgen32e/sha1.S b/libc/nexgen32e/sha1.S index 8cae49d80..2ed8400da 100644 --- a/libc/nexgen32e/sha1.S +++ b/libc/nexgen32e/sha1.S @@ -432,7 +432,7 @@ Copyright 2014 Intel Corporation\n" ADD_IF_GE BUFFER_PTR2, BLOCKS_CTR, 4, 128 xchg WK_BUF, PRECALC_BUF - .align 32 + .balign 32 .L_loop: // code loops through more than one block @@ -440,10 +440,10 @@ Copyright 2014 Intel Corporation\n" // it is set below by: cmovae BUFFER_PTR, K_BASE test BLOCKS_CTR, BLOCKS_CTR jnz .L_begin - .align 32 + .balign 32 jmp .L_end - .align 32 + .balign 32 .L_begin: // process first block @@ -562,7 +562,7 @@ Copyright 2014 Intel Corporation\n" jmp .L_loop - .align 32 + .balign 32 .L_end: .endm @@ -574,7 +574,7 @@ Copyright 2014 Intel Corporation\n" #define K3 0x8f1bbcdc #define K4 0xca62c1d6 -.align 128 +.balign 128 K_XMM_AR: .long K1,K1,K1,K1 .long K1,K1,K1,K1 diff --git a/libc/nexgen32e/sha1ni.S b/libc/nexgen32e/sha1ni.S index 514461e37..cd32bcb21 100644 --- a/libc/nexgen32e/sha1ni.S +++ b/libc/nexgen32e/sha1ni.S @@ -34,7 +34,7 @@ #include "libc/macros.internal.h" .text -.align 32 +.balign 32 .ident "\n\ Intel SHA-NI (BSD-3 License)\n\ Copyright 2015 Intel Corporation\n\ @@ -276,11 +276,11 @@ sha1_transform_ni: .endfn sha1_transform_ni,globl .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 -.align 16 +.balign 16 PSHUFFLE_BYTE_FLIP_MASK: .octa 0x000102030405060708090a0b0c0d0e0f .section .rodata.cst16.UPPER_WORD_MASK, "aM", @progbits, 16 -.align 16 +.balign 16 UPPER_WORD_MASK: .octa 0xFFFFFFFF000000000000000000000000 diff --git a/libc/nexgen32e/sha256.S b/libc/nexgen32e/sha256.S index 41c896c47..e2cf716dc 100644 --- a/libc/nexgen32e/sha256.S +++ b/libc/nexgen32e/sha256.S @@ -529,7 +529,7 @@ STACK_SIZE = _RSP + _RSP_SIZE ## arg 3 : Num blocks ######################################################################## .text -.align 32 +.balign 32 sha256_transform_rorx: push %rbp mov %rsp,%rbp @@ -596,7 +596,7 @@ sha256_transform_rorx: ## schedule 48 input dwords, by doing 3 rounds of 12 each xor SRND, SRND -.align 16 +.balign 16 .Loop1: vpaddd kSha256x2+0*32(SRND), X0, XFER vmovdqa XFER, 0*32+_XFER(%rsp, SRND) @@ -652,7 +652,7 @@ sha256_transform_rorx: #### Do second block using previously scheduled results xor SRND, SRND -.align 16 +.balign 16 .Loop3: DO_4ROUNDS _XFER + 0*32 + 16 DO_4ROUNDS _XFER + 1*32 + 16 @@ -739,7 +739,7 @@ _SHUF_DC00: .octa 0x0b0a090803020100FFFFFFFFFFFFFFFF .bss - .align 64 + .balign 64 kSha256x2: .zero 512 .endobj kSha256x2,globl diff --git a/libc/nexgen32e/sha256ni.S b/libc/nexgen32e/sha256ni.S index 018d90f01..3c9d903f4 100644 --- a/libc/nexgen32e/sha256ni.S +++ b/libc/nexgen32e/sha256ni.S @@ -34,7 +34,7 @@ #include "libc/macros.internal.h" .text -.align 32 +.balign 32 .ident "\n\ Intel SHA-NI (BSD-3 License)\n\ Copyright 2015 Intel Corporation\n\ @@ -312,7 +312,7 @@ sha256_transform_ni: .endfn sha256_transform_ni,globl .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK,"aM",@progbits,16 -.align 16 +.balign 16 PSHUFFLE_BYTE_FLIP_MASK: .octa 0x0c0d0e0f08090a0b0405060700010203 .endobj PSHUFFLE_BYTE_FLIP_MASK diff --git a/libc/nexgen32e/sha512.S b/libc/nexgen32e/sha512.S index 1da108f44..4236eff7e 100644 --- a/libc/nexgen32e/sha512.S +++ b/libc/nexgen32e/sha512.S @@ -622,7 +622,7 @@ sha512_transform_rorx: ## schedule 64 input dwords, by doing 12 rounds of 4 each movq $4, frame_SRND(%rsp) -.align 16 +.balign 16 .Loop1: vpaddq (TBL), Y_0, XFER vmovdqa XFER, frame_XFER(%rsp) diff --git a/libc/nexgen32e/strsak32.S b/libc/nexgen32e/strsak32.S index cfd987ba8..ec43058bb 100644 --- a/libc/nexgen32e/strsak32.S +++ b/libc/nexgen32e/strsak32.S @@ -118,7 +118,7 @@ wmemchr:.leafprologue // @param r10 masks result on chars exhausted (for length v. NULL) // @return rax end pointer after r8/r9/r10 modifications wcssak: lea -4(%rdi),%rax - .align 16 + .balign 16 1: add $4,%rax sub $1,%rsi jb .Lend diff --git a/libc/nexgen32e/x86feature.h b/libc/nexgen32e/x86feature.h index 2656b587e..ebc7f60e0 100644 --- a/libc/nexgen32e/x86feature.h +++ b/libc/nexgen32e/x86feature.h @@ -1,5 +1,6 @@ #ifndef COSMOPOLITAN_LIBC_NEXGEN32E_X86FEATURE_H_ #define COSMOPOLITAN_LIBC_NEXGEN32E_X86FEATURE_H_ +#ifdef __x86_64__ #include "libc/nexgen32e/kcpuids.h" #include "libc/nexgen32e/x86compiler.h" @@ -248,4 +249,8 @@ #define _X86_HOOK__(X) X +#else +#define X86_HAVE(FEATURE) 0 +#define X86_NEED(FEATURE) 0 +#endif /* __x86_64__ */ #endif /* COSMOPOLITAN_LIBC_NEXGEN32E_X86FEATURE_H_ */ diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.S b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.S new file mode 100644 index 000000000..57655bcdd --- /dev/null +++ b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WaitOnAddress,WaitOnAddress,111 + +#ifdef __x86_64__ + .text.windows +WaitOnAddress: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitOnAddress(%rip),%rax + jmp __sysv2nt + .endfn WaitOnAddress,globl + .previous +#endif diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.s b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.s deleted file mode 100644 index d6bd213b9..000000000 --- a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WaitOnAddress.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WaitOnAddress,WaitOnAddress,111 - - .text.windows -WaitOnAddress: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitOnAddress(%rip),%rax - jmp __sysv2nt - .endfn WaitOnAddress,globl - .previous diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.S b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.S new file mode 100644 index 000000000..2c75d2a44 --- /dev/null +++ b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressAll,WakeByAddressAll,113 + +#ifdef __x86_64__ + .text.windows +WakeByAddressAll: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WakeByAddressAll(%rip) + leave + ret + .endfn WakeByAddressAll,globl + .previous +#endif diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.s b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.s deleted file mode 100644 index 4d5ef8e38..000000000 --- a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressAll.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressAll,WakeByAddressAll,113 - - .text.windows -WakeByAddressAll: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WakeByAddressAll(%rip) - leave - ret - .endfn WakeByAddressAll,globl - .previous diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.S b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.S new file mode 100644 index 000000000..c7fe7fa4d --- /dev/null +++ b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressSingle,WakeByAddressSingle,116 + +#ifdef __x86_64__ + .text.windows +WakeByAddressSingle: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WakeByAddressSingle(%rip) + leave + ret + .endfn WakeByAddressSingle,globl + .previous +#endif diff --git a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.s b/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.s deleted file mode 100644 index 2c3eb8089..000000000 --- a/libc/nt/API-MS-Win-Core-Synch-l1-2-0/WakeByAddressSingle.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp API-MS-Win-Core-Synch-l1-2-0,__imp_WakeByAddressSingle,WakeByAddressSingle,116 - - .text.windows -WakeByAddressSingle: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WakeByAddressSingle(%rip) - leave - ret - .endfn WakeByAddressSingle,globl - .previous diff --git a/libc/nt/MsWSock/AcceptEx.S b/libc/nt/MsWSock/AcceptEx.S new file mode 100644 index 000000000..5708de675 --- /dev/null +++ b/libc/nt/MsWSock/AcceptEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp MsWSock,__imp_AcceptEx,AcceptEx,0 + +#ifdef __x86_64__ + .text.windows +AcceptEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AcceptEx(%rip),%rax + jmp __sysv2nt8 + .endfn AcceptEx,globl + .previous +#endif diff --git a/libc/nt/MsWSock/AcceptEx.s b/libc/nt/MsWSock/AcceptEx.s deleted file mode 100644 index e70b16a7d..000000000 --- a/libc/nt/MsWSock/AcceptEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp MsWSock,__imp_AcceptEx,AcceptEx,0 - - .text.windows -AcceptEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AcceptEx(%rip),%rax - jmp __sysv2nt8 - .endfn AcceptEx,globl - .previous diff --git a/libc/nt/MsWSock/DisconnectEx.S b/libc/nt/MsWSock/DisconnectEx.S new file mode 100644 index 000000000..5ad88ef72 --- /dev/null +++ b/libc/nt/MsWSock/DisconnectEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp MsWSock,__imp_DisconnectEx,DisconnectEx,0 + +#ifdef __x86_64__ + .text.windows +DisconnectEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DisconnectEx(%rip),%rax + jmp __sysv2nt + .endfn DisconnectEx,globl + .previous +#endif diff --git a/libc/nt/MsWSock/DisconnectEx.s b/libc/nt/MsWSock/DisconnectEx.s deleted file mode 100644 index 18b9b8605..000000000 --- a/libc/nt/MsWSock/DisconnectEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp MsWSock,__imp_DisconnectEx,DisconnectEx,0 - - .text.windows -DisconnectEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DisconnectEx(%rip),%rax - jmp __sysv2nt - .endfn DisconnectEx,globl - .previous diff --git a/libc/nt/MsWSock/GetAcceptExSockaddrs.S b/libc/nt/MsWSock/GetAcceptExSockaddrs.S new file mode 100644 index 000000000..f1c3eb682 --- /dev/null +++ b/libc/nt/MsWSock/GetAcceptExSockaddrs.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp MsWSock,__imp_GetAcceptExSockaddrs,GetAcceptExSockaddrs,0 + +#ifdef __x86_64__ + .text.windows +GetAcceptExSockaddrs: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAcceptExSockaddrs(%rip),%rax + jmp __sysv2nt8 + .endfn GetAcceptExSockaddrs,globl + .previous +#endif diff --git a/libc/nt/MsWSock/GetAcceptExSockaddrs.s b/libc/nt/MsWSock/GetAcceptExSockaddrs.s deleted file mode 100644 index d46558a6c..000000000 --- a/libc/nt/MsWSock/GetAcceptExSockaddrs.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp MsWSock,__imp_GetAcceptExSockaddrs,GetAcceptExSockaddrs,0 - - .text.windows -GetAcceptExSockaddrs: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAcceptExSockaddrs(%rip),%rax - jmp __sysv2nt8 - .endfn GetAcceptExSockaddrs,globl - .previous diff --git a/libc/nt/MsWSock/TransmitFile.S b/libc/nt/MsWSock/TransmitFile.S new file mode 100644 index 000000000..af006fbae --- /dev/null +++ b/libc/nt/MsWSock/TransmitFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp MsWSock,__imp_TransmitFile,TransmitFile,0 + +#ifdef __x86_64__ + .text.windows +TransmitFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TransmitFile(%rip),%rax + jmp __sysv2nt8 + .endfn TransmitFile,globl + .previous +#endif diff --git a/libc/nt/MsWSock/TransmitFile.s b/libc/nt/MsWSock/TransmitFile.s deleted file mode 100644 index a6c40bbe5..000000000 --- a/libc/nt/MsWSock/TransmitFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp MsWSock,__imp_TransmitFile,TransmitFile,0 - - .text.windows -TransmitFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TransmitFile(%rip),%rax - jmp __sysv2nt8 - .endfn TransmitFile,globl - .previous diff --git a/libc/nt/MsWSock/WSARecvEx.S b/libc/nt/MsWSock/WSARecvEx.S new file mode 100644 index 000000000..10a40aa01 --- /dev/null +++ b/libc/nt/MsWSock/WSARecvEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp MsWSock,__imp_WSARecvEx,WSARecvEx,0 + +#ifdef __x86_64__ + .text.windows +WSARecvEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSARecvEx(%rip),%rax + jmp __sysv2nt + .endfn WSARecvEx,globl + .previous +#endif diff --git a/libc/nt/MsWSock/WSARecvEx.s b/libc/nt/MsWSock/WSARecvEx.s deleted file mode 100644 index 25ad67732..000000000 --- a/libc/nt/MsWSock/WSARecvEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp MsWSock,__imp_WSARecvEx,WSARecvEx,0 - - .text.windows -WSARecvEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSARecvEx(%rip),%rax - jmp __sysv2nt - .endfn WSARecvEx,globl - .previous diff --git a/libc/nt/PowrProf/SetSuspendState.S b/libc/nt/PowrProf/SetSuspendState.S new file mode 100644 index 000000000..60b7a216b --- /dev/null +++ b/libc/nt/PowrProf/SetSuspendState.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp PowrProf,__imp_SetSuspendState,SetSuspendState,0 + +#ifdef __x86_64__ + .text.windows +SetSuspendState: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetSuspendState(%rip),%rax + jmp __sysv2nt + .endfn SetSuspendState,globl + .previous +#endif diff --git a/libc/nt/PowrProf/SetSuspendState.s b/libc/nt/PowrProf/SetSuspendState.s deleted file mode 100644 index 51b532fa1..000000000 --- a/libc/nt/PowrProf/SetSuspendState.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp PowrProf,__imp_SetSuspendState,SetSuspendState,0 - - .text.windows -SetSuspendState: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetSuspendState(%rip),%rax - jmp __sysv2nt - .endfn SetSuspendState,globl - .previous diff --git a/libc/nt/advapi32/AbortSystemShutdownW.S b/libc/nt/advapi32/AbortSystemShutdownW.S new file mode 100644 index 000000000..aa42a0669 --- /dev/null +++ b/libc/nt/advapi32/AbortSystemShutdownW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AbortSystemShutdownW,AbortSystemShutdownW,1006 diff --git a/libc/nt/advapi32/AbortSystemShutdownW.s b/libc/nt/advapi32/AbortSystemShutdownW.s deleted file mode 100644 index 7e1a343a4..000000000 --- a/libc/nt/advapi32/AbortSystemShutdownW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AbortSystemShutdownW,AbortSystemShutdownW,1006 diff --git a/libc/nt/advapi32/AccessCheck.S b/libc/nt/advapi32/AccessCheck.S new file mode 100644 index 000000000..d1a42ec16 --- /dev/null +++ b/libc/nt/advapi32/AccessCheck.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheck,AccessCheck,0 + +#ifdef __x86_64__ + .text.windows +AccessCheck: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AccessCheck(%rip),%rax + jmp __sysv2nt8 + .endfn AccessCheck,globl + .previous +#endif diff --git a/libc/nt/advapi32/AccessCheck.s b/libc/nt/advapi32/AccessCheck.s deleted file mode 100644 index d5a64d6a0..000000000 --- a/libc/nt/advapi32/AccessCheck.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheck,AccessCheck,0 - - .text.windows -AccessCheck: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AccessCheck(%rip),%rax - jmp __sysv2nt8 - .endfn AccessCheck,globl - .previous diff --git a/libc/nt/advapi32/AccessCheckAndAuditAlarmW.S b/libc/nt/advapi32/AccessCheckAndAuditAlarmW.S new file mode 100644 index 000000000..d6fef6295 --- /dev/null +++ b/libc/nt/advapi32/AccessCheckAndAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckAndAuditAlarmW,AccessCheckAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AccessCheckAndAuditAlarmW.s b/libc/nt/advapi32/AccessCheckAndAuditAlarmW.s deleted file mode 100644 index bde5cd831..000000000 --- a/libc/nt/advapi32/AccessCheckAndAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckAndAuditAlarmW,AccessCheckAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AccessCheckByType.S b/libc/nt/advapi32/AccessCheckByType.S new file mode 100644 index 000000000..5c6b23a1d --- /dev/null +++ b/libc/nt/advapi32/AccessCheckByType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckByType,AccessCheckByType,0 diff --git a/libc/nt/advapi32/AccessCheckByType.s b/libc/nt/advapi32/AccessCheckByType.s deleted file mode 100644 index 46814c6cb..000000000 --- a/libc/nt/advapi32/AccessCheckByType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckByType,AccessCheckByType,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.S b/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.S new file mode 100644 index 000000000..7307b9e9d --- /dev/null +++ b/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckByTypeAndAuditAlarmW,AccessCheckByTypeAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.s b/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.s deleted file mode 100644 index 602c8f7d7..000000000 --- a/libc/nt/advapi32/AccessCheckByTypeAndAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckByTypeAndAuditAlarmW,AccessCheckByTypeAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultList.S b/libc/nt/advapi32/AccessCheckByTypeResultList.S new file mode 100644 index 000000000..d214bb1da --- /dev/null +++ b/libc/nt/advapi32/AccessCheckByTypeResultList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckByTypeResultList,AccessCheckByTypeResultList,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultList.s b/libc/nt/advapi32/AccessCheckByTypeResultList.s deleted file mode 100644 index 5fa567cdf..000000000 --- a/libc/nt/advapi32/AccessCheckByTypeResultList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckByTypeResultList,AccessCheckByTypeResultList,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.S b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.S new file mode 100644 index 000000000..414803a9d --- /dev/null +++ b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckByTypeResultListAndAuditAlarmByHandleW,AccessCheckByTypeResultListAndAuditAlarmByHandleW,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.s b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.s deleted file mode 100644 index 33fbb617e..000000000 --- a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmByHandleW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckByTypeResultListAndAuditAlarmByHandleW,AccessCheckByTypeResultListAndAuditAlarmByHandleW,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.S b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.S new file mode 100644 index 000000000..0b375ebc3 --- /dev/null +++ b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AccessCheckByTypeResultListAndAuditAlarmW,AccessCheckByTypeResultListAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.s b/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.s deleted file mode 100644 index 4f92e636a..000000000 --- a/libc/nt/advapi32/AccessCheckByTypeResultListAndAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AccessCheckByTypeResultListAndAuditAlarmW,AccessCheckByTypeResultListAndAuditAlarmW,0 diff --git a/libc/nt/advapi32/AddAccessAllowedAce.S b/libc/nt/advapi32/AddAccessAllowedAce.S new file mode 100644 index 000000000..a167a1d98 --- /dev/null +++ b/libc/nt/advapi32/AddAccessAllowedAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessAllowedAce,AddAccessAllowedAce,0 diff --git a/libc/nt/advapi32/AddAccessAllowedAce.s b/libc/nt/advapi32/AddAccessAllowedAce.s deleted file mode 100644 index 548ce9ea5..000000000 --- a/libc/nt/advapi32/AddAccessAllowedAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessAllowedAce,AddAccessAllowedAce,0 diff --git a/libc/nt/advapi32/AddAccessAllowedAceEx.S b/libc/nt/advapi32/AddAccessAllowedAceEx.S new file mode 100644 index 000000000..200e32f76 --- /dev/null +++ b/libc/nt/advapi32/AddAccessAllowedAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessAllowedAceEx,AddAccessAllowedAceEx,0 diff --git a/libc/nt/advapi32/AddAccessAllowedAceEx.s b/libc/nt/advapi32/AddAccessAllowedAceEx.s deleted file mode 100644 index a370a1592..000000000 --- a/libc/nt/advapi32/AddAccessAllowedAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessAllowedAceEx,AddAccessAllowedAceEx,0 diff --git a/libc/nt/advapi32/AddAccessAllowedObjectAce.S b/libc/nt/advapi32/AddAccessAllowedObjectAce.S new file mode 100644 index 000000000..af110a2a1 --- /dev/null +++ b/libc/nt/advapi32/AddAccessAllowedObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessAllowedObjectAce,AddAccessAllowedObjectAce,0 diff --git a/libc/nt/advapi32/AddAccessAllowedObjectAce.s b/libc/nt/advapi32/AddAccessAllowedObjectAce.s deleted file mode 100644 index 10a85f257..000000000 --- a/libc/nt/advapi32/AddAccessAllowedObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessAllowedObjectAce,AddAccessAllowedObjectAce,0 diff --git a/libc/nt/advapi32/AddAccessDeniedAce.S b/libc/nt/advapi32/AddAccessDeniedAce.S new file mode 100644 index 000000000..ccaa9e131 --- /dev/null +++ b/libc/nt/advapi32/AddAccessDeniedAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessDeniedAce,AddAccessDeniedAce,0 diff --git a/libc/nt/advapi32/AddAccessDeniedAce.s b/libc/nt/advapi32/AddAccessDeniedAce.s deleted file mode 100644 index 369f72852..000000000 --- a/libc/nt/advapi32/AddAccessDeniedAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessDeniedAce,AddAccessDeniedAce,0 diff --git a/libc/nt/advapi32/AddAccessDeniedAceEx.S b/libc/nt/advapi32/AddAccessDeniedAceEx.S new file mode 100644 index 000000000..edffb8c35 --- /dev/null +++ b/libc/nt/advapi32/AddAccessDeniedAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessDeniedAceEx,AddAccessDeniedAceEx,0 diff --git a/libc/nt/advapi32/AddAccessDeniedAceEx.s b/libc/nt/advapi32/AddAccessDeniedAceEx.s deleted file mode 100644 index fb6cd6249..000000000 --- a/libc/nt/advapi32/AddAccessDeniedAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessDeniedAceEx,AddAccessDeniedAceEx,0 diff --git a/libc/nt/advapi32/AddAccessDeniedObjectAce.S b/libc/nt/advapi32/AddAccessDeniedObjectAce.S new file mode 100644 index 000000000..8cb307a9f --- /dev/null +++ b/libc/nt/advapi32/AddAccessDeniedObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAccessDeniedObjectAce,AddAccessDeniedObjectAce,0 diff --git a/libc/nt/advapi32/AddAccessDeniedObjectAce.s b/libc/nt/advapi32/AddAccessDeniedObjectAce.s deleted file mode 100644 index e9d74dcb8..000000000 --- a/libc/nt/advapi32/AddAccessDeniedObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAccessDeniedObjectAce,AddAccessDeniedObjectAce,0 diff --git a/libc/nt/advapi32/AddAce.S b/libc/nt/advapi32/AddAce.S new file mode 100644 index 000000000..b05b2280d --- /dev/null +++ b/libc/nt/advapi32/AddAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAce,AddAce,0 diff --git a/libc/nt/advapi32/AddAce.s b/libc/nt/advapi32/AddAce.s deleted file mode 100644 index 7c21528ef..000000000 --- a/libc/nt/advapi32/AddAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAce,AddAce,0 diff --git a/libc/nt/advapi32/AddAuditAccessAce.S b/libc/nt/advapi32/AddAuditAccessAce.S new file mode 100644 index 000000000..65316dc5f --- /dev/null +++ b/libc/nt/advapi32/AddAuditAccessAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAuditAccessAce,AddAuditAccessAce,0 diff --git a/libc/nt/advapi32/AddAuditAccessAce.s b/libc/nt/advapi32/AddAuditAccessAce.s deleted file mode 100644 index 92b8ebb8f..000000000 --- a/libc/nt/advapi32/AddAuditAccessAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAuditAccessAce,AddAuditAccessAce,0 diff --git a/libc/nt/advapi32/AddAuditAccessAceEx.S b/libc/nt/advapi32/AddAuditAccessAceEx.S new file mode 100644 index 000000000..f33bcdebe --- /dev/null +++ b/libc/nt/advapi32/AddAuditAccessAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAuditAccessAceEx,AddAuditAccessAceEx,0 diff --git a/libc/nt/advapi32/AddAuditAccessAceEx.s b/libc/nt/advapi32/AddAuditAccessAceEx.s deleted file mode 100644 index be93011d7..000000000 --- a/libc/nt/advapi32/AddAuditAccessAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAuditAccessAceEx,AddAuditAccessAceEx,0 diff --git a/libc/nt/advapi32/AddAuditAccessObjectAce.S b/libc/nt/advapi32/AddAuditAccessObjectAce.S new file mode 100644 index 000000000..eda1a489d --- /dev/null +++ b/libc/nt/advapi32/AddAuditAccessObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddAuditAccessObjectAce,AddAuditAccessObjectAce,0 diff --git a/libc/nt/advapi32/AddAuditAccessObjectAce.s b/libc/nt/advapi32/AddAuditAccessObjectAce.s deleted file mode 100644 index a4e276d94..000000000 --- a/libc/nt/advapi32/AddAuditAccessObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddAuditAccessObjectAce,AddAuditAccessObjectAce,0 diff --git a/libc/nt/advapi32/AddConditionalAce.S b/libc/nt/advapi32/AddConditionalAce.S new file mode 100644 index 000000000..e62a821b6 --- /dev/null +++ b/libc/nt/advapi32/AddConditionalAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddConditionalAce,AddConditionalAce,1028 diff --git a/libc/nt/advapi32/AddConditionalAce.s b/libc/nt/advapi32/AddConditionalAce.s deleted file mode 100644 index 81e9bc6f3..000000000 --- a/libc/nt/advapi32/AddConditionalAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddConditionalAce,AddConditionalAce,1028 diff --git a/libc/nt/advapi32/AddMandatoryAce.S b/libc/nt/advapi32/AddMandatoryAce.S new file mode 100644 index 000000000..bf38c88d7 --- /dev/null +++ b/libc/nt/advapi32/AddMandatoryAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddMandatoryAce,AddMandatoryAce,0 diff --git a/libc/nt/advapi32/AddMandatoryAce.s b/libc/nt/advapi32/AddMandatoryAce.s deleted file mode 100644 index cde9d2426..000000000 --- a/libc/nt/advapi32/AddMandatoryAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddMandatoryAce,AddMandatoryAce,0 diff --git a/libc/nt/advapi32/AddUsersToEncryptedFile.S b/libc/nt/advapi32/AddUsersToEncryptedFile.S new file mode 100644 index 000000000..4cafe84c3 --- /dev/null +++ b/libc/nt/advapi32/AddUsersToEncryptedFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AddUsersToEncryptedFile,AddUsersToEncryptedFile,1030 diff --git a/libc/nt/advapi32/AddUsersToEncryptedFile.s b/libc/nt/advapi32/AddUsersToEncryptedFile.s deleted file mode 100644 index 4b9c39d3a..000000000 --- a/libc/nt/advapi32/AddUsersToEncryptedFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AddUsersToEncryptedFile,AddUsersToEncryptedFile,1030 diff --git a/libc/nt/advapi32/AdjustTokenGroups.S b/libc/nt/advapi32/AdjustTokenGroups.S new file mode 100644 index 000000000..e667587cd --- /dev/null +++ b/libc/nt/advapi32/AdjustTokenGroups.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AdjustTokenGroups,AdjustTokenGroups,0 diff --git a/libc/nt/advapi32/AdjustTokenGroups.s b/libc/nt/advapi32/AdjustTokenGroups.s deleted file mode 100644 index 7f006e0d8..000000000 --- a/libc/nt/advapi32/AdjustTokenGroups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AdjustTokenGroups,AdjustTokenGroups,0 diff --git a/libc/nt/advapi32/AdjustTokenPrivileges.S b/libc/nt/advapi32/AdjustTokenPrivileges.S new file mode 100644 index 000000000..5d02d57b0 --- /dev/null +++ b/libc/nt/advapi32/AdjustTokenPrivileges.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AdjustTokenPrivileges,AdjustTokenPrivileges,0 + +#ifdef __x86_64__ + .text.windows +AdjustTokenPrivileges: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AdjustTokenPrivileges(%rip),%rax + jmp __sysv2nt6 + .endfn AdjustTokenPrivileges,globl + .previous +#endif diff --git a/libc/nt/advapi32/AdjustTokenPrivileges.s b/libc/nt/advapi32/AdjustTokenPrivileges.s deleted file mode 100644 index 8d80bc974..000000000 --- a/libc/nt/advapi32/AdjustTokenPrivileges.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AdjustTokenPrivileges,AdjustTokenPrivileges,0 - - .text.windows -AdjustTokenPrivileges: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AdjustTokenPrivileges(%rip),%rax - jmp __sysv2nt6 - .endfn AdjustTokenPrivileges,globl - .previous diff --git a/libc/nt/advapi32/AllocateAndInitializeSid.S b/libc/nt/advapi32/AllocateAndInitializeSid.S new file mode 100644 index 000000000..c56de0e8a --- /dev/null +++ b/libc/nt/advapi32/AllocateAndInitializeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AllocateAndInitializeSid,AllocateAndInitializeSid,0 diff --git a/libc/nt/advapi32/AllocateAndInitializeSid.s b/libc/nt/advapi32/AllocateAndInitializeSid.s deleted file mode 100644 index 198518e61..000000000 --- a/libc/nt/advapi32/AllocateAndInitializeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AllocateAndInitializeSid,AllocateAndInitializeSid,0 diff --git a/libc/nt/advapi32/AllocateLocallyUniqueId.S b/libc/nt/advapi32/AllocateLocallyUniqueId.S new file mode 100644 index 000000000..9e10a152f --- /dev/null +++ b/libc/nt/advapi32/AllocateLocallyUniqueId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AllocateLocallyUniqueId,AllocateLocallyUniqueId,0 diff --git a/libc/nt/advapi32/AllocateLocallyUniqueId.s b/libc/nt/advapi32/AllocateLocallyUniqueId.s deleted file mode 100644 index 750ef5d4d..000000000 --- a/libc/nt/advapi32/AllocateLocallyUniqueId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AllocateLocallyUniqueId,AllocateLocallyUniqueId,0 diff --git a/libc/nt/advapi32/AreAllAccessesGranted.S b/libc/nt/advapi32/AreAllAccessesGranted.S new file mode 100644 index 000000000..df3334745 --- /dev/null +++ b/libc/nt/advapi32/AreAllAccessesGranted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AreAllAccessesGranted,AreAllAccessesGranted,0 diff --git a/libc/nt/advapi32/AreAllAccessesGranted.s b/libc/nt/advapi32/AreAllAccessesGranted.s deleted file mode 100644 index 027c86d40..000000000 --- a/libc/nt/advapi32/AreAllAccessesGranted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AreAllAccessesGranted,AreAllAccessesGranted,0 diff --git a/libc/nt/advapi32/AreAnyAccessesGranted.S b/libc/nt/advapi32/AreAnyAccessesGranted.S new file mode 100644 index 000000000..418ebcc24 --- /dev/null +++ b/libc/nt/advapi32/AreAnyAccessesGranted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AreAnyAccessesGranted,AreAnyAccessesGranted,0 diff --git a/libc/nt/advapi32/AreAnyAccessesGranted.s b/libc/nt/advapi32/AreAnyAccessesGranted.s deleted file mode 100644 index bd299e3ff..000000000 --- a/libc/nt/advapi32/AreAnyAccessesGranted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AreAnyAccessesGranted,AreAnyAccessesGranted,0 diff --git a/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.S b/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.S new file mode 100644 index 000000000..a4d852ffa --- /dev/null +++ b/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditComputeEffectivePolicyBySid,AuditComputeEffectivePolicyBySid,1038 diff --git a/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.s b/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.s deleted file mode 100644 index 0542470fa..000000000 --- a/libc/nt/advapi32/AuditComputeEffectivePolicyBySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditComputeEffectivePolicyBySid,AuditComputeEffectivePolicyBySid,1038 diff --git a/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.S b/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.S new file mode 100644 index 000000000..b9f8c3b09 --- /dev/null +++ b/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditComputeEffectivePolicyByToken,AuditComputeEffectivePolicyByToken,1039 diff --git a/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.s b/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.s deleted file mode 100644 index 59ca2c64c..000000000 --- a/libc/nt/advapi32/AuditComputeEffectivePolicyByToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditComputeEffectivePolicyByToken,AuditComputeEffectivePolicyByToken,1039 diff --git a/libc/nt/advapi32/AuditEnumerateCategories.S b/libc/nt/advapi32/AuditEnumerateCategories.S new file mode 100644 index 000000000..b8fbf25e8 --- /dev/null +++ b/libc/nt/advapi32/AuditEnumerateCategories.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditEnumerateCategories,AuditEnumerateCategories,1040 diff --git a/libc/nt/advapi32/AuditEnumerateCategories.s b/libc/nt/advapi32/AuditEnumerateCategories.s deleted file mode 100644 index 23025dbfb..000000000 --- a/libc/nt/advapi32/AuditEnumerateCategories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditEnumerateCategories,AuditEnumerateCategories,1040 diff --git a/libc/nt/advapi32/AuditEnumeratePerUserPolicy.S b/libc/nt/advapi32/AuditEnumeratePerUserPolicy.S new file mode 100644 index 000000000..174f18860 --- /dev/null +++ b/libc/nt/advapi32/AuditEnumeratePerUserPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditEnumeratePerUserPolicy,AuditEnumeratePerUserPolicy,1041 diff --git a/libc/nt/advapi32/AuditEnumeratePerUserPolicy.s b/libc/nt/advapi32/AuditEnumeratePerUserPolicy.s deleted file mode 100644 index 70a26550c..000000000 --- a/libc/nt/advapi32/AuditEnumeratePerUserPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditEnumeratePerUserPolicy,AuditEnumeratePerUserPolicy,1041 diff --git a/libc/nt/advapi32/AuditEnumerateSubCategories.S b/libc/nt/advapi32/AuditEnumerateSubCategories.S new file mode 100644 index 000000000..12d18fc89 --- /dev/null +++ b/libc/nt/advapi32/AuditEnumerateSubCategories.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditEnumerateSubCategories,AuditEnumerateSubCategories,1042 diff --git a/libc/nt/advapi32/AuditEnumerateSubCategories.s b/libc/nt/advapi32/AuditEnumerateSubCategories.s deleted file mode 100644 index 9e70a3527..000000000 --- a/libc/nt/advapi32/AuditEnumerateSubCategories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditEnumerateSubCategories,AuditEnumerateSubCategories,1042 diff --git a/libc/nt/advapi32/AuditFree.S b/libc/nt/advapi32/AuditFree.S new file mode 100644 index 000000000..fadebe777 --- /dev/null +++ b/libc/nt/advapi32/AuditFree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditFree,AuditFree,1043 diff --git a/libc/nt/advapi32/AuditFree.s b/libc/nt/advapi32/AuditFree.s deleted file mode 100644 index 2b1c9bab1..000000000 --- a/libc/nt/advapi32/AuditFree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditFree,AuditFree,1043 diff --git a/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.S b/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.S new file mode 100644 index 000000000..e386a6cf2 --- /dev/null +++ b/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditLookupCategoryGuidFromCategoryId,AuditLookupCategoryGuidFromCategoryId,1044 diff --git a/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.s b/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.s deleted file mode 100644 index dbdd63caf..000000000 --- a/libc/nt/advapi32/AuditLookupCategoryGuidFromCategoryId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditLookupCategoryGuidFromCategoryId,AuditLookupCategoryGuidFromCategoryId,1044 diff --git a/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.S b/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.S new file mode 100644 index 000000000..5d50b7120 --- /dev/null +++ b/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditLookupCategoryIdFromCategoryGuid,AuditLookupCategoryIdFromCategoryGuid,1045 diff --git a/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.s b/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.s deleted file mode 100644 index c72fe4c48..000000000 --- a/libc/nt/advapi32/AuditLookupCategoryIdFromCategoryGuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditLookupCategoryIdFromCategoryGuid,AuditLookupCategoryIdFromCategoryGuid,1045 diff --git a/libc/nt/advapi32/AuditLookupCategoryNameW.S b/libc/nt/advapi32/AuditLookupCategoryNameW.S new file mode 100644 index 000000000..91209a65a --- /dev/null +++ b/libc/nt/advapi32/AuditLookupCategoryNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditLookupCategoryNameW,AuditLookupCategoryNameW,1047 diff --git a/libc/nt/advapi32/AuditLookupCategoryNameW.s b/libc/nt/advapi32/AuditLookupCategoryNameW.s deleted file mode 100644 index 51e0fbcb0..000000000 --- a/libc/nt/advapi32/AuditLookupCategoryNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditLookupCategoryNameW,AuditLookupCategoryNameW,1047 diff --git a/libc/nt/advapi32/AuditLookupSubCategoryNameW.S b/libc/nt/advapi32/AuditLookupSubCategoryNameW.S new file mode 100644 index 000000000..eed47cb8a --- /dev/null +++ b/libc/nt/advapi32/AuditLookupSubCategoryNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditLookupSubCategoryNameW,AuditLookupSubCategoryNameW,1049 diff --git a/libc/nt/advapi32/AuditLookupSubCategoryNameW.s b/libc/nt/advapi32/AuditLookupSubCategoryNameW.s deleted file mode 100644 index af6c6b379..000000000 --- a/libc/nt/advapi32/AuditLookupSubCategoryNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditLookupSubCategoryNameW,AuditLookupSubCategoryNameW,1049 diff --git a/libc/nt/advapi32/AuditQueryPerUserPolicy.S b/libc/nt/advapi32/AuditQueryPerUserPolicy.S new file mode 100644 index 000000000..86de742f9 --- /dev/null +++ b/libc/nt/advapi32/AuditQueryPerUserPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditQueryPerUserPolicy,AuditQueryPerUserPolicy,1052 diff --git a/libc/nt/advapi32/AuditQueryPerUserPolicy.s b/libc/nt/advapi32/AuditQueryPerUserPolicy.s deleted file mode 100644 index e2f13dab1..000000000 --- a/libc/nt/advapi32/AuditQueryPerUserPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditQueryPerUserPolicy,AuditQueryPerUserPolicy,1052 diff --git a/libc/nt/advapi32/AuditQuerySecurity.S b/libc/nt/advapi32/AuditQuerySecurity.S new file mode 100644 index 000000000..ada82e40d --- /dev/null +++ b/libc/nt/advapi32/AuditQuerySecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditQuerySecurity,AuditQuerySecurity,1053 diff --git a/libc/nt/advapi32/AuditQuerySecurity.s b/libc/nt/advapi32/AuditQuerySecurity.s deleted file mode 100644 index 2191da052..000000000 --- a/libc/nt/advapi32/AuditQuerySecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditQuerySecurity,AuditQuerySecurity,1053 diff --git a/libc/nt/advapi32/AuditQuerySystemPolicy.S b/libc/nt/advapi32/AuditQuerySystemPolicy.S new file mode 100644 index 000000000..4e96c417d --- /dev/null +++ b/libc/nt/advapi32/AuditQuerySystemPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditQuerySystemPolicy,AuditQuerySystemPolicy,1054 diff --git a/libc/nt/advapi32/AuditQuerySystemPolicy.s b/libc/nt/advapi32/AuditQuerySystemPolicy.s deleted file mode 100644 index ab74eb864..000000000 --- a/libc/nt/advapi32/AuditQuerySystemPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditQuerySystemPolicy,AuditQuerySystemPolicy,1054 diff --git a/libc/nt/advapi32/AuditSetPerUserPolicy.S b/libc/nt/advapi32/AuditSetPerUserPolicy.S new file mode 100644 index 000000000..58da0e411 --- /dev/null +++ b/libc/nt/advapi32/AuditSetPerUserPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditSetPerUserPolicy,AuditSetPerUserPolicy,1057 diff --git a/libc/nt/advapi32/AuditSetPerUserPolicy.s b/libc/nt/advapi32/AuditSetPerUserPolicy.s deleted file mode 100644 index 74f898bbd..000000000 --- a/libc/nt/advapi32/AuditSetPerUserPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditSetPerUserPolicy,AuditSetPerUserPolicy,1057 diff --git a/libc/nt/advapi32/AuditSetSecurity.S b/libc/nt/advapi32/AuditSetSecurity.S new file mode 100644 index 000000000..e95709108 --- /dev/null +++ b/libc/nt/advapi32/AuditSetSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditSetSecurity,AuditSetSecurity,1058 diff --git a/libc/nt/advapi32/AuditSetSecurity.s b/libc/nt/advapi32/AuditSetSecurity.s deleted file mode 100644 index 741e0c8d0..000000000 --- a/libc/nt/advapi32/AuditSetSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditSetSecurity,AuditSetSecurity,1058 diff --git a/libc/nt/advapi32/AuditSetSystemPolicy.S b/libc/nt/advapi32/AuditSetSystemPolicy.S new file mode 100644 index 000000000..2c338e98d --- /dev/null +++ b/libc/nt/advapi32/AuditSetSystemPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_AuditSetSystemPolicy,AuditSetSystemPolicy,1059 diff --git a/libc/nt/advapi32/AuditSetSystemPolicy.s b/libc/nt/advapi32/AuditSetSystemPolicy.s deleted file mode 100644 index c64636ed3..000000000 --- a/libc/nt/advapi32/AuditSetSystemPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_AuditSetSystemPolicy,AuditSetSystemPolicy,1059 diff --git a/libc/nt/advapi32/BackupEventLogW.S b/libc/nt/advapi32/BackupEventLogW.S new file mode 100644 index 000000000..98208cc1b --- /dev/null +++ b/libc/nt/advapi32/BackupEventLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BackupEventLogW,BackupEventLogW,1061 diff --git a/libc/nt/advapi32/BackupEventLogW.s b/libc/nt/advapi32/BackupEventLogW.s deleted file mode 100644 index 9b77c1b28..000000000 --- a/libc/nt/advapi32/BackupEventLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BackupEventLogW,BackupEventLogW,1061 diff --git a/libc/nt/advapi32/BuildExplicitAccessWithNameW.S b/libc/nt/advapi32/BuildExplicitAccessWithNameW.S new file mode 100644 index 000000000..a6842681d --- /dev/null +++ b/libc/nt/advapi32/BuildExplicitAccessWithNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildExplicitAccessWithNameW,BuildExplicitAccessWithNameW,1076 diff --git a/libc/nt/advapi32/BuildExplicitAccessWithNameW.s b/libc/nt/advapi32/BuildExplicitAccessWithNameW.s deleted file mode 100644 index 8e1d2b63a..000000000 --- a/libc/nt/advapi32/BuildExplicitAccessWithNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildExplicitAccessWithNameW,BuildExplicitAccessWithNameW,1076 diff --git a/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.S b/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.S new file mode 100644 index 000000000..57885195e --- /dev/null +++ b/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildImpersonateExplicitAccessWithNameW,BuildImpersonateExplicitAccessWithNameW,1078 diff --git a/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.s b/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.s deleted file mode 100644 index 2dc1d0b7b..000000000 --- a/libc/nt/advapi32/BuildImpersonateExplicitAccessWithNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildImpersonateExplicitAccessWithNameW,BuildImpersonateExplicitAccessWithNameW,1078 diff --git a/libc/nt/advapi32/BuildImpersonateTrusteeW.S b/libc/nt/advapi32/BuildImpersonateTrusteeW.S new file mode 100644 index 000000000..768be587d --- /dev/null +++ b/libc/nt/advapi32/BuildImpersonateTrusteeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildImpersonateTrusteeW,BuildImpersonateTrusteeW,1080 diff --git a/libc/nt/advapi32/BuildImpersonateTrusteeW.s b/libc/nt/advapi32/BuildImpersonateTrusteeW.s deleted file mode 100644 index 95fe720c3..000000000 --- a/libc/nt/advapi32/BuildImpersonateTrusteeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildImpersonateTrusteeW,BuildImpersonateTrusteeW,1080 diff --git a/libc/nt/advapi32/BuildSecurityDescriptorW.S b/libc/nt/advapi32/BuildSecurityDescriptorW.S new file mode 100644 index 000000000..b907b09df --- /dev/null +++ b/libc/nt/advapi32/BuildSecurityDescriptorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildSecurityDescriptorW,BuildSecurityDescriptorW,1082 diff --git a/libc/nt/advapi32/BuildSecurityDescriptorW.s b/libc/nt/advapi32/BuildSecurityDescriptorW.s deleted file mode 100644 index 6f75b1db6..000000000 --- a/libc/nt/advapi32/BuildSecurityDescriptorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildSecurityDescriptorW,BuildSecurityDescriptorW,1082 diff --git a/libc/nt/advapi32/BuildTrusteeWithNameW.S b/libc/nt/advapi32/BuildTrusteeWithNameW.S new file mode 100644 index 000000000..f62fa5568 --- /dev/null +++ b/libc/nt/advapi32/BuildTrusteeWithNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildTrusteeWithNameW,BuildTrusteeWithNameW,1084 diff --git a/libc/nt/advapi32/BuildTrusteeWithNameW.s b/libc/nt/advapi32/BuildTrusteeWithNameW.s deleted file mode 100644 index d8f488628..000000000 --- a/libc/nt/advapi32/BuildTrusteeWithNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildTrusteeWithNameW,BuildTrusteeWithNameW,1084 diff --git a/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.S b/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.S new file mode 100644 index 000000000..48a81e0df --- /dev/null +++ b/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildTrusteeWithObjectsAndNameW,BuildTrusteeWithObjectsAndNameW,1086 diff --git a/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.s b/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.s deleted file mode 100644 index f0d11d21f..000000000 --- a/libc/nt/advapi32/BuildTrusteeWithObjectsAndNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildTrusteeWithObjectsAndNameW,BuildTrusteeWithObjectsAndNameW,1086 diff --git a/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.S b/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.S new file mode 100644 index 000000000..646553497 --- /dev/null +++ b/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildTrusteeWithObjectsAndSidW,BuildTrusteeWithObjectsAndSidW,1088 diff --git a/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.s b/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.s deleted file mode 100644 index 3fbd1dc0d..000000000 --- a/libc/nt/advapi32/BuildTrusteeWithObjectsAndSidW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildTrusteeWithObjectsAndSidW,BuildTrusteeWithObjectsAndSidW,1088 diff --git a/libc/nt/advapi32/BuildTrusteeWithSidW.S b/libc/nt/advapi32/BuildTrusteeWithSidW.S new file mode 100644 index 000000000..5b9ff3329 --- /dev/null +++ b/libc/nt/advapi32/BuildTrusteeWithSidW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_BuildTrusteeWithSidW,BuildTrusteeWithSidW,1090 diff --git a/libc/nt/advapi32/BuildTrusteeWithSidW.s b/libc/nt/advapi32/BuildTrusteeWithSidW.s deleted file mode 100644 index 21d88603c..000000000 --- a/libc/nt/advapi32/BuildTrusteeWithSidW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_BuildTrusteeWithSidW,BuildTrusteeWithSidW,1090 diff --git a/libc/nt/advapi32/ChangeServiceConfig2W.S b/libc/nt/advapi32/ChangeServiceConfig2W.S new file mode 100644 index 000000000..6e298e89d --- /dev/null +++ b/libc/nt/advapi32/ChangeServiceConfig2W.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ChangeServiceConfig2W,ChangeServiceConfig2W,1093 diff --git a/libc/nt/advapi32/ChangeServiceConfig2W.s b/libc/nt/advapi32/ChangeServiceConfig2W.s deleted file mode 100644 index 44888ab3a..000000000 --- a/libc/nt/advapi32/ChangeServiceConfig2W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ChangeServiceConfig2W,ChangeServiceConfig2W,1093 diff --git a/libc/nt/advapi32/ChangeServiceConfigW.S b/libc/nt/advapi32/ChangeServiceConfigW.S new file mode 100644 index 000000000..b979584bf --- /dev/null +++ b/libc/nt/advapi32/ChangeServiceConfigW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ChangeServiceConfigW,ChangeServiceConfigW,1095 diff --git a/libc/nt/advapi32/ChangeServiceConfigW.s b/libc/nt/advapi32/ChangeServiceConfigW.s deleted file mode 100644 index 2086076ed..000000000 --- a/libc/nt/advapi32/ChangeServiceConfigW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ChangeServiceConfigW,ChangeServiceConfigW,1095 diff --git a/libc/nt/advapi32/CheckTokenMembership.S b/libc/nt/advapi32/CheckTokenMembership.S new file mode 100644 index 000000000..a3a854485 --- /dev/null +++ b/libc/nt/advapi32/CheckTokenMembership.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CheckTokenMembership,CheckTokenMembership,0 diff --git a/libc/nt/advapi32/CheckTokenMembership.s b/libc/nt/advapi32/CheckTokenMembership.s deleted file mode 100644 index 67670fa54..000000000 --- a/libc/nt/advapi32/CheckTokenMembership.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CheckTokenMembership,CheckTokenMembership,0 diff --git a/libc/nt/advapi32/ClearEventLogW.S b/libc/nt/advapi32/ClearEventLogW.S new file mode 100644 index 000000000..2859f1fc7 --- /dev/null +++ b/libc/nt/advapi32/ClearEventLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ClearEventLogW,ClearEventLogW,1099 diff --git a/libc/nt/advapi32/ClearEventLogW.s b/libc/nt/advapi32/ClearEventLogW.s deleted file mode 100644 index 2ec30bbea..000000000 --- a/libc/nt/advapi32/ClearEventLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ClearEventLogW,ClearEventLogW,1099 diff --git a/libc/nt/advapi32/CloseEncryptedFileRaw.S b/libc/nt/advapi32/CloseEncryptedFileRaw.S new file mode 100644 index 000000000..3446e944f --- /dev/null +++ b/libc/nt/advapi32/CloseEncryptedFileRaw.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CloseEncryptedFileRaw,CloseEncryptedFileRaw,1101 diff --git a/libc/nt/advapi32/CloseEncryptedFileRaw.s b/libc/nt/advapi32/CloseEncryptedFileRaw.s deleted file mode 100644 index 9917d24f1..000000000 --- a/libc/nt/advapi32/CloseEncryptedFileRaw.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CloseEncryptedFileRaw,CloseEncryptedFileRaw,1101 diff --git a/libc/nt/advapi32/CloseEventLog.S b/libc/nt/advapi32/CloseEventLog.S new file mode 100644 index 000000000..e4cd793a9 --- /dev/null +++ b/libc/nt/advapi32/CloseEventLog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CloseEventLog,CloseEventLog,1102 diff --git a/libc/nt/advapi32/CloseEventLog.s b/libc/nt/advapi32/CloseEventLog.s deleted file mode 100644 index 4ade794c3..000000000 --- a/libc/nt/advapi32/CloseEventLog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CloseEventLog,CloseEventLog,1102 diff --git a/libc/nt/advapi32/CloseServiceHandle.S b/libc/nt/advapi32/CloseServiceHandle.S new file mode 100644 index 000000000..7e0eac839 --- /dev/null +++ b/libc/nt/advapi32/CloseServiceHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CloseServiceHandle,CloseServiceHandle,1103 diff --git a/libc/nt/advapi32/CloseServiceHandle.s b/libc/nt/advapi32/CloseServiceHandle.s deleted file mode 100644 index 46319e524..000000000 --- a/libc/nt/advapi32/CloseServiceHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CloseServiceHandle,CloseServiceHandle,1103 diff --git a/libc/nt/advapi32/CloseThreadWaitChainSession.S b/libc/nt/advapi32/CloseThreadWaitChainSession.S new file mode 100644 index 000000000..8ec292e0a --- /dev/null +++ b/libc/nt/advapi32/CloseThreadWaitChainSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CloseThreadWaitChainSession,CloseThreadWaitChainSession,1104 diff --git a/libc/nt/advapi32/CloseThreadWaitChainSession.s b/libc/nt/advapi32/CloseThreadWaitChainSession.s deleted file mode 100644 index 1e7e8389d..000000000 --- a/libc/nt/advapi32/CloseThreadWaitChainSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CloseThreadWaitChainSession,CloseThreadWaitChainSession,1104 diff --git a/libc/nt/advapi32/CloseTrace.S b/libc/nt/advapi32/CloseTrace.S new file mode 100644 index 000000000..ff66da4b4 --- /dev/null +++ b/libc/nt/advapi32/CloseTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CloseTrace,CloseTrace,1105 diff --git a/libc/nt/advapi32/CloseTrace.s b/libc/nt/advapi32/CloseTrace.s deleted file mode 100644 index a22b69478..000000000 --- a/libc/nt/advapi32/CloseTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CloseTrace,CloseTrace,1105 diff --git a/libc/nt/advapi32/ControlService.S b/libc/nt/advapi32/ControlService.S new file mode 100644 index 000000000..bf7b8b85f --- /dev/null +++ b/libc/nt/advapi32/ControlService.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ControlService,ControlService,1108 diff --git a/libc/nt/advapi32/ControlService.s b/libc/nt/advapi32/ControlService.s deleted file mode 100644 index 20aef463b..000000000 --- a/libc/nt/advapi32/ControlService.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ControlService,ControlService,1108 diff --git a/libc/nt/advapi32/ControlServiceExW.S b/libc/nt/advapi32/ControlServiceExW.S new file mode 100644 index 000000000..2e0ff52b3 --- /dev/null +++ b/libc/nt/advapi32/ControlServiceExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ControlServiceExW,ControlServiceExW,1110 diff --git a/libc/nt/advapi32/ControlServiceExW.s b/libc/nt/advapi32/ControlServiceExW.s deleted file mode 100644 index 2a967a89b..000000000 --- a/libc/nt/advapi32/ControlServiceExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ControlServiceExW,ControlServiceExW,1110 diff --git a/libc/nt/advapi32/ControlTraceW.S b/libc/nt/advapi32/ControlTraceW.S new file mode 100644 index 000000000..3bc7b3500 --- /dev/null +++ b/libc/nt/advapi32/ControlTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ControlTraceW,ControlTraceW,1112 diff --git a/libc/nt/advapi32/ControlTraceW.s b/libc/nt/advapi32/ControlTraceW.s deleted file mode 100644 index 8deddf3b5..000000000 --- a/libc/nt/advapi32/ControlTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ControlTraceW,ControlTraceW,1112 diff --git a/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.S b/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.S new file mode 100644 index 000000000..664a47185 --- /dev/null +++ b/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertSecurityDescriptorToStringSecurityDescriptorW,ConvertSecurityDescriptorToStringSecurityDescriptorW,1123 diff --git a/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.s b/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.s deleted file mode 100644 index c93077463..000000000 --- a/libc/nt/advapi32/ConvertSecurityDescriptorToStringSecurityDescriptorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertSecurityDescriptorToStringSecurityDescriptorW,ConvertSecurityDescriptorToStringSecurityDescriptorW,1123 diff --git a/libc/nt/advapi32/ConvertSidToStringSidW.S b/libc/nt/advapi32/ConvertSidToStringSidW.S new file mode 100644 index 000000000..24755d928 --- /dev/null +++ b/libc/nt/advapi32/ConvertSidToStringSidW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertSidToStringSidW,ConvertSidToStringSidW,1125 diff --git a/libc/nt/advapi32/ConvertSidToStringSidW.s b/libc/nt/advapi32/ConvertSidToStringSidW.s deleted file mode 100644 index 0cf5851c7..000000000 --- a/libc/nt/advapi32/ConvertSidToStringSidW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertSidToStringSidW,ConvertSidToStringSidW,1125 diff --git a/libc/nt/advapi32/ConvertStringSDToSDDomainW.S b/libc/nt/advapi32/ConvertStringSDToSDDomainW.S new file mode 100644 index 000000000..22a2c4f9a --- /dev/null +++ b/libc/nt/advapi32/ConvertStringSDToSDDomainW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertStringSDToSDDomainW,ConvertStringSDToSDDomainW,1127 diff --git a/libc/nt/advapi32/ConvertStringSDToSDDomainW.s b/libc/nt/advapi32/ConvertStringSDToSDDomainW.s deleted file mode 100644 index 7db545c67..000000000 --- a/libc/nt/advapi32/ConvertStringSDToSDDomainW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertStringSDToSDDomainW,ConvertStringSDToSDDomainW,1127 diff --git a/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.S b/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.S new file mode 100644 index 000000000..d493d8d0a --- /dev/null +++ b/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertStringSecurityDescriptorToSecurityDescriptorW,ConvertStringSecurityDescriptorToSecurityDescriptorW,1131 diff --git a/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.s b/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.s deleted file mode 100644 index bdf17c983..000000000 --- a/libc/nt/advapi32/ConvertStringSecurityDescriptorToSecurityDescriptorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertStringSecurityDescriptorToSecurityDescriptorW,ConvertStringSecurityDescriptorToSecurityDescriptorW,1131 diff --git a/libc/nt/advapi32/ConvertStringSidToSidW.S b/libc/nt/advapi32/ConvertStringSidToSidW.S new file mode 100644 index 000000000..b78742020 --- /dev/null +++ b/libc/nt/advapi32/ConvertStringSidToSidW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertStringSidToSidW,ConvertStringSidToSidW,1133 diff --git a/libc/nt/advapi32/ConvertStringSidToSidW.s b/libc/nt/advapi32/ConvertStringSidToSidW.s deleted file mode 100644 index a7f6b8727..000000000 --- a/libc/nt/advapi32/ConvertStringSidToSidW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertStringSidToSidW,ConvertStringSidToSidW,1133 diff --git a/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.S b/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.S new file mode 100644 index 000000000..99409db38 --- /dev/null +++ b/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ConvertToAutoInheritPrivateObjectSecurity,ConvertToAutoInheritPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.s b/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.s deleted file mode 100644 index 79fb4696e..000000000 --- a/libc/nt/advapi32/ConvertToAutoInheritPrivateObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ConvertToAutoInheritPrivateObjectSecurity,ConvertToAutoInheritPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/CopySid.S b/libc/nt/advapi32/CopySid.S new file mode 100644 index 000000000..27a2aeaee --- /dev/null +++ b/libc/nt/advapi32/CopySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CopySid,CopySid,0 diff --git a/libc/nt/advapi32/CopySid.s b/libc/nt/advapi32/CopySid.s deleted file mode 100644 index 08866bb54..000000000 --- a/libc/nt/advapi32/CopySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CopySid,CopySid,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurity.S b/libc/nt/advapi32/CreatePrivateObjectSecurity.S new file mode 100644 index 000000000..2ce446157 --- /dev/null +++ b/libc/nt/advapi32/CreatePrivateObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreatePrivateObjectSecurity,CreatePrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurity.s b/libc/nt/advapi32/CreatePrivateObjectSecurity.s deleted file mode 100644 index 90dd87fd3..000000000 --- a/libc/nt/advapi32/CreatePrivateObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreatePrivateObjectSecurity,CreatePrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurityEx.S b/libc/nt/advapi32/CreatePrivateObjectSecurityEx.S new file mode 100644 index 000000000..0242f41f7 --- /dev/null +++ b/libc/nt/advapi32/CreatePrivateObjectSecurityEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreatePrivateObjectSecurityEx,CreatePrivateObjectSecurityEx,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurityEx.s b/libc/nt/advapi32/CreatePrivateObjectSecurityEx.s deleted file mode 100644 index affe9660c..000000000 --- a/libc/nt/advapi32/CreatePrivateObjectSecurityEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreatePrivateObjectSecurityEx,CreatePrivateObjectSecurityEx,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.S b/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.S new file mode 100644 index 000000000..ce1300423 --- /dev/null +++ b/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreatePrivateObjectSecurityWithMultipleInheritance,CreatePrivateObjectSecurityWithMultipleInheritance,0 diff --git a/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.s b/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.s deleted file mode 100644 index e9e4f4edc..000000000 --- a/libc/nt/advapi32/CreatePrivateObjectSecurityWithMultipleInheritance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreatePrivateObjectSecurityWithMultipleInheritance,CreatePrivateObjectSecurityWithMultipleInheritance,0 diff --git a/libc/nt/advapi32/CreateProcessAsUserW.S b/libc/nt/advapi32/CreateProcessAsUserW.S new file mode 100644 index 000000000..e29623c2f --- /dev/null +++ b/libc/nt/advapi32/CreateProcessAsUserW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateProcessAsUserW,CreateProcessAsUserW,0 + +#ifdef __x86_64__ + .text.windows +CreateProcessAsUser: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateProcessAsUserW(%rip),%rax + jmp __sysv2nt12 + .endfn CreateProcessAsUser,globl + .previous +#endif diff --git a/libc/nt/advapi32/CreateProcessAsUserW.s b/libc/nt/advapi32/CreateProcessAsUserW.s deleted file mode 100644 index e8c107b4b..000000000 --- a/libc/nt/advapi32/CreateProcessAsUserW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateProcessAsUserW,CreateProcessAsUserW,0 - - .text.windows -CreateProcessAsUser: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateProcessAsUserW(%rip),%rax - jmp __sysv2nt12 - .endfn CreateProcessAsUser,globl - .previous diff --git a/libc/nt/advapi32/CreateProcessWithLogonW.S b/libc/nt/advapi32/CreateProcessWithLogonW.S new file mode 100644 index 000000000..1ada794c6 --- /dev/null +++ b/libc/nt/advapi32/CreateProcessWithLogonW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateProcessWithLogonW,CreateProcessWithLogonW,1142 diff --git a/libc/nt/advapi32/CreateProcessWithLogonW.s b/libc/nt/advapi32/CreateProcessWithLogonW.s deleted file mode 100644 index 0abc26fa7..000000000 --- a/libc/nt/advapi32/CreateProcessWithLogonW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateProcessWithLogonW,CreateProcessWithLogonW,1142 diff --git a/libc/nt/advapi32/CreateProcessWithTokenW.S b/libc/nt/advapi32/CreateProcessWithTokenW.S new file mode 100644 index 000000000..1a1816e39 --- /dev/null +++ b/libc/nt/advapi32/CreateProcessWithTokenW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateProcessWithTokenW,CreateProcessWithTokenW,1143 diff --git a/libc/nt/advapi32/CreateProcessWithTokenW.s b/libc/nt/advapi32/CreateProcessWithTokenW.s deleted file mode 100644 index 71225a42d..000000000 --- a/libc/nt/advapi32/CreateProcessWithTokenW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateProcessWithTokenW,CreateProcessWithTokenW,1143 diff --git a/libc/nt/advapi32/CreateRestrictedToken.S b/libc/nt/advapi32/CreateRestrictedToken.S new file mode 100644 index 000000000..75d572de0 --- /dev/null +++ b/libc/nt/advapi32/CreateRestrictedToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateRestrictedToken,CreateRestrictedToken,0 diff --git a/libc/nt/advapi32/CreateRestrictedToken.s b/libc/nt/advapi32/CreateRestrictedToken.s deleted file mode 100644 index 8a0b2dced..000000000 --- a/libc/nt/advapi32/CreateRestrictedToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateRestrictedToken,CreateRestrictedToken,0 diff --git a/libc/nt/advapi32/CreateServiceW.S b/libc/nt/advapi32/CreateServiceW.S new file mode 100644 index 000000000..a1a667575 --- /dev/null +++ b/libc/nt/advapi32/CreateServiceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateServiceW,CreateServiceW,1147 diff --git a/libc/nt/advapi32/CreateServiceW.s b/libc/nt/advapi32/CreateServiceW.s deleted file mode 100644 index 47045a305..000000000 --- a/libc/nt/advapi32/CreateServiceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateServiceW,CreateServiceW,1147 diff --git a/libc/nt/advapi32/CreateTraceInstanceId.S b/libc/nt/advapi32/CreateTraceInstanceId.S new file mode 100644 index 000000000..4a94cfe81 --- /dev/null +++ b/libc/nt/advapi32/CreateTraceInstanceId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateTraceInstanceId,CreateTraceInstanceId,0 diff --git a/libc/nt/advapi32/CreateTraceInstanceId.s b/libc/nt/advapi32/CreateTraceInstanceId.s deleted file mode 100644 index 219606a93..000000000 --- a/libc/nt/advapi32/CreateTraceInstanceId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateTraceInstanceId,CreateTraceInstanceId,0 diff --git a/libc/nt/advapi32/CreateWellKnownSid.S b/libc/nt/advapi32/CreateWellKnownSid.S new file mode 100644 index 000000000..43f663300 --- /dev/null +++ b/libc/nt/advapi32/CreateWellKnownSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CreateWellKnownSid,CreateWellKnownSid,0 diff --git a/libc/nt/advapi32/CreateWellKnownSid.s b/libc/nt/advapi32/CreateWellKnownSid.s deleted file mode 100644 index e5a78075b..000000000 --- a/libc/nt/advapi32/CreateWellKnownSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CreateWellKnownSid,CreateWellKnownSid,0 diff --git a/libc/nt/advapi32/CredDeleteW.S b/libc/nt/advapi32/CredDeleteW.S new file mode 100644 index 000000000..c439f8eb9 --- /dev/null +++ b/libc/nt/advapi32/CredDeleteW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredDeleteW,CredDeleteW,1152 diff --git a/libc/nt/advapi32/CredDeleteW.s b/libc/nt/advapi32/CredDeleteW.s deleted file mode 100644 index fadf85d05..000000000 --- a/libc/nt/advapi32/CredDeleteW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredDeleteW,CredDeleteW,1152 diff --git a/libc/nt/advapi32/CredEnumerateW.S b/libc/nt/advapi32/CredEnumerateW.S new file mode 100644 index 000000000..9a6dc6a64 --- /dev/null +++ b/libc/nt/advapi32/CredEnumerateW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredEnumerateW,CredEnumerateW,1155 diff --git a/libc/nt/advapi32/CredEnumerateW.s b/libc/nt/advapi32/CredEnumerateW.s deleted file mode 100644 index 3d5a093b7..000000000 --- a/libc/nt/advapi32/CredEnumerateW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredEnumerateW,CredEnumerateW,1155 diff --git a/libc/nt/advapi32/CredFindBestCredentialW.S b/libc/nt/advapi32/CredFindBestCredentialW.S new file mode 100644 index 000000000..621b0cec4 --- /dev/null +++ b/libc/nt/advapi32/CredFindBestCredentialW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredFindBestCredentialW,CredFindBestCredentialW,1157 diff --git a/libc/nt/advapi32/CredFindBestCredentialW.s b/libc/nt/advapi32/CredFindBestCredentialW.s deleted file mode 100644 index cd369b386..000000000 --- a/libc/nt/advapi32/CredFindBestCredentialW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredFindBestCredentialW,CredFindBestCredentialW,1157 diff --git a/libc/nt/advapi32/CredFree.S b/libc/nt/advapi32/CredFree.S new file mode 100644 index 000000000..1077ed360 --- /dev/null +++ b/libc/nt/advapi32/CredFree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredFree,CredFree,1158 diff --git a/libc/nt/advapi32/CredFree.s b/libc/nt/advapi32/CredFree.s deleted file mode 100644 index 6c3bea5b4..000000000 --- a/libc/nt/advapi32/CredFree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredFree,CredFree,1158 diff --git a/libc/nt/advapi32/CredGetSessionTypes.S b/libc/nt/advapi32/CredGetSessionTypes.S new file mode 100644 index 000000000..3da0e5ae3 --- /dev/null +++ b/libc/nt/advapi32/CredGetSessionTypes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredGetSessionTypes,CredGetSessionTypes,1159 diff --git a/libc/nt/advapi32/CredGetSessionTypes.s b/libc/nt/advapi32/CredGetSessionTypes.s deleted file mode 100644 index fee8419c3..000000000 --- a/libc/nt/advapi32/CredGetSessionTypes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredGetSessionTypes,CredGetSessionTypes,1159 diff --git a/libc/nt/advapi32/CredGetTargetInfoW.S b/libc/nt/advapi32/CredGetTargetInfoW.S new file mode 100644 index 000000000..28c2f0256 --- /dev/null +++ b/libc/nt/advapi32/CredGetTargetInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredGetTargetInfoW,CredGetTargetInfoW,1161 diff --git a/libc/nt/advapi32/CredGetTargetInfoW.s b/libc/nt/advapi32/CredGetTargetInfoW.s deleted file mode 100644 index 79d3edda6..000000000 --- a/libc/nt/advapi32/CredGetTargetInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredGetTargetInfoW,CredGetTargetInfoW,1161 diff --git a/libc/nt/advapi32/CredIsMarshaledCredentialW.S b/libc/nt/advapi32/CredIsMarshaledCredentialW.S new file mode 100644 index 000000000..1011ba4f3 --- /dev/null +++ b/libc/nt/advapi32/CredIsMarshaledCredentialW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredIsMarshaledCredentialW,CredIsMarshaledCredentialW,1163 diff --git a/libc/nt/advapi32/CredIsMarshaledCredentialW.s b/libc/nt/advapi32/CredIsMarshaledCredentialW.s deleted file mode 100644 index b45e53845..000000000 --- a/libc/nt/advapi32/CredIsMarshaledCredentialW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredIsMarshaledCredentialW,CredIsMarshaledCredentialW,1163 diff --git a/libc/nt/advapi32/CredIsProtectedW.S b/libc/nt/advapi32/CredIsProtectedW.S new file mode 100644 index 000000000..0f3acb43d --- /dev/null +++ b/libc/nt/advapi32/CredIsProtectedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredIsProtectedW,CredIsProtectedW,1165 diff --git a/libc/nt/advapi32/CredIsProtectedW.s b/libc/nt/advapi32/CredIsProtectedW.s deleted file mode 100644 index d67e62834..000000000 --- a/libc/nt/advapi32/CredIsProtectedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredIsProtectedW,CredIsProtectedW,1165 diff --git a/libc/nt/advapi32/CredMarshalCredentialW.S b/libc/nt/advapi32/CredMarshalCredentialW.S new file mode 100644 index 000000000..1c5921e09 --- /dev/null +++ b/libc/nt/advapi32/CredMarshalCredentialW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredMarshalCredentialW,CredMarshalCredentialW,1167 diff --git a/libc/nt/advapi32/CredMarshalCredentialW.s b/libc/nt/advapi32/CredMarshalCredentialW.s deleted file mode 100644 index c83ebe5f4..000000000 --- a/libc/nt/advapi32/CredMarshalCredentialW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredMarshalCredentialW,CredMarshalCredentialW,1167 diff --git a/libc/nt/advapi32/CredProtectW.S b/libc/nt/advapi32/CredProtectW.S new file mode 100644 index 000000000..8f1a6b7cc --- /dev/null +++ b/libc/nt/advapi32/CredProtectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredProtectW,CredProtectW,1172 diff --git a/libc/nt/advapi32/CredProtectW.s b/libc/nt/advapi32/CredProtectW.s deleted file mode 100644 index 9227bf0da..000000000 --- a/libc/nt/advapi32/CredProtectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredProtectW,CredProtectW,1172 diff --git a/libc/nt/advapi32/CredReadDomainCredentialsW.S b/libc/nt/advapi32/CredReadDomainCredentialsW.S new file mode 100644 index 000000000..11bb0c7fb --- /dev/null +++ b/libc/nt/advapi32/CredReadDomainCredentialsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredReadDomainCredentialsW,CredReadDomainCredentialsW,1176 diff --git a/libc/nt/advapi32/CredReadDomainCredentialsW.s b/libc/nt/advapi32/CredReadDomainCredentialsW.s deleted file mode 100644 index a2b6b95e1..000000000 --- a/libc/nt/advapi32/CredReadDomainCredentialsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredReadDomainCredentialsW,CredReadDomainCredentialsW,1176 diff --git a/libc/nt/advapi32/CredReadW.S b/libc/nt/advapi32/CredReadW.S new file mode 100644 index 000000000..e9b52b06e --- /dev/null +++ b/libc/nt/advapi32/CredReadW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredReadW,CredReadW,1177 diff --git a/libc/nt/advapi32/CredReadW.s b/libc/nt/advapi32/CredReadW.s deleted file mode 100644 index 7c9790315..000000000 --- a/libc/nt/advapi32/CredReadW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredReadW,CredReadW,1177 diff --git a/libc/nt/advapi32/CredRenameW.S b/libc/nt/advapi32/CredRenameW.S new file mode 100644 index 000000000..c606e3721 --- /dev/null +++ b/libc/nt/advapi32/CredRenameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredRenameW,CredRenameW,1179 diff --git a/libc/nt/advapi32/CredRenameW.s b/libc/nt/advapi32/CredRenameW.s deleted file mode 100644 index d0753d3f7..000000000 --- a/libc/nt/advapi32/CredRenameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredRenameW,CredRenameW,1179 diff --git a/libc/nt/advapi32/CredUnmarshalCredentialW.S b/libc/nt/advapi32/CredUnmarshalCredentialW.S new file mode 100644 index 000000000..42ac6cc00 --- /dev/null +++ b/libc/nt/advapi32/CredUnmarshalCredentialW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredUnmarshalCredentialW,CredUnmarshalCredentialW,1182 diff --git a/libc/nt/advapi32/CredUnmarshalCredentialW.s b/libc/nt/advapi32/CredUnmarshalCredentialW.s deleted file mode 100644 index f7f9e3a73..000000000 --- a/libc/nt/advapi32/CredUnmarshalCredentialW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredUnmarshalCredentialW,CredUnmarshalCredentialW,1182 diff --git a/libc/nt/advapi32/CredUnprotectW.S b/libc/nt/advapi32/CredUnprotectW.S new file mode 100644 index 000000000..9ce814b41 --- /dev/null +++ b/libc/nt/advapi32/CredUnprotectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredUnprotectW,CredUnprotectW,1184 diff --git a/libc/nt/advapi32/CredUnprotectW.s b/libc/nt/advapi32/CredUnprotectW.s deleted file mode 100644 index 6de9fc843..000000000 --- a/libc/nt/advapi32/CredUnprotectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredUnprotectW,CredUnprotectW,1184 diff --git a/libc/nt/advapi32/CredWriteDomainCredentialsW.S b/libc/nt/advapi32/CredWriteDomainCredentialsW.S new file mode 100644 index 000000000..482873dc8 --- /dev/null +++ b/libc/nt/advapi32/CredWriteDomainCredentialsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredWriteDomainCredentialsW,CredWriteDomainCredentialsW,1187 diff --git a/libc/nt/advapi32/CredWriteDomainCredentialsW.s b/libc/nt/advapi32/CredWriteDomainCredentialsW.s deleted file mode 100644 index f66c9fc60..000000000 --- a/libc/nt/advapi32/CredWriteDomainCredentialsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredWriteDomainCredentialsW,CredWriteDomainCredentialsW,1187 diff --git a/libc/nt/advapi32/CredWriteW.S b/libc/nt/advapi32/CredWriteW.S new file mode 100644 index 000000000..73176595d --- /dev/null +++ b/libc/nt/advapi32/CredWriteW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CredWriteW,CredWriteW,1188 diff --git a/libc/nt/advapi32/CredWriteW.s b/libc/nt/advapi32/CredWriteW.s deleted file mode 100644 index 4dfbc5aad..000000000 --- a/libc/nt/advapi32/CredWriteW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CredWriteW,CredWriteW,1188 diff --git a/libc/nt/advapi32/CryptAcquireContextW.S b/libc/nt/advapi32/CryptAcquireContextW.S new file mode 100644 index 000000000..ed98c08e3 --- /dev/null +++ b/libc/nt/advapi32/CryptAcquireContextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptAcquireContextW,CryptAcquireContextW,1196 diff --git a/libc/nt/advapi32/CryptAcquireContextW.s b/libc/nt/advapi32/CryptAcquireContextW.s deleted file mode 100644 index 62272035d..000000000 --- a/libc/nt/advapi32/CryptAcquireContextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptAcquireContextW,CryptAcquireContextW,1196 diff --git a/libc/nt/advapi32/CryptContextAddRef.S b/libc/nt/advapi32/CryptContextAddRef.S new file mode 100644 index 000000000..b6f884972 --- /dev/null +++ b/libc/nt/advapi32/CryptContextAddRef.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptContextAddRef,CryptContextAddRef,1197 diff --git a/libc/nt/advapi32/CryptContextAddRef.s b/libc/nt/advapi32/CryptContextAddRef.s deleted file mode 100644 index 81cdbba10..000000000 --- a/libc/nt/advapi32/CryptContextAddRef.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptContextAddRef,CryptContextAddRef,1197 diff --git a/libc/nt/advapi32/CryptCreateHash.S b/libc/nt/advapi32/CryptCreateHash.S new file mode 100644 index 000000000..04702aea3 --- /dev/null +++ b/libc/nt/advapi32/CryptCreateHash.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptCreateHash,CryptCreateHash,1198 diff --git a/libc/nt/advapi32/CryptCreateHash.s b/libc/nt/advapi32/CryptCreateHash.s deleted file mode 100644 index b93107cb0..000000000 --- a/libc/nt/advapi32/CryptCreateHash.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptCreateHash,CryptCreateHash,1198 diff --git a/libc/nt/advapi32/CryptDecrypt.S b/libc/nt/advapi32/CryptDecrypt.S new file mode 100644 index 000000000..557e14b63 --- /dev/null +++ b/libc/nt/advapi32/CryptDecrypt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDecrypt,CryptDecrypt,1199 diff --git a/libc/nt/advapi32/CryptDecrypt.s b/libc/nt/advapi32/CryptDecrypt.s deleted file mode 100644 index 27d8e51b7..000000000 --- a/libc/nt/advapi32/CryptDecrypt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDecrypt,CryptDecrypt,1199 diff --git a/libc/nt/advapi32/CryptDeriveKey.S b/libc/nt/advapi32/CryptDeriveKey.S new file mode 100644 index 000000000..fe94f77c5 --- /dev/null +++ b/libc/nt/advapi32/CryptDeriveKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDeriveKey,CryptDeriveKey,1200 diff --git a/libc/nt/advapi32/CryptDeriveKey.s b/libc/nt/advapi32/CryptDeriveKey.s deleted file mode 100644 index 2a4647d6d..000000000 --- a/libc/nt/advapi32/CryptDeriveKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDeriveKey,CryptDeriveKey,1200 diff --git a/libc/nt/advapi32/CryptDestroyHash.S b/libc/nt/advapi32/CryptDestroyHash.S new file mode 100644 index 000000000..ffa0a8e16 --- /dev/null +++ b/libc/nt/advapi32/CryptDestroyHash.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDestroyHash,CryptDestroyHash,1201 diff --git a/libc/nt/advapi32/CryptDestroyHash.s b/libc/nt/advapi32/CryptDestroyHash.s deleted file mode 100644 index c464cf5ee..000000000 --- a/libc/nt/advapi32/CryptDestroyHash.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDestroyHash,CryptDestroyHash,1201 diff --git a/libc/nt/advapi32/CryptDestroyKey.S b/libc/nt/advapi32/CryptDestroyKey.S new file mode 100644 index 000000000..ae1d7b6d4 --- /dev/null +++ b/libc/nt/advapi32/CryptDestroyKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDestroyKey,CryptDestroyKey,1202 diff --git a/libc/nt/advapi32/CryptDestroyKey.s b/libc/nt/advapi32/CryptDestroyKey.s deleted file mode 100644 index dfc6c2d2c..000000000 --- a/libc/nt/advapi32/CryptDestroyKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDestroyKey,CryptDestroyKey,1202 diff --git a/libc/nt/advapi32/CryptDuplicateHash.S b/libc/nt/advapi32/CryptDuplicateHash.S new file mode 100644 index 000000000..51f6a77e9 --- /dev/null +++ b/libc/nt/advapi32/CryptDuplicateHash.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDuplicateHash,CryptDuplicateHash,1203 diff --git a/libc/nt/advapi32/CryptDuplicateHash.s b/libc/nt/advapi32/CryptDuplicateHash.s deleted file mode 100644 index 97647a31f..000000000 --- a/libc/nt/advapi32/CryptDuplicateHash.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDuplicateHash,CryptDuplicateHash,1203 diff --git a/libc/nt/advapi32/CryptDuplicateKey.S b/libc/nt/advapi32/CryptDuplicateKey.S new file mode 100644 index 000000000..3ca308f47 --- /dev/null +++ b/libc/nt/advapi32/CryptDuplicateKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptDuplicateKey,CryptDuplicateKey,1204 diff --git a/libc/nt/advapi32/CryptDuplicateKey.s b/libc/nt/advapi32/CryptDuplicateKey.s deleted file mode 100644 index 62c5316ba..000000000 --- a/libc/nt/advapi32/CryptDuplicateKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptDuplicateKey,CryptDuplicateKey,1204 diff --git a/libc/nt/advapi32/CryptEncrypt.S b/libc/nt/advapi32/CryptEncrypt.S new file mode 100644 index 000000000..c4cdd608d --- /dev/null +++ b/libc/nt/advapi32/CryptEncrypt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptEncrypt,CryptEncrypt,1205 diff --git a/libc/nt/advapi32/CryptEncrypt.s b/libc/nt/advapi32/CryptEncrypt.s deleted file mode 100644 index 78a70314c..000000000 --- a/libc/nt/advapi32/CryptEncrypt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptEncrypt,CryptEncrypt,1205 diff --git a/libc/nt/advapi32/CryptEnumProviderTypesW.S b/libc/nt/advapi32/CryptEnumProviderTypesW.S new file mode 100644 index 000000000..4ea0e8d7d --- /dev/null +++ b/libc/nt/advapi32/CryptEnumProviderTypesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptEnumProviderTypesW,CryptEnumProviderTypesW,1207 diff --git a/libc/nt/advapi32/CryptEnumProviderTypesW.s b/libc/nt/advapi32/CryptEnumProviderTypesW.s deleted file mode 100644 index e566f22f0..000000000 --- a/libc/nt/advapi32/CryptEnumProviderTypesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptEnumProviderTypesW,CryptEnumProviderTypesW,1207 diff --git a/libc/nt/advapi32/CryptEnumProvidersW.S b/libc/nt/advapi32/CryptEnumProvidersW.S new file mode 100644 index 000000000..cbae7e47f --- /dev/null +++ b/libc/nt/advapi32/CryptEnumProvidersW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptEnumProvidersW,CryptEnumProvidersW,1209 diff --git a/libc/nt/advapi32/CryptEnumProvidersW.s b/libc/nt/advapi32/CryptEnumProvidersW.s deleted file mode 100644 index 6afae9b49..000000000 --- a/libc/nt/advapi32/CryptEnumProvidersW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptEnumProvidersW,CryptEnumProvidersW,1209 diff --git a/libc/nt/advapi32/CryptExportKey.S b/libc/nt/advapi32/CryptExportKey.S new file mode 100644 index 000000000..64fddbc58 --- /dev/null +++ b/libc/nt/advapi32/CryptExportKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptExportKey,CryptExportKey,1210 diff --git a/libc/nt/advapi32/CryptExportKey.s b/libc/nt/advapi32/CryptExportKey.s deleted file mode 100644 index 351539dfc..000000000 --- a/libc/nt/advapi32/CryptExportKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptExportKey,CryptExportKey,1210 diff --git a/libc/nt/advapi32/CryptGenKey.S b/libc/nt/advapi32/CryptGenKey.S new file mode 100644 index 000000000..8425af1d1 --- /dev/null +++ b/libc/nt/advapi32/CryptGenKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGenKey,CryptGenKey,1211 diff --git a/libc/nt/advapi32/CryptGenKey.s b/libc/nt/advapi32/CryptGenKey.s deleted file mode 100644 index 0080e18a2..000000000 --- a/libc/nt/advapi32/CryptGenKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGenKey,CryptGenKey,1211 diff --git a/libc/nt/advapi32/CryptGenRandom.S b/libc/nt/advapi32/CryptGenRandom.S new file mode 100644 index 000000000..2957d329f --- /dev/null +++ b/libc/nt/advapi32/CryptGenRandom.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGenRandom,CryptGenRandom,1212 diff --git a/libc/nt/advapi32/CryptGenRandom.s b/libc/nt/advapi32/CryptGenRandom.s deleted file mode 100644 index 7716dbfcd..000000000 --- a/libc/nt/advapi32/CryptGenRandom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGenRandom,CryptGenRandom,1212 diff --git a/libc/nt/advapi32/CryptGetDefaultProviderW.S b/libc/nt/advapi32/CryptGetDefaultProviderW.S new file mode 100644 index 000000000..d98a9804b --- /dev/null +++ b/libc/nt/advapi32/CryptGetDefaultProviderW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetDefaultProviderW,CryptGetDefaultProviderW,1214 diff --git a/libc/nt/advapi32/CryptGetDefaultProviderW.s b/libc/nt/advapi32/CryptGetDefaultProviderW.s deleted file mode 100644 index 50a0bc263..000000000 --- a/libc/nt/advapi32/CryptGetDefaultProviderW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetDefaultProviderW,CryptGetDefaultProviderW,1214 diff --git a/libc/nt/advapi32/CryptGetHashParam.S b/libc/nt/advapi32/CryptGetHashParam.S new file mode 100644 index 000000000..c34f4c12a --- /dev/null +++ b/libc/nt/advapi32/CryptGetHashParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetHashParam,CryptGetHashParam,1215 diff --git a/libc/nt/advapi32/CryptGetHashParam.s b/libc/nt/advapi32/CryptGetHashParam.s deleted file mode 100644 index 7c597de48..000000000 --- a/libc/nt/advapi32/CryptGetHashParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetHashParam,CryptGetHashParam,1215 diff --git a/libc/nt/advapi32/CryptGetKeyParam.S b/libc/nt/advapi32/CryptGetKeyParam.S new file mode 100644 index 000000000..a5e2f10fb --- /dev/null +++ b/libc/nt/advapi32/CryptGetKeyParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetKeyParam,CryptGetKeyParam,1216 diff --git a/libc/nt/advapi32/CryptGetKeyParam.s b/libc/nt/advapi32/CryptGetKeyParam.s deleted file mode 100644 index c8ec62369..000000000 --- a/libc/nt/advapi32/CryptGetKeyParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetKeyParam,CryptGetKeyParam,1216 diff --git a/libc/nt/advapi32/CryptGetLocalKeyLimits.S b/libc/nt/advapi32/CryptGetLocalKeyLimits.S new file mode 100644 index 000000000..55fc9f10b --- /dev/null +++ b/libc/nt/advapi32/CryptGetLocalKeyLimits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetLocalKeyLimits,CryptGetLocalKeyLimits,0 diff --git a/libc/nt/advapi32/CryptGetLocalKeyLimits.s b/libc/nt/advapi32/CryptGetLocalKeyLimits.s deleted file mode 100644 index 1016bfd31..000000000 --- a/libc/nt/advapi32/CryptGetLocalKeyLimits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetLocalKeyLimits,CryptGetLocalKeyLimits,0 diff --git a/libc/nt/advapi32/CryptGetProvParam.S b/libc/nt/advapi32/CryptGetProvParam.S new file mode 100644 index 000000000..457a882d5 --- /dev/null +++ b/libc/nt/advapi32/CryptGetProvParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetProvParam,CryptGetProvParam,1217 diff --git a/libc/nt/advapi32/CryptGetProvParam.s b/libc/nt/advapi32/CryptGetProvParam.s deleted file mode 100644 index 3452189ed..000000000 --- a/libc/nt/advapi32/CryptGetProvParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetProvParam,CryptGetProvParam,1217 diff --git a/libc/nt/advapi32/CryptGetUserKey.S b/libc/nt/advapi32/CryptGetUserKey.S new file mode 100644 index 000000000..d4560bb59 --- /dev/null +++ b/libc/nt/advapi32/CryptGetUserKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptGetUserKey,CryptGetUserKey,1218 diff --git a/libc/nt/advapi32/CryptGetUserKey.s b/libc/nt/advapi32/CryptGetUserKey.s deleted file mode 100644 index 2f495cdb8..000000000 --- a/libc/nt/advapi32/CryptGetUserKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptGetUserKey,CryptGetUserKey,1218 diff --git a/libc/nt/advapi32/CryptHashData.S b/libc/nt/advapi32/CryptHashData.S new file mode 100644 index 000000000..430e82a82 --- /dev/null +++ b/libc/nt/advapi32/CryptHashData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptHashData,CryptHashData,1219 diff --git a/libc/nt/advapi32/CryptHashData.s b/libc/nt/advapi32/CryptHashData.s deleted file mode 100644 index 7818a5631..000000000 --- a/libc/nt/advapi32/CryptHashData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptHashData,CryptHashData,1219 diff --git a/libc/nt/advapi32/CryptHashSessionKey.S b/libc/nt/advapi32/CryptHashSessionKey.S new file mode 100644 index 000000000..db191a231 --- /dev/null +++ b/libc/nt/advapi32/CryptHashSessionKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptHashSessionKey,CryptHashSessionKey,1220 diff --git a/libc/nt/advapi32/CryptHashSessionKey.s b/libc/nt/advapi32/CryptHashSessionKey.s deleted file mode 100644 index bd55a162d..000000000 --- a/libc/nt/advapi32/CryptHashSessionKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptHashSessionKey,CryptHashSessionKey,1220 diff --git a/libc/nt/advapi32/CryptImportKey.S b/libc/nt/advapi32/CryptImportKey.S new file mode 100644 index 000000000..8ad20f720 --- /dev/null +++ b/libc/nt/advapi32/CryptImportKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptImportKey,CryptImportKey,1221 diff --git a/libc/nt/advapi32/CryptImportKey.s b/libc/nt/advapi32/CryptImportKey.s deleted file mode 100644 index 8e8a1dceb..000000000 --- a/libc/nt/advapi32/CryptImportKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptImportKey,CryptImportKey,1221 diff --git a/libc/nt/advapi32/CryptReleaseContext.S b/libc/nt/advapi32/CryptReleaseContext.S new file mode 100644 index 000000000..c19c1816f --- /dev/null +++ b/libc/nt/advapi32/CryptReleaseContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptReleaseContext,CryptReleaseContext,1222 diff --git a/libc/nt/advapi32/CryptReleaseContext.s b/libc/nt/advapi32/CryptReleaseContext.s deleted file mode 100644 index 26e0ca2d9..000000000 --- a/libc/nt/advapi32/CryptReleaseContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptReleaseContext,CryptReleaseContext,1222 diff --git a/libc/nt/advapi32/CryptSetHashParam.S b/libc/nt/advapi32/CryptSetHashParam.S new file mode 100644 index 000000000..ac89328dc --- /dev/null +++ b/libc/nt/advapi32/CryptSetHashParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSetHashParam,CryptSetHashParam,1223 diff --git a/libc/nt/advapi32/CryptSetHashParam.s b/libc/nt/advapi32/CryptSetHashParam.s deleted file mode 100644 index c83760079..000000000 --- a/libc/nt/advapi32/CryptSetHashParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSetHashParam,CryptSetHashParam,1223 diff --git a/libc/nt/advapi32/CryptSetKeyParam.S b/libc/nt/advapi32/CryptSetKeyParam.S new file mode 100644 index 000000000..2e7491a63 --- /dev/null +++ b/libc/nt/advapi32/CryptSetKeyParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSetKeyParam,CryptSetKeyParam,1224 diff --git a/libc/nt/advapi32/CryptSetKeyParam.s b/libc/nt/advapi32/CryptSetKeyParam.s deleted file mode 100644 index 0d48e7cdd..000000000 --- a/libc/nt/advapi32/CryptSetKeyParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSetKeyParam,CryptSetKeyParam,1224 diff --git a/libc/nt/advapi32/CryptSetProvParam.S b/libc/nt/advapi32/CryptSetProvParam.S new file mode 100644 index 000000000..9f637a8c6 --- /dev/null +++ b/libc/nt/advapi32/CryptSetProvParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSetProvParam,CryptSetProvParam,1225 diff --git a/libc/nt/advapi32/CryptSetProvParam.s b/libc/nt/advapi32/CryptSetProvParam.s deleted file mode 100644 index 49d128797..000000000 --- a/libc/nt/advapi32/CryptSetProvParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSetProvParam,CryptSetProvParam,1225 diff --git a/libc/nt/advapi32/CryptSetProviderExW.S b/libc/nt/advapi32/CryptSetProviderExW.S new file mode 100644 index 000000000..4a05e8793 --- /dev/null +++ b/libc/nt/advapi32/CryptSetProviderExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSetProviderExW,CryptSetProviderExW,1228 diff --git a/libc/nt/advapi32/CryptSetProviderExW.s b/libc/nt/advapi32/CryptSetProviderExW.s deleted file mode 100644 index e3e2cbff9..000000000 --- a/libc/nt/advapi32/CryptSetProviderExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSetProviderExW,CryptSetProviderExW,1228 diff --git a/libc/nt/advapi32/CryptSetProviderW.S b/libc/nt/advapi32/CryptSetProviderW.S new file mode 100644 index 000000000..86b5f6d87 --- /dev/null +++ b/libc/nt/advapi32/CryptSetProviderW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSetProviderW,CryptSetProviderW,1229 diff --git a/libc/nt/advapi32/CryptSetProviderW.s b/libc/nt/advapi32/CryptSetProviderW.s deleted file mode 100644 index 7c4d42283..000000000 --- a/libc/nt/advapi32/CryptSetProviderW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSetProviderW,CryptSetProviderW,1229 diff --git a/libc/nt/advapi32/CryptSignHashW.S b/libc/nt/advapi32/CryptSignHashW.S new file mode 100644 index 000000000..64e3a186f --- /dev/null +++ b/libc/nt/advapi32/CryptSignHashW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptSignHashW,CryptSignHashW,1231 diff --git a/libc/nt/advapi32/CryptSignHashW.s b/libc/nt/advapi32/CryptSignHashW.s deleted file mode 100644 index e538195b6..000000000 --- a/libc/nt/advapi32/CryptSignHashW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptSignHashW,CryptSignHashW,1231 diff --git a/libc/nt/advapi32/CryptVerifySignatureW.S b/libc/nt/advapi32/CryptVerifySignatureW.S new file mode 100644 index 000000000..900b9322c --- /dev/null +++ b/libc/nt/advapi32/CryptVerifySignatureW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_CryptVerifySignatureW,CryptVerifySignatureW,1233 diff --git a/libc/nt/advapi32/CryptVerifySignatureW.s b/libc/nt/advapi32/CryptVerifySignatureW.s deleted file mode 100644 index 36dc37cc4..000000000 --- a/libc/nt/advapi32/CryptVerifySignatureW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_CryptVerifySignatureW,CryptVerifySignatureW,1233 diff --git a/libc/nt/advapi32/DecryptFileW.S b/libc/nt/advapi32/DecryptFileW.S new file mode 100644 index 000000000..15c06f48d --- /dev/null +++ b/libc/nt/advapi32/DecryptFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DecryptFileW,DecryptFileW,1236 diff --git a/libc/nt/advapi32/DecryptFileW.s b/libc/nt/advapi32/DecryptFileW.s deleted file mode 100644 index 33bbd4ac5..000000000 --- a/libc/nt/advapi32/DecryptFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DecryptFileW,DecryptFileW,1236 diff --git a/libc/nt/advapi32/DeleteAce.S b/libc/nt/advapi32/DeleteAce.S new file mode 100644 index 000000000..122f67f7d --- /dev/null +++ b/libc/nt/advapi32/DeleteAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DeleteAce,DeleteAce,0 diff --git a/libc/nt/advapi32/DeleteAce.s b/libc/nt/advapi32/DeleteAce.s deleted file mode 100644 index c94e4f5b9..000000000 --- a/libc/nt/advapi32/DeleteAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DeleteAce,DeleteAce,0 diff --git a/libc/nt/advapi32/DeleteService.S b/libc/nt/advapi32/DeleteService.S new file mode 100644 index 000000000..1a1f86a02 --- /dev/null +++ b/libc/nt/advapi32/DeleteService.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DeleteService,DeleteService,1238 diff --git a/libc/nt/advapi32/DeleteService.s b/libc/nt/advapi32/DeleteService.s deleted file mode 100644 index fdcad7b8c..000000000 --- a/libc/nt/advapi32/DeleteService.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DeleteService,DeleteService,1238 diff --git a/libc/nt/advapi32/DeregisterEventSource.S b/libc/nt/advapi32/DeregisterEventSource.S new file mode 100644 index 000000000..09653918e --- /dev/null +++ b/libc/nt/advapi32/DeregisterEventSource.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DeregisterEventSource,DeregisterEventSource,1239 + +#ifdef __x86_64__ + .text.windows +DeregisterEventSource: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeregisterEventSource(%rip) + leave + ret + .endfn DeregisterEventSource,globl + .previous +#endif diff --git a/libc/nt/advapi32/DeregisterEventSource.s b/libc/nt/advapi32/DeregisterEventSource.s deleted file mode 100644 index f8ec53bd1..000000000 --- a/libc/nt/advapi32/DeregisterEventSource.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DeregisterEventSource,DeregisterEventSource,1239 - - .text.windows -DeregisterEventSource: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeregisterEventSource(%rip) - leave - ret - .endfn DeregisterEventSource,globl - .previous diff --git a/libc/nt/advapi32/DestroyPrivateObjectSecurity.S b/libc/nt/advapi32/DestroyPrivateObjectSecurity.S new file mode 100644 index 000000000..9c8fa1196 --- /dev/null +++ b/libc/nt/advapi32/DestroyPrivateObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DestroyPrivateObjectSecurity,DestroyPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/DestroyPrivateObjectSecurity.s b/libc/nt/advapi32/DestroyPrivateObjectSecurity.s deleted file mode 100644 index 28ef81f6e..000000000 --- a/libc/nt/advapi32/DestroyPrivateObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DestroyPrivateObjectSecurity,DestroyPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/DuplicateEncryptionInfoFile.S b/libc/nt/advapi32/DuplicateEncryptionInfoFile.S new file mode 100644 index 000000000..109424c4a --- /dev/null +++ b/libc/nt/advapi32/DuplicateEncryptionInfoFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DuplicateEncryptionInfoFile,DuplicateEncryptionInfoFile,1241 diff --git a/libc/nt/advapi32/DuplicateEncryptionInfoFile.s b/libc/nt/advapi32/DuplicateEncryptionInfoFile.s deleted file mode 100644 index 2c7473df8..000000000 --- a/libc/nt/advapi32/DuplicateEncryptionInfoFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DuplicateEncryptionInfoFile,DuplicateEncryptionInfoFile,1241 diff --git a/libc/nt/advapi32/DuplicateToken.S b/libc/nt/advapi32/DuplicateToken.S new file mode 100644 index 000000000..68647a6c2 --- /dev/null +++ b/libc/nt/advapi32/DuplicateToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DuplicateToken,DuplicateToken,0 + +#ifdef __x86_64__ + .text.windows +DuplicateToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DuplicateToken(%rip),%rax + jmp __sysv2nt + .endfn DuplicateToken,globl + .previous +#endif diff --git a/libc/nt/advapi32/DuplicateToken.s b/libc/nt/advapi32/DuplicateToken.s deleted file mode 100644 index f11003cce..000000000 --- a/libc/nt/advapi32/DuplicateToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DuplicateToken,DuplicateToken,0 - - .text.windows -DuplicateToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DuplicateToken(%rip),%rax - jmp __sysv2nt - .endfn DuplicateToken,globl - .previous diff --git a/libc/nt/advapi32/DuplicateTokenEx.S b/libc/nt/advapi32/DuplicateTokenEx.S new file mode 100644 index 000000000..6d9d327c9 --- /dev/null +++ b/libc/nt/advapi32/DuplicateTokenEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_DuplicateTokenEx,DuplicateTokenEx,0 + +#ifdef __x86_64__ + .text.windows +DuplicateTokenEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DuplicateTokenEx(%rip),%rax + jmp __sysv2nt6 + .endfn DuplicateTokenEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/DuplicateTokenEx.s b/libc/nt/advapi32/DuplicateTokenEx.s deleted file mode 100644 index 03d2647fc..000000000 --- a/libc/nt/advapi32/DuplicateTokenEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_DuplicateTokenEx,DuplicateTokenEx,0 - - .text.windows -DuplicateTokenEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DuplicateTokenEx(%rip),%rax - jmp __sysv2nt6 - .endfn DuplicateTokenEx,globl - .previous diff --git a/libc/nt/advapi32/EnableTrace.S b/libc/nt/advapi32/EnableTrace.S new file mode 100644 index 000000000..a41a37151 --- /dev/null +++ b/libc/nt/advapi32/EnableTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnableTrace,EnableTrace,1265 diff --git a/libc/nt/advapi32/EnableTrace.s b/libc/nt/advapi32/EnableTrace.s deleted file mode 100644 index 25295de83..000000000 --- a/libc/nt/advapi32/EnableTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnableTrace,EnableTrace,1265 diff --git a/libc/nt/advapi32/EnableTraceEx.S b/libc/nt/advapi32/EnableTraceEx.S new file mode 100644 index 000000000..44cfbe8f8 --- /dev/null +++ b/libc/nt/advapi32/EnableTraceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnableTraceEx,EnableTraceEx,1266 diff --git a/libc/nt/advapi32/EnableTraceEx.s b/libc/nt/advapi32/EnableTraceEx.s deleted file mode 100644 index 4e6ea263c..000000000 --- a/libc/nt/advapi32/EnableTraceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnableTraceEx,EnableTraceEx,1266 diff --git a/libc/nt/advapi32/EnableTraceEx2.S b/libc/nt/advapi32/EnableTraceEx2.S new file mode 100644 index 000000000..5804dbb7b --- /dev/null +++ b/libc/nt/advapi32/EnableTraceEx2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnableTraceEx2,EnableTraceEx2,1267 diff --git a/libc/nt/advapi32/EnableTraceEx2.s b/libc/nt/advapi32/EnableTraceEx2.s deleted file mode 100644 index e44cf2d1a..000000000 --- a/libc/nt/advapi32/EnableTraceEx2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnableTraceEx2,EnableTraceEx2,1267 diff --git a/libc/nt/advapi32/EncryptFileW.S b/libc/nt/advapi32/EncryptFileW.S new file mode 100644 index 000000000..d7f89fbc8 --- /dev/null +++ b/libc/nt/advapi32/EncryptFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EncryptFileW,EncryptFileW,1269 diff --git a/libc/nt/advapi32/EncryptFileW.s b/libc/nt/advapi32/EncryptFileW.s deleted file mode 100644 index 205a7d1f3..000000000 --- a/libc/nt/advapi32/EncryptFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EncryptFileW,EncryptFileW,1269 diff --git a/libc/nt/advapi32/EncryptionDisable.S b/libc/nt/advapi32/EncryptionDisable.S new file mode 100644 index 000000000..e8e8633dd --- /dev/null +++ b/libc/nt/advapi32/EncryptionDisable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EncryptionDisable,EncryptionDisable,1271 diff --git a/libc/nt/advapi32/EncryptionDisable.s b/libc/nt/advapi32/EncryptionDisable.s deleted file mode 100644 index 7c326ca86..000000000 --- a/libc/nt/advapi32/EncryptionDisable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EncryptionDisable,EncryptionDisable,1271 diff --git a/libc/nt/advapi32/EnumDependentServicesW.S b/libc/nt/advapi32/EnumDependentServicesW.S new file mode 100644 index 000000000..37bbf4c11 --- /dev/null +++ b/libc/nt/advapi32/EnumDependentServicesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnumDependentServicesW,EnumDependentServicesW,1273 diff --git a/libc/nt/advapi32/EnumDependentServicesW.s b/libc/nt/advapi32/EnumDependentServicesW.s deleted file mode 100644 index 1d65931ce..000000000 --- a/libc/nt/advapi32/EnumDependentServicesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnumDependentServicesW,EnumDependentServicesW,1273 diff --git a/libc/nt/advapi32/EnumServicesStatusExW.S b/libc/nt/advapi32/EnumServicesStatusExW.S new file mode 100644 index 000000000..4dfc43c0c --- /dev/null +++ b/libc/nt/advapi32/EnumServicesStatusExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnumServicesStatusExW,EnumServicesStatusExW,1278 diff --git a/libc/nt/advapi32/EnumServicesStatusExW.s b/libc/nt/advapi32/EnumServicesStatusExW.s deleted file mode 100644 index 049b829c7..000000000 --- a/libc/nt/advapi32/EnumServicesStatusExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnumServicesStatusExW,EnumServicesStatusExW,1278 diff --git a/libc/nt/advapi32/EnumServicesStatusW.S b/libc/nt/advapi32/EnumServicesStatusW.S new file mode 100644 index 000000000..75c5abeb3 --- /dev/null +++ b/libc/nt/advapi32/EnumServicesStatusW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnumServicesStatusW,EnumServicesStatusW,1279 diff --git a/libc/nt/advapi32/EnumServicesStatusW.s b/libc/nt/advapi32/EnumServicesStatusW.s deleted file mode 100644 index ca25cbf31..000000000 --- a/libc/nt/advapi32/EnumServicesStatusW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnumServicesStatusW,EnumServicesStatusW,1279 diff --git a/libc/nt/advapi32/EnumerateTraceGuids.S b/libc/nt/advapi32/EnumerateTraceGuids.S new file mode 100644 index 000000000..9a885ca00 --- /dev/null +++ b/libc/nt/advapi32/EnumerateTraceGuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnumerateTraceGuids,EnumerateTraceGuids,1280 diff --git a/libc/nt/advapi32/EnumerateTraceGuids.s b/libc/nt/advapi32/EnumerateTraceGuids.s deleted file mode 100644 index e9ba8b9da..000000000 --- a/libc/nt/advapi32/EnumerateTraceGuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnumerateTraceGuids,EnumerateTraceGuids,1280 diff --git a/libc/nt/advapi32/EnumerateTraceGuidsEx.S b/libc/nt/advapi32/EnumerateTraceGuidsEx.S new file mode 100644 index 000000000..163cf8b98 --- /dev/null +++ b/libc/nt/advapi32/EnumerateTraceGuidsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EnumerateTraceGuidsEx,EnumerateTraceGuidsEx,1281 diff --git a/libc/nt/advapi32/EnumerateTraceGuidsEx.s b/libc/nt/advapi32/EnumerateTraceGuidsEx.s deleted file mode 100644 index 4623b28a8..000000000 --- a/libc/nt/advapi32/EnumerateTraceGuidsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EnumerateTraceGuidsEx,EnumerateTraceGuidsEx,1281 diff --git a/libc/nt/advapi32/EqualDomainSid.S b/libc/nt/advapi32/EqualDomainSid.S new file mode 100644 index 000000000..4a144cf74 --- /dev/null +++ b/libc/nt/advapi32/EqualDomainSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EqualDomainSid,EqualDomainSid,0 diff --git a/libc/nt/advapi32/EqualDomainSid.s b/libc/nt/advapi32/EqualDomainSid.s deleted file mode 100644 index 208e5ebbf..000000000 --- a/libc/nt/advapi32/EqualDomainSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EqualDomainSid,EqualDomainSid,0 diff --git a/libc/nt/advapi32/EqualPrefixSid.S b/libc/nt/advapi32/EqualPrefixSid.S new file mode 100644 index 000000000..69b996d66 --- /dev/null +++ b/libc/nt/advapi32/EqualPrefixSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EqualPrefixSid,EqualPrefixSid,0 diff --git a/libc/nt/advapi32/EqualPrefixSid.s b/libc/nt/advapi32/EqualPrefixSid.s deleted file mode 100644 index 90f0c7d76..000000000 --- a/libc/nt/advapi32/EqualPrefixSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EqualPrefixSid,EqualPrefixSid,0 diff --git a/libc/nt/advapi32/EqualSid.S b/libc/nt/advapi32/EqualSid.S new file mode 100644 index 000000000..2e78457b9 --- /dev/null +++ b/libc/nt/advapi32/EqualSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EqualSid,EqualSid,0 diff --git a/libc/nt/advapi32/EqualSid.s b/libc/nt/advapi32/EqualSid.s deleted file mode 100644 index 76c98cfc2..000000000 --- a/libc/nt/advapi32/EqualSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EqualSid,EqualSid,0 diff --git a/libc/nt/advapi32/EventAccessControl.S b/libc/nt/advapi32/EventAccessControl.S new file mode 100644 index 000000000..790643e81 --- /dev/null +++ b/libc/nt/advapi32/EventAccessControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventAccessControl,EventAccessControl,1285 diff --git a/libc/nt/advapi32/EventAccessControl.s b/libc/nt/advapi32/EventAccessControl.s deleted file mode 100644 index 434f05cb2..000000000 --- a/libc/nt/advapi32/EventAccessControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventAccessControl,EventAccessControl,1285 diff --git a/libc/nt/advapi32/EventAccessQuery.S b/libc/nt/advapi32/EventAccessQuery.S new file mode 100644 index 000000000..fdf2fe54a --- /dev/null +++ b/libc/nt/advapi32/EventAccessQuery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventAccessQuery,EventAccessQuery,1286 diff --git a/libc/nt/advapi32/EventAccessQuery.s b/libc/nt/advapi32/EventAccessQuery.s deleted file mode 100644 index e216abad9..000000000 --- a/libc/nt/advapi32/EventAccessQuery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventAccessQuery,EventAccessQuery,1286 diff --git a/libc/nt/advapi32/EventAccessRemove.S b/libc/nt/advapi32/EventAccessRemove.S new file mode 100644 index 000000000..29d0d49e3 --- /dev/null +++ b/libc/nt/advapi32/EventAccessRemove.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventAccessRemove,EventAccessRemove,1287 diff --git a/libc/nt/advapi32/EventAccessRemove.s b/libc/nt/advapi32/EventAccessRemove.s deleted file mode 100644 index 2de4649dd..000000000 --- a/libc/nt/advapi32/EventAccessRemove.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventAccessRemove,EventAccessRemove,1287 diff --git a/libc/nt/advapi32/EventActivityIdControl.S b/libc/nt/advapi32/EventActivityIdControl.S new file mode 100644 index 000000000..8175fc8e8 --- /dev/null +++ b/libc/nt/advapi32/EventActivityIdControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventActivityIdControl,EventActivityIdControl,0 diff --git a/libc/nt/advapi32/EventActivityIdControl.s b/libc/nt/advapi32/EventActivityIdControl.s deleted file mode 100644 index 98cabf5f6..000000000 --- a/libc/nt/advapi32/EventActivityIdControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventActivityIdControl,EventActivityIdControl,0 diff --git a/libc/nt/advapi32/EventEnabled.S b/libc/nt/advapi32/EventEnabled.S new file mode 100644 index 000000000..b44518e9e --- /dev/null +++ b/libc/nt/advapi32/EventEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventEnabled,EventEnabled,0 diff --git a/libc/nt/advapi32/EventEnabled.s b/libc/nt/advapi32/EventEnabled.s deleted file mode 100644 index 462e43e75..000000000 --- a/libc/nt/advapi32/EventEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventEnabled,EventEnabled,0 diff --git a/libc/nt/advapi32/EventProviderEnabled.S b/libc/nt/advapi32/EventProviderEnabled.S new file mode 100644 index 000000000..5e0574fb3 --- /dev/null +++ b/libc/nt/advapi32/EventProviderEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventProviderEnabled,EventProviderEnabled,0 diff --git a/libc/nt/advapi32/EventProviderEnabled.s b/libc/nt/advapi32/EventProviderEnabled.s deleted file mode 100644 index a20f242c0..000000000 --- a/libc/nt/advapi32/EventProviderEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventProviderEnabled,EventProviderEnabled,0 diff --git a/libc/nt/advapi32/EventRegister.S b/libc/nt/advapi32/EventRegister.S new file mode 100644 index 000000000..cea882aa7 --- /dev/null +++ b/libc/nt/advapi32/EventRegister.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventRegister,EventRegister,0 diff --git a/libc/nt/advapi32/EventRegister.s b/libc/nt/advapi32/EventRegister.s deleted file mode 100644 index 11cd7d9b8..000000000 --- a/libc/nt/advapi32/EventRegister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventRegister,EventRegister,0 diff --git a/libc/nt/advapi32/EventUnregister.S b/libc/nt/advapi32/EventUnregister.S new file mode 100644 index 000000000..d3eca897e --- /dev/null +++ b/libc/nt/advapi32/EventUnregister.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventUnregister,EventUnregister,0 diff --git a/libc/nt/advapi32/EventUnregister.s b/libc/nt/advapi32/EventUnregister.s deleted file mode 100644 index 4d8b45bbb..000000000 --- a/libc/nt/advapi32/EventUnregister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventUnregister,EventUnregister,0 diff --git a/libc/nt/advapi32/EventWrite.S b/libc/nt/advapi32/EventWrite.S new file mode 100644 index 000000000..c17212198 --- /dev/null +++ b/libc/nt/advapi32/EventWrite.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventWrite,EventWrite,0 diff --git a/libc/nt/advapi32/EventWrite.s b/libc/nt/advapi32/EventWrite.s deleted file mode 100644 index d7498b29e..000000000 --- a/libc/nt/advapi32/EventWrite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventWrite,EventWrite,0 diff --git a/libc/nt/advapi32/EventWriteEx.S b/libc/nt/advapi32/EventWriteEx.S new file mode 100644 index 000000000..179fdd7ee --- /dev/null +++ b/libc/nt/advapi32/EventWriteEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventWriteEx,EventWriteEx,0 diff --git a/libc/nt/advapi32/EventWriteEx.s b/libc/nt/advapi32/EventWriteEx.s deleted file mode 100644 index 47e3c6f2c..000000000 --- a/libc/nt/advapi32/EventWriteEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventWriteEx,EventWriteEx,0 diff --git a/libc/nt/advapi32/EventWriteString.S b/libc/nt/advapi32/EventWriteString.S new file mode 100644 index 000000000..e094686ef --- /dev/null +++ b/libc/nt/advapi32/EventWriteString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventWriteString,EventWriteString,0 diff --git a/libc/nt/advapi32/EventWriteString.s b/libc/nt/advapi32/EventWriteString.s deleted file mode 100644 index ca1e504f8..000000000 --- a/libc/nt/advapi32/EventWriteString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventWriteString,EventWriteString,0 diff --git a/libc/nt/advapi32/EventWriteTransfer.S b/libc/nt/advapi32/EventWriteTransfer.S new file mode 100644 index 000000000..35e903fbd --- /dev/null +++ b/libc/nt/advapi32/EventWriteTransfer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_EventWriteTransfer,EventWriteTransfer,0 diff --git a/libc/nt/advapi32/EventWriteTransfer.s b/libc/nt/advapi32/EventWriteTransfer.s deleted file mode 100644 index 27d1e6c1f..000000000 --- a/libc/nt/advapi32/EventWriteTransfer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_EventWriteTransfer,EventWriteTransfer,0 diff --git a/libc/nt/advapi32/FileEncryptionStatusW.S b/libc/nt/advapi32/FileEncryptionStatusW.S new file mode 100644 index 000000000..37bc446b7 --- /dev/null +++ b/libc/nt/advapi32/FileEncryptionStatusW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FileEncryptionStatusW,FileEncryptionStatusW,1301 diff --git a/libc/nt/advapi32/FileEncryptionStatusW.s b/libc/nt/advapi32/FileEncryptionStatusW.s deleted file mode 100644 index a3a584b0e..000000000 --- a/libc/nt/advapi32/FileEncryptionStatusW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FileEncryptionStatusW,FileEncryptionStatusW,1301 diff --git a/libc/nt/advapi32/FindFirstFreeAce.S b/libc/nt/advapi32/FindFirstFreeAce.S new file mode 100644 index 000000000..61bea476f --- /dev/null +++ b/libc/nt/advapi32/FindFirstFreeAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FindFirstFreeAce,FindFirstFreeAce,0 diff --git a/libc/nt/advapi32/FindFirstFreeAce.s b/libc/nt/advapi32/FindFirstFreeAce.s deleted file mode 100644 index c7e5e5316..000000000 --- a/libc/nt/advapi32/FindFirstFreeAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FindFirstFreeAce,FindFirstFreeAce,0 diff --git a/libc/nt/advapi32/FlushTraceW.S b/libc/nt/advapi32/FlushTraceW.S new file mode 100644 index 000000000..5e4fe0dd1 --- /dev/null +++ b/libc/nt/advapi32/FlushTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FlushTraceW,FlushTraceW,1305 diff --git a/libc/nt/advapi32/FlushTraceW.s b/libc/nt/advapi32/FlushTraceW.s deleted file mode 100644 index 9dcc4a817..000000000 --- a/libc/nt/advapi32/FlushTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FlushTraceW,FlushTraceW,1305 diff --git a/libc/nt/advapi32/FreeEncryptionCertificateHashList.S b/libc/nt/advapi32/FreeEncryptionCertificateHashList.S new file mode 100644 index 000000000..a56fd3759 --- /dev/null +++ b/libc/nt/advapi32/FreeEncryptionCertificateHashList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FreeEncryptionCertificateHashList,FreeEncryptionCertificateHashList,1308 diff --git a/libc/nt/advapi32/FreeEncryptionCertificateHashList.s b/libc/nt/advapi32/FreeEncryptionCertificateHashList.s deleted file mode 100644 index 2c326dba2..000000000 --- a/libc/nt/advapi32/FreeEncryptionCertificateHashList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FreeEncryptionCertificateHashList,FreeEncryptionCertificateHashList,1308 diff --git a/libc/nt/advapi32/FreeInheritedFromArray.S b/libc/nt/advapi32/FreeInheritedFromArray.S new file mode 100644 index 000000000..17950e3a9 --- /dev/null +++ b/libc/nt/advapi32/FreeInheritedFromArray.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FreeInheritedFromArray,FreeInheritedFromArray,1309 diff --git a/libc/nt/advapi32/FreeInheritedFromArray.s b/libc/nt/advapi32/FreeInheritedFromArray.s deleted file mode 100644 index 590fc7e5c..000000000 --- a/libc/nt/advapi32/FreeInheritedFromArray.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FreeInheritedFromArray,FreeInheritedFromArray,1309 diff --git a/libc/nt/advapi32/FreeSid.S b/libc/nt/advapi32/FreeSid.S new file mode 100644 index 000000000..803c26ab3 --- /dev/null +++ b/libc/nt/advapi32/FreeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_FreeSid,FreeSid,0 diff --git a/libc/nt/advapi32/FreeSid.s b/libc/nt/advapi32/FreeSid.s deleted file mode 100644 index b3c48b9bc..000000000 --- a/libc/nt/advapi32/FreeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_FreeSid,FreeSid,0 diff --git a/libc/nt/advapi32/GetAce.S b/libc/nt/advapi32/GetAce.S new file mode 100644 index 000000000..b0e6d7e3a --- /dev/null +++ b/libc/nt/advapi32/GetAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetAce,GetAce,0 diff --git a/libc/nt/advapi32/GetAce.s b/libc/nt/advapi32/GetAce.s deleted file mode 100644 index 2f73ff35a..000000000 --- a/libc/nt/advapi32/GetAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetAce,GetAce,0 diff --git a/libc/nt/advapi32/GetAclInformation.S b/libc/nt/advapi32/GetAclInformation.S new file mode 100644 index 000000000..1af9b5dd2 --- /dev/null +++ b/libc/nt/advapi32/GetAclInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetAclInformation,GetAclInformation,0 diff --git a/libc/nt/advapi32/GetAclInformation.s b/libc/nt/advapi32/GetAclInformation.s deleted file mode 100644 index 0ad23055c..000000000 --- a/libc/nt/advapi32/GetAclInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetAclInformation,GetAclInformation,0 diff --git a/libc/nt/advapi32/GetAuditedPermissionsFromAclW.S b/libc/nt/advapi32/GetAuditedPermissionsFromAclW.S new file mode 100644 index 000000000..28ff5598a --- /dev/null +++ b/libc/nt/advapi32/GetAuditedPermissionsFromAclW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetAuditedPermissionsFromAclW,GetAuditedPermissionsFromAclW,1316 diff --git a/libc/nt/advapi32/GetAuditedPermissionsFromAclW.s b/libc/nt/advapi32/GetAuditedPermissionsFromAclW.s deleted file mode 100644 index f5609bbfe..000000000 --- a/libc/nt/advapi32/GetAuditedPermissionsFromAclW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetAuditedPermissionsFromAclW,GetAuditedPermissionsFromAclW,1316 diff --git a/libc/nt/advapi32/GetCurrentHwProfileW.S b/libc/nt/advapi32/GetCurrentHwProfileW.S new file mode 100644 index 000000000..719f927a0 --- /dev/null +++ b/libc/nt/advapi32/GetCurrentHwProfileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetCurrentHwProfileW,GetCurrentHwProfileW,1318 diff --git a/libc/nt/advapi32/GetCurrentHwProfileW.s b/libc/nt/advapi32/GetCurrentHwProfileW.s deleted file mode 100644 index 973df8278..000000000 --- a/libc/nt/advapi32/GetCurrentHwProfileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetCurrentHwProfileW,GetCurrentHwProfileW,1318 diff --git a/libc/nt/advapi32/GetEffectiveRightsFromAclW.S b/libc/nt/advapi32/GetEffectiveRightsFromAclW.S new file mode 100644 index 000000000..fe29a111c --- /dev/null +++ b/libc/nt/advapi32/GetEffectiveRightsFromAclW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetEffectiveRightsFromAclW,GetEffectiveRightsFromAclW,1321 diff --git a/libc/nt/advapi32/GetEffectiveRightsFromAclW.s b/libc/nt/advapi32/GetEffectiveRightsFromAclW.s deleted file mode 100644 index 653938afc..000000000 --- a/libc/nt/advapi32/GetEffectiveRightsFromAclW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetEffectiveRightsFromAclW,GetEffectiveRightsFromAclW,1321 diff --git a/libc/nt/advapi32/GetEventLogInformation.S b/libc/nt/advapi32/GetEventLogInformation.S new file mode 100644 index 000000000..f72c80468 --- /dev/null +++ b/libc/nt/advapi32/GetEventLogInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetEventLogInformation,GetEventLogInformation,1323 diff --git a/libc/nt/advapi32/GetEventLogInformation.s b/libc/nt/advapi32/GetEventLogInformation.s deleted file mode 100644 index b862433c7..000000000 --- a/libc/nt/advapi32/GetEventLogInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetEventLogInformation,GetEventLogInformation,1323 diff --git a/libc/nt/advapi32/GetExplicitEntriesFromAclW.S b/libc/nt/advapi32/GetExplicitEntriesFromAclW.S new file mode 100644 index 000000000..5c9cbaa57 --- /dev/null +++ b/libc/nt/advapi32/GetExplicitEntriesFromAclW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetExplicitEntriesFromAclW,GetExplicitEntriesFromAclW,1325 diff --git a/libc/nt/advapi32/GetExplicitEntriesFromAclW.s b/libc/nt/advapi32/GetExplicitEntriesFromAclW.s deleted file mode 100644 index 53d76db62..000000000 --- a/libc/nt/advapi32/GetExplicitEntriesFromAclW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetExplicitEntriesFromAclW,GetExplicitEntriesFromAclW,1325 diff --git a/libc/nt/advapi32/GetFileSecurityW.S b/libc/nt/advapi32/GetFileSecurityW.S new file mode 100644 index 000000000..5301d75cb --- /dev/null +++ b/libc/nt/advapi32/GetFileSecurityW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetFileSecurityW,GetFileSecurityW,0 + +#ifdef __x86_64__ + .text.windows +GetFileSecurity: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileSecurityW(%rip),%rax + jmp __sysv2nt6 + .endfn GetFileSecurity,globl + .previous +#endif diff --git a/libc/nt/advapi32/GetFileSecurityW.s b/libc/nt/advapi32/GetFileSecurityW.s deleted file mode 100644 index 0ddb05354..000000000 --- a/libc/nt/advapi32/GetFileSecurityW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetFileSecurityW,GetFileSecurityW,0 - - .text.windows -GetFileSecurity: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileSecurityW(%rip),%rax - jmp __sysv2nt6 - .endfn GetFileSecurity,globl - .previous diff --git a/libc/nt/advapi32/GetInheritanceSourceW.S b/libc/nt/advapi32/GetInheritanceSourceW.S new file mode 100644 index 000000000..9f3459cfd --- /dev/null +++ b/libc/nt/advapi32/GetInheritanceSourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetInheritanceSourceW,GetInheritanceSourceW,1331 diff --git a/libc/nt/advapi32/GetInheritanceSourceW.s b/libc/nt/advapi32/GetInheritanceSourceW.s deleted file mode 100644 index a3b6ea2d1..000000000 --- a/libc/nt/advapi32/GetInheritanceSourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetInheritanceSourceW,GetInheritanceSourceW,1331 diff --git a/libc/nt/advapi32/GetKernelObjectSecurity.S b/libc/nt/advapi32/GetKernelObjectSecurity.S new file mode 100644 index 000000000..02bffcfce --- /dev/null +++ b/libc/nt/advapi32/GetKernelObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetKernelObjectSecurity,GetKernelObjectSecurity,0 diff --git a/libc/nt/advapi32/GetKernelObjectSecurity.s b/libc/nt/advapi32/GetKernelObjectSecurity.s deleted file mode 100644 index 0d41a6f40..000000000 --- a/libc/nt/advapi32/GetKernelObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetKernelObjectSecurity,GetKernelObjectSecurity,0 diff --git a/libc/nt/advapi32/GetLengthSid.S b/libc/nt/advapi32/GetLengthSid.S new file mode 100644 index 000000000..1cfdba0c2 --- /dev/null +++ b/libc/nt/advapi32/GetLengthSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetLengthSid,GetLengthSid,0 diff --git a/libc/nt/advapi32/GetLengthSid.s b/libc/nt/advapi32/GetLengthSid.s deleted file mode 100644 index 6bfd97015..000000000 --- a/libc/nt/advapi32/GetLengthSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetLengthSid,GetLengthSid,0 diff --git a/libc/nt/advapi32/GetLocalManagedApplications.S b/libc/nt/advapi32/GetLocalManagedApplications.S new file mode 100644 index 000000000..8b8307ecf --- /dev/null +++ b/libc/nt/advapi32/GetLocalManagedApplications.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetLocalManagedApplications,GetLocalManagedApplications,1335 diff --git a/libc/nt/advapi32/GetLocalManagedApplications.s b/libc/nt/advapi32/GetLocalManagedApplications.s deleted file mode 100644 index dce723f57..000000000 --- a/libc/nt/advapi32/GetLocalManagedApplications.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetLocalManagedApplications,GetLocalManagedApplications,1335 diff --git a/libc/nt/advapi32/GetManagedApplicationCategories.S b/libc/nt/advapi32/GetManagedApplicationCategories.S new file mode 100644 index 000000000..737de9db9 --- /dev/null +++ b/libc/nt/advapi32/GetManagedApplicationCategories.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetManagedApplicationCategories,GetManagedApplicationCategories,1336 diff --git a/libc/nt/advapi32/GetManagedApplicationCategories.s b/libc/nt/advapi32/GetManagedApplicationCategories.s deleted file mode 100644 index 8009fdc61..000000000 --- a/libc/nt/advapi32/GetManagedApplicationCategories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetManagedApplicationCategories,GetManagedApplicationCategories,1336 diff --git a/libc/nt/advapi32/GetManagedApplications.S b/libc/nt/advapi32/GetManagedApplications.S new file mode 100644 index 000000000..0ef6bc10a --- /dev/null +++ b/libc/nt/advapi32/GetManagedApplications.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetManagedApplications,GetManagedApplications,1337 diff --git a/libc/nt/advapi32/GetManagedApplications.s b/libc/nt/advapi32/GetManagedApplications.s deleted file mode 100644 index f79706271..000000000 --- a/libc/nt/advapi32/GetManagedApplications.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetManagedApplications,GetManagedApplications,1337 diff --git a/libc/nt/advapi32/GetMultipleTrusteeOperationW.S b/libc/nt/advapi32/GetMultipleTrusteeOperationW.S new file mode 100644 index 000000000..900788df2 --- /dev/null +++ b/libc/nt/advapi32/GetMultipleTrusteeOperationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetMultipleTrusteeOperationW,GetMultipleTrusteeOperationW,1340 diff --git a/libc/nt/advapi32/GetMultipleTrusteeOperationW.s b/libc/nt/advapi32/GetMultipleTrusteeOperationW.s deleted file mode 100644 index d30ccdb8b..000000000 --- a/libc/nt/advapi32/GetMultipleTrusteeOperationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetMultipleTrusteeOperationW,GetMultipleTrusteeOperationW,1340 diff --git a/libc/nt/advapi32/GetMultipleTrusteeW.S b/libc/nt/advapi32/GetMultipleTrusteeW.S new file mode 100644 index 000000000..f5a810ec5 --- /dev/null +++ b/libc/nt/advapi32/GetMultipleTrusteeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetMultipleTrusteeW,GetMultipleTrusteeW,1341 diff --git a/libc/nt/advapi32/GetMultipleTrusteeW.s b/libc/nt/advapi32/GetMultipleTrusteeW.s deleted file mode 100644 index 223ae53c8..000000000 --- a/libc/nt/advapi32/GetMultipleTrusteeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetMultipleTrusteeW,GetMultipleTrusteeW,1341 diff --git a/libc/nt/advapi32/GetNamedSecurityInfoW.S b/libc/nt/advapi32/GetNamedSecurityInfoW.S new file mode 100644 index 000000000..62ac78775 --- /dev/null +++ b/libc/nt/advapi32/GetNamedSecurityInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetNamedSecurityInfoW,GetNamedSecurityInfoW,1345 diff --git a/libc/nt/advapi32/GetNamedSecurityInfoW.s b/libc/nt/advapi32/GetNamedSecurityInfoW.s deleted file mode 100644 index 835f892c5..000000000 --- a/libc/nt/advapi32/GetNamedSecurityInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetNamedSecurityInfoW,GetNamedSecurityInfoW,1345 diff --git a/libc/nt/advapi32/GetNumberOfEventLogRecords.S b/libc/nt/advapi32/GetNumberOfEventLogRecords.S new file mode 100644 index 000000000..3965c1539 --- /dev/null +++ b/libc/nt/advapi32/GetNumberOfEventLogRecords.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetNumberOfEventLogRecords,GetNumberOfEventLogRecords,1346 diff --git a/libc/nt/advapi32/GetNumberOfEventLogRecords.s b/libc/nt/advapi32/GetNumberOfEventLogRecords.s deleted file mode 100644 index ecbb8dec5..000000000 --- a/libc/nt/advapi32/GetNumberOfEventLogRecords.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetNumberOfEventLogRecords,GetNumberOfEventLogRecords,1346 diff --git a/libc/nt/advapi32/GetOldestEventLogRecord.S b/libc/nt/advapi32/GetOldestEventLogRecord.S new file mode 100644 index 000000000..d06601783 --- /dev/null +++ b/libc/nt/advapi32/GetOldestEventLogRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetOldestEventLogRecord,GetOldestEventLogRecord,1347 diff --git a/libc/nt/advapi32/GetOldestEventLogRecord.s b/libc/nt/advapi32/GetOldestEventLogRecord.s deleted file mode 100644 index 6759532b8..000000000 --- a/libc/nt/advapi32/GetOldestEventLogRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetOldestEventLogRecord,GetOldestEventLogRecord,1347 diff --git a/libc/nt/advapi32/GetPrivateObjectSecurity.S b/libc/nt/advapi32/GetPrivateObjectSecurity.S new file mode 100644 index 000000000..53147d1ab --- /dev/null +++ b/libc/nt/advapi32/GetPrivateObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetPrivateObjectSecurity,GetPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/GetPrivateObjectSecurity.s b/libc/nt/advapi32/GetPrivateObjectSecurity.s deleted file mode 100644 index be3da6d36..000000000 --- a/libc/nt/advapi32/GetPrivateObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetPrivateObjectSecurity,GetPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorControl.S b/libc/nt/advapi32/GetSecurityDescriptorControl.S new file mode 100644 index 000000000..59f0ea936 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorControl,GetSecurityDescriptorControl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorControl.s b/libc/nt/advapi32/GetSecurityDescriptorControl.s deleted file mode 100644 index 411214ee3..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorControl,GetSecurityDescriptorControl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorDacl.S b/libc/nt/advapi32/GetSecurityDescriptorDacl.S new file mode 100644 index 000000000..f09de4745 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorDacl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorDacl,GetSecurityDescriptorDacl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorDacl.s b/libc/nt/advapi32/GetSecurityDescriptorDacl.s deleted file mode 100644 index 3c7a4da17..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorDacl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorDacl,GetSecurityDescriptorDacl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorGroup.S b/libc/nt/advapi32/GetSecurityDescriptorGroup.S new file mode 100644 index 000000000..ba3c38320 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorGroup,GetSecurityDescriptorGroup,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorGroup.s b/libc/nt/advapi32/GetSecurityDescriptorGroup.s deleted file mode 100644 index 43e857754..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorGroup,GetSecurityDescriptorGroup,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorLength.S b/libc/nt/advapi32/GetSecurityDescriptorLength.S new file mode 100644 index 000000000..29adf11c7 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorLength,GetSecurityDescriptorLength,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorLength.s b/libc/nt/advapi32/GetSecurityDescriptorLength.s deleted file mode 100644 index 77522f3f9..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorLength,GetSecurityDescriptorLength,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorOwner.S b/libc/nt/advapi32/GetSecurityDescriptorOwner.S new file mode 100644 index 000000000..ec2ac9c9d --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorOwner.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorOwner,GetSecurityDescriptorOwner,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorOwner.s b/libc/nt/advapi32/GetSecurityDescriptorOwner.s deleted file mode 100644 index e7fa820aa..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorOwner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorOwner,GetSecurityDescriptorOwner,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorRMControl.S b/libc/nt/advapi32/GetSecurityDescriptorRMControl.S new file mode 100644 index 000000000..0f0c51e31 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorRMControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorRMControl,GetSecurityDescriptorRMControl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorRMControl.s b/libc/nt/advapi32/GetSecurityDescriptorRMControl.s deleted file mode 100644 index 1f5a26062..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorRMControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorRMControl,GetSecurityDescriptorRMControl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorSacl.S b/libc/nt/advapi32/GetSecurityDescriptorSacl.S new file mode 100644 index 000000000..9831ae142 --- /dev/null +++ b/libc/nt/advapi32/GetSecurityDescriptorSacl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityDescriptorSacl,GetSecurityDescriptorSacl,0 diff --git a/libc/nt/advapi32/GetSecurityDescriptorSacl.s b/libc/nt/advapi32/GetSecurityDescriptorSacl.s deleted file mode 100644 index 79427615c..000000000 --- a/libc/nt/advapi32/GetSecurityDescriptorSacl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityDescriptorSacl,GetSecurityDescriptorSacl,0 diff --git a/libc/nt/advapi32/GetSecurityInfo.S b/libc/nt/advapi32/GetSecurityInfo.S new file mode 100644 index 000000000..18e96479c --- /dev/null +++ b/libc/nt/advapi32/GetSecurityInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSecurityInfo,GetSecurityInfo,1357 diff --git a/libc/nt/advapi32/GetSecurityInfo.s b/libc/nt/advapi32/GetSecurityInfo.s deleted file mode 100644 index 93cb678a4..000000000 --- a/libc/nt/advapi32/GetSecurityInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSecurityInfo,GetSecurityInfo,1357 diff --git a/libc/nt/advapi32/GetServiceDisplayNameW.S b/libc/nt/advapi32/GetServiceDisplayNameW.S new file mode 100644 index 000000000..0d87329b0 --- /dev/null +++ b/libc/nt/advapi32/GetServiceDisplayNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetServiceDisplayNameW,GetServiceDisplayNameW,1361 diff --git a/libc/nt/advapi32/GetServiceDisplayNameW.s b/libc/nt/advapi32/GetServiceDisplayNameW.s deleted file mode 100644 index fe40a6d7b..000000000 --- a/libc/nt/advapi32/GetServiceDisplayNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetServiceDisplayNameW,GetServiceDisplayNameW,1361 diff --git a/libc/nt/advapi32/GetServiceKeyNameW.S b/libc/nt/advapi32/GetServiceKeyNameW.S new file mode 100644 index 000000000..d788579d1 --- /dev/null +++ b/libc/nt/advapi32/GetServiceKeyNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetServiceKeyNameW,GetServiceKeyNameW,1363 diff --git a/libc/nt/advapi32/GetServiceKeyNameW.s b/libc/nt/advapi32/GetServiceKeyNameW.s deleted file mode 100644 index dbac3ae24..000000000 --- a/libc/nt/advapi32/GetServiceKeyNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetServiceKeyNameW,GetServiceKeyNameW,1363 diff --git a/libc/nt/advapi32/GetSidIdentifierAuthority.S b/libc/nt/advapi32/GetSidIdentifierAuthority.S new file mode 100644 index 000000000..b18920036 --- /dev/null +++ b/libc/nt/advapi32/GetSidIdentifierAuthority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSidIdentifierAuthority,GetSidIdentifierAuthority,0 diff --git a/libc/nt/advapi32/GetSidIdentifierAuthority.s b/libc/nt/advapi32/GetSidIdentifierAuthority.s deleted file mode 100644 index 19d9768f5..000000000 --- a/libc/nt/advapi32/GetSidIdentifierAuthority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSidIdentifierAuthority,GetSidIdentifierAuthority,0 diff --git a/libc/nt/advapi32/GetSidLengthRequired.S b/libc/nt/advapi32/GetSidLengthRequired.S new file mode 100644 index 000000000..ba8a7dff3 --- /dev/null +++ b/libc/nt/advapi32/GetSidLengthRequired.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSidLengthRequired,GetSidLengthRequired,0 diff --git a/libc/nt/advapi32/GetSidLengthRequired.s b/libc/nt/advapi32/GetSidLengthRequired.s deleted file mode 100644 index 9b9f79218..000000000 --- a/libc/nt/advapi32/GetSidLengthRequired.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSidLengthRequired,GetSidLengthRequired,0 diff --git a/libc/nt/advapi32/GetSidSubAuthority.S b/libc/nt/advapi32/GetSidSubAuthority.S new file mode 100644 index 000000000..510c8de8e --- /dev/null +++ b/libc/nt/advapi32/GetSidSubAuthority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSidSubAuthority,GetSidSubAuthority,0 diff --git a/libc/nt/advapi32/GetSidSubAuthority.s b/libc/nt/advapi32/GetSidSubAuthority.s deleted file mode 100644 index 76c8731ef..000000000 --- a/libc/nt/advapi32/GetSidSubAuthority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSidSubAuthority,GetSidSubAuthority,0 diff --git a/libc/nt/advapi32/GetSidSubAuthorityCount.S b/libc/nt/advapi32/GetSidSubAuthorityCount.S new file mode 100644 index 000000000..e8c685ba6 --- /dev/null +++ b/libc/nt/advapi32/GetSidSubAuthorityCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetSidSubAuthorityCount,GetSidSubAuthorityCount,0 diff --git a/libc/nt/advapi32/GetSidSubAuthorityCount.s b/libc/nt/advapi32/GetSidSubAuthorityCount.s deleted file mode 100644 index 16418def6..000000000 --- a/libc/nt/advapi32/GetSidSubAuthorityCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetSidSubAuthorityCount,GetSidSubAuthorityCount,0 diff --git a/libc/nt/advapi32/GetThreadWaitChain.S b/libc/nt/advapi32/GetThreadWaitChain.S new file mode 100644 index 000000000..bfbbc06c1 --- /dev/null +++ b/libc/nt/advapi32/GetThreadWaitChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetThreadWaitChain,GetThreadWaitChain,1369 diff --git a/libc/nt/advapi32/GetThreadWaitChain.s b/libc/nt/advapi32/GetThreadWaitChain.s deleted file mode 100644 index 1e663a420..000000000 --- a/libc/nt/advapi32/GetThreadWaitChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetThreadWaitChain,GetThreadWaitChain,1369 diff --git a/libc/nt/advapi32/GetTokenInformation.S b/libc/nt/advapi32/GetTokenInformation.S new file mode 100644 index 000000000..c9d14a8e1 --- /dev/null +++ b/libc/nt/advapi32/GetTokenInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTokenInformation,GetTokenInformation,0 diff --git a/libc/nt/advapi32/GetTokenInformation.s b/libc/nt/advapi32/GetTokenInformation.s deleted file mode 100644 index 5747e49f3..000000000 --- a/libc/nt/advapi32/GetTokenInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTokenInformation,GetTokenInformation,0 diff --git a/libc/nt/advapi32/GetTraceEnableFlags.S b/libc/nt/advapi32/GetTraceEnableFlags.S new file mode 100644 index 000000000..4fb5a72fb --- /dev/null +++ b/libc/nt/advapi32/GetTraceEnableFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTraceEnableFlags,GetTraceEnableFlags,0 diff --git a/libc/nt/advapi32/GetTraceEnableFlags.s b/libc/nt/advapi32/GetTraceEnableFlags.s deleted file mode 100644 index 29eb391f7..000000000 --- a/libc/nt/advapi32/GetTraceEnableFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTraceEnableFlags,GetTraceEnableFlags,0 diff --git a/libc/nt/advapi32/GetTraceEnableLevel.S b/libc/nt/advapi32/GetTraceEnableLevel.S new file mode 100644 index 000000000..f0610e8fe --- /dev/null +++ b/libc/nt/advapi32/GetTraceEnableLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTraceEnableLevel,GetTraceEnableLevel,0 diff --git a/libc/nt/advapi32/GetTraceEnableLevel.s b/libc/nt/advapi32/GetTraceEnableLevel.s deleted file mode 100644 index 83c401a4e..000000000 --- a/libc/nt/advapi32/GetTraceEnableLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTraceEnableLevel,GetTraceEnableLevel,0 diff --git a/libc/nt/advapi32/GetTraceLoggerHandle.S b/libc/nt/advapi32/GetTraceLoggerHandle.S new file mode 100644 index 000000000..89da63ee6 --- /dev/null +++ b/libc/nt/advapi32/GetTraceLoggerHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTraceLoggerHandle,GetTraceLoggerHandle,0 diff --git a/libc/nt/advapi32/GetTraceLoggerHandle.s b/libc/nt/advapi32/GetTraceLoggerHandle.s deleted file mode 100644 index b5f0da6ce..000000000 --- a/libc/nt/advapi32/GetTraceLoggerHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTraceLoggerHandle,GetTraceLoggerHandle,0 diff --git a/libc/nt/advapi32/GetTrusteeFormW.S b/libc/nt/advapi32/GetTrusteeFormW.S new file mode 100644 index 000000000..a63ea0315 --- /dev/null +++ b/libc/nt/advapi32/GetTrusteeFormW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTrusteeFormW,GetTrusteeFormW,1375 diff --git a/libc/nt/advapi32/GetTrusteeFormW.s b/libc/nt/advapi32/GetTrusteeFormW.s deleted file mode 100644 index afa013957..000000000 --- a/libc/nt/advapi32/GetTrusteeFormW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTrusteeFormW,GetTrusteeFormW,1375 diff --git a/libc/nt/advapi32/GetTrusteeNameW.S b/libc/nt/advapi32/GetTrusteeNameW.S new file mode 100644 index 000000000..a78fb2edd --- /dev/null +++ b/libc/nt/advapi32/GetTrusteeNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTrusteeNameW,GetTrusteeNameW,1377 diff --git a/libc/nt/advapi32/GetTrusteeNameW.s b/libc/nt/advapi32/GetTrusteeNameW.s deleted file mode 100644 index 235365ccc..000000000 --- a/libc/nt/advapi32/GetTrusteeNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTrusteeNameW,GetTrusteeNameW,1377 diff --git a/libc/nt/advapi32/GetTrusteeTypeW.S b/libc/nt/advapi32/GetTrusteeTypeW.S new file mode 100644 index 000000000..c1a425e11 --- /dev/null +++ b/libc/nt/advapi32/GetTrusteeTypeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetTrusteeTypeW,GetTrusteeTypeW,1379 diff --git a/libc/nt/advapi32/GetTrusteeTypeW.s b/libc/nt/advapi32/GetTrusteeTypeW.s deleted file mode 100644 index 264123ab7..000000000 --- a/libc/nt/advapi32/GetTrusteeTypeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetTrusteeTypeW,GetTrusteeTypeW,1379 diff --git a/libc/nt/advapi32/GetUserNameW.S b/libc/nt/advapi32/GetUserNameW.S new file mode 100644 index 000000000..62447d41a --- /dev/null +++ b/libc/nt/advapi32/GetUserNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetUserNameW,GetUserNameW,1381 + +#ifdef __x86_64__ + .text.windows +GetUserName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetUserNameW(%rip),%rax + jmp __sysv2nt + .endfn GetUserName,globl + .previous +#endif diff --git a/libc/nt/advapi32/GetUserNameW.s b/libc/nt/advapi32/GetUserNameW.s deleted file mode 100644 index ffd14412f..000000000 --- a/libc/nt/advapi32/GetUserNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetUserNameW,GetUserNameW,1381 - - .text.windows -GetUserName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetUserNameW(%rip),%rax - jmp __sysv2nt - .endfn GetUserName,globl - .previous diff --git a/libc/nt/advapi32/GetWindowsAccountDomainSid.S b/libc/nt/advapi32/GetWindowsAccountDomainSid.S new file mode 100644 index 000000000..0554c2ddb --- /dev/null +++ b/libc/nt/advapi32/GetWindowsAccountDomainSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_GetWindowsAccountDomainSid,GetWindowsAccountDomainSid,0 diff --git a/libc/nt/advapi32/GetWindowsAccountDomainSid.s b/libc/nt/advapi32/GetWindowsAccountDomainSid.s deleted file mode 100644 index 4c9ff3386..000000000 --- a/libc/nt/advapi32/GetWindowsAccountDomainSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_GetWindowsAccountDomainSid,GetWindowsAccountDomainSid,0 diff --git a/libc/nt/advapi32/ImpersonateAnonymousToken.S b/libc/nt/advapi32/ImpersonateAnonymousToken.S new file mode 100644 index 000000000..dba7b0d6d --- /dev/null +++ b/libc/nt/advapi32/ImpersonateAnonymousToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ImpersonateAnonymousToken,ImpersonateAnonymousToken,0 diff --git a/libc/nt/advapi32/ImpersonateAnonymousToken.s b/libc/nt/advapi32/ImpersonateAnonymousToken.s deleted file mode 100644 index d9d929a83..000000000 --- a/libc/nt/advapi32/ImpersonateAnonymousToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ImpersonateAnonymousToken,ImpersonateAnonymousToken,0 diff --git a/libc/nt/advapi32/ImpersonateLoggedOnUser.S b/libc/nt/advapi32/ImpersonateLoggedOnUser.S new file mode 100644 index 000000000..6b18828b0 --- /dev/null +++ b/libc/nt/advapi32/ImpersonateLoggedOnUser.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ImpersonateLoggedOnUser,ImpersonateLoggedOnUser,0 diff --git a/libc/nt/advapi32/ImpersonateLoggedOnUser.s b/libc/nt/advapi32/ImpersonateLoggedOnUser.s deleted file mode 100644 index 0baccf2e3..000000000 --- a/libc/nt/advapi32/ImpersonateLoggedOnUser.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ImpersonateLoggedOnUser,ImpersonateLoggedOnUser,0 diff --git a/libc/nt/advapi32/ImpersonateNamedPipeClient.S b/libc/nt/advapi32/ImpersonateNamedPipeClient.S new file mode 100644 index 000000000..5f45e79d8 --- /dev/null +++ b/libc/nt/advapi32/ImpersonateNamedPipeClient.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ImpersonateNamedPipeClient,ImpersonateNamedPipeClient,0 diff --git a/libc/nt/advapi32/ImpersonateNamedPipeClient.s b/libc/nt/advapi32/ImpersonateNamedPipeClient.s deleted file mode 100644 index 1daeee524..000000000 --- a/libc/nt/advapi32/ImpersonateNamedPipeClient.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ImpersonateNamedPipeClient,ImpersonateNamedPipeClient,0 diff --git a/libc/nt/advapi32/ImpersonateSelf.S b/libc/nt/advapi32/ImpersonateSelf.S new file mode 100644 index 000000000..be833d65b --- /dev/null +++ b/libc/nt/advapi32/ImpersonateSelf.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ImpersonateSelf,ImpersonateSelf,0 + +#ifdef __x86_64__ + .text.windows +ImpersonateSelf: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ImpersonateSelf(%rip) + leave + ret + .endfn ImpersonateSelf,globl + .previous +#endif diff --git a/libc/nt/advapi32/ImpersonateSelf.s b/libc/nt/advapi32/ImpersonateSelf.s deleted file mode 100644 index 454bd1f2a..000000000 --- a/libc/nt/advapi32/ImpersonateSelf.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ImpersonateSelf,ImpersonateSelf,0 - - .text.windows -ImpersonateSelf: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ImpersonateSelf(%rip) - leave - ret - .endfn ImpersonateSelf,globl - .previous diff --git a/libc/nt/advapi32/InitializeAcl.S b/libc/nt/advapi32/InitializeAcl.S new file mode 100644 index 000000000..8a548653d --- /dev/null +++ b/libc/nt/advapi32/InitializeAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitializeAcl,InitializeAcl,0 diff --git a/libc/nt/advapi32/InitializeAcl.s b/libc/nt/advapi32/InitializeAcl.s deleted file mode 100644 index 12c79b87f..000000000 --- a/libc/nt/advapi32/InitializeAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitializeAcl,InitializeAcl,0 diff --git a/libc/nt/advapi32/InitializeSecurityDescriptor.S b/libc/nt/advapi32/InitializeSecurityDescriptor.S new file mode 100644 index 000000000..206c2a2e2 --- /dev/null +++ b/libc/nt/advapi32/InitializeSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitializeSecurityDescriptor,InitializeSecurityDescriptor,0 diff --git a/libc/nt/advapi32/InitializeSecurityDescriptor.s b/libc/nt/advapi32/InitializeSecurityDescriptor.s deleted file mode 100644 index cd3b9a56a..000000000 --- a/libc/nt/advapi32/InitializeSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitializeSecurityDescriptor,InitializeSecurityDescriptor,0 diff --git a/libc/nt/advapi32/InitializeSid.S b/libc/nt/advapi32/InitializeSid.S new file mode 100644 index 000000000..b3a9480e9 --- /dev/null +++ b/libc/nt/advapi32/InitializeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitializeSid,InitializeSid,0 diff --git a/libc/nt/advapi32/InitializeSid.s b/libc/nt/advapi32/InitializeSid.s deleted file mode 100644 index fc02cb0e2..000000000 --- a/libc/nt/advapi32/InitializeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitializeSid,InitializeSid,0 diff --git a/libc/nt/advapi32/InitiateShutdownW.S b/libc/nt/advapi32/InitiateShutdownW.S new file mode 100644 index 000000000..452fb246a --- /dev/null +++ b/libc/nt/advapi32/InitiateShutdownW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitiateShutdownW,InitiateShutdownW,1403 + +#ifdef __x86_64__ + .text.windows +InitiateShutdown: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_InitiateShutdownW(%rip),%rax + jmp __sysv2nt6 + .endfn InitiateShutdown,globl + .previous +#endif diff --git a/libc/nt/advapi32/InitiateShutdownW.s b/libc/nt/advapi32/InitiateShutdownW.s deleted file mode 100644 index df15ccf7c..000000000 --- a/libc/nt/advapi32/InitiateShutdownW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitiateShutdownW,InitiateShutdownW,1403 - - .text.windows -InitiateShutdown: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_InitiateShutdownW(%rip),%rax - jmp __sysv2nt6 - .endfn InitiateShutdown,globl - .previous diff --git a/libc/nt/advapi32/InitiateSystemShutdownExW.S b/libc/nt/advapi32/InitiateSystemShutdownExW.S new file mode 100644 index 000000000..de34e02c5 --- /dev/null +++ b/libc/nt/advapi32/InitiateSystemShutdownExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitiateSystemShutdownExW,InitiateSystemShutdownExW,1406 diff --git a/libc/nt/advapi32/InitiateSystemShutdownExW.s b/libc/nt/advapi32/InitiateSystemShutdownExW.s deleted file mode 100644 index f2b46b371..000000000 --- a/libc/nt/advapi32/InitiateSystemShutdownExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitiateSystemShutdownExW,InitiateSystemShutdownExW,1406 diff --git a/libc/nt/advapi32/InitiateSystemShutdownW.S b/libc/nt/advapi32/InitiateSystemShutdownW.S new file mode 100644 index 000000000..d47a0a6e4 --- /dev/null +++ b/libc/nt/advapi32/InitiateSystemShutdownW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InitiateSystemShutdownW,InitiateSystemShutdownW,1407 diff --git a/libc/nt/advapi32/InitiateSystemShutdownW.s b/libc/nt/advapi32/InitiateSystemShutdownW.s deleted file mode 100644 index 9085927af..000000000 --- a/libc/nt/advapi32/InitiateSystemShutdownW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InitiateSystemShutdownW,InitiateSystemShutdownW,1407 diff --git a/libc/nt/advapi32/InstallApplication.S b/libc/nt/advapi32/InstallApplication.S new file mode 100644 index 000000000..ae5804182 --- /dev/null +++ b/libc/nt/advapi32/InstallApplication.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_InstallApplication,InstallApplication,1408 diff --git a/libc/nt/advapi32/InstallApplication.s b/libc/nt/advapi32/InstallApplication.s deleted file mode 100644 index 3d331271f..000000000 --- a/libc/nt/advapi32/InstallApplication.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_InstallApplication,InstallApplication,1408 diff --git a/libc/nt/advapi32/IsTextUnicode.S b/libc/nt/advapi32/IsTextUnicode.S new file mode 100644 index 000000000..e1120336f --- /dev/null +++ b/libc/nt/advapi32/IsTextUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsTextUnicode,IsTextUnicode,1409 diff --git a/libc/nt/advapi32/IsTextUnicode.s b/libc/nt/advapi32/IsTextUnicode.s deleted file mode 100644 index bc86718ce..000000000 --- a/libc/nt/advapi32/IsTextUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsTextUnicode,IsTextUnicode,1409 diff --git a/libc/nt/advapi32/IsTokenRestricted.S b/libc/nt/advapi32/IsTokenRestricted.S new file mode 100644 index 000000000..c27f9c622 --- /dev/null +++ b/libc/nt/advapi32/IsTokenRestricted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsTokenRestricted,IsTokenRestricted,0 diff --git a/libc/nt/advapi32/IsTokenRestricted.s b/libc/nt/advapi32/IsTokenRestricted.s deleted file mode 100644 index abb935b47..000000000 --- a/libc/nt/advapi32/IsTokenRestricted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsTokenRestricted,IsTokenRestricted,0 diff --git a/libc/nt/advapi32/IsValidAcl.S b/libc/nt/advapi32/IsValidAcl.S new file mode 100644 index 000000000..53c570443 --- /dev/null +++ b/libc/nt/advapi32/IsValidAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsValidAcl,IsValidAcl,0 diff --git a/libc/nt/advapi32/IsValidAcl.s b/libc/nt/advapi32/IsValidAcl.s deleted file mode 100644 index 51090c044..000000000 --- a/libc/nt/advapi32/IsValidAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsValidAcl,IsValidAcl,0 diff --git a/libc/nt/advapi32/IsValidSecurityDescriptor.S b/libc/nt/advapi32/IsValidSecurityDescriptor.S new file mode 100644 index 000000000..28063184c --- /dev/null +++ b/libc/nt/advapi32/IsValidSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsValidSecurityDescriptor,IsValidSecurityDescriptor,0 diff --git a/libc/nt/advapi32/IsValidSecurityDescriptor.s b/libc/nt/advapi32/IsValidSecurityDescriptor.s deleted file mode 100644 index 70a19313a..000000000 --- a/libc/nt/advapi32/IsValidSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsValidSecurityDescriptor,IsValidSecurityDescriptor,0 diff --git a/libc/nt/advapi32/IsValidSid.S b/libc/nt/advapi32/IsValidSid.S new file mode 100644 index 000000000..c08c6456c --- /dev/null +++ b/libc/nt/advapi32/IsValidSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsValidSid,IsValidSid,0 diff --git a/libc/nt/advapi32/IsValidSid.s b/libc/nt/advapi32/IsValidSid.s deleted file mode 100644 index 5eebb3d0f..000000000 --- a/libc/nt/advapi32/IsValidSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsValidSid,IsValidSid,0 diff --git a/libc/nt/advapi32/IsWellKnownSid.S b/libc/nt/advapi32/IsWellKnownSid.S new file mode 100644 index 000000000..33bbe3230 --- /dev/null +++ b/libc/nt/advapi32/IsWellKnownSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_IsWellKnownSid,IsWellKnownSid,0 diff --git a/libc/nt/advapi32/IsWellKnownSid.s b/libc/nt/advapi32/IsWellKnownSid.s deleted file mode 100644 index d496df3dc..000000000 --- a/libc/nt/advapi32/IsWellKnownSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_IsWellKnownSid,IsWellKnownSid,0 diff --git a/libc/nt/advapi32/LockServiceDatabase.S b/libc/nt/advapi32/LockServiceDatabase.S new file mode 100644 index 000000000..063efbd39 --- /dev/null +++ b/libc/nt/advapi32/LockServiceDatabase.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LockServiceDatabase,LockServiceDatabase,1417 diff --git a/libc/nt/advapi32/LockServiceDatabase.s b/libc/nt/advapi32/LockServiceDatabase.s deleted file mode 100644 index 6837fe9f4..000000000 --- a/libc/nt/advapi32/LockServiceDatabase.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LockServiceDatabase,LockServiceDatabase,1417 diff --git a/libc/nt/advapi32/LogonUserExExW.S b/libc/nt/advapi32/LogonUserExExW.S new file mode 100644 index 000000000..2fdeb6b69 --- /dev/null +++ b/libc/nt/advapi32/LogonUserExExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LogonUserExExW,LogonUserExExW,1420 diff --git a/libc/nt/advapi32/LogonUserExExW.s b/libc/nt/advapi32/LogonUserExExW.s deleted file mode 100644 index 34ee89454..000000000 --- a/libc/nt/advapi32/LogonUserExExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LogonUserExExW,LogonUserExExW,1420 diff --git a/libc/nt/advapi32/LogonUserExW.S b/libc/nt/advapi32/LogonUserExW.S new file mode 100644 index 000000000..7cb9e9409 --- /dev/null +++ b/libc/nt/advapi32/LogonUserExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LogonUserExW,LogonUserExW,1421 diff --git a/libc/nt/advapi32/LogonUserExW.s b/libc/nt/advapi32/LogonUserExW.s deleted file mode 100644 index c0b7342fd..000000000 --- a/libc/nt/advapi32/LogonUserExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LogonUserExW,LogonUserExW,1421 diff --git a/libc/nt/advapi32/LogonUserW.S b/libc/nt/advapi32/LogonUserW.S new file mode 100644 index 000000000..c09f27aa8 --- /dev/null +++ b/libc/nt/advapi32/LogonUserW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LogonUserW,LogonUserW,1422 diff --git a/libc/nt/advapi32/LogonUserW.s b/libc/nt/advapi32/LogonUserW.s deleted file mode 100644 index 1016e9b99..000000000 --- a/libc/nt/advapi32/LogonUserW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LogonUserW,LogonUserW,1422 diff --git a/libc/nt/advapi32/LookupAccountNameW.S b/libc/nt/advapi32/LookupAccountNameW.S new file mode 100644 index 000000000..2fff8e41f --- /dev/null +++ b/libc/nt/advapi32/LookupAccountNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupAccountNameW,LookupAccountNameW,1424 diff --git a/libc/nt/advapi32/LookupAccountNameW.s b/libc/nt/advapi32/LookupAccountNameW.s deleted file mode 100644 index 90362e9d9..000000000 --- a/libc/nt/advapi32/LookupAccountNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupAccountNameW,LookupAccountNameW,1424 diff --git a/libc/nt/advapi32/LookupAccountSidW.S b/libc/nt/advapi32/LookupAccountSidW.S new file mode 100644 index 000000000..16f41f511 --- /dev/null +++ b/libc/nt/advapi32/LookupAccountSidW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupAccountSidW,LookupAccountSidW,1426 diff --git a/libc/nt/advapi32/LookupAccountSidW.s b/libc/nt/advapi32/LookupAccountSidW.s deleted file mode 100644 index 9c7bb76ac..000000000 --- a/libc/nt/advapi32/LookupAccountSidW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupAccountSidW,LookupAccountSidW,1426 diff --git a/libc/nt/advapi32/LookupPrivilegeDisplayNameW.S b/libc/nt/advapi32/LookupPrivilegeDisplayNameW.S new file mode 100644 index 000000000..b0fd02de0 --- /dev/null +++ b/libc/nt/advapi32/LookupPrivilegeDisplayNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupPrivilegeDisplayNameW,LookupPrivilegeDisplayNameW,1428 diff --git a/libc/nt/advapi32/LookupPrivilegeDisplayNameW.s b/libc/nt/advapi32/LookupPrivilegeDisplayNameW.s deleted file mode 100644 index 44d1c779e..000000000 --- a/libc/nt/advapi32/LookupPrivilegeDisplayNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupPrivilegeDisplayNameW,LookupPrivilegeDisplayNameW,1428 diff --git a/libc/nt/advapi32/LookupPrivilegeNameW.S b/libc/nt/advapi32/LookupPrivilegeNameW.S new file mode 100644 index 000000000..76dab8dab --- /dev/null +++ b/libc/nt/advapi32/LookupPrivilegeNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupPrivilegeNameW,LookupPrivilegeNameW,1430 diff --git a/libc/nt/advapi32/LookupPrivilegeNameW.s b/libc/nt/advapi32/LookupPrivilegeNameW.s deleted file mode 100644 index fb9bf9763..000000000 --- a/libc/nt/advapi32/LookupPrivilegeNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupPrivilegeNameW,LookupPrivilegeNameW,1430 diff --git a/libc/nt/advapi32/LookupPrivilegeValueW.S b/libc/nt/advapi32/LookupPrivilegeValueW.S new file mode 100644 index 000000000..1443998d8 --- /dev/null +++ b/libc/nt/advapi32/LookupPrivilegeValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupPrivilegeValueW,LookupPrivilegeValueW,1432 + +#ifdef __x86_64__ + .text.windows +LookupPrivilegeValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LookupPrivilegeValueW(%rip),%rax + jmp __sysv2nt + .endfn LookupPrivilegeValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/LookupPrivilegeValueW.s b/libc/nt/advapi32/LookupPrivilegeValueW.s deleted file mode 100644 index 2bf5b2960..000000000 --- a/libc/nt/advapi32/LookupPrivilegeValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupPrivilegeValueW,LookupPrivilegeValueW,1432 - - .text.windows -LookupPrivilegeValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LookupPrivilegeValueW(%rip),%rax - jmp __sysv2nt - .endfn LookupPrivilegeValue,globl - .previous diff --git a/libc/nt/advapi32/LookupSecurityDescriptorPartsW.S b/libc/nt/advapi32/LookupSecurityDescriptorPartsW.S new file mode 100644 index 000000000..3d2fd0420 --- /dev/null +++ b/libc/nt/advapi32/LookupSecurityDescriptorPartsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LookupSecurityDescriptorPartsW,LookupSecurityDescriptorPartsW,1434 diff --git a/libc/nt/advapi32/LookupSecurityDescriptorPartsW.s b/libc/nt/advapi32/LookupSecurityDescriptorPartsW.s deleted file mode 100644 index 644e48a62..000000000 --- a/libc/nt/advapi32/LookupSecurityDescriptorPartsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LookupSecurityDescriptorPartsW,LookupSecurityDescriptorPartsW,1434 diff --git a/libc/nt/advapi32/LsaAddAccountRights.S b/libc/nt/advapi32/LsaAddAccountRights.S new file mode 100644 index 000000000..3fea4b9e2 --- /dev/null +++ b/libc/nt/advapi32/LsaAddAccountRights.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaAddAccountRights,LsaAddAccountRights,1435 diff --git a/libc/nt/advapi32/LsaAddAccountRights.s b/libc/nt/advapi32/LsaAddAccountRights.s deleted file mode 100644 index 50d6a9ee3..000000000 --- a/libc/nt/advapi32/LsaAddAccountRights.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaAddAccountRights,LsaAddAccountRights,1435 diff --git a/libc/nt/advapi32/LsaClose.S b/libc/nt/advapi32/LsaClose.S new file mode 100644 index 000000000..ae244ffd6 --- /dev/null +++ b/libc/nt/advapi32/LsaClose.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaClose,LsaClose,1438 diff --git a/libc/nt/advapi32/LsaClose.s b/libc/nt/advapi32/LsaClose.s deleted file mode 100644 index c16664976..000000000 --- a/libc/nt/advapi32/LsaClose.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaClose,LsaClose,1438 diff --git a/libc/nt/advapi32/LsaCreateTrustedDomain.S b/libc/nt/advapi32/LsaCreateTrustedDomain.S new file mode 100644 index 000000000..40c2a8238 --- /dev/null +++ b/libc/nt/advapi32/LsaCreateTrustedDomain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaCreateTrustedDomain,LsaCreateTrustedDomain,1441 diff --git a/libc/nt/advapi32/LsaCreateTrustedDomain.s b/libc/nt/advapi32/LsaCreateTrustedDomain.s deleted file mode 100644 index 8d4e52909..000000000 --- a/libc/nt/advapi32/LsaCreateTrustedDomain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaCreateTrustedDomain,LsaCreateTrustedDomain,1441 diff --git a/libc/nt/advapi32/LsaCreateTrustedDomainEx.S b/libc/nt/advapi32/LsaCreateTrustedDomainEx.S new file mode 100644 index 000000000..4b85616f6 --- /dev/null +++ b/libc/nt/advapi32/LsaCreateTrustedDomainEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaCreateTrustedDomainEx,LsaCreateTrustedDomainEx,1442 diff --git a/libc/nt/advapi32/LsaCreateTrustedDomainEx.s b/libc/nt/advapi32/LsaCreateTrustedDomainEx.s deleted file mode 100644 index 22813ef15..000000000 --- a/libc/nt/advapi32/LsaCreateTrustedDomainEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaCreateTrustedDomainEx,LsaCreateTrustedDomainEx,1442 diff --git a/libc/nt/advapi32/LsaDeleteTrustedDomain.S b/libc/nt/advapi32/LsaDeleteTrustedDomain.S new file mode 100644 index 000000000..9c15da846 --- /dev/null +++ b/libc/nt/advapi32/LsaDeleteTrustedDomain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaDeleteTrustedDomain,LsaDeleteTrustedDomain,1444 diff --git a/libc/nt/advapi32/LsaDeleteTrustedDomain.s b/libc/nt/advapi32/LsaDeleteTrustedDomain.s deleted file mode 100644 index 2b3359c4a..000000000 --- a/libc/nt/advapi32/LsaDeleteTrustedDomain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaDeleteTrustedDomain,LsaDeleteTrustedDomain,1444 diff --git a/libc/nt/advapi32/LsaEnumerateAccountRights.S b/libc/nt/advapi32/LsaEnumerateAccountRights.S new file mode 100644 index 000000000..695969135 --- /dev/null +++ b/libc/nt/advapi32/LsaEnumerateAccountRights.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaEnumerateAccountRights,LsaEnumerateAccountRights,1445 diff --git a/libc/nt/advapi32/LsaEnumerateAccountRights.s b/libc/nt/advapi32/LsaEnumerateAccountRights.s deleted file mode 100644 index 7104c73db..000000000 --- a/libc/nt/advapi32/LsaEnumerateAccountRights.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaEnumerateAccountRights,LsaEnumerateAccountRights,1445 diff --git a/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.S b/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.S new file mode 100644 index 000000000..fb2cf9c39 --- /dev/null +++ b/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaEnumerateAccountsWithUserRight,LsaEnumerateAccountsWithUserRight,1447 diff --git a/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.s b/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.s deleted file mode 100644 index e8ea58e91..000000000 --- a/libc/nt/advapi32/LsaEnumerateAccountsWithUserRight.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaEnumerateAccountsWithUserRight,LsaEnumerateAccountsWithUserRight,1447 diff --git a/libc/nt/advapi32/LsaEnumerateTrustedDomains.S b/libc/nt/advapi32/LsaEnumerateTrustedDomains.S new file mode 100644 index 000000000..076591705 --- /dev/null +++ b/libc/nt/advapi32/LsaEnumerateTrustedDomains.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaEnumerateTrustedDomains,LsaEnumerateTrustedDomains,1450 diff --git a/libc/nt/advapi32/LsaEnumerateTrustedDomains.s b/libc/nt/advapi32/LsaEnumerateTrustedDomains.s deleted file mode 100644 index 9753e95a3..000000000 --- a/libc/nt/advapi32/LsaEnumerateTrustedDomains.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaEnumerateTrustedDomains,LsaEnumerateTrustedDomains,1450 diff --git a/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.S b/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.S new file mode 100644 index 000000000..6c6967bd4 --- /dev/null +++ b/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaEnumerateTrustedDomainsEx,LsaEnumerateTrustedDomainsEx,1451 diff --git a/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.s b/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.s deleted file mode 100644 index c4fb6b3ff..000000000 --- a/libc/nt/advapi32/LsaEnumerateTrustedDomainsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaEnumerateTrustedDomainsEx,LsaEnumerateTrustedDomainsEx,1451 diff --git a/libc/nt/advapi32/LsaFreeMemory.S b/libc/nt/advapi32/LsaFreeMemory.S new file mode 100644 index 000000000..adc1129ac --- /dev/null +++ b/libc/nt/advapi32/LsaFreeMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaFreeMemory,LsaFreeMemory,1452 diff --git a/libc/nt/advapi32/LsaFreeMemory.s b/libc/nt/advapi32/LsaFreeMemory.s deleted file mode 100644 index ac88860fd..000000000 --- a/libc/nt/advapi32/LsaFreeMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaFreeMemory,LsaFreeMemory,1452 diff --git a/libc/nt/advapi32/LsaLookupNames.S b/libc/nt/advapi32/LsaLookupNames.S new file mode 100644 index 000000000..99c5e6603 --- /dev/null +++ b/libc/nt/advapi32/LsaLookupNames.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaLookupNames,LsaLookupNames,1462 diff --git a/libc/nt/advapi32/LsaLookupNames.s b/libc/nt/advapi32/LsaLookupNames.s deleted file mode 100644 index da3b44316..000000000 --- a/libc/nt/advapi32/LsaLookupNames.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaLookupNames,LsaLookupNames,1462 diff --git a/libc/nt/advapi32/LsaLookupNames2.S b/libc/nt/advapi32/LsaLookupNames2.S new file mode 100644 index 000000000..6fbefdec1 --- /dev/null +++ b/libc/nt/advapi32/LsaLookupNames2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaLookupNames2,LsaLookupNames2,1463 diff --git a/libc/nt/advapi32/LsaLookupNames2.s b/libc/nt/advapi32/LsaLookupNames2.s deleted file mode 100644 index 86a1c1897..000000000 --- a/libc/nt/advapi32/LsaLookupNames2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaLookupNames2,LsaLookupNames2,1463 diff --git a/libc/nt/advapi32/LsaLookupSids.S b/libc/nt/advapi32/LsaLookupSids.S new file mode 100644 index 000000000..9c25fd740 --- /dev/null +++ b/libc/nt/advapi32/LsaLookupSids.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaLookupSids,LsaLookupSids,1467 diff --git a/libc/nt/advapi32/LsaLookupSids.s b/libc/nt/advapi32/LsaLookupSids.s deleted file mode 100644 index 1fdecb20c..000000000 --- a/libc/nt/advapi32/LsaLookupSids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaLookupSids,LsaLookupSids,1467 diff --git a/libc/nt/advapi32/LsaNtStatusToWinError.S b/libc/nt/advapi32/LsaNtStatusToWinError.S new file mode 100644 index 000000000..0e5c283db --- /dev/null +++ b/libc/nt/advapi32/LsaNtStatusToWinError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaNtStatusToWinError,LsaNtStatusToWinError,1470 diff --git a/libc/nt/advapi32/LsaNtStatusToWinError.s b/libc/nt/advapi32/LsaNtStatusToWinError.s deleted file mode 100644 index 3b470da50..000000000 --- a/libc/nt/advapi32/LsaNtStatusToWinError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaNtStatusToWinError,LsaNtStatusToWinError,1470 diff --git a/libc/nt/advapi32/LsaOpenPolicy.S b/libc/nt/advapi32/LsaOpenPolicy.S new file mode 100644 index 000000000..90af02394 --- /dev/null +++ b/libc/nt/advapi32/LsaOpenPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaOpenPolicy,LsaOpenPolicy,1472 diff --git a/libc/nt/advapi32/LsaOpenPolicy.s b/libc/nt/advapi32/LsaOpenPolicy.s deleted file mode 100644 index dbf2961b9..000000000 --- a/libc/nt/advapi32/LsaOpenPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaOpenPolicy,LsaOpenPolicy,1472 diff --git a/libc/nt/advapi32/LsaOpenTrustedDomainByName.S b/libc/nt/advapi32/LsaOpenTrustedDomainByName.S new file mode 100644 index 000000000..9017b99c7 --- /dev/null +++ b/libc/nt/advapi32/LsaOpenTrustedDomainByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaOpenTrustedDomainByName,LsaOpenTrustedDomainByName,1476 diff --git a/libc/nt/advapi32/LsaOpenTrustedDomainByName.s b/libc/nt/advapi32/LsaOpenTrustedDomainByName.s deleted file mode 100644 index ad3e19dbb..000000000 --- a/libc/nt/advapi32/LsaOpenTrustedDomainByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaOpenTrustedDomainByName,LsaOpenTrustedDomainByName,1476 diff --git a/libc/nt/advapi32/LsaQueryDomainInformationPolicy.S b/libc/nt/advapi32/LsaQueryDomainInformationPolicy.S new file mode 100644 index 000000000..ce11cddfa --- /dev/null +++ b/libc/nt/advapi32/LsaQueryDomainInformationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaQueryDomainInformationPolicy,LsaQueryDomainInformationPolicy,1478 diff --git a/libc/nt/advapi32/LsaQueryDomainInformationPolicy.s b/libc/nt/advapi32/LsaQueryDomainInformationPolicy.s deleted file mode 100644 index f7da89777..000000000 --- a/libc/nt/advapi32/LsaQueryDomainInformationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaQueryDomainInformationPolicy,LsaQueryDomainInformationPolicy,1478 diff --git a/libc/nt/advapi32/LsaQueryForestTrustInformation.S b/libc/nt/advapi32/LsaQueryForestTrustInformation.S new file mode 100644 index 000000000..322246e9c --- /dev/null +++ b/libc/nt/advapi32/LsaQueryForestTrustInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaQueryForestTrustInformation,LsaQueryForestTrustInformation,1479 diff --git a/libc/nt/advapi32/LsaQueryForestTrustInformation.s b/libc/nt/advapi32/LsaQueryForestTrustInformation.s deleted file mode 100644 index 4f4305546..000000000 --- a/libc/nt/advapi32/LsaQueryForestTrustInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaQueryForestTrustInformation,LsaQueryForestTrustInformation,1479 diff --git a/libc/nt/advapi32/LsaQueryInformationPolicy.S b/libc/nt/advapi32/LsaQueryInformationPolicy.S new file mode 100644 index 000000000..afe2a342b --- /dev/null +++ b/libc/nt/advapi32/LsaQueryInformationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaQueryInformationPolicy,LsaQueryInformationPolicy,1481 diff --git a/libc/nt/advapi32/LsaQueryInformationPolicy.s b/libc/nt/advapi32/LsaQueryInformationPolicy.s deleted file mode 100644 index ed674b36b..000000000 --- a/libc/nt/advapi32/LsaQueryInformationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaQueryInformationPolicy,LsaQueryInformationPolicy,1481 diff --git a/libc/nt/advapi32/LsaQueryTrustedDomainInfo.S b/libc/nt/advapi32/LsaQueryTrustedDomainInfo.S new file mode 100644 index 000000000..57615c85a --- /dev/null +++ b/libc/nt/advapi32/LsaQueryTrustedDomainInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaQueryTrustedDomainInfo,LsaQueryTrustedDomainInfo,1484 diff --git a/libc/nt/advapi32/LsaQueryTrustedDomainInfo.s b/libc/nt/advapi32/LsaQueryTrustedDomainInfo.s deleted file mode 100644 index d584027d1..000000000 --- a/libc/nt/advapi32/LsaQueryTrustedDomainInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaQueryTrustedDomainInfo,LsaQueryTrustedDomainInfo,1484 diff --git a/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.S b/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.S new file mode 100644 index 000000000..55ef1f8d6 --- /dev/null +++ b/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaQueryTrustedDomainInfoByName,LsaQueryTrustedDomainInfoByName,1485 diff --git a/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.s b/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.s deleted file mode 100644 index c4f967178..000000000 --- a/libc/nt/advapi32/LsaQueryTrustedDomainInfoByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaQueryTrustedDomainInfoByName,LsaQueryTrustedDomainInfoByName,1485 diff --git a/libc/nt/advapi32/LsaRemoveAccountRights.S b/libc/nt/advapi32/LsaRemoveAccountRights.S new file mode 100644 index 000000000..e1bfeaca6 --- /dev/null +++ b/libc/nt/advapi32/LsaRemoveAccountRights.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaRemoveAccountRights,LsaRemoveAccountRights,1486 diff --git a/libc/nt/advapi32/LsaRemoveAccountRights.s b/libc/nt/advapi32/LsaRemoveAccountRights.s deleted file mode 100644 index b570355a3..000000000 --- a/libc/nt/advapi32/LsaRemoveAccountRights.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaRemoveAccountRights,LsaRemoveAccountRights,1486 diff --git a/libc/nt/advapi32/LsaRetrievePrivateData.S b/libc/nt/advapi32/LsaRetrievePrivateData.S new file mode 100644 index 000000000..fda43fcba --- /dev/null +++ b/libc/nt/advapi32/LsaRetrievePrivateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaRetrievePrivateData,LsaRetrievePrivateData,1488 diff --git a/libc/nt/advapi32/LsaRetrievePrivateData.s b/libc/nt/advapi32/LsaRetrievePrivateData.s deleted file mode 100644 index ec6f7e276..000000000 --- a/libc/nt/advapi32/LsaRetrievePrivateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaRetrievePrivateData,LsaRetrievePrivateData,1488 diff --git a/libc/nt/advapi32/LsaSetDomainInformationPolicy.S b/libc/nt/advapi32/LsaSetDomainInformationPolicy.S new file mode 100644 index 000000000..0bbc1c51c --- /dev/null +++ b/libc/nt/advapi32/LsaSetDomainInformationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaSetDomainInformationPolicy,LsaSetDomainInformationPolicy,1490 diff --git a/libc/nt/advapi32/LsaSetDomainInformationPolicy.s b/libc/nt/advapi32/LsaSetDomainInformationPolicy.s deleted file mode 100644 index 2259b2bfb..000000000 --- a/libc/nt/advapi32/LsaSetDomainInformationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaSetDomainInformationPolicy,LsaSetDomainInformationPolicy,1490 diff --git a/libc/nt/advapi32/LsaSetForestTrustInformation.S b/libc/nt/advapi32/LsaSetForestTrustInformation.S new file mode 100644 index 000000000..3e31d36ac --- /dev/null +++ b/libc/nt/advapi32/LsaSetForestTrustInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaSetForestTrustInformation,LsaSetForestTrustInformation,1491 diff --git a/libc/nt/advapi32/LsaSetForestTrustInformation.s b/libc/nt/advapi32/LsaSetForestTrustInformation.s deleted file mode 100644 index bd0d4a1d8..000000000 --- a/libc/nt/advapi32/LsaSetForestTrustInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaSetForestTrustInformation,LsaSetForestTrustInformation,1491 diff --git a/libc/nt/advapi32/LsaSetInformationPolicy.S b/libc/nt/advapi32/LsaSetInformationPolicy.S new file mode 100644 index 000000000..2b39cf2eb --- /dev/null +++ b/libc/nt/advapi32/LsaSetInformationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaSetInformationPolicy,LsaSetInformationPolicy,1492 diff --git a/libc/nt/advapi32/LsaSetInformationPolicy.s b/libc/nt/advapi32/LsaSetInformationPolicy.s deleted file mode 100644 index b46fef158..000000000 --- a/libc/nt/advapi32/LsaSetInformationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaSetInformationPolicy,LsaSetInformationPolicy,1492 diff --git a/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.S b/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.S new file mode 100644 index 000000000..c7f7c0bc7 --- /dev/null +++ b/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaSetTrustedDomainInfoByName,LsaSetTrustedDomainInfoByName,1498 diff --git a/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.s b/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.s deleted file mode 100644 index 0c275e7b0..000000000 --- a/libc/nt/advapi32/LsaSetTrustedDomainInfoByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaSetTrustedDomainInfoByName,LsaSetTrustedDomainInfoByName,1498 diff --git a/libc/nt/advapi32/LsaSetTrustedDomainInformation.S b/libc/nt/advapi32/LsaSetTrustedDomainInformation.S new file mode 100644 index 000000000..a51bf51c4 --- /dev/null +++ b/libc/nt/advapi32/LsaSetTrustedDomainInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaSetTrustedDomainInformation,LsaSetTrustedDomainInformation,1499 diff --git a/libc/nt/advapi32/LsaSetTrustedDomainInformation.s b/libc/nt/advapi32/LsaSetTrustedDomainInformation.s deleted file mode 100644 index b9060b318..000000000 --- a/libc/nt/advapi32/LsaSetTrustedDomainInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaSetTrustedDomainInformation,LsaSetTrustedDomainInformation,1499 diff --git a/libc/nt/advapi32/LsaStorePrivateData.S b/libc/nt/advapi32/LsaStorePrivateData.S new file mode 100644 index 000000000..f6db10205 --- /dev/null +++ b/libc/nt/advapi32/LsaStorePrivateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_LsaStorePrivateData,LsaStorePrivateData,1500 diff --git a/libc/nt/advapi32/LsaStorePrivateData.s b/libc/nt/advapi32/LsaStorePrivateData.s deleted file mode 100644 index 921abd48f..000000000 --- a/libc/nt/advapi32/LsaStorePrivateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_LsaStorePrivateData,LsaStorePrivateData,1500 diff --git a/libc/nt/advapi32/MSChapSrvChangePassword.S b/libc/nt/advapi32/MSChapSrvChangePassword.S new file mode 100644 index 000000000..efdc8537e --- /dev/null +++ b/libc/nt/advapi32/MSChapSrvChangePassword.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_MSChapSrvChangePassword,MSChapSrvChangePassword,1508 diff --git a/libc/nt/advapi32/MSChapSrvChangePassword.s b/libc/nt/advapi32/MSChapSrvChangePassword.s deleted file mode 100644 index 250a9c359..000000000 --- a/libc/nt/advapi32/MSChapSrvChangePassword.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_MSChapSrvChangePassword,MSChapSrvChangePassword,1508 diff --git a/libc/nt/advapi32/MSChapSrvChangePassword2.S b/libc/nt/advapi32/MSChapSrvChangePassword2.S new file mode 100644 index 000000000..8845303b9 --- /dev/null +++ b/libc/nt/advapi32/MSChapSrvChangePassword2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_MSChapSrvChangePassword2,MSChapSrvChangePassword2,1509 diff --git a/libc/nt/advapi32/MSChapSrvChangePassword2.s b/libc/nt/advapi32/MSChapSrvChangePassword2.s deleted file mode 100644 index 6f05ad9dc..000000000 --- a/libc/nt/advapi32/MSChapSrvChangePassword2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_MSChapSrvChangePassword2,MSChapSrvChangePassword2,1509 diff --git a/libc/nt/advapi32/MakeAbsoluteSD.S b/libc/nt/advapi32/MakeAbsoluteSD.S new file mode 100644 index 000000000..827562406 --- /dev/null +++ b/libc/nt/advapi32/MakeAbsoluteSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_MakeAbsoluteSD,MakeAbsoluteSD,0 diff --git a/libc/nt/advapi32/MakeAbsoluteSD.s b/libc/nt/advapi32/MakeAbsoluteSD.s deleted file mode 100644 index 573f3bc1e..000000000 --- a/libc/nt/advapi32/MakeAbsoluteSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_MakeAbsoluteSD,MakeAbsoluteSD,0 diff --git a/libc/nt/advapi32/MakeSelfRelativeSD.S b/libc/nt/advapi32/MakeSelfRelativeSD.S new file mode 100644 index 000000000..a7170abd0 --- /dev/null +++ b/libc/nt/advapi32/MakeSelfRelativeSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_MakeSelfRelativeSD,MakeSelfRelativeSD,0 diff --git a/libc/nt/advapi32/MakeSelfRelativeSD.s b/libc/nt/advapi32/MakeSelfRelativeSD.s deleted file mode 100644 index 7bf6013ef..000000000 --- a/libc/nt/advapi32/MakeSelfRelativeSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_MakeSelfRelativeSD,MakeSelfRelativeSD,0 diff --git a/libc/nt/advapi32/MapGenericMask.S b/libc/nt/advapi32/MapGenericMask.S new file mode 100644 index 000000000..4d2ca4794 --- /dev/null +++ b/libc/nt/advapi32/MapGenericMask.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_MapGenericMask,MapGenericMask,0 + +#ifdef __x86_64__ + .text.windows +MapGenericMask: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MapGenericMask(%rip),%rax + jmp __sysv2nt + .endfn MapGenericMask,globl + .previous +#endif diff --git a/libc/nt/advapi32/MapGenericMask.s b/libc/nt/advapi32/MapGenericMask.s deleted file mode 100644 index 1b835c02f..000000000 --- a/libc/nt/advapi32/MapGenericMask.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_MapGenericMask,MapGenericMask,0 - - .text.windows -MapGenericMask: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MapGenericMask(%rip),%rax - jmp __sysv2nt - .endfn MapGenericMask,globl - .previous diff --git a/libc/nt/advapi32/NotifyBootConfigStatus.S b/libc/nt/advapi32/NotifyBootConfigStatus.S new file mode 100644 index 000000000..f8a0b3062 --- /dev/null +++ b/libc/nt/advapi32/NotifyBootConfigStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_NotifyBootConfigStatus,NotifyBootConfigStatus,1514 diff --git a/libc/nt/advapi32/NotifyBootConfigStatus.s b/libc/nt/advapi32/NotifyBootConfigStatus.s deleted file mode 100644 index e41901dfe..000000000 --- a/libc/nt/advapi32/NotifyBootConfigStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_NotifyBootConfigStatus,NotifyBootConfigStatus,1514 diff --git a/libc/nt/advapi32/NotifyChangeEventLog.S b/libc/nt/advapi32/NotifyChangeEventLog.S new file mode 100644 index 000000000..32ee0c5c9 --- /dev/null +++ b/libc/nt/advapi32/NotifyChangeEventLog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_NotifyChangeEventLog,NotifyChangeEventLog,1515 diff --git a/libc/nt/advapi32/NotifyChangeEventLog.s b/libc/nt/advapi32/NotifyChangeEventLog.s deleted file mode 100644 index 1effbea44..000000000 --- a/libc/nt/advapi32/NotifyChangeEventLog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_NotifyChangeEventLog,NotifyChangeEventLog,1515 diff --git a/libc/nt/advapi32/NotifyServiceStatusChange.s b/libc/nt/advapi32/NotifyServiceStatusChange.s deleted file mode 100644 index 7db46acd1..000000000 --- a/libc/nt/advapi32/NotifyServiceStatusChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_NotifyServiceStatusChange,NotifyServiceStatusChange,0 diff --git a/libc/nt/advapi32/NotifyServiceStatusChangeW.S b/libc/nt/advapi32/NotifyServiceStatusChangeW.S new file mode 100644 index 000000000..ae2ac1aca --- /dev/null +++ b/libc/nt/advapi32/NotifyServiceStatusChangeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_NotifyServiceStatusChangeW,NotifyServiceStatusChangeW,1518 diff --git a/libc/nt/advapi32/NotifyServiceStatusChangeW.s b/libc/nt/advapi32/NotifyServiceStatusChangeW.s deleted file mode 100644 index a7be2f4f8..000000000 --- a/libc/nt/advapi32/NotifyServiceStatusChangeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_NotifyServiceStatusChangeW,NotifyServiceStatusChangeW,1518 diff --git a/libc/nt/advapi32/ObjectCloseAuditAlarmW.S b/libc/nt/advapi32/ObjectCloseAuditAlarmW.S new file mode 100644 index 000000000..f93218b01 --- /dev/null +++ b/libc/nt/advapi32/ObjectCloseAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ObjectCloseAuditAlarmW,ObjectCloseAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectCloseAuditAlarmW.s b/libc/nt/advapi32/ObjectCloseAuditAlarmW.s deleted file mode 100644 index 9be8b8743..000000000 --- a/libc/nt/advapi32/ObjectCloseAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ObjectCloseAuditAlarmW,ObjectCloseAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectDeleteAuditAlarmW.S b/libc/nt/advapi32/ObjectDeleteAuditAlarmW.S new file mode 100644 index 000000000..9ef9ccf28 --- /dev/null +++ b/libc/nt/advapi32/ObjectDeleteAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ObjectDeleteAuditAlarmW,ObjectDeleteAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectDeleteAuditAlarmW.s b/libc/nt/advapi32/ObjectDeleteAuditAlarmW.s deleted file mode 100644 index aa3a7a457..000000000 --- a/libc/nt/advapi32/ObjectDeleteAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ObjectDeleteAuditAlarmW,ObjectDeleteAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectOpenAuditAlarmW.S b/libc/nt/advapi32/ObjectOpenAuditAlarmW.S new file mode 100644 index 000000000..11ec824f3 --- /dev/null +++ b/libc/nt/advapi32/ObjectOpenAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ObjectOpenAuditAlarmW,ObjectOpenAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectOpenAuditAlarmW.s b/libc/nt/advapi32/ObjectOpenAuditAlarmW.s deleted file mode 100644 index 83c472fdd..000000000 --- a/libc/nt/advapi32/ObjectOpenAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ObjectOpenAuditAlarmW,ObjectOpenAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.S b/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.S new file mode 100644 index 000000000..7bf975177 --- /dev/null +++ b/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ObjectPrivilegeAuditAlarmW,ObjectPrivilegeAuditAlarmW,0 diff --git a/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.s b/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.s deleted file mode 100644 index d8daf0615..000000000 --- a/libc/nt/advapi32/ObjectPrivilegeAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ObjectPrivilegeAuditAlarmW,ObjectPrivilegeAuditAlarmW,0 diff --git a/libc/nt/advapi32/OpenBackupEventLogW.S b/libc/nt/advapi32/OpenBackupEventLogW.S new file mode 100644 index 000000000..2170eeb60 --- /dev/null +++ b/libc/nt/advapi32/OpenBackupEventLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenBackupEventLogW,OpenBackupEventLogW,1529 diff --git a/libc/nt/advapi32/OpenBackupEventLogW.s b/libc/nt/advapi32/OpenBackupEventLogW.s deleted file mode 100644 index 1f5ea569d..000000000 --- a/libc/nt/advapi32/OpenBackupEventLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenBackupEventLogW,OpenBackupEventLogW,1529 diff --git a/libc/nt/advapi32/OpenEncryptedFileRawW.S b/libc/nt/advapi32/OpenEncryptedFileRawW.S new file mode 100644 index 000000000..15687ee16 --- /dev/null +++ b/libc/nt/advapi32/OpenEncryptedFileRawW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenEncryptedFileRawW,OpenEncryptedFileRawW,1531 diff --git a/libc/nt/advapi32/OpenEncryptedFileRawW.s b/libc/nt/advapi32/OpenEncryptedFileRawW.s deleted file mode 100644 index 0b07a9f4f..000000000 --- a/libc/nt/advapi32/OpenEncryptedFileRawW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenEncryptedFileRawW,OpenEncryptedFileRawW,1531 diff --git a/libc/nt/advapi32/OpenEventLogW.S b/libc/nt/advapi32/OpenEventLogW.S new file mode 100644 index 000000000..d0ee2724f --- /dev/null +++ b/libc/nt/advapi32/OpenEventLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenEventLogW,OpenEventLogW,1533 diff --git a/libc/nt/advapi32/OpenEventLogW.s b/libc/nt/advapi32/OpenEventLogW.s deleted file mode 100644 index 2a5416d7c..000000000 --- a/libc/nt/advapi32/OpenEventLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenEventLogW,OpenEventLogW,1533 diff --git a/libc/nt/advapi32/OpenProcessToken.S b/libc/nt/advapi32/OpenProcessToken.S new file mode 100644 index 000000000..d400467c8 --- /dev/null +++ b/libc/nt/advapi32/OpenProcessToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenProcessToken,OpenProcessToken,0 + +#ifdef __x86_64__ + .text.windows +OpenProcessToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_OpenProcessToken(%rip),%rax + jmp __sysv2nt + .endfn OpenProcessToken,globl + .previous +#endif diff --git a/libc/nt/advapi32/OpenProcessToken.s b/libc/nt/advapi32/OpenProcessToken.s deleted file mode 100644 index 288667d4f..000000000 --- a/libc/nt/advapi32/OpenProcessToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenProcessToken,OpenProcessToken,0 - - .text.windows -OpenProcessToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_OpenProcessToken(%rip),%rax - jmp __sysv2nt - .endfn OpenProcessToken,globl - .previous diff --git a/libc/nt/advapi32/OpenSCManagerW.S b/libc/nt/advapi32/OpenSCManagerW.S new file mode 100644 index 000000000..85b85ced3 --- /dev/null +++ b/libc/nt/advapi32/OpenSCManagerW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenSCManagerW,OpenSCManagerW,1536 diff --git a/libc/nt/advapi32/OpenSCManagerW.s b/libc/nt/advapi32/OpenSCManagerW.s deleted file mode 100644 index 6d06be3cf..000000000 --- a/libc/nt/advapi32/OpenSCManagerW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenSCManagerW,OpenSCManagerW,1536 diff --git a/libc/nt/advapi32/OpenServiceW.S b/libc/nt/advapi32/OpenServiceW.S new file mode 100644 index 000000000..b14bb0380 --- /dev/null +++ b/libc/nt/advapi32/OpenServiceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenServiceW,OpenServiceW,1538 diff --git a/libc/nt/advapi32/OpenServiceW.s b/libc/nt/advapi32/OpenServiceW.s deleted file mode 100644 index 6987b60d8..000000000 --- a/libc/nt/advapi32/OpenServiceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenServiceW,OpenServiceW,1538 diff --git a/libc/nt/advapi32/OpenThreadToken.S b/libc/nt/advapi32/OpenThreadToken.S new file mode 100644 index 000000000..1888a2dd6 --- /dev/null +++ b/libc/nt/advapi32/OpenThreadToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenThreadToken,OpenThreadToken,0 + +#ifdef __x86_64__ + .text.windows +OpenThreadToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_OpenThreadToken(%rip),%rax + jmp __sysv2nt + .endfn OpenThreadToken,globl + .previous +#endif diff --git a/libc/nt/advapi32/OpenThreadToken.s b/libc/nt/advapi32/OpenThreadToken.s deleted file mode 100644 index 027a1661e..000000000 --- a/libc/nt/advapi32/OpenThreadToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenThreadToken,OpenThreadToken,0 - - .text.windows -OpenThreadToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_OpenThreadToken(%rip),%rax - jmp __sysv2nt - .endfn OpenThreadToken,globl - .previous diff --git a/libc/nt/advapi32/OpenThreadWaitChainSession.S b/libc/nt/advapi32/OpenThreadWaitChainSession.S new file mode 100644 index 000000000..20e99f47b --- /dev/null +++ b/libc/nt/advapi32/OpenThreadWaitChainSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenThreadWaitChainSession,OpenThreadWaitChainSession,1540 diff --git a/libc/nt/advapi32/OpenThreadWaitChainSession.s b/libc/nt/advapi32/OpenThreadWaitChainSession.s deleted file mode 100644 index 103ea0917..000000000 --- a/libc/nt/advapi32/OpenThreadWaitChainSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenThreadWaitChainSession,OpenThreadWaitChainSession,1540 diff --git a/libc/nt/advapi32/OpenTraceW.S b/libc/nt/advapi32/OpenTraceW.S new file mode 100644 index 000000000..c183ef5ba --- /dev/null +++ b/libc/nt/advapi32/OpenTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_OpenTraceW,OpenTraceW,1542 diff --git a/libc/nt/advapi32/OpenTraceW.s b/libc/nt/advapi32/OpenTraceW.s deleted file mode 100644 index fde3b3d37..000000000 --- a/libc/nt/advapi32/OpenTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_OpenTraceW,OpenTraceW,1542 diff --git a/libc/nt/advapi32/PerfCreateInstance.S b/libc/nt/advapi32/PerfCreateInstance.S new file mode 100644 index 000000000..defb806ca --- /dev/null +++ b/libc/nt/advapi32/PerfCreateInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfCreateInstance,PerfCreateInstance,0 diff --git a/libc/nt/advapi32/PerfCreateInstance.s b/libc/nt/advapi32/PerfCreateInstance.s deleted file mode 100644 index 8d8d3c3a4..000000000 --- a/libc/nt/advapi32/PerfCreateInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfCreateInstance,PerfCreateInstance,0 diff --git a/libc/nt/advapi32/PerfDecrementULongCounterValue.S b/libc/nt/advapi32/PerfDecrementULongCounterValue.S new file mode 100644 index 000000000..be21465cf --- /dev/null +++ b/libc/nt/advapi32/PerfDecrementULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfDecrementULongCounterValue,PerfDecrementULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfDecrementULongCounterValue.s b/libc/nt/advapi32/PerfDecrementULongCounterValue.s deleted file mode 100644 index 4bc85e623..000000000 --- a/libc/nt/advapi32/PerfDecrementULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfDecrementULongCounterValue,PerfDecrementULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfDecrementULongLongCounterValue.S b/libc/nt/advapi32/PerfDecrementULongLongCounterValue.S new file mode 100644 index 000000000..c3150748b --- /dev/null +++ b/libc/nt/advapi32/PerfDecrementULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfDecrementULongLongCounterValue,PerfDecrementULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfDecrementULongLongCounterValue.s b/libc/nt/advapi32/PerfDecrementULongLongCounterValue.s deleted file mode 100644 index 76aae3e12..000000000 --- a/libc/nt/advapi32/PerfDecrementULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfDecrementULongLongCounterValue,PerfDecrementULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfDeleteInstance.S b/libc/nt/advapi32/PerfDeleteInstance.S new file mode 100644 index 000000000..2c0b6f6d6 --- /dev/null +++ b/libc/nt/advapi32/PerfDeleteInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfDeleteInstance,PerfDeleteInstance,0 diff --git a/libc/nt/advapi32/PerfDeleteInstance.s b/libc/nt/advapi32/PerfDeleteInstance.s deleted file mode 100644 index 9e0c97230..000000000 --- a/libc/nt/advapi32/PerfDeleteInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfDeleteInstance,PerfDeleteInstance,0 diff --git a/libc/nt/advapi32/PerfIncrementULongCounterValue.S b/libc/nt/advapi32/PerfIncrementULongCounterValue.S new file mode 100644 index 000000000..b8ebccf91 --- /dev/null +++ b/libc/nt/advapi32/PerfIncrementULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfIncrementULongCounterValue,PerfIncrementULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfIncrementULongCounterValue.s b/libc/nt/advapi32/PerfIncrementULongCounterValue.s deleted file mode 100644 index 1c722872e..000000000 --- a/libc/nt/advapi32/PerfIncrementULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfIncrementULongCounterValue,PerfIncrementULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfIncrementULongLongCounterValue.S b/libc/nt/advapi32/PerfIncrementULongLongCounterValue.S new file mode 100644 index 000000000..1b9c87743 --- /dev/null +++ b/libc/nt/advapi32/PerfIncrementULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfIncrementULongLongCounterValue,PerfIncrementULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfIncrementULongLongCounterValue.s b/libc/nt/advapi32/PerfIncrementULongLongCounterValue.s deleted file mode 100644 index 8168b021a..000000000 --- a/libc/nt/advapi32/PerfIncrementULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfIncrementULongLongCounterValue,PerfIncrementULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfQueryInstance.S b/libc/nt/advapi32/PerfQueryInstance.S new file mode 100644 index 000000000..f5cf3a703 --- /dev/null +++ b/libc/nt/advapi32/PerfQueryInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfQueryInstance,PerfQueryInstance,0 diff --git a/libc/nt/advapi32/PerfQueryInstance.s b/libc/nt/advapi32/PerfQueryInstance.s deleted file mode 100644 index d4654e8cf..000000000 --- a/libc/nt/advapi32/PerfQueryInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfQueryInstance,PerfQueryInstance,0 diff --git a/libc/nt/advapi32/PerfSetCounterRefValue.S b/libc/nt/advapi32/PerfSetCounterRefValue.S new file mode 100644 index 000000000..1bf371f6b --- /dev/null +++ b/libc/nt/advapi32/PerfSetCounterRefValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfSetCounterRefValue,PerfSetCounterRefValue,0 diff --git a/libc/nt/advapi32/PerfSetCounterRefValue.s b/libc/nt/advapi32/PerfSetCounterRefValue.s deleted file mode 100644 index dee75acf1..000000000 --- a/libc/nt/advapi32/PerfSetCounterRefValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfSetCounterRefValue,PerfSetCounterRefValue,0 diff --git a/libc/nt/advapi32/PerfSetCounterSetInfo.S b/libc/nt/advapi32/PerfSetCounterSetInfo.S new file mode 100644 index 000000000..8cc005d65 --- /dev/null +++ b/libc/nt/advapi32/PerfSetCounterSetInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfSetCounterSetInfo,PerfSetCounterSetInfo,0 diff --git a/libc/nt/advapi32/PerfSetCounterSetInfo.s b/libc/nt/advapi32/PerfSetCounterSetInfo.s deleted file mode 100644 index 8d24a9b7e..000000000 --- a/libc/nt/advapi32/PerfSetCounterSetInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfSetCounterSetInfo,PerfSetCounterSetInfo,0 diff --git a/libc/nt/advapi32/PerfSetULongCounterValue.S b/libc/nt/advapi32/PerfSetULongCounterValue.S new file mode 100644 index 000000000..cd1a68ca9 --- /dev/null +++ b/libc/nt/advapi32/PerfSetULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfSetULongCounterValue,PerfSetULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfSetULongCounterValue.s b/libc/nt/advapi32/PerfSetULongCounterValue.s deleted file mode 100644 index 5e0422404..000000000 --- a/libc/nt/advapi32/PerfSetULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfSetULongCounterValue,PerfSetULongCounterValue,0 diff --git a/libc/nt/advapi32/PerfSetULongLongCounterValue.S b/libc/nt/advapi32/PerfSetULongLongCounterValue.S new file mode 100644 index 000000000..de75c4264 --- /dev/null +++ b/libc/nt/advapi32/PerfSetULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfSetULongLongCounterValue,PerfSetULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfSetULongLongCounterValue.s b/libc/nt/advapi32/PerfSetULongLongCounterValue.s deleted file mode 100644 index 73dd2bf30..000000000 --- a/libc/nt/advapi32/PerfSetULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfSetULongLongCounterValue,PerfSetULongLongCounterValue,0 diff --git a/libc/nt/advapi32/PerfStartProvider.S b/libc/nt/advapi32/PerfStartProvider.S new file mode 100644 index 000000000..4b8eac67d --- /dev/null +++ b/libc/nt/advapi32/PerfStartProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfStartProvider,PerfStartProvider,0 diff --git a/libc/nt/advapi32/PerfStartProvider.s b/libc/nt/advapi32/PerfStartProvider.s deleted file mode 100644 index fa37dc1f3..000000000 --- a/libc/nt/advapi32/PerfStartProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfStartProvider,PerfStartProvider,0 diff --git a/libc/nt/advapi32/PerfStartProviderEx.S b/libc/nt/advapi32/PerfStartProviderEx.S new file mode 100644 index 000000000..5fd2400b4 --- /dev/null +++ b/libc/nt/advapi32/PerfStartProviderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfStartProviderEx,PerfStartProviderEx,0 diff --git a/libc/nt/advapi32/PerfStartProviderEx.s b/libc/nt/advapi32/PerfStartProviderEx.s deleted file mode 100644 index 6f13e52d9..000000000 --- a/libc/nt/advapi32/PerfStartProviderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfStartProviderEx,PerfStartProviderEx,0 diff --git a/libc/nt/advapi32/PerfStopProvider.S b/libc/nt/advapi32/PerfStopProvider.S new file mode 100644 index 000000000..f9632f1ab --- /dev/null +++ b/libc/nt/advapi32/PerfStopProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PerfStopProvider,PerfStopProvider,0 diff --git a/libc/nt/advapi32/PerfStopProvider.s b/libc/nt/advapi32/PerfStopProvider.s deleted file mode 100644 index e12ffc8e8..000000000 --- a/libc/nt/advapi32/PerfStopProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PerfStopProvider,PerfStopProvider,0 diff --git a/libc/nt/advapi32/PrivilegeCheck.S b/libc/nt/advapi32/PrivilegeCheck.S new file mode 100644 index 000000000..5cad85360 --- /dev/null +++ b/libc/nt/advapi32/PrivilegeCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PrivilegeCheck,PrivilegeCheck,0 diff --git a/libc/nt/advapi32/PrivilegeCheck.s b/libc/nt/advapi32/PrivilegeCheck.s deleted file mode 100644 index a38459dbc..000000000 --- a/libc/nt/advapi32/PrivilegeCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PrivilegeCheck,PrivilegeCheck,0 diff --git a/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.S b/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.S new file mode 100644 index 000000000..5199ddfd6 --- /dev/null +++ b/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_PrivilegedServiceAuditAlarmW,PrivilegedServiceAuditAlarmW,0 diff --git a/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.s b/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.s deleted file mode 100644 index 9a27c5abe..000000000 --- a/libc/nt/advapi32/PrivilegedServiceAuditAlarmW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_PrivilegedServiceAuditAlarmW,PrivilegedServiceAuditAlarmW,0 diff --git a/libc/nt/advapi32/ProcessTrace.S b/libc/nt/advapi32/ProcessTrace.S new file mode 100644 index 000000000..98cc1287d --- /dev/null +++ b/libc/nt/advapi32/ProcessTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ProcessTrace,ProcessTrace,1579 diff --git a/libc/nt/advapi32/ProcessTrace.s b/libc/nt/advapi32/ProcessTrace.s deleted file mode 100644 index f37f1aa8d..000000000 --- a/libc/nt/advapi32/ProcessTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ProcessTrace,ProcessTrace,1579 diff --git a/libc/nt/advapi32/QueryAllTracesW.S b/libc/nt/advapi32/QueryAllTracesW.S new file mode 100644 index 000000000..9fcafbb2e --- /dev/null +++ b/libc/nt/advapi32/QueryAllTracesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryAllTracesW,QueryAllTracesW,1581 diff --git a/libc/nt/advapi32/QueryAllTracesW.s b/libc/nt/advapi32/QueryAllTracesW.s deleted file mode 100644 index 9c97c117a..000000000 --- a/libc/nt/advapi32/QueryAllTracesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryAllTracesW,QueryAllTracesW,1581 diff --git a/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.S b/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.S new file mode 100644 index 000000000..c0c864649 --- /dev/null +++ b/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryRecoveryAgentsOnEncryptedFile,QueryRecoveryAgentsOnEncryptedFile,1583 diff --git a/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.s b/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.s deleted file mode 100644 index d25329b24..000000000 --- a/libc/nt/advapi32/QueryRecoveryAgentsOnEncryptedFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryRecoveryAgentsOnEncryptedFile,QueryRecoveryAgentsOnEncryptedFile,1583 diff --git a/libc/nt/advapi32/QuerySecurityAccessMask.S b/libc/nt/advapi32/QuerySecurityAccessMask.S new file mode 100644 index 000000000..43edb62dc --- /dev/null +++ b/libc/nt/advapi32/QuerySecurityAccessMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QuerySecurityAccessMask,QuerySecurityAccessMask,0 diff --git a/libc/nt/advapi32/QuerySecurityAccessMask.s b/libc/nt/advapi32/QuerySecurityAccessMask.s deleted file mode 100644 index a3f474149..000000000 --- a/libc/nt/advapi32/QuerySecurityAccessMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QuerySecurityAccessMask,QuerySecurityAccessMask,0 diff --git a/libc/nt/advapi32/QueryServiceConfig2W.S b/libc/nt/advapi32/QueryServiceConfig2W.S new file mode 100644 index 000000000..71e2c64e8 --- /dev/null +++ b/libc/nt/advapi32/QueryServiceConfig2W.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceConfig2W,QueryServiceConfig2W,1586 diff --git a/libc/nt/advapi32/QueryServiceConfig2W.s b/libc/nt/advapi32/QueryServiceConfig2W.s deleted file mode 100644 index d6400d2e9..000000000 --- a/libc/nt/advapi32/QueryServiceConfig2W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceConfig2W,QueryServiceConfig2W,1586 diff --git a/libc/nt/advapi32/QueryServiceConfigW.S b/libc/nt/advapi32/QueryServiceConfigW.S new file mode 100644 index 000000000..cec2ec0c0 --- /dev/null +++ b/libc/nt/advapi32/QueryServiceConfigW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceConfigW,QueryServiceConfigW,1588 diff --git a/libc/nt/advapi32/QueryServiceConfigW.s b/libc/nt/advapi32/QueryServiceConfigW.s deleted file mode 100644 index 6eaf12622..000000000 --- a/libc/nt/advapi32/QueryServiceConfigW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceConfigW,QueryServiceConfigW,1588 diff --git a/libc/nt/advapi32/QueryServiceLockStatusW.S b/libc/nt/advapi32/QueryServiceLockStatusW.S new file mode 100644 index 000000000..1a452b97f --- /dev/null +++ b/libc/nt/advapi32/QueryServiceLockStatusW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceLockStatusW,QueryServiceLockStatusW,1591 diff --git a/libc/nt/advapi32/QueryServiceLockStatusW.s b/libc/nt/advapi32/QueryServiceLockStatusW.s deleted file mode 100644 index 1e1091e01..000000000 --- a/libc/nt/advapi32/QueryServiceLockStatusW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceLockStatusW,QueryServiceLockStatusW,1591 diff --git a/libc/nt/advapi32/QueryServiceObjectSecurity.S b/libc/nt/advapi32/QueryServiceObjectSecurity.S new file mode 100644 index 000000000..5804fc252 --- /dev/null +++ b/libc/nt/advapi32/QueryServiceObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceObjectSecurity,QueryServiceObjectSecurity,1592 diff --git a/libc/nt/advapi32/QueryServiceObjectSecurity.s b/libc/nt/advapi32/QueryServiceObjectSecurity.s deleted file mode 100644 index f959e5f5d..000000000 --- a/libc/nt/advapi32/QueryServiceObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceObjectSecurity,QueryServiceObjectSecurity,1592 diff --git a/libc/nt/advapi32/QueryServiceStatus.S b/libc/nt/advapi32/QueryServiceStatus.S new file mode 100644 index 000000000..762b44e6b --- /dev/null +++ b/libc/nt/advapi32/QueryServiceStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceStatus,QueryServiceStatus,1593 diff --git a/libc/nt/advapi32/QueryServiceStatus.s b/libc/nt/advapi32/QueryServiceStatus.s deleted file mode 100644 index 2ab71366d..000000000 --- a/libc/nt/advapi32/QueryServiceStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceStatus,QueryServiceStatus,1593 diff --git a/libc/nt/advapi32/QueryServiceStatusEx.S b/libc/nt/advapi32/QueryServiceStatusEx.S new file mode 100644 index 000000000..8e7105626 --- /dev/null +++ b/libc/nt/advapi32/QueryServiceStatusEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryServiceStatusEx,QueryServiceStatusEx,1594 diff --git a/libc/nt/advapi32/QueryServiceStatusEx.s b/libc/nt/advapi32/QueryServiceStatusEx.s deleted file mode 100644 index 662a7d269..000000000 --- a/libc/nt/advapi32/QueryServiceStatusEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryServiceStatusEx,QueryServiceStatusEx,1594 diff --git a/libc/nt/advapi32/QueryTraceW.S b/libc/nt/advapi32/QueryTraceW.S new file mode 100644 index 000000000..403e72b7d --- /dev/null +++ b/libc/nt/advapi32/QueryTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryTraceW,QueryTraceW,1597 diff --git a/libc/nt/advapi32/QueryTraceW.s b/libc/nt/advapi32/QueryTraceW.s deleted file mode 100644 index 89fa0b548..000000000 --- a/libc/nt/advapi32/QueryTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryTraceW,QueryTraceW,1597 diff --git a/libc/nt/advapi32/QueryUsersOnEncryptedFile.S b/libc/nt/advapi32/QueryUsersOnEncryptedFile.S new file mode 100644 index 000000000..960f21f9f --- /dev/null +++ b/libc/nt/advapi32/QueryUsersOnEncryptedFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_QueryUsersOnEncryptedFile,QueryUsersOnEncryptedFile,1600 diff --git a/libc/nt/advapi32/QueryUsersOnEncryptedFile.s b/libc/nt/advapi32/QueryUsersOnEncryptedFile.s deleted file mode 100644 index 26429eb74..000000000 --- a/libc/nt/advapi32/QueryUsersOnEncryptedFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_QueryUsersOnEncryptedFile,QueryUsersOnEncryptedFile,1600 diff --git a/libc/nt/advapi32/ReadEncryptedFileRaw.S b/libc/nt/advapi32/ReadEncryptedFileRaw.S new file mode 100644 index 000000000..1068525f5 --- /dev/null +++ b/libc/nt/advapi32/ReadEncryptedFileRaw.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ReadEncryptedFileRaw,ReadEncryptedFileRaw,1601 diff --git a/libc/nt/advapi32/ReadEncryptedFileRaw.s b/libc/nt/advapi32/ReadEncryptedFileRaw.s deleted file mode 100644 index febb75783..000000000 --- a/libc/nt/advapi32/ReadEncryptedFileRaw.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ReadEncryptedFileRaw,ReadEncryptedFileRaw,1601 diff --git a/libc/nt/advapi32/ReadEventLogW.S b/libc/nt/advapi32/ReadEventLogW.S new file mode 100644 index 000000000..483f69bd2 --- /dev/null +++ b/libc/nt/advapi32/ReadEventLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ReadEventLogW,ReadEventLogW,1603 diff --git a/libc/nt/advapi32/ReadEventLogW.s b/libc/nt/advapi32/ReadEventLogW.s deleted file mode 100644 index d601e8c0a..000000000 --- a/libc/nt/advapi32/ReadEventLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ReadEventLogW,ReadEventLogW,1603 diff --git a/libc/nt/advapi32/RegCloseKey.S b/libc/nt/advapi32/RegCloseKey.S new file mode 100644 index 000000000..2578b3857 --- /dev/null +++ b/libc/nt/advapi32/RegCloseKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegCloseKey,RegCloseKey,0 + +#ifdef __x86_64__ + .text.windows +RegCloseKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegCloseKey(%rip) + leave + ret + .endfn RegCloseKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegCloseKey.s b/libc/nt/advapi32/RegCloseKey.s deleted file mode 100644 index 313e7ed4e..000000000 --- a/libc/nt/advapi32/RegCloseKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegCloseKey,RegCloseKey,0 - - .text.windows -RegCloseKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegCloseKey(%rip) - leave - ret - .endfn RegCloseKey,globl - .previous diff --git a/libc/nt/advapi32/RegConnectRegistryW.S b/libc/nt/advapi32/RegConnectRegistryW.S new file mode 100644 index 000000000..fd22b5ba5 --- /dev/null +++ b/libc/nt/advapi32/RegConnectRegistryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegConnectRegistryW,RegConnectRegistryW,1608 + +#ifdef __x86_64__ + .text.windows +RegConnectRegistry: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegConnectRegistryW(%rip),%rax + jmp __sysv2nt + .endfn RegConnectRegistry,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegConnectRegistryW.s b/libc/nt/advapi32/RegConnectRegistryW.s deleted file mode 100644 index 4d21dfdca..000000000 --- a/libc/nt/advapi32/RegConnectRegistryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegConnectRegistryW,RegConnectRegistryW,1608 - - .text.windows -RegConnectRegistry: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegConnectRegistryW(%rip),%rax - jmp __sysv2nt - .endfn RegConnectRegistry,globl - .previous diff --git a/libc/nt/advapi32/RegCopyTreeW.S b/libc/nt/advapi32/RegCopyTreeW.S new file mode 100644 index 000000000..d21b069a4 --- /dev/null +++ b/libc/nt/advapi32/RegCopyTreeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegCopyTreeW,RegCopyTreeW,0 diff --git a/libc/nt/advapi32/RegCopyTreeW.s b/libc/nt/advapi32/RegCopyTreeW.s deleted file mode 100644 index 4cdeb6000..000000000 --- a/libc/nt/advapi32/RegCopyTreeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegCopyTreeW,RegCopyTreeW,0 diff --git a/libc/nt/advapi32/RegCreateKeyExW.S b/libc/nt/advapi32/RegCreateKeyExW.S new file mode 100644 index 000000000..c3b2053d5 --- /dev/null +++ b/libc/nt/advapi32/RegCreateKeyExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegCreateKeyExW,RegCreateKeyExW,0 + +#ifdef __x86_64__ + .text.windows +RegCreateKeyEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegCreateKeyExW(%rip),%rax + jmp __sysv2nt10 + .endfn RegCreateKeyEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegCreateKeyExW.s b/libc/nt/advapi32/RegCreateKeyExW.s deleted file mode 100644 index 5b236407d..000000000 --- a/libc/nt/advapi32/RegCreateKeyExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegCreateKeyExW,RegCreateKeyExW,0 - - .text.windows -RegCreateKeyEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegCreateKeyExW(%rip),%rax - jmp __sysv2nt10 - .endfn RegCreateKeyEx,globl - .previous diff --git a/libc/nt/advapi32/RegCreateKeyTransactedW.S b/libc/nt/advapi32/RegCreateKeyTransactedW.S new file mode 100644 index 000000000..8dba5e5ce --- /dev/null +++ b/libc/nt/advapi32/RegCreateKeyTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegCreateKeyTransactedW,RegCreateKeyTransactedW,1615 diff --git a/libc/nt/advapi32/RegCreateKeyTransactedW.s b/libc/nt/advapi32/RegCreateKeyTransactedW.s deleted file mode 100644 index 32528043b..000000000 --- a/libc/nt/advapi32/RegCreateKeyTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegCreateKeyTransactedW,RegCreateKeyTransactedW,1615 diff --git a/libc/nt/advapi32/RegCreateKeyW.S b/libc/nt/advapi32/RegCreateKeyW.S new file mode 100644 index 000000000..3f9a88a25 --- /dev/null +++ b/libc/nt/advapi32/RegCreateKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegCreateKeyW,RegCreateKeyW,1616 + +#ifdef __x86_64__ + .text.windows +RegCreateKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegCreateKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegCreateKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegCreateKeyW.s b/libc/nt/advapi32/RegCreateKeyW.s deleted file mode 100644 index ba67a21ab..000000000 --- a/libc/nt/advapi32/RegCreateKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegCreateKeyW,RegCreateKeyW,1616 - - .text.windows -RegCreateKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegCreateKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegCreateKey,globl - .previous diff --git a/libc/nt/advapi32/RegDeleteKeyExW.S b/libc/nt/advapi32/RegDeleteKeyExW.S new file mode 100644 index 000000000..d985bab00 --- /dev/null +++ b/libc/nt/advapi32/RegDeleteKeyExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteKeyExW,RegDeleteKeyExW,0 + +#ifdef __x86_64__ + .text.windows +RegDeleteKeyEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegDeleteKeyExW(%rip),%rax + jmp __sysv2nt + .endfn RegDeleteKeyEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDeleteKeyExW.s b/libc/nt/advapi32/RegDeleteKeyExW.s deleted file mode 100644 index aeb010c8e..000000000 --- a/libc/nt/advapi32/RegDeleteKeyExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteKeyExW,RegDeleteKeyExW,0 - - .text.windows -RegDeleteKeyEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegDeleteKeyExW(%rip),%rax - jmp __sysv2nt - .endfn RegDeleteKeyEx,globl - .previous diff --git a/libc/nt/advapi32/RegDeleteKeyTransactedW.S b/libc/nt/advapi32/RegDeleteKeyTransactedW.S new file mode 100644 index 000000000..84ff781d6 --- /dev/null +++ b/libc/nt/advapi32/RegDeleteKeyTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteKeyTransactedW,RegDeleteKeyTransactedW,1621 diff --git a/libc/nt/advapi32/RegDeleteKeyTransactedW.s b/libc/nt/advapi32/RegDeleteKeyTransactedW.s deleted file mode 100644 index 3a976f4e2..000000000 --- a/libc/nt/advapi32/RegDeleteKeyTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteKeyTransactedW,RegDeleteKeyTransactedW,1621 diff --git a/libc/nt/advapi32/RegDeleteKeyValueW.S b/libc/nt/advapi32/RegDeleteKeyValueW.S new file mode 100644 index 000000000..e20f38b6d --- /dev/null +++ b/libc/nt/advapi32/RegDeleteKeyValueW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteKeyValueW,RegDeleteKeyValueW,0 diff --git a/libc/nt/advapi32/RegDeleteKeyValueW.s b/libc/nt/advapi32/RegDeleteKeyValueW.s deleted file mode 100644 index b93c688dd..000000000 --- a/libc/nt/advapi32/RegDeleteKeyValueW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteKeyValueW,RegDeleteKeyValueW,0 diff --git a/libc/nt/advapi32/RegDeleteKeyW.S b/libc/nt/advapi32/RegDeleteKeyW.S new file mode 100644 index 000000000..3665fe3a1 --- /dev/null +++ b/libc/nt/advapi32/RegDeleteKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteKeyW,RegDeleteKeyW,1624 + +#ifdef __x86_64__ + .text.windows +RegDeleteKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegDeleteKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegDeleteKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDeleteKeyW.s b/libc/nt/advapi32/RegDeleteKeyW.s deleted file mode 100644 index c96b13d01..000000000 --- a/libc/nt/advapi32/RegDeleteKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteKeyW,RegDeleteKeyW,1624 - - .text.windows -RegDeleteKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegDeleteKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegDeleteKey,globl - .previous diff --git a/libc/nt/advapi32/RegDeleteTreeW.S b/libc/nt/advapi32/RegDeleteTreeW.S new file mode 100644 index 000000000..91f0337d1 --- /dev/null +++ b/libc/nt/advapi32/RegDeleteTreeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteTreeW,RegDeleteTreeW,0 + +#ifdef __x86_64__ + .text.windows +RegDeleteTree: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegDeleteTreeW(%rip),%rax + jmp __sysv2nt + .endfn RegDeleteTree,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDeleteTreeW.s b/libc/nt/advapi32/RegDeleteTreeW.s deleted file mode 100644 index 4e67f1fbe..000000000 --- a/libc/nt/advapi32/RegDeleteTreeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteTreeW,RegDeleteTreeW,0 - - .text.windows -RegDeleteTree: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegDeleteTreeW(%rip),%rax - jmp __sysv2nt - .endfn RegDeleteTree,globl - .previous diff --git a/libc/nt/advapi32/RegDeleteValueW.S b/libc/nt/advapi32/RegDeleteValueW.S new file mode 100644 index 000000000..8c1735855 --- /dev/null +++ b/libc/nt/advapi32/RegDeleteValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDeleteValueW,RegDeleteValueW,0 + +#ifdef __x86_64__ + .text.windows +RegDeleteValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegDeleteValueW(%rip),%rax + jmp __sysv2nt + .endfn RegDeleteValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDeleteValueW.s b/libc/nt/advapi32/RegDeleteValueW.s deleted file mode 100644 index 1de446fbd..000000000 --- a/libc/nt/advapi32/RegDeleteValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDeleteValueW,RegDeleteValueW,0 - - .text.windows -RegDeleteValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegDeleteValueW(%rip),%rax - jmp __sysv2nt - .endfn RegDeleteValue,globl - .previous diff --git a/libc/nt/advapi32/RegDisablePredefinedCache.S b/libc/nt/advapi32/RegDisablePredefinedCache.S new file mode 100644 index 000000000..d8da319f4 --- /dev/null +++ b/libc/nt/advapi32/RegDisablePredefinedCache.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDisablePredefinedCache,RegDisablePredefinedCache,1629 + +#ifdef __x86_64__ + .text.windows +RegDisablePredefinedCache: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegDisablePredefinedCache(%rip) + leave + ret + .endfn RegDisablePredefinedCache,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDisablePredefinedCache.s b/libc/nt/advapi32/RegDisablePredefinedCache.s deleted file mode 100644 index eeb1acbba..000000000 --- a/libc/nt/advapi32/RegDisablePredefinedCache.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDisablePredefinedCache,RegDisablePredefinedCache,1629 - - .text.windows -RegDisablePredefinedCache: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegDisablePredefinedCache(%rip) - leave - ret - .endfn RegDisablePredefinedCache,globl - .previous diff --git a/libc/nt/advapi32/RegDisablePredefinedCacheEx.S b/libc/nt/advapi32/RegDisablePredefinedCacheEx.S new file mode 100644 index 000000000..4521fee4c --- /dev/null +++ b/libc/nt/advapi32/RegDisablePredefinedCacheEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDisablePredefinedCacheEx,RegDisablePredefinedCacheEx,0 diff --git a/libc/nt/advapi32/RegDisablePredefinedCacheEx.s b/libc/nt/advapi32/RegDisablePredefinedCacheEx.s deleted file mode 100644 index 00cc31dfe..000000000 --- a/libc/nt/advapi32/RegDisablePredefinedCacheEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDisablePredefinedCacheEx,RegDisablePredefinedCacheEx,0 diff --git a/libc/nt/advapi32/RegDisableReflectionKey.S b/libc/nt/advapi32/RegDisableReflectionKey.S new file mode 100644 index 000000000..bdb11f755 --- /dev/null +++ b/libc/nt/advapi32/RegDisableReflectionKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegDisableReflectionKey,RegDisableReflectionKey,1631 + +#ifdef __x86_64__ + .text.windows +RegDisableReflectionKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegDisableReflectionKey(%rip) + leave + ret + .endfn RegDisableReflectionKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegDisableReflectionKey.s b/libc/nt/advapi32/RegDisableReflectionKey.s deleted file mode 100644 index 3ba179f91..000000000 --- a/libc/nt/advapi32/RegDisableReflectionKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegDisableReflectionKey,RegDisableReflectionKey,1631 - - .text.windows -RegDisableReflectionKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegDisableReflectionKey(%rip) - leave - ret - .endfn RegDisableReflectionKey,globl - .previous diff --git a/libc/nt/advapi32/RegEnableReflectionKey.S b/libc/nt/advapi32/RegEnableReflectionKey.S new file mode 100644 index 000000000..4c89879a4 --- /dev/null +++ b/libc/nt/advapi32/RegEnableReflectionKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegEnableReflectionKey,RegEnableReflectionKey,1632 + +#ifdef __x86_64__ + .text.windows +RegEnableReflectionKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegEnableReflectionKey(%rip) + leave + ret + .endfn RegEnableReflectionKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegEnableReflectionKey.s b/libc/nt/advapi32/RegEnableReflectionKey.s deleted file mode 100644 index ce2d6200a..000000000 --- a/libc/nt/advapi32/RegEnableReflectionKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegEnableReflectionKey,RegEnableReflectionKey,1632 - - .text.windows -RegEnableReflectionKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegEnableReflectionKey(%rip) - leave - ret - .endfn RegEnableReflectionKey,globl - .previous diff --git a/libc/nt/advapi32/RegEnumKeyExW.S b/libc/nt/advapi32/RegEnumKeyExW.S new file mode 100644 index 000000000..9b8dd3089 --- /dev/null +++ b/libc/nt/advapi32/RegEnumKeyExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegEnumKeyExW,RegEnumKeyExW,0 + +#ifdef __x86_64__ + .text.windows +RegEnumKeyEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegEnumKeyExW(%rip),%rax + jmp __sysv2nt8 + .endfn RegEnumKeyEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegEnumKeyExW.s b/libc/nt/advapi32/RegEnumKeyExW.s deleted file mode 100644 index d566d4f5a..000000000 --- a/libc/nt/advapi32/RegEnumKeyExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegEnumKeyExW,RegEnumKeyExW,0 - - .text.windows -RegEnumKeyEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegEnumKeyExW(%rip),%rax - jmp __sysv2nt8 - .endfn RegEnumKeyEx,globl - .previous diff --git a/libc/nt/advapi32/RegEnumKeyW.S b/libc/nt/advapi32/RegEnumKeyW.S new file mode 100644 index 000000000..14e96f57e --- /dev/null +++ b/libc/nt/advapi32/RegEnumKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegEnumKeyW,RegEnumKeyW,1636 + +#ifdef __x86_64__ + .text.windows +RegEnumKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegEnumKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegEnumKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegEnumKeyW.s b/libc/nt/advapi32/RegEnumKeyW.s deleted file mode 100644 index a419c0db5..000000000 --- a/libc/nt/advapi32/RegEnumKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegEnumKeyW,RegEnumKeyW,1636 - - .text.windows -RegEnumKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegEnumKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegEnumKey,globl - .previous diff --git a/libc/nt/advapi32/RegEnumValueW.S b/libc/nt/advapi32/RegEnumValueW.S new file mode 100644 index 000000000..45ef8d7e3 --- /dev/null +++ b/libc/nt/advapi32/RegEnumValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegEnumValueW,RegEnumValueW,0 + +#ifdef __x86_64__ + .text.windows +RegEnumValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegEnumValueW(%rip),%rax + jmp __sysv2nt8 + .endfn RegEnumValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegEnumValueW.s b/libc/nt/advapi32/RegEnumValueW.s deleted file mode 100644 index 11f4f19fa..000000000 --- a/libc/nt/advapi32/RegEnumValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegEnumValueW,RegEnumValueW,0 - - .text.windows -RegEnumValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegEnumValueW(%rip),%rax - jmp __sysv2nt8 - .endfn RegEnumValue,globl - .previous diff --git a/libc/nt/advapi32/RegFlushKey.S b/libc/nt/advapi32/RegFlushKey.S new file mode 100644 index 000000000..e537945ca --- /dev/null +++ b/libc/nt/advapi32/RegFlushKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegFlushKey,RegFlushKey,0 + +#ifdef __x86_64__ + .text.windows +RegFlushKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegFlushKey(%rip) + leave + ret + .endfn RegFlushKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegFlushKey.s b/libc/nt/advapi32/RegFlushKey.s deleted file mode 100644 index f5c09ddba..000000000 --- a/libc/nt/advapi32/RegFlushKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegFlushKey,RegFlushKey,0 - - .text.windows -RegFlushKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegFlushKey(%rip) - leave - ret - .endfn RegFlushKey,globl - .previous diff --git a/libc/nt/advapi32/RegGetKeySecurity.S b/libc/nt/advapi32/RegGetKeySecurity.S new file mode 100644 index 000000000..fb8f905b5 --- /dev/null +++ b/libc/nt/advapi32/RegGetKeySecurity.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegGetKeySecurity,RegGetKeySecurity,0 + +#ifdef __x86_64__ + .text.windows +RegGetKeySecurity: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegGetKeySecurity(%rip),%rax + jmp __sysv2nt + .endfn RegGetKeySecurity,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegGetKeySecurity.s b/libc/nt/advapi32/RegGetKeySecurity.s deleted file mode 100644 index 7063870e9..000000000 --- a/libc/nt/advapi32/RegGetKeySecurity.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegGetKeySecurity,RegGetKeySecurity,0 - - .text.windows -RegGetKeySecurity: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegGetKeySecurity(%rip),%rax - jmp __sysv2nt - .endfn RegGetKeySecurity,globl - .previous diff --git a/libc/nt/advapi32/RegGetValueW.S b/libc/nt/advapi32/RegGetValueW.S new file mode 100644 index 000000000..156a75258 --- /dev/null +++ b/libc/nt/advapi32/RegGetValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegGetValueW,RegGetValueW,0 + +#ifdef __x86_64__ + .text.windows +RegGetValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegGetValueW(%rip),%rax + jmp __sysv2nt8 + .endfn RegGetValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegGetValueW.s b/libc/nt/advapi32/RegGetValueW.s deleted file mode 100644 index 3c1fd233f..000000000 --- a/libc/nt/advapi32/RegGetValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegGetValueW,RegGetValueW,0 - - .text.windows -RegGetValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegGetValueW(%rip),%rax - jmp __sysv2nt8 - .endfn RegGetValue,globl - .previous diff --git a/libc/nt/advapi32/RegLoadAppKeyW.S b/libc/nt/advapi32/RegLoadAppKeyW.S new file mode 100644 index 000000000..73cd3c3ee --- /dev/null +++ b/libc/nt/advapi32/RegLoadAppKeyW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegLoadAppKeyW,RegLoadAppKeyW,0 diff --git a/libc/nt/advapi32/RegLoadAppKeyW.s b/libc/nt/advapi32/RegLoadAppKeyW.s deleted file mode 100644 index 2d526b863..000000000 --- a/libc/nt/advapi32/RegLoadAppKeyW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegLoadAppKeyW,RegLoadAppKeyW,0 diff --git a/libc/nt/advapi32/RegLoadKeyW.S b/libc/nt/advapi32/RegLoadKeyW.S new file mode 100644 index 000000000..cea37ebfe --- /dev/null +++ b/libc/nt/advapi32/RegLoadKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegLoadKeyW,RegLoadKeyW,0 + +#ifdef __x86_64__ + .text.windows +RegLoadKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegLoadKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegLoadKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegLoadKeyW.s b/libc/nt/advapi32/RegLoadKeyW.s deleted file mode 100644 index 9a622d195..000000000 --- a/libc/nt/advapi32/RegLoadKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegLoadKeyW,RegLoadKeyW,0 - - .text.windows -RegLoadKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegLoadKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegLoadKey,globl - .previous diff --git a/libc/nt/advapi32/RegLoadMUIStringW.S b/libc/nt/advapi32/RegLoadMUIStringW.S new file mode 100644 index 000000000..019cad90f --- /dev/null +++ b/libc/nt/advapi32/RegLoadMUIStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegLoadMUIStringW,RegLoadMUIStringW,0 diff --git a/libc/nt/advapi32/RegLoadMUIStringW.s b/libc/nt/advapi32/RegLoadMUIStringW.s deleted file mode 100644 index 15d6a9ddf..000000000 --- a/libc/nt/advapi32/RegLoadMUIStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegLoadMUIStringW,RegLoadMUIStringW,0 diff --git a/libc/nt/advapi32/RegNotifyChangeKeyValue.S b/libc/nt/advapi32/RegNotifyChangeKeyValue.S new file mode 100644 index 000000000..2ca45964b --- /dev/null +++ b/libc/nt/advapi32/RegNotifyChangeKeyValue.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegNotifyChangeKeyValue,RegNotifyChangeKeyValue,0 + +#ifdef __x86_64__ + .text.windows +RegNotifyChangeKeyValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegNotifyChangeKeyValue(%rip),%rax + jmp __sysv2nt6 + .endfn RegNotifyChangeKeyValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegNotifyChangeKeyValue.s b/libc/nt/advapi32/RegNotifyChangeKeyValue.s deleted file mode 100644 index 59e0aac77..000000000 --- a/libc/nt/advapi32/RegNotifyChangeKeyValue.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegNotifyChangeKeyValue,RegNotifyChangeKeyValue,0 - - .text.windows -RegNotifyChangeKeyValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegNotifyChangeKeyValue(%rip),%rax - jmp __sysv2nt6 - .endfn RegNotifyChangeKeyValue,globl - .previous diff --git a/libc/nt/advapi32/RegOpenCurrentUser.S b/libc/nt/advapi32/RegOpenCurrentUser.S new file mode 100644 index 000000000..dd398c454 --- /dev/null +++ b/libc/nt/advapi32/RegOpenCurrentUser.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOpenCurrentUser,RegOpenCurrentUser,0 + +#ifdef __x86_64__ + .text.windows +RegOpenCurrentUser: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegOpenCurrentUser(%rip),%rax + jmp __sysv2nt + .endfn RegOpenCurrentUser,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegOpenCurrentUser.s b/libc/nt/advapi32/RegOpenCurrentUser.s deleted file mode 100644 index e9dc367ad..000000000 --- a/libc/nt/advapi32/RegOpenCurrentUser.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOpenCurrentUser,RegOpenCurrentUser,0 - - .text.windows -RegOpenCurrentUser: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegOpenCurrentUser(%rip),%rax - jmp __sysv2nt - .endfn RegOpenCurrentUser,globl - .previous diff --git a/libc/nt/advapi32/RegOpenKeyExW.S b/libc/nt/advapi32/RegOpenKeyExW.S new file mode 100644 index 000000000..c4bd1a9e6 --- /dev/null +++ b/libc/nt/advapi32/RegOpenKeyExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOpenKeyExW,RegOpenKeyExW,0 + +#ifdef __x86_64__ + .text.windows +RegOpenKeyEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegOpenKeyExW(%rip),%rax + jmp __sysv2nt6 + .endfn RegOpenKeyEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegOpenKeyExW.s b/libc/nt/advapi32/RegOpenKeyExW.s deleted file mode 100644 index 45140d4b6..000000000 --- a/libc/nt/advapi32/RegOpenKeyExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOpenKeyExW,RegOpenKeyExW,0 - - .text.windows -RegOpenKeyEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegOpenKeyExW(%rip),%rax - jmp __sysv2nt6 - .endfn RegOpenKeyEx,globl - .previous diff --git a/libc/nt/advapi32/RegOpenKeyTransactedW.S b/libc/nt/advapi32/RegOpenKeyTransactedW.S new file mode 100644 index 000000000..39d013aba --- /dev/null +++ b/libc/nt/advapi32/RegOpenKeyTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOpenKeyTransactedW,RegOpenKeyTransactedW,1655 diff --git a/libc/nt/advapi32/RegOpenKeyTransactedW.s b/libc/nt/advapi32/RegOpenKeyTransactedW.s deleted file mode 100644 index 8d00e4846..000000000 --- a/libc/nt/advapi32/RegOpenKeyTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOpenKeyTransactedW,RegOpenKeyTransactedW,1655 diff --git a/libc/nt/advapi32/RegOpenKeyW.S b/libc/nt/advapi32/RegOpenKeyW.S new file mode 100644 index 000000000..09ff9256d --- /dev/null +++ b/libc/nt/advapi32/RegOpenKeyW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOpenKeyW,RegOpenKeyW,1656 diff --git a/libc/nt/advapi32/RegOpenKeyW.s b/libc/nt/advapi32/RegOpenKeyW.s deleted file mode 100644 index 34f65a33e..000000000 --- a/libc/nt/advapi32/RegOpenKeyW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOpenKeyW,RegOpenKeyW,1656 diff --git a/libc/nt/advapi32/RegOpenUserClassesRoot.S b/libc/nt/advapi32/RegOpenUserClassesRoot.S new file mode 100644 index 000000000..44c66df86 --- /dev/null +++ b/libc/nt/advapi32/RegOpenUserClassesRoot.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOpenUserClassesRoot,RegOpenUserClassesRoot,0 + +#ifdef __x86_64__ + .text.windows +RegOpenUserClassesRoot: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegOpenUserClassesRoot(%rip),%rax + jmp __sysv2nt + .endfn RegOpenUserClassesRoot,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegOpenUserClassesRoot.s b/libc/nt/advapi32/RegOpenUserClassesRoot.s deleted file mode 100644 index 69577e525..000000000 --- a/libc/nt/advapi32/RegOpenUserClassesRoot.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOpenUserClassesRoot,RegOpenUserClassesRoot,0 - - .text.windows -RegOpenUserClassesRoot: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegOpenUserClassesRoot(%rip),%rax - jmp __sysv2nt - .endfn RegOpenUserClassesRoot,globl - .previous diff --git a/libc/nt/advapi32/RegOverridePredefKey.S b/libc/nt/advapi32/RegOverridePredefKey.S new file mode 100644 index 000000000..c3ebb8aa9 --- /dev/null +++ b/libc/nt/advapi32/RegOverridePredefKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegOverridePredefKey,RegOverridePredefKey,1658 + +#ifdef __x86_64__ + .text.windows +RegOverridePredefKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegOverridePredefKey(%rip),%rax + jmp __sysv2nt + .endfn RegOverridePredefKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegOverridePredefKey.s b/libc/nt/advapi32/RegOverridePredefKey.s deleted file mode 100644 index 008f596c4..000000000 --- a/libc/nt/advapi32/RegOverridePredefKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegOverridePredefKey,RegOverridePredefKey,1658 - - .text.windows -RegOverridePredefKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegOverridePredefKey(%rip),%rax - jmp __sysv2nt - .endfn RegOverridePredefKey,globl - .previous diff --git a/libc/nt/advapi32/RegQueryInfoKeyW.S b/libc/nt/advapi32/RegQueryInfoKeyW.S new file mode 100644 index 000000000..650202acb --- /dev/null +++ b/libc/nt/advapi32/RegQueryInfoKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegQueryInfoKeyW,RegQueryInfoKeyW,0 + +#ifdef __x86_64__ + .text.windows +RegQueryInfoKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegQueryInfoKeyW(%rip),%rax + jmp __sysv2nt12 + .endfn RegQueryInfoKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegQueryInfoKeyW.s b/libc/nt/advapi32/RegQueryInfoKeyW.s deleted file mode 100644 index ca8043a7b..000000000 --- a/libc/nt/advapi32/RegQueryInfoKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegQueryInfoKeyW,RegQueryInfoKeyW,0 - - .text.windows -RegQueryInfoKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegQueryInfoKeyW(%rip),%rax - jmp __sysv2nt12 - .endfn RegQueryInfoKey,globl - .previous diff --git a/libc/nt/advapi32/RegQueryMultipleValuesW.S b/libc/nt/advapi32/RegQueryMultipleValuesW.S new file mode 100644 index 000000000..ec6c0c997 --- /dev/null +++ b/libc/nt/advapi32/RegQueryMultipleValuesW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegQueryMultipleValuesW,RegQueryMultipleValuesW,0 + +#ifdef __x86_64__ + .text.windows +RegQueryMultipleValues: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegQueryMultipleValuesW(%rip),%rax + jmp __sysv2nt6 + .endfn RegQueryMultipleValues,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegQueryMultipleValuesW.s b/libc/nt/advapi32/RegQueryMultipleValuesW.s deleted file mode 100644 index c891467ea..000000000 --- a/libc/nt/advapi32/RegQueryMultipleValuesW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegQueryMultipleValuesW,RegQueryMultipleValuesW,0 - - .text.windows -RegQueryMultipleValues: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegQueryMultipleValuesW(%rip),%rax - jmp __sysv2nt6 - .endfn RegQueryMultipleValues,globl - .previous diff --git a/libc/nt/advapi32/RegQueryReflectionKey.S b/libc/nt/advapi32/RegQueryReflectionKey.S new file mode 100644 index 000000000..1450f4b71 --- /dev/null +++ b/libc/nt/advapi32/RegQueryReflectionKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegQueryReflectionKey,RegQueryReflectionKey,1663 + +#ifdef __x86_64__ + .text.windows +RegQueryReflectionKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegQueryReflectionKey(%rip),%rax + jmp __sysv2nt + .endfn RegQueryReflectionKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegQueryReflectionKey.s b/libc/nt/advapi32/RegQueryReflectionKey.s deleted file mode 100644 index f35e142fa..000000000 --- a/libc/nt/advapi32/RegQueryReflectionKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegQueryReflectionKey,RegQueryReflectionKey,1663 - - .text.windows -RegQueryReflectionKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegQueryReflectionKey(%rip),%rax - jmp __sysv2nt - .endfn RegQueryReflectionKey,globl - .previous diff --git a/libc/nt/advapi32/RegQueryValueExW.S b/libc/nt/advapi32/RegQueryValueExW.S new file mode 100644 index 000000000..61ad1808b --- /dev/null +++ b/libc/nt/advapi32/RegQueryValueExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegQueryValueExW,RegQueryValueExW,0 + +#ifdef __x86_64__ + .text.windows +RegQueryValueEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegQueryValueExW(%rip),%rax + jmp __sysv2nt6 + .endfn RegQueryValueEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegQueryValueExW.s b/libc/nt/advapi32/RegQueryValueExW.s deleted file mode 100644 index f6c56e46a..000000000 --- a/libc/nt/advapi32/RegQueryValueExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegQueryValueExW,RegQueryValueExW,0 - - .text.windows -RegQueryValueEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegQueryValueExW(%rip),%rax - jmp __sysv2nt6 - .endfn RegQueryValueEx,globl - .previous diff --git a/libc/nt/advapi32/RegQueryValueW.S b/libc/nt/advapi32/RegQueryValueW.S new file mode 100644 index 000000000..d1f7f8f0b --- /dev/null +++ b/libc/nt/advapi32/RegQueryValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegQueryValueW,RegQueryValueW,1667 + +#ifdef __x86_64__ + .text.windows +RegQueryValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegQueryValueW(%rip),%rax + jmp __sysv2nt + .endfn RegQueryValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegQueryValueW.s b/libc/nt/advapi32/RegQueryValueW.s deleted file mode 100644 index df0610564..000000000 --- a/libc/nt/advapi32/RegQueryValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegQueryValueW,RegQueryValueW,1667 - - .text.windows -RegQueryValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegQueryValueW(%rip),%rax - jmp __sysv2nt - .endfn RegQueryValue,globl - .previous diff --git a/libc/nt/advapi32/RegReplaceKeyW.S b/libc/nt/advapi32/RegReplaceKeyW.S new file mode 100644 index 000000000..ed6aa67ca --- /dev/null +++ b/libc/nt/advapi32/RegReplaceKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegReplaceKeyW,RegReplaceKeyW,1670 + +#ifdef __x86_64__ + .text.windows +RegReplaceKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegReplaceKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegReplaceKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegReplaceKeyW.s b/libc/nt/advapi32/RegReplaceKeyW.s deleted file mode 100644 index 96db26be9..000000000 --- a/libc/nt/advapi32/RegReplaceKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegReplaceKeyW,RegReplaceKeyW,1670 - - .text.windows -RegReplaceKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegReplaceKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegReplaceKey,globl - .previous diff --git a/libc/nt/advapi32/RegRestoreKeyW.S b/libc/nt/advapi32/RegRestoreKeyW.S new file mode 100644 index 000000000..9fa9bc2b4 --- /dev/null +++ b/libc/nt/advapi32/RegRestoreKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegRestoreKeyW,RegRestoreKeyW,0 + +#ifdef __x86_64__ + .text.windows +RegRestoreKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegRestoreKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegRestoreKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegRestoreKeyW.s b/libc/nt/advapi32/RegRestoreKeyW.s deleted file mode 100644 index 4c9f01d82..000000000 --- a/libc/nt/advapi32/RegRestoreKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegRestoreKeyW,RegRestoreKeyW,0 - - .text.windows -RegRestoreKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegRestoreKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegRestoreKey,globl - .previous diff --git a/libc/nt/advapi32/RegSaveKeyExW.S b/libc/nt/advapi32/RegSaveKeyExW.S new file mode 100644 index 000000000..f8b20f591 --- /dev/null +++ b/libc/nt/advapi32/RegSaveKeyExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSaveKeyExW,RegSaveKeyExW,0 diff --git a/libc/nt/advapi32/RegSaveKeyExW.s b/libc/nt/advapi32/RegSaveKeyExW.s deleted file mode 100644 index b3035d0c6..000000000 --- a/libc/nt/advapi32/RegSaveKeyExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSaveKeyExW,RegSaveKeyExW,0 diff --git a/libc/nt/advapi32/RegSaveKeyW.S b/libc/nt/advapi32/RegSaveKeyW.S new file mode 100644 index 000000000..b1fb19800 --- /dev/null +++ b/libc/nt/advapi32/RegSaveKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSaveKeyW,RegSaveKeyW,1676 + +#ifdef __x86_64__ + .text.windows +RegSaveKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegSaveKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegSaveKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegSaveKeyW.s b/libc/nt/advapi32/RegSaveKeyW.s deleted file mode 100644 index 1c0b8803b..000000000 --- a/libc/nt/advapi32/RegSaveKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSaveKeyW,RegSaveKeyW,1676 - - .text.windows -RegSaveKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegSaveKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegSaveKey,globl - .previous diff --git a/libc/nt/advapi32/RegSetKeySecurity.S b/libc/nt/advapi32/RegSetKeySecurity.S new file mode 100644 index 000000000..b7444dcfa --- /dev/null +++ b/libc/nt/advapi32/RegSetKeySecurity.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSetKeySecurity,RegSetKeySecurity,0 + +#ifdef __x86_64__ + .text.windows +RegSetKeySecurity: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegSetKeySecurity(%rip),%rax + jmp __sysv2nt + .endfn RegSetKeySecurity,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegSetKeySecurity.s b/libc/nt/advapi32/RegSetKeySecurity.s deleted file mode 100644 index 13728d9f9..000000000 --- a/libc/nt/advapi32/RegSetKeySecurity.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSetKeySecurity,RegSetKeySecurity,0 - - .text.windows -RegSetKeySecurity: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegSetKeySecurity(%rip),%rax - jmp __sysv2nt - .endfn RegSetKeySecurity,globl - .previous diff --git a/libc/nt/advapi32/RegSetKeyValueW.S b/libc/nt/advapi32/RegSetKeyValueW.S new file mode 100644 index 000000000..0750cc895 --- /dev/null +++ b/libc/nt/advapi32/RegSetKeyValueW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSetKeyValueW,RegSetKeyValueW,0 diff --git a/libc/nt/advapi32/RegSetKeyValueW.s b/libc/nt/advapi32/RegSetKeyValueW.s deleted file mode 100644 index d00121380..000000000 --- a/libc/nt/advapi32/RegSetKeyValueW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSetKeyValueW,RegSetKeyValueW,0 diff --git a/libc/nt/advapi32/RegSetValueExW.S b/libc/nt/advapi32/RegSetValueExW.S new file mode 100644 index 000000000..91d097ac1 --- /dev/null +++ b/libc/nt/advapi32/RegSetValueExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSetValueExW,RegSetValueExW,0 + +#ifdef __x86_64__ + .text.windows +RegSetValueEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegSetValueExW(%rip),%rax + jmp __sysv2nt6 + .endfn RegSetValueEx,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegSetValueExW.s b/libc/nt/advapi32/RegSetValueExW.s deleted file mode 100644 index 7165b82fb..000000000 --- a/libc/nt/advapi32/RegSetValueExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSetValueExW,RegSetValueExW,0 - - .text.windows -RegSetValueEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegSetValueExW(%rip),%rax - jmp __sysv2nt6 - .endfn RegSetValueEx,globl - .previous diff --git a/libc/nt/advapi32/RegSetValueW.S b/libc/nt/advapi32/RegSetValueW.S new file mode 100644 index 000000000..8c1e8368a --- /dev/null +++ b/libc/nt/advapi32/RegSetValueW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegSetValueW,RegSetValueW,1683 + +#ifdef __x86_64__ + .text.windows +RegSetValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegSetValueW(%rip),%rax + jmp __sysv2nt6 + .endfn RegSetValue,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegSetValueW.s b/libc/nt/advapi32/RegSetValueW.s deleted file mode 100644 index 24e2d5b4b..000000000 --- a/libc/nt/advapi32/RegSetValueW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegSetValueW,RegSetValueW,1683 - - .text.windows -RegSetValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegSetValueW(%rip),%rax - jmp __sysv2nt6 - .endfn RegSetValue,globl - .previous diff --git a/libc/nt/advapi32/RegUnLoadKeyW.S b/libc/nt/advapi32/RegUnLoadKeyW.S new file mode 100644 index 000000000..d21fa435e --- /dev/null +++ b/libc/nt/advapi32/RegUnLoadKeyW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegUnLoadKeyW,RegUnLoadKeyW,0 + +#ifdef __x86_64__ + .text.windows +RegUnLoadKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegUnLoadKeyW(%rip),%rax + jmp __sysv2nt + .endfn RegUnLoadKey,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegUnLoadKeyW.s b/libc/nt/advapi32/RegUnLoadKeyW.s deleted file mode 100644 index 17b0bf3d5..000000000 --- a/libc/nt/advapi32/RegUnLoadKeyW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegUnLoadKeyW,RegUnLoadKeyW,0 - - .text.windows -RegUnLoadKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegUnLoadKeyW(%rip),%rax - jmp __sysv2nt - .endfn RegUnLoadKey,globl - .previous diff --git a/libc/nt/advapi32/RegisterEventSourceW.S b/libc/nt/advapi32/RegisterEventSourceW.S new file mode 100644 index 000000000..3082ef837 --- /dev/null +++ b/libc/nt/advapi32/RegisterEventSourceW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegisterEventSourceW,RegisterEventSourceW,1687 + +#ifdef __x86_64__ + .text.windows +RegisterEventSource: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegisterEventSourceW(%rip),%rax + jmp __sysv2nt + .endfn RegisterEventSource,globl + .previous +#endif diff --git a/libc/nt/advapi32/RegisterEventSourceW.s b/libc/nt/advapi32/RegisterEventSourceW.s deleted file mode 100644 index 02816012d..000000000 --- a/libc/nt/advapi32/RegisterEventSourceW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegisterEventSourceW,RegisterEventSourceW,1687 - - .text.windows -RegisterEventSource: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegisterEventSourceW(%rip),%rax - jmp __sysv2nt - .endfn RegisterEventSource,globl - .previous diff --git a/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.S b/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.S new file mode 100644 index 000000000..41542b0c1 --- /dev/null +++ b/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegisterServiceCtrlHandlerExW,RegisterServiceCtrlHandlerExW,1691 diff --git a/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.s b/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.s deleted file mode 100644 index 6d78f9e9e..000000000 --- a/libc/nt/advapi32/RegisterServiceCtrlHandlerExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegisterServiceCtrlHandlerExW,RegisterServiceCtrlHandlerExW,1691 diff --git a/libc/nt/advapi32/RegisterServiceCtrlHandlerW.S b/libc/nt/advapi32/RegisterServiceCtrlHandlerW.S new file mode 100644 index 000000000..c6a645cb2 --- /dev/null +++ b/libc/nt/advapi32/RegisterServiceCtrlHandlerW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegisterServiceCtrlHandlerW,RegisterServiceCtrlHandlerW,1692 diff --git a/libc/nt/advapi32/RegisterServiceCtrlHandlerW.s b/libc/nt/advapi32/RegisterServiceCtrlHandlerW.s deleted file mode 100644 index df69c1186..000000000 --- a/libc/nt/advapi32/RegisterServiceCtrlHandlerW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegisterServiceCtrlHandlerW,RegisterServiceCtrlHandlerW,1692 diff --git a/libc/nt/advapi32/RegisterTraceGuidsW.S b/libc/nt/advapi32/RegisterTraceGuidsW.S new file mode 100644 index 000000000..2ebef0bca --- /dev/null +++ b/libc/nt/advapi32/RegisterTraceGuidsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegisterTraceGuidsW,RegisterTraceGuidsW,0 diff --git a/libc/nt/advapi32/RegisterTraceGuidsW.s b/libc/nt/advapi32/RegisterTraceGuidsW.s deleted file mode 100644 index 7ea90582d..000000000 --- a/libc/nt/advapi32/RegisterTraceGuidsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegisterTraceGuidsW,RegisterTraceGuidsW,0 diff --git a/libc/nt/advapi32/RegisterWaitChainCOMCallback.S b/libc/nt/advapi32/RegisterWaitChainCOMCallback.S new file mode 100644 index 000000000..3d0b1fec0 --- /dev/null +++ b/libc/nt/advapi32/RegisterWaitChainCOMCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RegisterWaitChainCOMCallback,RegisterWaitChainCOMCallback,1695 diff --git a/libc/nt/advapi32/RegisterWaitChainCOMCallback.s b/libc/nt/advapi32/RegisterWaitChainCOMCallback.s deleted file mode 100644 index e2cfdbec1..000000000 --- a/libc/nt/advapi32/RegisterWaitChainCOMCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RegisterWaitChainCOMCallback,RegisterWaitChainCOMCallback,1695 diff --git a/libc/nt/advapi32/RemoveTraceCallback.S b/libc/nt/advapi32/RemoveTraceCallback.S new file mode 100644 index 000000000..0b665ecde --- /dev/null +++ b/libc/nt/advapi32/RemoveTraceCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RemoveTraceCallback,RemoveTraceCallback,0 diff --git a/libc/nt/advapi32/RemoveTraceCallback.s b/libc/nt/advapi32/RemoveTraceCallback.s deleted file mode 100644 index 56a533900..000000000 --- a/libc/nt/advapi32/RemoveTraceCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RemoveTraceCallback,RemoveTraceCallback,0 diff --git a/libc/nt/advapi32/RemoveUsersFromEncryptedFile.S b/libc/nt/advapi32/RemoveUsersFromEncryptedFile.S new file mode 100644 index 000000000..e190fa4e4 --- /dev/null +++ b/libc/nt/advapi32/RemoveUsersFromEncryptedFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RemoveUsersFromEncryptedFile,RemoveUsersFromEncryptedFile,1703 diff --git a/libc/nt/advapi32/RemoveUsersFromEncryptedFile.s b/libc/nt/advapi32/RemoveUsersFromEncryptedFile.s deleted file mode 100644 index 3f5d56935..000000000 --- a/libc/nt/advapi32/RemoveUsersFromEncryptedFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RemoveUsersFromEncryptedFile,RemoveUsersFromEncryptedFile,1703 diff --git a/libc/nt/advapi32/ReportEventA.S b/libc/nt/advapi32/ReportEventA.S new file mode 100644 index 000000000..88a22f7be --- /dev/null +++ b/libc/nt/advapi32/ReportEventA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ReportEventA,ReportEventA,0 + +#ifdef __x86_64__ + .text.windows +ReportEventA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReportEventA(%rip),%rax + jmp __sysv2nt10 + .endfn ReportEventA,globl + .previous +#endif diff --git a/libc/nt/advapi32/ReportEventA.s b/libc/nt/advapi32/ReportEventA.s deleted file mode 100644 index 2f2133b73..000000000 --- a/libc/nt/advapi32/ReportEventA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ReportEventA,ReportEventA,0 - - .text.windows -ReportEventA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReportEventA(%rip),%rax - jmp __sysv2nt10 - .endfn ReportEventA,globl - .previous diff --git a/libc/nt/advapi32/ReportEventW.S b/libc/nt/advapi32/ReportEventW.S new file mode 100644 index 000000000..59dbb536f --- /dev/null +++ b/libc/nt/advapi32/ReportEventW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_ReportEventW,ReportEventW,0 + +#ifdef __x86_64__ + .text.windows +ReportEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReportEventW(%rip),%rax + jmp __sysv2nt10 + .endfn ReportEvent,globl + .previous +#endif diff --git a/libc/nt/advapi32/ReportEventW.s b/libc/nt/advapi32/ReportEventW.s deleted file mode 100644 index e96ea8e7a..000000000 --- a/libc/nt/advapi32/ReportEventW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_ReportEventW,ReportEventW,0 - - .text.windows -ReportEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReportEventW(%rip),%rax - jmp __sysv2nt10 - .endfn ReportEvent,globl - .previous diff --git a/libc/nt/advapi32/RevertToSelf.S b/libc/nt/advapi32/RevertToSelf.S new file mode 100644 index 000000000..33dae85c9 --- /dev/null +++ b/libc/nt/advapi32/RevertToSelf.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_RevertToSelf,RevertToSelf,0 + +#ifdef __x86_64__ + .text.windows +RevertToSelf: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_RevertToSelf(%rip) + leave + ret + .endfn RevertToSelf,globl + .previous +#endif diff --git a/libc/nt/advapi32/RevertToSelf.s b/libc/nt/advapi32/RevertToSelf.s deleted file mode 100644 index 982195652..000000000 --- a/libc/nt/advapi32/RevertToSelf.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_RevertToSelf,RevertToSelf,0 - - .text.windows -RevertToSelf: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_RevertToSelf(%rip) - leave - ret - .endfn RevertToSelf,globl - .previous diff --git a/libc/nt/advapi32/SaferCloseLevel.S b/libc/nt/advapi32/SaferCloseLevel.S new file mode 100644 index 000000000..ca75e7038 --- /dev/null +++ b/libc/nt/advapi32/SaferCloseLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferCloseLevel,SaferCloseLevel,1708 diff --git a/libc/nt/advapi32/SaferCloseLevel.s b/libc/nt/advapi32/SaferCloseLevel.s deleted file mode 100644 index 6f1b8ec75..000000000 --- a/libc/nt/advapi32/SaferCloseLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferCloseLevel,SaferCloseLevel,1708 diff --git a/libc/nt/advapi32/SaferComputeTokenFromLevel.S b/libc/nt/advapi32/SaferComputeTokenFromLevel.S new file mode 100644 index 000000000..ea2c1cf65 --- /dev/null +++ b/libc/nt/advapi32/SaferComputeTokenFromLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferComputeTokenFromLevel,SaferComputeTokenFromLevel,1709 diff --git a/libc/nt/advapi32/SaferComputeTokenFromLevel.s b/libc/nt/advapi32/SaferComputeTokenFromLevel.s deleted file mode 100644 index fa9df8662..000000000 --- a/libc/nt/advapi32/SaferComputeTokenFromLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferComputeTokenFromLevel,SaferComputeTokenFromLevel,1709 diff --git a/libc/nt/advapi32/SaferCreateLevel.S b/libc/nt/advapi32/SaferCreateLevel.S new file mode 100644 index 000000000..bbc42d485 --- /dev/null +++ b/libc/nt/advapi32/SaferCreateLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferCreateLevel,SaferCreateLevel,1710 diff --git a/libc/nt/advapi32/SaferCreateLevel.s b/libc/nt/advapi32/SaferCreateLevel.s deleted file mode 100644 index f16098eed..000000000 --- a/libc/nt/advapi32/SaferCreateLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferCreateLevel,SaferCreateLevel,1710 diff --git a/libc/nt/advapi32/SaferGetLevelInformation.S b/libc/nt/advapi32/SaferGetLevelInformation.S new file mode 100644 index 000000000..81785b136 --- /dev/null +++ b/libc/nt/advapi32/SaferGetLevelInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferGetLevelInformation,SaferGetLevelInformation,1711 diff --git a/libc/nt/advapi32/SaferGetLevelInformation.s b/libc/nt/advapi32/SaferGetLevelInformation.s deleted file mode 100644 index 8c1a4a54b..000000000 --- a/libc/nt/advapi32/SaferGetLevelInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferGetLevelInformation,SaferGetLevelInformation,1711 diff --git a/libc/nt/advapi32/SaferGetPolicyInformation.S b/libc/nt/advapi32/SaferGetPolicyInformation.S new file mode 100644 index 000000000..3dea5b206 --- /dev/null +++ b/libc/nt/advapi32/SaferGetPolicyInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferGetPolicyInformation,SaferGetPolicyInformation,1712 diff --git a/libc/nt/advapi32/SaferGetPolicyInformation.s b/libc/nt/advapi32/SaferGetPolicyInformation.s deleted file mode 100644 index d4d72062a..000000000 --- a/libc/nt/advapi32/SaferGetPolicyInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferGetPolicyInformation,SaferGetPolicyInformation,1712 diff --git a/libc/nt/advapi32/SaferIdentifyLevel.S b/libc/nt/advapi32/SaferIdentifyLevel.S new file mode 100644 index 000000000..29580b3d8 --- /dev/null +++ b/libc/nt/advapi32/SaferIdentifyLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferIdentifyLevel,SaferIdentifyLevel,1713 diff --git a/libc/nt/advapi32/SaferIdentifyLevel.s b/libc/nt/advapi32/SaferIdentifyLevel.s deleted file mode 100644 index 0db7faccf..000000000 --- a/libc/nt/advapi32/SaferIdentifyLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferIdentifyLevel,SaferIdentifyLevel,1713 diff --git a/libc/nt/advapi32/SaferRecordEventLogEntry.S b/libc/nt/advapi32/SaferRecordEventLogEntry.S new file mode 100644 index 000000000..b413e690e --- /dev/null +++ b/libc/nt/advapi32/SaferRecordEventLogEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferRecordEventLogEntry,SaferRecordEventLogEntry,1714 diff --git a/libc/nt/advapi32/SaferRecordEventLogEntry.s b/libc/nt/advapi32/SaferRecordEventLogEntry.s deleted file mode 100644 index fb9cb7843..000000000 --- a/libc/nt/advapi32/SaferRecordEventLogEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferRecordEventLogEntry,SaferRecordEventLogEntry,1714 diff --git a/libc/nt/advapi32/SaferiIsExecutableFileType.S b/libc/nt/advapi32/SaferiIsExecutableFileType.S new file mode 100644 index 000000000..27f48546f --- /dev/null +++ b/libc/nt/advapi32/SaferiIsExecutableFileType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SaferiIsExecutableFileType,SaferiIsExecutableFileType,1720 diff --git a/libc/nt/advapi32/SaferiIsExecutableFileType.s b/libc/nt/advapi32/SaferiIsExecutableFileType.s deleted file mode 100644 index 7b4b04cec..000000000 --- a/libc/nt/advapi32/SaferiIsExecutableFileType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SaferiIsExecutableFileType,SaferiIsExecutableFileType,1720 diff --git a/libc/nt/advapi32/SetAclInformation.S b/libc/nt/advapi32/SetAclInformation.S new file mode 100644 index 000000000..7361ef5d9 --- /dev/null +++ b/libc/nt/advapi32/SetAclInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetAclInformation,SetAclInformation,0 diff --git a/libc/nt/advapi32/SetAclInformation.s b/libc/nt/advapi32/SetAclInformation.s deleted file mode 100644 index 731011743..000000000 --- a/libc/nt/advapi32/SetAclInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetAclInformation,SetAclInformation,0 diff --git a/libc/nt/advapi32/SetEntriesInAclW.S b/libc/nt/advapi32/SetEntriesInAclW.S new file mode 100644 index 000000000..7b94de9a2 --- /dev/null +++ b/libc/nt/advapi32/SetEntriesInAclW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetEntriesInAclW,SetEntriesInAclW,1729 diff --git a/libc/nt/advapi32/SetEntriesInAclW.s b/libc/nt/advapi32/SetEntriesInAclW.s deleted file mode 100644 index d362553ae..000000000 --- a/libc/nt/advapi32/SetEntriesInAclW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetEntriesInAclW,SetEntriesInAclW,1729 diff --git a/libc/nt/advapi32/SetFileSecurityW.S b/libc/nt/advapi32/SetFileSecurityW.S new file mode 100644 index 000000000..346fb34db --- /dev/null +++ b/libc/nt/advapi32/SetFileSecurityW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetFileSecurityW,SetFileSecurityW,0 diff --git a/libc/nt/advapi32/SetFileSecurityW.s b/libc/nt/advapi32/SetFileSecurityW.s deleted file mode 100644 index 7ede6d6d6..000000000 --- a/libc/nt/advapi32/SetFileSecurityW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetFileSecurityW,SetFileSecurityW,0 diff --git a/libc/nt/advapi32/SetKernelObjectSecurity.S b/libc/nt/advapi32/SetKernelObjectSecurity.S new file mode 100644 index 000000000..cd59ec534 --- /dev/null +++ b/libc/nt/advapi32/SetKernelObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetKernelObjectSecurity,SetKernelObjectSecurity,0 diff --git a/libc/nt/advapi32/SetKernelObjectSecurity.s b/libc/nt/advapi32/SetKernelObjectSecurity.s deleted file mode 100644 index aa8a17e7c..000000000 --- a/libc/nt/advapi32/SetKernelObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetKernelObjectSecurity,SetKernelObjectSecurity,0 diff --git a/libc/nt/advapi32/SetNamedSecurityInfoW.S b/libc/nt/advapi32/SetNamedSecurityInfoW.S new file mode 100644 index 000000000..5e1c26310 --- /dev/null +++ b/libc/nt/advapi32/SetNamedSecurityInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetNamedSecurityInfoW,SetNamedSecurityInfoW,1740 diff --git a/libc/nt/advapi32/SetNamedSecurityInfoW.s b/libc/nt/advapi32/SetNamedSecurityInfoW.s deleted file mode 100644 index a745c722b..000000000 --- a/libc/nt/advapi32/SetNamedSecurityInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetNamedSecurityInfoW,SetNamedSecurityInfoW,1740 diff --git a/libc/nt/advapi32/SetPrivateObjectSecurity.S b/libc/nt/advapi32/SetPrivateObjectSecurity.S new file mode 100644 index 000000000..d23964ac5 --- /dev/null +++ b/libc/nt/advapi32/SetPrivateObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetPrivateObjectSecurity,SetPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/SetPrivateObjectSecurity.s b/libc/nt/advapi32/SetPrivateObjectSecurity.s deleted file mode 100644 index afaf42cb0..000000000 --- a/libc/nt/advapi32/SetPrivateObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetPrivateObjectSecurity,SetPrivateObjectSecurity,0 diff --git a/libc/nt/advapi32/SetPrivateObjectSecurityEx.S b/libc/nt/advapi32/SetPrivateObjectSecurityEx.S new file mode 100644 index 000000000..f8846236e --- /dev/null +++ b/libc/nt/advapi32/SetPrivateObjectSecurityEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetPrivateObjectSecurityEx,SetPrivateObjectSecurityEx,0 diff --git a/libc/nt/advapi32/SetPrivateObjectSecurityEx.s b/libc/nt/advapi32/SetPrivateObjectSecurityEx.s deleted file mode 100644 index 7ff9e86d1..000000000 --- a/libc/nt/advapi32/SetPrivateObjectSecurityEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetPrivateObjectSecurityEx,SetPrivateObjectSecurityEx,0 diff --git a/libc/nt/advapi32/SetSecurityAccessMask.S b/libc/nt/advapi32/SetSecurityAccessMask.S new file mode 100644 index 000000000..b96d30a62 --- /dev/null +++ b/libc/nt/advapi32/SetSecurityAccessMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityAccessMask,SetSecurityAccessMask,0 diff --git a/libc/nt/advapi32/SetSecurityAccessMask.s b/libc/nt/advapi32/SetSecurityAccessMask.s deleted file mode 100644 index 3c11092a3..000000000 --- a/libc/nt/advapi32/SetSecurityAccessMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityAccessMask,SetSecurityAccessMask,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorControl.S b/libc/nt/advapi32/SetSecurityDescriptorControl.S new file mode 100644 index 000000000..7f223f213 --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorControl,SetSecurityDescriptorControl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorControl.s b/libc/nt/advapi32/SetSecurityDescriptorControl.s deleted file mode 100644 index 3e80d82d2..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorControl,SetSecurityDescriptorControl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorDacl.S b/libc/nt/advapi32/SetSecurityDescriptorDacl.S new file mode 100644 index 000000000..665cf995b --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorDacl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorDacl,SetSecurityDescriptorDacl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorDacl.s b/libc/nt/advapi32/SetSecurityDescriptorDacl.s deleted file mode 100644 index bcd7fd824..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorDacl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorDacl,SetSecurityDescriptorDacl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorGroup.S b/libc/nt/advapi32/SetSecurityDescriptorGroup.S new file mode 100644 index 000000000..44fc0d93a --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorGroup,SetSecurityDescriptorGroup,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorGroup.s b/libc/nt/advapi32/SetSecurityDescriptorGroup.s deleted file mode 100644 index 7864235af..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorGroup,SetSecurityDescriptorGroup,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorOwner.S b/libc/nt/advapi32/SetSecurityDescriptorOwner.S new file mode 100644 index 000000000..c4c23f1bb --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorOwner.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorOwner,SetSecurityDescriptorOwner,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorOwner.s b/libc/nt/advapi32/SetSecurityDescriptorOwner.s deleted file mode 100644 index a79b5db6a..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorOwner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorOwner,SetSecurityDescriptorOwner,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorRMControl.S b/libc/nt/advapi32/SetSecurityDescriptorRMControl.S new file mode 100644 index 000000000..538b65335 --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorRMControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorRMControl,SetSecurityDescriptorRMControl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorRMControl.s b/libc/nt/advapi32/SetSecurityDescriptorRMControl.s deleted file mode 100644 index 3efd72fc3..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorRMControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorRMControl,SetSecurityDescriptorRMControl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorSacl.S b/libc/nt/advapi32/SetSecurityDescriptorSacl.S new file mode 100644 index 000000000..cd8c5a042 --- /dev/null +++ b/libc/nt/advapi32/SetSecurityDescriptorSacl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityDescriptorSacl,SetSecurityDescriptorSacl,0 diff --git a/libc/nt/advapi32/SetSecurityDescriptorSacl.s b/libc/nt/advapi32/SetSecurityDescriptorSacl.s deleted file mode 100644 index 6ec1df794..000000000 --- a/libc/nt/advapi32/SetSecurityDescriptorSacl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityDescriptorSacl,SetSecurityDescriptorSacl,0 diff --git a/libc/nt/advapi32/SetSecurityInfo.S b/libc/nt/advapi32/SetSecurityInfo.S new file mode 100644 index 000000000..93bb3a182 --- /dev/null +++ b/libc/nt/advapi32/SetSecurityInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetSecurityInfo,SetSecurityInfo,1750 diff --git a/libc/nt/advapi32/SetSecurityInfo.s b/libc/nt/advapi32/SetSecurityInfo.s deleted file mode 100644 index b7dd323cf..000000000 --- a/libc/nt/advapi32/SetSecurityInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetSecurityInfo,SetSecurityInfo,1750 diff --git a/libc/nt/advapi32/SetServiceBits.S b/libc/nt/advapi32/SetServiceBits.S new file mode 100644 index 000000000..193dd0386 --- /dev/null +++ b/libc/nt/advapi32/SetServiceBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetServiceBits,SetServiceBits,1753 diff --git a/libc/nt/advapi32/SetServiceBits.s b/libc/nt/advapi32/SetServiceBits.s deleted file mode 100644 index e17cef023..000000000 --- a/libc/nt/advapi32/SetServiceBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetServiceBits,SetServiceBits,1753 diff --git a/libc/nt/advapi32/SetServiceObjectSecurity.S b/libc/nt/advapi32/SetServiceObjectSecurity.S new file mode 100644 index 000000000..2a4a1c430 --- /dev/null +++ b/libc/nt/advapi32/SetServiceObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetServiceObjectSecurity,SetServiceObjectSecurity,1754 diff --git a/libc/nt/advapi32/SetServiceObjectSecurity.s b/libc/nt/advapi32/SetServiceObjectSecurity.s deleted file mode 100644 index b6689f19c..000000000 --- a/libc/nt/advapi32/SetServiceObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetServiceObjectSecurity,SetServiceObjectSecurity,1754 diff --git a/libc/nt/advapi32/SetServiceStatus.S b/libc/nt/advapi32/SetServiceStatus.S new file mode 100644 index 000000000..c8204fe1a --- /dev/null +++ b/libc/nt/advapi32/SetServiceStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetServiceStatus,SetServiceStatus,1755 diff --git a/libc/nt/advapi32/SetServiceStatus.s b/libc/nt/advapi32/SetServiceStatus.s deleted file mode 100644 index ce17010d6..000000000 --- a/libc/nt/advapi32/SetServiceStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetServiceStatus,SetServiceStatus,1755 diff --git a/libc/nt/advapi32/SetThreadToken.S b/libc/nt/advapi32/SetThreadToken.S new file mode 100644 index 000000000..776fc5e23 --- /dev/null +++ b/libc/nt/advapi32/SetThreadToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetThreadToken,SetThreadToken,0 diff --git a/libc/nt/advapi32/SetThreadToken.s b/libc/nt/advapi32/SetThreadToken.s deleted file mode 100644 index 61c9258ae..000000000 --- a/libc/nt/advapi32/SetThreadToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetThreadToken,SetThreadToken,0 diff --git a/libc/nt/advapi32/SetTokenInformation.S b/libc/nt/advapi32/SetTokenInformation.S new file mode 100644 index 000000000..51283fa1c --- /dev/null +++ b/libc/nt/advapi32/SetTokenInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetTokenInformation,SetTokenInformation,0 diff --git a/libc/nt/advapi32/SetTokenInformation.s b/libc/nt/advapi32/SetTokenInformation.s deleted file mode 100644 index 5c812c23f..000000000 --- a/libc/nt/advapi32/SetTokenInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetTokenInformation,SetTokenInformation,0 diff --git a/libc/nt/advapi32/SetTraceCallback.S b/libc/nt/advapi32/SetTraceCallback.S new file mode 100644 index 000000000..d79820f32 --- /dev/null +++ b/libc/nt/advapi32/SetTraceCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetTraceCallback,SetTraceCallback,0 diff --git a/libc/nt/advapi32/SetTraceCallback.s b/libc/nt/advapi32/SetTraceCallback.s deleted file mode 100644 index bfbfc5826..000000000 --- a/libc/nt/advapi32/SetTraceCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetTraceCallback,SetTraceCallback,0 diff --git a/libc/nt/advapi32/SetUserFileEncryptionKey.S b/libc/nt/advapi32/SetUserFileEncryptionKey.S new file mode 100644 index 000000000..45bda63d6 --- /dev/null +++ b/libc/nt/advapi32/SetUserFileEncryptionKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SetUserFileEncryptionKey,SetUserFileEncryptionKey,1759 diff --git a/libc/nt/advapi32/SetUserFileEncryptionKey.s b/libc/nt/advapi32/SetUserFileEncryptionKey.s deleted file mode 100644 index db0e7e948..000000000 --- a/libc/nt/advapi32/SetUserFileEncryptionKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SetUserFileEncryptionKey,SetUserFileEncryptionKey,1759 diff --git a/libc/nt/advapi32/StartServiceCtrlDispatcherW.S b/libc/nt/advapi32/StartServiceCtrlDispatcherW.S new file mode 100644 index 000000000..0c4b9d088 --- /dev/null +++ b/libc/nt/advapi32/StartServiceCtrlDispatcherW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_StartServiceCtrlDispatcherW,StartServiceCtrlDispatcherW,1763 diff --git a/libc/nt/advapi32/StartServiceCtrlDispatcherW.s b/libc/nt/advapi32/StartServiceCtrlDispatcherW.s deleted file mode 100644 index e41167476..000000000 --- a/libc/nt/advapi32/StartServiceCtrlDispatcherW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_StartServiceCtrlDispatcherW,StartServiceCtrlDispatcherW,1763 diff --git a/libc/nt/advapi32/StartServiceW.S b/libc/nt/advapi32/StartServiceW.S new file mode 100644 index 000000000..b66c9c079 --- /dev/null +++ b/libc/nt/advapi32/StartServiceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_StartServiceW,StartServiceW,1764 diff --git a/libc/nt/advapi32/StartServiceW.s b/libc/nt/advapi32/StartServiceW.s deleted file mode 100644 index 6ad6e8766..000000000 --- a/libc/nt/advapi32/StartServiceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_StartServiceW,StartServiceW,1764 diff --git a/libc/nt/advapi32/StartTraceW.S b/libc/nt/advapi32/StartTraceW.S new file mode 100644 index 000000000..eebbe49c1 --- /dev/null +++ b/libc/nt/advapi32/StartTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_StartTraceW,StartTraceW,1766 diff --git a/libc/nt/advapi32/StartTraceW.s b/libc/nt/advapi32/StartTraceW.s deleted file mode 100644 index 5aafb5fa4..000000000 --- a/libc/nt/advapi32/StartTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_StartTraceW,StartTraceW,1766 diff --git a/libc/nt/advapi32/StopTraceW.S b/libc/nt/advapi32/StopTraceW.S new file mode 100644 index 000000000..967a8f2d5 --- /dev/null +++ b/libc/nt/advapi32/StopTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_StopTraceW,StopTraceW,1768 diff --git a/libc/nt/advapi32/StopTraceW.s b/libc/nt/advapi32/StopTraceW.s deleted file mode 100644 index 465fe98f0..000000000 --- a/libc/nt/advapi32/StopTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_StopTraceW,StopTraceW,1768 diff --git a/libc/nt/advapi32/SystemFunction036.S b/libc/nt/advapi32/SystemFunction036.S new file mode 100644 index 000000000..4d59cbdbc --- /dev/null +++ b/libc/nt/advapi32/SystemFunction036.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SystemFunction036,SystemFunction036,0 + +#ifdef __x86_64__ + .text.windows +RtlGenRandom: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SystemFunction036(%rip),%rax + jmp __sysv2nt + .endfn RtlGenRandom,globl + .previous +#endif diff --git a/libc/nt/advapi32/SystemFunction036.s b/libc/nt/advapi32/SystemFunction036.s deleted file mode 100644 index 706b5abe7..000000000 --- a/libc/nt/advapi32/SystemFunction036.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SystemFunction036,SystemFunction036,0 - - .text.windows -RtlGenRandom: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SystemFunction036(%rip),%rax - jmp __sysv2nt - .endfn RtlGenRandom,globl - .previous diff --git a/libc/nt/advapi32/SystemFunction040.S b/libc/nt/advapi32/SystemFunction040.S new file mode 100644 index 000000000..896b446f2 --- /dev/null +++ b/libc/nt/advapi32/SystemFunction040.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SystemFunction040,SystemFunction040,0 diff --git a/libc/nt/advapi32/SystemFunction040.s b/libc/nt/advapi32/SystemFunction040.s deleted file mode 100644 index 26d0ff378..000000000 --- a/libc/nt/advapi32/SystemFunction040.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SystemFunction040,SystemFunction040,0 diff --git a/libc/nt/advapi32/SystemFunction041.S b/libc/nt/advapi32/SystemFunction041.S new file mode 100644 index 000000000..0c4defba7 --- /dev/null +++ b/libc/nt/advapi32/SystemFunction041.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_SystemFunction041,SystemFunction041,0 diff --git a/libc/nt/advapi32/SystemFunction041.s b/libc/nt/advapi32/SystemFunction041.s deleted file mode 100644 index d0cf2f57e..000000000 --- a/libc/nt/advapi32/SystemFunction041.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_SystemFunction041,SystemFunction041,0 diff --git a/libc/nt/advapi32/TraceEvent.S b/libc/nt/advapi32/TraceEvent.S new file mode 100644 index 000000000..10dd0486e --- /dev/null +++ b/libc/nt/advapi32/TraceEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TraceEvent,TraceEvent,0 diff --git a/libc/nt/advapi32/TraceEvent.s b/libc/nt/advapi32/TraceEvent.s deleted file mode 100644 index 90ab9d973..000000000 --- a/libc/nt/advapi32/TraceEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TraceEvent,TraceEvent,0 diff --git a/libc/nt/advapi32/TraceEventInstance.S b/libc/nt/advapi32/TraceEventInstance.S new file mode 100644 index 000000000..2295612b3 --- /dev/null +++ b/libc/nt/advapi32/TraceEventInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TraceEventInstance,TraceEventInstance,0 diff --git a/libc/nt/advapi32/TraceEventInstance.s b/libc/nt/advapi32/TraceEventInstance.s deleted file mode 100644 index d54ef4fcd..000000000 --- a/libc/nt/advapi32/TraceEventInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TraceEventInstance,TraceEventInstance,0 diff --git a/libc/nt/advapi32/TraceMessage.S b/libc/nt/advapi32/TraceMessage.S new file mode 100644 index 000000000..300d68c34 --- /dev/null +++ b/libc/nt/advapi32/TraceMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TraceMessage,TraceMessage,0 diff --git a/libc/nt/advapi32/TraceMessage.s b/libc/nt/advapi32/TraceMessage.s deleted file mode 100644 index 41fdeb6b1..000000000 --- a/libc/nt/advapi32/TraceMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TraceMessage,TraceMessage,0 diff --git a/libc/nt/advapi32/TraceMessageVa.S b/libc/nt/advapi32/TraceMessageVa.S new file mode 100644 index 000000000..0c4c162f9 --- /dev/null +++ b/libc/nt/advapi32/TraceMessageVa.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TraceMessageVa,TraceMessageVa,0 diff --git a/libc/nt/advapi32/TraceMessageVa.s b/libc/nt/advapi32/TraceMessageVa.s deleted file mode 100644 index 95d0ccddb..000000000 --- a/libc/nt/advapi32/TraceMessageVa.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TraceMessageVa,TraceMessageVa,0 diff --git a/libc/nt/advapi32/TraceSetInformation.S b/libc/nt/advapi32/TraceSetInformation.S new file mode 100644 index 000000000..cd0ec563d --- /dev/null +++ b/libc/nt/advapi32/TraceSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TraceSetInformation,TraceSetInformation,1812 diff --git a/libc/nt/advapi32/TraceSetInformation.s b/libc/nt/advapi32/TraceSetInformation.s deleted file mode 100644 index 080e34155..000000000 --- a/libc/nt/advapi32/TraceSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TraceSetInformation,TraceSetInformation,1812 diff --git a/libc/nt/advapi32/TreeResetNamedSecurityInfoW.S b/libc/nt/advapi32/TreeResetNamedSecurityInfoW.S new file mode 100644 index 000000000..b3f1618c3 --- /dev/null +++ b/libc/nt/advapi32/TreeResetNamedSecurityInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TreeResetNamedSecurityInfoW,TreeResetNamedSecurityInfoW,1814 diff --git a/libc/nt/advapi32/TreeResetNamedSecurityInfoW.s b/libc/nt/advapi32/TreeResetNamedSecurityInfoW.s deleted file mode 100644 index ad65ccdc8..000000000 --- a/libc/nt/advapi32/TreeResetNamedSecurityInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TreeResetNamedSecurityInfoW,TreeResetNamedSecurityInfoW,1814 diff --git a/libc/nt/advapi32/TreeSetNamedSecurityInfoW.S b/libc/nt/advapi32/TreeSetNamedSecurityInfoW.S new file mode 100644 index 000000000..8fb0ab9d6 --- /dev/null +++ b/libc/nt/advapi32/TreeSetNamedSecurityInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_TreeSetNamedSecurityInfoW,TreeSetNamedSecurityInfoW,1816 diff --git a/libc/nt/advapi32/TreeSetNamedSecurityInfoW.s b/libc/nt/advapi32/TreeSetNamedSecurityInfoW.s deleted file mode 100644 index 6444cd854..000000000 --- a/libc/nt/advapi32/TreeSetNamedSecurityInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_TreeSetNamedSecurityInfoW,TreeSetNamedSecurityInfoW,1816 diff --git a/libc/nt/advapi32/UninstallApplication.S b/libc/nt/advapi32/UninstallApplication.S new file mode 100644 index 000000000..72126664b --- /dev/null +++ b/libc/nt/advapi32/UninstallApplication.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_UninstallApplication,UninstallApplication,1819 diff --git a/libc/nt/advapi32/UninstallApplication.s b/libc/nt/advapi32/UninstallApplication.s deleted file mode 100644 index 07ea710c6..000000000 --- a/libc/nt/advapi32/UninstallApplication.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_UninstallApplication,UninstallApplication,1819 diff --git a/libc/nt/advapi32/UnlockServiceDatabase.S b/libc/nt/advapi32/UnlockServiceDatabase.S new file mode 100644 index 000000000..578b7358d --- /dev/null +++ b/libc/nt/advapi32/UnlockServiceDatabase.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_UnlockServiceDatabase,UnlockServiceDatabase,1820 diff --git a/libc/nt/advapi32/UnlockServiceDatabase.s b/libc/nt/advapi32/UnlockServiceDatabase.s deleted file mode 100644 index 235fd1e1b..000000000 --- a/libc/nt/advapi32/UnlockServiceDatabase.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_UnlockServiceDatabase,UnlockServiceDatabase,1820 diff --git a/libc/nt/advapi32/UnregisterTraceGuids.S b/libc/nt/advapi32/UnregisterTraceGuids.S new file mode 100644 index 000000000..ced8f3832 --- /dev/null +++ b/libc/nt/advapi32/UnregisterTraceGuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_UnregisterTraceGuids,UnregisterTraceGuids,0 diff --git a/libc/nt/advapi32/UnregisterTraceGuids.s b/libc/nt/advapi32/UnregisterTraceGuids.s deleted file mode 100644 index e651499bc..000000000 --- a/libc/nt/advapi32/UnregisterTraceGuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_UnregisterTraceGuids,UnregisterTraceGuids,0 diff --git a/libc/nt/advapi32/UpdateTraceW.S b/libc/nt/advapi32/UpdateTraceW.S new file mode 100644 index 000000000..c57f4540f --- /dev/null +++ b/libc/nt/advapi32/UpdateTraceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp advapi32,__imp_UpdateTraceW,UpdateTraceW,1824 diff --git a/libc/nt/advapi32/UpdateTraceW.s b/libc/nt/advapi32/UpdateTraceW.s deleted file mode 100644 index aea02175d..000000000 --- a/libc/nt/advapi32/UpdateTraceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp advapi32,__imp_UpdateTraceW,UpdateTraceW,1824 diff --git a/libc/nt/codegen.sh b/libc/nt/codegen.sh index 35e3f46f0..36f5ab217 100644 --- a/libc/nt/codegen.sh +++ b/libc/nt/codegen.sh @@ -20,7 +20,7 @@ MADEDIRS= mkdir -p libc/nt/kernel32 && touch libc/nt/kernel32/boop.s && - rm -f libc/nt/*/*.s || + rm -f libc/nt/*/*.s libc/nt/*/*.S || exit imp() { @@ -36,10 +36,10 @@ imp() { { # Generate Portable Executable import data structures if [ "$DLL" = "ntdll" ]; then - echo ".include \"o/libc/nt/ntdllimport.inc\"" - echo ".ntimp $ACTUAL" + echo "#include \"libc/nt/ntdllimport.h\"" + echo ".ntimp $ACTUAL,$NAME" else - echo ".include \"o/libc/nt/codegen.inc\"" + echo "#include \"libc/nt/codegen.h\"" echo ".imp $DLL,__imp_$ACTUAL,$ACTUAL,$HINT" fi @@ -56,11 +56,12 @@ imp() { 13|14) thunk "$NAME" "$ACTUAL" __sysv2nt14 "$NAME" ;; esac fi - } >libc/nt/$DLL/$ACTUAL.s + } >libc/nt/$DLL/$ACTUAL.S } thunk() { printf ' +#ifdef __x86_64__ .text.windows %s: push %%rbp @@ -70,11 +71,13 @@ thunk() { jmp %s .endfn %s,globl .previous +#endif ' "$@" } thunk0() { printf ' +#ifdef __x86_64__ .text.windows %s: push %%rbp @@ -86,11 +89,13 @@ thunk0() { ret .endfn %s,globl .previous +#endif ' "$@" } thunk1() { printf ' +#ifdef __x86_64__ .text.windows %s: push %%rbp @@ -103,5 +108,6 @@ thunk1() { ret .endfn %s,globl .previous +#endif ' "$@" } diff --git a/libc/nt/comdlg32/ChooseColorW.S b/libc/nt/comdlg32/ChooseColorW.S new file mode 100644 index 000000000..c21037428 --- /dev/null +++ b/libc/nt/comdlg32/ChooseColorW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_ChooseColorW,ChooseColorW,103 + +#ifdef __x86_64__ + .text.windows +ChooseColor: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ChooseColorW(%rip) + leave + ret + .endfn ChooseColor,globl + .previous +#endif diff --git a/libc/nt/comdlg32/ChooseColorW.s b/libc/nt/comdlg32/ChooseColorW.s deleted file mode 100644 index 7dfd2a463..000000000 --- a/libc/nt/comdlg32/ChooseColorW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_ChooseColorW,ChooseColorW,103 - - .text.windows -ChooseColor: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ChooseColorW(%rip) - leave - ret - .endfn ChooseColor,globl - .previous diff --git a/libc/nt/comdlg32/ChooseFontW.S b/libc/nt/comdlg32/ChooseFontW.S new file mode 100644 index 000000000..4e8ee1fc5 --- /dev/null +++ b/libc/nt/comdlg32/ChooseFontW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_ChooseFontW,ChooseFontW,105 + +#ifdef __x86_64__ + .text.windows +ChooseFont: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ChooseFontW(%rip) + leave + ret + .endfn ChooseFont,globl + .previous +#endif diff --git a/libc/nt/comdlg32/ChooseFontW.s b/libc/nt/comdlg32/ChooseFontW.s deleted file mode 100644 index e1b761df0..000000000 --- a/libc/nt/comdlg32/ChooseFontW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_ChooseFontW,ChooseFontW,105 - - .text.windows -ChooseFont: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ChooseFontW(%rip) - leave - ret - .endfn ChooseFont,globl - .previous diff --git a/libc/nt/comdlg32/CommDlgExtendedError.S b/libc/nt/comdlg32/CommDlgExtendedError.S new file mode 100644 index 000000000..4f6a6864f --- /dev/null +++ b/libc/nt/comdlg32/CommDlgExtendedError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_CommDlgExtendedError,CommDlgExtendedError,106 diff --git a/libc/nt/comdlg32/CommDlgExtendedError.s b/libc/nt/comdlg32/CommDlgExtendedError.s deleted file mode 100644 index 91c45d692..000000000 --- a/libc/nt/comdlg32/CommDlgExtendedError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_CommDlgExtendedError,CommDlgExtendedError,106 diff --git a/libc/nt/comdlg32/DllCanUnloadNow.S b/libc/nt/comdlg32/DllCanUnloadNow.S new file mode 100644 index 000000000..07106dc17 --- /dev/null +++ b/libc/nt/comdlg32/DllCanUnloadNow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_DllCanUnloadNow,DllCanUnloadNow,107 diff --git a/libc/nt/comdlg32/DllCanUnloadNow.s b/libc/nt/comdlg32/DllCanUnloadNow.s deleted file mode 100644 index 3dfb5406f..000000000 --- a/libc/nt/comdlg32/DllCanUnloadNow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_DllCanUnloadNow,DllCanUnloadNow,107 diff --git a/libc/nt/comdlg32/DllGetClassObject.S b/libc/nt/comdlg32/DllGetClassObject.S new file mode 100644 index 000000000..ba4e1506a --- /dev/null +++ b/libc/nt/comdlg32/DllGetClassObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_DllGetClassObject,DllGetClassObject,108 diff --git a/libc/nt/comdlg32/DllGetClassObject.s b/libc/nt/comdlg32/DllGetClassObject.s deleted file mode 100644 index f84417645..000000000 --- a/libc/nt/comdlg32/DllGetClassObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_DllGetClassObject,DllGetClassObject,108 diff --git a/libc/nt/comdlg32/FindTextW.S b/libc/nt/comdlg32/FindTextW.S new file mode 100644 index 000000000..7acc445e2 --- /dev/null +++ b/libc/nt/comdlg32/FindTextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_FindTextW,FindTextW,110 diff --git a/libc/nt/comdlg32/FindTextW.s b/libc/nt/comdlg32/FindTextW.s deleted file mode 100644 index fa42edeae..000000000 --- a/libc/nt/comdlg32/FindTextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_FindTextW,FindTextW,110 diff --git a/libc/nt/comdlg32/GetFileTitleW.S b/libc/nt/comdlg32/GetFileTitleW.S new file mode 100644 index 000000000..0f9bfb05f --- /dev/null +++ b/libc/nt/comdlg32/GetFileTitleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_GetFileTitleW,GetFileTitleW,112 + +#ifdef __x86_64__ + .text.windows +GetFileTitle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileTitleW(%rip),%rax + jmp __sysv2nt + .endfn GetFileTitle,globl + .previous +#endif diff --git a/libc/nt/comdlg32/GetFileTitleW.s b/libc/nt/comdlg32/GetFileTitleW.s deleted file mode 100644 index 718e43bd0..000000000 --- a/libc/nt/comdlg32/GetFileTitleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_GetFileTitleW,GetFileTitleW,112 - - .text.windows -GetFileTitle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileTitleW(%rip),%rax - jmp __sysv2nt - .endfn GetFileTitle,globl - .previous diff --git a/libc/nt/comdlg32/GetOpenFileNameW.S b/libc/nt/comdlg32/GetOpenFileNameW.S new file mode 100644 index 000000000..ea87c17ce --- /dev/null +++ b/libc/nt/comdlg32/GetOpenFileNameW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_GetOpenFileNameW,GetOpenFileNameW,114 + +#ifdef __x86_64__ + .text.windows +GetOpenFileName: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetOpenFileNameW(%rip) + leave + ret + .endfn GetOpenFileName,globl + .previous +#endif diff --git a/libc/nt/comdlg32/GetOpenFileNameW.s b/libc/nt/comdlg32/GetOpenFileNameW.s deleted file mode 100644 index 13d2d6fe9..000000000 --- a/libc/nt/comdlg32/GetOpenFileNameW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_GetOpenFileNameW,GetOpenFileNameW,114 - - .text.windows -GetOpenFileName: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetOpenFileNameW(%rip) - leave - ret - .endfn GetOpenFileName,globl - .previous diff --git a/libc/nt/comdlg32/GetSaveFileNameW.S b/libc/nt/comdlg32/GetSaveFileNameW.S new file mode 100644 index 000000000..61915419a --- /dev/null +++ b/libc/nt/comdlg32/GetSaveFileNameW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_GetSaveFileNameW,GetSaveFileNameW,116 + +#ifdef __x86_64__ + .text.windows +GetSaveFileName: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetSaveFileNameW(%rip) + leave + ret + .endfn GetSaveFileName,globl + .previous +#endif diff --git a/libc/nt/comdlg32/GetSaveFileNameW.s b/libc/nt/comdlg32/GetSaveFileNameW.s deleted file mode 100644 index f7fe50f64..000000000 --- a/libc/nt/comdlg32/GetSaveFileNameW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_GetSaveFileNameW,GetSaveFileNameW,116 - - .text.windows -GetSaveFileName: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetSaveFileNameW(%rip) - leave - ret - .endfn GetSaveFileName,globl - .previous diff --git a/libc/nt/comdlg32/LoadAlterBitmap.S b/libc/nt/comdlg32/LoadAlterBitmap.S new file mode 100644 index 000000000..b0cdde775 --- /dev/null +++ b/libc/nt/comdlg32/LoadAlterBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_LoadAlterBitmap,LoadAlterBitmap,117 diff --git a/libc/nt/comdlg32/LoadAlterBitmap.s b/libc/nt/comdlg32/LoadAlterBitmap.s deleted file mode 100644 index d5946c0ca..000000000 --- a/libc/nt/comdlg32/LoadAlterBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_LoadAlterBitmap,LoadAlterBitmap,117 diff --git a/libc/nt/comdlg32/PageSetupDlgW.S b/libc/nt/comdlg32/PageSetupDlgW.S new file mode 100644 index 000000000..ecb78c8be --- /dev/null +++ b/libc/nt/comdlg32/PageSetupDlgW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_PageSetupDlgW,PageSetupDlgW,119 diff --git a/libc/nt/comdlg32/PageSetupDlgW.s b/libc/nt/comdlg32/PageSetupDlgW.s deleted file mode 100644 index 03500c965..000000000 --- a/libc/nt/comdlg32/PageSetupDlgW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_PageSetupDlgW,PageSetupDlgW,119 diff --git a/libc/nt/comdlg32/PrintDlgExW.S b/libc/nt/comdlg32/PrintDlgExW.S new file mode 100644 index 000000000..925b6508f --- /dev/null +++ b/libc/nt/comdlg32/PrintDlgExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_PrintDlgExW,PrintDlgExW,122 diff --git a/libc/nt/comdlg32/PrintDlgExW.s b/libc/nt/comdlg32/PrintDlgExW.s deleted file mode 100644 index 97939f13f..000000000 --- a/libc/nt/comdlg32/PrintDlgExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_PrintDlgExW,PrintDlgExW,122 diff --git a/libc/nt/comdlg32/PrintDlgW.S b/libc/nt/comdlg32/PrintDlgW.S new file mode 100644 index 000000000..d6c16cc31 --- /dev/null +++ b/libc/nt/comdlg32/PrintDlgW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_PrintDlgW,PrintDlgW,123 + +#ifdef __x86_64__ + .text.windows +PrintDlg: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_PrintDlgW(%rip) + leave + ret + .endfn PrintDlg,globl + .previous +#endif diff --git a/libc/nt/comdlg32/PrintDlgW.s b/libc/nt/comdlg32/PrintDlgW.s deleted file mode 100644 index 8474e6aa3..000000000 --- a/libc/nt/comdlg32/PrintDlgW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_PrintDlgW,PrintDlgW,123 - - .text.windows -PrintDlg: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_PrintDlgW(%rip) - leave - ret - .endfn PrintDlg,globl - .previous diff --git a/libc/nt/comdlg32/ReplaceTextW.S b/libc/nt/comdlg32/ReplaceTextW.S new file mode 100644 index 000000000..725947cb0 --- /dev/null +++ b/libc/nt/comdlg32/ReplaceTextW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_ReplaceTextW,ReplaceTextW,125 + +#ifdef __x86_64__ + .text.windows +ReplaceText: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ReplaceTextW(%rip) + leave + ret + .endfn ReplaceText,globl + .previous +#endif diff --git a/libc/nt/comdlg32/ReplaceTextW.s b/libc/nt/comdlg32/ReplaceTextW.s deleted file mode 100644 index c91fe2f7b..000000000 --- a/libc/nt/comdlg32/ReplaceTextW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_ReplaceTextW,ReplaceTextW,125 - - .text.windows -ReplaceText: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ReplaceTextW(%rip) - leave - ret - .endfn ReplaceText,globl - .previous diff --git a/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.S b/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.S new file mode 100644 index 000000000..91c0be94f --- /dev/null +++ b/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_Ssync_ANSI_UNICODE_Struct_For_WOW,Ssync_ANSI_UNICODE_Struct_For_WOW,126 diff --git a/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.s b/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.s deleted file mode 100644 index f1594a8c0..000000000 --- a/libc/nt/comdlg32/Ssync_ANSI_UNICODE_Struct_For_WOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_Ssync_ANSI_UNICODE_Struct_For_WOW,Ssync_ANSI_UNICODE_Struct_For_WOW,126 diff --git a/libc/nt/comdlg32/WantArrows.S b/libc/nt/comdlg32/WantArrows.S new file mode 100644 index 000000000..63235fa0c --- /dev/null +++ b/libc/nt/comdlg32/WantArrows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp comdlg32,__imp_WantArrows,WantArrows,127 diff --git a/libc/nt/comdlg32/WantArrows.s b/libc/nt/comdlg32/WantArrows.s deleted file mode 100644 index 4116b04d4..000000000 --- a/libc/nt/comdlg32/WantArrows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp comdlg32,__imp_WantArrows,WantArrows,127 diff --git a/libc/nt/efi.h b/libc/nt/efi.h index 8d2750068..b17718489 100644 --- a/libc/nt/efi.h +++ b/libc/nt/efi.h @@ -107,7 +107,8 @@ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ -#if defined(__GNUC__) && __GNUC__ >= 6 && !defined(__chibicc__) +#if defined(__GNUC__) && __GNUC__ >= 6 && !defined(__chibicc__) && \ + defined(__x86_64__) #define EFIAPI __attribute__((__ms_abi__)) #else #define EFIAPI /* TODO(jart): fix me */ diff --git a/libc/nt/gdi32/AbortDoc.S b/libc/nt/gdi32/AbortDoc.S new file mode 100644 index 000000000..825045c89 --- /dev/null +++ b/libc/nt/gdi32/AbortDoc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AbortDoc,AbortDoc,1011 diff --git a/libc/nt/gdi32/AbortDoc.s b/libc/nt/gdi32/AbortDoc.s deleted file mode 100644 index ffdebc824..000000000 --- a/libc/nt/gdi32/AbortDoc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AbortDoc,AbortDoc,1011 diff --git a/libc/nt/gdi32/AbortPath.S b/libc/nt/gdi32/AbortPath.S new file mode 100644 index 000000000..1e8969870 --- /dev/null +++ b/libc/nt/gdi32/AbortPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AbortPath,AbortPath,1012 diff --git a/libc/nt/gdi32/AbortPath.s b/libc/nt/gdi32/AbortPath.s deleted file mode 100644 index f5d0eca62..000000000 --- a/libc/nt/gdi32/AbortPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AbortPath,AbortPath,1012 diff --git a/libc/nt/gdi32/AddFontMemResourceEx.S b/libc/nt/gdi32/AddFontMemResourceEx.S new file mode 100644 index 000000000..8ac85f67a --- /dev/null +++ b/libc/nt/gdi32/AddFontMemResourceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AddFontMemResourceEx,AddFontMemResourceEx,1017 diff --git a/libc/nt/gdi32/AddFontMemResourceEx.s b/libc/nt/gdi32/AddFontMemResourceEx.s deleted file mode 100644 index 7059eba5e..000000000 --- a/libc/nt/gdi32/AddFontMemResourceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AddFontMemResourceEx,AddFontMemResourceEx,1017 diff --git a/libc/nt/gdi32/AddFontResourceExW.S b/libc/nt/gdi32/AddFontResourceExW.S new file mode 100644 index 000000000..20736fdae --- /dev/null +++ b/libc/nt/gdi32/AddFontResourceExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AddFontResourceExW,AddFontResourceExW,1020 diff --git a/libc/nt/gdi32/AddFontResourceExW.s b/libc/nt/gdi32/AddFontResourceExW.s deleted file mode 100644 index eac64f237..000000000 --- a/libc/nt/gdi32/AddFontResourceExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AddFontResourceExW,AddFontResourceExW,1020 diff --git a/libc/nt/gdi32/AddFontResourceTracking.S b/libc/nt/gdi32/AddFontResourceTracking.S new file mode 100644 index 000000000..62497a6dd --- /dev/null +++ b/libc/nt/gdi32/AddFontResourceTracking.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AddFontResourceTracking,AddFontResourceTracking,1021 diff --git a/libc/nt/gdi32/AddFontResourceTracking.s b/libc/nt/gdi32/AddFontResourceTracking.s deleted file mode 100644 index c463bfecb..000000000 --- a/libc/nt/gdi32/AddFontResourceTracking.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AddFontResourceTracking,AddFontResourceTracking,1021 diff --git a/libc/nt/gdi32/AddFontResourceW.S b/libc/nt/gdi32/AddFontResourceW.S new file mode 100644 index 000000000..49d1975ca --- /dev/null +++ b/libc/nt/gdi32/AddFontResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AddFontResourceW,AddFontResourceW,1022 diff --git a/libc/nt/gdi32/AddFontResourceW.s b/libc/nt/gdi32/AddFontResourceW.s deleted file mode 100644 index 5bece6fd3..000000000 --- a/libc/nt/gdi32/AddFontResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AddFontResourceW,AddFontResourceW,1022 diff --git a/libc/nt/gdi32/AngleArc.S b/libc/nt/gdi32/AngleArc.S new file mode 100644 index 000000000..a06edbef8 --- /dev/null +++ b/libc/nt/gdi32/AngleArc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AngleArc,AngleArc,1023 diff --git a/libc/nt/gdi32/AngleArc.s b/libc/nt/gdi32/AngleArc.s deleted file mode 100644 index 80836d143..000000000 --- a/libc/nt/gdi32/AngleArc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AngleArc,AngleArc,1023 diff --git a/libc/nt/gdi32/AnimatePalette.S b/libc/nt/gdi32/AnimatePalette.S new file mode 100644 index 000000000..f719e6f5a --- /dev/null +++ b/libc/nt/gdi32/AnimatePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AnimatePalette,AnimatePalette,1024 diff --git a/libc/nt/gdi32/AnimatePalette.s b/libc/nt/gdi32/AnimatePalette.s deleted file mode 100644 index 267dae2c9..000000000 --- a/libc/nt/gdi32/AnimatePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AnimatePalette,AnimatePalette,1024 diff --git a/libc/nt/gdi32/AnyLinkedFonts.S b/libc/nt/gdi32/AnyLinkedFonts.S new file mode 100644 index 000000000..e49b3e02a --- /dev/null +++ b/libc/nt/gdi32/AnyLinkedFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_AnyLinkedFonts,AnyLinkedFonts,1025 diff --git a/libc/nt/gdi32/AnyLinkedFonts.s b/libc/nt/gdi32/AnyLinkedFonts.s deleted file mode 100644 index 6dfa2c5e0..000000000 --- a/libc/nt/gdi32/AnyLinkedFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_AnyLinkedFonts,AnyLinkedFonts,1025 diff --git a/libc/nt/gdi32/Arc.S b/libc/nt/gdi32/Arc.S new file mode 100644 index 000000000..d74bdd6a5 --- /dev/null +++ b/libc/nt/gdi32/Arc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Arc,Arc,1026 diff --git a/libc/nt/gdi32/Arc.s b/libc/nt/gdi32/Arc.s deleted file mode 100644 index ca20b2c10..000000000 --- a/libc/nt/gdi32/Arc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Arc,Arc,1026 diff --git a/libc/nt/gdi32/ArcTo.S b/libc/nt/gdi32/ArcTo.S new file mode 100644 index 000000000..27001b844 --- /dev/null +++ b/libc/nt/gdi32/ArcTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ArcTo,ArcTo,1027 diff --git a/libc/nt/gdi32/ArcTo.s b/libc/nt/gdi32/ArcTo.s deleted file mode 100644 index 1eee2089c..000000000 --- a/libc/nt/gdi32/ArcTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ArcTo,ArcTo,1027 diff --git a/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.S b/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.S new file mode 100644 index 000000000..042288f11 --- /dev/null +++ b/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BRUSHOBJ_hGetColorTransform,BRUSHOBJ_hGetColorTransform,1028 diff --git a/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.s b/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.s deleted file mode 100644 index 2b5800300..000000000 --- a/libc/nt/gdi32/BRUSHOBJ_hGetColorTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BRUSHOBJ_hGetColorTransform,BRUSHOBJ_hGetColorTransform,1028 diff --git a/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.S b/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.S new file mode 100644 index 000000000..946a0d753 --- /dev/null +++ b/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BRUSHOBJ_pvAllocRbrush,BRUSHOBJ_pvAllocRbrush,1029 diff --git a/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.s b/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.s deleted file mode 100644 index ce046b164..000000000 --- a/libc/nt/gdi32/BRUSHOBJ_pvAllocRbrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BRUSHOBJ_pvAllocRbrush,BRUSHOBJ_pvAllocRbrush,1029 diff --git a/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.S b/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.S new file mode 100644 index 000000000..cafdd4437 --- /dev/null +++ b/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BRUSHOBJ_pvGetRbrush,BRUSHOBJ_pvGetRbrush,1030 diff --git a/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.s b/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.s deleted file mode 100644 index 35cc7081d..000000000 --- a/libc/nt/gdi32/BRUSHOBJ_pvGetRbrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BRUSHOBJ_pvGetRbrush,BRUSHOBJ_pvGetRbrush,1030 diff --git a/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.S b/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.S new file mode 100644 index 000000000..3c99827a6 --- /dev/null +++ b/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BRUSHOBJ_ulGetBrushColor,BRUSHOBJ_ulGetBrushColor,1031 diff --git a/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.s b/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.s deleted file mode 100644 index f3f817c02..000000000 --- a/libc/nt/gdi32/BRUSHOBJ_ulGetBrushColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BRUSHOBJ_ulGetBrushColor,BRUSHOBJ_ulGetBrushColor,1031 diff --git a/libc/nt/gdi32/BeginGdiRendering.S b/libc/nt/gdi32/BeginGdiRendering.S new file mode 100644 index 000000000..1681c29cd --- /dev/null +++ b/libc/nt/gdi32/BeginGdiRendering.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BeginGdiRendering,BeginGdiRendering,1032 diff --git a/libc/nt/gdi32/BeginGdiRendering.s b/libc/nt/gdi32/BeginGdiRendering.s deleted file mode 100644 index 68e2fabef..000000000 --- a/libc/nt/gdi32/BeginGdiRendering.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BeginGdiRendering,BeginGdiRendering,1032 diff --git a/libc/nt/gdi32/BeginPath.S b/libc/nt/gdi32/BeginPath.S new file mode 100644 index 000000000..e5a3717d8 --- /dev/null +++ b/libc/nt/gdi32/BeginPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BeginPath,BeginPath,1033 diff --git a/libc/nt/gdi32/BeginPath.s b/libc/nt/gdi32/BeginPath.s deleted file mode 100644 index 567e03a84..000000000 --- a/libc/nt/gdi32/BeginPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BeginPath,BeginPath,1033 diff --git a/libc/nt/gdi32/BitBlt.S b/libc/nt/gdi32/BitBlt.S new file mode 100644 index 000000000..868584845 --- /dev/null +++ b/libc/nt/gdi32/BitBlt.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_BitBlt,BitBlt,1034 + +#ifdef __x86_64__ + .text.windows +BitBlt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_BitBlt(%rip),%rax + jmp __sysv2nt10 + .endfn BitBlt,globl + .previous +#endif diff --git a/libc/nt/gdi32/BitBlt.s b/libc/nt/gdi32/BitBlt.s deleted file mode 100644 index ddc4c9ef7..000000000 --- a/libc/nt/gdi32/BitBlt.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_BitBlt,BitBlt,1034 - - .text.windows -BitBlt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_BitBlt(%rip),%rax - jmp __sysv2nt10 - .endfn BitBlt,globl - .previous diff --git a/libc/nt/gdi32/CLIPOBJ_bEnum.S b/libc/nt/gdi32/CLIPOBJ_bEnum.S new file mode 100644 index 000000000..bfb876d76 --- /dev/null +++ b/libc/nt/gdi32/CLIPOBJ_bEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CLIPOBJ_bEnum,CLIPOBJ_bEnum,1035 diff --git a/libc/nt/gdi32/CLIPOBJ_bEnum.s b/libc/nt/gdi32/CLIPOBJ_bEnum.s deleted file mode 100644 index a59d40be6..000000000 --- a/libc/nt/gdi32/CLIPOBJ_bEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CLIPOBJ_bEnum,CLIPOBJ_bEnum,1035 diff --git a/libc/nt/gdi32/CLIPOBJ_cEnumStart.S b/libc/nt/gdi32/CLIPOBJ_cEnumStart.S new file mode 100644 index 000000000..b4b53caf1 --- /dev/null +++ b/libc/nt/gdi32/CLIPOBJ_cEnumStart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CLIPOBJ_cEnumStart,CLIPOBJ_cEnumStart,1036 diff --git a/libc/nt/gdi32/CLIPOBJ_cEnumStart.s b/libc/nt/gdi32/CLIPOBJ_cEnumStart.s deleted file mode 100644 index 7ccad22df..000000000 --- a/libc/nt/gdi32/CLIPOBJ_cEnumStart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CLIPOBJ_cEnumStart,CLIPOBJ_cEnumStart,1036 diff --git a/libc/nt/gdi32/CLIPOBJ_ppoGetPath.S b/libc/nt/gdi32/CLIPOBJ_ppoGetPath.S new file mode 100644 index 000000000..e47a70fa7 --- /dev/null +++ b/libc/nt/gdi32/CLIPOBJ_ppoGetPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CLIPOBJ_ppoGetPath,CLIPOBJ_ppoGetPath,1037 diff --git a/libc/nt/gdi32/CLIPOBJ_ppoGetPath.s b/libc/nt/gdi32/CLIPOBJ_ppoGetPath.s deleted file mode 100644 index b4f53893a..000000000 --- a/libc/nt/gdi32/CLIPOBJ_ppoGetPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CLIPOBJ_ppoGetPath,CLIPOBJ_ppoGetPath,1037 diff --git a/libc/nt/gdi32/CancelDC.S b/libc/nt/gdi32/CancelDC.S new file mode 100644 index 000000000..ee884eb3c --- /dev/null +++ b/libc/nt/gdi32/CancelDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CancelDC,CancelDC,1038 diff --git a/libc/nt/gdi32/CancelDC.s b/libc/nt/gdi32/CancelDC.s deleted file mode 100644 index aabeb692b..000000000 --- a/libc/nt/gdi32/CancelDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CancelDC,CancelDC,1038 diff --git a/libc/nt/gdi32/CheckColorsInGamut.S b/libc/nt/gdi32/CheckColorsInGamut.S new file mode 100644 index 000000000..15b86f218 --- /dev/null +++ b/libc/nt/gdi32/CheckColorsInGamut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CheckColorsInGamut,CheckColorsInGamut,1039 diff --git a/libc/nt/gdi32/CheckColorsInGamut.s b/libc/nt/gdi32/CheckColorsInGamut.s deleted file mode 100644 index 471d3b2f0..000000000 --- a/libc/nt/gdi32/CheckColorsInGamut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CheckColorsInGamut,CheckColorsInGamut,1039 diff --git a/libc/nt/gdi32/ChoosePixelFormat.S b/libc/nt/gdi32/ChoosePixelFormat.S new file mode 100644 index 000000000..492dacc2f --- /dev/null +++ b/libc/nt/gdi32/ChoosePixelFormat.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ChoosePixelFormat,ChoosePixelFormat,1040 + +#ifdef __x86_64__ + .text.windows +ChoosePixelFormat: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ChoosePixelFormat(%rip),%rax + jmp __sysv2nt + .endfn ChoosePixelFormat,globl + .previous +#endif diff --git a/libc/nt/gdi32/ChoosePixelFormat.s b/libc/nt/gdi32/ChoosePixelFormat.s deleted file mode 100644 index 189476cbf..000000000 --- a/libc/nt/gdi32/ChoosePixelFormat.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ChoosePixelFormat,ChoosePixelFormat,1040 - - .text.windows -ChoosePixelFormat: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ChoosePixelFormat(%rip),%rax - jmp __sysv2nt - .endfn ChoosePixelFormat,globl - .previous diff --git a/libc/nt/gdi32/Chord.S b/libc/nt/gdi32/Chord.S new file mode 100644 index 000000000..9dc62ba0e --- /dev/null +++ b/libc/nt/gdi32/Chord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Chord,Chord,1041 diff --git a/libc/nt/gdi32/Chord.s b/libc/nt/gdi32/Chord.s deleted file mode 100644 index 896f9cd66..000000000 --- a/libc/nt/gdi32/Chord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Chord,Chord,1041 diff --git a/libc/nt/gdi32/ClearBitmapAttributes.S b/libc/nt/gdi32/ClearBitmapAttributes.S new file mode 100644 index 000000000..5283b485d --- /dev/null +++ b/libc/nt/gdi32/ClearBitmapAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ClearBitmapAttributes,ClearBitmapAttributes,1042 diff --git a/libc/nt/gdi32/ClearBitmapAttributes.s b/libc/nt/gdi32/ClearBitmapAttributes.s deleted file mode 100644 index c6f36b7f8..000000000 --- a/libc/nt/gdi32/ClearBitmapAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ClearBitmapAttributes,ClearBitmapAttributes,1042 diff --git a/libc/nt/gdi32/ClearBrushAttributes.S b/libc/nt/gdi32/ClearBrushAttributes.S new file mode 100644 index 000000000..d7586f946 --- /dev/null +++ b/libc/nt/gdi32/ClearBrushAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ClearBrushAttributes,ClearBrushAttributes,1043 diff --git a/libc/nt/gdi32/ClearBrushAttributes.s b/libc/nt/gdi32/ClearBrushAttributes.s deleted file mode 100644 index 77227964e..000000000 --- a/libc/nt/gdi32/ClearBrushAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ClearBrushAttributes,ClearBrushAttributes,1043 diff --git a/libc/nt/gdi32/CloseEnhMetaFile.S b/libc/nt/gdi32/CloseEnhMetaFile.S new file mode 100644 index 000000000..93cfc770e --- /dev/null +++ b/libc/nt/gdi32/CloseEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CloseEnhMetaFile,CloseEnhMetaFile,1044 diff --git a/libc/nt/gdi32/CloseEnhMetaFile.s b/libc/nt/gdi32/CloseEnhMetaFile.s deleted file mode 100644 index 01bdfa4ef..000000000 --- a/libc/nt/gdi32/CloseEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CloseEnhMetaFile,CloseEnhMetaFile,1044 diff --git a/libc/nt/gdi32/CloseFigure.S b/libc/nt/gdi32/CloseFigure.S new file mode 100644 index 000000000..71ce0bc32 --- /dev/null +++ b/libc/nt/gdi32/CloseFigure.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CloseFigure,CloseFigure,1045 diff --git a/libc/nt/gdi32/CloseFigure.s b/libc/nt/gdi32/CloseFigure.s deleted file mode 100644 index cd97a7002..000000000 --- a/libc/nt/gdi32/CloseFigure.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CloseFigure,CloseFigure,1045 diff --git a/libc/nt/gdi32/CloseMetaFile.S b/libc/nt/gdi32/CloseMetaFile.S new file mode 100644 index 000000000..18f0af9d5 --- /dev/null +++ b/libc/nt/gdi32/CloseMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CloseMetaFile,CloseMetaFile,1046 diff --git a/libc/nt/gdi32/CloseMetaFile.s b/libc/nt/gdi32/CloseMetaFile.s deleted file mode 100644 index fa86c2e48..000000000 --- a/libc/nt/gdi32/CloseMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CloseMetaFile,CloseMetaFile,1046 diff --git a/libc/nt/gdi32/ColorCorrectPalette.S b/libc/nt/gdi32/ColorCorrectPalette.S new file mode 100644 index 000000000..0ae72271e --- /dev/null +++ b/libc/nt/gdi32/ColorCorrectPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ColorCorrectPalette,ColorCorrectPalette,1047 diff --git a/libc/nt/gdi32/ColorCorrectPalette.s b/libc/nt/gdi32/ColorCorrectPalette.s deleted file mode 100644 index 0a86e7898..000000000 --- a/libc/nt/gdi32/ColorCorrectPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ColorCorrectPalette,ColorCorrectPalette,1047 diff --git a/libc/nt/gdi32/ColorMatchToTarget.S b/libc/nt/gdi32/ColorMatchToTarget.S new file mode 100644 index 000000000..404869199 --- /dev/null +++ b/libc/nt/gdi32/ColorMatchToTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ColorMatchToTarget,ColorMatchToTarget,1048 diff --git a/libc/nt/gdi32/ColorMatchToTarget.s b/libc/nt/gdi32/ColorMatchToTarget.s deleted file mode 100644 index f7c9b8a2c..000000000 --- a/libc/nt/gdi32/ColorMatchToTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ColorMatchToTarget,ColorMatchToTarget,1048 diff --git a/libc/nt/gdi32/CombineRgn.S b/libc/nt/gdi32/CombineRgn.S new file mode 100644 index 000000000..7e135c1cd --- /dev/null +++ b/libc/nt/gdi32/CombineRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CombineRgn,CombineRgn,1049 diff --git a/libc/nt/gdi32/CombineRgn.s b/libc/nt/gdi32/CombineRgn.s deleted file mode 100644 index 1f83ed004..000000000 --- a/libc/nt/gdi32/CombineRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CombineRgn,CombineRgn,1049 diff --git a/libc/nt/gdi32/CombineTransform.S b/libc/nt/gdi32/CombineTransform.S new file mode 100644 index 000000000..2e5db18a6 --- /dev/null +++ b/libc/nt/gdi32/CombineTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CombineTransform,CombineTransform,1050 diff --git a/libc/nt/gdi32/CombineTransform.s b/libc/nt/gdi32/CombineTransform.s deleted file mode 100644 index 5d17ea2f9..000000000 --- a/libc/nt/gdi32/CombineTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CombineTransform,CombineTransform,1050 diff --git a/libc/nt/gdi32/ConfigureOPMProtectedOutput.S b/libc/nt/gdi32/ConfigureOPMProtectedOutput.S new file mode 100644 index 000000000..401d0ac0c --- /dev/null +++ b/libc/nt/gdi32/ConfigureOPMProtectedOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ConfigureOPMProtectedOutput,ConfigureOPMProtectedOutput,1051 diff --git a/libc/nt/gdi32/ConfigureOPMProtectedOutput.s b/libc/nt/gdi32/ConfigureOPMProtectedOutput.s deleted file mode 100644 index fc28a578c..000000000 --- a/libc/nt/gdi32/ConfigureOPMProtectedOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ConfigureOPMProtectedOutput,ConfigureOPMProtectedOutput,1051 diff --git a/libc/nt/gdi32/CopyEnhMetaFileW.S b/libc/nt/gdi32/CopyEnhMetaFileW.S new file mode 100644 index 000000000..8dcf533e4 --- /dev/null +++ b/libc/nt/gdi32/CopyEnhMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CopyEnhMetaFileW,CopyEnhMetaFileW,1053 diff --git a/libc/nt/gdi32/CopyEnhMetaFileW.s b/libc/nt/gdi32/CopyEnhMetaFileW.s deleted file mode 100644 index df5d31042..000000000 --- a/libc/nt/gdi32/CopyEnhMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CopyEnhMetaFileW,CopyEnhMetaFileW,1053 diff --git a/libc/nt/gdi32/CopyMetaFileW.S b/libc/nt/gdi32/CopyMetaFileW.S new file mode 100644 index 000000000..981ad0a2d --- /dev/null +++ b/libc/nt/gdi32/CopyMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CopyMetaFileW,CopyMetaFileW,1055 diff --git a/libc/nt/gdi32/CopyMetaFileW.s b/libc/nt/gdi32/CopyMetaFileW.s deleted file mode 100644 index 3f8ccfccf..000000000 --- a/libc/nt/gdi32/CopyMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CopyMetaFileW,CopyMetaFileW,1055 diff --git a/libc/nt/gdi32/CreateBitmap.S b/libc/nt/gdi32/CreateBitmap.S new file mode 100644 index 000000000..d3d3d12c2 --- /dev/null +++ b/libc/nt/gdi32/CreateBitmap.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateBitmap,CreateBitmap,1056 + +#ifdef __x86_64__ + .text.windows +CreateBitmap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateBitmap(%rip),%rax + jmp __sysv2nt6 + .endfn CreateBitmap,globl + .previous +#endif diff --git a/libc/nt/gdi32/CreateBitmap.s b/libc/nt/gdi32/CreateBitmap.s deleted file mode 100644 index 1f9a1c480..000000000 --- a/libc/nt/gdi32/CreateBitmap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateBitmap,CreateBitmap,1056 - - .text.windows -CreateBitmap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateBitmap(%rip),%rax - jmp __sysv2nt6 - .endfn CreateBitmap,globl - .previous diff --git a/libc/nt/gdi32/CreateBitmapFromDxSurface.S b/libc/nt/gdi32/CreateBitmapFromDxSurface.S new file mode 100644 index 000000000..8a3a78e9a --- /dev/null +++ b/libc/nt/gdi32/CreateBitmapFromDxSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateBitmapFromDxSurface,CreateBitmapFromDxSurface,1057 diff --git a/libc/nt/gdi32/CreateBitmapFromDxSurface.s b/libc/nt/gdi32/CreateBitmapFromDxSurface.s deleted file mode 100644 index 2fad6a37b..000000000 --- a/libc/nt/gdi32/CreateBitmapFromDxSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateBitmapFromDxSurface,CreateBitmapFromDxSurface,1057 diff --git a/libc/nt/gdi32/CreateBitmapFromDxSurface2.S b/libc/nt/gdi32/CreateBitmapFromDxSurface2.S new file mode 100644 index 000000000..7beb2eb33 --- /dev/null +++ b/libc/nt/gdi32/CreateBitmapFromDxSurface2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateBitmapFromDxSurface2,CreateBitmapFromDxSurface2,1058 diff --git a/libc/nt/gdi32/CreateBitmapFromDxSurface2.s b/libc/nt/gdi32/CreateBitmapFromDxSurface2.s deleted file mode 100644 index 5b4617624..000000000 --- a/libc/nt/gdi32/CreateBitmapFromDxSurface2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateBitmapFromDxSurface2,CreateBitmapFromDxSurface2,1058 diff --git a/libc/nt/gdi32/CreateBitmapIndirect.S b/libc/nt/gdi32/CreateBitmapIndirect.S new file mode 100644 index 000000000..3e1d7b03a --- /dev/null +++ b/libc/nt/gdi32/CreateBitmapIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateBitmapIndirect,CreateBitmapIndirect,1059 diff --git a/libc/nt/gdi32/CreateBitmapIndirect.s b/libc/nt/gdi32/CreateBitmapIndirect.s deleted file mode 100644 index b0bfacfde..000000000 --- a/libc/nt/gdi32/CreateBitmapIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateBitmapIndirect,CreateBitmapIndirect,1059 diff --git a/libc/nt/gdi32/CreateBrushIndirect.S b/libc/nt/gdi32/CreateBrushIndirect.S new file mode 100644 index 000000000..7a00d448f --- /dev/null +++ b/libc/nt/gdi32/CreateBrushIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateBrushIndirect,CreateBrushIndirect,1060 diff --git a/libc/nt/gdi32/CreateBrushIndirect.s b/libc/nt/gdi32/CreateBrushIndirect.s deleted file mode 100644 index 71724a611..000000000 --- a/libc/nt/gdi32/CreateBrushIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateBrushIndirect,CreateBrushIndirect,1060 diff --git a/libc/nt/gdi32/CreateColorSpaceW.S b/libc/nt/gdi32/CreateColorSpaceW.S new file mode 100644 index 000000000..4c90e17b7 --- /dev/null +++ b/libc/nt/gdi32/CreateColorSpaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateColorSpaceW,CreateColorSpaceW,1062 diff --git a/libc/nt/gdi32/CreateColorSpaceW.s b/libc/nt/gdi32/CreateColorSpaceW.s deleted file mode 100644 index f6c3c2ea4..000000000 --- a/libc/nt/gdi32/CreateColorSpaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateColorSpaceW,CreateColorSpaceW,1062 diff --git a/libc/nt/gdi32/CreateCompatibleBitmap.S b/libc/nt/gdi32/CreateCompatibleBitmap.S new file mode 100644 index 000000000..94f5bfd12 --- /dev/null +++ b/libc/nt/gdi32/CreateCompatibleBitmap.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateCompatibleBitmap,CreateCompatibleBitmap,1063 + +#ifdef __x86_64__ + .text.windows +CreateCompatibleBitmap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateCompatibleBitmap(%rip),%rax + jmp __sysv2nt + .endfn CreateCompatibleBitmap,globl + .previous +#endif diff --git a/libc/nt/gdi32/CreateCompatibleBitmap.s b/libc/nt/gdi32/CreateCompatibleBitmap.s deleted file mode 100644 index 9295531ff..000000000 --- a/libc/nt/gdi32/CreateCompatibleBitmap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateCompatibleBitmap,CreateCompatibleBitmap,1063 - - .text.windows -CreateCompatibleBitmap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateCompatibleBitmap(%rip),%rax - jmp __sysv2nt - .endfn CreateCompatibleBitmap,globl - .previous diff --git a/libc/nt/gdi32/CreateCompatibleDC.S b/libc/nt/gdi32/CreateCompatibleDC.S new file mode 100644 index 000000000..e612b9d0c --- /dev/null +++ b/libc/nt/gdi32/CreateCompatibleDC.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateCompatibleDC,CreateCompatibleDC,1064 + +#ifdef __x86_64__ + .text.windows +CreateCompatibleDC: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CreateCompatibleDC(%rip) + leave + ret + .endfn CreateCompatibleDC,globl + .previous +#endif diff --git a/libc/nt/gdi32/CreateCompatibleDC.s b/libc/nt/gdi32/CreateCompatibleDC.s deleted file mode 100644 index b601d4839..000000000 --- a/libc/nt/gdi32/CreateCompatibleDC.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateCompatibleDC,CreateCompatibleDC,1064 - - .text.windows -CreateCompatibleDC: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CreateCompatibleDC(%rip) - leave - ret - .endfn CreateCompatibleDC,globl - .previous diff --git a/libc/nt/gdi32/CreateDCExW.S b/libc/nt/gdi32/CreateDCExW.S new file mode 100644 index 000000000..d55132cfd --- /dev/null +++ b/libc/nt/gdi32/CreateDCExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDCExW,CreateDCExW,2000 diff --git a/libc/nt/gdi32/CreateDCExW.s b/libc/nt/gdi32/CreateDCExW.s deleted file mode 100644 index 08c279d97..000000000 --- a/libc/nt/gdi32/CreateDCExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDCExW,CreateDCExW,2000 diff --git a/libc/nt/gdi32/CreateDCW.S b/libc/nt/gdi32/CreateDCW.S new file mode 100644 index 000000000..4d3da925d --- /dev/null +++ b/libc/nt/gdi32/CreateDCW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDCW,CreateDCW,1066 diff --git a/libc/nt/gdi32/CreateDCW.s b/libc/nt/gdi32/CreateDCW.s deleted file mode 100644 index 4e462b8b0..000000000 --- a/libc/nt/gdi32/CreateDCW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDCW,CreateDCW,1066 diff --git a/libc/nt/gdi32/CreateDIBPatternBrush.S b/libc/nt/gdi32/CreateDIBPatternBrush.S new file mode 100644 index 000000000..55220e720 --- /dev/null +++ b/libc/nt/gdi32/CreateDIBPatternBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDIBPatternBrush,CreateDIBPatternBrush,1067 diff --git a/libc/nt/gdi32/CreateDIBPatternBrush.s b/libc/nt/gdi32/CreateDIBPatternBrush.s deleted file mode 100644 index cc561eea1..000000000 --- a/libc/nt/gdi32/CreateDIBPatternBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDIBPatternBrush,CreateDIBPatternBrush,1067 diff --git a/libc/nt/gdi32/CreateDIBPatternBrushPt.S b/libc/nt/gdi32/CreateDIBPatternBrushPt.S new file mode 100644 index 000000000..48738dcbe --- /dev/null +++ b/libc/nt/gdi32/CreateDIBPatternBrushPt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDIBPatternBrushPt,CreateDIBPatternBrushPt,1068 diff --git a/libc/nt/gdi32/CreateDIBPatternBrushPt.s b/libc/nt/gdi32/CreateDIBPatternBrushPt.s deleted file mode 100644 index cee6be975..000000000 --- a/libc/nt/gdi32/CreateDIBPatternBrushPt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDIBPatternBrushPt,CreateDIBPatternBrushPt,1068 diff --git a/libc/nt/gdi32/CreateDIBSection.S b/libc/nt/gdi32/CreateDIBSection.S new file mode 100644 index 000000000..8a703c72a --- /dev/null +++ b/libc/nt/gdi32/CreateDIBSection.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDIBSection,CreateDIBSection,1069 + +#ifdef __x86_64__ + .text.windows +CreateDIBSection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateDIBSection(%rip),%rax + jmp __sysv2nt6 + .endfn CreateDIBSection,globl + .previous +#endif diff --git a/libc/nt/gdi32/CreateDIBSection.s b/libc/nt/gdi32/CreateDIBSection.s deleted file mode 100644 index 353471197..000000000 --- a/libc/nt/gdi32/CreateDIBSection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDIBSection,CreateDIBSection,1069 - - .text.windows -CreateDIBSection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateDIBSection(%rip),%rax - jmp __sysv2nt6 - .endfn CreateDIBSection,globl - .previous diff --git a/libc/nt/gdi32/CreateDIBitmap.S b/libc/nt/gdi32/CreateDIBitmap.S new file mode 100644 index 000000000..9b2f3e550 --- /dev/null +++ b/libc/nt/gdi32/CreateDIBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDIBitmap,CreateDIBitmap,1070 diff --git a/libc/nt/gdi32/CreateDIBitmap.s b/libc/nt/gdi32/CreateDIBitmap.s deleted file mode 100644 index 795751790..000000000 --- a/libc/nt/gdi32/CreateDIBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDIBitmap,CreateDIBitmap,1070 diff --git a/libc/nt/gdi32/CreateDPIScaledDIBSection.S b/libc/nt/gdi32/CreateDPIScaledDIBSection.S new file mode 100644 index 000000000..cd7712989 --- /dev/null +++ b/libc/nt/gdi32/CreateDPIScaledDIBSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDPIScaledDIBSection,CreateDPIScaledDIBSection,1071 diff --git a/libc/nt/gdi32/CreateDPIScaledDIBSection.s b/libc/nt/gdi32/CreateDPIScaledDIBSection.s deleted file mode 100644 index 14acea6eb..000000000 --- a/libc/nt/gdi32/CreateDPIScaledDIBSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDPIScaledDIBSection,CreateDPIScaledDIBSection,1071 diff --git a/libc/nt/gdi32/CreateDiscardableBitmap.S b/libc/nt/gdi32/CreateDiscardableBitmap.S new file mode 100644 index 000000000..4b961e581 --- /dev/null +++ b/libc/nt/gdi32/CreateDiscardableBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateDiscardableBitmap,CreateDiscardableBitmap,1072 diff --git a/libc/nt/gdi32/CreateDiscardableBitmap.s b/libc/nt/gdi32/CreateDiscardableBitmap.s deleted file mode 100644 index 775f55c1a..000000000 --- a/libc/nt/gdi32/CreateDiscardableBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateDiscardableBitmap,CreateDiscardableBitmap,1072 diff --git a/libc/nt/gdi32/CreateEllipticRgn.S b/libc/nt/gdi32/CreateEllipticRgn.S new file mode 100644 index 000000000..59f9dec6c --- /dev/null +++ b/libc/nt/gdi32/CreateEllipticRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateEllipticRgn,CreateEllipticRgn,1073 diff --git a/libc/nt/gdi32/CreateEllipticRgn.s b/libc/nt/gdi32/CreateEllipticRgn.s deleted file mode 100644 index 5cdb2518d..000000000 --- a/libc/nt/gdi32/CreateEllipticRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateEllipticRgn,CreateEllipticRgn,1073 diff --git a/libc/nt/gdi32/CreateEllipticRgnIndirect.S b/libc/nt/gdi32/CreateEllipticRgnIndirect.S new file mode 100644 index 000000000..69d27f561 --- /dev/null +++ b/libc/nt/gdi32/CreateEllipticRgnIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateEllipticRgnIndirect,CreateEllipticRgnIndirect,1074 diff --git a/libc/nt/gdi32/CreateEllipticRgnIndirect.s b/libc/nt/gdi32/CreateEllipticRgnIndirect.s deleted file mode 100644 index 0041df482..000000000 --- a/libc/nt/gdi32/CreateEllipticRgnIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateEllipticRgnIndirect,CreateEllipticRgnIndirect,1074 diff --git a/libc/nt/gdi32/CreateEnhMetaFileW.S b/libc/nt/gdi32/CreateEnhMetaFileW.S new file mode 100644 index 000000000..4ac159761 --- /dev/null +++ b/libc/nt/gdi32/CreateEnhMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateEnhMetaFileW,CreateEnhMetaFileW,1076 diff --git a/libc/nt/gdi32/CreateEnhMetaFileW.s b/libc/nt/gdi32/CreateEnhMetaFileW.s deleted file mode 100644 index bed47b6be..000000000 --- a/libc/nt/gdi32/CreateEnhMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateEnhMetaFileW,CreateEnhMetaFileW,1076 diff --git a/libc/nt/gdi32/CreateFontIndirectExW.S b/libc/nt/gdi32/CreateFontIndirectExW.S new file mode 100644 index 000000000..6ac1f57bb --- /dev/null +++ b/libc/nt/gdi32/CreateFontIndirectExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateFontIndirectExW,CreateFontIndirectExW,1080 diff --git a/libc/nt/gdi32/CreateFontIndirectExW.s b/libc/nt/gdi32/CreateFontIndirectExW.s deleted file mode 100644 index 76245f9b7..000000000 --- a/libc/nt/gdi32/CreateFontIndirectExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateFontIndirectExW,CreateFontIndirectExW,1080 diff --git a/libc/nt/gdi32/CreateFontIndirectW.S b/libc/nt/gdi32/CreateFontIndirectW.S new file mode 100644 index 000000000..ed4cd24f0 --- /dev/null +++ b/libc/nt/gdi32/CreateFontIndirectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateFontIndirectW,CreateFontIndirectW,1081 diff --git a/libc/nt/gdi32/CreateFontIndirectW.s b/libc/nt/gdi32/CreateFontIndirectW.s deleted file mode 100644 index e1f45fbfa..000000000 --- a/libc/nt/gdi32/CreateFontIndirectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateFontIndirectW,CreateFontIndirectW,1081 diff --git a/libc/nt/gdi32/CreateFontW.S b/libc/nt/gdi32/CreateFontW.S new file mode 100644 index 000000000..2b5ba4c7e --- /dev/null +++ b/libc/nt/gdi32/CreateFontW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateFontW,CreateFontW,1082 diff --git a/libc/nt/gdi32/CreateFontW.s b/libc/nt/gdi32/CreateFontW.s deleted file mode 100644 index 47336b7ea..000000000 --- a/libc/nt/gdi32/CreateFontW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateFontW,CreateFontW,1082 diff --git a/libc/nt/gdi32/CreateHalftonePalette.S b/libc/nt/gdi32/CreateHalftonePalette.S new file mode 100644 index 000000000..dddfdb48b --- /dev/null +++ b/libc/nt/gdi32/CreateHalftonePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateHalftonePalette,CreateHalftonePalette,1083 diff --git a/libc/nt/gdi32/CreateHalftonePalette.s b/libc/nt/gdi32/CreateHalftonePalette.s deleted file mode 100644 index b874fa12b..000000000 --- a/libc/nt/gdi32/CreateHalftonePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateHalftonePalette,CreateHalftonePalette,1083 diff --git a/libc/nt/gdi32/CreateHatchBrush.S b/libc/nt/gdi32/CreateHatchBrush.S new file mode 100644 index 000000000..33757cab4 --- /dev/null +++ b/libc/nt/gdi32/CreateHatchBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateHatchBrush,CreateHatchBrush,1084 diff --git a/libc/nt/gdi32/CreateHatchBrush.s b/libc/nt/gdi32/CreateHatchBrush.s deleted file mode 100644 index 15dc7c907..000000000 --- a/libc/nt/gdi32/CreateHatchBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateHatchBrush,CreateHatchBrush,1084 diff --git a/libc/nt/gdi32/CreateICW.S b/libc/nt/gdi32/CreateICW.S new file mode 100644 index 000000000..0cef4b5a7 --- /dev/null +++ b/libc/nt/gdi32/CreateICW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateICW,CreateICW,1086 diff --git a/libc/nt/gdi32/CreateICW.s b/libc/nt/gdi32/CreateICW.s deleted file mode 100644 index 94e908750..000000000 --- a/libc/nt/gdi32/CreateICW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateICW,CreateICW,1086 diff --git a/libc/nt/gdi32/CreateMetaFileW.S b/libc/nt/gdi32/CreateMetaFileW.S new file mode 100644 index 000000000..2d8467781 --- /dev/null +++ b/libc/nt/gdi32/CreateMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateMetaFileW,CreateMetaFileW,1088 diff --git a/libc/nt/gdi32/CreateMetaFileW.s b/libc/nt/gdi32/CreateMetaFileW.s deleted file mode 100644 index dd55355fc..000000000 --- a/libc/nt/gdi32/CreateMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateMetaFileW,CreateMetaFileW,1088 diff --git a/libc/nt/gdi32/CreateOPMProtectedOutput.S b/libc/nt/gdi32/CreateOPMProtectedOutput.S new file mode 100644 index 000000000..ead178378 --- /dev/null +++ b/libc/nt/gdi32/CreateOPMProtectedOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateOPMProtectedOutput,CreateOPMProtectedOutput,1089 diff --git a/libc/nt/gdi32/CreateOPMProtectedOutput.s b/libc/nt/gdi32/CreateOPMProtectedOutput.s deleted file mode 100644 index 31d0aaa66..000000000 --- a/libc/nt/gdi32/CreateOPMProtectedOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateOPMProtectedOutput,CreateOPMProtectedOutput,1089 diff --git a/libc/nt/gdi32/CreateOPMProtectedOutputs.S b/libc/nt/gdi32/CreateOPMProtectedOutputs.S new file mode 100644 index 000000000..c6dd7def0 --- /dev/null +++ b/libc/nt/gdi32/CreateOPMProtectedOutputs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateOPMProtectedOutputs,CreateOPMProtectedOutputs,1090 diff --git a/libc/nt/gdi32/CreateOPMProtectedOutputs.s b/libc/nt/gdi32/CreateOPMProtectedOutputs.s deleted file mode 100644 index a68d57539..000000000 --- a/libc/nt/gdi32/CreateOPMProtectedOutputs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateOPMProtectedOutputs,CreateOPMProtectedOutputs,1090 diff --git a/libc/nt/gdi32/CreatePalette.S b/libc/nt/gdi32/CreatePalette.S new file mode 100644 index 000000000..af1da6272 --- /dev/null +++ b/libc/nt/gdi32/CreatePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePalette,CreatePalette,1091 diff --git a/libc/nt/gdi32/CreatePalette.s b/libc/nt/gdi32/CreatePalette.s deleted file mode 100644 index 4a62edb8f..000000000 --- a/libc/nt/gdi32/CreatePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePalette,CreatePalette,1091 diff --git a/libc/nt/gdi32/CreatePatternBrush.S b/libc/nt/gdi32/CreatePatternBrush.S new file mode 100644 index 000000000..462f28304 --- /dev/null +++ b/libc/nt/gdi32/CreatePatternBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePatternBrush,CreatePatternBrush,1092 diff --git a/libc/nt/gdi32/CreatePatternBrush.s b/libc/nt/gdi32/CreatePatternBrush.s deleted file mode 100644 index 8b2ae1766..000000000 --- a/libc/nt/gdi32/CreatePatternBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePatternBrush,CreatePatternBrush,1092 diff --git a/libc/nt/gdi32/CreatePen.S b/libc/nt/gdi32/CreatePen.S new file mode 100644 index 000000000..964bfed7e --- /dev/null +++ b/libc/nt/gdi32/CreatePen.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePen,CreatePen,1093 diff --git a/libc/nt/gdi32/CreatePen.s b/libc/nt/gdi32/CreatePen.s deleted file mode 100644 index e1ce60419..000000000 --- a/libc/nt/gdi32/CreatePen.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePen,CreatePen,1093 diff --git a/libc/nt/gdi32/CreatePenIndirect.S b/libc/nt/gdi32/CreatePenIndirect.S new file mode 100644 index 000000000..795901d5b --- /dev/null +++ b/libc/nt/gdi32/CreatePenIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePenIndirect,CreatePenIndirect,1094 diff --git a/libc/nt/gdi32/CreatePenIndirect.s b/libc/nt/gdi32/CreatePenIndirect.s deleted file mode 100644 index 13a9be17b..000000000 --- a/libc/nt/gdi32/CreatePenIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePenIndirect,CreatePenIndirect,1094 diff --git a/libc/nt/gdi32/CreatePolyPolygonRgn.S b/libc/nt/gdi32/CreatePolyPolygonRgn.S new file mode 100644 index 000000000..42bbbb20f --- /dev/null +++ b/libc/nt/gdi32/CreatePolyPolygonRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePolyPolygonRgn,CreatePolyPolygonRgn,1095 diff --git a/libc/nt/gdi32/CreatePolyPolygonRgn.s b/libc/nt/gdi32/CreatePolyPolygonRgn.s deleted file mode 100644 index 9f47befa0..000000000 --- a/libc/nt/gdi32/CreatePolyPolygonRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePolyPolygonRgn,CreatePolyPolygonRgn,1095 diff --git a/libc/nt/gdi32/CreatePolygonRgn.S b/libc/nt/gdi32/CreatePolygonRgn.S new file mode 100644 index 000000000..58c930718 --- /dev/null +++ b/libc/nt/gdi32/CreatePolygonRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreatePolygonRgn,CreatePolygonRgn,1096 diff --git a/libc/nt/gdi32/CreatePolygonRgn.s b/libc/nt/gdi32/CreatePolygonRgn.s deleted file mode 100644 index 2739f1b8b..000000000 --- a/libc/nt/gdi32/CreatePolygonRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreatePolygonRgn,CreatePolygonRgn,1096 diff --git a/libc/nt/gdi32/CreateRectRgn.S b/libc/nt/gdi32/CreateRectRgn.S new file mode 100644 index 000000000..907d7d51f --- /dev/null +++ b/libc/nt/gdi32/CreateRectRgn.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateRectRgn,CreateRectRgn,1097 + +#ifdef __x86_64__ + .text.windows +CreateRectRgn: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateRectRgn(%rip),%rax + jmp __sysv2nt + .endfn CreateRectRgn,globl + .previous +#endif diff --git a/libc/nt/gdi32/CreateRectRgn.s b/libc/nt/gdi32/CreateRectRgn.s deleted file mode 100644 index 9918d7903..000000000 --- a/libc/nt/gdi32/CreateRectRgn.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateRectRgn,CreateRectRgn,1097 - - .text.windows -CreateRectRgn: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateRectRgn(%rip),%rax - jmp __sysv2nt - .endfn CreateRectRgn,globl - .previous diff --git a/libc/nt/gdi32/CreateRectRgnIndirect.S b/libc/nt/gdi32/CreateRectRgnIndirect.S new file mode 100644 index 000000000..7f567238c --- /dev/null +++ b/libc/nt/gdi32/CreateRectRgnIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateRectRgnIndirect,CreateRectRgnIndirect,1098 diff --git a/libc/nt/gdi32/CreateRectRgnIndirect.s b/libc/nt/gdi32/CreateRectRgnIndirect.s deleted file mode 100644 index d58997b38..000000000 --- a/libc/nt/gdi32/CreateRectRgnIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateRectRgnIndirect,CreateRectRgnIndirect,1098 diff --git a/libc/nt/gdi32/CreateRoundRectRgn.S b/libc/nt/gdi32/CreateRoundRectRgn.S new file mode 100644 index 000000000..3929870ab --- /dev/null +++ b/libc/nt/gdi32/CreateRoundRectRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateRoundRectRgn,CreateRoundRectRgn,1099 diff --git a/libc/nt/gdi32/CreateRoundRectRgn.s b/libc/nt/gdi32/CreateRoundRectRgn.s deleted file mode 100644 index bc899d1f5..000000000 --- a/libc/nt/gdi32/CreateRoundRectRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateRoundRectRgn,CreateRoundRectRgn,1099 diff --git a/libc/nt/gdi32/CreateScalableFontResourceW.S b/libc/nt/gdi32/CreateScalableFontResourceW.S new file mode 100644 index 000000000..1ce4616cd --- /dev/null +++ b/libc/nt/gdi32/CreateScalableFontResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateScalableFontResourceW,CreateScalableFontResourceW,1101 diff --git a/libc/nt/gdi32/CreateScalableFontResourceW.s b/libc/nt/gdi32/CreateScalableFontResourceW.s deleted file mode 100644 index a80e3c5e5..000000000 --- a/libc/nt/gdi32/CreateScalableFontResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateScalableFontResourceW,CreateScalableFontResourceW,1101 diff --git a/libc/nt/gdi32/CreateSessionMappedDIBSection.S b/libc/nt/gdi32/CreateSessionMappedDIBSection.S new file mode 100644 index 000000000..65e0205da --- /dev/null +++ b/libc/nt/gdi32/CreateSessionMappedDIBSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateSessionMappedDIBSection,CreateSessionMappedDIBSection,1102 diff --git a/libc/nt/gdi32/CreateSessionMappedDIBSection.s b/libc/nt/gdi32/CreateSessionMappedDIBSection.s deleted file mode 100644 index 54a80974f..000000000 --- a/libc/nt/gdi32/CreateSessionMappedDIBSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateSessionMappedDIBSection,CreateSessionMappedDIBSection,1102 diff --git a/libc/nt/gdi32/CreateSolidBrush.S b/libc/nt/gdi32/CreateSolidBrush.S new file mode 100644 index 000000000..1b81d3df3 --- /dev/null +++ b/libc/nt/gdi32/CreateSolidBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_CreateSolidBrush,CreateSolidBrush,1103 diff --git a/libc/nt/gdi32/CreateSolidBrush.s b/libc/nt/gdi32/CreateSolidBrush.s deleted file mode 100644 index b92ef7776..000000000 --- a/libc/nt/gdi32/CreateSolidBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_CreateSolidBrush,CreateSolidBrush,1103 diff --git a/libc/nt/gdi32/D3DKMTAbandonSwapChain.S b/libc/nt/gdi32/D3DKMTAbandonSwapChain.S new file mode 100644 index 000000000..9106c88ed --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAbandonSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAbandonSwapChain,D3DKMTAbandonSwapChain,1104 diff --git a/libc/nt/gdi32/D3DKMTAbandonSwapChain.s b/libc/nt/gdi32/D3DKMTAbandonSwapChain.s deleted file mode 100644 index 02901dc05..000000000 --- a/libc/nt/gdi32/D3DKMTAbandonSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAbandonSwapChain,D3DKMTAbandonSwapChain,1104 diff --git a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.S b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.S new file mode 100644 index 000000000..d97bb062c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAcquireKeyedMutex,D3DKMTAcquireKeyedMutex,1105 diff --git a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.s b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.s deleted file mode 100644 index a5d6ef106..000000000 --- a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAcquireKeyedMutex,D3DKMTAcquireKeyedMutex,1105 diff --git a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.S b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.S new file mode 100644 index 000000000..08b01e70f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAcquireKeyedMutex2,D3DKMTAcquireKeyedMutex2,1106 diff --git a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.s b/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.s deleted file mode 100644 index b74778e48..000000000 --- a/libc/nt/gdi32/D3DKMTAcquireKeyedMutex2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAcquireKeyedMutex2,D3DKMTAcquireKeyedMutex2,1106 diff --git a/libc/nt/gdi32/D3DKMTAcquireSwapChain.S b/libc/nt/gdi32/D3DKMTAcquireSwapChain.S new file mode 100644 index 000000000..76721eca3 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAcquireSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAcquireSwapChain,D3DKMTAcquireSwapChain,1107 diff --git a/libc/nt/gdi32/D3DKMTAcquireSwapChain.s b/libc/nt/gdi32/D3DKMTAcquireSwapChain.s deleted file mode 100644 index 6d3dbaf27..000000000 --- a/libc/nt/gdi32/D3DKMTAcquireSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAcquireSwapChain,D3DKMTAcquireSwapChain,1107 diff --git a/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.S b/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.S new file mode 100644 index 000000000..59a151ed2 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAddSurfaceToSwapChain,D3DKMTAddSurfaceToSwapChain,1108 diff --git a/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.s b/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.s deleted file mode 100644 index 60c140c2a..000000000 --- a/libc/nt/gdi32/D3DKMTAddSurfaceToSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAddSurfaceToSwapChain,D3DKMTAddSurfaceToSwapChain,1108 diff --git a/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.S b/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.S new file mode 100644 index 000000000..a2a8825ad --- /dev/null +++ b/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTAdjustFullscreenGamma,D3DKMTAdjustFullscreenGamma,1109 diff --git a/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.s b/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.s deleted file mode 100644 index ff64d86ef..000000000 --- a/libc/nt/gdi32/D3DKMTAdjustFullscreenGamma.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTAdjustFullscreenGamma,D3DKMTAdjustFullscreenGamma,1109 diff --git a/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.S b/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.S new file mode 100644 index 000000000..0666c60ae --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCacheHybridQueryValue,D3DKMTCacheHybridQueryValue,1110 diff --git a/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.s b/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.s deleted file mode 100644 index 766f1aeb0..000000000 --- a/libc/nt/gdi32/D3DKMTCacheHybridQueryValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCacheHybridQueryValue,D3DKMTCacheHybridQueryValue,1110 diff --git a/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.S b/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.S new file mode 100644 index 000000000..8b651c3b9 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTChangeVideoMemoryReservation,D3DKMTChangeVideoMemoryReservation,1111 diff --git a/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.s b/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.s deleted file mode 100644 index 4ef85e0c1..000000000 --- a/libc/nt/gdi32/D3DKMTChangeVideoMemoryReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTChangeVideoMemoryReservation,D3DKMTChangeVideoMemoryReservation,1111 diff --git a/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.S b/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.S new file mode 100644 index 000000000..c7e9f2f98 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckExclusiveOwnership,D3DKMTCheckExclusiveOwnership,1112 diff --git a/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.s b/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.s deleted file mode 100644 index 39be44b6a..000000000 --- a/libc/nt/gdi32/D3DKMTCheckExclusiveOwnership.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckExclusiveOwnership,D3DKMTCheckExclusiveOwnership,1112 diff --git a/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.S b/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.S new file mode 100644 index 000000000..663edc6a8 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckMonitorPowerState,D3DKMTCheckMonitorPowerState,1113 diff --git a/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.s b/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.s deleted file mode 100644 index c0faecde4..000000000 --- a/libc/nt/gdi32/D3DKMTCheckMonitorPowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckMonitorPowerState,D3DKMTCheckMonitorPowerState,1113 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.S b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.S new file mode 100644 index 000000000..3b761419e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport,D3DKMTCheckMultiPlaneOverlaySupport,1114 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.s b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.s deleted file mode 100644 index 24d7657bc..000000000 --- a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport,D3DKMTCheckMultiPlaneOverlaySupport,1114 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.S b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.S new file mode 100644 index 000000000..7a7a1110a --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport2,D3DKMTCheckMultiPlaneOverlaySupport2,1115 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.s b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.s deleted file mode 100644 index 03d44130f..000000000 --- a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport2,D3DKMTCheckMultiPlaneOverlaySupport2,1115 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.S b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.S new file mode 100644 index 000000000..d919b6667 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport3,D3DKMTCheckMultiPlaneOverlaySupport3,1116 diff --git a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.s b/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.s deleted file mode 100644 index 199dc608d..000000000 --- a/libc/nt/gdi32/D3DKMTCheckMultiPlaneOverlaySupport3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport3,D3DKMTCheckMultiPlaneOverlaySupport3,1116 diff --git a/libc/nt/gdi32/D3DKMTCheckOcclusion.S b/libc/nt/gdi32/D3DKMTCheckOcclusion.S new file mode 100644 index 000000000..04f6961c3 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckOcclusion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckOcclusion,D3DKMTCheckOcclusion,1117 diff --git a/libc/nt/gdi32/D3DKMTCheckOcclusion.s b/libc/nt/gdi32/D3DKMTCheckOcclusion.s deleted file mode 100644 index a91e8d8eb..000000000 --- a/libc/nt/gdi32/D3DKMTCheckOcclusion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckOcclusion,D3DKMTCheckOcclusion,1117 diff --git a/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.S b/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.S new file mode 100644 index 000000000..0d7e21e73 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckSharedResourceAccess,D3DKMTCheckSharedResourceAccess,1118 diff --git a/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.s b/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.s deleted file mode 100644 index b2ef8e74e..000000000 --- a/libc/nt/gdi32/D3DKMTCheckSharedResourceAccess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckSharedResourceAccess,D3DKMTCheckSharedResourceAccess,1118 diff --git a/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.S b/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.S new file mode 100644 index 000000000..0fd1827a3 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCheckVidPnExclusiveOwnership,D3DKMTCheckVidPnExclusiveOwnership,1119 diff --git a/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.s b/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.s deleted file mode 100644 index d8dc50a30..000000000 --- a/libc/nt/gdi32/D3DKMTCheckVidPnExclusiveOwnership.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCheckVidPnExclusiveOwnership,D3DKMTCheckVidPnExclusiveOwnership,1119 diff --git a/libc/nt/gdi32/D3DKMTCloseAdapter.S b/libc/nt/gdi32/D3DKMTCloseAdapter.S new file mode 100644 index 000000000..0c632bdfa --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCloseAdapter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCloseAdapter,D3DKMTCloseAdapter,1120 diff --git a/libc/nt/gdi32/D3DKMTCloseAdapter.s b/libc/nt/gdi32/D3DKMTCloseAdapter.s deleted file mode 100644 index 31db77781..000000000 --- a/libc/nt/gdi32/D3DKMTCloseAdapter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCloseAdapter,D3DKMTCloseAdapter,1120 diff --git a/libc/nt/gdi32/D3DKMTConfigureSharedResource.S b/libc/nt/gdi32/D3DKMTConfigureSharedResource.S new file mode 100644 index 000000000..f3f316242 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTConfigureSharedResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTConfigureSharedResource,D3DKMTConfigureSharedResource,1121 diff --git a/libc/nt/gdi32/D3DKMTConfigureSharedResource.s b/libc/nt/gdi32/D3DKMTConfigureSharedResource.s deleted file mode 100644 index eb5d6730d..000000000 --- a/libc/nt/gdi32/D3DKMTConfigureSharedResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTConfigureSharedResource,D3DKMTConfigureSharedResource,1121 diff --git a/libc/nt/gdi32/D3DKMTCreateAllocation.S b/libc/nt/gdi32/D3DKMTCreateAllocation.S new file mode 100644 index 000000000..2343e6833 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateAllocation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateAllocation,D3DKMTCreateAllocation,1122 diff --git a/libc/nt/gdi32/D3DKMTCreateAllocation.s b/libc/nt/gdi32/D3DKMTCreateAllocation.s deleted file mode 100644 index 4a6fb38c5..000000000 --- a/libc/nt/gdi32/D3DKMTCreateAllocation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateAllocation,D3DKMTCreateAllocation,1122 diff --git a/libc/nt/gdi32/D3DKMTCreateAllocation2.S b/libc/nt/gdi32/D3DKMTCreateAllocation2.S new file mode 100644 index 000000000..18a8a00c1 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateAllocation2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateAllocation2,D3DKMTCreateAllocation2,1123 diff --git a/libc/nt/gdi32/D3DKMTCreateAllocation2.s b/libc/nt/gdi32/D3DKMTCreateAllocation2.s deleted file mode 100644 index 1b7d94eed..000000000 --- a/libc/nt/gdi32/D3DKMTCreateAllocation2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateAllocation2,D3DKMTCreateAllocation2,1123 diff --git a/libc/nt/gdi32/D3DKMTCreateBundleObject.S b/libc/nt/gdi32/D3DKMTCreateBundleObject.S new file mode 100644 index 000000000..efadf6ecf --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateBundleObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateBundleObject,D3DKMTCreateBundleObject,1124 diff --git a/libc/nt/gdi32/D3DKMTCreateBundleObject.s b/libc/nt/gdi32/D3DKMTCreateBundleObject.s deleted file mode 100644 index 6bcd44a4f..000000000 --- a/libc/nt/gdi32/D3DKMTCreateBundleObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateBundleObject,D3DKMTCreateBundleObject,1124 diff --git a/libc/nt/gdi32/D3DKMTCreateContext.S b/libc/nt/gdi32/D3DKMTCreateContext.S new file mode 100644 index 000000000..87bd5204d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateContext,D3DKMTCreateContext,1125 diff --git a/libc/nt/gdi32/D3DKMTCreateContext.s b/libc/nt/gdi32/D3DKMTCreateContext.s deleted file mode 100644 index eb9e3c78c..000000000 --- a/libc/nt/gdi32/D3DKMTCreateContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateContext,D3DKMTCreateContext,1125 diff --git a/libc/nt/gdi32/D3DKMTCreateContextVirtual.S b/libc/nt/gdi32/D3DKMTCreateContextVirtual.S new file mode 100644 index 000000000..eb9201284 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateContextVirtual.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateContextVirtual,D3DKMTCreateContextVirtual,1126 diff --git a/libc/nt/gdi32/D3DKMTCreateContextVirtual.s b/libc/nt/gdi32/D3DKMTCreateContextVirtual.s deleted file mode 100644 index ab346743b..000000000 --- a/libc/nt/gdi32/D3DKMTCreateContextVirtual.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateContextVirtual,D3DKMTCreateContextVirtual,1126 diff --git a/libc/nt/gdi32/D3DKMTCreateDCFromMemory.S b/libc/nt/gdi32/D3DKMTCreateDCFromMemory.S new file mode 100644 index 000000000..b97b17fbf --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateDCFromMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateDCFromMemory,D3DKMTCreateDCFromMemory,1127 diff --git a/libc/nt/gdi32/D3DKMTCreateDCFromMemory.s b/libc/nt/gdi32/D3DKMTCreateDCFromMemory.s deleted file mode 100644 index bde8e9ccc..000000000 --- a/libc/nt/gdi32/D3DKMTCreateDCFromMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateDCFromMemory,D3DKMTCreateDCFromMemory,1127 diff --git a/libc/nt/gdi32/D3DKMTCreateDevice.S b/libc/nt/gdi32/D3DKMTCreateDevice.S new file mode 100644 index 000000000..0a7ac695e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateDevice,D3DKMTCreateDevice,1128 diff --git a/libc/nt/gdi32/D3DKMTCreateDevice.s b/libc/nt/gdi32/D3DKMTCreateDevice.s deleted file mode 100644 index db9e7aa77..000000000 --- a/libc/nt/gdi32/D3DKMTCreateDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateDevice,D3DKMTCreateDevice,1128 diff --git a/libc/nt/gdi32/D3DKMTCreateHwContext.S b/libc/nt/gdi32/D3DKMTCreateHwContext.S new file mode 100644 index 000000000..933a1362c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateHwContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateHwContext,D3DKMTCreateHwContext,1129 diff --git a/libc/nt/gdi32/D3DKMTCreateHwContext.s b/libc/nt/gdi32/D3DKMTCreateHwContext.s deleted file mode 100644 index f6819c647..000000000 --- a/libc/nt/gdi32/D3DKMTCreateHwContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateHwContext,D3DKMTCreateHwContext,1129 diff --git a/libc/nt/gdi32/D3DKMTCreateHwQueue.S b/libc/nt/gdi32/D3DKMTCreateHwQueue.S new file mode 100644 index 000000000..732240170 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateHwQueue,D3DKMTCreateHwQueue,1130 diff --git a/libc/nt/gdi32/D3DKMTCreateHwQueue.s b/libc/nt/gdi32/D3DKMTCreateHwQueue.s deleted file mode 100644 index aebda50c7..000000000 --- a/libc/nt/gdi32/D3DKMTCreateHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateHwQueue,D3DKMTCreateHwQueue,1130 diff --git a/libc/nt/gdi32/D3DKMTCreateKeyedMutex.S b/libc/nt/gdi32/D3DKMTCreateKeyedMutex.S new file mode 100644 index 000000000..3609c5e4f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateKeyedMutex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateKeyedMutex,D3DKMTCreateKeyedMutex,1131 diff --git a/libc/nt/gdi32/D3DKMTCreateKeyedMutex.s b/libc/nt/gdi32/D3DKMTCreateKeyedMutex.s deleted file mode 100644 index c76b2a22c..000000000 --- a/libc/nt/gdi32/D3DKMTCreateKeyedMutex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateKeyedMutex,D3DKMTCreateKeyedMutex,1131 diff --git a/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.S b/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.S new file mode 100644 index 000000000..a0dfc36a0 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateKeyedMutex2,D3DKMTCreateKeyedMutex2,1132 diff --git a/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.s b/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.s deleted file mode 100644 index e6162b571..000000000 --- a/libc/nt/gdi32/D3DKMTCreateKeyedMutex2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateKeyedMutex2,D3DKMTCreateKeyedMutex2,1132 diff --git a/libc/nt/gdi32/D3DKMTCreateOutputDupl.S b/libc/nt/gdi32/D3DKMTCreateOutputDupl.S new file mode 100644 index 000000000..1b7dc6285 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateOutputDupl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateOutputDupl,D3DKMTCreateOutputDupl,1133 diff --git a/libc/nt/gdi32/D3DKMTCreateOutputDupl.s b/libc/nt/gdi32/D3DKMTCreateOutputDupl.s deleted file mode 100644 index 9ead3e69b..000000000 --- a/libc/nt/gdi32/D3DKMTCreateOutputDupl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateOutputDupl,D3DKMTCreateOutputDupl,1133 diff --git a/libc/nt/gdi32/D3DKMTCreateOverlay.S b/libc/nt/gdi32/D3DKMTCreateOverlay.S new file mode 100644 index 000000000..48ccda386 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateOverlay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateOverlay,D3DKMTCreateOverlay,1134 diff --git a/libc/nt/gdi32/D3DKMTCreateOverlay.s b/libc/nt/gdi32/D3DKMTCreateOverlay.s deleted file mode 100644 index 2f9840811..000000000 --- a/libc/nt/gdi32/D3DKMTCreateOverlay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateOverlay,D3DKMTCreateOverlay,1134 diff --git a/libc/nt/gdi32/D3DKMTCreatePagingQueue.S b/libc/nt/gdi32/D3DKMTCreatePagingQueue.S new file mode 100644 index 000000000..27d35408f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreatePagingQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreatePagingQueue,D3DKMTCreatePagingQueue,1135 diff --git a/libc/nt/gdi32/D3DKMTCreatePagingQueue.s b/libc/nt/gdi32/D3DKMTCreatePagingQueue.s deleted file mode 100644 index 0811a1123..000000000 --- a/libc/nt/gdi32/D3DKMTCreatePagingQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreatePagingQueue,D3DKMTCreatePagingQueue,1135 diff --git a/libc/nt/gdi32/D3DKMTCreateProtectedSession.S b/libc/nt/gdi32/D3DKMTCreateProtectedSession.S new file mode 100644 index 000000000..707b07b3c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateProtectedSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateProtectedSession,D3DKMTCreateProtectedSession,1136 diff --git a/libc/nt/gdi32/D3DKMTCreateProtectedSession.s b/libc/nt/gdi32/D3DKMTCreateProtectedSession.s deleted file mode 100644 index 836b43b66..000000000 --- a/libc/nt/gdi32/D3DKMTCreateProtectedSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateProtectedSession,D3DKMTCreateProtectedSession,1136 diff --git a/libc/nt/gdi32/D3DKMTCreateSwapChain.S b/libc/nt/gdi32/D3DKMTCreateSwapChain.S new file mode 100644 index 000000000..48f4b085e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateSwapChain,D3DKMTCreateSwapChain,1137 diff --git a/libc/nt/gdi32/D3DKMTCreateSwapChain.s b/libc/nt/gdi32/D3DKMTCreateSwapChain.s deleted file mode 100644 index 3a218ccd4..000000000 --- a/libc/nt/gdi32/D3DKMTCreateSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateSwapChain,D3DKMTCreateSwapChain,1137 diff --git a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.S b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.S new file mode 100644 index 000000000..5014959a6 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateSynchronizationObject,D3DKMTCreateSynchronizationObject,1138 diff --git a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.s b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.s deleted file mode 100644 index d8430e210..000000000 --- a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateSynchronizationObject,D3DKMTCreateSynchronizationObject,1138 diff --git a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.S b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.S new file mode 100644 index 000000000..2082beffd --- /dev/null +++ b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTCreateSynchronizationObject2,D3DKMTCreateSynchronizationObject2,1139 diff --git a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.s b/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.s deleted file mode 100644 index a37e93aa8..000000000 --- a/libc/nt/gdi32/D3DKMTCreateSynchronizationObject2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTCreateSynchronizationObject2,D3DKMTCreateSynchronizationObject2,1139 diff --git a/libc/nt/gdi32/D3DKMTDDisplayEnum.S b/libc/nt/gdi32/D3DKMTDDisplayEnum.S new file mode 100644 index 000000000..7bb8168f1 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDDisplayEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDDisplayEnum,D3DKMTDDisplayEnum,1140 diff --git a/libc/nt/gdi32/D3DKMTDDisplayEnum.s b/libc/nt/gdi32/D3DKMTDDisplayEnum.s deleted file mode 100644 index d3a347055..000000000 --- a/libc/nt/gdi32/D3DKMTDDisplayEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDDisplayEnum,D3DKMTDDisplayEnum,1140 diff --git a/libc/nt/gdi32/D3DKMTDestroyAllocation.S b/libc/nt/gdi32/D3DKMTDestroyAllocation.S new file mode 100644 index 000000000..56bc4f7a3 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyAllocation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyAllocation,D3DKMTDestroyAllocation,1141 diff --git a/libc/nt/gdi32/D3DKMTDestroyAllocation.s b/libc/nt/gdi32/D3DKMTDestroyAllocation.s deleted file mode 100644 index 45135ceb1..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyAllocation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyAllocation,D3DKMTDestroyAllocation,1141 diff --git a/libc/nt/gdi32/D3DKMTDestroyAllocation2.S b/libc/nt/gdi32/D3DKMTDestroyAllocation2.S new file mode 100644 index 000000000..7060abd32 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyAllocation2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyAllocation2,D3DKMTDestroyAllocation2,1142 diff --git a/libc/nt/gdi32/D3DKMTDestroyAllocation2.s b/libc/nt/gdi32/D3DKMTDestroyAllocation2.s deleted file mode 100644 index 92e918154..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyAllocation2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyAllocation2,D3DKMTDestroyAllocation2,1142 diff --git a/libc/nt/gdi32/D3DKMTDestroyContext.S b/libc/nt/gdi32/D3DKMTDestroyContext.S new file mode 100644 index 000000000..4d1477f6c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyContext,D3DKMTDestroyContext,1143 diff --git a/libc/nt/gdi32/D3DKMTDestroyContext.s b/libc/nt/gdi32/D3DKMTDestroyContext.s deleted file mode 100644 index 4e03595d3..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyContext,D3DKMTDestroyContext,1143 diff --git a/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.S b/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.S new file mode 100644 index 000000000..7326a1f44 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyDCFromMemory,D3DKMTDestroyDCFromMemory,1144 diff --git a/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.s b/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.s deleted file mode 100644 index fc32ac036..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyDCFromMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyDCFromMemory,D3DKMTDestroyDCFromMemory,1144 diff --git a/libc/nt/gdi32/D3DKMTDestroyDevice.S b/libc/nt/gdi32/D3DKMTDestroyDevice.S new file mode 100644 index 000000000..7a41a5455 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyDevice,D3DKMTDestroyDevice,1145 diff --git a/libc/nt/gdi32/D3DKMTDestroyDevice.s b/libc/nt/gdi32/D3DKMTDestroyDevice.s deleted file mode 100644 index d7fd4c9bc..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyDevice,D3DKMTDestroyDevice,1145 diff --git a/libc/nt/gdi32/D3DKMTDestroyHwContext.S b/libc/nt/gdi32/D3DKMTDestroyHwContext.S new file mode 100644 index 000000000..4679da025 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyHwContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyHwContext,D3DKMTDestroyHwContext,1146 diff --git a/libc/nt/gdi32/D3DKMTDestroyHwContext.s b/libc/nt/gdi32/D3DKMTDestroyHwContext.s deleted file mode 100644 index baa01f42d..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyHwContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyHwContext,D3DKMTDestroyHwContext,1146 diff --git a/libc/nt/gdi32/D3DKMTDestroyHwQueue.S b/libc/nt/gdi32/D3DKMTDestroyHwQueue.S new file mode 100644 index 000000000..a62c4d3b8 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyHwQueue,D3DKMTDestroyHwQueue,1147 diff --git a/libc/nt/gdi32/D3DKMTDestroyHwQueue.s b/libc/nt/gdi32/D3DKMTDestroyHwQueue.s deleted file mode 100644 index d839149f0..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyHwQueue,D3DKMTDestroyHwQueue,1147 diff --git a/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.S b/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.S new file mode 100644 index 000000000..8ba00e3bc --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyKeyedMutex,D3DKMTDestroyKeyedMutex,1148 diff --git a/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.s b/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.s deleted file mode 100644 index 4f48b98ca..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyKeyedMutex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyKeyedMutex,D3DKMTDestroyKeyedMutex,1148 diff --git a/libc/nt/gdi32/D3DKMTDestroyOutputDupl.S b/libc/nt/gdi32/D3DKMTDestroyOutputDupl.S new file mode 100644 index 000000000..6674ce3f5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyOutputDupl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyOutputDupl,D3DKMTDestroyOutputDupl,1149 diff --git a/libc/nt/gdi32/D3DKMTDestroyOutputDupl.s b/libc/nt/gdi32/D3DKMTDestroyOutputDupl.s deleted file mode 100644 index 740857395..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyOutputDupl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyOutputDupl,D3DKMTDestroyOutputDupl,1149 diff --git a/libc/nt/gdi32/D3DKMTDestroyOverlay.S b/libc/nt/gdi32/D3DKMTDestroyOverlay.S new file mode 100644 index 000000000..74f94cddf --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyOverlay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyOverlay,D3DKMTDestroyOverlay,1150 diff --git a/libc/nt/gdi32/D3DKMTDestroyOverlay.s b/libc/nt/gdi32/D3DKMTDestroyOverlay.s deleted file mode 100644 index 76c06f630..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyOverlay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyOverlay,D3DKMTDestroyOverlay,1150 diff --git a/libc/nt/gdi32/D3DKMTDestroyPagingQueue.S b/libc/nt/gdi32/D3DKMTDestroyPagingQueue.S new file mode 100644 index 000000000..0fdae202b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyPagingQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyPagingQueue,D3DKMTDestroyPagingQueue,1151 diff --git a/libc/nt/gdi32/D3DKMTDestroyPagingQueue.s b/libc/nt/gdi32/D3DKMTDestroyPagingQueue.s deleted file mode 100644 index eac9eff57..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyPagingQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyPagingQueue,D3DKMTDestroyPagingQueue,1151 diff --git a/libc/nt/gdi32/D3DKMTDestroyProtectedSession.S b/libc/nt/gdi32/D3DKMTDestroyProtectedSession.S new file mode 100644 index 000000000..a38b42a39 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroyProtectedSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroyProtectedSession,D3DKMTDestroyProtectedSession,1152 diff --git a/libc/nt/gdi32/D3DKMTDestroyProtectedSession.s b/libc/nt/gdi32/D3DKMTDestroyProtectedSession.s deleted file mode 100644 index 1c326df3f..000000000 --- a/libc/nt/gdi32/D3DKMTDestroyProtectedSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroyProtectedSession,D3DKMTDestroyProtectedSession,1152 diff --git a/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.S b/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.S new file mode 100644 index 000000000..bc73bd20f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDestroySynchronizationObject,D3DKMTDestroySynchronizationObject,1153 diff --git a/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.s b/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.s deleted file mode 100644 index 696311311..000000000 --- a/libc/nt/gdi32/D3DKMTDestroySynchronizationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDestroySynchronizationObject,D3DKMTDestroySynchronizationObject,1153 diff --git a/libc/nt/gdi32/D3DKMTDispMgrCreate.S b/libc/nt/gdi32/D3DKMTDispMgrCreate.S new file mode 100644 index 000000000..433a5be6f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDispMgrCreate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDispMgrCreate,D3DKMTDispMgrCreate,1154 diff --git a/libc/nt/gdi32/D3DKMTDispMgrCreate.s b/libc/nt/gdi32/D3DKMTDispMgrCreate.s deleted file mode 100644 index 7fc88daa3..000000000 --- a/libc/nt/gdi32/D3DKMTDispMgrCreate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDispMgrCreate,D3DKMTDispMgrCreate,1154 diff --git a/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.S b/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.S new file mode 100644 index 000000000..57d4d99f2 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDispMgrSourceOperation,D3DKMTDispMgrSourceOperation,1155 diff --git a/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.s b/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.s deleted file mode 100644 index 896cf17d4..000000000 --- a/libc/nt/gdi32/D3DKMTDispMgrSourceOperation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDispMgrSourceOperation,D3DKMTDispMgrSourceOperation,1155 diff --git a/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.S b/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.S new file mode 100644 index 000000000..7494f74e6 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTDispMgrTargetOperation,D3DKMTDispMgrTargetOperation,1156 diff --git a/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.s b/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.s deleted file mode 100644 index 229306c7f..000000000 --- a/libc/nt/gdi32/D3DKMTDispMgrTargetOperation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTDispMgrTargetOperation,D3DKMTDispMgrTargetOperation,1156 diff --git a/libc/nt/gdi32/D3DKMTEnumAdapters.S b/libc/nt/gdi32/D3DKMTEnumAdapters.S new file mode 100644 index 000000000..3b73606d5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTEnumAdapters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTEnumAdapters,D3DKMTEnumAdapters,1157 diff --git a/libc/nt/gdi32/D3DKMTEnumAdapters.s b/libc/nt/gdi32/D3DKMTEnumAdapters.s deleted file mode 100644 index 10bd1f95e..000000000 --- a/libc/nt/gdi32/D3DKMTEnumAdapters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTEnumAdapters,D3DKMTEnumAdapters,1157 diff --git a/libc/nt/gdi32/D3DKMTEnumAdapters2.S b/libc/nt/gdi32/D3DKMTEnumAdapters2.S new file mode 100644 index 000000000..11e81cb00 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTEnumAdapters2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTEnumAdapters2,D3DKMTEnumAdapters2,1158 diff --git a/libc/nt/gdi32/D3DKMTEnumAdapters2.s b/libc/nt/gdi32/D3DKMTEnumAdapters2.s deleted file mode 100644 index 55d3f6bfd..000000000 --- a/libc/nt/gdi32/D3DKMTEnumAdapters2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTEnumAdapters2,D3DKMTEnumAdapters2,1158 diff --git a/libc/nt/gdi32/D3DKMTEscape.S b/libc/nt/gdi32/D3DKMTEscape.S new file mode 100644 index 000000000..55fb4b636 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTEscape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTEscape,D3DKMTEscape,1159 diff --git a/libc/nt/gdi32/D3DKMTEscape.s b/libc/nt/gdi32/D3DKMTEscape.s deleted file mode 100644 index 66f573541..000000000 --- a/libc/nt/gdi32/D3DKMTEscape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTEscape,D3DKMTEscape,1159 diff --git a/libc/nt/gdi32/D3DKMTEvict.S b/libc/nt/gdi32/D3DKMTEvict.S new file mode 100644 index 000000000..2b1b6ef7e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTEvict.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTEvict,D3DKMTEvict,1160 diff --git a/libc/nt/gdi32/D3DKMTEvict.s b/libc/nt/gdi32/D3DKMTEvict.s deleted file mode 100644 index e7297d15c..000000000 --- a/libc/nt/gdi32/D3DKMTEvict.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTEvict,D3DKMTEvict,1160 diff --git a/libc/nt/gdi32/D3DKMTExtractBundleObject.S b/libc/nt/gdi32/D3DKMTExtractBundleObject.S new file mode 100644 index 000000000..3ea3883a2 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTExtractBundleObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTExtractBundleObject,D3DKMTExtractBundleObject,1161 diff --git a/libc/nt/gdi32/D3DKMTExtractBundleObject.s b/libc/nt/gdi32/D3DKMTExtractBundleObject.s deleted file mode 100644 index 8d906646f..000000000 --- a/libc/nt/gdi32/D3DKMTExtractBundleObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTExtractBundleObject,D3DKMTExtractBundleObject,1161 diff --git a/libc/nt/gdi32/D3DKMTFlipOverlay.S b/libc/nt/gdi32/D3DKMTFlipOverlay.S new file mode 100644 index 000000000..c2af65784 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTFlipOverlay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTFlipOverlay,D3DKMTFlipOverlay,1162 diff --git a/libc/nt/gdi32/D3DKMTFlipOverlay.s b/libc/nt/gdi32/D3DKMTFlipOverlay.s deleted file mode 100644 index f02efd02d..000000000 --- a/libc/nt/gdi32/D3DKMTFlipOverlay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTFlipOverlay,D3DKMTFlipOverlay,1162 diff --git a/libc/nt/gdi32/D3DKMTFlushHeapTransitions.S b/libc/nt/gdi32/D3DKMTFlushHeapTransitions.S new file mode 100644 index 000000000..a35d7676a --- /dev/null +++ b/libc/nt/gdi32/D3DKMTFlushHeapTransitions.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTFlushHeapTransitions,D3DKMTFlushHeapTransitions,1163 diff --git a/libc/nt/gdi32/D3DKMTFlushHeapTransitions.s b/libc/nt/gdi32/D3DKMTFlushHeapTransitions.s deleted file mode 100644 index 54afe46f9..000000000 --- a/libc/nt/gdi32/D3DKMTFlushHeapTransitions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTFlushHeapTransitions,D3DKMTFlushHeapTransitions,1163 diff --git a/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.S b/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.S new file mode 100644 index 000000000..8dd2f5aca --- /dev/null +++ b/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTFreeGpuVirtualAddress,D3DKMTFreeGpuVirtualAddress,1164 diff --git a/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.s b/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.s deleted file mode 100644 index 2864aeda9..000000000 --- a/libc/nt/gdi32/D3DKMTFreeGpuVirtualAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTFreeGpuVirtualAddress,D3DKMTFreeGpuVirtualAddress,1164 diff --git a/libc/nt/gdi32/D3DKMTGetAllocationPriority.S b/libc/nt/gdi32/D3DKMTGetAllocationPriority.S new file mode 100644 index 000000000..37915763d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetAllocationPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetAllocationPriority,D3DKMTGetAllocationPriority,1165 diff --git a/libc/nt/gdi32/D3DKMTGetAllocationPriority.s b/libc/nt/gdi32/D3DKMTGetAllocationPriority.s deleted file mode 100644 index 7b9696437..000000000 --- a/libc/nt/gdi32/D3DKMTGetAllocationPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetAllocationPriority,D3DKMTGetAllocationPriority,1165 diff --git a/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.S b/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.S new file mode 100644 index 000000000..5f608df8d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetCachedHybridQueryValue,D3DKMTGetCachedHybridQueryValue,1166 diff --git a/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.s b/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.s deleted file mode 100644 index 65463ea10..000000000 --- a/libc/nt/gdi32/D3DKMTGetCachedHybridQueryValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetCachedHybridQueryValue,D3DKMTGetCachedHybridQueryValue,1166 diff --git a/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.S b/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.S new file mode 100644 index 000000000..15cd88802 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetContextInProcessSchedulingPriority,D3DKMTGetContextInProcessSchedulingPriority,1167 diff --git a/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.s b/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.s deleted file mode 100644 index 78aa062ab..000000000 --- a/libc/nt/gdi32/D3DKMTGetContextInProcessSchedulingPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetContextInProcessSchedulingPriority,D3DKMTGetContextInProcessSchedulingPriority,1167 diff --git a/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.S b/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.S new file mode 100644 index 000000000..498b3d5ec --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetContextSchedulingPriority,D3DKMTGetContextSchedulingPriority,1168 diff --git a/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.s b/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.s deleted file mode 100644 index 672a71dc1..000000000 --- a/libc/nt/gdi32/D3DKMTGetContextSchedulingPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetContextSchedulingPriority,D3DKMTGetContextSchedulingPriority,1168 diff --git a/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.S b/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.S new file mode 100644 index 000000000..2b53757ce --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetDWMVerticalBlankEvent,D3DKMTGetDWMVerticalBlankEvent,1169 diff --git a/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.s b/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.s deleted file mode 100644 index 39dc93d40..000000000 --- a/libc/nt/gdi32/D3DKMTGetDWMVerticalBlankEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetDWMVerticalBlankEvent,D3DKMTGetDWMVerticalBlankEvent,1169 diff --git a/libc/nt/gdi32/D3DKMTGetDeviceState.S b/libc/nt/gdi32/D3DKMTGetDeviceState.S new file mode 100644 index 000000000..dcdcb6b89 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetDeviceState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetDeviceState,D3DKMTGetDeviceState,1170 diff --git a/libc/nt/gdi32/D3DKMTGetDeviceState.s b/libc/nt/gdi32/D3DKMTGetDeviceState.s deleted file mode 100644 index a00a12724..000000000 --- a/libc/nt/gdi32/D3DKMTGetDeviceState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetDeviceState,D3DKMTGetDeviceState,1170 diff --git a/libc/nt/gdi32/D3DKMTGetDisplayModeList.S b/libc/nt/gdi32/D3DKMTGetDisplayModeList.S new file mode 100644 index 000000000..3ad99fa12 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetDisplayModeList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetDisplayModeList,D3DKMTGetDisplayModeList,1171 diff --git a/libc/nt/gdi32/D3DKMTGetDisplayModeList.s b/libc/nt/gdi32/D3DKMTGetDisplayModeList.s deleted file mode 100644 index 11e4854e1..000000000 --- a/libc/nt/gdi32/D3DKMTGetDisplayModeList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetDisplayModeList,D3DKMTGetDisplayModeList,1171 diff --git a/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.S b/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.S new file mode 100644 index 000000000..d6ee17f13 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetMemoryBudgetTarget,D3DKMTGetMemoryBudgetTarget,1172 diff --git a/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.s b/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.s deleted file mode 100644 index 496b81b6a..000000000 --- a/libc/nt/gdi32/D3DKMTGetMemoryBudgetTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetMemoryBudgetTarget,D3DKMTGetMemoryBudgetTarget,1172 diff --git a/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.S b/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.S new file mode 100644 index 000000000..3d0a8acdd --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetMultiPlaneOverlayCaps,D3DKMTGetMultiPlaneOverlayCaps,1173 diff --git a/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.s b/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.s deleted file mode 100644 index 48f7712ce..000000000 --- a/libc/nt/gdi32/D3DKMTGetMultiPlaneOverlayCaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetMultiPlaneOverlayCaps,D3DKMTGetMultiPlaneOverlayCaps,1173 diff --git a/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.S b/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.S new file mode 100644 index 000000000..f75e38088 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetMultisampleMethodList,D3DKMTGetMultisampleMethodList,1174 diff --git a/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.s b/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.s deleted file mode 100644 index afb3e8de1..000000000 --- a/libc/nt/gdi32/D3DKMTGetMultisampleMethodList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetMultisampleMethodList,D3DKMTGetMultisampleMethodList,1174 diff --git a/libc/nt/gdi32/D3DKMTGetOverlayState.S b/libc/nt/gdi32/D3DKMTGetOverlayState.S new file mode 100644 index 000000000..97b05b876 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetOverlayState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetOverlayState,D3DKMTGetOverlayState,1175 diff --git a/libc/nt/gdi32/D3DKMTGetOverlayState.s b/libc/nt/gdi32/D3DKMTGetOverlayState.s deleted file mode 100644 index 852e76d2f..000000000 --- a/libc/nt/gdi32/D3DKMTGetOverlayState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetOverlayState,D3DKMTGetOverlayState,1175 diff --git a/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.S b/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.S new file mode 100644 index 000000000..b849e3ce2 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetPostCompositionCaps,D3DKMTGetPostCompositionCaps,1176 diff --git a/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.s b/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.s deleted file mode 100644 index 56ebd133c..000000000 --- a/libc/nt/gdi32/D3DKMTGetPostCompositionCaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetPostCompositionCaps,D3DKMTGetPostCompositionCaps,1176 diff --git a/libc/nt/gdi32/D3DKMTGetPresentHistory.S b/libc/nt/gdi32/D3DKMTGetPresentHistory.S new file mode 100644 index 000000000..c30e95686 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetPresentHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetPresentHistory,D3DKMTGetPresentHistory,1177 diff --git a/libc/nt/gdi32/D3DKMTGetPresentHistory.s b/libc/nt/gdi32/D3DKMTGetPresentHistory.s deleted file mode 100644 index 066a8b9f6..000000000 --- a/libc/nt/gdi32/D3DKMTGetPresentHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetPresentHistory,D3DKMTGetPresentHistory,1177 diff --git a/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.S b/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.S new file mode 100644 index 000000000..74a79f193 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetPresentQueueEvent,D3DKMTGetPresentQueueEvent,1178 diff --git a/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.s b/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.s deleted file mode 100644 index 890693821..000000000 --- a/libc/nt/gdi32/D3DKMTGetPresentQueueEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetPresentQueueEvent,D3DKMTGetPresentQueueEvent,1178 diff --git a/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.S b/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.S new file mode 100644 index 000000000..b67518f3b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetProcessDeviceRemovalSupport,D3DKMTGetProcessDeviceRemovalSupport,1179 diff --git a/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.s b/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.s deleted file mode 100644 index 2d438e4b6..000000000 --- a/libc/nt/gdi32/D3DKMTGetProcessDeviceRemovalSupport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetProcessDeviceRemovalSupport,D3DKMTGetProcessDeviceRemovalSupport,1179 diff --git a/libc/nt/gdi32/D3DKMTGetProcessList.S b/libc/nt/gdi32/D3DKMTGetProcessList.S new file mode 100644 index 000000000..488d603f9 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetProcessList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetProcessList,D3DKMTGetProcessList,1180 diff --git a/libc/nt/gdi32/D3DKMTGetProcessList.s b/libc/nt/gdi32/D3DKMTGetProcessList.s deleted file mode 100644 index 0147e2d30..000000000 --- a/libc/nt/gdi32/D3DKMTGetProcessList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetProcessList,D3DKMTGetProcessList,1180 diff --git a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.S b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.S new file mode 100644 index 000000000..68561d53d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetProcessSchedulingPriorityBand,D3DKMTGetProcessSchedulingPriorityBand,1181 diff --git a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.s b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.s deleted file mode 100644 index d8623873d..000000000 --- a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetProcessSchedulingPriorityBand,D3DKMTGetProcessSchedulingPriorityBand,1181 diff --git a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.S b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.S new file mode 100644 index 000000000..5b9743e95 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetProcessSchedulingPriorityClass,D3DKMTGetProcessSchedulingPriorityClass,1182 diff --git a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.s b/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.s deleted file mode 100644 index bef2e2b61..000000000 --- a/libc/nt/gdi32/D3DKMTGetProcessSchedulingPriorityClass.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetProcessSchedulingPriorityClass,D3DKMTGetProcessSchedulingPriorityClass,1182 diff --git a/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.S b/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.S new file mode 100644 index 000000000..cac72d261 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetResourcePresentPrivateDriverData,D3DKMTGetResourcePresentPrivateDriverData,1183 diff --git a/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.s b/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.s deleted file mode 100644 index c420d9e1d..000000000 --- a/libc/nt/gdi32/D3DKMTGetResourcePresentPrivateDriverData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetResourcePresentPrivateDriverData,D3DKMTGetResourcePresentPrivateDriverData,1183 diff --git a/libc/nt/gdi32/D3DKMTGetRuntimeData.S b/libc/nt/gdi32/D3DKMTGetRuntimeData.S new file mode 100644 index 000000000..e8c1dc0bb --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetRuntimeData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetRuntimeData,D3DKMTGetRuntimeData,1184 diff --git a/libc/nt/gdi32/D3DKMTGetRuntimeData.s b/libc/nt/gdi32/D3DKMTGetRuntimeData.s deleted file mode 100644 index e7fb00979..000000000 --- a/libc/nt/gdi32/D3DKMTGetRuntimeData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetRuntimeData,D3DKMTGetRuntimeData,1184 diff --git a/libc/nt/gdi32/D3DKMTGetScanLine.S b/libc/nt/gdi32/D3DKMTGetScanLine.S new file mode 100644 index 000000000..659660e75 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetScanLine.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetScanLine,D3DKMTGetScanLine,1185 diff --git a/libc/nt/gdi32/D3DKMTGetScanLine.s b/libc/nt/gdi32/D3DKMTGetScanLine.s deleted file mode 100644 index c4761cc5d..000000000 --- a/libc/nt/gdi32/D3DKMTGetScanLine.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetScanLine,D3DKMTGetScanLine,1185 diff --git a/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.S b/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.S new file mode 100644 index 000000000..f6e0b494f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetSetSwapChainMetadata,D3DKMTGetSetSwapChainMetadata,1186 diff --git a/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.s b/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.s deleted file mode 100644 index bfcc1b88e..000000000 --- a/libc/nt/gdi32/D3DKMTGetSetSwapChainMetadata.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetSetSwapChainMetadata,D3DKMTGetSetSwapChainMetadata,1186 diff --git a/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.S b/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.S new file mode 100644 index 000000000..00cb41827 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetSharedPrimaryHandle,D3DKMTGetSharedPrimaryHandle,1187 diff --git a/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.s b/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.s deleted file mode 100644 index d5e6285e0..000000000 --- a/libc/nt/gdi32/D3DKMTGetSharedPrimaryHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetSharedPrimaryHandle,D3DKMTGetSharedPrimaryHandle,1187 diff --git a/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.S b/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.S new file mode 100644 index 000000000..c88fc6e41 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetSharedResourceAdapterLuid,D3DKMTGetSharedResourceAdapterLuid,1188 diff --git a/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.s b/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.s deleted file mode 100644 index e80adcc67..000000000 --- a/libc/nt/gdi32/D3DKMTGetSharedResourceAdapterLuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetSharedResourceAdapterLuid,D3DKMTGetSharedResourceAdapterLuid,1188 diff --git a/libc/nt/gdi32/D3DKMTGetYieldPercentage.S b/libc/nt/gdi32/D3DKMTGetYieldPercentage.S new file mode 100644 index 000000000..7050e6f55 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTGetYieldPercentage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTGetYieldPercentage,D3DKMTGetYieldPercentage,1189 diff --git a/libc/nt/gdi32/D3DKMTGetYieldPercentage.s b/libc/nt/gdi32/D3DKMTGetYieldPercentage.s deleted file mode 100644 index e0cef1a75..000000000 --- a/libc/nt/gdi32/D3DKMTGetYieldPercentage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTGetYieldPercentage,D3DKMTGetYieldPercentage,1189 diff --git a/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.S b/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.S new file mode 100644 index 000000000..5a07ba004 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTInvalidateActiveVidPn,D3DKMTInvalidateActiveVidPn,1190 diff --git a/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.s b/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.s deleted file mode 100644 index 0f8be8e58..000000000 --- a/libc/nt/gdi32/D3DKMTInvalidateActiveVidPn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTInvalidateActiveVidPn,D3DKMTInvalidateActiveVidPn,1190 diff --git a/libc/nt/gdi32/D3DKMTInvalidateCache.S b/libc/nt/gdi32/D3DKMTInvalidateCache.S new file mode 100644 index 000000000..a630a6c5b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTInvalidateCache.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTInvalidateCache,D3DKMTInvalidateCache,1191 diff --git a/libc/nt/gdi32/D3DKMTInvalidateCache.s b/libc/nt/gdi32/D3DKMTInvalidateCache.s deleted file mode 100644 index 0320dfb12..000000000 --- a/libc/nt/gdi32/D3DKMTInvalidateCache.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTInvalidateCache,D3DKMTInvalidateCache,1191 diff --git a/libc/nt/gdi32/D3DKMTLock.S b/libc/nt/gdi32/D3DKMTLock.S new file mode 100644 index 000000000..dd822ad97 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTLock,D3DKMTLock,1192 diff --git a/libc/nt/gdi32/D3DKMTLock.s b/libc/nt/gdi32/D3DKMTLock.s deleted file mode 100644 index 82cba5ea9..000000000 --- a/libc/nt/gdi32/D3DKMTLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTLock,D3DKMTLock,1192 diff --git a/libc/nt/gdi32/D3DKMTLock2.S b/libc/nt/gdi32/D3DKMTLock2.S new file mode 100644 index 000000000..b8b9eafc5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTLock2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTLock2,D3DKMTLock2,1193 diff --git a/libc/nt/gdi32/D3DKMTLock2.s b/libc/nt/gdi32/D3DKMTLock2.s deleted file mode 100644 index cfe68a314..000000000 --- a/libc/nt/gdi32/D3DKMTLock2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTLock2,D3DKMTLock2,1193 diff --git a/libc/nt/gdi32/D3DKMTMakeResident.S b/libc/nt/gdi32/D3DKMTMakeResident.S new file mode 100644 index 000000000..a0de9568c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTMakeResident.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTMakeResident,D3DKMTMakeResident,1194 diff --git a/libc/nt/gdi32/D3DKMTMakeResident.s b/libc/nt/gdi32/D3DKMTMakeResident.s deleted file mode 100644 index 5cc73c858..000000000 --- a/libc/nt/gdi32/D3DKMTMakeResident.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTMakeResident,D3DKMTMakeResident,1194 diff --git a/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.S b/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.S new file mode 100644 index 000000000..623210b67 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTMapGpuVirtualAddress,D3DKMTMapGpuVirtualAddress,1195 diff --git a/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.s b/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.s deleted file mode 100644 index 43037f46e..000000000 --- a/libc/nt/gdi32/D3DKMTMapGpuVirtualAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTMapGpuVirtualAddress,D3DKMTMapGpuVirtualAddress,1195 diff --git a/libc/nt/gdi32/D3DKMTMarkDeviceAsError.S b/libc/nt/gdi32/D3DKMTMarkDeviceAsError.S new file mode 100644 index 000000000..cb4174dad --- /dev/null +++ b/libc/nt/gdi32/D3DKMTMarkDeviceAsError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTMarkDeviceAsError,D3DKMTMarkDeviceAsError,1196 diff --git a/libc/nt/gdi32/D3DKMTMarkDeviceAsError.s b/libc/nt/gdi32/D3DKMTMarkDeviceAsError.s deleted file mode 100644 index 3987259c4..000000000 --- a/libc/nt/gdi32/D3DKMTMarkDeviceAsError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTMarkDeviceAsError,D3DKMTMarkDeviceAsError,1196 diff --git a/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.S b/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.S new file mode 100644 index 000000000..0d798718b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispGetNextChunkInfo,D3DKMTNetDispGetNextChunkInfo,1197 diff --git a/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.s b/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.s deleted file mode 100644 index 8e36790aa..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispGetNextChunkInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispGetNextChunkInfo,D3DKMTNetDispGetNextChunkInfo,1197 diff --git a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.S b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.S new file mode 100644 index 000000000..2d1f61b3d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispQueryMiracastDisplayDeviceStatus,D3DKMTNetDispQueryMiracastDisplayDeviceStatus,1198 diff --git a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.s b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.s deleted file mode 100644 index d23ef7cb1..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispQueryMiracastDisplayDeviceStatus,D3DKMTNetDispQueryMiracastDisplayDeviceStatus,1198 diff --git a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.S b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.S new file mode 100644 index 000000000..34e7ee501 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispQueryMiracastDisplayDeviceSupport,D3DKMTNetDispQueryMiracastDisplayDeviceSupport,1199 diff --git a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.s b/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.s deleted file mode 100644 index ac36597b5..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispQueryMiracastDisplayDeviceSupport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispQueryMiracastDisplayDeviceSupport,D3DKMTNetDispQueryMiracastDisplayDeviceSupport,1199 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.S b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.S new file mode 100644 index 000000000..19c9fcd0e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDevice,D3DKMTNetDispStartMiracastDisplayDevice,1200 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.s b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.s deleted file mode 100644 index 4b32fd2d6..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDevice,D3DKMTNetDispStartMiracastDisplayDevice,1200 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.S b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.S new file mode 100644 index 000000000..b01224333 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDevice2,D3DKMTNetDispStartMiracastDisplayDevice2,1201 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.s b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.s deleted file mode 100644 index 7f513a10e..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDevice2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDevice2,D3DKMTNetDispStartMiracastDisplayDevice2,1201 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.S b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.S new file mode 100644 index 000000000..eeb886428 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDeviceEx,D3DKMTNetDispStartMiracastDisplayDeviceEx,1202 diff --git a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.s b/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.s deleted file mode 100644 index 16a262709..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispStartMiracastDisplayDeviceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispStartMiracastDisplayDeviceEx,D3DKMTNetDispStartMiracastDisplayDeviceEx,1202 diff --git a/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.S b/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.S new file mode 100644 index 000000000..680d752db --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispStopMiracastDisplayDevice,D3DKMTNetDispStopMiracastDisplayDevice,1203 diff --git a/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.s b/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.s deleted file mode 100644 index 772ee83c3..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispStopMiracastDisplayDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispStopMiracastDisplayDevice,D3DKMTNetDispStopMiracastDisplayDevice,1203 diff --git a/libc/nt/gdi32/D3DKMTNetDispStopSessions.S b/libc/nt/gdi32/D3DKMTNetDispStopSessions.S new file mode 100644 index 000000000..502ab9c28 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTNetDispStopSessions.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTNetDispStopSessions,D3DKMTNetDispStopSessions,1204 diff --git a/libc/nt/gdi32/D3DKMTNetDispStopSessions.s b/libc/nt/gdi32/D3DKMTNetDispStopSessions.s deleted file mode 100644 index 125e539fc..000000000 --- a/libc/nt/gdi32/D3DKMTNetDispStopSessions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTNetDispStopSessions,D3DKMTNetDispStopSessions,1204 diff --git a/libc/nt/gdi32/D3DKMTOfferAllocations.S b/libc/nt/gdi32/D3DKMTOfferAllocations.S new file mode 100644 index 000000000..33cd56d1e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOfferAllocations.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOfferAllocations,D3DKMTOfferAllocations,1205 diff --git a/libc/nt/gdi32/D3DKMTOfferAllocations.s b/libc/nt/gdi32/D3DKMTOfferAllocations.s deleted file mode 100644 index d402381ea..000000000 --- a/libc/nt/gdi32/D3DKMTOfferAllocations.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOfferAllocations,D3DKMTOfferAllocations,1205 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.S b/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.S new file mode 100644 index 000000000..7c3d82ded --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenAdapterFromDeviceName,D3DKMTOpenAdapterFromDeviceName,1206 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.s b/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.s deleted file mode 100644 index 06e5da583..000000000 --- a/libc/nt/gdi32/D3DKMTOpenAdapterFromDeviceName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenAdapterFromDeviceName,D3DKMTOpenAdapterFromDeviceName,1206 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.S b/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.S new file mode 100644 index 000000000..20002bb0c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenAdapterFromGdiDisplayName,D3DKMTOpenAdapterFromGdiDisplayName,1207 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.s b/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.s deleted file mode 100644 index 9cee30b77..000000000 --- a/libc/nt/gdi32/D3DKMTOpenAdapterFromGdiDisplayName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenAdapterFromGdiDisplayName,D3DKMTOpenAdapterFromGdiDisplayName,1207 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.S b/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.S new file mode 100644 index 000000000..bb28a0be9 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenAdapterFromHdc,D3DKMTOpenAdapterFromHdc,1208 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.s b/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.s deleted file mode 100644 index b20aecc3f..000000000 --- a/libc/nt/gdi32/D3DKMTOpenAdapterFromHdc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenAdapterFromHdc,D3DKMTOpenAdapterFromHdc,1208 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.S b/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.S new file mode 100644 index 000000000..6cca7daa4 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenAdapterFromLuid,D3DKMTOpenAdapterFromLuid,1209 diff --git a/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.s b/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.s deleted file mode 100644 index afac5b7a3..000000000 --- a/libc/nt/gdi32/D3DKMTOpenAdapterFromLuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenAdapterFromLuid,D3DKMTOpenAdapterFromLuid,1209 diff --git a/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.S b/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.S new file mode 100644 index 000000000..2de376ed4 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenBundleObjectNtHandleFromName,D3DKMTOpenBundleObjectNtHandleFromName,1210 diff --git a/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.s b/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.s deleted file mode 100644 index 715be2f77..000000000 --- a/libc/nt/gdi32/D3DKMTOpenBundleObjectNtHandleFromName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenBundleObjectNtHandleFromName,D3DKMTOpenBundleObjectNtHandleFromName,1210 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutex.S b/libc/nt/gdi32/D3DKMTOpenKeyedMutex.S new file mode 100644 index 000000000..27ae91bc7 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenKeyedMutex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenKeyedMutex,D3DKMTOpenKeyedMutex,1211 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutex.s b/libc/nt/gdi32/D3DKMTOpenKeyedMutex.s deleted file mode 100644 index 2afdafe9e..000000000 --- a/libc/nt/gdi32/D3DKMTOpenKeyedMutex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenKeyedMutex,D3DKMTOpenKeyedMutex,1211 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.S b/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.S new file mode 100644 index 000000000..be7331769 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenKeyedMutex2,D3DKMTOpenKeyedMutex2,1212 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.s b/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.s deleted file mode 100644 index bd26b5271..000000000 --- a/libc/nt/gdi32/D3DKMTOpenKeyedMutex2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenKeyedMutex2,D3DKMTOpenKeyedMutex2,1212 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.S b/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.S new file mode 100644 index 000000000..69af00e05 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenKeyedMutexFromNtHandle,D3DKMTOpenKeyedMutexFromNtHandle,1213 diff --git a/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.s b/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.s deleted file mode 100644 index eebbd7513..000000000 --- a/libc/nt/gdi32/D3DKMTOpenKeyedMutexFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenKeyedMutexFromNtHandle,D3DKMTOpenKeyedMutexFromNtHandle,1213 diff --git a/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.S b/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.S new file mode 100644 index 000000000..52ecbb953 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenNtHandleFromName,D3DKMTOpenNtHandleFromName,1214 diff --git a/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.s b/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.s deleted file mode 100644 index d30ebe337..000000000 --- a/libc/nt/gdi32/D3DKMTOpenNtHandleFromName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenNtHandleFromName,D3DKMTOpenNtHandleFromName,1214 diff --git a/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.S b/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.S new file mode 100644 index 000000000..da23deb00 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenProtectedSessionFromNtHandle,D3DKMTOpenProtectedSessionFromNtHandle,1215 diff --git a/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.s b/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.s deleted file mode 100644 index b4fcb9319..000000000 --- a/libc/nt/gdi32/D3DKMTOpenProtectedSessionFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenProtectedSessionFromNtHandle,D3DKMTOpenProtectedSessionFromNtHandle,1215 diff --git a/libc/nt/gdi32/D3DKMTOpenResource.S b/libc/nt/gdi32/D3DKMTOpenResource.S new file mode 100644 index 000000000..f57dd24a5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenResource,D3DKMTOpenResource,1216 diff --git a/libc/nt/gdi32/D3DKMTOpenResource.s b/libc/nt/gdi32/D3DKMTOpenResource.s deleted file mode 100644 index 60195fe50..000000000 --- a/libc/nt/gdi32/D3DKMTOpenResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenResource,D3DKMTOpenResource,1216 diff --git a/libc/nt/gdi32/D3DKMTOpenResource2.S b/libc/nt/gdi32/D3DKMTOpenResource2.S new file mode 100644 index 000000000..ebf8c688d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenResource2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenResource2,D3DKMTOpenResource2,1217 diff --git a/libc/nt/gdi32/D3DKMTOpenResource2.s b/libc/nt/gdi32/D3DKMTOpenResource2.s deleted file mode 100644 index 1a0ed0e0e..000000000 --- a/libc/nt/gdi32/D3DKMTOpenResource2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenResource2,D3DKMTOpenResource2,1217 diff --git a/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.S b/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.S new file mode 100644 index 000000000..85d6cb188 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenResourceFromNtHandle,D3DKMTOpenResourceFromNtHandle,1218 diff --git a/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.s b/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.s deleted file mode 100644 index eeeb2aa98..000000000 --- a/libc/nt/gdi32/D3DKMTOpenResourceFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenResourceFromNtHandle,D3DKMTOpenResourceFromNtHandle,1218 diff --git a/libc/nt/gdi32/D3DKMTOpenSwapChain.S b/libc/nt/gdi32/D3DKMTOpenSwapChain.S new file mode 100644 index 000000000..5b8f6409f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenSwapChain,D3DKMTOpenSwapChain,1219 diff --git a/libc/nt/gdi32/D3DKMTOpenSwapChain.s b/libc/nt/gdi32/D3DKMTOpenSwapChain.s deleted file mode 100644 index 2e76c80eb..000000000 --- a/libc/nt/gdi32/D3DKMTOpenSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenSwapChain,D3DKMTOpenSwapChain,1219 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.S b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.S new file mode 100644 index 000000000..202f460a0 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenSyncObjectFromNtHandle,D3DKMTOpenSyncObjectFromNtHandle,1220 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.s b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.s deleted file mode 100644 index 435006622..000000000 --- a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenSyncObjectFromNtHandle,D3DKMTOpenSyncObjectFromNtHandle,1220 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.S b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.S new file mode 100644 index 000000000..9adbc7910 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenSyncObjectFromNtHandle2,D3DKMTOpenSyncObjectFromNtHandle2,1221 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.s b/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.s deleted file mode 100644 index 57c003a72..000000000 --- a/libc/nt/gdi32/D3DKMTOpenSyncObjectFromNtHandle2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenSyncObjectFromNtHandle2,D3DKMTOpenSyncObjectFromNtHandle2,1221 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.S b/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.S new file mode 100644 index 000000000..f53d8e917 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenSyncObjectNtHandleFromName,D3DKMTOpenSyncObjectNtHandleFromName,1222 diff --git a/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.s b/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.s deleted file mode 100644 index a615e6242..000000000 --- a/libc/nt/gdi32/D3DKMTOpenSyncObjectNtHandleFromName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenSyncObjectNtHandleFromName,D3DKMTOpenSyncObjectNtHandleFromName,1222 diff --git a/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.S b/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.S new file mode 100644 index 000000000..0a861ff1d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOpenSynchronizationObject,D3DKMTOpenSynchronizationObject,1223 diff --git a/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.s b/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.s deleted file mode 100644 index 20558fc57..000000000 --- a/libc/nt/gdi32/D3DKMTOpenSynchronizationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOpenSynchronizationObject,D3DKMTOpenSynchronizationObject,1223 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.S b/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.S new file mode 100644 index 000000000..3aa5360dd --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOutputDuplGetFrameInfo,D3DKMTOutputDuplGetFrameInfo,1224 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.s b/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.s deleted file mode 100644 index bacde9f75..000000000 --- a/libc/nt/gdi32/D3DKMTOutputDuplGetFrameInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOutputDuplGetFrameInfo,D3DKMTOutputDuplGetFrameInfo,1224 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.S b/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.S new file mode 100644 index 000000000..402df9082 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOutputDuplGetMetaData,D3DKMTOutputDuplGetMetaData,1225 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.s b/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.s deleted file mode 100644 index 0186cb78a..000000000 --- a/libc/nt/gdi32/D3DKMTOutputDuplGetMetaData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOutputDuplGetMetaData,D3DKMTOutputDuplGetMetaData,1225 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.S b/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.S new file mode 100644 index 000000000..8e0edb9a6 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOutputDuplGetPointerShapeData,D3DKMTOutputDuplGetPointerShapeData,1226 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.s b/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.s deleted file mode 100644 index b16e42442..000000000 --- a/libc/nt/gdi32/D3DKMTOutputDuplGetPointerShapeData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOutputDuplGetPointerShapeData,D3DKMTOutputDuplGetPointerShapeData,1226 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplPresent.S b/libc/nt/gdi32/D3DKMTOutputDuplPresent.S new file mode 100644 index 000000000..655266e90 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOutputDuplPresent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOutputDuplPresent,D3DKMTOutputDuplPresent,1227 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplPresent.s b/libc/nt/gdi32/D3DKMTOutputDuplPresent.s deleted file mode 100644 index 57930d9e0..000000000 --- a/libc/nt/gdi32/D3DKMTOutputDuplPresent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOutputDuplPresent,D3DKMTOutputDuplPresent,1227 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.S b/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.S new file mode 100644 index 000000000..fe6eba198 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTOutputDuplReleaseFrame,D3DKMTOutputDuplReleaseFrame,1228 diff --git a/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.s b/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.s deleted file mode 100644 index cad1a7790..000000000 --- a/libc/nt/gdi32/D3DKMTOutputDuplReleaseFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTOutputDuplReleaseFrame,D3DKMTOutputDuplReleaseFrame,1228 diff --git a/libc/nt/gdi32/D3DKMTPinDirectFlipResources.S b/libc/nt/gdi32/D3DKMTPinDirectFlipResources.S new file mode 100644 index 000000000..9841e64f5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPinDirectFlipResources.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPinDirectFlipResources,D3DKMTPinDirectFlipResources,1229 diff --git a/libc/nt/gdi32/D3DKMTPinDirectFlipResources.s b/libc/nt/gdi32/D3DKMTPinDirectFlipResources.s deleted file mode 100644 index a06482456..000000000 --- a/libc/nt/gdi32/D3DKMTPinDirectFlipResources.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPinDirectFlipResources,D3DKMTPinDirectFlipResources,1229 diff --git a/libc/nt/gdi32/D3DKMTPollDisplayChildren.S b/libc/nt/gdi32/D3DKMTPollDisplayChildren.S new file mode 100644 index 000000000..eb1c2133d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPollDisplayChildren.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPollDisplayChildren,D3DKMTPollDisplayChildren,1230 diff --git a/libc/nt/gdi32/D3DKMTPollDisplayChildren.s b/libc/nt/gdi32/D3DKMTPollDisplayChildren.s deleted file mode 100644 index 921cef991..000000000 --- a/libc/nt/gdi32/D3DKMTPollDisplayChildren.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPollDisplayChildren,D3DKMTPollDisplayChildren,1230 diff --git a/libc/nt/gdi32/D3DKMTPresent.S b/libc/nt/gdi32/D3DKMTPresent.S new file mode 100644 index 000000000..8ebcfe2c7 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPresent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPresent,D3DKMTPresent,1231 diff --git a/libc/nt/gdi32/D3DKMTPresent.s b/libc/nt/gdi32/D3DKMTPresent.s deleted file mode 100644 index d95799299..000000000 --- a/libc/nt/gdi32/D3DKMTPresent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPresent,D3DKMTPresent,1231 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.S b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.S new file mode 100644 index 000000000..06e803d59 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay,D3DKMTPresentMultiPlaneOverlay,1232 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.s b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.s deleted file mode 100644 index edc3f0192..000000000 --- a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay,D3DKMTPresentMultiPlaneOverlay,1232 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.S b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.S new file mode 100644 index 000000000..59923d06f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay2,D3DKMTPresentMultiPlaneOverlay2,1233 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.s b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.s deleted file mode 100644 index e190bdf7b..000000000 --- a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay2,D3DKMTPresentMultiPlaneOverlay2,1233 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.S b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.S new file mode 100644 index 000000000..56293fb21 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay3,D3DKMTPresentMultiPlaneOverlay3,1234 diff --git a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.s b/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.s deleted file mode 100644 index d2bdf24f9..000000000 --- a/libc/nt/gdi32/D3DKMTPresentMultiPlaneOverlay3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPresentMultiPlaneOverlay3,D3DKMTPresentMultiPlaneOverlay3,1234 diff --git a/libc/nt/gdi32/D3DKMTPresentRedirected.S b/libc/nt/gdi32/D3DKMTPresentRedirected.S new file mode 100644 index 000000000..171cc2eac --- /dev/null +++ b/libc/nt/gdi32/D3DKMTPresentRedirected.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTPresentRedirected,D3DKMTPresentRedirected,1235 diff --git a/libc/nt/gdi32/D3DKMTPresentRedirected.s b/libc/nt/gdi32/D3DKMTPresentRedirected.s deleted file mode 100644 index cd1d48cc7..000000000 --- a/libc/nt/gdi32/D3DKMTPresentRedirected.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTPresentRedirected,D3DKMTPresentRedirected,1235 diff --git a/libc/nt/gdi32/D3DKMTQueryAdapterInfo.S b/libc/nt/gdi32/D3DKMTQueryAdapterInfo.S new file mode 100644 index 000000000..a4ff36505 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryAdapterInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryAdapterInfo,D3DKMTQueryAdapterInfo,1236 diff --git a/libc/nt/gdi32/D3DKMTQueryAdapterInfo.s b/libc/nt/gdi32/D3DKMTQueryAdapterInfo.s deleted file mode 100644 index 1119744d1..000000000 --- a/libc/nt/gdi32/D3DKMTQueryAdapterInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryAdapterInfo,D3DKMTQueryAdapterInfo,1236 diff --git a/libc/nt/gdi32/D3DKMTQueryAllocationResidency.S b/libc/nt/gdi32/D3DKMTQueryAllocationResidency.S new file mode 100644 index 000000000..e15490021 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryAllocationResidency.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryAllocationResidency,D3DKMTQueryAllocationResidency,1237 diff --git a/libc/nt/gdi32/D3DKMTQueryAllocationResidency.s b/libc/nt/gdi32/D3DKMTQueryAllocationResidency.s deleted file mode 100644 index ba1b20f3a..000000000 --- a/libc/nt/gdi32/D3DKMTQueryAllocationResidency.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryAllocationResidency,D3DKMTQueryAllocationResidency,1237 diff --git a/libc/nt/gdi32/D3DKMTQueryClockCalibration.S b/libc/nt/gdi32/D3DKMTQueryClockCalibration.S new file mode 100644 index 000000000..fff7be79f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryClockCalibration.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryClockCalibration,D3DKMTQueryClockCalibration,1238 diff --git a/libc/nt/gdi32/D3DKMTQueryClockCalibration.s b/libc/nt/gdi32/D3DKMTQueryClockCalibration.s deleted file mode 100644 index 0536fd06c..000000000 --- a/libc/nt/gdi32/D3DKMTQueryClockCalibration.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryClockCalibration,D3DKMTQueryClockCalibration,1238 diff --git a/libc/nt/gdi32/D3DKMTQueryFSEBlock.S b/libc/nt/gdi32/D3DKMTQueryFSEBlock.S new file mode 100644 index 000000000..c2f1203b4 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryFSEBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryFSEBlock,D3DKMTQueryFSEBlock,1239 diff --git a/libc/nt/gdi32/D3DKMTQueryFSEBlock.s b/libc/nt/gdi32/D3DKMTQueryFSEBlock.s deleted file mode 100644 index dc6f60350..000000000 --- a/libc/nt/gdi32/D3DKMTQueryFSEBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryFSEBlock,D3DKMTQueryFSEBlock,1239 diff --git a/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.S b/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.S new file mode 100644 index 000000000..129bc0968 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryProcessOfferInfo,D3DKMTQueryProcessOfferInfo,1240 diff --git a/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.s b/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.s deleted file mode 100644 index 1156ae182..000000000 --- a/libc/nt/gdi32/D3DKMTQueryProcessOfferInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryProcessOfferInfo,D3DKMTQueryProcessOfferInfo,1240 diff --git a/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.S b/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.S new file mode 100644 index 000000000..7be0074eb --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryProtectedSessionInfoFromNtHandle,D3DKMTQueryProtectedSessionInfoFromNtHandle,1241 diff --git a/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.s b/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.s deleted file mode 100644 index 0080722c1..000000000 --- a/libc/nt/gdi32/D3DKMTQueryProtectedSessionInfoFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryProtectedSessionInfoFromNtHandle,D3DKMTQueryProtectedSessionInfoFromNtHandle,1241 diff --git a/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.S b/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.S new file mode 100644 index 000000000..0f02e178b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryProtectedSessionStatus,D3DKMTQueryProtectedSessionStatus,1242 diff --git a/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.s b/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.s deleted file mode 100644 index 78bf645db..000000000 --- a/libc/nt/gdi32/D3DKMTQueryProtectedSessionStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryProtectedSessionStatus,D3DKMTQueryProtectedSessionStatus,1242 diff --git a/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.S b/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.S new file mode 100644 index 000000000..8170d37d6 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName,D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName,1243 diff --git a/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.s b/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.s deleted file mode 100644 index 824f60143..000000000 --- a/libc/nt/gdi32/D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName,D3DKMTQueryRemoteVidPnSourceFromGdiDisplayName,1243 diff --git a/libc/nt/gdi32/D3DKMTQueryResourceInfo.S b/libc/nt/gdi32/D3DKMTQueryResourceInfo.S new file mode 100644 index 000000000..1e8c5232e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryResourceInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryResourceInfo,D3DKMTQueryResourceInfo,1244 diff --git a/libc/nt/gdi32/D3DKMTQueryResourceInfo.s b/libc/nt/gdi32/D3DKMTQueryResourceInfo.s deleted file mode 100644 index aded1df0f..000000000 --- a/libc/nt/gdi32/D3DKMTQueryResourceInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryResourceInfo,D3DKMTQueryResourceInfo,1244 diff --git a/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.S b/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.S new file mode 100644 index 000000000..ee530642e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryResourceInfoFromNtHandle,D3DKMTQueryResourceInfoFromNtHandle,1245 diff --git a/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.s b/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.s deleted file mode 100644 index 302be62d1..000000000 --- a/libc/nt/gdi32/D3DKMTQueryResourceInfoFromNtHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryResourceInfoFromNtHandle,D3DKMTQueryResourceInfoFromNtHandle,1245 diff --git a/libc/nt/gdi32/D3DKMTQueryStatistics.S b/libc/nt/gdi32/D3DKMTQueryStatistics.S new file mode 100644 index 000000000..2249b3af5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryStatistics,D3DKMTQueryStatistics,1246 diff --git a/libc/nt/gdi32/D3DKMTQueryStatistics.s b/libc/nt/gdi32/D3DKMTQueryStatistics.s deleted file mode 100644 index 37429cf9f..000000000 --- a/libc/nt/gdi32/D3DKMTQueryStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryStatistics,D3DKMTQueryStatistics,1246 diff --git a/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.S b/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.S new file mode 100644 index 000000000..1e961ebb7 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryVidPnExclusiveOwnership,D3DKMTQueryVidPnExclusiveOwnership,1247 diff --git a/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.s b/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.s deleted file mode 100644 index 8afe1930b..000000000 --- a/libc/nt/gdi32/D3DKMTQueryVidPnExclusiveOwnership.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryVidPnExclusiveOwnership,D3DKMTQueryVidPnExclusiveOwnership,1247 diff --git a/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.S b/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.S new file mode 100644 index 000000000..1217effa3 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTQueryVideoMemoryInfo,D3DKMTQueryVideoMemoryInfo,1248 diff --git a/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.s b/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.s deleted file mode 100644 index 90eb4226c..000000000 --- a/libc/nt/gdi32/D3DKMTQueryVideoMemoryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTQueryVideoMemoryInfo,D3DKMTQueryVideoMemoryInfo,1248 diff --git a/libc/nt/gdi32/D3DKMTReclaimAllocations.S b/libc/nt/gdi32/D3DKMTReclaimAllocations.S new file mode 100644 index 000000000..d55caa374 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReclaimAllocations.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReclaimAllocations,D3DKMTReclaimAllocations,1249 diff --git a/libc/nt/gdi32/D3DKMTReclaimAllocations.s b/libc/nt/gdi32/D3DKMTReclaimAllocations.s deleted file mode 100644 index af150883d..000000000 --- a/libc/nt/gdi32/D3DKMTReclaimAllocations.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReclaimAllocations,D3DKMTReclaimAllocations,1249 diff --git a/libc/nt/gdi32/D3DKMTReclaimAllocations2.S b/libc/nt/gdi32/D3DKMTReclaimAllocations2.S new file mode 100644 index 000000000..891ddc781 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReclaimAllocations2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReclaimAllocations2,D3DKMTReclaimAllocations2,1250 diff --git a/libc/nt/gdi32/D3DKMTReclaimAllocations2.s b/libc/nt/gdi32/D3DKMTReclaimAllocations2.s deleted file mode 100644 index 4988f3870..000000000 --- a/libc/nt/gdi32/D3DKMTReclaimAllocations2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReclaimAllocations2,D3DKMTReclaimAllocations2,1250 diff --git a/libc/nt/gdi32/D3DKMTRegisterTrimNotification.S b/libc/nt/gdi32/D3DKMTRegisterTrimNotification.S new file mode 100644 index 000000000..fe712bbdb --- /dev/null +++ b/libc/nt/gdi32/D3DKMTRegisterTrimNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTRegisterTrimNotification,D3DKMTRegisterTrimNotification,1251 diff --git a/libc/nt/gdi32/D3DKMTRegisterTrimNotification.s b/libc/nt/gdi32/D3DKMTRegisterTrimNotification.s deleted file mode 100644 index 3207cd9a8..000000000 --- a/libc/nt/gdi32/D3DKMTRegisterTrimNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTRegisterTrimNotification,D3DKMTRegisterTrimNotification,1251 diff --git a/libc/nt/gdi32/D3DKMTRegisterVailProcess.S b/libc/nt/gdi32/D3DKMTRegisterVailProcess.S new file mode 100644 index 000000000..512491270 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTRegisterVailProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTRegisterVailProcess,D3DKMTRegisterVailProcess,1252 diff --git a/libc/nt/gdi32/D3DKMTRegisterVailProcess.s b/libc/nt/gdi32/D3DKMTRegisterVailProcess.s deleted file mode 100644 index 4a5210e5b..000000000 --- a/libc/nt/gdi32/D3DKMTRegisterVailProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTRegisterVailProcess,D3DKMTRegisterVailProcess,1252 diff --git a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.S b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.S new file mode 100644 index 000000000..66c650ab0 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReleaseKeyedMutex,D3DKMTReleaseKeyedMutex,1253 diff --git a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.s b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.s deleted file mode 100644 index d32a6a715..000000000 --- a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReleaseKeyedMutex,D3DKMTReleaseKeyedMutex,1253 diff --git a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.S b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.S new file mode 100644 index 000000000..4cc53c011 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReleaseKeyedMutex2,D3DKMTReleaseKeyedMutex2,1254 diff --git a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.s b/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.s deleted file mode 100644 index f47ac43aa..000000000 --- a/libc/nt/gdi32/D3DKMTReleaseKeyedMutex2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReleaseKeyedMutex2,D3DKMTReleaseKeyedMutex2,1254 diff --git a/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.S b/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.S new file mode 100644 index 000000000..375f8027b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReleaseProcessVidPnSourceOwners,D3DKMTReleaseProcessVidPnSourceOwners,1255 diff --git a/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.s b/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.s deleted file mode 100644 index 187ad6d2f..000000000 --- a/libc/nt/gdi32/D3DKMTReleaseProcessVidPnSourceOwners.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReleaseProcessVidPnSourceOwners,D3DKMTReleaseProcessVidPnSourceOwners,1255 diff --git a/libc/nt/gdi32/D3DKMTReleaseSwapChain.S b/libc/nt/gdi32/D3DKMTReleaseSwapChain.S new file mode 100644 index 000000000..7e0feec87 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReleaseSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReleaseSwapChain,D3DKMTReleaseSwapChain,1256 diff --git a/libc/nt/gdi32/D3DKMTReleaseSwapChain.s b/libc/nt/gdi32/D3DKMTReleaseSwapChain.s deleted file mode 100644 index 903c5897d..000000000 --- a/libc/nt/gdi32/D3DKMTReleaseSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReleaseSwapChain,D3DKMTReleaseSwapChain,1256 diff --git a/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.S b/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.S new file mode 100644 index 000000000..234ff35d0 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTRemoveSurfaceFromSwapChain,D3DKMTRemoveSurfaceFromSwapChain,1257 diff --git a/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.s b/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.s deleted file mode 100644 index 1fdc9c2f9..000000000 --- a/libc/nt/gdi32/D3DKMTRemoveSurfaceFromSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTRemoveSurfaceFromSwapChain,D3DKMTRemoveSurfaceFromSwapChain,1257 diff --git a/libc/nt/gdi32/D3DKMTRender.S b/libc/nt/gdi32/D3DKMTRender.S new file mode 100644 index 000000000..7c2de17bc --- /dev/null +++ b/libc/nt/gdi32/D3DKMTRender.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTRender,D3DKMTRender,1258 diff --git a/libc/nt/gdi32/D3DKMTRender.s b/libc/nt/gdi32/D3DKMTRender.s deleted file mode 100644 index fac037fad..000000000 --- a/libc/nt/gdi32/D3DKMTRender.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTRender,D3DKMTRender,1258 diff --git a/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.S b/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.S new file mode 100644 index 000000000..4eec1268a --- /dev/null +++ b/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTReserveGpuVirtualAddress,D3DKMTReserveGpuVirtualAddress,1259 diff --git a/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.s b/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.s deleted file mode 100644 index 7d8218940..000000000 --- a/libc/nt/gdi32/D3DKMTReserveGpuVirtualAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTReserveGpuVirtualAddress,D3DKMTReserveGpuVirtualAddress,1259 diff --git a/libc/nt/gdi32/D3DKMTSetAllocationPriority.S b/libc/nt/gdi32/D3DKMTSetAllocationPriority.S new file mode 100644 index 000000000..dca9ec407 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetAllocationPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetAllocationPriority,D3DKMTSetAllocationPriority,1260 diff --git a/libc/nt/gdi32/D3DKMTSetAllocationPriority.s b/libc/nt/gdi32/D3DKMTSetAllocationPriority.s deleted file mode 100644 index 90a9746ec..000000000 --- a/libc/nt/gdi32/D3DKMTSetAllocationPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetAllocationPriority,D3DKMTSetAllocationPriority,1260 diff --git a/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.S b/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.S new file mode 100644 index 000000000..631e486df --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetContextInProcessSchedulingPriority,D3DKMTSetContextInProcessSchedulingPriority,1261 diff --git a/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.s b/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.s deleted file mode 100644 index c321ea8c6..000000000 --- a/libc/nt/gdi32/D3DKMTSetContextInProcessSchedulingPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetContextInProcessSchedulingPriority,D3DKMTSetContextInProcessSchedulingPriority,1261 diff --git a/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.S b/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.S new file mode 100644 index 000000000..aed7766fe --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetContextSchedulingPriority,D3DKMTSetContextSchedulingPriority,1262 diff --git a/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.s b/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.s deleted file mode 100644 index 60364a5c7..000000000 --- a/libc/nt/gdi32/D3DKMTSetContextSchedulingPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetContextSchedulingPriority,D3DKMTSetContextSchedulingPriority,1262 diff --git a/libc/nt/gdi32/D3DKMTSetDisplayMode.S b/libc/nt/gdi32/D3DKMTSetDisplayMode.S new file mode 100644 index 000000000..e30950d00 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetDisplayMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetDisplayMode,D3DKMTSetDisplayMode,1263 diff --git a/libc/nt/gdi32/D3DKMTSetDisplayMode.s b/libc/nt/gdi32/D3DKMTSetDisplayMode.s deleted file mode 100644 index 075d6c3bd..000000000 --- a/libc/nt/gdi32/D3DKMTSetDisplayMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetDisplayMode,D3DKMTSetDisplayMode,1263 diff --git a/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.S b/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.S new file mode 100644 index 000000000..b14a29b7b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetDisplayPrivateDriverFormat,D3DKMTSetDisplayPrivateDriverFormat,1264 diff --git a/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.s b/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.s deleted file mode 100644 index 1151d2bb1..000000000 --- a/libc/nt/gdi32/D3DKMTSetDisplayPrivateDriverFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetDisplayPrivateDriverFormat,D3DKMTSetDisplayPrivateDriverFormat,1264 diff --git a/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.S b/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.S new file mode 100644 index 000000000..aa959d45b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetDodIndirectSwapchain,D3DKMTSetDodIndirectSwapchain,1265 diff --git a/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.s b/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.s deleted file mode 100644 index 33cd993cf..000000000 --- a/libc/nt/gdi32/D3DKMTSetDodIndirectSwapchain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetDodIndirectSwapchain,D3DKMTSetDodIndirectSwapchain,1265 diff --git a/libc/nt/gdi32/D3DKMTSetFSEBlock.S b/libc/nt/gdi32/D3DKMTSetFSEBlock.S new file mode 100644 index 000000000..d0f73ce57 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetFSEBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetFSEBlock,D3DKMTSetFSEBlock,1266 diff --git a/libc/nt/gdi32/D3DKMTSetFSEBlock.s b/libc/nt/gdi32/D3DKMTSetFSEBlock.s deleted file mode 100644 index 86eb35f8d..000000000 --- a/libc/nt/gdi32/D3DKMTSetFSEBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetFSEBlock,D3DKMTSetFSEBlock,1266 diff --git a/libc/nt/gdi32/D3DKMTSetGammaRamp.S b/libc/nt/gdi32/D3DKMTSetGammaRamp.S new file mode 100644 index 000000000..956888299 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetGammaRamp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetGammaRamp,D3DKMTSetGammaRamp,1267 diff --git a/libc/nt/gdi32/D3DKMTSetGammaRamp.s b/libc/nt/gdi32/D3DKMTSetGammaRamp.s deleted file mode 100644 index 9d0ef4070..000000000 --- a/libc/nt/gdi32/D3DKMTSetGammaRamp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetGammaRamp,D3DKMTSetGammaRamp,1267 diff --git a/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.S b/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.S new file mode 100644 index 000000000..00450afec --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetHwProtectionTeardownRecovery,D3DKMTSetHwProtectionTeardownRecovery,1268 diff --git a/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.s b/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.s deleted file mode 100644 index e99cd7c58..000000000 --- a/libc/nt/gdi32/D3DKMTSetHwProtectionTeardownRecovery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetHwProtectionTeardownRecovery,D3DKMTSetHwProtectionTeardownRecovery,1268 diff --git a/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.S b/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.S new file mode 100644 index 000000000..17118dada --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetMemoryBudgetTarget,D3DKMTSetMemoryBudgetTarget,1269 diff --git a/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.s b/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.s deleted file mode 100644 index 25ddf4b4c..000000000 --- a/libc/nt/gdi32/D3DKMTSetMemoryBudgetTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetMemoryBudgetTarget,D3DKMTSetMemoryBudgetTarget,1269 diff --git a/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.S b/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.S new file mode 100644 index 000000000..efd4f0e2b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetMonitorColorSpaceTransform,D3DKMTSetMonitorColorSpaceTransform,1270 diff --git a/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.s b/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.s deleted file mode 100644 index 94108f4b0..000000000 --- a/libc/nt/gdi32/D3DKMTSetMonitorColorSpaceTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetMonitorColorSpaceTransform,D3DKMTSetMonitorColorSpaceTransform,1270 diff --git a/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.S b/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.S new file mode 100644 index 000000000..6e733668a --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetProcessDeviceRemovalSupport,D3DKMTSetProcessDeviceRemovalSupport,1271 diff --git a/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.s b/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.s deleted file mode 100644 index d557ee626..000000000 --- a/libc/nt/gdi32/D3DKMTSetProcessDeviceRemovalSupport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetProcessDeviceRemovalSupport,D3DKMTSetProcessDeviceRemovalSupport,1271 diff --git a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.S b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.S new file mode 100644 index 000000000..3b16cfe49 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetProcessSchedulingPriorityBand,D3DKMTSetProcessSchedulingPriorityBand,1272 diff --git a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.s b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.s deleted file mode 100644 index 21d7e8105..000000000 --- a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetProcessSchedulingPriorityBand,D3DKMTSetProcessSchedulingPriorityBand,1272 diff --git a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.S b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.S new file mode 100644 index 000000000..6ecfa98b8 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetProcessSchedulingPriorityClass,D3DKMTSetProcessSchedulingPriorityClass,1273 diff --git a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.s b/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.s deleted file mode 100644 index e1eb37201..000000000 --- a/libc/nt/gdi32/D3DKMTSetProcessSchedulingPriorityClass.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetProcessSchedulingPriorityClass,D3DKMTSetProcessSchedulingPriorityClass,1273 diff --git a/libc/nt/gdi32/D3DKMTSetQueuedLimit.S b/libc/nt/gdi32/D3DKMTSetQueuedLimit.S new file mode 100644 index 000000000..ec6ba292b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetQueuedLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetQueuedLimit,D3DKMTSetQueuedLimit,1274 diff --git a/libc/nt/gdi32/D3DKMTSetQueuedLimit.s b/libc/nt/gdi32/D3DKMTSetQueuedLimit.s deleted file mode 100644 index 22be1ebf3..000000000 --- a/libc/nt/gdi32/D3DKMTSetQueuedLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetQueuedLimit,D3DKMTSetQueuedLimit,1274 diff --git a/libc/nt/gdi32/D3DKMTSetStablePowerState.S b/libc/nt/gdi32/D3DKMTSetStablePowerState.S new file mode 100644 index 000000000..e21fe7b07 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetStablePowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetStablePowerState,D3DKMTSetStablePowerState,1275 diff --git a/libc/nt/gdi32/D3DKMTSetStablePowerState.s b/libc/nt/gdi32/D3DKMTSetStablePowerState.s deleted file mode 100644 index f43d2c564..000000000 --- a/libc/nt/gdi32/D3DKMTSetStablePowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetStablePowerState,D3DKMTSetStablePowerState,1275 diff --git a/libc/nt/gdi32/D3DKMTSetStereoEnabled.S b/libc/nt/gdi32/D3DKMTSetStereoEnabled.S new file mode 100644 index 000000000..67b958198 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetStereoEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetStereoEnabled,D3DKMTSetStereoEnabled,1276 diff --git a/libc/nt/gdi32/D3DKMTSetStereoEnabled.s b/libc/nt/gdi32/D3DKMTSetStereoEnabled.s deleted file mode 100644 index 4afa6b2d6..000000000 --- a/libc/nt/gdi32/D3DKMTSetStereoEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetStereoEnabled,D3DKMTSetStereoEnabled,1276 diff --git a/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.S b/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.S new file mode 100644 index 000000000..03af21041 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetSyncRefreshCountWaitTarget,D3DKMTSetSyncRefreshCountWaitTarget,1277 diff --git a/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.s b/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.s deleted file mode 100644 index f2bc639a2..000000000 --- a/libc/nt/gdi32/D3DKMTSetSyncRefreshCountWaitTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetSyncRefreshCountWaitTarget,D3DKMTSetSyncRefreshCountWaitTarget,1277 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.S b/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.S new file mode 100644 index 000000000..efde21949 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetVidPnSourceHwProtection,D3DKMTSetVidPnSourceHwProtection,1278 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.s b/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.s deleted file mode 100644 index c3de68600..000000000 --- a/libc/nt/gdi32/D3DKMTSetVidPnSourceHwProtection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetVidPnSourceHwProtection,D3DKMTSetVidPnSourceHwProtection,1278 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.S b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.S new file mode 100644 index 000000000..470a286db --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner,D3DKMTSetVidPnSourceOwner,1279 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.s b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.s deleted file mode 100644 index b6de3ffaa..000000000 --- a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner,D3DKMTSetVidPnSourceOwner,1279 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.S b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.S new file mode 100644 index 000000000..0c64bc4c9 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner1,D3DKMTSetVidPnSourceOwner1,1280 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.s b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.s deleted file mode 100644 index 1b9a9685e..000000000 --- a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner1,D3DKMTSetVidPnSourceOwner1,1280 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.S b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.S new file mode 100644 index 000000000..ebfcb1e9f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner2,D3DKMTSetVidPnSourceOwner2,1281 diff --git a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.s b/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.s deleted file mode 100644 index 82d5fd1ef..000000000 --- a/libc/nt/gdi32/D3DKMTSetVidPnSourceOwner2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetVidPnSourceOwner2,D3DKMTSetVidPnSourceOwner2,1281 diff --git a/libc/nt/gdi32/D3DKMTSetYieldPercentage.S b/libc/nt/gdi32/D3DKMTSetYieldPercentage.S new file mode 100644 index 000000000..1e0a27cf1 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSetYieldPercentage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSetYieldPercentage,D3DKMTSetYieldPercentage,1282 diff --git a/libc/nt/gdi32/D3DKMTSetYieldPercentage.s b/libc/nt/gdi32/D3DKMTSetYieldPercentage.s deleted file mode 100644 index 79beb24cb..000000000 --- a/libc/nt/gdi32/D3DKMTSetYieldPercentage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSetYieldPercentage,D3DKMTSetYieldPercentage,1282 diff --git a/libc/nt/gdi32/D3DKMTShareObjects.S b/libc/nt/gdi32/D3DKMTShareObjects.S new file mode 100644 index 000000000..f563aaafd --- /dev/null +++ b/libc/nt/gdi32/D3DKMTShareObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTShareObjects,D3DKMTShareObjects,1283 diff --git a/libc/nt/gdi32/D3DKMTShareObjects.s b/libc/nt/gdi32/D3DKMTShareObjects.s deleted file mode 100644 index 04f397b35..000000000 --- a/libc/nt/gdi32/D3DKMTShareObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTShareObjects,D3DKMTShareObjects,1283 diff --git a/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.S b/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.S new file mode 100644 index 000000000..f9ae9ce25 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSharedPrimaryLockNotification,D3DKMTSharedPrimaryLockNotification,1284 diff --git a/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.s b/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.s deleted file mode 100644 index aa9bf29f4..000000000 --- a/libc/nt/gdi32/D3DKMTSharedPrimaryLockNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSharedPrimaryLockNotification,D3DKMTSharedPrimaryLockNotification,1284 diff --git a/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.S b/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.S new file mode 100644 index 000000000..273dea90c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSharedPrimaryUnLockNotification,D3DKMTSharedPrimaryUnLockNotification,1285 diff --git a/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.s b/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.s deleted file mode 100644 index 0b34d37d5..000000000 --- a/libc/nt/gdi32/D3DKMTSharedPrimaryUnLockNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSharedPrimaryUnLockNotification,D3DKMTSharedPrimaryUnLockNotification,1285 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.S b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.S new file mode 100644 index 000000000..77d90a32e --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSignalSynchronizationObject,D3DKMTSignalSynchronizationObject,1286 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.s b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.s deleted file mode 100644 index a717af899..000000000 --- a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSignalSynchronizationObject,D3DKMTSignalSynchronizationObject,1286 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.S b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.S new file mode 100644 index 000000000..26739fddc --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSignalSynchronizationObject2,D3DKMTSignalSynchronizationObject2,1287 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.s b/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.s deleted file mode 100644 index 5f68b8a65..000000000 --- a/libc/nt/gdi32/D3DKMTSignalSynchronizationObject2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSignalSynchronizationObject2,D3DKMTSignalSynchronizationObject2,1287 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.S b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.S new file mode 100644 index 000000000..414f44e0b --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromCpu,D3DKMTSignalSynchronizationObjectFromCpu,1288 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.s b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.s deleted file mode 100644 index 1f9d3ab6d..000000000 --- a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromCpu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromCpu,D3DKMTSignalSynchronizationObjectFromCpu,1288 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.S b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.S new file mode 100644 index 000000000..cb78d40cc --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromGpu,D3DKMTSignalSynchronizationObjectFromGpu,1289 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.s b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.s deleted file mode 100644 index 678cc8c81..000000000 --- a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromGpu,D3DKMTSignalSynchronizationObjectFromGpu,1289 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.S b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.S new file mode 100644 index 000000000..6300c03f7 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromGpu2,D3DKMTSignalSynchronizationObjectFromGpu2,1290 diff --git a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.s b/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.s deleted file mode 100644 index dfa321da9..000000000 --- a/libc/nt/gdi32/D3DKMTSignalSynchronizationObjectFromGpu2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSignalSynchronizationObjectFromGpu2,D3DKMTSignalSynchronizationObjectFromGpu2,1290 diff --git a/libc/nt/gdi32/D3DKMTSubmitCommand.S b/libc/nt/gdi32/D3DKMTSubmitCommand.S new file mode 100644 index 000000000..2505a9323 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSubmitCommand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSubmitCommand,D3DKMTSubmitCommand,1291 diff --git a/libc/nt/gdi32/D3DKMTSubmitCommand.s b/libc/nt/gdi32/D3DKMTSubmitCommand.s deleted file mode 100644 index d62d78409..000000000 --- a/libc/nt/gdi32/D3DKMTSubmitCommand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSubmitCommand,D3DKMTSubmitCommand,1291 diff --git a/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.S b/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.S new file mode 100644 index 000000000..a1bd2fa0f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSubmitCommandToHwQueue,D3DKMTSubmitCommandToHwQueue,1292 diff --git a/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.s b/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.s deleted file mode 100644 index 05b2a9ff3..000000000 --- a/libc/nt/gdi32/D3DKMTSubmitCommandToHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSubmitCommandToHwQueue,D3DKMTSubmitCommandToHwQueue,1292 diff --git a/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.S b/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.S new file mode 100644 index 000000000..d9af79f25 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSubmitPresentBltToHwQueue,D3DKMTSubmitPresentBltToHwQueue,1293 diff --git a/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.s b/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.s deleted file mode 100644 index ff4d6f0c9..000000000 --- a/libc/nt/gdi32/D3DKMTSubmitPresentBltToHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSubmitPresentBltToHwQueue,D3DKMTSubmitPresentBltToHwQueue,1293 diff --git a/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.S b/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.S new file mode 100644 index 000000000..b0007d19f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSubmitSignalSyncObjectsToHwQueue,D3DKMTSubmitSignalSyncObjectsToHwQueue,1294 diff --git a/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.s b/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.s deleted file mode 100644 index 8a2fd730e..000000000 --- a/libc/nt/gdi32/D3DKMTSubmitSignalSyncObjectsToHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSubmitSignalSyncObjectsToHwQueue,D3DKMTSubmitSignalSyncObjectsToHwQueue,1294 diff --git a/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.S b/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.S new file mode 100644 index 000000000..6b9117947 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTSubmitWaitForSyncObjectsToHwQueue,D3DKMTSubmitWaitForSyncObjectsToHwQueue,1295 diff --git a/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.s b/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.s deleted file mode 100644 index c6ee0515c..000000000 --- a/libc/nt/gdi32/D3DKMTSubmitWaitForSyncObjectsToHwQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTSubmitWaitForSyncObjectsToHwQueue,D3DKMTSubmitWaitForSyncObjectsToHwQueue,1295 diff --git a/libc/nt/gdi32/D3DKMTTrimProcessCommitment.S b/libc/nt/gdi32/D3DKMTTrimProcessCommitment.S new file mode 100644 index 000000000..9b9889b3c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTTrimProcessCommitment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTTrimProcessCommitment,D3DKMTTrimProcessCommitment,1296 diff --git a/libc/nt/gdi32/D3DKMTTrimProcessCommitment.s b/libc/nt/gdi32/D3DKMTTrimProcessCommitment.s deleted file mode 100644 index 46ac9225c..000000000 --- a/libc/nt/gdi32/D3DKMTTrimProcessCommitment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTTrimProcessCommitment,D3DKMTTrimProcessCommitment,1296 diff --git a/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.S b/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.S new file mode 100644 index 000000000..2f4cc9d10 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUnOrderedPresentSwapChain,D3DKMTUnOrderedPresentSwapChain,1297 diff --git a/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.s b/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.s deleted file mode 100644 index 8f6f8d897..000000000 --- a/libc/nt/gdi32/D3DKMTUnOrderedPresentSwapChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUnOrderedPresentSwapChain,D3DKMTUnOrderedPresentSwapChain,1297 diff --git a/libc/nt/gdi32/D3DKMTUnlock.S b/libc/nt/gdi32/D3DKMTUnlock.S new file mode 100644 index 000000000..fe3d20384 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUnlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUnlock,D3DKMTUnlock,1298 diff --git a/libc/nt/gdi32/D3DKMTUnlock.s b/libc/nt/gdi32/D3DKMTUnlock.s deleted file mode 100644 index c9aab4680..000000000 --- a/libc/nt/gdi32/D3DKMTUnlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUnlock,D3DKMTUnlock,1298 diff --git a/libc/nt/gdi32/D3DKMTUnlock2.S b/libc/nt/gdi32/D3DKMTUnlock2.S new file mode 100644 index 000000000..968aac487 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUnlock2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUnlock2,D3DKMTUnlock2,1299 diff --git a/libc/nt/gdi32/D3DKMTUnlock2.s b/libc/nt/gdi32/D3DKMTUnlock2.s deleted file mode 100644 index 6ff052208..000000000 --- a/libc/nt/gdi32/D3DKMTUnlock2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUnlock2,D3DKMTUnlock2,1299 diff --git a/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.S b/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.S new file mode 100644 index 000000000..c417d8f47 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUnpinDirectFlipResources,D3DKMTUnpinDirectFlipResources,1300 diff --git a/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.s b/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.s deleted file mode 100644 index 542166ab7..000000000 --- a/libc/nt/gdi32/D3DKMTUnpinDirectFlipResources.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUnpinDirectFlipResources,D3DKMTUnpinDirectFlipResources,1300 diff --git a/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.S b/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.S new file mode 100644 index 000000000..aac650bf6 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUnregisterTrimNotification,D3DKMTUnregisterTrimNotification,1301 diff --git a/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.s b/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.s deleted file mode 100644 index f11d69a1c..000000000 --- a/libc/nt/gdi32/D3DKMTUnregisterTrimNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUnregisterTrimNotification,D3DKMTUnregisterTrimNotification,1301 diff --git a/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.S b/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.S new file mode 100644 index 000000000..01359c0b4 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUpdateAllocationProperty,D3DKMTUpdateAllocationProperty,1302 diff --git a/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.s b/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.s deleted file mode 100644 index 2f13861c5..000000000 --- a/libc/nt/gdi32/D3DKMTUpdateAllocationProperty.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUpdateAllocationProperty,D3DKMTUpdateAllocationProperty,1302 diff --git a/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.S b/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.S new file mode 100644 index 000000000..0c1dc898c --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUpdateGpuVirtualAddress,D3DKMTUpdateGpuVirtualAddress,1303 diff --git a/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.s b/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.s deleted file mode 100644 index 13efe2edf..000000000 --- a/libc/nt/gdi32/D3DKMTUpdateGpuVirtualAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUpdateGpuVirtualAddress,D3DKMTUpdateGpuVirtualAddress,1303 diff --git a/libc/nt/gdi32/D3DKMTUpdateOverlay.S b/libc/nt/gdi32/D3DKMTUpdateOverlay.S new file mode 100644 index 000000000..28bb1117d --- /dev/null +++ b/libc/nt/gdi32/D3DKMTUpdateOverlay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTUpdateOverlay,D3DKMTUpdateOverlay,1304 diff --git a/libc/nt/gdi32/D3DKMTUpdateOverlay.s b/libc/nt/gdi32/D3DKMTUpdateOverlay.s deleted file mode 100644 index 05231cdb8..000000000 --- a/libc/nt/gdi32/D3DKMTUpdateOverlay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTUpdateOverlay,D3DKMTUpdateOverlay,1304 diff --git a/libc/nt/gdi32/D3DKMTVailConnect.S b/libc/nt/gdi32/D3DKMTVailConnect.S new file mode 100644 index 000000000..08113cde9 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTVailConnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTVailConnect,D3DKMTVailConnect,1305 diff --git a/libc/nt/gdi32/D3DKMTVailConnect.s b/libc/nt/gdi32/D3DKMTVailConnect.s deleted file mode 100644 index 80c6df6e1..000000000 --- a/libc/nt/gdi32/D3DKMTVailConnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTVailConnect,D3DKMTVailConnect,1305 diff --git a/libc/nt/gdi32/D3DKMTVailDisconnect.S b/libc/nt/gdi32/D3DKMTVailDisconnect.S new file mode 100644 index 000000000..3ee070511 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTVailDisconnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTVailDisconnect,D3DKMTVailDisconnect,1306 diff --git a/libc/nt/gdi32/D3DKMTVailDisconnect.s b/libc/nt/gdi32/D3DKMTVailDisconnect.s deleted file mode 100644 index 493590c79..000000000 --- a/libc/nt/gdi32/D3DKMTVailDisconnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTVailDisconnect,D3DKMTVailDisconnect,1306 diff --git a/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.S b/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.S new file mode 100644 index 000000000..82d2fc125 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTVailPromoteCompositionSurface,D3DKMTVailPromoteCompositionSurface,1307 diff --git a/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.s b/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.s deleted file mode 100644 index 65a3a02a6..000000000 --- a/libc/nt/gdi32/D3DKMTVailPromoteCompositionSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTVailPromoteCompositionSurface,D3DKMTVailPromoteCompositionSurface,1307 diff --git a/libc/nt/gdi32/D3DKMTWaitForIdle.S b/libc/nt/gdi32/D3DKMTWaitForIdle.S new file mode 100644 index 000000000..b7abe9355 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForIdle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForIdle,D3DKMTWaitForIdle,1308 diff --git a/libc/nt/gdi32/D3DKMTWaitForIdle.s b/libc/nt/gdi32/D3DKMTWaitForIdle.s deleted file mode 100644 index 13097c25b..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForIdle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForIdle,D3DKMTWaitForIdle,1308 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.S b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.S new file mode 100644 index 000000000..d31a9f94f --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForSynchronizationObject,D3DKMTWaitForSynchronizationObject,1309 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.s b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.s deleted file mode 100644 index 296382158..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForSynchronizationObject,D3DKMTWaitForSynchronizationObject,1309 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.S b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.S new file mode 100644 index 000000000..af8fc2335 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForSynchronizationObject2,D3DKMTWaitForSynchronizationObject2,1310 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.s b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.s deleted file mode 100644 index 9ef30d4eb..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObject2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForSynchronizationObject2,D3DKMTWaitForSynchronizationObject2,1310 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.S b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.S new file mode 100644 index 000000000..d9f3decac --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForSynchronizationObjectFromCpu,D3DKMTWaitForSynchronizationObjectFromCpu,1311 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.s b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.s deleted file mode 100644 index f7f040dc3..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromCpu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForSynchronizationObjectFromCpu,D3DKMTWaitForSynchronizationObjectFromCpu,1311 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.S b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.S new file mode 100644 index 000000000..459e14862 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForSynchronizationObjectFromGpu,D3DKMTWaitForSynchronizationObjectFromGpu,1312 diff --git a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.s b/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.s deleted file mode 100644 index b554e5986..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForSynchronizationObjectFromGpu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForSynchronizationObjectFromGpu,D3DKMTWaitForSynchronizationObjectFromGpu,1312 diff --git a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.S b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.S new file mode 100644 index 000000000..f917ab4a5 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForVerticalBlankEvent,D3DKMTWaitForVerticalBlankEvent,1313 diff --git a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.s b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.s deleted file mode 100644 index 1d7cb070b..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForVerticalBlankEvent,D3DKMTWaitForVerticalBlankEvent,1313 diff --git a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.S b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.S new file mode 100644 index 000000000..58f39ba35 --- /dev/null +++ b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_D3DKMTWaitForVerticalBlankEvent2,D3DKMTWaitForVerticalBlankEvent2,1314 diff --git a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.s b/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.s deleted file mode 100644 index 2671be626..000000000 --- a/libc/nt/gdi32/D3DKMTWaitForVerticalBlankEvent2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_D3DKMTWaitForVerticalBlankEvent2,D3DKMTWaitForVerticalBlankEvent2,1314 diff --git a/libc/nt/gdi32/DDCCIGetCapabilitiesString.S b/libc/nt/gdi32/DDCCIGetCapabilitiesString.S new file mode 100644 index 000000000..ae12ebc82 --- /dev/null +++ b/libc/nt/gdi32/DDCCIGetCapabilitiesString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCIGetCapabilitiesString,DDCCIGetCapabilitiesString,1315 diff --git a/libc/nt/gdi32/DDCCIGetCapabilitiesString.s b/libc/nt/gdi32/DDCCIGetCapabilitiesString.s deleted file mode 100644 index d48afa2a5..000000000 --- a/libc/nt/gdi32/DDCCIGetCapabilitiesString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCIGetCapabilitiesString,DDCCIGetCapabilitiesString,1315 diff --git a/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.S b/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.S new file mode 100644 index 000000000..6ac62be77 --- /dev/null +++ b/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCIGetCapabilitiesStringLength,DDCCIGetCapabilitiesStringLength,1316 diff --git a/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.s b/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.s deleted file mode 100644 index 22e627c0d..000000000 --- a/libc/nt/gdi32/DDCCIGetCapabilitiesStringLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCIGetCapabilitiesStringLength,DDCCIGetCapabilitiesStringLength,1316 diff --git a/libc/nt/gdi32/DDCCIGetTimingReport.S b/libc/nt/gdi32/DDCCIGetTimingReport.S new file mode 100644 index 000000000..538c5e135 --- /dev/null +++ b/libc/nt/gdi32/DDCCIGetTimingReport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCIGetTimingReport,DDCCIGetTimingReport,1317 diff --git a/libc/nt/gdi32/DDCCIGetTimingReport.s b/libc/nt/gdi32/DDCCIGetTimingReport.s deleted file mode 100644 index d0fbce0ce..000000000 --- a/libc/nt/gdi32/DDCCIGetTimingReport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCIGetTimingReport,DDCCIGetTimingReport,1317 diff --git a/libc/nt/gdi32/DDCCIGetVCPFeature.S b/libc/nt/gdi32/DDCCIGetVCPFeature.S new file mode 100644 index 000000000..900674912 --- /dev/null +++ b/libc/nt/gdi32/DDCCIGetVCPFeature.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCIGetVCPFeature,DDCCIGetVCPFeature,1318 diff --git a/libc/nt/gdi32/DDCCIGetVCPFeature.s b/libc/nt/gdi32/DDCCIGetVCPFeature.s deleted file mode 100644 index cd11e2d41..000000000 --- a/libc/nt/gdi32/DDCCIGetVCPFeature.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCIGetVCPFeature,DDCCIGetVCPFeature,1318 diff --git a/libc/nt/gdi32/DDCCISaveCurrentSettings.S b/libc/nt/gdi32/DDCCISaveCurrentSettings.S new file mode 100644 index 000000000..1c8fb7d63 --- /dev/null +++ b/libc/nt/gdi32/DDCCISaveCurrentSettings.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCISaveCurrentSettings,DDCCISaveCurrentSettings,1319 diff --git a/libc/nt/gdi32/DDCCISaveCurrentSettings.s b/libc/nt/gdi32/DDCCISaveCurrentSettings.s deleted file mode 100644 index eb7cdecaa..000000000 --- a/libc/nt/gdi32/DDCCISaveCurrentSettings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCISaveCurrentSettings,DDCCISaveCurrentSettings,1319 diff --git a/libc/nt/gdi32/DDCCISetVCPFeature.S b/libc/nt/gdi32/DDCCISetVCPFeature.S new file mode 100644 index 000000000..c53cc4f9e --- /dev/null +++ b/libc/nt/gdi32/DDCCISetVCPFeature.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DDCCISetVCPFeature,DDCCISetVCPFeature,1320 diff --git a/libc/nt/gdi32/DDCCISetVCPFeature.s b/libc/nt/gdi32/DDCCISetVCPFeature.s deleted file mode 100644 index fa825aad6..000000000 --- a/libc/nt/gdi32/DDCCISetVCPFeature.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DDCCISetVCPFeature,DDCCISetVCPFeature,1320 diff --git a/libc/nt/gdi32/DPtoLP.S b/libc/nt/gdi32/DPtoLP.S new file mode 100644 index 000000000..0dc355f25 --- /dev/null +++ b/libc/nt/gdi32/DPtoLP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DPtoLP,DPtoLP,1321 diff --git a/libc/nt/gdi32/DPtoLP.s b/libc/nt/gdi32/DPtoLP.s deleted file mode 100644 index a236ff221..000000000 --- a/libc/nt/gdi32/DPtoLP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DPtoLP,DPtoLP,1321 diff --git a/libc/nt/gdi32/DdCreateFullscreenSprite.S b/libc/nt/gdi32/DdCreateFullscreenSprite.S new file mode 100644 index 000000000..f6e318d7a --- /dev/null +++ b/libc/nt/gdi32/DdCreateFullscreenSprite.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DdCreateFullscreenSprite,DdCreateFullscreenSprite,1322 diff --git a/libc/nt/gdi32/DdCreateFullscreenSprite.s b/libc/nt/gdi32/DdCreateFullscreenSprite.s deleted file mode 100644 index 19f8eb560..000000000 --- a/libc/nt/gdi32/DdCreateFullscreenSprite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DdCreateFullscreenSprite,DdCreateFullscreenSprite,1322 diff --git a/libc/nt/gdi32/DdDestroyFullscreenSprite.S b/libc/nt/gdi32/DdDestroyFullscreenSprite.S new file mode 100644 index 000000000..d9ae78fdb --- /dev/null +++ b/libc/nt/gdi32/DdDestroyFullscreenSprite.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DdDestroyFullscreenSprite,DdDestroyFullscreenSprite,1323 diff --git a/libc/nt/gdi32/DdDestroyFullscreenSprite.s b/libc/nt/gdi32/DdDestroyFullscreenSprite.s deleted file mode 100644 index 1204796ea..000000000 --- a/libc/nt/gdi32/DdDestroyFullscreenSprite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DdDestroyFullscreenSprite,DdDestroyFullscreenSprite,1323 diff --git a/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.S b/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.S new file mode 100644 index 000000000..3dcc5f3a5 --- /dev/null +++ b/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DdNotifyFullscreenSpriteUpdate,DdNotifyFullscreenSpriteUpdate,1381 diff --git a/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.s b/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.s deleted file mode 100644 index 190095e01..000000000 --- a/libc/nt/gdi32/DdNotifyFullscreenSpriteUpdate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DdNotifyFullscreenSpriteUpdate,DdNotifyFullscreenSpriteUpdate,1381 diff --git a/libc/nt/gdi32/DdQueryVisRgnUniqueness.S b/libc/nt/gdi32/DdQueryVisRgnUniqueness.S new file mode 100644 index 000000000..1e5ff8bf1 --- /dev/null +++ b/libc/nt/gdi32/DdQueryVisRgnUniqueness.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DdQueryVisRgnUniqueness,DdQueryVisRgnUniqueness,1382 diff --git a/libc/nt/gdi32/DdQueryVisRgnUniqueness.s b/libc/nt/gdi32/DdQueryVisRgnUniqueness.s deleted file mode 100644 index f7ec90841..000000000 --- a/libc/nt/gdi32/DdQueryVisRgnUniqueness.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DdQueryVisRgnUniqueness,DdQueryVisRgnUniqueness,1382 diff --git a/libc/nt/gdi32/DeleteColorSpace.S b/libc/nt/gdi32/DeleteColorSpace.S new file mode 100644 index 000000000..a97c51801 --- /dev/null +++ b/libc/nt/gdi32/DeleteColorSpace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DeleteColorSpace,DeleteColorSpace,1383 diff --git a/libc/nt/gdi32/DeleteColorSpace.s b/libc/nt/gdi32/DeleteColorSpace.s deleted file mode 100644 index e340f0687..000000000 --- a/libc/nt/gdi32/DeleteColorSpace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DeleteColorSpace,DeleteColorSpace,1383 diff --git a/libc/nt/gdi32/DeleteDC.S b/libc/nt/gdi32/DeleteDC.S new file mode 100644 index 000000000..c85504000 --- /dev/null +++ b/libc/nt/gdi32/DeleteDC.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DeleteDC,DeleteDC,1384 + +#ifdef __x86_64__ + .text.windows +DeleteDC: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeleteDC(%rip) + leave + ret + .endfn DeleteDC,globl + .previous +#endif diff --git a/libc/nt/gdi32/DeleteDC.s b/libc/nt/gdi32/DeleteDC.s deleted file mode 100644 index 671f2f9f3..000000000 --- a/libc/nt/gdi32/DeleteDC.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DeleteDC,DeleteDC,1384 - - .text.windows -DeleteDC: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeleteDC(%rip) - leave - ret - .endfn DeleteDC,globl - .previous diff --git a/libc/nt/gdi32/DeleteEnhMetaFile.S b/libc/nt/gdi32/DeleteEnhMetaFile.S new file mode 100644 index 000000000..c31a225ac --- /dev/null +++ b/libc/nt/gdi32/DeleteEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DeleteEnhMetaFile,DeleteEnhMetaFile,1385 diff --git a/libc/nt/gdi32/DeleteEnhMetaFile.s b/libc/nt/gdi32/DeleteEnhMetaFile.s deleted file mode 100644 index ccb1ded9d..000000000 --- a/libc/nt/gdi32/DeleteEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DeleteEnhMetaFile,DeleteEnhMetaFile,1385 diff --git a/libc/nt/gdi32/DeleteMetaFile.S b/libc/nt/gdi32/DeleteMetaFile.S new file mode 100644 index 000000000..747f583a0 --- /dev/null +++ b/libc/nt/gdi32/DeleteMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DeleteMetaFile,DeleteMetaFile,1386 diff --git a/libc/nt/gdi32/DeleteMetaFile.s b/libc/nt/gdi32/DeleteMetaFile.s deleted file mode 100644 index d6776ad1b..000000000 --- a/libc/nt/gdi32/DeleteMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DeleteMetaFile,DeleteMetaFile,1386 diff --git a/libc/nt/gdi32/DeleteObject.S b/libc/nt/gdi32/DeleteObject.S new file mode 100644 index 000000000..44424e0ba --- /dev/null +++ b/libc/nt/gdi32/DeleteObject.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DeleteObject,DeleteObject,1387 + +#ifdef __x86_64__ + .text.windows +DeleteObject: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeleteObject(%rip) + leave + ret + .endfn DeleteObject,globl + .previous +#endif diff --git a/libc/nt/gdi32/DeleteObject.s b/libc/nt/gdi32/DeleteObject.s deleted file mode 100644 index 63f67f98e..000000000 --- a/libc/nt/gdi32/DeleteObject.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DeleteObject,DeleteObject,1387 - - .text.windows -DeleteObject: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeleteObject(%rip) - leave - ret - .endfn DeleteObject,globl - .previous diff --git a/libc/nt/gdi32/DescribePixelFormat.S b/libc/nt/gdi32/DescribePixelFormat.S new file mode 100644 index 000000000..8ed41d237 --- /dev/null +++ b/libc/nt/gdi32/DescribePixelFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DescribePixelFormat,DescribePixelFormat,1388 diff --git a/libc/nt/gdi32/DescribePixelFormat.s b/libc/nt/gdi32/DescribePixelFormat.s deleted file mode 100644 index e78c90f03..000000000 --- a/libc/nt/gdi32/DescribePixelFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DescribePixelFormat,DescribePixelFormat,1388 diff --git a/libc/nt/gdi32/DestroyOPMProtectedOutput.S b/libc/nt/gdi32/DestroyOPMProtectedOutput.S new file mode 100644 index 000000000..56e0e81fb --- /dev/null +++ b/libc/nt/gdi32/DestroyOPMProtectedOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DestroyOPMProtectedOutput,DestroyOPMProtectedOutput,1389 diff --git a/libc/nt/gdi32/DestroyOPMProtectedOutput.s b/libc/nt/gdi32/DestroyOPMProtectedOutput.s deleted file mode 100644 index 247a719ae..000000000 --- a/libc/nt/gdi32/DestroyOPMProtectedOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DestroyOPMProtectedOutput,DestroyOPMProtectedOutput,1389 diff --git a/libc/nt/gdi32/DestroyPhysicalMonitorInternal.S b/libc/nt/gdi32/DestroyPhysicalMonitorInternal.S new file mode 100644 index 000000000..d94c41fa7 --- /dev/null +++ b/libc/nt/gdi32/DestroyPhysicalMonitorInternal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DestroyPhysicalMonitorInternal,DestroyPhysicalMonitorInternal,1390 diff --git a/libc/nt/gdi32/DestroyPhysicalMonitorInternal.s b/libc/nt/gdi32/DestroyPhysicalMonitorInternal.s deleted file mode 100644 index 0a8f69bfb..000000000 --- a/libc/nt/gdi32/DestroyPhysicalMonitorInternal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DestroyPhysicalMonitorInternal,DestroyPhysicalMonitorInternal,1390 diff --git a/libc/nt/gdi32/DrawEscape.S b/libc/nt/gdi32/DrawEscape.S new file mode 100644 index 000000000..88e0a9c33 --- /dev/null +++ b/libc/nt/gdi32/DrawEscape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DrawEscape,DrawEscape,1393 diff --git a/libc/nt/gdi32/DrawEscape.s b/libc/nt/gdi32/DrawEscape.s deleted file mode 100644 index 62d73efc6..000000000 --- a/libc/nt/gdi32/DrawEscape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DrawEscape,DrawEscape,1393 diff --git a/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.S b/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.S new file mode 100644 index 000000000..689286890 --- /dev/null +++ b/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DwmCreatedBitmapRemotingOutput,DwmCreatedBitmapRemotingOutput,1014 diff --git a/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.s b/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.s deleted file mode 100644 index fc3e376fa..000000000 --- a/libc/nt/gdi32/DwmCreatedBitmapRemotingOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DwmCreatedBitmapRemotingOutput,DwmCreatedBitmapRemotingOutput,1014 diff --git a/libc/nt/gdi32/DxTrimNotificationListHead.S b/libc/nt/gdi32/DxTrimNotificationListHead.S new file mode 100644 index 000000000..3ca9b81ba --- /dev/null +++ b/libc/nt/gdi32/DxTrimNotificationListHead.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_DxTrimNotificationListHead,DxTrimNotificationListHead,1394 diff --git a/libc/nt/gdi32/DxTrimNotificationListHead.s b/libc/nt/gdi32/DxTrimNotificationListHead.s deleted file mode 100644 index 5692e122e..000000000 --- a/libc/nt/gdi32/DxTrimNotificationListHead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_DxTrimNotificationListHead,DxTrimNotificationListHead,1394 diff --git a/libc/nt/gdi32/Ellipse.S b/libc/nt/gdi32/Ellipse.S new file mode 100644 index 000000000..e3ecfaf54 --- /dev/null +++ b/libc/nt/gdi32/Ellipse.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Ellipse,Ellipse,1395 diff --git a/libc/nt/gdi32/Ellipse.s b/libc/nt/gdi32/Ellipse.s deleted file mode 100644 index e040a23ea..000000000 --- a/libc/nt/gdi32/Ellipse.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Ellipse,Ellipse,1395 diff --git a/libc/nt/gdi32/EnableEUDC.S b/libc/nt/gdi32/EnableEUDC.S new file mode 100644 index 000000000..a9e69b959 --- /dev/null +++ b/libc/nt/gdi32/EnableEUDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnableEUDC,EnableEUDC,1396 diff --git a/libc/nt/gdi32/EnableEUDC.s b/libc/nt/gdi32/EnableEUDC.s deleted file mode 100644 index bf4c1a165..000000000 --- a/libc/nt/gdi32/EnableEUDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnableEUDC,EnableEUDC,1396 diff --git a/libc/nt/gdi32/EndDoc.S b/libc/nt/gdi32/EndDoc.S new file mode 100644 index 000000000..4972ff9af --- /dev/null +++ b/libc/nt/gdi32/EndDoc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EndDoc,EndDoc,1397 diff --git a/libc/nt/gdi32/EndDoc.s b/libc/nt/gdi32/EndDoc.s deleted file mode 100644 index bf9e5e0db..000000000 --- a/libc/nt/gdi32/EndDoc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EndDoc,EndDoc,1397 diff --git a/libc/nt/gdi32/EndFormPage.S b/libc/nt/gdi32/EndFormPage.S new file mode 100644 index 000000000..04c4943c4 --- /dev/null +++ b/libc/nt/gdi32/EndFormPage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EndFormPage,EndFormPage,1398 diff --git a/libc/nt/gdi32/EndFormPage.s b/libc/nt/gdi32/EndFormPage.s deleted file mode 100644 index 38721b5a9..000000000 --- a/libc/nt/gdi32/EndFormPage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EndFormPage,EndFormPage,1398 diff --git a/libc/nt/gdi32/EndGdiRendering.S b/libc/nt/gdi32/EndGdiRendering.S new file mode 100644 index 000000000..569f5febb --- /dev/null +++ b/libc/nt/gdi32/EndGdiRendering.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EndGdiRendering,EndGdiRendering,1399 diff --git a/libc/nt/gdi32/EndGdiRendering.s b/libc/nt/gdi32/EndGdiRendering.s deleted file mode 100644 index df0327eeb..000000000 --- a/libc/nt/gdi32/EndGdiRendering.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EndGdiRendering,EndGdiRendering,1399 diff --git a/libc/nt/gdi32/EndPage.S b/libc/nt/gdi32/EndPage.S new file mode 100644 index 000000000..a5ad56b0b --- /dev/null +++ b/libc/nt/gdi32/EndPage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EndPage,EndPage,1400 diff --git a/libc/nt/gdi32/EndPage.s b/libc/nt/gdi32/EndPage.s deleted file mode 100644 index 33accc0d0..000000000 --- a/libc/nt/gdi32/EndPage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EndPage,EndPage,1400 diff --git a/libc/nt/gdi32/EndPath.S b/libc/nt/gdi32/EndPath.S new file mode 100644 index 000000000..f3ae17722 --- /dev/null +++ b/libc/nt/gdi32/EndPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EndPath,EndPath,1401 diff --git a/libc/nt/gdi32/EndPath.s b/libc/nt/gdi32/EndPath.s deleted file mode 100644 index 8f73dff7c..000000000 --- a/libc/nt/gdi32/EndPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EndPath,EndPath,1401 diff --git a/libc/nt/gdi32/EngAcquireSemaphore.S b/libc/nt/gdi32/EngAcquireSemaphore.S new file mode 100644 index 000000000..ed7c41166 --- /dev/null +++ b/libc/nt/gdi32/EngAcquireSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngAcquireSemaphore,EngAcquireSemaphore,1402 diff --git a/libc/nt/gdi32/EngAcquireSemaphore.s b/libc/nt/gdi32/EngAcquireSemaphore.s deleted file mode 100644 index de3415201..000000000 --- a/libc/nt/gdi32/EngAcquireSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngAcquireSemaphore,EngAcquireSemaphore,1402 diff --git a/libc/nt/gdi32/EngAlphaBlend.S b/libc/nt/gdi32/EngAlphaBlend.S new file mode 100644 index 000000000..c49e8d653 --- /dev/null +++ b/libc/nt/gdi32/EngAlphaBlend.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngAlphaBlend,EngAlphaBlend,1403 diff --git a/libc/nt/gdi32/EngAlphaBlend.s b/libc/nt/gdi32/EngAlphaBlend.s deleted file mode 100644 index 3869588c6..000000000 --- a/libc/nt/gdi32/EngAlphaBlend.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngAlphaBlend,EngAlphaBlend,1403 diff --git a/libc/nt/gdi32/EngAssociateSurface.S b/libc/nt/gdi32/EngAssociateSurface.S new file mode 100644 index 000000000..53db0677c --- /dev/null +++ b/libc/nt/gdi32/EngAssociateSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngAssociateSurface,EngAssociateSurface,1404 diff --git a/libc/nt/gdi32/EngAssociateSurface.s b/libc/nt/gdi32/EngAssociateSurface.s deleted file mode 100644 index b27646dd2..000000000 --- a/libc/nt/gdi32/EngAssociateSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngAssociateSurface,EngAssociateSurface,1404 diff --git a/libc/nt/gdi32/EngBitBlt.S b/libc/nt/gdi32/EngBitBlt.S new file mode 100644 index 000000000..7721d3bd8 --- /dev/null +++ b/libc/nt/gdi32/EngBitBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngBitBlt,EngBitBlt,1405 diff --git a/libc/nt/gdi32/EngBitBlt.s b/libc/nt/gdi32/EngBitBlt.s deleted file mode 100644 index 6eae569e6..000000000 --- a/libc/nt/gdi32/EngBitBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngBitBlt,EngBitBlt,1405 diff --git a/libc/nt/gdi32/EngCheckAbort.S b/libc/nt/gdi32/EngCheckAbort.S new file mode 100644 index 000000000..74d50ade7 --- /dev/null +++ b/libc/nt/gdi32/EngCheckAbort.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCheckAbort,EngCheckAbort,1406 diff --git a/libc/nt/gdi32/EngCheckAbort.s b/libc/nt/gdi32/EngCheckAbort.s deleted file mode 100644 index 623707327..000000000 --- a/libc/nt/gdi32/EngCheckAbort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCheckAbort,EngCheckAbort,1406 diff --git a/libc/nt/gdi32/EngComputeGlyphSet.S b/libc/nt/gdi32/EngComputeGlyphSet.S new file mode 100644 index 000000000..0c0b6a3b2 --- /dev/null +++ b/libc/nt/gdi32/EngComputeGlyphSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngComputeGlyphSet,EngComputeGlyphSet,1407 diff --git a/libc/nt/gdi32/EngComputeGlyphSet.s b/libc/nt/gdi32/EngComputeGlyphSet.s deleted file mode 100644 index 33b25a731..000000000 --- a/libc/nt/gdi32/EngComputeGlyphSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngComputeGlyphSet,EngComputeGlyphSet,1407 diff --git a/libc/nt/gdi32/EngCopyBits.S b/libc/nt/gdi32/EngCopyBits.S new file mode 100644 index 000000000..1a11373ed --- /dev/null +++ b/libc/nt/gdi32/EngCopyBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCopyBits,EngCopyBits,1408 diff --git a/libc/nt/gdi32/EngCopyBits.s b/libc/nt/gdi32/EngCopyBits.s deleted file mode 100644 index ce91a5931..000000000 --- a/libc/nt/gdi32/EngCopyBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCopyBits,EngCopyBits,1408 diff --git a/libc/nt/gdi32/EngCreateBitmap.S b/libc/nt/gdi32/EngCreateBitmap.S new file mode 100644 index 000000000..55d893597 --- /dev/null +++ b/libc/nt/gdi32/EngCreateBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreateBitmap,EngCreateBitmap,1409 diff --git a/libc/nt/gdi32/EngCreateBitmap.s b/libc/nt/gdi32/EngCreateBitmap.s deleted file mode 100644 index 0215b69d7..000000000 --- a/libc/nt/gdi32/EngCreateBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreateBitmap,EngCreateBitmap,1409 diff --git a/libc/nt/gdi32/EngCreateClip.S b/libc/nt/gdi32/EngCreateClip.S new file mode 100644 index 000000000..dccfced17 --- /dev/null +++ b/libc/nt/gdi32/EngCreateClip.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreateClip,EngCreateClip,1410 diff --git a/libc/nt/gdi32/EngCreateClip.s b/libc/nt/gdi32/EngCreateClip.s deleted file mode 100644 index 395a1c341..000000000 --- a/libc/nt/gdi32/EngCreateClip.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreateClip,EngCreateClip,1410 diff --git a/libc/nt/gdi32/EngCreateDeviceBitmap.S b/libc/nt/gdi32/EngCreateDeviceBitmap.S new file mode 100644 index 000000000..46a999657 --- /dev/null +++ b/libc/nt/gdi32/EngCreateDeviceBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreateDeviceBitmap,EngCreateDeviceBitmap,1411 diff --git a/libc/nt/gdi32/EngCreateDeviceBitmap.s b/libc/nt/gdi32/EngCreateDeviceBitmap.s deleted file mode 100644 index 1e41e6e5f..000000000 --- a/libc/nt/gdi32/EngCreateDeviceBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreateDeviceBitmap,EngCreateDeviceBitmap,1411 diff --git a/libc/nt/gdi32/EngCreateDeviceSurface.S b/libc/nt/gdi32/EngCreateDeviceSurface.S new file mode 100644 index 000000000..503b1a1c9 --- /dev/null +++ b/libc/nt/gdi32/EngCreateDeviceSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreateDeviceSurface,EngCreateDeviceSurface,1412 diff --git a/libc/nt/gdi32/EngCreateDeviceSurface.s b/libc/nt/gdi32/EngCreateDeviceSurface.s deleted file mode 100644 index 9820dafab..000000000 --- a/libc/nt/gdi32/EngCreateDeviceSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreateDeviceSurface,EngCreateDeviceSurface,1412 diff --git a/libc/nt/gdi32/EngCreatePalette.S b/libc/nt/gdi32/EngCreatePalette.S new file mode 100644 index 000000000..d94c76809 --- /dev/null +++ b/libc/nt/gdi32/EngCreatePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreatePalette,EngCreatePalette,1413 diff --git a/libc/nt/gdi32/EngCreatePalette.s b/libc/nt/gdi32/EngCreatePalette.s deleted file mode 100644 index 827a9ebdf..000000000 --- a/libc/nt/gdi32/EngCreatePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreatePalette,EngCreatePalette,1413 diff --git a/libc/nt/gdi32/EngCreateSemaphore.S b/libc/nt/gdi32/EngCreateSemaphore.S new file mode 100644 index 000000000..310b10a56 --- /dev/null +++ b/libc/nt/gdi32/EngCreateSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngCreateSemaphore,EngCreateSemaphore,1414 diff --git a/libc/nt/gdi32/EngCreateSemaphore.s b/libc/nt/gdi32/EngCreateSemaphore.s deleted file mode 100644 index b55d45083..000000000 --- a/libc/nt/gdi32/EngCreateSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngCreateSemaphore,EngCreateSemaphore,1414 diff --git a/libc/nt/gdi32/EngDeleteClip.S b/libc/nt/gdi32/EngDeleteClip.S new file mode 100644 index 000000000..4174a747f --- /dev/null +++ b/libc/nt/gdi32/EngDeleteClip.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngDeleteClip,EngDeleteClip,1415 diff --git a/libc/nt/gdi32/EngDeleteClip.s b/libc/nt/gdi32/EngDeleteClip.s deleted file mode 100644 index 344f7ce9a..000000000 --- a/libc/nt/gdi32/EngDeleteClip.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngDeleteClip,EngDeleteClip,1415 diff --git a/libc/nt/gdi32/EngDeletePalette.S b/libc/nt/gdi32/EngDeletePalette.S new file mode 100644 index 000000000..0fadc2d7e --- /dev/null +++ b/libc/nt/gdi32/EngDeletePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngDeletePalette,EngDeletePalette,1416 diff --git a/libc/nt/gdi32/EngDeletePalette.s b/libc/nt/gdi32/EngDeletePalette.s deleted file mode 100644 index 15d34c0ab..000000000 --- a/libc/nt/gdi32/EngDeletePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngDeletePalette,EngDeletePalette,1416 diff --git a/libc/nt/gdi32/EngDeletePath.S b/libc/nt/gdi32/EngDeletePath.S new file mode 100644 index 000000000..3af4bbaeb --- /dev/null +++ b/libc/nt/gdi32/EngDeletePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngDeletePath,EngDeletePath,1417 diff --git a/libc/nt/gdi32/EngDeletePath.s b/libc/nt/gdi32/EngDeletePath.s deleted file mode 100644 index 309e7fd22..000000000 --- a/libc/nt/gdi32/EngDeletePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngDeletePath,EngDeletePath,1417 diff --git a/libc/nt/gdi32/EngDeleteSemaphore.S b/libc/nt/gdi32/EngDeleteSemaphore.S new file mode 100644 index 000000000..f57d76f96 --- /dev/null +++ b/libc/nt/gdi32/EngDeleteSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngDeleteSemaphore,EngDeleteSemaphore,1418 diff --git a/libc/nt/gdi32/EngDeleteSemaphore.s b/libc/nt/gdi32/EngDeleteSemaphore.s deleted file mode 100644 index 9312dad1d..000000000 --- a/libc/nt/gdi32/EngDeleteSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngDeleteSemaphore,EngDeleteSemaphore,1418 diff --git a/libc/nt/gdi32/EngDeleteSurface.S b/libc/nt/gdi32/EngDeleteSurface.S new file mode 100644 index 000000000..a534b830b --- /dev/null +++ b/libc/nt/gdi32/EngDeleteSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngDeleteSurface,EngDeleteSurface,1419 diff --git a/libc/nt/gdi32/EngDeleteSurface.s b/libc/nt/gdi32/EngDeleteSurface.s deleted file mode 100644 index 779d00908..000000000 --- a/libc/nt/gdi32/EngDeleteSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngDeleteSurface,EngDeleteSurface,1419 diff --git a/libc/nt/gdi32/EngEraseSurface.S b/libc/nt/gdi32/EngEraseSurface.S new file mode 100644 index 000000000..9d7be0abe --- /dev/null +++ b/libc/nt/gdi32/EngEraseSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngEraseSurface,EngEraseSurface,1420 diff --git a/libc/nt/gdi32/EngEraseSurface.s b/libc/nt/gdi32/EngEraseSurface.s deleted file mode 100644 index 389d89c35..000000000 --- a/libc/nt/gdi32/EngEraseSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngEraseSurface,EngEraseSurface,1420 diff --git a/libc/nt/gdi32/EngFillPath.S b/libc/nt/gdi32/EngFillPath.S new file mode 100644 index 000000000..efd689213 --- /dev/null +++ b/libc/nt/gdi32/EngFillPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngFillPath,EngFillPath,1421 diff --git a/libc/nt/gdi32/EngFillPath.s b/libc/nt/gdi32/EngFillPath.s deleted file mode 100644 index 51be940df..000000000 --- a/libc/nt/gdi32/EngFillPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngFillPath,EngFillPath,1421 diff --git a/libc/nt/gdi32/EngFindResource.S b/libc/nt/gdi32/EngFindResource.S new file mode 100644 index 000000000..ce793a554 --- /dev/null +++ b/libc/nt/gdi32/EngFindResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngFindResource,EngFindResource,1422 diff --git a/libc/nt/gdi32/EngFindResource.s b/libc/nt/gdi32/EngFindResource.s deleted file mode 100644 index d816ff30a..000000000 --- a/libc/nt/gdi32/EngFindResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngFindResource,EngFindResource,1422 diff --git a/libc/nt/gdi32/EngFreeModule.S b/libc/nt/gdi32/EngFreeModule.S new file mode 100644 index 000000000..929b8b8e3 --- /dev/null +++ b/libc/nt/gdi32/EngFreeModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngFreeModule,EngFreeModule,1423 diff --git a/libc/nt/gdi32/EngFreeModule.s b/libc/nt/gdi32/EngFreeModule.s deleted file mode 100644 index 616ee7ba0..000000000 --- a/libc/nt/gdi32/EngFreeModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngFreeModule,EngFreeModule,1423 diff --git a/libc/nt/gdi32/EngGetCurrentCodePage.S b/libc/nt/gdi32/EngGetCurrentCodePage.S new file mode 100644 index 000000000..c27e588c1 --- /dev/null +++ b/libc/nt/gdi32/EngGetCurrentCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngGetCurrentCodePage,EngGetCurrentCodePage,1424 diff --git a/libc/nt/gdi32/EngGetCurrentCodePage.s b/libc/nt/gdi32/EngGetCurrentCodePage.s deleted file mode 100644 index 569d6a45d..000000000 --- a/libc/nt/gdi32/EngGetCurrentCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngGetCurrentCodePage,EngGetCurrentCodePage,1424 diff --git a/libc/nt/gdi32/EngGetDriverName.S b/libc/nt/gdi32/EngGetDriverName.S new file mode 100644 index 000000000..1795390b8 --- /dev/null +++ b/libc/nt/gdi32/EngGetDriverName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngGetDriverName,EngGetDriverName,1425 diff --git a/libc/nt/gdi32/EngGetDriverName.s b/libc/nt/gdi32/EngGetDriverName.s deleted file mode 100644 index b57b80438..000000000 --- a/libc/nt/gdi32/EngGetDriverName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngGetDriverName,EngGetDriverName,1425 diff --git a/libc/nt/gdi32/EngGetPrinterDataFileName.S b/libc/nt/gdi32/EngGetPrinterDataFileName.S new file mode 100644 index 000000000..371701b02 --- /dev/null +++ b/libc/nt/gdi32/EngGetPrinterDataFileName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngGetPrinterDataFileName,EngGetPrinterDataFileName,1426 diff --git a/libc/nt/gdi32/EngGetPrinterDataFileName.s b/libc/nt/gdi32/EngGetPrinterDataFileName.s deleted file mode 100644 index 7b8090941..000000000 --- a/libc/nt/gdi32/EngGetPrinterDataFileName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngGetPrinterDataFileName,EngGetPrinterDataFileName,1426 diff --git a/libc/nt/gdi32/EngGradientFill.S b/libc/nt/gdi32/EngGradientFill.S new file mode 100644 index 000000000..f563528b0 --- /dev/null +++ b/libc/nt/gdi32/EngGradientFill.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngGradientFill,EngGradientFill,1427 diff --git a/libc/nt/gdi32/EngGradientFill.s b/libc/nt/gdi32/EngGradientFill.s deleted file mode 100644 index 75ca82275..000000000 --- a/libc/nt/gdi32/EngGradientFill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngGradientFill,EngGradientFill,1427 diff --git a/libc/nt/gdi32/EngLineTo.S b/libc/nt/gdi32/EngLineTo.S new file mode 100644 index 000000000..ded8652f0 --- /dev/null +++ b/libc/nt/gdi32/EngLineTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngLineTo,EngLineTo,1428 diff --git a/libc/nt/gdi32/EngLineTo.s b/libc/nt/gdi32/EngLineTo.s deleted file mode 100644 index 863eaccf6..000000000 --- a/libc/nt/gdi32/EngLineTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngLineTo,EngLineTo,1428 diff --git a/libc/nt/gdi32/EngLoadModule.S b/libc/nt/gdi32/EngLoadModule.S new file mode 100644 index 000000000..27a53837e --- /dev/null +++ b/libc/nt/gdi32/EngLoadModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngLoadModule,EngLoadModule,1429 diff --git a/libc/nt/gdi32/EngLoadModule.s b/libc/nt/gdi32/EngLoadModule.s deleted file mode 100644 index 8c19dc8df..000000000 --- a/libc/nt/gdi32/EngLoadModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngLoadModule,EngLoadModule,1429 diff --git a/libc/nt/gdi32/EngLockSurface.S b/libc/nt/gdi32/EngLockSurface.S new file mode 100644 index 000000000..95c4b163b --- /dev/null +++ b/libc/nt/gdi32/EngLockSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngLockSurface,EngLockSurface,1430 diff --git a/libc/nt/gdi32/EngLockSurface.s b/libc/nt/gdi32/EngLockSurface.s deleted file mode 100644 index dc0b63928..000000000 --- a/libc/nt/gdi32/EngLockSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngLockSurface,EngLockSurface,1430 diff --git a/libc/nt/gdi32/EngMarkBandingSurface.S b/libc/nt/gdi32/EngMarkBandingSurface.S new file mode 100644 index 000000000..5e98757fa --- /dev/null +++ b/libc/nt/gdi32/EngMarkBandingSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngMarkBandingSurface,EngMarkBandingSurface,1431 diff --git a/libc/nt/gdi32/EngMarkBandingSurface.s b/libc/nt/gdi32/EngMarkBandingSurface.s deleted file mode 100644 index 1ac559df7..000000000 --- a/libc/nt/gdi32/EngMarkBandingSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngMarkBandingSurface,EngMarkBandingSurface,1431 diff --git a/libc/nt/gdi32/EngMultiByteToUnicodeN.S b/libc/nt/gdi32/EngMultiByteToUnicodeN.S new file mode 100644 index 000000000..c0adce368 --- /dev/null +++ b/libc/nt/gdi32/EngMultiByteToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngMultiByteToUnicodeN,EngMultiByteToUnicodeN,1432 diff --git a/libc/nt/gdi32/EngMultiByteToUnicodeN.s b/libc/nt/gdi32/EngMultiByteToUnicodeN.s deleted file mode 100644 index 147004fb3..000000000 --- a/libc/nt/gdi32/EngMultiByteToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngMultiByteToUnicodeN,EngMultiByteToUnicodeN,1432 diff --git a/libc/nt/gdi32/EngMultiByteToWideChar.S b/libc/nt/gdi32/EngMultiByteToWideChar.S new file mode 100644 index 000000000..2ef6681f6 --- /dev/null +++ b/libc/nt/gdi32/EngMultiByteToWideChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngMultiByteToWideChar,EngMultiByteToWideChar,1433 diff --git a/libc/nt/gdi32/EngMultiByteToWideChar.s b/libc/nt/gdi32/EngMultiByteToWideChar.s deleted file mode 100644 index d94c45647..000000000 --- a/libc/nt/gdi32/EngMultiByteToWideChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngMultiByteToWideChar,EngMultiByteToWideChar,1433 diff --git a/libc/nt/gdi32/EngPaint.S b/libc/nt/gdi32/EngPaint.S new file mode 100644 index 000000000..e3ac2d701 --- /dev/null +++ b/libc/nt/gdi32/EngPaint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngPaint,EngPaint,1434 diff --git a/libc/nt/gdi32/EngPaint.s b/libc/nt/gdi32/EngPaint.s deleted file mode 100644 index 51df7b8a5..000000000 --- a/libc/nt/gdi32/EngPaint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngPaint,EngPaint,1434 diff --git a/libc/nt/gdi32/EngPlgBlt.S b/libc/nt/gdi32/EngPlgBlt.S new file mode 100644 index 000000000..0049b90a5 --- /dev/null +++ b/libc/nt/gdi32/EngPlgBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngPlgBlt,EngPlgBlt,1435 diff --git a/libc/nt/gdi32/EngPlgBlt.s b/libc/nt/gdi32/EngPlgBlt.s deleted file mode 100644 index 66c82b7c9..000000000 --- a/libc/nt/gdi32/EngPlgBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngPlgBlt,EngPlgBlt,1435 diff --git a/libc/nt/gdi32/EngQueryEMFInfo.S b/libc/nt/gdi32/EngQueryEMFInfo.S new file mode 100644 index 000000000..360906f7d --- /dev/null +++ b/libc/nt/gdi32/EngQueryEMFInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngQueryEMFInfo,EngQueryEMFInfo,1436 diff --git a/libc/nt/gdi32/EngQueryEMFInfo.s b/libc/nt/gdi32/EngQueryEMFInfo.s deleted file mode 100644 index 593907ce0..000000000 --- a/libc/nt/gdi32/EngQueryEMFInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngQueryEMFInfo,EngQueryEMFInfo,1436 diff --git a/libc/nt/gdi32/EngQueryLocalTime.S b/libc/nt/gdi32/EngQueryLocalTime.S new file mode 100644 index 000000000..464f62772 --- /dev/null +++ b/libc/nt/gdi32/EngQueryLocalTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngQueryLocalTime,EngQueryLocalTime,1437 diff --git a/libc/nt/gdi32/EngQueryLocalTime.s b/libc/nt/gdi32/EngQueryLocalTime.s deleted file mode 100644 index a41f0c6db..000000000 --- a/libc/nt/gdi32/EngQueryLocalTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngQueryLocalTime,EngQueryLocalTime,1437 diff --git a/libc/nt/gdi32/EngReleaseSemaphore.S b/libc/nt/gdi32/EngReleaseSemaphore.S new file mode 100644 index 000000000..e9c95e0e4 --- /dev/null +++ b/libc/nt/gdi32/EngReleaseSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngReleaseSemaphore,EngReleaseSemaphore,1438 diff --git a/libc/nt/gdi32/EngReleaseSemaphore.s b/libc/nt/gdi32/EngReleaseSemaphore.s deleted file mode 100644 index 5fcc27029..000000000 --- a/libc/nt/gdi32/EngReleaseSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngReleaseSemaphore,EngReleaseSemaphore,1438 diff --git a/libc/nt/gdi32/EngStretchBlt.S b/libc/nt/gdi32/EngStretchBlt.S new file mode 100644 index 000000000..499f4b1c3 --- /dev/null +++ b/libc/nt/gdi32/EngStretchBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngStretchBlt,EngStretchBlt,1439 diff --git a/libc/nt/gdi32/EngStretchBlt.s b/libc/nt/gdi32/EngStretchBlt.s deleted file mode 100644 index 89c97942d..000000000 --- a/libc/nt/gdi32/EngStretchBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngStretchBlt,EngStretchBlt,1439 diff --git a/libc/nt/gdi32/EngStretchBltROP.S b/libc/nt/gdi32/EngStretchBltROP.S new file mode 100644 index 000000000..2b20f6fa6 --- /dev/null +++ b/libc/nt/gdi32/EngStretchBltROP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngStretchBltROP,EngStretchBltROP,1440 diff --git a/libc/nt/gdi32/EngStretchBltROP.s b/libc/nt/gdi32/EngStretchBltROP.s deleted file mode 100644 index e682ab3b9..000000000 --- a/libc/nt/gdi32/EngStretchBltROP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngStretchBltROP,EngStretchBltROP,1440 diff --git a/libc/nt/gdi32/EngStrokeAndFillPath.S b/libc/nt/gdi32/EngStrokeAndFillPath.S new file mode 100644 index 000000000..1c1b0edc6 --- /dev/null +++ b/libc/nt/gdi32/EngStrokeAndFillPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngStrokeAndFillPath,EngStrokeAndFillPath,1441 diff --git a/libc/nt/gdi32/EngStrokeAndFillPath.s b/libc/nt/gdi32/EngStrokeAndFillPath.s deleted file mode 100644 index 466e9f45c..000000000 --- a/libc/nt/gdi32/EngStrokeAndFillPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngStrokeAndFillPath,EngStrokeAndFillPath,1441 diff --git a/libc/nt/gdi32/EngStrokePath.S b/libc/nt/gdi32/EngStrokePath.S new file mode 100644 index 000000000..b98ab7976 --- /dev/null +++ b/libc/nt/gdi32/EngStrokePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngStrokePath,EngStrokePath,1442 diff --git a/libc/nt/gdi32/EngStrokePath.s b/libc/nt/gdi32/EngStrokePath.s deleted file mode 100644 index 6d191c945..000000000 --- a/libc/nt/gdi32/EngStrokePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngStrokePath,EngStrokePath,1442 diff --git a/libc/nt/gdi32/EngTextOut.S b/libc/nt/gdi32/EngTextOut.S new file mode 100644 index 000000000..4558550ce --- /dev/null +++ b/libc/nt/gdi32/EngTextOut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngTextOut,EngTextOut,1443 diff --git a/libc/nt/gdi32/EngTextOut.s b/libc/nt/gdi32/EngTextOut.s deleted file mode 100644 index 2ad4ecba3..000000000 --- a/libc/nt/gdi32/EngTextOut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngTextOut,EngTextOut,1443 diff --git a/libc/nt/gdi32/EngTransparentBlt.S b/libc/nt/gdi32/EngTransparentBlt.S new file mode 100644 index 000000000..6587fca7e --- /dev/null +++ b/libc/nt/gdi32/EngTransparentBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngTransparentBlt,EngTransparentBlt,1444 diff --git a/libc/nt/gdi32/EngTransparentBlt.s b/libc/nt/gdi32/EngTransparentBlt.s deleted file mode 100644 index 2319116ee..000000000 --- a/libc/nt/gdi32/EngTransparentBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngTransparentBlt,EngTransparentBlt,1444 diff --git a/libc/nt/gdi32/EngUnicodeToMultiByteN.S b/libc/nt/gdi32/EngUnicodeToMultiByteN.S new file mode 100644 index 000000000..799ad5016 --- /dev/null +++ b/libc/nt/gdi32/EngUnicodeToMultiByteN.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngUnicodeToMultiByteN,EngUnicodeToMultiByteN,1445 diff --git a/libc/nt/gdi32/EngUnicodeToMultiByteN.s b/libc/nt/gdi32/EngUnicodeToMultiByteN.s deleted file mode 100644 index 04cf40752..000000000 --- a/libc/nt/gdi32/EngUnicodeToMultiByteN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngUnicodeToMultiByteN,EngUnicodeToMultiByteN,1445 diff --git a/libc/nt/gdi32/EngUnlockSurface.S b/libc/nt/gdi32/EngUnlockSurface.S new file mode 100644 index 000000000..4d684182c --- /dev/null +++ b/libc/nt/gdi32/EngUnlockSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngUnlockSurface,EngUnlockSurface,1446 diff --git a/libc/nt/gdi32/EngUnlockSurface.s b/libc/nt/gdi32/EngUnlockSurface.s deleted file mode 100644 index 0e2ed5361..000000000 --- a/libc/nt/gdi32/EngUnlockSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngUnlockSurface,EngUnlockSurface,1446 diff --git a/libc/nt/gdi32/EngWideCharToMultiByte.S b/libc/nt/gdi32/EngWideCharToMultiByte.S new file mode 100644 index 000000000..efe094e0f --- /dev/null +++ b/libc/nt/gdi32/EngWideCharToMultiByte.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EngWideCharToMultiByte,EngWideCharToMultiByte,1447 diff --git a/libc/nt/gdi32/EngWideCharToMultiByte.s b/libc/nt/gdi32/EngWideCharToMultiByte.s deleted file mode 100644 index 7569a6179..000000000 --- a/libc/nt/gdi32/EngWideCharToMultiByte.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EngWideCharToMultiByte,EngWideCharToMultiByte,1447 diff --git a/libc/nt/gdi32/EnumEnhMetaFile.S b/libc/nt/gdi32/EnumEnhMetaFile.S new file mode 100644 index 000000000..c79c06856 --- /dev/null +++ b/libc/nt/gdi32/EnumEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumEnhMetaFile,EnumEnhMetaFile,1448 diff --git a/libc/nt/gdi32/EnumEnhMetaFile.s b/libc/nt/gdi32/EnumEnhMetaFile.s deleted file mode 100644 index 377579818..000000000 --- a/libc/nt/gdi32/EnumEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumEnhMetaFile,EnumEnhMetaFile,1448 diff --git a/libc/nt/gdi32/EnumFontFamiliesExW.S b/libc/nt/gdi32/EnumFontFamiliesExW.S new file mode 100644 index 000000000..903119976 --- /dev/null +++ b/libc/nt/gdi32/EnumFontFamiliesExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumFontFamiliesExW,EnumFontFamiliesExW,1451 diff --git a/libc/nt/gdi32/EnumFontFamiliesExW.s b/libc/nt/gdi32/EnumFontFamiliesExW.s deleted file mode 100644 index 9c8ba04d8..000000000 --- a/libc/nt/gdi32/EnumFontFamiliesExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumFontFamiliesExW,EnumFontFamiliesExW,1451 diff --git a/libc/nt/gdi32/EnumFontFamiliesW.S b/libc/nt/gdi32/EnumFontFamiliesW.S new file mode 100644 index 000000000..2886d4ce9 --- /dev/null +++ b/libc/nt/gdi32/EnumFontFamiliesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumFontFamiliesW,EnumFontFamiliesW,1452 diff --git a/libc/nt/gdi32/EnumFontFamiliesW.s b/libc/nt/gdi32/EnumFontFamiliesW.s deleted file mode 100644 index 676bf6349..000000000 --- a/libc/nt/gdi32/EnumFontFamiliesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumFontFamiliesW,EnumFontFamiliesW,1452 diff --git a/libc/nt/gdi32/EnumFontsW.S b/libc/nt/gdi32/EnumFontsW.S new file mode 100644 index 000000000..5be59da59 --- /dev/null +++ b/libc/nt/gdi32/EnumFontsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumFontsW,EnumFontsW,1454 diff --git a/libc/nt/gdi32/EnumFontsW.s b/libc/nt/gdi32/EnumFontsW.s deleted file mode 100644 index 2a1b607f2..000000000 --- a/libc/nt/gdi32/EnumFontsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumFontsW,EnumFontsW,1454 diff --git a/libc/nt/gdi32/EnumICMProfilesW.S b/libc/nt/gdi32/EnumICMProfilesW.S new file mode 100644 index 000000000..c4ca6c748 --- /dev/null +++ b/libc/nt/gdi32/EnumICMProfilesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumICMProfilesW,EnumICMProfilesW,1456 diff --git a/libc/nt/gdi32/EnumICMProfilesW.s b/libc/nt/gdi32/EnumICMProfilesW.s deleted file mode 100644 index 6dd55cdea..000000000 --- a/libc/nt/gdi32/EnumICMProfilesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumICMProfilesW,EnumICMProfilesW,1456 diff --git a/libc/nt/gdi32/EnumMetaFile.S b/libc/nt/gdi32/EnumMetaFile.S new file mode 100644 index 000000000..72c034b88 --- /dev/null +++ b/libc/nt/gdi32/EnumMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumMetaFile,EnumMetaFile,1457 diff --git a/libc/nt/gdi32/EnumMetaFile.s b/libc/nt/gdi32/EnumMetaFile.s deleted file mode 100644 index d72a7f49d..000000000 --- a/libc/nt/gdi32/EnumMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumMetaFile,EnumMetaFile,1457 diff --git a/libc/nt/gdi32/EnumObjects.S b/libc/nt/gdi32/EnumObjects.S new file mode 100644 index 000000000..c29d5def0 --- /dev/null +++ b/libc/nt/gdi32/EnumObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EnumObjects,EnumObjects,1458 diff --git a/libc/nt/gdi32/EnumObjects.s b/libc/nt/gdi32/EnumObjects.s deleted file mode 100644 index 548fe7c0d..000000000 --- a/libc/nt/gdi32/EnumObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EnumObjects,EnumObjects,1458 diff --git a/libc/nt/gdi32/EqualRgn.S b/libc/nt/gdi32/EqualRgn.S new file mode 100644 index 000000000..61c30e29a --- /dev/null +++ b/libc/nt/gdi32/EqualRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EqualRgn,EqualRgn,1459 diff --git a/libc/nt/gdi32/EqualRgn.s b/libc/nt/gdi32/EqualRgn.s deleted file mode 100644 index bfd3ae076..000000000 --- a/libc/nt/gdi32/EqualRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EqualRgn,EqualRgn,1459 diff --git a/libc/nt/gdi32/Escape.S b/libc/nt/gdi32/Escape.S new file mode 100644 index 000000000..f44d6853d --- /dev/null +++ b/libc/nt/gdi32/Escape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Escape,Escape,1460 diff --git a/libc/nt/gdi32/Escape.s b/libc/nt/gdi32/Escape.s deleted file mode 100644 index b4fe3dbb2..000000000 --- a/libc/nt/gdi32/Escape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Escape,Escape,1460 diff --git a/libc/nt/gdi32/EudcLoadLinkW.S b/libc/nt/gdi32/EudcLoadLinkW.S new file mode 100644 index 000000000..33b8fcb54 --- /dev/null +++ b/libc/nt/gdi32/EudcLoadLinkW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EudcLoadLinkW,EudcLoadLinkW,1461 diff --git a/libc/nt/gdi32/EudcLoadLinkW.s b/libc/nt/gdi32/EudcLoadLinkW.s deleted file mode 100644 index 4c1b817ea..000000000 --- a/libc/nt/gdi32/EudcLoadLinkW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EudcLoadLinkW,EudcLoadLinkW,1461 diff --git a/libc/nt/gdi32/EudcUnloadLinkW.S b/libc/nt/gdi32/EudcUnloadLinkW.S new file mode 100644 index 000000000..0330cdde0 --- /dev/null +++ b/libc/nt/gdi32/EudcUnloadLinkW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_EudcUnloadLinkW,EudcUnloadLinkW,1462 diff --git a/libc/nt/gdi32/EudcUnloadLinkW.s b/libc/nt/gdi32/EudcUnloadLinkW.s deleted file mode 100644 index 65570b1bd..000000000 --- a/libc/nt/gdi32/EudcUnloadLinkW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_EudcUnloadLinkW,EudcUnloadLinkW,1462 diff --git a/libc/nt/gdi32/ExcludeClipRect.S b/libc/nt/gdi32/ExcludeClipRect.S new file mode 100644 index 000000000..6ac17da0f --- /dev/null +++ b/libc/nt/gdi32/ExcludeClipRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExcludeClipRect,ExcludeClipRect,1463 diff --git a/libc/nt/gdi32/ExcludeClipRect.s b/libc/nt/gdi32/ExcludeClipRect.s deleted file mode 100644 index 455eef931..000000000 --- a/libc/nt/gdi32/ExcludeClipRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExcludeClipRect,ExcludeClipRect,1463 diff --git a/libc/nt/gdi32/ExtCreatePen.S b/libc/nt/gdi32/ExtCreatePen.S new file mode 100644 index 000000000..f959eff2d --- /dev/null +++ b/libc/nt/gdi32/ExtCreatePen.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtCreatePen,ExtCreatePen,1464 diff --git a/libc/nt/gdi32/ExtCreatePen.s b/libc/nt/gdi32/ExtCreatePen.s deleted file mode 100644 index a46145576..000000000 --- a/libc/nt/gdi32/ExtCreatePen.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtCreatePen,ExtCreatePen,1464 diff --git a/libc/nt/gdi32/ExtCreateRegion.S b/libc/nt/gdi32/ExtCreateRegion.S new file mode 100644 index 000000000..9fdfa9809 --- /dev/null +++ b/libc/nt/gdi32/ExtCreateRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtCreateRegion,ExtCreateRegion,1465 diff --git a/libc/nt/gdi32/ExtCreateRegion.s b/libc/nt/gdi32/ExtCreateRegion.s deleted file mode 100644 index 511a75dbb..000000000 --- a/libc/nt/gdi32/ExtCreateRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtCreateRegion,ExtCreateRegion,1465 diff --git a/libc/nt/gdi32/ExtEscape.S b/libc/nt/gdi32/ExtEscape.S new file mode 100644 index 000000000..875e6d223 --- /dev/null +++ b/libc/nt/gdi32/ExtEscape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtEscape,ExtEscape,1466 diff --git a/libc/nt/gdi32/ExtEscape.s b/libc/nt/gdi32/ExtEscape.s deleted file mode 100644 index b1c42dcc2..000000000 --- a/libc/nt/gdi32/ExtEscape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtEscape,ExtEscape,1466 diff --git a/libc/nt/gdi32/ExtFloodFill.S b/libc/nt/gdi32/ExtFloodFill.S new file mode 100644 index 000000000..737eafd37 --- /dev/null +++ b/libc/nt/gdi32/ExtFloodFill.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtFloodFill,ExtFloodFill,1467 diff --git a/libc/nt/gdi32/ExtFloodFill.s b/libc/nt/gdi32/ExtFloodFill.s deleted file mode 100644 index 1062084d1..000000000 --- a/libc/nt/gdi32/ExtFloodFill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtFloodFill,ExtFloodFill,1467 diff --git a/libc/nt/gdi32/ExtSelectClipRgn.S b/libc/nt/gdi32/ExtSelectClipRgn.S new file mode 100644 index 000000000..2821c4712 --- /dev/null +++ b/libc/nt/gdi32/ExtSelectClipRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtSelectClipRgn,ExtSelectClipRgn,1468 diff --git a/libc/nt/gdi32/ExtSelectClipRgn.s b/libc/nt/gdi32/ExtSelectClipRgn.s deleted file mode 100644 index fd2bbf4f9..000000000 --- a/libc/nt/gdi32/ExtSelectClipRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtSelectClipRgn,ExtSelectClipRgn,1468 diff --git a/libc/nt/gdi32/ExtTextOutW.S b/libc/nt/gdi32/ExtTextOutW.S new file mode 100644 index 000000000..f126a92b2 --- /dev/null +++ b/libc/nt/gdi32/ExtTextOutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ExtTextOutW,ExtTextOutW,1470 diff --git a/libc/nt/gdi32/ExtTextOutW.s b/libc/nt/gdi32/ExtTextOutW.s deleted file mode 100644 index 10c76cfd6..000000000 --- a/libc/nt/gdi32/ExtTextOutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ExtTextOutW,ExtTextOutW,1470 diff --git a/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.S b/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.S new file mode 100644 index 000000000..f042023a3 --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_cGetAllGlyphHandles,FONTOBJ_cGetAllGlyphHandles,1471 diff --git a/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.s b/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.s deleted file mode 100644 index 8df7c771e..000000000 --- a/libc/nt/gdi32/FONTOBJ_cGetAllGlyphHandles.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_cGetAllGlyphHandles,FONTOBJ_cGetAllGlyphHandles,1471 diff --git a/libc/nt/gdi32/FONTOBJ_cGetGlyphs.S b/libc/nt/gdi32/FONTOBJ_cGetGlyphs.S new file mode 100644 index 000000000..74e812501 --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_cGetGlyphs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_cGetGlyphs,FONTOBJ_cGetGlyphs,1472 diff --git a/libc/nt/gdi32/FONTOBJ_cGetGlyphs.s b/libc/nt/gdi32/FONTOBJ_cGetGlyphs.s deleted file mode 100644 index 411e09b51..000000000 --- a/libc/nt/gdi32/FONTOBJ_cGetGlyphs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_cGetGlyphs,FONTOBJ_cGetGlyphs,1472 diff --git a/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.S b/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.S new file mode 100644 index 000000000..be6f038fb --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_pQueryGlyphAttrs,FONTOBJ_pQueryGlyphAttrs,1473 diff --git a/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.s b/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.s deleted file mode 100644 index 31ff4c63f..000000000 --- a/libc/nt/gdi32/FONTOBJ_pQueryGlyphAttrs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_pQueryGlyphAttrs,FONTOBJ_pQueryGlyphAttrs,1473 diff --git a/libc/nt/gdi32/FONTOBJ_pfdg.S b/libc/nt/gdi32/FONTOBJ_pfdg.S new file mode 100644 index 000000000..ccae6b5bc --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_pfdg.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_pfdg,FONTOBJ_pfdg,1474 diff --git a/libc/nt/gdi32/FONTOBJ_pfdg.s b/libc/nt/gdi32/FONTOBJ_pfdg.s deleted file mode 100644 index 50a95d855..000000000 --- a/libc/nt/gdi32/FONTOBJ_pfdg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_pfdg,FONTOBJ_pfdg,1474 diff --git a/libc/nt/gdi32/FONTOBJ_pifi.S b/libc/nt/gdi32/FONTOBJ_pifi.S new file mode 100644 index 000000000..9beed6ca8 --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_pifi.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_pifi,FONTOBJ_pifi,1475 diff --git a/libc/nt/gdi32/FONTOBJ_pifi.s b/libc/nt/gdi32/FONTOBJ_pifi.s deleted file mode 100644 index 8a4797171..000000000 --- a/libc/nt/gdi32/FONTOBJ_pifi.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_pifi,FONTOBJ_pifi,1475 diff --git a/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.S b/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.S new file mode 100644 index 000000000..31623f454 --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_pvTrueTypeFontFile,FONTOBJ_pvTrueTypeFontFile,1476 diff --git a/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.s b/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.s deleted file mode 100644 index 901074393..000000000 --- a/libc/nt/gdi32/FONTOBJ_pvTrueTypeFontFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_pvTrueTypeFontFile,FONTOBJ_pvTrueTypeFontFile,1476 diff --git a/libc/nt/gdi32/FONTOBJ_pxoGetXform.S b/libc/nt/gdi32/FONTOBJ_pxoGetXform.S new file mode 100644 index 000000000..5e622d879 --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_pxoGetXform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_pxoGetXform,FONTOBJ_pxoGetXform,1477 diff --git a/libc/nt/gdi32/FONTOBJ_pxoGetXform.s b/libc/nt/gdi32/FONTOBJ_pxoGetXform.s deleted file mode 100644 index ae6576932..000000000 --- a/libc/nt/gdi32/FONTOBJ_pxoGetXform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_pxoGetXform,FONTOBJ_pxoGetXform,1477 diff --git a/libc/nt/gdi32/FONTOBJ_vGetInfo.S b/libc/nt/gdi32/FONTOBJ_vGetInfo.S new file mode 100644 index 000000000..b3cf88aae --- /dev/null +++ b/libc/nt/gdi32/FONTOBJ_vGetInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FONTOBJ_vGetInfo,FONTOBJ_vGetInfo,1478 diff --git a/libc/nt/gdi32/FONTOBJ_vGetInfo.s b/libc/nt/gdi32/FONTOBJ_vGetInfo.s deleted file mode 100644 index ad07a665d..000000000 --- a/libc/nt/gdi32/FONTOBJ_vGetInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FONTOBJ_vGetInfo,FONTOBJ_vGetInfo,1478 diff --git a/libc/nt/gdi32/FillPath.S b/libc/nt/gdi32/FillPath.S new file mode 100644 index 000000000..b8394d856 --- /dev/null +++ b/libc/nt/gdi32/FillPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FillPath,FillPath,1479 diff --git a/libc/nt/gdi32/FillPath.s b/libc/nt/gdi32/FillPath.s deleted file mode 100644 index f8a289a2f..000000000 --- a/libc/nt/gdi32/FillPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FillPath,FillPath,1479 diff --git a/libc/nt/gdi32/FillRgn.S b/libc/nt/gdi32/FillRgn.S new file mode 100644 index 000000000..0842ff9b7 --- /dev/null +++ b/libc/nt/gdi32/FillRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FillRgn,FillRgn,1480 diff --git a/libc/nt/gdi32/FillRgn.s b/libc/nt/gdi32/FillRgn.s deleted file mode 100644 index 834180207..000000000 --- a/libc/nt/gdi32/FillRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FillRgn,FillRgn,1480 diff --git a/libc/nt/gdi32/FixBrushOrgEx.S b/libc/nt/gdi32/FixBrushOrgEx.S new file mode 100644 index 000000000..7b2b40775 --- /dev/null +++ b/libc/nt/gdi32/FixBrushOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FixBrushOrgEx,FixBrushOrgEx,1481 diff --git a/libc/nt/gdi32/FixBrushOrgEx.s b/libc/nt/gdi32/FixBrushOrgEx.s deleted file mode 100644 index 6eb6793d0..000000000 --- a/libc/nt/gdi32/FixBrushOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FixBrushOrgEx,FixBrushOrgEx,1481 diff --git a/libc/nt/gdi32/FlattenPath.S b/libc/nt/gdi32/FlattenPath.S new file mode 100644 index 000000000..4bcc1dda7 --- /dev/null +++ b/libc/nt/gdi32/FlattenPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FlattenPath,FlattenPath,1482 diff --git a/libc/nt/gdi32/FlattenPath.s b/libc/nt/gdi32/FlattenPath.s deleted file mode 100644 index ad2c7884b..000000000 --- a/libc/nt/gdi32/FlattenPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FlattenPath,FlattenPath,1482 diff --git a/libc/nt/gdi32/FloodFill.S b/libc/nt/gdi32/FloodFill.S new file mode 100644 index 000000000..36631aed7 --- /dev/null +++ b/libc/nt/gdi32/FloodFill.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FloodFill,FloodFill,1483 diff --git a/libc/nt/gdi32/FloodFill.s b/libc/nt/gdi32/FloodFill.s deleted file mode 100644 index bb88cd97f..000000000 --- a/libc/nt/gdi32/FloodFill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FloodFill,FloodFill,1483 diff --git a/libc/nt/gdi32/FontIsLinked.S b/libc/nt/gdi32/FontIsLinked.S new file mode 100644 index 000000000..e0efdb97b --- /dev/null +++ b/libc/nt/gdi32/FontIsLinked.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FontIsLinked,FontIsLinked,1484 diff --git a/libc/nt/gdi32/FontIsLinked.s b/libc/nt/gdi32/FontIsLinked.s deleted file mode 100644 index 77f64c6b9..000000000 --- a/libc/nt/gdi32/FontIsLinked.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FontIsLinked,FontIsLinked,1484 diff --git a/libc/nt/gdi32/FrameRgn.S b/libc/nt/gdi32/FrameRgn.S new file mode 100644 index 000000000..275cebeb7 --- /dev/null +++ b/libc/nt/gdi32/FrameRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_FrameRgn,FrameRgn,1485 diff --git a/libc/nt/gdi32/FrameRgn.s b/libc/nt/gdi32/FrameRgn.s deleted file mode 100644 index db8a99a95..000000000 --- a/libc/nt/gdi32/FrameRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_FrameRgn,FrameRgn,1485 diff --git a/libc/nt/gdi32/Gdi32DllInitialize.S b/libc/nt/gdi32/Gdi32DllInitialize.S new file mode 100644 index 000000000..83ffc68a3 --- /dev/null +++ b/libc/nt/gdi32/Gdi32DllInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Gdi32DllInitialize,Gdi32DllInitialize,1486 diff --git a/libc/nt/gdi32/Gdi32DllInitialize.s b/libc/nt/gdi32/Gdi32DllInitialize.s deleted file mode 100644 index 3881560bb..000000000 --- a/libc/nt/gdi32/Gdi32DllInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Gdi32DllInitialize,Gdi32DllInitialize,1486 diff --git a/libc/nt/gdi32/GdiAddFontResourceW.S b/libc/nt/gdi32/GdiAddFontResourceW.S new file mode 100644 index 000000000..6047d27f3 --- /dev/null +++ b/libc/nt/gdi32/GdiAddFontResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiAddFontResourceW,GdiAddFontResourceW,1487 diff --git a/libc/nt/gdi32/GdiAddFontResourceW.s b/libc/nt/gdi32/GdiAddFontResourceW.s deleted file mode 100644 index 6ec91071b..000000000 --- a/libc/nt/gdi32/GdiAddFontResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiAddFontResourceW,GdiAddFontResourceW,1487 diff --git a/libc/nt/gdi32/GdiAddGlsBounds.S b/libc/nt/gdi32/GdiAddGlsBounds.S new file mode 100644 index 000000000..0e069f8c3 --- /dev/null +++ b/libc/nt/gdi32/GdiAddGlsBounds.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiAddGlsBounds,GdiAddGlsBounds,1488 diff --git a/libc/nt/gdi32/GdiAddGlsBounds.s b/libc/nt/gdi32/GdiAddGlsBounds.s deleted file mode 100644 index c31e9634f..000000000 --- a/libc/nt/gdi32/GdiAddGlsBounds.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiAddGlsBounds,GdiAddGlsBounds,1488 diff --git a/libc/nt/gdi32/GdiAddGlsRecord.S b/libc/nt/gdi32/GdiAddGlsRecord.S new file mode 100644 index 000000000..b06eb9f33 --- /dev/null +++ b/libc/nt/gdi32/GdiAddGlsRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiAddGlsRecord,GdiAddGlsRecord,1489 diff --git a/libc/nt/gdi32/GdiAddGlsRecord.s b/libc/nt/gdi32/GdiAddGlsRecord.s deleted file mode 100644 index e10c1fb4c..000000000 --- a/libc/nt/gdi32/GdiAddGlsRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiAddGlsRecord,GdiAddGlsRecord,1489 diff --git a/libc/nt/gdi32/GdiAddInitialFonts.S b/libc/nt/gdi32/GdiAddInitialFonts.S new file mode 100644 index 000000000..7cd1f7b66 --- /dev/null +++ b/libc/nt/gdi32/GdiAddInitialFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiAddInitialFonts,GdiAddInitialFonts,1490 diff --git a/libc/nt/gdi32/GdiAddInitialFonts.s b/libc/nt/gdi32/GdiAddInitialFonts.s deleted file mode 100644 index 57baf0339..000000000 --- a/libc/nt/gdi32/GdiAddInitialFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiAddInitialFonts,GdiAddInitialFonts,1490 diff --git a/libc/nt/gdi32/GdiAlphaBlend.S b/libc/nt/gdi32/GdiAlphaBlend.S new file mode 100644 index 000000000..090dbe9b0 --- /dev/null +++ b/libc/nt/gdi32/GdiAlphaBlend.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiAlphaBlend,GdiAlphaBlend,1491 diff --git a/libc/nt/gdi32/GdiAlphaBlend.s b/libc/nt/gdi32/GdiAlphaBlend.s deleted file mode 100644 index 284af4d22..000000000 --- a/libc/nt/gdi32/GdiAlphaBlend.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiAlphaBlend,GdiAlphaBlend,1491 diff --git a/libc/nt/gdi32/GdiArtificialDecrementDriver.S b/libc/nt/gdi32/GdiArtificialDecrementDriver.S new file mode 100644 index 000000000..e46367b31 --- /dev/null +++ b/libc/nt/gdi32/GdiArtificialDecrementDriver.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiArtificialDecrementDriver,GdiArtificialDecrementDriver,1492 diff --git a/libc/nt/gdi32/GdiArtificialDecrementDriver.s b/libc/nt/gdi32/GdiArtificialDecrementDriver.s deleted file mode 100644 index e5ffa5d21..000000000 --- a/libc/nt/gdi32/GdiArtificialDecrementDriver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiArtificialDecrementDriver,GdiArtificialDecrementDriver,1492 diff --git a/libc/nt/gdi32/GdiBatchLimit.S b/libc/nt/gdi32/GdiBatchLimit.S new file mode 100644 index 000000000..44d8c4617 --- /dev/null +++ b/libc/nt/gdi32/GdiBatchLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiBatchLimit,GdiBatchLimit,1493 diff --git a/libc/nt/gdi32/GdiBatchLimit.s b/libc/nt/gdi32/GdiBatchLimit.s deleted file mode 100644 index 43042a544..000000000 --- a/libc/nt/gdi32/GdiBatchLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiBatchLimit,GdiBatchLimit,1493 diff --git a/libc/nt/gdi32/GdiCleanCacheDC.S b/libc/nt/gdi32/GdiCleanCacheDC.S new file mode 100644 index 000000000..7ad1beff4 --- /dev/null +++ b/libc/nt/gdi32/GdiCleanCacheDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiCleanCacheDC,GdiCleanCacheDC,1494 diff --git a/libc/nt/gdi32/GdiCleanCacheDC.s b/libc/nt/gdi32/GdiCleanCacheDC.s deleted file mode 100644 index fb80dc148..000000000 --- a/libc/nt/gdi32/GdiCleanCacheDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiCleanCacheDC,GdiCleanCacheDC,1494 diff --git a/libc/nt/gdi32/GdiComment.S b/libc/nt/gdi32/GdiComment.S new file mode 100644 index 000000000..efd8ac7a5 --- /dev/null +++ b/libc/nt/gdi32/GdiComment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiComment,GdiComment,1495 diff --git a/libc/nt/gdi32/GdiComment.s b/libc/nt/gdi32/GdiComment.s deleted file mode 100644 index 4d2c6ba45..000000000 --- a/libc/nt/gdi32/GdiComment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiComment,GdiComment,1495 diff --git a/libc/nt/gdi32/GdiConsoleTextOut.S b/libc/nt/gdi32/GdiConsoleTextOut.S new file mode 100644 index 000000000..62367080a --- /dev/null +++ b/libc/nt/gdi32/GdiConsoleTextOut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConsoleTextOut,GdiConsoleTextOut,1496 diff --git a/libc/nt/gdi32/GdiConsoleTextOut.s b/libc/nt/gdi32/GdiConsoleTextOut.s deleted file mode 100644 index 1499230b1..000000000 --- a/libc/nt/gdi32/GdiConsoleTextOut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConsoleTextOut,GdiConsoleTextOut,1496 diff --git a/libc/nt/gdi32/GdiConvertAndCheckDC.S b/libc/nt/gdi32/GdiConvertAndCheckDC.S new file mode 100644 index 000000000..d47ddaf37 --- /dev/null +++ b/libc/nt/gdi32/GdiConvertAndCheckDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertAndCheckDC,GdiConvertAndCheckDC,1497 diff --git a/libc/nt/gdi32/GdiConvertAndCheckDC.s b/libc/nt/gdi32/GdiConvertAndCheckDC.s deleted file mode 100644 index 8374e30ee..000000000 --- a/libc/nt/gdi32/GdiConvertAndCheckDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertAndCheckDC,GdiConvertAndCheckDC,1497 diff --git a/libc/nt/gdi32/GdiConvertBitmap.S b/libc/nt/gdi32/GdiConvertBitmap.S new file mode 100644 index 000000000..71e69f4c0 --- /dev/null +++ b/libc/nt/gdi32/GdiConvertBitmap.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertBitmap,GdiConvertBitmap,1498 diff --git a/libc/nt/gdi32/GdiConvertBitmap.s b/libc/nt/gdi32/GdiConvertBitmap.s deleted file mode 100644 index 2644ae1b3..000000000 --- a/libc/nt/gdi32/GdiConvertBitmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertBitmap,GdiConvertBitmap,1498 diff --git a/libc/nt/gdi32/GdiConvertBitmapV5.S b/libc/nt/gdi32/GdiConvertBitmapV5.S new file mode 100644 index 000000000..8e71287d9 --- /dev/null +++ b/libc/nt/gdi32/GdiConvertBitmapV5.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertBitmapV5,GdiConvertBitmapV5,1499 diff --git a/libc/nt/gdi32/GdiConvertBitmapV5.s b/libc/nt/gdi32/GdiConvertBitmapV5.s deleted file mode 100644 index 3462983d3..000000000 --- a/libc/nt/gdi32/GdiConvertBitmapV5.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertBitmapV5,GdiConvertBitmapV5,1499 diff --git a/libc/nt/gdi32/GdiConvertBrush.S b/libc/nt/gdi32/GdiConvertBrush.S new file mode 100644 index 000000000..0701c40db --- /dev/null +++ b/libc/nt/gdi32/GdiConvertBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertBrush,GdiConvertBrush,1500 diff --git a/libc/nt/gdi32/GdiConvertBrush.s b/libc/nt/gdi32/GdiConvertBrush.s deleted file mode 100644 index ea79ed867..000000000 --- a/libc/nt/gdi32/GdiConvertBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertBrush,GdiConvertBrush,1500 diff --git a/libc/nt/gdi32/GdiConvertDC.S b/libc/nt/gdi32/GdiConvertDC.S new file mode 100644 index 000000000..1ece5cbee --- /dev/null +++ b/libc/nt/gdi32/GdiConvertDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertDC,GdiConvertDC,1501 diff --git a/libc/nt/gdi32/GdiConvertDC.s b/libc/nt/gdi32/GdiConvertDC.s deleted file mode 100644 index aa7c9ac28..000000000 --- a/libc/nt/gdi32/GdiConvertDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertDC,GdiConvertDC,1501 diff --git a/libc/nt/gdi32/GdiConvertEnhMetaFile.S b/libc/nt/gdi32/GdiConvertEnhMetaFile.S new file mode 100644 index 000000000..c7794f5db --- /dev/null +++ b/libc/nt/gdi32/GdiConvertEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertEnhMetaFile,GdiConvertEnhMetaFile,1502 diff --git a/libc/nt/gdi32/GdiConvertEnhMetaFile.s b/libc/nt/gdi32/GdiConvertEnhMetaFile.s deleted file mode 100644 index ec0bc59dc..000000000 --- a/libc/nt/gdi32/GdiConvertEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertEnhMetaFile,GdiConvertEnhMetaFile,1502 diff --git a/libc/nt/gdi32/GdiConvertFont.S b/libc/nt/gdi32/GdiConvertFont.S new file mode 100644 index 000000000..05c76e866 --- /dev/null +++ b/libc/nt/gdi32/GdiConvertFont.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertFont,GdiConvertFont,1503 diff --git a/libc/nt/gdi32/GdiConvertFont.s b/libc/nt/gdi32/GdiConvertFont.s deleted file mode 100644 index d94709906..000000000 --- a/libc/nt/gdi32/GdiConvertFont.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertFont,GdiConvertFont,1503 diff --git a/libc/nt/gdi32/GdiConvertMetaFilePict.S b/libc/nt/gdi32/GdiConvertMetaFilePict.S new file mode 100644 index 000000000..5c3df2027 --- /dev/null +++ b/libc/nt/gdi32/GdiConvertMetaFilePict.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertMetaFilePict,GdiConvertMetaFilePict,1504 diff --git a/libc/nt/gdi32/GdiConvertMetaFilePict.s b/libc/nt/gdi32/GdiConvertMetaFilePict.s deleted file mode 100644 index c2717644c..000000000 --- a/libc/nt/gdi32/GdiConvertMetaFilePict.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertMetaFilePict,GdiConvertMetaFilePict,1504 diff --git a/libc/nt/gdi32/GdiConvertPalette.S b/libc/nt/gdi32/GdiConvertPalette.S new file mode 100644 index 000000000..2a5143eaa --- /dev/null +++ b/libc/nt/gdi32/GdiConvertPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertPalette,GdiConvertPalette,1505 diff --git a/libc/nt/gdi32/GdiConvertPalette.s b/libc/nt/gdi32/GdiConvertPalette.s deleted file mode 100644 index a6c60d886..000000000 --- a/libc/nt/gdi32/GdiConvertPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertPalette,GdiConvertPalette,1505 diff --git a/libc/nt/gdi32/GdiConvertRegion.S b/libc/nt/gdi32/GdiConvertRegion.S new file mode 100644 index 000000000..f804257cd --- /dev/null +++ b/libc/nt/gdi32/GdiConvertRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertRegion,GdiConvertRegion,1506 diff --git a/libc/nt/gdi32/GdiConvertRegion.s b/libc/nt/gdi32/GdiConvertRegion.s deleted file mode 100644 index 4c7ac4ab7..000000000 --- a/libc/nt/gdi32/GdiConvertRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertRegion,GdiConvertRegion,1506 diff --git a/libc/nt/gdi32/GdiConvertToDevmodeW.S b/libc/nt/gdi32/GdiConvertToDevmodeW.S new file mode 100644 index 000000000..682864ecb --- /dev/null +++ b/libc/nt/gdi32/GdiConvertToDevmodeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiConvertToDevmodeW,GdiConvertToDevmodeW,1507 diff --git a/libc/nt/gdi32/GdiConvertToDevmodeW.s b/libc/nt/gdi32/GdiConvertToDevmodeW.s deleted file mode 100644 index a5040fd02..000000000 --- a/libc/nt/gdi32/GdiConvertToDevmodeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiConvertToDevmodeW,GdiConvertToDevmodeW,1507 diff --git a/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.S b/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.S new file mode 100644 index 000000000..2be4825af --- /dev/null +++ b/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiCreateLocalEnhMetaFile,GdiCreateLocalEnhMetaFile,1508 diff --git a/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.s b/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.s deleted file mode 100644 index 6ebd6f88a..000000000 --- a/libc/nt/gdi32/GdiCreateLocalEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiCreateLocalEnhMetaFile,GdiCreateLocalEnhMetaFile,1508 diff --git a/libc/nt/gdi32/GdiCreateLocalMetaFilePict.S b/libc/nt/gdi32/GdiCreateLocalMetaFilePict.S new file mode 100644 index 000000000..948075c83 --- /dev/null +++ b/libc/nt/gdi32/GdiCreateLocalMetaFilePict.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiCreateLocalMetaFilePict,GdiCreateLocalMetaFilePict,1509 diff --git a/libc/nt/gdi32/GdiCreateLocalMetaFilePict.s b/libc/nt/gdi32/GdiCreateLocalMetaFilePict.s deleted file mode 100644 index c4f236c8e..000000000 --- a/libc/nt/gdi32/GdiCreateLocalMetaFilePict.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiCreateLocalMetaFilePict,GdiCreateLocalMetaFilePict,1509 diff --git a/libc/nt/gdi32/GdiDeleteLocalDC.S b/libc/nt/gdi32/GdiDeleteLocalDC.S new file mode 100644 index 000000000..10ff5b42c --- /dev/null +++ b/libc/nt/gdi32/GdiDeleteLocalDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiDeleteLocalDC,GdiDeleteLocalDC,1511 diff --git a/libc/nt/gdi32/GdiDeleteLocalDC.s b/libc/nt/gdi32/GdiDeleteLocalDC.s deleted file mode 100644 index 5b0a48a71..000000000 --- a/libc/nt/gdi32/GdiDeleteLocalDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiDeleteLocalDC,GdiDeleteLocalDC,1511 diff --git a/libc/nt/gdi32/GdiDeleteSpoolFileHandle.S b/libc/nt/gdi32/GdiDeleteSpoolFileHandle.S new file mode 100644 index 000000000..b757f7ce6 --- /dev/null +++ b/libc/nt/gdi32/GdiDeleteSpoolFileHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiDeleteSpoolFileHandle,GdiDeleteSpoolFileHandle,1512 diff --git a/libc/nt/gdi32/GdiDeleteSpoolFileHandle.s b/libc/nt/gdi32/GdiDeleteSpoolFileHandle.s deleted file mode 100644 index 19df98732..000000000 --- a/libc/nt/gdi32/GdiDeleteSpoolFileHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiDeleteSpoolFileHandle,GdiDeleteSpoolFileHandle,1512 diff --git a/libc/nt/gdi32/GdiDescribePixelFormat.S b/libc/nt/gdi32/GdiDescribePixelFormat.S new file mode 100644 index 000000000..3db1760d0 --- /dev/null +++ b/libc/nt/gdi32/GdiDescribePixelFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiDescribePixelFormat,GdiDescribePixelFormat,1513 diff --git a/libc/nt/gdi32/GdiDescribePixelFormat.s b/libc/nt/gdi32/GdiDescribePixelFormat.s deleted file mode 100644 index 473b0ac70..000000000 --- a/libc/nt/gdi32/GdiDescribePixelFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiDescribePixelFormat,GdiDescribePixelFormat,1513 diff --git a/libc/nt/gdi32/GdiDllInitialize.S b/libc/nt/gdi32/GdiDllInitialize.S new file mode 100644 index 000000000..64713c34f --- /dev/null +++ b/libc/nt/gdi32/GdiDllInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiDllInitialize,GdiDllInitialize,1514 diff --git a/libc/nt/gdi32/GdiDllInitialize.s b/libc/nt/gdi32/GdiDllInitialize.s deleted file mode 100644 index efc1ce9c6..000000000 --- a/libc/nt/gdi32/GdiDllInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiDllInitialize,GdiDllInitialize,1514 diff --git a/libc/nt/gdi32/GdiDrawStream.S b/libc/nt/gdi32/GdiDrawStream.S new file mode 100644 index 000000000..3f79580ee --- /dev/null +++ b/libc/nt/gdi32/GdiDrawStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiDrawStream,GdiDrawStream,1515 diff --git a/libc/nt/gdi32/GdiDrawStream.s b/libc/nt/gdi32/GdiDrawStream.s deleted file mode 100644 index e3e2aa014..000000000 --- a/libc/nt/gdi32/GdiDrawStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiDrawStream,GdiDrawStream,1515 diff --git a/libc/nt/gdi32/GdiEndDocEMF.S b/libc/nt/gdi32/GdiEndDocEMF.S new file mode 100644 index 000000000..bec71fe2d --- /dev/null +++ b/libc/nt/gdi32/GdiEndDocEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiEndDocEMF,GdiEndDocEMF,1516 diff --git a/libc/nt/gdi32/GdiEndDocEMF.s b/libc/nt/gdi32/GdiEndDocEMF.s deleted file mode 100644 index 6c5911cf4..000000000 --- a/libc/nt/gdi32/GdiEndDocEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiEndDocEMF,GdiEndDocEMF,1516 diff --git a/libc/nt/gdi32/GdiEndPageEMF.S b/libc/nt/gdi32/GdiEndPageEMF.S new file mode 100644 index 000000000..cdafbeea5 --- /dev/null +++ b/libc/nt/gdi32/GdiEndPageEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiEndPageEMF,GdiEndPageEMF,1517 diff --git a/libc/nt/gdi32/GdiEndPageEMF.s b/libc/nt/gdi32/GdiEndPageEMF.s deleted file mode 100644 index 9db610057..000000000 --- a/libc/nt/gdi32/GdiEndPageEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiEndPageEMF,GdiEndPageEMF,1517 diff --git a/libc/nt/gdi32/GdiFixUpHandle.S b/libc/nt/gdi32/GdiFixUpHandle.S new file mode 100644 index 000000000..8a2ce50da --- /dev/null +++ b/libc/nt/gdi32/GdiFixUpHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiFixUpHandle,GdiFixUpHandle,1534 diff --git a/libc/nt/gdi32/GdiFixUpHandle.s b/libc/nt/gdi32/GdiFixUpHandle.s deleted file mode 100644 index 3e0180da9..000000000 --- a/libc/nt/gdi32/GdiFixUpHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiFixUpHandle,GdiFixUpHandle,1534 diff --git a/libc/nt/gdi32/GdiFlush.S b/libc/nt/gdi32/GdiFlush.S new file mode 100644 index 000000000..28e45ac4d --- /dev/null +++ b/libc/nt/gdi32/GdiFlush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiFlush,GdiFlush,1535 diff --git a/libc/nt/gdi32/GdiFlush.s b/libc/nt/gdi32/GdiFlush.s deleted file mode 100644 index d409fb5dc..000000000 --- a/libc/nt/gdi32/GdiFlush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiFlush,GdiFlush,1535 diff --git a/libc/nt/gdi32/GdiFullscreenControl.S b/libc/nt/gdi32/GdiFullscreenControl.S new file mode 100644 index 000000000..9fbd2829e --- /dev/null +++ b/libc/nt/gdi32/GdiFullscreenControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiFullscreenControl,GdiFullscreenControl,1536 diff --git a/libc/nt/gdi32/GdiFullscreenControl.s b/libc/nt/gdi32/GdiFullscreenControl.s deleted file mode 100644 index a578ff502..000000000 --- a/libc/nt/gdi32/GdiFullscreenControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiFullscreenControl,GdiFullscreenControl,1536 diff --git a/libc/nt/gdi32/GdiGetBatchLimit.S b/libc/nt/gdi32/GdiGetBatchLimit.S new file mode 100644 index 000000000..1ae9c12b7 --- /dev/null +++ b/libc/nt/gdi32/GdiGetBatchLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetBatchLimit,GdiGetBatchLimit,1537 diff --git a/libc/nt/gdi32/GdiGetBatchLimit.s b/libc/nt/gdi32/GdiGetBatchLimit.s deleted file mode 100644 index 733d73f80..000000000 --- a/libc/nt/gdi32/GdiGetBatchLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetBatchLimit,GdiGetBatchLimit,1537 diff --git a/libc/nt/gdi32/GdiGetBitmapBitsSize.S b/libc/nt/gdi32/GdiGetBitmapBitsSize.S new file mode 100644 index 000000000..383b22586 --- /dev/null +++ b/libc/nt/gdi32/GdiGetBitmapBitsSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetBitmapBitsSize,GdiGetBitmapBitsSize,1538 diff --git a/libc/nt/gdi32/GdiGetBitmapBitsSize.s b/libc/nt/gdi32/GdiGetBitmapBitsSize.s deleted file mode 100644 index 759912f82..000000000 --- a/libc/nt/gdi32/GdiGetBitmapBitsSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetBitmapBitsSize,GdiGetBitmapBitsSize,1538 diff --git a/libc/nt/gdi32/GdiGetCharDimensions.S b/libc/nt/gdi32/GdiGetCharDimensions.S new file mode 100644 index 000000000..24f447113 --- /dev/null +++ b/libc/nt/gdi32/GdiGetCharDimensions.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetCharDimensions,GdiGetCharDimensions,1539 diff --git a/libc/nt/gdi32/GdiGetCharDimensions.s b/libc/nt/gdi32/GdiGetCharDimensions.s deleted file mode 100644 index 365b07c0a..000000000 --- a/libc/nt/gdi32/GdiGetCharDimensions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetCharDimensions,GdiGetCharDimensions,1539 diff --git a/libc/nt/gdi32/GdiGetCodePage.S b/libc/nt/gdi32/GdiGetCodePage.S new file mode 100644 index 000000000..510ec931f --- /dev/null +++ b/libc/nt/gdi32/GdiGetCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetCodePage,GdiGetCodePage,1540 diff --git a/libc/nt/gdi32/GdiGetCodePage.s b/libc/nt/gdi32/GdiGetCodePage.s deleted file mode 100644 index 5d82f197b..000000000 --- a/libc/nt/gdi32/GdiGetCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetCodePage,GdiGetCodePage,1540 diff --git a/libc/nt/gdi32/GdiGetDC.S b/libc/nt/gdi32/GdiGetDC.S new file mode 100644 index 000000000..245ff8ad2 --- /dev/null +++ b/libc/nt/gdi32/GdiGetDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetDC,GdiGetDC,1541 diff --git a/libc/nt/gdi32/GdiGetDC.s b/libc/nt/gdi32/GdiGetDC.s deleted file mode 100644 index 210f15f43..000000000 --- a/libc/nt/gdi32/GdiGetDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetDC,GdiGetDC,1541 diff --git a/libc/nt/gdi32/GdiGetDevmodeForPage.S b/libc/nt/gdi32/GdiGetDevmodeForPage.S new file mode 100644 index 000000000..a22373355 --- /dev/null +++ b/libc/nt/gdi32/GdiGetDevmodeForPage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetDevmodeForPage,GdiGetDevmodeForPage,1542 diff --git a/libc/nt/gdi32/GdiGetDevmodeForPage.s b/libc/nt/gdi32/GdiGetDevmodeForPage.s deleted file mode 100644 index fa8b9d812..000000000 --- a/libc/nt/gdi32/GdiGetDevmodeForPage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetDevmodeForPage,GdiGetDevmodeForPage,1542 diff --git a/libc/nt/gdi32/GdiGetEntry.S b/libc/nt/gdi32/GdiGetEntry.S new file mode 100644 index 000000000..9a4d0a316 --- /dev/null +++ b/libc/nt/gdi32/GdiGetEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetEntry,GdiGetEntry,1543 diff --git a/libc/nt/gdi32/GdiGetEntry.s b/libc/nt/gdi32/GdiGetEntry.s deleted file mode 100644 index 3fe67acd8..000000000 --- a/libc/nt/gdi32/GdiGetEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetEntry,GdiGetEntry,1543 diff --git a/libc/nt/gdi32/GdiGetLocalBrush.S b/libc/nt/gdi32/GdiGetLocalBrush.S new file mode 100644 index 000000000..8e4b7bff2 --- /dev/null +++ b/libc/nt/gdi32/GdiGetLocalBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetLocalBrush,GdiGetLocalBrush,1544 diff --git a/libc/nt/gdi32/GdiGetLocalBrush.s b/libc/nt/gdi32/GdiGetLocalBrush.s deleted file mode 100644 index 0bd4f844e..000000000 --- a/libc/nt/gdi32/GdiGetLocalBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetLocalBrush,GdiGetLocalBrush,1544 diff --git a/libc/nt/gdi32/GdiGetLocalDC.S b/libc/nt/gdi32/GdiGetLocalDC.S new file mode 100644 index 000000000..400b80e81 --- /dev/null +++ b/libc/nt/gdi32/GdiGetLocalDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetLocalDC,GdiGetLocalDC,1545 diff --git a/libc/nt/gdi32/GdiGetLocalDC.s b/libc/nt/gdi32/GdiGetLocalDC.s deleted file mode 100644 index d2a5b5cf9..000000000 --- a/libc/nt/gdi32/GdiGetLocalDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetLocalDC,GdiGetLocalDC,1545 diff --git a/libc/nt/gdi32/GdiGetLocalFont.S b/libc/nt/gdi32/GdiGetLocalFont.S new file mode 100644 index 000000000..305aba8bf --- /dev/null +++ b/libc/nt/gdi32/GdiGetLocalFont.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetLocalFont,GdiGetLocalFont,1546 diff --git a/libc/nt/gdi32/GdiGetLocalFont.s b/libc/nt/gdi32/GdiGetLocalFont.s deleted file mode 100644 index eaf74945f..000000000 --- a/libc/nt/gdi32/GdiGetLocalFont.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetLocalFont,GdiGetLocalFont,1546 diff --git a/libc/nt/gdi32/GdiGetPageCount.S b/libc/nt/gdi32/GdiGetPageCount.S new file mode 100644 index 000000000..91b56fc49 --- /dev/null +++ b/libc/nt/gdi32/GdiGetPageCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetPageCount,GdiGetPageCount,1547 diff --git a/libc/nt/gdi32/GdiGetPageCount.s b/libc/nt/gdi32/GdiGetPageCount.s deleted file mode 100644 index f3b2c7297..000000000 --- a/libc/nt/gdi32/GdiGetPageCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetPageCount,GdiGetPageCount,1547 diff --git a/libc/nt/gdi32/GdiGetPageHandle.S b/libc/nt/gdi32/GdiGetPageHandle.S new file mode 100644 index 000000000..995d02619 --- /dev/null +++ b/libc/nt/gdi32/GdiGetPageHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetPageHandle,GdiGetPageHandle,1548 diff --git a/libc/nt/gdi32/GdiGetPageHandle.s b/libc/nt/gdi32/GdiGetPageHandle.s deleted file mode 100644 index 84a4128b9..000000000 --- a/libc/nt/gdi32/GdiGetPageHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetPageHandle,GdiGetPageHandle,1548 diff --git a/libc/nt/gdi32/GdiGetSpoolFileHandle.S b/libc/nt/gdi32/GdiGetSpoolFileHandle.S new file mode 100644 index 000000000..738bd99f2 --- /dev/null +++ b/libc/nt/gdi32/GdiGetSpoolFileHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetSpoolFileHandle,GdiGetSpoolFileHandle,1549 diff --git a/libc/nt/gdi32/GdiGetSpoolFileHandle.s b/libc/nt/gdi32/GdiGetSpoolFileHandle.s deleted file mode 100644 index e3c5f8a26..000000000 --- a/libc/nt/gdi32/GdiGetSpoolFileHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetSpoolFileHandle,GdiGetSpoolFileHandle,1549 diff --git a/libc/nt/gdi32/GdiGetSpoolMessage.S b/libc/nt/gdi32/GdiGetSpoolMessage.S new file mode 100644 index 000000000..4656f8a1a --- /dev/null +++ b/libc/nt/gdi32/GdiGetSpoolMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetSpoolMessage,GdiGetSpoolMessage,1550 diff --git a/libc/nt/gdi32/GdiGetSpoolMessage.s b/libc/nt/gdi32/GdiGetSpoolMessage.s deleted file mode 100644 index 6fd88ebe9..000000000 --- a/libc/nt/gdi32/GdiGetSpoolMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetSpoolMessage,GdiGetSpoolMessage,1550 diff --git a/libc/nt/gdi32/GdiGetVariationStoreDelta.S b/libc/nt/gdi32/GdiGetVariationStoreDelta.S new file mode 100644 index 000000000..e68e9a4f0 --- /dev/null +++ b/libc/nt/gdi32/GdiGetVariationStoreDelta.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGetVariationStoreDelta,GdiGetVariationStoreDelta,1551 diff --git a/libc/nt/gdi32/GdiGetVariationStoreDelta.s b/libc/nt/gdi32/GdiGetVariationStoreDelta.s deleted file mode 100644 index ebdf76386..000000000 --- a/libc/nt/gdi32/GdiGetVariationStoreDelta.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGetVariationStoreDelta,GdiGetVariationStoreDelta,1551 diff --git a/libc/nt/gdi32/GdiGradientFill.S b/libc/nt/gdi32/GdiGradientFill.S new file mode 100644 index 000000000..d82938c5a --- /dev/null +++ b/libc/nt/gdi32/GdiGradientFill.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiGradientFill,GdiGradientFill,1552 diff --git a/libc/nt/gdi32/GdiGradientFill.s b/libc/nt/gdi32/GdiGradientFill.s deleted file mode 100644 index 23e942eb7..000000000 --- a/libc/nt/gdi32/GdiGradientFill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiGradientFill,GdiGradientFill,1552 diff --git a/libc/nt/gdi32/GdiInitSpool.S b/libc/nt/gdi32/GdiInitSpool.S new file mode 100644 index 000000000..f00ce07ff --- /dev/null +++ b/libc/nt/gdi32/GdiInitSpool.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiInitSpool,GdiInitSpool,1553 diff --git a/libc/nt/gdi32/GdiInitSpool.s b/libc/nt/gdi32/GdiInitSpool.s deleted file mode 100644 index 7b69dea64..000000000 --- a/libc/nt/gdi32/GdiInitSpool.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiInitSpool,GdiInitSpool,1553 diff --git a/libc/nt/gdi32/GdiInitializeLanguagePack.S b/libc/nt/gdi32/GdiInitializeLanguagePack.S new file mode 100644 index 000000000..47dbef2a1 --- /dev/null +++ b/libc/nt/gdi32/GdiInitializeLanguagePack.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiInitializeLanguagePack,GdiInitializeLanguagePack,1554 diff --git a/libc/nt/gdi32/GdiInitializeLanguagePack.s b/libc/nt/gdi32/GdiInitializeLanguagePack.s deleted file mode 100644 index 3b67fc718..000000000 --- a/libc/nt/gdi32/GdiInitializeLanguagePack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiInitializeLanguagePack,GdiInitializeLanguagePack,1554 diff --git a/libc/nt/gdi32/GdiIsMetaFileDC.S b/libc/nt/gdi32/GdiIsMetaFileDC.S new file mode 100644 index 000000000..059cee0b4 --- /dev/null +++ b/libc/nt/gdi32/GdiIsMetaFileDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsMetaFileDC,GdiIsMetaFileDC,1555 diff --git a/libc/nt/gdi32/GdiIsMetaFileDC.s b/libc/nt/gdi32/GdiIsMetaFileDC.s deleted file mode 100644 index e5fc00022..000000000 --- a/libc/nt/gdi32/GdiIsMetaFileDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsMetaFileDC,GdiIsMetaFileDC,1555 diff --git a/libc/nt/gdi32/GdiIsMetaPrintDC.S b/libc/nt/gdi32/GdiIsMetaPrintDC.S new file mode 100644 index 000000000..1d5add9a1 --- /dev/null +++ b/libc/nt/gdi32/GdiIsMetaPrintDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsMetaPrintDC,GdiIsMetaPrintDC,1556 diff --git a/libc/nt/gdi32/GdiIsMetaPrintDC.s b/libc/nt/gdi32/GdiIsMetaPrintDC.s deleted file mode 100644 index 20ff36475..000000000 --- a/libc/nt/gdi32/GdiIsMetaPrintDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsMetaPrintDC,GdiIsMetaPrintDC,1556 diff --git a/libc/nt/gdi32/GdiIsPlayMetafileDC.S b/libc/nt/gdi32/GdiIsPlayMetafileDC.S new file mode 100644 index 000000000..400fd67c7 --- /dev/null +++ b/libc/nt/gdi32/GdiIsPlayMetafileDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsPlayMetafileDC,GdiIsPlayMetafileDC,1557 diff --git a/libc/nt/gdi32/GdiIsPlayMetafileDC.s b/libc/nt/gdi32/GdiIsPlayMetafileDC.s deleted file mode 100644 index db887eb6b..000000000 --- a/libc/nt/gdi32/GdiIsPlayMetafileDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsPlayMetafileDC,GdiIsPlayMetafileDC,1557 diff --git a/libc/nt/gdi32/GdiIsScreenDC.S b/libc/nt/gdi32/GdiIsScreenDC.S new file mode 100644 index 000000000..0baf4b496 --- /dev/null +++ b/libc/nt/gdi32/GdiIsScreenDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsScreenDC,GdiIsScreenDC,1558 diff --git a/libc/nt/gdi32/GdiIsScreenDC.s b/libc/nt/gdi32/GdiIsScreenDC.s deleted file mode 100644 index a40dd15f1..000000000 --- a/libc/nt/gdi32/GdiIsScreenDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsScreenDC,GdiIsScreenDC,1558 diff --git a/libc/nt/gdi32/GdiIsTrackingEnabled.S b/libc/nt/gdi32/GdiIsTrackingEnabled.S new file mode 100644 index 000000000..d8f102d33 --- /dev/null +++ b/libc/nt/gdi32/GdiIsTrackingEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsTrackingEnabled,GdiIsTrackingEnabled,1559 diff --git a/libc/nt/gdi32/GdiIsTrackingEnabled.s b/libc/nt/gdi32/GdiIsTrackingEnabled.s deleted file mode 100644 index 0704f4f8e..000000000 --- a/libc/nt/gdi32/GdiIsTrackingEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsTrackingEnabled,GdiIsTrackingEnabled,1559 diff --git a/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.S b/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.S new file mode 100644 index 000000000..77462a966 --- /dev/null +++ b/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiIsUMPDSandboxingEnabled,GdiIsUMPDSandboxingEnabled,1560 diff --git a/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.s b/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.s deleted file mode 100644 index d32a05e59..000000000 --- a/libc/nt/gdi32/GdiIsUMPDSandboxingEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiIsUMPDSandboxingEnabled,GdiIsUMPDSandboxingEnabled,1560 diff --git a/libc/nt/gdi32/GdiLoadType1Fonts.S b/libc/nt/gdi32/GdiLoadType1Fonts.S new file mode 100644 index 000000000..9f046ba3d --- /dev/null +++ b/libc/nt/gdi32/GdiLoadType1Fonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiLoadType1Fonts,GdiLoadType1Fonts,1561 diff --git a/libc/nt/gdi32/GdiLoadType1Fonts.s b/libc/nt/gdi32/GdiLoadType1Fonts.s deleted file mode 100644 index 24b25b3f4..000000000 --- a/libc/nt/gdi32/GdiLoadType1Fonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiLoadType1Fonts,GdiLoadType1Fonts,1561 diff --git a/libc/nt/gdi32/GdiPlayDCScript.S b/libc/nt/gdi32/GdiPlayDCScript.S new file mode 100644 index 000000000..0d395bc90 --- /dev/null +++ b/libc/nt/gdi32/GdiPlayDCScript.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayDCScript,GdiPlayDCScript,1562 diff --git a/libc/nt/gdi32/GdiPlayDCScript.s b/libc/nt/gdi32/GdiPlayDCScript.s deleted file mode 100644 index 96aaf9dfa..000000000 --- a/libc/nt/gdi32/GdiPlayDCScript.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayDCScript,GdiPlayDCScript,1562 diff --git a/libc/nt/gdi32/GdiPlayEMF.S b/libc/nt/gdi32/GdiPlayEMF.S new file mode 100644 index 000000000..3028b99fb --- /dev/null +++ b/libc/nt/gdi32/GdiPlayEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayEMF,GdiPlayEMF,1563 diff --git a/libc/nt/gdi32/GdiPlayEMF.s b/libc/nt/gdi32/GdiPlayEMF.s deleted file mode 100644 index b2165c0d6..000000000 --- a/libc/nt/gdi32/GdiPlayEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayEMF,GdiPlayEMF,1563 diff --git a/libc/nt/gdi32/GdiPlayJournal.S b/libc/nt/gdi32/GdiPlayJournal.S new file mode 100644 index 000000000..18e78a315 --- /dev/null +++ b/libc/nt/gdi32/GdiPlayJournal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayJournal,GdiPlayJournal,1564 diff --git a/libc/nt/gdi32/GdiPlayJournal.s b/libc/nt/gdi32/GdiPlayJournal.s deleted file mode 100644 index bfd03f274..000000000 --- a/libc/nt/gdi32/GdiPlayJournal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayJournal,GdiPlayJournal,1564 diff --git a/libc/nt/gdi32/GdiPlayPageEMF.S b/libc/nt/gdi32/GdiPlayPageEMF.S new file mode 100644 index 000000000..948d0a6c2 --- /dev/null +++ b/libc/nt/gdi32/GdiPlayPageEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayPageEMF,GdiPlayPageEMF,1565 diff --git a/libc/nt/gdi32/GdiPlayPageEMF.s b/libc/nt/gdi32/GdiPlayPageEMF.s deleted file mode 100644 index a4b9622dc..000000000 --- a/libc/nt/gdi32/GdiPlayPageEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayPageEMF,GdiPlayPageEMF,1565 diff --git a/libc/nt/gdi32/GdiPlayPrivatePageEMF.S b/libc/nt/gdi32/GdiPlayPrivatePageEMF.S new file mode 100644 index 000000000..85aa03032 --- /dev/null +++ b/libc/nt/gdi32/GdiPlayPrivatePageEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayPrivatePageEMF,GdiPlayPrivatePageEMF,1566 diff --git a/libc/nt/gdi32/GdiPlayPrivatePageEMF.s b/libc/nt/gdi32/GdiPlayPrivatePageEMF.s deleted file mode 100644 index 786bc132c..000000000 --- a/libc/nt/gdi32/GdiPlayPrivatePageEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayPrivatePageEMF,GdiPlayPrivatePageEMF,1566 diff --git a/libc/nt/gdi32/GdiPlayScript.S b/libc/nt/gdi32/GdiPlayScript.S new file mode 100644 index 000000000..69ad7f532 --- /dev/null +++ b/libc/nt/gdi32/GdiPlayScript.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPlayScript,GdiPlayScript,1567 diff --git a/libc/nt/gdi32/GdiPlayScript.s b/libc/nt/gdi32/GdiPlayScript.s deleted file mode 100644 index 4e071ffaa..000000000 --- a/libc/nt/gdi32/GdiPlayScript.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPlayScript,GdiPlayScript,1567 diff --git a/libc/nt/gdi32/GdiPrinterThunk.S b/libc/nt/gdi32/GdiPrinterThunk.S new file mode 100644 index 000000000..064904b1b --- /dev/null +++ b/libc/nt/gdi32/GdiPrinterThunk.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiPrinterThunk,GdiPrinterThunk,1568 diff --git a/libc/nt/gdi32/GdiPrinterThunk.s b/libc/nt/gdi32/GdiPrinterThunk.s deleted file mode 100644 index 55aa036d6..000000000 --- a/libc/nt/gdi32/GdiPrinterThunk.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiPrinterThunk,GdiPrinterThunk,1568 diff --git a/libc/nt/gdi32/GdiProcessSetup.S b/libc/nt/gdi32/GdiProcessSetup.S new file mode 100644 index 000000000..890932029 --- /dev/null +++ b/libc/nt/gdi32/GdiProcessSetup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiProcessSetup,GdiProcessSetup,1569 diff --git a/libc/nt/gdi32/GdiProcessSetup.s b/libc/nt/gdi32/GdiProcessSetup.s deleted file mode 100644 index 08f259e2c..000000000 --- a/libc/nt/gdi32/GdiProcessSetup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiProcessSetup,GdiProcessSetup,1569 diff --git a/libc/nt/gdi32/GdiQueryFonts.S b/libc/nt/gdi32/GdiQueryFonts.S new file mode 100644 index 000000000..a5ffe74cf --- /dev/null +++ b/libc/nt/gdi32/GdiQueryFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiQueryFonts,GdiQueryFonts,1570 diff --git a/libc/nt/gdi32/GdiQueryFonts.s b/libc/nt/gdi32/GdiQueryFonts.s deleted file mode 100644 index 01950ecf0..000000000 --- a/libc/nt/gdi32/GdiQueryFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiQueryFonts,GdiQueryFonts,1570 diff --git a/libc/nt/gdi32/GdiQueryTable.S b/libc/nt/gdi32/GdiQueryTable.S new file mode 100644 index 000000000..73d5caa0a --- /dev/null +++ b/libc/nt/gdi32/GdiQueryTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiQueryTable,GdiQueryTable,1571 diff --git a/libc/nt/gdi32/GdiQueryTable.s b/libc/nt/gdi32/GdiQueryTable.s deleted file mode 100644 index cfb24ba69..000000000 --- a/libc/nt/gdi32/GdiQueryTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiQueryTable,GdiQueryTable,1571 diff --git a/libc/nt/gdi32/GdiRealizationInfo.S b/libc/nt/gdi32/GdiRealizationInfo.S new file mode 100644 index 000000000..08cf7a676 --- /dev/null +++ b/libc/nt/gdi32/GdiRealizationInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiRealizationInfo,GdiRealizationInfo,1572 diff --git a/libc/nt/gdi32/GdiRealizationInfo.s b/libc/nt/gdi32/GdiRealizationInfo.s deleted file mode 100644 index 0ffb8bce6..000000000 --- a/libc/nt/gdi32/GdiRealizationInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiRealizationInfo,GdiRealizationInfo,1572 diff --git a/libc/nt/gdi32/GdiReleaseDC.S b/libc/nt/gdi32/GdiReleaseDC.S new file mode 100644 index 000000000..1ba689242 --- /dev/null +++ b/libc/nt/gdi32/GdiReleaseDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiReleaseDC,GdiReleaseDC,1573 diff --git a/libc/nt/gdi32/GdiReleaseDC.s b/libc/nt/gdi32/GdiReleaseDC.s deleted file mode 100644 index c72670ce3..000000000 --- a/libc/nt/gdi32/GdiReleaseDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiReleaseDC,GdiReleaseDC,1573 diff --git a/libc/nt/gdi32/GdiReleaseLocalDC.S b/libc/nt/gdi32/GdiReleaseLocalDC.S new file mode 100644 index 000000000..7e6cdbd07 --- /dev/null +++ b/libc/nt/gdi32/GdiReleaseLocalDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiReleaseLocalDC,GdiReleaseLocalDC,1574 diff --git a/libc/nt/gdi32/GdiReleaseLocalDC.s b/libc/nt/gdi32/GdiReleaseLocalDC.s deleted file mode 100644 index 7a9504f68..000000000 --- a/libc/nt/gdi32/GdiReleaseLocalDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiReleaseLocalDC,GdiReleaseLocalDC,1574 diff --git a/libc/nt/gdi32/GdiResetDCEMF.S b/libc/nt/gdi32/GdiResetDCEMF.S new file mode 100644 index 000000000..98c9f9412 --- /dev/null +++ b/libc/nt/gdi32/GdiResetDCEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiResetDCEMF,GdiResetDCEMF,1575 diff --git a/libc/nt/gdi32/GdiResetDCEMF.s b/libc/nt/gdi32/GdiResetDCEMF.s deleted file mode 100644 index 72d270125..000000000 --- a/libc/nt/gdi32/GdiResetDCEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiResetDCEMF,GdiResetDCEMF,1575 diff --git a/libc/nt/gdi32/GdiSetAttrs.S b/libc/nt/gdi32/GdiSetAttrs.S new file mode 100644 index 000000000..9d9e3ba94 --- /dev/null +++ b/libc/nt/gdi32/GdiSetAttrs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSetAttrs,GdiSetAttrs,1576 diff --git a/libc/nt/gdi32/GdiSetAttrs.s b/libc/nt/gdi32/GdiSetAttrs.s deleted file mode 100644 index bdc982a9a..000000000 --- a/libc/nt/gdi32/GdiSetAttrs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSetAttrs,GdiSetAttrs,1576 diff --git a/libc/nt/gdi32/GdiSetBatchLimit.S b/libc/nt/gdi32/GdiSetBatchLimit.S new file mode 100644 index 000000000..e9c0a8f56 --- /dev/null +++ b/libc/nt/gdi32/GdiSetBatchLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSetBatchLimit,GdiSetBatchLimit,1577 diff --git a/libc/nt/gdi32/GdiSetBatchLimit.s b/libc/nt/gdi32/GdiSetBatchLimit.s deleted file mode 100644 index 207611592..000000000 --- a/libc/nt/gdi32/GdiSetBatchLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSetBatchLimit,GdiSetBatchLimit,1577 diff --git a/libc/nt/gdi32/GdiSetLastError.S b/libc/nt/gdi32/GdiSetLastError.S new file mode 100644 index 000000000..d1aec5617 --- /dev/null +++ b/libc/nt/gdi32/GdiSetLastError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSetLastError,GdiSetLastError,1578 diff --git a/libc/nt/gdi32/GdiSetLastError.s b/libc/nt/gdi32/GdiSetLastError.s deleted file mode 100644 index 0aa13ce07..000000000 --- a/libc/nt/gdi32/GdiSetLastError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSetLastError,GdiSetLastError,1578 diff --git a/libc/nt/gdi32/GdiSetPixelFormat.S b/libc/nt/gdi32/GdiSetPixelFormat.S new file mode 100644 index 000000000..3aea7c265 --- /dev/null +++ b/libc/nt/gdi32/GdiSetPixelFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSetPixelFormat,GdiSetPixelFormat,1579 diff --git a/libc/nt/gdi32/GdiSetPixelFormat.s b/libc/nt/gdi32/GdiSetPixelFormat.s deleted file mode 100644 index 24656ed70..000000000 --- a/libc/nt/gdi32/GdiSetPixelFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSetPixelFormat,GdiSetPixelFormat,1579 diff --git a/libc/nt/gdi32/GdiSetServerAttr.S b/libc/nt/gdi32/GdiSetServerAttr.S new file mode 100644 index 000000000..761234f52 --- /dev/null +++ b/libc/nt/gdi32/GdiSetServerAttr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSetServerAttr,GdiSetServerAttr,1580 diff --git a/libc/nt/gdi32/GdiSetServerAttr.s b/libc/nt/gdi32/GdiSetServerAttr.s deleted file mode 100644 index bffe8a2b6..000000000 --- a/libc/nt/gdi32/GdiSetServerAttr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSetServerAttr,GdiSetServerAttr,1580 diff --git a/libc/nt/gdi32/GdiStartDocEMF.S b/libc/nt/gdi32/GdiStartDocEMF.S new file mode 100644 index 000000000..c98738558 --- /dev/null +++ b/libc/nt/gdi32/GdiStartDocEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiStartDocEMF,GdiStartDocEMF,1581 diff --git a/libc/nt/gdi32/GdiStartDocEMF.s b/libc/nt/gdi32/GdiStartDocEMF.s deleted file mode 100644 index 7f94a6c8b..000000000 --- a/libc/nt/gdi32/GdiStartDocEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiStartDocEMF,GdiStartDocEMF,1581 diff --git a/libc/nt/gdi32/GdiStartPageEMF.S b/libc/nt/gdi32/GdiStartPageEMF.S new file mode 100644 index 000000000..6b8b50700 --- /dev/null +++ b/libc/nt/gdi32/GdiStartPageEMF.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiStartPageEMF,GdiStartPageEMF,1582 diff --git a/libc/nt/gdi32/GdiStartPageEMF.s b/libc/nt/gdi32/GdiStartPageEMF.s deleted file mode 100644 index 8f8633450..000000000 --- a/libc/nt/gdi32/GdiStartPageEMF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiStartPageEMF,GdiStartPageEMF,1582 diff --git a/libc/nt/gdi32/GdiSupportsFontChangeEvent.S b/libc/nt/gdi32/GdiSupportsFontChangeEvent.S new file mode 100644 index 000000000..69af30977 --- /dev/null +++ b/libc/nt/gdi32/GdiSupportsFontChangeEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSupportsFontChangeEvent,GdiSupportsFontChangeEvent,1583 diff --git a/libc/nt/gdi32/GdiSupportsFontChangeEvent.s b/libc/nt/gdi32/GdiSupportsFontChangeEvent.s deleted file mode 100644 index c21cfce86..000000000 --- a/libc/nt/gdi32/GdiSupportsFontChangeEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSupportsFontChangeEvent,GdiSupportsFontChangeEvent,1583 diff --git a/libc/nt/gdi32/GdiSwapBuffers.S b/libc/nt/gdi32/GdiSwapBuffers.S new file mode 100644 index 000000000..107d1d3df --- /dev/null +++ b/libc/nt/gdi32/GdiSwapBuffers.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiSwapBuffers,GdiSwapBuffers,1584 diff --git a/libc/nt/gdi32/GdiSwapBuffers.s b/libc/nt/gdi32/GdiSwapBuffers.s deleted file mode 100644 index d9da50886..000000000 --- a/libc/nt/gdi32/GdiSwapBuffers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiSwapBuffers,GdiSwapBuffers,1584 diff --git a/libc/nt/gdi32/GdiTrackHCreate.S b/libc/nt/gdi32/GdiTrackHCreate.S new file mode 100644 index 000000000..b24748443 --- /dev/null +++ b/libc/nt/gdi32/GdiTrackHCreate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiTrackHCreate,GdiTrackHCreate,1585 diff --git a/libc/nt/gdi32/GdiTrackHCreate.s b/libc/nt/gdi32/GdiTrackHCreate.s deleted file mode 100644 index 639627513..000000000 --- a/libc/nt/gdi32/GdiTrackHCreate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiTrackHCreate,GdiTrackHCreate,1585 diff --git a/libc/nt/gdi32/GdiTrackHDelete.S b/libc/nt/gdi32/GdiTrackHDelete.S new file mode 100644 index 000000000..1a9e7217a --- /dev/null +++ b/libc/nt/gdi32/GdiTrackHDelete.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiTrackHDelete,GdiTrackHDelete,1586 diff --git a/libc/nt/gdi32/GdiTrackHDelete.s b/libc/nt/gdi32/GdiTrackHDelete.s deleted file mode 100644 index 5ced05405..000000000 --- a/libc/nt/gdi32/GdiTrackHDelete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiTrackHDelete,GdiTrackHDelete,1586 diff --git a/libc/nt/gdi32/GdiTransparentBlt.S b/libc/nt/gdi32/GdiTransparentBlt.S new file mode 100644 index 000000000..4c45460d8 --- /dev/null +++ b/libc/nt/gdi32/GdiTransparentBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiTransparentBlt,GdiTransparentBlt,1587 diff --git a/libc/nt/gdi32/GdiTransparentBlt.s b/libc/nt/gdi32/GdiTransparentBlt.s deleted file mode 100644 index 5c857ef94..000000000 --- a/libc/nt/gdi32/GdiTransparentBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiTransparentBlt,GdiTransparentBlt,1587 diff --git a/libc/nt/gdi32/GdiValidateHandle.S b/libc/nt/gdi32/GdiValidateHandle.S new file mode 100644 index 000000000..4c14a2501 --- /dev/null +++ b/libc/nt/gdi32/GdiValidateHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GdiValidateHandle,GdiValidateHandle,1588 diff --git a/libc/nt/gdi32/GdiValidateHandle.s b/libc/nt/gdi32/GdiValidateHandle.s deleted file mode 100644 index fece8dcc2..000000000 --- a/libc/nt/gdi32/GdiValidateHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GdiValidateHandle,GdiValidateHandle,1588 diff --git a/libc/nt/gdi32/GetArcDirection.S b/libc/nt/gdi32/GetArcDirection.S new file mode 100644 index 000000000..c171d2f8f --- /dev/null +++ b/libc/nt/gdi32/GetArcDirection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetArcDirection,GetArcDirection,1589 diff --git a/libc/nt/gdi32/GetArcDirection.s b/libc/nt/gdi32/GetArcDirection.s deleted file mode 100644 index 28db477f0..000000000 --- a/libc/nt/gdi32/GetArcDirection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetArcDirection,GetArcDirection,1589 diff --git a/libc/nt/gdi32/GetAspectRatioFilterEx.S b/libc/nt/gdi32/GetAspectRatioFilterEx.S new file mode 100644 index 000000000..2ebbe929f --- /dev/null +++ b/libc/nt/gdi32/GetAspectRatioFilterEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetAspectRatioFilterEx,GetAspectRatioFilterEx,1590 diff --git a/libc/nt/gdi32/GetAspectRatioFilterEx.s b/libc/nt/gdi32/GetAspectRatioFilterEx.s deleted file mode 100644 index 93417e83a..000000000 --- a/libc/nt/gdi32/GetAspectRatioFilterEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetAspectRatioFilterEx,GetAspectRatioFilterEx,1590 diff --git a/libc/nt/gdi32/GetBitmapAttributes.S b/libc/nt/gdi32/GetBitmapAttributes.S new file mode 100644 index 000000000..03fbea407 --- /dev/null +++ b/libc/nt/gdi32/GetBitmapAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBitmapAttributes,GetBitmapAttributes,1591 diff --git a/libc/nt/gdi32/GetBitmapAttributes.s b/libc/nt/gdi32/GetBitmapAttributes.s deleted file mode 100644 index 70c060ca4..000000000 --- a/libc/nt/gdi32/GetBitmapAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBitmapAttributes,GetBitmapAttributes,1591 diff --git a/libc/nt/gdi32/GetBitmapBits.S b/libc/nt/gdi32/GetBitmapBits.S new file mode 100644 index 000000000..b33b1d569 --- /dev/null +++ b/libc/nt/gdi32/GetBitmapBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBitmapBits,GetBitmapBits,1592 diff --git a/libc/nt/gdi32/GetBitmapBits.s b/libc/nt/gdi32/GetBitmapBits.s deleted file mode 100644 index f9f4a9541..000000000 --- a/libc/nt/gdi32/GetBitmapBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBitmapBits,GetBitmapBits,1592 diff --git a/libc/nt/gdi32/GetBitmapDimensionEx.S b/libc/nt/gdi32/GetBitmapDimensionEx.S new file mode 100644 index 000000000..b8dfcd667 --- /dev/null +++ b/libc/nt/gdi32/GetBitmapDimensionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBitmapDimensionEx,GetBitmapDimensionEx,1593 diff --git a/libc/nt/gdi32/GetBitmapDimensionEx.s b/libc/nt/gdi32/GetBitmapDimensionEx.s deleted file mode 100644 index 423f37e32..000000000 --- a/libc/nt/gdi32/GetBitmapDimensionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBitmapDimensionEx,GetBitmapDimensionEx,1593 diff --git a/libc/nt/gdi32/GetBitmapDpiScaleValue.S b/libc/nt/gdi32/GetBitmapDpiScaleValue.S new file mode 100644 index 000000000..c4f23f2a2 --- /dev/null +++ b/libc/nt/gdi32/GetBitmapDpiScaleValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBitmapDpiScaleValue,GetBitmapDpiScaleValue,1594 diff --git a/libc/nt/gdi32/GetBitmapDpiScaleValue.s b/libc/nt/gdi32/GetBitmapDpiScaleValue.s deleted file mode 100644 index 7c37b2113..000000000 --- a/libc/nt/gdi32/GetBitmapDpiScaleValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBitmapDpiScaleValue,GetBitmapDpiScaleValue,1594 diff --git a/libc/nt/gdi32/GetBkColor.S b/libc/nt/gdi32/GetBkColor.S new file mode 100644 index 000000000..f9c8f5c7c --- /dev/null +++ b/libc/nt/gdi32/GetBkColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBkColor,GetBkColor,1595 diff --git a/libc/nt/gdi32/GetBkColor.s b/libc/nt/gdi32/GetBkColor.s deleted file mode 100644 index 801922ea7..000000000 --- a/libc/nt/gdi32/GetBkColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBkColor,GetBkColor,1595 diff --git a/libc/nt/gdi32/GetBkMode.S b/libc/nt/gdi32/GetBkMode.S new file mode 100644 index 000000000..d54e8bec7 --- /dev/null +++ b/libc/nt/gdi32/GetBkMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBkMode,GetBkMode,1596 diff --git a/libc/nt/gdi32/GetBkMode.s b/libc/nt/gdi32/GetBkMode.s deleted file mode 100644 index e509a90b4..000000000 --- a/libc/nt/gdi32/GetBkMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBkMode,GetBkMode,1596 diff --git a/libc/nt/gdi32/GetBoundsRect.S b/libc/nt/gdi32/GetBoundsRect.S new file mode 100644 index 000000000..ae59ac569 --- /dev/null +++ b/libc/nt/gdi32/GetBoundsRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBoundsRect,GetBoundsRect,1597 diff --git a/libc/nt/gdi32/GetBoundsRect.s b/libc/nt/gdi32/GetBoundsRect.s deleted file mode 100644 index d314ef2b5..000000000 --- a/libc/nt/gdi32/GetBoundsRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBoundsRect,GetBoundsRect,1597 diff --git a/libc/nt/gdi32/GetBrushAttributes.S b/libc/nt/gdi32/GetBrushAttributes.S new file mode 100644 index 000000000..c4c4d8b1d --- /dev/null +++ b/libc/nt/gdi32/GetBrushAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBrushAttributes,GetBrushAttributes,1598 diff --git a/libc/nt/gdi32/GetBrushAttributes.s b/libc/nt/gdi32/GetBrushAttributes.s deleted file mode 100644 index d37de50cc..000000000 --- a/libc/nt/gdi32/GetBrushAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBrushAttributes,GetBrushAttributes,1598 diff --git a/libc/nt/gdi32/GetBrushOrgEx.S b/libc/nt/gdi32/GetBrushOrgEx.S new file mode 100644 index 000000000..a708f82e0 --- /dev/null +++ b/libc/nt/gdi32/GetBrushOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetBrushOrgEx,GetBrushOrgEx,1599 diff --git a/libc/nt/gdi32/GetBrushOrgEx.s b/libc/nt/gdi32/GetBrushOrgEx.s deleted file mode 100644 index e4ea9fe68..000000000 --- a/libc/nt/gdi32/GetBrushOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetBrushOrgEx,GetBrushOrgEx,1599 diff --git a/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.S b/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.S new file mode 100644 index 000000000..b870a7a07 --- /dev/null +++ b/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCOPPCompatibleOPMInformation,GetCOPPCompatibleOPMInformation,1600 diff --git a/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.s b/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.s deleted file mode 100644 index b6610beaa..000000000 --- a/libc/nt/gdi32/GetCOPPCompatibleOPMInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCOPPCompatibleOPMInformation,GetCOPPCompatibleOPMInformation,1600 diff --git a/libc/nt/gdi32/GetCertificate.S b/libc/nt/gdi32/GetCertificate.S new file mode 100644 index 000000000..024742ce6 --- /dev/null +++ b/libc/nt/gdi32/GetCertificate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCertificate,GetCertificate,1601 diff --git a/libc/nt/gdi32/GetCertificate.s b/libc/nt/gdi32/GetCertificate.s deleted file mode 100644 index d0bf82e2f..000000000 --- a/libc/nt/gdi32/GetCertificate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCertificate,GetCertificate,1601 diff --git a/libc/nt/gdi32/GetCertificateByHandle.S b/libc/nt/gdi32/GetCertificateByHandle.S new file mode 100644 index 000000000..279439b86 --- /dev/null +++ b/libc/nt/gdi32/GetCertificateByHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCertificateByHandle,GetCertificateByHandle,1602 diff --git a/libc/nt/gdi32/GetCertificateByHandle.s b/libc/nt/gdi32/GetCertificateByHandle.s deleted file mode 100644 index 7721609ea..000000000 --- a/libc/nt/gdi32/GetCertificateByHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCertificateByHandle,GetCertificateByHandle,1602 diff --git a/libc/nt/gdi32/GetCertificateSize.S b/libc/nt/gdi32/GetCertificateSize.S new file mode 100644 index 000000000..588ba4327 --- /dev/null +++ b/libc/nt/gdi32/GetCertificateSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCertificateSize,GetCertificateSize,1603 diff --git a/libc/nt/gdi32/GetCertificateSize.s b/libc/nt/gdi32/GetCertificateSize.s deleted file mode 100644 index 4801a0f88..000000000 --- a/libc/nt/gdi32/GetCertificateSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCertificateSize,GetCertificateSize,1603 diff --git a/libc/nt/gdi32/GetCertificateSizeByHandle.S b/libc/nt/gdi32/GetCertificateSizeByHandle.S new file mode 100644 index 000000000..4cbfc60c7 --- /dev/null +++ b/libc/nt/gdi32/GetCertificateSizeByHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCertificateSizeByHandle,GetCertificateSizeByHandle,1604 diff --git a/libc/nt/gdi32/GetCertificateSizeByHandle.s b/libc/nt/gdi32/GetCertificateSizeByHandle.s deleted file mode 100644 index f4ac65d70..000000000 --- a/libc/nt/gdi32/GetCertificateSizeByHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCertificateSizeByHandle,GetCertificateSizeByHandle,1604 diff --git a/libc/nt/gdi32/GetCharABCWidthsFloatI.S b/libc/nt/gdi32/GetCharABCWidthsFloatI.S new file mode 100644 index 000000000..ec06f65ce --- /dev/null +++ b/libc/nt/gdi32/GetCharABCWidthsFloatI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharABCWidthsFloatI,GetCharABCWidthsFloatI,1607 diff --git a/libc/nt/gdi32/GetCharABCWidthsFloatI.s b/libc/nt/gdi32/GetCharABCWidthsFloatI.s deleted file mode 100644 index 86325297a..000000000 --- a/libc/nt/gdi32/GetCharABCWidthsFloatI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharABCWidthsFloatI,GetCharABCWidthsFloatI,1607 diff --git a/libc/nt/gdi32/GetCharABCWidthsFloatW.S b/libc/nt/gdi32/GetCharABCWidthsFloatW.S new file mode 100644 index 000000000..80b6a4d9f --- /dev/null +++ b/libc/nt/gdi32/GetCharABCWidthsFloatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharABCWidthsFloatW,GetCharABCWidthsFloatW,1608 diff --git a/libc/nt/gdi32/GetCharABCWidthsFloatW.s b/libc/nt/gdi32/GetCharABCWidthsFloatW.s deleted file mode 100644 index d25d72028..000000000 --- a/libc/nt/gdi32/GetCharABCWidthsFloatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharABCWidthsFloatW,GetCharABCWidthsFloatW,1608 diff --git a/libc/nt/gdi32/GetCharABCWidthsI.S b/libc/nt/gdi32/GetCharABCWidthsI.S new file mode 100644 index 000000000..008e848cf --- /dev/null +++ b/libc/nt/gdi32/GetCharABCWidthsI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharABCWidthsI,GetCharABCWidthsI,1609 diff --git a/libc/nt/gdi32/GetCharABCWidthsI.s b/libc/nt/gdi32/GetCharABCWidthsI.s deleted file mode 100644 index ecf4cf30e..000000000 --- a/libc/nt/gdi32/GetCharABCWidthsI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharABCWidthsI,GetCharABCWidthsI,1609 diff --git a/libc/nt/gdi32/GetCharABCWidthsW.S b/libc/nt/gdi32/GetCharABCWidthsW.S new file mode 100644 index 000000000..f63eeacdd --- /dev/null +++ b/libc/nt/gdi32/GetCharABCWidthsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharABCWidthsW,GetCharABCWidthsW,1610 diff --git a/libc/nt/gdi32/GetCharABCWidthsW.s b/libc/nt/gdi32/GetCharABCWidthsW.s deleted file mode 100644 index 809f00ace..000000000 --- a/libc/nt/gdi32/GetCharABCWidthsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharABCWidthsW,GetCharABCWidthsW,1610 diff --git a/libc/nt/gdi32/GetCharWidth32W.S b/libc/nt/gdi32/GetCharWidth32W.S new file mode 100644 index 000000000..54683a15d --- /dev/null +++ b/libc/nt/gdi32/GetCharWidth32W.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharWidth32W,GetCharWidth32W,1612 diff --git a/libc/nt/gdi32/GetCharWidth32W.s b/libc/nt/gdi32/GetCharWidth32W.s deleted file mode 100644 index fcc856c89..000000000 --- a/libc/nt/gdi32/GetCharWidth32W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharWidth32W,GetCharWidth32W,1612 diff --git a/libc/nt/gdi32/GetCharWidthFloatW.S b/libc/nt/gdi32/GetCharWidthFloatW.S new file mode 100644 index 000000000..c78f2ada7 --- /dev/null +++ b/libc/nt/gdi32/GetCharWidthFloatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharWidthFloatW,GetCharWidthFloatW,1615 diff --git a/libc/nt/gdi32/GetCharWidthFloatW.s b/libc/nt/gdi32/GetCharWidthFloatW.s deleted file mode 100644 index 2f4379185..000000000 --- a/libc/nt/gdi32/GetCharWidthFloatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharWidthFloatW,GetCharWidthFloatW,1615 diff --git a/libc/nt/gdi32/GetCharWidthI.S b/libc/nt/gdi32/GetCharWidthI.S new file mode 100644 index 000000000..8b8eef171 --- /dev/null +++ b/libc/nt/gdi32/GetCharWidthI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharWidthI,GetCharWidthI,1616 diff --git a/libc/nt/gdi32/GetCharWidthI.s b/libc/nt/gdi32/GetCharWidthI.s deleted file mode 100644 index f6e780f6d..000000000 --- a/libc/nt/gdi32/GetCharWidthI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharWidthI,GetCharWidthI,1616 diff --git a/libc/nt/gdi32/GetCharWidthInfo.S b/libc/nt/gdi32/GetCharWidthInfo.S new file mode 100644 index 000000000..1fe876e11 --- /dev/null +++ b/libc/nt/gdi32/GetCharWidthInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharWidthInfo,GetCharWidthInfo,1617 diff --git a/libc/nt/gdi32/GetCharWidthInfo.s b/libc/nt/gdi32/GetCharWidthInfo.s deleted file mode 100644 index 9f3033522..000000000 --- a/libc/nt/gdi32/GetCharWidthInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharWidthInfo,GetCharWidthInfo,1617 diff --git a/libc/nt/gdi32/GetCharWidthW.S b/libc/nt/gdi32/GetCharWidthW.S new file mode 100644 index 000000000..35174f33c --- /dev/null +++ b/libc/nt/gdi32/GetCharWidthW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharWidthW,GetCharWidthW,1618 diff --git a/libc/nt/gdi32/GetCharWidthW.s b/libc/nt/gdi32/GetCharWidthW.s deleted file mode 100644 index ec92e2af6..000000000 --- a/libc/nt/gdi32/GetCharWidthW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharWidthW,GetCharWidthW,1618 diff --git a/libc/nt/gdi32/GetCharacterPlacementW.S b/libc/nt/gdi32/GetCharacterPlacementW.S new file mode 100644 index 000000000..1a147260e --- /dev/null +++ b/libc/nt/gdi32/GetCharacterPlacementW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCharacterPlacementW,GetCharacterPlacementW,1620 diff --git a/libc/nt/gdi32/GetCharacterPlacementW.s b/libc/nt/gdi32/GetCharacterPlacementW.s deleted file mode 100644 index ae11bffcb..000000000 --- a/libc/nt/gdi32/GetCharacterPlacementW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCharacterPlacementW,GetCharacterPlacementW,1620 diff --git a/libc/nt/gdi32/GetClipBox.S b/libc/nt/gdi32/GetClipBox.S new file mode 100644 index 000000000..182912acd --- /dev/null +++ b/libc/nt/gdi32/GetClipBox.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetClipBox,GetClipBox,1621 diff --git a/libc/nt/gdi32/GetClipBox.s b/libc/nt/gdi32/GetClipBox.s deleted file mode 100644 index fb0903bd2..000000000 --- a/libc/nt/gdi32/GetClipBox.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetClipBox,GetClipBox,1621 diff --git a/libc/nt/gdi32/GetClipRgn.S b/libc/nt/gdi32/GetClipRgn.S new file mode 100644 index 000000000..596f76a45 --- /dev/null +++ b/libc/nt/gdi32/GetClipRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetClipRgn,GetClipRgn,1622 diff --git a/libc/nt/gdi32/GetClipRgn.s b/libc/nt/gdi32/GetClipRgn.s deleted file mode 100644 index 78ef8c338..000000000 --- a/libc/nt/gdi32/GetClipRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetClipRgn,GetClipRgn,1622 diff --git a/libc/nt/gdi32/GetColorAdjustment.S b/libc/nt/gdi32/GetColorAdjustment.S new file mode 100644 index 000000000..01b95b890 --- /dev/null +++ b/libc/nt/gdi32/GetColorAdjustment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetColorAdjustment,GetColorAdjustment,1623 diff --git a/libc/nt/gdi32/GetColorAdjustment.s b/libc/nt/gdi32/GetColorAdjustment.s deleted file mode 100644 index f5bf01134..000000000 --- a/libc/nt/gdi32/GetColorAdjustment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetColorAdjustment,GetColorAdjustment,1623 diff --git a/libc/nt/gdi32/GetColorSpace.S b/libc/nt/gdi32/GetColorSpace.S new file mode 100644 index 000000000..109cede6c --- /dev/null +++ b/libc/nt/gdi32/GetColorSpace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetColorSpace,GetColorSpace,1624 diff --git a/libc/nt/gdi32/GetColorSpace.s b/libc/nt/gdi32/GetColorSpace.s deleted file mode 100644 index 334095bcb..000000000 --- a/libc/nt/gdi32/GetColorSpace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetColorSpace,GetColorSpace,1624 diff --git a/libc/nt/gdi32/GetCurrentDpiInfo.S b/libc/nt/gdi32/GetCurrentDpiInfo.S new file mode 100644 index 000000000..b553c2976 --- /dev/null +++ b/libc/nt/gdi32/GetCurrentDpiInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCurrentDpiInfo,GetCurrentDpiInfo,1625 diff --git a/libc/nt/gdi32/GetCurrentDpiInfo.s b/libc/nt/gdi32/GetCurrentDpiInfo.s deleted file mode 100644 index 090217d66..000000000 --- a/libc/nt/gdi32/GetCurrentDpiInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCurrentDpiInfo,GetCurrentDpiInfo,1625 diff --git a/libc/nt/gdi32/GetCurrentObject.S b/libc/nt/gdi32/GetCurrentObject.S new file mode 100644 index 000000000..a069ad472 --- /dev/null +++ b/libc/nt/gdi32/GetCurrentObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCurrentObject,GetCurrentObject,1626 diff --git a/libc/nt/gdi32/GetCurrentObject.s b/libc/nt/gdi32/GetCurrentObject.s deleted file mode 100644 index eb85ccbf2..000000000 --- a/libc/nt/gdi32/GetCurrentObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCurrentObject,GetCurrentObject,1626 diff --git a/libc/nt/gdi32/GetCurrentPositionEx.S b/libc/nt/gdi32/GetCurrentPositionEx.S new file mode 100644 index 000000000..b1b33b0ca --- /dev/null +++ b/libc/nt/gdi32/GetCurrentPositionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetCurrentPositionEx,GetCurrentPositionEx,1627 diff --git a/libc/nt/gdi32/GetCurrentPositionEx.s b/libc/nt/gdi32/GetCurrentPositionEx.s deleted file mode 100644 index c5e9a3d3f..000000000 --- a/libc/nt/gdi32/GetCurrentPositionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetCurrentPositionEx,GetCurrentPositionEx,1627 diff --git a/libc/nt/gdi32/GetDCBrushColor.S b/libc/nt/gdi32/GetDCBrushColor.S new file mode 100644 index 000000000..92afd1780 --- /dev/null +++ b/libc/nt/gdi32/GetDCBrushColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDCBrushColor,GetDCBrushColor,1628 diff --git a/libc/nt/gdi32/GetDCBrushColor.s b/libc/nt/gdi32/GetDCBrushColor.s deleted file mode 100644 index 6d4b78dff..000000000 --- a/libc/nt/gdi32/GetDCBrushColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDCBrushColor,GetDCBrushColor,1628 diff --git a/libc/nt/gdi32/GetDCDpiScaleValue.S b/libc/nt/gdi32/GetDCDpiScaleValue.S new file mode 100644 index 000000000..29a40785b --- /dev/null +++ b/libc/nt/gdi32/GetDCDpiScaleValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDCDpiScaleValue,GetDCDpiScaleValue,1629 diff --git a/libc/nt/gdi32/GetDCDpiScaleValue.s b/libc/nt/gdi32/GetDCDpiScaleValue.s deleted file mode 100644 index f202a0846..000000000 --- a/libc/nt/gdi32/GetDCDpiScaleValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDCDpiScaleValue,GetDCDpiScaleValue,1629 diff --git a/libc/nt/gdi32/GetDCOrgEx.S b/libc/nt/gdi32/GetDCOrgEx.S new file mode 100644 index 000000000..7138f200e --- /dev/null +++ b/libc/nt/gdi32/GetDCOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDCOrgEx,GetDCOrgEx,1630 diff --git a/libc/nt/gdi32/GetDCOrgEx.s b/libc/nt/gdi32/GetDCOrgEx.s deleted file mode 100644 index d72d41df1..000000000 --- a/libc/nt/gdi32/GetDCOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDCOrgEx,GetDCOrgEx,1630 diff --git a/libc/nt/gdi32/GetDCPenColor.S b/libc/nt/gdi32/GetDCPenColor.S new file mode 100644 index 000000000..aecc08c14 --- /dev/null +++ b/libc/nt/gdi32/GetDCPenColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDCPenColor,GetDCPenColor,1631 diff --git a/libc/nt/gdi32/GetDCPenColor.s b/libc/nt/gdi32/GetDCPenColor.s deleted file mode 100644 index d6076f6b3..000000000 --- a/libc/nt/gdi32/GetDCPenColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDCPenColor,GetDCPenColor,1631 diff --git a/libc/nt/gdi32/GetDIBColorTable.S b/libc/nt/gdi32/GetDIBColorTable.S new file mode 100644 index 000000000..de83bea70 --- /dev/null +++ b/libc/nt/gdi32/GetDIBColorTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDIBColorTable,GetDIBColorTable,1632 diff --git a/libc/nt/gdi32/GetDIBColorTable.s b/libc/nt/gdi32/GetDIBColorTable.s deleted file mode 100644 index 16c763191..000000000 --- a/libc/nt/gdi32/GetDIBColorTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDIBColorTable,GetDIBColorTable,1632 diff --git a/libc/nt/gdi32/GetDIBits.S b/libc/nt/gdi32/GetDIBits.S new file mode 100644 index 000000000..f5b55b896 --- /dev/null +++ b/libc/nt/gdi32/GetDIBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDIBits,GetDIBits,1633 diff --git a/libc/nt/gdi32/GetDIBits.s b/libc/nt/gdi32/GetDIBits.s deleted file mode 100644 index d540387a1..000000000 --- a/libc/nt/gdi32/GetDIBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDIBits,GetDIBits,1633 diff --git a/libc/nt/gdi32/GetDeviceCaps.S b/libc/nt/gdi32/GetDeviceCaps.S new file mode 100644 index 000000000..5745fe39f --- /dev/null +++ b/libc/nt/gdi32/GetDeviceCaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDeviceCaps,GetDeviceCaps,1634 diff --git a/libc/nt/gdi32/GetDeviceCaps.s b/libc/nt/gdi32/GetDeviceCaps.s deleted file mode 100644 index fd34aa001..000000000 --- a/libc/nt/gdi32/GetDeviceCaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDeviceCaps,GetDeviceCaps,1634 diff --git a/libc/nt/gdi32/GetDeviceGammaRamp.S b/libc/nt/gdi32/GetDeviceGammaRamp.S new file mode 100644 index 000000000..c374f27e1 --- /dev/null +++ b/libc/nt/gdi32/GetDeviceGammaRamp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetDeviceGammaRamp,GetDeviceGammaRamp,1635 diff --git a/libc/nt/gdi32/GetDeviceGammaRamp.s b/libc/nt/gdi32/GetDeviceGammaRamp.s deleted file mode 100644 index a4a934299..000000000 --- a/libc/nt/gdi32/GetDeviceGammaRamp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetDeviceGammaRamp,GetDeviceGammaRamp,1635 diff --git a/libc/nt/gdi32/GetETM.S b/libc/nt/gdi32/GetETM.S new file mode 100644 index 000000000..d479eb140 --- /dev/null +++ b/libc/nt/gdi32/GetETM.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetETM,GetETM,1636 diff --git a/libc/nt/gdi32/GetETM.s b/libc/nt/gdi32/GetETM.s deleted file mode 100644 index 4cf65646c..000000000 --- a/libc/nt/gdi32/GetETM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetETM,GetETM,1636 diff --git a/libc/nt/gdi32/GetEUDCTimeStamp.S b/libc/nt/gdi32/GetEUDCTimeStamp.S new file mode 100644 index 000000000..c32cc72d4 --- /dev/null +++ b/libc/nt/gdi32/GetEUDCTimeStamp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEUDCTimeStamp,GetEUDCTimeStamp,1637 diff --git a/libc/nt/gdi32/GetEUDCTimeStamp.s b/libc/nt/gdi32/GetEUDCTimeStamp.s deleted file mode 100644 index 9c3726346..000000000 --- a/libc/nt/gdi32/GetEUDCTimeStamp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEUDCTimeStamp,GetEUDCTimeStamp,1637 diff --git a/libc/nt/gdi32/GetEUDCTimeStampExW.S b/libc/nt/gdi32/GetEUDCTimeStampExW.S new file mode 100644 index 000000000..5b9fbe18c --- /dev/null +++ b/libc/nt/gdi32/GetEUDCTimeStampExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEUDCTimeStampExW,GetEUDCTimeStampExW,1638 diff --git a/libc/nt/gdi32/GetEUDCTimeStampExW.s b/libc/nt/gdi32/GetEUDCTimeStampExW.s deleted file mode 100644 index d665dc7d1..000000000 --- a/libc/nt/gdi32/GetEUDCTimeStampExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEUDCTimeStampExW,GetEUDCTimeStampExW,1638 diff --git a/libc/nt/gdi32/GetEnhMetaFileBits.S b/libc/nt/gdi32/GetEnhMetaFileBits.S new file mode 100644 index 000000000..ca1d64c0f --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFileBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFileBits,GetEnhMetaFileBits,1640 diff --git a/libc/nt/gdi32/GetEnhMetaFileBits.s b/libc/nt/gdi32/GetEnhMetaFileBits.s deleted file mode 100644 index d62ae4868..000000000 --- a/libc/nt/gdi32/GetEnhMetaFileBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFileBits,GetEnhMetaFileBits,1640 diff --git a/libc/nt/gdi32/GetEnhMetaFileDescriptionW.S b/libc/nt/gdi32/GetEnhMetaFileDescriptionW.S new file mode 100644 index 000000000..f38bd8efa --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFileDescriptionW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFileDescriptionW,GetEnhMetaFileDescriptionW,1642 diff --git a/libc/nt/gdi32/GetEnhMetaFileDescriptionW.s b/libc/nt/gdi32/GetEnhMetaFileDescriptionW.s deleted file mode 100644 index 425424fbb..000000000 --- a/libc/nt/gdi32/GetEnhMetaFileDescriptionW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFileDescriptionW,GetEnhMetaFileDescriptionW,1642 diff --git a/libc/nt/gdi32/GetEnhMetaFileHeader.S b/libc/nt/gdi32/GetEnhMetaFileHeader.S new file mode 100644 index 000000000..73c80f8e3 --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFileHeader.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFileHeader,GetEnhMetaFileHeader,1643 diff --git a/libc/nt/gdi32/GetEnhMetaFileHeader.s b/libc/nt/gdi32/GetEnhMetaFileHeader.s deleted file mode 100644 index 8d59d1bba..000000000 --- a/libc/nt/gdi32/GetEnhMetaFileHeader.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFileHeader,GetEnhMetaFileHeader,1643 diff --git a/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.S b/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.S new file mode 100644 index 000000000..fecb9e999 --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFilePaletteEntries,GetEnhMetaFilePaletteEntries,1644 diff --git a/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.s b/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.s deleted file mode 100644 index 655bfe89c..000000000 --- a/libc/nt/gdi32/GetEnhMetaFilePaletteEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFilePaletteEntries,GetEnhMetaFilePaletteEntries,1644 diff --git a/libc/nt/gdi32/GetEnhMetaFilePixelFormat.S b/libc/nt/gdi32/GetEnhMetaFilePixelFormat.S new file mode 100644 index 000000000..31c772172 --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFilePixelFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFilePixelFormat,GetEnhMetaFilePixelFormat,1645 diff --git a/libc/nt/gdi32/GetEnhMetaFilePixelFormat.s b/libc/nt/gdi32/GetEnhMetaFilePixelFormat.s deleted file mode 100644 index c996d966a..000000000 --- a/libc/nt/gdi32/GetEnhMetaFilePixelFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFilePixelFormat,GetEnhMetaFilePixelFormat,1645 diff --git a/libc/nt/gdi32/GetEnhMetaFileW.S b/libc/nt/gdi32/GetEnhMetaFileW.S new file mode 100644 index 000000000..076294f0f --- /dev/null +++ b/libc/nt/gdi32/GetEnhMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetEnhMetaFileW,GetEnhMetaFileW,1646 diff --git a/libc/nt/gdi32/GetEnhMetaFileW.s b/libc/nt/gdi32/GetEnhMetaFileW.s deleted file mode 100644 index 245f1079d..000000000 --- a/libc/nt/gdi32/GetEnhMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetEnhMetaFileW,GetEnhMetaFileW,1646 diff --git a/libc/nt/gdi32/GetFontAssocStatus.S b/libc/nt/gdi32/GetFontAssocStatus.S new file mode 100644 index 000000000..5b6a24ccb --- /dev/null +++ b/libc/nt/gdi32/GetFontAssocStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontAssocStatus,GetFontAssocStatus,1647 diff --git a/libc/nt/gdi32/GetFontAssocStatus.s b/libc/nt/gdi32/GetFontAssocStatus.s deleted file mode 100644 index d753e4719..000000000 --- a/libc/nt/gdi32/GetFontAssocStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontAssocStatus,GetFontAssocStatus,1647 diff --git a/libc/nt/gdi32/GetFontData.S b/libc/nt/gdi32/GetFontData.S new file mode 100644 index 000000000..bc482bc06 --- /dev/null +++ b/libc/nt/gdi32/GetFontData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontData,GetFontData,1648 diff --git a/libc/nt/gdi32/GetFontData.s b/libc/nt/gdi32/GetFontData.s deleted file mode 100644 index 94f53f1b0..000000000 --- a/libc/nt/gdi32/GetFontData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontData,GetFontData,1648 diff --git a/libc/nt/gdi32/GetFontFileData.S b/libc/nt/gdi32/GetFontFileData.S new file mode 100644 index 000000000..266cbf14c --- /dev/null +++ b/libc/nt/gdi32/GetFontFileData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontFileData,GetFontFileData,1649 diff --git a/libc/nt/gdi32/GetFontFileData.s b/libc/nt/gdi32/GetFontFileData.s deleted file mode 100644 index f0fa5a3ee..000000000 --- a/libc/nt/gdi32/GetFontFileData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontFileData,GetFontFileData,1649 diff --git a/libc/nt/gdi32/GetFontFileInfo.S b/libc/nt/gdi32/GetFontFileInfo.S new file mode 100644 index 000000000..ab40e1a77 --- /dev/null +++ b/libc/nt/gdi32/GetFontFileInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontFileInfo,GetFontFileInfo,1650 diff --git a/libc/nt/gdi32/GetFontFileInfo.s b/libc/nt/gdi32/GetFontFileInfo.s deleted file mode 100644 index f2f4d90da..000000000 --- a/libc/nt/gdi32/GetFontFileInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontFileInfo,GetFontFileInfo,1650 diff --git a/libc/nt/gdi32/GetFontLanguageInfo.S b/libc/nt/gdi32/GetFontLanguageInfo.S new file mode 100644 index 000000000..b6b80bfbb --- /dev/null +++ b/libc/nt/gdi32/GetFontLanguageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontLanguageInfo,GetFontLanguageInfo,1651 diff --git a/libc/nt/gdi32/GetFontLanguageInfo.s b/libc/nt/gdi32/GetFontLanguageInfo.s deleted file mode 100644 index 24a3c23f2..000000000 --- a/libc/nt/gdi32/GetFontLanguageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontLanguageInfo,GetFontLanguageInfo,1651 diff --git a/libc/nt/gdi32/GetFontRealizationInfo.S b/libc/nt/gdi32/GetFontRealizationInfo.S new file mode 100644 index 000000000..7b14f5e99 --- /dev/null +++ b/libc/nt/gdi32/GetFontRealizationInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontRealizationInfo,GetFontRealizationInfo,1652 diff --git a/libc/nt/gdi32/GetFontRealizationInfo.s b/libc/nt/gdi32/GetFontRealizationInfo.s deleted file mode 100644 index 6c431ad95..000000000 --- a/libc/nt/gdi32/GetFontRealizationInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontRealizationInfo,GetFontRealizationInfo,1652 diff --git a/libc/nt/gdi32/GetFontResourceInfoW.S b/libc/nt/gdi32/GetFontResourceInfoW.S new file mode 100644 index 000000000..5c8f12587 --- /dev/null +++ b/libc/nt/gdi32/GetFontResourceInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontResourceInfoW,GetFontResourceInfoW,1653 diff --git a/libc/nt/gdi32/GetFontResourceInfoW.s b/libc/nt/gdi32/GetFontResourceInfoW.s deleted file mode 100644 index 09574e517..000000000 --- a/libc/nt/gdi32/GetFontResourceInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontResourceInfoW,GetFontResourceInfoW,1653 diff --git a/libc/nt/gdi32/GetFontUnicodeRanges.S b/libc/nt/gdi32/GetFontUnicodeRanges.S new file mode 100644 index 000000000..f81689039 --- /dev/null +++ b/libc/nt/gdi32/GetFontUnicodeRanges.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetFontUnicodeRanges,GetFontUnicodeRanges,1654 diff --git a/libc/nt/gdi32/GetFontUnicodeRanges.s b/libc/nt/gdi32/GetFontUnicodeRanges.s deleted file mode 100644 index 49536615b..000000000 --- a/libc/nt/gdi32/GetFontUnicodeRanges.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetFontUnicodeRanges,GetFontUnicodeRanges,1654 diff --git a/libc/nt/gdi32/GetGlyphIndicesW.S b/libc/nt/gdi32/GetGlyphIndicesW.S new file mode 100644 index 000000000..01dfbf065 --- /dev/null +++ b/libc/nt/gdi32/GetGlyphIndicesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetGlyphIndicesW,GetGlyphIndicesW,1656 diff --git a/libc/nt/gdi32/GetGlyphIndicesW.s b/libc/nt/gdi32/GetGlyphIndicesW.s deleted file mode 100644 index 9e4b26d59..000000000 --- a/libc/nt/gdi32/GetGlyphIndicesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetGlyphIndicesW,GetGlyphIndicesW,1656 diff --git a/libc/nt/gdi32/GetGlyphOutlineW.S b/libc/nt/gdi32/GetGlyphOutlineW.S new file mode 100644 index 000000000..141d4f3ed --- /dev/null +++ b/libc/nt/gdi32/GetGlyphOutlineW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetGlyphOutlineW,GetGlyphOutlineW,1659 diff --git a/libc/nt/gdi32/GetGlyphOutlineW.s b/libc/nt/gdi32/GetGlyphOutlineW.s deleted file mode 100644 index ada3a56e2..000000000 --- a/libc/nt/gdi32/GetGlyphOutlineW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetGlyphOutlineW,GetGlyphOutlineW,1659 diff --git a/libc/nt/gdi32/GetGlyphOutlineWow.S b/libc/nt/gdi32/GetGlyphOutlineWow.S new file mode 100644 index 000000000..459a3aa5a --- /dev/null +++ b/libc/nt/gdi32/GetGlyphOutlineWow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetGlyphOutlineWow,GetGlyphOutlineWow,1660 diff --git a/libc/nt/gdi32/GetGlyphOutlineWow.s b/libc/nt/gdi32/GetGlyphOutlineWow.s deleted file mode 100644 index 3cbf2cd49..000000000 --- a/libc/nt/gdi32/GetGlyphOutlineWow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetGlyphOutlineWow,GetGlyphOutlineWow,1660 diff --git a/libc/nt/gdi32/GetGraphicsMode.S b/libc/nt/gdi32/GetGraphicsMode.S new file mode 100644 index 000000000..926a3dc4d --- /dev/null +++ b/libc/nt/gdi32/GetGraphicsMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetGraphicsMode,GetGraphicsMode,1661 diff --git a/libc/nt/gdi32/GetGraphicsMode.s b/libc/nt/gdi32/GetGraphicsMode.s deleted file mode 100644 index c722d1cd7..000000000 --- a/libc/nt/gdi32/GetGraphicsMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetGraphicsMode,GetGraphicsMode,1661 diff --git a/libc/nt/gdi32/GetHFONT.S b/libc/nt/gdi32/GetHFONT.S new file mode 100644 index 000000000..30dddca18 --- /dev/null +++ b/libc/nt/gdi32/GetHFONT.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetHFONT,GetHFONT,1662 diff --git a/libc/nt/gdi32/GetHFONT.s b/libc/nt/gdi32/GetHFONT.s deleted file mode 100644 index b5d3a96a7..000000000 --- a/libc/nt/gdi32/GetHFONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetHFONT,GetHFONT,1662 diff --git a/libc/nt/gdi32/GetICMProfileW.S b/libc/nt/gdi32/GetICMProfileW.S new file mode 100644 index 000000000..70382dfe4 --- /dev/null +++ b/libc/nt/gdi32/GetICMProfileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetICMProfileW,GetICMProfileW,1664 diff --git a/libc/nt/gdi32/GetICMProfileW.s b/libc/nt/gdi32/GetICMProfileW.s deleted file mode 100644 index 1ee5c30dc..000000000 --- a/libc/nt/gdi32/GetICMProfileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetICMProfileW,GetICMProfileW,1664 diff --git a/libc/nt/gdi32/GetKerningPairsW.S b/libc/nt/gdi32/GetKerningPairsW.S new file mode 100644 index 000000000..d6ed40595 --- /dev/null +++ b/libc/nt/gdi32/GetKerningPairsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetKerningPairsW,GetKerningPairsW,1667 diff --git a/libc/nt/gdi32/GetKerningPairsW.s b/libc/nt/gdi32/GetKerningPairsW.s deleted file mode 100644 index 80aeb30b8..000000000 --- a/libc/nt/gdi32/GetKerningPairsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetKerningPairsW,GetKerningPairsW,1667 diff --git a/libc/nt/gdi32/GetLayout.S b/libc/nt/gdi32/GetLayout.S new file mode 100644 index 000000000..6f1152d8d --- /dev/null +++ b/libc/nt/gdi32/GetLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetLayout,GetLayout,1668 diff --git a/libc/nt/gdi32/GetLayout.s b/libc/nt/gdi32/GetLayout.s deleted file mode 100644 index 3c6a4e332..000000000 --- a/libc/nt/gdi32/GetLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetLayout,GetLayout,1668 diff --git a/libc/nt/gdi32/GetLogColorSpaceW.S b/libc/nt/gdi32/GetLogColorSpaceW.S new file mode 100644 index 000000000..72e02ec37 --- /dev/null +++ b/libc/nt/gdi32/GetLogColorSpaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetLogColorSpaceW,GetLogColorSpaceW,1670 diff --git a/libc/nt/gdi32/GetLogColorSpaceW.s b/libc/nt/gdi32/GetLogColorSpaceW.s deleted file mode 100644 index 053c9487e..000000000 --- a/libc/nt/gdi32/GetLogColorSpaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetLogColorSpaceW,GetLogColorSpaceW,1670 diff --git a/libc/nt/gdi32/GetMapMode.S b/libc/nt/gdi32/GetMapMode.S new file mode 100644 index 000000000..4e60fe7df --- /dev/null +++ b/libc/nt/gdi32/GetMapMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetMapMode,GetMapMode,1671 diff --git a/libc/nt/gdi32/GetMapMode.s b/libc/nt/gdi32/GetMapMode.s deleted file mode 100644 index 914202c2e..000000000 --- a/libc/nt/gdi32/GetMapMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetMapMode,GetMapMode,1671 diff --git a/libc/nt/gdi32/GetMetaFileBitsEx.S b/libc/nt/gdi32/GetMetaFileBitsEx.S new file mode 100644 index 000000000..d996c1030 --- /dev/null +++ b/libc/nt/gdi32/GetMetaFileBitsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetMetaFileBitsEx,GetMetaFileBitsEx,1673 diff --git a/libc/nt/gdi32/GetMetaFileBitsEx.s b/libc/nt/gdi32/GetMetaFileBitsEx.s deleted file mode 100644 index 4f14ac608..000000000 --- a/libc/nt/gdi32/GetMetaFileBitsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetMetaFileBitsEx,GetMetaFileBitsEx,1673 diff --git a/libc/nt/gdi32/GetMetaFileW.S b/libc/nt/gdi32/GetMetaFileW.S new file mode 100644 index 000000000..1ff93d173 --- /dev/null +++ b/libc/nt/gdi32/GetMetaFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetMetaFileW,GetMetaFileW,1674 diff --git a/libc/nt/gdi32/GetMetaFileW.s b/libc/nt/gdi32/GetMetaFileW.s deleted file mode 100644 index 3bb258c6c..000000000 --- a/libc/nt/gdi32/GetMetaFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetMetaFileW,GetMetaFileW,1674 diff --git a/libc/nt/gdi32/GetMetaRgn.S b/libc/nt/gdi32/GetMetaRgn.S new file mode 100644 index 000000000..15edf4417 --- /dev/null +++ b/libc/nt/gdi32/GetMetaRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetMetaRgn,GetMetaRgn,1675 diff --git a/libc/nt/gdi32/GetMetaRgn.s b/libc/nt/gdi32/GetMetaRgn.s deleted file mode 100644 index 293993ef0..000000000 --- a/libc/nt/gdi32/GetMetaRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetMetaRgn,GetMetaRgn,1675 diff --git a/libc/nt/gdi32/GetMiterLimit.S b/libc/nt/gdi32/GetMiterLimit.S new file mode 100644 index 000000000..9e4ad8992 --- /dev/null +++ b/libc/nt/gdi32/GetMiterLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetMiterLimit,GetMiterLimit,1676 diff --git a/libc/nt/gdi32/GetMiterLimit.s b/libc/nt/gdi32/GetMiterLimit.s deleted file mode 100644 index 6be7d16cf..000000000 --- a/libc/nt/gdi32/GetMiterLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetMiterLimit,GetMiterLimit,1676 diff --git a/libc/nt/gdi32/GetNearestColor.S b/libc/nt/gdi32/GetNearestColor.S new file mode 100644 index 000000000..cfb73b458 --- /dev/null +++ b/libc/nt/gdi32/GetNearestColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetNearestColor,GetNearestColor,1677 diff --git a/libc/nt/gdi32/GetNearestColor.s b/libc/nt/gdi32/GetNearestColor.s deleted file mode 100644 index 50ba09584..000000000 --- a/libc/nt/gdi32/GetNearestColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetNearestColor,GetNearestColor,1677 diff --git a/libc/nt/gdi32/GetNearestPaletteIndex.S b/libc/nt/gdi32/GetNearestPaletteIndex.S new file mode 100644 index 000000000..c9522788e --- /dev/null +++ b/libc/nt/gdi32/GetNearestPaletteIndex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetNearestPaletteIndex,GetNearestPaletteIndex,1678 diff --git a/libc/nt/gdi32/GetNearestPaletteIndex.s b/libc/nt/gdi32/GetNearestPaletteIndex.s deleted file mode 100644 index 456974359..000000000 --- a/libc/nt/gdi32/GetNearestPaletteIndex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetNearestPaletteIndex,GetNearestPaletteIndex,1678 diff --git a/libc/nt/gdi32/GetNumberOfPhysicalMonitors.S b/libc/nt/gdi32/GetNumberOfPhysicalMonitors.S new file mode 100644 index 000000000..ae2158348 --- /dev/null +++ b/libc/nt/gdi32/GetNumberOfPhysicalMonitors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetNumberOfPhysicalMonitors,GetNumberOfPhysicalMonitors,1679 diff --git a/libc/nt/gdi32/GetNumberOfPhysicalMonitors.s b/libc/nt/gdi32/GetNumberOfPhysicalMonitors.s deleted file mode 100644 index 068362cac..000000000 --- a/libc/nt/gdi32/GetNumberOfPhysicalMonitors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetNumberOfPhysicalMonitors,GetNumberOfPhysicalMonitors,1679 diff --git a/libc/nt/gdi32/GetOPMInformation.S b/libc/nt/gdi32/GetOPMInformation.S new file mode 100644 index 000000000..f70fed2cf --- /dev/null +++ b/libc/nt/gdi32/GetOPMInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetOPMInformation,GetOPMInformation,1680 diff --git a/libc/nt/gdi32/GetOPMInformation.s b/libc/nt/gdi32/GetOPMInformation.s deleted file mode 100644 index fa58b3634..000000000 --- a/libc/nt/gdi32/GetOPMInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetOPMInformation,GetOPMInformation,1680 diff --git a/libc/nt/gdi32/GetOPMRandomNumber.S b/libc/nt/gdi32/GetOPMRandomNumber.S new file mode 100644 index 000000000..097ff4ea2 --- /dev/null +++ b/libc/nt/gdi32/GetOPMRandomNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetOPMRandomNumber,GetOPMRandomNumber,1681 diff --git a/libc/nt/gdi32/GetOPMRandomNumber.s b/libc/nt/gdi32/GetOPMRandomNumber.s deleted file mode 100644 index 1018c614b..000000000 --- a/libc/nt/gdi32/GetOPMRandomNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetOPMRandomNumber,GetOPMRandomNumber,1681 diff --git a/libc/nt/gdi32/GetObjectType.S b/libc/nt/gdi32/GetObjectType.S new file mode 100644 index 000000000..056646c2b --- /dev/null +++ b/libc/nt/gdi32/GetObjectType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetObjectType,GetObjectType,1683 diff --git a/libc/nt/gdi32/GetObjectType.s b/libc/nt/gdi32/GetObjectType.s deleted file mode 100644 index 5fb7f5138..000000000 --- a/libc/nt/gdi32/GetObjectType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetObjectType,GetObjectType,1683 diff --git a/libc/nt/gdi32/GetObjectW.S b/libc/nt/gdi32/GetObjectW.S new file mode 100644 index 000000000..00f65ca21 --- /dev/null +++ b/libc/nt/gdi32/GetObjectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetObjectW,GetObjectW,1684 diff --git a/libc/nt/gdi32/GetObjectW.s b/libc/nt/gdi32/GetObjectW.s deleted file mode 100644 index 2ef46176f..000000000 --- a/libc/nt/gdi32/GetObjectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetObjectW,GetObjectW,1684 diff --git a/libc/nt/gdi32/GetOutlineTextMetricsW.S b/libc/nt/gdi32/GetOutlineTextMetricsW.S new file mode 100644 index 000000000..3f0950663 --- /dev/null +++ b/libc/nt/gdi32/GetOutlineTextMetricsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetOutlineTextMetricsW,GetOutlineTextMetricsW,1686 diff --git a/libc/nt/gdi32/GetOutlineTextMetricsW.s b/libc/nt/gdi32/GetOutlineTextMetricsW.s deleted file mode 100644 index 82a0905e4..000000000 --- a/libc/nt/gdi32/GetOutlineTextMetricsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetOutlineTextMetricsW,GetOutlineTextMetricsW,1686 diff --git a/libc/nt/gdi32/GetPaletteEntries.S b/libc/nt/gdi32/GetPaletteEntries.S new file mode 100644 index 000000000..44bffd82d --- /dev/null +++ b/libc/nt/gdi32/GetPaletteEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPaletteEntries,GetPaletteEntries,1687 diff --git a/libc/nt/gdi32/GetPaletteEntries.s b/libc/nt/gdi32/GetPaletteEntries.s deleted file mode 100644 index 2cd6c5b5e..000000000 --- a/libc/nt/gdi32/GetPaletteEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPaletteEntries,GetPaletteEntries,1687 diff --git a/libc/nt/gdi32/GetPath.S b/libc/nt/gdi32/GetPath.S new file mode 100644 index 000000000..7b958d611 --- /dev/null +++ b/libc/nt/gdi32/GetPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPath,GetPath,1688 diff --git a/libc/nt/gdi32/GetPath.s b/libc/nt/gdi32/GetPath.s deleted file mode 100644 index f38152de4..000000000 --- a/libc/nt/gdi32/GetPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPath,GetPath,1688 diff --git a/libc/nt/gdi32/GetPhysicalMonitorDescription.S b/libc/nt/gdi32/GetPhysicalMonitorDescription.S new file mode 100644 index 000000000..16890015e --- /dev/null +++ b/libc/nt/gdi32/GetPhysicalMonitorDescription.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPhysicalMonitorDescription,GetPhysicalMonitorDescription,1689 diff --git a/libc/nt/gdi32/GetPhysicalMonitorDescription.s b/libc/nt/gdi32/GetPhysicalMonitorDescription.s deleted file mode 100644 index 958369751..000000000 --- a/libc/nt/gdi32/GetPhysicalMonitorDescription.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPhysicalMonitorDescription,GetPhysicalMonitorDescription,1689 diff --git a/libc/nt/gdi32/GetPhysicalMonitors.S b/libc/nt/gdi32/GetPhysicalMonitors.S new file mode 100644 index 000000000..984c913d6 --- /dev/null +++ b/libc/nt/gdi32/GetPhysicalMonitors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPhysicalMonitors,GetPhysicalMonitors,1690 diff --git a/libc/nt/gdi32/GetPhysicalMonitors.s b/libc/nt/gdi32/GetPhysicalMonitors.s deleted file mode 100644 index dcc61cd49..000000000 --- a/libc/nt/gdi32/GetPhysicalMonitors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPhysicalMonitors,GetPhysicalMonitors,1690 diff --git a/libc/nt/gdi32/GetPixel.S b/libc/nt/gdi32/GetPixel.S new file mode 100644 index 000000000..448da35e9 --- /dev/null +++ b/libc/nt/gdi32/GetPixel.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPixel,GetPixel,1691 + +#ifdef __x86_64__ + .text.windows +GetPixel: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetPixel(%rip),%rax + jmp __sysv2nt + .endfn GetPixel,globl + .previous +#endif diff --git a/libc/nt/gdi32/GetPixel.s b/libc/nt/gdi32/GetPixel.s deleted file mode 100644 index 63f2bdf2a..000000000 --- a/libc/nt/gdi32/GetPixel.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPixel,GetPixel,1691 - - .text.windows -GetPixel: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetPixel(%rip),%rax - jmp __sysv2nt - .endfn GetPixel,globl - .previous diff --git a/libc/nt/gdi32/GetPixelFormat.S b/libc/nt/gdi32/GetPixelFormat.S new file mode 100644 index 000000000..aea7b6bb3 --- /dev/null +++ b/libc/nt/gdi32/GetPixelFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPixelFormat,GetPixelFormat,1692 diff --git a/libc/nt/gdi32/GetPixelFormat.s b/libc/nt/gdi32/GetPixelFormat.s deleted file mode 100644 index d93122577..000000000 --- a/libc/nt/gdi32/GetPixelFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPixelFormat,GetPixelFormat,1692 diff --git a/libc/nt/gdi32/GetPolyFillMode.S b/libc/nt/gdi32/GetPolyFillMode.S new file mode 100644 index 000000000..e08b4ed7b --- /dev/null +++ b/libc/nt/gdi32/GetPolyFillMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetPolyFillMode,GetPolyFillMode,1693 diff --git a/libc/nt/gdi32/GetPolyFillMode.s b/libc/nt/gdi32/GetPolyFillMode.s deleted file mode 100644 index 34116ae5c..000000000 --- a/libc/nt/gdi32/GetPolyFillMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetPolyFillMode,GetPolyFillMode,1693 diff --git a/libc/nt/gdi32/GetProcessSessionFonts.S b/libc/nt/gdi32/GetProcessSessionFonts.S new file mode 100644 index 000000000..bc2b923f8 --- /dev/null +++ b/libc/nt/gdi32/GetProcessSessionFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetProcessSessionFonts,GetProcessSessionFonts,1694 diff --git a/libc/nt/gdi32/GetProcessSessionFonts.s b/libc/nt/gdi32/GetProcessSessionFonts.s deleted file mode 100644 index dc792a9ac..000000000 --- a/libc/nt/gdi32/GetProcessSessionFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetProcessSessionFonts,GetProcessSessionFonts,1694 diff --git a/libc/nt/gdi32/GetROP2.S b/libc/nt/gdi32/GetROP2.S new file mode 100644 index 000000000..cc2c762aa --- /dev/null +++ b/libc/nt/gdi32/GetROP2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetROP2,GetROP2,1695 diff --git a/libc/nt/gdi32/GetROP2.s b/libc/nt/gdi32/GetROP2.s deleted file mode 100644 index 8912002dd..000000000 --- a/libc/nt/gdi32/GetROP2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetROP2,GetROP2,1695 diff --git a/libc/nt/gdi32/GetRandomRgn.S b/libc/nt/gdi32/GetRandomRgn.S new file mode 100644 index 000000000..440f46bc8 --- /dev/null +++ b/libc/nt/gdi32/GetRandomRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetRandomRgn,GetRandomRgn,1696 diff --git a/libc/nt/gdi32/GetRandomRgn.s b/libc/nt/gdi32/GetRandomRgn.s deleted file mode 100644 index c0363363d..000000000 --- a/libc/nt/gdi32/GetRandomRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetRandomRgn,GetRandomRgn,1696 diff --git a/libc/nt/gdi32/GetRasterizerCaps.S b/libc/nt/gdi32/GetRasterizerCaps.S new file mode 100644 index 000000000..50adc1fa6 --- /dev/null +++ b/libc/nt/gdi32/GetRasterizerCaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetRasterizerCaps,GetRasterizerCaps,1697 diff --git a/libc/nt/gdi32/GetRasterizerCaps.s b/libc/nt/gdi32/GetRasterizerCaps.s deleted file mode 100644 index 753969402..000000000 --- a/libc/nt/gdi32/GetRasterizerCaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetRasterizerCaps,GetRasterizerCaps,1697 diff --git a/libc/nt/gdi32/GetRegionData.S b/libc/nt/gdi32/GetRegionData.S new file mode 100644 index 000000000..29ca9404e --- /dev/null +++ b/libc/nt/gdi32/GetRegionData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetRegionData,GetRegionData,1698 diff --git a/libc/nt/gdi32/GetRegionData.s b/libc/nt/gdi32/GetRegionData.s deleted file mode 100644 index 51ace568e..000000000 --- a/libc/nt/gdi32/GetRegionData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetRegionData,GetRegionData,1698 diff --git a/libc/nt/gdi32/GetRelAbs.S b/libc/nt/gdi32/GetRelAbs.S new file mode 100644 index 000000000..472679b5d --- /dev/null +++ b/libc/nt/gdi32/GetRelAbs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetRelAbs,GetRelAbs,1699 diff --git a/libc/nt/gdi32/GetRelAbs.s b/libc/nt/gdi32/GetRelAbs.s deleted file mode 100644 index 7dfd8ec95..000000000 --- a/libc/nt/gdi32/GetRelAbs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetRelAbs,GetRelAbs,1699 diff --git a/libc/nt/gdi32/GetRgnBox.S b/libc/nt/gdi32/GetRgnBox.S new file mode 100644 index 000000000..c4b919a45 --- /dev/null +++ b/libc/nt/gdi32/GetRgnBox.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetRgnBox,GetRgnBox,1700 diff --git a/libc/nt/gdi32/GetRgnBox.s b/libc/nt/gdi32/GetRgnBox.s deleted file mode 100644 index 1f2da83df..000000000 --- a/libc/nt/gdi32/GetRgnBox.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetRgnBox,GetRgnBox,1700 diff --git a/libc/nt/gdi32/GetStockObject.S b/libc/nt/gdi32/GetStockObject.S new file mode 100644 index 000000000..e337c8edf --- /dev/null +++ b/libc/nt/gdi32/GetStockObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetStockObject,GetStockObject,1701 diff --git a/libc/nt/gdi32/GetStockObject.s b/libc/nt/gdi32/GetStockObject.s deleted file mode 100644 index 356129a1c..000000000 --- a/libc/nt/gdi32/GetStockObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetStockObject,GetStockObject,1701 diff --git a/libc/nt/gdi32/GetStretchBltMode.S b/libc/nt/gdi32/GetStretchBltMode.S new file mode 100644 index 000000000..1827e73c4 --- /dev/null +++ b/libc/nt/gdi32/GetStretchBltMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetStretchBltMode,GetStretchBltMode,1702 diff --git a/libc/nt/gdi32/GetStretchBltMode.s b/libc/nt/gdi32/GetStretchBltMode.s deleted file mode 100644 index 7e4858e6f..000000000 --- a/libc/nt/gdi32/GetStretchBltMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetStretchBltMode,GetStretchBltMode,1702 diff --git a/libc/nt/gdi32/GetStringBitmapW.S b/libc/nt/gdi32/GetStringBitmapW.S new file mode 100644 index 000000000..a40159ca8 --- /dev/null +++ b/libc/nt/gdi32/GetStringBitmapW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetStringBitmapW,GetStringBitmapW,1704 diff --git a/libc/nt/gdi32/GetStringBitmapW.s b/libc/nt/gdi32/GetStringBitmapW.s deleted file mode 100644 index 9da88776f..000000000 --- a/libc/nt/gdi32/GetStringBitmapW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetStringBitmapW,GetStringBitmapW,1704 diff --git a/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.S b/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.S new file mode 100644 index 000000000..1314e01d3 --- /dev/null +++ b/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetSuggestedOPMProtectedOutputArraySize,GetSuggestedOPMProtectedOutputArraySize,1705 diff --git a/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.s b/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.s deleted file mode 100644 index f05821efa..000000000 --- a/libc/nt/gdi32/GetSuggestedOPMProtectedOutputArraySize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetSuggestedOPMProtectedOutputArraySize,GetSuggestedOPMProtectedOutputArraySize,1705 diff --git a/libc/nt/gdi32/GetSystemPaletteEntries.S b/libc/nt/gdi32/GetSystemPaletteEntries.S new file mode 100644 index 000000000..fa7a174c2 --- /dev/null +++ b/libc/nt/gdi32/GetSystemPaletteEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetSystemPaletteEntries,GetSystemPaletteEntries,1706 diff --git a/libc/nt/gdi32/GetSystemPaletteEntries.s b/libc/nt/gdi32/GetSystemPaletteEntries.s deleted file mode 100644 index 4c66425a6..000000000 --- a/libc/nt/gdi32/GetSystemPaletteEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetSystemPaletteEntries,GetSystemPaletteEntries,1706 diff --git a/libc/nt/gdi32/GetSystemPaletteUse.S b/libc/nt/gdi32/GetSystemPaletteUse.S new file mode 100644 index 000000000..d08e9ad18 --- /dev/null +++ b/libc/nt/gdi32/GetSystemPaletteUse.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetSystemPaletteUse,GetSystemPaletteUse,1707 diff --git a/libc/nt/gdi32/GetSystemPaletteUse.s b/libc/nt/gdi32/GetSystemPaletteUse.s deleted file mode 100644 index f3a3b4566..000000000 --- a/libc/nt/gdi32/GetSystemPaletteUse.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetSystemPaletteUse,GetSystemPaletteUse,1707 diff --git a/libc/nt/gdi32/GetTextAlign.S b/libc/nt/gdi32/GetTextAlign.S new file mode 100644 index 000000000..34d5ddd4d --- /dev/null +++ b/libc/nt/gdi32/GetTextAlign.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextAlign,GetTextAlign,1708 diff --git a/libc/nt/gdi32/GetTextAlign.s b/libc/nt/gdi32/GetTextAlign.s deleted file mode 100644 index 5ff60d278..000000000 --- a/libc/nt/gdi32/GetTextAlign.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextAlign,GetTextAlign,1708 diff --git a/libc/nt/gdi32/GetTextCharacterExtra.S b/libc/nt/gdi32/GetTextCharacterExtra.S new file mode 100644 index 000000000..6864597a6 --- /dev/null +++ b/libc/nt/gdi32/GetTextCharacterExtra.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextCharacterExtra,GetTextCharacterExtra,1709 diff --git a/libc/nt/gdi32/GetTextCharacterExtra.s b/libc/nt/gdi32/GetTextCharacterExtra.s deleted file mode 100644 index 4271bf703..000000000 --- a/libc/nt/gdi32/GetTextCharacterExtra.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextCharacterExtra,GetTextCharacterExtra,1709 diff --git a/libc/nt/gdi32/GetTextCharset.S b/libc/nt/gdi32/GetTextCharset.S new file mode 100644 index 000000000..af709721a --- /dev/null +++ b/libc/nt/gdi32/GetTextCharset.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextCharset,GetTextCharset,1710 diff --git a/libc/nt/gdi32/GetTextCharset.s b/libc/nt/gdi32/GetTextCharset.s deleted file mode 100644 index f8c2cadd5..000000000 --- a/libc/nt/gdi32/GetTextCharset.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextCharset,GetTextCharset,1710 diff --git a/libc/nt/gdi32/GetTextCharsetInfo.S b/libc/nt/gdi32/GetTextCharsetInfo.S new file mode 100644 index 000000000..5dc9ec120 --- /dev/null +++ b/libc/nt/gdi32/GetTextCharsetInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextCharsetInfo,GetTextCharsetInfo,1711 diff --git a/libc/nt/gdi32/GetTextCharsetInfo.s b/libc/nt/gdi32/GetTextCharsetInfo.s deleted file mode 100644 index 1cd359e6e..000000000 --- a/libc/nt/gdi32/GetTextCharsetInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextCharsetInfo,GetTextCharsetInfo,1711 diff --git a/libc/nt/gdi32/GetTextColor.S b/libc/nt/gdi32/GetTextColor.S new file mode 100644 index 000000000..b47fd03f5 --- /dev/null +++ b/libc/nt/gdi32/GetTextColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextColor,GetTextColor,1712 diff --git a/libc/nt/gdi32/GetTextColor.s b/libc/nt/gdi32/GetTextColor.s deleted file mode 100644 index 1ed6d7e29..000000000 --- a/libc/nt/gdi32/GetTextColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextColor,GetTextColor,1712 diff --git a/libc/nt/gdi32/GetTextExtentExPointI.S b/libc/nt/gdi32/GetTextExtentExPointI.S new file mode 100644 index 000000000..b5a5a67e8 --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentExPointI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentExPointI,GetTextExtentExPointI,1714 diff --git a/libc/nt/gdi32/GetTextExtentExPointI.s b/libc/nt/gdi32/GetTextExtentExPointI.s deleted file mode 100644 index 6859ef7d2..000000000 --- a/libc/nt/gdi32/GetTextExtentExPointI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentExPointI,GetTextExtentExPointI,1714 diff --git a/libc/nt/gdi32/GetTextExtentExPointW.S b/libc/nt/gdi32/GetTextExtentExPointW.S new file mode 100644 index 000000000..242e1a0b4 --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentExPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentExPointW,GetTextExtentExPointW,1715 diff --git a/libc/nt/gdi32/GetTextExtentExPointW.s b/libc/nt/gdi32/GetTextExtentExPointW.s deleted file mode 100644 index d337881e7..000000000 --- a/libc/nt/gdi32/GetTextExtentExPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentExPointW,GetTextExtentExPointW,1715 diff --git a/libc/nt/gdi32/GetTextExtentExPointWPri.S b/libc/nt/gdi32/GetTextExtentExPointWPri.S new file mode 100644 index 000000000..e0095f117 --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentExPointWPri.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentExPointWPri,GetTextExtentExPointWPri,1716 diff --git a/libc/nt/gdi32/GetTextExtentExPointWPri.s b/libc/nt/gdi32/GetTextExtentExPointWPri.s deleted file mode 100644 index 5125ecfdd..000000000 --- a/libc/nt/gdi32/GetTextExtentExPointWPri.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentExPointWPri,GetTextExtentExPointWPri,1716 diff --git a/libc/nt/gdi32/GetTextExtentPoint32W.S b/libc/nt/gdi32/GetTextExtentPoint32W.S new file mode 100644 index 000000000..b8a7675b7 --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentPoint32W.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentPoint32W,GetTextExtentPoint32W,1718 diff --git a/libc/nt/gdi32/GetTextExtentPoint32W.s b/libc/nt/gdi32/GetTextExtentPoint32W.s deleted file mode 100644 index 03b4d2a01..000000000 --- a/libc/nt/gdi32/GetTextExtentPoint32W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentPoint32W,GetTextExtentPoint32W,1718 diff --git a/libc/nt/gdi32/GetTextExtentPointI.S b/libc/nt/gdi32/GetTextExtentPointI.S new file mode 100644 index 000000000..a38307d3e --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentPointI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentPointI,GetTextExtentPointI,1720 diff --git a/libc/nt/gdi32/GetTextExtentPointI.s b/libc/nt/gdi32/GetTextExtentPointI.s deleted file mode 100644 index 9e93a811c..000000000 --- a/libc/nt/gdi32/GetTextExtentPointI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentPointI,GetTextExtentPointI,1720 diff --git a/libc/nt/gdi32/GetTextExtentPointW.S b/libc/nt/gdi32/GetTextExtentPointW.S new file mode 100644 index 000000000..d4c8d841d --- /dev/null +++ b/libc/nt/gdi32/GetTextExtentPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextExtentPointW,GetTextExtentPointW,1721 diff --git a/libc/nt/gdi32/GetTextExtentPointW.s b/libc/nt/gdi32/GetTextExtentPointW.s deleted file mode 100644 index 577c231a3..000000000 --- a/libc/nt/gdi32/GetTextExtentPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextExtentPointW,GetTextExtentPointW,1721 diff --git a/libc/nt/gdi32/GetTextFaceAliasW.S b/libc/nt/gdi32/GetTextFaceAliasW.S new file mode 100644 index 000000000..8376e6828 --- /dev/null +++ b/libc/nt/gdi32/GetTextFaceAliasW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextFaceAliasW,GetTextFaceAliasW,1723 diff --git a/libc/nt/gdi32/GetTextFaceAliasW.s b/libc/nt/gdi32/GetTextFaceAliasW.s deleted file mode 100644 index 7e2fb85e5..000000000 --- a/libc/nt/gdi32/GetTextFaceAliasW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextFaceAliasW,GetTextFaceAliasW,1723 diff --git a/libc/nt/gdi32/GetTextFaceW.S b/libc/nt/gdi32/GetTextFaceW.S new file mode 100644 index 000000000..fe4423482 --- /dev/null +++ b/libc/nt/gdi32/GetTextFaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextFaceW,GetTextFaceW,1724 diff --git a/libc/nt/gdi32/GetTextFaceW.s b/libc/nt/gdi32/GetTextFaceW.s deleted file mode 100644 index 4fd500625..000000000 --- a/libc/nt/gdi32/GetTextFaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextFaceW,GetTextFaceW,1724 diff --git a/libc/nt/gdi32/GetTextMetricsW.S b/libc/nt/gdi32/GetTextMetricsW.S new file mode 100644 index 000000000..36a930e82 --- /dev/null +++ b/libc/nt/gdi32/GetTextMetricsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTextMetricsW,GetTextMetricsW,1726 diff --git a/libc/nt/gdi32/GetTextMetricsW.s b/libc/nt/gdi32/GetTextMetricsW.s deleted file mode 100644 index 05f98f0cb..000000000 --- a/libc/nt/gdi32/GetTextMetricsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTextMetricsW,GetTextMetricsW,1726 diff --git a/libc/nt/gdi32/GetTransform.S b/libc/nt/gdi32/GetTransform.S new file mode 100644 index 000000000..1eef96d75 --- /dev/null +++ b/libc/nt/gdi32/GetTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetTransform,GetTransform,1727 diff --git a/libc/nt/gdi32/GetTransform.s b/libc/nt/gdi32/GetTransform.s deleted file mode 100644 index 1e470ab04..000000000 --- a/libc/nt/gdi32/GetTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetTransform,GetTransform,1727 diff --git a/libc/nt/gdi32/GetViewportExtEx.S b/libc/nt/gdi32/GetViewportExtEx.S new file mode 100644 index 000000000..e58a70909 --- /dev/null +++ b/libc/nt/gdi32/GetViewportExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetViewportExtEx,GetViewportExtEx,1728 diff --git a/libc/nt/gdi32/GetViewportExtEx.s b/libc/nt/gdi32/GetViewportExtEx.s deleted file mode 100644 index 272fda4a6..000000000 --- a/libc/nt/gdi32/GetViewportExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetViewportExtEx,GetViewportExtEx,1728 diff --git a/libc/nt/gdi32/GetViewportOrgEx.S b/libc/nt/gdi32/GetViewportOrgEx.S new file mode 100644 index 000000000..c914eb7bb --- /dev/null +++ b/libc/nt/gdi32/GetViewportOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetViewportOrgEx,GetViewportOrgEx,1729 diff --git a/libc/nt/gdi32/GetViewportOrgEx.s b/libc/nt/gdi32/GetViewportOrgEx.s deleted file mode 100644 index 891375b06..000000000 --- a/libc/nt/gdi32/GetViewportOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetViewportOrgEx,GetViewportOrgEx,1729 diff --git a/libc/nt/gdi32/GetWinMetaFileBits.S b/libc/nt/gdi32/GetWinMetaFileBits.S new file mode 100644 index 000000000..58ad3f113 --- /dev/null +++ b/libc/nt/gdi32/GetWinMetaFileBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetWinMetaFileBits,GetWinMetaFileBits,1730 diff --git a/libc/nt/gdi32/GetWinMetaFileBits.s b/libc/nt/gdi32/GetWinMetaFileBits.s deleted file mode 100644 index c7d1ebeb2..000000000 --- a/libc/nt/gdi32/GetWinMetaFileBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetWinMetaFileBits,GetWinMetaFileBits,1730 diff --git a/libc/nt/gdi32/GetWindowExtEx.S b/libc/nt/gdi32/GetWindowExtEx.S new file mode 100644 index 000000000..f4ea86806 --- /dev/null +++ b/libc/nt/gdi32/GetWindowExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetWindowExtEx,GetWindowExtEx,1731 diff --git a/libc/nt/gdi32/GetWindowExtEx.s b/libc/nt/gdi32/GetWindowExtEx.s deleted file mode 100644 index 25d6f63cd..000000000 --- a/libc/nt/gdi32/GetWindowExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetWindowExtEx,GetWindowExtEx,1731 diff --git a/libc/nt/gdi32/GetWindowOrgEx.S b/libc/nt/gdi32/GetWindowOrgEx.S new file mode 100644 index 000000000..83fbff113 --- /dev/null +++ b/libc/nt/gdi32/GetWindowOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetWindowOrgEx,GetWindowOrgEx,1732 diff --git a/libc/nt/gdi32/GetWindowOrgEx.s b/libc/nt/gdi32/GetWindowOrgEx.s deleted file mode 100644 index a090ce9c9..000000000 --- a/libc/nt/gdi32/GetWindowOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetWindowOrgEx,GetWindowOrgEx,1732 diff --git a/libc/nt/gdi32/GetWorldTransform.S b/libc/nt/gdi32/GetWorldTransform.S new file mode 100644 index 000000000..8c1cb3996 --- /dev/null +++ b/libc/nt/gdi32/GetWorldTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_GetWorldTransform,GetWorldTransform,1733 diff --git a/libc/nt/gdi32/GetWorldTransform.s b/libc/nt/gdi32/GetWorldTransform.s deleted file mode 100644 index 0c389a4c1..000000000 --- a/libc/nt/gdi32/GetWorldTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_GetWorldTransform,GetWorldTransform,1733 diff --git a/libc/nt/gdi32/HT_Get8BPPFormatPalette.S b/libc/nt/gdi32/HT_Get8BPPFormatPalette.S new file mode 100644 index 000000000..f6bfc6ab9 --- /dev/null +++ b/libc/nt/gdi32/HT_Get8BPPFormatPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_HT_Get8BPPFormatPalette,HT_Get8BPPFormatPalette,1734 diff --git a/libc/nt/gdi32/HT_Get8BPPFormatPalette.s b/libc/nt/gdi32/HT_Get8BPPFormatPalette.s deleted file mode 100644 index c64075e3f..000000000 --- a/libc/nt/gdi32/HT_Get8BPPFormatPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_HT_Get8BPPFormatPalette,HT_Get8BPPFormatPalette,1734 diff --git a/libc/nt/gdi32/HT_Get8BPPMaskPalette.S b/libc/nt/gdi32/HT_Get8BPPMaskPalette.S new file mode 100644 index 000000000..563f453cc --- /dev/null +++ b/libc/nt/gdi32/HT_Get8BPPMaskPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_HT_Get8BPPMaskPalette,HT_Get8BPPMaskPalette,1735 diff --git a/libc/nt/gdi32/HT_Get8BPPMaskPalette.s b/libc/nt/gdi32/HT_Get8BPPMaskPalette.s deleted file mode 100644 index 943dc9dba..000000000 --- a/libc/nt/gdi32/HT_Get8BPPMaskPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_HT_Get8BPPMaskPalette,HT_Get8BPPMaskPalette,1735 diff --git a/libc/nt/gdi32/InternalDeleteDC.S b/libc/nt/gdi32/InternalDeleteDC.S new file mode 100644 index 000000000..dd7096651 --- /dev/null +++ b/libc/nt/gdi32/InternalDeleteDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_InternalDeleteDC,InternalDeleteDC,1736 diff --git a/libc/nt/gdi32/InternalDeleteDC.s b/libc/nt/gdi32/InternalDeleteDC.s deleted file mode 100644 index 2953f41e2..000000000 --- a/libc/nt/gdi32/InternalDeleteDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_InternalDeleteDC,InternalDeleteDC,1736 diff --git a/libc/nt/gdi32/IntersectClipRect.S b/libc/nt/gdi32/IntersectClipRect.S new file mode 100644 index 000000000..2a97ffde5 --- /dev/null +++ b/libc/nt/gdi32/IntersectClipRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_IntersectClipRect,IntersectClipRect,1737 diff --git a/libc/nt/gdi32/IntersectClipRect.s b/libc/nt/gdi32/IntersectClipRect.s deleted file mode 100644 index 916fa74e2..000000000 --- a/libc/nt/gdi32/IntersectClipRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_IntersectClipRect,IntersectClipRect,1737 diff --git a/libc/nt/gdi32/InvertRgn.S b/libc/nt/gdi32/InvertRgn.S new file mode 100644 index 000000000..2907867eb --- /dev/null +++ b/libc/nt/gdi32/InvertRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_InvertRgn,InvertRgn,1738 diff --git a/libc/nt/gdi32/InvertRgn.s b/libc/nt/gdi32/InvertRgn.s deleted file mode 100644 index bfc88d830..000000000 --- a/libc/nt/gdi32/InvertRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_InvertRgn,InvertRgn,1738 diff --git a/libc/nt/gdi32/IsValidEnhMetaRecord.S b/libc/nt/gdi32/IsValidEnhMetaRecord.S new file mode 100644 index 000000000..e9d5851c1 --- /dev/null +++ b/libc/nt/gdi32/IsValidEnhMetaRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_IsValidEnhMetaRecord,IsValidEnhMetaRecord,1739 diff --git a/libc/nt/gdi32/IsValidEnhMetaRecord.s b/libc/nt/gdi32/IsValidEnhMetaRecord.s deleted file mode 100644 index 03d7b55e6..000000000 --- a/libc/nt/gdi32/IsValidEnhMetaRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_IsValidEnhMetaRecord,IsValidEnhMetaRecord,1739 diff --git a/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.S b/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.S new file mode 100644 index 000000000..56172169b --- /dev/null +++ b/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_IsValidEnhMetaRecordOffExt,IsValidEnhMetaRecordOffExt,1740 diff --git a/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.s b/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.s deleted file mode 100644 index 74c27d0d6..000000000 --- a/libc/nt/gdi32/IsValidEnhMetaRecordOffExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_IsValidEnhMetaRecordOffExt,IsValidEnhMetaRecordOffExt,1740 diff --git a/libc/nt/gdi32/LPtoDP.S b/libc/nt/gdi32/LPtoDP.S new file mode 100644 index 000000000..0fe6f436a --- /dev/null +++ b/libc/nt/gdi32/LPtoDP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LPtoDP,LPtoDP,1741 diff --git a/libc/nt/gdi32/LPtoDP.s b/libc/nt/gdi32/LPtoDP.s deleted file mode 100644 index a5568d515..000000000 --- a/libc/nt/gdi32/LPtoDP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LPtoDP,LPtoDP,1741 diff --git a/libc/nt/gdi32/LineTo.S b/libc/nt/gdi32/LineTo.S new file mode 100644 index 000000000..cdbca0595 --- /dev/null +++ b/libc/nt/gdi32/LineTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LineTo,LineTo,1743 diff --git a/libc/nt/gdi32/LineTo.s b/libc/nt/gdi32/LineTo.s deleted file mode 100644 index 3443195dc..000000000 --- a/libc/nt/gdi32/LineTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LineTo,LineTo,1743 diff --git a/libc/nt/gdi32/LpkEditControl.S b/libc/nt/gdi32/LpkEditControl.S new file mode 100644 index 000000000..55abd17ea --- /dev/null +++ b/libc/nt/gdi32/LpkEditControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LpkEditControl,LpkEditControl,1745 diff --git a/libc/nt/gdi32/LpkEditControl.s b/libc/nt/gdi32/LpkEditControl.s deleted file mode 100644 index 2ebc9a620..000000000 --- a/libc/nt/gdi32/LpkEditControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LpkEditControl,LpkEditControl,1745 diff --git a/libc/nt/gdi32/LpkGetEditControl.S b/libc/nt/gdi32/LpkGetEditControl.S new file mode 100644 index 000000000..e5bacfc65 --- /dev/null +++ b/libc/nt/gdi32/LpkGetEditControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LpkGetEditControl,LpkGetEditControl,1748 diff --git a/libc/nt/gdi32/LpkGetEditControl.s b/libc/nt/gdi32/LpkGetEditControl.s deleted file mode 100644 index c78e74205..000000000 --- a/libc/nt/gdi32/LpkGetEditControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LpkGetEditControl,LpkGetEditControl,1748 diff --git a/libc/nt/gdi32/LpkpEditControlSize.S b/libc/nt/gdi32/LpkpEditControlSize.S new file mode 100644 index 000000000..74629c889 --- /dev/null +++ b/libc/nt/gdi32/LpkpEditControlSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LpkpEditControlSize,LpkpEditControlSize,1755 diff --git a/libc/nt/gdi32/LpkpEditControlSize.s b/libc/nt/gdi32/LpkpEditControlSize.s deleted file mode 100644 index f45ac4de6..000000000 --- a/libc/nt/gdi32/LpkpEditControlSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LpkpEditControlSize,LpkpEditControlSize,1755 diff --git a/libc/nt/gdi32/LpkpInitializeEditControl.S b/libc/nt/gdi32/LpkpInitializeEditControl.S new file mode 100644 index 000000000..131a8146f --- /dev/null +++ b/libc/nt/gdi32/LpkpInitializeEditControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_LpkpInitializeEditControl,LpkpInitializeEditControl,1756 diff --git a/libc/nt/gdi32/LpkpInitializeEditControl.s b/libc/nt/gdi32/LpkpInitializeEditControl.s deleted file mode 100644 index de5c411e1..000000000 --- a/libc/nt/gdi32/LpkpInitializeEditControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_LpkpInitializeEditControl,LpkpInitializeEditControl,1756 diff --git a/libc/nt/gdi32/MaskBlt.S b/libc/nt/gdi32/MaskBlt.S new file mode 100644 index 000000000..5091dc5a9 --- /dev/null +++ b/libc/nt/gdi32/MaskBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_MaskBlt,MaskBlt,1757 diff --git a/libc/nt/gdi32/MaskBlt.s b/libc/nt/gdi32/MaskBlt.s deleted file mode 100644 index 5ce6666e8..000000000 --- a/libc/nt/gdi32/MaskBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_MaskBlt,MaskBlt,1757 diff --git a/libc/nt/gdi32/MirrorRgn.S b/libc/nt/gdi32/MirrorRgn.S new file mode 100644 index 000000000..aa2b00ca5 --- /dev/null +++ b/libc/nt/gdi32/MirrorRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_MirrorRgn,MirrorRgn,1758 diff --git a/libc/nt/gdi32/MirrorRgn.s b/libc/nt/gdi32/MirrorRgn.s deleted file mode 100644 index df2cb0dc7..000000000 --- a/libc/nt/gdi32/MirrorRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_MirrorRgn,MirrorRgn,1758 diff --git a/libc/nt/gdi32/ModerncoreGdiInit.S b/libc/nt/gdi32/ModerncoreGdiInit.S new file mode 100644 index 000000000..6d6abdcb6 --- /dev/null +++ b/libc/nt/gdi32/ModerncoreGdiInit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ModerncoreGdiInit,ModerncoreGdiInit,1759 diff --git a/libc/nt/gdi32/ModerncoreGdiInit.s b/libc/nt/gdi32/ModerncoreGdiInit.s deleted file mode 100644 index e467e3ffb..000000000 --- a/libc/nt/gdi32/ModerncoreGdiInit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ModerncoreGdiInit,ModerncoreGdiInit,1759 diff --git a/libc/nt/gdi32/ModifyWorldTransform.S b/libc/nt/gdi32/ModifyWorldTransform.S new file mode 100644 index 000000000..bb33060ea --- /dev/null +++ b/libc/nt/gdi32/ModifyWorldTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ModifyWorldTransform,ModifyWorldTransform,1760 diff --git a/libc/nt/gdi32/ModifyWorldTransform.s b/libc/nt/gdi32/ModifyWorldTransform.s deleted file mode 100644 index 83176e878..000000000 --- a/libc/nt/gdi32/ModifyWorldTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ModifyWorldTransform,ModifyWorldTransform,1760 diff --git a/libc/nt/gdi32/MoveToEx.S b/libc/nt/gdi32/MoveToEx.S new file mode 100644 index 000000000..6d786b91d --- /dev/null +++ b/libc/nt/gdi32/MoveToEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_MoveToEx,MoveToEx,1761 diff --git a/libc/nt/gdi32/MoveToEx.s b/libc/nt/gdi32/MoveToEx.s deleted file mode 100644 index 32b5441d1..000000000 --- a/libc/nt/gdi32/MoveToEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_MoveToEx,MoveToEx,1761 diff --git a/libc/nt/gdi32/NamedEscape.S b/libc/nt/gdi32/NamedEscape.S new file mode 100644 index 000000000..d8fa20cc3 --- /dev/null +++ b/libc/nt/gdi32/NamedEscape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_NamedEscape,NamedEscape,1762 diff --git a/libc/nt/gdi32/NamedEscape.s b/libc/nt/gdi32/NamedEscape.s deleted file mode 100644 index 0d70a43e1..000000000 --- a/libc/nt/gdi32/NamedEscape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_NamedEscape,NamedEscape,1762 diff --git a/libc/nt/gdi32/OffsetClipRgn.S b/libc/nt/gdi32/OffsetClipRgn.S new file mode 100644 index 000000000..5e3f2fee1 --- /dev/null +++ b/libc/nt/gdi32/OffsetClipRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_OffsetClipRgn,OffsetClipRgn,1763 diff --git a/libc/nt/gdi32/OffsetClipRgn.s b/libc/nt/gdi32/OffsetClipRgn.s deleted file mode 100644 index dc75ed7eb..000000000 --- a/libc/nt/gdi32/OffsetClipRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_OffsetClipRgn,OffsetClipRgn,1763 diff --git a/libc/nt/gdi32/OffsetRgn.S b/libc/nt/gdi32/OffsetRgn.S new file mode 100644 index 000000000..4a1e4d71f --- /dev/null +++ b/libc/nt/gdi32/OffsetRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_OffsetRgn,OffsetRgn,1764 diff --git a/libc/nt/gdi32/OffsetRgn.s b/libc/nt/gdi32/OffsetRgn.s deleted file mode 100644 index a8fdd3439..000000000 --- a/libc/nt/gdi32/OffsetRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_OffsetRgn,OffsetRgn,1764 diff --git a/libc/nt/gdi32/OffsetViewportOrgEx.S b/libc/nt/gdi32/OffsetViewportOrgEx.S new file mode 100644 index 000000000..322460884 --- /dev/null +++ b/libc/nt/gdi32/OffsetViewportOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_OffsetViewportOrgEx,OffsetViewportOrgEx,1765 diff --git a/libc/nt/gdi32/OffsetViewportOrgEx.s b/libc/nt/gdi32/OffsetViewportOrgEx.s deleted file mode 100644 index bf37bc404..000000000 --- a/libc/nt/gdi32/OffsetViewportOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_OffsetViewportOrgEx,OffsetViewportOrgEx,1765 diff --git a/libc/nt/gdi32/OffsetWindowOrgEx.S b/libc/nt/gdi32/OffsetWindowOrgEx.S new file mode 100644 index 000000000..d1ef99a77 --- /dev/null +++ b/libc/nt/gdi32/OffsetWindowOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_OffsetWindowOrgEx,OffsetWindowOrgEx,1766 diff --git a/libc/nt/gdi32/OffsetWindowOrgEx.s b/libc/nt/gdi32/OffsetWindowOrgEx.s deleted file mode 100644 index 49ce552a0..000000000 --- a/libc/nt/gdi32/OffsetWindowOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_OffsetWindowOrgEx,OffsetWindowOrgEx,1766 diff --git a/libc/nt/gdi32/PATHOBJ_bEnum.S b/libc/nt/gdi32/PATHOBJ_bEnum.S new file mode 100644 index 000000000..41bcc7c1b --- /dev/null +++ b/libc/nt/gdi32/PATHOBJ_bEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PATHOBJ_bEnum,PATHOBJ_bEnum,1767 diff --git a/libc/nt/gdi32/PATHOBJ_bEnum.s b/libc/nt/gdi32/PATHOBJ_bEnum.s deleted file mode 100644 index 5e097fb40..000000000 --- a/libc/nt/gdi32/PATHOBJ_bEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PATHOBJ_bEnum,PATHOBJ_bEnum,1767 diff --git a/libc/nt/gdi32/PATHOBJ_bEnumClipLines.S b/libc/nt/gdi32/PATHOBJ_bEnumClipLines.S new file mode 100644 index 000000000..0bacda1a2 --- /dev/null +++ b/libc/nt/gdi32/PATHOBJ_bEnumClipLines.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PATHOBJ_bEnumClipLines,PATHOBJ_bEnumClipLines,1768 diff --git a/libc/nt/gdi32/PATHOBJ_bEnumClipLines.s b/libc/nt/gdi32/PATHOBJ_bEnumClipLines.s deleted file mode 100644 index 9dfb61c3e..000000000 --- a/libc/nt/gdi32/PATHOBJ_bEnumClipLines.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PATHOBJ_bEnumClipLines,PATHOBJ_bEnumClipLines,1768 diff --git a/libc/nt/gdi32/PATHOBJ_vEnumStart.S b/libc/nt/gdi32/PATHOBJ_vEnumStart.S new file mode 100644 index 000000000..29ee163c8 --- /dev/null +++ b/libc/nt/gdi32/PATHOBJ_vEnumStart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PATHOBJ_vEnumStart,PATHOBJ_vEnumStart,1769 diff --git a/libc/nt/gdi32/PATHOBJ_vEnumStart.s b/libc/nt/gdi32/PATHOBJ_vEnumStart.s deleted file mode 100644 index af544f9a2..000000000 --- a/libc/nt/gdi32/PATHOBJ_vEnumStart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PATHOBJ_vEnumStart,PATHOBJ_vEnumStart,1769 diff --git a/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.S b/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.S new file mode 100644 index 000000000..7fdbce209 --- /dev/null +++ b/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PATHOBJ_vEnumStartClipLines,PATHOBJ_vEnumStartClipLines,1770 diff --git a/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.s b/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.s deleted file mode 100644 index a297e9352..000000000 --- a/libc/nt/gdi32/PATHOBJ_vEnumStartClipLines.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PATHOBJ_vEnumStartClipLines,PATHOBJ_vEnumStartClipLines,1770 diff --git a/libc/nt/gdi32/PATHOBJ_vGetBounds.S b/libc/nt/gdi32/PATHOBJ_vGetBounds.S new file mode 100644 index 000000000..dc6235d37 --- /dev/null +++ b/libc/nt/gdi32/PATHOBJ_vGetBounds.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PATHOBJ_vGetBounds,PATHOBJ_vGetBounds,1771 diff --git a/libc/nt/gdi32/PATHOBJ_vGetBounds.s b/libc/nt/gdi32/PATHOBJ_vGetBounds.s deleted file mode 100644 index 3f9a6ed1f..000000000 --- a/libc/nt/gdi32/PATHOBJ_vGetBounds.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PATHOBJ_vGetBounds,PATHOBJ_vGetBounds,1771 diff --git a/libc/nt/gdi32/PaintRgn.S b/libc/nt/gdi32/PaintRgn.S new file mode 100644 index 000000000..ae4799a2a --- /dev/null +++ b/libc/nt/gdi32/PaintRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PaintRgn,PaintRgn,1772 diff --git a/libc/nt/gdi32/PaintRgn.s b/libc/nt/gdi32/PaintRgn.s deleted file mode 100644 index c6a15ec7e..000000000 --- a/libc/nt/gdi32/PaintRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PaintRgn,PaintRgn,1772 diff --git a/libc/nt/gdi32/PatBlt.S b/libc/nt/gdi32/PatBlt.S new file mode 100644 index 000000000..aaa3902f5 --- /dev/null +++ b/libc/nt/gdi32/PatBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PatBlt,PatBlt,1773 diff --git a/libc/nt/gdi32/PatBlt.s b/libc/nt/gdi32/PatBlt.s deleted file mode 100644 index 24f5bfc33..000000000 --- a/libc/nt/gdi32/PatBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PatBlt,PatBlt,1773 diff --git a/libc/nt/gdi32/PathToRegion.S b/libc/nt/gdi32/PathToRegion.S new file mode 100644 index 000000000..df31ac994 --- /dev/null +++ b/libc/nt/gdi32/PathToRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PathToRegion,PathToRegion,1774 diff --git a/libc/nt/gdi32/PathToRegion.s b/libc/nt/gdi32/PathToRegion.s deleted file mode 100644 index ef0350286..000000000 --- a/libc/nt/gdi32/PathToRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PathToRegion,PathToRegion,1774 diff --git a/libc/nt/gdi32/Pie.S b/libc/nt/gdi32/Pie.S new file mode 100644 index 000000000..0029b587c --- /dev/null +++ b/libc/nt/gdi32/Pie.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Pie,Pie,1775 diff --git a/libc/nt/gdi32/Pie.s b/libc/nt/gdi32/Pie.s deleted file mode 100644 index 37fe3eed9..000000000 --- a/libc/nt/gdi32/Pie.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Pie,Pie,1775 diff --git a/libc/nt/gdi32/PlayEnhMetaFile.S b/libc/nt/gdi32/PlayEnhMetaFile.S new file mode 100644 index 000000000..88f529340 --- /dev/null +++ b/libc/nt/gdi32/PlayEnhMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PlayEnhMetaFile,PlayEnhMetaFile,1776 diff --git a/libc/nt/gdi32/PlayEnhMetaFile.s b/libc/nt/gdi32/PlayEnhMetaFile.s deleted file mode 100644 index 178d935dc..000000000 --- a/libc/nt/gdi32/PlayEnhMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PlayEnhMetaFile,PlayEnhMetaFile,1776 diff --git a/libc/nt/gdi32/PlayEnhMetaFileRecord.S b/libc/nt/gdi32/PlayEnhMetaFileRecord.S new file mode 100644 index 000000000..ecf903a71 --- /dev/null +++ b/libc/nt/gdi32/PlayEnhMetaFileRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PlayEnhMetaFileRecord,PlayEnhMetaFileRecord,1777 diff --git a/libc/nt/gdi32/PlayEnhMetaFileRecord.s b/libc/nt/gdi32/PlayEnhMetaFileRecord.s deleted file mode 100644 index ac8388210..000000000 --- a/libc/nt/gdi32/PlayEnhMetaFileRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PlayEnhMetaFileRecord,PlayEnhMetaFileRecord,1777 diff --git a/libc/nt/gdi32/PlayMetaFile.S b/libc/nt/gdi32/PlayMetaFile.S new file mode 100644 index 000000000..fb84e8a5b --- /dev/null +++ b/libc/nt/gdi32/PlayMetaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PlayMetaFile,PlayMetaFile,1778 diff --git a/libc/nt/gdi32/PlayMetaFile.s b/libc/nt/gdi32/PlayMetaFile.s deleted file mode 100644 index f33f51b63..000000000 --- a/libc/nt/gdi32/PlayMetaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PlayMetaFile,PlayMetaFile,1778 diff --git a/libc/nt/gdi32/PlayMetaFileRecord.S b/libc/nt/gdi32/PlayMetaFileRecord.S new file mode 100644 index 000000000..6dd79e123 --- /dev/null +++ b/libc/nt/gdi32/PlayMetaFileRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PlayMetaFileRecord,PlayMetaFileRecord,1779 diff --git a/libc/nt/gdi32/PlayMetaFileRecord.s b/libc/nt/gdi32/PlayMetaFileRecord.s deleted file mode 100644 index a6bb0c10a..000000000 --- a/libc/nt/gdi32/PlayMetaFileRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PlayMetaFileRecord,PlayMetaFileRecord,1779 diff --git a/libc/nt/gdi32/PlgBlt.S b/libc/nt/gdi32/PlgBlt.S new file mode 100644 index 000000000..8b0f2a694 --- /dev/null +++ b/libc/nt/gdi32/PlgBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PlgBlt,PlgBlt,1780 diff --git a/libc/nt/gdi32/PlgBlt.s b/libc/nt/gdi32/PlgBlt.s deleted file mode 100644 index 82a1b4aff..000000000 --- a/libc/nt/gdi32/PlgBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PlgBlt,PlgBlt,1780 diff --git a/libc/nt/gdi32/PolyBezier.S b/libc/nt/gdi32/PolyBezier.S new file mode 100644 index 000000000..0f5729111 --- /dev/null +++ b/libc/nt/gdi32/PolyBezier.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyBezier,PolyBezier,1781 diff --git a/libc/nt/gdi32/PolyBezier.s b/libc/nt/gdi32/PolyBezier.s deleted file mode 100644 index e651998fd..000000000 --- a/libc/nt/gdi32/PolyBezier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyBezier,PolyBezier,1781 diff --git a/libc/nt/gdi32/PolyBezierTo.S b/libc/nt/gdi32/PolyBezierTo.S new file mode 100644 index 000000000..d381e7a6b --- /dev/null +++ b/libc/nt/gdi32/PolyBezierTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyBezierTo,PolyBezierTo,1782 diff --git a/libc/nt/gdi32/PolyBezierTo.s b/libc/nt/gdi32/PolyBezierTo.s deleted file mode 100644 index a87995e78..000000000 --- a/libc/nt/gdi32/PolyBezierTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyBezierTo,PolyBezierTo,1782 diff --git a/libc/nt/gdi32/PolyDraw.S b/libc/nt/gdi32/PolyDraw.S new file mode 100644 index 000000000..d05e14288 --- /dev/null +++ b/libc/nt/gdi32/PolyDraw.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyDraw,PolyDraw,1783 diff --git a/libc/nt/gdi32/PolyDraw.s b/libc/nt/gdi32/PolyDraw.s deleted file mode 100644 index 040531e11..000000000 --- a/libc/nt/gdi32/PolyDraw.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyDraw,PolyDraw,1783 diff --git a/libc/nt/gdi32/PolyPatBlt.S b/libc/nt/gdi32/PolyPatBlt.S new file mode 100644 index 000000000..a27d1f711 --- /dev/null +++ b/libc/nt/gdi32/PolyPatBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyPatBlt,PolyPatBlt,1784 diff --git a/libc/nt/gdi32/PolyPatBlt.s b/libc/nt/gdi32/PolyPatBlt.s deleted file mode 100644 index 06d6491f4..000000000 --- a/libc/nt/gdi32/PolyPatBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyPatBlt,PolyPatBlt,1784 diff --git a/libc/nt/gdi32/PolyPolygon.S b/libc/nt/gdi32/PolyPolygon.S new file mode 100644 index 000000000..84bb48165 --- /dev/null +++ b/libc/nt/gdi32/PolyPolygon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyPolygon,PolyPolygon,1785 diff --git a/libc/nt/gdi32/PolyPolygon.s b/libc/nt/gdi32/PolyPolygon.s deleted file mode 100644 index 2804bc753..000000000 --- a/libc/nt/gdi32/PolyPolygon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyPolygon,PolyPolygon,1785 diff --git a/libc/nt/gdi32/PolyPolyline.S b/libc/nt/gdi32/PolyPolyline.S new file mode 100644 index 000000000..40bdc94de --- /dev/null +++ b/libc/nt/gdi32/PolyPolyline.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyPolyline,PolyPolyline,1786 diff --git a/libc/nt/gdi32/PolyPolyline.s b/libc/nt/gdi32/PolyPolyline.s deleted file mode 100644 index 81de7272e..000000000 --- a/libc/nt/gdi32/PolyPolyline.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyPolyline,PolyPolyline,1786 diff --git a/libc/nt/gdi32/PolyTextOutW.S b/libc/nt/gdi32/PolyTextOutW.S new file mode 100644 index 000000000..7a85feeaf --- /dev/null +++ b/libc/nt/gdi32/PolyTextOutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolyTextOutW,PolyTextOutW,1788 diff --git a/libc/nt/gdi32/PolyTextOutW.s b/libc/nt/gdi32/PolyTextOutW.s deleted file mode 100644 index bee118ef0..000000000 --- a/libc/nt/gdi32/PolyTextOutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolyTextOutW,PolyTextOutW,1788 diff --git a/libc/nt/gdi32/Polygon.S b/libc/nt/gdi32/Polygon.S new file mode 100644 index 000000000..ddef379ac --- /dev/null +++ b/libc/nt/gdi32/Polygon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Polygon,Polygon,1789 diff --git a/libc/nt/gdi32/Polygon.s b/libc/nt/gdi32/Polygon.s deleted file mode 100644 index 994d41afb..000000000 --- a/libc/nt/gdi32/Polygon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Polygon,Polygon,1789 diff --git a/libc/nt/gdi32/Polyline.S b/libc/nt/gdi32/Polyline.S new file mode 100644 index 000000000..2c444720b --- /dev/null +++ b/libc/nt/gdi32/Polyline.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Polyline,Polyline,1790 diff --git a/libc/nt/gdi32/Polyline.s b/libc/nt/gdi32/Polyline.s deleted file mode 100644 index 829537fe9..000000000 --- a/libc/nt/gdi32/Polyline.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Polyline,Polyline,1790 diff --git a/libc/nt/gdi32/PolylineTo.S b/libc/nt/gdi32/PolylineTo.S new file mode 100644 index 000000000..0aa876575 --- /dev/null +++ b/libc/nt/gdi32/PolylineTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PolylineTo,PolylineTo,1791 diff --git a/libc/nt/gdi32/PolylineTo.s b/libc/nt/gdi32/PolylineTo.s deleted file mode 100644 index d9b4043f1..000000000 --- a/libc/nt/gdi32/PolylineTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PolylineTo,PolylineTo,1791 diff --git a/libc/nt/gdi32/PtInRegion.S b/libc/nt/gdi32/PtInRegion.S new file mode 100644 index 000000000..4f4872108 --- /dev/null +++ b/libc/nt/gdi32/PtInRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PtInRegion,PtInRegion,1792 diff --git a/libc/nt/gdi32/PtInRegion.s b/libc/nt/gdi32/PtInRegion.s deleted file mode 100644 index 0e114a7e7..000000000 --- a/libc/nt/gdi32/PtInRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PtInRegion,PtInRegion,1792 diff --git a/libc/nt/gdi32/PtVisible.S b/libc/nt/gdi32/PtVisible.S new file mode 100644 index 000000000..9496071d4 --- /dev/null +++ b/libc/nt/gdi32/PtVisible.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_PtVisible,PtVisible,1793 diff --git a/libc/nt/gdi32/PtVisible.s b/libc/nt/gdi32/PtVisible.s deleted file mode 100644 index 98523df2b..000000000 --- a/libc/nt/gdi32/PtVisible.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_PtVisible,PtVisible,1793 diff --git a/libc/nt/gdi32/QueryFontAssocStatus.S b/libc/nt/gdi32/QueryFontAssocStatus.S new file mode 100644 index 000000000..8aea99ae7 --- /dev/null +++ b/libc/nt/gdi32/QueryFontAssocStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_QueryFontAssocStatus,QueryFontAssocStatus,1794 diff --git a/libc/nt/gdi32/QueryFontAssocStatus.s b/libc/nt/gdi32/QueryFontAssocStatus.s deleted file mode 100644 index f493e62b4..000000000 --- a/libc/nt/gdi32/QueryFontAssocStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_QueryFontAssocStatus,QueryFontAssocStatus,1794 diff --git a/libc/nt/gdi32/RealizePalette.S b/libc/nt/gdi32/RealizePalette.S new file mode 100644 index 000000000..356405b61 --- /dev/null +++ b/libc/nt/gdi32/RealizePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RealizePalette,RealizePalette,1795 diff --git a/libc/nt/gdi32/RealizePalette.s b/libc/nt/gdi32/RealizePalette.s deleted file mode 100644 index 4277d3639..000000000 --- a/libc/nt/gdi32/RealizePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RealizePalette,RealizePalette,1795 diff --git a/libc/nt/gdi32/RectInRegion.S b/libc/nt/gdi32/RectInRegion.S new file mode 100644 index 000000000..f148bc0a7 --- /dev/null +++ b/libc/nt/gdi32/RectInRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RectInRegion,RectInRegion,1796 diff --git a/libc/nt/gdi32/RectInRegion.s b/libc/nt/gdi32/RectInRegion.s deleted file mode 100644 index 34cce0777..000000000 --- a/libc/nt/gdi32/RectInRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RectInRegion,RectInRegion,1796 diff --git a/libc/nt/gdi32/RectVisible.S b/libc/nt/gdi32/RectVisible.S new file mode 100644 index 000000000..8f60dfa5e --- /dev/null +++ b/libc/nt/gdi32/RectVisible.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RectVisible,RectVisible,1797 diff --git a/libc/nt/gdi32/RectVisible.s b/libc/nt/gdi32/RectVisible.s deleted file mode 100644 index 67bd007d7..000000000 --- a/libc/nt/gdi32/RectVisible.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RectVisible,RectVisible,1797 diff --git a/libc/nt/gdi32/Rectangle.S b/libc/nt/gdi32/Rectangle.S new file mode 100644 index 000000000..e5e22ec46 --- /dev/null +++ b/libc/nt/gdi32/Rectangle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_Rectangle,Rectangle,1798 diff --git a/libc/nt/gdi32/Rectangle.s b/libc/nt/gdi32/Rectangle.s deleted file mode 100644 index a9e749443..000000000 --- a/libc/nt/gdi32/Rectangle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_Rectangle,Rectangle,1798 diff --git a/libc/nt/gdi32/RemoveFontMemResourceEx.S b/libc/nt/gdi32/RemoveFontMemResourceEx.S new file mode 100644 index 000000000..df851dcb4 --- /dev/null +++ b/libc/nt/gdi32/RemoveFontMemResourceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RemoveFontMemResourceEx,RemoveFontMemResourceEx,1799 diff --git a/libc/nt/gdi32/RemoveFontMemResourceEx.s b/libc/nt/gdi32/RemoveFontMemResourceEx.s deleted file mode 100644 index 8a14ce88e..000000000 --- a/libc/nt/gdi32/RemoveFontMemResourceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RemoveFontMemResourceEx,RemoveFontMemResourceEx,1799 diff --git a/libc/nt/gdi32/RemoveFontResourceExW.S b/libc/nt/gdi32/RemoveFontResourceExW.S new file mode 100644 index 000000000..e3a0a127b --- /dev/null +++ b/libc/nt/gdi32/RemoveFontResourceExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RemoveFontResourceExW,RemoveFontResourceExW,1802 diff --git a/libc/nt/gdi32/RemoveFontResourceExW.s b/libc/nt/gdi32/RemoveFontResourceExW.s deleted file mode 100644 index aea4cb98a..000000000 --- a/libc/nt/gdi32/RemoveFontResourceExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RemoveFontResourceExW,RemoveFontResourceExW,1802 diff --git a/libc/nt/gdi32/RemoveFontResourceTracking.S b/libc/nt/gdi32/RemoveFontResourceTracking.S new file mode 100644 index 000000000..b3bcd95c0 --- /dev/null +++ b/libc/nt/gdi32/RemoveFontResourceTracking.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RemoveFontResourceTracking,RemoveFontResourceTracking,1803 diff --git a/libc/nt/gdi32/RemoveFontResourceTracking.s b/libc/nt/gdi32/RemoveFontResourceTracking.s deleted file mode 100644 index d6ee868da..000000000 --- a/libc/nt/gdi32/RemoveFontResourceTracking.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RemoveFontResourceTracking,RemoveFontResourceTracking,1803 diff --git a/libc/nt/gdi32/RemoveFontResourceW.S b/libc/nt/gdi32/RemoveFontResourceW.S new file mode 100644 index 000000000..618a16af5 --- /dev/null +++ b/libc/nt/gdi32/RemoveFontResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RemoveFontResourceW,RemoveFontResourceW,1804 diff --git a/libc/nt/gdi32/RemoveFontResourceW.s b/libc/nt/gdi32/RemoveFontResourceW.s deleted file mode 100644 index 04da6bb8d..000000000 --- a/libc/nt/gdi32/RemoveFontResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RemoveFontResourceW,RemoveFontResourceW,1804 diff --git a/libc/nt/gdi32/ResetDCW.S b/libc/nt/gdi32/ResetDCW.S new file mode 100644 index 000000000..06e9c7288 --- /dev/null +++ b/libc/nt/gdi32/ResetDCW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ResetDCW,ResetDCW,1806 diff --git a/libc/nt/gdi32/ResetDCW.s b/libc/nt/gdi32/ResetDCW.s deleted file mode 100644 index 7e09acc0e..000000000 --- a/libc/nt/gdi32/ResetDCW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ResetDCW,ResetDCW,1806 diff --git a/libc/nt/gdi32/ResizePalette.S b/libc/nt/gdi32/ResizePalette.S new file mode 100644 index 000000000..fa7103772 --- /dev/null +++ b/libc/nt/gdi32/ResizePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ResizePalette,ResizePalette,1807 diff --git a/libc/nt/gdi32/ResizePalette.s b/libc/nt/gdi32/ResizePalette.s deleted file mode 100644 index 7aab05d85..000000000 --- a/libc/nt/gdi32/ResizePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ResizePalette,ResizePalette,1807 diff --git a/libc/nt/gdi32/RestoreDC.S b/libc/nt/gdi32/RestoreDC.S new file mode 100644 index 000000000..a0c961e0d --- /dev/null +++ b/libc/nt/gdi32/RestoreDC.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RestoreDC,RestoreDC,1808 + +#ifdef __x86_64__ + .text.windows +RestoreDC: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RestoreDC(%rip),%rax + jmp __sysv2nt + .endfn RestoreDC,globl + .previous +#endif diff --git a/libc/nt/gdi32/RestoreDC.s b/libc/nt/gdi32/RestoreDC.s deleted file mode 100644 index 9767543e4..000000000 --- a/libc/nt/gdi32/RestoreDC.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RestoreDC,RestoreDC,1808 - - .text.windows -RestoreDC: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RestoreDC(%rip),%rax - jmp __sysv2nt - .endfn RestoreDC,globl - .previous diff --git a/libc/nt/gdi32/RoundRect.S b/libc/nt/gdi32/RoundRect.S new file mode 100644 index 000000000..5cc207463 --- /dev/null +++ b/libc/nt/gdi32/RoundRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_RoundRect,RoundRect,1809 diff --git a/libc/nt/gdi32/RoundRect.s b/libc/nt/gdi32/RoundRect.s deleted file mode 100644 index 4868380b3..000000000 --- a/libc/nt/gdi32/RoundRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_RoundRect,RoundRect,1809 diff --git a/libc/nt/gdi32/STROBJ_bEnum.S b/libc/nt/gdi32/STROBJ_bEnum.S new file mode 100644 index 000000000..1481966b5 --- /dev/null +++ b/libc/nt/gdi32/STROBJ_bEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_STROBJ_bEnum,STROBJ_bEnum,1810 diff --git a/libc/nt/gdi32/STROBJ_bEnum.s b/libc/nt/gdi32/STROBJ_bEnum.s deleted file mode 100644 index 134954d27..000000000 --- a/libc/nt/gdi32/STROBJ_bEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_STROBJ_bEnum,STROBJ_bEnum,1810 diff --git a/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.S b/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.S new file mode 100644 index 000000000..79ad94ae6 --- /dev/null +++ b/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_STROBJ_bEnumPositionsOnly,STROBJ_bEnumPositionsOnly,1811 diff --git a/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.s b/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.s deleted file mode 100644 index 10d60d393..000000000 --- a/libc/nt/gdi32/STROBJ_bEnumPositionsOnly.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_STROBJ_bEnumPositionsOnly,STROBJ_bEnumPositionsOnly,1811 diff --git a/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.S b/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.S new file mode 100644 index 000000000..aeabfef79 --- /dev/null +++ b/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_STROBJ_bGetAdvanceWidths,STROBJ_bGetAdvanceWidths,1812 diff --git a/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.s b/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.s deleted file mode 100644 index 168bd2fab..000000000 --- a/libc/nt/gdi32/STROBJ_bGetAdvanceWidths.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_STROBJ_bGetAdvanceWidths,STROBJ_bGetAdvanceWidths,1812 diff --git a/libc/nt/gdi32/STROBJ_dwGetCodePage.S b/libc/nt/gdi32/STROBJ_dwGetCodePage.S new file mode 100644 index 000000000..f7b9ee642 --- /dev/null +++ b/libc/nt/gdi32/STROBJ_dwGetCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_STROBJ_dwGetCodePage,STROBJ_dwGetCodePage,1813 diff --git a/libc/nt/gdi32/STROBJ_dwGetCodePage.s b/libc/nt/gdi32/STROBJ_dwGetCodePage.s deleted file mode 100644 index 0816c3161..000000000 --- a/libc/nt/gdi32/STROBJ_dwGetCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_STROBJ_dwGetCodePage,STROBJ_dwGetCodePage,1813 diff --git a/libc/nt/gdi32/STROBJ_vEnumStart.S b/libc/nt/gdi32/STROBJ_vEnumStart.S new file mode 100644 index 000000000..2e9f73468 --- /dev/null +++ b/libc/nt/gdi32/STROBJ_vEnumStart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_STROBJ_vEnumStart,STROBJ_vEnumStart,1814 diff --git a/libc/nt/gdi32/STROBJ_vEnumStart.s b/libc/nt/gdi32/STROBJ_vEnumStart.s deleted file mode 100644 index 5bafd2eb4..000000000 --- a/libc/nt/gdi32/STROBJ_vEnumStart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_STROBJ_vEnumStart,STROBJ_vEnumStart,1814 diff --git a/libc/nt/gdi32/SaveDC.S b/libc/nt/gdi32/SaveDC.S new file mode 100644 index 000000000..b2ab8cb32 --- /dev/null +++ b/libc/nt/gdi32/SaveDC.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SaveDC,SaveDC,1815 + +#ifdef __x86_64__ + .text.windows +SaveDC: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SaveDC(%rip) + leave + ret + .endfn SaveDC,globl + .previous +#endif diff --git a/libc/nt/gdi32/SaveDC.s b/libc/nt/gdi32/SaveDC.s deleted file mode 100644 index afb892d8b..000000000 --- a/libc/nt/gdi32/SaveDC.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SaveDC,SaveDC,1815 - - .text.windows -SaveDC: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SaveDC(%rip) - leave - ret - .endfn SaveDC,globl - .previous diff --git a/libc/nt/gdi32/ScaleRgn.S b/libc/nt/gdi32/ScaleRgn.S new file mode 100644 index 000000000..9fe25b6a8 --- /dev/null +++ b/libc/nt/gdi32/ScaleRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ScaleRgn,ScaleRgn,1816 diff --git a/libc/nt/gdi32/ScaleRgn.s b/libc/nt/gdi32/ScaleRgn.s deleted file mode 100644 index 016b0bc96..000000000 --- a/libc/nt/gdi32/ScaleRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ScaleRgn,ScaleRgn,1816 diff --git a/libc/nt/gdi32/ScaleValues.S b/libc/nt/gdi32/ScaleValues.S new file mode 100644 index 000000000..d574f9303 --- /dev/null +++ b/libc/nt/gdi32/ScaleValues.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ScaleValues,ScaleValues,1817 diff --git a/libc/nt/gdi32/ScaleValues.s b/libc/nt/gdi32/ScaleValues.s deleted file mode 100644 index 370a4496e..000000000 --- a/libc/nt/gdi32/ScaleValues.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ScaleValues,ScaleValues,1817 diff --git a/libc/nt/gdi32/ScaleViewportExtEx.S b/libc/nt/gdi32/ScaleViewportExtEx.S new file mode 100644 index 000000000..c9b128510 --- /dev/null +++ b/libc/nt/gdi32/ScaleViewportExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ScaleViewportExtEx,ScaleViewportExtEx,1818 diff --git a/libc/nt/gdi32/ScaleViewportExtEx.s b/libc/nt/gdi32/ScaleViewportExtEx.s deleted file mode 100644 index a41f8390b..000000000 --- a/libc/nt/gdi32/ScaleViewportExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ScaleViewportExtEx,ScaleViewportExtEx,1818 diff --git a/libc/nt/gdi32/ScaleWindowExtEx.S b/libc/nt/gdi32/ScaleWindowExtEx.S new file mode 100644 index 000000000..16379d49e --- /dev/null +++ b/libc/nt/gdi32/ScaleWindowExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_ScaleWindowExtEx,ScaleWindowExtEx,1819 diff --git a/libc/nt/gdi32/ScaleWindowExtEx.s b/libc/nt/gdi32/ScaleWindowExtEx.s deleted file mode 100644 index 942cb6ec8..000000000 --- a/libc/nt/gdi32/ScaleWindowExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_ScaleWindowExtEx,ScaleWindowExtEx,1819 diff --git a/libc/nt/gdi32/SelectBrushLocal.S b/libc/nt/gdi32/SelectBrushLocal.S new file mode 100644 index 000000000..af13e12a0 --- /dev/null +++ b/libc/nt/gdi32/SelectBrushLocal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectBrushLocal,SelectBrushLocal,1860 diff --git a/libc/nt/gdi32/SelectBrushLocal.s b/libc/nt/gdi32/SelectBrushLocal.s deleted file mode 100644 index ae70dda44..000000000 --- a/libc/nt/gdi32/SelectBrushLocal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectBrushLocal,SelectBrushLocal,1860 diff --git a/libc/nt/gdi32/SelectClipPath.S b/libc/nt/gdi32/SelectClipPath.S new file mode 100644 index 000000000..24dd8dd69 --- /dev/null +++ b/libc/nt/gdi32/SelectClipPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectClipPath,SelectClipPath,1861 diff --git a/libc/nt/gdi32/SelectClipPath.s b/libc/nt/gdi32/SelectClipPath.s deleted file mode 100644 index 8a93d685b..000000000 --- a/libc/nt/gdi32/SelectClipPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectClipPath,SelectClipPath,1861 diff --git a/libc/nt/gdi32/SelectClipRgn.S b/libc/nt/gdi32/SelectClipRgn.S new file mode 100644 index 000000000..207150422 --- /dev/null +++ b/libc/nt/gdi32/SelectClipRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectClipRgn,SelectClipRgn,1862 diff --git a/libc/nt/gdi32/SelectClipRgn.s b/libc/nt/gdi32/SelectClipRgn.s deleted file mode 100644 index d33b097ef..000000000 --- a/libc/nt/gdi32/SelectClipRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectClipRgn,SelectClipRgn,1862 diff --git a/libc/nt/gdi32/SelectFontLocal.S b/libc/nt/gdi32/SelectFontLocal.S new file mode 100644 index 000000000..ed721716a --- /dev/null +++ b/libc/nt/gdi32/SelectFontLocal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectFontLocal,SelectFontLocal,1863 diff --git a/libc/nt/gdi32/SelectFontLocal.s b/libc/nt/gdi32/SelectFontLocal.s deleted file mode 100644 index e61fb7c54..000000000 --- a/libc/nt/gdi32/SelectFontLocal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectFontLocal,SelectFontLocal,1863 diff --git a/libc/nt/gdi32/SelectObject.S b/libc/nt/gdi32/SelectObject.S new file mode 100644 index 000000000..f4c0006d3 --- /dev/null +++ b/libc/nt/gdi32/SelectObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectObject,SelectObject,1864 + +#ifdef __x86_64__ + .text.windows +SelectObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SelectObject(%rip),%rax + jmp __sysv2nt + .endfn SelectObject,globl + .previous +#endif diff --git a/libc/nt/gdi32/SelectObject.s b/libc/nt/gdi32/SelectObject.s deleted file mode 100644 index 874bcc7ba..000000000 --- a/libc/nt/gdi32/SelectObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectObject,SelectObject,1864 - - .text.windows -SelectObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SelectObject(%rip),%rax - jmp __sysv2nt - .endfn SelectObject,globl - .previous diff --git a/libc/nt/gdi32/SelectPalette.S b/libc/nt/gdi32/SelectPalette.S new file mode 100644 index 000000000..5c0a43156 --- /dev/null +++ b/libc/nt/gdi32/SelectPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SelectPalette,SelectPalette,1865 diff --git a/libc/nt/gdi32/SelectPalette.s b/libc/nt/gdi32/SelectPalette.s deleted file mode 100644 index 0577494ad..000000000 --- a/libc/nt/gdi32/SelectPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SelectPalette,SelectPalette,1865 diff --git a/libc/nt/gdi32/SetAbortProc.S b/libc/nt/gdi32/SetAbortProc.S new file mode 100644 index 000000000..6e115c5e3 --- /dev/null +++ b/libc/nt/gdi32/SetAbortProc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetAbortProc,SetAbortProc,1866 diff --git a/libc/nt/gdi32/SetAbortProc.s b/libc/nt/gdi32/SetAbortProc.s deleted file mode 100644 index c3d725fb9..000000000 --- a/libc/nt/gdi32/SetAbortProc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetAbortProc,SetAbortProc,1866 diff --git a/libc/nt/gdi32/SetArcDirection.S b/libc/nt/gdi32/SetArcDirection.S new file mode 100644 index 000000000..bd0e9f9cd --- /dev/null +++ b/libc/nt/gdi32/SetArcDirection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetArcDirection,SetArcDirection,1867 diff --git a/libc/nt/gdi32/SetArcDirection.s b/libc/nt/gdi32/SetArcDirection.s deleted file mode 100644 index 4bf7a0221..000000000 --- a/libc/nt/gdi32/SetArcDirection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetArcDirection,SetArcDirection,1867 diff --git a/libc/nt/gdi32/SetBitmapAttributes.S b/libc/nt/gdi32/SetBitmapAttributes.S new file mode 100644 index 000000000..37f7e32ff --- /dev/null +++ b/libc/nt/gdi32/SetBitmapAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBitmapAttributes,SetBitmapAttributes,1868 diff --git a/libc/nt/gdi32/SetBitmapAttributes.s b/libc/nt/gdi32/SetBitmapAttributes.s deleted file mode 100644 index 54105fa03..000000000 --- a/libc/nt/gdi32/SetBitmapAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBitmapAttributes,SetBitmapAttributes,1868 diff --git a/libc/nt/gdi32/SetBitmapBits.S b/libc/nt/gdi32/SetBitmapBits.S new file mode 100644 index 000000000..ee23537f1 --- /dev/null +++ b/libc/nt/gdi32/SetBitmapBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBitmapBits,SetBitmapBits,1869 diff --git a/libc/nt/gdi32/SetBitmapBits.s b/libc/nt/gdi32/SetBitmapBits.s deleted file mode 100644 index ee3068d06..000000000 --- a/libc/nt/gdi32/SetBitmapBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBitmapBits,SetBitmapBits,1869 diff --git a/libc/nt/gdi32/SetBitmapDimensionEx.S b/libc/nt/gdi32/SetBitmapDimensionEx.S new file mode 100644 index 000000000..37824d1ef --- /dev/null +++ b/libc/nt/gdi32/SetBitmapDimensionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBitmapDimensionEx,SetBitmapDimensionEx,1870 diff --git a/libc/nt/gdi32/SetBitmapDimensionEx.s b/libc/nt/gdi32/SetBitmapDimensionEx.s deleted file mode 100644 index 2a0fc63b0..000000000 --- a/libc/nt/gdi32/SetBitmapDimensionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBitmapDimensionEx,SetBitmapDimensionEx,1870 diff --git a/libc/nt/gdi32/SetBkColor.S b/libc/nt/gdi32/SetBkColor.S new file mode 100644 index 000000000..f18eb47f6 --- /dev/null +++ b/libc/nt/gdi32/SetBkColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBkColor,SetBkColor,1871 diff --git a/libc/nt/gdi32/SetBkColor.s b/libc/nt/gdi32/SetBkColor.s deleted file mode 100644 index c989207d1..000000000 --- a/libc/nt/gdi32/SetBkColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBkColor,SetBkColor,1871 diff --git a/libc/nt/gdi32/SetBkMode.S b/libc/nt/gdi32/SetBkMode.S new file mode 100644 index 000000000..2ef0f20fe --- /dev/null +++ b/libc/nt/gdi32/SetBkMode.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBkMode,SetBkMode,1872 + +#ifdef __x86_64__ + .text.windows +SetBkMode: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetBkMode(%rip),%rax + jmp __sysv2nt + .endfn SetBkMode,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetBkMode.s b/libc/nt/gdi32/SetBkMode.s deleted file mode 100644 index d99f379d9..000000000 --- a/libc/nt/gdi32/SetBkMode.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBkMode,SetBkMode,1872 - - .text.windows -SetBkMode: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetBkMode(%rip),%rax - jmp __sysv2nt - .endfn SetBkMode,globl - .previous diff --git a/libc/nt/gdi32/SetBoundsRect.S b/libc/nt/gdi32/SetBoundsRect.S new file mode 100644 index 000000000..845b7894c --- /dev/null +++ b/libc/nt/gdi32/SetBoundsRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBoundsRect,SetBoundsRect,1873 diff --git a/libc/nt/gdi32/SetBoundsRect.s b/libc/nt/gdi32/SetBoundsRect.s deleted file mode 100644 index 953083c5b..000000000 --- a/libc/nt/gdi32/SetBoundsRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBoundsRect,SetBoundsRect,1873 diff --git a/libc/nt/gdi32/SetBrushAttributes.S b/libc/nt/gdi32/SetBrushAttributes.S new file mode 100644 index 000000000..8fe41983b --- /dev/null +++ b/libc/nt/gdi32/SetBrushAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBrushAttributes,SetBrushAttributes,1874 diff --git a/libc/nt/gdi32/SetBrushAttributes.s b/libc/nt/gdi32/SetBrushAttributes.s deleted file mode 100644 index 697ca16b6..000000000 --- a/libc/nt/gdi32/SetBrushAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBrushAttributes,SetBrushAttributes,1874 diff --git a/libc/nt/gdi32/SetBrushOrgEx.S b/libc/nt/gdi32/SetBrushOrgEx.S new file mode 100644 index 000000000..3d2f524d3 --- /dev/null +++ b/libc/nt/gdi32/SetBrushOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetBrushOrgEx,SetBrushOrgEx,1875 diff --git a/libc/nt/gdi32/SetBrushOrgEx.s b/libc/nt/gdi32/SetBrushOrgEx.s deleted file mode 100644 index 4c31f5a8d..000000000 --- a/libc/nt/gdi32/SetBrushOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetBrushOrgEx,SetBrushOrgEx,1875 diff --git a/libc/nt/gdi32/SetColorAdjustment.S b/libc/nt/gdi32/SetColorAdjustment.S new file mode 100644 index 000000000..aec0dac9b --- /dev/null +++ b/libc/nt/gdi32/SetColorAdjustment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetColorAdjustment,SetColorAdjustment,1876 diff --git a/libc/nt/gdi32/SetColorAdjustment.s b/libc/nt/gdi32/SetColorAdjustment.s deleted file mode 100644 index a3a37d98b..000000000 --- a/libc/nt/gdi32/SetColorAdjustment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetColorAdjustment,SetColorAdjustment,1876 diff --git a/libc/nt/gdi32/SetColorSpace.S b/libc/nt/gdi32/SetColorSpace.S new file mode 100644 index 000000000..6e32e6634 --- /dev/null +++ b/libc/nt/gdi32/SetColorSpace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetColorSpace,SetColorSpace,1877 diff --git a/libc/nt/gdi32/SetColorSpace.s b/libc/nt/gdi32/SetColorSpace.s deleted file mode 100644 index c0b72379c..000000000 --- a/libc/nt/gdi32/SetColorSpace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetColorSpace,SetColorSpace,1877 diff --git a/libc/nt/gdi32/SetDCBrushColor.S b/libc/nt/gdi32/SetDCBrushColor.S new file mode 100644 index 000000000..6338052d5 --- /dev/null +++ b/libc/nt/gdi32/SetDCBrushColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDCBrushColor,SetDCBrushColor,1878 diff --git a/libc/nt/gdi32/SetDCBrushColor.s b/libc/nt/gdi32/SetDCBrushColor.s deleted file mode 100644 index f4979c707..000000000 --- a/libc/nt/gdi32/SetDCBrushColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDCBrushColor,SetDCBrushColor,1878 diff --git a/libc/nt/gdi32/SetDCDpiScaleValue.S b/libc/nt/gdi32/SetDCDpiScaleValue.S new file mode 100644 index 000000000..1b58bc9b1 --- /dev/null +++ b/libc/nt/gdi32/SetDCDpiScaleValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDCDpiScaleValue,SetDCDpiScaleValue,1879 diff --git a/libc/nt/gdi32/SetDCDpiScaleValue.s b/libc/nt/gdi32/SetDCDpiScaleValue.s deleted file mode 100644 index 65ee16408..000000000 --- a/libc/nt/gdi32/SetDCDpiScaleValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDCDpiScaleValue,SetDCDpiScaleValue,1879 diff --git a/libc/nt/gdi32/SetDCPenColor.S b/libc/nt/gdi32/SetDCPenColor.S new file mode 100644 index 000000000..bc33b7b0d --- /dev/null +++ b/libc/nt/gdi32/SetDCPenColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDCPenColor,SetDCPenColor,1880 diff --git a/libc/nt/gdi32/SetDCPenColor.s b/libc/nt/gdi32/SetDCPenColor.s deleted file mode 100644 index 8eee27368..000000000 --- a/libc/nt/gdi32/SetDCPenColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDCPenColor,SetDCPenColor,1880 diff --git a/libc/nt/gdi32/SetDIBColorTable.S b/libc/nt/gdi32/SetDIBColorTable.S new file mode 100644 index 000000000..c5b8b1d40 --- /dev/null +++ b/libc/nt/gdi32/SetDIBColorTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDIBColorTable,SetDIBColorTable,1881 diff --git a/libc/nt/gdi32/SetDIBColorTable.s b/libc/nt/gdi32/SetDIBColorTable.s deleted file mode 100644 index 5cc9d4f88..000000000 --- a/libc/nt/gdi32/SetDIBColorTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDIBColorTable,SetDIBColorTable,1881 diff --git a/libc/nt/gdi32/SetDIBits.S b/libc/nt/gdi32/SetDIBits.S new file mode 100644 index 000000000..2d7009333 --- /dev/null +++ b/libc/nt/gdi32/SetDIBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDIBits,SetDIBits,1882 diff --git a/libc/nt/gdi32/SetDIBits.s b/libc/nt/gdi32/SetDIBits.s deleted file mode 100644 index e60cd5df2..000000000 --- a/libc/nt/gdi32/SetDIBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDIBits,SetDIBits,1882 diff --git a/libc/nt/gdi32/SetDIBitsToDevice.S b/libc/nt/gdi32/SetDIBitsToDevice.S new file mode 100644 index 000000000..4762854e8 --- /dev/null +++ b/libc/nt/gdi32/SetDIBitsToDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDIBitsToDevice,SetDIBitsToDevice,1883 diff --git a/libc/nt/gdi32/SetDIBitsToDevice.s b/libc/nt/gdi32/SetDIBitsToDevice.s deleted file mode 100644 index a92a765f3..000000000 --- a/libc/nt/gdi32/SetDIBitsToDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDIBitsToDevice,SetDIBitsToDevice,1883 diff --git a/libc/nt/gdi32/SetDeviceGammaRamp.S b/libc/nt/gdi32/SetDeviceGammaRamp.S new file mode 100644 index 000000000..76674e133 --- /dev/null +++ b/libc/nt/gdi32/SetDeviceGammaRamp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetDeviceGammaRamp,SetDeviceGammaRamp,1884 diff --git a/libc/nt/gdi32/SetDeviceGammaRamp.s b/libc/nt/gdi32/SetDeviceGammaRamp.s deleted file mode 100644 index 8f9eb44f5..000000000 --- a/libc/nt/gdi32/SetDeviceGammaRamp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetDeviceGammaRamp,SetDeviceGammaRamp,1884 diff --git a/libc/nt/gdi32/SetEnhMetaFileBits.S b/libc/nt/gdi32/SetEnhMetaFileBits.S new file mode 100644 index 000000000..38e494e9f --- /dev/null +++ b/libc/nt/gdi32/SetEnhMetaFileBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetEnhMetaFileBits,SetEnhMetaFileBits,1885 diff --git a/libc/nt/gdi32/SetEnhMetaFileBits.s b/libc/nt/gdi32/SetEnhMetaFileBits.s deleted file mode 100644 index 5b2f02b1d..000000000 --- a/libc/nt/gdi32/SetEnhMetaFileBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetEnhMetaFileBits,SetEnhMetaFileBits,1885 diff --git a/libc/nt/gdi32/SetFontEnumeration.S b/libc/nt/gdi32/SetFontEnumeration.S new file mode 100644 index 000000000..8574225b5 --- /dev/null +++ b/libc/nt/gdi32/SetFontEnumeration.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetFontEnumeration,SetFontEnumeration,1886 diff --git a/libc/nt/gdi32/SetFontEnumeration.s b/libc/nt/gdi32/SetFontEnumeration.s deleted file mode 100644 index 5768c62b4..000000000 --- a/libc/nt/gdi32/SetFontEnumeration.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetFontEnumeration,SetFontEnumeration,1886 diff --git a/libc/nt/gdi32/SetGraphicsMode.S b/libc/nt/gdi32/SetGraphicsMode.S new file mode 100644 index 000000000..5a685fd45 --- /dev/null +++ b/libc/nt/gdi32/SetGraphicsMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetGraphicsMode,SetGraphicsMode,1887 diff --git a/libc/nt/gdi32/SetGraphicsMode.s b/libc/nt/gdi32/SetGraphicsMode.s deleted file mode 100644 index c6b47b9e2..000000000 --- a/libc/nt/gdi32/SetGraphicsMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetGraphicsMode,SetGraphicsMode,1887 diff --git a/libc/nt/gdi32/SetICMMode.S b/libc/nt/gdi32/SetICMMode.S new file mode 100644 index 000000000..4e645c027 --- /dev/null +++ b/libc/nt/gdi32/SetICMMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetICMMode,SetICMMode,1888 diff --git a/libc/nt/gdi32/SetICMMode.s b/libc/nt/gdi32/SetICMMode.s deleted file mode 100644 index f2f5ddbd3..000000000 --- a/libc/nt/gdi32/SetICMMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetICMMode,SetICMMode,1888 diff --git a/libc/nt/gdi32/SetICMProfileW.S b/libc/nt/gdi32/SetICMProfileW.S new file mode 100644 index 000000000..f17b0dd21 --- /dev/null +++ b/libc/nt/gdi32/SetICMProfileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetICMProfileW,SetICMProfileW,1890 diff --git a/libc/nt/gdi32/SetICMProfileW.s b/libc/nt/gdi32/SetICMProfileW.s deleted file mode 100644 index b51abe2f0..000000000 --- a/libc/nt/gdi32/SetICMProfileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetICMProfileW,SetICMProfileW,1890 diff --git a/libc/nt/gdi32/SetLayout.S b/libc/nt/gdi32/SetLayout.S new file mode 100644 index 000000000..e4902327b --- /dev/null +++ b/libc/nt/gdi32/SetLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetLayout,SetLayout,1891 diff --git a/libc/nt/gdi32/SetLayout.s b/libc/nt/gdi32/SetLayout.s deleted file mode 100644 index 758928e98..000000000 --- a/libc/nt/gdi32/SetLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetLayout,SetLayout,1891 diff --git a/libc/nt/gdi32/SetLayoutWidth.S b/libc/nt/gdi32/SetLayoutWidth.S new file mode 100644 index 000000000..8ecbf3cd4 --- /dev/null +++ b/libc/nt/gdi32/SetLayoutWidth.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetLayoutWidth,SetLayoutWidth,1892 diff --git a/libc/nt/gdi32/SetLayoutWidth.s b/libc/nt/gdi32/SetLayoutWidth.s deleted file mode 100644 index 112b17601..000000000 --- a/libc/nt/gdi32/SetLayoutWidth.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetLayoutWidth,SetLayoutWidth,1892 diff --git a/libc/nt/gdi32/SetMagicColors.S b/libc/nt/gdi32/SetMagicColors.S new file mode 100644 index 000000000..712be32b1 --- /dev/null +++ b/libc/nt/gdi32/SetMagicColors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMagicColors,SetMagicColors,1893 diff --git a/libc/nt/gdi32/SetMagicColors.s b/libc/nt/gdi32/SetMagicColors.s deleted file mode 100644 index 074e4038b..000000000 --- a/libc/nt/gdi32/SetMagicColors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMagicColors,SetMagicColors,1893 diff --git a/libc/nt/gdi32/SetMapMode.S b/libc/nt/gdi32/SetMapMode.S new file mode 100644 index 000000000..1f24c5140 --- /dev/null +++ b/libc/nt/gdi32/SetMapMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMapMode,SetMapMode,1894 diff --git a/libc/nt/gdi32/SetMapMode.s b/libc/nt/gdi32/SetMapMode.s deleted file mode 100644 index 0bbdfd734..000000000 --- a/libc/nt/gdi32/SetMapMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMapMode,SetMapMode,1894 diff --git a/libc/nt/gdi32/SetMapperFlags.S b/libc/nt/gdi32/SetMapperFlags.S new file mode 100644 index 000000000..2530db88e --- /dev/null +++ b/libc/nt/gdi32/SetMapperFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMapperFlags,SetMapperFlags,1895 diff --git a/libc/nt/gdi32/SetMapperFlags.s b/libc/nt/gdi32/SetMapperFlags.s deleted file mode 100644 index 034a93167..000000000 --- a/libc/nt/gdi32/SetMapperFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMapperFlags,SetMapperFlags,1895 diff --git a/libc/nt/gdi32/SetMetaFileBitsEx.S b/libc/nt/gdi32/SetMetaFileBitsEx.S new file mode 100644 index 000000000..116bacdee --- /dev/null +++ b/libc/nt/gdi32/SetMetaFileBitsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMetaFileBitsEx,SetMetaFileBitsEx,1896 diff --git a/libc/nt/gdi32/SetMetaFileBitsEx.s b/libc/nt/gdi32/SetMetaFileBitsEx.s deleted file mode 100644 index e3950ae93..000000000 --- a/libc/nt/gdi32/SetMetaFileBitsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMetaFileBitsEx,SetMetaFileBitsEx,1896 diff --git a/libc/nt/gdi32/SetMetaRgn.S b/libc/nt/gdi32/SetMetaRgn.S new file mode 100644 index 000000000..699b7e523 --- /dev/null +++ b/libc/nt/gdi32/SetMetaRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMetaRgn,SetMetaRgn,1897 diff --git a/libc/nt/gdi32/SetMetaRgn.s b/libc/nt/gdi32/SetMetaRgn.s deleted file mode 100644 index 8a1484d5a..000000000 --- a/libc/nt/gdi32/SetMetaRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMetaRgn,SetMetaRgn,1897 diff --git a/libc/nt/gdi32/SetMiterLimit.S b/libc/nt/gdi32/SetMiterLimit.S new file mode 100644 index 000000000..151900623 --- /dev/null +++ b/libc/nt/gdi32/SetMiterLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetMiterLimit,SetMiterLimit,1898 diff --git a/libc/nt/gdi32/SetMiterLimit.s b/libc/nt/gdi32/SetMiterLimit.s deleted file mode 100644 index 507ea29a6..000000000 --- a/libc/nt/gdi32/SetMiterLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetMiterLimit,SetMiterLimit,1898 diff --git a/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.S b/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.S new file mode 100644 index 000000000..c3579c837 --- /dev/null +++ b/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetOPMSigningKeyAndSequenceNumbers,SetOPMSigningKeyAndSequenceNumbers,1899 diff --git a/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.s b/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.s deleted file mode 100644 index 5ac503bf7..000000000 --- a/libc/nt/gdi32/SetOPMSigningKeyAndSequenceNumbers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetOPMSigningKeyAndSequenceNumbers,SetOPMSigningKeyAndSequenceNumbers,1899 diff --git a/libc/nt/gdi32/SetPaletteEntries.S b/libc/nt/gdi32/SetPaletteEntries.S new file mode 100644 index 000000000..df31a4330 --- /dev/null +++ b/libc/nt/gdi32/SetPaletteEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetPaletteEntries,SetPaletteEntries,1900 diff --git a/libc/nt/gdi32/SetPaletteEntries.s b/libc/nt/gdi32/SetPaletteEntries.s deleted file mode 100644 index 71e2d77f7..000000000 --- a/libc/nt/gdi32/SetPaletteEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetPaletteEntries,SetPaletteEntries,1900 diff --git a/libc/nt/gdi32/SetPixel.S b/libc/nt/gdi32/SetPixel.S new file mode 100644 index 000000000..4b12d9ee3 --- /dev/null +++ b/libc/nt/gdi32/SetPixel.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetPixel,SetPixel,1901 + +#ifdef __x86_64__ + .text.windows +SetPixel: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetPixel(%rip),%rax + jmp __sysv2nt + .endfn SetPixel,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetPixel.s b/libc/nt/gdi32/SetPixel.s deleted file mode 100644 index 5f15af16c..000000000 --- a/libc/nt/gdi32/SetPixel.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetPixel,SetPixel,1901 - - .text.windows -SetPixel: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetPixel(%rip),%rax - jmp __sysv2nt - .endfn SetPixel,globl - .previous diff --git a/libc/nt/gdi32/SetPixelFormat.S b/libc/nt/gdi32/SetPixelFormat.S new file mode 100644 index 000000000..71e3d55a4 --- /dev/null +++ b/libc/nt/gdi32/SetPixelFormat.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetPixelFormat,SetPixelFormat,1902 + +#ifdef __x86_64__ + .text.windows +SetPixelFormat: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetPixelFormat(%rip),%rax + jmp __sysv2nt + .endfn SetPixelFormat,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetPixelFormat.s b/libc/nt/gdi32/SetPixelFormat.s deleted file mode 100644 index a81160855..000000000 --- a/libc/nt/gdi32/SetPixelFormat.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetPixelFormat,SetPixelFormat,1902 - - .text.windows -SetPixelFormat: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetPixelFormat(%rip),%rax - jmp __sysv2nt - .endfn SetPixelFormat,globl - .previous diff --git a/libc/nt/gdi32/SetPixelV.S b/libc/nt/gdi32/SetPixelV.S new file mode 100644 index 000000000..a6646aaeb --- /dev/null +++ b/libc/nt/gdi32/SetPixelV.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetPixelV,SetPixelV,1903 diff --git a/libc/nt/gdi32/SetPixelV.s b/libc/nt/gdi32/SetPixelV.s deleted file mode 100644 index f0f55c831..000000000 --- a/libc/nt/gdi32/SetPixelV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetPixelV,SetPixelV,1903 diff --git a/libc/nt/gdi32/SetPolyFillMode.S b/libc/nt/gdi32/SetPolyFillMode.S new file mode 100644 index 000000000..2571145ea --- /dev/null +++ b/libc/nt/gdi32/SetPolyFillMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetPolyFillMode,SetPolyFillMode,1904 diff --git a/libc/nt/gdi32/SetPolyFillMode.s b/libc/nt/gdi32/SetPolyFillMode.s deleted file mode 100644 index ceda990fa..000000000 --- a/libc/nt/gdi32/SetPolyFillMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetPolyFillMode,SetPolyFillMode,1904 diff --git a/libc/nt/gdi32/SetROP2.S b/libc/nt/gdi32/SetROP2.S new file mode 100644 index 000000000..d1a4f4a1f --- /dev/null +++ b/libc/nt/gdi32/SetROP2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetROP2,SetROP2,1905 diff --git a/libc/nt/gdi32/SetROP2.s b/libc/nt/gdi32/SetROP2.s deleted file mode 100644 index 04da5e06a..000000000 --- a/libc/nt/gdi32/SetROP2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetROP2,SetROP2,1905 diff --git a/libc/nt/gdi32/SetRectRgn.S b/libc/nt/gdi32/SetRectRgn.S new file mode 100644 index 000000000..0532b415c --- /dev/null +++ b/libc/nt/gdi32/SetRectRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetRectRgn,SetRectRgn,1906 diff --git a/libc/nt/gdi32/SetRectRgn.s b/libc/nt/gdi32/SetRectRgn.s deleted file mode 100644 index bfcce1338..000000000 --- a/libc/nt/gdi32/SetRectRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetRectRgn,SetRectRgn,1906 diff --git a/libc/nt/gdi32/SetRelAbs.S b/libc/nt/gdi32/SetRelAbs.S new file mode 100644 index 000000000..627fcf99e --- /dev/null +++ b/libc/nt/gdi32/SetRelAbs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetRelAbs,SetRelAbs,1907 diff --git a/libc/nt/gdi32/SetRelAbs.s b/libc/nt/gdi32/SetRelAbs.s deleted file mode 100644 index 155f609f2..000000000 --- a/libc/nt/gdi32/SetRelAbs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetRelAbs,SetRelAbs,1907 diff --git a/libc/nt/gdi32/SetStretchBltMode.S b/libc/nt/gdi32/SetStretchBltMode.S new file mode 100644 index 000000000..d09d508ab --- /dev/null +++ b/libc/nt/gdi32/SetStretchBltMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetStretchBltMode,SetStretchBltMode,1908 diff --git a/libc/nt/gdi32/SetStretchBltMode.s b/libc/nt/gdi32/SetStretchBltMode.s deleted file mode 100644 index a55ecf0b1..000000000 --- a/libc/nt/gdi32/SetStretchBltMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetStretchBltMode,SetStretchBltMode,1908 diff --git a/libc/nt/gdi32/SetSystemPaletteUse.S b/libc/nt/gdi32/SetSystemPaletteUse.S new file mode 100644 index 000000000..986bbc0f6 --- /dev/null +++ b/libc/nt/gdi32/SetSystemPaletteUse.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetSystemPaletteUse,SetSystemPaletteUse,1909 diff --git a/libc/nt/gdi32/SetSystemPaletteUse.s b/libc/nt/gdi32/SetSystemPaletteUse.s deleted file mode 100644 index d25305bfc..000000000 --- a/libc/nt/gdi32/SetSystemPaletteUse.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetSystemPaletteUse,SetSystemPaletteUse,1909 diff --git a/libc/nt/gdi32/SetTextAlign.S b/libc/nt/gdi32/SetTextAlign.S new file mode 100644 index 000000000..d0aaf5fad --- /dev/null +++ b/libc/nt/gdi32/SetTextAlign.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetTextAlign,SetTextAlign,1910 + +#ifdef __x86_64__ + .text.windows +SetTextAlign: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetTextAlign(%rip),%rax + jmp __sysv2nt + .endfn SetTextAlign,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetTextAlign.s b/libc/nt/gdi32/SetTextAlign.s deleted file mode 100644 index a73969cc4..000000000 --- a/libc/nt/gdi32/SetTextAlign.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetTextAlign,SetTextAlign,1910 - - .text.windows -SetTextAlign: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetTextAlign(%rip),%rax - jmp __sysv2nt - .endfn SetTextAlign,globl - .previous diff --git a/libc/nt/gdi32/SetTextCharacterExtra.S b/libc/nt/gdi32/SetTextCharacterExtra.S new file mode 100644 index 000000000..51bf38aa6 --- /dev/null +++ b/libc/nt/gdi32/SetTextCharacterExtra.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetTextCharacterExtra,SetTextCharacterExtra,1911 diff --git a/libc/nt/gdi32/SetTextCharacterExtra.s b/libc/nt/gdi32/SetTextCharacterExtra.s deleted file mode 100644 index 786582597..000000000 --- a/libc/nt/gdi32/SetTextCharacterExtra.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetTextCharacterExtra,SetTextCharacterExtra,1911 diff --git a/libc/nt/gdi32/SetTextColor.S b/libc/nt/gdi32/SetTextColor.S new file mode 100644 index 000000000..5a85dfa20 --- /dev/null +++ b/libc/nt/gdi32/SetTextColor.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetTextColor,SetTextColor,1912 + +#ifdef __x86_64__ + .text.windows +SetTextColor: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetTextColor(%rip),%rax + jmp __sysv2nt + .endfn SetTextColor,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetTextColor.s b/libc/nt/gdi32/SetTextColor.s deleted file mode 100644 index 0ebadc95f..000000000 --- a/libc/nt/gdi32/SetTextColor.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetTextColor,SetTextColor,1912 - - .text.windows -SetTextColor: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetTextColor(%rip),%rax - jmp __sysv2nt - .endfn SetTextColor,globl - .previous diff --git a/libc/nt/gdi32/SetTextJustification.S b/libc/nt/gdi32/SetTextJustification.S new file mode 100644 index 000000000..8693f2449 --- /dev/null +++ b/libc/nt/gdi32/SetTextJustification.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetTextJustification,SetTextJustification,1913 + +#ifdef __x86_64__ + .text.windows +SetTextJustification: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetTextJustification(%rip),%rax + jmp __sysv2nt + .endfn SetTextJustification,globl + .previous +#endif diff --git a/libc/nt/gdi32/SetTextJustification.s b/libc/nt/gdi32/SetTextJustification.s deleted file mode 100644 index d6c389967..000000000 --- a/libc/nt/gdi32/SetTextJustification.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetTextJustification,SetTextJustification,1913 - - .text.windows -SetTextJustification: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetTextJustification(%rip),%rax - jmp __sysv2nt - .endfn SetTextJustification,globl - .previous diff --git a/libc/nt/gdi32/SetViewportExtEx.S b/libc/nt/gdi32/SetViewportExtEx.S new file mode 100644 index 000000000..f86888f12 --- /dev/null +++ b/libc/nt/gdi32/SetViewportExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetViewportExtEx,SetViewportExtEx,1914 diff --git a/libc/nt/gdi32/SetViewportExtEx.s b/libc/nt/gdi32/SetViewportExtEx.s deleted file mode 100644 index f58dfb74b..000000000 --- a/libc/nt/gdi32/SetViewportExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetViewportExtEx,SetViewportExtEx,1914 diff --git a/libc/nt/gdi32/SetViewportOrgEx.S b/libc/nt/gdi32/SetViewportOrgEx.S new file mode 100644 index 000000000..03af04ffb --- /dev/null +++ b/libc/nt/gdi32/SetViewportOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetViewportOrgEx,SetViewportOrgEx,1915 diff --git a/libc/nt/gdi32/SetViewportOrgEx.s b/libc/nt/gdi32/SetViewportOrgEx.s deleted file mode 100644 index 5c82b58f6..000000000 --- a/libc/nt/gdi32/SetViewportOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetViewportOrgEx,SetViewportOrgEx,1915 diff --git a/libc/nt/gdi32/SetVirtualResolution.S b/libc/nt/gdi32/SetVirtualResolution.S new file mode 100644 index 000000000..541aee693 --- /dev/null +++ b/libc/nt/gdi32/SetVirtualResolution.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetVirtualResolution,SetVirtualResolution,1916 diff --git a/libc/nt/gdi32/SetVirtualResolution.s b/libc/nt/gdi32/SetVirtualResolution.s deleted file mode 100644 index ad43f2a51..000000000 --- a/libc/nt/gdi32/SetVirtualResolution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetVirtualResolution,SetVirtualResolution,1916 diff --git a/libc/nt/gdi32/SetWinMetaFileBits.S b/libc/nt/gdi32/SetWinMetaFileBits.S new file mode 100644 index 000000000..2d3f4d4be --- /dev/null +++ b/libc/nt/gdi32/SetWinMetaFileBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetWinMetaFileBits,SetWinMetaFileBits,1917 diff --git a/libc/nt/gdi32/SetWinMetaFileBits.s b/libc/nt/gdi32/SetWinMetaFileBits.s deleted file mode 100644 index e78176531..000000000 --- a/libc/nt/gdi32/SetWinMetaFileBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetWinMetaFileBits,SetWinMetaFileBits,1917 diff --git a/libc/nt/gdi32/SetWindowExtEx.S b/libc/nt/gdi32/SetWindowExtEx.S new file mode 100644 index 000000000..fb0c5c458 --- /dev/null +++ b/libc/nt/gdi32/SetWindowExtEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetWindowExtEx,SetWindowExtEx,1918 diff --git a/libc/nt/gdi32/SetWindowExtEx.s b/libc/nt/gdi32/SetWindowExtEx.s deleted file mode 100644 index 4eb7bf19f..000000000 --- a/libc/nt/gdi32/SetWindowExtEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetWindowExtEx,SetWindowExtEx,1918 diff --git a/libc/nt/gdi32/SetWindowOrgEx.S b/libc/nt/gdi32/SetWindowOrgEx.S new file mode 100644 index 000000000..143cb098a --- /dev/null +++ b/libc/nt/gdi32/SetWindowOrgEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetWindowOrgEx,SetWindowOrgEx,1919 diff --git a/libc/nt/gdi32/SetWindowOrgEx.s b/libc/nt/gdi32/SetWindowOrgEx.s deleted file mode 100644 index 1d349219a..000000000 --- a/libc/nt/gdi32/SetWindowOrgEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetWindowOrgEx,SetWindowOrgEx,1919 diff --git a/libc/nt/gdi32/SetWorldTransform.S b/libc/nt/gdi32/SetWorldTransform.S new file mode 100644 index 000000000..1b7b794ba --- /dev/null +++ b/libc/nt/gdi32/SetWorldTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SetWorldTransform,SetWorldTransform,1920 diff --git a/libc/nt/gdi32/SetWorldTransform.s b/libc/nt/gdi32/SetWorldTransform.s deleted file mode 100644 index e8575a714..000000000 --- a/libc/nt/gdi32/SetWorldTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SetWorldTransform,SetWorldTransform,1920 diff --git a/libc/nt/gdi32/StartDocW.S b/libc/nt/gdi32/StartDocW.S new file mode 100644 index 000000000..2598184aa --- /dev/null +++ b/libc/nt/gdi32/StartDocW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StartDocW,StartDocW,1922 diff --git a/libc/nt/gdi32/StartDocW.s b/libc/nt/gdi32/StartDocW.s deleted file mode 100644 index d4ce1c63d..000000000 --- a/libc/nt/gdi32/StartDocW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StartDocW,StartDocW,1922 diff --git a/libc/nt/gdi32/StartFormPage.S b/libc/nt/gdi32/StartFormPage.S new file mode 100644 index 000000000..4874e0552 --- /dev/null +++ b/libc/nt/gdi32/StartFormPage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StartFormPage,StartFormPage,1923 diff --git a/libc/nt/gdi32/StartFormPage.s b/libc/nt/gdi32/StartFormPage.s deleted file mode 100644 index 008877d44..000000000 --- a/libc/nt/gdi32/StartFormPage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StartFormPage,StartFormPage,1923 diff --git a/libc/nt/gdi32/StartPage.S b/libc/nt/gdi32/StartPage.S new file mode 100644 index 000000000..e6f6c34f5 --- /dev/null +++ b/libc/nt/gdi32/StartPage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StartPage,StartPage,1924 diff --git a/libc/nt/gdi32/StartPage.s b/libc/nt/gdi32/StartPage.s deleted file mode 100644 index bc48e42e0..000000000 --- a/libc/nt/gdi32/StartPage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StartPage,StartPage,1924 diff --git a/libc/nt/gdi32/StretchBlt.S b/libc/nt/gdi32/StretchBlt.S new file mode 100644 index 000000000..049a9ef3d --- /dev/null +++ b/libc/nt/gdi32/StretchBlt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StretchBlt,StretchBlt,1925 diff --git a/libc/nt/gdi32/StretchBlt.s b/libc/nt/gdi32/StretchBlt.s deleted file mode 100644 index 8248af75d..000000000 --- a/libc/nt/gdi32/StretchBlt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StretchBlt,StretchBlt,1925 diff --git a/libc/nt/gdi32/StretchDIBits.S b/libc/nt/gdi32/StretchDIBits.S new file mode 100644 index 000000000..912f675dc --- /dev/null +++ b/libc/nt/gdi32/StretchDIBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StretchDIBits,StretchDIBits,1926 diff --git a/libc/nt/gdi32/StretchDIBits.s b/libc/nt/gdi32/StretchDIBits.s deleted file mode 100644 index d27d54083..000000000 --- a/libc/nt/gdi32/StretchDIBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StretchDIBits,StretchDIBits,1926 diff --git a/libc/nt/gdi32/StrokeAndFillPath.S b/libc/nt/gdi32/StrokeAndFillPath.S new file mode 100644 index 000000000..6447033cc --- /dev/null +++ b/libc/nt/gdi32/StrokeAndFillPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StrokeAndFillPath,StrokeAndFillPath,1927 diff --git a/libc/nt/gdi32/StrokeAndFillPath.s b/libc/nt/gdi32/StrokeAndFillPath.s deleted file mode 100644 index ec0f4712e..000000000 --- a/libc/nt/gdi32/StrokeAndFillPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StrokeAndFillPath,StrokeAndFillPath,1927 diff --git a/libc/nt/gdi32/StrokePath.S b/libc/nt/gdi32/StrokePath.S new file mode 100644 index 000000000..2a85c2180 --- /dev/null +++ b/libc/nt/gdi32/StrokePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_StrokePath,StrokePath,1928 diff --git a/libc/nt/gdi32/StrokePath.s b/libc/nt/gdi32/StrokePath.s deleted file mode 100644 index 8319164cb..000000000 --- a/libc/nt/gdi32/StrokePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_StrokePath,StrokePath,1928 diff --git a/libc/nt/gdi32/SwapBuffers.S b/libc/nt/gdi32/SwapBuffers.S new file mode 100644 index 000000000..47d7e460f --- /dev/null +++ b/libc/nt/gdi32/SwapBuffers.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_SwapBuffers,SwapBuffers,1929 + +#ifdef __x86_64__ + .text.windows +SwapBuffers: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SwapBuffers(%rip) + leave + ret + .endfn SwapBuffers,globl + .previous +#endif diff --git a/libc/nt/gdi32/SwapBuffers.s b/libc/nt/gdi32/SwapBuffers.s deleted file mode 100644 index 1dc5fd58f..000000000 --- a/libc/nt/gdi32/SwapBuffers.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_SwapBuffers,SwapBuffers,1929 - - .text.windows -SwapBuffers: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SwapBuffers(%rip) - leave - ret - .endfn SwapBuffers,globl - .previous diff --git a/libc/nt/gdi32/TextOutW.S b/libc/nt/gdi32/TextOutW.S new file mode 100644 index 000000000..11f840f80 --- /dev/null +++ b/libc/nt/gdi32/TextOutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_TextOutW,TextOutW,1931 diff --git a/libc/nt/gdi32/TextOutW.s b/libc/nt/gdi32/TextOutW.s deleted file mode 100644 index 590e414cb..000000000 --- a/libc/nt/gdi32/TextOutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_TextOutW,TextOutW,1931 diff --git a/libc/nt/gdi32/TranslateCharsetInfo.S b/libc/nt/gdi32/TranslateCharsetInfo.S new file mode 100644 index 000000000..9ed04710f --- /dev/null +++ b/libc/nt/gdi32/TranslateCharsetInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_TranslateCharsetInfo,TranslateCharsetInfo,1932 diff --git a/libc/nt/gdi32/TranslateCharsetInfo.s b/libc/nt/gdi32/TranslateCharsetInfo.s deleted file mode 100644 index 81c1ef55e..000000000 --- a/libc/nt/gdi32/TranslateCharsetInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_TranslateCharsetInfo,TranslateCharsetInfo,1932 diff --git a/libc/nt/gdi32/UnloadNetworkFonts.S b/libc/nt/gdi32/UnloadNetworkFonts.S new file mode 100644 index 000000000..80fbceabd --- /dev/null +++ b/libc/nt/gdi32/UnloadNetworkFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_UnloadNetworkFonts,UnloadNetworkFonts,1933 diff --git a/libc/nt/gdi32/UnloadNetworkFonts.s b/libc/nt/gdi32/UnloadNetworkFonts.s deleted file mode 100644 index 0d0641aff..000000000 --- a/libc/nt/gdi32/UnloadNetworkFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_UnloadNetworkFonts,UnloadNetworkFonts,1933 diff --git a/libc/nt/gdi32/UnrealizeObject.S b/libc/nt/gdi32/UnrealizeObject.S new file mode 100644 index 000000000..cfda07c81 --- /dev/null +++ b/libc/nt/gdi32/UnrealizeObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_UnrealizeObject,UnrealizeObject,1934 diff --git a/libc/nt/gdi32/UnrealizeObject.s b/libc/nt/gdi32/UnrealizeObject.s deleted file mode 100644 index 01f758a8d..000000000 --- a/libc/nt/gdi32/UnrealizeObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_UnrealizeObject,UnrealizeObject,1934 diff --git a/libc/nt/gdi32/UpdateColors.S b/libc/nt/gdi32/UpdateColors.S new file mode 100644 index 000000000..10192b5d3 --- /dev/null +++ b/libc/nt/gdi32/UpdateColors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_UpdateColors,UpdateColors,1935 diff --git a/libc/nt/gdi32/UpdateColors.s b/libc/nt/gdi32/UpdateColors.s deleted file mode 100644 index c94c06858..000000000 --- a/libc/nt/gdi32/UpdateColors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_UpdateColors,UpdateColors,1935 diff --git a/libc/nt/gdi32/UpdateICMRegKeyW.S b/libc/nt/gdi32/UpdateICMRegKeyW.S new file mode 100644 index 000000000..3a0a43381 --- /dev/null +++ b/libc/nt/gdi32/UpdateICMRegKeyW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_UpdateICMRegKeyW,UpdateICMRegKeyW,1937 diff --git a/libc/nt/gdi32/UpdateICMRegKeyW.s b/libc/nt/gdi32/UpdateICMRegKeyW.s deleted file mode 100644 index 9e264adc2..000000000 --- a/libc/nt/gdi32/UpdateICMRegKeyW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_UpdateICMRegKeyW,UpdateICMRegKeyW,1937 diff --git a/libc/nt/gdi32/WidenPath.S b/libc/nt/gdi32/WidenPath.S new file mode 100644 index 000000000..8c8a992c1 --- /dev/null +++ b/libc/nt/gdi32/WidenPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_WidenPath,WidenPath,1941 diff --git a/libc/nt/gdi32/WidenPath.s b/libc/nt/gdi32/WidenPath.s deleted file mode 100644 index 0d7d4da64..000000000 --- a/libc/nt/gdi32/WidenPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_WidenPath,WidenPath,1941 diff --git a/libc/nt/gdi32/XFORMOBJ_bApplyXform.S b/libc/nt/gdi32/XFORMOBJ_bApplyXform.S new file mode 100644 index 000000000..bead35756 --- /dev/null +++ b/libc/nt/gdi32/XFORMOBJ_bApplyXform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XFORMOBJ_bApplyXform,XFORMOBJ_bApplyXform,1942 diff --git a/libc/nt/gdi32/XFORMOBJ_bApplyXform.s b/libc/nt/gdi32/XFORMOBJ_bApplyXform.s deleted file mode 100644 index 6d4d39552..000000000 --- a/libc/nt/gdi32/XFORMOBJ_bApplyXform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XFORMOBJ_bApplyXform,XFORMOBJ_bApplyXform,1942 diff --git a/libc/nt/gdi32/XFORMOBJ_iGetXform.S b/libc/nt/gdi32/XFORMOBJ_iGetXform.S new file mode 100644 index 000000000..de79a15db --- /dev/null +++ b/libc/nt/gdi32/XFORMOBJ_iGetXform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XFORMOBJ_iGetXform,XFORMOBJ_iGetXform,1943 diff --git a/libc/nt/gdi32/XFORMOBJ_iGetXform.s b/libc/nt/gdi32/XFORMOBJ_iGetXform.s deleted file mode 100644 index 5564356bb..000000000 --- a/libc/nt/gdi32/XFORMOBJ_iGetXform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XFORMOBJ_iGetXform,XFORMOBJ_iGetXform,1943 diff --git a/libc/nt/gdi32/XLATEOBJ_cGetPalette.S b/libc/nt/gdi32/XLATEOBJ_cGetPalette.S new file mode 100644 index 000000000..d372da3f0 --- /dev/null +++ b/libc/nt/gdi32/XLATEOBJ_cGetPalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XLATEOBJ_cGetPalette,XLATEOBJ_cGetPalette,1944 diff --git a/libc/nt/gdi32/XLATEOBJ_cGetPalette.s b/libc/nt/gdi32/XLATEOBJ_cGetPalette.s deleted file mode 100644 index 4c345fc42..000000000 --- a/libc/nt/gdi32/XLATEOBJ_cGetPalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XLATEOBJ_cGetPalette,XLATEOBJ_cGetPalette,1944 diff --git a/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.S b/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.S new file mode 100644 index 000000000..b85e54bd0 --- /dev/null +++ b/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XLATEOBJ_hGetColorTransform,XLATEOBJ_hGetColorTransform,1945 diff --git a/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.s b/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.s deleted file mode 100644 index f036655cb..000000000 --- a/libc/nt/gdi32/XLATEOBJ_hGetColorTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XLATEOBJ_hGetColorTransform,XLATEOBJ_hGetColorTransform,1945 diff --git a/libc/nt/gdi32/XLATEOBJ_iXlate.S b/libc/nt/gdi32/XLATEOBJ_iXlate.S new file mode 100644 index 000000000..99a9527c3 --- /dev/null +++ b/libc/nt/gdi32/XLATEOBJ_iXlate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XLATEOBJ_iXlate,XLATEOBJ_iXlate,1946 diff --git a/libc/nt/gdi32/XLATEOBJ_iXlate.s b/libc/nt/gdi32/XLATEOBJ_iXlate.s deleted file mode 100644 index 066998d82..000000000 --- a/libc/nt/gdi32/XLATEOBJ_iXlate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XLATEOBJ_iXlate,XLATEOBJ_iXlate,1946 diff --git a/libc/nt/gdi32/XLATEOBJ_piVector.S b/libc/nt/gdi32/XLATEOBJ_piVector.S new file mode 100644 index 000000000..d2f1042fe --- /dev/null +++ b/libc/nt/gdi32/XLATEOBJ_piVector.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_XLATEOBJ_piVector,XLATEOBJ_piVector,1947 diff --git a/libc/nt/gdi32/XLATEOBJ_piVector.s b/libc/nt/gdi32/XLATEOBJ_piVector.s deleted file mode 100644 index 71deeb91f..000000000 --- a/libc/nt/gdi32/XLATEOBJ_piVector.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_XLATEOBJ_piVector,XLATEOBJ_piVector,1947 diff --git a/libc/nt/gdi32/cGetTTFFromFOT.S b/libc/nt/gdi32/cGetTTFFromFOT.S new file mode 100644 index 000000000..317569b88 --- /dev/null +++ b/libc/nt/gdi32/cGetTTFFromFOT.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_cGetTTFFromFOT,cGetTTFFromFOT,1952 diff --git a/libc/nt/gdi32/cGetTTFFromFOT.s b/libc/nt/gdi32/cGetTTFFromFOT.s deleted file mode 100644 index 506404603..000000000 --- a/libc/nt/gdi32/cGetTTFFromFOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_cGetTTFFromFOT,cGetTTFFromFOT,1952 diff --git a/libc/nt/gdi32/fpClosePrinter.S b/libc/nt/gdi32/fpClosePrinter.S new file mode 100644 index 000000000..042c23c0c --- /dev/null +++ b/libc/nt/gdi32/fpClosePrinter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_fpClosePrinter,fpClosePrinter,1953 diff --git a/libc/nt/gdi32/fpClosePrinter.s b/libc/nt/gdi32/fpClosePrinter.s deleted file mode 100644 index 1a0090af4..000000000 --- a/libc/nt/gdi32/fpClosePrinter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_fpClosePrinter,fpClosePrinter,1953 diff --git a/libc/nt/gdi32/gMaxGdiHandleCount.S b/libc/nt/gdi32/gMaxGdiHandleCount.S new file mode 100644 index 000000000..8d0dc93d7 --- /dev/null +++ b/libc/nt/gdi32/gMaxGdiHandleCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_gMaxGdiHandleCount,gMaxGdiHandleCount,1955 diff --git a/libc/nt/gdi32/gMaxGdiHandleCount.s b/libc/nt/gdi32/gMaxGdiHandleCount.s deleted file mode 100644 index 72d33a827..000000000 --- a/libc/nt/gdi32/gMaxGdiHandleCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_gMaxGdiHandleCount,gMaxGdiHandleCount,1955 diff --git a/libc/nt/gdi32/gW32PID.S b/libc/nt/gdi32/gW32PID.S new file mode 100644 index 000000000..a4bdb1306 --- /dev/null +++ b/libc/nt/gdi32/gW32PID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_gW32PID,gW32PID,1956 diff --git a/libc/nt/gdi32/gW32PID.s b/libc/nt/gdi32/gW32PID.s deleted file mode 100644 index 366f7dffc..000000000 --- a/libc/nt/gdi32/gW32PID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_gW32PID,gW32PID,1956 diff --git a/libc/nt/gdi32/g_systemCallFilterId.S b/libc/nt/gdi32/g_systemCallFilterId.S new file mode 100644 index 000000000..839325c83 --- /dev/null +++ b/libc/nt/gdi32/g_systemCallFilterId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_g_systemCallFilterId,g_systemCallFilterId,1957 diff --git a/libc/nt/gdi32/g_systemCallFilterId.s b/libc/nt/gdi32/g_systemCallFilterId.s deleted file mode 100644 index f40bb95d6..000000000 --- a/libc/nt/gdi32/g_systemCallFilterId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_g_systemCallFilterId,g_systemCallFilterId,1957 diff --git a/libc/nt/gdi32/gdiPlaySpoolStream.S b/libc/nt/gdi32/gdiPlaySpoolStream.S new file mode 100644 index 000000000..a359b1aff --- /dev/null +++ b/libc/nt/gdi32/gdiPlaySpoolStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp gdi32,__imp_gdiPlaySpoolStream,gdiPlaySpoolStream,1958 diff --git a/libc/nt/gdi32/gdiPlaySpoolStream.s b/libc/nt/gdi32/gdiPlaySpoolStream.s deleted file mode 100644 index 1504a1e03..000000000 --- a/libc/nt/gdi32/gdiPlaySpoolStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp gdi32,__imp_gdiPlaySpoolStream,gdiPlaySpoolStream,1958 diff --git a/libc/nt/iphlpapi/AddIPAddress.S b/libc/nt/iphlpapi/AddIPAddress.S new file mode 100644 index 000000000..b119c0b52 --- /dev/null +++ b/libc/nt/iphlpapi/AddIPAddress.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_AddIPAddress,AddIPAddress,0 + +#ifdef __x86_64__ + .text.windows +AddIPAddress: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AddIPAddress(%rip),%rax + jmp __sysv2nt6 + .endfn AddIPAddress,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/AddIPAddress.s b/libc/nt/iphlpapi/AddIPAddress.s deleted file mode 100644 index 8e678753f..000000000 --- a/libc/nt/iphlpapi/AddIPAddress.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_AddIPAddress,AddIPAddress,0 - - .text.windows -AddIPAddress: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AddIPAddress(%rip),%rax - jmp __sysv2nt6 - .endfn AddIPAddress,globl - .previous diff --git a/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.S b/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.S new file mode 100644 index 000000000..4addd9130 --- /dev/null +++ b/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_AllocateAndGetTcpExTableFromStack,AllocateAndGetTcpExTableFromStack,0 + +#ifdef __x86_64__ + .text.windows +AllocateAndGetTcpExTableFromStack: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AllocateAndGetTcpExTableFromStack(%rip),%rax + jmp __sysv2nt6 + .endfn AllocateAndGetTcpExTableFromStack,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.s b/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.s deleted file mode 100644 index 063934392..000000000 --- a/libc/nt/iphlpapi/AllocateAndGetTcpExTableFromStack.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_AllocateAndGetTcpExTableFromStack,AllocateAndGetTcpExTableFromStack,0 - - .text.windows -AllocateAndGetTcpExTableFromStack: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AllocateAndGetTcpExTableFromStack(%rip),%rax - jmp __sysv2nt6 - .endfn AllocateAndGetTcpExTableFromStack,globl - .previous diff --git a/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.S b/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.S new file mode 100644 index 000000000..ac292b32d --- /dev/null +++ b/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_AllocateAndGetUdpExTableFromStack,AllocateAndGetUdpExTableFromStack,0 + +#ifdef __x86_64__ + .text.windows +AllocateAndGetUdpExTableFromStack: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AllocateAndGetUdpExTableFromStack(%rip),%rax + jmp __sysv2nt6 + .endfn AllocateAndGetUdpExTableFromStack,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.s b/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.s deleted file mode 100644 index deebf089a..000000000 --- a/libc/nt/iphlpapi/AllocateAndGetUdpExTableFromStack.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_AllocateAndGetUdpExTableFromStack,AllocateAndGetUdpExTableFromStack,0 - - .text.windows -AllocateAndGetUdpExTableFromStack: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AllocateAndGetUdpExTableFromStack(%rip),%rax - jmp __sysv2nt6 - .endfn AllocateAndGetUdpExTableFromStack,globl - .previous diff --git a/libc/nt/iphlpapi/CancelIPChangeNotify.S b/libc/nt/iphlpapi/CancelIPChangeNotify.S new file mode 100644 index 000000000..22e073ca8 --- /dev/null +++ b/libc/nt/iphlpapi/CancelIPChangeNotify.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CancelIPChangeNotify,CancelIPChangeNotify,0 + +#ifdef __x86_64__ + .text.windows +CancelIPChangeNotify: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CancelIPChangeNotify(%rip) + leave + ret + .endfn CancelIPChangeNotify,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/CancelIPChangeNotify.s b/libc/nt/iphlpapi/CancelIPChangeNotify.s deleted file mode 100644 index cafd232db..000000000 --- a/libc/nt/iphlpapi/CancelIPChangeNotify.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CancelIPChangeNotify,CancelIPChangeNotify,0 - - .text.windows -CancelIPChangeNotify: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CancelIPChangeNotify(%rip) - leave - ret - .endfn CancelIPChangeNotify,globl - .previous diff --git a/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.S b/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.S new file mode 100644 index 000000000..b4522c316 --- /dev/null +++ b/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CaptureInterfaceHardwareCrossTimestamp,CaptureInterfaceHardwareCrossTimestamp,0 + +#ifdef __x86_64__ + .text.windows +CaptureInterfaceHardwareCrossTimestamp: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CaptureInterfaceHardwareCrossTimestamp(%rip),%rax + jmp __sysv2nt + .endfn CaptureInterfaceHardwareCrossTimestamp,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.s b/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.s deleted file mode 100644 index ec27c8054..000000000 --- a/libc/nt/iphlpapi/CaptureInterfaceHardwareCrossTimestamp.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CaptureInterfaceHardwareCrossTimestamp,CaptureInterfaceHardwareCrossTimestamp,0 - - .text.windows -CaptureInterfaceHardwareCrossTimestamp: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CaptureInterfaceHardwareCrossTimestamp(%rip),%rax - jmp __sysv2nt - .endfn CaptureInterfaceHardwareCrossTimestamp,globl - .previous diff --git a/libc/nt/iphlpapi/CreateIpForwardEntry.S b/libc/nt/iphlpapi/CreateIpForwardEntry.S new file mode 100644 index 000000000..36be8ab12 --- /dev/null +++ b/libc/nt/iphlpapi/CreateIpForwardEntry.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CreateIpForwardEntry,CreateIpForwardEntry,0 + +#ifdef __x86_64__ + .text.windows +CreateIpForwardEntry: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CreateIpForwardEntry(%rip) + leave + ret + .endfn CreateIpForwardEntry,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/CreateIpForwardEntry.s b/libc/nt/iphlpapi/CreateIpForwardEntry.s deleted file mode 100644 index 6e38a1782..000000000 --- a/libc/nt/iphlpapi/CreateIpForwardEntry.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CreateIpForwardEntry,CreateIpForwardEntry,0 - - .text.windows -CreateIpForwardEntry: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CreateIpForwardEntry(%rip) - leave - ret - .endfn CreateIpForwardEntry,globl - .previous diff --git a/libc/nt/iphlpapi/CreateIpNetEntry.S b/libc/nt/iphlpapi/CreateIpNetEntry.S new file mode 100644 index 000000000..3dd65feb3 --- /dev/null +++ b/libc/nt/iphlpapi/CreateIpNetEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CreateIpNetEntry,CreateIpNetEntry,0 diff --git a/libc/nt/iphlpapi/CreateIpNetEntry.s b/libc/nt/iphlpapi/CreateIpNetEntry.s deleted file mode 100644 index 335ff30bc..000000000 --- a/libc/nt/iphlpapi/CreateIpNetEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CreateIpNetEntry,CreateIpNetEntry,0 diff --git a/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.S b/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.S new file mode 100644 index 000000000..4daf51598 --- /dev/null +++ b/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CreatePersistentTcpPortReservation,CreatePersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.s b/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.s deleted file mode 100644 index 13c50a15a..000000000 --- a/libc/nt/iphlpapi/CreatePersistentTcpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CreatePersistentTcpPortReservation,CreatePersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.S b/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.S new file mode 100644 index 000000000..d1fd02ef8 --- /dev/null +++ b/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CreatePersistentUdpPortReservation,CreatePersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.s b/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.s deleted file mode 100644 index c851b4397..000000000 --- a/libc/nt/iphlpapi/CreatePersistentUdpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CreatePersistentUdpPortReservation,CreatePersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/CreateProxyArpEntry.S b/libc/nt/iphlpapi/CreateProxyArpEntry.S new file mode 100644 index 000000000..b9370234a --- /dev/null +++ b/libc/nt/iphlpapi/CreateProxyArpEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_CreateProxyArpEntry,CreateProxyArpEntry,0 diff --git a/libc/nt/iphlpapi/CreateProxyArpEntry.s b/libc/nt/iphlpapi/CreateProxyArpEntry.s deleted file mode 100644 index 55beea593..000000000 --- a/libc/nt/iphlpapi/CreateProxyArpEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_CreateProxyArpEntry,CreateProxyArpEntry,0 diff --git a/libc/nt/iphlpapi/DeleteIPAddress.S b/libc/nt/iphlpapi/DeleteIPAddress.S new file mode 100644 index 000000000..65faadb3a --- /dev/null +++ b/libc/nt/iphlpapi/DeleteIPAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeleteIPAddress,DeleteIPAddress,0 diff --git a/libc/nt/iphlpapi/DeleteIPAddress.s b/libc/nt/iphlpapi/DeleteIPAddress.s deleted file mode 100644 index b5471b062..000000000 --- a/libc/nt/iphlpapi/DeleteIPAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeleteIPAddress,DeleteIPAddress,0 diff --git a/libc/nt/iphlpapi/DeleteIpForwardEntry.S b/libc/nt/iphlpapi/DeleteIpForwardEntry.S new file mode 100644 index 000000000..3c94aee47 --- /dev/null +++ b/libc/nt/iphlpapi/DeleteIpForwardEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeleteIpForwardEntry,DeleteIpForwardEntry,0 diff --git a/libc/nt/iphlpapi/DeleteIpForwardEntry.s b/libc/nt/iphlpapi/DeleteIpForwardEntry.s deleted file mode 100644 index 6d80c3a0e..000000000 --- a/libc/nt/iphlpapi/DeleteIpForwardEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeleteIpForwardEntry,DeleteIpForwardEntry,0 diff --git a/libc/nt/iphlpapi/DeleteIpNetEntry.S b/libc/nt/iphlpapi/DeleteIpNetEntry.S new file mode 100644 index 000000000..e50b1a509 --- /dev/null +++ b/libc/nt/iphlpapi/DeleteIpNetEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeleteIpNetEntry,DeleteIpNetEntry,0 diff --git a/libc/nt/iphlpapi/DeleteIpNetEntry.s b/libc/nt/iphlpapi/DeleteIpNetEntry.s deleted file mode 100644 index 6d9e86d44..000000000 --- a/libc/nt/iphlpapi/DeleteIpNetEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeleteIpNetEntry,DeleteIpNetEntry,0 diff --git a/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.S b/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.S new file mode 100644 index 000000000..5d4d7399a --- /dev/null +++ b/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeletePersistentTcpPortReservation,DeletePersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.s b/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.s deleted file mode 100644 index dd573ac07..000000000 --- a/libc/nt/iphlpapi/DeletePersistentTcpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeletePersistentTcpPortReservation,DeletePersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.S b/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.S new file mode 100644 index 000000000..cc5d4b7ff --- /dev/null +++ b/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeletePersistentUdpPortReservation,DeletePersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.s b/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.s deleted file mode 100644 index ee065b1f2..000000000 --- a/libc/nt/iphlpapi/DeletePersistentUdpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeletePersistentUdpPortReservation,DeletePersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/DeleteProxyArpEntry.S b/libc/nt/iphlpapi/DeleteProxyArpEntry.S new file mode 100644 index 000000000..478c18ed2 --- /dev/null +++ b/libc/nt/iphlpapi/DeleteProxyArpEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DeleteProxyArpEntry,DeleteProxyArpEntry,0 diff --git a/libc/nt/iphlpapi/DeleteProxyArpEntry.s b/libc/nt/iphlpapi/DeleteProxyArpEntry.s deleted file mode 100644 index 6c35021c8..000000000 --- a/libc/nt/iphlpapi/DeleteProxyArpEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DeleteProxyArpEntry,DeleteProxyArpEntry,0 diff --git a/libc/nt/iphlpapi/DisableMediaSense.S b/libc/nt/iphlpapi/DisableMediaSense.S new file mode 100644 index 000000000..8f5c641cf --- /dev/null +++ b/libc/nt/iphlpapi/DisableMediaSense.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_DisableMediaSense,DisableMediaSense,0 diff --git a/libc/nt/iphlpapi/DisableMediaSense.s b/libc/nt/iphlpapi/DisableMediaSense.s deleted file mode 100644 index 55d754cda..000000000 --- a/libc/nt/iphlpapi/DisableMediaSense.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_DisableMediaSense,DisableMediaSense,0 diff --git a/libc/nt/iphlpapi/EnableRouter.S b/libc/nt/iphlpapi/EnableRouter.S new file mode 100644 index 000000000..7ca776616 --- /dev/null +++ b/libc/nt/iphlpapi/EnableRouter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_EnableRouter,EnableRouter,0 diff --git a/libc/nt/iphlpapi/EnableRouter.s b/libc/nt/iphlpapi/EnableRouter.s deleted file mode 100644 index 2b1658427..000000000 --- a/libc/nt/iphlpapi/EnableRouter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_EnableRouter,EnableRouter,0 diff --git a/libc/nt/iphlpapi/FlushIpNetTable.S b/libc/nt/iphlpapi/FlushIpNetTable.S new file mode 100644 index 000000000..253f6c203 --- /dev/null +++ b/libc/nt/iphlpapi/FlushIpNetTable.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_FlushIpNetTable,FlushIpNetTable,0 + +#ifdef __x86_64__ + .text.windows +FlushIpNetTable: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FlushIpNetTable(%rip) + leave + ret + .endfn FlushIpNetTable,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/FlushIpNetTable.s b/libc/nt/iphlpapi/FlushIpNetTable.s deleted file mode 100644 index 5a18ee896..000000000 --- a/libc/nt/iphlpapi/FlushIpNetTable.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_FlushIpNetTable,FlushIpNetTable,0 - - .text.windows -FlushIpNetTable: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FlushIpNetTable(%rip) - leave - ret - .endfn FlushIpNetTable,globl - .previous diff --git a/libc/nt/iphlpapi/GetAdapterIndex.S b/libc/nt/iphlpapi/GetAdapterIndex.S new file mode 100644 index 000000000..011116fe1 --- /dev/null +++ b/libc/nt/iphlpapi/GetAdapterIndex.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetAdapterIndex,GetAdapterIndex,0 + +#ifdef __x86_64__ + .text.windows +GetAdapterIndex: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAdapterIndex(%rip),%rax + jmp __sysv2nt + .endfn GetAdapterIndex,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetAdapterIndex.s b/libc/nt/iphlpapi/GetAdapterIndex.s deleted file mode 100644 index 8fe079f88..000000000 --- a/libc/nt/iphlpapi/GetAdapterIndex.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetAdapterIndex,GetAdapterIndex,0 - - .text.windows -GetAdapterIndex: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAdapterIndex(%rip),%rax - jmp __sysv2nt - .endfn GetAdapterIndex,globl - .previous diff --git a/libc/nt/iphlpapi/GetAdapterOrderMap.S b/libc/nt/iphlpapi/GetAdapterOrderMap.S new file mode 100644 index 000000000..91abd0dd1 --- /dev/null +++ b/libc/nt/iphlpapi/GetAdapterOrderMap.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetAdapterOrderMap,GetAdapterOrderMap,0 + +#ifdef __x86_64__ + .text.windows +GetAdapterOrderMap: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetAdapterOrderMap(%rip) + leave + ret + .endfn GetAdapterOrderMap,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetAdapterOrderMap.s b/libc/nt/iphlpapi/GetAdapterOrderMap.s deleted file mode 100644 index 79f879b10..000000000 --- a/libc/nt/iphlpapi/GetAdapterOrderMap.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetAdapterOrderMap,GetAdapterOrderMap,0 - - .text.windows -GetAdapterOrderMap: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetAdapterOrderMap(%rip) - leave - ret - .endfn GetAdapterOrderMap,globl - .previous diff --git a/libc/nt/iphlpapi/GetAdaptersAddresses.S b/libc/nt/iphlpapi/GetAdaptersAddresses.S new file mode 100644 index 000000000..a9d7042ba --- /dev/null +++ b/libc/nt/iphlpapi/GetAdaptersAddresses.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetAdaptersAddresses,GetAdaptersAddresses,67 + +#ifdef __x86_64__ + .text.windows +GetAdaptersAddresses: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAdaptersAddresses(%rip),%rax + jmp __sysv2nt6 + .endfn GetAdaptersAddresses,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetAdaptersAddresses.s b/libc/nt/iphlpapi/GetAdaptersAddresses.s deleted file mode 100644 index 74ae7d6bd..000000000 --- a/libc/nt/iphlpapi/GetAdaptersAddresses.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetAdaptersAddresses,GetAdaptersAddresses,67 - - .text.windows -GetAdaptersAddresses: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAdaptersAddresses(%rip),%rax - jmp __sysv2nt6 - .endfn GetAdaptersAddresses,globl - .previous diff --git a/libc/nt/iphlpapi/GetAdaptersInfo.S b/libc/nt/iphlpapi/GetAdaptersInfo.S new file mode 100644 index 000000000..ce080ae90 --- /dev/null +++ b/libc/nt/iphlpapi/GetAdaptersInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetAdaptersInfo,GetAdaptersInfo,0 + +#ifdef __x86_64__ + .text.windows +GetAdaptersInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAdaptersInfo(%rip),%rax + jmp __sysv2nt + .endfn GetAdaptersInfo,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetAdaptersInfo.s b/libc/nt/iphlpapi/GetAdaptersInfo.s deleted file mode 100644 index 4311f5c26..000000000 --- a/libc/nt/iphlpapi/GetAdaptersInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetAdaptersInfo,GetAdaptersInfo,0 - - .text.windows -GetAdaptersInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAdaptersInfo(%rip),%rax - jmp __sysv2nt - .endfn GetAdaptersInfo,globl - .previous diff --git a/libc/nt/iphlpapi/GetBestInterface.S b/libc/nt/iphlpapi/GetBestInterface.S new file mode 100644 index 000000000..2b010a0ed --- /dev/null +++ b/libc/nt/iphlpapi/GetBestInterface.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetBestInterface,GetBestInterface,0 + +#ifdef __x86_64__ + .text.windows +GetBestInterface: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetBestInterface(%rip),%rax + jmp __sysv2nt + .endfn GetBestInterface,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetBestInterface.s b/libc/nt/iphlpapi/GetBestInterface.s deleted file mode 100644 index 71799be92..000000000 --- a/libc/nt/iphlpapi/GetBestInterface.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetBestInterface,GetBestInterface,0 - - .text.windows -GetBestInterface: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetBestInterface(%rip),%rax - jmp __sysv2nt - .endfn GetBestInterface,globl - .previous diff --git a/libc/nt/iphlpapi/GetBestInterfaceEx.S b/libc/nt/iphlpapi/GetBestInterfaceEx.S new file mode 100644 index 000000000..75e8640e3 --- /dev/null +++ b/libc/nt/iphlpapi/GetBestInterfaceEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetBestInterfaceEx,GetBestInterfaceEx,0 + +#ifdef __x86_64__ + .text.windows +GetBestInterfaceEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetBestInterfaceEx(%rip),%rax + jmp __sysv2nt + .endfn GetBestInterfaceEx,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetBestInterfaceEx.s b/libc/nt/iphlpapi/GetBestInterfaceEx.s deleted file mode 100644 index db6218fe5..000000000 --- a/libc/nt/iphlpapi/GetBestInterfaceEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetBestInterfaceEx,GetBestInterfaceEx,0 - - .text.windows -GetBestInterfaceEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetBestInterfaceEx(%rip),%rax - jmp __sysv2nt - .endfn GetBestInterfaceEx,globl - .previous diff --git a/libc/nt/iphlpapi/GetBestRoute.S b/libc/nt/iphlpapi/GetBestRoute.S new file mode 100644 index 000000000..e79a5e8e3 --- /dev/null +++ b/libc/nt/iphlpapi/GetBestRoute.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetBestRoute,GetBestRoute,0 + +#ifdef __x86_64__ + .text.windows +GetBestRoute: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetBestRoute(%rip),%rax + jmp __sysv2nt + .endfn GetBestRoute,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetBestRoute.s b/libc/nt/iphlpapi/GetBestRoute.s deleted file mode 100644 index 042c93543..000000000 --- a/libc/nt/iphlpapi/GetBestRoute.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetBestRoute,GetBestRoute,0 - - .text.windows -GetBestRoute: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetBestRoute(%rip),%rax - jmp __sysv2nt - .endfn GetBestRoute,globl - .previous diff --git a/libc/nt/iphlpapi/GetExtendedTcpTable.S b/libc/nt/iphlpapi/GetExtendedTcpTable.S new file mode 100644 index 000000000..695008843 --- /dev/null +++ b/libc/nt/iphlpapi/GetExtendedTcpTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetExtendedTcpTable,GetExtendedTcpTable,0 diff --git a/libc/nt/iphlpapi/GetExtendedTcpTable.s b/libc/nt/iphlpapi/GetExtendedTcpTable.s deleted file mode 100644 index 658edf650..000000000 --- a/libc/nt/iphlpapi/GetExtendedTcpTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetExtendedTcpTable,GetExtendedTcpTable,0 diff --git a/libc/nt/iphlpapi/GetExtendedUdpTable.S b/libc/nt/iphlpapi/GetExtendedUdpTable.S new file mode 100644 index 000000000..3cd47213a --- /dev/null +++ b/libc/nt/iphlpapi/GetExtendedUdpTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetExtendedUdpTable,GetExtendedUdpTable,0 diff --git a/libc/nt/iphlpapi/GetExtendedUdpTable.s b/libc/nt/iphlpapi/GetExtendedUdpTable.s deleted file mode 100644 index 77a0143bf..000000000 --- a/libc/nt/iphlpapi/GetExtendedUdpTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetExtendedUdpTable,GetExtendedUdpTable,0 diff --git a/libc/nt/iphlpapi/GetFriendlyIfIndex.S b/libc/nt/iphlpapi/GetFriendlyIfIndex.S new file mode 100644 index 000000000..82facfedf --- /dev/null +++ b/libc/nt/iphlpapi/GetFriendlyIfIndex.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetFriendlyIfIndex,GetFriendlyIfIndex,0 diff --git a/libc/nt/iphlpapi/GetFriendlyIfIndex.s b/libc/nt/iphlpapi/GetFriendlyIfIndex.s deleted file mode 100644 index 03fc2cf44..000000000 --- a/libc/nt/iphlpapi/GetFriendlyIfIndex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetFriendlyIfIndex,GetFriendlyIfIndex,0 diff --git a/libc/nt/iphlpapi/GetIcmpStatistics.S b/libc/nt/iphlpapi/GetIcmpStatistics.S new file mode 100644 index 000000000..e610a7917 --- /dev/null +++ b/libc/nt/iphlpapi/GetIcmpStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIcmpStatistics,GetIcmpStatistics,0 diff --git a/libc/nt/iphlpapi/GetIcmpStatistics.s b/libc/nt/iphlpapi/GetIcmpStatistics.s deleted file mode 100644 index 14efd19fb..000000000 --- a/libc/nt/iphlpapi/GetIcmpStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIcmpStatistics,GetIcmpStatistics,0 diff --git a/libc/nt/iphlpapi/GetIcmpStatisticsEx.S b/libc/nt/iphlpapi/GetIcmpStatisticsEx.S new file mode 100644 index 000000000..59e57b2fb --- /dev/null +++ b/libc/nt/iphlpapi/GetIcmpStatisticsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIcmpStatisticsEx,GetIcmpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetIcmpStatisticsEx.s b/libc/nt/iphlpapi/GetIcmpStatisticsEx.s deleted file mode 100644 index 62af86446..000000000 --- a/libc/nt/iphlpapi/GetIcmpStatisticsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIcmpStatisticsEx,GetIcmpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetIfEntry.S b/libc/nt/iphlpapi/GetIfEntry.S new file mode 100644 index 000000000..92ffb30c4 --- /dev/null +++ b/libc/nt/iphlpapi/GetIfEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIfEntry,GetIfEntry,0 diff --git a/libc/nt/iphlpapi/GetIfEntry.s b/libc/nt/iphlpapi/GetIfEntry.s deleted file mode 100644 index acad06bf6..000000000 --- a/libc/nt/iphlpapi/GetIfEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIfEntry,GetIfEntry,0 diff --git a/libc/nt/iphlpapi/GetIfTable.S b/libc/nt/iphlpapi/GetIfTable.S new file mode 100644 index 000000000..7b8c71565 --- /dev/null +++ b/libc/nt/iphlpapi/GetIfTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIfTable,GetIfTable,0 diff --git a/libc/nt/iphlpapi/GetIfTable.s b/libc/nt/iphlpapi/GetIfTable.s deleted file mode 100644 index e3733c476..000000000 --- a/libc/nt/iphlpapi/GetIfTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIfTable,GetIfTable,0 diff --git a/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.S b/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.S new file mode 100644 index 000000000..e9f11f566 --- /dev/null +++ b/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetInterfaceActiveTimestampCapabilities,GetInterfaceActiveTimestampCapabilities,0 diff --git a/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.s b/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.s deleted file mode 100644 index 45b5c308e..000000000 --- a/libc/nt/iphlpapi/GetInterfaceActiveTimestampCapabilities.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetInterfaceActiveTimestampCapabilities,GetInterfaceActiveTimestampCapabilities,0 diff --git a/libc/nt/iphlpapi/GetInterfaceInfo.S b/libc/nt/iphlpapi/GetInterfaceInfo.S new file mode 100644 index 000000000..89c95e092 --- /dev/null +++ b/libc/nt/iphlpapi/GetInterfaceInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetInterfaceInfo,GetInterfaceInfo,0 diff --git a/libc/nt/iphlpapi/GetInterfaceInfo.s b/libc/nt/iphlpapi/GetInterfaceInfo.s deleted file mode 100644 index 6d182e089..000000000 --- a/libc/nt/iphlpapi/GetInterfaceInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetInterfaceInfo,GetInterfaceInfo,0 diff --git a/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.S b/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.S new file mode 100644 index 000000000..971cabf8f --- /dev/null +++ b/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetInterfaceSupportedTimestampCapabilities,GetInterfaceSupportedTimestampCapabilities,0 diff --git a/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.s b/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.s deleted file mode 100644 index 43d9e5f9e..000000000 --- a/libc/nt/iphlpapi/GetInterfaceSupportedTimestampCapabilities.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetInterfaceSupportedTimestampCapabilities,GetInterfaceSupportedTimestampCapabilities,0 diff --git a/libc/nt/iphlpapi/GetIpAddrTable.S b/libc/nt/iphlpapi/GetIpAddrTable.S new file mode 100644 index 000000000..e39afa2b0 --- /dev/null +++ b/libc/nt/iphlpapi/GetIpAddrTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpAddrTable,GetIpAddrTable,0 diff --git a/libc/nt/iphlpapi/GetIpAddrTable.s b/libc/nt/iphlpapi/GetIpAddrTable.s deleted file mode 100644 index b95c68d33..000000000 --- a/libc/nt/iphlpapi/GetIpAddrTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpAddrTable,GetIpAddrTable,0 diff --git a/libc/nt/iphlpapi/GetIpErrorString.S b/libc/nt/iphlpapi/GetIpErrorString.S new file mode 100644 index 000000000..1ba140658 --- /dev/null +++ b/libc/nt/iphlpapi/GetIpErrorString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpErrorString,GetIpErrorString,0 diff --git a/libc/nt/iphlpapi/GetIpErrorString.s b/libc/nt/iphlpapi/GetIpErrorString.s deleted file mode 100644 index 0de7d7673..000000000 --- a/libc/nt/iphlpapi/GetIpErrorString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpErrorString,GetIpErrorString,0 diff --git a/libc/nt/iphlpapi/GetIpForwardTable.S b/libc/nt/iphlpapi/GetIpForwardTable.S new file mode 100644 index 000000000..c79f41d52 --- /dev/null +++ b/libc/nt/iphlpapi/GetIpForwardTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpForwardTable,GetIpForwardTable,0 diff --git a/libc/nt/iphlpapi/GetIpForwardTable.s b/libc/nt/iphlpapi/GetIpForwardTable.s deleted file mode 100644 index ba08f08e2..000000000 --- a/libc/nt/iphlpapi/GetIpForwardTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpForwardTable,GetIpForwardTable,0 diff --git a/libc/nt/iphlpapi/GetIpNetTable.S b/libc/nt/iphlpapi/GetIpNetTable.S new file mode 100644 index 000000000..0ddc3599e --- /dev/null +++ b/libc/nt/iphlpapi/GetIpNetTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpNetTable,GetIpNetTable,0 diff --git a/libc/nt/iphlpapi/GetIpNetTable.s b/libc/nt/iphlpapi/GetIpNetTable.s deleted file mode 100644 index 41d9aa6b6..000000000 --- a/libc/nt/iphlpapi/GetIpNetTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpNetTable,GetIpNetTable,0 diff --git a/libc/nt/iphlpapi/GetIpStatistics.S b/libc/nt/iphlpapi/GetIpStatistics.S new file mode 100644 index 000000000..cc1509235 --- /dev/null +++ b/libc/nt/iphlpapi/GetIpStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpStatistics,GetIpStatistics,0 diff --git a/libc/nt/iphlpapi/GetIpStatistics.s b/libc/nt/iphlpapi/GetIpStatistics.s deleted file mode 100644 index f2acb5dcf..000000000 --- a/libc/nt/iphlpapi/GetIpStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpStatistics,GetIpStatistics,0 diff --git a/libc/nt/iphlpapi/GetIpStatisticsEx.S b/libc/nt/iphlpapi/GetIpStatisticsEx.S new file mode 100644 index 000000000..31ef1d646 --- /dev/null +++ b/libc/nt/iphlpapi/GetIpStatisticsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetIpStatisticsEx,GetIpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetIpStatisticsEx.s b/libc/nt/iphlpapi/GetIpStatisticsEx.s deleted file mode 100644 index 002737e9a..000000000 --- a/libc/nt/iphlpapi/GetIpStatisticsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetIpStatisticsEx,GetIpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetNetworkParams.S b/libc/nt/iphlpapi/GetNetworkParams.S new file mode 100644 index 000000000..2f355f7ee --- /dev/null +++ b/libc/nt/iphlpapi/GetNetworkParams.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetNetworkParams,GetNetworkParams,0 diff --git a/libc/nt/iphlpapi/GetNetworkParams.s b/libc/nt/iphlpapi/GetNetworkParams.s deleted file mode 100644 index 6a410fcb5..000000000 --- a/libc/nt/iphlpapi/GetNetworkParams.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetNetworkParams,GetNetworkParams,0 diff --git a/libc/nt/iphlpapi/GetNumberOfInterfaces.S b/libc/nt/iphlpapi/GetNumberOfInterfaces.S new file mode 100644 index 000000000..105eb1e69 --- /dev/null +++ b/libc/nt/iphlpapi/GetNumberOfInterfaces.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetNumberOfInterfaces,GetNumberOfInterfaces,0 + +#ifdef __x86_64__ + .text.windows +GetNumberOfInterfaces: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetNumberOfInterfaces(%rip) + leave + ret + .endfn GetNumberOfInterfaces,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetNumberOfInterfaces.s b/libc/nt/iphlpapi/GetNumberOfInterfaces.s deleted file mode 100644 index 54cd74dd1..000000000 --- a/libc/nt/iphlpapi/GetNumberOfInterfaces.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetNumberOfInterfaces,GetNumberOfInterfaces,0 - - .text.windows -GetNumberOfInterfaces: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetNumberOfInterfaces(%rip) - leave - ret - .endfn GetNumberOfInterfaces,globl - .previous diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.S b/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.S new file mode 100644 index 000000000..6be4c7b3b --- /dev/null +++ b/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetOwnerModuleFromTcp6Entry,GetOwnerModuleFromTcp6Entry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.s b/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.s deleted file mode 100644 index a7be4394b..000000000 --- a/libc/nt/iphlpapi/GetOwnerModuleFromTcp6Entry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetOwnerModuleFromTcp6Entry,GetOwnerModuleFromTcp6Entry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.S b/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.S new file mode 100644 index 000000000..8f4f19cfe --- /dev/null +++ b/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetOwnerModuleFromTcpEntry,GetOwnerModuleFromTcpEntry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.s b/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.s deleted file mode 100644 index b62dc9f30..000000000 --- a/libc/nt/iphlpapi/GetOwnerModuleFromTcpEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetOwnerModuleFromTcpEntry,GetOwnerModuleFromTcpEntry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.S b/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.S new file mode 100644 index 000000000..31a9ba291 --- /dev/null +++ b/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetOwnerModuleFromUdp6Entry,GetOwnerModuleFromUdp6Entry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.s b/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.s deleted file mode 100644 index 1dc4d29fa..000000000 --- a/libc/nt/iphlpapi/GetOwnerModuleFromUdp6Entry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetOwnerModuleFromUdp6Entry,GetOwnerModuleFromUdp6Entry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.S b/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.S new file mode 100644 index 000000000..2e2f3c790 --- /dev/null +++ b/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetOwnerModuleFromUdpEntry,GetOwnerModuleFromUdpEntry,0 diff --git a/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.s b/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.s deleted file mode 100644 index fbaf44170..000000000 --- a/libc/nt/iphlpapi/GetOwnerModuleFromUdpEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetOwnerModuleFromUdpEntry,GetOwnerModuleFromUdpEntry,0 diff --git a/libc/nt/iphlpapi/GetPerAdapterInfo.S b/libc/nt/iphlpapi/GetPerAdapterInfo.S new file mode 100644 index 000000000..0c4c0dd9d --- /dev/null +++ b/libc/nt/iphlpapi/GetPerAdapterInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetPerAdapterInfo,GetPerAdapterInfo,0 diff --git a/libc/nt/iphlpapi/GetPerAdapterInfo.s b/libc/nt/iphlpapi/GetPerAdapterInfo.s deleted file mode 100644 index 053a3acf5..000000000 --- a/libc/nt/iphlpapi/GetPerAdapterInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetPerAdapterInfo,GetPerAdapterInfo,0 diff --git a/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.S b/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.S new file mode 100644 index 000000000..a7fb025e2 --- /dev/null +++ b/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetPerTcp6ConnectionEStats,GetPerTcp6ConnectionEStats,0 diff --git a/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.s b/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.s deleted file mode 100644 index 08bce014c..000000000 --- a/libc/nt/iphlpapi/GetPerTcp6ConnectionEStats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetPerTcp6ConnectionEStats,GetPerTcp6ConnectionEStats,0 diff --git a/libc/nt/iphlpapi/GetPerTcpConnectionEStats.S b/libc/nt/iphlpapi/GetPerTcpConnectionEStats.S new file mode 100644 index 000000000..8da26f425 --- /dev/null +++ b/libc/nt/iphlpapi/GetPerTcpConnectionEStats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetPerTcpConnectionEStats,GetPerTcpConnectionEStats,0 diff --git a/libc/nt/iphlpapi/GetPerTcpConnectionEStats.s b/libc/nt/iphlpapi/GetPerTcpConnectionEStats.s deleted file mode 100644 index aa4c58bf3..000000000 --- a/libc/nt/iphlpapi/GetPerTcpConnectionEStats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetPerTcpConnectionEStats,GetPerTcpConnectionEStats,0 diff --git a/libc/nt/iphlpapi/GetRTTAndHopCount.S b/libc/nt/iphlpapi/GetRTTAndHopCount.S new file mode 100644 index 000000000..a2ea524d5 --- /dev/null +++ b/libc/nt/iphlpapi/GetRTTAndHopCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetRTTAndHopCount,GetRTTAndHopCount,0 diff --git a/libc/nt/iphlpapi/GetRTTAndHopCount.s b/libc/nt/iphlpapi/GetRTTAndHopCount.s deleted file mode 100644 index f3fea1474..000000000 --- a/libc/nt/iphlpapi/GetRTTAndHopCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetRTTAndHopCount,GetRTTAndHopCount,0 diff --git a/libc/nt/iphlpapi/GetTcp6Table.S b/libc/nt/iphlpapi/GetTcp6Table.S new file mode 100644 index 000000000..030dc9aec --- /dev/null +++ b/libc/nt/iphlpapi/GetTcp6Table.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcp6Table,GetTcp6Table,0 diff --git a/libc/nt/iphlpapi/GetTcp6Table.s b/libc/nt/iphlpapi/GetTcp6Table.s deleted file mode 100644 index 904fefe3c..000000000 --- a/libc/nt/iphlpapi/GetTcp6Table.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcp6Table,GetTcp6Table,0 diff --git a/libc/nt/iphlpapi/GetTcp6Table2.S b/libc/nt/iphlpapi/GetTcp6Table2.S new file mode 100644 index 000000000..1cec84b96 --- /dev/null +++ b/libc/nt/iphlpapi/GetTcp6Table2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcp6Table2,GetTcp6Table2,0 diff --git a/libc/nt/iphlpapi/GetTcp6Table2.s b/libc/nt/iphlpapi/GetTcp6Table2.s deleted file mode 100644 index 9c3f103ab..000000000 --- a/libc/nt/iphlpapi/GetTcp6Table2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcp6Table2,GetTcp6Table2,0 diff --git a/libc/nt/iphlpapi/GetTcpStatistics.S b/libc/nt/iphlpapi/GetTcpStatistics.S new file mode 100644 index 000000000..293db93d7 --- /dev/null +++ b/libc/nt/iphlpapi/GetTcpStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcpStatistics,GetTcpStatistics,0 diff --git a/libc/nt/iphlpapi/GetTcpStatistics.s b/libc/nt/iphlpapi/GetTcpStatistics.s deleted file mode 100644 index a7ddffdaf..000000000 --- a/libc/nt/iphlpapi/GetTcpStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcpStatistics,GetTcpStatistics,0 diff --git a/libc/nt/iphlpapi/GetTcpStatisticsEx.S b/libc/nt/iphlpapi/GetTcpStatisticsEx.S new file mode 100644 index 000000000..12633992a --- /dev/null +++ b/libc/nt/iphlpapi/GetTcpStatisticsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcpStatisticsEx,GetTcpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetTcpStatisticsEx.s b/libc/nt/iphlpapi/GetTcpStatisticsEx.s deleted file mode 100644 index 9e6203820..000000000 --- a/libc/nt/iphlpapi/GetTcpStatisticsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcpStatisticsEx,GetTcpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetTcpStatisticsEx2.S b/libc/nt/iphlpapi/GetTcpStatisticsEx2.S new file mode 100644 index 000000000..507de1dc9 --- /dev/null +++ b/libc/nt/iphlpapi/GetTcpStatisticsEx2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcpStatisticsEx2,GetTcpStatisticsEx2,0 diff --git a/libc/nt/iphlpapi/GetTcpStatisticsEx2.s b/libc/nt/iphlpapi/GetTcpStatisticsEx2.s deleted file mode 100644 index 979fe809d..000000000 --- a/libc/nt/iphlpapi/GetTcpStatisticsEx2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcpStatisticsEx2,GetTcpStatisticsEx2,0 diff --git a/libc/nt/iphlpapi/GetTcpTable.S b/libc/nt/iphlpapi/GetTcpTable.S new file mode 100644 index 000000000..bd78327bc --- /dev/null +++ b/libc/nt/iphlpapi/GetTcpTable.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcpTable,GetTcpTable,0 + +#ifdef __x86_64__ + .text.windows +GetTcpTable: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetTcpTable(%rip),%rax + jmp __sysv2nt + .endfn GetTcpTable,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetTcpTable.s b/libc/nt/iphlpapi/GetTcpTable.s deleted file mode 100644 index fd369f62a..000000000 --- a/libc/nt/iphlpapi/GetTcpTable.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcpTable,GetTcpTable,0 - - .text.windows -GetTcpTable: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetTcpTable(%rip),%rax - jmp __sysv2nt - .endfn GetTcpTable,globl - .previous diff --git a/libc/nt/iphlpapi/GetTcpTable2.S b/libc/nt/iphlpapi/GetTcpTable2.S new file mode 100644 index 000000000..b71af9c23 --- /dev/null +++ b/libc/nt/iphlpapi/GetTcpTable2.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetTcpTable2,GetTcpTable2,0 + +#ifdef __x86_64__ + .text.windows +GetTcpTable2: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetTcpTable2(%rip),%rax + jmp __sysv2nt + .endfn GetTcpTable2,globl + .previous +#endif diff --git a/libc/nt/iphlpapi/GetTcpTable2.s b/libc/nt/iphlpapi/GetTcpTable2.s deleted file mode 100644 index 9eb161094..000000000 --- a/libc/nt/iphlpapi/GetTcpTable2.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetTcpTable2,GetTcpTable2,0 - - .text.windows -GetTcpTable2: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetTcpTable2(%rip),%rax - jmp __sysv2nt - .endfn GetTcpTable2,globl - .previous diff --git a/libc/nt/iphlpapi/GetUdp6Table.S b/libc/nt/iphlpapi/GetUdp6Table.S new file mode 100644 index 000000000..409256110 --- /dev/null +++ b/libc/nt/iphlpapi/GetUdp6Table.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUdp6Table,GetUdp6Table,0 diff --git a/libc/nt/iphlpapi/GetUdp6Table.s b/libc/nt/iphlpapi/GetUdp6Table.s deleted file mode 100644 index e4d89fce6..000000000 --- a/libc/nt/iphlpapi/GetUdp6Table.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUdp6Table,GetUdp6Table,0 diff --git a/libc/nt/iphlpapi/GetUdpStatistics.S b/libc/nt/iphlpapi/GetUdpStatistics.S new file mode 100644 index 000000000..587d3a429 --- /dev/null +++ b/libc/nt/iphlpapi/GetUdpStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUdpStatistics,GetUdpStatistics,0 diff --git a/libc/nt/iphlpapi/GetUdpStatistics.s b/libc/nt/iphlpapi/GetUdpStatistics.s deleted file mode 100644 index 3451b88fd..000000000 --- a/libc/nt/iphlpapi/GetUdpStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUdpStatistics,GetUdpStatistics,0 diff --git a/libc/nt/iphlpapi/GetUdpStatisticsEx.S b/libc/nt/iphlpapi/GetUdpStatisticsEx.S new file mode 100644 index 000000000..339b3aa9b --- /dev/null +++ b/libc/nt/iphlpapi/GetUdpStatisticsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUdpStatisticsEx,GetUdpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetUdpStatisticsEx.s b/libc/nt/iphlpapi/GetUdpStatisticsEx.s deleted file mode 100644 index 6e9f813ff..000000000 --- a/libc/nt/iphlpapi/GetUdpStatisticsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUdpStatisticsEx,GetUdpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/GetUdpStatisticsEx2.S b/libc/nt/iphlpapi/GetUdpStatisticsEx2.S new file mode 100644 index 000000000..5ecbca122 --- /dev/null +++ b/libc/nt/iphlpapi/GetUdpStatisticsEx2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUdpStatisticsEx2,GetUdpStatisticsEx2,0 diff --git a/libc/nt/iphlpapi/GetUdpStatisticsEx2.s b/libc/nt/iphlpapi/GetUdpStatisticsEx2.s deleted file mode 100644 index 77648cb6a..000000000 --- a/libc/nt/iphlpapi/GetUdpStatisticsEx2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUdpStatisticsEx2,GetUdpStatisticsEx2,0 diff --git a/libc/nt/iphlpapi/GetUdpTable.S b/libc/nt/iphlpapi/GetUdpTable.S new file mode 100644 index 000000000..4df7943fc --- /dev/null +++ b/libc/nt/iphlpapi/GetUdpTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUdpTable,GetUdpTable,0 diff --git a/libc/nt/iphlpapi/GetUdpTable.s b/libc/nt/iphlpapi/GetUdpTable.s deleted file mode 100644 index 7ba6c5e5a..000000000 --- a/libc/nt/iphlpapi/GetUdpTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUdpTable,GetUdpTable,0 diff --git a/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.S b/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.S new file mode 100644 index 000000000..3ebfd65fa --- /dev/null +++ b/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_GetUniDirectionalAdapterInfo,GetUniDirectionalAdapterInfo,0 diff --git a/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.s b/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.s deleted file mode 100644 index bccbce040..000000000 --- a/libc/nt/iphlpapi/GetUniDirectionalAdapterInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_GetUniDirectionalAdapterInfo,GetUniDirectionalAdapterInfo,0 diff --git a/libc/nt/iphlpapi/IpReleaseAddress.S b/libc/nt/iphlpapi/IpReleaseAddress.S new file mode 100644 index 000000000..dbac5d216 --- /dev/null +++ b/libc/nt/iphlpapi/IpReleaseAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_IpReleaseAddress,IpReleaseAddress,0 diff --git a/libc/nt/iphlpapi/IpReleaseAddress.s b/libc/nt/iphlpapi/IpReleaseAddress.s deleted file mode 100644 index 3b2d877d6..000000000 --- a/libc/nt/iphlpapi/IpReleaseAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_IpReleaseAddress,IpReleaseAddress,0 diff --git a/libc/nt/iphlpapi/IpRenewAddress.S b/libc/nt/iphlpapi/IpRenewAddress.S new file mode 100644 index 000000000..37df1ac8a --- /dev/null +++ b/libc/nt/iphlpapi/IpRenewAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_IpRenewAddress,IpRenewAddress,0 diff --git a/libc/nt/iphlpapi/IpRenewAddress.s b/libc/nt/iphlpapi/IpRenewAddress.s deleted file mode 100644 index 634da22e5..000000000 --- a/libc/nt/iphlpapi/IpRenewAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_IpRenewAddress,IpRenewAddress,0 diff --git a/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.S b/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.S new file mode 100644 index 000000000..a459e2b4c --- /dev/null +++ b/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_LookupPersistentTcpPortReservation,LookupPersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.s b/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.s deleted file mode 100644 index 9577c03a3..000000000 --- a/libc/nt/iphlpapi/LookupPersistentTcpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_LookupPersistentTcpPortReservation,LookupPersistentTcpPortReservation,0 diff --git a/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.S b/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.S new file mode 100644 index 000000000..50011cb7b --- /dev/null +++ b/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_LookupPersistentUdpPortReservation,LookupPersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.s b/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.s deleted file mode 100644 index fea3b9872..000000000 --- a/libc/nt/iphlpapi/LookupPersistentUdpPortReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_LookupPersistentUdpPortReservation,LookupPersistentUdpPortReservation,0 diff --git a/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.S b/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.S new file mode 100644 index 000000000..590167568 --- /dev/null +++ b/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_NhpAllocateAndGetInterfaceInfoFromStack,NhpAllocateAndGetInterfaceInfoFromStack,0 diff --git a/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.s b/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.s deleted file mode 100644 index c7edcddb7..000000000 --- a/libc/nt/iphlpapi/NhpAllocateAndGetInterfaceInfoFromStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_NhpAllocateAndGetInterfaceInfoFromStack,NhpAllocateAndGetInterfaceInfoFromStack,0 diff --git a/libc/nt/iphlpapi/NotifyAddrChange.S b/libc/nt/iphlpapi/NotifyAddrChange.S new file mode 100644 index 000000000..e5e642cc9 --- /dev/null +++ b/libc/nt/iphlpapi/NotifyAddrChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_NotifyAddrChange,NotifyAddrChange,0 diff --git a/libc/nt/iphlpapi/NotifyAddrChange.s b/libc/nt/iphlpapi/NotifyAddrChange.s deleted file mode 100644 index 9da8dea9a..000000000 --- a/libc/nt/iphlpapi/NotifyAddrChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_NotifyAddrChange,NotifyAddrChange,0 diff --git a/libc/nt/iphlpapi/NotifyRouteChange.S b/libc/nt/iphlpapi/NotifyRouteChange.S new file mode 100644 index 000000000..c12e938c2 --- /dev/null +++ b/libc/nt/iphlpapi/NotifyRouteChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_NotifyRouteChange,NotifyRouteChange,0 diff --git a/libc/nt/iphlpapi/NotifyRouteChange.s b/libc/nt/iphlpapi/NotifyRouteChange.s deleted file mode 100644 index ec3990dca..000000000 --- a/libc/nt/iphlpapi/NotifyRouteChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_NotifyRouteChange,NotifyRouteChange,0 diff --git a/libc/nt/iphlpapi/ParseNetworkString.S b/libc/nt/iphlpapi/ParseNetworkString.S new file mode 100644 index 000000000..99466356a --- /dev/null +++ b/libc/nt/iphlpapi/ParseNetworkString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_ParseNetworkString,ParseNetworkString,0 diff --git a/libc/nt/iphlpapi/ParseNetworkString.s b/libc/nt/iphlpapi/ParseNetworkString.s deleted file mode 100644 index 95020e9cf..000000000 --- a/libc/nt/iphlpapi/ParseNetworkString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_ParseNetworkString,ParseNetworkString,0 diff --git a/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.S b/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.S new file mode 100644 index 000000000..9fb986f9d --- /dev/null +++ b/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_RegisterInterfaceTimestampConfigChange,RegisterInterfaceTimestampConfigChange,0 diff --git a/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.s b/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.s deleted file mode 100644 index da967ddf5..000000000 --- a/libc/nt/iphlpapi/RegisterInterfaceTimestampConfigChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_RegisterInterfaceTimestampConfigChange,RegisterInterfaceTimestampConfigChange,0 diff --git a/libc/nt/iphlpapi/ResolveNeighbor.S b/libc/nt/iphlpapi/ResolveNeighbor.S new file mode 100644 index 000000000..210dc0ab3 --- /dev/null +++ b/libc/nt/iphlpapi/ResolveNeighbor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_ResolveNeighbor,ResolveNeighbor,0 diff --git a/libc/nt/iphlpapi/ResolveNeighbor.s b/libc/nt/iphlpapi/ResolveNeighbor.s deleted file mode 100644 index 0e945c15d..000000000 --- a/libc/nt/iphlpapi/ResolveNeighbor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_ResolveNeighbor,ResolveNeighbor,0 diff --git a/libc/nt/iphlpapi/RestoreMediaSense.S b/libc/nt/iphlpapi/RestoreMediaSense.S new file mode 100644 index 000000000..879ccb583 --- /dev/null +++ b/libc/nt/iphlpapi/RestoreMediaSense.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_RestoreMediaSense,RestoreMediaSense,0 diff --git a/libc/nt/iphlpapi/RestoreMediaSense.s b/libc/nt/iphlpapi/RestoreMediaSense.s deleted file mode 100644 index fc2f710f6..000000000 --- a/libc/nt/iphlpapi/RestoreMediaSense.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_RestoreMediaSense,RestoreMediaSense,0 diff --git a/libc/nt/iphlpapi/SendARP.S b/libc/nt/iphlpapi/SendARP.S new file mode 100644 index 000000000..46b73074a --- /dev/null +++ b/libc/nt/iphlpapi/SendARP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SendARP,SendARP,0 diff --git a/libc/nt/iphlpapi/SendARP.s b/libc/nt/iphlpapi/SendARP.s deleted file mode 100644 index cb2c29a07..000000000 --- a/libc/nt/iphlpapi/SendARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SendARP,SendARP,0 diff --git a/libc/nt/iphlpapi/SetIfEntry.S b/libc/nt/iphlpapi/SetIfEntry.S new file mode 100644 index 000000000..fb4d302c4 --- /dev/null +++ b/libc/nt/iphlpapi/SetIfEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIfEntry,SetIfEntry,0 diff --git a/libc/nt/iphlpapi/SetIfEntry.s b/libc/nt/iphlpapi/SetIfEntry.s deleted file mode 100644 index 1c6d5f25f..000000000 --- a/libc/nt/iphlpapi/SetIfEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIfEntry,SetIfEntry,0 diff --git a/libc/nt/iphlpapi/SetIpForwardEntry.S b/libc/nt/iphlpapi/SetIpForwardEntry.S new file mode 100644 index 000000000..d6c90eac2 --- /dev/null +++ b/libc/nt/iphlpapi/SetIpForwardEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIpForwardEntry,SetIpForwardEntry,0 diff --git a/libc/nt/iphlpapi/SetIpForwardEntry.s b/libc/nt/iphlpapi/SetIpForwardEntry.s deleted file mode 100644 index 13f7b6f30..000000000 --- a/libc/nt/iphlpapi/SetIpForwardEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIpForwardEntry,SetIpForwardEntry,0 diff --git a/libc/nt/iphlpapi/SetIpNetEntry.S b/libc/nt/iphlpapi/SetIpNetEntry.S new file mode 100644 index 000000000..c97907a56 --- /dev/null +++ b/libc/nt/iphlpapi/SetIpNetEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIpNetEntry,SetIpNetEntry,0 diff --git a/libc/nt/iphlpapi/SetIpNetEntry.s b/libc/nt/iphlpapi/SetIpNetEntry.s deleted file mode 100644 index 144a57660..000000000 --- a/libc/nt/iphlpapi/SetIpNetEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIpNetEntry,SetIpNetEntry,0 diff --git a/libc/nt/iphlpapi/SetIpStatistics.S b/libc/nt/iphlpapi/SetIpStatistics.S new file mode 100644 index 000000000..d1ba6d1c4 --- /dev/null +++ b/libc/nt/iphlpapi/SetIpStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIpStatistics,SetIpStatistics,0 diff --git a/libc/nt/iphlpapi/SetIpStatistics.s b/libc/nt/iphlpapi/SetIpStatistics.s deleted file mode 100644 index af07ee0cc..000000000 --- a/libc/nt/iphlpapi/SetIpStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIpStatistics,SetIpStatistics,0 diff --git a/libc/nt/iphlpapi/SetIpStatisticsEx.S b/libc/nt/iphlpapi/SetIpStatisticsEx.S new file mode 100644 index 000000000..cf3e493ff --- /dev/null +++ b/libc/nt/iphlpapi/SetIpStatisticsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIpStatisticsEx,SetIpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/SetIpStatisticsEx.s b/libc/nt/iphlpapi/SetIpStatisticsEx.s deleted file mode 100644 index e418a7d04..000000000 --- a/libc/nt/iphlpapi/SetIpStatisticsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIpStatisticsEx,SetIpStatisticsEx,0 diff --git a/libc/nt/iphlpapi/SetIpTTL.S b/libc/nt/iphlpapi/SetIpTTL.S new file mode 100644 index 000000000..321ae756c --- /dev/null +++ b/libc/nt/iphlpapi/SetIpTTL.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetIpTTL,SetIpTTL,0 diff --git a/libc/nt/iphlpapi/SetIpTTL.s b/libc/nt/iphlpapi/SetIpTTL.s deleted file mode 100644 index f7aacf15b..000000000 --- a/libc/nt/iphlpapi/SetIpTTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetIpTTL,SetIpTTL,0 diff --git a/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.S b/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.S new file mode 100644 index 000000000..0baa3ce85 --- /dev/null +++ b/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetPerTcp6ConnectionEStats,SetPerTcp6ConnectionEStats,0 diff --git a/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.s b/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.s deleted file mode 100644 index 4c8c9b9a3..000000000 --- a/libc/nt/iphlpapi/SetPerTcp6ConnectionEStats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetPerTcp6ConnectionEStats,SetPerTcp6ConnectionEStats,0 diff --git a/libc/nt/iphlpapi/SetPerTcpConnectionEStats.S b/libc/nt/iphlpapi/SetPerTcpConnectionEStats.S new file mode 100644 index 000000000..58a51c69e --- /dev/null +++ b/libc/nt/iphlpapi/SetPerTcpConnectionEStats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetPerTcpConnectionEStats,SetPerTcpConnectionEStats,0 diff --git a/libc/nt/iphlpapi/SetPerTcpConnectionEStats.s b/libc/nt/iphlpapi/SetPerTcpConnectionEStats.s deleted file mode 100644 index 28a1f1f87..000000000 --- a/libc/nt/iphlpapi/SetPerTcpConnectionEStats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetPerTcpConnectionEStats,SetPerTcpConnectionEStats,0 diff --git a/libc/nt/iphlpapi/SetTcpEntry.S b/libc/nt/iphlpapi/SetTcpEntry.S new file mode 100644 index 000000000..8f13514c3 --- /dev/null +++ b/libc/nt/iphlpapi/SetTcpEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_SetTcpEntry,SetTcpEntry,0 diff --git a/libc/nt/iphlpapi/SetTcpEntry.s b/libc/nt/iphlpapi/SetTcpEntry.s deleted file mode 100644 index b4f217276..000000000 --- a/libc/nt/iphlpapi/SetTcpEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_SetTcpEntry,SetTcpEntry,0 diff --git a/libc/nt/iphlpapi/UnenableRouter.S b/libc/nt/iphlpapi/UnenableRouter.S new file mode 100644 index 000000000..ca778ffb5 --- /dev/null +++ b/libc/nt/iphlpapi/UnenableRouter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_UnenableRouter,UnenableRouter,0 diff --git a/libc/nt/iphlpapi/UnenableRouter.s b/libc/nt/iphlpapi/UnenableRouter.s deleted file mode 100644 index 633bf0f34..000000000 --- a/libc/nt/iphlpapi/UnenableRouter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_UnenableRouter,UnenableRouter,0 diff --git a/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.S b/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.S new file mode 100644 index 000000000..aa1c4de30 --- /dev/null +++ b/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp iphlpapi,__imp_UnregisterInterfaceTimestampConfigChange,UnregisterInterfaceTimestampConfigChange,0 diff --git a/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.s b/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.s deleted file mode 100644 index d6a20fa21..000000000 --- a/libc/nt/iphlpapi/UnregisterInterfaceTimestampConfigChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp iphlpapi,__imp_UnregisterInterfaceTimestampConfigChange,UnregisterInterfaceTimestampConfigChange,0 diff --git a/libc/nt/kernel32/AcquireSRWLockExclusive.S b/libc/nt/kernel32/AcquireSRWLockExclusive.S new file mode 100644 index 000000000..509e88b77 --- /dev/null +++ b/libc/nt/kernel32/AcquireSRWLockExclusive.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AcquireSRWLockExclusive,AcquireSRWLockExclusive,0 + +#ifdef __x86_64__ + .text.windows +AcquireSRWLockExclusive: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_AcquireSRWLockExclusive(%rip) + leave + ret + .endfn AcquireSRWLockExclusive,globl + .previous +#endif diff --git a/libc/nt/kernel32/AcquireSRWLockExclusive.s b/libc/nt/kernel32/AcquireSRWLockExclusive.s deleted file mode 100644 index 82de1bc1b..000000000 --- a/libc/nt/kernel32/AcquireSRWLockExclusive.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AcquireSRWLockExclusive,AcquireSRWLockExclusive,0 - - .text.windows -AcquireSRWLockExclusive: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_AcquireSRWLockExclusive(%rip) - leave - ret - .endfn AcquireSRWLockExclusive,globl - .previous diff --git a/libc/nt/kernel32/AcquireSRWLockShared.S b/libc/nt/kernel32/AcquireSRWLockShared.S new file mode 100644 index 000000000..cbd7830aa --- /dev/null +++ b/libc/nt/kernel32/AcquireSRWLockShared.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AcquireSRWLockShared,AcquireSRWLockShared,0 + +#ifdef __x86_64__ + .text.windows +AcquireSRWLockShared: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_AcquireSRWLockShared(%rip) + leave + ret + .endfn AcquireSRWLockShared,globl + .previous +#endif diff --git a/libc/nt/kernel32/AcquireSRWLockShared.s b/libc/nt/kernel32/AcquireSRWLockShared.s deleted file mode 100644 index c300e53ef..000000000 --- a/libc/nt/kernel32/AcquireSRWLockShared.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AcquireSRWLockShared,AcquireSRWLockShared,0 - - .text.windows -AcquireSRWLockShared: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_AcquireSRWLockShared(%rip) - leave - ret - .endfn AcquireSRWLockShared,globl - .previous diff --git a/libc/nt/kernel32/ActivateActCtx.S b/libc/nt/kernel32/ActivateActCtx.S new file mode 100644 index 000000000..15f852177 --- /dev/null +++ b/libc/nt/kernel32/ActivateActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ActivateActCtx,ActivateActCtx,0 diff --git a/libc/nt/kernel32/ActivateActCtx.s b/libc/nt/kernel32/ActivateActCtx.s deleted file mode 100644 index 387e02b02..000000000 --- a/libc/nt/kernel32/ActivateActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ActivateActCtx,ActivateActCtx,0 diff --git a/libc/nt/kernel32/ActivateActCtxWorker.S b/libc/nt/kernel32/ActivateActCtxWorker.S new file mode 100644 index 000000000..f70f5d0a5 --- /dev/null +++ b/libc/nt/kernel32/ActivateActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ActivateActCtxWorker,ActivateActCtxWorker,4 diff --git a/libc/nt/kernel32/ActivateActCtxWorker.s b/libc/nt/kernel32/ActivateActCtxWorker.s deleted file mode 100644 index c15b5801f..000000000 --- a/libc/nt/kernel32/ActivateActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ActivateActCtxWorker,ActivateActCtxWorker,4 diff --git a/libc/nt/kernel32/AddAtomW.S b/libc/nt/kernel32/AddAtomW.S new file mode 100644 index 000000000..461181c61 --- /dev/null +++ b/libc/nt/kernel32/AddAtomW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddAtomW,AddAtomW,6 diff --git a/libc/nt/kernel32/AddAtomW.s b/libc/nt/kernel32/AddAtomW.s deleted file mode 100644 index aae1a96e3..000000000 --- a/libc/nt/kernel32/AddAtomW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddAtomW,AddAtomW,6 diff --git a/libc/nt/kernel32/AddConsoleAliasW.S b/libc/nt/kernel32/AddConsoleAliasW.S new file mode 100644 index 000000000..01c7564ce --- /dev/null +++ b/libc/nt/kernel32/AddConsoleAliasW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddConsoleAliasW,AddConsoleAliasW,0 diff --git a/libc/nt/kernel32/AddConsoleAliasW.s b/libc/nt/kernel32/AddConsoleAliasW.s deleted file mode 100644 index 920bda27c..000000000 --- a/libc/nt/kernel32/AddConsoleAliasW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddConsoleAliasW,AddConsoleAliasW,0 diff --git a/libc/nt/kernel32/AddDllDirectory.S b/libc/nt/kernel32/AddDllDirectory.S new file mode 100644 index 000000000..157c0190f --- /dev/null +++ b/libc/nt/kernel32/AddDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddDllDirectory,AddDllDirectory,0 diff --git a/libc/nt/kernel32/AddDllDirectory.s b/libc/nt/kernel32/AddDllDirectory.s deleted file mode 100644 index 0f6ff05ce..000000000 --- a/libc/nt/kernel32/AddDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddDllDirectory,AddDllDirectory,0 diff --git a/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.S b/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.S new file mode 100644 index 000000000..83b064a6d --- /dev/null +++ b/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddIntegrityLabelToBoundaryDescriptor,AddIntegrityLabelToBoundaryDescriptor,10 diff --git a/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.s b/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.s deleted file mode 100644 index 2ac375030..000000000 --- a/libc/nt/kernel32/AddIntegrityLabelToBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddIntegrityLabelToBoundaryDescriptor,AddIntegrityLabelToBoundaryDescriptor,10 diff --git a/libc/nt/kernel32/AddLocalAlternateComputerNameW.S b/libc/nt/kernel32/AddLocalAlternateComputerNameW.S new file mode 100644 index 000000000..56f601841 --- /dev/null +++ b/libc/nt/kernel32/AddLocalAlternateComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddLocalAlternateComputerNameW,AddLocalAlternateComputerNameW,12 diff --git a/libc/nt/kernel32/AddLocalAlternateComputerNameW.s b/libc/nt/kernel32/AddLocalAlternateComputerNameW.s deleted file mode 100644 index fe6346086..000000000 --- a/libc/nt/kernel32/AddLocalAlternateComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddLocalAlternateComputerNameW,AddLocalAlternateComputerNameW,12 diff --git a/libc/nt/kernel32/AddRefActCtx.S b/libc/nt/kernel32/AddRefActCtx.S new file mode 100644 index 000000000..192358408 --- /dev/null +++ b/libc/nt/kernel32/AddRefActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddRefActCtx,AddRefActCtx,0 diff --git a/libc/nt/kernel32/AddRefActCtx.s b/libc/nt/kernel32/AddRefActCtx.s deleted file mode 100644 index c1b55e1db..000000000 --- a/libc/nt/kernel32/AddRefActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddRefActCtx,AddRefActCtx,0 diff --git a/libc/nt/kernel32/AddRefActCtxWorker.S b/libc/nt/kernel32/AddRefActCtxWorker.S new file mode 100644 index 000000000..793c8369f --- /dev/null +++ b/libc/nt/kernel32/AddRefActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddRefActCtxWorker,AddRefActCtxWorker,14 diff --git a/libc/nt/kernel32/AddRefActCtxWorker.s b/libc/nt/kernel32/AddRefActCtxWorker.s deleted file mode 100644 index f1450c608..000000000 --- a/libc/nt/kernel32/AddRefActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddRefActCtxWorker,AddRefActCtxWorker,14 diff --git a/libc/nt/kernel32/AddResourceAttributeAce.S b/libc/nt/kernel32/AddResourceAttributeAce.S new file mode 100644 index 000000000..dd6a4afdd --- /dev/null +++ b/libc/nt/kernel32/AddResourceAttributeAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddResourceAttributeAce,AddResourceAttributeAce,0 diff --git a/libc/nt/kernel32/AddResourceAttributeAce.s b/libc/nt/kernel32/AddResourceAttributeAce.s deleted file mode 100644 index 94d3d39eb..000000000 --- a/libc/nt/kernel32/AddResourceAttributeAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddResourceAttributeAce,AddResourceAttributeAce,0 diff --git a/libc/nt/kernel32/AddSIDToBoundaryDescriptor.S b/libc/nt/kernel32/AddSIDToBoundaryDescriptor.S new file mode 100644 index 000000000..0e3aa3cef --- /dev/null +++ b/libc/nt/kernel32/AddSIDToBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddSIDToBoundaryDescriptor,AddSIDToBoundaryDescriptor,0 diff --git a/libc/nt/kernel32/AddSIDToBoundaryDescriptor.s b/libc/nt/kernel32/AddSIDToBoundaryDescriptor.s deleted file mode 100644 index a711c9277..000000000 --- a/libc/nt/kernel32/AddSIDToBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddSIDToBoundaryDescriptor,AddSIDToBoundaryDescriptor,0 diff --git a/libc/nt/kernel32/AddScopedPolicyIDAce.S b/libc/nt/kernel32/AddScopedPolicyIDAce.S new file mode 100644 index 000000000..51d773d23 --- /dev/null +++ b/libc/nt/kernel32/AddScopedPolicyIDAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddScopedPolicyIDAce,AddScopedPolicyIDAce,0 diff --git a/libc/nt/kernel32/AddScopedPolicyIDAce.s b/libc/nt/kernel32/AddScopedPolicyIDAce.s deleted file mode 100644 index 1f5b8b561..000000000 --- a/libc/nt/kernel32/AddScopedPolicyIDAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddScopedPolicyIDAce,AddScopedPolicyIDAce,0 diff --git a/libc/nt/kernel32/AddSecureMemoryCacheCallback.S b/libc/nt/kernel32/AddSecureMemoryCacheCallback.S new file mode 100644 index 000000000..0609623e4 --- /dev/null +++ b/libc/nt/kernel32/AddSecureMemoryCacheCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddSecureMemoryCacheCallback,AddSecureMemoryCacheCallback,18 diff --git a/libc/nt/kernel32/AddSecureMemoryCacheCallback.s b/libc/nt/kernel32/AddSecureMemoryCacheCallback.s deleted file mode 100644 index 7d941e8eb..000000000 --- a/libc/nt/kernel32/AddSecureMemoryCacheCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddSecureMemoryCacheCallback,AddSecureMemoryCacheCallback,18 diff --git a/libc/nt/kernel32/AddVectoredContinueHandler.S b/libc/nt/kernel32/AddVectoredContinueHandler.S new file mode 100644 index 000000000..2718c0050 --- /dev/null +++ b/libc/nt/kernel32/AddVectoredContinueHandler.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddVectoredContinueHandler,AddVectoredContinueHandler,0 + +#ifdef __x86_64__ + .text.windows +AddVectoredContinueHandler: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AddVectoredContinueHandler(%rip),%rax + jmp __sysv2nt + .endfn AddVectoredContinueHandler,globl + .previous +#endif diff --git a/libc/nt/kernel32/AddVectoredContinueHandler.s b/libc/nt/kernel32/AddVectoredContinueHandler.s deleted file mode 100644 index 899c2ae8d..000000000 --- a/libc/nt/kernel32/AddVectoredContinueHandler.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddVectoredContinueHandler,AddVectoredContinueHandler,0 - - .text.windows -AddVectoredContinueHandler: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AddVectoredContinueHandler(%rip),%rax - jmp __sysv2nt - .endfn AddVectoredContinueHandler,globl - .previous diff --git a/libc/nt/kernel32/AddVectoredExceptionHandler.S b/libc/nt/kernel32/AddVectoredExceptionHandler.S new file mode 100644 index 000000000..ecdc65a7f --- /dev/null +++ b/libc/nt/kernel32/AddVectoredExceptionHandler.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AddVectoredExceptionHandler,AddVectoredExceptionHandler,0 + +#ifdef __x86_64__ + .text.windows +AddVectoredExceptionHandler: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AddVectoredExceptionHandler(%rip),%rax + jmp __sysv2nt + .endfn AddVectoredExceptionHandler,globl + .previous +#endif diff --git a/libc/nt/kernel32/AddVectoredExceptionHandler.s b/libc/nt/kernel32/AddVectoredExceptionHandler.s deleted file mode 100644 index 1ac50630a..000000000 --- a/libc/nt/kernel32/AddVectoredExceptionHandler.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AddVectoredExceptionHandler,AddVectoredExceptionHandler,0 - - .text.windows -AddVectoredExceptionHandler: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AddVectoredExceptionHandler(%rip),%rax - jmp __sysv2nt - .endfn AddVectoredExceptionHandler,globl - .previous diff --git a/libc/nt/kernel32/AdjustCalendarDate.S b/libc/nt/kernel32/AdjustCalendarDate.S new file mode 100644 index 000000000..bf0533575 --- /dev/null +++ b/libc/nt/kernel32/AdjustCalendarDate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AdjustCalendarDate,AdjustCalendarDate,21 diff --git a/libc/nt/kernel32/AdjustCalendarDate.s b/libc/nt/kernel32/AdjustCalendarDate.s deleted file mode 100644 index e206c55a3..000000000 --- a/libc/nt/kernel32/AdjustCalendarDate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AdjustCalendarDate,AdjustCalendarDate,21 diff --git a/libc/nt/kernel32/AllocConsole.S b/libc/nt/kernel32/AllocConsole.S new file mode 100644 index 000000000..087b83218 --- /dev/null +++ b/libc/nt/kernel32/AllocConsole.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AllocConsole,AllocConsole,0 + +#ifdef __x86_64__ + .text.windows +AllocConsole: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_AllocConsole(%rip) + leave + ret + .endfn AllocConsole,globl + .previous +#endif diff --git a/libc/nt/kernel32/AllocConsole.s b/libc/nt/kernel32/AllocConsole.s deleted file mode 100644 index 488f7eb11..000000000 --- a/libc/nt/kernel32/AllocConsole.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AllocConsole,AllocConsole,0 - - .text.windows -AllocConsole: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_AllocConsole(%rip) - leave - ret - .endfn AllocConsole,globl - .previous diff --git a/libc/nt/kernel32/AllocateUserPhysicalPages.S b/libc/nt/kernel32/AllocateUserPhysicalPages.S new file mode 100644 index 000000000..c8f7786d1 --- /dev/null +++ b/libc/nt/kernel32/AllocateUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AllocateUserPhysicalPages,AllocateUserPhysicalPages,0 diff --git a/libc/nt/kernel32/AllocateUserPhysicalPages.s b/libc/nt/kernel32/AllocateUserPhysicalPages.s deleted file mode 100644 index 2af7132c2..000000000 --- a/libc/nt/kernel32/AllocateUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AllocateUserPhysicalPages,AllocateUserPhysicalPages,0 diff --git a/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.S b/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.S new file mode 100644 index 000000000..85681a2e7 --- /dev/null +++ b/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AllocateUserPhysicalPagesNuma,AllocateUserPhysicalPagesNuma,0 diff --git a/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.s b/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.s deleted file mode 100644 index 48aa790d1..000000000 --- a/libc/nt/kernel32/AllocateUserPhysicalPagesNuma.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AllocateUserPhysicalPagesNuma,AllocateUserPhysicalPagesNuma,0 diff --git a/libc/nt/kernel32/ApplicationRecoveryFinished.S b/libc/nt/kernel32/ApplicationRecoveryFinished.S new file mode 100644 index 000000000..444555d8d --- /dev/null +++ b/libc/nt/kernel32/ApplicationRecoveryFinished.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ApplicationRecoveryFinished,ApplicationRecoveryFinished,34 diff --git a/libc/nt/kernel32/ApplicationRecoveryFinished.s b/libc/nt/kernel32/ApplicationRecoveryFinished.s deleted file mode 100644 index ac011fe17..000000000 --- a/libc/nt/kernel32/ApplicationRecoveryFinished.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ApplicationRecoveryFinished,ApplicationRecoveryFinished,34 diff --git a/libc/nt/kernel32/ApplicationRecoveryInProgress.S b/libc/nt/kernel32/ApplicationRecoveryInProgress.S new file mode 100644 index 000000000..bedfee8e5 --- /dev/null +++ b/libc/nt/kernel32/ApplicationRecoveryInProgress.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ApplicationRecoveryInProgress,ApplicationRecoveryInProgress,35 diff --git a/libc/nt/kernel32/ApplicationRecoveryInProgress.s b/libc/nt/kernel32/ApplicationRecoveryInProgress.s deleted file mode 100644 index dd0efc541..000000000 --- a/libc/nt/kernel32/ApplicationRecoveryInProgress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ApplicationRecoveryInProgress,ApplicationRecoveryInProgress,35 diff --git a/libc/nt/kernel32/AreFileApisANSI.S b/libc/nt/kernel32/AreFileApisANSI.S new file mode 100644 index 000000000..bdd7e7043 --- /dev/null +++ b/libc/nt/kernel32/AreFileApisANSI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AreFileApisANSI,AreFileApisANSI,0 diff --git a/libc/nt/kernel32/AreFileApisANSI.s b/libc/nt/kernel32/AreFileApisANSI.s deleted file mode 100644 index 2d3b2ab33..000000000 --- a/libc/nt/kernel32/AreFileApisANSI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AreFileApisANSI,AreFileApisANSI,0 diff --git a/libc/nt/kernel32/AssignProcessToJobObject.S b/libc/nt/kernel32/AssignProcessToJobObject.S new file mode 100644 index 000000000..015f839b1 --- /dev/null +++ b/libc/nt/kernel32/AssignProcessToJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AssignProcessToJobObject,AssignProcessToJobObject,37 diff --git a/libc/nt/kernel32/AssignProcessToJobObject.s b/libc/nt/kernel32/AssignProcessToJobObject.s deleted file mode 100644 index 0fd4e0c7c..000000000 --- a/libc/nt/kernel32/AssignProcessToJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AssignProcessToJobObject,AssignProcessToJobObject,37 diff --git a/libc/nt/kernel32/AttachConsole.S b/libc/nt/kernel32/AttachConsole.S new file mode 100644 index 000000000..442a82927 --- /dev/null +++ b/libc/nt/kernel32/AttachConsole.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_AttachConsole,AttachConsole,0 + +#ifdef __x86_64__ + .text.windows +AttachConsole: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_AttachConsole(%rip) + leave + ret + .endfn AttachConsole,globl + .previous +#endif diff --git a/libc/nt/kernel32/AttachConsole.s b/libc/nt/kernel32/AttachConsole.s deleted file mode 100644 index 6d0d97772..000000000 --- a/libc/nt/kernel32/AttachConsole.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_AttachConsole,AttachConsole,0 - - .text.windows -AttachConsole: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_AttachConsole(%rip) - leave - ret - .endfn AttachConsole,globl - .previous diff --git a/libc/nt/kernel32/BackupRead.S b/libc/nt/kernel32/BackupRead.S new file mode 100644 index 000000000..cc2362d78 --- /dev/null +++ b/libc/nt/kernel32/BackupRead.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BackupRead,BackupRead,39 diff --git a/libc/nt/kernel32/BackupRead.s b/libc/nt/kernel32/BackupRead.s deleted file mode 100644 index 78cb8c372..000000000 --- a/libc/nt/kernel32/BackupRead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BackupRead,BackupRead,39 diff --git a/libc/nt/kernel32/BackupSeek.S b/libc/nt/kernel32/BackupSeek.S new file mode 100644 index 000000000..4e50c2103 --- /dev/null +++ b/libc/nt/kernel32/BackupSeek.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BackupSeek,BackupSeek,40 diff --git a/libc/nt/kernel32/BackupSeek.s b/libc/nt/kernel32/BackupSeek.s deleted file mode 100644 index 794be2880..000000000 --- a/libc/nt/kernel32/BackupSeek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BackupSeek,BackupSeek,40 diff --git a/libc/nt/kernel32/BackupWrite.S b/libc/nt/kernel32/BackupWrite.S new file mode 100644 index 000000000..273e57f9e --- /dev/null +++ b/libc/nt/kernel32/BackupWrite.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BackupWrite,BackupWrite,41 diff --git a/libc/nt/kernel32/BackupWrite.s b/libc/nt/kernel32/BackupWrite.s deleted file mode 100644 index 39ad36bfa..000000000 --- a/libc/nt/kernel32/BackupWrite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BackupWrite,BackupWrite,41 diff --git a/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.S b/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.S new file mode 100644 index 000000000..837be64cf --- /dev/null +++ b/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseCheckAppcompatCacheExWorker,BaseCheckAppcompatCacheExWorker,44 diff --git a/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.s b/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.s deleted file mode 100644 index 4c3fb8d59..000000000 --- a/libc/nt/kernel32/BaseCheckAppcompatCacheExWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseCheckAppcompatCacheExWorker,BaseCheckAppcompatCacheExWorker,44 diff --git a/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.S b/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.S new file mode 100644 index 000000000..3504c58d6 --- /dev/null +++ b/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseCheckAppcompatCacheWorker,BaseCheckAppcompatCacheWorker,45 diff --git a/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.s b/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.s deleted file mode 100644 index ea28f477c..000000000 --- a/libc/nt/kernel32/BaseCheckAppcompatCacheWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseCheckAppcompatCacheWorker,BaseCheckAppcompatCacheWorker,45 diff --git a/libc/nt/kernel32/BaseCheckElevation.S b/libc/nt/kernel32/BaseCheckElevation.S new file mode 100644 index 000000000..e06cf3fb9 --- /dev/null +++ b/libc/nt/kernel32/BaseCheckElevation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseCheckElevation,BaseCheckElevation,46 diff --git a/libc/nt/kernel32/BaseCheckElevation.s b/libc/nt/kernel32/BaseCheckElevation.s deleted file mode 100644 index 1df7de114..000000000 --- a/libc/nt/kernel32/BaseCheckElevation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseCheckElevation,BaseCheckElevation,46 diff --git a/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.S b/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.S new file mode 100644 index 000000000..d1f596d1d --- /dev/null +++ b/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseCleanupAppcompatCacheSupportWorker,BaseCleanupAppcompatCacheSupportWorker,48 diff --git a/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.s b/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.s deleted file mode 100644 index a9e2f8910..000000000 --- a/libc/nt/kernel32/BaseCleanupAppcompatCacheSupportWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseCleanupAppcompatCacheSupportWorker,BaseCleanupAppcompatCacheSupportWorker,48 diff --git a/libc/nt/kernel32/BaseDestroyVDMEnvironment.S b/libc/nt/kernel32/BaseDestroyVDMEnvironment.S new file mode 100644 index 000000000..e2f594618 --- /dev/null +++ b/libc/nt/kernel32/BaseDestroyVDMEnvironment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseDestroyVDMEnvironment,BaseDestroyVDMEnvironment,49 diff --git a/libc/nt/kernel32/BaseDestroyVDMEnvironment.s b/libc/nt/kernel32/BaseDestroyVDMEnvironment.s deleted file mode 100644 index 49009ffc2..000000000 --- a/libc/nt/kernel32/BaseDestroyVDMEnvironment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseDestroyVDMEnvironment,BaseDestroyVDMEnvironment,49 diff --git a/libc/nt/kernel32/BaseDllReadWriteIniFile.S b/libc/nt/kernel32/BaseDllReadWriteIniFile.S new file mode 100644 index 000000000..c6573acaf --- /dev/null +++ b/libc/nt/kernel32/BaseDllReadWriteIniFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseDllReadWriteIniFile,BaseDllReadWriteIniFile,50 diff --git a/libc/nt/kernel32/BaseDllReadWriteIniFile.s b/libc/nt/kernel32/BaseDllReadWriteIniFile.s deleted file mode 100644 index 6e677d2df..000000000 --- a/libc/nt/kernel32/BaseDllReadWriteIniFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseDllReadWriteIniFile,BaseDllReadWriteIniFile,50 diff --git a/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.S b/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.S new file mode 100644 index 000000000..40851cb15 --- /dev/null +++ b/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseDumpAppcompatCacheWorker,BaseDumpAppcompatCacheWorker,52 diff --git a/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.s b/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.s deleted file mode 100644 index 0506399d8..000000000 --- a/libc/nt/kernel32/BaseDumpAppcompatCacheWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseDumpAppcompatCacheWorker,BaseDumpAppcompatCacheWorker,52 diff --git a/libc/nt/kernel32/BaseElevationPostProcessing.S b/libc/nt/kernel32/BaseElevationPostProcessing.S new file mode 100644 index 000000000..7bc63133c --- /dev/null +++ b/libc/nt/kernel32/BaseElevationPostProcessing.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseElevationPostProcessing,BaseElevationPostProcessing,53 diff --git a/libc/nt/kernel32/BaseElevationPostProcessing.s b/libc/nt/kernel32/BaseElevationPostProcessing.s deleted file mode 100644 index eb459e850..000000000 --- a/libc/nt/kernel32/BaseElevationPostProcessing.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseElevationPostProcessing,BaseElevationPostProcessing,53 diff --git a/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.S b/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.S new file mode 100644 index 000000000..b58f9230a --- /dev/null +++ b/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseFlushAppcompatCacheWorker,BaseFlushAppcompatCacheWorker,55 diff --git a/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.s b/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.s deleted file mode 100644 index 3fe41f19d..000000000 --- a/libc/nt/kernel32/BaseFlushAppcompatCacheWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseFlushAppcompatCacheWorker,BaseFlushAppcompatCacheWorker,55 diff --git a/libc/nt/kernel32/BaseFormatTimeOut.S b/libc/nt/kernel32/BaseFormatTimeOut.S new file mode 100644 index 000000000..6ed3c7e3b --- /dev/null +++ b/libc/nt/kernel32/BaseFormatTimeOut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseFormatTimeOut,BaseFormatTimeOut,57 diff --git a/libc/nt/kernel32/BaseFormatTimeOut.s b/libc/nt/kernel32/BaseFormatTimeOut.s deleted file mode 100644 index 0ae6b3456..000000000 --- a/libc/nt/kernel32/BaseFormatTimeOut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseFormatTimeOut,BaseFormatTimeOut,57 diff --git a/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.S b/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.S new file mode 100644 index 000000000..0b5b6486f --- /dev/null +++ b/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseFreeAppCompatDataForProcessWorker,BaseFreeAppCompatDataForProcessWorker,58 diff --git a/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.s b/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.s deleted file mode 100644 index b306d5e63..000000000 --- a/libc/nt/kernel32/BaseFreeAppCompatDataForProcessWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseFreeAppCompatDataForProcessWorker,BaseFreeAppCompatDataForProcessWorker,58 diff --git a/libc/nt/kernel32/BaseGenerateAppCompatData.S b/libc/nt/kernel32/BaseGenerateAppCompatData.S new file mode 100644 index 000000000..8f22f55e7 --- /dev/null +++ b/libc/nt/kernel32/BaseGenerateAppCompatData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseGenerateAppCompatData,BaseGenerateAppCompatData,59 diff --git a/libc/nt/kernel32/BaseGenerateAppCompatData.s b/libc/nt/kernel32/BaseGenerateAppCompatData.s deleted file mode 100644 index f364ae359..000000000 --- a/libc/nt/kernel32/BaseGenerateAppCompatData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseGenerateAppCompatData,BaseGenerateAppCompatData,59 diff --git a/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.S b/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.S new file mode 100644 index 000000000..0aeea4f87 --- /dev/null +++ b/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseInitAppcompatCacheSupportWorker,BaseInitAppcompatCacheSupportWorker,62 diff --git a/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.s b/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.s deleted file mode 100644 index 95a86717f..000000000 --- a/libc/nt/kernel32/BaseInitAppcompatCacheSupportWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseInitAppcompatCacheSupportWorker,BaseInitAppcompatCacheSupportWorker,62 diff --git a/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.S b/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.S new file mode 100644 index 000000000..3c619fedd --- /dev/null +++ b/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseIsAppcompatInfrastructureDisabledWorker,BaseIsAppcompatInfrastructureDisabledWorker,64 diff --git a/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.s b/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.s deleted file mode 100644 index 71ded0c2b..000000000 --- a/libc/nt/kernel32/BaseIsAppcompatInfrastructureDisabledWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseIsAppcompatInfrastructureDisabledWorker,BaseIsAppcompatInfrastructureDisabledWorker,64 diff --git a/libc/nt/kernel32/BaseIsDosApplication.S b/libc/nt/kernel32/BaseIsDosApplication.S new file mode 100644 index 000000000..67d8c4c44 --- /dev/null +++ b/libc/nt/kernel32/BaseIsDosApplication.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseIsDosApplication,BaseIsDosApplication,65 diff --git a/libc/nt/kernel32/BaseIsDosApplication.s b/libc/nt/kernel32/BaseIsDosApplication.s deleted file mode 100644 index ad0a890d4..000000000 --- a/libc/nt/kernel32/BaseIsDosApplication.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseIsDosApplication,BaseIsDosApplication,65 diff --git a/libc/nt/kernel32/BaseQueryModuleData.S b/libc/nt/kernel32/BaseQueryModuleData.S new file mode 100644 index 000000000..933750d18 --- /dev/null +++ b/libc/nt/kernel32/BaseQueryModuleData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseQueryModuleData,BaseQueryModuleData,66 diff --git a/libc/nt/kernel32/BaseQueryModuleData.s b/libc/nt/kernel32/BaseQueryModuleData.s deleted file mode 100644 index 603e4a54b..000000000 --- a/libc/nt/kernel32/BaseQueryModuleData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseQueryModuleData,BaseQueryModuleData,66 diff --git a/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.S b/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.S new file mode 100644 index 000000000..43691721d --- /dev/null +++ b/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseReadAppCompatDataForProcessWorker,BaseReadAppCompatDataForProcessWorker,67 diff --git a/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.s b/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.s deleted file mode 100644 index 0d84353bb..000000000 --- a/libc/nt/kernel32/BaseReadAppCompatDataForProcessWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseReadAppCompatDataForProcessWorker,BaseReadAppCompatDataForProcessWorker,67 diff --git a/libc/nt/kernel32/BaseSetLastNTError.S b/libc/nt/kernel32/BaseSetLastNTError.S new file mode 100644 index 000000000..48366b701 --- /dev/null +++ b/libc/nt/kernel32/BaseSetLastNTError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseSetLastNTError,BaseSetLastNTError,68 diff --git a/libc/nt/kernel32/BaseSetLastNTError.s b/libc/nt/kernel32/BaseSetLastNTError.s deleted file mode 100644 index d564772ec..000000000 --- a/libc/nt/kernel32/BaseSetLastNTError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseSetLastNTError,BaseSetLastNTError,68 diff --git a/libc/nt/kernel32/BaseThreadInitThunk.S b/libc/nt/kernel32/BaseThreadInitThunk.S new file mode 100644 index 000000000..8fb532568 --- /dev/null +++ b/libc/nt/kernel32/BaseThreadInitThunk.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseThreadInitThunk,BaseThreadInitThunk,69 diff --git a/libc/nt/kernel32/BaseThreadInitThunk.s b/libc/nt/kernel32/BaseThreadInitThunk.s deleted file mode 100644 index 809877a9f..000000000 --- a/libc/nt/kernel32/BaseThreadInitThunk.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseThreadInitThunk,BaseThreadInitThunk,69 diff --git a/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.S b/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.S new file mode 100644 index 000000000..6f8345ca2 --- /dev/null +++ b/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseUpdateAppcompatCacheWorker,BaseUpdateAppcompatCacheWorker,71 diff --git a/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.s b/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.s deleted file mode 100644 index 8e2cd0072..000000000 --- a/libc/nt/kernel32/BaseUpdateAppcompatCacheWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseUpdateAppcompatCacheWorker,BaseUpdateAppcompatCacheWorker,71 diff --git a/libc/nt/kernel32/BaseUpdateVDMEntry.S b/libc/nt/kernel32/BaseUpdateVDMEntry.S new file mode 100644 index 000000000..5cda21ddb --- /dev/null +++ b/libc/nt/kernel32/BaseUpdateVDMEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseUpdateVDMEntry,BaseUpdateVDMEntry,72 diff --git a/libc/nt/kernel32/BaseUpdateVDMEntry.s b/libc/nt/kernel32/BaseUpdateVDMEntry.s deleted file mode 100644 index 52f9c568a..000000000 --- a/libc/nt/kernel32/BaseUpdateVDMEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseUpdateVDMEntry,BaseUpdateVDMEntry,72 diff --git a/libc/nt/kernel32/BaseVerifyUnicodeString.S b/libc/nt/kernel32/BaseVerifyUnicodeString.S new file mode 100644 index 000000000..dcf4987b7 --- /dev/null +++ b/libc/nt/kernel32/BaseVerifyUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseVerifyUnicodeString,BaseVerifyUnicodeString,73 diff --git a/libc/nt/kernel32/BaseVerifyUnicodeString.s b/libc/nt/kernel32/BaseVerifyUnicodeString.s deleted file mode 100644 index 3ec040284..000000000 --- a/libc/nt/kernel32/BaseVerifyUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseVerifyUnicodeString,BaseVerifyUnicodeString,73 diff --git a/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.S b/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.S new file mode 100644 index 000000000..7661bb40f --- /dev/null +++ b/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BaseWriteErrorElevationRequiredEvent,BaseWriteErrorElevationRequiredEvent,74 diff --git a/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.s b/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.s deleted file mode 100644 index baad6a1fc..000000000 --- a/libc/nt/kernel32/BaseWriteErrorElevationRequiredEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BaseWriteErrorElevationRequiredEvent,BaseWriteErrorElevationRequiredEvent,74 diff --git a/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.S b/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.S new file mode 100644 index 000000000..abad3ccd6 --- /dev/null +++ b/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Basep8BitStringToDynamicUnicodeString,Basep8BitStringToDynamicUnicodeString,75 diff --git a/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.s b/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.s deleted file mode 100644 index 56c2b4a60..000000000 --- a/libc/nt/kernel32/Basep8BitStringToDynamicUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Basep8BitStringToDynamicUnicodeString,Basep8BitStringToDynamicUnicodeString,75 diff --git a/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.S b/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.S new file mode 100644 index 000000000..74e8a3938 --- /dev/null +++ b/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepAllocateActivationContextActivationBlock,BasepAllocateActivationContextActivationBlock,76 diff --git a/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.s b/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.s deleted file mode 100644 index 0ef68c408..000000000 --- a/libc/nt/kernel32/BasepAllocateActivationContextActivationBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepAllocateActivationContextActivationBlock,BasepAllocateActivationContextActivationBlock,76 diff --git a/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.S b/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.S new file mode 100644 index 000000000..344319d58 --- /dev/null +++ b/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepAnsiStringToDynamicUnicodeString,BasepAnsiStringToDynamicUnicodeString,77 diff --git a/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.s b/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.s deleted file mode 100644 index a59b88014..000000000 --- a/libc/nt/kernel32/BasepAnsiStringToDynamicUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepAnsiStringToDynamicUnicodeString,BasepAnsiStringToDynamicUnicodeString,77 diff --git a/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.S b/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.S new file mode 100644 index 000000000..a2ab84b37 --- /dev/null +++ b/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepAppContainerEnvironmentExtension,BasepAppContainerEnvironmentExtension,78 diff --git a/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.s b/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.s deleted file mode 100644 index b2f5212c7..000000000 --- a/libc/nt/kernel32/BasepAppContainerEnvironmentExtension.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepAppContainerEnvironmentExtension,BasepAppContainerEnvironmentExtension,78 diff --git a/libc/nt/kernel32/BasepAppXExtension.S b/libc/nt/kernel32/BasepAppXExtension.S new file mode 100644 index 000000000..926cabdb9 --- /dev/null +++ b/libc/nt/kernel32/BasepAppXExtension.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepAppXExtension,BasepAppXExtension,79 diff --git a/libc/nt/kernel32/BasepAppXExtension.s b/libc/nt/kernel32/BasepAppXExtension.s deleted file mode 100644 index d504e8626..000000000 --- a/libc/nt/kernel32/BasepAppXExtension.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepAppXExtension,BasepAppXExtension,79 diff --git a/libc/nt/kernel32/BasepCheckAppCompat.S b/libc/nt/kernel32/BasepCheckAppCompat.S new file mode 100644 index 000000000..8ee744db8 --- /dev/null +++ b/libc/nt/kernel32/BasepCheckAppCompat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepCheckAppCompat,BasepCheckAppCompat,80 diff --git a/libc/nt/kernel32/BasepCheckAppCompat.s b/libc/nt/kernel32/BasepCheckAppCompat.s deleted file mode 100644 index 1fa4cd6a4..000000000 --- a/libc/nt/kernel32/BasepCheckAppCompat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepCheckAppCompat,BasepCheckAppCompat,80 diff --git a/libc/nt/kernel32/BasepCheckWebBladeHashes.S b/libc/nt/kernel32/BasepCheckWebBladeHashes.S new file mode 100644 index 000000000..252f9fdd2 --- /dev/null +++ b/libc/nt/kernel32/BasepCheckWebBladeHashes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepCheckWebBladeHashes,BasepCheckWebBladeHashes,81 diff --git a/libc/nt/kernel32/BasepCheckWebBladeHashes.s b/libc/nt/kernel32/BasepCheckWebBladeHashes.s deleted file mode 100644 index 4b7d03840..000000000 --- a/libc/nt/kernel32/BasepCheckWebBladeHashes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepCheckWebBladeHashes,BasepCheckWebBladeHashes,81 diff --git a/libc/nt/kernel32/BasepCheckWinSaferRestrictions.S b/libc/nt/kernel32/BasepCheckWinSaferRestrictions.S new file mode 100644 index 000000000..74839ba91 --- /dev/null +++ b/libc/nt/kernel32/BasepCheckWinSaferRestrictions.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepCheckWinSaferRestrictions,BasepCheckWinSaferRestrictions,82 diff --git a/libc/nt/kernel32/BasepCheckWinSaferRestrictions.s b/libc/nt/kernel32/BasepCheckWinSaferRestrictions.s deleted file mode 100644 index 17216f3c6..000000000 --- a/libc/nt/kernel32/BasepCheckWinSaferRestrictions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepCheckWinSaferRestrictions,BasepCheckWinSaferRestrictions,82 diff --git a/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.S b/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.S new file mode 100644 index 000000000..b89d921ab --- /dev/null +++ b/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepConstructSxsCreateProcessMessage,BasepConstructSxsCreateProcessMessage,83 diff --git a/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.s b/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.s deleted file mode 100644 index 5c5498bec..000000000 --- a/libc/nt/kernel32/BasepConstructSxsCreateProcessMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepConstructSxsCreateProcessMessage,BasepConstructSxsCreateProcessMessage,83 diff --git a/libc/nt/kernel32/BasepCopyEncryption.S b/libc/nt/kernel32/BasepCopyEncryption.S new file mode 100644 index 000000000..6d55e4358 --- /dev/null +++ b/libc/nt/kernel32/BasepCopyEncryption.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepCopyEncryption,BasepCopyEncryption,84 diff --git a/libc/nt/kernel32/BasepCopyEncryption.s b/libc/nt/kernel32/BasepCopyEncryption.s deleted file mode 100644 index 8a1c4f721..000000000 --- a/libc/nt/kernel32/BasepCopyEncryption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepCopyEncryption,BasepCopyEncryption,84 diff --git a/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.S b/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.S new file mode 100644 index 000000000..8abfe79e3 --- /dev/null +++ b/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepFreeActivationContextActivationBlock,BasepFreeActivationContextActivationBlock,85 diff --git a/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.s b/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.s deleted file mode 100644 index a0623136f..000000000 --- a/libc/nt/kernel32/BasepFreeActivationContextActivationBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepFreeActivationContextActivationBlock,BasepFreeActivationContextActivationBlock,85 diff --git a/libc/nt/kernel32/BasepFreeAppCompatData.S b/libc/nt/kernel32/BasepFreeAppCompatData.S new file mode 100644 index 000000000..dbeeb4859 --- /dev/null +++ b/libc/nt/kernel32/BasepFreeAppCompatData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepFreeAppCompatData,BasepFreeAppCompatData,86 diff --git a/libc/nt/kernel32/BasepFreeAppCompatData.s b/libc/nt/kernel32/BasepFreeAppCompatData.s deleted file mode 100644 index 2a9de9e2f..000000000 --- a/libc/nt/kernel32/BasepFreeAppCompatData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepFreeAppCompatData,BasepFreeAppCompatData,86 diff --git a/libc/nt/kernel32/BasepGetAppCompatData.S b/libc/nt/kernel32/BasepGetAppCompatData.S new file mode 100644 index 000000000..227820338 --- /dev/null +++ b/libc/nt/kernel32/BasepGetAppCompatData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepGetAppCompatData,BasepGetAppCompatData,87 diff --git a/libc/nt/kernel32/BasepGetAppCompatData.s b/libc/nt/kernel32/BasepGetAppCompatData.s deleted file mode 100644 index 01bc7f59a..000000000 --- a/libc/nt/kernel32/BasepGetAppCompatData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepGetAppCompatData,BasepGetAppCompatData,87 diff --git a/libc/nt/kernel32/BasepGetComputerNameFromNtPath.S b/libc/nt/kernel32/BasepGetComputerNameFromNtPath.S new file mode 100644 index 000000000..e9c4a81af --- /dev/null +++ b/libc/nt/kernel32/BasepGetComputerNameFromNtPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepGetComputerNameFromNtPath,BasepGetComputerNameFromNtPath,88 diff --git a/libc/nt/kernel32/BasepGetComputerNameFromNtPath.s b/libc/nt/kernel32/BasepGetComputerNameFromNtPath.s deleted file mode 100644 index c508ed69c..000000000 --- a/libc/nt/kernel32/BasepGetComputerNameFromNtPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepGetComputerNameFromNtPath,BasepGetComputerNameFromNtPath,88 diff --git a/libc/nt/kernel32/BasepGetExeArchType.S b/libc/nt/kernel32/BasepGetExeArchType.S new file mode 100644 index 000000000..d24afc07d --- /dev/null +++ b/libc/nt/kernel32/BasepGetExeArchType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepGetExeArchType,BasepGetExeArchType,89 diff --git a/libc/nt/kernel32/BasepGetExeArchType.s b/libc/nt/kernel32/BasepGetExeArchType.s deleted file mode 100644 index 67114845f..000000000 --- a/libc/nt/kernel32/BasepGetExeArchType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepGetExeArchType,BasepGetExeArchType,89 diff --git a/libc/nt/kernel32/BasepInitAppCompatData.S b/libc/nt/kernel32/BasepInitAppCompatData.S new file mode 100644 index 000000000..5bd68fe48 --- /dev/null +++ b/libc/nt/kernel32/BasepInitAppCompatData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepInitAppCompatData,BasepInitAppCompatData,90 diff --git a/libc/nt/kernel32/BasepInitAppCompatData.s b/libc/nt/kernel32/BasepInitAppCompatData.s deleted file mode 100644 index 8dfb56596..000000000 --- a/libc/nt/kernel32/BasepInitAppCompatData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepInitAppCompatData,BasepInitAppCompatData,90 diff --git a/libc/nt/kernel32/BasepIsProcessAllowed.S b/libc/nt/kernel32/BasepIsProcessAllowed.S new file mode 100644 index 000000000..b2741f48c --- /dev/null +++ b/libc/nt/kernel32/BasepIsProcessAllowed.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepIsProcessAllowed,BasepIsProcessAllowed,91 diff --git a/libc/nt/kernel32/BasepIsProcessAllowed.s b/libc/nt/kernel32/BasepIsProcessAllowed.s deleted file mode 100644 index 4fe6db46a..000000000 --- a/libc/nt/kernel32/BasepIsProcessAllowed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepIsProcessAllowed,BasepIsProcessAllowed,91 diff --git a/libc/nt/kernel32/BasepMapModuleHandle.S b/libc/nt/kernel32/BasepMapModuleHandle.S new file mode 100644 index 000000000..149589b0d --- /dev/null +++ b/libc/nt/kernel32/BasepMapModuleHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepMapModuleHandle,BasepMapModuleHandle,92 diff --git a/libc/nt/kernel32/BasepMapModuleHandle.s b/libc/nt/kernel32/BasepMapModuleHandle.s deleted file mode 100644 index a39fe4da4..000000000 --- a/libc/nt/kernel32/BasepMapModuleHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepMapModuleHandle,BasepMapModuleHandle,92 diff --git a/libc/nt/kernel32/BasepNotifyLoadStringResource.S b/libc/nt/kernel32/BasepNotifyLoadStringResource.S new file mode 100644 index 000000000..af1a9c11d --- /dev/null +++ b/libc/nt/kernel32/BasepNotifyLoadStringResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepNotifyLoadStringResource,BasepNotifyLoadStringResource,93 diff --git a/libc/nt/kernel32/BasepNotifyLoadStringResource.s b/libc/nt/kernel32/BasepNotifyLoadStringResource.s deleted file mode 100644 index a57c7edb5..000000000 --- a/libc/nt/kernel32/BasepNotifyLoadStringResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepNotifyLoadStringResource,BasepNotifyLoadStringResource,93 diff --git a/libc/nt/kernel32/BasepPostSuccessAppXExtension.S b/libc/nt/kernel32/BasepPostSuccessAppXExtension.S new file mode 100644 index 000000000..c9559bbd0 --- /dev/null +++ b/libc/nt/kernel32/BasepPostSuccessAppXExtension.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepPostSuccessAppXExtension,BasepPostSuccessAppXExtension,94 diff --git a/libc/nt/kernel32/BasepPostSuccessAppXExtension.s b/libc/nt/kernel32/BasepPostSuccessAppXExtension.s deleted file mode 100644 index 4bb5f7da2..000000000 --- a/libc/nt/kernel32/BasepPostSuccessAppXExtension.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepPostSuccessAppXExtension,BasepPostSuccessAppXExtension,94 diff --git a/libc/nt/kernel32/BasepProcessInvalidImage.S b/libc/nt/kernel32/BasepProcessInvalidImage.S new file mode 100644 index 000000000..f3f175a55 --- /dev/null +++ b/libc/nt/kernel32/BasepProcessInvalidImage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepProcessInvalidImage,BasepProcessInvalidImage,95 diff --git a/libc/nt/kernel32/BasepProcessInvalidImage.s b/libc/nt/kernel32/BasepProcessInvalidImage.s deleted file mode 100644 index edf6438fb..000000000 --- a/libc/nt/kernel32/BasepProcessInvalidImage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepProcessInvalidImage,BasepProcessInvalidImage,95 diff --git a/libc/nt/kernel32/BasepQueryAppCompat.S b/libc/nt/kernel32/BasepQueryAppCompat.S new file mode 100644 index 000000000..68b29d67d --- /dev/null +++ b/libc/nt/kernel32/BasepQueryAppCompat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepQueryAppCompat,BasepQueryAppCompat,96 diff --git a/libc/nt/kernel32/BasepQueryAppCompat.s b/libc/nt/kernel32/BasepQueryAppCompat.s deleted file mode 100644 index 7502c3e08..000000000 --- a/libc/nt/kernel32/BasepQueryAppCompat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepQueryAppCompat,BasepQueryAppCompat,96 diff --git a/libc/nt/kernel32/BasepQueryModuleChpeSettings.S b/libc/nt/kernel32/BasepQueryModuleChpeSettings.S new file mode 100644 index 000000000..5f9cb8881 --- /dev/null +++ b/libc/nt/kernel32/BasepQueryModuleChpeSettings.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepQueryModuleChpeSettings,BasepQueryModuleChpeSettings,97 diff --git a/libc/nt/kernel32/BasepQueryModuleChpeSettings.s b/libc/nt/kernel32/BasepQueryModuleChpeSettings.s deleted file mode 100644 index 7bfb1b36f..000000000 --- a/libc/nt/kernel32/BasepQueryModuleChpeSettings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepQueryModuleChpeSettings,BasepQueryModuleChpeSettings,97 diff --git a/libc/nt/kernel32/BasepReleaseAppXContext.S b/libc/nt/kernel32/BasepReleaseAppXContext.S new file mode 100644 index 000000000..5b81e1305 --- /dev/null +++ b/libc/nt/kernel32/BasepReleaseAppXContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepReleaseAppXContext,BasepReleaseAppXContext,98 diff --git a/libc/nt/kernel32/BasepReleaseAppXContext.s b/libc/nt/kernel32/BasepReleaseAppXContext.s deleted file mode 100644 index 324232bdc..000000000 --- a/libc/nt/kernel32/BasepReleaseAppXContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepReleaseAppXContext,BasepReleaseAppXContext,98 diff --git a/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.S b/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.S new file mode 100644 index 000000000..d45a5a17e --- /dev/null +++ b/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepReleaseSxsCreateProcessUtilityStruct,BasepReleaseSxsCreateProcessUtilityStruct,99 diff --git a/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.s b/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.s deleted file mode 100644 index ccafe6275..000000000 --- a/libc/nt/kernel32/BasepReleaseSxsCreateProcessUtilityStruct.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepReleaseSxsCreateProcessUtilityStruct,BasepReleaseSxsCreateProcessUtilityStruct,99 diff --git a/libc/nt/kernel32/BasepReportFault.S b/libc/nt/kernel32/BasepReportFault.S new file mode 100644 index 000000000..52f1c5adc --- /dev/null +++ b/libc/nt/kernel32/BasepReportFault.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepReportFault,BasepReportFault,100 diff --git a/libc/nt/kernel32/BasepReportFault.s b/libc/nt/kernel32/BasepReportFault.s deleted file mode 100644 index 35a28bc1c..000000000 --- a/libc/nt/kernel32/BasepReportFault.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepReportFault,BasepReportFault,100 diff --git a/libc/nt/kernel32/BasepSetFileEncryptionCompression.S b/libc/nt/kernel32/BasepSetFileEncryptionCompression.S new file mode 100644 index 000000000..9422c4fe4 --- /dev/null +++ b/libc/nt/kernel32/BasepSetFileEncryptionCompression.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BasepSetFileEncryptionCompression,BasepSetFileEncryptionCompression,101 diff --git a/libc/nt/kernel32/BasepSetFileEncryptionCompression.s b/libc/nt/kernel32/BasepSetFileEncryptionCompression.s deleted file mode 100644 index 61b973177..000000000 --- a/libc/nt/kernel32/BasepSetFileEncryptionCompression.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BasepSetFileEncryptionCompression,BasepSetFileEncryptionCompression,101 diff --git a/libc/nt/kernel32/Beep.S b/libc/nt/kernel32/Beep.S new file mode 100644 index 000000000..d39661ed0 --- /dev/null +++ b/libc/nt/kernel32/Beep.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Beep,Beep,0 diff --git a/libc/nt/kernel32/Beep.s b/libc/nt/kernel32/Beep.s deleted file mode 100644 index 635bbc0bf..000000000 --- a/libc/nt/kernel32/Beep.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Beep,Beep,0 diff --git a/libc/nt/kernel32/BeginUpdateResourceW.S b/libc/nt/kernel32/BeginUpdateResourceW.S new file mode 100644 index 000000000..8aae95494 --- /dev/null +++ b/libc/nt/kernel32/BeginUpdateResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BeginUpdateResourceW,BeginUpdateResourceW,104 diff --git a/libc/nt/kernel32/BeginUpdateResourceW.s b/libc/nt/kernel32/BeginUpdateResourceW.s deleted file mode 100644 index b6c801d30..000000000 --- a/libc/nt/kernel32/BeginUpdateResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BeginUpdateResourceW,BeginUpdateResourceW,104 diff --git a/libc/nt/kernel32/BindIoCompletionCallback.S b/libc/nt/kernel32/BindIoCompletionCallback.S new file mode 100644 index 000000000..27a9278ed --- /dev/null +++ b/libc/nt/kernel32/BindIoCompletionCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BindIoCompletionCallback,BindIoCompletionCallback,105 diff --git a/libc/nt/kernel32/BindIoCompletionCallback.s b/libc/nt/kernel32/BindIoCompletionCallback.s deleted file mode 100644 index 152d925c5..000000000 --- a/libc/nt/kernel32/BindIoCompletionCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BindIoCompletionCallback,BindIoCompletionCallback,105 diff --git a/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.S b/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.S new file mode 100644 index 000000000..8bed47581 --- /dev/null +++ b/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BuildCommDCBAndTimeoutsW,BuildCommDCBAndTimeoutsW,108 diff --git a/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.s b/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.s deleted file mode 100644 index f620de393..000000000 --- a/libc/nt/kernel32/BuildCommDCBAndTimeoutsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BuildCommDCBAndTimeoutsW,BuildCommDCBAndTimeoutsW,108 diff --git a/libc/nt/kernel32/BuildCommDCBW.S b/libc/nt/kernel32/BuildCommDCBW.S new file mode 100644 index 000000000..525c3f888 --- /dev/null +++ b/libc/nt/kernel32/BuildCommDCBW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_BuildCommDCBW,BuildCommDCBW,109 diff --git a/libc/nt/kernel32/BuildCommDCBW.s b/libc/nt/kernel32/BuildCommDCBW.s deleted file mode 100644 index cecc712a2..000000000 --- a/libc/nt/kernel32/BuildCommDCBW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_BuildCommDCBW,BuildCommDCBW,109 diff --git a/libc/nt/kernel32/CallNamedPipeA.S b/libc/nt/kernel32/CallNamedPipeA.S new file mode 100644 index 000000000..728bafaa5 --- /dev/null +++ b/libc/nt/kernel32/CallNamedPipeA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CallNamedPipeA,CallNamedPipeA,110 + +#ifdef __x86_64__ + .text.windows +CallNamedPipeA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CallNamedPipeA(%rip),%rax + jmp __sysv2nt8 + .endfn CallNamedPipeA,globl + .previous +#endif diff --git a/libc/nt/kernel32/CallNamedPipeA.s b/libc/nt/kernel32/CallNamedPipeA.s deleted file mode 100644 index 82c996eea..000000000 --- a/libc/nt/kernel32/CallNamedPipeA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CallNamedPipeA,CallNamedPipeA,110 - - .text.windows -CallNamedPipeA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CallNamedPipeA(%rip),%rax - jmp __sysv2nt8 - .endfn CallNamedPipeA,globl - .previous diff --git a/libc/nt/kernel32/CallNamedPipeW.S b/libc/nt/kernel32/CallNamedPipeW.S new file mode 100644 index 000000000..7bf199350 --- /dev/null +++ b/libc/nt/kernel32/CallNamedPipeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CallNamedPipeW,CallNamedPipeW,0 + +#ifdef __x86_64__ + .text.windows +CallNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CallNamedPipeW(%rip),%rax + jmp __sysv2nt8 + .endfn CallNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/CallNamedPipeW.s b/libc/nt/kernel32/CallNamedPipeW.s deleted file mode 100644 index 435a0e782..000000000 --- a/libc/nt/kernel32/CallNamedPipeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CallNamedPipeW,CallNamedPipeW,0 - - .text.windows -CallNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CallNamedPipeW(%rip),%rax - jmp __sysv2nt8 - .endfn CallNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/CallbackMayRunLong.S b/libc/nt/kernel32/CallbackMayRunLong.S new file mode 100644 index 000000000..df5a18d1f --- /dev/null +++ b/libc/nt/kernel32/CallbackMayRunLong.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CallbackMayRunLong,CallbackMayRunLong,0 diff --git a/libc/nt/kernel32/CallbackMayRunLong.s b/libc/nt/kernel32/CallbackMayRunLong.s deleted file mode 100644 index 40eebb01b..000000000 --- a/libc/nt/kernel32/CallbackMayRunLong.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CallbackMayRunLong,CallbackMayRunLong,0 diff --git a/libc/nt/kernel32/CancelDeviceWakeupRequest.S b/libc/nt/kernel32/CancelDeviceWakeupRequest.S new file mode 100644 index 000000000..b26a3e33f --- /dev/null +++ b/libc/nt/kernel32/CancelDeviceWakeupRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelDeviceWakeupRequest,CancelDeviceWakeupRequest,113 diff --git a/libc/nt/kernel32/CancelDeviceWakeupRequest.s b/libc/nt/kernel32/CancelDeviceWakeupRequest.s deleted file mode 100644 index 478d3bd66..000000000 --- a/libc/nt/kernel32/CancelDeviceWakeupRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelDeviceWakeupRequest,CancelDeviceWakeupRequest,113 diff --git a/libc/nt/kernel32/CancelIo.S b/libc/nt/kernel32/CancelIo.S new file mode 100644 index 000000000..d8dccd57a --- /dev/null +++ b/libc/nt/kernel32/CancelIo.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelIo,CancelIo,0 + +#ifdef __x86_64__ + .text.windows +CancelIo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CancelIo(%rip) + leave + ret + .endfn CancelIo,globl + .previous +#endif diff --git a/libc/nt/kernel32/CancelIo.s b/libc/nt/kernel32/CancelIo.s deleted file mode 100644 index 26c1f98a4..000000000 --- a/libc/nt/kernel32/CancelIo.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelIo,CancelIo,0 - - .text.windows -CancelIo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CancelIo(%rip) - leave - ret - .endfn CancelIo,globl - .previous diff --git a/libc/nt/kernel32/CancelIoEx.S b/libc/nt/kernel32/CancelIoEx.S new file mode 100644 index 000000000..d3dfce25c --- /dev/null +++ b/libc/nt/kernel32/CancelIoEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelIoEx,CancelIoEx,0 + +#ifdef __x86_64__ + .text.windows +CancelIoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CancelIoEx(%rip),%rax + jmp __sysv2nt + .endfn CancelIoEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/CancelIoEx.s b/libc/nt/kernel32/CancelIoEx.s deleted file mode 100644 index a7c2d0b2c..000000000 --- a/libc/nt/kernel32/CancelIoEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelIoEx,CancelIoEx,0 - - .text.windows -CancelIoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CancelIoEx(%rip),%rax - jmp __sysv2nt - .endfn CancelIoEx,globl - .previous diff --git a/libc/nt/kernel32/CancelSynchronousIo.S b/libc/nt/kernel32/CancelSynchronousIo.S new file mode 100644 index 000000000..ea66d75be --- /dev/null +++ b/libc/nt/kernel32/CancelSynchronousIo.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelSynchronousIo,CancelSynchronousIo,0 + +#ifdef __x86_64__ + .text.windows +CancelSynchronousIo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CancelSynchronousIo(%rip) + leave + ret + .endfn CancelSynchronousIo,globl + .previous +#endif diff --git a/libc/nt/kernel32/CancelSynchronousIo.s b/libc/nt/kernel32/CancelSynchronousIo.s deleted file mode 100644 index 38e0ed1bc..000000000 --- a/libc/nt/kernel32/CancelSynchronousIo.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelSynchronousIo,CancelSynchronousIo,0 - - .text.windows -CancelSynchronousIo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CancelSynchronousIo(%rip) - leave - ret - .endfn CancelSynchronousIo,globl - .previous diff --git a/libc/nt/kernel32/CancelTimerQueueTimer.S b/libc/nt/kernel32/CancelTimerQueueTimer.S new file mode 100644 index 000000000..63b9a7a5a --- /dev/null +++ b/libc/nt/kernel32/CancelTimerQueueTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelTimerQueueTimer,CancelTimerQueueTimer,118 diff --git a/libc/nt/kernel32/CancelTimerQueueTimer.s b/libc/nt/kernel32/CancelTimerQueueTimer.s deleted file mode 100644 index 501cbb24e..000000000 --- a/libc/nt/kernel32/CancelTimerQueueTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelTimerQueueTimer,CancelTimerQueueTimer,118 diff --git a/libc/nt/kernel32/CancelWaitableTimer.S b/libc/nt/kernel32/CancelWaitableTimer.S new file mode 100644 index 000000000..e49dc8ca3 --- /dev/null +++ b/libc/nt/kernel32/CancelWaitableTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CancelWaitableTimer,CancelWaitableTimer,0 diff --git a/libc/nt/kernel32/CancelWaitableTimer.s b/libc/nt/kernel32/CancelWaitableTimer.s deleted file mode 100644 index 48ee41d12..000000000 --- a/libc/nt/kernel32/CancelWaitableTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CancelWaitableTimer,CancelWaitableTimer,0 diff --git a/libc/nt/kernel32/CeipIsOptedIn.S b/libc/nt/kernel32/CeipIsOptedIn.S new file mode 100644 index 000000000..69523e73a --- /dev/null +++ b/libc/nt/kernel32/CeipIsOptedIn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CeipIsOptedIn,CeipIsOptedIn,0 diff --git a/libc/nt/kernel32/CeipIsOptedIn.s b/libc/nt/kernel32/CeipIsOptedIn.s deleted file mode 100644 index 897f4e2e1..000000000 --- a/libc/nt/kernel32/CeipIsOptedIn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CeipIsOptedIn,CeipIsOptedIn,0 diff --git a/libc/nt/kernel32/ChangeTimerQueueTimer.S b/libc/nt/kernel32/ChangeTimerQueueTimer.S new file mode 100644 index 000000000..be6a3fe69 --- /dev/null +++ b/libc/nt/kernel32/ChangeTimerQueueTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ChangeTimerQueueTimer,ChangeTimerQueueTimer,0 diff --git a/libc/nt/kernel32/ChangeTimerQueueTimer.s b/libc/nt/kernel32/ChangeTimerQueueTimer.s deleted file mode 100644 index d4240ba3d..000000000 --- a/libc/nt/kernel32/ChangeTimerQueueTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ChangeTimerQueueTimer,ChangeTimerQueueTimer,0 diff --git a/libc/nt/kernel32/CheckElevation.S b/libc/nt/kernel32/CheckElevation.S new file mode 100644 index 000000000..80059828d --- /dev/null +++ b/libc/nt/kernel32/CheckElevation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckElevation,CheckElevation,123 diff --git a/libc/nt/kernel32/CheckElevation.s b/libc/nt/kernel32/CheckElevation.s deleted file mode 100644 index 9f4aded81..000000000 --- a/libc/nt/kernel32/CheckElevation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckElevation,CheckElevation,123 diff --git a/libc/nt/kernel32/CheckElevationEnabled.S b/libc/nt/kernel32/CheckElevationEnabled.S new file mode 100644 index 000000000..1e81975f5 --- /dev/null +++ b/libc/nt/kernel32/CheckElevationEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckElevationEnabled,CheckElevationEnabled,124 diff --git a/libc/nt/kernel32/CheckElevationEnabled.s b/libc/nt/kernel32/CheckElevationEnabled.s deleted file mode 100644 index 5c941770b..000000000 --- a/libc/nt/kernel32/CheckElevationEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckElevationEnabled,CheckElevationEnabled,124 diff --git a/libc/nt/kernel32/CheckForReadOnlyResource.S b/libc/nt/kernel32/CheckForReadOnlyResource.S new file mode 100644 index 000000000..8903cef31 --- /dev/null +++ b/libc/nt/kernel32/CheckForReadOnlyResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckForReadOnlyResource,CheckForReadOnlyResource,125 diff --git a/libc/nt/kernel32/CheckForReadOnlyResource.s b/libc/nt/kernel32/CheckForReadOnlyResource.s deleted file mode 100644 index b0e9435e1..000000000 --- a/libc/nt/kernel32/CheckForReadOnlyResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckForReadOnlyResource,CheckForReadOnlyResource,125 diff --git a/libc/nt/kernel32/CheckForReadOnlyResourceFilter.S b/libc/nt/kernel32/CheckForReadOnlyResourceFilter.S new file mode 100644 index 000000000..2abddb1ec --- /dev/null +++ b/libc/nt/kernel32/CheckForReadOnlyResourceFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckForReadOnlyResourceFilter,CheckForReadOnlyResourceFilter,126 diff --git a/libc/nt/kernel32/CheckForReadOnlyResourceFilter.s b/libc/nt/kernel32/CheckForReadOnlyResourceFilter.s deleted file mode 100644 index ee3c6f103..000000000 --- a/libc/nt/kernel32/CheckForReadOnlyResourceFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckForReadOnlyResourceFilter,CheckForReadOnlyResourceFilter,126 diff --git a/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.S b/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.S new file mode 100644 index 000000000..73028c61f --- /dev/null +++ b/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckNameLegalDOS8Dot3W,CheckNameLegalDOS8Dot3W,128 diff --git a/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.s b/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.s deleted file mode 100644 index 63db81b08..000000000 --- a/libc/nt/kernel32/CheckNameLegalDOS8Dot3W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckNameLegalDOS8Dot3W,CheckNameLegalDOS8Dot3W,128 diff --git a/libc/nt/kernel32/CheckRemoteDebuggerPresent.S b/libc/nt/kernel32/CheckRemoteDebuggerPresent.S new file mode 100644 index 000000000..d1fd711ed --- /dev/null +++ b/libc/nt/kernel32/CheckRemoteDebuggerPresent.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckRemoteDebuggerPresent,CheckRemoteDebuggerPresent,0 + +#ifdef __x86_64__ + .text.windows +CheckRemoteDebuggerPresent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CheckRemoteDebuggerPresent(%rip),%rax + jmp __sysv2nt + .endfn CheckRemoteDebuggerPresent,globl + .previous +#endif diff --git a/libc/nt/kernel32/CheckRemoteDebuggerPresent.s b/libc/nt/kernel32/CheckRemoteDebuggerPresent.s deleted file mode 100644 index 5176bd535..000000000 --- a/libc/nt/kernel32/CheckRemoteDebuggerPresent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckRemoteDebuggerPresent,CheckRemoteDebuggerPresent,0 - - .text.windows -CheckRemoteDebuggerPresent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CheckRemoteDebuggerPresent(%rip),%rax - jmp __sysv2nt - .endfn CheckRemoteDebuggerPresent,globl - .previous diff --git a/libc/nt/kernel32/CheckTokenCapability.S b/libc/nt/kernel32/CheckTokenCapability.S new file mode 100644 index 000000000..0c25a6982 --- /dev/null +++ b/libc/nt/kernel32/CheckTokenCapability.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckTokenCapability,CheckTokenCapability,0 diff --git a/libc/nt/kernel32/CheckTokenCapability.s b/libc/nt/kernel32/CheckTokenCapability.s deleted file mode 100644 index a0ae33d85..000000000 --- a/libc/nt/kernel32/CheckTokenCapability.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckTokenCapability,CheckTokenCapability,0 diff --git a/libc/nt/kernel32/CheckTokenMembershipEx.S b/libc/nt/kernel32/CheckTokenMembershipEx.S new file mode 100644 index 000000000..803626fbc --- /dev/null +++ b/libc/nt/kernel32/CheckTokenMembershipEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CheckTokenMembershipEx,CheckTokenMembershipEx,0 diff --git a/libc/nt/kernel32/CheckTokenMembershipEx.s b/libc/nt/kernel32/CheckTokenMembershipEx.s deleted file mode 100644 index 7be765ac7..000000000 --- a/libc/nt/kernel32/CheckTokenMembershipEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CheckTokenMembershipEx,CheckTokenMembershipEx,0 diff --git a/libc/nt/kernel32/ClearCommBreak.S b/libc/nt/kernel32/ClearCommBreak.S new file mode 100644 index 000000000..e6efeb9ad --- /dev/null +++ b/libc/nt/kernel32/ClearCommBreak.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ClearCommBreak,ClearCommBreak,0 + +#ifdef __x86_64__ + .text.windows +ClearCommBreak: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ClearCommBreak(%rip) + leave + ret + .endfn ClearCommBreak,globl + .previous +#endif diff --git a/libc/nt/kernel32/ClearCommBreak.s b/libc/nt/kernel32/ClearCommBreak.s deleted file mode 100644 index af9012f5e..000000000 --- a/libc/nt/kernel32/ClearCommBreak.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ClearCommBreak,ClearCommBreak,0 - - .text.windows -ClearCommBreak: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ClearCommBreak(%rip) - leave - ret - .endfn ClearCommBreak,globl - .previous diff --git a/libc/nt/kernel32/ClearCommError.S b/libc/nt/kernel32/ClearCommError.S new file mode 100644 index 000000000..0a56c1fa3 --- /dev/null +++ b/libc/nt/kernel32/ClearCommError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ClearCommError,ClearCommError,0 diff --git a/libc/nt/kernel32/ClearCommError.s b/libc/nt/kernel32/ClearCommError.s deleted file mode 100644 index 2e1d7686c..000000000 --- a/libc/nt/kernel32/ClearCommError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ClearCommError,ClearCommError,0 diff --git a/libc/nt/kernel32/CloseConsoleHandle.S b/libc/nt/kernel32/CloseConsoleHandle.S new file mode 100644 index 000000000..618c7131b --- /dev/null +++ b/libc/nt/kernel32/CloseConsoleHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CloseConsoleHandle,CloseConsoleHandle,134 diff --git a/libc/nt/kernel32/CloseConsoleHandle.s b/libc/nt/kernel32/CloseConsoleHandle.s deleted file mode 100644 index 47eba1843..000000000 --- a/libc/nt/kernel32/CloseConsoleHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CloseConsoleHandle,CloseConsoleHandle,134 diff --git a/libc/nt/kernel32/CloseHandle.S b/libc/nt/kernel32/CloseHandle.S new file mode 100644 index 000000000..01c3cb84f --- /dev/null +++ b/libc/nt/kernel32/CloseHandle.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CloseHandle,CloseHandle,0 + +#ifdef __x86_64__ + .text.windows +__CloseHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CloseHandle(%rip) + leave + ret + .endfn __CloseHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/CloseHandle.s b/libc/nt/kernel32/CloseHandle.s deleted file mode 100644 index 254df6b9a..000000000 --- a/libc/nt/kernel32/CloseHandle.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CloseHandle,CloseHandle,0 - - .text.windows -__CloseHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CloseHandle(%rip) - leave - ret - .endfn __CloseHandle,globl - .previous diff --git a/libc/nt/kernel32/ClosePackageInfo.S b/libc/nt/kernel32/ClosePackageInfo.S new file mode 100644 index 000000000..d59977b8b --- /dev/null +++ b/libc/nt/kernel32/ClosePackageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ClosePackageInfo,ClosePackageInfo,0 diff --git a/libc/nt/kernel32/ClosePackageInfo.s b/libc/nt/kernel32/ClosePackageInfo.s deleted file mode 100644 index 3084acf6f..000000000 --- a/libc/nt/kernel32/ClosePackageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ClosePackageInfo,ClosePackageInfo,0 diff --git a/libc/nt/kernel32/ClosePrivateNamespace.S b/libc/nt/kernel32/ClosePrivateNamespace.S new file mode 100644 index 000000000..8e7df6f8b --- /dev/null +++ b/libc/nt/kernel32/ClosePrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ClosePrivateNamespace,ClosePrivateNamespace,0 diff --git a/libc/nt/kernel32/ClosePrivateNamespace.s b/libc/nt/kernel32/ClosePrivateNamespace.s deleted file mode 100644 index 6e49636f2..000000000 --- a/libc/nt/kernel32/ClosePrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ClosePrivateNamespace,ClosePrivateNamespace,0 diff --git a/libc/nt/kernel32/CloseProfileUserMapping.S b/libc/nt/kernel32/CloseProfileUserMapping.S new file mode 100644 index 000000000..21552727c --- /dev/null +++ b/libc/nt/kernel32/CloseProfileUserMapping.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CloseProfileUserMapping,CloseProfileUserMapping,138 diff --git a/libc/nt/kernel32/CloseProfileUserMapping.s b/libc/nt/kernel32/CloseProfileUserMapping.s deleted file mode 100644 index 9819770fd..000000000 --- a/libc/nt/kernel32/CloseProfileUserMapping.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CloseProfileUserMapping,CloseProfileUserMapping,138 diff --git a/libc/nt/kernel32/CmdBatNotification.S b/libc/nt/kernel32/CmdBatNotification.S new file mode 100644 index 000000000..19d73af46 --- /dev/null +++ b/libc/nt/kernel32/CmdBatNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CmdBatNotification,CmdBatNotification,147 diff --git a/libc/nt/kernel32/CmdBatNotification.s b/libc/nt/kernel32/CmdBatNotification.s deleted file mode 100644 index 577c6ca36..000000000 --- a/libc/nt/kernel32/CmdBatNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CmdBatNotification,CmdBatNotification,147 diff --git a/libc/nt/kernel32/CommConfigDialogW.S b/libc/nt/kernel32/CommConfigDialogW.S new file mode 100644 index 000000000..1bcc65029 --- /dev/null +++ b/libc/nt/kernel32/CommConfigDialogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CommConfigDialogW,CommConfigDialogW,149 diff --git a/libc/nt/kernel32/CommConfigDialogW.s b/libc/nt/kernel32/CommConfigDialogW.s deleted file mode 100644 index 6a8170b8d..000000000 --- a/libc/nt/kernel32/CommConfigDialogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CommConfigDialogW,CommConfigDialogW,149 diff --git a/libc/nt/kernel32/CompareCalendarDates.S b/libc/nt/kernel32/CompareCalendarDates.S new file mode 100644 index 000000000..002c1a744 --- /dev/null +++ b/libc/nt/kernel32/CompareCalendarDates.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CompareCalendarDates,CompareCalendarDates,150 diff --git a/libc/nt/kernel32/CompareCalendarDates.s b/libc/nt/kernel32/CompareCalendarDates.s deleted file mode 100644 index b4b2ee73d..000000000 --- a/libc/nt/kernel32/CompareCalendarDates.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CompareCalendarDates,CompareCalendarDates,150 diff --git a/libc/nt/kernel32/CompareFileTime.S b/libc/nt/kernel32/CompareFileTime.S new file mode 100644 index 000000000..734620484 --- /dev/null +++ b/libc/nt/kernel32/CompareFileTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CompareFileTime,CompareFileTime,0 diff --git a/libc/nt/kernel32/CompareFileTime.s b/libc/nt/kernel32/CompareFileTime.s deleted file mode 100644 index 0a4804559..000000000 --- a/libc/nt/kernel32/CompareFileTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CompareFileTime,CompareFileTime,0 diff --git a/libc/nt/kernel32/CompareStringEx.S b/libc/nt/kernel32/CompareStringEx.S new file mode 100644 index 000000000..7cecbb94d --- /dev/null +++ b/libc/nt/kernel32/CompareStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CompareStringEx,CompareStringEx,0 diff --git a/libc/nt/kernel32/CompareStringEx.s b/libc/nt/kernel32/CompareStringEx.s deleted file mode 100644 index 0e7e01cab..000000000 --- a/libc/nt/kernel32/CompareStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CompareStringEx,CompareStringEx,0 diff --git a/libc/nt/kernel32/CompareStringOrdinal.S b/libc/nt/kernel32/CompareStringOrdinal.S new file mode 100644 index 000000000..9b4644f9b --- /dev/null +++ b/libc/nt/kernel32/CompareStringOrdinal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CompareStringOrdinal,CompareStringOrdinal,0 diff --git a/libc/nt/kernel32/CompareStringOrdinal.s b/libc/nt/kernel32/CompareStringOrdinal.s deleted file mode 100644 index 8f1bbb703..000000000 --- a/libc/nt/kernel32/CompareStringOrdinal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CompareStringOrdinal,CompareStringOrdinal,0 diff --git a/libc/nt/kernel32/CompareStringW.S b/libc/nt/kernel32/CompareStringW.S new file mode 100644 index 000000000..8c76ef0f4 --- /dev/null +++ b/libc/nt/kernel32/CompareStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CompareStringW,CompareStringW,0 diff --git a/libc/nt/kernel32/CompareStringW.s b/libc/nt/kernel32/CompareStringW.s deleted file mode 100644 index 22e756b05..000000000 --- a/libc/nt/kernel32/CompareStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CompareStringW,CompareStringW,0 diff --git a/libc/nt/kernel32/ConnectNamedPipe.S b/libc/nt/kernel32/ConnectNamedPipe.S new file mode 100644 index 000000000..350eed89f --- /dev/null +++ b/libc/nt/kernel32/ConnectNamedPipe.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConnectNamedPipe,ConnectNamedPipe,0 + +#ifdef __x86_64__ + .text.windows +ConnectNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ConnectNamedPipe(%rip),%rax + jmp __sysv2nt + .endfn ConnectNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/ConnectNamedPipe.s b/libc/nt/kernel32/ConnectNamedPipe.s deleted file mode 100644 index a9a1aa467..000000000 --- a/libc/nt/kernel32/ConnectNamedPipe.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConnectNamedPipe,ConnectNamedPipe,0 - - .text.windows -ConnectNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ConnectNamedPipe(%rip),%rax - jmp __sysv2nt - .endfn ConnectNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/ConsoleMenuControl.S b/libc/nt/kernel32/ConsoleMenuControl.S new file mode 100644 index 000000000..8748fa736 --- /dev/null +++ b/libc/nt/kernel32/ConsoleMenuControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConsoleMenuControl,ConsoleMenuControl,157 diff --git a/libc/nt/kernel32/ConsoleMenuControl.s b/libc/nt/kernel32/ConsoleMenuControl.s deleted file mode 100644 index 727528970..000000000 --- a/libc/nt/kernel32/ConsoleMenuControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConsoleMenuControl,ConsoleMenuControl,157 diff --git a/libc/nt/kernel32/ContinueDebugEvent.S b/libc/nt/kernel32/ContinueDebugEvent.S new file mode 100644 index 000000000..766a898f0 --- /dev/null +++ b/libc/nt/kernel32/ContinueDebugEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ContinueDebugEvent,ContinueDebugEvent,0 + +#ifdef __x86_64__ + .text.windows +ContinueDebugEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ContinueDebugEvent(%rip),%rax + jmp __sysv2nt + .endfn ContinueDebugEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/ContinueDebugEvent.s b/libc/nt/kernel32/ContinueDebugEvent.s deleted file mode 100644 index 297e411e9..000000000 --- a/libc/nt/kernel32/ContinueDebugEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ContinueDebugEvent,ContinueDebugEvent,0 - - .text.windows -ContinueDebugEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ContinueDebugEvent(%rip),%rax - jmp __sysv2nt - .endfn ContinueDebugEvent,globl - .previous diff --git a/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.S b/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.S new file mode 100644 index 000000000..a9c1d4947 --- /dev/null +++ b/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertCalDateTimeToSystemTime,ConvertCalDateTimeToSystemTime,159 diff --git a/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.s b/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.s deleted file mode 100644 index 1ffc3378b..000000000 --- a/libc/nt/kernel32/ConvertCalDateTimeToSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertCalDateTimeToSystemTime,ConvertCalDateTimeToSystemTime,159 diff --git a/libc/nt/kernel32/ConvertDefaultLocale.S b/libc/nt/kernel32/ConvertDefaultLocale.S new file mode 100644 index 000000000..d98f358b3 --- /dev/null +++ b/libc/nt/kernel32/ConvertDefaultLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertDefaultLocale,ConvertDefaultLocale,0 diff --git a/libc/nt/kernel32/ConvertDefaultLocale.s b/libc/nt/kernel32/ConvertDefaultLocale.s deleted file mode 100644 index d1d80f69f..000000000 --- a/libc/nt/kernel32/ConvertDefaultLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertDefaultLocale,ConvertDefaultLocale,0 diff --git a/libc/nt/kernel32/ConvertFiberToThread.S b/libc/nt/kernel32/ConvertFiberToThread.S new file mode 100644 index 000000000..f3bf486da --- /dev/null +++ b/libc/nt/kernel32/ConvertFiberToThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertFiberToThread,ConvertFiberToThread,0 diff --git a/libc/nt/kernel32/ConvertFiberToThread.s b/libc/nt/kernel32/ConvertFiberToThread.s deleted file mode 100644 index 084e38187..000000000 --- a/libc/nt/kernel32/ConvertFiberToThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertFiberToThread,ConvertFiberToThread,0 diff --git a/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.S b/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.S new file mode 100644 index 000000000..8ad690083 --- /dev/null +++ b/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertNLSDayOfWeekToWin32DayOfWeek,ConvertNLSDayOfWeekToWin32DayOfWeek,162 diff --git a/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.s b/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.s deleted file mode 100644 index fac544645..000000000 --- a/libc/nt/kernel32/ConvertNLSDayOfWeekToWin32DayOfWeek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertNLSDayOfWeekToWin32DayOfWeek,ConvertNLSDayOfWeekToWin32DayOfWeek,162 diff --git a/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.S b/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.S new file mode 100644 index 000000000..bba767de7 --- /dev/null +++ b/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertSystemTimeToCalDateTime,ConvertSystemTimeToCalDateTime,163 diff --git a/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.s b/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.s deleted file mode 100644 index 72698ea44..000000000 --- a/libc/nt/kernel32/ConvertSystemTimeToCalDateTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertSystemTimeToCalDateTime,ConvertSystemTimeToCalDateTime,163 diff --git a/libc/nt/kernel32/ConvertThreadToFiber.S b/libc/nt/kernel32/ConvertThreadToFiber.S new file mode 100644 index 000000000..8beb0298f --- /dev/null +++ b/libc/nt/kernel32/ConvertThreadToFiber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertThreadToFiber,ConvertThreadToFiber,0 diff --git a/libc/nt/kernel32/ConvertThreadToFiber.s b/libc/nt/kernel32/ConvertThreadToFiber.s deleted file mode 100644 index 63f12e06d..000000000 --- a/libc/nt/kernel32/ConvertThreadToFiber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertThreadToFiber,ConvertThreadToFiber,0 diff --git a/libc/nt/kernel32/ConvertThreadToFiberEx.S b/libc/nt/kernel32/ConvertThreadToFiberEx.S new file mode 100644 index 000000000..38e373ff7 --- /dev/null +++ b/libc/nt/kernel32/ConvertThreadToFiberEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ConvertThreadToFiberEx,ConvertThreadToFiberEx,0 diff --git a/libc/nt/kernel32/ConvertThreadToFiberEx.s b/libc/nt/kernel32/ConvertThreadToFiberEx.s deleted file mode 100644 index a14d11f39..000000000 --- a/libc/nt/kernel32/ConvertThreadToFiberEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ConvertThreadToFiberEx,ConvertThreadToFiberEx,0 diff --git a/libc/nt/kernel32/CopyContext.S b/libc/nt/kernel32/CopyContext.S new file mode 100644 index 000000000..914881fd3 --- /dev/null +++ b/libc/nt/kernel32/CopyContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyContext,CopyContext,0 diff --git a/libc/nt/kernel32/CopyContext.s b/libc/nt/kernel32/CopyContext.s deleted file mode 100644 index ea664dac8..000000000 --- a/libc/nt/kernel32/CopyContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyContext,CopyContext,0 diff --git a/libc/nt/kernel32/CopyFile2.S b/libc/nt/kernel32/CopyFile2.S new file mode 100644 index 000000000..f18bfc32d --- /dev/null +++ b/libc/nt/kernel32/CopyFile2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyFile2,CopyFile2,0 diff --git a/libc/nt/kernel32/CopyFile2.s b/libc/nt/kernel32/CopyFile2.s deleted file mode 100644 index 46163c950..000000000 --- a/libc/nt/kernel32/CopyFile2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyFile2,CopyFile2,0 diff --git a/libc/nt/kernel32/CopyFileExW.S b/libc/nt/kernel32/CopyFileExW.S new file mode 100644 index 000000000..f3ee5513a --- /dev/null +++ b/libc/nt/kernel32/CopyFileExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyFileExW,CopyFileExW,0 diff --git a/libc/nt/kernel32/CopyFileExW.s b/libc/nt/kernel32/CopyFileExW.s deleted file mode 100644 index bfb24ce46..000000000 --- a/libc/nt/kernel32/CopyFileExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyFileExW,CopyFileExW,0 diff --git a/libc/nt/kernel32/CopyFileTransactedW.S b/libc/nt/kernel32/CopyFileTransactedW.S new file mode 100644 index 000000000..ebb136d7b --- /dev/null +++ b/libc/nt/kernel32/CopyFileTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyFileTransactedW,CopyFileTransactedW,172 diff --git a/libc/nt/kernel32/CopyFileTransactedW.s b/libc/nt/kernel32/CopyFileTransactedW.s deleted file mode 100644 index 15588c521..000000000 --- a/libc/nt/kernel32/CopyFileTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyFileTransactedW,CopyFileTransactedW,172 diff --git a/libc/nt/kernel32/CopyFileW.S b/libc/nt/kernel32/CopyFileW.S new file mode 100644 index 000000000..50ca4e090 --- /dev/null +++ b/libc/nt/kernel32/CopyFileW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyFileW,CopyFileW,0 + +#ifdef __x86_64__ + .text.windows +CopyFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CopyFileW(%rip),%rax + jmp __sysv2nt + .endfn CopyFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/CopyFileW.s b/libc/nt/kernel32/CopyFileW.s deleted file mode 100644 index 26f53b0ea..000000000 --- a/libc/nt/kernel32/CopyFileW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyFileW,CopyFileW,0 - - .text.windows -CopyFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CopyFileW(%rip),%rax - jmp __sysv2nt - .endfn CopyFile,globl - .previous diff --git a/libc/nt/kernel32/CopyLZFile.S b/libc/nt/kernel32/CopyLZFile.S new file mode 100644 index 000000000..cb45cb8e3 --- /dev/null +++ b/libc/nt/kernel32/CopyLZFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CopyLZFile,CopyLZFile,174 diff --git a/libc/nt/kernel32/CopyLZFile.s b/libc/nt/kernel32/CopyLZFile.s deleted file mode 100644 index 62170585e..000000000 --- a/libc/nt/kernel32/CopyLZFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CopyLZFile,CopyLZFile,174 diff --git a/libc/nt/kernel32/CreateActCtxW.S b/libc/nt/kernel32/CreateActCtxW.S new file mode 100644 index 000000000..608005732 --- /dev/null +++ b/libc/nt/kernel32/CreateActCtxW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateActCtxW,CreateActCtxW,0 diff --git a/libc/nt/kernel32/CreateActCtxW.s b/libc/nt/kernel32/CreateActCtxW.s deleted file mode 100644 index d714f5831..000000000 --- a/libc/nt/kernel32/CreateActCtxW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateActCtxW,CreateActCtxW,0 diff --git a/libc/nt/kernel32/CreateActCtxWWorker.S b/libc/nt/kernel32/CreateActCtxWWorker.S new file mode 100644 index 000000000..d1fe80aa7 --- /dev/null +++ b/libc/nt/kernel32/CreateActCtxWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateActCtxWWorker,CreateActCtxWWorker,177 diff --git a/libc/nt/kernel32/CreateActCtxWWorker.s b/libc/nt/kernel32/CreateActCtxWWorker.s deleted file mode 100644 index c4f2301af..000000000 --- a/libc/nt/kernel32/CreateActCtxWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateActCtxWWorker,CreateActCtxWWorker,177 diff --git a/libc/nt/kernel32/CreateBoundaryDescriptorW.S b/libc/nt/kernel32/CreateBoundaryDescriptorW.S new file mode 100644 index 000000000..4536e47ca --- /dev/null +++ b/libc/nt/kernel32/CreateBoundaryDescriptorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateBoundaryDescriptorW,CreateBoundaryDescriptorW,0 diff --git a/libc/nt/kernel32/CreateBoundaryDescriptorW.s b/libc/nt/kernel32/CreateBoundaryDescriptorW.s deleted file mode 100644 index 82d4217ef..000000000 --- a/libc/nt/kernel32/CreateBoundaryDescriptorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateBoundaryDescriptorW,CreateBoundaryDescriptorW,0 diff --git a/libc/nt/kernel32/CreateConsoleScreenBuffer.S b/libc/nt/kernel32/CreateConsoleScreenBuffer.S new file mode 100644 index 000000000..559d41f98 --- /dev/null +++ b/libc/nt/kernel32/CreateConsoleScreenBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateConsoleScreenBuffer,CreateConsoleScreenBuffer,0 diff --git a/libc/nt/kernel32/CreateConsoleScreenBuffer.s b/libc/nt/kernel32/CreateConsoleScreenBuffer.s deleted file mode 100644 index 58cb0c67b..000000000 --- a/libc/nt/kernel32/CreateConsoleScreenBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateConsoleScreenBuffer,CreateConsoleScreenBuffer,0 diff --git a/libc/nt/kernel32/CreateDirectoryExW.S b/libc/nt/kernel32/CreateDirectoryExW.S new file mode 100644 index 000000000..6d4e912d2 --- /dev/null +++ b/libc/nt/kernel32/CreateDirectoryExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateDirectoryExW,CreateDirectoryExW,0 diff --git a/libc/nt/kernel32/CreateDirectoryExW.s b/libc/nt/kernel32/CreateDirectoryExW.s deleted file mode 100644 index 3ae64419a..000000000 --- a/libc/nt/kernel32/CreateDirectoryExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateDirectoryExW,CreateDirectoryExW,0 diff --git a/libc/nt/kernel32/CreateDirectoryTransactedW.S b/libc/nt/kernel32/CreateDirectoryTransactedW.S new file mode 100644 index 000000000..866c48c26 --- /dev/null +++ b/libc/nt/kernel32/CreateDirectoryTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateDirectoryTransactedW,CreateDirectoryTransactedW,185 diff --git a/libc/nt/kernel32/CreateDirectoryTransactedW.s b/libc/nt/kernel32/CreateDirectoryTransactedW.s deleted file mode 100644 index 864b32179..000000000 --- a/libc/nt/kernel32/CreateDirectoryTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateDirectoryTransactedW,CreateDirectoryTransactedW,185 diff --git a/libc/nt/kernel32/CreateDirectoryW.S b/libc/nt/kernel32/CreateDirectoryW.S new file mode 100644 index 000000000..c2eb8c7fe --- /dev/null +++ b/libc/nt/kernel32/CreateDirectoryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateDirectoryW,CreateDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +__CreateDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateDirectoryW(%rip),%rax + jmp __sysv2nt + .endfn __CreateDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateDirectoryW.s b/libc/nt/kernel32/CreateDirectoryW.s deleted file mode 100644 index 543ba1726..000000000 --- a/libc/nt/kernel32/CreateDirectoryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateDirectoryW,CreateDirectoryW,0 - - .text.windows -__CreateDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateDirectoryW(%rip),%rax - jmp __sysv2nt - .endfn __CreateDirectory,globl - .previous diff --git a/libc/nt/kernel32/CreateEventExW.S b/libc/nt/kernel32/CreateEventExW.S new file mode 100644 index 000000000..5a493448a --- /dev/null +++ b/libc/nt/kernel32/CreateEventExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateEventExW,CreateEventExW,0 + +#ifdef __x86_64__ + .text.windows +CreateEventEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateEventExW(%rip),%rax + jmp __sysv2nt + .endfn CreateEventEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateEventExW.s b/libc/nt/kernel32/CreateEventExW.s deleted file mode 100644 index 04241690d..000000000 --- a/libc/nt/kernel32/CreateEventExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateEventExW,CreateEventExW,0 - - .text.windows -CreateEventEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateEventExW(%rip),%rax - jmp __sysv2nt - .endfn CreateEventEx,globl - .previous diff --git a/libc/nt/kernel32/CreateEventW.S b/libc/nt/kernel32/CreateEventW.S new file mode 100644 index 000000000..3256edd95 --- /dev/null +++ b/libc/nt/kernel32/CreateEventW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateEventW,CreateEventW,0 + +#ifdef __x86_64__ + .text.windows +CreateEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateEventW(%rip),%rax + jmp __sysv2nt + .endfn CreateEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateEventW.s b/libc/nt/kernel32/CreateEventW.s deleted file mode 100644 index 7cd7901b3..000000000 --- a/libc/nt/kernel32/CreateEventW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateEventW,CreateEventW,0 - - .text.windows -CreateEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateEventW(%rip),%rax - jmp __sysv2nt - .endfn CreateEvent,globl - .previous diff --git a/libc/nt/kernel32/CreateFiber.S b/libc/nt/kernel32/CreateFiber.S new file mode 100644 index 000000000..f27486300 --- /dev/null +++ b/libc/nt/kernel32/CreateFiber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFiber,CreateFiber,0 diff --git a/libc/nt/kernel32/CreateFiber.s b/libc/nt/kernel32/CreateFiber.s deleted file mode 100644 index fd02ee961..000000000 --- a/libc/nt/kernel32/CreateFiber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFiber,CreateFiber,0 diff --git a/libc/nt/kernel32/CreateFiberEx.S b/libc/nt/kernel32/CreateFiberEx.S new file mode 100644 index 000000000..8af8178c2 --- /dev/null +++ b/libc/nt/kernel32/CreateFiberEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFiberEx,CreateFiberEx,0 diff --git a/libc/nt/kernel32/CreateFiberEx.s b/libc/nt/kernel32/CreateFiberEx.s deleted file mode 100644 index 9319a584a..000000000 --- a/libc/nt/kernel32/CreateFiberEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFiberEx,CreateFiberEx,0 diff --git a/libc/nt/kernel32/CreateFile2.S b/libc/nt/kernel32/CreateFile2.S new file mode 100644 index 000000000..ce57d4569 --- /dev/null +++ b/libc/nt/kernel32/CreateFile2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFile2,CreateFile2,0 diff --git a/libc/nt/kernel32/CreateFile2.s b/libc/nt/kernel32/CreateFile2.s deleted file mode 100644 index 88d66a148..000000000 --- a/libc/nt/kernel32/CreateFile2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFile2,CreateFile2,0 diff --git a/libc/nt/kernel32/CreateFileMappingFromApp.S b/libc/nt/kernel32/CreateFileMappingFromApp.S new file mode 100644 index 000000000..448723e8e --- /dev/null +++ b/libc/nt/kernel32/CreateFileMappingFromApp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFileMappingFromApp,CreateFileMappingFromApp,0 diff --git a/libc/nt/kernel32/CreateFileMappingFromApp.s b/libc/nt/kernel32/CreateFileMappingFromApp.s deleted file mode 100644 index 213f404aa..000000000 --- a/libc/nt/kernel32/CreateFileMappingFromApp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFileMappingFromApp,CreateFileMappingFromApp,0 diff --git a/libc/nt/kernel32/CreateFileMappingNumaW.S b/libc/nt/kernel32/CreateFileMappingNumaW.S new file mode 100644 index 000000000..c1c2aae00 --- /dev/null +++ b/libc/nt/kernel32/CreateFileMappingNumaW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFileMappingNumaW,CreateFileMappingNumaW,0 + +#ifdef __x86_64__ + .text.windows +__CreateFileMappingNuma: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateFileMappingNumaW(%rip),%rax + jmp __sysv2nt8 + .endfn __CreateFileMappingNuma,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateFileMappingNumaW.s b/libc/nt/kernel32/CreateFileMappingNumaW.s deleted file mode 100644 index 3ce9ae334..000000000 --- a/libc/nt/kernel32/CreateFileMappingNumaW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFileMappingNumaW,CreateFileMappingNumaW,0 - - .text.windows -__CreateFileMappingNuma: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateFileMappingNumaW(%rip),%rax - jmp __sysv2nt8 - .endfn __CreateFileMappingNuma,globl - .previous diff --git a/libc/nt/kernel32/CreateFileMappingW.S b/libc/nt/kernel32/CreateFileMappingW.S new file mode 100644 index 000000000..72fd21f56 --- /dev/null +++ b/libc/nt/kernel32/CreateFileMappingW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFileMappingW,CreateFileMappingW,0 + +#ifdef __x86_64__ + .text.windows +__CreateFileMapping: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateFileMappingW(%rip),%rax + jmp __sysv2nt6 + .endfn __CreateFileMapping,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateFileMappingW.s b/libc/nt/kernel32/CreateFileMappingW.s deleted file mode 100644 index 6d4330c59..000000000 --- a/libc/nt/kernel32/CreateFileMappingW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFileMappingW,CreateFileMappingW,0 - - .text.windows -__CreateFileMapping: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateFileMappingW(%rip),%rax - jmp __sysv2nt6 - .endfn __CreateFileMapping,globl - .previous diff --git a/libc/nt/kernel32/CreateFileTransactedW.S b/libc/nt/kernel32/CreateFileTransactedW.S new file mode 100644 index 000000000..ec7904a65 --- /dev/null +++ b/libc/nt/kernel32/CreateFileTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFileTransactedW,CreateFileTransactedW,202 diff --git a/libc/nt/kernel32/CreateFileTransactedW.s b/libc/nt/kernel32/CreateFileTransactedW.s deleted file mode 100644 index bf6b942f0..000000000 --- a/libc/nt/kernel32/CreateFileTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFileTransactedW,CreateFileTransactedW,202 diff --git a/libc/nt/kernel32/CreateFileW.S b/libc/nt/kernel32/CreateFileW.S new file mode 100644 index 000000000..98216e675 --- /dev/null +++ b/libc/nt/kernel32/CreateFileW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateFileW,CreateFileW,0 + +#ifdef __x86_64__ + .text.windows +__CreateFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateFileW(%rip),%rax + jmp __sysv2nt8 + .endfn __CreateFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateFileW.s b/libc/nt/kernel32/CreateFileW.s deleted file mode 100644 index ce8e9938d..000000000 --- a/libc/nt/kernel32/CreateFileW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateFileW,CreateFileW,0 - - .text.windows -__CreateFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateFileW(%rip),%rax - jmp __sysv2nt8 - .endfn __CreateFile,globl - .previous diff --git a/libc/nt/kernel32/CreateHardLinkTransactedW.S b/libc/nt/kernel32/CreateHardLinkTransactedW.S new file mode 100644 index 000000000..e45b82024 --- /dev/null +++ b/libc/nt/kernel32/CreateHardLinkTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateHardLinkTransactedW,CreateHardLinkTransactedW,206 diff --git a/libc/nt/kernel32/CreateHardLinkTransactedW.s b/libc/nt/kernel32/CreateHardLinkTransactedW.s deleted file mode 100644 index 178c0f2d8..000000000 --- a/libc/nt/kernel32/CreateHardLinkTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateHardLinkTransactedW,CreateHardLinkTransactedW,206 diff --git a/libc/nt/kernel32/CreateHardLinkW.S b/libc/nt/kernel32/CreateHardLinkW.S new file mode 100644 index 000000000..3e17d3401 --- /dev/null +++ b/libc/nt/kernel32/CreateHardLinkW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateHardLinkW,CreateHardLinkW,0 + +#ifdef __x86_64__ + .text.windows +CreateHardLink: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateHardLinkW(%rip),%rax + jmp __sysv2nt + .endfn CreateHardLink,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateHardLinkW.s b/libc/nt/kernel32/CreateHardLinkW.s deleted file mode 100644 index 4c1296584..000000000 --- a/libc/nt/kernel32/CreateHardLinkW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateHardLinkW,CreateHardLinkW,0 - - .text.windows -CreateHardLink: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateHardLinkW(%rip),%rax - jmp __sysv2nt - .endfn CreateHardLink,globl - .previous diff --git a/libc/nt/kernel32/CreateIoCompletionPort.S b/libc/nt/kernel32/CreateIoCompletionPort.S new file mode 100644 index 000000000..917f66258 --- /dev/null +++ b/libc/nt/kernel32/CreateIoCompletionPort.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateIoCompletionPort,CreateIoCompletionPort,0 + +#ifdef __x86_64__ + .text.windows +CreateIoCompletionPort: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateIoCompletionPort(%rip),%rax + jmp __sysv2nt + .endfn CreateIoCompletionPort,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateIoCompletionPort.s b/libc/nt/kernel32/CreateIoCompletionPort.s deleted file mode 100644 index dd5709478..000000000 --- a/libc/nt/kernel32/CreateIoCompletionPort.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateIoCompletionPort,CreateIoCompletionPort,0 - - .text.windows -CreateIoCompletionPort: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateIoCompletionPort(%rip),%rax - jmp __sysv2nt - .endfn CreateIoCompletionPort,globl - .previous diff --git a/libc/nt/kernel32/CreateJobObjectW.S b/libc/nt/kernel32/CreateJobObjectW.S new file mode 100644 index 000000000..f8a2b6388 --- /dev/null +++ b/libc/nt/kernel32/CreateJobObjectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateJobObjectW,CreateJobObjectW,210 diff --git a/libc/nt/kernel32/CreateJobObjectW.s b/libc/nt/kernel32/CreateJobObjectW.s deleted file mode 100644 index 7396d2662..000000000 --- a/libc/nt/kernel32/CreateJobObjectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateJobObjectW,CreateJobObjectW,210 diff --git a/libc/nt/kernel32/CreateJobSet.S b/libc/nt/kernel32/CreateJobSet.S new file mode 100644 index 000000000..f99ce154c --- /dev/null +++ b/libc/nt/kernel32/CreateJobSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateJobSet,CreateJobSet,211 diff --git a/libc/nt/kernel32/CreateJobSet.s b/libc/nt/kernel32/CreateJobSet.s deleted file mode 100644 index b821692b2..000000000 --- a/libc/nt/kernel32/CreateJobSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateJobSet,CreateJobSet,211 diff --git a/libc/nt/kernel32/CreateMailslotW.S b/libc/nt/kernel32/CreateMailslotW.S new file mode 100644 index 000000000..ec1a76d42 --- /dev/null +++ b/libc/nt/kernel32/CreateMailslotW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateMailslotW,CreateMailslotW,213 diff --git a/libc/nt/kernel32/CreateMailslotW.s b/libc/nt/kernel32/CreateMailslotW.s deleted file mode 100644 index c71623ee6..000000000 --- a/libc/nt/kernel32/CreateMailslotW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateMailslotW,CreateMailslotW,213 diff --git a/libc/nt/kernel32/CreateMemoryResourceNotification.S b/libc/nt/kernel32/CreateMemoryResourceNotification.S new file mode 100644 index 000000000..e698a80df --- /dev/null +++ b/libc/nt/kernel32/CreateMemoryResourceNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateMemoryResourceNotification,CreateMemoryResourceNotification,0 diff --git a/libc/nt/kernel32/CreateMemoryResourceNotification.s b/libc/nt/kernel32/CreateMemoryResourceNotification.s deleted file mode 100644 index d00ab9040..000000000 --- a/libc/nt/kernel32/CreateMemoryResourceNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateMemoryResourceNotification,CreateMemoryResourceNotification,0 diff --git a/libc/nt/kernel32/CreateMutexExW.S b/libc/nt/kernel32/CreateMutexExW.S new file mode 100644 index 000000000..a5418c40e --- /dev/null +++ b/libc/nt/kernel32/CreateMutexExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateMutexExW,CreateMutexExW,0 diff --git a/libc/nt/kernel32/CreateMutexExW.s b/libc/nt/kernel32/CreateMutexExW.s deleted file mode 100644 index 679eca95e..000000000 --- a/libc/nt/kernel32/CreateMutexExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateMutexExW,CreateMutexExW,0 diff --git a/libc/nt/kernel32/CreateMutexW.S b/libc/nt/kernel32/CreateMutexW.S new file mode 100644 index 000000000..342a741c6 --- /dev/null +++ b/libc/nt/kernel32/CreateMutexW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateMutexW,CreateMutexW,0 diff --git a/libc/nt/kernel32/CreateMutexW.s b/libc/nt/kernel32/CreateMutexW.s deleted file mode 100644 index a23081d27..000000000 --- a/libc/nt/kernel32/CreateMutexW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateMutexW,CreateMutexW,0 diff --git a/libc/nt/kernel32/CreateNamedPipeW.S b/libc/nt/kernel32/CreateNamedPipeW.S new file mode 100644 index 000000000..165f71793 --- /dev/null +++ b/libc/nt/kernel32/CreateNamedPipeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateNamedPipeW,CreateNamedPipeW,0 + +#ifdef __x86_64__ + .text.windows +__CreateNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateNamedPipeW(%rip),%rax + jmp __sysv2nt8 + .endfn __CreateNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateNamedPipeW.s b/libc/nt/kernel32/CreateNamedPipeW.s deleted file mode 100644 index 455358c5c..000000000 --- a/libc/nt/kernel32/CreateNamedPipeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateNamedPipeW,CreateNamedPipeW,0 - - .text.windows -__CreateNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateNamedPipeW(%rip),%rax - jmp __sysv2nt8 - .endfn __CreateNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/CreatePipe.S b/libc/nt/kernel32/CreatePipe.S new file mode 100644 index 000000000..c917a8b32 --- /dev/null +++ b/libc/nt/kernel32/CreatePipe.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreatePipe,CreatePipe,0 + +#ifdef __x86_64__ + .text.windows +__CreatePipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreatePipe(%rip),%rax + jmp __sysv2nt + .endfn __CreatePipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreatePipe.s b/libc/nt/kernel32/CreatePipe.s deleted file mode 100644 index 217301928..000000000 --- a/libc/nt/kernel32/CreatePipe.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreatePipe,CreatePipe,0 - - .text.windows -__CreatePipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreatePipe(%rip),%rax - jmp __sysv2nt - .endfn __CreatePipe,globl - .previous diff --git a/libc/nt/kernel32/CreatePrivateNamespaceW.S b/libc/nt/kernel32/CreatePrivateNamespaceW.S new file mode 100644 index 000000000..cce9a335e --- /dev/null +++ b/libc/nt/kernel32/CreatePrivateNamespaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreatePrivateNamespaceW,CreatePrivateNamespaceW,0 diff --git a/libc/nt/kernel32/CreatePrivateNamespaceW.s b/libc/nt/kernel32/CreatePrivateNamespaceW.s deleted file mode 100644 index bf23e3ec7..000000000 --- a/libc/nt/kernel32/CreatePrivateNamespaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreatePrivateNamespaceW,CreatePrivateNamespaceW,0 diff --git a/libc/nt/kernel32/CreateProcessW.S b/libc/nt/kernel32/CreateProcessW.S new file mode 100644 index 000000000..76454afd2 --- /dev/null +++ b/libc/nt/kernel32/CreateProcessW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateProcessW,CreateProcessW,0 + +#ifdef __x86_64__ + .text.windows +__CreateProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateProcessW(%rip),%rax + jmp __sysv2nt10 + .endfn __CreateProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateProcessW.s b/libc/nt/kernel32/CreateProcessW.s deleted file mode 100644 index 50fe02ff4..000000000 --- a/libc/nt/kernel32/CreateProcessW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateProcessW,CreateProcessW,0 - - .text.windows -__CreateProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateProcessW(%rip),%rax - jmp __sysv2nt10 - .endfn __CreateProcess,globl - .previous diff --git a/libc/nt/kernel32/CreateRemoteThread.S b/libc/nt/kernel32/CreateRemoteThread.S new file mode 100644 index 000000000..6cd85dc6b --- /dev/null +++ b/libc/nt/kernel32/CreateRemoteThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateRemoteThread,CreateRemoteThread,0 diff --git a/libc/nt/kernel32/CreateRemoteThread.s b/libc/nt/kernel32/CreateRemoteThread.s deleted file mode 100644 index a2cc68ea8..000000000 --- a/libc/nt/kernel32/CreateRemoteThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateRemoteThread,CreateRemoteThread,0 diff --git a/libc/nt/kernel32/CreateRemoteThreadEx.S b/libc/nt/kernel32/CreateRemoteThreadEx.S new file mode 100644 index 000000000..55c6336ae --- /dev/null +++ b/libc/nt/kernel32/CreateRemoteThreadEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateRemoteThreadEx,CreateRemoteThreadEx,0 diff --git a/libc/nt/kernel32/CreateRemoteThreadEx.s b/libc/nt/kernel32/CreateRemoteThreadEx.s deleted file mode 100644 index 59fb50c9e..000000000 --- a/libc/nt/kernel32/CreateRemoteThreadEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateRemoteThreadEx,CreateRemoteThreadEx,0 diff --git a/libc/nt/kernel32/CreateSemaphoreExW.S b/libc/nt/kernel32/CreateSemaphoreExW.S new file mode 100644 index 000000000..4574f72d3 --- /dev/null +++ b/libc/nt/kernel32/CreateSemaphoreExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateSemaphoreExW,CreateSemaphoreExW,0 diff --git a/libc/nt/kernel32/CreateSemaphoreExW.s b/libc/nt/kernel32/CreateSemaphoreExW.s deleted file mode 100644 index e2b52106f..000000000 --- a/libc/nt/kernel32/CreateSemaphoreExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateSemaphoreExW,CreateSemaphoreExW,0 diff --git a/libc/nt/kernel32/CreateSemaphoreW.S b/libc/nt/kernel32/CreateSemaphoreW.S new file mode 100644 index 000000000..722b547bc --- /dev/null +++ b/libc/nt/kernel32/CreateSemaphoreW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateSemaphoreW,CreateSemaphoreW,0 + +#ifdef __x86_64__ + .text.windows +CreateSemaphore: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateSemaphoreW(%rip),%rax + jmp __sysv2nt + .endfn CreateSemaphore,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateSemaphoreW.s b/libc/nt/kernel32/CreateSemaphoreW.s deleted file mode 100644 index febaeb9b6..000000000 --- a/libc/nt/kernel32/CreateSemaphoreW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateSemaphoreW,CreateSemaphoreW,0 - - .text.windows -CreateSemaphore: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateSemaphoreW(%rip),%rax - jmp __sysv2nt - .endfn CreateSemaphore,globl - .previous diff --git a/libc/nt/kernel32/CreateSymbolicLinkTransactedW.S b/libc/nt/kernel32/CreateSymbolicLinkTransactedW.S new file mode 100644 index 000000000..cca7ae259 --- /dev/null +++ b/libc/nt/kernel32/CreateSymbolicLinkTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateSymbolicLinkTransactedW,CreateSymbolicLinkTransactedW,238 diff --git a/libc/nt/kernel32/CreateSymbolicLinkTransactedW.s b/libc/nt/kernel32/CreateSymbolicLinkTransactedW.s deleted file mode 100644 index c0be2cd00..000000000 --- a/libc/nt/kernel32/CreateSymbolicLinkTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateSymbolicLinkTransactedW,CreateSymbolicLinkTransactedW,238 diff --git a/libc/nt/kernel32/CreateSymbolicLinkW.S b/libc/nt/kernel32/CreateSymbolicLinkW.S new file mode 100644 index 000000000..7ba9037bc --- /dev/null +++ b/libc/nt/kernel32/CreateSymbolicLinkW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateSymbolicLinkW,CreateSymbolicLinkW,0 + +#ifdef __x86_64__ + .text.windows +__CreateSymbolicLink: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateSymbolicLinkW(%rip),%rax + jmp __sysv2nt + .endfn __CreateSymbolicLink,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateSymbolicLinkW.s b/libc/nt/kernel32/CreateSymbolicLinkW.s deleted file mode 100644 index 4fa19cf9a..000000000 --- a/libc/nt/kernel32/CreateSymbolicLinkW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateSymbolicLinkW,CreateSymbolicLinkW,0 - - .text.windows -__CreateSymbolicLink: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateSymbolicLinkW(%rip),%rax - jmp __sysv2nt - .endfn __CreateSymbolicLink,globl - .previous diff --git a/libc/nt/kernel32/CreateTapePartition.S b/libc/nt/kernel32/CreateTapePartition.S new file mode 100644 index 000000000..34328523a --- /dev/null +++ b/libc/nt/kernel32/CreateTapePartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateTapePartition,CreateTapePartition,240 diff --git a/libc/nt/kernel32/CreateTapePartition.s b/libc/nt/kernel32/CreateTapePartition.s deleted file mode 100644 index b3c90379c..000000000 --- a/libc/nt/kernel32/CreateTapePartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateTapePartition,CreateTapePartition,240 diff --git a/libc/nt/kernel32/CreateThread.S b/libc/nt/kernel32/CreateThread.S new file mode 100644 index 000000000..4607e32ff --- /dev/null +++ b/libc/nt/kernel32/CreateThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThread,CreateThread,0 + +#ifdef __x86_64__ + .text.windows +__CreateThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateThread(%rip),%rax + jmp __sysv2nt6 + .endfn __CreateThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateThread.s b/libc/nt/kernel32/CreateThread.s deleted file mode 100644 index 67e4a644b..000000000 --- a/libc/nt/kernel32/CreateThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThread,CreateThread,0 - - .text.windows -__CreateThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateThread(%rip),%rax - jmp __sysv2nt6 - .endfn __CreateThread,globl - .previous diff --git a/libc/nt/kernel32/CreateThreadpool.S b/libc/nt/kernel32/CreateThreadpool.S new file mode 100644 index 000000000..3c619a70f --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpool.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpool,CreateThreadpool,0 diff --git a/libc/nt/kernel32/CreateThreadpool.s b/libc/nt/kernel32/CreateThreadpool.s deleted file mode 100644 index 82c451aae..000000000 --- a/libc/nt/kernel32/CreateThreadpool.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpool,CreateThreadpool,0 diff --git a/libc/nt/kernel32/CreateThreadpoolCleanupGroup.S b/libc/nt/kernel32/CreateThreadpoolCleanupGroup.S new file mode 100644 index 000000000..8f2ab8fe8 --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpoolCleanupGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpoolCleanupGroup,CreateThreadpoolCleanupGroup,0 diff --git a/libc/nt/kernel32/CreateThreadpoolCleanupGroup.s b/libc/nt/kernel32/CreateThreadpoolCleanupGroup.s deleted file mode 100644 index 962fd2c50..000000000 --- a/libc/nt/kernel32/CreateThreadpoolCleanupGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpoolCleanupGroup,CreateThreadpoolCleanupGroup,0 diff --git a/libc/nt/kernel32/CreateThreadpoolIo.S b/libc/nt/kernel32/CreateThreadpoolIo.S new file mode 100644 index 000000000..a814ccdf3 --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpoolIo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpoolIo,CreateThreadpoolIo,0 diff --git a/libc/nt/kernel32/CreateThreadpoolIo.s b/libc/nt/kernel32/CreateThreadpoolIo.s deleted file mode 100644 index 456024382..000000000 --- a/libc/nt/kernel32/CreateThreadpoolIo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpoolIo,CreateThreadpoolIo,0 diff --git a/libc/nt/kernel32/CreateThreadpoolTimer.S b/libc/nt/kernel32/CreateThreadpoolTimer.S new file mode 100644 index 000000000..ed3e180c2 --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpoolTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpoolTimer,CreateThreadpoolTimer,0 diff --git a/libc/nt/kernel32/CreateThreadpoolTimer.s b/libc/nt/kernel32/CreateThreadpoolTimer.s deleted file mode 100644 index a4a04678d..000000000 --- a/libc/nt/kernel32/CreateThreadpoolTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpoolTimer,CreateThreadpoolTimer,0 diff --git a/libc/nt/kernel32/CreateThreadpoolWait.S b/libc/nt/kernel32/CreateThreadpoolWait.S new file mode 100644 index 000000000..7e6870809 --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpoolWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpoolWait,CreateThreadpoolWait,0 diff --git a/libc/nt/kernel32/CreateThreadpoolWait.s b/libc/nt/kernel32/CreateThreadpoolWait.s deleted file mode 100644 index a842e9ef7..000000000 --- a/libc/nt/kernel32/CreateThreadpoolWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpoolWait,CreateThreadpoolWait,0 diff --git a/libc/nt/kernel32/CreateThreadpoolWork.S b/libc/nt/kernel32/CreateThreadpoolWork.S new file mode 100644 index 000000000..fa00addad --- /dev/null +++ b/libc/nt/kernel32/CreateThreadpoolWork.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateThreadpoolWork,CreateThreadpoolWork,0 diff --git a/libc/nt/kernel32/CreateThreadpoolWork.s b/libc/nt/kernel32/CreateThreadpoolWork.s deleted file mode 100644 index f31cb32d7..000000000 --- a/libc/nt/kernel32/CreateThreadpoolWork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateThreadpoolWork,CreateThreadpoolWork,0 diff --git a/libc/nt/kernel32/CreateTimerQueue.S b/libc/nt/kernel32/CreateTimerQueue.S new file mode 100644 index 000000000..1fabc593f --- /dev/null +++ b/libc/nt/kernel32/CreateTimerQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateTimerQueue,CreateTimerQueue,0 diff --git a/libc/nt/kernel32/CreateTimerQueue.s b/libc/nt/kernel32/CreateTimerQueue.s deleted file mode 100644 index 427197843..000000000 --- a/libc/nt/kernel32/CreateTimerQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateTimerQueue,CreateTimerQueue,0 diff --git a/libc/nt/kernel32/CreateTimerQueueTimer.S b/libc/nt/kernel32/CreateTimerQueueTimer.S new file mode 100644 index 000000000..9fff8e0e6 --- /dev/null +++ b/libc/nt/kernel32/CreateTimerQueueTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateTimerQueueTimer,CreateTimerQueueTimer,0 diff --git a/libc/nt/kernel32/CreateTimerQueueTimer.s b/libc/nt/kernel32/CreateTimerQueueTimer.s deleted file mode 100644 index aaddfcba4..000000000 --- a/libc/nt/kernel32/CreateTimerQueueTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateTimerQueueTimer,CreateTimerQueueTimer,0 diff --git a/libc/nt/kernel32/CreateToolhelp32Snapshot.S b/libc/nt/kernel32/CreateToolhelp32Snapshot.S new file mode 100644 index 000000000..c4d3378f6 --- /dev/null +++ b/libc/nt/kernel32/CreateToolhelp32Snapshot.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateToolhelp32Snapshot,CreateToolhelp32Snapshot,0 + +#ifdef __x86_64__ + .text.windows +CreateToolhelp32Snapshot: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateToolhelp32Snapshot(%rip),%rax + jmp __sysv2nt + .endfn CreateToolhelp32Snapshot,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateToolhelp32Snapshot.s b/libc/nt/kernel32/CreateToolhelp32Snapshot.s deleted file mode 100644 index aea3d4177..000000000 --- a/libc/nt/kernel32/CreateToolhelp32Snapshot.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateToolhelp32Snapshot,CreateToolhelp32Snapshot,0 - - .text.windows -CreateToolhelp32Snapshot: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateToolhelp32Snapshot(%rip),%rax - jmp __sysv2nt - .endfn CreateToolhelp32Snapshot,globl - .previous diff --git a/libc/nt/kernel32/CreateUmsCompletionList.S b/libc/nt/kernel32/CreateUmsCompletionList.S new file mode 100644 index 000000000..982743480 --- /dev/null +++ b/libc/nt/kernel32/CreateUmsCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateUmsCompletionList,CreateUmsCompletionList,251 diff --git a/libc/nt/kernel32/CreateUmsCompletionList.s b/libc/nt/kernel32/CreateUmsCompletionList.s deleted file mode 100644 index 049806bb5..000000000 --- a/libc/nt/kernel32/CreateUmsCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateUmsCompletionList,CreateUmsCompletionList,251 diff --git a/libc/nt/kernel32/CreateUmsThreadContext.S b/libc/nt/kernel32/CreateUmsThreadContext.S new file mode 100644 index 000000000..06656700b --- /dev/null +++ b/libc/nt/kernel32/CreateUmsThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateUmsThreadContext,CreateUmsThreadContext,252 diff --git a/libc/nt/kernel32/CreateUmsThreadContext.s b/libc/nt/kernel32/CreateUmsThreadContext.s deleted file mode 100644 index 0da1af281..000000000 --- a/libc/nt/kernel32/CreateUmsThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateUmsThreadContext,CreateUmsThreadContext,252 diff --git a/libc/nt/kernel32/CreateWaitableTimerExW.S b/libc/nt/kernel32/CreateWaitableTimerExW.S new file mode 100644 index 000000000..6e911e3ad --- /dev/null +++ b/libc/nt/kernel32/CreateWaitableTimerExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateWaitableTimerExW,CreateWaitableTimerExW,0 + +#ifdef __x86_64__ + .text.windows +CreateWaitableTimerEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateWaitableTimerExW(%rip),%rax + jmp __sysv2nt + .endfn CreateWaitableTimerEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateWaitableTimerExW.s b/libc/nt/kernel32/CreateWaitableTimerExW.s deleted file mode 100644 index ad4c50fb8..000000000 --- a/libc/nt/kernel32/CreateWaitableTimerExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateWaitableTimerExW,CreateWaitableTimerExW,0 - - .text.windows -CreateWaitableTimerEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateWaitableTimerExW(%rip),%rax - jmp __sysv2nt - .endfn CreateWaitableTimerEx,globl - .previous diff --git a/libc/nt/kernel32/CreateWaitableTimerW.S b/libc/nt/kernel32/CreateWaitableTimerW.S new file mode 100644 index 000000000..4fc92d99f --- /dev/null +++ b/libc/nt/kernel32/CreateWaitableTimerW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_CreateWaitableTimerW,CreateWaitableTimerW,0 + +#ifdef __x86_64__ + .text.windows +CreateWaitableTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateWaitableTimerW(%rip),%rax + jmp __sysv2nt + .endfn CreateWaitableTimer,globl + .previous +#endif diff --git a/libc/nt/kernel32/CreateWaitableTimerW.s b/libc/nt/kernel32/CreateWaitableTimerW.s deleted file mode 100644 index a51b1fbbf..000000000 --- a/libc/nt/kernel32/CreateWaitableTimerW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_CreateWaitableTimerW,CreateWaitableTimerW,0 - - .text.windows -CreateWaitableTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateWaitableTimerW(%rip),%rax - jmp __sysv2nt - .endfn CreateWaitableTimer,globl - .previous diff --git a/libc/nt/kernel32/DeactivateActCtx.S b/libc/nt/kernel32/DeactivateActCtx.S new file mode 100644 index 000000000..c6f7c48a4 --- /dev/null +++ b/libc/nt/kernel32/DeactivateActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeactivateActCtx,DeactivateActCtx,0 diff --git a/libc/nt/kernel32/DeactivateActCtx.s b/libc/nt/kernel32/DeactivateActCtx.s deleted file mode 100644 index 1670ebe26..000000000 --- a/libc/nt/kernel32/DeactivateActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeactivateActCtx,DeactivateActCtx,0 diff --git a/libc/nt/kernel32/DeactivateActCtxWorker.S b/libc/nt/kernel32/DeactivateActCtxWorker.S new file mode 100644 index 000000000..b9e3e186f --- /dev/null +++ b/libc/nt/kernel32/DeactivateActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeactivateActCtxWorker,DeactivateActCtxWorker,259 diff --git a/libc/nt/kernel32/DeactivateActCtxWorker.s b/libc/nt/kernel32/DeactivateActCtxWorker.s deleted file mode 100644 index b33554453..000000000 --- a/libc/nt/kernel32/DeactivateActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeactivateActCtxWorker,DeactivateActCtxWorker,259 diff --git a/libc/nt/kernel32/DebugActiveProcess.S b/libc/nt/kernel32/DebugActiveProcess.S new file mode 100644 index 000000000..b524e8fb9 --- /dev/null +++ b/libc/nt/kernel32/DebugActiveProcess.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DebugActiveProcess,DebugActiveProcess,0 + +#ifdef __x86_64__ + .text.windows +DebugActiveProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DebugActiveProcess(%rip) + leave + ret + .endfn DebugActiveProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/DebugActiveProcess.s b/libc/nt/kernel32/DebugActiveProcess.s deleted file mode 100644 index 89ce0973f..000000000 --- a/libc/nt/kernel32/DebugActiveProcess.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DebugActiveProcess,DebugActiveProcess,0 - - .text.windows -DebugActiveProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DebugActiveProcess(%rip) - leave - ret - .endfn DebugActiveProcess,globl - .previous diff --git a/libc/nt/kernel32/DebugActiveProcessStop.S b/libc/nt/kernel32/DebugActiveProcessStop.S new file mode 100644 index 000000000..a4ccd3aed --- /dev/null +++ b/libc/nt/kernel32/DebugActiveProcessStop.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DebugActiveProcessStop,DebugActiveProcessStop,0 + +#ifdef __x86_64__ + .text.windows +DebugActiveProcessStop: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DebugActiveProcessStop(%rip) + leave + ret + .endfn DebugActiveProcessStop,globl + .previous +#endif diff --git a/libc/nt/kernel32/DebugActiveProcessStop.s b/libc/nt/kernel32/DebugActiveProcessStop.s deleted file mode 100644 index b5803013e..000000000 --- a/libc/nt/kernel32/DebugActiveProcessStop.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DebugActiveProcessStop,DebugActiveProcessStop,0 - - .text.windows -DebugActiveProcessStop: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DebugActiveProcessStop(%rip) - leave - ret - .endfn DebugActiveProcessStop,globl - .previous diff --git a/libc/nt/kernel32/DebugBreakProcess.S b/libc/nt/kernel32/DebugBreakProcess.S new file mode 100644 index 000000000..708c2d317 --- /dev/null +++ b/libc/nt/kernel32/DebugBreakProcess.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DebugBreakProcess,DebugBreakProcess,263 + +#ifdef __x86_64__ + .text.windows +DebugBreakProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DebugBreakProcess(%rip) + leave + ret + .endfn DebugBreakProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/DebugBreakProcess.s b/libc/nt/kernel32/DebugBreakProcess.s deleted file mode 100644 index cd4ab95f6..000000000 --- a/libc/nt/kernel32/DebugBreakProcess.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DebugBreakProcess,DebugBreakProcess,263 - - .text.windows -DebugBreakProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DebugBreakProcess(%rip) - leave - ret - .endfn DebugBreakProcess,globl - .previous diff --git a/libc/nt/kernel32/DebugSetProcessKillOnExit.S b/libc/nt/kernel32/DebugSetProcessKillOnExit.S new file mode 100644 index 000000000..cd0c9806b --- /dev/null +++ b/libc/nt/kernel32/DebugSetProcessKillOnExit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DebugSetProcessKillOnExit,DebugSetProcessKillOnExit,264 diff --git a/libc/nt/kernel32/DebugSetProcessKillOnExit.s b/libc/nt/kernel32/DebugSetProcessKillOnExit.s deleted file mode 100644 index c22964cbd..000000000 --- a/libc/nt/kernel32/DebugSetProcessKillOnExit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DebugSetProcessKillOnExit,DebugSetProcessKillOnExit,264 diff --git a/libc/nt/kernel32/DefineDosDeviceW.S b/libc/nt/kernel32/DefineDosDeviceW.S new file mode 100644 index 000000000..14483a2e0 --- /dev/null +++ b/libc/nt/kernel32/DefineDosDeviceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DefineDosDeviceW,DefineDosDeviceW,0 diff --git a/libc/nt/kernel32/DefineDosDeviceW.s b/libc/nt/kernel32/DefineDosDeviceW.s deleted file mode 100644 index a1c24039a..000000000 --- a/libc/nt/kernel32/DefineDosDeviceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DefineDosDeviceW,DefineDosDeviceW,0 diff --git a/libc/nt/kernel32/DeleteAtom.S b/libc/nt/kernel32/DeleteAtom.S new file mode 100644 index 000000000..862f0dce2 --- /dev/null +++ b/libc/nt/kernel32/DeleteAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteAtom,DeleteAtom,270 diff --git a/libc/nt/kernel32/DeleteAtom.s b/libc/nt/kernel32/DeleteAtom.s deleted file mode 100644 index 57b6b1d2f..000000000 --- a/libc/nt/kernel32/DeleteAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteAtom,DeleteAtom,270 diff --git a/libc/nt/kernel32/DeleteBoundaryDescriptor.S b/libc/nt/kernel32/DeleteBoundaryDescriptor.S new file mode 100644 index 000000000..1d28b27e0 --- /dev/null +++ b/libc/nt/kernel32/DeleteBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteBoundaryDescriptor,DeleteBoundaryDescriptor,0 diff --git a/libc/nt/kernel32/DeleteBoundaryDescriptor.s b/libc/nt/kernel32/DeleteBoundaryDescriptor.s deleted file mode 100644 index 7e9a442e2..000000000 --- a/libc/nt/kernel32/DeleteBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteBoundaryDescriptor,DeleteBoundaryDescriptor,0 diff --git a/libc/nt/kernel32/DeleteCriticalSection.S b/libc/nt/kernel32/DeleteCriticalSection.S new file mode 100644 index 000000000..de655d2e9 --- /dev/null +++ b/libc/nt/kernel32/DeleteCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteCriticalSection,DeleteCriticalSection,0 + +#ifdef __x86_64__ + .text.windows +DeleteCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeleteCriticalSection(%rip) + leave + ret + .endfn DeleteCriticalSection,globl + .previous +#endif diff --git a/libc/nt/kernel32/DeleteCriticalSection.s b/libc/nt/kernel32/DeleteCriticalSection.s deleted file mode 100644 index 63c8b09f4..000000000 --- a/libc/nt/kernel32/DeleteCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteCriticalSection,DeleteCriticalSection,0 - - .text.windows -DeleteCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeleteCriticalSection(%rip) - leave - ret - .endfn DeleteCriticalSection,globl - .previous diff --git a/libc/nt/kernel32/DeleteFiber.S b/libc/nt/kernel32/DeleteFiber.S new file mode 100644 index 000000000..c9123e7c2 --- /dev/null +++ b/libc/nt/kernel32/DeleteFiber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteFiber,DeleteFiber,0 diff --git a/libc/nt/kernel32/DeleteFiber.s b/libc/nt/kernel32/DeleteFiber.s deleted file mode 100644 index 48a85b099..000000000 --- a/libc/nt/kernel32/DeleteFiber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteFiber,DeleteFiber,0 diff --git a/libc/nt/kernel32/DeleteFileTransactedW.S b/libc/nt/kernel32/DeleteFileTransactedW.S new file mode 100644 index 000000000..1b1bccee7 --- /dev/null +++ b/libc/nt/kernel32/DeleteFileTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteFileTransactedW,DeleteFileTransactedW,276 diff --git a/libc/nt/kernel32/DeleteFileTransactedW.s b/libc/nt/kernel32/DeleteFileTransactedW.s deleted file mode 100644 index 3a3b76b4c..000000000 --- a/libc/nt/kernel32/DeleteFileTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteFileTransactedW,DeleteFileTransactedW,276 diff --git a/libc/nt/kernel32/DeleteFileW.S b/libc/nt/kernel32/DeleteFileW.S new file mode 100644 index 000000000..50d53bce6 --- /dev/null +++ b/libc/nt/kernel32/DeleteFileW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteFileW,DeleteFileW,0 + +#ifdef __x86_64__ + .text.windows +__DeleteFile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeleteFileW(%rip) + leave + ret + .endfn __DeleteFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/DeleteFileW.s b/libc/nt/kernel32/DeleteFileW.s deleted file mode 100644 index 492a94116..000000000 --- a/libc/nt/kernel32/DeleteFileW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteFileW,DeleteFileW,0 - - .text.windows -__DeleteFile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeleteFileW(%rip) - leave - ret - .endfn __DeleteFile,globl - .previous diff --git a/libc/nt/kernel32/DeleteProcThreadAttributeList.S b/libc/nt/kernel32/DeleteProcThreadAttributeList.S new file mode 100644 index 000000000..60a723a39 --- /dev/null +++ b/libc/nt/kernel32/DeleteProcThreadAttributeList.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteProcThreadAttributeList,DeleteProcThreadAttributeList,0 + +#ifdef __x86_64__ + .text.windows +DeleteProcThreadAttributeList: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DeleteProcThreadAttributeList(%rip) + leave + ret + .endfn DeleteProcThreadAttributeList,globl + .previous +#endif diff --git a/libc/nt/kernel32/DeleteProcThreadAttributeList.s b/libc/nt/kernel32/DeleteProcThreadAttributeList.s deleted file mode 100644 index b4229a01d..000000000 --- a/libc/nt/kernel32/DeleteProcThreadAttributeList.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteProcThreadAttributeList,DeleteProcThreadAttributeList,0 - - .text.windows -DeleteProcThreadAttributeList: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DeleteProcThreadAttributeList(%rip) - leave - ret - .endfn DeleteProcThreadAttributeList,globl - .previous diff --git a/libc/nt/kernel32/DeleteSynchronizationBarrier.S b/libc/nt/kernel32/DeleteSynchronizationBarrier.S new file mode 100644 index 000000000..2a1728087 --- /dev/null +++ b/libc/nt/kernel32/DeleteSynchronizationBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteSynchronizationBarrier,DeleteSynchronizationBarrier,279 diff --git a/libc/nt/kernel32/DeleteSynchronizationBarrier.s b/libc/nt/kernel32/DeleteSynchronizationBarrier.s deleted file mode 100644 index 333d9ddfe..000000000 --- a/libc/nt/kernel32/DeleteSynchronizationBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteSynchronizationBarrier,DeleteSynchronizationBarrier,279 diff --git a/libc/nt/kernel32/DeleteTimerQueue.S b/libc/nt/kernel32/DeleteTimerQueue.S new file mode 100644 index 000000000..cc3318f91 --- /dev/null +++ b/libc/nt/kernel32/DeleteTimerQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteTimerQueue,DeleteTimerQueue,280 diff --git a/libc/nt/kernel32/DeleteTimerQueue.s b/libc/nt/kernel32/DeleteTimerQueue.s deleted file mode 100644 index 9f7085cc1..000000000 --- a/libc/nt/kernel32/DeleteTimerQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteTimerQueue,DeleteTimerQueue,280 diff --git a/libc/nt/kernel32/DeleteTimerQueueEx.S b/libc/nt/kernel32/DeleteTimerQueueEx.S new file mode 100644 index 000000000..5107721ca --- /dev/null +++ b/libc/nt/kernel32/DeleteTimerQueueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteTimerQueueEx,DeleteTimerQueueEx,0 diff --git a/libc/nt/kernel32/DeleteTimerQueueEx.s b/libc/nt/kernel32/DeleteTimerQueueEx.s deleted file mode 100644 index b36e84b73..000000000 --- a/libc/nt/kernel32/DeleteTimerQueueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteTimerQueueEx,DeleteTimerQueueEx,0 diff --git a/libc/nt/kernel32/DeleteTimerQueueTimer.S b/libc/nt/kernel32/DeleteTimerQueueTimer.S new file mode 100644 index 000000000..cccc6bf34 --- /dev/null +++ b/libc/nt/kernel32/DeleteTimerQueueTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteTimerQueueTimer,DeleteTimerQueueTimer,0 diff --git a/libc/nt/kernel32/DeleteTimerQueueTimer.s b/libc/nt/kernel32/DeleteTimerQueueTimer.s deleted file mode 100644 index ba3bbe32c..000000000 --- a/libc/nt/kernel32/DeleteTimerQueueTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteTimerQueueTimer,DeleteTimerQueueTimer,0 diff --git a/libc/nt/kernel32/DeleteUmsCompletionList.S b/libc/nt/kernel32/DeleteUmsCompletionList.S new file mode 100644 index 000000000..e7f357998 --- /dev/null +++ b/libc/nt/kernel32/DeleteUmsCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteUmsCompletionList,DeleteUmsCompletionList,283 diff --git a/libc/nt/kernel32/DeleteUmsCompletionList.s b/libc/nt/kernel32/DeleteUmsCompletionList.s deleted file mode 100644 index df29b2119..000000000 --- a/libc/nt/kernel32/DeleteUmsCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteUmsCompletionList,DeleteUmsCompletionList,283 diff --git a/libc/nt/kernel32/DeleteUmsThreadContext.S b/libc/nt/kernel32/DeleteUmsThreadContext.S new file mode 100644 index 000000000..fc2b80776 --- /dev/null +++ b/libc/nt/kernel32/DeleteUmsThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteUmsThreadContext,DeleteUmsThreadContext,284 diff --git a/libc/nt/kernel32/DeleteUmsThreadContext.s b/libc/nt/kernel32/DeleteUmsThreadContext.s deleted file mode 100644 index 3c9c85997..000000000 --- a/libc/nt/kernel32/DeleteUmsThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteUmsThreadContext,DeleteUmsThreadContext,284 diff --git a/libc/nt/kernel32/DeleteVolumeMountPointW.S b/libc/nt/kernel32/DeleteVolumeMountPointW.S new file mode 100644 index 000000000..3e8f12871 --- /dev/null +++ b/libc/nt/kernel32/DeleteVolumeMountPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeleteVolumeMountPointW,DeleteVolumeMountPointW,0 diff --git a/libc/nt/kernel32/DeleteVolumeMountPointW.s b/libc/nt/kernel32/DeleteVolumeMountPointW.s deleted file mode 100644 index 7d48dc3b4..000000000 --- a/libc/nt/kernel32/DeleteVolumeMountPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeleteVolumeMountPointW,DeleteVolumeMountPointW,0 diff --git a/libc/nt/kernel32/DequeueUmsCompletionListItems.S b/libc/nt/kernel32/DequeueUmsCompletionListItems.S new file mode 100644 index 000000000..101b959eb --- /dev/null +++ b/libc/nt/kernel32/DequeueUmsCompletionListItems.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DequeueUmsCompletionListItems,DequeueUmsCompletionListItems,287 diff --git a/libc/nt/kernel32/DequeueUmsCompletionListItems.s b/libc/nt/kernel32/DequeueUmsCompletionListItems.s deleted file mode 100644 index 9d9d91ef5..000000000 --- a/libc/nt/kernel32/DequeueUmsCompletionListItems.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DequeueUmsCompletionListItems,DequeueUmsCompletionListItems,287 diff --git a/libc/nt/kernel32/DeviceIoControl.S b/libc/nt/kernel32/DeviceIoControl.S new file mode 100644 index 000000000..91b42a345 --- /dev/null +++ b/libc/nt/kernel32/DeviceIoControl.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DeviceIoControl,DeviceIoControl,0 + +#ifdef __x86_64__ + .text.windows +__DeviceIoControl: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DeviceIoControl(%rip),%rax + jmp __sysv2nt8 + .endfn __DeviceIoControl,globl + .previous +#endif diff --git a/libc/nt/kernel32/DeviceIoControl.s b/libc/nt/kernel32/DeviceIoControl.s deleted file mode 100644 index f250662fb..000000000 --- a/libc/nt/kernel32/DeviceIoControl.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DeviceIoControl,DeviceIoControl,0 - - .text.windows -__DeviceIoControl: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DeviceIoControl(%rip),%rax - jmp __sysv2nt8 - .endfn __DeviceIoControl,globl - .previous diff --git a/libc/nt/kernel32/DisableThreadLibraryCalls.S b/libc/nt/kernel32/DisableThreadLibraryCalls.S new file mode 100644 index 000000000..b5d51881c --- /dev/null +++ b/libc/nt/kernel32/DisableThreadLibraryCalls.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DisableThreadLibraryCalls,DisableThreadLibraryCalls,0 diff --git a/libc/nt/kernel32/DisableThreadLibraryCalls.s b/libc/nt/kernel32/DisableThreadLibraryCalls.s deleted file mode 100644 index ca0f9453c..000000000 --- a/libc/nt/kernel32/DisableThreadLibraryCalls.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DisableThreadLibraryCalls,DisableThreadLibraryCalls,0 diff --git a/libc/nt/kernel32/DisableThreadProfiling.S b/libc/nt/kernel32/DisableThreadProfiling.S new file mode 100644 index 000000000..f1b6f72f1 --- /dev/null +++ b/libc/nt/kernel32/DisableThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DisableThreadProfiling,DisableThreadProfiling,290 diff --git a/libc/nt/kernel32/DisableThreadProfiling.s b/libc/nt/kernel32/DisableThreadProfiling.s deleted file mode 100644 index f947403a5..000000000 --- a/libc/nt/kernel32/DisableThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DisableThreadProfiling,DisableThreadProfiling,290 diff --git a/libc/nt/kernel32/DiscardVirtualMemory.S b/libc/nt/kernel32/DiscardVirtualMemory.S new file mode 100644 index 000000000..6e6780fcc --- /dev/null +++ b/libc/nt/kernel32/DiscardVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DiscardVirtualMemory,DiscardVirtualMemory,0 diff --git a/libc/nt/kernel32/DiscardVirtualMemory.s b/libc/nt/kernel32/DiscardVirtualMemory.s deleted file mode 100644 index cc0131b33..000000000 --- a/libc/nt/kernel32/DiscardVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DiscardVirtualMemory,DiscardVirtualMemory,0 diff --git a/libc/nt/kernel32/DisconnectNamedPipe.S b/libc/nt/kernel32/DisconnectNamedPipe.S new file mode 100644 index 000000000..00ff05d13 --- /dev/null +++ b/libc/nt/kernel32/DisconnectNamedPipe.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DisconnectNamedPipe,DisconnectNamedPipe,0 + +#ifdef __x86_64__ + .text.windows +DisconnectNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DisconnectNamedPipe(%rip) + leave + ret + .endfn DisconnectNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/DisconnectNamedPipe.s b/libc/nt/kernel32/DisconnectNamedPipe.s deleted file mode 100644 index 2b3983081..000000000 --- a/libc/nt/kernel32/DisconnectNamedPipe.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DisconnectNamedPipe,DisconnectNamedPipe,0 - - .text.windows -DisconnectNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DisconnectNamedPipe(%rip) - leave - ret - .endfn DisconnectNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/DnsHostnameToComputerNameW.S b/libc/nt/kernel32/DnsHostnameToComputerNameW.S new file mode 100644 index 000000000..23f8dba76 --- /dev/null +++ b/libc/nt/kernel32/DnsHostnameToComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DnsHostnameToComputerNameW,DnsHostnameToComputerNameW,296 diff --git a/libc/nt/kernel32/DnsHostnameToComputerNameW.s b/libc/nt/kernel32/DnsHostnameToComputerNameW.s deleted file mode 100644 index faabae5d7..000000000 --- a/libc/nt/kernel32/DnsHostnameToComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DnsHostnameToComputerNameW,DnsHostnameToComputerNameW,296 diff --git a/libc/nt/kernel32/DosDateTimeToFileTime.S b/libc/nt/kernel32/DosDateTimeToFileTime.S new file mode 100644 index 000000000..d3d4f2f7d --- /dev/null +++ b/libc/nt/kernel32/DosDateTimeToFileTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DosDateTimeToFileTime,DosDateTimeToFileTime,297 diff --git a/libc/nt/kernel32/DosDateTimeToFileTime.s b/libc/nt/kernel32/DosDateTimeToFileTime.s deleted file mode 100644 index b0119d774..000000000 --- a/libc/nt/kernel32/DosDateTimeToFileTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DosDateTimeToFileTime,DosDateTimeToFileTime,297 diff --git a/libc/nt/kernel32/DosPathToSessionPathW.S b/libc/nt/kernel32/DosPathToSessionPathW.S new file mode 100644 index 000000000..258021734 --- /dev/null +++ b/libc/nt/kernel32/DosPathToSessionPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DosPathToSessionPathW,DosPathToSessionPathW,299 diff --git a/libc/nt/kernel32/DosPathToSessionPathW.s b/libc/nt/kernel32/DosPathToSessionPathW.s deleted file mode 100644 index 4a27daea3..000000000 --- a/libc/nt/kernel32/DosPathToSessionPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DosPathToSessionPathW,DosPathToSessionPathW,299 diff --git a/libc/nt/kernel32/DuplicateConsoleHandle.S b/libc/nt/kernel32/DuplicateConsoleHandle.S new file mode 100644 index 000000000..71cce48f4 --- /dev/null +++ b/libc/nt/kernel32/DuplicateConsoleHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DuplicateConsoleHandle,DuplicateConsoleHandle,300 diff --git a/libc/nt/kernel32/DuplicateConsoleHandle.s b/libc/nt/kernel32/DuplicateConsoleHandle.s deleted file mode 100644 index b38b54a58..000000000 --- a/libc/nt/kernel32/DuplicateConsoleHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DuplicateConsoleHandle,DuplicateConsoleHandle,300 diff --git a/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.S b/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.S new file mode 100644 index 000000000..3b21770f9 --- /dev/null +++ b/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DuplicateEncryptionInfoFileExt,DuplicateEncryptionInfoFileExt,301 diff --git a/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.s b/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.s deleted file mode 100644 index 372ac0770..000000000 --- a/libc/nt/kernel32/DuplicateEncryptionInfoFileExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DuplicateEncryptionInfoFileExt,DuplicateEncryptionInfoFileExt,301 diff --git a/libc/nt/kernel32/DuplicateHandle.S b/libc/nt/kernel32/DuplicateHandle.S new file mode 100644 index 000000000..c5eb6b9c7 --- /dev/null +++ b/libc/nt/kernel32/DuplicateHandle.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_DuplicateHandle,DuplicateHandle,0 + +#ifdef __x86_64__ + .text.windows +DuplicateHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DuplicateHandle(%rip),%rax + jmp __sysv2nt8 + .endfn DuplicateHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/DuplicateHandle.s b/libc/nt/kernel32/DuplicateHandle.s deleted file mode 100644 index 09ab3d462..000000000 --- a/libc/nt/kernel32/DuplicateHandle.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_DuplicateHandle,DuplicateHandle,0 - - .text.windows -DuplicateHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DuplicateHandle(%rip),%rax - jmp __sysv2nt8 - .endfn DuplicateHandle,globl - .previous diff --git a/libc/nt/kernel32/EnableThreadProfiling.S b/libc/nt/kernel32/EnableThreadProfiling.S new file mode 100644 index 000000000..27b764568 --- /dev/null +++ b/libc/nt/kernel32/EnableThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnableThreadProfiling,EnableThreadProfiling,303 diff --git a/libc/nt/kernel32/EnableThreadProfiling.s b/libc/nt/kernel32/EnableThreadProfiling.s deleted file mode 100644 index 777814c8b..000000000 --- a/libc/nt/kernel32/EnableThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnableThreadProfiling,EnableThreadProfiling,303 diff --git a/libc/nt/kernel32/EndUpdateResourceW.S b/libc/nt/kernel32/EndUpdateResourceW.S new file mode 100644 index 000000000..daf236193 --- /dev/null +++ b/libc/nt/kernel32/EndUpdateResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EndUpdateResourceW,EndUpdateResourceW,307 diff --git a/libc/nt/kernel32/EndUpdateResourceW.s b/libc/nt/kernel32/EndUpdateResourceW.s deleted file mode 100644 index dea8d1d8b..000000000 --- a/libc/nt/kernel32/EndUpdateResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EndUpdateResourceW,EndUpdateResourceW,307 diff --git a/libc/nt/kernel32/EnterCriticalSection.S b/libc/nt/kernel32/EnterCriticalSection.S new file mode 100644 index 000000000..7486abb00 --- /dev/null +++ b/libc/nt/kernel32/EnterCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnterCriticalSection,EnterCriticalSection,0 + +#ifdef __x86_64__ + .text.windows +EnterCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_EnterCriticalSection(%rip) + leave + ret + .endfn EnterCriticalSection,globl + .previous +#endif diff --git a/libc/nt/kernel32/EnterCriticalSection.s b/libc/nt/kernel32/EnterCriticalSection.s deleted file mode 100644 index 0e5e3e5e4..000000000 --- a/libc/nt/kernel32/EnterCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnterCriticalSection,EnterCriticalSection,0 - - .text.windows -EnterCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_EnterCriticalSection(%rip) - leave - ret - .endfn EnterCriticalSection,globl - .previous diff --git a/libc/nt/kernel32/EnterSynchronizationBarrier.S b/libc/nt/kernel32/EnterSynchronizationBarrier.S new file mode 100644 index 000000000..97ee030b7 --- /dev/null +++ b/libc/nt/kernel32/EnterSynchronizationBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnterSynchronizationBarrier,EnterSynchronizationBarrier,0 diff --git a/libc/nt/kernel32/EnterSynchronizationBarrier.s b/libc/nt/kernel32/EnterSynchronizationBarrier.s deleted file mode 100644 index f68585053..000000000 --- a/libc/nt/kernel32/EnterSynchronizationBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnterSynchronizationBarrier,EnterSynchronizationBarrier,0 diff --git a/libc/nt/kernel32/EnterUmsSchedulingMode.S b/libc/nt/kernel32/EnterUmsSchedulingMode.S new file mode 100644 index 000000000..b56d340d9 --- /dev/null +++ b/libc/nt/kernel32/EnterUmsSchedulingMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnterUmsSchedulingMode,EnterUmsSchedulingMode,310 diff --git a/libc/nt/kernel32/EnterUmsSchedulingMode.s b/libc/nt/kernel32/EnterUmsSchedulingMode.s deleted file mode 100644 index 1247e71f2..000000000 --- a/libc/nt/kernel32/EnterUmsSchedulingMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnterUmsSchedulingMode,EnterUmsSchedulingMode,310 diff --git a/libc/nt/kernel32/EnumCalendarInfoExEx.S b/libc/nt/kernel32/EnumCalendarInfoExEx.S new file mode 100644 index 000000000..6fce6e7f2 --- /dev/null +++ b/libc/nt/kernel32/EnumCalendarInfoExEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumCalendarInfoExEx,EnumCalendarInfoExEx,0 diff --git a/libc/nt/kernel32/EnumCalendarInfoExEx.s b/libc/nt/kernel32/EnumCalendarInfoExEx.s deleted file mode 100644 index caa6a1b9f..000000000 --- a/libc/nt/kernel32/EnumCalendarInfoExEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumCalendarInfoExEx,EnumCalendarInfoExEx,0 diff --git a/libc/nt/kernel32/EnumCalendarInfoExW.S b/libc/nt/kernel32/EnumCalendarInfoExW.S new file mode 100644 index 000000000..f53b92a5a --- /dev/null +++ b/libc/nt/kernel32/EnumCalendarInfoExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumCalendarInfoExW,EnumCalendarInfoExW,0 diff --git a/libc/nt/kernel32/EnumCalendarInfoExW.s b/libc/nt/kernel32/EnumCalendarInfoExW.s deleted file mode 100644 index 6c50e01f9..000000000 --- a/libc/nt/kernel32/EnumCalendarInfoExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumCalendarInfoExW,EnumCalendarInfoExW,0 diff --git a/libc/nt/kernel32/EnumCalendarInfoW.S b/libc/nt/kernel32/EnumCalendarInfoW.S new file mode 100644 index 000000000..e9da6e436 --- /dev/null +++ b/libc/nt/kernel32/EnumCalendarInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumCalendarInfoW,EnumCalendarInfoW,0 diff --git a/libc/nt/kernel32/EnumCalendarInfoW.s b/libc/nt/kernel32/EnumCalendarInfoW.s deleted file mode 100644 index 10f09c562..000000000 --- a/libc/nt/kernel32/EnumCalendarInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumCalendarInfoW,EnumCalendarInfoW,0 diff --git a/libc/nt/kernel32/EnumDateFormatsExEx.S b/libc/nt/kernel32/EnumDateFormatsExEx.S new file mode 100644 index 000000000..6594030c5 --- /dev/null +++ b/libc/nt/kernel32/EnumDateFormatsExEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumDateFormatsExEx,EnumDateFormatsExEx,0 diff --git a/libc/nt/kernel32/EnumDateFormatsExEx.s b/libc/nt/kernel32/EnumDateFormatsExEx.s deleted file mode 100644 index 458355d52..000000000 --- a/libc/nt/kernel32/EnumDateFormatsExEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumDateFormatsExEx,EnumDateFormatsExEx,0 diff --git a/libc/nt/kernel32/EnumDateFormatsExW.S b/libc/nt/kernel32/EnumDateFormatsExW.S new file mode 100644 index 000000000..1435ee7a5 --- /dev/null +++ b/libc/nt/kernel32/EnumDateFormatsExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumDateFormatsExW,EnumDateFormatsExW,0 diff --git a/libc/nt/kernel32/EnumDateFormatsExW.s b/libc/nt/kernel32/EnumDateFormatsExW.s deleted file mode 100644 index 6a2d48489..000000000 --- a/libc/nt/kernel32/EnumDateFormatsExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumDateFormatsExW,EnumDateFormatsExW,0 diff --git a/libc/nt/kernel32/EnumDateFormatsW.S b/libc/nt/kernel32/EnumDateFormatsW.S new file mode 100644 index 000000000..c7de86ed8 --- /dev/null +++ b/libc/nt/kernel32/EnumDateFormatsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumDateFormatsW,EnumDateFormatsW,0 diff --git a/libc/nt/kernel32/EnumDateFormatsW.s b/libc/nt/kernel32/EnumDateFormatsW.s deleted file mode 100644 index d0cab6f9d..000000000 --- a/libc/nt/kernel32/EnumDateFormatsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumDateFormatsW,EnumDateFormatsW,0 diff --git a/libc/nt/kernel32/EnumLanguageGroupLocalesW.S b/libc/nt/kernel32/EnumLanguageGroupLocalesW.S new file mode 100644 index 000000000..7dc603adb --- /dev/null +++ b/libc/nt/kernel32/EnumLanguageGroupLocalesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumLanguageGroupLocalesW,EnumLanguageGroupLocalesW,0 diff --git a/libc/nt/kernel32/EnumLanguageGroupLocalesW.s b/libc/nt/kernel32/EnumLanguageGroupLocalesW.s deleted file mode 100644 index 869b7058c..000000000 --- a/libc/nt/kernel32/EnumLanguageGroupLocalesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumLanguageGroupLocalesW,EnumLanguageGroupLocalesW,0 diff --git a/libc/nt/kernel32/EnumResourceLanguagesExW.S b/libc/nt/kernel32/EnumResourceLanguagesExW.S new file mode 100644 index 000000000..c91b57504 --- /dev/null +++ b/libc/nt/kernel32/EnumResourceLanguagesExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceLanguagesExW,EnumResourceLanguagesExW,0 diff --git a/libc/nt/kernel32/EnumResourceLanguagesExW.s b/libc/nt/kernel32/EnumResourceLanguagesExW.s deleted file mode 100644 index 50e31e290..000000000 --- a/libc/nt/kernel32/EnumResourceLanguagesExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceLanguagesExW,EnumResourceLanguagesExW,0 diff --git a/libc/nt/kernel32/EnumResourceLanguagesW.S b/libc/nt/kernel32/EnumResourceLanguagesW.S new file mode 100644 index 000000000..758f70161 --- /dev/null +++ b/libc/nt/kernel32/EnumResourceLanguagesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceLanguagesW,EnumResourceLanguagesW,326 diff --git a/libc/nt/kernel32/EnumResourceLanguagesW.s b/libc/nt/kernel32/EnumResourceLanguagesW.s deleted file mode 100644 index cc85fba4f..000000000 --- a/libc/nt/kernel32/EnumResourceLanguagesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceLanguagesW,EnumResourceLanguagesW,326 diff --git a/libc/nt/kernel32/EnumResourceNamesExW.S b/libc/nt/kernel32/EnumResourceNamesExW.S new file mode 100644 index 000000000..2f6c1f759 --- /dev/null +++ b/libc/nt/kernel32/EnumResourceNamesExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceNamesExW,EnumResourceNamesExW,0 diff --git a/libc/nt/kernel32/EnumResourceNamesExW.s b/libc/nt/kernel32/EnumResourceNamesExW.s deleted file mode 100644 index 601985e51..000000000 --- a/libc/nt/kernel32/EnumResourceNamesExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceNamesExW,EnumResourceNamesExW,0 diff --git a/libc/nt/kernel32/EnumResourceNamesW.S b/libc/nt/kernel32/EnumResourceNamesW.S new file mode 100644 index 000000000..66ca95d5d --- /dev/null +++ b/libc/nt/kernel32/EnumResourceNamesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceNamesW,EnumResourceNamesW,0 diff --git a/libc/nt/kernel32/EnumResourceNamesW.s b/libc/nt/kernel32/EnumResourceNamesW.s deleted file mode 100644 index c8426479f..000000000 --- a/libc/nt/kernel32/EnumResourceNamesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceNamesW,EnumResourceNamesW,0 diff --git a/libc/nt/kernel32/EnumResourceTypesExW.S b/libc/nt/kernel32/EnumResourceTypesExW.S new file mode 100644 index 000000000..d6b8ac477 --- /dev/null +++ b/libc/nt/kernel32/EnumResourceTypesExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceTypesExW,EnumResourceTypesExW,0 diff --git a/libc/nt/kernel32/EnumResourceTypesExW.s b/libc/nt/kernel32/EnumResourceTypesExW.s deleted file mode 100644 index 5b1d90e0b..000000000 --- a/libc/nt/kernel32/EnumResourceTypesExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceTypesExW,EnumResourceTypesExW,0 diff --git a/libc/nt/kernel32/EnumResourceTypesW.S b/libc/nt/kernel32/EnumResourceTypesW.S new file mode 100644 index 000000000..c9e381933 --- /dev/null +++ b/libc/nt/kernel32/EnumResourceTypesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumResourceTypesW,EnumResourceTypesW,334 diff --git a/libc/nt/kernel32/EnumResourceTypesW.s b/libc/nt/kernel32/EnumResourceTypesW.s deleted file mode 100644 index d89b3c69f..000000000 --- a/libc/nt/kernel32/EnumResourceTypesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumResourceTypesW,EnumResourceTypesW,334 diff --git a/libc/nt/kernel32/EnumSystemCodePagesW.S b/libc/nt/kernel32/EnumSystemCodePagesW.S new file mode 100644 index 000000000..26d32d8c6 --- /dev/null +++ b/libc/nt/kernel32/EnumSystemCodePagesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemCodePagesW,EnumSystemCodePagesW,0 diff --git a/libc/nt/kernel32/EnumSystemCodePagesW.s b/libc/nt/kernel32/EnumSystemCodePagesW.s deleted file mode 100644 index 08529905e..000000000 --- a/libc/nt/kernel32/EnumSystemCodePagesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemCodePagesW,EnumSystemCodePagesW,0 diff --git a/libc/nt/kernel32/EnumSystemFirmwareTables.S b/libc/nt/kernel32/EnumSystemFirmwareTables.S new file mode 100644 index 000000000..585574860 --- /dev/null +++ b/libc/nt/kernel32/EnumSystemFirmwareTables.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemFirmwareTables,EnumSystemFirmwareTables,0 diff --git a/libc/nt/kernel32/EnumSystemFirmwareTables.s b/libc/nt/kernel32/EnumSystemFirmwareTables.s deleted file mode 100644 index 32c213685..000000000 --- a/libc/nt/kernel32/EnumSystemFirmwareTables.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemFirmwareTables,EnumSystemFirmwareTables,0 diff --git a/libc/nt/kernel32/EnumSystemGeoID.S b/libc/nt/kernel32/EnumSystemGeoID.S new file mode 100644 index 000000000..005f738fb --- /dev/null +++ b/libc/nt/kernel32/EnumSystemGeoID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemGeoID,EnumSystemGeoID,0 diff --git a/libc/nt/kernel32/EnumSystemGeoID.s b/libc/nt/kernel32/EnumSystemGeoID.s deleted file mode 100644 index e622cc430..000000000 --- a/libc/nt/kernel32/EnumSystemGeoID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemGeoID,EnumSystemGeoID,0 diff --git a/libc/nt/kernel32/EnumSystemGeoNames.S b/libc/nt/kernel32/EnumSystemGeoNames.S new file mode 100644 index 000000000..08bfe2cfd --- /dev/null +++ b/libc/nt/kernel32/EnumSystemGeoNames.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemGeoNames,EnumSystemGeoNames,318 diff --git a/libc/nt/kernel32/EnumSystemGeoNames.s b/libc/nt/kernel32/EnumSystemGeoNames.s deleted file mode 100644 index 7143a52e7..000000000 --- a/libc/nt/kernel32/EnumSystemGeoNames.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemGeoNames,EnumSystemGeoNames,318 diff --git a/libc/nt/kernel32/EnumSystemLanguageGroupsW.S b/libc/nt/kernel32/EnumSystemLanguageGroupsW.S new file mode 100644 index 000000000..795a847d2 --- /dev/null +++ b/libc/nt/kernel32/EnumSystemLanguageGroupsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemLanguageGroupsW,EnumSystemLanguageGroupsW,0 diff --git a/libc/nt/kernel32/EnumSystemLanguageGroupsW.s b/libc/nt/kernel32/EnumSystemLanguageGroupsW.s deleted file mode 100644 index c9937371a..000000000 --- a/libc/nt/kernel32/EnumSystemLanguageGroupsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemLanguageGroupsW,EnumSystemLanguageGroupsW,0 diff --git a/libc/nt/kernel32/EnumSystemLocalesEx.S b/libc/nt/kernel32/EnumSystemLocalesEx.S new file mode 100644 index 000000000..a322c4c2f --- /dev/null +++ b/libc/nt/kernel32/EnumSystemLocalesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemLocalesEx,EnumSystemLocalesEx,0 diff --git a/libc/nt/kernel32/EnumSystemLocalesEx.s b/libc/nt/kernel32/EnumSystemLocalesEx.s deleted file mode 100644 index 3f9cf4c21..000000000 --- a/libc/nt/kernel32/EnumSystemLocalesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemLocalesEx,EnumSystemLocalesEx,0 diff --git a/libc/nt/kernel32/EnumSystemLocalesW.S b/libc/nt/kernel32/EnumSystemLocalesW.S new file mode 100644 index 000000000..347bf5c59 --- /dev/null +++ b/libc/nt/kernel32/EnumSystemLocalesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumSystemLocalesW,EnumSystemLocalesW,0 diff --git a/libc/nt/kernel32/EnumSystemLocalesW.s b/libc/nt/kernel32/EnumSystemLocalesW.s deleted file mode 100644 index 92a5e0451..000000000 --- a/libc/nt/kernel32/EnumSystemLocalesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumSystemLocalesW,EnumSystemLocalesW,0 diff --git a/libc/nt/kernel32/EnumTimeFormatsEx.S b/libc/nt/kernel32/EnumTimeFormatsEx.S new file mode 100644 index 000000000..47621df80 --- /dev/null +++ b/libc/nt/kernel32/EnumTimeFormatsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumTimeFormatsEx,EnumTimeFormatsEx,0 diff --git a/libc/nt/kernel32/EnumTimeFormatsEx.s b/libc/nt/kernel32/EnumTimeFormatsEx.s deleted file mode 100644 index c47cb7167..000000000 --- a/libc/nt/kernel32/EnumTimeFormatsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumTimeFormatsEx,EnumTimeFormatsEx,0 diff --git a/libc/nt/kernel32/EnumTimeFormatsW.S b/libc/nt/kernel32/EnumTimeFormatsW.S new file mode 100644 index 000000000..d46e4da99 --- /dev/null +++ b/libc/nt/kernel32/EnumTimeFormatsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumTimeFormatsW,EnumTimeFormatsW,0 diff --git a/libc/nt/kernel32/EnumTimeFormatsW.s b/libc/nt/kernel32/EnumTimeFormatsW.s deleted file mode 100644 index 77e4c2ede..000000000 --- a/libc/nt/kernel32/EnumTimeFormatsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumTimeFormatsW,EnumTimeFormatsW,0 diff --git a/libc/nt/kernel32/EnumUILanguagesW.S b/libc/nt/kernel32/EnumUILanguagesW.S new file mode 100644 index 000000000..69c9c97bf --- /dev/null +++ b/libc/nt/kernel32/EnumUILanguagesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumUILanguagesW,EnumUILanguagesW,0 diff --git a/libc/nt/kernel32/EnumUILanguagesW.s b/libc/nt/kernel32/EnumUILanguagesW.s deleted file mode 100644 index 9c73a13cd..000000000 --- a/libc/nt/kernel32/EnumUILanguagesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumUILanguagesW,EnumUILanguagesW,0 diff --git a/libc/nt/kernel32/EnumerateLocalComputerNamesW.S b/libc/nt/kernel32/EnumerateLocalComputerNamesW.S new file mode 100644 index 000000000..02c142b14 --- /dev/null +++ b/libc/nt/kernel32/EnumerateLocalComputerNamesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EnumerateLocalComputerNamesW,EnumerateLocalComputerNamesW,351 diff --git a/libc/nt/kernel32/EnumerateLocalComputerNamesW.s b/libc/nt/kernel32/EnumerateLocalComputerNamesW.s deleted file mode 100644 index c40788ff3..000000000 --- a/libc/nt/kernel32/EnumerateLocalComputerNamesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EnumerateLocalComputerNamesW,EnumerateLocalComputerNamesW,351 diff --git a/libc/nt/kernel32/EraseTape.S b/libc/nt/kernel32/EraseTape.S new file mode 100644 index 000000000..441b67af7 --- /dev/null +++ b/libc/nt/kernel32/EraseTape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EraseTape,EraseTape,352 diff --git a/libc/nt/kernel32/EraseTape.s b/libc/nt/kernel32/EraseTape.s deleted file mode 100644 index ecd250078..000000000 --- a/libc/nt/kernel32/EraseTape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EraseTape,EraseTape,352 diff --git a/libc/nt/kernel32/EscapeCommFunction.S b/libc/nt/kernel32/EscapeCommFunction.S new file mode 100644 index 000000000..862b55591 --- /dev/null +++ b/libc/nt/kernel32/EscapeCommFunction.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_EscapeCommFunction,EscapeCommFunction,0 diff --git a/libc/nt/kernel32/EscapeCommFunction.s b/libc/nt/kernel32/EscapeCommFunction.s deleted file mode 100644 index 07655a7f8..000000000 --- a/libc/nt/kernel32/EscapeCommFunction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_EscapeCommFunction,EscapeCommFunction,0 diff --git a/libc/nt/kernel32/ExecuteUmsThread.S b/libc/nt/kernel32/ExecuteUmsThread.S new file mode 100644 index 000000000..71fb9e71d --- /dev/null +++ b/libc/nt/kernel32/ExecuteUmsThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ExecuteUmsThread,ExecuteUmsThread,354 diff --git a/libc/nt/kernel32/ExecuteUmsThread.s b/libc/nt/kernel32/ExecuteUmsThread.s deleted file mode 100644 index 3bc964724..000000000 --- a/libc/nt/kernel32/ExecuteUmsThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ExecuteUmsThread,ExecuteUmsThread,354 diff --git a/libc/nt/kernel32/ExitProcess.S b/libc/nt/kernel32/ExitProcess.S new file mode 100644 index 000000000..0f827f109 --- /dev/null +++ b/libc/nt/kernel32/ExitProcess.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ExitProcess,ExitProcess,0 + +#ifdef __x86_64__ + .text.windows +ExitProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ExitProcess(%rip) + leave + ret + .endfn ExitProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/ExitProcess.s b/libc/nt/kernel32/ExitProcess.s deleted file mode 100644 index 2edc73db9..000000000 --- a/libc/nt/kernel32/ExitProcess.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ExitProcess,ExitProcess,0 - - .text.windows -ExitProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ExitProcess(%rip) - leave - ret - .endfn ExitProcess,globl - .previous diff --git a/libc/nt/kernel32/ExitThread.S b/libc/nt/kernel32/ExitThread.S new file mode 100644 index 000000000..ed547ecc9 --- /dev/null +++ b/libc/nt/kernel32/ExitThread.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ExitThread,ExitThread,0 + +#ifdef __x86_64__ + .text.windows +ExitThread: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ExitThread(%rip) + leave + ret + .endfn ExitThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/ExitThread.s b/libc/nt/kernel32/ExitThread.s deleted file mode 100644 index 575958455..000000000 --- a/libc/nt/kernel32/ExitThread.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ExitThread,ExitThread,0 - - .text.windows -ExitThread: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ExitThread(%rip) - leave - ret - .endfn ExitThread,globl - .previous diff --git a/libc/nt/kernel32/ExitVDM.S b/libc/nt/kernel32/ExitVDM.S new file mode 100644 index 000000000..b778f8f2c --- /dev/null +++ b/libc/nt/kernel32/ExitVDM.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ExitVDM,ExitVDM,357 diff --git a/libc/nt/kernel32/ExitVDM.s b/libc/nt/kernel32/ExitVDM.s deleted file mode 100644 index aa790018e..000000000 --- a/libc/nt/kernel32/ExitVDM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ExitVDM,ExitVDM,357 diff --git a/libc/nt/kernel32/ExpandEnvironmentStringsW.S b/libc/nt/kernel32/ExpandEnvironmentStringsW.S new file mode 100644 index 000000000..c329cce2e --- /dev/null +++ b/libc/nt/kernel32/ExpandEnvironmentStringsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ExpandEnvironmentStringsW,ExpandEnvironmentStringsW,0 diff --git a/libc/nt/kernel32/ExpandEnvironmentStringsW.s b/libc/nt/kernel32/ExpandEnvironmentStringsW.s deleted file mode 100644 index 4d2d9952b..000000000 --- a/libc/nt/kernel32/ExpandEnvironmentStringsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ExpandEnvironmentStringsW,ExpandEnvironmentStringsW,0 diff --git a/libc/nt/kernel32/FatalAppExitW.S b/libc/nt/kernel32/FatalAppExitW.S new file mode 100644 index 000000000..b1598436c --- /dev/null +++ b/libc/nt/kernel32/FatalAppExitW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FatalAppExitW,FatalAppExitW,0 diff --git a/libc/nt/kernel32/FatalAppExitW.s b/libc/nt/kernel32/FatalAppExitW.s deleted file mode 100644 index 5c147758f..000000000 --- a/libc/nt/kernel32/FatalAppExitW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FatalAppExitW,FatalAppExitW,0 diff --git a/libc/nt/kernel32/FatalExit.S b/libc/nt/kernel32/FatalExit.S new file mode 100644 index 000000000..3d461a2a5 --- /dev/null +++ b/libc/nt/kernel32/FatalExit.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FatalExit,FatalExit,364 + +#ifdef __x86_64__ + .text.windows +FatalExit: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FatalExit(%rip) + leave + ret + .endfn FatalExit,globl + .previous +#endif diff --git a/libc/nt/kernel32/FatalExit.s b/libc/nt/kernel32/FatalExit.s deleted file mode 100644 index 69bff88dd..000000000 --- a/libc/nt/kernel32/FatalExit.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FatalExit,FatalExit,364 - - .text.windows -FatalExit: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FatalExit(%rip) - leave - ret - .endfn FatalExit,globl - .previous diff --git a/libc/nt/kernel32/FileTimeToDosDateTime.S b/libc/nt/kernel32/FileTimeToDosDateTime.S new file mode 100644 index 000000000..154659af8 --- /dev/null +++ b/libc/nt/kernel32/FileTimeToDosDateTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FileTimeToDosDateTime,FileTimeToDosDateTime,365 diff --git a/libc/nt/kernel32/FileTimeToDosDateTime.s b/libc/nt/kernel32/FileTimeToDosDateTime.s deleted file mode 100644 index 961889b89..000000000 --- a/libc/nt/kernel32/FileTimeToDosDateTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FileTimeToDosDateTime,FileTimeToDosDateTime,365 diff --git a/libc/nt/kernel32/FileTimeToLocalFileTime.S b/libc/nt/kernel32/FileTimeToLocalFileTime.S new file mode 100644 index 000000000..a29671adf --- /dev/null +++ b/libc/nt/kernel32/FileTimeToLocalFileTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FileTimeToLocalFileTime,FileTimeToLocalFileTime,0 diff --git a/libc/nt/kernel32/FileTimeToLocalFileTime.s b/libc/nt/kernel32/FileTimeToLocalFileTime.s deleted file mode 100644 index c734d4d26..000000000 --- a/libc/nt/kernel32/FileTimeToLocalFileTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FileTimeToLocalFileTime,FileTimeToLocalFileTime,0 diff --git a/libc/nt/kernel32/FileTimeToSystemTime.S b/libc/nt/kernel32/FileTimeToSystemTime.S new file mode 100644 index 000000000..8843caf93 --- /dev/null +++ b/libc/nt/kernel32/FileTimeToSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FileTimeToSystemTime,FileTimeToSystemTime,0 diff --git a/libc/nt/kernel32/FileTimeToSystemTime.s b/libc/nt/kernel32/FileTimeToSystemTime.s deleted file mode 100644 index 69fa5badb..000000000 --- a/libc/nt/kernel32/FileTimeToSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FileTimeToSystemTime,FileTimeToSystemTime,0 diff --git a/libc/nt/kernel32/FillConsoleOutputAttribute.S b/libc/nt/kernel32/FillConsoleOutputAttribute.S new file mode 100644 index 000000000..be09bfbd1 --- /dev/null +++ b/libc/nt/kernel32/FillConsoleOutputAttribute.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FillConsoleOutputAttribute,FillConsoleOutputAttribute,0 + +#ifdef __x86_64__ + .text.windows +FillConsoleOutputAttribute: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FillConsoleOutputAttribute(%rip),%rax + jmp __sysv2nt6 + .endfn FillConsoleOutputAttribute,globl + .previous +#endif diff --git a/libc/nt/kernel32/FillConsoleOutputAttribute.s b/libc/nt/kernel32/FillConsoleOutputAttribute.s deleted file mode 100644 index 7f5c4a7aa..000000000 --- a/libc/nt/kernel32/FillConsoleOutputAttribute.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FillConsoleOutputAttribute,FillConsoleOutputAttribute,0 - - .text.windows -FillConsoleOutputAttribute: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FillConsoleOutputAttribute(%rip),%rax - jmp __sysv2nt6 - .endfn FillConsoleOutputAttribute,globl - .previous diff --git a/libc/nt/kernel32/FillConsoleOutputCharacterW.S b/libc/nt/kernel32/FillConsoleOutputCharacterW.S new file mode 100644 index 000000000..35d013dda --- /dev/null +++ b/libc/nt/kernel32/FillConsoleOutputCharacterW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FillConsoleOutputCharacterW,FillConsoleOutputCharacterW,0 + +#ifdef __x86_64__ + .text.windows +FillConsoleOutputCharacter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FillConsoleOutputCharacterW(%rip),%rax + jmp __sysv2nt6 + .endfn FillConsoleOutputCharacter,globl + .previous +#endif diff --git a/libc/nt/kernel32/FillConsoleOutputCharacterW.s b/libc/nt/kernel32/FillConsoleOutputCharacterW.s deleted file mode 100644 index 15d87c51b..000000000 --- a/libc/nt/kernel32/FillConsoleOutputCharacterW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FillConsoleOutputCharacterW,FillConsoleOutputCharacterW,0 - - .text.windows -FillConsoleOutputCharacter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FillConsoleOutputCharacterW(%rip),%rax - jmp __sysv2nt6 - .endfn FillConsoleOutputCharacter,globl - .previous diff --git a/libc/nt/kernel32/FindActCtxSectionGuid.S b/libc/nt/kernel32/FindActCtxSectionGuid.S new file mode 100644 index 000000000..36bd7374d --- /dev/null +++ b/libc/nt/kernel32/FindActCtxSectionGuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindActCtxSectionGuid,FindActCtxSectionGuid,0 diff --git a/libc/nt/kernel32/FindActCtxSectionGuid.s b/libc/nt/kernel32/FindActCtxSectionGuid.s deleted file mode 100644 index 2addbf8b0..000000000 --- a/libc/nt/kernel32/FindActCtxSectionGuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindActCtxSectionGuid,FindActCtxSectionGuid,0 diff --git a/libc/nt/kernel32/FindActCtxSectionGuidWorker.S b/libc/nt/kernel32/FindActCtxSectionGuidWorker.S new file mode 100644 index 000000000..26e672c16 --- /dev/null +++ b/libc/nt/kernel32/FindActCtxSectionGuidWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindActCtxSectionGuidWorker,FindActCtxSectionGuidWorker,372 diff --git a/libc/nt/kernel32/FindActCtxSectionGuidWorker.s b/libc/nt/kernel32/FindActCtxSectionGuidWorker.s deleted file mode 100644 index 3b1c68ad3..000000000 --- a/libc/nt/kernel32/FindActCtxSectionGuidWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindActCtxSectionGuidWorker,FindActCtxSectionGuidWorker,372 diff --git a/libc/nt/kernel32/FindActCtxSectionStringW.S b/libc/nt/kernel32/FindActCtxSectionStringW.S new file mode 100644 index 000000000..6d2f2f10a --- /dev/null +++ b/libc/nt/kernel32/FindActCtxSectionStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindActCtxSectionStringW,FindActCtxSectionStringW,0 diff --git a/libc/nt/kernel32/FindActCtxSectionStringW.s b/libc/nt/kernel32/FindActCtxSectionStringW.s deleted file mode 100644 index 4b215ba6a..000000000 --- a/libc/nt/kernel32/FindActCtxSectionStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindActCtxSectionStringW,FindActCtxSectionStringW,0 diff --git a/libc/nt/kernel32/FindActCtxSectionStringWWorker.S b/libc/nt/kernel32/FindActCtxSectionStringWWorker.S new file mode 100644 index 000000000..2dca88e5d --- /dev/null +++ b/libc/nt/kernel32/FindActCtxSectionStringWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindActCtxSectionStringWWorker,FindActCtxSectionStringWWorker,375 diff --git a/libc/nt/kernel32/FindActCtxSectionStringWWorker.s b/libc/nt/kernel32/FindActCtxSectionStringWWorker.s deleted file mode 100644 index 3860c25b8..000000000 --- a/libc/nt/kernel32/FindActCtxSectionStringWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindActCtxSectionStringWWorker,FindActCtxSectionStringWWorker,375 diff --git a/libc/nt/kernel32/FindAtomW.S b/libc/nt/kernel32/FindAtomW.S new file mode 100644 index 000000000..8969fef38 --- /dev/null +++ b/libc/nt/kernel32/FindAtomW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindAtomW,FindAtomW,377 diff --git a/libc/nt/kernel32/FindAtomW.s b/libc/nt/kernel32/FindAtomW.s deleted file mode 100644 index 60c2f0979..000000000 --- a/libc/nt/kernel32/FindAtomW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindAtomW,FindAtomW,377 diff --git a/libc/nt/kernel32/FindClose.S b/libc/nt/kernel32/FindClose.S new file mode 100644 index 000000000..0e95d719b --- /dev/null +++ b/libc/nt/kernel32/FindClose.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindClose,FindClose,0 + +#ifdef __x86_64__ + .text.windows +__FindClose: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FindClose(%rip) + leave + ret + .endfn __FindClose,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindClose.s b/libc/nt/kernel32/FindClose.s deleted file mode 100644 index 2a151dc83..000000000 --- a/libc/nt/kernel32/FindClose.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindClose,FindClose,0 - - .text.windows -__FindClose: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FindClose(%rip) - leave - ret - .endfn __FindClose,globl - .previous diff --git a/libc/nt/kernel32/FindCloseChangeNotification.S b/libc/nt/kernel32/FindCloseChangeNotification.S new file mode 100644 index 000000000..23a070373 --- /dev/null +++ b/libc/nt/kernel32/FindCloseChangeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindCloseChangeNotification,FindCloseChangeNotification,0 diff --git a/libc/nt/kernel32/FindCloseChangeNotification.s b/libc/nt/kernel32/FindCloseChangeNotification.s deleted file mode 100644 index 12c26b079..000000000 --- a/libc/nt/kernel32/FindCloseChangeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindCloseChangeNotification,FindCloseChangeNotification,0 diff --git a/libc/nt/kernel32/FindFirstChangeNotificationW.S b/libc/nt/kernel32/FindFirstChangeNotificationW.S new file mode 100644 index 000000000..a725c285a --- /dev/null +++ b/libc/nt/kernel32/FindFirstChangeNotificationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstChangeNotificationW,FindFirstChangeNotificationW,0 diff --git a/libc/nt/kernel32/FindFirstChangeNotificationW.s b/libc/nt/kernel32/FindFirstChangeNotificationW.s deleted file mode 100644 index cde419c07..000000000 --- a/libc/nt/kernel32/FindFirstChangeNotificationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstChangeNotificationW,FindFirstChangeNotificationW,0 diff --git a/libc/nt/kernel32/FindFirstFileExW.S b/libc/nt/kernel32/FindFirstFileExW.S new file mode 100644 index 000000000..db8294157 --- /dev/null +++ b/libc/nt/kernel32/FindFirstFileExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstFileExW,FindFirstFileExW,0 + +#ifdef __x86_64__ + .text.windows +FindFirstFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindFirstFileExW(%rip),%rax + jmp __sysv2nt6 + .endfn FindFirstFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindFirstFileExW.s b/libc/nt/kernel32/FindFirstFileExW.s deleted file mode 100644 index 648c69a7e..000000000 --- a/libc/nt/kernel32/FindFirstFileExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstFileExW,FindFirstFileExW,0 - - .text.windows -FindFirstFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindFirstFileExW(%rip),%rax - jmp __sysv2nt6 - .endfn FindFirstFileEx,globl - .previous diff --git a/libc/nt/kernel32/FindFirstFileNameTransactedW.S b/libc/nt/kernel32/FindFirstFileNameTransactedW.S new file mode 100644 index 000000000..cdf154bca --- /dev/null +++ b/libc/nt/kernel32/FindFirstFileNameTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstFileNameTransactedW,FindFirstFileNameTransactedW,385 diff --git a/libc/nt/kernel32/FindFirstFileNameTransactedW.s b/libc/nt/kernel32/FindFirstFileNameTransactedW.s deleted file mode 100644 index 3324284a7..000000000 --- a/libc/nt/kernel32/FindFirstFileNameTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstFileNameTransactedW,FindFirstFileNameTransactedW,385 diff --git a/libc/nt/kernel32/FindFirstFileNameW.S b/libc/nt/kernel32/FindFirstFileNameW.S new file mode 100644 index 000000000..adf5fad27 --- /dev/null +++ b/libc/nt/kernel32/FindFirstFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstFileNameW,FindFirstFileNameW,0 diff --git a/libc/nt/kernel32/FindFirstFileNameW.s b/libc/nt/kernel32/FindFirstFileNameW.s deleted file mode 100644 index 0f88d7e06..000000000 --- a/libc/nt/kernel32/FindFirstFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstFileNameW,FindFirstFileNameW,0 diff --git a/libc/nt/kernel32/FindFirstFileTransactedW.S b/libc/nt/kernel32/FindFirstFileTransactedW.S new file mode 100644 index 000000000..c10af922e --- /dev/null +++ b/libc/nt/kernel32/FindFirstFileTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstFileTransactedW,FindFirstFileTransactedW,388 diff --git a/libc/nt/kernel32/FindFirstFileTransactedW.s b/libc/nt/kernel32/FindFirstFileTransactedW.s deleted file mode 100644 index 384fa0bec..000000000 --- a/libc/nt/kernel32/FindFirstFileTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstFileTransactedW,FindFirstFileTransactedW,388 diff --git a/libc/nt/kernel32/FindFirstFileW.S b/libc/nt/kernel32/FindFirstFileW.S new file mode 100644 index 000000000..b797818f7 --- /dev/null +++ b/libc/nt/kernel32/FindFirstFileW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstFileW,FindFirstFileW,0 + +#ifdef __x86_64__ + .text.windows +__FindFirstFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindFirstFileW(%rip),%rax + jmp __sysv2nt + .endfn __FindFirstFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindFirstFileW.s b/libc/nt/kernel32/FindFirstFileW.s deleted file mode 100644 index 30c263fe3..000000000 --- a/libc/nt/kernel32/FindFirstFileW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstFileW,FindFirstFileW,0 - - .text.windows -__FindFirstFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindFirstFileW(%rip),%rax - jmp __sysv2nt - .endfn __FindFirstFile,globl - .previous diff --git a/libc/nt/kernel32/FindFirstStreamTransactedW.S b/libc/nt/kernel32/FindFirstStreamTransactedW.S new file mode 100644 index 000000000..a1eb22146 --- /dev/null +++ b/libc/nt/kernel32/FindFirstStreamTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstStreamTransactedW,FindFirstStreamTransactedW,390 diff --git a/libc/nt/kernel32/FindFirstStreamTransactedW.s b/libc/nt/kernel32/FindFirstStreamTransactedW.s deleted file mode 100644 index 8a0183d28..000000000 --- a/libc/nt/kernel32/FindFirstStreamTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstStreamTransactedW,FindFirstStreamTransactedW,390 diff --git a/libc/nt/kernel32/FindFirstStreamW.S b/libc/nt/kernel32/FindFirstStreamW.S new file mode 100644 index 000000000..e1bd1e072 --- /dev/null +++ b/libc/nt/kernel32/FindFirstStreamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstStreamW,FindFirstStreamW,0 diff --git a/libc/nt/kernel32/FindFirstStreamW.s b/libc/nt/kernel32/FindFirstStreamW.s deleted file mode 100644 index 8c9eace4a..000000000 --- a/libc/nt/kernel32/FindFirstStreamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstStreamW,FindFirstStreamW,0 diff --git a/libc/nt/kernel32/FindFirstVolumeMountPointW.S b/libc/nt/kernel32/FindFirstVolumeMountPointW.S new file mode 100644 index 000000000..1f6a12ace --- /dev/null +++ b/libc/nt/kernel32/FindFirstVolumeMountPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstVolumeMountPointW,FindFirstVolumeMountPointW,394 diff --git a/libc/nt/kernel32/FindFirstVolumeMountPointW.s b/libc/nt/kernel32/FindFirstVolumeMountPointW.s deleted file mode 100644 index f3efa8e66..000000000 --- a/libc/nt/kernel32/FindFirstVolumeMountPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstVolumeMountPointW,FindFirstVolumeMountPointW,394 diff --git a/libc/nt/kernel32/FindFirstVolumeW.S b/libc/nt/kernel32/FindFirstVolumeW.S new file mode 100644 index 000000000..98017b277 --- /dev/null +++ b/libc/nt/kernel32/FindFirstVolumeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindFirstVolumeW,FindFirstVolumeW,0 + +#ifdef __x86_64__ + .text.windows +FindFirstVolume: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindFirstVolumeW(%rip),%rax + jmp __sysv2nt + .endfn FindFirstVolume,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindFirstVolumeW.s b/libc/nt/kernel32/FindFirstVolumeW.s deleted file mode 100644 index ad35a4105..000000000 --- a/libc/nt/kernel32/FindFirstVolumeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindFirstVolumeW,FindFirstVolumeW,0 - - .text.windows -FindFirstVolume: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindFirstVolumeW(%rip),%rax - jmp __sysv2nt - .endfn FindFirstVolume,globl - .previous diff --git a/libc/nt/kernel32/FindNLSString.S b/libc/nt/kernel32/FindNLSString.S new file mode 100644 index 000000000..2fd135a94 --- /dev/null +++ b/libc/nt/kernel32/FindNLSString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNLSString,FindNLSString,0 diff --git a/libc/nt/kernel32/FindNLSString.s b/libc/nt/kernel32/FindNLSString.s deleted file mode 100644 index 961f105b8..000000000 --- a/libc/nt/kernel32/FindNLSString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNLSString,FindNLSString,0 diff --git a/libc/nt/kernel32/FindNLSStringEx.S b/libc/nt/kernel32/FindNLSStringEx.S new file mode 100644 index 000000000..f46989bf7 --- /dev/null +++ b/libc/nt/kernel32/FindNLSStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNLSStringEx,FindNLSStringEx,0 diff --git a/libc/nt/kernel32/FindNLSStringEx.s b/libc/nt/kernel32/FindNLSStringEx.s deleted file mode 100644 index f6e08724a..000000000 --- a/libc/nt/kernel32/FindNLSStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNLSStringEx,FindNLSStringEx,0 diff --git a/libc/nt/kernel32/FindNextChangeNotification.S b/libc/nt/kernel32/FindNextChangeNotification.S new file mode 100644 index 000000000..45d0d8442 --- /dev/null +++ b/libc/nt/kernel32/FindNextChangeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextChangeNotification,FindNextChangeNotification,0 diff --git a/libc/nt/kernel32/FindNextChangeNotification.s b/libc/nt/kernel32/FindNextChangeNotification.s deleted file mode 100644 index 77ca18d32..000000000 --- a/libc/nt/kernel32/FindNextChangeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextChangeNotification,FindNextChangeNotification,0 diff --git a/libc/nt/kernel32/FindNextFileNameW.S b/libc/nt/kernel32/FindNextFileNameW.S new file mode 100644 index 000000000..256a9ab2c --- /dev/null +++ b/libc/nt/kernel32/FindNextFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextFileNameW,FindNextFileNameW,0 diff --git a/libc/nt/kernel32/FindNextFileNameW.s b/libc/nt/kernel32/FindNextFileNameW.s deleted file mode 100644 index 9c18053a8..000000000 --- a/libc/nt/kernel32/FindNextFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextFileNameW,FindNextFileNameW,0 diff --git a/libc/nt/kernel32/FindNextFileW.S b/libc/nt/kernel32/FindNextFileW.S new file mode 100644 index 000000000..ba13a2f35 --- /dev/null +++ b/libc/nt/kernel32/FindNextFileW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextFileW,FindNextFileW,0 + +#ifdef __x86_64__ + .text.windows +__FindNextFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindNextFileW(%rip),%rax + jmp __sysv2nt + .endfn __FindNextFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindNextFileW.s b/libc/nt/kernel32/FindNextFileW.s deleted file mode 100644 index 0a7bac505..000000000 --- a/libc/nt/kernel32/FindNextFileW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextFileW,FindNextFileW,0 - - .text.windows -__FindNextFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindNextFileW(%rip),%rax - jmp __sysv2nt - .endfn __FindNextFile,globl - .previous diff --git a/libc/nt/kernel32/FindNextStreamW.S b/libc/nt/kernel32/FindNextStreamW.S new file mode 100644 index 000000000..0d07b62a7 --- /dev/null +++ b/libc/nt/kernel32/FindNextStreamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextStreamW,FindNextStreamW,0 diff --git a/libc/nt/kernel32/FindNextStreamW.s b/libc/nt/kernel32/FindNextStreamW.s deleted file mode 100644 index 90d434474..000000000 --- a/libc/nt/kernel32/FindNextStreamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextStreamW,FindNextStreamW,0 diff --git a/libc/nt/kernel32/FindNextVolumeMountPointW.S b/libc/nt/kernel32/FindNextVolumeMountPointW.S new file mode 100644 index 000000000..98df0065f --- /dev/null +++ b/libc/nt/kernel32/FindNextVolumeMountPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextVolumeMountPointW,FindNextVolumeMountPointW,405 diff --git a/libc/nt/kernel32/FindNextVolumeMountPointW.s b/libc/nt/kernel32/FindNextVolumeMountPointW.s deleted file mode 100644 index c5ae38a4a..000000000 --- a/libc/nt/kernel32/FindNextVolumeMountPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextVolumeMountPointW,FindNextVolumeMountPointW,405 diff --git a/libc/nt/kernel32/FindNextVolumeW.S b/libc/nt/kernel32/FindNextVolumeW.S new file mode 100644 index 000000000..03684fa77 --- /dev/null +++ b/libc/nt/kernel32/FindNextVolumeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindNextVolumeW,FindNextVolumeW,0 + +#ifdef __x86_64__ + .text.windows +FindNextVolume: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindNextVolumeW(%rip),%rax + jmp __sysv2nt + .endfn FindNextVolume,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindNextVolumeW.s b/libc/nt/kernel32/FindNextVolumeW.s deleted file mode 100644 index 804cfd2e8..000000000 --- a/libc/nt/kernel32/FindNextVolumeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindNextVolumeW,FindNextVolumeW,0 - - .text.windows -FindNextVolume: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindNextVolumeW(%rip),%rax - jmp __sysv2nt - .endfn FindNextVolume,globl - .previous diff --git a/libc/nt/kernel32/FindPackagesByPackageFamily.S b/libc/nt/kernel32/FindPackagesByPackageFamily.S new file mode 100644 index 000000000..47431871f --- /dev/null +++ b/libc/nt/kernel32/FindPackagesByPackageFamily.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindPackagesByPackageFamily,FindPackagesByPackageFamily,0 diff --git a/libc/nt/kernel32/FindPackagesByPackageFamily.s b/libc/nt/kernel32/FindPackagesByPackageFamily.s deleted file mode 100644 index a4bb043b8..000000000 --- a/libc/nt/kernel32/FindPackagesByPackageFamily.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindPackagesByPackageFamily,FindPackagesByPackageFamily,0 diff --git a/libc/nt/kernel32/FindResourceExW.S b/libc/nt/kernel32/FindResourceExW.S new file mode 100644 index 000000000..a5ef43f9c --- /dev/null +++ b/libc/nt/kernel32/FindResourceExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindResourceExW,FindResourceExW,0 diff --git a/libc/nt/kernel32/FindResourceExW.s b/libc/nt/kernel32/FindResourceExW.s deleted file mode 100644 index db3fe1566..000000000 --- a/libc/nt/kernel32/FindResourceExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindResourceExW,FindResourceExW,0 diff --git a/libc/nt/kernel32/FindResourceW.S b/libc/nt/kernel32/FindResourceW.S new file mode 100644 index 000000000..94a10213b --- /dev/null +++ b/libc/nt/kernel32/FindResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindResourceW,FindResourceW,0 diff --git a/libc/nt/kernel32/FindResourceW.s b/libc/nt/kernel32/FindResourceW.s deleted file mode 100644 index baa6fcaed..000000000 --- a/libc/nt/kernel32/FindResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindResourceW,FindResourceW,0 diff --git a/libc/nt/kernel32/FindStringOrdinal.S b/libc/nt/kernel32/FindStringOrdinal.S new file mode 100644 index 000000000..6534d6618 --- /dev/null +++ b/libc/nt/kernel32/FindStringOrdinal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindStringOrdinal,FindStringOrdinal,0 diff --git a/libc/nt/kernel32/FindStringOrdinal.s b/libc/nt/kernel32/FindStringOrdinal.s deleted file mode 100644 index 276c5735e..000000000 --- a/libc/nt/kernel32/FindStringOrdinal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindStringOrdinal,FindStringOrdinal,0 diff --git a/libc/nt/kernel32/FindVolumeClose.S b/libc/nt/kernel32/FindVolumeClose.S new file mode 100644 index 000000000..ccaeb5018 --- /dev/null +++ b/libc/nt/kernel32/FindVolumeClose.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindVolumeClose,FindVolumeClose,0 + +#ifdef __x86_64__ + .text.windows +FindVolumeClose: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FindVolumeClose(%rip) + leave + ret + .endfn FindVolumeClose,globl + .previous +#endif diff --git a/libc/nt/kernel32/FindVolumeClose.s b/libc/nt/kernel32/FindVolumeClose.s deleted file mode 100644 index 8a043d7ea..000000000 --- a/libc/nt/kernel32/FindVolumeClose.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindVolumeClose,FindVolumeClose,0 - - .text.windows -FindVolumeClose: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FindVolumeClose(%rip) - leave - ret - .endfn FindVolumeClose,globl - .previous diff --git a/libc/nt/kernel32/FindVolumeMountPointClose.S b/libc/nt/kernel32/FindVolumeMountPointClose.S new file mode 100644 index 000000000..fa65dea6f --- /dev/null +++ b/libc/nt/kernel32/FindVolumeMountPointClose.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FindVolumeMountPointClose,FindVolumeMountPointClose,414 diff --git a/libc/nt/kernel32/FindVolumeMountPointClose.s b/libc/nt/kernel32/FindVolumeMountPointClose.s deleted file mode 100644 index b9e2b567f..000000000 --- a/libc/nt/kernel32/FindVolumeMountPointClose.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FindVolumeMountPointClose,FindVolumeMountPointClose,414 diff --git a/libc/nt/kernel32/FlsAlloc.S b/libc/nt/kernel32/FlsAlloc.S new file mode 100644 index 000000000..9b3fc2187 --- /dev/null +++ b/libc/nt/kernel32/FlsAlloc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlsAlloc,FlsAlloc,0 diff --git a/libc/nt/kernel32/FlsAlloc.s b/libc/nt/kernel32/FlsAlloc.s deleted file mode 100644 index 7d96fb015..000000000 --- a/libc/nt/kernel32/FlsAlloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlsAlloc,FlsAlloc,0 diff --git a/libc/nt/kernel32/FlsFree.S b/libc/nt/kernel32/FlsFree.S new file mode 100644 index 000000000..4bc4b0cbf --- /dev/null +++ b/libc/nt/kernel32/FlsFree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlsFree,FlsFree,0 diff --git a/libc/nt/kernel32/FlsFree.s b/libc/nt/kernel32/FlsFree.s deleted file mode 100644 index 3e5f026ea..000000000 --- a/libc/nt/kernel32/FlsFree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlsFree,FlsFree,0 diff --git a/libc/nt/kernel32/FlsGetValue.S b/libc/nt/kernel32/FlsGetValue.S new file mode 100644 index 000000000..db607fb23 --- /dev/null +++ b/libc/nt/kernel32/FlsGetValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlsGetValue,FlsGetValue,0 diff --git a/libc/nt/kernel32/FlsGetValue.s b/libc/nt/kernel32/FlsGetValue.s deleted file mode 100644 index 4b8203a07..000000000 --- a/libc/nt/kernel32/FlsGetValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlsGetValue,FlsGetValue,0 diff --git a/libc/nt/kernel32/FlsSetValue.S b/libc/nt/kernel32/FlsSetValue.S new file mode 100644 index 000000000..4cebcf71e --- /dev/null +++ b/libc/nt/kernel32/FlsSetValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlsSetValue,FlsSetValue,0 diff --git a/libc/nt/kernel32/FlsSetValue.s b/libc/nt/kernel32/FlsSetValue.s deleted file mode 100644 index 209945b76..000000000 --- a/libc/nt/kernel32/FlsSetValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlsSetValue,FlsSetValue,0 diff --git a/libc/nt/kernel32/FlushConsoleInputBuffer.S b/libc/nt/kernel32/FlushConsoleInputBuffer.S new file mode 100644 index 000000000..559ce9626 --- /dev/null +++ b/libc/nt/kernel32/FlushConsoleInputBuffer.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlushConsoleInputBuffer,FlushConsoleInputBuffer,0 + +#ifdef __x86_64__ + .text.windows +FlushConsoleInputBuffer: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FlushConsoleInputBuffer(%rip) + leave + ret + .endfn FlushConsoleInputBuffer,globl + .previous +#endif diff --git a/libc/nt/kernel32/FlushConsoleInputBuffer.s b/libc/nt/kernel32/FlushConsoleInputBuffer.s deleted file mode 100644 index e55e31315..000000000 --- a/libc/nt/kernel32/FlushConsoleInputBuffer.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlushConsoleInputBuffer,FlushConsoleInputBuffer,0 - - .text.windows -FlushConsoleInputBuffer: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FlushConsoleInputBuffer(%rip) - leave - ret - .endfn FlushConsoleInputBuffer,globl - .previous diff --git a/libc/nt/kernel32/FlushFileBuffers.S b/libc/nt/kernel32/FlushFileBuffers.S new file mode 100644 index 000000000..85b1240ad --- /dev/null +++ b/libc/nt/kernel32/FlushFileBuffers.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlushFileBuffers,FlushFileBuffers,0 + +#ifdef __x86_64__ + .text.windows +__FlushFileBuffers: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FlushFileBuffers(%rip) + leave + ret + .endfn __FlushFileBuffers,globl + .previous +#endif diff --git a/libc/nt/kernel32/FlushFileBuffers.s b/libc/nt/kernel32/FlushFileBuffers.s deleted file mode 100644 index 96a26512b..000000000 --- a/libc/nt/kernel32/FlushFileBuffers.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlushFileBuffers,FlushFileBuffers,0 - - .text.windows -__FlushFileBuffers: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FlushFileBuffers(%rip) - leave - ret - .endfn __FlushFileBuffers,globl - .previous diff --git a/libc/nt/kernel32/FlushInstructionCache.S b/libc/nt/kernel32/FlushInstructionCache.S new file mode 100644 index 000000000..53992bb9d --- /dev/null +++ b/libc/nt/kernel32/FlushInstructionCache.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlushInstructionCache,FlushInstructionCache,0 diff --git a/libc/nt/kernel32/FlushInstructionCache.s b/libc/nt/kernel32/FlushInstructionCache.s deleted file mode 100644 index 1210740ae..000000000 --- a/libc/nt/kernel32/FlushInstructionCache.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlushInstructionCache,FlushInstructionCache,0 diff --git a/libc/nt/kernel32/FlushViewOfFile.S b/libc/nt/kernel32/FlushViewOfFile.S new file mode 100644 index 000000000..a5484ac99 --- /dev/null +++ b/libc/nt/kernel32/FlushViewOfFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FlushViewOfFile,FlushViewOfFile,0 + +#ifdef __x86_64__ + .text.windows +__FlushViewOfFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FlushViewOfFile(%rip),%rax + jmp __sysv2nt + .endfn __FlushViewOfFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/FlushViewOfFile.s b/libc/nt/kernel32/FlushViewOfFile.s deleted file mode 100644 index 638ba1966..000000000 --- a/libc/nt/kernel32/FlushViewOfFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FlushViewOfFile,FlushViewOfFile,0 - - .text.windows -__FlushViewOfFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FlushViewOfFile(%rip),%rax - jmp __sysv2nt - .endfn __FlushViewOfFile,globl - .previous diff --git a/libc/nt/kernel32/FoldStringW.S b/libc/nt/kernel32/FoldStringW.S new file mode 100644 index 000000000..1d20fb5a0 --- /dev/null +++ b/libc/nt/kernel32/FoldStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FoldStringW,FoldStringW,0 diff --git a/libc/nt/kernel32/FoldStringW.s b/libc/nt/kernel32/FoldStringW.s deleted file mode 100644 index d15078282..000000000 --- a/libc/nt/kernel32/FoldStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FoldStringW,FoldStringW,0 diff --git a/libc/nt/kernel32/FormatApplicationUserModelId.S b/libc/nt/kernel32/FormatApplicationUserModelId.S new file mode 100644 index 000000000..202e8a606 --- /dev/null +++ b/libc/nt/kernel32/FormatApplicationUserModelId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FormatApplicationUserModelId,FormatApplicationUserModelId,0 diff --git a/libc/nt/kernel32/FormatApplicationUserModelId.s b/libc/nt/kernel32/FormatApplicationUserModelId.s deleted file mode 100644 index 17203c360..000000000 --- a/libc/nt/kernel32/FormatApplicationUserModelId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FormatApplicationUserModelId,FormatApplicationUserModelId,0 diff --git a/libc/nt/kernel32/FormatMessageW.S b/libc/nt/kernel32/FormatMessageW.S new file mode 100644 index 000000000..8bb858767 --- /dev/null +++ b/libc/nt/kernel32/FormatMessageW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FormatMessageW,FormatMessageW,0 + +#ifdef __x86_64__ + .text.windows +FormatMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FormatMessageW(%rip),%rax + jmp __sysv2nt8 + .endfn FormatMessage,globl + .previous +#endif diff --git a/libc/nt/kernel32/FormatMessageW.s b/libc/nt/kernel32/FormatMessageW.s deleted file mode 100644 index 10249afa3..000000000 --- a/libc/nt/kernel32/FormatMessageW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FormatMessageW,FormatMessageW,0 - - .text.windows -FormatMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FormatMessageW(%rip),%rax - jmp __sysv2nt8 - .endfn FormatMessage,globl - .previous diff --git a/libc/nt/kernel32/FreeConsole.S b/libc/nt/kernel32/FreeConsole.S new file mode 100644 index 000000000..222bc32ec --- /dev/null +++ b/libc/nt/kernel32/FreeConsole.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeConsole,FreeConsole,0 + +#ifdef __x86_64__ + .text.windows +FreeConsole: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_FreeConsole(%rip) + leave + ret + .endfn FreeConsole,globl + .previous +#endif diff --git a/libc/nt/kernel32/FreeConsole.s b/libc/nt/kernel32/FreeConsole.s deleted file mode 100644 index 813f4ce22..000000000 --- a/libc/nt/kernel32/FreeConsole.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeConsole,FreeConsole,0 - - .text.windows -FreeConsole: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_FreeConsole(%rip) - leave - ret - .endfn FreeConsole,globl - .previous diff --git a/libc/nt/kernel32/FreeEnvironmentStringsW.S b/libc/nt/kernel32/FreeEnvironmentStringsW.S new file mode 100644 index 000000000..b59da2169 --- /dev/null +++ b/libc/nt/kernel32/FreeEnvironmentStringsW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeEnvironmentStringsW,FreeEnvironmentStringsW,0 + +#ifdef __x86_64__ + .text.windows +FreeEnvironmentStrings: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FreeEnvironmentStringsW(%rip) + leave + ret + .endfn FreeEnvironmentStrings,globl + .previous +#endif diff --git a/libc/nt/kernel32/FreeEnvironmentStringsW.s b/libc/nt/kernel32/FreeEnvironmentStringsW.s deleted file mode 100644 index 6f519b286..000000000 --- a/libc/nt/kernel32/FreeEnvironmentStringsW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeEnvironmentStringsW,FreeEnvironmentStringsW,0 - - .text.windows -FreeEnvironmentStrings: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FreeEnvironmentStringsW(%rip) - leave - ret - .endfn FreeEnvironmentStrings,globl - .previous diff --git a/libc/nt/kernel32/FreeLibrary.S b/libc/nt/kernel32/FreeLibrary.S new file mode 100644 index 000000000..ec3fd3dd6 --- /dev/null +++ b/libc/nt/kernel32/FreeLibrary.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeLibrary,FreeLibrary,0 + +#ifdef __x86_64__ + .text.windows +FreeLibrary: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FreeLibrary(%rip) + leave + ret + .endfn FreeLibrary,globl + .previous +#endif diff --git a/libc/nt/kernel32/FreeLibrary.s b/libc/nt/kernel32/FreeLibrary.s deleted file mode 100644 index 18560d4d0..000000000 --- a/libc/nt/kernel32/FreeLibrary.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeLibrary,FreeLibrary,0 - - .text.windows -FreeLibrary: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FreeLibrary(%rip) - leave - ret - .endfn FreeLibrary,globl - .previous diff --git a/libc/nt/kernel32/FreeLibraryAndExitThread.S b/libc/nt/kernel32/FreeLibraryAndExitThread.S new file mode 100644 index 000000000..b3139c916 --- /dev/null +++ b/libc/nt/kernel32/FreeLibraryAndExitThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeLibraryAndExitThread,FreeLibraryAndExitThread,0 diff --git a/libc/nt/kernel32/FreeLibraryAndExitThread.s b/libc/nt/kernel32/FreeLibraryAndExitThread.s deleted file mode 100644 index aa6026481..000000000 --- a/libc/nt/kernel32/FreeLibraryAndExitThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeLibraryAndExitThread,FreeLibraryAndExitThread,0 diff --git a/libc/nt/kernel32/FreeMemoryJobObject.S b/libc/nt/kernel32/FreeMemoryJobObject.S new file mode 100644 index 000000000..45a87322f --- /dev/null +++ b/libc/nt/kernel32/FreeMemoryJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeMemoryJobObject,FreeMemoryJobObject,435 diff --git a/libc/nt/kernel32/FreeMemoryJobObject.s b/libc/nt/kernel32/FreeMemoryJobObject.s deleted file mode 100644 index 12c1b06a5..000000000 --- a/libc/nt/kernel32/FreeMemoryJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeMemoryJobObject,FreeMemoryJobObject,435 diff --git a/libc/nt/kernel32/FreeResource.S b/libc/nt/kernel32/FreeResource.S new file mode 100644 index 000000000..a3355bf26 --- /dev/null +++ b/libc/nt/kernel32/FreeResource.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeResource,FreeResource,0 + +#ifdef __x86_64__ + .text.windows +FreeResource: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FreeResource(%rip) + leave + ret + .endfn FreeResource,globl + .previous +#endif diff --git a/libc/nt/kernel32/FreeResource.s b/libc/nt/kernel32/FreeResource.s deleted file mode 100644 index 9417aea63..000000000 --- a/libc/nt/kernel32/FreeResource.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeResource,FreeResource,0 - - .text.windows -FreeResource: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FreeResource(%rip) - leave - ret - .endfn FreeResource,globl - .previous diff --git a/libc/nt/kernel32/FreeUserPhysicalPages.S b/libc/nt/kernel32/FreeUserPhysicalPages.S new file mode 100644 index 000000000..40f227b9a --- /dev/null +++ b/libc/nt/kernel32/FreeUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_FreeUserPhysicalPages,FreeUserPhysicalPages,0 diff --git a/libc/nt/kernel32/FreeUserPhysicalPages.s b/libc/nt/kernel32/FreeUserPhysicalPages.s deleted file mode 100644 index 6cca16e39..000000000 --- a/libc/nt/kernel32/FreeUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_FreeUserPhysicalPages,FreeUserPhysicalPages,0 diff --git a/libc/nt/kernel32/GenerateConsoleCtrlEvent.S b/libc/nt/kernel32/GenerateConsoleCtrlEvent.S new file mode 100644 index 000000000..8619c037f --- /dev/null +++ b/libc/nt/kernel32/GenerateConsoleCtrlEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GenerateConsoleCtrlEvent,GenerateConsoleCtrlEvent,0 + +#ifdef __x86_64__ + .text.windows +__GenerateConsoleCtrlEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GenerateConsoleCtrlEvent(%rip),%rax + jmp __sysv2nt + .endfn __GenerateConsoleCtrlEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/GenerateConsoleCtrlEvent.s b/libc/nt/kernel32/GenerateConsoleCtrlEvent.s deleted file mode 100644 index 33d423456..000000000 --- a/libc/nt/kernel32/GenerateConsoleCtrlEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GenerateConsoleCtrlEvent,GenerateConsoleCtrlEvent,0 - - .text.windows -__GenerateConsoleCtrlEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GenerateConsoleCtrlEvent(%rip),%rax - jmp __sysv2nt - .endfn __GenerateConsoleCtrlEvent,globl - .previous diff --git a/libc/nt/kernel32/GetACP.S b/libc/nt/kernel32/GetACP.S new file mode 100644 index 000000000..37f1c570c --- /dev/null +++ b/libc/nt/kernel32/GetACP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetACP,GetACP,0 diff --git a/libc/nt/kernel32/GetACP.s b/libc/nt/kernel32/GetACP.s deleted file mode 100644 index 8e2411101..000000000 --- a/libc/nt/kernel32/GetACP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetACP,GetACP,0 diff --git a/libc/nt/kernel32/GetActiveProcessorCount.S b/libc/nt/kernel32/GetActiveProcessorCount.S new file mode 100644 index 000000000..8539b7fbf --- /dev/null +++ b/libc/nt/kernel32/GetActiveProcessorCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetActiveProcessorCount,GetActiveProcessorCount,440 diff --git a/libc/nt/kernel32/GetActiveProcessorCount.s b/libc/nt/kernel32/GetActiveProcessorCount.s deleted file mode 100644 index 9542b7cfe..000000000 --- a/libc/nt/kernel32/GetActiveProcessorCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetActiveProcessorCount,GetActiveProcessorCount,440 diff --git a/libc/nt/kernel32/GetActiveProcessorGroupCount.S b/libc/nt/kernel32/GetActiveProcessorGroupCount.S new file mode 100644 index 000000000..8bc5a74a4 --- /dev/null +++ b/libc/nt/kernel32/GetActiveProcessorGroupCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetActiveProcessorGroupCount,GetActiveProcessorGroupCount,441 diff --git a/libc/nt/kernel32/GetActiveProcessorGroupCount.s b/libc/nt/kernel32/GetActiveProcessorGroupCount.s deleted file mode 100644 index edfd7c711..000000000 --- a/libc/nt/kernel32/GetActiveProcessorGroupCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetActiveProcessorGroupCount,GetActiveProcessorGroupCount,441 diff --git a/libc/nt/kernel32/GetAppContainerNamedObjectPath.S b/libc/nt/kernel32/GetAppContainerNamedObjectPath.S new file mode 100644 index 000000000..968c4f4d8 --- /dev/null +++ b/libc/nt/kernel32/GetAppContainerNamedObjectPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetAppContainerNamedObjectPath,GetAppContainerNamedObjectPath,0 diff --git a/libc/nt/kernel32/GetAppContainerNamedObjectPath.s b/libc/nt/kernel32/GetAppContainerNamedObjectPath.s deleted file mode 100644 index 5446faddf..000000000 --- a/libc/nt/kernel32/GetAppContainerNamedObjectPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetAppContainerNamedObjectPath,GetAppContainerNamedObjectPath,0 diff --git a/libc/nt/kernel32/GetApplicationRecoveryCallback.S b/libc/nt/kernel32/GetApplicationRecoveryCallback.S new file mode 100644 index 000000000..0df851cc0 --- /dev/null +++ b/libc/nt/kernel32/GetApplicationRecoveryCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetApplicationRecoveryCallback,GetApplicationRecoveryCallback,0 diff --git a/libc/nt/kernel32/GetApplicationRecoveryCallback.s b/libc/nt/kernel32/GetApplicationRecoveryCallback.s deleted file mode 100644 index 594353c03..000000000 --- a/libc/nt/kernel32/GetApplicationRecoveryCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetApplicationRecoveryCallback,GetApplicationRecoveryCallback,0 diff --git a/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.S b/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.S new file mode 100644 index 000000000..00c57fb7a --- /dev/null +++ b/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetApplicationRecoveryCallbackWorker,GetApplicationRecoveryCallbackWorker,445 diff --git a/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.s b/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.s deleted file mode 100644 index b73f68f8c..000000000 --- a/libc/nt/kernel32/GetApplicationRecoveryCallbackWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetApplicationRecoveryCallbackWorker,GetApplicationRecoveryCallbackWorker,445 diff --git a/libc/nt/kernel32/GetApplicationRestartSettings.S b/libc/nt/kernel32/GetApplicationRestartSettings.S new file mode 100644 index 000000000..a1f068e9b --- /dev/null +++ b/libc/nt/kernel32/GetApplicationRestartSettings.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetApplicationRestartSettings,GetApplicationRestartSettings,0 diff --git a/libc/nt/kernel32/GetApplicationRestartSettings.s b/libc/nt/kernel32/GetApplicationRestartSettings.s deleted file mode 100644 index 6ae3418a4..000000000 --- a/libc/nt/kernel32/GetApplicationRestartSettings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetApplicationRestartSettings,GetApplicationRestartSettings,0 diff --git a/libc/nt/kernel32/GetApplicationRestartSettingsWorker.S b/libc/nt/kernel32/GetApplicationRestartSettingsWorker.S new file mode 100644 index 000000000..2b1906f56 --- /dev/null +++ b/libc/nt/kernel32/GetApplicationRestartSettingsWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetApplicationRestartSettingsWorker,GetApplicationRestartSettingsWorker,447 diff --git a/libc/nt/kernel32/GetApplicationRestartSettingsWorker.s b/libc/nt/kernel32/GetApplicationRestartSettingsWorker.s deleted file mode 100644 index 5e4d10924..000000000 --- a/libc/nt/kernel32/GetApplicationRestartSettingsWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetApplicationRestartSettingsWorker,GetApplicationRestartSettingsWorker,447 diff --git a/libc/nt/kernel32/GetApplicationUserModelId.S b/libc/nt/kernel32/GetApplicationUserModelId.S new file mode 100644 index 000000000..a5e32df17 --- /dev/null +++ b/libc/nt/kernel32/GetApplicationUserModelId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetApplicationUserModelId,GetApplicationUserModelId,0 diff --git a/libc/nt/kernel32/GetApplicationUserModelId.s b/libc/nt/kernel32/GetApplicationUserModelId.s deleted file mode 100644 index 1b25df0db..000000000 --- a/libc/nt/kernel32/GetApplicationUserModelId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetApplicationUserModelId,GetApplicationUserModelId,0 diff --git a/libc/nt/kernel32/GetAtomNameW.S b/libc/nt/kernel32/GetAtomNameW.S new file mode 100644 index 000000000..3b85b47bd --- /dev/null +++ b/libc/nt/kernel32/GetAtomNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetAtomNameW,GetAtomNameW,450 diff --git a/libc/nt/kernel32/GetAtomNameW.s b/libc/nt/kernel32/GetAtomNameW.s deleted file mode 100644 index cf2ac0c76..000000000 --- a/libc/nt/kernel32/GetAtomNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetAtomNameW,GetAtomNameW,450 diff --git a/libc/nt/kernel32/GetBinaryTypeW.S b/libc/nt/kernel32/GetBinaryTypeW.S new file mode 100644 index 000000000..f31c49bd0 --- /dev/null +++ b/libc/nt/kernel32/GetBinaryTypeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetBinaryTypeW,GetBinaryTypeW,453 diff --git a/libc/nt/kernel32/GetBinaryTypeW.s b/libc/nt/kernel32/GetBinaryTypeW.s deleted file mode 100644 index 2cc2cba4c..000000000 --- a/libc/nt/kernel32/GetBinaryTypeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetBinaryTypeW,GetBinaryTypeW,453 diff --git a/libc/nt/kernel32/GetCPInfo.S b/libc/nt/kernel32/GetCPInfo.S new file mode 100644 index 000000000..00a183001 --- /dev/null +++ b/libc/nt/kernel32/GetCPInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCPInfo,GetCPInfo,0 diff --git a/libc/nt/kernel32/GetCPInfo.s b/libc/nt/kernel32/GetCPInfo.s deleted file mode 100644 index a294c7d3b..000000000 --- a/libc/nt/kernel32/GetCPInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCPInfo,GetCPInfo,0 diff --git a/libc/nt/kernel32/GetCPInfoExW.S b/libc/nt/kernel32/GetCPInfoExW.S new file mode 100644 index 000000000..7f9cf1975 --- /dev/null +++ b/libc/nt/kernel32/GetCPInfoExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCPInfoExW,GetCPInfoExW,0 diff --git a/libc/nt/kernel32/GetCPInfoExW.s b/libc/nt/kernel32/GetCPInfoExW.s deleted file mode 100644 index a51b3b3f3..000000000 --- a/libc/nt/kernel32/GetCPInfoExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCPInfoExW,GetCPInfoExW,0 diff --git a/libc/nt/kernel32/GetCalendarDateFormat.S b/libc/nt/kernel32/GetCalendarDateFormat.S new file mode 100644 index 000000000..12846fee1 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarDateFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarDateFormat,GetCalendarDateFormat,458 diff --git a/libc/nt/kernel32/GetCalendarDateFormat.s b/libc/nt/kernel32/GetCalendarDateFormat.s deleted file mode 100644 index 293408605..000000000 --- a/libc/nt/kernel32/GetCalendarDateFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarDateFormat,GetCalendarDateFormat,458 diff --git a/libc/nt/kernel32/GetCalendarDateFormatEx.S b/libc/nt/kernel32/GetCalendarDateFormatEx.S new file mode 100644 index 000000000..7f351ab01 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarDateFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarDateFormatEx,GetCalendarDateFormatEx,459 diff --git a/libc/nt/kernel32/GetCalendarDateFormatEx.s b/libc/nt/kernel32/GetCalendarDateFormatEx.s deleted file mode 100644 index 0423877cf..000000000 --- a/libc/nt/kernel32/GetCalendarDateFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarDateFormatEx,GetCalendarDateFormatEx,459 diff --git a/libc/nt/kernel32/GetCalendarDaysInMonth.S b/libc/nt/kernel32/GetCalendarDaysInMonth.S new file mode 100644 index 000000000..ba5483eb1 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarDaysInMonth.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarDaysInMonth,GetCalendarDaysInMonth,460 diff --git a/libc/nt/kernel32/GetCalendarDaysInMonth.s b/libc/nt/kernel32/GetCalendarDaysInMonth.s deleted file mode 100644 index ab0c79385..000000000 --- a/libc/nt/kernel32/GetCalendarDaysInMonth.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarDaysInMonth,GetCalendarDaysInMonth,460 diff --git a/libc/nt/kernel32/GetCalendarDifferenceInDays.S b/libc/nt/kernel32/GetCalendarDifferenceInDays.S new file mode 100644 index 000000000..7736bfd43 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarDifferenceInDays.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarDifferenceInDays,GetCalendarDifferenceInDays,461 diff --git a/libc/nt/kernel32/GetCalendarDifferenceInDays.s b/libc/nt/kernel32/GetCalendarDifferenceInDays.s deleted file mode 100644 index 71f519247..000000000 --- a/libc/nt/kernel32/GetCalendarDifferenceInDays.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarDifferenceInDays,GetCalendarDifferenceInDays,461 diff --git a/libc/nt/kernel32/GetCalendarInfoEx.S b/libc/nt/kernel32/GetCalendarInfoEx.S new file mode 100644 index 000000000..da5693963 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarInfoEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarInfoEx,GetCalendarInfoEx,0 diff --git a/libc/nt/kernel32/GetCalendarInfoEx.s b/libc/nt/kernel32/GetCalendarInfoEx.s deleted file mode 100644 index b09e345aa..000000000 --- a/libc/nt/kernel32/GetCalendarInfoEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarInfoEx,GetCalendarInfoEx,0 diff --git a/libc/nt/kernel32/GetCalendarInfoW.S b/libc/nt/kernel32/GetCalendarInfoW.S new file mode 100644 index 000000000..043d45eac --- /dev/null +++ b/libc/nt/kernel32/GetCalendarInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarInfoW,GetCalendarInfoW,0 diff --git a/libc/nt/kernel32/GetCalendarInfoW.s b/libc/nt/kernel32/GetCalendarInfoW.s deleted file mode 100644 index 048d8e665..000000000 --- a/libc/nt/kernel32/GetCalendarInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarInfoW,GetCalendarInfoW,0 diff --git a/libc/nt/kernel32/GetCalendarMonthsInYear.S b/libc/nt/kernel32/GetCalendarMonthsInYear.S new file mode 100644 index 000000000..f0cb805c4 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarMonthsInYear.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarMonthsInYear,GetCalendarMonthsInYear,465 diff --git a/libc/nt/kernel32/GetCalendarMonthsInYear.s b/libc/nt/kernel32/GetCalendarMonthsInYear.s deleted file mode 100644 index 3db520f1f..000000000 --- a/libc/nt/kernel32/GetCalendarMonthsInYear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarMonthsInYear,GetCalendarMonthsInYear,465 diff --git a/libc/nt/kernel32/GetCalendarSupportedDateRange.S b/libc/nt/kernel32/GetCalendarSupportedDateRange.S new file mode 100644 index 000000000..85b4cf365 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarSupportedDateRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarSupportedDateRange,GetCalendarSupportedDateRange,466 diff --git a/libc/nt/kernel32/GetCalendarSupportedDateRange.s b/libc/nt/kernel32/GetCalendarSupportedDateRange.s deleted file mode 100644 index 068b9153d..000000000 --- a/libc/nt/kernel32/GetCalendarSupportedDateRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarSupportedDateRange,GetCalendarSupportedDateRange,466 diff --git a/libc/nt/kernel32/GetCalendarWeekNumber.S b/libc/nt/kernel32/GetCalendarWeekNumber.S new file mode 100644 index 000000000..7a8df8230 --- /dev/null +++ b/libc/nt/kernel32/GetCalendarWeekNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCalendarWeekNumber,GetCalendarWeekNumber,467 diff --git a/libc/nt/kernel32/GetCalendarWeekNumber.s b/libc/nt/kernel32/GetCalendarWeekNumber.s deleted file mode 100644 index 080569a46..000000000 --- a/libc/nt/kernel32/GetCalendarWeekNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCalendarWeekNumber,GetCalendarWeekNumber,467 diff --git a/libc/nt/kernel32/GetComPlusPackageInstallStatus.S b/libc/nt/kernel32/GetComPlusPackageInstallStatus.S new file mode 100644 index 000000000..740b2e79a --- /dev/null +++ b/libc/nt/kernel32/GetComPlusPackageInstallStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetComPlusPackageInstallStatus,GetComPlusPackageInstallStatus,468 diff --git a/libc/nt/kernel32/GetComPlusPackageInstallStatus.s b/libc/nt/kernel32/GetComPlusPackageInstallStatus.s deleted file mode 100644 index c87c58414..000000000 --- a/libc/nt/kernel32/GetComPlusPackageInstallStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetComPlusPackageInstallStatus,GetComPlusPackageInstallStatus,468 diff --git a/libc/nt/kernel32/GetCommConfig.S b/libc/nt/kernel32/GetCommConfig.S new file mode 100644 index 000000000..83a4aec7e --- /dev/null +++ b/libc/nt/kernel32/GetCommConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommConfig,GetCommConfig,0 diff --git a/libc/nt/kernel32/GetCommConfig.s b/libc/nt/kernel32/GetCommConfig.s deleted file mode 100644 index 1ced5eaf8..000000000 --- a/libc/nt/kernel32/GetCommConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommConfig,GetCommConfig,0 diff --git a/libc/nt/kernel32/GetCommMask.S b/libc/nt/kernel32/GetCommMask.S new file mode 100644 index 000000000..e2e6b46e8 --- /dev/null +++ b/libc/nt/kernel32/GetCommMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommMask,GetCommMask,0 diff --git a/libc/nt/kernel32/GetCommMask.s b/libc/nt/kernel32/GetCommMask.s deleted file mode 100644 index 4f8629350..000000000 --- a/libc/nt/kernel32/GetCommMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommMask,GetCommMask,0 diff --git a/libc/nt/kernel32/GetCommModemStatus.S b/libc/nt/kernel32/GetCommModemStatus.S new file mode 100644 index 000000000..00eb31303 --- /dev/null +++ b/libc/nt/kernel32/GetCommModemStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommModemStatus,GetCommModemStatus,0 diff --git a/libc/nt/kernel32/GetCommModemStatus.s b/libc/nt/kernel32/GetCommModemStatus.s deleted file mode 100644 index 6507ef9d7..000000000 --- a/libc/nt/kernel32/GetCommModemStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommModemStatus,GetCommModemStatus,0 diff --git a/libc/nt/kernel32/GetCommProperties.S b/libc/nt/kernel32/GetCommProperties.S new file mode 100644 index 000000000..67fb31587 --- /dev/null +++ b/libc/nt/kernel32/GetCommProperties.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommProperties,GetCommProperties,0 diff --git a/libc/nt/kernel32/GetCommProperties.s b/libc/nt/kernel32/GetCommProperties.s deleted file mode 100644 index 4d837bef1..000000000 --- a/libc/nt/kernel32/GetCommProperties.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommProperties,GetCommProperties,0 diff --git a/libc/nt/kernel32/GetCommState.S b/libc/nt/kernel32/GetCommState.S new file mode 100644 index 000000000..aebb4e506 --- /dev/null +++ b/libc/nt/kernel32/GetCommState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommState,GetCommState,0 diff --git a/libc/nt/kernel32/GetCommState.s b/libc/nt/kernel32/GetCommState.s deleted file mode 100644 index 4232c6406..000000000 --- a/libc/nt/kernel32/GetCommState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommState,GetCommState,0 diff --git a/libc/nt/kernel32/GetCommTimeouts.S b/libc/nt/kernel32/GetCommTimeouts.S new file mode 100644 index 000000000..5dae036c0 --- /dev/null +++ b/libc/nt/kernel32/GetCommTimeouts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommTimeouts,GetCommTimeouts,0 diff --git a/libc/nt/kernel32/GetCommTimeouts.s b/libc/nt/kernel32/GetCommTimeouts.s deleted file mode 100644 index 1dfce6289..000000000 --- a/libc/nt/kernel32/GetCommTimeouts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommTimeouts,GetCommTimeouts,0 diff --git a/libc/nt/kernel32/GetCommandLineW.S b/libc/nt/kernel32/GetCommandLineW.S new file mode 100644 index 000000000..3dea6c604 --- /dev/null +++ b/libc/nt/kernel32/GetCommandLineW.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCommandLineW,GetCommandLineW,0 + +#ifdef __x86_64__ + .text.windows +GetCommandLine: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCommandLineW(%rip) + leave + ret + .endfn GetCommandLine,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCommandLineW.s b/libc/nt/kernel32/GetCommandLineW.s deleted file mode 100644 index 59d0283fd..000000000 --- a/libc/nt/kernel32/GetCommandLineW.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCommandLineW,GetCommandLineW,0 - - .text.windows -GetCommandLine: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCommandLineW(%rip) - leave - ret - .endfn GetCommandLine,globl - .previous diff --git a/libc/nt/kernel32/GetCompressedFileSizeTransactedW.S b/libc/nt/kernel32/GetCompressedFileSizeTransactedW.S new file mode 100644 index 000000000..20dcd0d2e --- /dev/null +++ b/libc/nt/kernel32/GetCompressedFileSizeTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCompressedFileSizeTransactedW,GetCompressedFileSizeTransactedW,479 diff --git a/libc/nt/kernel32/GetCompressedFileSizeTransactedW.s b/libc/nt/kernel32/GetCompressedFileSizeTransactedW.s deleted file mode 100644 index 504864d9d..000000000 --- a/libc/nt/kernel32/GetCompressedFileSizeTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCompressedFileSizeTransactedW,GetCompressedFileSizeTransactedW,479 diff --git a/libc/nt/kernel32/GetCompressedFileSizeW.S b/libc/nt/kernel32/GetCompressedFileSizeW.S new file mode 100644 index 000000000..74dffe354 --- /dev/null +++ b/libc/nt/kernel32/GetCompressedFileSizeW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCompressedFileSizeW,GetCompressedFileSizeW,0 + +#ifdef __x86_64__ + .text.windows +GetCompressedFileSize: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetCompressedFileSizeW(%rip),%rax + jmp __sysv2nt + .endfn GetCompressedFileSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCompressedFileSizeW.s b/libc/nt/kernel32/GetCompressedFileSizeW.s deleted file mode 100644 index 5dd7f3614..000000000 --- a/libc/nt/kernel32/GetCompressedFileSizeW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCompressedFileSizeW,GetCompressedFileSizeW,0 - - .text.windows -GetCompressedFileSize: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetCompressedFileSizeW(%rip),%rax - jmp __sysv2nt - .endfn GetCompressedFileSize,globl - .previous diff --git a/libc/nt/kernel32/GetComputerNameExW.S b/libc/nt/kernel32/GetComputerNameExW.S new file mode 100644 index 000000000..7fbc88e19 --- /dev/null +++ b/libc/nt/kernel32/GetComputerNameExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetComputerNameExW,GetComputerNameExW,0 + +#ifdef __x86_64__ + .text.windows +GetComputerNameEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetComputerNameExW(%rip),%rax + jmp __sysv2nt + .endfn GetComputerNameEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetComputerNameExW.s b/libc/nt/kernel32/GetComputerNameExW.s deleted file mode 100644 index 09bdd6c6f..000000000 --- a/libc/nt/kernel32/GetComputerNameExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetComputerNameExW,GetComputerNameExW,0 - - .text.windows -GetComputerNameEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetComputerNameExW(%rip),%rax - jmp __sysv2nt - .endfn GetComputerNameEx,globl - .previous diff --git a/libc/nt/kernel32/GetComputerNameW.S b/libc/nt/kernel32/GetComputerNameW.S new file mode 100644 index 000000000..a11898498 --- /dev/null +++ b/libc/nt/kernel32/GetComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetComputerNameW,GetComputerNameW,484 diff --git a/libc/nt/kernel32/GetComputerNameW.s b/libc/nt/kernel32/GetComputerNameW.s deleted file mode 100644 index b4bd2a53e..000000000 --- a/libc/nt/kernel32/GetComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetComputerNameW,GetComputerNameW,484 diff --git a/libc/nt/kernel32/GetConsoleAliasExesLengthW.S b/libc/nt/kernel32/GetConsoleAliasExesLengthW.S new file mode 100644 index 000000000..347181980 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleAliasExesLengthW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleAliasExesLengthW,GetConsoleAliasExesLengthW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasExesLengthW.s b/libc/nt/kernel32/GetConsoleAliasExesLengthW.s deleted file mode 100644 index cc246e3d9..000000000 --- a/libc/nt/kernel32/GetConsoleAliasExesLengthW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleAliasExesLengthW,GetConsoleAliasExesLengthW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasExesW.S b/libc/nt/kernel32/GetConsoleAliasExesW.S new file mode 100644 index 000000000..2cc0d6f4d --- /dev/null +++ b/libc/nt/kernel32/GetConsoleAliasExesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleAliasExesW,GetConsoleAliasExesW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasExesW.s b/libc/nt/kernel32/GetConsoleAliasExesW.s deleted file mode 100644 index 1006cde72..000000000 --- a/libc/nt/kernel32/GetConsoleAliasExesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleAliasExesW,GetConsoleAliasExesW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasW.S b/libc/nt/kernel32/GetConsoleAliasW.S new file mode 100644 index 000000000..ad5d6de19 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleAliasW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleAliasW,GetConsoleAliasW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasW.s b/libc/nt/kernel32/GetConsoleAliasW.s deleted file mode 100644 index 19954ab39..000000000 --- a/libc/nt/kernel32/GetConsoleAliasW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleAliasW,GetConsoleAliasW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasesLengthW.S b/libc/nt/kernel32/GetConsoleAliasesLengthW.S new file mode 100644 index 000000000..a8768e314 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleAliasesLengthW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleAliasesLengthW,GetConsoleAliasesLengthW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasesLengthW.s b/libc/nt/kernel32/GetConsoleAliasesLengthW.s deleted file mode 100644 index 5bc4dd416..000000000 --- a/libc/nt/kernel32/GetConsoleAliasesLengthW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleAliasesLengthW,GetConsoleAliasesLengthW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasesW.S b/libc/nt/kernel32/GetConsoleAliasesW.S new file mode 100644 index 000000000..409151c54 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleAliasesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleAliasesW,GetConsoleAliasesW,0 diff --git a/libc/nt/kernel32/GetConsoleAliasesW.s b/libc/nt/kernel32/GetConsoleAliasesW.s deleted file mode 100644 index af8d41aef..000000000 --- a/libc/nt/kernel32/GetConsoleAliasesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleAliasesW,GetConsoleAliasesW,0 diff --git a/libc/nt/kernel32/GetConsoleCP.S b/libc/nt/kernel32/GetConsoleCP.S new file mode 100644 index 000000000..3eb8d3760 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleCP.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleCP,GetConsoleCP,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleCP: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetConsoleCP(%rip) + leave + ret + .endfn GetConsoleCP,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleCP.s b/libc/nt/kernel32/GetConsoleCP.s deleted file mode 100644 index ec4d45991..000000000 --- a/libc/nt/kernel32/GetConsoleCP.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleCP,GetConsoleCP,0 - - .text.windows -GetConsoleCP: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetConsoleCP(%rip) - leave - ret - .endfn GetConsoleCP,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleCharType.S b/libc/nt/kernel32/GetConsoleCharType.S new file mode 100644 index 000000000..f90cb3e11 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleCharType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleCharType,GetConsoleCharType,496 diff --git a/libc/nt/kernel32/GetConsoleCharType.s b/libc/nt/kernel32/GetConsoleCharType.s deleted file mode 100644 index 846bbdb24..000000000 --- a/libc/nt/kernel32/GetConsoleCharType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleCharType,GetConsoleCharType,496 diff --git a/libc/nt/kernel32/GetConsoleCursorInfo.S b/libc/nt/kernel32/GetConsoleCursorInfo.S new file mode 100644 index 000000000..1b57ed019 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleCursorInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleCursorInfo,GetConsoleCursorInfo,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleCursorInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetConsoleCursorInfo(%rip),%rax + jmp __sysv2nt + .endfn GetConsoleCursorInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleCursorInfo.s b/libc/nt/kernel32/GetConsoleCursorInfo.s deleted file mode 100644 index 4b1bfd958..000000000 --- a/libc/nt/kernel32/GetConsoleCursorInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleCursorInfo,GetConsoleCursorInfo,0 - - .text.windows -GetConsoleCursorInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetConsoleCursorInfo(%rip),%rax - jmp __sysv2nt - .endfn GetConsoleCursorInfo,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleCursorMode.S b/libc/nt/kernel32/GetConsoleCursorMode.S new file mode 100644 index 000000000..458afd857 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleCursorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleCursorMode,GetConsoleCursorMode,502 diff --git a/libc/nt/kernel32/GetConsoleCursorMode.s b/libc/nt/kernel32/GetConsoleCursorMode.s deleted file mode 100644 index a3c2d3a65..000000000 --- a/libc/nt/kernel32/GetConsoleCursorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleCursorMode,GetConsoleCursorMode,502 diff --git a/libc/nt/kernel32/GetConsoleDisplayMode.S b/libc/nt/kernel32/GetConsoleDisplayMode.S new file mode 100644 index 000000000..1b886103f --- /dev/null +++ b/libc/nt/kernel32/GetConsoleDisplayMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleDisplayMode,GetConsoleDisplayMode,0 diff --git a/libc/nt/kernel32/GetConsoleDisplayMode.s b/libc/nt/kernel32/GetConsoleDisplayMode.s deleted file mode 100644 index 38ac2cc32..000000000 --- a/libc/nt/kernel32/GetConsoleDisplayMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleDisplayMode,GetConsoleDisplayMode,0 diff --git a/libc/nt/kernel32/GetConsoleFontInfo.S b/libc/nt/kernel32/GetConsoleFontInfo.S new file mode 100644 index 000000000..5d22c4ec4 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleFontInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleFontInfo,GetConsoleFontInfo,504 diff --git a/libc/nt/kernel32/GetConsoleFontInfo.s b/libc/nt/kernel32/GetConsoleFontInfo.s deleted file mode 100644 index 486538b1d..000000000 --- a/libc/nt/kernel32/GetConsoleFontInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleFontInfo,GetConsoleFontInfo,504 diff --git a/libc/nt/kernel32/GetConsoleFontSize.S b/libc/nt/kernel32/GetConsoleFontSize.S new file mode 100644 index 000000000..aeb882971 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleFontSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleFontSize,GetConsoleFontSize,0 diff --git a/libc/nt/kernel32/GetConsoleFontSize.s b/libc/nt/kernel32/GetConsoleFontSize.s deleted file mode 100644 index 444743540..000000000 --- a/libc/nt/kernel32/GetConsoleFontSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleFontSize,GetConsoleFontSize,0 diff --git a/libc/nt/kernel32/GetConsoleHardwareState.S b/libc/nt/kernel32/GetConsoleHardwareState.S new file mode 100644 index 000000000..8ca533268 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleHardwareState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleHardwareState,GetConsoleHardwareState,506 diff --git a/libc/nt/kernel32/GetConsoleHardwareState.s b/libc/nt/kernel32/GetConsoleHardwareState.s deleted file mode 100644 index eb1b28807..000000000 --- a/libc/nt/kernel32/GetConsoleHardwareState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleHardwareState,GetConsoleHardwareState,506 diff --git a/libc/nt/kernel32/GetConsoleHistoryInfo.S b/libc/nt/kernel32/GetConsoleHistoryInfo.S new file mode 100644 index 000000000..9e816439b --- /dev/null +++ b/libc/nt/kernel32/GetConsoleHistoryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleHistoryInfo,GetConsoleHistoryInfo,0 diff --git a/libc/nt/kernel32/GetConsoleHistoryInfo.s b/libc/nt/kernel32/GetConsoleHistoryInfo.s deleted file mode 100644 index c15b53ca7..000000000 --- a/libc/nt/kernel32/GetConsoleHistoryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleHistoryInfo,GetConsoleHistoryInfo,0 diff --git a/libc/nt/kernel32/GetConsoleInputWaitHandle.S b/libc/nt/kernel32/GetConsoleInputWaitHandle.S new file mode 100644 index 000000000..8c925c143 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleInputWaitHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleInputWaitHandle,GetConsoleInputWaitHandle,510 diff --git a/libc/nt/kernel32/GetConsoleInputWaitHandle.s b/libc/nt/kernel32/GetConsoleInputWaitHandle.s deleted file mode 100644 index d1192d978..000000000 --- a/libc/nt/kernel32/GetConsoleInputWaitHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleInputWaitHandle,GetConsoleInputWaitHandle,510 diff --git a/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.S b/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.S new file mode 100644 index 000000000..28cb118d5 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleKeyboardLayoutNameW,GetConsoleKeyboardLayoutNameW,512 diff --git a/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.s b/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.s deleted file mode 100644 index 447c34bd9..000000000 --- a/libc/nt/kernel32/GetConsoleKeyboardLayoutNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleKeyboardLayoutNameW,GetConsoleKeyboardLayoutNameW,512 diff --git a/libc/nt/kernel32/GetConsoleMode.S b/libc/nt/kernel32/GetConsoleMode.S new file mode 100644 index 000000000..bea2424ac --- /dev/null +++ b/libc/nt/kernel32/GetConsoleMode.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleMode,GetConsoleMode,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleMode: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetConsoleMode(%rip),%rax + jmp __sysv2nt + .endfn GetConsoleMode,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleMode.s b/libc/nt/kernel32/GetConsoleMode.s deleted file mode 100644 index 8bdaf736e..000000000 --- a/libc/nt/kernel32/GetConsoleMode.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleMode,GetConsoleMode,0 - - .text.windows -GetConsoleMode: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetConsoleMode(%rip),%rax - jmp __sysv2nt - .endfn GetConsoleMode,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleNlsMode.S b/libc/nt/kernel32/GetConsoleNlsMode.S new file mode 100644 index 000000000..548296fd5 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleNlsMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleNlsMode,GetConsoleNlsMode,514 diff --git a/libc/nt/kernel32/GetConsoleNlsMode.s b/libc/nt/kernel32/GetConsoleNlsMode.s deleted file mode 100644 index 24924d8f0..000000000 --- a/libc/nt/kernel32/GetConsoleNlsMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleNlsMode,GetConsoleNlsMode,514 diff --git a/libc/nt/kernel32/GetConsoleOriginalTitleW.S b/libc/nt/kernel32/GetConsoleOriginalTitleW.S new file mode 100644 index 000000000..4f992f99c --- /dev/null +++ b/libc/nt/kernel32/GetConsoleOriginalTitleW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleOriginalTitleW,GetConsoleOriginalTitleW,0 diff --git a/libc/nt/kernel32/GetConsoleOriginalTitleW.s b/libc/nt/kernel32/GetConsoleOriginalTitleW.s deleted file mode 100644 index 310f32b59..000000000 --- a/libc/nt/kernel32/GetConsoleOriginalTitleW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleOriginalTitleW,GetConsoleOriginalTitleW,0 diff --git a/libc/nt/kernel32/GetConsoleOutputCP.S b/libc/nt/kernel32/GetConsoleOutputCP.S new file mode 100644 index 000000000..38994fe9e --- /dev/null +++ b/libc/nt/kernel32/GetConsoleOutputCP.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleOutputCP,GetConsoleOutputCP,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleOutputCP: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetConsoleOutputCP(%rip) + leave + ret + .endfn GetConsoleOutputCP,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleOutputCP.s b/libc/nt/kernel32/GetConsoleOutputCP.s deleted file mode 100644 index 27ad4459b..000000000 --- a/libc/nt/kernel32/GetConsoleOutputCP.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleOutputCP,GetConsoleOutputCP,0 - - .text.windows -GetConsoleOutputCP: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetConsoleOutputCP(%rip) - leave - ret - .endfn GetConsoleOutputCP,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleProcessList.S b/libc/nt/kernel32/GetConsoleProcessList.S new file mode 100644 index 000000000..b5962909f --- /dev/null +++ b/libc/nt/kernel32/GetConsoleProcessList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleProcessList,GetConsoleProcessList,0 diff --git a/libc/nt/kernel32/GetConsoleProcessList.s b/libc/nt/kernel32/GetConsoleProcessList.s deleted file mode 100644 index 0077bbb80..000000000 --- a/libc/nt/kernel32/GetConsoleProcessList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleProcessList,GetConsoleProcessList,0 diff --git a/libc/nt/kernel32/GetConsoleScreenBufferInfo.S b/libc/nt/kernel32/GetConsoleScreenBufferInfo.S new file mode 100644 index 000000000..6be6a9e04 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleScreenBufferInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleScreenBufferInfo,GetConsoleScreenBufferInfo,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleScreenBufferInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetConsoleScreenBufferInfo(%rip),%rax + jmp __sysv2nt + .endfn GetConsoleScreenBufferInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleScreenBufferInfo.s b/libc/nt/kernel32/GetConsoleScreenBufferInfo.s deleted file mode 100644 index 89f39638a..000000000 --- a/libc/nt/kernel32/GetConsoleScreenBufferInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleScreenBufferInfo,GetConsoleScreenBufferInfo,0 - - .text.windows -GetConsoleScreenBufferInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetConsoleScreenBufferInfo(%rip),%rax - jmp __sysv2nt - .endfn GetConsoleScreenBufferInfo,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.S b/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.S new file mode 100644 index 000000000..064888ce2 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleScreenBufferInfoEx,GetConsoleScreenBufferInfoEx,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleScreenBufferInfoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetConsoleScreenBufferInfoEx(%rip),%rax + jmp __sysv2nt + .endfn GetConsoleScreenBufferInfoEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.s b/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.s deleted file mode 100644 index 852eb543c..000000000 --- a/libc/nt/kernel32/GetConsoleScreenBufferInfoEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleScreenBufferInfoEx,GetConsoleScreenBufferInfoEx,0 - - .text.windows -GetConsoleScreenBufferInfoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetConsoleScreenBufferInfoEx(%rip),%rax - jmp __sysv2nt - .endfn GetConsoleScreenBufferInfoEx,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleSelectionInfo.S b/libc/nt/kernel32/GetConsoleSelectionInfo.S new file mode 100644 index 000000000..a3f5d0236 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleSelectionInfo.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleSelectionInfo,GetConsoleSelectionInfo,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleSelectionInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetConsoleSelectionInfo(%rip) + leave + ret + .endfn GetConsoleSelectionInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleSelectionInfo.s b/libc/nt/kernel32/GetConsoleSelectionInfo.s deleted file mode 100644 index dbbe1277a..000000000 --- a/libc/nt/kernel32/GetConsoleSelectionInfo.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleSelectionInfo,GetConsoleSelectionInfo,0 - - .text.windows -GetConsoleSelectionInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetConsoleSelectionInfo(%rip) - leave - ret - .endfn GetConsoleSelectionInfo,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleTitleW.S b/libc/nt/kernel32/GetConsoleTitleW.S new file mode 100644 index 000000000..08c6d8613 --- /dev/null +++ b/libc/nt/kernel32/GetConsoleTitleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleTitleW,GetConsoleTitleW,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleTitle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetConsoleTitleW(%rip),%rax + jmp __sysv2nt + .endfn GetConsoleTitle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleTitleW.s b/libc/nt/kernel32/GetConsoleTitleW.s deleted file mode 100644 index 422281166..000000000 --- a/libc/nt/kernel32/GetConsoleTitleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleTitleW,GetConsoleTitleW,0 - - .text.windows -GetConsoleTitle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetConsoleTitleW(%rip),%rax - jmp __sysv2nt - .endfn GetConsoleTitle,globl - .previous diff --git a/libc/nt/kernel32/GetConsoleWindow.S b/libc/nt/kernel32/GetConsoleWindow.S new file mode 100644 index 000000000..11400979d --- /dev/null +++ b/libc/nt/kernel32/GetConsoleWindow.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetConsoleWindow,GetConsoleWindow,0 + +#ifdef __x86_64__ + .text.windows +GetConsoleWindow: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetConsoleWindow(%rip) + leave + ret + .endfn GetConsoleWindow,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetConsoleWindow.s b/libc/nt/kernel32/GetConsoleWindow.s deleted file mode 100644 index bb4b70eb1..000000000 --- a/libc/nt/kernel32/GetConsoleWindow.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetConsoleWindow,GetConsoleWindow,0 - - .text.windows -GetConsoleWindow: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetConsoleWindow(%rip) - leave - ret - .endfn GetConsoleWindow,globl - .previous diff --git a/libc/nt/kernel32/GetCurrencyFormatEx.S b/libc/nt/kernel32/GetCurrencyFormatEx.S new file mode 100644 index 000000000..c7af08007 --- /dev/null +++ b/libc/nt/kernel32/GetCurrencyFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrencyFormatEx,GetCurrencyFormatEx,0 diff --git a/libc/nt/kernel32/GetCurrencyFormatEx.s b/libc/nt/kernel32/GetCurrencyFormatEx.s deleted file mode 100644 index f99d9e16d..000000000 --- a/libc/nt/kernel32/GetCurrencyFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrencyFormatEx,GetCurrencyFormatEx,0 diff --git a/libc/nt/kernel32/GetCurrencyFormatW.S b/libc/nt/kernel32/GetCurrencyFormatW.S new file mode 100644 index 000000000..973c874bc --- /dev/null +++ b/libc/nt/kernel32/GetCurrencyFormatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrencyFormatW,GetCurrencyFormatW,0 diff --git a/libc/nt/kernel32/GetCurrencyFormatW.s b/libc/nt/kernel32/GetCurrencyFormatW.s deleted file mode 100644 index 4e0871c81..000000000 --- a/libc/nt/kernel32/GetCurrencyFormatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrencyFormatW,GetCurrencyFormatW,0 diff --git a/libc/nt/kernel32/GetCurrentActCtx.S b/libc/nt/kernel32/GetCurrentActCtx.S new file mode 100644 index 000000000..2885a4fe3 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentActCtx,GetCurrentActCtx,0 diff --git a/libc/nt/kernel32/GetCurrentActCtx.s b/libc/nt/kernel32/GetCurrentActCtx.s deleted file mode 100644 index 03ffd390d..000000000 --- a/libc/nt/kernel32/GetCurrentActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentActCtx,GetCurrentActCtx,0 diff --git a/libc/nt/kernel32/GetCurrentActCtxWorker.S b/libc/nt/kernel32/GetCurrentActCtxWorker.S new file mode 100644 index 000000000..9e812c945 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentActCtxWorker,GetCurrentActCtxWorker,529 diff --git a/libc/nt/kernel32/GetCurrentActCtxWorker.s b/libc/nt/kernel32/GetCurrentActCtxWorker.s deleted file mode 100644 index 70b8b759e..000000000 --- a/libc/nt/kernel32/GetCurrentActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentActCtxWorker,GetCurrentActCtxWorker,529 diff --git a/libc/nt/kernel32/GetCurrentApplicationUserModelId.S b/libc/nt/kernel32/GetCurrentApplicationUserModelId.S new file mode 100644 index 000000000..53e8f972e --- /dev/null +++ b/libc/nt/kernel32/GetCurrentApplicationUserModelId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentApplicationUserModelId,GetCurrentApplicationUserModelId,0 diff --git a/libc/nt/kernel32/GetCurrentApplicationUserModelId.s b/libc/nt/kernel32/GetCurrentApplicationUserModelId.s deleted file mode 100644 index c4c0b2504..000000000 --- a/libc/nt/kernel32/GetCurrentApplicationUserModelId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentApplicationUserModelId,GetCurrentApplicationUserModelId,0 diff --git a/libc/nt/kernel32/GetCurrentConsoleFont.S b/libc/nt/kernel32/GetCurrentConsoleFont.S new file mode 100644 index 000000000..6fca079db --- /dev/null +++ b/libc/nt/kernel32/GetCurrentConsoleFont.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentConsoleFont,GetCurrentConsoleFont,0 diff --git a/libc/nt/kernel32/GetCurrentConsoleFont.s b/libc/nt/kernel32/GetCurrentConsoleFont.s deleted file mode 100644 index f864b57f9..000000000 --- a/libc/nt/kernel32/GetCurrentConsoleFont.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentConsoleFont,GetCurrentConsoleFont,0 diff --git a/libc/nt/kernel32/GetCurrentConsoleFontEx.S b/libc/nt/kernel32/GetCurrentConsoleFontEx.S new file mode 100644 index 000000000..c8eadc27d --- /dev/null +++ b/libc/nt/kernel32/GetCurrentConsoleFontEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentConsoleFontEx,GetCurrentConsoleFontEx,0 diff --git a/libc/nt/kernel32/GetCurrentConsoleFontEx.s b/libc/nt/kernel32/GetCurrentConsoleFontEx.s deleted file mode 100644 index 12f14b9d7..000000000 --- a/libc/nt/kernel32/GetCurrentConsoleFontEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentConsoleFontEx,GetCurrentConsoleFontEx,0 diff --git a/libc/nt/kernel32/GetCurrentDirectoryW.S b/libc/nt/kernel32/GetCurrentDirectoryW.S new file mode 100644 index 000000000..58cb3e139 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentDirectoryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentDirectoryW,GetCurrentDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +GetCurrentDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetCurrentDirectoryW(%rip),%rax + jmp __sysv2nt + .endfn GetCurrentDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCurrentDirectoryW.s b/libc/nt/kernel32/GetCurrentDirectoryW.s deleted file mode 100644 index ce21fd6fd..000000000 --- a/libc/nt/kernel32/GetCurrentDirectoryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentDirectoryW,GetCurrentDirectoryW,0 - - .text.windows -GetCurrentDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetCurrentDirectoryW(%rip),%rax - jmp __sysv2nt - .endfn GetCurrentDirectory,globl - .previous diff --git a/libc/nt/kernel32/GetCurrentPackageFamilyName.S b/libc/nt/kernel32/GetCurrentPackageFamilyName.S new file mode 100644 index 000000000..4452b9b33 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentPackageFamilyName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentPackageFamilyName,GetCurrentPackageFamilyName,0 diff --git a/libc/nt/kernel32/GetCurrentPackageFamilyName.s b/libc/nt/kernel32/GetCurrentPackageFamilyName.s deleted file mode 100644 index 493a35284..000000000 --- a/libc/nt/kernel32/GetCurrentPackageFamilyName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentPackageFamilyName,GetCurrentPackageFamilyName,0 diff --git a/libc/nt/kernel32/GetCurrentPackageFullName.S b/libc/nt/kernel32/GetCurrentPackageFullName.S new file mode 100644 index 000000000..5dd194a7b --- /dev/null +++ b/libc/nt/kernel32/GetCurrentPackageFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentPackageFullName,GetCurrentPackageFullName,0 diff --git a/libc/nt/kernel32/GetCurrentPackageFullName.s b/libc/nt/kernel32/GetCurrentPackageFullName.s deleted file mode 100644 index 08cc5c16e..000000000 --- a/libc/nt/kernel32/GetCurrentPackageFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentPackageFullName,GetCurrentPackageFullName,0 diff --git a/libc/nt/kernel32/GetCurrentPackageId.S b/libc/nt/kernel32/GetCurrentPackageId.S new file mode 100644 index 000000000..9b065b072 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentPackageId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentPackageId,GetCurrentPackageId,0 diff --git a/libc/nt/kernel32/GetCurrentPackageId.s b/libc/nt/kernel32/GetCurrentPackageId.s deleted file mode 100644 index fdd0c530a..000000000 --- a/libc/nt/kernel32/GetCurrentPackageId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentPackageId,GetCurrentPackageId,0 diff --git a/libc/nt/kernel32/GetCurrentPackageInfo.S b/libc/nt/kernel32/GetCurrentPackageInfo.S new file mode 100644 index 000000000..dfd6710bd --- /dev/null +++ b/libc/nt/kernel32/GetCurrentPackageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentPackageInfo,GetCurrentPackageInfo,0 diff --git a/libc/nt/kernel32/GetCurrentPackageInfo.s b/libc/nt/kernel32/GetCurrentPackageInfo.s deleted file mode 100644 index 2a4137697..000000000 --- a/libc/nt/kernel32/GetCurrentPackageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentPackageInfo,GetCurrentPackageInfo,0 diff --git a/libc/nt/kernel32/GetCurrentPackagePath.S b/libc/nt/kernel32/GetCurrentPackagePath.S new file mode 100644 index 000000000..261b23754 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentPackagePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentPackagePath,GetCurrentPackagePath,0 diff --git a/libc/nt/kernel32/GetCurrentPackagePath.s b/libc/nt/kernel32/GetCurrentPackagePath.s deleted file mode 100644 index 6b58c577b..000000000 --- a/libc/nt/kernel32/GetCurrentPackagePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentPackagePath,GetCurrentPackagePath,0 diff --git a/libc/nt/kernel32/GetCurrentProcess.S b/libc/nt/kernel32/GetCurrentProcess.S new file mode 100644 index 000000000..b09e4e50b --- /dev/null +++ b/libc/nt/kernel32/GetCurrentProcess.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentProcess,GetCurrentProcess,0 + +#ifdef __x86_64__ + .text.windows +GetCurrentProcess: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCurrentProcess(%rip) + leave + ret + .endfn GetCurrentProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCurrentProcess.s b/libc/nt/kernel32/GetCurrentProcess.s deleted file mode 100644 index 11d345eef..000000000 --- a/libc/nt/kernel32/GetCurrentProcess.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentProcess,GetCurrentProcess,0 - - .text.windows -GetCurrentProcess: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCurrentProcess(%rip) - leave - ret - .endfn GetCurrentProcess,globl - .previous diff --git a/libc/nt/kernel32/GetCurrentProcessId.S b/libc/nt/kernel32/GetCurrentProcessId.S new file mode 100644 index 000000000..da0966f74 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentProcessId.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentProcessId,GetCurrentProcessId,0 + +#ifdef __x86_64__ + .text.windows +GetCurrentProcessId: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCurrentProcessId(%rip) + leave + ret + .endfn GetCurrentProcessId,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCurrentProcessId.s b/libc/nt/kernel32/GetCurrentProcessId.s deleted file mode 100644 index 346ab7844..000000000 --- a/libc/nt/kernel32/GetCurrentProcessId.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentProcessId,GetCurrentProcessId,0 - - .text.windows -GetCurrentProcessId: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCurrentProcessId(%rip) - leave - ret - .endfn GetCurrentProcessId,globl - .previous diff --git a/libc/nt/kernel32/GetCurrentThread.S b/libc/nt/kernel32/GetCurrentThread.S new file mode 100644 index 000000000..384ff2367 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentThread.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentThread,GetCurrentThread,0 + +#ifdef __x86_64__ + .text.windows +GetCurrentThread: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCurrentThread(%rip) + leave + ret + .endfn GetCurrentThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCurrentThread.s b/libc/nt/kernel32/GetCurrentThread.s deleted file mode 100644 index 18bea84a5..000000000 --- a/libc/nt/kernel32/GetCurrentThread.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentThread,GetCurrentThread,0 - - .text.windows -GetCurrentThread: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCurrentThread(%rip) - leave - ret - .endfn GetCurrentThread,globl - .previous diff --git a/libc/nt/kernel32/GetCurrentThreadId.S b/libc/nt/kernel32/GetCurrentThreadId.S new file mode 100644 index 000000000..649688015 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentThreadId.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentThreadId,GetCurrentThreadId,0 + +#ifdef __x86_64__ + .text.windows +GetCurrentThreadId: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCurrentThreadId(%rip) + leave + ret + .endfn GetCurrentThreadId,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetCurrentThreadId.s b/libc/nt/kernel32/GetCurrentThreadId.s deleted file mode 100644 index 036a28fd9..000000000 --- a/libc/nt/kernel32/GetCurrentThreadId.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentThreadId,GetCurrentThreadId,0 - - .text.windows -GetCurrentThreadId: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCurrentThreadId(%rip) - leave - ret - .endfn GetCurrentThreadId,globl - .previous diff --git a/libc/nt/kernel32/GetCurrentThreadStackLimits.S b/libc/nt/kernel32/GetCurrentThreadStackLimits.S new file mode 100644 index 000000000..315f720b3 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentThreadStackLimits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentThreadStackLimits,GetCurrentThreadStackLimits,0 diff --git a/libc/nt/kernel32/GetCurrentThreadStackLimits.s b/libc/nt/kernel32/GetCurrentThreadStackLimits.s deleted file mode 100644 index a63091e47..000000000 --- a/libc/nt/kernel32/GetCurrentThreadStackLimits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentThreadStackLimits,GetCurrentThreadStackLimits,0 diff --git a/libc/nt/kernel32/GetCurrentUmsThread.S b/libc/nt/kernel32/GetCurrentUmsThread.S new file mode 100644 index 000000000..bf038ab83 --- /dev/null +++ b/libc/nt/kernel32/GetCurrentUmsThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetCurrentUmsThread,GetCurrentUmsThread,547 diff --git a/libc/nt/kernel32/GetCurrentUmsThread.s b/libc/nt/kernel32/GetCurrentUmsThread.s deleted file mode 100644 index 20f34c571..000000000 --- a/libc/nt/kernel32/GetCurrentUmsThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetCurrentUmsThread,GetCurrentUmsThread,547 diff --git a/libc/nt/kernel32/GetDateFormatAWorker.S b/libc/nt/kernel32/GetDateFormatAWorker.S new file mode 100644 index 000000000..ea2f36f4c --- /dev/null +++ b/libc/nt/kernel32/GetDateFormatAWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDateFormatAWorker,GetDateFormatAWorker,549 diff --git a/libc/nt/kernel32/GetDateFormatAWorker.s b/libc/nt/kernel32/GetDateFormatAWorker.s deleted file mode 100644 index 57d7d85ca..000000000 --- a/libc/nt/kernel32/GetDateFormatAWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDateFormatAWorker,GetDateFormatAWorker,549 diff --git a/libc/nt/kernel32/GetDateFormatEx.S b/libc/nt/kernel32/GetDateFormatEx.S new file mode 100644 index 000000000..d274665d8 --- /dev/null +++ b/libc/nt/kernel32/GetDateFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDateFormatEx,GetDateFormatEx,0 diff --git a/libc/nt/kernel32/GetDateFormatEx.s b/libc/nt/kernel32/GetDateFormatEx.s deleted file mode 100644 index ac8b4a792..000000000 --- a/libc/nt/kernel32/GetDateFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDateFormatEx,GetDateFormatEx,0 diff --git a/libc/nt/kernel32/GetDateFormatW.S b/libc/nt/kernel32/GetDateFormatW.S new file mode 100644 index 000000000..b65c055c7 --- /dev/null +++ b/libc/nt/kernel32/GetDateFormatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDateFormatW,GetDateFormatW,0 diff --git a/libc/nt/kernel32/GetDateFormatW.s b/libc/nt/kernel32/GetDateFormatW.s deleted file mode 100644 index 08e12a819..000000000 --- a/libc/nt/kernel32/GetDateFormatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDateFormatW,GetDateFormatW,0 diff --git a/libc/nt/kernel32/GetDateFormatWWorker.S b/libc/nt/kernel32/GetDateFormatWWorker.S new file mode 100644 index 000000000..eb73b15ab --- /dev/null +++ b/libc/nt/kernel32/GetDateFormatWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDateFormatWWorker,GetDateFormatWWorker,552 diff --git a/libc/nt/kernel32/GetDateFormatWWorker.s b/libc/nt/kernel32/GetDateFormatWWorker.s deleted file mode 100644 index e74613464..000000000 --- a/libc/nt/kernel32/GetDateFormatWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDateFormatWWorker,GetDateFormatWWorker,552 diff --git a/libc/nt/kernel32/GetDefaultCommConfigW.S b/libc/nt/kernel32/GetDefaultCommConfigW.S new file mode 100644 index 000000000..203084c0b --- /dev/null +++ b/libc/nt/kernel32/GetDefaultCommConfigW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDefaultCommConfigW,GetDefaultCommConfigW,554 diff --git a/libc/nt/kernel32/GetDefaultCommConfigW.s b/libc/nt/kernel32/GetDefaultCommConfigW.s deleted file mode 100644 index b9f063a80..000000000 --- a/libc/nt/kernel32/GetDefaultCommConfigW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDefaultCommConfigW,GetDefaultCommConfigW,554 diff --git a/libc/nt/kernel32/GetDevicePowerState.S b/libc/nt/kernel32/GetDevicePowerState.S new file mode 100644 index 000000000..d3339c4ac --- /dev/null +++ b/libc/nt/kernel32/GetDevicePowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDevicePowerState,GetDevicePowerState,555 diff --git a/libc/nt/kernel32/GetDevicePowerState.s b/libc/nt/kernel32/GetDevicePowerState.s deleted file mode 100644 index 0eb7cf1da..000000000 --- a/libc/nt/kernel32/GetDevicePowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDevicePowerState,GetDevicePowerState,555 diff --git a/libc/nt/kernel32/GetDiskFreeSpaceExW.S b/libc/nt/kernel32/GetDiskFreeSpaceExW.S new file mode 100644 index 000000000..3352acec0 --- /dev/null +++ b/libc/nt/kernel32/GetDiskFreeSpaceExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDiskFreeSpaceExW,GetDiskFreeSpaceExW,0 diff --git a/libc/nt/kernel32/GetDiskFreeSpaceExW.s b/libc/nt/kernel32/GetDiskFreeSpaceExW.s deleted file mode 100644 index 97b4a6961..000000000 --- a/libc/nt/kernel32/GetDiskFreeSpaceExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDiskFreeSpaceExW,GetDiskFreeSpaceExW,0 diff --git a/libc/nt/kernel32/GetDiskFreeSpaceW.S b/libc/nt/kernel32/GetDiskFreeSpaceW.S new file mode 100644 index 000000000..0567438f0 --- /dev/null +++ b/libc/nt/kernel32/GetDiskFreeSpaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDiskFreeSpaceW,GetDiskFreeSpaceW,0 diff --git a/libc/nt/kernel32/GetDiskFreeSpaceW.s b/libc/nt/kernel32/GetDiskFreeSpaceW.s deleted file mode 100644 index c2e6c33a4..000000000 --- a/libc/nt/kernel32/GetDiskFreeSpaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDiskFreeSpaceW,GetDiskFreeSpaceW,0 diff --git a/libc/nt/kernel32/GetDllDirectoryW.S b/libc/nt/kernel32/GetDllDirectoryW.S new file mode 100644 index 000000000..e6260f32b --- /dev/null +++ b/libc/nt/kernel32/GetDllDirectoryW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDllDirectoryW,GetDllDirectoryW,561 diff --git a/libc/nt/kernel32/GetDllDirectoryW.s b/libc/nt/kernel32/GetDllDirectoryW.s deleted file mode 100644 index 20665dafb..000000000 --- a/libc/nt/kernel32/GetDllDirectoryW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDllDirectoryW,GetDllDirectoryW,561 diff --git a/libc/nt/kernel32/GetDriveTypeW.S b/libc/nt/kernel32/GetDriveTypeW.S new file mode 100644 index 000000000..13764bcf1 --- /dev/null +++ b/libc/nt/kernel32/GetDriveTypeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDriveTypeW,GetDriveTypeW,0 diff --git a/libc/nt/kernel32/GetDriveTypeW.s b/libc/nt/kernel32/GetDriveTypeW.s deleted file mode 100644 index bab3d232e..000000000 --- a/libc/nt/kernel32/GetDriveTypeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDriveTypeW,GetDriveTypeW,0 diff --git a/libc/nt/kernel32/GetDurationFormat.S b/libc/nt/kernel32/GetDurationFormat.S new file mode 100644 index 000000000..b2769825f --- /dev/null +++ b/libc/nt/kernel32/GetDurationFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDurationFormat,GetDurationFormat,564 diff --git a/libc/nt/kernel32/GetDurationFormat.s b/libc/nt/kernel32/GetDurationFormat.s deleted file mode 100644 index 8895a3ae5..000000000 --- a/libc/nt/kernel32/GetDurationFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDurationFormat,GetDurationFormat,564 diff --git a/libc/nt/kernel32/GetDurationFormatEx.S b/libc/nt/kernel32/GetDurationFormatEx.S new file mode 100644 index 000000000..49613a81c --- /dev/null +++ b/libc/nt/kernel32/GetDurationFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDurationFormatEx,GetDurationFormatEx,0 diff --git a/libc/nt/kernel32/GetDurationFormatEx.s b/libc/nt/kernel32/GetDurationFormatEx.s deleted file mode 100644 index 5a8c17307..000000000 --- a/libc/nt/kernel32/GetDurationFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDurationFormatEx,GetDurationFormatEx,0 diff --git a/libc/nt/kernel32/GetDynamicTimeZoneInformation.S b/libc/nt/kernel32/GetDynamicTimeZoneInformation.S new file mode 100644 index 000000000..e781d49bb --- /dev/null +++ b/libc/nt/kernel32/GetDynamicTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetDynamicTimeZoneInformation,GetDynamicTimeZoneInformation,0 diff --git a/libc/nt/kernel32/GetDynamicTimeZoneInformation.s b/libc/nt/kernel32/GetDynamicTimeZoneInformation.s deleted file mode 100644 index 143c7c532..000000000 --- a/libc/nt/kernel32/GetDynamicTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetDynamicTimeZoneInformation,GetDynamicTimeZoneInformation,0 diff --git a/libc/nt/kernel32/GetEnabledXStateFeatures.S b/libc/nt/kernel32/GetEnabledXStateFeatures.S new file mode 100644 index 000000000..cb5f7e4aa --- /dev/null +++ b/libc/nt/kernel32/GetEnabledXStateFeatures.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetEnabledXStateFeatures,GetEnabledXStateFeatures,0 diff --git a/libc/nt/kernel32/GetEnabledXStateFeatures.s b/libc/nt/kernel32/GetEnabledXStateFeatures.s deleted file mode 100644 index 260031975..000000000 --- a/libc/nt/kernel32/GetEnabledXStateFeatures.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetEnabledXStateFeatures,GetEnabledXStateFeatures,0 diff --git a/libc/nt/kernel32/GetEncryptedFileVersionExt.S b/libc/nt/kernel32/GetEncryptedFileVersionExt.S new file mode 100644 index 000000000..20db1c336 --- /dev/null +++ b/libc/nt/kernel32/GetEncryptedFileVersionExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetEncryptedFileVersionExt,GetEncryptedFileVersionExt,568 diff --git a/libc/nt/kernel32/GetEncryptedFileVersionExt.s b/libc/nt/kernel32/GetEncryptedFileVersionExt.s deleted file mode 100644 index 27efc1f17..000000000 --- a/libc/nt/kernel32/GetEncryptedFileVersionExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetEncryptedFileVersionExt,GetEncryptedFileVersionExt,568 diff --git a/libc/nt/kernel32/GetEnvironmentStringsW.S b/libc/nt/kernel32/GetEnvironmentStringsW.S new file mode 100644 index 000000000..fefa2b3fb --- /dev/null +++ b/libc/nt/kernel32/GetEnvironmentStringsW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetEnvironmentStringsW,GetEnvironmentStringsW,0 + +#ifdef __x86_64__ + .text.windows +GetEnvironmentStrings: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetEnvironmentStringsW(%rip) + leave + ret + .endfn GetEnvironmentStrings,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetEnvironmentStringsW.s b/libc/nt/kernel32/GetEnvironmentStringsW.s deleted file mode 100644 index b2eeacba2..000000000 --- a/libc/nt/kernel32/GetEnvironmentStringsW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetEnvironmentStringsW,GetEnvironmentStringsW,0 - - .text.windows -GetEnvironmentStrings: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetEnvironmentStringsW(%rip) - leave - ret - .endfn GetEnvironmentStrings,globl - .previous diff --git a/libc/nt/kernel32/GetEnvironmentVariableW.S b/libc/nt/kernel32/GetEnvironmentVariableW.S new file mode 100644 index 000000000..f5ed757c0 --- /dev/null +++ b/libc/nt/kernel32/GetEnvironmentVariableW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetEnvironmentVariableW,GetEnvironmentVariableW,0 + +#ifdef __x86_64__ + .text.windows +GetEnvironmentVariable: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetEnvironmentVariableW(%rip),%rax + jmp __sysv2nt + .endfn GetEnvironmentVariable,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetEnvironmentVariableW.s b/libc/nt/kernel32/GetEnvironmentVariableW.s deleted file mode 100644 index 2224e3137..000000000 --- a/libc/nt/kernel32/GetEnvironmentVariableW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetEnvironmentVariableW,GetEnvironmentVariableW,0 - - .text.windows -GetEnvironmentVariable: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetEnvironmentVariableW(%rip),%rax - jmp __sysv2nt - .endfn GetEnvironmentVariable,globl - .previous diff --git a/libc/nt/kernel32/GetErrorMode.S b/libc/nt/kernel32/GetErrorMode.S new file mode 100644 index 000000000..4379c3aed --- /dev/null +++ b/libc/nt/kernel32/GetErrorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetErrorMode,GetErrorMode,0 diff --git a/libc/nt/kernel32/GetErrorMode.s b/libc/nt/kernel32/GetErrorMode.s deleted file mode 100644 index 04c2cea08..000000000 --- a/libc/nt/kernel32/GetErrorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetErrorMode,GetErrorMode,0 diff --git a/libc/nt/kernel32/GetExitCodeProcess.S b/libc/nt/kernel32/GetExitCodeProcess.S new file mode 100644 index 000000000..c655d00bf --- /dev/null +++ b/libc/nt/kernel32/GetExitCodeProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetExitCodeProcess,GetExitCodeProcess,0 + +#ifdef __x86_64__ + .text.windows +__GetExitCodeProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetExitCodeProcess(%rip),%rax + jmp __sysv2nt + .endfn __GetExitCodeProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetExitCodeProcess.s b/libc/nt/kernel32/GetExitCodeProcess.s deleted file mode 100644 index bd7cdc55f..000000000 --- a/libc/nt/kernel32/GetExitCodeProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetExitCodeProcess,GetExitCodeProcess,0 - - .text.windows -__GetExitCodeProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetExitCodeProcess(%rip),%rax - jmp __sysv2nt - .endfn __GetExitCodeProcess,globl - .previous diff --git a/libc/nt/kernel32/GetExitCodeThread.S b/libc/nt/kernel32/GetExitCodeThread.S new file mode 100644 index 000000000..89e1d53cf --- /dev/null +++ b/libc/nt/kernel32/GetExitCodeThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetExitCodeThread,GetExitCodeThread,0 + +#ifdef __x86_64__ + .text.windows +GetExitCodeThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetExitCodeThread(%rip),%rax + jmp __sysv2nt + .endfn GetExitCodeThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetExitCodeThread.s b/libc/nt/kernel32/GetExitCodeThread.s deleted file mode 100644 index e88e71e59..000000000 --- a/libc/nt/kernel32/GetExitCodeThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetExitCodeThread,GetExitCodeThread,0 - - .text.windows -GetExitCodeThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetExitCodeThread(%rip),%rax - jmp __sysv2nt - .endfn GetExitCodeThread,globl - .previous diff --git a/libc/nt/kernel32/GetExpandedNameW.S b/libc/nt/kernel32/GetExpandedNameW.S new file mode 100644 index 000000000..1f1847a24 --- /dev/null +++ b/libc/nt/kernel32/GetExpandedNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetExpandedNameW,GetExpandedNameW,579 diff --git a/libc/nt/kernel32/GetExpandedNameW.s b/libc/nt/kernel32/GetExpandedNameW.s deleted file mode 100644 index ccd3747c1..000000000 --- a/libc/nt/kernel32/GetExpandedNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetExpandedNameW,GetExpandedNameW,579 diff --git a/libc/nt/kernel32/GetFileAttributesExW.S b/libc/nt/kernel32/GetFileAttributesExW.S new file mode 100644 index 000000000..fe4f26024 --- /dev/null +++ b/libc/nt/kernel32/GetFileAttributesExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileAttributesExW,GetFileAttributesExW,0 + +#ifdef __x86_64__ + .text.windows +GetFileAttributesEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileAttributesExW(%rip),%rax + jmp __sysv2nt + .endfn GetFileAttributesEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileAttributesExW.s b/libc/nt/kernel32/GetFileAttributesExW.s deleted file mode 100644 index f6b2c050a..000000000 --- a/libc/nt/kernel32/GetFileAttributesExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileAttributesExW,GetFileAttributesExW,0 - - .text.windows -GetFileAttributesEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileAttributesExW(%rip),%rax - jmp __sysv2nt - .endfn GetFileAttributesEx,globl - .previous diff --git a/libc/nt/kernel32/GetFileAttributesTransactedW.S b/libc/nt/kernel32/GetFileAttributesTransactedW.S new file mode 100644 index 000000000..27433e501 --- /dev/null +++ b/libc/nt/kernel32/GetFileAttributesTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileAttributesTransactedW,GetFileAttributesTransactedW,584 diff --git a/libc/nt/kernel32/GetFileAttributesTransactedW.s b/libc/nt/kernel32/GetFileAttributesTransactedW.s deleted file mode 100644 index aee4635dc..000000000 --- a/libc/nt/kernel32/GetFileAttributesTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileAttributesTransactedW,GetFileAttributesTransactedW,584 diff --git a/libc/nt/kernel32/GetFileAttributesW.S b/libc/nt/kernel32/GetFileAttributesW.S new file mode 100644 index 000000000..cf98f6f61 --- /dev/null +++ b/libc/nt/kernel32/GetFileAttributesW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileAttributesW,GetFileAttributesW,0 + +#ifdef __x86_64__ + .text.windows +__GetFileAttributes: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetFileAttributesW(%rip) + leave + ret + .endfn __GetFileAttributes,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileAttributesW.s b/libc/nt/kernel32/GetFileAttributesW.s deleted file mode 100644 index 581fde16b..000000000 --- a/libc/nt/kernel32/GetFileAttributesW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileAttributesW,GetFileAttributesW,0 - - .text.windows -__GetFileAttributes: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetFileAttributesW(%rip) - leave - ret - .endfn __GetFileAttributes,globl - .previous diff --git a/libc/nt/kernel32/GetFileBandwidthReservation.S b/libc/nt/kernel32/GetFileBandwidthReservation.S new file mode 100644 index 000000000..4d445578c --- /dev/null +++ b/libc/nt/kernel32/GetFileBandwidthReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileBandwidthReservation,GetFileBandwidthReservation,586 diff --git a/libc/nt/kernel32/GetFileBandwidthReservation.s b/libc/nt/kernel32/GetFileBandwidthReservation.s deleted file mode 100644 index 5e110c5e8..000000000 --- a/libc/nt/kernel32/GetFileBandwidthReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileBandwidthReservation,GetFileBandwidthReservation,586 diff --git a/libc/nt/kernel32/GetFileInformationByHandle.S b/libc/nt/kernel32/GetFileInformationByHandle.S new file mode 100644 index 000000000..323cb15c0 --- /dev/null +++ b/libc/nt/kernel32/GetFileInformationByHandle.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileInformationByHandle,GetFileInformationByHandle,0 + +#ifdef __x86_64__ + .text.windows +GetFileInformationByHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileInformationByHandle(%rip),%rax + jmp __sysv2nt + .endfn GetFileInformationByHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileInformationByHandle.s b/libc/nt/kernel32/GetFileInformationByHandle.s deleted file mode 100644 index 5a513d99e..000000000 --- a/libc/nt/kernel32/GetFileInformationByHandle.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileInformationByHandle,GetFileInformationByHandle,0 - - .text.windows -GetFileInformationByHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileInformationByHandle(%rip),%rax - jmp __sysv2nt - .endfn GetFileInformationByHandle,globl - .previous diff --git a/libc/nt/kernel32/GetFileInformationByHandleEx.S b/libc/nt/kernel32/GetFileInformationByHandleEx.S new file mode 100644 index 000000000..f53caf22b --- /dev/null +++ b/libc/nt/kernel32/GetFileInformationByHandleEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileInformationByHandleEx,GetFileInformationByHandleEx,0 + +#ifdef __x86_64__ + .text.windows +GetFileInformationByHandleEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileInformationByHandleEx(%rip),%rax + jmp __sysv2nt + .endfn GetFileInformationByHandleEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileInformationByHandleEx.s b/libc/nt/kernel32/GetFileInformationByHandleEx.s deleted file mode 100644 index 6baf64e2e..000000000 --- a/libc/nt/kernel32/GetFileInformationByHandleEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileInformationByHandleEx,GetFileInformationByHandleEx,0 - - .text.windows -GetFileInformationByHandleEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileInformationByHandleEx(%rip),%rax - jmp __sysv2nt - .endfn GetFileInformationByHandleEx,globl - .previous diff --git a/libc/nt/kernel32/GetFileMUIInfo.S b/libc/nt/kernel32/GetFileMUIInfo.S new file mode 100644 index 000000000..5567475f0 --- /dev/null +++ b/libc/nt/kernel32/GetFileMUIInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileMUIInfo,GetFileMUIInfo,0 diff --git a/libc/nt/kernel32/GetFileMUIInfo.s b/libc/nt/kernel32/GetFileMUIInfo.s deleted file mode 100644 index fcb7b6171..000000000 --- a/libc/nt/kernel32/GetFileMUIInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileMUIInfo,GetFileMUIInfo,0 diff --git a/libc/nt/kernel32/GetFileMUIPath.S b/libc/nt/kernel32/GetFileMUIPath.S new file mode 100644 index 000000000..267b982d7 --- /dev/null +++ b/libc/nt/kernel32/GetFileMUIPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileMUIPath,GetFileMUIPath,0 diff --git a/libc/nt/kernel32/GetFileMUIPath.s b/libc/nt/kernel32/GetFileMUIPath.s deleted file mode 100644 index 74dc3da4e..000000000 --- a/libc/nt/kernel32/GetFileMUIPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileMUIPath,GetFileMUIPath,0 diff --git a/libc/nt/kernel32/GetFileSize.S b/libc/nt/kernel32/GetFileSize.S new file mode 100644 index 000000000..7e0b08131 --- /dev/null +++ b/libc/nt/kernel32/GetFileSize.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileSize,GetFileSize,0 + +#ifdef __x86_64__ + .text.windows +GetFileSize: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileSize(%rip),%rax + jmp __sysv2nt + .endfn GetFileSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileSize.s b/libc/nt/kernel32/GetFileSize.s deleted file mode 100644 index 83bd7b02a..000000000 --- a/libc/nt/kernel32/GetFileSize.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileSize,GetFileSize,0 - - .text.windows -GetFileSize: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileSize(%rip),%rax - jmp __sysv2nt - .endfn GetFileSize,globl - .previous diff --git a/libc/nt/kernel32/GetFileSizeEx.S b/libc/nt/kernel32/GetFileSizeEx.S new file mode 100644 index 000000000..a4e1c8fa3 --- /dev/null +++ b/libc/nt/kernel32/GetFileSizeEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileSizeEx,GetFileSizeEx,0 + +#ifdef __x86_64__ + .text.windows +GetFileSizeEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileSizeEx(%rip),%rax + jmp __sysv2nt + .endfn GetFileSizeEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileSizeEx.s b/libc/nt/kernel32/GetFileSizeEx.s deleted file mode 100644 index 56f2a22ce..000000000 --- a/libc/nt/kernel32/GetFileSizeEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileSizeEx,GetFileSizeEx,0 - - .text.windows -GetFileSizeEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileSizeEx(%rip),%rax - jmp __sysv2nt - .endfn GetFileSizeEx,globl - .previous diff --git a/libc/nt/kernel32/GetFileTime.S b/libc/nt/kernel32/GetFileTime.S new file mode 100644 index 000000000..b31a35ca5 --- /dev/null +++ b/libc/nt/kernel32/GetFileTime.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileTime,GetFileTime,0 + +#ifdef __x86_64__ + .text.windows +GetFileTime: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFileTime(%rip),%rax + jmp __sysv2nt + .endfn GetFileTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileTime.s b/libc/nt/kernel32/GetFileTime.s deleted file mode 100644 index c62e05a67..000000000 --- a/libc/nt/kernel32/GetFileTime.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileTime,GetFileTime,0 - - .text.windows -GetFileTime: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFileTime(%rip),%rax - jmp __sysv2nt - .endfn GetFileTime,globl - .previous diff --git a/libc/nt/kernel32/GetFileType.S b/libc/nt/kernel32/GetFileType.S new file mode 100644 index 000000000..c458f9d8b --- /dev/null +++ b/libc/nt/kernel32/GetFileType.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFileType,GetFileType,0 + +#ifdef __x86_64__ + .text.windows +GetFileType: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetFileType(%rip) + leave + ret + .endfn GetFileType,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFileType.s b/libc/nt/kernel32/GetFileType.s deleted file mode 100644 index a9c6b2086..000000000 --- a/libc/nt/kernel32/GetFileType.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFileType,GetFileType,0 - - .text.windows -GetFileType: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetFileType(%rip) - leave - ret - .endfn GetFileType,globl - .previous diff --git a/libc/nt/kernel32/GetFinalPathNameByHandleW.S b/libc/nt/kernel32/GetFinalPathNameByHandleW.S new file mode 100644 index 000000000..1a956114f --- /dev/null +++ b/libc/nt/kernel32/GetFinalPathNameByHandleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFinalPathNameByHandleW,GetFinalPathNameByHandleW,0 + +#ifdef __x86_64__ + .text.windows +GetFinalPathNameByHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFinalPathNameByHandleW(%rip),%rax + jmp __sysv2nt + .endfn GetFinalPathNameByHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFinalPathNameByHandleW.s b/libc/nt/kernel32/GetFinalPathNameByHandleW.s deleted file mode 100644 index 91b1c0e3f..000000000 --- a/libc/nt/kernel32/GetFinalPathNameByHandleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFinalPathNameByHandleW,GetFinalPathNameByHandleW,0 - - .text.windows -GetFinalPathNameByHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFinalPathNameByHandleW(%rip),%rax - jmp __sysv2nt - .endfn GetFinalPathNameByHandle,globl - .previous diff --git a/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.S b/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.S new file mode 100644 index 000000000..dca2eeca0 --- /dev/null +++ b/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFirmwareEnvironmentVariableExW,GetFirmwareEnvironmentVariableExW,599 diff --git a/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.s b/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.s deleted file mode 100644 index c51ca9cbc..000000000 --- a/libc/nt/kernel32/GetFirmwareEnvironmentVariableExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFirmwareEnvironmentVariableExW,GetFirmwareEnvironmentVariableExW,599 diff --git a/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.S b/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.S new file mode 100644 index 000000000..ccaa3b683 --- /dev/null +++ b/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFirmwareEnvironmentVariableW,GetFirmwareEnvironmentVariableW,600 diff --git a/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.s b/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.s deleted file mode 100644 index 28f7c912b..000000000 --- a/libc/nt/kernel32/GetFirmwareEnvironmentVariableW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFirmwareEnvironmentVariableW,GetFirmwareEnvironmentVariableW,600 diff --git a/libc/nt/kernel32/GetFirmwareType.S b/libc/nt/kernel32/GetFirmwareType.S new file mode 100644 index 000000000..f5ed12ea7 --- /dev/null +++ b/libc/nt/kernel32/GetFirmwareType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFirmwareType,GetFirmwareType,601 diff --git a/libc/nt/kernel32/GetFirmwareType.s b/libc/nt/kernel32/GetFirmwareType.s deleted file mode 100644 index 5372af028..000000000 --- a/libc/nt/kernel32/GetFirmwareType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFirmwareType,GetFirmwareType,601 diff --git a/libc/nt/kernel32/GetFullPathNameTransactedW.S b/libc/nt/kernel32/GetFullPathNameTransactedW.S new file mode 100644 index 000000000..3b0d0c78e --- /dev/null +++ b/libc/nt/kernel32/GetFullPathNameTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFullPathNameTransactedW,GetFullPathNameTransactedW,604 diff --git a/libc/nt/kernel32/GetFullPathNameTransactedW.s b/libc/nt/kernel32/GetFullPathNameTransactedW.s deleted file mode 100644 index 0206ba141..000000000 --- a/libc/nt/kernel32/GetFullPathNameTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFullPathNameTransactedW,GetFullPathNameTransactedW,604 diff --git a/libc/nt/kernel32/GetFullPathNameW.S b/libc/nt/kernel32/GetFullPathNameW.S new file mode 100644 index 000000000..1060056e2 --- /dev/null +++ b/libc/nt/kernel32/GetFullPathNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetFullPathNameW,GetFullPathNameW,0 + +#ifdef __x86_64__ + .text.windows +GetFullPathName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetFullPathNameW(%rip),%rax + jmp __sysv2nt + .endfn GetFullPathName,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetFullPathNameW.s b/libc/nt/kernel32/GetFullPathNameW.s deleted file mode 100644 index 90925c87d..000000000 --- a/libc/nt/kernel32/GetFullPathNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetFullPathNameW,GetFullPathNameW,0 - - .text.windows -GetFullPathName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetFullPathNameW(%rip),%rax - jmp __sysv2nt - .endfn GetFullPathName,globl - .previous diff --git a/libc/nt/kernel32/GetGeoInfoW.S b/libc/nt/kernel32/GetGeoInfoW.S new file mode 100644 index 000000000..c306f0d6d --- /dev/null +++ b/libc/nt/kernel32/GetGeoInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetGeoInfoW,GetGeoInfoW,0 diff --git a/libc/nt/kernel32/GetGeoInfoW.s b/libc/nt/kernel32/GetGeoInfoW.s deleted file mode 100644 index 9d06450b9..000000000 --- a/libc/nt/kernel32/GetGeoInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetGeoInfoW,GetGeoInfoW,0 diff --git a/libc/nt/kernel32/GetHandleInformation.S b/libc/nt/kernel32/GetHandleInformation.S new file mode 100644 index 000000000..3b7cbdc7e --- /dev/null +++ b/libc/nt/kernel32/GetHandleInformation.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetHandleInformation,GetHandleInformation,0 + +#ifdef __x86_64__ + .text.windows +GetHandleInformation: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetHandleInformation(%rip),%rax + jmp __sysv2nt + .endfn GetHandleInformation,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetHandleInformation.s b/libc/nt/kernel32/GetHandleInformation.s deleted file mode 100644 index e7f8e9677..000000000 --- a/libc/nt/kernel32/GetHandleInformation.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetHandleInformation,GetHandleInformation,0 - - .text.windows -GetHandleInformation: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetHandleInformation(%rip),%rax - jmp __sysv2nt - .endfn GetHandleInformation,globl - .previous diff --git a/libc/nt/kernel32/GetLargePageMinimum.S b/libc/nt/kernel32/GetLargePageMinimum.S new file mode 100644 index 000000000..9356885c1 --- /dev/null +++ b/libc/nt/kernel32/GetLargePageMinimum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLargePageMinimum,GetLargePageMinimum,0 diff --git a/libc/nt/kernel32/GetLargePageMinimum.s b/libc/nt/kernel32/GetLargePageMinimum.s deleted file mode 100644 index af2c7f0b7..000000000 --- a/libc/nt/kernel32/GetLargePageMinimum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLargePageMinimum,GetLargePageMinimum,0 diff --git a/libc/nt/kernel32/GetLargestConsoleWindowSize.S b/libc/nt/kernel32/GetLargestConsoleWindowSize.S new file mode 100644 index 000000000..98ea85e66 --- /dev/null +++ b/libc/nt/kernel32/GetLargestConsoleWindowSize.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLargestConsoleWindowSize,GetLargestConsoleWindowSize,0 + +#ifdef __x86_64__ + .text.windows +GetLargestConsoleWindowSize: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetLargestConsoleWindowSize(%rip) + leave + ret + .endfn GetLargestConsoleWindowSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetLargestConsoleWindowSize.s b/libc/nt/kernel32/GetLargestConsoleWindowSize.s deleted file mode 100644 index 56858ad97..000000000 --- a/libc/nt/kernel32/GetLargestConsoleWindowSize.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLargestConsoleWindowSize,GetLargestConsoleWindowSize,0 - - .text.windows -GetLargestConsoleWindowSize: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetLargestConsoleWindowSize(%rip) - leave - ret - .endfn GetLargestConsoleWindowSize,globl - .previous diff --git a/libc/nt/kernel32/GetLastError.S b/libc/nt/kernel32/GetLastError.S new file mode 100644 index 000000000..dae73058f --- /dev/null +++ b/libc/nt/kernel32/GetLastError.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLastError,GetLastError,0 + +#ifdef __x86_64__ + .text.windows +GetLastError: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetLastError(%rip) + leave + ret + .endfn GetLastError,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetLastError.s b/libc/nt/kernel32/GetLastError.s deleted file mode 100644 index da8189ea1..000000000 --- a/libc/nt/kernel32/GetLastError.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLastError,GetLastError,0 - - .text.windows -GetLastError: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetLastError(%rip) - leave - ret - .endfn GetLastError,globl - .previous diff --git a/libc/nt/kernel32/GetLocalTime.S b/libc/nt/kernel32/GetLocalTime.S new file mode 100644 index 000000000..d4fcd0b34 --- /dev/null +++ b/libc/nt/kernel32/GetLocalTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLocalTime,GetLocalTime,0 diff --git a/libc/nt/kernel32/GetLocalTime.s b/libc/nt/kernel32/GetLocalTime.s deleted file mode 100644 index 201c2033b..000000000 --- a/libc/nt/kernel32/GetLocalTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLocalTime,GetLocalTime,0 diff --git a/libc/nt/kernel32/GetLocaleInfoEx.S b/libc/nt/kernel32/GetLocaleInfoEx.S new file mode 100644 index 000000000..3b447ef23 --- /dev/null +++ b/libc/nt/kernel32/GetLocaleInfoEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLocaleInfoEx,GetLocaleInfoEx,0 diff --git a/libc/nt/kernel32/GetLocaleInfoEx.s b/libc/nt/kernel32/GetLocaleInfoEx.s deleted file mode 100644 index 01839716f..000000000 --- a/libc/nt/kernel32/GetLocaleInfoEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLocaleInfoEx,GetLocaleInfoEx,0 diff --git a/libc/nt/kernel32/GetLocaleInfoW.S b/libc/nt/kernel32/GetLocaleInfoW.S new file mode 100644 index 000000000..6e883597b --- /dev/null +++ b/libc/nt/kernel32/GetLocaleInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLocaleInfoW,GetLocaleInfoW,0 diff --git a/libc/nt/kernel32/GetLocaleInfoW.s b/libc/nt/kernel32/GetLocaleInfoW.s deleted file mode 100644 index 2ca161fbe..000000000 --- a/libc/nt/kernel32/GetLocaleInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLocaleInfoW,GetLocaleInfoW,0 diff --git a/libc/nt/kernel32/GetLogicalDriveStringsW.S b/libc/nt/kernel32/GetLogicalDriveStringsW.S new file mode 100644 index 000000000..5ae247a65 --- /dev/null +++ b/libc/nt/kernel32/GetLogicalDriveStringsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLogicalDriveStringsW,GetLogicalDriveStringsW,0 diff --git a/libc/nt/kernel32/GetLogicalDriveStringsW.s b/libc/nt/kernel32/GetLogicalDriveStringsW.s deleted file mode 100644 index 56265c21d..000000000 --- a/libc/nt/kernel32/GetLogicalDriveStringsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLogicalDriveStringsW,GetLogicalDriveStringsW,0 diff --git a/libc/nt/kernel32/GetLogicalDrives.S b/libc/nt/kernel32/GetLogicalDrives.S new file mode 100644 index 000000000..0e8cc4ebc --- /dev/null +++ b/libc/nt/kernel32/GetLogicalDrives.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLogicalDrives,GetLogicalDrives,0 + +#ifdef __x86_64__ + .text.windows +GetLogicalDrives: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetLogicalDrives(%rip) + leave + ret + .endfn GetLogicalDrives,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetLogicalDrives.s b/libc/nt/kernel32/GetLogicalDrives.s deleted file mode 100644 index cb3787580..000000000 --- a/libc/nt/kernel32/GetLogicalDrives.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLogicalDrives,GetLogicalDrives,0 - - .text.windows -GetLogicalDrives: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetLogicalDrives(%rip) - leave - ret - .endfn GetLogicalDrives,globl - .previous diff --git a/libc/nt/kernel32/GetLogicalProcessorInformation.S b/libc/nt/kernel32/GetLogicalProcessorInformation.S new file mode 100644 index 000000000..e9f205c87 --- /dev/null +++ b/libc/nt/kernel32/GetLogicalProcessorInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLogicalProcessorInformation,GetLogicalProcessorInformation,0 diff --git a/libc/nt/kernel32/GetLogicalProcessorInformation.s b/libc/nt/kernel32/GetLogicalProcessorInformation.s deleted file mode 100644 index 254d55051..000000000 --- a/libc/nt/kernel32/GetLogicalProcessorInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLogicalProcessorInformation,GetLogicalProcessorInformation,0 diff --git a/libc/nt/kernel32/GetLogicalProcessorInformationEx.S b/libc/nt/kernel32/GetLogicalProcessorInformationEx.S new file mode 100644 index 000000000..5fc57f9f8 --- /dev/null +++ b/libc/nt/kernel32/GetLogicalProcessorInformationEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLogicalProcessorInformationEx,GetLogicalProcessorInformationEx,0 diff --git a/libc/nt/kernel32/GetLogicalProcessorInformationEx.s b/libc/nt/kernel32/GetLogicalProcessorInformationEx.s deleted file mode 100644 index 738ecfc15..000000000 --- a/libc/nt/kernel32/GetLogicalProcessorInformationEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLogicalProcessorInformationEx,GetLogicalProcessorInformationEx,0 diff --git a/libc/nt/kernel32/GetLongPathNameTransactedW.S b/libc/nt/kernel32/GetLongPathNameTransactedW.S new file mode 100644 index 000000000..307278f47 --- /dev/null +++ b/libc/nt/kernel32/GetLongPathNameTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLongPathNameTransactedW,GetLongPathNameTransactedW,624 diff --git a/libc/nt/kernel32/GetLongPathNameTransactedW.s b/libc/nt/kernel32/GetLongPathNameTransactedW.s deleted file mode 100644 index d8d71747c..000000000 --- a/libc/nt/kernel32/GetLongPathNameTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLongPathNameTransactedW,GetLongPathNameTransactedW,624 diff --git a/libc/nt/kernel32/GetLongPathNameW.S b/libc/nt/kernel32/GetLongPathNameW.S new file mode 100644 index 000000000..58b3a6b51 --- /dev/null +++ b/libc/nt/kernel32/GetLongPathNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetLongPathNameW,GetLongPathNameW,0 diff --git a/libc/nt/kernel32/GetLongPathNameW.s b/libc/nt/kernel32/GetLongPathNameW.s deleted file mode 100644 index 7b047e45d..000000000 --- a/libc/nt/kernel32/GetLongPathNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetLongPathNameW,GetLongPathNameW,0 diff --git a/libc/nt/kernel32/GetMailslotInfo.S b/libc/nt/kernel32/GetMailslotInfo.S new file mode 100644 index 000000000..a004db4eb --- /dev/null +++ b/libc/nt/kernel32/GetMailslotInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetMailslotInfo,GetMailslotInfo,626 diff --git a/libc/nt/kernel32/GetMailslotInfo.s b/libc/nt/kernel32/GetMailslotInfo.s deleted file mode 100644 index 8b233390d..000000000 --- a/libc/nt/kernel32/GetMailslotInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetMailslotInfo,GetMailslotInfo,626 diff --git a/libc/nt/kernel32/GetMaximumProcessorCount.S b/libc/nt/kernel32/GetMaximumProcessorCount.S new file mode 100644 index 000000000..56680bde1 --- /dev/null +++ b/libc/nt/kernel32/GetMaximumProcessorCount.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetMaximumProcessorCount,GetMaximumProcessorCount,627 + +#ifdef __x86_64__ + .text.windows +GetMaximumProcessorCount: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetMaximumProcessorCount(%rip) + leave + ret + .endfn GetMaximumProcessorCount,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetMaximumProcessorCount.s b/libc/nt/kernel32/GetMaximumProcessorCount.s deleted file mode 100644 index 80fd83092..000000000 --- a/libc/nt/kernel32/GetMaximumProcessorCount.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetMaximumProcessorCount,GetMaximumProcessorCount,627 - - .text.windows -GetMaximumProcessorCount: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetMaximumProcessorCount(%rip) - leave - ret - .endfn GetMaximumProcessorCount,globl - .previous diff --git a/libc/nt/kernel32/GetMaximumProcessorGroupCount.S b/libc/nt/kernel32/GetMaximumProcessorGroupCount.S new file mode 100644 index 000000000..42b8735ba --- /dev/null +++ b/libc/nt/kernel32/GetMaximumProcessorGroupCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetMaximumProcessorGroupCount,GetMaximumProcessorGroupCount,628 diff --git a/libc/nt/kernel32/GetMaximumProcessorGroupCount.s b/libc/nt/kernel32/GetMaximumProcessorGroupCount.s deleted file mode 100644 index b0bd89751..000000000 --- a/libc/nt/kernel32/GetMaximumProcessorGroupCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetMaximumProcessorGroupCount,GetMaximumProcessorGroupCount,628 diff --git a/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.S b/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.S new file mode 100644 index 000000000..0efc5b32f --- /dev/null +++ b/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetMemoryErrorHandlingCapabilities,GetMemoryErrorHandlingCapabilities,0 diff --git a/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.s b/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.s deleted file mode 100644 index b5c996086..000000000 --- a/libc/nt/kernel32/GetMemoryErrorHandlingCapabilities.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetMemoryErrorHandlingCapabilities,GetMemoryErrorHandlingCapabilities,0 diff --git a/libc/nt/kernel32/GetModuleFileNameW.S b/libc/nt/kernel32/GetModuleFileNameW.S new file mode 100644 index 000000000..eb7eb2e1e --- /dev/null +++ b/libc/nt/kernel32/GetModuleFileNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetModuleFileNameW,GetModuleFileNameW,0 + +#ifdef __x86_64__ + .text.windows +GetModuleFileName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetModuleFileNameW(%rip),%rax + jmp __sysv2nt + .endfn GetModuleFileName,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetModuleFileNameW.s b/libc/nt/kernel32/GetModuleFileNameW.s deleted file mode 100644 index 2c1a5dbe4..000000000 --- a/libc/nt/kernel32/GetModuleFileNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetModuleFileNameW,GetModuleFileNameW,0 - - .text.windows -GetModuleFileName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetModuleFileNameW(%rip),%rax - jmp __sysv2nt - .endfn GetModuleFileName,globl - .previous diff --git a/libc/nt/kernel32/GetModuleHandleA.S b/libc/nt/kernel32/GetModuleHandleA.S new file mode 100644 index 000000000..5f004071a --- /dev/null +++ b/libc/nt/kernel32/GetModuleHandleA.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetModuleHandleA,GetModuleHandleA,0 + +#ifdef __x86_64__ + .text.windows +GetModuleHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetModuleHandleA(%rip) + leave + ret + .endfn GetModuleHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetModuleHandleA.s b/libc/nt/kernel32/GetModuleHandleA.s deleted file mode 100644 index 3c32c61ff..000000000 --- a/libc/nt/kernel32/GetModuleHandleA.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetModuleHandleA,GetModuleHandleA,0 - - .text.windows -GetModuleHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetModuleHandleA(%rip) - leave - ret - .endfn GetModuleHandle,globl - .previous diff --git a/libc/nt/kernel32/GetModuleHandleExW.S b/libc/nt/kernel32/GetModuleHandleExW.S new file mode 100644 index 000000000..06af97792 --- /dev/null +++ b/libc/nt/kernel32/GetModuleHandleExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetModuleHandleExW,GetModuleHandleExW,0 + +#ifdef __x86_64__ + .text.windows +GetModuleHandleEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetModuleHandleExW(%rip),%rax + jmp __sysv2nt + .endfn GetModuleHandleEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetModuleHandleExW.s b/libc/nt/kernel32/GetModuleHandleExW.s deleted file mode 100644 index 6784c2255..000000000 --- a/libc/nt/kernel32/GetModuleHandleExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetModuleHandleExW,GetModuleHandleExW,0 - - .text.windows -GetModuleHandleEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetModuleHandleExW(%rip),%rax - jmp __sysv2nt - .endfn GetModuleHandleEx,globl - .previous diff --git a/libc/nt/kernel32/GetModuleHandleW.S b/libc/nt/kernel32/GetModuleHandleW.S new file mode 100644 index 000000000..edc978e41 --- /dev/null +++ b/libc/nt/kernel32/GetModuleHandleW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetModuleHandleW,GetModuleHandleW,0 + +#ifdef __x86_64__ + .text.windows +GetModuleHandleW: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetModuleHandleW(%rip) + leave + ret + .endfn GetModuleHandleW,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetModuleHandleW.s b/libc/nt/kernel32/GetModuleHandleW.s deleted file mode 100644 index e9cf3bb46..000000000 --- a/libc/nt/kernel32/GetModuleHandleW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetModuleHandleW,GetModuleHandleW,0 - - .text.windows -GetModuleHandleW: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetModuleHandleW(%rip) - leave - ret - .endfn GetModuleHandleW,globl - .previous diff --git a/libc/nt/kernel32/GetNLSVersion.S b/libc/nt/kernel32/GetNLSVersion.S new file mode 100644 index 000000000..5664de0d6 --- /dev/null +++ b/libc/nt/kernel32/GetNLSVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNLSVersion,GetNLSVersion,0 diff --git a/libc/nt/kernel32/GetNLSVersion.s b/libc/nt/kernel32/GetNLSVersion.s deleted file mode 100644 index 76937951a..000000000 --- a/libc/nt/kernel32/GetNLSVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNLSVersion,GetNLSVersion,0 diff --git a/libc/nt/kernel32/GetNLSVersionEx.S b/libc/nt/kernel32/GetNLSVersionEx.S new file mode 100644 index 000000000..7c2df3001 --- /dev/null +++ b/libc/nt/kernel32/GetNLSVersionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNLSVersionEx,GetNLSVersionEx,0 diff --git a/libc/nt/kernel32/GetNLSVersionEx.s b/libc/nt/kernel32/GetNLSVersionEx.s deleted file mode 100644 index 0b47c8fea..000000000 --- a/libc/nt/kernel32/GetNLSVersionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNLSVersionEx,GetNLSVersionEx,0 diff --git a/libc/nt/kernel32/GetNamedPipeClientComputerNameW.S b/libc/nt/kernel32/GetNamedPipeClientComputerNameW.S new file mode 100644 index 000000000..919bbf06c --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeClientComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeClientComputerNameW,GetNamedPipeClientComputerNameW,0 diff --git a/libc/nt/kernel32/GetNamedPipeClientComputerNameW.s b/libc/nt/kernel32/GetNamedPipeClientComputerNameW.s deleted file mode 100644 index c27461cb6..000000000 --- a/libc/nt/kernel32/GetNamedPipeClientComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeClientComputerNameW,GetNamedPipeClientComputerNameW,0 diff --git a/libc/nt/kernel32/GetNamedPipeClientProcessId.S b/libc/nt/kernel32/GetNamedPipeClientProcessId.S new file mode 100644 index 000000000..1cda1e07e --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeClientProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeClientProcessId,GetNamedPipeClientProcessId,641 diff --git a/libc/nt/kernel32/GetNamedPipeClientProcessId.s b/libc/nt/kernel32/GetNamedPipeClientProcessId.s deleted file mode 100644 index 1bfa20ec3..000000000 --- a/libc/nt/kernel32/GetNamedPipeClientProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeClientProcessId,GetNamedPipeClientProcessId,641 diff --git a/libc/nt/kernel32/GetNamedPipeClientSessionId.S b/libc/nt/kernel32/GetNamedPipeClientSessionId.S new file mode 100644 index 000000000..58a985cec --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeClientSessionId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeClientSessionId,GetNamedPipeClientSessionId,642 diff --git a/libc/nt/kernel32/GetNamedPipeClientSessionId.s b/libc/nt/kernel32/GetNamedPipeClientSessionId.s deleted file mode 100644 index 4c66e1676..000000000 --- a/libc/nt/kernel32/GetNamedPipeClientSessionId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeClientSessionId,GetNamedPipeClientSessionId,642 diff --git a/libc/nt/kernel32/GetNamedPipeHandleStateW.S b/libc/nt/kernel32/GetNamedPipeHandleStateW.S new file mode 100644 index 000000000..4b7e285b8 --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeHandleStateW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeHandleStateW,GetNamedPipeHandleStateW,0 diff --git a/libc/nt/kernel32/GetNamedPipeHandleStateW.s b/libc/nt/kernel32/GetNamedPipeHandleStateW.s deleted file mode 100644 index 47f8699e1..000000000 --- a/libc/nt/kernel32/GetNamedPipeHandleStateW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeHandleStateW,GetNamedPipeHandleStateW,0 diff --git a/libc/nt/kernel32/GetNamedPipeInfo.S b/libc/nt/kernel32/GetNamedPipeInfo.S new file mode 100644 index 000000000..a92b6968f --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeInfo,GetNamedPipeInfo,0 diff --git a/libc/nt/kernel32/GetNamedPipeInfo.s b/libc/nt/kernel32/GetNamedPipeInfo.s deleted file mode 100644 index 3089a7b90..000000000 --- a/libc/nt/kernel32/GetNamedPipeInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeInfo,GetNamedPipeInfo,0 diff --git a/libc/nt/kernel32/GetNamedPipeServerProcessId.S b/libc/nt/kernel32/GetNamedPipeServerProcessId.S new file mode 100644 index 000000000..e9a866bf7 --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeServerProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeServerProcessId,GetNamedPipeServerProcessId,646 diff --git a/libc/nt/kernel32/GetNamedPipeServerProcessId.s b/libc/nt/kernel32/GetNamedPipeServerProcessId.s deleted file mode 100644 index 468e23279..000000000 --- a/libc/nt/kernel32/GetNamedPipeServerProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeServerProcessId,GetNamedPipeServerProcessId,646 diff --git a/libc/nt/kernel32/GetNamedPipeServerSessionId.S b/libc/nt/kernel32/GetNamedPipeServerSessionId.S new file mode 100644 index 000000000..1bc73bb6f --- /dev/null +++ b/libc/nt/kernel32/GetNamedPipeServerSessionId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNamedPipeServerSessionId,GetNamedPipeServerSessionId,647 diff --git a/libc/nt/kernel32/GetNamedPipeServerSessionId.s b/libc/nt/kernel32/GetNamedPipeServerSessionId.s deleted file mode 100644 index 1e2d725ad..000000000 --- a/libc/nt/kernel32/GetNamedPipeServerSessionId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNamedPipeServerSessionId,GetNamedPipeServerSessionId,647 diff --git a/libc/nt/kernel32/GetNativeSystemInfo.S b/libc/nt/kernel32/GetNativeSystemInfo.S new file mode 100644 index 000000000..52302dbf9 --- /dev/null +++ b/libc/nt/kernel32/GetNativeSystemInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNativeSystemInfo,GetNativeSystemInfo,0 diff --git a/libc/nt/kernel32/GetNativeSystemInfo.s b/libc/nt/kernel32/GetNativeSystemInfo.s deleted file mode 100644 index 6bc43d074..000000000 --- a/libc/nt/kernel32/GetNativeSystemInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNativeSystemInfo,GetNativeSystemInfo,0 diff --git a/libc/nt/kernel32/GetNextUmsListItem.S b/libc/nt/kernel32/GetNextUmsListItem.S new file mode 100644 index 000000000..e0869b440 --- /dev/null +++ b/libc/nt/kernel32/GetNextUmsListItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNextUmsListItem,GetNextUmsListItem,649 diff --git a/libc/nt/kernel32/GetNextUmsListItem.s b/libc/nt/kernel32/GetNextUmsListItem.s deleted file mode 100644 index 740b1684f..000000000 --- a/libc/nt/kernel32/GetNextUmsListItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNextUmsListItem,GetNextUmsListItem,649 diff --git a/libc/nt/kernel32/GetNextVDMCommand.S b/libc/nt/kernel32/GetNextVDMCommand.S new file mode 100644 index 000000000..703117d0f --- /dev/null +++ b/libc/nt/kernel32/GetNextVDMCommand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNextVDMCommand,GetNextVDMCommand,650 diff --git a/libc/nt/kernel32/GetNextVDMCommand.s b/libc/nt/kernel32/GetNextVDMCommand.s deleted file mode 100644 index 58f58e060..000000000 --- a/libc/nt/kernel32/GetNextVDMCommand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNextVDMCommand,GetNextVDMCommand,650 diff --git a/libc/nt/kernel32/GetNumaAvailableMemoryNode.S b/libc/nt/kernel32/GetNumaAvailableMemoryNode.S new file mode 100644 index 000000000..f797ace4b --- /dev/null +++ b/libc/nt/kernel32/GetNumaAvailableMemoryNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaAvailableMemoryNode,GetNumaAvailableMemoryNode,651 diff --git a/libc/nt/kernel32/GetNumaAvailableMemoryNode.s b/libc/nt/kernel32/GetNumaAvailableMemoryNode.s deleted file mode 100644 index 7c3a7b8e3..000000000 --- a/libc/nt/kernel32/GetNumaAvailableMemoryNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaAvailableMemoryNode,GetNumaAvailableMemoryNode,651 diff --git a/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.S b/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.S new file mode 100644 index 000000000..af1a29c73 --- /dev/null +++ b/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaAvailableMemoryNodeEx,GetNumaAvailableMemoryNodeEx,652 diff --git a/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.s b/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.s deleted file mode 100644 index 480bc2022..000000000 --- a/libc/nt/kernel32/GetNumaAvailableMemoryNodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaAvailableMemoryNodeEx,GetNumaAvailableMemoryNodeEx,652 diff --git a/libc/nt/kernel32/GetNumaHighestNodeNumber.S b/libc/nt/kernel32/GetNumaHighestNodeNumber.S new file mode 100644 index 000000000..08a8be82a --- /dev/null +++ b/libc/nt/kernel32/GetNumaHighestNodeNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaHighestNodeNumber,GetNumaHighestNodeNumber,0 diff --git a/libc/nt/kernel32/GetNumaHighestNodeNumber.s b/libc/nt/kernel32/GetNumaHighestNodeNumber.s deleted file mode 100644 index 98dadf3be..000000000 --- a/libc/nt/kernel32/GetNumaHighestNodeNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaHighestNodeNumber,GetNumaHighestNodeNumber,0 diff --git a/libc/nt/kernel32/GetNumaNodeNumberFromHandle.S b/libc/nt/kernel32/GetNumaNodeNumberFromHandle.S new file mode 100644 index 000000000..5bc462448 --- /dev/null +++ b/libc/nt/kernel32/GetNumaNodeNumberFromHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaNodeNumberFromHandle,GetNumaNodeNumberFromHandle,654 diff --git a/libc/nt/kernel32/GetNumaNodeNumberFromHandle.s b/libc/nt/kernel32/GetNumaNodeNumberFromHandle.s deleted file mode 100644 index 4b75cbb06..000000000 --- a/libc/nt/kernel32/GetNumaNodeNumberFromHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaNodeNumberFromHandle,GetNumaNodeNumberFromHandle,654 diff --git a/libc/nt/kernel32/GetNumaNodeProcessorMask.S b/libc/nt/kernel32/GetNumaNodeProcessorMask.S new file mode 100644 index 000000000..8745d5b64 --- /dev/null +++ b/libc/nt/kernel32/GetNumaNodeProcessorMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaNodeProcessorMask,GetNumaNodeProcessorMask,655 diff --git a/libc/nt/kernel32/GetNumaNodeProcessorMask.s b/libc/nt/kernel32/GetNumaNodeProcessorMask.s deleted file mode 100644 index 47a1ad17c..000000000 --- a/libc/nt/kernel32/GetNumaNodeProcessorMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaNodeProcessorMask,GetNumaNodeProcessorMask,655 diff --git a/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.S b/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.S new file mode 100644 index 000000000..c62a625ce --- /dev/null +++ b/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaNodeProcessorMaskEx,GetNumaNodeProcessorMaskEx,0 diff --git a/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.s b/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.s deleted file mode 100644 index d46349e53..000000000 --- a/libc/nt/kernel32/GetNumaNodeProcessorMaskEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaNodeProcessorMaskEx,GetNumaNodeProcessorMaskEx,0 diff --git a/libc/nt/kernel32/GetNumaProcessorNode.S b/libc/nt/kernel32/GetNumaProcessorNode.S new file mode 100644 index 000000000..54a167d5b --- /dev/null +++ b/libc/nt/kernel32/GetNumaProcessorNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaProcessorNode,GetNumaProcessorNode,657 diff --git a/libc/nt/kernel32/GetNumaProcessorNode.s b/libc/nt/kernel32/GetNumaProcessorNode.s deleted file mode 100644 index 415cbb00a..000000000 --- a/libc/nt/kernel32/GetNumaProcessorNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaProcessorNode,GetNumaProcessorNode,657 diff --git a/libc/nt/kernel32/GetNumaProcessorNodeEx.S b/libc/nt/kernel32/GetNumaProcessorNodeEx.S new file mode 100644 index 000000000..90468b5b1 --- /dev/null +++ b/libc/nt/kernel32/GetNumaProcessorNodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaProcessorNodeEx,GetNumaProcessorNodeEx,658 diff --git a/libc/nt/kernel32/GetNumaProcessorNodeEx.s b/libc/nt/kernel32/GetNumaProcessorNodeEx.s deleted file mode 100644 index a51f8a4ac..000000000 --- a/libc/nt/kernel32/GetNumaProcessorNodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaProcessorNodeEx,GetNumaProcessorNodeEx,658 diff --git a/libc/nt/kernel32/GetNumaProximityNode.S b/libc/nt/kernel32/GetNumaProximityNode.S new file mode 100644 index 000000000..7419df93a --- /dev/null +++ b/libc/nt/kernel32/GetNumaProximityNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaProximityNode,GetNumaProximityNode,659 diff --git a/libc/nt/kernel32/GetNumaProximityNode.s b/libc/nt/kernel32/GetNumaProximityNode.s deleted file mode 100644 index f9ceaf64a..000000000 --- a/libc/nt/kernel32/GetNumaProximityNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaProximityNode,GetNumaProximityNode,659 diff --git a/libc/nt/kernel32/GetNumaProximityNodeEx.S b/libc/nt/kernel32/GetNumaProximityNodeEx.S new file mode 100644 index 000000000..3acc73ebc --- /dev/null +++ b/libc/nt/kernel32/GetNumaProximityNodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumaProximityNodeEx,GetNumaProximityNodeEx,0 diff --git a/libc/nt/kernel32/GetNumaProximityNodeEx.s b/libc/nt/kernel32/GetNumaProximityNodeEx.s deleted file mode 100644 index f010ac59b..000000000 --- a/libc/nt/kernel32/GetNumaProximityNodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumaProximityNodeEx,GetNumaProximityNodeEx,0 diff --git a/libc/nt/kernel32/GetNumberFormatEx.S b/libc/nt/kernel32/GetNumberFormatEx.S new file mode 100644 index 000000000..7c05dc781 --- /dev/null +++ b/libc/nt/kernel32/GetNumberFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumberFormatEx,GetNumberFormatEx,0 diff --git a/libc/nt/kernel32/GetNumberFormatEx.s b/libc/nt/kernel32/GetNumberFormatEx.s deleted file mode 100644 index 47fbb0d62..000000000 --- a/libc/nt/kernel32/GetNumberFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumberFormatEx,GetNumberFormatEx,0 diff --git a/libc/nt/kernel32/GetNumberFormatW.S b/libc/nt/kernel32/GetNumberFormatW.S new file mode 100644 index 000000000..523354548 --- /dev/null +++ b/libc/nt/kernel32/GetNumberFormatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumberFormatW,GetNumberFormatW,0 diff --git a/libc/nt/kernel32/GetNumberFormatW.s b/libc/nt/kernel32/GetNumberFormatW.s deleted file mode 100644 index c4e2c5b8c..000000000 --- a/libc/nt/kernel32/GetNumberFormatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumberFormatW,GetNumberFormatW,0 diff --git a/libc/nt/kernel32/GetNumberOfConsoleFonts.S b/libc/nt/kernel32/GetNumberOfConsoleFonts.S new file mode 100644 index 000000000..72959c3e4 --- /dev/null +++ b/libc/nt/kernel32/GetNumberOfConsoleFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumberOfConsoleFonts,GetNumberOfConsoleFonts,664 diff --git a/libc/nt/kernel32/GetNumberOfConsoleFonts.s b/libc/nt/kernel32/GetNumberOfConsoleFonts.s deleted file mode 100644 index 5f37f7418..000000000 --- a/libc/nt/kernel32/GetNumberOfConsoleFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumberOfConsoleFonts,GetNumberOfConsoleFonts,664 diff --git a/libc/nt/kernel32/GetNumberOfConsoleInputEvents.S b/libc/nt/kernel32/GetNumberOfConsoleInputEvents.S new file mode 100644 index 000000000..dba1b83e5 --- /dev/null +++ b/libc/nt/kernel32/GetNumberOfConsoleInputEvents.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumberOfConsoleInputEvents,GetNumberOfConsoleInputEvents,0 + +#ifdef __x86_64__ + .text.windows +GetNumberOfConsoleInputEvents: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetNumberOfConsoleInputEvents(%rip),%rax + jmp __sysv2nt + .endfn GetNumberOfConsoleInputEvents,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetNumberOfConsoleInputEvents.s b/libc/nt/kernel32/GetNumberOfConsoleInputEvents.s deleted file mode 100644 index 87481dd08..000000000 --- a/libc/nt/kernel32/GetNumberOfConsoleInputEvents.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumberOfConsoleInputEvents,GetNumberOfConsoleInputEvents,0 - - .text.windows -GetNumberOfConsoleInputEvents: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetNumberOfConsoleInputEvents(%rip),%rax - jmp __sysv2nt - .endfn GetNumberOfConsoleInputEvents,globl - .previous diff --git a/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.S b/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.S new file mode 100644 index 000000000..a4e0e6132 --- /dev/null +++ b/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetNumberOfConsoleMouseButtons,GetNumberOfConsoleMouseButtons,0 + +#ifdef __x86_64__ + .text.windows +GetNumberOfConsoleMouseButtons: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetNumberOfConsoleMouseButtons(%rip) + leave + ret + .endfn GetNumberOfConsoleMouseButtons,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.s b/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.s deleted file mode 100644 index 168d39fdb..000000000 --- a/libc/nt/kernel32/GetNumberOfConsoleMouseButtons.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetNumberOfConsoleMouseButtons,GetNumberOfConsoleMouseButtons,0 - - .text.windows -GetNumberOfConsoleMouseButtons: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetNumberOfConsoleMouseButtons(%rip) - leave - ret - .endfn GetNumberOfConsoleMouseButtons,globl - .previous diff --git a/libc/nt/kernel32/GetOEMCP.S b/libc/nt/kernel32/GetOEMCP.S new file mode 100644 index 000000000..34e8b9f8b --- /dev/null +++ b/libc/nt/kernel32/GetOEMCP.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetOEMCP,GetOEMCP,0 diff --git a/libc/nt/kernel32/GetOEMCP.s b/libc/nt/kernel32/GetOEMCP.s deleted file mode 100644 index a63cece0f..000000000 --- a/libc/nt/kernel32/GetOEMCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetOEMCP,GetOEMCP,0 diff --git a/libc/nt/kernel32/GetOverlappedResult.S b/libc/nt/kernel32/GetOverlappedResult.S new file mode 100644 index 000000000..6adf2a034 --- /dev/null +++ b/libc/nt/kernel32/GetOverlappedResult.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetOverlappedResult,GetOverlappedResult,0 + +#ifdef __x86_64__ + .text.windows +GetOverlappedResult: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetOverlappedResult(%rip),%rax + jmp __sysv2nt + .endfn GetOverlappedResult,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetOverlappedResult.s b/libc/nt/kernel32/GetOverlappedResult.s deleted file mode 100644 index df0a13669..000000000 --- a/libc/nt/kernel32/GetOverlappedResult.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetOverlappedResult,GetOverlappedResult,0 - - .text.windows -GetOverlappedResult: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetOverlappedResult(%rip),%rax - jmp __sysv2nt - .endfn GetOverlappedResult,globl - .previous diff --git a/libc/nt/kernel32/GetOverlappedResultEx.S b/libc/nt/kernel32/GetOverlappedResultEx.S new file mode 100644 index 000000000..f47e60b91 --- /dev/null +++ b/libc/nt/kernel32/GetOverlappedResultEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetOverlappedResultEx,GetOverlappedResultEx,0 + +#ifdef __x86_64__ + .text.windows +GetOverlappedResultEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetOverlappedResultEx(%rip),%rax + jmp __sysv2nt6 + .endfn GetOverlappedResultEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetOverlappedResultEx.s b/libc/nt/kernel32/GetOverlappedResultEx.s deleted file mode 100644 index 10c65178f..000000000 --- a/libc/nt/kernel32/GetOverlappedResultEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetOverlappedResultEx,GetOverlappedResultEx,0 - - .text.windows -GetOverlappedResultEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetOverlappedResultEx(%rip),%rax - jmp __sysv2nt6 - .endfn GetOverlappedResultEx,globl - .previous diff --git a/libc/nt/kernel32/GetPackageApplicationIds.S b/libc/nt/kernel32/GetPackageApplicationIds.S new file mode 100644 index 000000000..dbda13bdb --- /dev/null +++ b/libc/nt/kernel32/GetPackageApplicationIds.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackageApplicationIds,GetPackageApplicationIds,0 diff --git a/libc/nt/kernel32/GetPackageApplicationIds.s b/libc/nt/kernel32/GetPackageApplicationIds.s deleted file mode 100644 index d2447e975..000000000 --- a/libc/nt/kernel32/GetPackageApplicationIds.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackageApplicationIds,GetPackageApplicationIds,0 diff --git a/libc/nt/kernel32/GetPackageFamilyName.S b/libc/nt/kernel32/GetPackageFamilyName.S new file mode 100644 index 000000000..b7d1c5ca5 --- /dev/null +++ b/libc/nt/kernel32/GetPackageFamilyName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackageFamilyName,GetPackageFamilyName,0 diff --git a/libc/nt/kernel32/GetPackageFamilyName.s b/libc/nt/kernel32/GetPackageFamilyName.s deleted file mode 100644 index b51944baf..000000000 --- a/libc/nt/kernel32/GetPackageFamilyName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackageFamilyName,GetPackageFamilyName,0 diff --git a/libc/nt/kernel32/GetPackageFullName.S b/libc/nt/kernel32/GetPackageFullName.S new file mode 100644 index 000000000..e2b34c387 --- /dev/null +++ b/libc/nt/kernel32/GetPackageFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackageFullName,GetPackageFullName,0 diff --git a/libc/nt/kernel32/GetPackageFullName.s b/libc/nt/kernel32/GetPackageFullName.s deleted file mode 100644 index f483f9a15..000000000 --- a/libc/nt/kernel32/GetPackageFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackageFullName,GetPackageFullName,0 diff --git a/libc/nt/kernel32/GetPackageId.S b/libc/nt/kernel32/GetPackageId.S new file mode 100644 index 000000000..8ce9d2eef --- /dev/null +++ b/libc/nt/kernel32/GetPackageId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackageId,GetPackageId,0 diff --git a/libc/nt/kernel32/GetPackageId.s b/libc/nt/kernel32/GetPackageId.s deleted file mode 100644 index 89fde670f..000000000 --- a/libc/nt/kernel32/GetPackageId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackageId,GetPackageId,0 diff --git a/libc/nt/kernel32/GetPackageInfo.S b/libc/nt/kernel32/GetPackageInfo.S new file mode 100644 index 000000000..c5c95aa09 --- /dev/null +++ b/libc/nt/kernel32/GetPackageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackageInfo,GetPackageInfo,0 diff --git a/libc/nt/kernel32/GetPackageInfo.s b/libc/nt/kernel32/GetPackageInfo.s deleted file mode 100644 index c2d39474a..000000000 --- a/libc/nt/kernel32/GetPackageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackageInfo,GetPackageInfo,0 diff --git a/libc/nt/kernel32/GetPackagePath.S b/libc/nt/kernel32/GetPackagePath.S new file mode 100644 index 000000000..c255e1630 --- /dev/null +++ b/libc/nt/kernel32/GetPackagePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackagePath,GetPackagePath,0 diff --git a/libc/nt/kernel32/GetPackagePath.s b/libc/nt/kernel32/GetPackagePath.s deleted file mode 100644 index 7ad0c08ef..000000000 --- a/libc/nt/kernel32/GetPackagePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackagePath,GetPackagePath,0 diff --git a/libc/nt/kernel32/GetPackagePathByFullName.S b/libc/nt/kernel32/GetPackagePathByFullName.S new file mode 100644 index 000000000..88e0d1e25 --- /dev/null +++ b/libc/nt/kernel32/GetPackagePathByFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackagePathByFullName,GetPackagePathByFullName,0 diff --git a/libc/nt/kernel32/GetPackagePathByFullName.s b/libc/nt/kernel32/GetPackagePathByFullName.s deleted file mode 100644 index c9f620088..000000000 --- a/libc/nt/kernel32/GetPackagePathByFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackagePathByFullName,GetPackagePathByFullName,0 diff --git a/libc/nt/kernel32/GetPackagesByPackageFamily.S b/libc/nt/kernel32/GetPackagesByPackageFamily.S new file mode 100644 index 000000000..aa657d460 --- /dev/null +++ b/libc/nt/kernel32/GetPackagesByPackageFamily.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPackagesByPackageFamily,GetPackagesByPackageFamily,0 diff --git a/libc/nt/kernel32/GetPackagesByPackageFamily.s b/libc/nt/kernel32/GetPackagesByPackageFamily.s deleted file mode 100644 index adf9d1077..000000000 --- a/libc/nt/kernel32/GetPackagesByPackageFamily.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPackagesByPackageFamily,GetPackagesByPackageFamily,0 diff --git a/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.S b/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.S new file mode 100644 index 000000000..cc936446c --- /dev/null +++ b/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPhysicallyInstalledSystemMemory,GetPhysicallyInstalledSystemMemory,0 diff --git a/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.s b/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.s deleted file mode 100644 index a5dbccad7..000000000 --- a/libc/nt/kernel32/GetPhysicallyInstalledSystemMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPhysicallyInstalledSystemMemory,GetPhysicallyInstalledSystemMemory,0 diff --git a/libc/nt/kernel32/GetPriorityClass.S b/libc/nt/kernel32/GetPriorityClass.S new file mode 100644 index 000000000..ec221ba0a --- /dev/null +++ b/libc/nt/kernel32/GetPriorityClass.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPriorityClass,GetPriorityClass,0 + +#ifdef __x86_64__ + .text.windows +GetPriorityClass: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetPriorityClass(%rip) + leave + ret + .endfn GetPriorityClass,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetPriorityClass.s b/libc/nt/kernel32/GetPriorityClass.s deleted file mode 100644 index 65d0e47c5..000000000 --- a/libc/nt/kernel32/GetPriorityClass.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPriorityClass,GetPriorityClass,0 - - .text.windows -GetPriorityClass: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetPriorityClass(%rip) - leave - ret - .endfn GetPriorityClass,globl - .previous diff --git a/libc/nt/kernel32/GetPrivateProfileIntW.S b/libc/nt/kernel32/GetPrivateProfileIntW.S new file mode 100644 index 000000000..40497038e --- /dev/null +++ b/libc/nt/kernel32/GetPrivateProfileIntW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPrivateProfileIntW,GetPrivateProfileIntW,681 diff --git a/libc/nt/kernel32/GetPrivateProfileIntW.s b/libc/nt/kernel32/GetPrivateProfileIntW.s deleted file mode 100644 index b0fa574d3..000000000 --- a/libc/nt/kernel32/GetPrivateProfileIntW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPrivateProfileIntW,GetPrivateProfileIntW,681 diff --git a/libc/nt/kernel32/GetPrivateProfileSectionNamesW.S b/libc/nt/kernel32/GetPrivateProfileSectionNamesW.S new file mode 100644 index 000000000..4cf81e6dc --- /dev/null +++ b/libc/nt/kernel32/GetPrivateProfileSectionNamesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPrivateProfileSectionNamesW,GetPrivateProfileSectionNamesW,684 diff --git a/libc/nt/kernel32/GetPrivateProfileSectionNamesW.s b/libc/nt/kernel32/GetPrivateProfileSectionNamesW.s deleted file mode 100644 index b21c2e68b..000000000 --- a/libc/nt/kernel32/GetPrivateProfileSectionNamesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPrivateProfileSectionNamesW,GetPrivateProfileSectionNamesW,684 diff --git a/libc/nt/kernel32/GetPrivateProfileSectionW.S b/libc/nt/kernel32/GetPrivateProfileSectionW.S new file mode 100644 index 000000000..45b436179 --- /dev/null +++ b/libc/nt/kernel32/GetPrivateProfileSectionW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPrivateProfileSectionW,GetPrivateProfileSectionW,685 diff --git a/libc/nt/kernel32/GetPrivateProfileSectionW.s b/libc/nt/kernel32/GetPrivateProfileSectionW.s deleted file mode 100644 index 4189dfc93..000000000 --- a/libc/nt/kernel32/GetPrivateProfileSectionW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPrivateProfileSectionW,GetPrivateProfileSectionW,685 diff --git a/libc/nt/kernel32/GetPrivateProfileStringW.S b/libc/nt/kernel32/GetPrivateProfileStringW.S new file mode 100644 index 000000000..d4ccebce1 --- /dev/null +++ b/libc/nt/kernel32/GetPrivateProfileStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPrivateProfileStringW,GetPrivateProfileStringW,687 diff --git a/libc/nt/kernel32/GetPrivateProfileStringW.s b/libc/nt/kernel32/GetPrivateProfileStringW.s deleted file mode 100644 index 13e17b200..000000000 --- a/libc/nt/kernel32/GetPrivateProfileStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPrivateProfileStringW,GetPrivateProfileStringW,687 diff --git a/libc/nt/kernel32/GetPrivateProfileStructW.S b/libc/nt/kernel32/GetPrivateProfileStructW.S new file mode 100644 index 000000000..1361c9f36 --- /dev/null +++ b/libc/nt/kernel32/GetPrivateProfileStructW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetPrivateProfileStructW,GetPrivateProfileStructW,689 diff --git a/libc/nt/kernel32/GetPrivateProfileStructW.s b/libc/nt/kernel32/GetPrivateProfileStructW.s deleted file mode 100644 index 1cd8f186f..000000000 --- a/libc/nt/kernel32/GetPrivateProfileStructW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetPrivateProfileStructW,GetPrivateProfileStructW,689 diff --git a/libc/nt/kernel32/GetProcAddress.S b/libc/nt/kernel32/GetProcAddress.S new file mode 100644 index 000000000..47500c65d --- /dev/null +++ b/libc/nt/kernel32/GetProcAddress.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcAddress,GetProcAddress,0 + +#ifdef __x86_64__ + .text.windows +GetProcAddress: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcAddress(%rip),%rax + jmp __sysv2nt + .endfn GetProcAddress,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcAddress.s b/libc/nt/kernel32/GetProcAddress.s deleted file mode 100644 index a2a22c506..000000000 --- a/libc/nt/kernel32/GetProcAddress.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcAddress,GetProcAddress,0 - - .text.windows -GetProcAddress: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcAddress(%rip),%rax - jmp __sysv2nt - .endfn GetProcAddress,globl - .previous diff --git a/libc/nt/kernel32/GetProcessAffinityMask.S b/libc/nt/kernel32/GetProcessAffinityMask.S new file mode 100644 index 000000000..2cd6de342 --- /dev/null +++ b/libc/nt/kernel32/GetProcessAffinityMask.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessAffinityMask,GetProcessAffinityMask,0 + +#ifdef __x86_64__ + .text.windows +GetProcessAffinityMask: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessAffinityMask(%rip),%rax + jmp __sysv2nt + .endfn GetProcessAffinityMask,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessAffinityMask.s b/libc/nt/kernel32/GetProcessAffinityMask.s deleted file mode 100644 index 3ff8c8f37..000000000 --- a/libc/nt/kernel32/GetProcessAffinityMask.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessAffinityMask,GetProcessAffinityMask,0 - - .text.windows -GetProcessAffinityMask: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessAffinityMask(%rip),%rax - jmp __sysv2nt - .endfn GetProcessAffinityMask,globl - .previous diff --git a/libc/nt/kernel32/GetProcessDEPPolicy.S b/libc/nt/kernel32/GetProcessDEPPolicy.S new file mode 100644 index 000000000..16340e130 --- /dev/null +++ b/libc/nt/kernel32/GetProcessDEPPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessDEPPolicy,GetProcessDEPPolicy,692 diff --git a/libc/nt/kernel32/GetProcessDEPPolicy.s b/libc/nt/kernel32/GetProcessDEPPolicy.s deleted file mode 100644 index 4f75834da..000000000 --- a/libc/nt/kernel32/GetProcessDEPPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessDEPPolicy,GetProcessDEPPolicy,692 diff --git a/libc/nt/kernel32/GetProcessDefaultCpuSets.S b/libc/nt/kernel32/GetProcessDefaultCpuSets.S new file mode 100644 index 000000000..7337b880e --- /dev/null +++ b/libc/nt/kernel32/GetProcessDefaultCpuSets.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessDefaultCpuSets,GetProcessDefaultCpuSets,0 diff --git a/libc/nt/kernel32/GetProcessDefaultCpuSets.s b/libc/nt/kernel32/GetProcessDefaultCpuSets.s deleted file mode 100644 index 8ac5e243b..000000000 --- a/libc/nt/kernel32/GetProcessDefaultCpuSets.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessDefaultCpuSets,GetProcessDefaultCpuSets,0 diff --git a/libc/nt/kernel32/GetProcessGroupAffinity.S b/libc/nt/kernel32/GetProcessGroupAffinity.S new file mode 100644 index 000000000..9be4df0f9 --- /dev/null +++ b/libc/nt/kernel32/GetProcessGroupAffinity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessGroupAffinity,GetProcessGroupAffinity,0 diff --git a/libc/nt/kernel32/GetProcessGroupAffinity.s b/libc/nt/kernel32/GetProcessGroupAffinity.s deleted file mode 100644 index a3b4297d6..000000000 --- a/libc/nt/kernel32/GetProcessGroupAffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessGroupAffinity,GetProcessGroupAffinity,0 diff --git a/libc/nt/kernel32/GetProcessHandleCount.S b/libc/nt/kernel32/GetProcessHandleCount.S new file mode 100644 index 000000000..5af9492dd --- /dev/null +++ b/libc/nt/kernel32/GetProcessHandleCount.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessHandleCount,GetProcessHandleCount,0 + +#ifdef __x86_64__ + .text.windows +GetProcessHandleCount: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessHandleCount(%rip),%rax + jmp __sysv2nt + .endfn GetProcessHandleCount,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessHandleCount.s b/libc/nt/kernel32/GetProcessHandleCount.s deleted file mode 100644 index 72747bb46..000000000 --- a/libc/nt/kernel32/GetProcessHandleCount.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessHandleCount,GetProcessHandleCount,0 - - .text.windows -GetProcessHandleCount: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessHandleCount(%rip),%rax - jmp __sysv2nt - .endfn GetProcessHandleCount,globl - .previous diff --git a/libc/nt/kernel32/GetProcessHeap.S b/libc/nt/kernel32/GetProcessHeap.S new file mode 100644 index 000000000..d16f22f95 --- /dev/null +++ b/libc/nt/kernel32/GetProcessHeap.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessHeap,GetProcessHeap,0 + +#ifdef __x86_64__ + .text.windows +GetProcessHeap: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetProcessHeap(%rip) + leave + ret + .endfn GetProcessHeap,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessHeap.s b/libc/nt/kernel32/GetProcessHeap.s deleted file mode 100644 index 582ffd2ee..000000000 --- a/libc/nt/kernel32/GetProcessHeap.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessHeap,GetProcessHeap,0 - - .text.windows -GetProcessHeap: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetProcessHeap(%rip) - leave - ret - .endfn GetProcessHeap,globl - .previous diff --git a/libc/nt/kernel32/GetProcessHeaps.S b/libc/nt/kernel32/GetProcessHeaps.S new file mode 100644 index 000000000..b9d45d821 --- /dev/null +++ b/libc/nt/kernel32/GetProcessHeaps.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessHeaps,GetProcessHeaps,0 + +#ifdef __x86_64__ + .text.windows +GetProcessHeaps: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessHeaps(%rip),%rax + jmp __sysv2nt + .endfn GetProcessHeaps,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessHeaps.s b/libc/nt/kernel32/GetProcessHeaps.s deleted file mode 100644 index 7c5bd6ab6..000000000 --- a/libc/nt/kernel32/GetProcessHeaps.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessHeaps,GetProcessHeaps,0 - - .text.windows -GetProcessHeaps: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessHeaps(%rip),%rax - jmp __sysv2nt - .endfn GetProcessHeaps,globl - .previous diff --git a/libc/nt/kernel32/GetProcessId.S b/libc/nt/kernel32/GetProcessId.S new file mode 100644 index 000000000..f9f465830 --- /dev/null +++ b/libc/nt/kernel32/GetProcessId.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessId,GetProcessId,0 + +#ifdef __x86_64__ + .text.windows +GetProcessId: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetProcessId(%rip) + leave + ret + .endfn GetProcessId,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessId.s b/libc/nt/kernel32/GetProcessId.s deleted file mode 100644 index abe0b192e..000000000 --- a/libc/nt/kernel32/GetProcessId.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessId,GetProcessId,0 - - .text.windows -GetProcessId: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetProcessId(%rip) - leave - ret - .endfn GetProcessId,globl - .previous diff --git a/libc/nt/kernel32/GetProcessIdOfThread.S b/libc/nt/kernel32/GetProcessIdOfThread.S new file mode 100644 index 000000000..570dcfc9c --- /dev/null +++ b/libc/nt/kernel32/GetProcessIdOfThread.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessIdOfThread,GetProcessIdOfThread,0 + +#ifdef __x86_64__ + .text.windows +GetProcessIdOfThread: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetProcessIdOfThread(%rip) + leave + ret + .endfn GetProcessIdOfThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessIdOfThread.s b/libc/nt/kernel32/GetProcessIdOfThread.s deleted file mode 100644 index a81906bdb..000000000 --- a/libc/nt/kernel32/GetProcessIdOfThread.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessIdOfThread,GetProcessIdOfThread,0 - - .text.windows -GetProcessIdOfThread: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetProcessIdOfThread(%rip) - leave - ret - .endfn GetProcessIdOfThread,globl - .previous diff --git a/libc/nt/kernel32/GetProcessInformation.S b/libc/nt/kernel32/GetProcessInformation.S new file mode 100644 index 000000000..653e48d1d --- /dev/null +++ b/libc/nt/kernel32/GetProcessInformation.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessInformation,GetProcessInformation,0 + +#ifdef __x86_64__ + .text.windows +GetProcessInformation: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessInformation(%rip),%rax + jmp __sysv2nt + .endfn GetProcessInformation,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessInformation.s b/libc/nt/kernel32/GetProcessInformation.s deleted file mode 100644 index 3c1deb3cb..000000000 --- a/libc/nt/kernel32/GetProcessInformation.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessInformation,GetProcessInformation,0 - - .text.windows -GetProcessInformation: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessInformation(%rip),%rax - jmp __sysv2nt - .endfn GetProcessInformation,globl - .previous diff --git a/libc/nt/kernel32/GetProcessIoCounters.S b/libc/nt/kernel32/GetProcessIoCounters.S new file mode 100644 index 000000000..e8f23628f --- /dev/null +++ b/libc/nt/kernel32/GetProcessIoCounters.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessIoCounters,GetProcessIoCounters,701 + +#ifdef __x86_64__ + .text.windows +GetProcessIoCounters: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessIoCounters(%rip),%rax + jmp __sysv2nt + .endfn GetProcessIoCounters,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessIoCounters.s b/libc/nt/kernel32/GetProcessIoCounters.s deleted file mode 100644 index 1447d6572..000000000 --- a/libc/nt/kernel32/GetProcessIoCounters.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessIoCounters,GetProcessIoCounters,701 - - .text.windows -GetProcessIoCounters: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessIoCounters(%rip),%rax - jmp __sysv2nt - .endfn GetProcessIoCounters,globl - .previous diff --git a/libc/nt/kernel32/GetProcessMitigationPolicy.S b/libc/nt/kernel32/GetProcessMitigationPolicy.S new file mode 100644 index 000000000..daa656083 --- /dev/null +++ b/libc/nt/kernel32/GetProcessMitigationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessMitigationPolicy,GetProcessMitigationPolicy,0 diff --git a/libc/nt/kernel32/GetProcessMitigationPolicy.s b/libc/nt/kernel32/GetProcessMitigationPolicy.s deleted file mode 100644 index ee97c0250..000000000 --- a/libc/nt/kernel32/GetProcessMitigationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessMitigationPolicy,GetProcessMitigationPolicy,0 diff --git a/libc/nt/kernel32/GetProcessPreferredUILanguages.S b/libc/nt/kernel32/GetProcessPreferredUILanguages.S new file mode 100644 index 000000000..d3bea7f56 --- /dev/null +++ b/libc/nt/kernel32/GetProcessPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessPreferredUILanguages,GetProcessPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetProcessPreferredUILanguages.s b/libc/nt/kernel32/GetProcessPreferredUILanguages.s deleted file mode 100644 index 3e2c523b4..000000000 --- a/libc/nt/kernel32/GetProcessPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessPreferredUILanguages,GetProcessPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetProcessPriorityBoost.S b/libc/nt/kernel32/GetProcessPriorityBoost.S new file mode 100644 index 000000000..ff46f4ca5 --- /dev/null +++ b/libc/nt/kernel32/GetProcessPriorityBoost.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessPriorityBoost,GetProcessPriorityBoost,0 + +#ifdef __x86_64__ + .text.windows +GetProcessPriorityBoost: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessPriorityBoost(%rip),%rax + jmp __sysv2nt + .endfn GetProcessPriorityBoost,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessPriorityBoost.s b/libc/nt/kernel32/GetProcessPriorityBoost.s deleted file mode 100644 index afac87fd4..000000000 --- a/libc/nt/kernel32/GetProcessPriorityBoost.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessPriorityBoost,GetProcessPriorityBoost,0 - - .text.windows -GetProcessPriorityBoost: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessPriorityBoost(%rip),%rax - jmp __sysv2nt - .endfn GetProcessPriorityBoost,globl - .previous diff --git a/libc/nt/kernel32/GetProcessShutdownParameters.S b/libc/nt/kernel32/GetProcessShutdownParameters.S new file mode 100644 index 000000000..38dbbeceb --- /dev/null +++ b/libc/nt/kernel32/GetProcessShutdownParameters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessShutdownParameters,GetProcessShutdownParameters,0 diff --git a/libc/nt/kernel32/GetProcessShutdownParameters.s b/libc/nt/kernel32/GetProcessShutdownParameters.s deleted file mode 100644 index 2cd26c863..000000000 --- a/libc/nt/kernel32/GetProcessShutdownParameters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessShutdownParameters,GetProcessShutdownParameters,0 diff --git a/libc/nt/kernel32/GetProcessTimes.S b/libc/nt/kernel32/GetProcessTimes.S new file mode 100644 index 000000000..a0b4af32d --- /dev/null +++ b/libc/nt/kernel32/GetProcessTimes.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessTimes,GetProcessTimes,0 + +#ifdef __x86_64__ + .text.windows +GetProcessTimes: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessTimes(%rip),%rax + jmp __sysv2nt6 + .endfn GetProcessTimes,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessTimes.s b/libc/nt/kernel32/GetProcessTimes.s deleted file mode 100644 index 38f7fb73d..000000000 --- a/libc/nt/kernel32/GetProcessTimes.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessTimes,GetProcessTimes,0 - - .text.windows -GetProcessTimes: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessTimes(%rip),%rax - jmp __sysv2nt6 - .endfn GetProcessTimes,globl - .previous diff --git a/libc/nt/kernel32/GetProcessVersion.S b/libc/nt/kernel32/GetProcessVersion.S new file mode 100644 index 000000000..114a41dc9 --- /dev/null +++ b/libc/nt/kernel32/GetProcessVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessVersion,GetProcessVersion,0 diff --git a/libc/nt/kernel32/GetProcessVersion.s b/libc/nt/kernel32/GetProcessVersion.s deleted file mode 100644 index 38d082333..000000000 --- a/libc/nt/kernel32/GetProcessVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessVersion,GetProcessVersion,0 diff --git a/libc/nt/kernel32/GetProcessWorkingSetSize.S b/libc/nt/kernel32/GetProcessWorkingSetSize.S new file mode 100644 index 000000000..1d014f1b2 --- /dev/null +++ b/libc/nt/kernel32/GetProcessWorkingSetSize.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessWorkingSetSize,GetProcessWorkingSetSize,708 + +#ifdef __x86_64__ + .text.windows +GetProcessWorkingSetSize: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessWorkingSetSize(%rip),%rax + jmp __sysv2nt + .endfn GetProcessWorkingSetSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessWorkingSetSize.s b/libc/nt/kernel32/GetProcessWorkingSetSize.s deleted file mode 100644 index 654fcc5a3..000000000 --- a/libc/nt/kernel32/GetProcessWorkingSetSize.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessWorkingSetSize,GetProcessWorkingSetSize,708 - - .text.windows -GetProcessWorkingSetSize: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessWorkingSetSize(%rip),%rax - jmp __sysv2nt - .endfn GetProcessWorkingSetSize,globl - .previous diff --git a/libc/nt/kernel32/GetProcessWorkingSetSizeEx.S b/libc/nt/kernel32/GetProcessWorkingSetSizeEx.S new file mode 100644 index 000000000..818734643 --- /dev/null +++ b/libc/nt/kernel32/GetProcessWorkingSetSizeEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessWorkingSetSizeEx,GetProcessWorkingSetSizeEx,0 + +#ifdef __x86_64__ + .text.windows +GetProcessWorkingSetSizeEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessWorkingSetSizeEx(%rip),%rax + jmp __sysv2nt + .endfn GetProcessWorkingSetSizeEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetProcessWorkingSetSizeEx.s b/libc/nt/kernel32/GetProcessWorkingSetSizeEx.s deleted file mode 100644 index a1f817c73..000000000 --- a/libc/nt/kernel32/GetProcessWorkingSetSizeEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessWorkingSetSizeEx,GetProcessWorkingSetSizeEx,0 - - .text.windows -GetProcessWorkingSetSizeEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessWorkingSetSizeEx(%rip),%rax - jmp __sysv2nt - .endfn GetProcessWorkingSetSizeEx,globl - .previous diff --git a/libc/nt/kernel32/GetProcessorSystemCycleTime.S b/libc/nt/kernel32/GetProcessorSystemCycleTime.S new file mode 100644 index 000000000..281dbe30f --- /dev/null +++ b/libc/nt/kernel32/GetProcessorSystemCycleTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProcessorSystemCycleTime,GetProcessorSystemCycleTime,0 diff --git a/libc/nt/kernel32/GetProcessorSystemCycleTime.s b/libc/nt/kernel32/GetProcessorSystemCycleTime.s deleted file mode 100644 index 203e03296..000000000 --- a/libc/nt/kernel32/GetProcessorSystemCycleTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProcessorSystemCycleTime,GetProcessorSystemCycleTime,0 diff --git a/libc/nt/kernel32/GetProductInfo.S b/libc/nt/kernel32/GetProductInfo.S new file mode 100644 index 000000000..f814006c4 --- /dev/null +++ b/libc/nt/kernel32/GetProductInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProductInfo,GetProductInfo,0 diff --git a/libc/nt/kernel32/GetProductInfo.s b/libc/nt/kernel32/GetProductInfo.s deleted file mode 100644 index 5684ff57d..000000000 --- a/libc/nt/kernel32/GetProductInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProductInfo,GetProductInfo,0 diff --git a/libc/nt/kernel32/GetProfileIntW.S b/libc/nt/kernel32/GetProfileIntW.S new file mode 100644 index 000000000..51b562825 --- /dev/null +++ b/libc/nt/kernel32/GetProfileIntW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProfileIntW,GetProfileIntW,713 diff --git a/libc/nt/kernel32/GetProfileIntW.s b/libc/nt/kernel32/GetProfileIntW.s deleted file mode 100644 index 633addc39..000000000 --- a/libc/nt/kernel32/GetProfileIntW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProfileIntW,GetProfileIntW,713 diff --git a/libc/nt/kernel32/GetProfileSectionW.S b/libc/nt/kernel32/GetProfileSectionW.S new file mode 100644 index 000000000..a7f08250c --- /dev/null +++ b/libc/nt/kernel32/GetProfileSectionW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProfileSectionW,GetProfileSectionW,715 diff --git a/libc/nt/kernel32/GetProfileSectionW.s b/libc/nt/kernel32/GetProfileSectionW.s deleted file mode 100644 index 59121513d..000000000 --- a/libc/nt/kernel32/GetProfileSectionW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProfileSectionW,GetProfileSectionW,715 diff --git a/libc/nt/kernel32/GetProfileStringW.S b/libc/nt/kernel32/GetProfileStringW.S new file mode 100644 index 000000000..b04505fe9 --- /dev/null +++ b/libc/nt/kernel32/GetProfileStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetProfileStringW,GetProfileStringW,717 diff --git a/libc/nt/kernel32/GetProfileStringW.s b/libc/nt/kernel32/GetProfileStringW.s deleted file mode 100644 index 02beb4aa5..000000000 --- a/libc/nt/kernel32/GetProfileStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetProfileStringW,GetProfileStringW,717 diff --git a/libc/nt/kernel32/GetQueuedCompletionStatus.S b/libc/nt/kernel32/GetQueuedCompletionStatus.S new file mode 100644 index 000000000..8c88db781 --- /dev/null +++ b/libc/nt/kernel32/GetQueuedCompletionStatus.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetQueuedCompletionStatus,GetQueuedCompletionStatus,0 + +#ifdef __x86_64__ + .text.windows +GetQueuedCompletionStatus: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetQueuedCompletionStatus(%rip),%rax + jmp __sysv2nt6 + .endfn GetQueuedCompletionStatus,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetQueuedCompletionStatus.s b/libc/nt/kernel32/GetQueuedCompletionStatus.s deleted file mode 100644 index d6bf13c36..000000000 --- a/libc/nt/kernel32/GetQueuedCompletionStatus.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetQueuedCompletionStatus,GetQueuedCompletionStatus,0 - - .text.windows -GetQueuedCompletionStatus: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetQueuedCompletionStatus(%rip),%rax - jmp __sysv2nt6 - .endfn GetQueuedCompletionStatus,globl - .previous diff --git a/libc/nt/kernel32/GetQueuedCompletionStatusEx.S b/libc/nt/kernel32/GetQueuedCompletionStatusEx.S new file mode 100644 index 000000000..4f15917e3 --- /dev/null +++ b/libc/nt/kernel32/GetQueuedCompletionStatusEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetQueuedCompletionStatusEx,GetQueuedCompletionStatusEx,0 + +#ifdef __x86_64__ + .text.windows +GetQueuedCompletionStatusEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetQueuedCompletionStatusEx(%rip),%rax + jmp __sysv2nt6 + .endfn GetQueuedCompletionStatusEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetQueuedCompletionStatusEx.s b/libc/nt/kernel32/GetQueuedCompletionStatusEx.s deleted file mode 100644 index 3cb4e4132..000000000 --- a/libc/nt/kernel32/GetQueuedCompletionStatusEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetQueuedCompletionStatusEx,GetQueuedCompletionStatusEx,0 - - .text.windows -GetQueuedCompletionStatusEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetQueuedCompletionStatusEx(%rip),%rax - jmp __sysv2nt6 - .endfn GetQueuedCompletionStatusEx,globl - .previous diff --git a/libc/nt/kernel32/GetShortPathNameW.S b/libc/nt/kernel32/GetShortPathNameW.S new file mode 100644 index 000000000..cb63bebc2 --- /dev/null +++ b/libc/nt/kernel32/GetShortPathNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetShortPathNameW,GetShortPathNameW,0 diff --git a/libc/nt/kernel32/GetShortPathNameW.s b/libc/nt/kernel32/GetShortPathNameW.s deleted file mode 100644 index 43e2d13d9..000000000 --- a/libc/nt/kernel32/GetShortPathNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetShortPathNameW,GetShortPathNameW,0 diff --git a/libc/nt/kernel32/GetStagedPackagePathByFullName.S b/libc/nt/kernel32/GetStagedPackagePathByFullName.S new file mode 100644 index 000000000..e4689f657 --- /dev/null +++ b/libc/nt/kernel32/GetStagedPackagePathByFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStagedPackagePathByFullName,GetStagedPackagePathByFullName,0 diff --git a/libc/nt/kernel32/GetStagedPackagePathByFullName.s b/libc/nt/kernel32/GetStagedPackagePathByFullName.s deleted file mode 100644 index 8d9a427f7..000000000 --- a/libc/nt/kernel32/GetStagedPackagePathByFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStagedPackagePathByFullName,GetStagedPackagePathByFullName,0 diff --git a/libc/nt/kernel32/GetStartupInfoW.S b/libc/nt/kernel32/GetStartupInfoW.S new file mode 100644 index 000000000..ab3f4b96f --- /dev/null +++ b/libc/nt/kernel32/GetStartupInfoW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStartupInfoW,GetStartupInfoW,0 + +#ifdef __x86_64__ + .text.windows +GetStartupInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetStartupInfoW(%rip) + leave + ret + .endfn GetStartupInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetStartupInfoW.s b/libc/nt/kernel32/GetStartupInfoW.s deleted file mode 100644 index 31b6e7d4c..000000000 --- a/libc/nt/kernel32/GetStartupInfoW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStartupInfoW,GetStartupInfoW,0 - - .text.windows -GetStartupInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetStartupInfoW(%rip) - leave - ret - .endfn GetStartupInfo,globl - .previous diff --git a/libc/nt/kernel32/GetStdHandle.S b/libc/nt/kernel32/GetStdHandle.S new file mode 100644 index 000000000..a8a9cd53c --- /dev/null +++ b/libc/nt/kernel32/GetStdHandle.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStdHandle,GetStdHandle,0 + +#ifdef __x86_64__ + .text.windows +GetStdHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetStdHandle(%rip) + leave + ret + .endfn GetStdHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetStdHandle.s b/libc/nt/kernel32/GetStdHandle.s deleted file mode 100644 index acf7c3866..000000000 --- a/libc/nt/kernel32/GetStdHandle.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStdHandle,GetStdHandle,0 - - .text.windows -GetStdHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetStdHandle(%rip) - leave - ret - .endfn GetStdHandle,globl - .previous diff --git a/libc/nt/kernel32/GetStringScripts.S b/libc/nt/kernel32/GetStringScripts.S new file mode 100644 index 000000000..fc7b2c70c --- /dev/null +++ b/libc/nt/kernel32/GetStringScripts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStringScripts,GetStringScripts,0 diff --git a/libc/nt/kernel32/GetStringScripts.s b/libc/nt/kernel32/GetStringScripts.s deleted file mode 100644 index 08fcc1d36..000000000 --- a/libc/nt/kernel32/GetStringScripts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStringScripts,GetStringScripts,0 diff --git a/libc/nt/kernel32/GetStringTypeExW.S b/libc/nt/kernel32/GetStringTypeExW.S new file mode 100644 index 000000000..3c01b8865 --- /dev/null +++ b/libc/nt/kernel32/GetStringTypeExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStringTypeExW,GetStringTypeExW,0 diff --git a/libc/nt/kernel32/GetStringTypeExW.s b/libc/nt/kernel32/GetStringTypeExW.s deleted file mode 100644 index 0abc8248b..000000000 --- a/libc/nt/kernel32/GetStringTypeExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStringTypeExW,GetStringTypeExW,0 diff --git a/libc/nt/kernel32/GetStringTypeW.S b/libc/nt/kernel32/GetStringTypeW.S new file mode 100644 index 000000000..9de3916b4 --- /dev/null +++ b/libc/nt/kernel32/GetStringTypeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetStringTypeW,GetStringTypeW,0 diff --git a/libc/nt/kernel32/GetStringTypeW.s b/libc/nt/kernel32/GetStringTypeW.s deleted file mode 100644 index d70832bad..000000000 --- a/libc/nt/kernel32/GetStringTypeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetStringTypeW,GetStringTypeW,0 diff --git a/libc/nt/kernel32/GetSystemCpuSetInformation.S b/libc/nt/kernel32/GetSystemCpuSetInformation.S new file mode 100644 index 000000000..a41589462 --- /dev/null +++ b/libc/nt/kernel32/GetSystemCpuSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemCpuSetInformation,GetSystemCpuSetInformation,0 diff --git a/libc/nt/kernel32/GetSystemCpuSetInformation.s b/libc/nt/kernel32/GetSystemCpuSetInformation.s deleted file mode 100644 index 1b848fa25..000000000 --- a/libc/nt/kernel32/GetSystemCpuSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemCpuSetInformation,GetSystemCpuSetInformation,0 diff --git a/libc/nt/kernel32/GetSystemDEPPolicy.S b/libc/nt/kernel32/GetSystemDEPPolicy.S new file mode 100644 index 000000000..4087bcdb0 --- /dev/null +++ b/libc/nt/kernel32/GetSystemDEPPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDEPPolicy,GetSystemDEPPolicy,734 diff --git a/libc/nt/kernel32/GetSystemDEPPolicy.s b/libc/nt/kernel32/GetSystemDEPPolicy.s deleted file mode 100644 index 3438a4b3f..000000000 --- a/libc/nt/kernel32/GetSystemDEPPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDEPPolicy,GetSystemDEPPolicy,734 diff --git a/libc/nt/kernel32/GetSystemDefaultLCID.S b/libc/nt/kernel32/GetSystemDefaultLCID.S new file mode 100644 index 000000000..6fe063dfd --- /dev/null +++ b/libc/nt/kernel32/GetSystemDefaultLCID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDefaultLCID,GetSystemDefaultLCID,0 diff --git a/libc/nt/kernel32/GetSystemDefaultLCID.s b/libc/nt/kernel32/GetSystemDefaultLCID.s deleted file mode 100644 index 6444ddf6a..000000000 --- a/libc/nt/kernel32/GetSystemDefaultLCID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDefaultLCID,GetSystemDefaultLCID,0 diff --git a/libc/nt/kernel32/GetSystemDefaultLangID.S b/libc/nt/kernel32/GetSystemDefaultLangID.S new file mode 100644 index 000000000..fd9acf604 --- /dev/null +++ b/libc/nt/kernel32/GetSystemDefaultLangID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDefaultLangID,GetSystemDefaultLangID,0 diff --git a/libc/nt/kernel32/GetSystemDefaultLangID.s b/libc/nt/kernel32/GetSystemDefaultLangID.s deleted file mode 100644 index 82098d872..000000000 --- a/libc/nt/kernel32/GetSystemDefaultLangID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDefaultLangID,GetSystemDefaultLangID,0 diff --git a/libc/nt/kernel32/GetSystemDefaultLocaleName.S b/libc/nt/kernel32/GetSystemDefaultLocaleName.S new file mode 100644 index 000000000..fa12494c6 --- /dev/null +++ b/libc/nt/kernel32/GetSystemDefaultLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDefaultLocaleName,GetSystemDefaultLocaleName,0 diff --git a/libc/nt/kernel32/GetSystemDefaultLocaleName.s b/libc/nt/kernel32/GetSystemDefaultLocaleName.s deleted file mode 100644 index 37411206f..000000000 --- a/libc/nt/kernel32/GetSystemDefaultLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDefaultLocaleName,GetSystemDefaultLocaleName,0 diff --git a/libc/nt/kernel32/GetSystemDefaultUILanguage.S b/libc/nt/kernel32/GetSystemDefaultUILanguage.S new file mode 100644 index 000000000..87b1a59f0 --- /dev/null +++ b/libc/nt/kernel32/GetSystemDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDefaultUILanguage,GetSystemDefaultUILanguage,0 diff --git a/libc/nt/kernel32/GetSystemDefaultUILanguage.s b/libc/nt/kernel32/GetSystemDefaultUILanguage.s deleted file mode 100644 index 83a936f68..000000000 --- a/libc/nt/kernel32/GetSystemDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDefaultUILanguage,GetSystemDefaultUILanguage,0 diff --git a/libc/nt/kernel32/GetSystemDirectoryA.S b/libc/nt/kernel32/GetSystemDirectoryA.S new file mode 100644 index 000000000..b661ba3aa --- /dev/null +++ b/libc/nt/kernel32/GetSystemDirectoryA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDirectoryA,GetSystemDirectoryA,0 + +#ifdef __x86_64__ + .text.windows +GetSystemDirectoryA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetSystemDirectoryA(%rip),%rax + jmp __sysv2nt + .endfn GetSystemDirectoryA,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemDirectoryA.s b/libc/nt/kernel32/GetSystemDirectoryA.s deleted file mode 100644 index acb40c384..000000000 --- a/libc/nt/kernel32/GetSystemDirectoryA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDirectoryA,GetSystemDirectoryA,0 - - .text.windows -GetSystemDirectoryA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetSystemDirectoryA(%rip),%rax - jmp __sysv2nt - .endfn GetSystemDirectoryA,globl - .previous diff --git a/libc/nt/kernel32/GetSystemDirectoryW.S b/libc/nt/kernel32/GetSystemDirectoryW.S new file mode 100644 index 000000000..03558f90d --- /dev/null +++ b/libc/nt/kernel32/GetSystemDirectoryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemDirectoryW,GetSystemDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +GetSystemDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetSystemDirectoryW(%rip),%rax + jmp __sysv2nt + .endfn GetSystemDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemDirectoryW.s b/libc/nt/kernel32/GetSystemDirectoryW.s deleted file mode 100644 index 3c7608022..000000000 --- a/libc/nt/kernel32/GetSystemDirectoryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemDirectoryW,GetSystemDirectoryW,0 - - .text.windows -GetSystemDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetSystemDirectoryW(%rip),%rax - jmp __sysv2nt - .endfn GetSystemDirectory,globl - .previous diff --git a/libc/nt/kernel32/GetSystemFileCacheSize.S b/libc/nt/kernel32/GetSystemFileCacheSize.S new file mode 100644 index 000000000..5d0f2b581 --- /dev/null +++ b/libc/nt/kernel32/GetSystemFileCacheSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemFileCacheSize,GetSystemFileCacheSize,0 diff --git a/libc/nt/kernel32/GetSystemFileCacheSize.s b/libc/nt/kernel32/GetSystemFileCacheSize.s deleted file mode 100644 index 04add8fcf..000000000 --- a/libc/nt/kernel32/GetSystemFileCacheSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemFileCacheSize,GetSystemFileCacheSize,0 diff --git a/libc/nt/kernel32/GetSystemFirmwareTable.S b/libc/nt/kernel32/GetSystemFirmwareTable.S new file mode 100644 index 000000000..09cad2625 --- /dev/null +++ b/libc/nt/kernel32/GetSystemFirmwareTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemFirmwareTable,GetSystemFirmwareTable,0 diff --git a/libc/nt/kernel32/GetSystemFirmwareTable.s b/libc/nt/kernel32/GetSystemFirmwareTable.s deleted file mode 100644 index 4038327d0..000000000 --- a/libc/nt/kernel32/GetSystemFirmwareTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemFirmwareTable,GetSystemFirmwareTable,0 diff --git a/libc/nt/kernel32/GetSystemInfo.S b/libc/nt/kernel32/GetSystemInfo.S new file mode 100644 index 000000000..3afbb36c5 --- /dev/null +++ b/libc/nt/kernel32/GetSystemInfo.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemInfo,GetSystemInfo,0 + +#ifdef __x86_64__ + .text.windows +GetSystemInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetSystemInfo(%rip) + leave + ret + .endfn GetSystemInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemInfo.s b/libc/nt/kernel32/GetSystemInfo.s deleted file mode 100644 index 45cb7d413..000000000 --- a/libc/nt/kernel32/GetSystemInfo.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemInfo,GetSystemInfo,0 - - .text.windows -GetSystemInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetSystemInfo(%rip) - leave - ret - .endfn GetSystemInfo,globl - .previous diff --git a/libc/nt/kernel32/GetSystemPowerStatus.S b/libc/nt/kernel32/GetSystemPowerStatus.S new file mode 100644 index 000000000..c8e35ca42 --- /dev/null +++ b/libc/nt/kernel32/GetSystemPowerStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemPowerStatus,GetSystemPowerStatus,744 diff --git a/libc/nt/kernel32/GetSystemPowerStatus.s b/libc/nt/kernel32/GetSystemPowerStatus.s deleted file mode 100644 index ec506798c..000000000 --- a/libc/nt/kernel32/GetSystemPowerStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemPowerStatus,GetSystemPowerStatus,744 diff --git a/libc/nt/kernel32/GetSystemPreferredUILanguages.S b/libc/nt/kernel32/GetSystemPreferredUILanguages.S new file mode 100644 index 000000000..222c316f5 --- /dev/null +++ b/libc/nt/kernel32/GetSystemPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemPreferredUILanguages,GetSystemPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetSystemPreferredUILanguages.s b/libc/nt/kernel32/GetSystemPreferredUILanguages.s deleted file mode 100644 index 32d1f3eaf..000000000 --- a/libc/nt/kernel32/GetSystemPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemPreferredUILanguages,GetSystemPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetSystemRegistryQuota.S b/libc/nt/kernel32/GetSystemRegistryQuota.S new file mode 100644 index 000000000..d51a94a23 --- /dev/null +++ b/libc/nt/kernel32/GetSystemRegistryQuota.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemRegistryQuota,GetSystemRegistryQuota,746 diff --git a/libc/nt/kernel32/GetSystemRegistryQuota.s b/libc/nt/kernel32/GetSystemRegistryQuota.s deleted file mode 100644 index 84c3d4164..000000000 --- a/libc/nt/kernel32/GetSystemRegistryQuota.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemRegistryQuota,GetSystemRegistryQuota,746 diff --git a/libc/nt/kernel32/GetSystemTime.S b/libc/nt/kernel32/GetSystemTime.S new file mode 100644 index 000000000..08fac2e56 --- /dev/null +++ b/libc/nt/kernel32/GetSystemTime.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemTime,GetSystemTime,0 + +#ifdef __x86_64__ + .text.windows +GetSystemTime: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetSystemTime(%rip) + leave + ret + .endfn GetSystemTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemTime.s b/libc/nt/kernel32/GetSystemTime.s deleted file mode 100644 index 8a0021b7d..000000000 --- a/libc/nt/kernel32/GetSystemTime.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemTime,GetSystemTime,0 - - .text.windows -GetSystemTime: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetSystemTime(%rip) - leave - ret - .endfn GetSystemTime,globl - .previous diff --git a/libc/nt/kernel32/GetSystemTimeAdjustment.S b/libc/nt/kernel32/GetSystemTimeAdjustment.S new file mode 100644 index 000000000..88f4b7018 --- /dev/null +++ b/libc/nt/kernel32/GetSystemTimeAdjustment.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemTimeAdjustment,GetSystemTimeAdjustment,0 + +#ifdef __x86_64__ + .text.windows +GetSystemTimeAdjustment: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetSystemTimeAdjustment(%rip),%rax + jmp __sysv2nt + .endfn GetSystemTimeAdjustment,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemTimeAdjustment.s b/libc/nt/kernel32/GetSystemTimeAdjustment.s deleted file mode 100644 index 67564a463..000000000 --- a/libc/nt/kernel32/GetSystemTimeAdjustment.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemTimeAdjustment,GetSystemTimeAdjustment,0 - - .text.windows -GetSystemTimeAdjustment: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetSystemTimeAdjustment(%rip),%rax - jmp __sysv2nt - .endfn GetSystemTimeAdjustment,globl - .previous diff --git a/libc/nt/kernel32/GetSystemTimeAsFileTime.S b/libc/nt/kernel32/GetSystemTimeAsFileTime.S new file mode 100644 index 000000000..c5230c904 --- /dev/null +++ b/libc/nt/kernel32/GetSystemTimeAsFileTime.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemTimeAsFileTime,GetSystemTimeAsFileTime,0 + +#ifdef __x86_64__ + .text.windows +GetSystemTimeAsFileTime: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetSystemTimeAsFileTime(%rip) + leave + ret + .endfn GetSystemTimeAsFileTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemTimeAsFileTime.s b/libc/nt/kernel32/GetSystemTimeAsFileTime.s deleted file mode 100644 index 7d77061d8..000000000 --- a/libc/nt/kernel32/GetSystemTimeAsFileTime.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemTimeAsFileTime,GetSystemTimeAsFileTime,0 - - .text.windows -GetSystemTimeAsFileTime: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetSystemTimeAsFileTime(%rip) - leave - ret - .endfn GetSystemTimeAsFileTime,globl - .previous diff --git a/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.S b/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.S new file mode 100644 index 000000000..7f1c16af5 --- /dev/null +++ b/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemTimePreciseAsFileTime,GetSystemTimePreciseAsFileTime,0 + +#ifdef __x86_64__ + .text.windows +GetSystemTimePreciseAsFileTime: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetSystemTimePreciseAsFileTime(%rip) + leave + ret + .endfn GetSystemTimePreciseAsFileTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.s b/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.s deleted file mode 100644 index 8eeef51f7..000000000 --- a/libc/nt/kernel32/GetSystemTimePreciseAsFileTime.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemTimePreciseAsFileTime,GetSystemTimePreciseAsFileTime,0 - - .text.windows -GetSystemTimePreciseAsFileTime: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetSystemTimePreciseAsFileTime(%rip) - leave - ret - .endfn GetSystemTimePreciseAsFileTime,globl - .previous diff --git a/libc/nt/kernel32/GetSystemTimes.S b/libc/nt/kernel32/GetSystemTimes.S new file mode 100644 index 000000000..b66f83778 --- /dev/null +++ b/libc/nt/kernel32/GetSystemTimes.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemTimes,GetSystemTimes,0 + +#ifdef __x86_64__ + .text.windows +GetSystemTimes: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetSystemTimes(%rip),%rax + jmp __sysv2nt + .endfn GetSystemTimes,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetSystemTimes.s b/libc/nt/kernel32/GetSystemTimes.s deleted file mode 100644 index 100819cec..000000000 --- a/libc/nt/kernel32/GetSystemTimes.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemTimes,GetSystemTimes,0 - - .text.windows -GetSystemTimes: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetSystemTimes(%rip),%rax - jmp __sysv2nt - .endfn GetSystemTimes,globl - .previous diff --git a/libc/nt/kernel32/GetSystemWindowsDirectoryW.S b/libc/nt/kernel32/GetSystemWindowsDirectoryW.S new file mode 100644 index 000000000..6d0f5939b --- /dev/null +++ b/libc/nt/kernel32/GetSystemWindowsDirectoryW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetSystemWindowsDirectoryW,GetSystemWindowsDirectoryW,0 diff --git a/libc/nt/kernel32/GetSystemWindowsDirectoryW.s b/libc/nt/kernel32/GetSystemWindowsDirectoryW.s deleted file mode 100644 index eadd2096b..000000000 --- a/libc/nt/kernel32/GetSystemWindowsDirectoryW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetSystemWindowsDirectoryW,GetSystemWindowsDirectoryW,0 diff --git a/libc/nt/kernel32/GetTapeParameters.S b/libc/nt/kernel32/GetTapeParameters.S new file mode 100644 index 000000000..a199ee852 --- /dev/null +++ b/libc/nt/kernel32/GetTapeParameters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTapeParameters,GetTapeParameters,756 diff --git a/libc/nt/kernel32/GetTapeParameters.s b/libc/nt/kernel32/GetTapeParameters.s deleted file mode 100644 index f10e099d1..000000000 --- a/libc/nt/kernel32/GetTapeParameters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTapeParameters,GetTapeParameters,756 diff --git a/libc/nt/kernel32/GetTapePosition.S b/libc/nt/kernel32/GetTapePosition.S new file mode 100644 index 000000000..27602aece --- /dev/null +++ b/libc/nt/kernel32/GetTapePosition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTapePosition,GetTapePosition,757 diff --git a/libc/nt/kernel32/GetTapePosition.s b/libc/nt/kernel32/GetTapePosition.s deleted file mode 100644 index 1a3c20085..000000000 --- a/libc/nt/kernel32/GetTapePosition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTapePosition,GetTapePosition,757 diff --git a/libc/nt/kernel32/GetTapeStatus.S b/libc/nt/kernel32/GetTapeStatus.S new file mode 100644 index 000000000..16f1d3748 --- /dev/null +++ b/libc/nt/kernel32/GetTapeStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTapeStatus,GetTapeStatus,758 diff --git a/libc/nt/kernel32/GetTapeStatus.s b/libc/nt/kernel32/GetTapeStatus.s deleted file mode 100644 index ad1b6c7d3..000000000 --- a/libc/nt/kernel32/GetTapeStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTapeStatus,GetTapeStatus,758 diff --git a/libc/nt/kernel32/GetTempFileNameW.S b/libc/nt/kernel32/GetTempFileNameW.S new file mode 100644 index 000000000..b83642f7a --- /dev/null +++ b/libc/nt/kernel32/GetTempFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTempFileNameW,GetTempFileNameW,0 diff --git a/libc/nt/kernel32/GetTempFileNameW.s b/libc/nt/kernel32/GetTempFileNameW.s deleted file mode 100644 index c2bc29693..000000000 --- a/libc/nt/kernel32/GetTempFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTempFileNameW,GetTempFileNameW,0 diff --git a/libc/nt/kernel32/GetTempPathA.S b/libc/nt/kernel32/GetTempPathA.S new file mode 100644 index 000000000..a0860f108 --- /dev/null +++ b/libc/nt/kernel32/GetTempPathA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTempPathA,GetTempPathA,0 + +#ifdef __x86_64__ + .text.windows +GetTempPathA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetTempPathA(%rip),%rax + jmp __sysv2nt + .endfn GetTempPathA,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetTempPathA.s b/libc/nt/kernel32/GetTempPathA.s deleted file mode 100644 index 73ccd6797..000000000 --- a/libc/nt/kernel32/GetTempPathA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTempPathA,GetTempPathA,0 - - .text.windows -GetTempPathA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetTempPathA(%rip),%rax - jmp __sysv2nt - .endfn GetTempPathA,globl - .previous diff --git a/libc/nt/kernel32/GetTempPathW.S b/libc/nt/kernel32/GetTempPathW.S new file mode 100644 index 000000000..04749b8e4 --- /dev/null +++ b/libc/nt/kernel32/GetTempPathW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTempPathW,GetTempPathW,0 + +#ifdef __x86_64__ + .text.windows +GetTempPath: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetTempPathW(%rip),%rax + jmp __sysv2nt + .endfn GetTempPath,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetTempPathW.s b/libc/nt/kernel32/GetTempPathW.s deleted file mode 100644 index 6901b2a2e..000000000 --- a/libc/nt/kernel32/GetTempPathW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTempPathW,GetTempPathW,0 - - .text.windows -GetTempPath: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetTempPathW(%rip),%rax - jmp __sysv2nt - .endfn GetTempPath,globl - .previous diff --git a/libc/nt/kernel32/GetThreadContext.S b/libc/nt/kernel32/GetThreadContext.S new file mode 100644 index 000000000..1f598bf82 --- /dev/null +++ b/libc/nt/kernel32/GetThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadContext,GetThreadContext,0 diff --git a/libc/nt/kernel32/GetThreadContext.s b/libc/nt/kernel32/GetThreadContext.s deleted file mode 100644 index be8815eb7..000000000 --- a/libc/nt/kernel32/GetThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadContext,GetThreadContext,0 diff --git a/libc/nt/kernel32/GetThreadErrorMode.S b/libc/nt/kernel32/GetThreadErrorMode.S new file mode 100644 index 000000000..c448a55f8 --- /dev/null +++ b/libc/nt/kernel32/GetThreadErrorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadErrorMode,GetThreadErrorMode,0 diff --git a/libc/nt/kernel32/GetThreadErrorMode.s b/libc/nt/kernel32/GetThreadErrorMode.s deleted file mode 100644 index 9853e5a9f..000000000 --- a/libc/nt/kernel32/GetThreadErrorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadErrorMode,GetThreadErrorMode,0 diff --git a/libc/nt/kernel32/GetThreadGroupAffinity.S b/libc/nt/kernel32/GetThreadGroupAffinity.S new file mode 100644 index 000000000..ea265cac5 --- /dev/null +++ b/libc/nt/kernel32/GetThreadGroupAffinity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadGroupAffinity,GetThreadGroupAffinity,0 diff --git a/libc/nt/kernel32/GetThreadGroupAffinity.s b/libc/nt/kernel32/GetThreadGroupAffinity.s deleted file mode 100644 index 36bcfe757..000000000 --- a/libc/nt/kernel32/GetThreadGroupAffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadGroupAffinity,GetThreadGroupAffinity,0 diff --git a/libc/nt/kernel32/GetThreadIOPendingFlag.S b/libc/nt/kernel32/GetThreadIOPendingFlag.S new file mode 100644 index 000000000..cdb6bf567 --- /dev/null +++ b/libc/nt/kernel32/GetThreadIOPendingFlag.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadIOPendingFlag,GetThreadIOPendingFlag,0 + +#ifdef __x86_64__ + .text.windows +GetThreadIOPendingFlag: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetThreadIOPendingFlag(%rip),%rax + jmp __sysv2nt + .endfn GetThreadIOPendingFlag,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetThreadIOPendingFlag.s b/libc/nt/kernel32/GetThreadIOPendingFlag.s deleted file mode 100644 index a3f1732b7..000000000 --- a/libc/nt/kernel32/GetThreadIOPendingFlag.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadIOPendingFlag,GetThreadIOPendingFlag,0 - - .text.windows -GetThreadIOPendingFlag: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetThreadIOPendingFlag(%rip),%rax - jmp __sysv2nt - .endfn GetThreadIOPendingFlag,globl - .previous diff --git a/libc/nt/kernel32/GetThreadId.S b/libc/nt/kernel32/GetThreadId.S new file mode 100644 index 000000000..8190597cf --- /dev/null +++ b/libc/nt/kernel32/GetThreadId.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadId,GetThreadId,0 + +#ifdef __x86_64__ + .text.windows +GetThreadId: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetThreadId(%rip) + leave + ret + .endfn GetThreadId,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetThreadId.s b/libc/nt/kernel32/GetThreadId.s deleted file mode 100644 index ea8bd5ff3..000000000 --- a/libc/nt/kernel32/GetThreadId.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadId,GetThreadId,0 - - .text.windows -GetThreadId: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetThreadId(%rip) - leave - ret - .endfn GetThreadId,globl - .previous diff --git a/libc/nt/kernel32/GetThreadIdealProcessorEx.S b/libc/nt/kernel32/GetThreadIdealProcessorEx.S new file mode 100644 index 000000000..7d19b5df4 --- /dev/null +++ b/libc/nt/kernel32/GetThreadIdealProcessorEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadIdealProcessorEx,GetThreadIdealProcessorEx,0 diff --git a/libc/nt/kernel32/GetThreadIdealProcessorEx.s b/libc/nt/kernel32/GetThreadIdealProcessorEx.s deleted file mode 100644 index f44002f1f..000000000 --- a/libc/nt/kernel32/GetThreadIdealProcessorEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadIdealProcessorEx,GetThreadIdealProcessorEx,0 diff --git a/libc/nt/kernel32/GetThreadInformation.S b/libc/nt/kernel32/GetThreadInformation.S new file mode 100644 index 000000000..2514704b7 --- /dev/null +++ b/libc/nt/kernel32/GetThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadInformation,GetThreadInformation,0 diff --git a/libc/nt/kernel32/GetThreadInformation.s b/libc/nt/kernel32/GetThreadInformation.s deleted file mode 100644 index ec528e8f5..000000000 --- a/libc/nt/kernel32/GetThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadInformation,GetThreadInformation,0 diff --git a/libc/nt/kernel32/GetThreadLocale.S b/libc/nt/kernel32/GetThreadLocale.S new file mode 100644 index 000000000..3d0d3fc40 --- /dev/null +++ b/libc/nt/kernel32/GetThreadLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadLocale,GetThreadLocale,0 diff --git a/libc/nt/kernel32/GetThreadLocale.s b/libc/nt/kernel32/GetThreadLocale.s deleted file mode 100644 index bec666744..000000000 --- a/libc/nt/kernel32/GetThreadLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadLocale,GetThreadLocale,0 diff --git a/libc/nt/kernel32/GetThreadPreferredUILanguages.S b/libc/nt/kernel32/GetThreadPreferredUILanguages.S new file mode 100644 index 000000000..b3b87d955 --- /dev/null +++ b/libc/nt/kernel32/GetThreadPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadPreferredUILanguages,GetThreadPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetThreadPreferredUILanguages.s b/libc/nt/kernel32/GetThreadPreferredUILanguages.s deleted file mode 100644 index 06117653b..000000000 --- a/libc/nt/kernel32/GetThreadPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadPreferredUILanguages,GetThreadPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetThreadPriority.S b/libc/nt/kernel32/GetThreadPriority.S new file mode 100644 index 000000000..f5525331e --- /dev/null +++ b/libc/nt/kernel32/GetThreadPriority.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadPriority,GetThreadPriority,0 + +#ifdef __x86_64__ + .text.windows +GetThreadPriority: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetThreadPriority(%rip) + leave + ret + .endfn GetThreadPriority,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetThreadPriority.s b/libc/nt/kernel32/GetThreadPriority.s deleted file mode 100644 index e5e427726..000000000 --- a/libc/nt/kernel32/GetThreadPriority.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadPriority,GetThreadPriority,0 - - .text.windows -GetThreadPriority: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetThreadPriority(%rip) - leave - ret - .endfn GetThreadPriority,globl - .previous diff --git a/libc/nt/kernel32/GetThreadPriorityBoost.S b/libc/nt/kernel32/GetThreadPriorityBoost.S new file mode 100644 index 000000000..fccbe2476 --- /dev/null +++ b/libc/nt/kernel32/GetThreadPriorityBoost.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadPriorityBoost,GetThreadPriorityBoost,0 + +#ifdef __x86_64__ + .text.windows +GetThreadPriorityBoost: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetThreadPriorityBoost(%rip),%rax + jmp __sysv2nt + .endfn GetThreadPriorityBoost,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetThreadPriorityBoost.s b/libc/nt/kernel32/GetThreadPriorityBoost.s deleted file mode 100644 index 9aa521b62..000000000 --- a/libc/nt/kernel32/GetThreadPriorityBoost.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadPriorityBoost,GetThreadPriorityBoost,0 - - .text.windows -GetThreadPriorityBoost: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetThreadPriorityBoost(%rip),%rax - jmp __sysv2nt - .endfn GetThreadPriorityBoost,globl - .previous diff --git a/libc/nt/kernel32/GetThreadSelectedCpuSets.S b/libc/nt/kernel32/GetThreadSelectedCpuSets.S new file mode 100644 index 000000000..4c83f8739 --- /dev/null +++ b/libc/nt/kernel32/GetThreadSelectedCpuSets.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadSelectedCpuSets,GetThreadSelectedCpuSets,0 diff --git a/libc/nt/kernel32/GetThreadSelectedCpuSets.s b/libc/nt/kernel32/GetThreadSelectedCpuSets.s deleted file mode 100644 index a4751d353..000000000 --- a/libc/nt/kernel32/GetThreadSelectedCpuSets.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadSelectedCpuSets,GetThreadSelectedCpuSets,0 diff --git a/libc/nt/kernel32/GetThreadSelectorEntry.S b/libc/nt/kernel32/GetThreadSelectorEntry.S new file mode 100644 index 000000000..b41b53c30 --- /dev/null +++ b/libc/nt/kernel32/GetThreadSelectorEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadSelectorEntry,GetThreadSelectorEntry,776 diff --git a/libc/nt/kernel32/GetThreadSelectorEntry.s b/libc/nt/kernel32/GetThreadSelectorEntry.s deleted file mode 100644 index d8fc17d0b..000000000 --- a/libc/nt/kernel32/GetThreadSelectorEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadSelectorEntry,GetThreadSelectorEntry,776 diff --git a/libc/nt/kernel32/GetThreadTimes.S b/libc/nt/kernel32/GetThreadTimes.S new file mode 100644 index 000000000..3d347ab06 --- /dev/null +++ b/libc/nt/kernel32/GetThreadTimes.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadTimes,GetThreadTimes,0 + +#ifdef __x86_64__ + .text.windows +GetThreadTimes: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetThreadTimes(%rip),%rax + jmp __sysv2nt6 + .endfn GetThreadTimes,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetThreadTimes.s b/libc/nt/kernel32/GetThreadTimes.s deleted file mode 100644 index bea23f249..000000000 --- a/libc/nt/kernel32/GetThreadTimes.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadTimes,GetThreadTimes,0 - - .text.windows -GetThreadTimes: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetThreadTimes(%rip),%rax - jmp __sysv2nt6 - .endfn GetThreadTimes,globl - .previous diff --git a/libc/nt/kernel32/GetThreadUILanguage.S b/libc/nt/kernel32/GetThreadUILanguage.S new file mode 100644 index 000000000..96523c16b --- /dev/null +++ b/libc/nt/kernel32/GetThreadUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetThreadUILanguage,GetThreadUILanguage,0 diff --git a/libc/nt/kernel32/GetThreadUILanguage.s b/libc/nt/kernel32/GetThreadUILanguage.s deleted file mode 100644 index 9d65b41dd..000000000 --- a/libc/nt/kernel32/GetThreadUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetThreadUILanguage,GetThreadUILanguage,0 diff --git a/libc/nt/kernel32/GetTickCount.S b/libc/nt/kernel32/GetTickCount.S new file mode 100644 index 000000000..71c40bf21 --- /dev/null +++ b/libc/nt/kernel32/GetTickCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTickCount,GetTickCount,0 diff --git a/libc/nt/kernel32/GetTickCount.s b/libc/nt/kernel32/GetTickCount.s deleted file mode 100644 index 5b393e876..000000000 --- a/libc/nt/kernel32/GetTickCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTickCount,GetTickCount,0 diff --git a/libc/nt/kernel32/GetTickCount64.S b/libc/nt/kernel32/GetTickCount64.S new file mode 100644 index 000000000..2953c6e3c --- /dev/null +++ b/libc/nt/kernel32/GetTickCount64.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTickCount64,GetTickCount64,0 + +#ifdef __x86_64__ + .text.windows +GetTickCount64: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetTickCount64(%rip) + leave + ret + .endfn GetTickCount64,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetTickCount64.s b/libc/nt/kernel32/GetTickCount64.s deleted file mode 100644 index 84c04ae56..000000000 --- a/libc/nt/kernel32/GetTickCount64.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTickCount64,GetTickCount64,0 - - .text.windows -GetTickCount64: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetTickCount64(%rip) - leave - ret - .endfn GetTickCount64,globl - .previous diff --git a/libc/nt/kernel32/GetTimeFormatAWorker.S b/libc/nt/kernel32/GetTimeFormatAWorker.S new file mode 100644 index 000000000..fbec00642 --- /dev/null +++ b/libc/nt/kernel32/GetTimeFormatAWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeFormatAWorker,GetTimeFormatAWorker,782 diff --git a/libc/nt/kernel32/GetTimeFormatAWorker.s b/libc/nt/kernel32/GetTimeFormatAWorker.s deleted file mode 100644 index 4f55df4cc..000000000 --- a/libc/nt/kernel32/GetTimeFormatAWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeFormatAWorker,GetTimeFormatAWorker,782 diff --git a/libc/nt/kernel32/GetTimeFormatEx.S b/libc/nt/kernel32/GetTimeFormatEx.S new file mode 100644 index 000000000..4b40d4015 --- /dev/null +++ b/libc/nt/kernel32/GetTimeFormatEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeFormatEx,GetTimeFormatEx,0 diff --git a/libc/nt/kernel32/GetTimeFormatEx.s b/libc/nt/kernel32/GetTimeFormatEx.s deleted file mode 100644 index 25eda55ca..000000000 --- a/libc/nt/kernel32/GetTimeFormatEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeFormatEx,GetTimeFormatEx,0 diff --git a/libc/nt/kernel32/GetTimeFormatW.S b/libc/nt/kernel32/GetTimeFormatW.S new file mode 100644 index 000000000..81561b426 --- /dev/null +++ b/libc/nt/kernel32/GetTimeFormatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeFormatW,GetTimeFormatW,0 diff --git a/libc/nt/kernel32/GetTimeFormatW.s b/libc/nt/kernel32/GetTimeFormatW.s deleted file mode 100644 index d51f29ae6..000000000 --- a/libc/nt/kernel32/GetTimeFormatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeFormatW,GetTimeFormatW,0 diff --git a/libc/nt/kernel32/GetTimeFormatWWorker.S b/libc/nt/kernel32/GetTimeFormatWWorker.S new file mode 100644 index 000000000..ffc2d0655 --- /dev/null +++ b/libc/nt/kernel32/GetTimeFormatWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeFormatWWorker,GetTimeFormatWWorker,785 diff --git a/libc/nt/kernel32/GetTimeFormatWWorker.s b/libc/nt/kernel32/GetTimeFormatWWorker.s deleted file mode 100644 index c1d55dad3..000000000 --- a/libc/nt/kernel32/GetTimeFormatWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeFormatWWorker,GetTimeFormatWWorker,785 diff --git a/libc/nt/kernel32/GetTimeZoneInformation.S b/libc/nt/kernel32/GetTimeZoneInformation.S new file mode 100644 index 000000000..25133728e --- /dev/null +++ b/libc/nt/kernel32/GetTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeZoneInformation,GetTimeZoneInformation,0 diff --git a/libc/nt/kernel32/GetTimeZoneInformation.s b/libc/nt/kernel32/GetTimeZoneInformation.s deleted file mode 100644 index efd737aa8..000000000 --- a/libc/nt/kernel32/GetTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeZoneInformation,GetTimeZoneInformation,0 diff --git a/libc/nt/kernel32/GetTimeZoneInformationForYear.S b/libc/nt/kernel32/GetTimeZoneInformationForYear.S new file mode 100644 index 000000000..08059d66b --- /dev/null +++ b/libc/nt/kernel32/GetTimeZoneInformationForYear.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetTimeZoneInformationForYear,GetTimeZoneInformationForYear,0 diff --git a/libc/nt/kernel32/GetTimeZoneInformationForYear.s b/libc/nt/kernel32/GetTimeZoneInformationForYear.s deleted file mode 100644 index 7d62811c9..000000000 --- a/libc/nt/kernel32/GetTimeZoneInformationForYear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetTimeZoneInformationForYear,GetTimeZoneInformationForYear,0 diff --git a/libc/nt/kernel32/GetUILanguageInfo.S b/libc/nt/kernel32/GetUILanguageInfo.S new file mode 100644 index 000000000..6668f2da4 --- /dev/null +++ b/libc/nt/kernel32/GetUILanguageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUILanguageInfo,GetUILanguageInfo,0 diff --git a/libc/nt/kernel32/GetUILanguageInfo.s b/libc/nt/kernel32/GetUILanguageInfo.s deleted file mode 100644 index fe41f26f7..000000000 --- a/libc/nt/kernel32/GetUILanguageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUILanguageInfo,GetUILanguageInfo,0 diff --git a/libc/nt/kernel32/GetUmsCompletionListEvent.S b/libc/nt/kernel32/GetUmsCompletionListEvent.S new file mode 100644 index 000000000..9dcd03433 --- /dev/null +++ b/libc/nt/kernel32/GetUmsCompletionListEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUmsCompletionListEvent,GetUmsCompletionListEvent,789 diff --git a/libc/nt/kernel32/GetUmsCompletionListEvent.s b/libc/nt/kernel32/GetUmsCompletionListEvent.s deleted file mode 100644 index dc88c3fd6..000000000 --- a/libc/nt/kernel32/GetUmsCompletionListEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUmsCompletionListEvent,GetUmsCompletionListEvent,789 diff --git a/libc/nt/kernel32/GetUmsSystemThreadInformation.S b/libc/nt/kernel32/GetUmsSystemThreadInformation.S new file mode 100644 index 000000000..c9ce9d5d0 --- /dev/null +++ b/libc/nt/kernel32/GetUmsSystemThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUmsSystemThreadInformation,GetUmsSystemThreadInformation,790 diff --git a/libc/nt/kernel32/GetUmsSystemThreadInformation.s b/libc/nt/kernel32/GetUmsSystemThreadInformation.s deleted file mode 100644 index e71fbe7b2..000000000 --- a/libc/nt/kernel32/GetUmsSystemThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUmsSystemThreadInformation,GetUmsSystemThreadInformation,790 diff --git a/libc/nt/kernel32/GetUserDefaultLCID.S b/libc/nt/kernel32/GetUserDefaultLCID.S new file mode 100644 index 000000000..23b1b328e --- /dev/null +++ b/libc/nt/kernel32/GetUserDefaultLCID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserDefaultLCID,GetUserDefaultLCID,0 diff --git a/libc/nt/kernel32/GetUserDefaultLCID.s b/libc/nt/kernel32/GetUserDefaultLCID.s deleted file mode 100644 index e559811ad..000000000 --- a/libc/nt/kernel32/GetUserDefaultLCID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserDefaultLCID,GetUserDefaultLCID,0 diff --git a/libc/nt/kernel32/GetUserDefaultLangID.S b/libc/nt/kernel32/GetUserDefaultLangID.S new file mode 100644 index 000000000..8e8d14a6f --- /dev/null +++ b/libc/nt/kernel32/GetUserDefaultLangID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserDefaultLangID,GetUserDefaultLangID,0 diff --git a/libc/nt/kernel32/GetUserDefaultLangID.s b/libc/nt/kernel32/GetUserDefaultLangID.s deleted file mode 100644 index 762d50c3c..000000000 --- a/libc/nt/kernel32/GetUserDefaultLangID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserDefaultLangID,GetUserDefaultLangID,0 diff --git a/libc/nt/kernel32/GetUserDefaultLocaleName.S b/libc/nt/kernel32/GetUserDefaultLocaleName.S new file mode 100644 index 000000000..bd96a2c6d --- /dev/null +++ b/libc/nt/kernel32/GetUserDefaultLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserDefaultLocaleName,GetUserDefaultLocaleName,0 diff --git a/libc/nt/kernel32/GetUserDefaultLocaleName.s b/libc/nt/kernel32/GetUserDefaultLocaleName.s deleted file mode 100644 index 013b634c1..000000000 --- a/libc/nt/kernel32/GetUserDefaultLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserDefaultLocaleName,GetUserDefaultLocaleName,0 diff --git a/libc/nt/kernel32/GetUserDefaultUILanguage.S b/libc/nt/kernel32/GetUserDefaultUILanguage.S new file mode 100644 index 000000000..124e3ffdb --- /dev/null +++ b/libc/nt/kernel32/GetUserDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserDefaultUILanguage,GetUserDefaultUILanguage,0 diff --git a/libc/nt/kernel32/GetUserDefaultUILanguage.s b/libc/nt/kernel32/GetUserDefaultUILanguage.s deleted file mode 100644 index 31030396a..000000000 --- a/libc/nt/kernel32/GetUserDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserDefaultUILanguage,GetUserDefaultUILanguage,0 diff --git a/libc/nt/kernel32/GetUserGeoID.S b/libc/nt/kernel32/GetUserGeoID.S new file mode 100644 index 000000000..27f836408 --- /dev/null +++ b/libc/nt/kernel32/GetUserGeoID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserGeoID,GetUserGeoID,0 diff --git a/libc/nt/kernel32/GetUserGeoID.s b/libc/nt/kernel32/GetUserGeoID.s deleted file mode 100644 index b0b69867a..000000000 --- a/libc/nt/kernel32/GetUserGeoID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserGeoID,GetUserGeoID,0 diff --git a/libc/nt/kernel32/GetUserPreferredUILanguages.S b/libc/nt/kernel32/GetUserPreferredUILanguages.S new file mode 100644 index 000000000..5e0f5a3e6 --- /dev/null +++ b/libc/nt/kernel32/GetUserPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetUserPreferredUILanguages,GetUserPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetUserPreferredUILanguages.s b/libc/nt/kernel32/GetUserPreferredUILanguages.s deleted file mode 100644 index e2e5a566f..000000000 --- a/libc/nt/kernel32/GetUserPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetUserPreferredUILanguages,GetUserPreferredUILanguages,0 diff --git a/libc/nt/kernel32/GetVDMCurrentDirectories.S b/libc/nt/kernel32/GetVDMCurrentDirectories.S new file mode 100644 index 000000000..6e3e55bbe --- /dev/null +++ b/libc/nt/kernel32/GetVDMCurrentDirectories.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVDMCurrentDirectories,GetVDMCurrentDirectories,798 diff --git a/libc/nt/kernel32/GetVDMCurrentDirectories.s b/libc/nt/kernel32/GetVDMCurrentDirectories.s deleted file mode 100644 index 91a7fd340..000000000 --- a/libc/nt/kernel32/GetVDMCurrentDirectories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVDMCurrentDirectories,GetVDMCurrentDirectories,798 diff --git a/libc/nt/kernel32/GetVersion.S b/libc/nt/kernel32/GetVersion.S new file mode 100644 index 000000000..4685d5c8b --- /dev/null +++ b/libc/nt/kernel32/GetVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVersion,GetVersion,0 diff --git a/libc/nt/kernel32/GetVersion.s b/libc/nt/kernel32/GetVersion.s deleted file mode 100644 index 808b70dcb..000000000 --- a/libc/nt/kernel32/GetVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVersion,GetVersion,0 diff --git a/libc/nt/kernel32/GetVersionExW.S b/libc/nt/kernel32/GetVersionExW.S new file mode 100644 index 000000000..858bd5c65 --- /dev/null +++ b/libc/nt/kernel32/GetVersionExW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVersionExW,GetVersionExW,0 + +#ifdef __x86_64__ + .text.windows +GetVersionEx: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetVersionExW(%rip) + leave + ret + .endfn GetVersionEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetVersionExW.s b/libc/nt/kernel32/GetVersionExW.s deleted file mode 100644 index 9e8ff31d8..000000000 --- a/libc/nt/kernel32/GetVersionExW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVersionExW,GetVersionExW,0 - - .text.windows -GetVersionEx: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetVersionExW(%rip) - leave - ret - .endfn GetVersionEx,globl - .previous diff --git a/libc/nt/kernel32/GetVolumeInformationByHandleW.S b/libc/nt/kernel32/GetVolumeInformationByHandleW.S new file mode 100644 index 000000000..72330b498 --- /dev/null +++ b/libc/nt/kernel32/GetVolumeInformationByHandleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVolumeInformationByHandleW,GetVolumeInformationByHandleW,0 + +#ifdef __x86_64__ + .text.windows +GetVolumeInformationByHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetVolumeInformationByHandleW(%rip),%rax + jmp __sysv2nt8 + .endfn GetVolumeInformationByHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetVolumeInformationByHandleW.s b/libc/nt/kernel32/GetVolumeInformationByHandleW.s deleted file mode 100644 index 6ba5ca693..000000000 --- a/libc/nt/kernel32/GetVolumeInformationByHandleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVolumeInformationByHandleW,GetVolumeInformationByHandleW,0 - - .text.windows -GetVolumeInformationByHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetVolumeInformationByHandleW(%rip),%rax - jmp __sysv2nt8 - .endfn GetVolumeInformationByHandle,globl - .previous diff --git a/libc/nt/kernel32/GetVolumeInformationW.S b/libc/nt/kernel32/GetVolumeInformationW.S new file mode 100644 index 000000000..f79e2b9b0 --- /dev/null +++ b/libc/nt/kernel32/GetVolumeInformationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVolumeInformationW,GetVolumeInformationW,0 diff --git a/libc/nt/kernel32/GetVolumeInformationW.s b/libc/nt/kernel32/GetVolumeInformationW.s deleted file mode 100644 index 7d3aab9c3..000000000 --- a/libc/nt/kernel32/GetVolumeInformationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVolumeInformationW,GetVolumeInformationW,0 diff --git a/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.S b/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.S new file mode 100644 index 000000000..91be50878 --- /dev/null +++ b/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVolumeNameForVolumeMountPointW,GetVolumeNameForVolumeMountPointW,0 diff --git a/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.s b/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.s deleted file mode 100644 index 8d94c6ca8..000000000 --- a/libc/nt/kernel32/GetVolumeNameForVolumeMountPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVolumeNameForVolumeMountPointW,GetVolumeNameForVolumeMountPointW,0 diff --git a/libc/nt/kernel32/GetVolumePathNameW.S b/libc/nt/kernel32/GetVolumePathNameW.S new file mode 100644 index 000000000..9db8c70b9 --- /dev/null +++ b/libc/nt/kernel32/GetVolumePathNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVolumePathNameW,GetVolumePathNameW,0 + +#ifdef __x86_64__ + .text.windows +GetVolumePathName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetVolumePathNameW(%rip),%rax + jmp __sysv2nt + .endfn GetVolumePathName,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetVolumePathNameW.s b/libc/nt/kernel32/GetVolumePathNameW.s deleted file mode 100644 index 13e133a76..000000000 --- a/libc/nt/kernel32/GetVolumePathNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVolumePathNameW,GetVolumePathNameW,0 - - .text.windows -GetVolumePathName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetVolumePathNameW(%rip),%rax - jmp __sysv2nt - .endfn GetVolumePathName,globl - .previous diff --git a/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.S b/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.S new file mode 100644 index 000000000..3f361fbd3 --- /dev/null +++ b/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetVolumePathNamesForVolumeNameW,GetVolumePathNamesForVolumeNameW,0 diff --git a/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.s b/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.s deleted file mode 100644 index 5fd177f3d..000000000 --- a/libc/nt/kernel32/GetVolumePathNamesForVolumeNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetVolumePathNamesForVolumeNameW,GetVolumePathNamesForVolumeNameW,0 diff --git a/libc/nt/kernel32/GetWindowsDirectoryA.S b/libc/nt/kernel32/GetWindowsDirectoryA.S new file mode 100644 index 000000000..dba2d0dc4 --- /dev/null +++ b/libc/nt/kernel32/GetWindowsDirectoryA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetWindowsDirectoryA,GetWindowsDirectoryA,0 + +#ifdef __x86_64__ + .text.windows +GetWindowsDirectoryA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindowsDirectoryA(%rip),%rax + jmp __sysv2nt + .endfn GetWindowsDirectoryA,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetWindowsDirectoryA.s b/libc/nt/kernel32/GetWindowsDirectoryA.s deleted file mode 100644 index 8f7433163..000000000 --- a/libc/nt/kernel32/GetWindowsDirectoryA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetWindowsDirectoryA,GetWindowsDirectoryA,0 - - .text.windows -GetWindowsDirectoryA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindowsDirectoryA(%rip),%rax - jmp __sysv2nt - .endfn GetWindowsDirectoryA,globl - .previous diff --git a/libc/nt/kernel32/GetWindowsDirectoryW.S b/libc/nt/kernel32/GetWindowsDirectoryW.S new file mode 100644 index 000000000..8c7cb2745 --- /dev/null +++ b/libc/nt/kernel32/GetWindowsDirectoryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetWindowsDirectoryW,GetWindowsDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +GetWindowsDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindowsDirectoryW(%rip),%rax + jmp __sysv2nt + .endfn GetWindowsDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/GetWindowsDirectoryW.s b/libc/nt/kernel32/GetWindowsDirectoryW.s deleted file mode 100644 index beef49595..000000000 --- a/libc/nt/kernel32/GetWindowsDirectoryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetWindowsDirectoryW,GetWindowsDirectoryW,0 - - .text.windows -GetWindowsDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindowsDirectoryW(%rip),%rax - jmp __sysv2nt - .endfn GetWindowsDirectory,globl - .previous diff --git a/libc/nt/kernel32/GetWriteWatch.S b/libc/nt/kernel32/GetWriteWatch.S new file mode 100644 index 000000000..50e4b07b6 --- /dev/null +++ b/libc/nt/kernel32/GetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetWriteWatch,GetWriteWatch,0 diff --git a/libc/nt/kernel32/GetWriteWatch.s b/libc/nt/kernel32/GetWriteWatch.s deleted file mode 100644 index 59d7c05cb..000000000 --- a/libc/nt/kernel32/GetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetWriteWatch,GetWriteWatch,0 diff --git a/libc/nt/kernel32/GetXStateFeaturesMask.S b/libc/nt/kernel32/GetXStateFeaturesMask.S new file mode 100644 index 000000000..2a938414c --- /dev/null +++ b/libc/nt/kernel32/GetXStateFeaturesMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GetXStateFeaturesMask,GetXStateFeaturesMask,0 diff --git a/libc/nt/kernel32/GetXStateFeaturesMask.s b/libc/nt/kernel32/GetXStateFeaturesMask.s deleted file mode 100644 index 34c8f5011..000000000 --- a/libc/nt/kernel32/GetXStateFeaturesMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GetXStateFeaturesMask,GetXStateFeaturesMask,0 diff --git a/libc/nt/kernel32/GlobalAddAtomExW.S b/libc/nt/kernel32/GlobalAddAtomExW.S new file mode 100644 index 000000000..31f34d688 --- /dev/null +++ b/libc/nt/kernel32/GlobalAddAtomExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalAddAtomExW,GlobalAddAtomExW,817 diff --git a/libc/nt/kernel32/GlobalAddAtomExW.s b/libc/nt/kernel32/GlobalAddAtomExW.s deleted file mode 100644 index e542a41d5..000000000 --- a/libc/nt/kernel32/GlobalAddAtomExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalAddAtomExW,GlobalAddAtomExW,817 diff --git a/libc/nt/kernel32/GlobalAddAtomW.S b/libc/nt/kernel32/GlobalAddAtomW.S new file mode 100644 index 000000000..a7b26b519 --- /dev/null +++ b/libc/nt/kernel32/GlobalAddAtomW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalAddAtomW,GlobalAddAtomW,818 diff --git a/libc/nt/kernel32/GlobalAddAtomW.s b/libc/nt/kernel32/GlobalAddAtomW.s deleted file mode 100644 index 0f0ad786c..000000000 --- a/libc/nt/kernel32/GlobalAddAtomW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalAddAtomW,GlobalAddAtomW,818 diff --git a/libc/nt/kernel32/GlobalAlloc.S b/libc/nt/kernel32/GlobalAlloc.S new file mode 100644 index 000000000..9435ab87c --- /dev/null +++ b/libc/nt/kernel32/GlobalAlloc.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalAlloc,GlobalAlloc,0 + +#ifdef __x86_64__ + .text.windows +GlobalAlloc: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GlobalAlloc(%rip),%rax + jmp __sysv2nt + .endfn GlobalAlloc,globl + .previous +#endif diff --git a/libc/nt/kernel32/GlobalAlloc.s b/libc/nt/kernel32/GlobalAlloc.s deleted file mode 100644 index 9333459f1..000000000 --- a/libc/nt/kernel32/GlobalAlloc.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalAlloc,GlobalAlloc,0 - - .text.windows -GlobalAlloc: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GlobalAlloc(%rip),%rax - jmp __sysv2nt - .endfn GlobalAlloc,globl - .previous diff --git a/libc/nt/kernel32/GlobalCompact.S b/libc/nt/kernel32/GlobalCompact.S new file mode 100644 index 000000000..df35e7935 --- /dev/null +++ b/libc/nt/kernel32/GlobalCompact.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalCompact,GlobalCompact,820 diff --git a/libc/nt/kernel32/GlobalCompact.s b/libc/nt/kernel32/GlobalCompact.s deleted file mode 100644 index 887745512..000000000 --- a/libc/nt/kernel32/GlobalCompact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalCompact,GlobalCompact,820 diff --git a/libc/nt/kernel32/GlobalDeleteAtom.S b/libc/nt/kernel32/GlobalDeleteAtom.S new file mode 100644 index 000000000..f7b3824ff --- /dev/null +++ b/libc/nt/kernel32/GlobalDeleteAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalDeleteAtom,GlobalDeleteAtom,821 diff --git a/libc/nt/kernel32/GlobalDeleteAtom.s b/libc/nt/kernel32/GlobalDeleteAtom.s deleted file mode 100644 index c1e01cc85..000000000 --- a/libc/nt/kernel32/GlobalDeleteAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalDeleteAtom,GlobalDeleteAtom,821 diff --git a/libc/nt/kernel32/GlobalFindAtomW.S b/libc/nt/kernel32/GlobalFindAtomW.S new file mode 100644 index 000000000..b590a0245 --- /dev/null +++ b/libc/nt/kernel32/GlobalFindAtomW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalFindAtomW,GlobalFindAtomW,823 diff --git a/libc/nt/kernel32/GlobalFindAtomW.s b/libc/nt/kernel32/GlobalFindAtomW.s deleted file mode 100644 index 7afed3bfe..000000000 --- a/libc/nt/kernel32/GlobalFindAtomW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalFindAtomW,GlobalFindAtomW,823 diff --git a/libc/nt/kernel32/GlobalFix.S b/libc/nt/kernel32/GlobalFix.S new file mode 100644 index 000000000..f99040a79 --- /dev/null +++ b/libc/nt/kernel32/GlobalFix.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalFix,GlobalFix,824 diff --git a/libc/nt/kernel32/GlobalFix.s b/libc/nt/kernel32/GlobalFix.s deleted file mode 100644 index e3a84b25e..000000000 --- a/libc/nt/kernel32/GlobalFix.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalFix,GlobalFix,824 diff --git a/libc/nt/kernel32/GlobalFlags.S b/libc/nt/kernel32/GlobalFlags.S new file mode 100644 index 000000000..0a8597087 --- /dev/null +++ b/libc/nt/kernel32/GlobalFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalFlags,GlobalFlags,825 diff --git a/libc/nt/kernel32/GlobalFlags.s b/libc/nt/kernel32/GlobalFlags.s deleted file mode 100644 index 0498af67f..000000000 --- a/libc/nt/kernel32/GlobalFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalFlags,GlobalFlags,825 diff --git a/libc/nt/kernel32/GlobalFree.S b/libc/nt/kernel32/GlobalFree.S new file mode 100644 index 000000000..fd05c0eb8 --- /dev/null +++ b/libc/nt/kernel32/GlobalFree.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalFree,GlobalFree,0 + +#ifdef __x86_64__ + .text.windows +GlobalFree: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GlobalFree(%rip) + leave + ret + .endfn GlobalFree,globl + .previous +#endif diff --git a/libc/nt/kernel32/GlobalFree.s b/libc/nt/kernel32/GlobalFree.s deleted file mode 100644 index ef35d98f4..000000000 --- a/libc/nt/kernel32/GlobalFree.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalFree,GlobalFree,0 - - .text.windows -GlobalFree: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GlobalFree(%rip) - leave - ret - .endfn GlobalFree,globl - .previous diff --git a/libc/nt/kernel32/GlobalGetAtomNameW.S b/libc/nt/kernel32/GlobalGetAtomNameW.S new file mode 100644 index 000000000..3b97df5e3 --- /dev/null +++ b/libc/nt/kernel32/GlobalGetAtomNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalGetAtomNameW,GlobalGetAtomNameW,828 diff --git a/libc/nt/kernel32/GlobalGetAtomNameW.s b/libc/nt/kernel32/GlobalGetAtomNameW.s deleted file mode 100644 index 068d20180..000000000 --- a/libc/nt/kernel32/GlobalGetAtomNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalGetAtomNameW,GlobalGetAtomNameW,828 diff --git a/libc/nt/kernel32/GlobalHandle.S b/libc/nt/kernel32/GlobalHandle.S new file mode 100644 index 000000000..1763ed9ba --- /dev/null +++ b/libc/nt/kernel32/GlobalHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalHandle,GlobalHandle,829 diff --git a/libc/nt/kernel32/GlobalHandle.s b/libc/nt/kernel32/GlobalHandle.s deleted file mode 100644 index bb20f3096..000000000 --- a/libc/nt/kernel32/GlobalHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalHandle,GlobalHandle,829 diff --git a/libc/nt/kernel32/GlobalLock.S b/libc/nt/kernel32/GlobalLock.S new file mode 100644 index 000000000..0e97d7254 --- /dev/null +++ b/libc/nt/kernel32/GlobalLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalLock,GlobalLock,830 diff --git a/libc/nt/kernel32/GlobalLock.s b/libc/nt/kernel32/GlobalLock.s deleted file mode 100644 index c7091cb17..000000000 --- a/libc/nt/kernel32/GlobalLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalLock,GlobalLock,830 diff --git a/libc/nt/kernel32/GlobalMemoryStatus.S b/libc/nt/kernel32/GlobalMemoryStatus.S new file mode 100644 index 000000000..0245ecedb --- /dev/null +++ b/libc/nt/kernel32/GlobalMemoryStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalMemoryStatus,GlobalMemoryStatus,831 diff --git a/libc/nt/kernel32/GlobalMemoryStatus.s b/libc/nt/kernel32/GlobalMemoryStatus.s deleted file mode 100644 index 38760f312..000000000 --- a/libc/nt/kernel32/GlobalMemoryStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalMemoryStatus,GlobalMemoryStatus,831 diff --git a/libc/nt/kernel32/GlobalMemoryStatusEx.S b/libc/nt/kernel32/GlobalMemoryStatusEx.S new file mode 100644 index 000000000..696a88539 --- /dev/null +++ b/libc/nt/kernel32/GlobalMemoryStatusEx.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalMemoryStatusEx,GlobalMemoryStatusEx,0 + +#ifdef __x86_64__ + .text.windows +GlobalMemoryStatusEx: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GlobalMemoryStatusEx(%rip) + leave + ret + .endfn GlobalMemoryStatusEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/GlobalMemoryStatusEx.s b/libc/nt/kernel32/GlobalMemoryStatusEx.s deleted file mode 100644 index ba9713dc3..000000000 --- a/libc/nt/kernel32/GlobalMemoryStatusEx.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalMemoryStatusEx,GlobalMemoryStatusEx,0 - - .text.windows -GlobalMemoryStatusEx: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GlobalMemoryStatusEx(%rip) - leave - ret - .endfn GlobalMemoryStatusEx,globl - .previous diff --git a/libc/nt/kernel32/GlobalReAlloc.S b/libc/nt/kernel32/GlobalReAlloc.S new file mode 100644 index 000000000..3bed67639 --- /dev/null +++ b/libc/nt/kernel32/GlobalReAlloc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalReAlloc,GlobalReAlloc,833 diff --git a/libc/nt/kernel32/GlobalReAlloc.s b/libc/nt/kernel32/GlobalReAlloc.s deleted file mode 100644 index 5a2fe1537..000000000 --- a/libc/nt/kernel32/GlobalReAlloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalReAlloc,GlobalReAlloc,833 diff --git a/libc/nt/kernel32/GlobalSize.S b/libc/nt/kernel32/GlobalSize.S new file mode 100644 index 000000000..c8778bada --- /dev/null +++ b/libc/nt/kernel32/GlobalSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalSize,GlobalSize,834 diff --git a/libc/nt/kernel32/GlobalSize.s b/libc/nt/kernel32/GlobalSize.s deleted file mode 100644 index 3b5b58f0f..000000000 --- a/libc/nt/kernel32/GlobalSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalSize,GlobalSize,834 diff --git a/libc/nt/kernel32/GlobalUnWire.S b/libc/nt/kernel32/GlobalUnWire.S new file mode 100644 index 000000000..eea801044 --- /dev/null +++ b/libc/nt/kernel32/GlobalUnWire.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalUnWire,GlobalUnWire,835 diff --git a/libc/nt/kernel32/GlobalUnWire.s b/libc/nt/kernel32/GlobalUnWire.s deleted file mode 100644 index 5b0e8bf8b..000000000 --- a/libc/nt/kernel32/GlobalUnWire.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalUnWire,GlobalUnWire,835 diff --git a/libc/nt/kernel32/GlobalUnfix.S b/libc/nt/kernel32/GlobalUnfix.S new file mode 100644 index 000000000..05be20856 --- /dev/null +++ b/libc/nt/kernel32/GlobalUnfix.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalUnfix,GlobalUnfix,836 diff --git a/libc/nt/kernel32/GlobalUnfix.s b/libc/nt/kernel32/GlobalUnfix.s deleted file mode 100644 index c843dae4d..000000000 --- a/libc/nt/kernel32/GlobalUnfix.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalUnfix,GlobalUnfix,836 diff --git a/libc/nt/kernel32/GlobalUnlock.S b/libc/nt/kernel32/GlobalUnlock.S new file mode 100644 index 000000000..a2fda589d --- /dev/null +++ b/libc/nt/kernel32/GlobalUnlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalUnlock,GlobalUnlock,837 diff --git a/libc/nt/kernel32/GlobalUnlock.s b/libc/nt/kernel32/GlobalUnlock.s deleted file mode 100644 index 876ec86cf..000000000 --- a/libc/nt/kernel32/GlobalUnlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalUnlock,GlobalUnlock,837 diff --git a/libc/nt/kernel32/GlobalWire.S b/libc/nt/kernel32/GlobalWire.S new file mode 100644 index 000000000..9197bc438 --- /dev/null +++ b/libc/nt/kernel32/GlobalWire.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_GlobalWire,GlobalWire,838 diff --git a/libc/nt/kernel32/GlobalWire.s b/libc/nt/kernel32/GlobalWire.s deleted file mode 100644 index e72806b3d..000000000 --- a/libc/nt/kernel32/GlobalWire.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_GlobalWire,GlobalWire,838 diff --git a/libc/nt/kernel32/Heap32First.S b/libc/nt/kernel32/Heap32First.S new file mode 100644 index 000000000..fe7d9c4dc --- /dev/null +++ b/libc/nt/kernel32/Heap32First.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Heap32First,Heap32First,839 diff --git a/libc/nt/kernel32/Heap32First.s b/libc/nt/kernel32/Heap32First.s deleted file mode 100644 index a7c6486a9..000000000 --- a/libc/nt/kernel32/Heap32First.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Heap32First,Heap32First,839 diff --git a/libc/nt/kernel32/Heap32ListFirst.S b/libc/nt/kernel32/Heap32ListFirst.S new file mode 100644 index 000000000..404458b7e --- /dev/null +++ b/libc/nt/kernel32/Heap32ListFirst.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Heap32ListFirst,Heap32ListFirst,840 diff --git a/libc/nt/kernel32/Heap32ListFirst.s b/libc/nt/kernel32/Heap32ListFirst.s deleted file mode 100644 index 6fe106b76..000000000 --- a/libc/nt/kernel32/Heap32ListFirst.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Heap32ListFirst,Heap32ListFirst,840 diff --git a/libc/nt/kernel32/Heap32ListNext.S b/libc/nt/kernel32/Heap32ListNext.S new file mode 100644 index 000000000..0ec48df70 --- /dev/null +++ b/libc/nt/kernel32/Heap32ListNext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Heap32ListNext,Heap32ListNext,841 diff --git a/libc/nt/kernel32/Heap32ListNext.s b/libc/nt/kernel32/Heap32ListNext.s deleted file mode 100644 index 3f06b9d53..000000000 --- a/libc/nt/kernel32/Heap32ListNext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Heap32ListNext,Heap32ListNext,841 diff --git a/libc/nt/kernel32/Heap32Next.S b/libc/nt/kernel32/Heap32Next.S new file mode 100644 index 000000000..3b5304557 --- /dev/null +++ b/libc/nt/kernel32/Heap32Next.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Heap32Next,Heap32Next,842 diff --git a/libc/nt/kernel32/Heap32Next.s b/libc/nt/kernel32/Heap32Next.s deleted file mode 100644 index 406c6234e..000000000 --- a/libc/nt/kernel32/Heap32Next.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Heap32Next,Heap32Next,842 diff --git a/libc/nt/kernel32/HeapAlloc.S b/libc/nt/kernel32/HeapAlloc.S new file mode 100644 index 000000000..4cabcc80a --- /dev/null +++ b/libc/nt/kernel32/HeapAlloc.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapAlloc,HeapAlloc,0 + +#ifdef __x86_64__ + .text.windows +HeapAlloc: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_HeapAlloc(%rip),%rax + jmp __sysv2nt + .endfn HeapAlloc,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapAlloc.s b/libc/nt/kernel32/HeapAlloc.s deleted file mode 100644 index 5d71b53ba..000000000 --- a/libc/nt/kernel32/HeapAlloc.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapAlloc,HeapAlloc,0 - - .text.windows -HeapAlloc: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_HeapAlloc(%rip),%rax - jmp __sysv2nt - .endfn HeapAlloc,globl - .previous diff --git a/libc/nt/kernel32/HeapCompact.S b/libc/nt/kernel32/HeapCompact.S new file mode 100644 index 000000000..54951dd3c --- /dev/null +++ b/libc/nt/kernel32/HeapCompact.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapCompact,HeapCompact,0 + +#ifdef __x86_64__ + .text.windows +HeapCompact: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_HeapCompact(%rip),%rax + jmp __sysv2nt + .endfn HeapCompact,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapCompact.s b/libc/nt/kernel32/HeapCompact.s deleted file mode 100644 index b557f6886..000000000 --- a/libc/nt/kernel32/HeapCompact.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapCompact,HeapCompact,0 - - .text.windows -HeapCompact: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_HeapCompact(%rip),%rax - jmp __sysv2nt - .endfn HeapCompact,globl - .previous diff --git a/libc/nt/kernel32/HeapCreate.S b/libc/nt/kernel32/HeapCreate.S new file mode 100644 index 000000000..787932f80 --- /dev/null +++ b/libc/nt/kernel32/HeapCreate.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapCreate,HeapCreate,0 + +#ifdef __x86_64__ + .text.windows +HeapCreate: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_HeapCreate(%rip),%rax + jmp __sysv2nt + .endfn HeapCreate,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapCreate.s b/libc/nt/kernel32/HeapCreate.s deleted file mode 100644 index cbdfff932..000000000 --- a/libc/nt/kernel32/HeapCreate.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapCreate,HeapCreate,0 - - .text.windows -HeapCreate: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_HeapCreate(%rip),%rax - jmp __sysv2nt - .endfn HeapCreate,globl - .previous diff --git a/libc/nt/kernel32/HeapDestroy.S b/libc/nt/kernel32/HeapDestroy.S new file mode 100644 index 000000000..a426ebf77 --- /dev/null +++ b/libc/nt/kernel32/HeapDestroy.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapDestroy,HeapDestroy,0 + +#ifdef __x86_64__ + .text.windows +HeapDestroy: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_HeapDestroy(%rip) + leave + ret + .endfn HeapDestroy,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapDestroy.s b/libc/nt/kernel32/HeapDestroy.s deleted file mode 100644 index 9cf8b76f4..000000000 --- a/libc/nt/kernel32/HeapDestroy.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapDestroy,HeapDestroy,0 - - .text.windows -HeapDestroy: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_HeapDestroy(%rip) - leave - ret - .endfn HeapDestroy,globl - .previous diff --git a/libc/nt/kernel32/HeapFree.S b/libc/nt/kernel32/HeapFree.S new file mode 100644 index 000000000..2349fc26f --- /dev/null +++ b/libc/nt/kernel32/HeapFree.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapFree,HeapFree,847 + +#ifdef __x86_64__ + .text.windows +HeapFree: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_HeapFree(%rip),%rax + jmp __sysv2nt + .endfn HeapFree,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapFree.s b/libc/nt/kernel32/HeapFree.s deleted file mode 100644 index e7bf59084..000000000 --- a/libc/nt/kernel32/HeapFree.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapFree,HeapFree,847 - - .text.windows -HeapFree: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_HeapFree(%rip),%rax - jmp __sysv2nt - .endfn HeapFree,globl - .previous diff --git a/libc/nt/kernel32/HeapLock.S b/libc/nt/kernel32/HeapLock.S new file mode 100644 index 000000000..e37c233d8 --- /dev/null +++ b/libc/nt/kernel32/HeapLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapLock,HeapLock,0 diff --git a/libc/nt/kernel32/HeapLock.s b/libc/nt/kernel32/HeapLock.s deleted file mode 100644 index 9808c2f8a..000000000 --- a/libc/nt/kernel32/HeapLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapLock,HeapLock,0 diff --git a/libc/nt/kernel32/HeapQueryInformation.S b/libc/nt/kernel32/HeapQueryInformation.S new file mode 100644 index 000000000..c27cdf14a --- /dev/null +++ b/libc/nt/kernel32/HeapQueryInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapQueryInformation,HeapQueryInformation,0 diff --git a/libc/nt/kernel32/HeapQueryInformation.s b/libc/nt/kernel32/HeapQueryInformation.s deleted file mode 100644 index 5567f6475..000000000 --- a/libc/nt/kernel32/HeapQueryInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapQueryInformation,HeapQueryInformation,0 diff --git a/libc/nt/kernel32/HeapReAlloc.S b/libc/nt/kernel32/HeapReAlloc.S new file mode 100644 index 000000000..ca7dd1cec --- /dev/null +++ b/libc/nt/kernel32/HeapReAlloc.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapReAlloc,HeapReAlloc,0 + +#ifdef __x86_64__ + .text.windows +HeapReAlloc: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_HeapReAlloc(%rip),%rax + jmp __sysv2nt + .endfn HeapReAlloc,globl + .previous +#endif diff --git a/libc/nt/kernel32/HeapReAlloc.s b/libc/nt/kernel32/HeapReAlloc.s deleted file mode 100644 index f775d27b0..000000000 --- a/libc/nt/kernel32/HeapReAlloc.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapReAlloc,HeapReAlloc,0 - - .text.windows -HeapReAlloc: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_HeapReAlloc(%rip),%rax - jmp __sysv2nt - .endfn HeapReAlloc,globl - .previous diff --git a/libc/nt/kernel32/HeapSetInformation.S b/libc/nt/kernel32/HeapSetInformation.S new file mode 100644 index 000000000..c0e8dbb97 --- /dev/null +++ b/libc/nt/kernel32/HeapSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapSetInformation,HeapSetInformation,0 diff --git a/libc/nt/kernel32/HeapSetInformation.s b/libc/nt/kernel32/HeapSetInformation.s deleted file mode 100644 index deeb965f4..000000000 --- a/libc/nt/kernel32/HeapSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapSetInformation,HeapSetInformation,0 diff --git a/libc/nt/kernel32/HeapUnlock.S b/libc/nt/kernel32/HeapUnlock.S new file mode 100644 index 000000000..b21ee88d8 --- /dev/null +++ b/libc/nt/kernel32/HeapUnlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapUnlock,HeapUnlock,0 diff --git a/libc/nt/kernel32/HeapUnlock.s b/libc/nt/kernel32/HeapUnlock.s deleted file mode 100644 index b11f2722a..000000000 --- a/libc/nt/kernel32/HeapUnlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapUnlock,HeapUnlock,0 diff --git a/libc/nt/kernel32/HeapValidate.S b/libc/nt/kernel32/HeapValidate.S new file mode 100644 index 000000000..661e31c19 --- /dev/null +++ b/libc/nt/kernel32/HeapValidate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapValidate,HeapValidate,0 diff --git a/libc/nt/kernel32/HeapValidate.s b/libc/nt/kernel32/HeapValidate.s deleted file mode 100644 index c93cf7221..000000000 --- a/libc/nt/kernel32/HeapValidate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapValidate,HeapValidate,0 diff --git a/libc/nt/kernel32/HeapWalk.S b/libc/nt/kernel32/HeapWalk.S new file mode 100644 index 000000000..b2f1ebd09 --- /dev/null +++ b/libc/nt/kernel32/HeapWalk.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_HeapWalk,HeapWalk,0 diff --git a/libc/nt/kernel32/HeapWalk.s b/libc/nt/kernel32/HeapWalk.s deleted file mode 100644 index 98d349b0f..000000000 --- a/libc/nt/kernel32/HeapWalk.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_HeapWalk,HeapWalk,0 diff --git a/libc/nt/kernel32/IdnToAscii.S b/libc/nt/kernel32/IdnToAscii.S new file mode 100644 index 000000000..c74d45fae --- /dev/null +++ b/libc/nt/kernel32/IdnToAscii.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IdnToAscii,IdnToAscii,0 diff --git a/libc/nt/kernel32/IdnToAscii.s b/libc/nt/kernel32/IdnToAscii.s deleted file mode 100644 index 01b0338db..000000000 --- a/libc/nt/kernel32/IdnToAscii.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IdnToAscii,IdnToAscii,0 diff --git a/libc/nt/kernel32/IdnToNameprepUnicode.S b/libc/nt/kernel32/IdnToNameprepUnicode.S new file mode 100644 index 000000000..f906e16bd --- /dev/null +++ b/libc/nt/kernel32/IdnToNameprepUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IdnToNameprepUnicode,IdnToNameprepUnicode,0 diff --git a/libc/nt/kernel32/IdnToNameprepUnicode.s b/libc/nt/kernel32/IdnToNameprepUnicode.s deleted file mode 100644 index 3cb3b91f3..000000000 --- a/libc/nt/kernel32/IdnToNameprepUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IdnToNameprepUnicode,IdnToNameprepUnicode,0 diff --git a/libc/nt/kernel32/IdnToUnicode.S b/libc/nt/kernel32/IdnToUnicode.S new file mode 100644 index 000000000..f6e39f15a --- /dev/null +++ b/libc/nt/kernel32/IdnToUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IdnToUnicode,IdnToUnicode,0 diff --git a/libc/nt/kernel32/IdnToUnicode.s b/libc/nt/kernel32/IdnToUnicode.s deleted file mode 100644 index 918f9aaaf..000000000 --- a/libc/nt/kernel32/IdnToUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IdnToUnicode,IdnToUnicode,0 diff --git a/libc/nt/kernel32/InitAtomTable.S b/libc/nt/kernel32/InitAtomTable.S new file mode 100644 index 000000000..6cf3362f6 --- /dev/null +++ b/libc/nt/kernel32/InitAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitAtomTable,InitAtomTable,860 diff --git a/libc/nt/kernel32/InitAtomTable.s b/libc/nt/kernel32/InitAtomTable.s deleted file mode 100644 index e5c88d855..000000000 --- a/libc/nt/kernel32/InitAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitAtomTable,InitAtomTable,860 diff --git a/libc/nt/kernel32/InitOnceBeginInitialize.S b/libc/nt/kernel32/InitOnceBeginInitialize.S new file mode 100644 index 000000000..957012f4a --- /dev/null +++ b/libc/nt/kernel32/InitOnceBeginInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitOnceBeginInitialize,InitOnceBeginInitialize,0 diff --git a/libc/nt/kernel32/InitOnceBeginInitialize.s b/libc/nt/kernel32/InitOnceBeginInitialize.s deleted file mode 100644 index 814c1d6b8..000000000 --- a/libc/nt/kernel32/InitOnceBeginInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitOnceBeginInitialize,InitOnceBeginInitialize,0 diff --git a/libc/nt/kernel32/InitOnceComplete.S b/libc/nt/kernel32/InitOnceComplete.S new file mode 100644 index 000000000..9c3a2370e --- /dev/null +++ b/libc/nt/kernel32/InitOnceComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitOnceComplete,InitOnceComplete,0 diff --git a/libc/nt/kernel32/InitOnceComplete.s b/libc/nt/kernel32/InitOnceComplete.s deleted file mode 100644 index a01b5c341..000000000 --- a/libc/nt/kernel32/InitOnceComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitOnceComplete,InitOnceComplete,0 diff --git a/libc/nt/kernel32/InitOnceExecuteOnce.S b/libc/nt/kernel32/InitOnceExecuteOnce.S new file mode 100644 index 000000000..c385752fc --- /dev/null +++ b/libc/nt/kernel32/InitOnceExecuteOnce.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitOnceExecuteOnce,InitOnceExecuteOnce,0 diff --git a/libc/nt/kernel32/InitOnceExecuteOnce.s b/libc/nt/kernel32/InitOnceExecuteOnce.s deleted file mode 100644 index c865a7da9..000000000 --- a/libc/nt/kernel32/InitOnceExecuteOnce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitOnceExecuteOnce,InitOnceExecuteOnce,0 diff --git a/libc/nt/kernel32/InitializeContext.S b/libc/nt/kernel32/InitializeContext.S new file mode 100644 index 000000000..06167e1ee --- /dev/null +++ b/libc/nt/kernel32/InitializeContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeContext,InitializeContext,0 diff --git a/libc/nt/kernel32/InitializeContext.s b/libc/nt/kernel32/InitializeContext.s deleted file mode 100644 index 0fa57bbc0..000000000 --- a/libc/nt/kernel32/InitializeContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeContext,InitializeContext,0 diff --git a/libc/nt/kernel32/InitializeCriticalSection.S b/libc/nt/kernel32/InitializeCriticalSection.S new file mode 100644 index 000000000..219803bcc --- /dev/null +++ b/libc/nt/kernel32/InitializeCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeCriticalSection,InitializeCriticalSection,0 + +#ifdef __x86_64__ + .text.windows +InitializeCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_InitializeCriticalSection(%rip) + leave + ret + .endfn InitializeCriticalSection,globl + .previous +#endif diff --git a/libc/nt/kernel32/InitializeCriticalSection.s b/libc/nt/kernel32/InitializeCriticalSection.s deleted file mode 100644 index 25d2048a8..000000000 --- a/libc/nt/kernel32/InitializeCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeCriticalSection,InitializeCriticalSection,0 - - .text.windows -InitializeCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_InitializeCriticalSection(%rip) - leave - ret - .endfn InitializeCriticalSection,globl - .previous diff --git a/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.S b/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.S new file mode 100644 index 000000000..b1e55e0e6 --- /dev/null +++ b/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeCriticalSectionAndSpinCount,InitializeCriticalSectionAndSpinCount,0 + +#ifdef __x86_64__ + .text.windows +InitializeCriticalSectionAndSpinCount: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_InitializeCriticalSectionAndSpinCount(%rip),%rax + jmp __sysv2nt + .endfn InitializeCriticalSectionAndSpinCount,globl + .previous +#endif diff --git a/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.s b/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.s deleted file mode 100644 index 5f4394396..000000000 --- a/libc/nt/kernel32/InitializeCriticalSectionAndSpinCount.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeCriticalSectionAndSpinCount,InitializeCriticalSectionAndSpinCount,0 - - .text.windows -InitializeCriticalSectionAndSpinCount: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_InitializeCriticalSectionAndSpinCount(%rip),%rax - jmp __sysv2nt - .endfn InitializeCriticalSectionAndSpinCount,globl - .previous diff --git a/libc/nt/kernel32/InitializeCriticalSectionEx.S b/libc/nt/kernel32/InitializeCriticalSectionEx.S new file mode 100644 index 000000000..94e50caf3 --- /dev/null +++ b/libc/nt/kernel32/InitializeCriticalSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeCriticalSectionEx,InitializeCriticalSectionEx,0 diff --git a/libc/nt/kernel32/InitializeCriticalSectionEx.s b/libc/nt/kernel32/InitializeCriticalSectionEx.s deleted file mode 100644 index b7a05e9d6..000000000 --- a/libc/nt/kernel32/InitializeCriticalSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeCriticalSectionEx,InitializeCriticalSectionEx,0 diff --git a/libc/nt/kernel32/InitializeProcThreadAttributeList.S b/libc/nt/kernel32/InitializeProcThreadAttributeList.S new file mode 100644 index 000000000..896f00c33 --- /dev/null +++ b/libc/nt/kernel32/InitializeProcThreadAttributeList.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeProcThreadAttributeList,InitializeProcThreadAttributeList,0 + +#ifdef __x86_64__ + .text.windows +InitializeProcThreadAttributeList: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_InitializeProcThreadAttributeList(%rip),%rax + jmp __sysv2nt + .endfn InitializeProcThreadAttributeList,globl + .previous +#endif diff --git a/libc/nt/kernel32/InitializeProcThreadAttributeList.s b/libc/nt/kernel32/InitializeProcThreadAttributeList.s deleted file mode 100644 index 794244620..000000000 --- a/libc/nt/kernel32/InitializeProcThreadAttributeList.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeProcThreadAttributeList,InitializeProcThreadAttributeList,0 - - .text.windows -InitializeProcThreadAttributeList: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_InitializeProcThreadAttributeList(%rip),%rax - jmp __sysv2nt - .endfn InitializeProcThreadAttributeList,globl - .previous diff --git a/libc/nt/kernel32/InitializeSRWLock.S b/libc/nt/kernel32/InitializeSRWLock.S new file mode 100644 index 000000000..e80c2aba7 --- /dev/null +++ b/libc/nt/kernel32/InitializeSRWLock.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeSRWLock,InitializeSRWLock,0 + +#ifdef __x86_64__ + .text.windows +InitializeSRWLock: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_InitializeSRWLock(%rip) + leave + ret + .endfn InitializeSRWLock,globl + .previous +#endif diff --git a/libc/nt/kernel32/InitializeSRWLock.s b/libc/nt/kernel32/InitializeSRWLock.s deleted file mode 100644 index 3c742d850..000000000 --- a/libc/nt/kernel32/InitializeSRWLock.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeSRWLock,InitializeSRWLock,0 - - .text.windows -InitializeSRWLock: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_InitializeSRWLock(%rip) - leave - ret - .endfn InitializeSRWLock,globl - .previous diff --git a/libc/nt/kernel32/InitializeSynchronizationBarrier.S b/libc/nt/kernel32/InitializeSynchronizationBarrier.S new file mode 100644 index 000000000..60948de37 --- /dev/null +++ b/libc/nt/kernel32/InitializeSynchronizationBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InitializeSynchronizationBarrier,InitializeSynchronizationBarrier,0 diff --git a/libc/nt/kernel32/InitializeSynchronizationBarrier.s b/libc/nt/kernel32/InitializeSynchronizationBarrier.s deleted file mode 100644 index 62f6e32b2..000000000 --- a/libc/nt/kernel32/InitializeSynchronizationBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InitializeSynchronizationBarrier,InitializeSynchronizationBarrier,0 diff --git a/libc/nt/kernel32/InstallELAMCertificateInfo.S b/libc/nt/kernel32/InstallELAMCertificateInfo.S new file mode 100644 index 000000000..fe7f59420 --- /dev/null +++ b/libc/nt/kernel32/InstallELAMCertificateInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InstallELAMCertificateInfo,InstallELAMCertificateInfo,0 diff --git a/libc/nt/kernel32/InstallELAMCertificateInfo.s b/libc/nt/kernel32/InstallELAMCertificateInfo.s deleted file mode 100644 index 4682f2edd..000000000 --- a/libc/nt/kernel32/InstallELAMCertificateInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InstallELAMCertificateInfo,InstallELAMCertificateInfo,0 diff --git a/libc/nt/kernel32/InvalidateConsoleDIBits.S b/libc/nt/kernel32/InvalidateConsoleDIBits.S new file mode 100644 index 000000000..0eb164a11 --- /dev/null +++ b/libc/nt/kernel32/InvalidateConsoleDIBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_InvalidateConsoleDIBits,InvalidateConsoleDIBits,881 diff --git a/libc/nt/kernel32/InvalidateConsoleDIBits.s b/libc/nt/kernel32/InvalidateConsoleDIBits.s deleted file mode 100644 index 9105d31ae..000000000 --- a/libc/nt/kernel32/InvalidateConsoleDIBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_InvalidateConsoleDIBits,InvalidateConsoleDIBits,881 diff --git a/libc/nt/kernel32/IsBadCodePtr.S b/libc/nt/kernel32/IsBadCodePtr.S new file mode 100644 index 000000000..60a7680e9 --- /dev/null +++ b/libc/nt/kernel32/IsBadCodePtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadCodePtr,IsBadCodePtr,882 diff --git a/libc/nt/kernel32/IsBadCodePtr.s b/libc/nt/kernel32/IsBadCodePtr.s deleted file mode 100644 index 0ab794f5b..000000000 --- a/libc/nt/kernel32/IsBadCodePtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadCodePtr,IsBadCodePtr,882 diff --git a/libc/nt/kernel32/IsBadHugeReadPtr.S b/libc/nt/kernel32/IsBadHugeReadPtr.S new file mode 100644 index 000000000..5c0c5326b --- /dev/null +++ b/libc/nt/kernel32/IsBadHugeReadPtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadHugeReadPtr,IsBadHugeReadPtr,883 diff --git a/libc/nt/kernel32/IsBadHugeReadPtr.s b/libc/nt/kernel32/IsBadHugeReadPtr.s deleted file mode 100644 index 368f26414..000000000 --- a/libc/nt/kernel32/IsBadHugeReadPtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadHugeReadPtr,IsBadHugeReadPtr,883 diff --git a/libc/nt/kernel32/IsBadHugeWritePtr.S b/libc/nt/kernel32/IsBadHugeWritePtr.S new file mode 100644 index 000000000..05a512f01 --- /dev/null +++ b/libc/nt/kernel32/IsBadHugeWritePtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadHugeWritePtr,IsBadHugeWritePtr,884 diff --git a/libc/nt/kernel32/IsBadHugeWritePtr.s b/libc/nt/kernel32/IsBadHugeWritePtr.s deleted file mode 100644 index 89eee7747..000000000 --- a/libc/nt/kernel32/IsBadHugeWritePtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadHugeWritePtr,IsBadHugeWritePtr,884 diff --git a/libc/nt/kernel32/IsBadReadPtr.S b/libc/nt/kernel32/IsBadReadPtr.S new file mode 100644 index 000000000..ad5a7ac5a --- /dev/null +++ b/libc/nt/kernel32/IsBadReadPtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadReadPtr,IsBadReadPtr,885 diff --git a/libc/nt/kernel32/IsBadReadPtr.s b/libc/nt/kernel32/IsBadReadPtr.s deleted file mode 100644 index 70ea6e8dc..000000000 --- a/libc/nt/kernel32/IsBadReadPtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadReadPtr,IsBadReadPtr,885 diff --git a/libc/nt/kernel32/IsBadStringPtrW.S b/libc/nt/kernel32/IsBadStringPtrW.S new file mode 100644 index 000000000..f02dee2cf --- /dev/null +++ b/libc/nt/kernel32/IsBadStringPtrW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadStringPtrW,IsBadStringPtrW,887 diff --git a/libc/nt/kernel32/IsBadStringPtrW.s b/libc/nt/kernel32/IsBadStringPtrW.s deleted file mode 100644 index 745b3a24e..000000000 --- a/libc/nt/kernel32/IsBadStringPtrW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadStringPtrW,IsBadStringPtrW,887 diff --git a/libc/nt/kernel32/IsBadWritePtr.S b/libc/nt/kernel32/IsBadWritePtr.S new file mode 100644 index 000000000..701065008 --- /dev/null +++ b/libc/nt/kernel32/IsBadWritePtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsBadWritePtr,IsBadWritePtr,888 diff --git a/libc/nt/kernel32/IsBadWritePtr.s b/libc/nt/kernel32/IsBadWritePtr.s deleted file mode 100644 index b85d54062..000000000 --- a/libc/nt/kernel32/IsBadWritePtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsBadWritePtr,IsBadWritePtr,888 diff --git a/libc/nt/kernel32/IsCalendarLeapDay.S b/libc/nt/kernel32/IsCalendarLeapDay.S new file mode 100644 index 000000000..d171f70f2 --- /dev/null +++ b/libc/nt/kernel32/IsCalendarLeapDay.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsCalendarLeapDay,IsCalendarLeapDay,889 diff --git a/libc/nt/kernel32/IsCalendarLeapDay.s b/libc/nt/kernel32/IsCalendarLeapDay.s deleted file mode 100644 index 504c4741a..000000000 --- a/libc/nt/kernel32/IsCalendarLeapDay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsCalendarLeapDay,IsCalendarLeapDay,889 diff --git a/libc/nt/kernel32/IsCalendarLeapMonth.S b/libc/nt/kernel32/IsCalendarLeapMonth.S new file mode 100644 index 000000000..52de6df63 --- /dev/null +++ b/libc/nt/kernel32/IsCalendarLeapMonth.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsCalendarLeapMonth,IsCalendarLeapMonth,890 diff --git a/libc/nt/kernel32/IsCalendarLeapMonth.s b/libc/nt/kernel32/IsCalendarLeapMonth.s deleted file mode 100644 index 190408696..000000000 --- a/libc/nt/kernel32/IsCalendarLeapMonth.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsCalendarLeapMonth,IsCalendarLeapMonth,890 diff --git a/libc/nt/kernel32/IsCalendarLeapYear.S b/libc/nt/kernel32/IsCalendarLeapYear.S new file mode 100644 index 000000000..54a3b5106 --- /dev/null +++ b/libc/nt/kernel32/IsCalendarLeapYear.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsCalendarLeapYear,IsCalendarLeapYear,891 diff --git a/libc/nt/kernel32/IsCalendarLeapYear.s b/libc/nt/kernel32/IsCalendarLeapYear.s deleted file mode 100644 index 77dbea8ae..000000000 --- a/libc/nt/kernel32/IsCalendarLeapYear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsCalendarLeapYear,IsCalendarLeapYear,891 diff --git a/libc/nt/kernel32/IsDBCSLeadByte.S b/libc/nt/kernel32/IsDBCSLeadByte.S new file mode 100644 index 000000000..e25201f3a --- /dev/null +++ b/libc/nt/kernel32/IsDBCSLeadByte.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsDBCSLeadByte,IsDBCSLeadByte,0 diff --git a/libc/nt/kernel32/IsDBCSLeadByte.s b/libc/nt/kernel32/IsDBCSLeadByte.s deleted file mode 100644 index fd95c986d..000000000 --- a/libc/nt/kernel32/IsDBCSLeadByte.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsDBCSLeadByte,IsDBCSLeadByte,0 diff --git a/libc/nt/kernel32/IsDBCSLeadByteEx.S b/libc/nt/kernel32/IsDBCSLeadByteEx.S new file mode 100644 index 000000000..683686a94 --- /dev/null +++ b/libc/nt/kernel32/IsDBCSLeadByteEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsDBCSLeadByteEx,IsDBCSLeadByteEx,0 diff --git a/libc/nt/kernel32/IsDBCSLeadByteEx.s b/libc/nt/kernel32/IsDBCSLeadByteEx.s deleted file mode 100644 index 829e602c7..000000000 --- a/libc/nt/kernel32/IsDBCSLeadByteEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsDBCSLeadByteEx,IsDBCSLeadByteEx,0 diff --git a/libc/nt/kernel32/IsNLSDefinedString.S b/libc/nt/kernel32/IsNLSDefinedString.S new file mode 100644 index 000000000..c64c77128 --- /dev/null +++ b/libc/nt/kernel32/IsNLSDefinedString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsNLSDefinedString,IsNLSDefinedString,0 diff --git a/libc/nt/kernel32/IsNLSDefinedString.s b/libc/nt/kernel32/IsNLSDefinedString.s deleted file mode 100644 index 36daf545a..000000000 --- a/libc/nt/kernel32/IsNLSDefinedString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsNLSDefinedString,IsNLSDefinedString,0 diff --git a/libc/nt/kernel32/IsNativeVhdBoot.S b/libc/nt/kernel32/IsNativeVhdBoot.S new file mode 100644 index 000000000..7ace093c1 --- /dev/null +++ b/libc/nt/kernel32/IsNativeVhdBoot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsNativeVhdBoot,IsNativeVhdBoot,897 diff --git a/libc/nt/kernel32/IsNativeVhdBoot.s b/libc/nt/kernel32/IsNativeVhdBoot.s deleted file mode 100644 index 7c129a5f1..000000000 --- a/libc/nt/kernel32/IsNativeVhdBoot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsNativeVhdBoot,IsNativeVhdBoot,897 diff --git a/libc/nt/kernel32/IsNormalizedString.S b/libc/nt/kernel32/IsNormalizedString.S new file mode 100644 index 000000000..8b29170bc --- /dev/null +++ b/libc/nt/kernel32/IsNormalizedString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsNormalizedString,IsNormalizedString,0 diff --git a/libc/nt/kernel32/IsNormalizedString.s b/libc/nt/kernel32/IsNormalizedString.s deleted file mode 100644 index c8f31c280..000000000 --- a/libc/nt/kernel32/IsNormalizedString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsNormalizedString,IsNormalizedString,0 diff --git a/libc/nt/kernel32/IsProcessCritical.S b/libc/nt/kernel32/IsProcessCritical.S new file mode 100644 index 000000000..1d983031c --- /dev/null +++ b/libc/nt/kernel32/IsProcessCritical.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsProcessCritical,IsProcessCritical,0 diff --git a/libc/nt/kernel32/IsProcessCritical.s b/libc/nt/kernel32/IsProcessCritical.s deleted file mode 100644 index 02fd76cac..000000000 --- a/libc/nt/kernel32/IsProcessCritical.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsProcessCritical,IsProcessCritical,0 diff --git a/libc/nt/kernel32/IsProcessInJob.S b/libc/nt/kernel32/IsProcessInJob.S new file mode 100644 index 000000000..a0260a3ea --- /dev/null +++ b/libc/nt/kernel32/IsProcessInJob.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsProcessInJob,IsProcessInJob,0 diff --git a/libc/nt/kernel32/IsProcessInJob.s b/libc/nt/kernel32/IsProcessInJob.s deleted file mode 100644 index 3da908381..000000000 --- a/libc/nt/kernel32/IsProcessInJob.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsProcessInJob,IsProcessInJob,0 diff --git a/libc/nt/kernel32/IsProcessorFeaturePresent.S b/libc/nt/kernel32/IsProcessorFeaturePresent.S new file mode 100644 index 000000000..c5f19eea4 --- /dev/null +++ b/libc/nt/kernel32/IsProcessorFeaturePresent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsProcessorFeaturePresent,IsProcessorFeaturePresent,0 diff --git a/libc/nt/kernel32/IsProcessorFeaturePresent.s b/libc/nt/kernel32/IsProcessorFeaturePresent.s deleted file mode 100644 index 70e4d9773..000000000 --- a/libc/nt/kernel32/IsProcessorFeaturePresent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsProcessorFeaturePresent,IsProcessorFeaturePresent,0 diff --git a/libc/nt/kernel32/IsSystemResumeAutomatic.S b/libc/nt/kernel32/IsSystemResumeAutomatic.S new file mode 100644 index 000000000..9ef50b06d --- /dev/null +++ b/libc/nt/kernel32/IsSystemResumeAutomatic.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsSystemResumeAutomatic,IsSystemResumeAutomatic,902 diff --git a/libc/nt/kernel32/IsSystemResumeAutomatic.s b/libc/nt/kernel32/IsSystemResumeAutomatic.s deleted file mode 100644 index 535d12ae4..000000000 --- a/libc/nt/kernel32/IsSystemResumeAutomatic.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsSystemResumeAutomatic,IsSystemResumeAutomatic,902 diff --git a/libc/nt/kernel32/IsThreadAFiber.S b/libc/nt/kernel32/IsThreadAFiber.S new file mode 100644 index 000000000..990a63794 --- /dev/null +++ b/libc/nt/kernel32/IsThreadAFiber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsThreadAFiber,IsThreadAFiber,0 diff --git a/libc/nt/kernel32/IsThreadAFiber.s b/libc/nt/kernel32/IsThreadAFiber.s deleted file mode 100644 index 64fc6ac30..000000000 --- a/libc/nt/kernel32/IsThreadAFiber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsThreadAFiber,IsThreadAFiber,0 diff --git a/libc/nt/kernel32/IsValidCalDateTime.S b/libc/nt/kernel32/IsValidCalDateTime.S new file mode 100644 index 000000000..cf05a2d45 --- /dev/null +++ b/libc/nt/kernel32/IsValidCalDateTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidCalDateTime,IsValidCalDateTime,905 diff --git a/libc/nt/kernel32/IsValidCalDateTime.s b/libc/nt/kernel32/IsValidCalDateTime.s deleted file mode 100644 index 9523d7e8a..000000000 --- a/libc/nt/kernel32/IsValidCalDateTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidCalDateTime,IsValidCalDateTime,905 diff --git a/libc/nt/kernel32/IsValidCodePage.S b/libc/nt/kernel32/IsValidCodePage.S new file mode 100644 index 000000000..28ccbc498 --- /dev/null +++ b/libc/nt/kernel32/IsValidCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidCodePage,IsValidCodePage,0 diff --git a/libc/nt/kernel32/IsValidCodePage.s b/libc/nt/kernel32/IsValidCodePage.s deleted file mode 100644 index 4ea008c17..000000000 --- a/libc/nt/kernel32/IsValidCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidCodePage,IsValidCodePage,0 diff --git a/libc/nt/kernel32/IsValidLanguageGroup.S b/libc/nt/kernel32/IsValidLanguageGroup.S new file mode 100644 index 000000000..2d9a89b4a --- /dev/null +++ b/libc/nt/kernel32/IsValidLanguageGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidLanguageGroup,IsValidLanguageGroup,0 diff --git a/libc/nt/kernel32/IsValidLanguageGroup.s b/libc/nt/kernel32/IsValidLanguageGroup.s deleted file mode 100644 index 804047903..000000000 --- a/libc/nt/kernel32/IsValidLanguageGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidLanguageGroup,IsValidLanguageGroup,0 diff --git a/libc/nt/kernel32/IsValidLocale.S b/libc/nt/kernel32/IsValidLocale.S new file mode 100644 index 000000000..a4585861f --- /dev/null +++ b/libc/nt/kernel32/IsValidLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidLocale,IsValidLocale,0 diff --git a/libc/nt/kernel32/IsValidLocale.s b/libc/nt/kernel32/IsValidLocale.s deleted file mode 100644 index 60e16d61d..000000000 --- a/libc/nt/kernel32/IsValidLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidLocale,IsValidLocale,0 diff --git a/libc/nt/kernel32/IsValidLocaleName.S b/libc/nt/kernel32/IsValidLocaleName.S new file mode 100644 index 000000000..a9f39c7c4 --- /dev/null +++ b/libc/nt/kernel32/IsValidLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidLocaleName,IsValidLocaleName,0 diff --git a/libc/nt/kernel32/IsValidLocaleName.s b/libc/nt/kernel32/IsValidLocaleName.s deleted file mode 100644 index be5f4a3ee..000000000 --- a/libc/nt/kernel32/IsValidLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidLocaleName,IsValidLocaleName,0 diff --git a/libc/nt/kernel32/IsValidNLSVersion.S b/libc/nt/kernel32/IsValidNLSVersion.S new file mode 100644 index 000000000..8aa2dcfa5 --- /dev/null +++ b/libc/nt/kernel32/IsValidNLSVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_IsValidNLSVersion,IsValidNLSVersion,0 diff --git a/libc/nt/kernel32/IsValidNLSVersion.s b/libc/nt/kernel32/IsValidNLSVersion.s deleted file mode 100644 index a7944b56c..000000000 --- a/libc/nt/kernel32/IsValidNLSVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_IsValidNLSVersion,IsValidNLSVersion,0 diff --git a/libc/nt/kernel32/LCIDToLocaleName.S b/libc/nt/kernel32/LCIDToLocaleName.S new file mode 100644 index 000000000..324d07bae --- /dev/null +++ b/libc/nt/kernel32/LCIDToLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LCIDToLocaleName,LCIDToLocaleName,0 diff --git a/libc/nt/kernel32/LCIDToLocaleName.s b/libc/nt/kernel32/LCIDToLocaleName.s deleted file mode 100644 index e62e0a0ca..000000000 --- a/libc/nt/kernel32/LCIDToLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LCIDToLocaleName,LCIDToLocaleName,0 diff --git a/libc/nt/kernel32/LCMapStringEx.S b/libc/nt/kernel32/LCMapStringEx.S new file mode 100644 index 000000000..ff63898c6 --- /dev/null +++ b/libc/nt/kernel32/LCMapStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LCMapStringEx,LCMapStringEx,0 diff --git a/libc/nt/kernel32/LCMapStringEx.s b/libc/nt/kernel32/LCMapStringEx.s deleted file mode 100644 index a47619d94..000000000 --- a/libc/nt/kernel32/LCMapStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LCMapStringEx,LCMapStringEx,0 diff --git a/libc/nt/kernel32/LCMapStringW.S b/libc/nt/kernel32/LCMapStringW.S new file mode 100644 index 000000000..4fce45e8e --- /dev/null +++ b/libc/nt/kernel32/LCMapStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LCMapStringW,LCMapStringW,0 diff --git a/libc/nt/kernel32/LCMapStringW.s b/libc/nt/kernel32/LCMapStringW.s deleted file mode 100644 index 5469ca302..000000000 --- a/libc/nt/kernel32/LCMapStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LCMapStringW,LCMapStringW,0 diff --git a/libc/nt/kernel32/LZClose.S b/libc/nt/kernel32/LZClose.S new file mode 100644 index 000000000..37d54610b --- /dev/null +++ b/libc/nt/kernel32/LZClose.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZClose,LZClose,945 diff --git a/libc/nt/kernel32/LZClose.s b/libc/nt/kernel32/LZClose.s deleted file mode 100644 index 21569df92..000000000 --- a/libc/nt/kernel32/LZClose.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZClose,LZClose,945 diff --git a/libc/nt/kernel32/LZCloseFile.S b/libc/nt/kernel32/LZCloseFile.S new file mode 100644 index 000000000..2899fadf1 --- /dev/null +++ b/libc/nt/kernel32/LZCloseFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZCloseFile,LZCloseFile,946 diff --git a/libc/nt/kernel32/LZCloseFile.s b/libc/nt/kernel32/LZCloseFile.s deleted file mode 100644 index 153fa3853..000000000 --- a/libc/nt/kernel32/LZCloseFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZCloseFile,LZCloseFile,946 diff --git a/libc/nt/kernel32/LZCopy.S b/libc/nt/kernel32/LZCopy.S new file mode 100644 index 000000000..27e8a19ce --- /dev/null +++ b/libc/nt/kernel32/LZCopy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZCopy,LZCopy,947 diff --git a/libc/nt/kernel32/LZCopy.s b/libc/nt/kernel32/LZCopy.s deleted file mode 100644 index 41f1b1bd8..000000000 --- a/libc/nt/kernel32/LZCopy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZCopy,LZCopy,947 diff --git a/libc/nt/kernel32/LZCreateFileW.S b/libc/nt/kernel32/LZCreateFileW.S new file mode 100644 index 000000000..0af2779ae --- /dev/null +++ b/libc/nt/kernel32/LZCreateFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZCreateFileW,LZCreateFileW,948 diff --git a/libc/nt/kernel32/LZCreateFileW.s b/libc/nt/kernel32/LZCreateFileW.s deleted file mode 100644 index dc328c281..000000000 --- a/libc/nt/kernel32/LZCreateFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZCreateFileW,LZCreateFileW,948 diff --git a/libc/nt/kernel32/LZDone.S b/libc/nt/kernel32/LZDone.S new file mode 100644 index 000000000..de66d1fe5 --- /dev/null +++ b/libc/nt/kernel32/LZDone.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZDone,LZDone,949 diff --git a/libc/nt/kernel32/LZDone.s b/libc/nt/kernel32/LZDone.s deleted file mode 100644 index 90468a7b5..000000000 --- a/libc/nt/kernel32/LZDone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZDone,LZDone,949 diff --git a/libc/nt/kernel32/LZInit.S b/libc/nt/kernel32/LZInit.S new file mode 100644 index 000000000..e44e78f55 --- /dev/null +++ b/libc/nt/kernel32/LZInit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZInit,LZInit,950 diff --git a/libc/nt/kernel32/LZInit.s b/libc/nt/kernel32/LZInit.s deleted file mode 100644 index 57171121d..000000000 --- a/libc/nt/kernel32/LZInit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZInit,LZInit,950 diff --git a/libc/nt/kernel32/LZOpenFileW.S b/libc/nt/kernel32/LZOpenFileW.S new file mode 100644 index 000000000..44cc8f01a --- /dev/null +++ b/libc/nt/kernel32/LZOpenFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZOpenFileW,LZOpenFileW,952 diff --git a/libc/nt/kernel32/LZOpenFileW.s b/libc/nt/kernel32/LZOpenFileW.s deleted file mode 100644 index a940e7a1f..000000000 --- a/libc/nt/kernel32/LZOpenFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZOpenFileW,LZOpenFileW,952 diff --git a/libc/nt/kernel32/LZRead.S b/libc/nt/kernel32/LZRead.S new file mode 100644 index 000000000..d6c4209e1 --- /dev/null +++ b/libc/nt/kernel32/LZRead.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZRead,LZRead,953 diff --git a/libc/nt/kernel32/LZRead.s b/libc/nt/kernel32/LZRead.s deleted file mode 100644 index e5e9454ee..000000000 --- a/libc/nt/kernel32/LZRead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZRead,LZRead,953 diff --git a/libc/nt/kernel32/LZSeek.S b/libc/nt/kernel32/LZSeek.S new file mode 100644 index 000000000..abcd4c5fb --- /dev/null +++ b/libc/nt/kernel32/LZSeek.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZSeek,LZSeek,954 diff --git a/libc/nt/kernel32/LZSeek.s b/libc/nt/kernel32/LZSeek.s deleted file mode 100644 index 2e1b57881..000000000 --- a/libc/nt/kernel32/LZSeek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZSeek,LZSeek,954 diff --git a/libc/nt/kernel32/LZStart.S b/libc/nt/kernel32/LZStart.S new file mode 100644 index 000000000..b573959ab --- /dev/null +++ b/libc/nt/kernel32/LZStart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LZStart,LZStart,955 diff --git a/libc/nt/kernel32/LZStart.s b/libc/nt/kernel32/LZStart.s deleted file mode 100644 index c3c0147a1..000000000 --- a/libc/nt/kernel32/LZStart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LZStart,LZStart,955 diff --git a/libc/nt/kernel32/LeaveCriticalSection.S b/libc/nt/kernel32/LeaveCriticalSection.S new file mode 100644 index 000000000..71200fcd0 --- /dev/null +++ b/libc/nt/kernel32/LeaveCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LeaveCriticalSection,LeaveCriticalSection,0 + +#ifdef __x86_64__ + .text.windows +LeaveCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_LeaveCriticalSection(%rip) + leave + ret + .endfn LeaveCriticalSection,globl + .previous +#endif diff --git a/libc/nt/kernel32/LeaveCriticalSection.s b/libc/nt/kernel32/LeaveCriticalSection.s deleted file mode 100644 index 244c703af..000000000 --- a/libc/nt/kernel32/LeaveCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LeaveCriticalSection,LeaveCriticalSection,0 - - .text.windows -LeaveCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_LeaveCriticalSection(%rip) - leave - ret - .endfn LeaveCriticalSection,globl - .previous diff --git a/libc/nt/kernel32/LoadLibraryExW.S b/libc/nt/kernel32/LoadLibraryExW.S new file mode 100644 index 000000000..c613005f0 --- /dev/null +++ b/libc/nt/kernel32/LoadLibraryExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadLibraryExW,LoadLibraryExW,0 + +#ifdef __x86_64__ + .text.windows +LoadLibraryEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LoadLibraryExW(%rip),%rax + jmp __sysv2nt + .endfn LoadLibraryEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/LoadLibraryExW.s b/libc/nt/kernel32/LoadLibraryExW.s deleted file mode 100644 index 66ce13944..000000000 --- a/libc/nt/kernel32/LoadLibraryExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadLibraryExW,LoadLibraryExW,0 - - .text.windows -LoadLibraryEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LoadLibraryExW(%rip),%rax - jmp __sysv2nt - .endfn LoadLibraryEx,globl - .previous diff --git a/libc/nt/kernel32/LoadLibraryW.S b/libc/nt/kernel32/LoadLibraryW.S new file mode 100644 index 000000000..12904b722 --- /dev/null +++ b/libc/nt/kernel32/LoadLibraryW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadLibraryW,LoadLibraryW,0 + +#ifdef __x86_64__ + .text.windows +LoadLibrary: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_LoadLibraryW(%rip) + leave + ret + .endfn LoadLibrary,globl + .previous +#endif diff --git a/libc/nt/kernel32/LoadLibraryW.s b/libc/nt/kernel32/LoadLibraryW.s deleted file mode 100644 index 1c3c78607..000000000 --- a/libc/nt/kernel32/LoadLibraryW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadLibraryW,LoadLibraryW,0 - - .text.windows -LoadLibrary: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_LoadLibraryW(%rip) - leave - ret - .endfn LoadLibrary,globl - .previous diff --git a/libc/nt/kernel32/LoadModule.S b/libc/nt/kernel32/LoadModule.S new file mode 100644 index 000000000..94a72a3d0 --- /dev/null +++ b/libc/nt/kernel32/LoadModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadModule,LoadModule,964 diff --git a/libc/nt/kernel32/LoadModule.s b/libc/nt/kernel32/LoadModule.s deleted file mode 100644 index 16e05eeec..000000000 --- a/libc/nt/kernel32/LoadModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadModule,LoadModule,964 diff --git a/libc/nt/kernel32/LoadPackagedLibrary.S b/libc/nt/kernel32/LoadPackagedLibrary.S new file mode 100644 index 000000000..ecdc31f12 --- /dev/null +++ b/libc/nt/kernel32/LoadPackagedLibrary.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadPackagedLibrary,LoadPackagedLibrary,0 diff --git a/libc/nt/kernel32/LoadPackagedLibrary.s b/libc/nt/kernel32/LoadPackagedLibrary.s deleted file mode 100644 index d11b0feac..000000000 --- a/libc/nt/kernel32/LoadPackagedLibrary.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadPackagedLibrary,LoadPackagedLibrary,0 diff --git a/libc/nt/kernel32/LoadResource.S b/libc/nt/kernel32/LoadResource.S new file mode 100644 index 000000000..365eb0dcd --- /dev/null +++ b/libc/nt/kernel32/LoadResource.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadResource,LoadResource,0 + +#ifdef __x86_64__ + .text.windows +LoadResource: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LoadResource(%rip),%rax + jmp __sysv2nt + .endfn LoadResource,globl + .previous +#endif diff --git a/libc/nt/kernel32/LoadResource.s b/libc/nt/kernel32/LoadResource.s deleted file mode 100644 index 781ee7e07..000000000 --- a/libc/nt/kernel32/LoadResource.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadResource,LoadResource,0 - - .text.windows -LoadResource: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LoadResource(%rip),%rax - jmp __sysv2nt - .endfn LoadResource,globl - .previous diff --git a/libc/nt/kernel32/LoadStringBaseW.S b/libc/nt/kernel32/LoadStringBaseW.S new file mode 100644 index 000000000..6f7b04a0e --- /dev/null +++ b/libc/nt/kernel32/LoadStringBaseW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LoadStringBaseW,LoadStringBaseW,968 diff --git a/libc/nt/kernel32/LoadStringBaseW.s b/libc/nt/kernel32/LoadStringBaseW.s deleted file mode 100644 index 2a3ac4a56..000000000 --- a/libc/nt/kernel32/LoadStringBaseW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LoadStringBaseW,LoadStringBaseW,968 diff --git a/libc/nt/kernel32/LocalAlloc.S b/libc/nt/kernel32/LocalAlloc.S new file mode 100644 index 000000000..68c597532 --- /dev/null +++ b/libc/nt/kernel32/LocalAlloc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalAlloc,LocalAlloc,0 diff --git a/libc/nt/kernel32/LocalAlloc.s b/libc/nt/kernel32/LocalAlloc.s deleted file mode 100644 index 4bef7e803..000000000 --- a/libc/nt/kernel32/LocalAlloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalAlloc,LocalAlloc,0 diff --git a/libc/nt/kernel32/LocalCompact.S b/libc/nt/kernel32/LocalCompact.S new file mode 100644 index 000000000..000879f25 --- /dev/null +++ b/libc/nt/kernel32/LocalCompact.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalCompact,LocalCompact,970 diff --git a/libc/nt/kernel32/LocalCompact.s b/libc/nt/kernel32/LocalCompact.s deleted file mode 100644 index ee8be2fa6..000000000 --- a/libc/nt/kernel32/LocalCompact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalCompact,LocalCompact,970 diff --git a/libc/nt/kernel32/LocalFileTimeToFileTime.S b/libc/nt/kernel32/LocalFileTimeToFileTime.S new file mode 100644 index 000000000..b6cafe7be --- /dev/null +++ b/libc/nt/kernel32/LocalFileTimeToFileTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalFileTimeToFileTime,LocalFileTimeToFileTime,0 diff --git a/libc/nt/kernel32/LocalFileTimeToFileTime.s b/libc/nt/kernel32/LocalFileTimeToFileTime.s deleted file mode 100644 index c8399c1c2..000000000 --- a/libc/nt/kernel32/LocalFileTimeToFileTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalFileTimeToFileTime,LocalFileTimeToFileTime,0 diff --git a/libc/nt/kernel32/LocalFlags.S b/libc/nt/kernel32/LocalFlags.S new file mode 100644 index 000000000..50877959b --- /dev/null +++ b/libc/nt/kernel32/LocalFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalFlags,LocalFlags,972 diff --git a/libc/nt/kernel32/LocalFlags.s b/libc/nt/kernel32/LocalFlags.s deleted file mode 100644 index 2cca7b2f6..000000000 --- a/libc/nt/kernel32/LocalFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalFlags,LocalFlags,972 diff --git a/libc/nt/kernel32/LocalFree.S b/libc/nt/kernel32/LocalFree.S new file mode 100644 index 000000000..b431249ed --- /dev/null +++ b/libc/nt/kernel32/LocalFree.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalFree,LocalFree,0 + +#ifdef __x86_64__ + .text.windows +LocalFree: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_LocalFree(%rip) + leave + ret + .endfn LocalFree,globl + .previous +#endif diff --git a/libc/nt/kernel32/LocalFree.s b/libc/nt/kernel32/LocalFree.s deleted file mode 100644 index 3a78502cc..000000000 --- a/libc/nt/kernel32/LocalFree.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalFree,LocalFree,0 - - .text.windows -LocalFree: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_LocalFree(%rip) - leave - ret - .endfn LocalFree,globl - .previous diff --git a/libc/nt/kernel32/LocalHandle.S b/libc/nt/kernel32/LocalHandle.S new file mode 100644 index 000000000..ef7aa6e31 --- /dev/null +++ b/libc/nt/kernel32/LocalHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalHandle,LocalHandle,974 diff --git a/libc/nt/kernel32/LocalHandle.s b/libc/nt/kernel32/LocalHandle.s deleted file mode 100644 index 1c4545d66..000000000 --- a/libc/nt/kernel32/LocalHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalHandle,LocalHandle,974 diff --git a/libc/nt/kernel32/LocalLock.S b/libc/nt/kernel32/LocalLock.S new file mode 100644 index 000000000..b9079c1b9 --- /dev/null +++ b/libc/nt/kernel32/LocalLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalLock,LocalLock,0 diff --git a/libc/nt/kernel32/LocalLock.s b/libc/nt/kernel32/LocalLock.s deleted file mode 100644 index a9bcfac1e..000000000 --- a/libc/nt/kernel32/LocalLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalLock,LocalLock,0 diff --git a/libc/nt/kernel32/LocalReAlloc.S b/libc/nt/kernel32/LocalReAlloc.S new file mode 100644 index 000000000..a13c3386c --- /dev/null +++ b/libc/nt/kernel32/LocalReAlloc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalReAlloc,LocalReAlloc,0 diff --git a/libc/nt/kernel32/LocalReAlloc.s b/libc/nt/kernel32/LocalReAlloc.s deleted file mode 100644 index df1b305b9..000000000 --- a/libc/nt/kernel32/LocalReAlloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalReAlloc,LocalReAlloc,0 diff --git a/libc/nt/kernel32/LocalShrink.S b/libc/nt/kernel32/LocalShrink.S new file mode 100644 index 000000000..4ef458a2e --- /dev/null +++ b/libc/nt/kernel32/LocalShrink.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalShrink,LocalShrink,977 diff --git a/libc/nt/kernel32/LocalShrink.s b/libc/nt/kernel32/LocalShrink.s deleted file mode 100644 index 412eaf1ec..000000000 --- a/libc/nt/kernel32/LocalShrink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalShrink,LocalShrink,977 diff --git a/libc/nt/kernel32/LocalSize.S b/libc/nt/kernel32/LocalSize.S new file mode 100644 index 000000000..e7e2cbf5b --- /dev/null +++ b/libc/nt/kernel32/LocalSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalSize,LocalSize,978 diff --git a/libc/nt/kernel32/LocalSize.s b/libc/nt/kernel32/LocalSize.s deleted file mode 100644 index 6354583a3..000000000 --- a/libc/nt/kernel32/LocalSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalSize,LocalSize,978 diff --git a/libc/nt/kernel32/LocalUnlock.S b/libc/nt/kernel32/LocalUnlock.S new file mode 100644 index 000000000..a91404bee --- /dev/null +++ b/libc/nt/kernel32/LocalUnlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocalUnlock,LocalUnlock,0 diff --git a/libc/nt/kernel32/LocalUnlock.s b/libc/nt/kernel32/LocalUnlock.s deleted file mode 100644 index 5f750faa5..000000000 --- a/libc/nt/kernel32/LocalUnlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocalUnlock,LocalUnlock,0 diff --git a/libc/nt/kernel32/LocaleNameToLCID.S b/libc/nt/kernel32/LocaleNameToLCID.S new file mode 100644 index 000000000..cbb6a2188 --- /dev/null +++ b/libc/nt/kernel32/LocaleNameToLCID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocaleNameToLCID,LocaleNameToLCID,0 diff --git a/libc/nt/kernel32/LocaleNameToLCID.s b/libc/nt/kernel32/LocaleNameToLCID.s deleted file mode 100644 index 545b38ad8..000000000 --- a/libc/nt/kernel32/LocaleNameToLCID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocaleNameToLCID,LocaleNameToLCID,0 diff --git a/libc/nt/kernel32/LocateXStateFeature.S b/libc/nt/kernel32/LocateXStateFeature.S new file mode 100644 index 000000000..a91242d1b --- /dev/null +++ b/libc/nt/kernel32/LocateXStateFeature.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LocateXStateFeature,LocateXStateFeature,0 diff --git a/libc/nt/kernel32/LocateXStateFeature.s b/libc/nt/kernel32/LocateXStateFeature.s deleted file mode 100644 index 3570ba2e9..000000000 --- a/libc/nt/kernel32/LocateXStateFeature.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LocateXStateFeature,LocateXStateFeature,0 diff --git a/libc/nt/kernel32/LockFile.S b/libc/nt/kernel32/LockFile.S new file mode 100644 index 000000000..dbcf339c8 --- /dev/null +++ b/libc/nt/kernel32/LockFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LockFile,LockFile,0 + +#ifdef __x86_64__ + .text.windows +LockFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LockFile(%rip),%rax + jmp __sysv2nt6 + .endfn LockFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/LockFile.s b/libc/nt/kernel32/LockFile.s deleted file mode 100644 index 8c9fe3b61..000000000 --- a/libc/nt/kernel32/LockFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LockFile,LockFile,0 - - .text.windows -LockFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LockFile(%rip),%rax - jmp __sysv2nt6 - .endfn LockFile,globl - .previous diff --git a/libc/nt/kernel32/LockFileEx.S b/libc/nt/kernel32/LockFileEx.S new file mode 100644 index 000000000..f5ce72c19 --- /dev/null +++ b/libc/nt/kernel32/LockFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LockFileEx,LockFileEx,0 + +#ifdef __x86_64__ + .text.windows +__LockFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LockFileEx(%rip),%rax + jmp __sysv2nt6 + .endfn __LockFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/LockFileEx.s b/libc/nt/kernel32/LockFileEx.s deleted file mode 100644 index f74843927..000000000 --- a/libc/nt/kernel32/LockFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LockFileEx,LockFileEx,0 - - .text.windows -__LockFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LockFileEx(%rip),%rax - jmp __sysv2nt6 - .endfn __LockFileEx,globl - .previous diff --git a/libc/nt/kernel32/LockResource.S b/libc/nt/kernel32/LockResource.S new file mode 100644 index 000000000..e725e7f65 --- /dev/null +++ b/libc/nt/kernel32/LockResource.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_LockResource,LockResource,0 + +#ifdef __x86_64__ + .text.windows +LockResource: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_LockResource(%rip) + leave + ret + .endfn LockResource,globl + .previous +#endif diff --git a/libc/nt/kernel32/LockResource.s b/libc/nt/kernel32/LockResource.s deleted file mode 100644 index 5fb20532a..000000000 --- a/libc/nt/kernel32/LockResource.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_LockResource,LockResource,0 - - .text.windows -LockResource: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_LockResource(%rip) - leave - ret - .endfn LockResource,globl - .previous diff --git a/libc/nt/kernel32/MapUserPhysicalPages.S b/libc/nt/kernel32/MapUserPhysicalPages.S new file mode 100644 index 000000000..69ef42a1e --- /dev/null +++ b/libc/nt/kernel32/MapUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapUserPhysicalPages,MapUserPhysicalPages,0 diff --git a/libc/nt/kernel32/MapUserPhysicalPages.s b/libc/nt/kernel32/MapUserPhysicalPages.s deleted file mode 100644 index 7715ff2c2..000000000 --- a/libc/nt/kernel32/MapUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapUserPhysicalPages,MapUserPhysicalPages,0 diff --git a/libc/nt/kernel32/MapUserPhysicalPagesScatter.S b/libc/nt/kernel32/MapUserPhysicalPagesScatter.S new file mode 100644 index 000000000..495ba03bf --- /dev/null +++ b/libc/nt/kernel32/MapUserPhysicalPagesScatter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapUserPhysicalPagesScatter,MapUserPhysicalPagesScatter,986 diff --git a/libc/nt/kernel32/MapUserPhysicalPagesScatter.s b/libc/nt/kernel32/MapUserPhysicalPagesScatter.s deleted file mode 100644 index 431df0967..000000000 --- a/libc/nt/kernel32/MapUserPhysicalPagesScatter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapUserPhysicalPagesScatter,MapUserPhysicalPagesScatter,986 diff --git a/libc/nt/kernel32/MapViewOfFile.S b/libc/nt/kernel32/MapViewOfFile.S new file mode 100644 index 000000000..b453ca719 --- /dev/null +++ b/libc/nt/kernel32/MapViewOfFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapViewOfFile,MapViewOfFile,0 diff --git a/libc/nt/kernel32/MapViewOfFile.s b/libc/nt/kernel32/MapViewOfFile.s deleted file mode 100644 index 88614f3ef..000000000 --- a/libc/nt/kernel32/MapViewOfFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapViewOfFile,MapViewOfFile,0 diff --git a/libc/nt/kernel32/MapViewOfFileEx.S b/libc/nt/kernel32/MapViewOfFileEx.S new file mode 100644 index 000000000..9d60c37d0 --- /dev/null +++ b/libc/nt/kernel32/MapViewOfFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapViewOfFileEx,MapViewOfFileEx,0 + +#ifdef __x86_64__ + .text.windows +__MapViewOfFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MapViewOfFileEx(%rip),%rax + jmp __sysv2nt6 + .endfn __MapViewOfFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/MapViewOfFileEx.s b/libc/nt/kernel32/MapViewOfFileEx.s deleted file mode 100644 index a4036ecba..000000000 --- a/libc/nt/kernel32/MapViewOfFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapViewOfFileEx,MapViewOfFileEx,0 - - .text.windows -__MapViewOfFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MapViewOfFileEx(%rip),%rax - jmp __sysv2nt6 - .endfn __MapViewOfFileEx,globl - .previous diff --git a/libc/nt/kernel32/MapViewOfFileExNuma.S b/libc/nt/kernel32/MapViewOfFileExNuma.S new file mode 100644 index 000000000..9aeac657b --- /dev/null +++ b/libc/nt/kernel32/MapViewOfFileExNuma.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapViewOfFileExNuma,MapViewOfFileExNuma,0 + +#ifdef __x86_64__ + .text.windows +__MapViewOfFileExNuma: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MapViewOfFileExNuma(%rip),%rax + jmp __sysv2nt8 + .endfn __MapViewOfFileExNuma,globl + .previous +#endif diff --git a/libc/nt/kernel32/MapViewOfFileExNuma.s b/libc/nt/kernel32/MapViewOfFileExNuma.s deleted file mode 100644 index b74a7b956..000000000 --- a/libc/nt/kernel32/MapViewOfFileExNuma.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapViewOfFileExNuma,MapViewOfFileExNuma,0 - - .text.windows -__MapViewOfFileExNuma: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MapViewOfFileExNuma(%rip),%rax - jmp __sysv2nt8 - .endfn __MapViewOfFileExNuma,globl - .previous diff --git a/libc/nt/kernel32/MapViewOfFileFromApp.S b/libc/nt/kernel32/MapViewOfFileFromApp.S new file mode 100644 index 000000000..029ef8c33 --- /dev/null +++ b/libc/nt/kernel32/MapViewOfFileFromApp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MapViewOfFileFromApp,MapViewOfFileFromApp,0 diff --git a/libc/nt/kernel32/MapViewOfFileFromApp.s b/libc/nt/kernel32/MapViewOfFileFromApp.s deleted file mode 100644 index 164236f75..000000000 --- a/libc/nt/kernel32/MapViewOfFileFromApp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MapViewOfFileFromApp,MapViewOfFileFromApp,0 diff --git a/libc/nt/kernel32/Module32FirstW.S b/libc/nt/kernel32/Module32FirstW.S new file mode 100644 index 000000000..20f590659 --- /dev/null +++ b/libc/nt/kernel32/Module32FirstW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Module32FirstW,Module32FirstW,992 diff --git a/libc/nt/kernel32/Module32FirstW.s b/libc/nt/kernel32/Module32FirstW.s deleted file mode 100644 index 722b8c576..000000000 --- a/libc/nt/kernel32/Module32FirstW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Module32FirstW,Module32FirstW,992 diff --git a/libc/nt/kernel32/Module32NextW.S b/libc/nt/kernel32/Module32NextW.S new file mode 100644 index 000000000..4a945fbe3 --- /dev/null +++ b/libc/nt/kernel32/Module32NextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Module32NextW,Module32NextW,994 diff --git a/libc/nt/kernel32/Module32NextW.s b/libc/nt/kernel32/Module32NextW.s deleted file mode 100644 index 3fd9eae67..000000000 --- a/libc/nt/kernel32/Module32NextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Module32NextW,Module32NextW,994 diff --git a/libc/nt/kernel32/MoveFileExW.S b/libc/nt/kernel32/MoveFileExW.S new file mode 100644 index 000000000..8c0a8dda8 --- /dev/null +++ b/libc/nt/kernel32/MoveFileExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MoveFileExW,MoveFileExW,0 + +#ifdef __x86_64__ + .text.windows +__MoveFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MoveFileExW(%rip),%rax + jmp __sysv2nt + .endfn __MoveFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/MoveFileExW.s b/libc/nt/kernel32/MoveFileExW.s deleted file mode 100644 index 4ca9cb47a..000000000 --- a/libc/nt/kernel32/MoveFileExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MoveFileExW,MoveFileExW,0 - - .text.windows -__MoveFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MoveFileExW(%rip),%rax - jmp __sysv2nt - .endfn __MoveFileEx,globl - .previous diff --git a/libc/nt/kernel32/MoveFileTransactedW.S b/libc/nt/kernel32/MoveFileTransactedW.S new file mode 100644 index 000000000..d69e026e2 --- /dev/null +++ b/libc/nt/kernel32/MoveFileTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MoveFileTransactedW,MoveFileTransactedW,999 diff --git a/libc/nt/kernel32/MoveFileTransactedW.s b/libc/nt/kernel32/MoveFileTransactedW.s deleted file mode 100644 index fa70b677f..000000000 --- a/libc/nt/kernel32/MoveFileTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MoveFileTransactedW,MoveFileTransactedW,999 diff --git a/libc/nt/kernel32/MoveFileW.S b/libc/nt/kernel32/MoveFileW.S new file mode 100644 index 000000000..d74f5dee0 --- /dev/null +++ b/libc/nt/kernel32/MoveFileW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MoveFileW,MoveFileW,1000 + +#ifdef __x86_64__ + .text.windows +MoveFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MoveFileW(%rip),%rax + jmp __sysv2nt + .endfn MoveFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/MoveFileW.s b/libc/nt/kernel32/MoveFileW.s deleted file mode 100644 index ebcfa7034..000000000 --- a/libc/nt/kernel32/MoveFileW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MoveFileW,MoveFileW,1000 - - .text.windows -MoveFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MoveFileW(%rip),%rax - jmp __sysv2nt - .endfn MoveFile,globl - .previous diff --git a/libc/nt/kernel32/MoveFileWithProgressW.S b/libc/nt/kernel32/MoveFileWithProgressW.S new file mode 100644 index 000000000..e1680f060 --- /dev/null +++ b/libc/nt/kernel32/MoveFileWithProgressW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MoveFileWithProgressW,MoveFileWithProgressW,0 diff --git a/libc/nt/kernel32/MoveFileWithProgressW.s b/libc/nt/kernel32/MoveFileWithProgressW.s deleted file mode 100644 index c87a1ae62..000000000 --- a/libc/nt/kernel32/MoveFileWithProgressW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MoveFileWithProgressW,MoveFileWithProgressW,0 diff --git a/libc/nt/kernel32/MulDiv.S b/libc/nt/kernel32/MulDiv.S new file mode 100644 index 000000000..9602a33bc --- /dev/null +++ b/libc/nt/kernel32/MulDiv.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MulDiv,MulDiv,0 diff --git a/libc/nt/kernel32/MulDiv.s b/libc/nt/kernel32/MulDiv.s deleted file mode 100644 index a4817b41e..000000000 --- a/libc/nt/kernel32/MulDiv.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MulDiv,MulDiv,0 diff --git a/libc/nt/kernel32/MultiByteToWideChar.S b/libc/nt/kernel32/MultiByteToWideChar.S new file mode 100644 index 000000000..3c5be6503 --- /dev/null +++ b/libc/nt/kernel32/MultiByteToWideChar.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_MultiByteToWideChar,MultiByteToWideChar,0 + +#ifdef __x86_64__ + .text.windows +MultiByteToWideChar: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MultiByteToWideChar(%rip),%rax + jmp __sysv2nt6 + .endfn MultiByteToWideChar,globl + .previous +#endif diff --git a/libc/nt/kernel32/MultiByteToWideChar.s b/libc/nt/kernel32/MultiByteToWideChar.s deleted file mode 100644 index 610dff1b8..000000000 --- a/libc/nt/kernel32/MultiByteToWideChar.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_MultiByteToWideChar,MultiByteToWideChar,0 - - .text.windows -MultiByteToWideChar: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MultiByteToWideChar(%rip),%rax - jmp __sysv2nt6 - .endfn MultiByteToWideChar,globl - .previous diff --git a/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.S b/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.S new file mode 100644 index 000000000..5f6bde015 --- /dev/null +++ b/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_NeedCurrentDirectoryForExePathW,NeedCurrentDirectoryForExePathW,0 diff --git a/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.s b/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.s deleted file mode 100644 index 3a2419e55..000000000 --- a/libc/nt/kernel32/NeedCurrentDirectoryForExePathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_NeedCurrentDirectoryForExePathW,NeedCurrentDirectoryForExePathW,0 diff --git a/libc/nt/kernel32/NormalizeString.S b/libc/nt/kernel32/NormalizeString.S new file mode 100644 index 000000000..f338715b0 --- /dev/null +++ b/libc/nt/kernel32/NormalizeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_NormalizeString,NormalizeString,0 diff --git a/libc/nt/kernel32/NormalizeString.s b/libc/nt/kernel32/NormalizeString.s deleted file mode 100644 index ed25f78e8..000000000 --- a/libc/nt/kernel32/NormalizeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_NormalizeString,NormalizeString,0 diff --git a/libc/nt/kernel32/NotifyUILanguageChange.S b/libc/nt/kernel32/NotifyUILanguageChange.S new file mode 100644 index 000000000..756e28503 --- /dev/null +++ b/libc/nt/kernel32/NotifyUILanguageChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_NotifyUILanguageChange,NotifyUILanguageChange,1015 diff --git a/libc/nt/kernel32/NotifyUILanguageChange.s b/libc/nt/kernel32/NotifyUILanguageChange.s deleted file mode 100644 index f6a4f2826..000000000 --- a/libc/nt/kernel32/NotifyUILanguageChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_NotifyUILanguageChange,NotifyUILanguageChange,1015 diff --git a/libc/nt/kernel32/NtVdm64CreateProcessInternalW.S b/libc/nt/kernel32/NtVdm64CreateProcessInternalW.S new file mode 100644 index 000000000..2101d51e9 --- /dev/null +++ b/libc/nt/kernel32/NtVdm64CreateProcessInternalW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_NtVdm64CreateProcessInternalW,NtVdm64CreateProcessInternalW,1016 diff --git a/libc/nt/kernel32/NtVdm64CreateProcessInternalW.s b/libc/nt/kernel32/NtVdm64CreateProcessInternalW.s deleted file mode 100644 index 4813ef88d..000000000 --- a/libc/nt/kernel32/NtVdm64CreateProcessInternalW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_NtVdm64CreateProcessInternalW,NtVdm64CreateProcessInternalW,1016 diff --git a/libc/nt/kernel32/OOBEComplete.S b/libc/nt/kernel32/OOBEComplete.S new file mode 100644 index 000000000..2c71b5940 --- /dev/null +++ b/libc/nt/kernel32/OOBEComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OOBEComplete,OOBEComplete,1017 diff --git a/libc/nt/kernel32/OOBEComplete.s b/libc/nt/kernel32/OOBEComplete.s deleted file mode 100644 index 1d05c264a..000000000 --- a/libc/nt/kernel32/OOBEComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OOBEComplete,OOBEComplete,1017 diff --git a/libc/nt/kernel32/OfferVirtualMemory.S b/libc/nt/kernel32/OfferVirtualMemory.S new file mode 100644 index 000000000..8f8bdd235 --- /dev/null +++ b/libc/nt/kernel32/OfferVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OfferVirtualMemory,OfferVirtualMemory,0 + +#ifdef __x86_64__ + .text.windows +OfferVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_OfferVirtualMemory(%rip),%rax + jmp __sysv2nt + .endfn OfferVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/kernel32/OfferVirtualMemory.s b/libc/nt/kernel32/OfferVirtualMemory.s deleted file mode 100644 index 3166a4779..000000000 --- a/libc/nt/kernel32/OfferVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OfferVirtualMemory,OfferVirtualMemory,0 - - .text.windows -OfferVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_OfferVirtualMemory(%rip),%rax - jmp __sysv2nt - .endfn OfferVirtualMemory,globl - .previous diff --git a/libc/nt/kernel32/OpenConsoleW.S b/libc/nt/kernel32/OpenConsoleW.S new file mode 100644 index 000000000..8144e417d --- /dev/null +++ b/libc/nt/kernel32/OpenConsoleW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenConsoleW,OpenConsoleW,1019 diff --git a/libc/nt/kernel32/OpenConsoleW.s b/libc/nt/kernel32/OpenConsoleW.s deleted file mode 100644 index 7d10849c3..000000000 --- a/libc/nt/kernel32/OpenConsoleW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenConsoleW,OpenConsoleW,1019 diff --git a/libc/nt/kernel32/OpenConsoleWStub.S b/libc/nt/kernel32/OpenConsoleWStub.S new file mode 100644 index 000000000..d13cec940 --- /dev/null +++ b/libc/nt/kernel32/OpenConsoleWStub.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenConsoleWStub,OpenConsoleWStub,1020 diff --git a/libc/nt/kernel32/OpenConsoleWStub.s b/libc/nt/kernel32/OpenConsoleWStub.s deleted file mode 100644 index e33ea7b9c..000000000 --- a/libc/nt/kernel32/OpenConsoleWStub.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenConsoleWStub,OpenConsoleWStub,1020 diff --git a/libc/nt/kernel32/OpenEventW.S b/libc/nt/kernel32/OpenEventW.S new file mode 100644 index 000000000..dce154d6a --- /dev/null +++ b/libc/nt/kernel32/OpenEventW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenEventW,OpenEventW,0 diff --git a/libc/nt/kernel32/OpenEventW.s b/libc/nt/kernel32/OpenEventW.s deleted file mode 100644 index 6a6f9a28e..000000000 --- a/libc/nt/kernel32/OpenEventW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenEventW,OpenEventW,0 diff --git a/libc/nt/kernel32/OpenFile.S b/libc/nt/kernel32/OpenFile.S new file mode 100644 index 000000000..1c293b368 --- /dev/null +++ b/libc/nt/kernel32/OpenFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenFile,OpenFile,1023 diff --git a/libc/nt/kernel32/OpenFile.s b/libc/nt/kernel32/OpenFile.s deleted file mode 100644 index 9cb7cfc28..000000000 --- a/libc/nt/kernel32/OpenFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenFile,OpenFile,1023 diff --git a/libc/nt/kernel32/OpenFileById.S b/libc/nt/kernel32/OpenFileById.S new file mode 100644 index 000000000..7d4c12421 --- /dev/null +++ b/libc/nt/kernel32/OpenFileById.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenFileById,OpenFileById,0 diff --git a/libc/nt/kernel32/OpenFileById.s b/libc/nt/kernel32/OpenFileById.s deleted file mode 100644 index fcc4e6706..000000000 --- a/libc/nt/kernel32/OpenFileById.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenFileById,OpenFileById,0 diff --git a/libc/nt/kernel32/OpenFileMappingW.S b/libc/nt/kernel32/OpenFileMappingW.S new file mode 100644 index 000000000..fd4b681a4 --- /dev/null +++ b/libc/nt/kernel32/OpenFileMappingW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenFileMappingW,OpenFileMappingW,0 diff --git a/libc/nt/kernel32/OpenFileMappingW.s b/libc/nt/kernel32/OpenFileMappingW.s deleted file mode 100644 index 736c4144a..000000000 --- a/libc/nt/kernel32/OpenFileMappingW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenFileMappingW,OpenFileMappingW,0 diff --git a/libc/nt/kernel32/OpenJobObjectW.S b/libc/nt/kernel32/OpenJobObjectW.S new file mode 100644 index 000000000..6baaf0504 --- /dev/null +++ b/libc/nt/kernel32/OpenJobObjectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenJobObjectW,OpenJobObjectW,1028 diff --git a/libc/nt/kernel32/OpenJobObjectW.s b/libc/nt/kernel32/OpenJobObjectW.s deleted file mode 100644 index 2d156cebe..000000000 --- a/libc/nt/kernel32/OpenJobObjectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenJobObjectW,OpenJobObjectW,1028 diff --git a/libc/nt/kernel32/OpenMutexW.S b/libc/nt/kernel32/OpenMutexW.S new file mode 100644 index 000000000..6eb655a7b --- /dev/null +++ b/libc/nt/kernel32/OpenMutexW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenMutexW,OpenMutexW,0 diff --git a/libc/nt/kernel32/OpenMutexW.s b/libc/nt/kernel32/OpenMutexW.s deleted file mode 100644 index c11226514..000000000 --- a/libc/nt/kernel32/OpenMutexW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenMutexW,OpenMutexW,0 diff --git a/libc/nt/kernel32/OpenPackageInfoByFullName.S b/libc/nt/kernel32/OpenPackageInfoByFullName.S new file mode 100644 index 000000000..541eea950 --- /dev/null +++ b/libc/nt/kernel32/OpenPackageInfoByFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenPackageInfoByFullName,OpenPackageInfoByFullName,0 diff --git a/libc/nt/kernel32/OpenPackageInfoByFullName.s b/libc/nt/kernel32/OpenPackageInfoByFullName.s deleted file mode 100644 index 16748c144..000000000 --- a/libc/nt/kernel32/OpenPackageInfoByFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenPackageInfoByFullName,OpenPackageInfoByFullName,0 diff --git a/libc/nt/kernel32/OpenPrivateNamespaceW.S b/libc/nt/kernel32/OpenPrivateNamespaceW.S new file mode 100644 index 000000000..d9d071bcc --- /dev/null +++ b/libc/nt/kernel32/OpenPrivateNamespaceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenPrivateNamespaceW,OpenPrivateNamespaceW,0 diff --git a/libc/nt/kernel32/OpenPrivateNamespaceW.s b/libc/nt/kernel32/OpenPrivateNamespaceW.s deleted file mode 100644 index 1e6111250..000000000 --- a/libc/nt/kernel32/OpenPrivateNamespaceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenPrivateNamespaceW,OpenPrivateNamespaceW,0 diff --git a/libc/nt/kernel32/OpenProcess.S b/libc/nt/kernel32/OpenProcess.S new file mode 100644 index 000000000..ed11052d4 --- /dev/null +++ b/libc/nt/kernel32/OpenProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenProcess,OpenProcess,0 + +#ifdef __x86_64__ + .text.windows +__OpenProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_OpenProcess(%rip),%rax + jmp __sysv2nt + .endfn __OpenProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/OpenProcess.s b/libc/nt/kernel32/OpenProcess.s deleted file mode 100644 index e7b47f3c0..000000000 --- a/libc/nt/kernel32/OpenProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenProcess,OpenProcess,0 - - .text.windows -__OpenProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_OpenProcess(%rip),%rax - jmp __sysv2nt - .endfn __OpenProcess,globl - .previous diff --git a/libc/nt/kernel32/OpenProfileUserMapping.S b/libc/nt/kernel32/OpenProfileUserMapping.S new file mode 100644 index 000000000..6d1dfbc01 --- /dev/null +++ b/libc/nt/kernel32/OpenProfileUserMapping.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenProfileUserMapping,OpenProfileUserMapping,1036 diff --git a/libc/nt/kernel32/OpenProfileUserMapping.s b/libc/nt/kernel32/OpenProfileUserMapping.s deleted file mode 100644 index f6b336c87..000000000 --- a/libc/nt/kernel32/OpenProfileUserMapping.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenProfileUserMapping,OpenProfileUserMapping,1036 diff --git a/libc/nt/kernel32/OpenSemaphoreW.S b/libc/nt/kernel32/OpenSemaphoreW.S new file mode 100644 index 000000000..127d8da65 --- /dev/null +++ b/libc/nt/kernel32/OpenSemaphoreW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenSemaphoreW,OpenSemaphoreW,0 diff --git a/libc/nt/kernel32/OpenSemaphoreW.s b/libc/nt/kernel32/OpenSemaphoreW.s deleted file mode 100644 index 85594ca80..000000000 --- a/libc/nt/kernel32/OpenSemaphoreW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenSemaphoreW,OpenSemaphoreW,0 diff --git a/libc/nt/kernel32/OpenThread.S b/libc/nt/kernel32/OpenThread.S new file mode 100644 index 000000000..b05d21cff --- /dev/null +++ b/libc/nt/kernel32/OpenThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenThread,OpenThread,0 + +#ifdef __x86_64__ + .text.windows +OpenThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_OpenThread(%rip),%rax + jmp __sysv2nt + .endfn OpenThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/OpenThread.s b/libc/nt/kernel32/OpenThread.s deleted file mode 100644 index 6b814b754..000000000 --- a/libc/nt/kernel32/OpenThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenThread,OpenThread,0 - - .text.windows -OpenThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_OpenThread(%rip),%rax - jmp __sysv2nt - .endfn OpenThread,globl - .previous diff --git a/libc/nt/kernel32/OpenWaitableTimerW.S b/libc/nt/kernel32/OpenWaitableTimerW.S new file mode 100644 index 000000000..0e40f2e62 --- /dev/null +++ b/libc/nt/kernel32/OpenWaitableTimerW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OpenWaitableTimerW,OpenWaitableTimerW,0 diff --git a/libc/nt/kernel32/OpenWaitableTimerW.s b/libc/nt/kernel32/OpenWaitableTimerW.s deleted file mode 100644 index 7b2289f51..000000000 --- a/libc/nt/kernel32/OpenWaitableTimerW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OpenWaitableTimerW,OpenWaitableTimerW,0 diff --git a/libc/nt/kernel32/OutputDebugStringW.S b/libc/nt/kernel32/OutputDebugStringW.S new file mode 100644 index 000000000..c7548a7db --- /dev/null +++ b/libc/nt/kernel32/OutputDebugStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_OutputDebugStringW,OutputDebugStringW,0 diff --git a/libc/nt/kernel32/OutputDebugStringW.s b/libc/nt/kernel32/OutputDebugStringW.s deleted file mode 100644 index 2d1984a28..000000000 --- a/libc/nt/kernel32/OutputDebugStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_OutputDebugStringW,OutputDebugStringW,0 diff --git a/libc/nt/kernel32/PackageFamilyNameFromFullName.S b/libc/nt/kernel32/PackageFamilyNameFromFullName.S new file mode 100644 index 000000000..a356bb808 --- /dev/null +++ b/libc/nt/kernel32/PackageFamilyNameFromFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PackageFamilyNameFromFullName,PackageFamilyNameFromFullName,0 diff --git a/libc/nt/kernel32/PackageFamilyNameFromFullName.s b/libc/nt/kernel32/PackageFamilyNameFromFullName.s deleted file mode 100644 index 473146d55..000000000 --- a/libc/nt/kernel32/PackageFamilyNameFromFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PackageFamilyNameFromFullName,PackageFamilyNameFromFullName,0 diff --git a/libc/nt/kernel32/PackageFamilyNameFromId.S b/libc/nt/kernel32/PackageFamilyNameFromId.S new file mode 100644 index 000000000..95a5b9b22 --- /dev/null +++ b/libc/nt/kernel32/PackageFamilyNameFromId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PackageFamilyNameFromId,PackageFamilyNameFromId,0 diff --git a/libc/nt/kernel32/PackageFamilyNameFromId.s b/libc/nt/kernel32/PackageFamilyNameFromId.s deleted file mode 100644 index c90824de9..000000000 --- a/libc/nt/kernel32/PackageFamilyNameFromId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PackageFamilyNameFromId,PackageFamilyNameFromId,0 diff --git a/libc/nt/kernel32/PackageFullNameFromId.S b/libc/nt/kernel32/PackageFullNameFromId.S new file mode 100644 index 000000000..e36e8cfee --- /dev/null +++ b/libc/nt/kernel32/PackageFullNameFromId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PackageFullNameFromId,PackageFullNameFromId,0 diff --git a/libc/nt/kernel32/PackageFullNameFromId.s b/libc/nt/kernel32/PackageFullNameFromId.s deleted file mode 100644 index 1d58e518f..000000000 --- a/libc/nt/kernel32/PackageFullNameFromId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PackageFullNameFromId,PackageFullNameFromId,0 diff --git a/libc/nt/kernel32/PackageIdFromFullName.S b/libc/nt/kernel32/PackageIdFromFullName.S new file mode 100644 index 000000000..4f67e2c62 --- /dev/null +++ b/libc/nt/kernel32/PackageIdFromFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PackageIdFromFullName,PackageIdFromFullName,0 diff --git a/libc/nt/kernel32/PackageIdFromFullName.s b/libc/nt/kernel32/PackageIdFromFullName.s deleted file mode 100644 index 933f4ab5f..000000000 --- a/libc/nt/kernel32/PackageIdFromFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PackageIdFromFullName,PackageIdFromFullName,0 diff --git a/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.S b/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.S new file mode 100644 index 000000000..f12380175 --- /dev/null +++ b/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PackageNameAndPublisherIdFromFamilyName,PackageNameAndPublisherIdFromFamilyName,0 diff --git a/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.s b/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.s deleted file mode 100644 index 7d71358e4..000000000 --- a/libc/nt/kernel32/PackageNameAndPublisherIdFromFamilyName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PackageNameAndPublisherIdFromFamilyName,PackageNameAndPublisherIdFromFamilyName,0 diff --git a/libc/nt/kernel32/ParseApplicationUserModelId.S b/libc/nt/kernel32/ParseApplicationUserModelId.S new file mode 100644 index 000000000..bb21b2f70 --- /dev/null +++ b/libc/nt/kernel32/ParseApplicationUserModelId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ParseApplicationUserModelId,ParseApplicationUserModelId,0 diff --git a/libc/nt/kernel32/ParseApplicationUserModelId.s b/libc/nt/kernel32/ParseApplicationUserModelId.s deleted file mode 100644 index 95fb76913..000000000 --- a/libc/nt/kernel32/ParseApplicationUserModelId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ParseApplicationUserModelId,ParseApplicationUserModelId,0 diff --git a/libc/nt/kernel32/PeekConsoleInputW.S b/libc/nt/kernel32/PeekConsoleInputW.S new file mode 100644 index 000000000..ab1511d7b --- /dev/null +++ b/libc/nt/kernel32/PeekConsoleInputW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PeekConsoleInputW,PeekConsoleInputW,0 + +#ifdef __x86_64__ + .text.windows +PeekConsoleInput: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PeekConsoleInputW(%rip),%rax + jmp __sysv2nt + .endfn PeekConsoleInput,globl + .previous +#endif diff --git a/libc/nt/kernel32/PeekConsoleInputW.s b/libc/nt/kernel32/PeekConsoleInputW.s deleted file mode 100644 index 420b4475f..000000000 --- a/libc/nt/kernel32/PeekConsoleInputW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PeekConsoleInputW,PeekConsoleInputW,0 - - .text.windows -PeekConsoleInput: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PeekConsoleInputW(%rip),%rax - jmp __sysv2nt - .endfn PeekConsoleInput,globl - .previous diff --git a/libc/nt/kernel32/PeekNamedPipe.S b/libc/nt/kernel32/PeekNamedPipe.S new file mode 100644 index 000000000..d017fb29a --- /dev/null +++ b/libc/nt/kernel32/PeekNamedPipe.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PeekNamedPipe,PeekNamedPipe,0 + +#ifdef __x86_64__ + .text.windows +PeekNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PeekNamedPipe(%rip),%rax + jmp __sysv2nt6 + .endfn PeekNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/PeekNamedPipe.s b/libc/nt/kernel32/PeekNamedPipe.s deleted file mode 100644 index f87ed97d5..000000000 --- a/libc/nt/kernel32/PeekNamedPipe.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PeekNamedPipe,PeekNamedPipe,0 - - .text.windows -PeekNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PeekNamedPipe(%rip),%rax - jmp __sysv2nt6 - .endfn PeekNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/PostQueuedCompletionStatus.S b/libc/nt/kernel32/PostQueuedCompletionStatus.S new file mode 100644 index 000000000..57b873469 --- /dev/null +++ b/libc/nt/kernel32/PostQueuedCompletionStatus.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PostQueuedCompletionStatus,PostQueuedCompletionStatus,0 + +#ifdef __x86_64__ + .text.windows +PostQueuedCompletionStatus: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PostQueuedCompletionStatus(%rip),%rax + jmp __sysv2nt + .endfn PostQueuedCompletionStatus,globl + .previous +#endif diff --git a/libc/nt/kernel32/PostQueuedCompletionStatus.s b/libc/nt/kernel32/PostQueuedCompletionStatus.s deleted file mode 100644 index ce8bb2957..000000000 --- a/libc/nt/kernel32/PostQueuedCompletionStatus.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PostQueuedCompletionStatus,PostQueuedCompletionStatus,0 - - .text.windows -PostQueuedCompletionStatus: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PostQueuedCompletionStatus(%rip),%rax - jmp __sysv2nt - .endfn PostQueuedCompletionStatus,globl - .previous diff --git a/libc/nt/kernel32/PowerClearRequest.S b/libc/nt/kernel32/PowerClearRequest.S new file mode 100644 index 000000000..ea580adfb --- /dev/null +++ b/libc/nt/kernel32/PowerClearRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PowerClearRequest,PowerClearRequest,1057 diff --git a/libc/nt/kernel32/PowerClearRequest.s b/libc/nt/kernel32/PowerClearRequest.s deleted file mode 100644 index b930dbfba..000000000 --- a/libc/nt/kernel32/PowerClearRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PowerClearRequest,PowerClearRequest,1057 diff --git a/libc/nt/kernel32/PowerCreateRequest.S b/libc/nt/kernel32/PowerCreateRequest.S new file mode 100644 index 000000000..db381c6cd --- /dev/null +++ b/libc/nt/kernel32/PowerCreateRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PowerCreateRequest,PowerCreateRequest,1058 diff --git a/libc/nt/kernel32/PowerCreateRequest.s b/libc/nt/kernel32/PowerCreateRequest.s deleted file mode 100644 index 97b65702a..000000000 --- a/libc/nt/kernel32/PowerCreateRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PowerCreateRequest,PowerCreateRequest,1058 diff --git a/libc/nt/kernel32/PowerSetRequest.S b/libc/nt/kernel32/PowerSetRequest.S new file mode 100644 index 000000000..a302bddfe --- /dev/null +++ b/libc/nt/kernel32/PowerSetRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PowerSetRequest,PowerSetRequest,1059 diff --git a/libc/nt/kernel32/PowerSetRequest.s b/libc/nt/kernel32/PowerSetRequest.s deleted file mode 100644 index f6ea0fb70..000000000 --- a/libc/nt/kernel32/PowerSetRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PowerSetRequest,PowerSetRequest,1059 diff --git a/libc/nt/kernel32/PrefetchVirtualMemory.S b/libc/nt/kernel32/PrefetchVirtualMemory.S new file mode 100644 index 000000000..d2cecb4a7 --- /dev/null +++ b/libc/nt/kernel32/PrefetchVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PrefetchVirtualMemory,PrefetchVirtualMemory,0 + +#ifdef __x86_64__ + .text.windows +PrefetchVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PrefetchVirtualMemory(%rip),%rax + jmp __sysv2nt + .endfn PrefetchVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/kernel32/PrefetchVirtualMemory.s b/libc/nt/kernel32/PrefetchVirtualMemory.s deleted file mode 100644 index fbfd60801..000000000 --- a/libc/nt/kernel32/PrefetchVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PrefetchVirtualMemory,PrefetchVirtualMemory,0 - - .text.windows -PrefetchVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PrefetchVirtualMemory(%rip),%rax - jmp __sysv2nt - .endfn PrefetchVirtualMemory,globl - .previous diff --git a/libc/nt/kernel32/PrepareTape.S b/libc/nt/kernel32/PrepareTape.S new file mode 100644 index 000000000..c1c88370b --- /dev/null +++ b/libc/nt/kernel32/PrepareTape.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PrepareTape,PrepareTape,1061 diff --git a/libc/nt/kernel32/PrepareTape.s b/libc/nt/kernel32/PrepareTape.s deleted file mode 100644 index d44e3da8a..000000000 --- a/libc/nt/kernel32/PrepareTape.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PrepareTape,PrepareTape,1061 diff --git a/libc/nt/kernel32/PrivMoveFileIdentityW.S b/libc/nt/kernel32/PrivMoveFileIdentityW.S new file mode 100644 index 000000000..0d7f50a38 --- /dev/null +++ b/libc/nt/kernel32/PrivMoveFileIdentityW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PrivMoveFileIdentityW,PrivMoveFileIdentityW,1063 diff --git a/libc/nt/kernel32/PrivMoveFileIdentityW.s b/libc/nt/kernel32/PrivMoveFileIdentityW.s deleted file mode 100644 index 1ea78ff17..000000000 --- a/libc/nt/kernel32/PrivMoveFileIdentityW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PrivMoveFileIdentityW,PrivMoveFileIdentityW,1063 diff --git a/libc/nt/kernel32/Process32FirstW.S b/libc/nt/kernel32/Process32FirstW.S new file mode 100644 index 000000000..ca75fc9ef --- /dev/null +++ b/libc/nt/kernel32/Process32FirstW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Process32FirstW,Process32FirstW,0 + +#ifdef __x86_64__ + .text.windows +Process32First: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_Process32FirstW(%rip),%rax + jmp __sysv2nt + .endfn Process32First,globl + .previous +#endif diff --git a/libc/nt/kernel32/Process32FirstW.s b/libc/nt/kernel32/Process32FirstW.s deleted file mode 100644 index d65af4e3f..000000000 --- a/libc/nt/kernel32/Process32FirstW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Process32FirstW,Process32FirstW,0 - - .text.windows -Process32First: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_Process32FirstW(%rip),%rax - jmp __sysv2nt - .endfn Process32First,globl - .previous diff --git a/libc/nt/kernel32/Process32NextW.S b/libc/nt/kernel32/Process32NextW.S new file mode 100644 index 000000000..b18ebca11 --- /dev/null +++ b/libc/nt/kernel32/Process32NextW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Process32NextW,Process32NextW,0 + +#ifdef __x86_64__ + .text.windows +Process32Next: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_Process32NextW(%rip),%rax + jmp __sysv2nt + .endfn Process32Next,globl + .previous +#endif diff --git a/libc/nt/kernel32/Process32NextW.s b/libc/nt/kernel32/Process32NextW.s deleted file mode 100644 index 9ae46191c..000000000 --- a/libc/nt/kernel32/Process32NextW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Process32NextW,Process32NextW,0 - - .text.windows -Process32Next: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_Process32NextW(%rip),%rax - jmp __sysv2nt - .endfn Process32Next,globl - .previous diff --git a/libc/nt/kernel32/ProcessIdToSessionId.S b/libc/nt/kernel32/ProcessIdToSessionId.S new file mode 100644 index 000000000..eb537d759 --- /dev/null +++ b/libc/nt/kernel32/ProcessIdToSessionId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ProcessIdToSessionId,ProcessIdToSessionId,0 diff --git a/libc/nt/kernel32/ProcessIdToSessionId.s b/libc/nt/kernel32/ProcessIdToSessionId.s deleted file mode 100644 index 5f687f4f6..000000000 --- a/libc/nt/kernel32/ProcessIdToSessionId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ProcessIdToSessionId,ProcessIdToSessionId,0 diff --git a/libc/nt/kernel32/PssCaptureSnapshot.S b/libc/nt/kernel32/PssCaptureSnapshot.S new file mode 100644 index 000000000..4f18d80e7 --- /dev/null +++ b/libc/nt/kernel32/PssCaptureSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssCaptureSnapshot,PssCaptureSnapshot,0 diff --git a/libc/nt/kernel32/PssCaptureSnapshot.s b/libc/nt/kernel32/PssCaptureSnapshot.s deleted file mode 100644 index c4b006944..000000000 --- a/libc/nt/kernel32/PssCaptureSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssCaptureSnapshot,PssCaptureSnapshot,0 diff --git a/libc/nt/kernel32/PssDuplicateSnapshot.S b/libc/nt/kernel32/PssDuplicateSnapshot.S new file mode 100644 index 000000000..9ff796d52 --- /dev/null +++ b/libc/nt/kernel32/PssDuplicateSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssDuplicateSnapshot,PssDuplicateSnapshot,0 diff --git a/libc/nt/kernel32/PssDuplicateSnapshot.s b/libc/nt/kernel32/PssDuplicateSnapshot.s deleted file mode 100644 index 5d45a270f..000000000 --- a/libc/nt/kernel32/PssDuplicateSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssDuplicateSnapshot,PssDuplicateSnapshot,0 diff --git a/libc/nt/kernel32/PssFreeSnapshot.S b/libc/nt/kernel32/PssFreeSnapshot.S new file mode 100644 index 000000000..fa5183184 --- /dev/null +++ b/libc/nt/kernel32/PssFreeSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssFreeSnapshot,PssFreeSnapshot,0 diff --git a/libc/nt/kernel32/PssFreeSnapshot.s b/libc/nt/kernel32/PssFreeSnapshot.s deleted file mode 100644 index abc3daa27..000000000 --- a/libc/nt/kernel32/PssFreeSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssFreeSnapshot,PssFreeSnapshot,0 diff --git a/libc/nt/kernel32/PssQuerySnapshot.S b/libc/nt/kernel32/PssQuerySnapshot.S new file mode 100644 index 000000000..f86a67810 --- /dev/null +++ b/libc/nt/kernel32/PssQuerySnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssQuerySnapshot,PssQuerySnapshot,0 diff --git a/libc/nt/kernel32/PssQuerySnapshot.s b/libc/nt/kernel32/PssQuerySnapshot.s deleted file mode 100644 index b46abc16a..000000000 --- a/libc/nt/kernel32/PssQuerySnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssQuerySnapshot,PssQuerySnapshot,0 diff --git a/libc/nt/kernel32/PssWalkMarkerCreate.S b/libc/nt/kernel32/PssWalkMarkerCreate.S new file mode 100644 index 000000000..0159f7342 --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerCreate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerCreate,PssWalkMarkerCreate,0 diff --git a/libc/nt/kernel32/PssWalkMarkerCreate.s b/libc/nt/kernel32/PssWalkMarkerCreate.s deleted file mode 100644 index f13837826..000000000 --- a/libc/nt/kernel32/PssWalkMarkerCreate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerCreate,PssWalkMarkerCreate,0 diff --git a/libc/nt/kernel32/PssWalkMarkerFree.S b/libc/nt/kernel32/PssWalkMarkerFree.S new file mode 100644 index 000000000..937affa27 --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerFree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerFree,PssWalkMarkerFree,0 diff --git a/libc/nt/kernel32/PssWalkMarkerFree.s b/libc/nt/kernel32/PssWalkMarkerFree.s deleted file mode 100644 index 89b21b70c..000000000 --- a/libc/nt/kernel32/PssWalkMarkerFree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerFree,PssWalkMarkerFree,0 diff --git a/libc/nt/kernel32/PssWalkMarkerGetPosition.S b/libc/nt/kernel32/PssWalkMarkerGetPosition.S new file mode 100644 index 000000000..f0858ca3a --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerGetPosition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerGetPosition,PssWalkMarkerGetPosition,0 diff --git a/libc/nt/kernel32/PssWalkMarkerGetPosition.s b/libc/nt/kernel32/PssWalkMarkerGetPosition.s deleted file mode 100644 index 3df22e021..000000000 --- a/libc/nt/kernel32/PssWalkMarkerGetPosition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerGetPosition,PssWalkMarkerGetPosition,0 diff --git a/libc/nt/kernel32/PssWalkMarkerRewind.S b/libc/nt/kernel32/PssWalkMarkerRewind.S new file mode 100644 index 000000000..2368a11e7 --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerRewind.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerRewind,PssWalkMarkerRewind,1076 diff --git a/libc/nt/kernel32/PssWalkMarkerRewind.s b/libc/nt/kernel32/PssWalkMarkerRewind.s deleted file mode 100644 index c8f6fe6e6..000000000 --- a/libc/nt/kernel32/PssWalkMarkerRewind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerRewind,PssWalkMarkerRewind,1076 diff --git a/libc/nt/kernel32/PssWalkMarkerSeek.S b/libc/nt/kernel32/PssWalkMarkerSeek.S new file mode 100644 index 000000000..e8ec2036e --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerSeek.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerSeek,PssWalkMarkerSeek,1077 diff --git a/libc/nt/kernel32/PssWalkMarkerSeek.s b/libc/nt/kernel32/PssWalkMarkerSeek.s deleted file mode 100644 index 88770c0cb..000000000 --- a/libc/nt/kernel32/PssWalkMarkerSeek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerSeek,PssWalkMarkerSeek,1077 diff --git a/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.S b/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.S new file mode 100644 index 000000000..3c4883d2c --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerSeekToBeginning,PssWalkMarkerSeekToBeginning,0 diff --git a/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.s b/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.s deleted file mode 100644 index c508f905e..000000000 --- a/libc/nt/kernel32/PssWalkMarkerSeekToBeginning.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerSeekToBeginning,PssWalkMarkerSeekToBeginning,0 diff --git a/libc/nt/kernel32/PssWalkMarkerSetPosition.S b/libc/nt/kernel32/PssWalkMarkerSetPosition.S new file mode 100644 index 000000000..0a16109c3 --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerSetPosition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerSetPosition,PssWalkMarkerSetPosition,0 diff --git a/libc/nt/kernel32/PssWalkMarkerSetPosition.s b/libc/nt/kernel32/PssWalkMarkerSetPosition.s deleted file mode 100644 index a6219d15a..000000000 --- a/libc/nt/kernel32/PssWalkMarkerSetPosition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerSetPosition,PssWalkMarkerSetPosition,0 diff --git a/libc/nt/kernel32/PssWalkMarkerTell.S b/libc/nt/kernel32/PssWalkMarkerTell.S new file mode 100644 index 000000000..4380615c6 --- /dev/null +++ b/libc/nt/kernel32/PssWalkMarkerTell.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkMarkerTell,PssWalkMarkerTell,1080 diff --git a/libc/nt/kernel32/PssWalkMarkerTell.s b/libc/nt/kernel32/PssWalkMarkerTell.s deleted file mode 100644 index 89fbbb827..000000000 --- a/libc/nt/kernel32/PssWalkMarkerTell.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkMarkerTell,PssWalkMarkerTell,1080 diff --git a/libc/nt/kernel32/PssWalkSnapshot.S b/libc/nt/kernel32/PssWalkSnapshot.S new file mode 100644 index 000000000..e8cda94c6 --- /dev/null +++ b/libc/nt/kernel32/PssWalkSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PssWalkSnapshot,PssWalkSnapshot,0 diff --git a/libc/nt/kernel32/PssWalkSnapshot.s b/libc/nt/kernel32/PssWalkSnapshot.s deleted file mode 100644 index a1a58db73..000000000 --- a/libc/nt/kernel32/PssWalkSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PssWalkSnapshot,PssWalkSnapshot,0 diff --git a/libc/nt/kernel32/PulseEvent.S b/libc/nt/kernel32/PulseEvent.S new file mode 100644 index 000000000..cf77eee0d --- /dev/null +++ b/libc/nt/kernel32/PulseEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PulseEvent,PulseEvent,0 + +#ifdef __x86_64__ + .text.windows +PulseEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_PulseEvent(%rip) + leave + ret + .endfn PulseEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/PulseEvent.s b/libc/nt/kernel32/PulseEvent.s deleted file mode 100644 index 019ae755a..000000000 --- a/libc/nt/kernel32/PulseEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PulseEvent,PulseEvent,0 - - .text.windows -PulseEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_PulseEvent(%rip) - leave - ret - .endfn PulseEvent,globl - .previous diff --git a/libc/nt/kernel32/PurgeComm.S b/libc/nt/kernel32/PurgeComm.S new file mode 100644 index 000000000..2601ced93 --- /dev/null +++ b/libc/nt/kernel32/PurgeComm.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_PurgeComm,PurgeComm,0 + +#ifdef __x86_64__ + .text.windows +PurgeComm: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PurgeComm(%rip),%rax + jmp __sysv2nt + .endfn PurgeComm,globl + .previous +#endif diff --git a/libc/nt/kernel32/PurgeComm.s b/libc/nt/kernel32/PurgeComm.s deleted file mode 100644 index d1d3a441d..000000000 --- a/libc/nt/kernel32/PurgeComm.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_PurgeComm,PurgeComm,0 - - .text.windows -PurgeComm: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PurgeComm(%rip),%rax - jmp __sysv2nt - .endfn PurgeComm,globl - .previous diff --git a/libc/nt/kernel32/QueryActCtxSettingsW.S b/libc/nt/kernel32/QueryActCtxSettingsW.S new file mode 100644 index 000000000..e3f34dd91 --- /dev/null +++ b/libc/nt/kernel32/QueryActCtxSettingsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryActCtxSettingsW,QueryActCtxSettingsW,0 diff --git a/libc/nt/kernel32/QueryActCtxSettingsW.s b/libc/nt/kernel32/QueryActCtxSettingsW.s deleted file mode 100644 index 40e459047..000000000 --- a/libc/nt/kernel32/QueryActCtxSettingsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryActCtxSettingsW,QueryActCtxSettingsW,0 diff --git a/libc/nt/kernel32/QueryActCtxSettingsWWorker.S b/libc/nt/kernel32/QueryActCtxSettingsWWorker.S new file mode 100644 index 000000000..4e0079958 --- /dev/null +++ b/libc/nt/kernel32/QueryActCtxSettingsWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryActCtxSettingsWWorker,QueryActCtxSettingsWWorker,1085 diff --git a/libc/nt/kernel32/QueryActCtxSettingsWWorker.s b/libc/nt/kernel32/QueryActCtxSettingsWWorker.s deleted file mode 100644 index fa57a8408..000000000 --- a/libc/nt/kernel32/QueryActCtxSettingsWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryActCtxSettingsWWorker,QueryActCtxSettingsWWorker,1085 diff --git a/libc/nt/kernel32/QueryActCtxW.S b/libc/nt/kernel32/QueryActCtxW.S new file mode 100644 index 000000000..4d31d6a74 --- /dev/null +++ b/libc/nt/kernel32/QueryActCtxW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryActCtxW,QueryActCtxW,0 diff --git a/libc/nt/kernel32/QueryActCtxW.s b/libc/nt/kernel32/QueryActCtxW.s deleted file mode 100644 index 1fa532688..000000000 --- a/libc/nt/kernel32/QueryActCtxW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryActCtxW,QueryActCtxW,0 diff --git a/libc/nt/kernel32/QueryActCtxWWorker.S b/libc/nt/kernel32/QueryActCtxWWorker.S new file mode 100644 index 000000000..de9b49d7b --- /dev/null +++ b/libc/nt/kernel32/QueryActCtxWWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryActCtxWWorker,QueryActCtxWWorker,1087 diff --git a/libc/nt/kernel32/QueryActCtxWWorker.s b/libc/nt/kernel32/QueryActCtxWWorker.s deleted file mode 100644 index 6c6f61d20..000000000 --- a/libc/nt/kernel32/QueryActCtxWWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryActCtxWWorker,QueryActCtxWWorker,1087 diff --git a/libc/nt/kernel32/QueryDosDeviceW.S b/libc/nt/kernel32/QueryDosDeviceW.S new file mode 100644 index 000000000..1d04f9b90 --- /dev/null +++ b/libc/nt/kernel32/QueryDosDeviceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryDosDeviceW,QueryDosDeviceW,0 diff --git a/libc/nt/kernel32/QueryDosDeviceW.s b/libc/nt/kernel32/QueryDosDeviceW.s deleted file mode 100644 index fe731b376..000000000 --- a/libc/nt/kernel32/QueryDosDeviceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryDosDeviceW,QueryDosDeviceW,0 diff --git a/libc/nt/kernel32/QueryFullProcessImageNameW.S b/libc/nt/kernel32/QueryFullProcessImageNameW.S new file mode 100644 index 000000000..5c04e05d4 --- /dev/null +++ b/libc/nt/kernel32/QueryFullProcessImageNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryFullProcessImageNameW,QueryFullProcessImageNameW,0 diff --git a/libc/nt/kernel32/QueryFullProcessImageNameW.s b/libc/nt/kernel32/QueryFullProcessImageNameW.s deleted file mode 100644 index de5713440..000000000 --- a/libc/nt/kernel32/QueryFullProcessImageNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryFullProcessImageNameW,QueryFullProcessImageNameW,0 diff --git a/libc/nt/kernel32/QueryIdleProcessorCycleTime.S b/libc/nt/kernel32/QueryIdleProcessorCycleTime.S new file mode 100644 index 000000000..f8f0ffc79 --- /dev/null +++ b/libc/nt/kernel32/QueryIdleProcessorCycleTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryIdleProcessorCycleTime,QueryIdleProcessorCycleTime,0 diff --git a/libc/nt/kernel32/QueryIdleProcessorCycleTime.s b/libc/nt/kernel32/QueryIdleProcessorCycleTime.s deleted file mode 100644 index 00249957a..000000000 --- a/libc/nt/kernel32/QueryIdleProcessorCycleTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryIdleProcessorCycleTime,QueryIdleProcessorCycleTime,0 diff --git a/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.S b/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.S new file mode 100644 index 000000000..0206f72c1 --- /dev/null +++ b/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryIdleProcessorCycleTimeEx,QueryIdleProcessorCycleTimeEx,0 diff --git a/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.s b/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.s deleted file mode 100644 index 6f7504c3c..000000000 --- a/libc/nt/kernel32/QueryIdleProcessorCycleTimeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryIdleProcessorCycleTimeEx,QueryIdleProcessorCycleTimeEx,0 diff --git a/libc/nt/kernel32/QueryInformationJobObject.S b/libc/nt/kernel32/QueryInformationJobObject.S new file mode 100644 index 000000000..bc5ba17f0 --- /dev/null +++ b/libc/nt/kernel32/QueryInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryInformationJobObject,QueryInformationJobObject,1095 diff --git a/libc/nt/kernel32/QueryInformationJobObject.s b/libc/nt/kernel32/QueryInformationJobObject.s deleted file mode 100644 index d75d627b0..000000000 --- a/libc/nt/kernel32/QueryInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryInformationJobObject,QueryInformationJobObject,1095 diff --git a/libc/nt/kernel32/QueryIoRateControlInformationJobObject.S b/libc/nt/kernel32/QueryIoRateControlInformationJobObject.S new file mode 100644 index 000000000..63d67629a --- /dev/null +++ b/libc/nt/kernel32/QueryIoRateControlInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryIoRateControlInformationJobObject,QueryIoRateControlInformationJobObject,1096 diff --git a/libc/nt/kernel32/QueryIoRateControlInformationJobObject.s b/libc/nt/kernel32/QueryIoRateControlInformationJobObject.s deleted file mode 100644 index 0cb8e7ac5..000000000 --- a/libc/nt/kernel32/QueryIoRateControlInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryIoRateControlInformationJobObject,QueryIoRateControlInformationJobObject,1096 diff --git a/libc/nt/kernel32/QueryMemoryResourceNotification.S b/libc/nt/kernel32/QueryMemoryResourceNotification.S new file mode 100644 index 000000000..492c281ee --- /dev/null +++ b/libc/nt/kernel32/QueryMemoryResourceNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryMemoryResourceNotification,QueryMemoryResourceNotification,0 diff --git a/libc/nt/kernel32/QueryMemoryResourceNotification.s b/libc/nt/kernel32/QueryMemoryResourceNotification.s deleted file mode 100644 index 6fee5478b..000000000 --- a/libc/nt/kernel32/QueryMemoryResourceNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryMemoryResourceNotification,QueryMemoryResourceNotification,0 diff --git a/libc/nt/kernel32/QueryPerformanceCounter.S b/libc/nt/kernel32/QueryPerformanceCounter.S new file mode 100644 index 000000000..ed310fddd --- /dev/null +++ b/libc/nt/kernel32/QueryPerformanceCounter.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryPerformanceCounter,QueryPerformanceCounter,1098 + +#ifdef __x86_64__ + .text.windows +QueryPerformanceCounter: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_QueryPerformanceCounter(%rip) + leave + ret + .endfn QueryPerformanceCounter,globl + .previous +#endif diff --git a/libc/nt/kernel32/QueryPerformanceCounter.s b/libc/nt/kernel32/QueryPerformanceCounter.s deleted file mode 100644 index d83aa0661..000000000 --- a/libc/nt/kernel32/QueryPerformanceCounter.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryPerformanceCounter,QueryPerformanceCounter,1098 - - .text.windows -QueryPerformanceCounter: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_QueryPerformanceCounter(%rip) - leave - ret - .endfn QueryPerformanceCounter,globl - .previous diff --git a/libc/nt/kernel32/QueryPerformanceFrequency.S b/libc/nt/kernel32/QueryPerformanceFrequency.S new file mode 100644 index 000000000..130b6949f --- /dev/null +++ b/libc/nt/kernel32/QueryPerformanceFrequency.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryPerformanceFrequency,QueryPerformanceFrequency,1099 + +#ifdef __x86_64__ + .text.windows +QueryPerformanceFrequency: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_QueryPerformanceFrequency(%rip) + leave + ret + .endfn QueryPerformanceFrequency,globl + .previous +#endif diff --git a/libc/nt/kernel32/QueryPerformanceFrequency.s b/libc/nt/kernel32/QueryPerformanceFrequency.s deleted file mode 100644 index 2b1fd021e..000000000 --- a/libc/nt/kernel32/QueryPerformanceFrequency.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryPerformanceFrequency,QueryPerformanceFrequency,1099 - - .text.windows -QueryPerformanceFrequency: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_QueryPerformanceFrequency(%rip) - leave - ret - .endfn QueryPerformanceFrequency,globl - .previous diff --git a/libc/nt/kernel32/QueryProcessAffinityUpdateMode.S b/libc/nt/kernel32/QueryProcessAffinityUpdateMode.S new file mode 100644 index 000000000..acb34c893 --- /dev/null +++ b/libc/nt/kernel32/QueryProcessAffinityUpdateMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryProcessAffinityUpdateMode,QueryProcessAffinityUpdateMode,0 diff --git a/libc/nt/kernel32/QueryProcessAffinityUpdateMode.s b/libc/nt/kernel32/QueryProcessAffinityUpdateMode.s deleted file mode 100644 index 9d4469aca..000000000 --- a/libc/nt/kernel32/QueryProcessAffinityUpdateMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryProcessAffinityUpdateMode,QueryProcessAffinityUpdateMode,0 diff --git a/libc/nt/kernel32/QueryProcessCycleTime.S b/libc/nt/kernel32/QueryProcessCycleTime.S new file mode 100644 index 000000000..63715f8ee --- /dev/null +++ b/libc/nt/kernel32/QueryProcessCycleTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryProcessCycleTime,QueryProcessCycleTime,0 diff --git a/libc/nt/kernel32/QueryProcessCycleTime.s b/libc/nt/kernel32/QueryProcessCycleTime.s deleted file mode 100644 index 00c9f1061..000000000 --- a/libc/nt/kernel32/QueryProcessCycleTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryProcessCycleTime,QueryProcessCycleTime,0 diff --git a/libc/nt/kernel32/QueryProtectedPolicy.S b/libc/nt/kernel32/QueryProtectedPolicy.S new file mode 100644 index 000000000..c12258183 --- /dev/null +++ b/libc/nt/kernel32/QueryProtectedPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryProtectedPolicy,QueryProtectedPolicy,0 diff --git a/libc/nt/kernel32/QueryProtectedPolicy.s b/libc/nt/kernel32/QueryProtectedPolicy.s deleted file mode 100644 index ab43109ee..000000000 --- a/libc/nt/kernel32/QueryProtectedPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryProtectedPolicy,QueryProtectedPolicy,0 diff --git a/libc/nt/kernel32/QueryThreadCycleTime.S b/libc/nt/kernel32/QueryThreadCycleTime.S new file mode 100644 index 000000000..55f82e59c --- /dev/null +++ b/libc/nt/kernel32/QueryThreadCycleTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryThreadCycleTime,QueryThreadCycleTime,0 diff --git a/libc/nt/kernel32/QueryThreadCycleTime.s b/libc/nt/kernel32/QueryThreadCycleTime.s deleted file mode 100644 index 157202b99..000000000 --- a/libc/nt/kernel32/QueryThreadCycleTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryThreadCycleTime,QueryThreadCycleTime,0 diff --git a/libc/nt/kernel32/QueryThreadProfiling.S b/libc/nt/kernel32/QueryThreadProfiling.S new file mode 100644 index 000000000..9cfc7be6f --- /dev/null +++ b/libc/nt/kernel32/QueryThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryThreadProfiling,QueryThreadProfiling,1104 diff --git a/libc/nt/kernel32/QueryThreadProfiling.s b/libc/nt/kernel32/QueryThreadProfiling.s deleted file mode 100644 index bfd633ec7..000000000 --- a/libc/nt/kernel32/QueryThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryThreadProfiling,QueryThreadProfiling,1104 diff --git a/libc/nt/kernel32/QueryThreadpoolStackInformation.S b/libc/nt/kernel32/QueryThreadpoolStackInformation.S new file mode 100644 index 000000000..922500b4a --- /dev/null +++ b/libc/nt/kernel32/QueryThreadpoolStackInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryThreadpoolStackInformation,QueryThreadpoolStackInformation,0 diff --git a/libc/nt/kernel32/QueryThreadpoolStackInformation.s b/libc/nt/kernel32/QueryThreadpoolStackInformation.s deleted file mode 100644 index 1d8b89217..000000000 --- a/libc/nt/kernel32/QueryThreadpoolStackInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryThreadpoolStackInformation,QueryThreadpoolStackInformation,0 diff --git a/libc/nt/kernel32/QueryUmsThreadInformation.S b/libc/nt/kernel32/QueryUmsThreadInformation.S new file mode 100644 index 000000000..cbefb06cc --- /dev/null +++ b/libc/nt/kernel32/QueryUmsThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryUmsThreadInformation,QueryUmsThreadInformation,1106 diff --git a/libc/nt/kernel32/QueryUmsThreadInformation.s b/libc/nt/kernel32/QueryUmsThreadInformation.s deleted file mode 100644 index 527e83718..000000000 --- a/libc/nt/kernel32/QueryUmsThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryUmsThreadInformation,QueryUmsThreadInformation,1106 diff --git a/libc/nt/kernel32/QueryUnbiasedInterruptTime.S b/libc/nt/kernel32/QueryUnbiasedInterruptTime.S new file mode 100644 index 000000000..70bce8057 --- /dev/null +++ b/libc/nt/kernel32/QueryUnbiasedInterruptTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueryUnbiasedInterruptTime,QueryUnbiasedInterruptTime,1107 diff --git a/libc/nt/kernel32/QueryUnbiasedInterruptTime.s b/libc/nt/kernel32/QueryUnbiasedInterruptTime.s deleted file mode 100644 index 20fc31059..000000000 --- a/libc/nt/kernel32/QueryUnbiasedInterruptTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueryUnbiasedInterruptTime,QueryUnbiasedInterruptTime,1107 diff --git a/libc/nt/kernel32/QueueUserAPC.S b/libc/nt/kernel32/QueueUserAPC.S new file mode 100644 index 000000000..6660777a3 --- /dev/null +++ b/libc/nt/kernel32/QueueUserAPC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueueUserAPC,QueueUserAPC,0 diff --git a/libc/nt/kernel32/QueueUserAPC.s b/libc/nt/kernel32/QueueUserAPC.s deleted file mode 100644 index 55fd6e5af..000000000 --- a/libc/nt/kernel32/QueueUserAPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueueUserAPC,QueueUserAPC,0 diff --git a/libc/nt/kernel32/QueueUserWorkItem.S b/libc/nt/kernel32/QueueUserWorkItem.S new file mode 100644 index 000000000..a20be65e4 --- /dev/null +++ b/libc/nt/kernel32/QueueUserWorkItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QueueUserWorkItem,QueueUserWorkItem,0 diff --git a/libc/nt/kernel32/QueueUserWorkItem.s b/libc/nt/kernel32/QueueUserWorkItem.s deleted file mode 100644 index 2c0a97a24..000000000 --- a/libc/nt/kernel32/QueueUserWorkItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QueueUserWorkItem,QueueUserWorkItem,0 diff --git a/libc/nt/kernel32/QuirkGetData2Worker.S b/libc/nt/kernel32/QuirkGetData2Worker.S new file mode 100644 index 000000000..7490726bf --- /dev/null +++ b/libc/nt/kernel32/QuirkGetData2Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkGetData2Worker,QuirkGetData2Worker,1110 diff --git a/libc/nt/kernel32/QuirkGetData2Worker.s b/libc/nt/kernel32/QuirkGetData2Worker.s deleted file mode 100644 index 9c2fbe553..000000000 --- a/libc/nt/kernel32/QuirkGetData2Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkGetData2Worker,QuirkGetData2Worker,1110 diff --git a/libc/nt/kernel32/QuirkGetDataWorker.S b/libc/nt/kernel32/QuirkGetDataWorker.S new file mode 100644 index 000000000..18e64bf5d --- /dev/null +++ b/libc/nt/kernel32/QuirkGetDataWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkGetDataWorker,QuirkGetDataWorker,1111 diff --git a/libc/nt/kernel32/QuirkGetDataWorker.s b/libc/nt/kernel32/QuirkGetDataWorker.s deleted file mode 100644 index e57548338..000000000 --- a/libc/nt/kernel32/QuirkGetDataWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkGetDataWorker,QuirkGetDataWorker,1111 diff --git a/libc/nt/kernel32/QuirkIsEnabled2Worker.S b/libc/nt/kernel32/QuirkIsEnabled2Worker.S new file mode 100644 index 000000000..4b7d20a2b --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabled2Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabled2Worker,QuirkIsEnabled2Worker,1112 diff --git a/libc/nt/kernel32/QuirkIsEnabled2Worker.s b/libc/nt/kernel32/QuirkIsEnabled2Worker.s deleted file mode 100644 index 393f284cd..000000000 --- a/libc/nt/kernel32/QuirkIsEnabled2Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabled2Worker,QuirkIsEnabled2Worker,1112 diff --git a/libc/nt/kernel32/QuirkIsEnabled3Worker.S b/libc/nt/kernel32/QuirkIsEnabled3Worker.S new file mode 100644 index 000000000..5f85fb6f2 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabled3Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabled3Worker,QuirkIsEnabled3Worker,1113 diff --git a/libc/nt/kernel32/QuirkIsEnabled3Worker.s b/libc/nt/kernel32/QuirkIsEnabled3Worker.s deleted file mode 100644 index e7e3c66d2..000000000 --- a/libc/nt/kernel32/QuirkIsEnabled3Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabled3Worker,QuirkIsEnabled3Worker,1113 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.S b/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.S new file mode 100644 index 000000000..e11d5c556 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledForPackage2Worker,QuirkIsEnabledForPackage2Worker,1114 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.s b/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.s deleted file mode 100644 index e2ba96d69..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledForPackage2Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledForPackage2Worker,QuirkIsEnabledForPackage2Worker,1114 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.S b/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.S new file mode 100644 index 000000000..20aef4c61 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledForPackage3Worker,QuirkIsEnabledForPackage3Worker,1115 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.s b/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.s deleted file mode 100644 index 058674c62..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledForPackage3Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledForPackage3Worker,QuirkIsEnabledForPackage3Worker,1115 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.S b/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.S new file mode 100644 index 000000000..7232a77e0 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledForPackage4Worker,QuirkIsEnabledForPackage4Worker,1116 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.s b/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.s deleted file mode 100644 index e1318444b..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledForPackage4Worker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledForPackage4Worker,QuirkIsEnabledForPackage4Worker,1116 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.S b/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.S new file mode 100644 index 000000000..73dfdb8f0 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledForPackageWorker,QuirkIsEnabledForPackageWorker,1117 diff --git a/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.s b/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.s deleted file mode 100644 index 3d6f0fee5..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledForPackageWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledForPackageWorker,QuirkIsEnabledForPackageWorker,1117 diff --git a/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.S b/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.S new file mode 100644 index 000000000..b43618d88 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledForProcessWorker,QuirkIsEnabledForProcessWorker,1118 diff --git a/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.s b/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.s deleted file mode 100644 index a97269201..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledForProcessWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledForProcessWorker,QuirkIsEnabledForProcessWorker,1118 diff --git a/libc/nt/kernel32/QuirkIsEnabledWorker.S b/libc/nt/kernel32/QuirkIsEnabledWorker.S new file mode 100644 index 000000000..3636c4a24 --- /dev/null +++ b/libc/nt/kernel32/QuirkIsEnabledWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_QuirkIsEnabledWorker,QuirkIsEnabledWorker,1119 diff --git a/libc/nt/kernel32/QuirkIsEnabledWorker.s b/libc/nt/kernel32/QuirkIsEnabledWorker.s deleted file mode 100644 index 8ecffb67b..000000000 --- a/libc/nt/kernel32/QuirkIsEnabledWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_QuirkIsEnabledWorker,QuirkIsEnabledWorker,1119 diff --git a/libc/nt/kernel32/RaiseException.S b/libc/nt/kernel32/RaiseException.S new file mode 100644 index 000000000..1929542e7 --- /dev/null +++ b/libc/nt/kernel32/RaiseException.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RaiseException,RaiseException,0 diff --git a/libc/nt/kernel32/RaiseException.s b/libc/nt/kernel32/RaiseException.s deleted file mode 100644 index 89dfba103..000000000 --- a/libc/nt/kernel32/RaiseException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RaiseException,RaiseException,0 diff --git a/libc/nt/kernel32/RaiseFailFastException.S b/libc/nt/kernel32/RaiseFailFastException.S new file mode 100644 index 000000000..f0d683b55 --- /dev/null +++ b/libc/nt/kernel32/RaiseFailFastException.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RaiseFailFastException,RaiseFailFastException,0 diff --git a/libc/nt/kernel32/RaiseFailFastException.s b/libc/nt/kernel32/RaiseFailFastException.s deleted file mode 100644 index e92e3aaed..000000000 --- a/libc/nt/kernel32/RaiseFailFastException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RaiseFailFastException,RaiseFailFastException,0 diff --git a/libc/nt/kernel32/RaiseInvalid16BitExeError.S b/libc/nt/kernel32/RaiseInvalid16BitExeError.S new file mode 100644 index 000000000..8f2f8fe99 --- /dev/null +++ b/libc/nt/kernel32/RaiseInvalid16BitExeError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RaiseInvalid16BitExeError,RaiseInvalid16BitExeError,1122 diff --git a/libc/nt/kernel32/RaiseInvalid16BitExeError.s b/libc/nt/kernel32/RaiseInvalid16BitExeError.s deleted file mode 100644 index 288cd71ac..000000000 --- a/libc/nt/kernel32/RaiseInvalid16BitExeError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RaiseInvalid16BitExeError,RaiseInvalid16BitExeError,1122 diff --git a/libc/nt/kernel32/ReOpenFile.S b/libc/nt/kernel32/ReOpenFile.S new file mode 100644 index 000000000..786033a90 --- /dev/null +++ b/libc/nt/kernel32/ReOpenFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReOpenFile,ReOpenFile,0 + +#ifdef __x86_64__ + .text.windows +__ReOpenFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReOpenFile(%rip),%rax + jmp __sysv2nt + .endfn __ReOpenFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReOpenFile.s b/libc/nt/kernel32/ReOpenFile.s deleted file mode 100644 index 57e2e32df..000000000 --- a/libc/nt/kernel32/ReOpenFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReOpenFile,ReOpenFile,0 - - .text.windows -__ReOpenFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReOpenFile(%rip),%rax - jmp __sysv2nt - .endfn __ReOpenFile,globl - .previous diff --git a/libc/nt/kernel32/ReadConsoleInputW.S b/libc/nt/kernel32/ReadConsoleInputW.S new file mode 100644 index 000000000..bfc9c5922 --- /dev/null +++ b/libc/nt/kernel32/ReadConsoleInputW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadConsoleInputW,ReadConsoleInputW,0 + +#ifdef __x86_64__ + .text.windows +ReadConsoleInput: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadConsoleInputW(%rip),%rax + jmp __sysv2nt + .endfn ReadConsoleInput,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadConsoleInputW.s b/libc/nt/kernel32/ReadConsoleInputW.s deleted file mode 100644 index 23b44070d..000000000 --- a/libc/nt/kernel32/ReadConsoleInputW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadConsoleInputW,ReadConsoleInputW,0 - - .text.windows -ReadConsoleInput: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadConsoleInputW(%rip),%rax - jmp __sysv2nt - .endfn ReadConsoleInput,globl - .previous diff --git a/libc/nt/kernel32/ReadConsoleOutputAttribute.S b/libc/nt/kernel32/ReadConsoleOutputAttribute.S new file mode 100644 index 000000000..ddfa1ae77 --- /dev/null +++ b/libc/nt/kernel32/ReadConsoleOutputAttribute.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadConsoleOutputAttribute,ReadConsoleOutputAttribute,0 + +#ifdef __x86_64__ + .text.windows +ReadConsoleOutputAttribute: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadConsoleOutputAttribute(%rip),%rax + jmp __sysv2nt6 + .endfn ReadConsoleOutputAttribute,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadConsoleOutputAttribute.s b/libc/nt/kernel32/ReadConsoleOutputAttribute.s deleted file mode 100644 index 52773ae96..000000000 --- a/libc/nt/kernel32/ReadConsoleOutputAttribute.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadConsoleOutputAttribute,ReadConsoleOutputAttribute,0 - - .text.windows -ReadConsoleOutputAttribute: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadConsoleOutputAttribute(%rip),%rax - jmp __sysv2nt6 - .endfn ReadConsoleOutputAttribute,globl - .previous diff --git a/libc/nt/kernel32/ReadConsoleOutputCharacterW.S b/libc/nt/kernel32/ReadConsoleOutputCharacterW.S new file mode 100644 index 000000000..6b3060559 --- /dev/null +++ b/libc/nt/kernel32/ReadConsoleOutputCharacterW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadConsoleOutputCharacterW,ReadConsoleOutputCharacterW,0 + +#ifdef __x86_64__ + .text.windows +ReadConsoleOutputCharacter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadConsoleOutputCharacterW(%rip),%rax + jmp __sysv2nt6 + .endfn ReadConsoleOutputCharacter,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadConsoleOutputCharacterW.s b/libc/nt/kernel32/ReadConsoleOutputCharacterW.s deleted file mode 100644 index 800213979..000000000 --- a/libc/nt/kernel32/ReadConsoleOutputCharacterW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadConsoleOutputCharacterW,ReadConsoleOutputCharacterW,0 - - .text.windows -ReadConsoleOutputCharacter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadConsoleOutputCharacterW(%rip),%rax - jmp __sysv2nt6 - .endfn ReadConsoleOutputCharacter,globl - .previous diff --git a/libc/nt/kernel32/ReadConsoleOutputW.S b/libc/nt/kernel32/ReadConsoleOutputW.S new file mode 100644 index 000000000..b0ca02ce7 --- /dev/null +++ b/libc/nt/kernel32/ReadConsoleOutputW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadConsoleOutputW,ReadConsoleOutputW,0 + +#ifdef __x86_64__ + .text.windows +ReadConsoleOutput: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadConsoleOutputW(%rip),%rax + jmp __sysv2nt6 + .endfn ReadConsoleOutput,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadConsoleOutputW.s b/libc/nt/kernel32/ReadConsoleOutputW.s deleted file mode 100644 index 0d75b8325..000000000 --- a/libc/nt/kernel32/ReadConsoleOutputW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadConsoleOutputW,ReadConsoleOutputW,0 - - .text.windows -ReadConsoleOutput: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadConsoleOutputW(%rip),%rax - jmp __sysv2nt6 - .endfn ReadConsoleOutput,globl - .previous diff --git a/libc/nt/kernel32/ReadConsoleW.S b/libc/nt/kernel32/ReadConsoleW.S new file mode 100644 index 000000000..9d2be8d14 --- /dev/null +++ b/libc/nt/kernel32/ReadConsoleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadConsoleW,ReadConsoleW,0 + +#ifdef __x86_64__ + .text.windows +ReadConsole: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadConsoleW(%rip),%rax + jmp __sysv2nt6 + .endfn ReadConsole,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadConsoleW.s b/libc/nt/kernel32/ReadConsoleW.s deleted file mode 100644 index 363677d37..000000000 --- a/libc/nt/kernel32/ReadConsoleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadConsoleW,ReadConsoleW,0 - - .text.windows -ReadConsole: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadConsoleW(%rip),%rax - jmp __sysv2nt6 - .endfn ReadConsole,globl - .previous diff --git a/libc/nt/kernel32/ReadDirectoryChangesW.S b/libc/nt/kernel32/ReadDirectoryChangesW.S new file mode 100644 index 000000000..68ea03636 --- /dev/null +++ b/libc/nt/kernel32/ReadDirectoryChangesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadDirectoryChangesW,ReadDirectoryChangesW,0 diff --git a/libc/nt/kernel32/ReadDirectoryChangesW.s b/libc/nt/kernel32/ReadDirectoryChangesW.s deleted file mode 100644 index f4fe941c4..000000000 --- a/libc/nt/kernel32/ReadDirectoryChangesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadDirectoryChangesW,ReadDirectoryChangesW,0 diff --git a/libc/nt/kernel32/ReadFile.S b/libc/nt/kernel32/ReadFile.S new file mode 100644 index 000000000..f6a28915c --- /dev/null +++ b/libc/nt/kernel32/ReadFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadFile,ReadFile,0 + +#ifdef __x86_64__ + .text.windows +ReadFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadFile(%rip),%rax + jmp __sysv2nt6 + .endfn ReadFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadFile.s b/libc/nt/kernel32/ReadFile.s deleted file mode 100644 index f89747ddd..000000000 --- a/libc/nt/kernel32/ReadFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadFile,ReadFile,0 - - .text.windows -ReadFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadFile(%rip),%rax - jmp __sysv2nt6 - .endfn ReadFile,globl - .previous diff --git a/libc/nt/kernel32/ReadFileEx.S b/libc/nt/kernel32/ReadFileEx.S new file mode 100644 index 000000000..d3b4e57fb --- /dev/null +++ b/libc/nt/kernel32/ReadFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadFileEx,ReadFileEx,0 + +#ifdef __x86_64__ + .text.windows +ReadFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadFileEx(%rip),%rax + jmp __sysv2nt6 + .endfn ReadFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadFileEx.s b/libc/nt/kernel32/ReadFileEx.s deleted file mode 100644 index 09110d86c..000000000 --- a/libc/nt/kernel32/ReadFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadFileEx,ReadFileEx,0 - - .text.windows -ReadFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadFileEx(%rip),%rax - jmp __sysv2nt6 - .endfn ReadFileEx,globl - .previous diff --git a/libc/nt/kernel32/ReadFileScatter.S b/libc/nt/kernel32/ReadFileScatter.S new file mode 100644 index 000000000..331318863 --- /dev/null +++ b/libc/nt/kernel32/ReadFileScatter.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadFileScatter,ReadFileScatter,0 + +#ifdef __x86_64__ + .text.windows +ReadFileScatter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReadFileScatter(%rip),%rax + jmp __sysv2nt6 + .endfn ReadFileScatter,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReadFileScatter.s b/libc/nt/kernel32/ReadFileScatter.s deleted file mode 100644 index 498f321fb..000000000 --- a/libc/nt/kernel32/ReadFileScatter.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadFileScatter,ReadFileScatter,0 - - .text.windows -ReadFileScatter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReadFileScatter(%rip),%rax - jmp __sysv2nt6 - .endfn ReadFileScatter,globl - .previous diff --git a/libc/nt/kernel32/ReadProcessMemory.S b/libc/nt/kernel32/ReadProcessMemory.S new file mode 100644 index 000000000..201280db3 --- /dev/null +++ b/libc/nt/kernel32/ReadProcessMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadProcessMemory,ReadProcessMemory,0 diff --git a/libc/nt/kernel32/ReadProcessMemory.s b/libc/nt/kernel32/ReadProcessMemory.s deleted file mode 100644 index 498913905..000000000 --- a/libc/nt/kernel32/ReadProcessMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadProcessMemory,ReadProcessMemory,0 diff --git a/libc/nt/kernel32/ReadThreadProfilingData.S b/libc/nt/kernel32/ReadThreadProfilingData.S new file mode 100644 index 000000000..5475d27e2 --- /dev/null +++ b/libc/nt/kernel32/ReadThreadProfilingData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReadThreadProfilingData,ReadThreadProfilingData,1141 diff --git a/libc/nt/kernel32/ReadThreadProfilingData.s b/libc/nt/kernel32/ReadThreadProfilingData.s deleted file mode 100644 index 59cbe98de..000000000 --- a/libc/nt/kernel32/ReadThreadProfilingData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReadThreadProfilingData,ReadThreadProfilingData,1141 diff --git a/libc/nt/kernel32/ReclaimVirtualMemory.S b/libc/nt/kernel32/ReclaimVirtualMemory.S new file mode 100644 index 000000000..82292abfc --- /dev/null +++ b/libc/nt/kernel32/ReclaimVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReclaimVirtualMemory,ReclaimVirtualMemory,0 diff --git a/libc/nt/kernel32/ReclaimVirtualMemory.s b/libc/nt/kernel32/ReclaimVirtualMemory.s deleted file mode 100644 index 55210ea1b..000000000 --- a/libc/nt/kernel32/ReclaimVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReclaimVirtualMemory,ReclaimVirtualMemory,0 diff --git a/libc/nt/kernel32/RegDisablePredefinedCacheEx.S b/libc/nt/kernel32/RegDisablePredefinedCacheEx.S new file mode 100644 index 000000000..7d930439c --- /dev/null +++ b/libc/nt/kernel32/RegDisablePredefinedCacheEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegDisablePredefinedCacheEx,RegDisablePredefinedCacheEx,0 diff --git a/libc/nt/kernel32/RegDisablePredefinedCacheEx.s b/libc/nt/kernel32/RegDisablePredefinedCacheEx.s deleted file mode 100644 index feecab007..000000000 --- a/libc/nt/kernel32/RegDisablePredefinedCacheEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegDisablePredefinedCacheEx,RegDisablePredefinedCacheEx,0 diff --git a/libc/nt/kernel32/RegisterApplicationRecoveryCallback.S b/libc/nt/kernel32/RegisterApplicationRecoveryCallback.S new file mode 100644 index 000000000..81c28b699 --- /dev/null +++ b/libc/nt/kernel32/RegisterApplicationRecoveryCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterApplicationRecoveryCallback,RegisterApplicationRecoveryCallback,1184 diff --git a/libc/nt/kernel32/RegisterApplicationRecoveryCallback.s b/libc/nt/kernel32/RegisterApplicationRecoveryCallback.s deleted file mode 100644 index 065b7f87d..000000000 --- a/libc/nt/kernel32/RegisterApplicationRecoveryCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterApplicationRecoveryCallback,RegisterApplicationRecoveryCallback,1184 diff --git a/libc/nt/kernel32/RegisterApplicationRestart.S b/libc/nt/kernel32/RegisterApplicationRestart.S new file mode 100644 index 000000000..3a9ed56cf --- /dev/null +++ b/libc/nt/kernel32/RegisterApplicationRestart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterApplicationRestart,RegisterApplicationRestart,1185 diff --git a/libc/nt/kernel32/RegisterApplicationRestart.s b/libc/nt/kernel32/RegisterApplicationRestart.s deleted file mode 100644 index 08b975138..000000000 --- a/libc/nt/kernel32/RegisterApplicationRestart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterApplicationRestart,RegisterApplicationRestart,1185 diff --git a/libc/nt/kernel32/RegisterBadMemoryNotification.S b/libc/nt/kernel32/RegisterBadMemoryNotification.S new file mode 100644 index 000000000..bfd6921b8 --- /dev/null +++ b/libc/nt/kernel32/RegisterBadMemoryNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterBadMemoryNotification,RegisterBadMemoryNotification,0 diff --git a/libc/nt/kernel32/RegisterBadMemoryNotification.s b/libc/nt/kernel32/RegisterBadMemoryNotification.s deleted file mode 100644 index 54fc342d8..000000000 --- a/libc/nt/kernel32/RegisterBadMemoryNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterBadMemoryNotification,RegisterBadMemoryNotification,0 diff --git a/libc/nt/kernel32/RegisterConsoleIME.S b/libc/nt/kernel32/RegisterConsoleIME.S new file mode 100644 index 000000000..159464f1d --- /dev/null +++ b/libc/nt/kernel32/RegisterConsoleIME.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterConsoleIME,RegisterConsoleIME,1187 diff --git a/libc/nt/kernel32/RegisterConsoleIME.s b/libc/nt/kernel32/RegisterConsoleIME.s deleted file mode 100644 index 815edc115..000000000 --- a/libc/nt/kernel32/RegisterConsoleIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterConsoleIME,RegisterConsoleIME,1187 diff --git a/libc/nt/kernel32/RegisterConsoleOS2.S b/libc/nt/kernel32/RegisterConsoleOS2.S new file mode 100644 index 000000000..de519c5c1 --- /dev/null +++ b/libc/nt/kernel32/RegisterConsoleOS2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterConsoleOS2,RegisterConsoleOS2,1188 diff --git a/libc/nt/kernel32/RegisterConsoleOS2.s b/libc/nt/kernel32/RegisterConsoleOS2.s deleted file mode 100644 index 8c93d1797..000000000 --- a/libc/nt/kernel32/RegisterConsoleOS2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterConsoleOS2,RegisterConsoleOS2,1188 diff --git a/libc/nt/kernel32/RegisterConsoleVDM.S b/libc/nt/kernel32/RegisterConsoleVDM.S new file mode 100644 index 000000000..117116a3d --- /dev/null +++ b/libc/nt/kernel32/RegisterConsoleVDM.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterConsoleVDM,RegisterConsoleVDM,1189 diff --git a/libc/nt/kernel32/RegisterConsoleVDM.s b/libc/nt/kernel32/RegisterConsoleVDM.s deleted file mode 100644 index 68b50cdf7..000000000 --- a/libc/nt/kernel32/RegisterConsoleVDM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterConsoleVDM,RegisterConsoleVDM,1189 diff --git a/libc/nt/kernel32/RegisterWaitForInputIdle.S b/libc/nt/kernel32/RegisterWaitForInputIdle.S new file mode 100644 index 000000000..97e6c684c --- /dev/null +++ b/libc/nt/kernel32/RegisterWaitForInputIdle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterWaitForInputIdle,RegisterWaitForInputIdle,1190 diff --git a/libc/nt/kernel32/RegisterWaitForInputIdle.s b/libc/nt/kernel32/RegisterWaitForInputIdle.s deleted file mode 100644 index 97a027f5b..000000000 --- a/libc/nt/kernel32/RegisterWaitForInputIdle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterWaitForInputIdle,RegisterWaitForInputIdle,1190 diff --git a/libc/nt/kernel32/RegisterWaitForSingleObject.S b/libc/nt/kernel32/RegisterWaitForSingleObject.S new file mode 100644 index 000000000..52a2cdd4f --- /dev/null +++ b/libc/nt/kernel32/RegisterWaitForSingleObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterWaitForSingleObject,RegisterWaitForSingleObject,1191 + +#ifdef __x86_64__ + .text.windows +RegisterWaitForSingleObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RegisterWaitForSingleObject(%rip),%rax + jmp __sysv2nt6 + .endfn RegisterWaitForSingleObject,globl + .previous +#endif diff --git a/libc/nt/kernel32/RegisterWaitForSingleObject.s b/libc/nt/kernel32/RegisterWaitForSingleObject.s deleted file mode 100644 index 0c055f913..000000000 --- a/libc/nt/kernel32/RegisterWaitForSingleObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterWaitForSingleObject,RegisterWaitForSingleObject,1191 - - .text.windows -RegisterWaitForSingleObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RegisterWaitForSingleObject(%rip),%rax - jmp __sysv2nt6 - .endfn RegisterWaitForSingleObject,globl - .previous diff --git a/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.S b/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.S new file mode 100644 index 000000000..db54c58a5 --- /dev/null +++ b/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterWaitUntilOOBECompleted,RegisterWaitUntilOOBECompleted,1193 diff --git a/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.s b/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.s deleted file mode 100644 index 2f519144e..000000000 --- a/libc/nt/kernel32/RegisterWaitUntilOOBECompleted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterWaitUntilOOBECompleted,RegisterWaitUntilOOBECompleted,1193 diff --git a/libc/nt/kernel32/RegisterWowBaseHandlers.S b/libc/nt/kernel32/RegisterWowBaseHandlers.S new file mode 100644 index 000000000..d58226e9b --- /dev/null +++ b/libc/nt/kernel32/RegisterWowBaseHandlers.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterWowBaseHandlers,RegisterWowBaseHandlers,1194 diff --git a/libc/nt/kernel32/RegisterWowBaseHandlers.s b/libc/nt/kernel32/RegisterWowBaseHandlers.s deleted file mode 100644 index 7079af9c2..000000000 --- a/libc/nt/kernel32/RegisterWowBaseHandlers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterWowBaseHandlers,RegisterWowBaseHandlers,1194 diff --git a/libc/nt/kernel32/RegisterWowExec.S b/libc/nt/kernel32/RegisterWowExec.S new file mode 100644 index 000000000..d05bb46af --- /dev/null +++ b/libc/nt/kernel32/RegisterWowExec.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RegisterWowExec,RegisterWowExec,1195 diff --git a/libc/nt/kernel32/RegisterWowExec.s b/libc/nt/kernel32/RegisterWowExec.s deleted file mode 100644 index d461ddb2b..000000000 --- a/libc/nt/kernel32/RegisterWowExec.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RegisterWowExec,RegisterWowExec,1195 diff --git a/libc/nt/kernel32/ReleaseActCtx.S b/libc/nt/kernel32/ReleaseActCtx.S new file mode 100644 index 000000000..6cf0b3d3f --- /dev/null +++ b/libc/nt/kernel32/ReleaseActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseActCtx,ReleaseActCtx,0 diff --git a/libc/nt/kernel32/ReleaseActCtx.s b/libc/nt/kernel32/ReleaseActCtx.s deleted file mode 100644 index 0abdfcf02..000000000 --- a/libc/nt/kernel32/ReleaseActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseActCtx,ReleaseActCtx,0 diff --git a/libc/nt/kernel32/ReleaseActCtxWorker.S b/libc/nt/kernel32/ReleaseActCtxWorker.S new file mode 100644 index 000000000..6332346d2 --- /dev/null +++ b/libc/nt/kernel32/ReleaseActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseActCtxWorker,ReleaseActCtxWorker,1197 diff --git a/libc/nt/kernel32/ReleaseActCtxWorker.s b/libc/nt/kernel32/ReleaseActCtxWorker.s deleted file mode 100644 index 213d4729b..000000000 --- a/libc/nt/kernel32/ReleaseActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseActCtxWorker,ReleaseActCtxWorker,1197 diff --git a/libc/nt/kernel32/ReleaseMutex.S b/libc/nt/kernel32/ReleaseMutex.S new file mode 100644 index 000000000..72e71d5f2 --- /dev/null +++ b/libc/nt/kernel32/ReleaseMutex.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseMutex,ReleaseMutex,0 + +#ifdef __x86_64__ + .text.windows +ReleaseMutex: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ReleaseMutex(%rip) + leave + ret + .endfn ReleaseMutex,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReleaseMutex.s b/libc/nt/kernel32/ReleaseMutex.s deleted file mode 100644 index 2e2b1d6d3..000000000 --- a/libc/nt/kernel32/ReleaseMutex.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseMutex,ReleaseMutex,0 - - .text.windows -ReleaseMutex: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ReleaseMutex(%rip) - leave - ret - .endfn ReleaseMutex,globl - .previous diff --git a/libc/nt/kernel32/ReleaseSRWLockExclusive.S b/libc/nt/kernel32/ReleaseSRWLockExclusive.S new file mode 100644 index 000000000..52bf524c1 --- /dev/null +++ b/libc/nt/kernel32/ReleaseSRWLockExclusive.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseSRWLockExclusive,ReleaseSRWLockExclusive,0 + +#ifdef __x86_64__ + .text.windows +ReleaseSRWLockExclusive: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ReleaseSRWLockExclusive(%rip) + leave + ret + .endfn ReleaseSRWLockExclusive,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReleaseSRWLockExclusive.s b/libc/nt/kernel32/ReleaseSRWLockExclusive.s deleted file mode 100644 index cc7545f16..000000000 --- a/libc/nt/kernel32/ReleaseSRWLockExclusive.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseSRWLockExclusive,ReleaseSRWLockExclusive,0 - - .text.windows -ReleaseSRWLockExclusive: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ReleaseSRWLockExclusive(%rip) - leave - ret - .endfn ReleaseSRWLockExclusive,globl - .previous diff --git a/libc/nt/kernel32/ReleaseSRWLockShared.S b/libc/nt/kernel32/ReleaseSRWLockShared.S new file mode 100644 index 000000000..36f0dc019 --- /dev/null +++ b/libc/nt/kernel32/ReleaseSRWLockShared.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseSRWLockShared,ReleaseSRWLockShared,0 + +#ifdef __x86_64__ + .text.windows +ReleaseSRWLockShared: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ReleaseSRWLockShared(%rip) + leave + ret + .endfn ReleaseSRWLockShared,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReleaseSRWLockShared.s b/libc/nt/kernel32/ReleaseSRWLockShared.s deleted file mode 100644 index 5cd7ff341..000000000 --- a/libc/nt/kernel32/ReleaseSRWLockShared.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseSRWLockShared,ReleaseSRWLockShared,0 - - .text.windows -ReleaseSRWLockShared: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ReleaseSRWLockShared(%rip) - leave - ret - .endfn ReleaseSRWLockShared,globl - .previous diff --git a/libc/nt/kernel32/ReleaseSemaphore.S b/libc/nt/kernel32/ReleaseSemaphore.S new file mode 100644 index 000000000..ba8a46641 --- /dev/null +++ b/libc/nt/kernel32/ReleaseSemaphore.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReleaseSemaphore,ReleaseSemaphore,0 + +#ifdef __x86_64__ + .text.windows +ReleaseSemaphore: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReleaseSemaphore(%rip),%rax + jmp __sysv2nt + .endfn ReleaseSemaphore,globl + .previous +#endif diff --git a/libc/nt/kernel32/ReleaseSemaphore.s b/libc/nt/kernel32/ReleaseSemaphore.s deleted file mode 100644 index cbe8503ed..000000000 --- a/libc/nt/kernel32/ReleaseSemaphore.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReleaseSemaphore,ReleaseSemaphore,0 - - .text.windows -ReleaseSemaphore: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReleaseSemaphore(%rip),%rax - jmp __sysv2nt - .endfn ReleaseSemaphore,globl - .previous diff --git a/libc/nt/kernel32/RemoveDirectoryTransactedW.S b/libc/nt/kernel32/RemoveDirectoryTransactedW.S new file mode 100644 index 000000000..61b2c3bae --- /dev/null +++ b/libc/nt/kernel32/RemoveDirectoryTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveDirectoryTransactedW,RemoveDirectoryTransactedW,1206 diff --git a/libc/nt/kernel32/RemoveDirectoryTransactedW.s b/libc/nt/kernel32/RemoveDirectoryTransactedW.s deleted file mode 100644 index e0f9c2d61..000000000 --- a/libc/nt/kernel32/RemoveDirectoryTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveDirectoryTransactedW,RemoveDirectoryTransactedW,1206 diff --git a/libc/nt/kernel32/RemoveDirectoryW.S b/libc/nt/kernel32/RemoveDirectoryW.S new file mode 100644 index 000000000..efbb452e9 --- /dev/null +++ b/libc/nt/kernel32/RemoveDirectoryW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveDirectoryW,RemoveDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +__RemoveDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RemoveDirectoryW(%rip) + leave + ret + .endfn __RemoveDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/RemoveDirectoryW.s b/libc/nt/kernel32/RemoveDirectoryW.s deleted file mode 100644 index b19f45f2a..000000000 --- a/libc/nt/kernel32/RemoveDirectoryW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveDirectoryW,RemoveDirectoryW,0 - - .text.windows -__RemoveDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RemoveDirectoryW(%rip) - leave - ret - .endfn __RemoveDirectory,globl - .previous diff --git a/libc/nt/kernel32/RemoveDllDirectory.S b/libc/nt/kernel32/RemoveDllDirectory.S new file mode 100644 index 000000000..a4e2bf406 --- /dev/null +++ b/libc/nt/kernel32/RemoveDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveDllDirectory,RemoveDllDirectory,0 diff --git a/libc/nt/kernel32/RemoveDllDirectory.s b/libc/nt/kernel32/RemoveDllDirectory.s deleted file mode 100644 index 5828b00c0..000000000 --- a/libc/nt/kernel32/RemoveDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveDllDirectory,RemoveDllDirectory,0 diff --git a/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.S b/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.S new file mode 100644 index 000000000..ba3ce3e60 --- /dev/null +++ b/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveLocalAlternateComputerNameW,RemoveLocalAlternateComputerNameW,1210 diff --git a/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.s b/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.s deleted file mode 100644 index b62592eab..000000000 --- a/libc/nt/kernel32/RemoveLocalAlternateComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveLocalAlternateComputerNameW,RemoveLocalAlternateComputerNameW,1210 diff --git a/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.S b/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.S new file mode 100644 index 000000000..c9b760c11 --- /dev/null +++ b/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveSecureMemoryCacheCallback,RemoveSecureMemoryCacheCallback,1211 diff --git a/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.s b/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.s deleted file mode 100644 index e35f8197c..000000000 --- a/libc/nt/kernel32/RemoveSecureMemoryCacheCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveSecureMemoryCacheCallback,RemoveSecureMemoryCacheCallback,1211 diff --git a/libc/nt/kernel32/RemoveVectoredContinueHandler.S b/libc/nt/kernel32/RemoveVectoredContinueHandler.S new file mode 100644 index 000000000..53383d0ea --- /dev/null +++ b/libc/nt/kernel32/RemoveVectoredContinueHandler.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveVectoredContinueHandler,RemoveVectoredContinueHandler,0 + +#ifdef __x86_64__ + .text.windows +RemoveVectoredContinueHandler: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RemoveVectoredContinueHandler(%rip) + leave + ret + .endfn RemoveVectoredContinueHandler,globl + .previous +#endif diff --git a/libc/nt/kernel32/RemoveVectoredContinueHandler.s b/libc/nt/kernel32/RemoveVectoredContinueHandler.s deleted file mode 100644 index 28aa45bd0..000000000 --- a/libc/nt/kernel32/RemoveVectoredContinueHandler.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveVectoredContinueHandler,RemoveVectoredContinueHandler,0 - - .text.windows -RemoveVectoredContinueHandler: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RemoveVectoredContinueHandler(%rip) - leave - ret - .endfn RemoveVectoredContinueHandler,globl - .previous diff --git a/libc/nt/kernel32/RemoveVectoredExceptionHandler.S b/libc/nt/kernel32/RemoveVectoredExceptionHandler.S new file mode 100644 index 000000000..f6e48d381 --- /dev/null +++ b/libc/nt/kernel32/RemoveVectoredExceptionHandler.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RemoveVectoredExceptionHandler,RemoveVectoredExceptionHandler,0 + +#ifdef __x86_64__ + .text.windows +RemoveVectoredExceptionHandler: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RemoveVectoredExceptionHandler(%rip) + leave + ret + .endfn RemoveVectoredExceptionHandler,globl + .previous +#endif diff --git a/libc/nt/kernel32/RemoveVectoredExceptionHandler.s b/libc/nt/kernel32/RemoveVectoredExceptionHandler.s deleted file mode 100644 index b89963778..000000000 --- a/libc/nt/kernel32/RemoveVectoredExceptionHandler.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RemoveVectoredExceptionHandler,RemoveVectoredExceptionHandler,0 - - .text.windows -RemoveVectoredExceptionHandler: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RemoveVectoredExceptionHandler(%rip) - leave - ret - .endfn RemoveVectoredExceptionHandler,globl - .previous diff --git a/libc/nt/kernel32/ReplaceFileW.S b/libc/nt/kernel32/ReplaceFileW.S new file mode 100644 index 000000000..80bdc25b2 --- /dev/null +++ b/libc/nt/kernel32/ReplaceFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReplaceFileW,ReplaceFileW,0 diff --git a/libc/nt/kernel32/ReplaceFileW.s b/libc/nt/kernel32/ReplaceFileW.s deleted file mode 100644 index 20bc531ba..000000000 --- a/libc/nt/kernel32/ReplaceFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReplaceFileW,ReplaceFileW,0 diff --git a/libc/nt/kernel32/ReplacePartitionUnit.S b/libc/nt/kernel32/ReplacePartitionUnit.S new file mode 100644 index 000000000..a41dea4f9 --- /dev/null +++ b/libc/nt/kernel32/ReplacePartitionUnit.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ReplacePartitionUnit,ReplacePartitionUnit,1217 diff --git a/libc/nt/kernel32/ReplacePartitionUnit.s b/libc/nt/kernel32/ReplacePartitionUnit.s deleted file mode 100644 index 606d01c1e..000000000 --- a/libc/nt/kernel32/ReplacePartitionUnit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ReplacePartitionUnit,ReplacePartitionUnit,1217 diff --git a/libc/nt/kernel32/RequestDeviceWakeup.S b/libc/nt/kernel32/RequestDeviceWakeup.S new file mode 100644 index 000000000..4e4b160fd --- /dev/null +++ b/libc/nt/kernel32/RequestDeviceWakeup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RequestDeviceWakeup,RequestDeviceWakeup,1218 diff --git a/libc/nt/kernel32/RequestDeviceWakeup.s b/libc/nt/kernel32/RequestDeviceWakeup.s deleted file mode 100644 index 1dbc5bd8a..000000000 --- a/libc/nt/kernel32/RequestDeviceWakeup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RequestDeviceWakeup,RequestDeviceWakeup,1218 diff --git a/libc/nt/kernel32/RequestWakeupLatency.S b/libc/nt/kernel32/RequestWakeupLatency.S new file mode 100644 index 000000000..85e329738 --- /dev/null +++ b/libc/nt/kernel32/RequestWakeupLatency.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_RequestWakeupLatency,RequestWakeupLatency,1219 diff --git a/libc/nt/kernel32/RequestWakeupLatency.s b/libc/nt/kernel32/RequestWakeupLatency.s deleted file mode 100644 index ff4506742..000000000 --- a/libc/nt/kernel32/RequestWakeupLatency.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_RequestWakeupLatency,RequestWakeupLatency,1219 diff --git a/libc/nt/kernel32/ResetEvent.S b/libc/nt/kernel32/ResetEvent.S new file mode 100644 index 000000000..d5fe5ddf8 --- /dev/null +++ b/libc/nt/kernel32/ResetEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResetEvent,ResetEvent,0 + +#ifdef __x86_64__ + .text.windows +ResetEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ResetEvent(%rip) + leave + ret + .endfn ResetEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/ResetEvent.s b/libc/nt/kernel32/ResetEvent.s deleted file mode 100644 index 1716c119a..000000000 --- a/libc/nt/kernel32/ResetEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResetEvent,ResetEvent,0 - - .text.windows -ResetEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ResetEvent(%rip) - leave - ret - .endfn ResetEvent,globl - .previous diff --git a/libc/nt/kernel32/ResetWriteWatch.S b/libc/nt/kernel32/ResetWriteWatch.S new file mode 100644 index 000000000..e8d97c218 --- /dev/null +++ b/libc/nt/kernel32/ResetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResetWriteWatch,ResetWriteWatch,0 diff --git a/libc/nt/kernel32/ResetWriteWatch.s b/libc/nt/kernel32/ResetWriteWatch.s deleted file mode 100644 index b121a4e04..000000000 --- a/libc/nt/kernel32/ResetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResetWriteWatch,ResetWriteWatch,0 diff --git a/libc/nt/kernel32/ResolveDelayLoadedAPI.S b/libc/nt/kernel32/ResolveDelayLoadedAPI.S new file mode 100644 index 000000000..69aaed1f0 --- /dev/null +++ b/libc/nt/kernel32/ResolveDelayLoadedAPI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResolveDelayLoadedAPI,ResolveDelayLoadedAPI,0 diff --git a/libc/nt/kernel32/ResolveDelayLoadedAPI.s b/libc/nt/kernel32/ResolveDelayLoadedAPI.s deleted file mode 100644 index 5b16b52a5..000000000 --- a/libc/nt/kernel32/ResolveDelayLoadedAPI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResolveDelayLoadedAPI,ResolveDelayLoadedAPI,0 diff --git a/libc/nt/kernel32/ResolveDelayLoadsFromDll.S b/libc/nt/kernel32/ResolveDelayLoadsFromDll.S new file mode 100644 index 000000000..d4d6c2ebd --- /dev/null +++ b/libc/nt/kernel32/ResolveDelayLoadsFromDll.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResolveDelayLoadsFromDll,ResolveDelayLoadsFromDll,0 diff --git a/libc/nt/kernel32/ResolveDelayLoadsFromDll.s b/libc/nt/kernel32/ResolveDelayLoadsFromDll.s deleted file mode 100644 index d17438e59..000000000 --- a/libc/nt/kernel32/ResolveDelayLoadsFromDll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResolveDelayLoadsFromDll,ResolveDelayLoadsFromDll,0 diff --git a/libc/nt/kernel32/ResolveLocaleName.S b/libc/nt/kernel32/ResolveLocaleName.S new file mode 100644 index 000000000..9f35e85bc --- /dev/null +++ b/libc/nt/kernel32/ResolveLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResolveLocaleName,ResolveLocaleName,0 diff --git a/libc/nt/kernel32/ResolveLocaleName.s b/libc/nt/kernel32/ResolveLocaleName.s deleted file mode 100644 index 62126f067..000000000 --- a/libc/nt/kernel32/ResolveLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResolveLocaleName,ResolveLocaleName,0 diff --git a/libc/nt/kernel32/ResumeThread.S b/libc/nt/kernel32/ResumeThread.S new file mode 100644 index 000000000..b1b9a3412 --- /dev/null +++ b/libc/nt/kernel32/ResumeThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ResumeThread,ResumeThread,0 diff --git a/libc/nt/kernel32/ResumeThread.s b/libc/nt/kernel32/ResumeThread.s deleted file mode 100644 index ae8260c1f..000000000 --- a/libc/nt/kernel32/ResumeThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ResumeThread,ResumeThread,0 diff --git a/libc/nt/kernel32/ScrollConsoleScreenBufferW.S b/libc/nt/kernel32/ScrollConsoleScreenBufferW.S new file mode 100644 index 000000000..b8aafaa2b --- /dev/null +++ b/libc/nt/kernel32/ScrollConsoleScreenBufferW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ScrollConsoleScreenBufferW,ScrollConsoleScreenBufferW,0 diff --git a/libc/nt/kernel32/ScrollConsoleScreenBufferW.s b/libc/nt/kernel32/ScrollConsoleScreenBufferW.s deleted file mode 100644 index 74d6d4da4..000000000 --- a/libc/nt/kernel32/ScrollConsoleScreenBufferW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ScrollConsoleScreenBufferW,ScrollConsoleScreenBufferW,0 diff --git a/libc/nt/kernel32/SearchPathW.S b/libc/nt/kernel32/SearchPathW.S new file mode 100644 index 000000000..3b2efc74d --- /dev/null +++ b/libc/nt/kernel32/SearchPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SearchPathW,SearchPathW,0 diff --git a/libc/nt/kernel32/SearchPathW.s b/libc/nt/kernel32/SearchPathW.s deleted file mode 100644 index 0f3de0522..000000000 --- a/libc/nt/kernel32/SearchPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SearchPathW,SearchPathW,0 diff --git a/libc/nt/kernel32/SetCalendarInfoW.S b/libc/nt/kernel32/SetCalendarInfoW.S new file mode 100644 index 000000000..6b018356b --- /dev/null +++ b/libc/nt/kernel32/SetCalendarInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCalendarInfoW,SetCalendarInfoW,0 diff --git a/libc/nt/kernel32/SetCalendarInfoW.s b/libc/nt/kernel32/SetCalendarInfoW.s deleted file mode 100644 index b117cd2f9..000000000 --- a/libc/nt/kernel32/SetCalendarInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCalendarInfoW,SetCalendarInfoW,0 diff --git a/libc/nt/kernel32/SetComPlusPackageInstallStatus.S b/libc/nt/kernel32/SetComPlusPackageInstallStatus.S new file mode 100644 index 000000000..c56ae97f0 --- /dev/null +++ b/libc/nt/kernel32/SetComPlusPackageInstallStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetComPlusPackageInstallStatus,SetComPlusPackageInstallStatus,1251 diff --git a/libc/nt/kernel32/SetComPlusPackageInstallStatus.s b/libc/nt/kernel32/SetComPlusPackageInstallStatus.s deleted file mode 100644 index 15c94c119..000000000 --- a/libc/nt/kernel32/SetComPlusPackageInstallStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetComPlusPackageInstallStatus,SetComPlusPackageInstallStatus,1251 diff --git a/libc/nt/kernel32/SetCommBreak.S b/libc/nt/kernel32/SetCommBreak.S new file mode 100644 index 000000000..19d9d498e --- /dev/null +++ b/libc/nt/kernel32/SetCommBreak.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCommBreak,SetCommBreak,0 diff --git a/libc/nt/kernel32/SetCommBreak.s b/libc/nt/kernel32/SetCommBreak.s deleted file mode 100644 index 51e0f3182..000000000 --- a/libc/nt/kernel32/SetCommBreak.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCommBreak,SetCommBreak,0 diff --git a/libc/nt/kernel32/SetCommConfig.S b/libc/nt/kernel32/SetCommConfig.S new file mode 100644 index 000000000..b4b646307 --- /dev/null +++ b/libc/nt/kernel32/SetCommConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCommConfig,SetCommConfig,0 diff --git a/libc/nt/kernel32/SetCommConfig.s b/libc/nt/kernel32/SetCommConfig.s deleted file mode 100644 index 08cadebb1..000000000 --- a/libc/nt/kernel32/SetCommConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCommConfig,SetCommConfig,0 diff --git a/libc/nt/kernel32/SetCommMask.S b/libc/nt/kernel32/SetCommMask.S new file mode 100644 index 000000000..a42be7bf8 --- /dev/null +++ b/libc/nt/kernel32/SetCommMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCommMask,SetCommMask,0 diff --git a/libc/nt/kernel32/SetCommMask.s b/libc/nt/kernel32/SetCommMask.s deleted file mode 100644 index 356b4f6d1..000000000 --- a/libc/nt/kernel32/SetCommMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCommMask,SetCommMask,0 diff --git a/libc/nt/kernel32/SetCommState.S b/libc/nt/kernel32/SetCommState.S new file mode 100644 index 000000000..dfbe1ac54 --- /dev/null +++ b/libc/nt/kernel32/SetCommState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCommState,SetCommState,0 diff --git a/libc/nt/kernel32/SetCommState.s b/libc/nt/kernel32/SetCommState.s deleted file mode 100644 index 67b94f3e3..000000000 --- a/libc/nt/kernel32/SetCommState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCommState,SetCommState,0 diff --git a/libc/nt/kernel32/SetCommTimeouts.S b/libc/nt/kernel32/SetCommTimeouts.S new file mode 100644 index 000000000..0644f6651 --- /dev/null +++ b/libc/nt/kernel32/SetCommTimeouts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCommTimeouts,SetCommTimeouts,0 diff --git a/libc/nt/kernel32/SetCommTimeouts.s b/libc/nt/kernel32/SetCommTimeouts.s deleted file mode 100644 index e4b7e75d1..000000000 --- a/libc/nt/kernel32/SetCommTimeouts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCommTimeouts,SetCommTimeouts,0 diff --git a/libc/nt/kernel32/SetComputerNameExW.S b/libc/nt/kernel32/SetComputerNameExW.S new file mode 100644 index 000000000..8c8c87bff --- /dev/null +++ b/libc/nt/kernel32/SetComputerNameExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetComputerNameExW,SetComputerNameExW,0 diff --git a/libc/nt/kernel32/SetComputerNameExW.s b/libc/nt/kernel32/SetComputerNameExW.s deleted file mode 100644 index 6af714fe8..000000000 --- a/libc/nt/kernel32/SetComputerNameExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetComputerNameExW,SetComputerNameExW,0 diff --git a/libc/nt/kernel32/SetComputerNameW.S b/libc/nt/kernel32/SetComputerNameW.S new file mode 100644 index 000000000..36a18c1bc --- /dev/null +++ b/libc/nt/kernel32/SetComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetComputerNameW,SetComputerNameW,0 diff --git a/libc/nt/kernel32/SetComputerNameW.s b/libc/nt/kernel32/SetComputerNameW.s deleted file mode 100644 index 62f70bfb8..000000000 --- a/libc/nt/kernel32/SetComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetComputerNameW,SetComputerNameW,0 diff --git a/libc/nt/kernel32/SetConsoleActiveScreenBuffer.S b/libc/nt/kernel32/SetConsoleActiveScreenBuffer.S new file mode 100644 index 000000000..d948a52d2 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleActiveScreenBuffer.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleActiveScreenBuffer,SetConsoleActiveScreenBuffer,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleActiveScreenBuffer: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetConsoleActiveScreenBuffer(%rip) + leave + ret + .endfn SetConsoleActiveScreenBuffer,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleActiveScreenBuffer.s b/libc/nt/kernel32/SetConsoleActiveScreenBuffer.s deleted file mode 100644 index 37f4ad2c9..000000000 --- a/libc/nt/kernel32/SetConsoleActiveScreenBuffer.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleActiveScreenBuffer,SetConsoleActiveScreenBuffer,0 - - .text.windows -SetConsoleActiveScreenBuffer: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetConsoleActiveScreenBuffer(%rip) - leave - ret - .endfn SetConsoleActiveScreenBuffer,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleCP.S b/libc/nt/kernel32/SetConsoleCP.S new file mode 100644 index 000000000..efb7fc0a7 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCP.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCP,SetConsoleCP,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleCP: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetConsoleCP(%rip) + leave + ret + .endfn SetConsoleCP,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleCP.s b/libc/nt/kernel32/SetConsoleCP.s deleted file mode 100644 index 672a2f16b..000000000 --- a/libc/nt/kernel32/SetConsoleCP.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCP,SetConsoleCP,0 - - .text.windows -SetConsoleCP: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetConsoleCP(%rip) - leave - ret - .endfn SetConsoleCP,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleCtrlHandler.S b/libc/nt/kernel32/SetConsoleCtrlHandler.S new file mode 100644 index 000000000..64d8170be --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCtrlHandler.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCtrlHandler,SetConsoleCtrlHandler,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleCtrlHandler: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleCtrlHandler(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleCtrlHandler,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleCtrlHandler.s b/libc/nt/kernel32/SetConsoleCtrlHandler.s deleted file mode 100644 index 8f8613267..000000000 --- a/libc/nt/kernel32/SetConsoleCtrlHandler.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCtrlHandler,SetConsoleCtrlHandler,0 - - .text.windows -SetConsoleCtrlHandler: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleCtrlHandler(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleCtrlHandler,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleCursor.S b/libc/nt/kernel32/SetConsoleCursor.S new file mode 100644 index 000000000..d69cb14dc --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCursor,SetConsoleCursor,1265 diff --git a/libc/nt/kernel32/SetConsoleCursor.s b/libc/nt/kernel32/SetConsoleCursor.s deleted file mode 100644 index b0fb019e1..000000000 --- a/libc/nt/kernel32/SetConsoleCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCursor,SetConsoleCursor,1265 diff --git a/libc/nt/kernel32/SetConsoleCursorInfo.S b/libc/nt/kernel32/SetConsoleCursorInfo.S new file mode 100644 index 000000000..cb50edf8a --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCursorInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCursorInfo,SetConsoleCursorInfo,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleCursorInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleCursorInfo(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleCursorInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleCursorInfo.s b/libc/nt/kernel32/SetConsoleCursorInfo.s deleted file mode 100644 index b5b232faa..000000000 --- a/libc/nt/kernel32/SetConsoleCursorInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCursorInfo,SetConsoleCursorInfo,0 - - .text.windows -SetConsoleCursorInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleCursorInfo(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleCursorInfo,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleCursorMode.S b/libc/nt/kernel32/SetConsoleCursorMode.S new file mode 100644 index 000000000..7b458f1dc --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCursorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCursorMode,SetConsoleCursorMode,1267 diff --git a/libc/nt/kernel32/SetConsoleCursorMode.s b/libc/nt/kernel32/SetConsoleCursorMode.s deleted file mode 100644 index 5aa477324..000000000 --- a/libc/nt/kernel32/SetConsoleCursorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCursorMode,SetConsoleCursorMode,1267 diff --git a/libc/nt/kernel32/SetConsoleCursorPosition.S b/libc/nt/kernel32/SetConsoleCursorPosition.S new file mode 100644 index 000000000..391e832f8 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleCursorPosition.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleCursorPosition,SetConsoleCursorPosition,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleCursorPosition: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleCursorPosition(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleCursorPosition,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleCursorPosition.s b/libc/nt/kernel32/SetConsoleCursorPosition.s deleted file mode 100644 index 74e745949..000000000 --- a/libc/nt/kernel32/SetConsoleCursorPosition.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleCursorPosition,SetConsoleCursorPosition,0 - - .text.windows -SetConsoleCursorPosition: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleCursorPosition(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleCursorPosition,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleDisplayMode.S b/libc/nt/kernel32/SetConsoleDisplayMode.S new file mode 100644 index 000000000..2f4a97551 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleDisplayMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleDisplayMode,SetConsoleDisplayMode,0 diff --git a/libc/nt/kernel32/SetConsoleDisplayMode.s b/libc/nt/kernel32/SetConsoleDisplayMode.s deleted file mode 100644 index 786b7122d..000000000 --- a/libc/nt/kernel32/SetConsoleDisplayMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleDisplayMode,SetConsoleDisplayMode,0 diff --git a/libc/nt/kernel32/SetConsoleFont.S b/libc/nt/kernel32/SetConsoleFont.S new file mode 100644 index 000000000..114868ab3 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleFont.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleFont,SetConsoleFont,1270 diff --git a/libc/nt/kernel32/SetConsoleFont.s b/libc/nt/kernel32/SetConsoleFont.s deleted file mode 100644 index d8ed4f06b..000000000 --- a/libc/nt/kernel32/SetConsoleFont.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleFont,SetConsoleFont,1270 diff --git a/libc/nt/kernel32/SetConsoleHardwareState.S b/libc/nt/kernel32/SetConsoleHardwareState.S new file mode 100644 index 000000000..18f0b0065 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleHardwareState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleHardwareState,SetConsoleHardwareState,1271 diff --git a/libc/nt/kernel32/SetConsoleHardwareState.s b/libc/nt/kernel32/SetConsoleHardwareState.s deleted file mode 100644 index c76c0a007..000000000 --- a/libc/nt/kernel32/SetConsoleHardwareState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleHardwareState,SetConsoleHardwareState,1271 diff --git a/libc/nt/kernel32/SetConsoleHistoryInfo.S b/libc/nt/kernel32/SetConsoleHistoryInfo.S new file mode 100644 index 000000000..296f0a37b --- /dev/null +++ b/libc/nt/kernel32/SetConsoleHistoryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleHistoryInfo,SetConsoleHistoryInfo,0 diff --git a/libc/nt/kernel32/SetConsoleHistoryInfo.s b/libc/nt/kernel32/SetConsoleHistoryInfo.s deleted file mode 100644 index 810faa136..000000000 --- a/libc/nt/kernel32/SetConsoleHistoryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleHistoryInfo,SetConsoleHistoryInfo,0 diff --git a/libc/nt/kernel32/SetConsoleIcon.S b/libc/nt/kernel32/SetConsoleIcon.S new file mode 100644 index 000000000..fc6b8b993 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleIcon,SetConsoleIcon,1273 diff --git a/libc/nt/kernel32/SetConsoleIcon.s b/libc/nt/kernel32/SetConsoleIcon.s deleted file mode 100644 index d1fa03b8b..000000000 --- a/libc/nt/kernel32/SetConsoleIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleIcon,SetConsoleIcon,1273 diff --git a/libc/nt/kernel32/SetConsoleKeyShortcuts.S b/libc/nt/kernel32/SetConsoleKeyShortcuts.S new file mode 100644 index 000000000..acaffa125 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleKeyShortcuts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleKeyShortcuts,SetConsoleKeyShortcuts,1276 diff --git a/libc/nt/kernel32/SetConsoleKeyShortcuts.s b/libc/nt/kernel32/SetConsoleKeyShortcuts.s deleted file mode 100644 index 12d8b815e..000000000 --- a/libc/nt/kernel32/SetConsoleKeyShortcuts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleKeyShortcuts,SetConsoleKeyShortcuts,1276 diff --git a/libc/nt/kernel32/SetConsoleLocalEUDC.S b/libc/nt/kernel32/SetConsoleLocalEUDC.S new file mode 100644 index 000000000..7a2ac5488 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleLocalEUDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleLocalEUDC,SetConsoleLocalEUDC,1277 diff --git a/libc/nt/kernel32/SetConsoleLocalEUDC.s b/libc/nt/kernel32/SetConsoleLocalEUDC.s deleted file mode 100644 index 3ebfb23bb..000000000 --- a/libc/nt/kernel32/SetConsoleLocalEUDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleLocalEUDC,SetConsoleLocalEUDC,1277 diff --git a/libc/nt/kernel32/SetConsoleMaximumWindowSize.S b/libc/nt/kernel32/SetConsoleMaximumWindowSize.S new file mode 100644 index 000000000..ff30bed9c --- /dev/null +++ b/libc/nt/kernel32/SetConsoleMaximumWindowSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleMaximumWindowSize,SetConsoleMaximumWindowSize,1278 diff --git a/libc/nt/kernel32/SetConsoleMaximumWindowSize.s b/libc/nt/kernel32/SetConsoleMaximumWindowSize.s deleted file mode 100644 index 779332c37..000000000 --- a/libc/nt/kernel32/SetConsoleMaximumWindowSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleMaximumWindowSize,SetConsoleMaximumWindowSize,1278 diff --git a/libc/nt/kernel32/SetConsoleMenuClose.S b/libc/nt/kernel32/SetConsoleMenuClose.S new file mode 100644 index 000000000..63355781b --- /dev/null +++ b/libc/nt/kernel32/SetConsoleMenuClose.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleMenuClose,SetConsoleMenuClose,1279 diff --git a/libc/nt/kernel32/SetConsoleMenuClose.s b/libc/nt/kernel32/SetConsoleMenuClose.s deleted file mode 100644 index 23769d2c2..000000000 --- a/libc/nt/kernel32/SetConsoleMenuClose.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleMenuClose,SetConsoleMenuClose,1279 diff --git a/libc/nt/kernel32/SetConsoleMode.S b/libc/nt/kernel32/SetConsoleMode.S new file mode 100644 index 000000000..527f2c7a6 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleMode.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleMode,SetConsoleMode,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleMode: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleMode(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleMode,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleMode.s b/libc/nt/kernel32/SetConsoleMode.s deleted file mode 100644 index 0b3927491..000000000 --- a/libc/nt/kernel32/SetConsoleMode.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleMode,SetConsoleMode,0 - - .text.windows -SetConsoleMode: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleMode(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleMode,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleNlsMode.S b/libc/nt/kernel32/SetConsoleNlsMode.S new file mode 100644 index 000000000..ace574acf --- /dev/null +++ b/libc/nt/kernel32/SetConsoleNlsMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleNlsMode,SetConsoleNlsMode,1281 diff --git a/libc/nt/kernel32/SetConsoleNlsMode.s b/libc/nt/kernel32/SetConsoleNlsMode.s deleted file mode 100644 index 9c5565332..000000000 --- a/libc/nt/kernel32/SetConsoleNlsMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleNlsMode,SetConsoleNlsMode,1281 diff --git a/libc/nt/kernel32/SetConsoleOS2OemFormat.S b/libc/nt/kernel32/SetConsoleOS2OemFormat.S new file mode 100644 index 000000000..90192dcfc --- /dev/null +++ b/libc/nt/kernel32/SetConsoleOS2OemFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleOS2OemFormat,SetConsoleOS2OemFormat,1284 diff --git a/libc/nt/kernel32/SetConsoleOS2OemFormat.s b/libc/nt/kernel32/SetConsoleOS2OemFormat.s deleted file mode 100644 index 73139a97c..000000000 --- a/libc/nt/kernel32/SetConsoleOS2OemFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleOS2OemFormat,SetConsoleOS2OemFormat,1284 diff --git a/libc/nt/kernel32/SetConsoleOutputCP.S b/libc/nt/kernel32/SetConsoleOutputCP.S new file mode 100644 index 000000000..de2295562 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleOutputCP.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleOutputCP,SetConsoleOutputCP,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleOutputCP: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetConsoleOutputCP(%rip) + leave + ret + .endfn SetConsoleOutputCP,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleOutputCP.s b/libc/nt/kernel32/SetConsoleOutputCP.s deleted file mode 100644 index a09deaaca..000000000 --- a/libc/nt/kernel32/SetConsoleOutputCP.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleOutputCP,SetConsoleOutputCP,0 - - .text.windows -SetConsoleOutputCP: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetConsoleOutputCP(%rip) - leave - ret - .endfn SetConsoleOutputCP,globl - .previous diff --git a/libc/nt/kernel32/SetConsolePalette.S b/libc/nt/kernel32/SetConsolePalette.S new file mode 100644 index 000000000..f4d2ea856 --- /dev/null +++ b/libc/nt/kernel32/SetConsolePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsolePalette,SetConsolePalette,1286 diff --git a/libc/nt/kernel32/SetConsolePalette.s b/libc/nt/kernel32/SetConsolePalette.s deleted file mode 100644 index 8686a3b19..000000000 --- a/libc/nt/kernel32/SetConsolePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsolePalette,SetConsolePalette,1286 diff --git a/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.S b/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.S new file mode 100644 index 000000000..57894fb9d --- /dev/null +++ b/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleScreenBufferInfoEx,SetConsoleScreenBufferInfoEx,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleScreenBufferInfoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleScreenBufferInfoEx(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleScreenBufferInfoEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.s b/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.s deleted file mode 100644 index 45a59cf5e..000000000 --- a/libc/nt/kernel32/SetConsoleScreenBufferInfoEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleScreenBufferInfoEx,SetConsoleScreenBufferInfoEx,0 - - .text.windows -SetConsoleScreenBufferInfoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleScreenBufferInfoEx(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleScreenBufferInfoEx,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleScreenBufferSize.S b/libc/nt/kernel32/SetConsoleScreenBufferSize.S new file mode 100644 index 000000000..3f22edafb --- /dev/null +++ b/libc/nt/kernel32/SetConsoleScreenBufferSize.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleScreenBufferSize,SetConsoleScreenBufferSize,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleScreenBufferSize: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleScreenBufferSize(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleScreenBufferSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleScreenBufferSize.s b/libc/nt/kernel32/SetConsoleScreenBufferSize.s deleted file mode 100644 index 02cdb8629..000000000 --- a/libc/nt/kernel32/SetConsoleScreenBufferSize.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleScreenBufferSize,SetConsoleScreenBufferSize,0 - - .text.windows -SetConsoleScreenBufferSize: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleScreenBufferSize(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleScreenBufferSize,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleTextAttribute.S b/libc/nt/kernel32/SetConsoleTextAttribute.S new file mode 100644 index 000000000..1e5f2f03c --- /dev/null +++ b/libc/nt/kernel32/SetConsoleTextAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleTextAttribute,SetConsoleTextAttribute,0 diff --git a/libc/nt/kernel32/SetConsoleTextAttribute.s b/libc/nt/kernel32/SetConsoleTextAttribute.s deleted file mode 100644 index 69ef0b99a..000000000 --- a/libc/nt/kernel32/SetConsoleTextAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleTextAttribute,SetConsoleTextAttribute,0 diff --git a/libc/nt/kernel32/SetConsoleTitleW.S b/libc/nt/kernel32/SetConsoleTitleW.S new file mode 100644 index 000000000..dbc48a267 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleTitleW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleTitleW,SetConsoleTitleW,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleTitle: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetConsoleTitleW(%rip) + leave + ret + .endfn SetConsoleTitle,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleTitleW.s b/libc/nt/kernel32/SetConsoleTitleW.s deleted file mode 100644 index 95482c141..000000000 --- a/libc/nt/kernel32/SetConsoleTitleW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleTitleW,SetConsoleTitleW,0 - - .text.windows -SetConsoleTitle: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetConsoleTitleW(%rip) - leave - ret - .endfn SetConsoleTitle,globl - .previous diff --git a/libc/nt/kernel32/SetConsoleWindowInfo.S b/libc/nt/kernel32/SetConsoleWindowInfo.S new file mode 100644 index 000000000..9b37d4061 --- /dev/null +++ b/libc/nt/kernel32/SetConsoleWindowInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetConsoleWindowInfo,SetConsoleWindowInfo,0 + +#ifdef __x86_64__ + .text.windows +SetConsoleWindowInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetConsoleWindowInfo(%rip),%rax + jmp __sysv2nt + .endfn SetConsoleWindowInfo,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetConsoleWindowInfo.s b/libc/nt/kernel32/SetConsoleWindowInfo.s deleted file mode 100644 index 8456d4add..000000000 --- a/libc/nt/kernel32/SetConsoleWindowInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetConsoleWindowInfo,SetConsoleWindowInfo,0 - - .text.windows -SetConsoleWindowInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetConsoleWindowInfo(%rip),%rax - jmp __sysv2nt - .endfn SetConsoleWindowInfo,globl - .previous diff --git a/libc/nt/kernel32/SetCriticalSectionSpinCount.S b/libc/nt/kernel32/SetCriticalSectionSpinCount.S new file mode 100644 index 000000000..599612e76 --- /dev/null +++ b/libc/nt/kernel32/SetCriticalSectionSpinCount.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCriticalSectionSpinCount,SetCriticalSectionSpinCount,0 + +#ifdef __x86_64__ + .text.windows +SetCriticalSectionSpinCount: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetCriticalSectionSpinCount(%rip),%rax + jmp __sysv2nt + .endfn SetCriticalSectionSpinCount,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetCriticalSectionSpinCount.s b/libc/nt/kernel32/SetCriticalSectionSpinCount.s deleted file mode 100644 index 3b4a6f528..000000000 --- a/libc/nt/kernel32/SetCriticalSectionSpinCount.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCriticalSectionSpinCount,SetCriticalSectionSpinCount,0 - - .text.windows -SetCriticalSectionSpinCount: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetCriticalSectionSpinCount(%rip),%rax - jmp __sysv2nt - .endfn SetCriticalSectionSpinCount,globl - .previous diff --git a/libc/nt/kernel32/SetCurrentConsoleFontEx.S b/libc/nt/kernel32/SetCurrentConsoleFontEx.S new file mode 100644 index 000000000..3666f8104 --- /dev/null +++ b/libc/nt/kernel32/SetCurrentConsoleFontEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCurrentConsoleFontEx,SetCurrentConsoleFontEx,0 diff --git a/libc/nt/kernel32/SetCurrentConsoleFontEx.s b/libc/nt/kernel32/SetCurrentConsoleFontEx.s deleted file mode 100644 index 1d1197eed..000000000 --- a/libc/nt/kernel32/SetCurrentConsoleFontEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCurrentConsoleFontEx,SetCurrentConsoleFontEx,0 diff --git a/libc/nt/kernel32/SetCurrentDirectoryW.S b/libc/nt/kernel32/SetCurrentDirectoryW.S new file mode 100644 index 000000000..45323c395 --- /dev/null +++ b/libc/nt/kernel32/SetCurrentDirectoryW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetCurrentDirectoryW,SetCurrentDirectoryW,0 + +#ifdef __x86_64__ + .text.windows +__SetCurrentDirectory: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetCurrentDirectoryW(%rip) + leave + ret + .endfn __SetCurrentDirectory,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetCurrentDirectoryW.s b/libc/nt/kernel32/SetCurrentDirectoryW.s deleted file mode 100644 index 9459e34b0..000000000 --- a/libc/nt/kernel32/SetCurrentDirectoryW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetCurrentDirectoryW,SetCurrentDirectoryW,0 - - .text.windows -__SetCurrentDirectory: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetCurrentDirectoryW(%rip) - leave - ret - .endfn __SetCurrentDirectory,globl - .previous diff --git a/libc/nt/kernel32/SetDefaultCommConfigW.S b/libc/nt/kernel32/SetDefaultCommConfigW.S new file mode 100644 index 000000000..50df898af --- /dev/null +++ b/libc/nt/kernel32/SetDefaultCommConfigW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetDefaultCommConfigW,SetDefaultCommConfigW,1298 diff --git a/libc/nt/kernel32/SetDefaultCommConfigW.s b/libc/nt/kernel32/SetDefaultCommConfigW.s deleted file mode 100644 index 08c0e26ec..000000000 --- a/libc/nt/kernel32/SetDefaultCommConfigW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetDefaultCommConfigW,SetDefaultCommConfigW,1298 diff --git a/libc/nt/kernel32/SetDefaultDllDirectories.S b/libc/nt/kernel32/SetDefaultDllDirectories.S new file mode 100644 index 000000000..ea5432d89 --- /dev/null +++ b/libc/nt/kernel32/SetDefaultDllDirectories.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetDefaultDllDirectories,SetDefaultDllDirectories,0 + +#ifdef __x86_64__ + .text.windows +SetDefaultDllDirectories: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetDefaultDllDirectories(%rip) + leave + ret + .endfn SetDefaultDllDirectories,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetDefaultDllDirectories.s b/libc/nt/kernel32/SetDefaultDllDirectories.s deleted file mode 100644 index 881f29690..000000000 --- a/libc/nt/kernel32/SetDefaultDllDirectories.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetDefaultDllDirectories,SetDefaultDllDirectories,0 - - .text.windows -SetDefaultDllDirectories: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetDefaultDllDirectories(%rip) - leave - ret - .endfn SetDefaultDllDirectories,globl - .previous diff --git a/libc/nt/kernel32/SetDllDirectoryW.S b/libc/nt/kernel32/SetDllDirectoryW.S new file mode 100644 index 000000000..5d062f023 --- /dev/null +++ b/libc/nt/kernel32/SetDllDirectoryW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetDllDirectoryW,SetDllDirectoryW,1301 diff --git a/libc/nt/kernel32/SetDllDirectoryW.s b/libc/nt/kernel32/SetDllDirectoryW.s deleted file mode 100644 index 06ecde67d..000000000 --- a/libc/nt/kernel32/SetDllDirectoryW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetDllDirectoryW,SetDllDirectoryW,1301 diff --git a/libc/nt/kernel32/SetDynamicTimeZoneInformation.S b/libc/nt/kernel32/SetDynamicTimeZoneInformation.S new file mode 100644 index 000000000..b40424f79 --- /dev/null +++ b/libc/nt/kernel32/SetDynamicTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetDynamicTimeZoneInformation,SetDynamicTimeZoneInformation,0 diff --git a/libc/nt/kernel32/SetDynamicTimeZoneInformation.s b/libc/nt/kernel32/SetDynamicTimeZoneInformation.s deleted file mode 100644 index 6b29e937d..000000000 --- a/libc/nt/kernel32/SetDynamicTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetDynamicTimeZoneInformation,SetDynamicTimeZoneInformation,0 diff --git a/libc/nt/kernel32/SetEndOfFile.S b/libc/nt/kernel32/SetEndOfFile.S new file mode 100644 index 000000000..65ea20960 --- /dev/null +++ b/libc/nt/kernel32/SetEndOfFile.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetEndOfFile,SetEndOfFile,0 + +#ifdef __x86_64__ + .text.windows +SetEndOfFile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetEndOfFile(%rip) + leave + ret + .endfn SetEndOfFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetEndOfFile.s b/libc/nt/kernel32/SetEndOfFile.s deleted file mode 100644 index a4a3fc428..000000000 --- a/libc/nt/kernel32/SetEndOfFile.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetEndOfFile,SetEndOfFile,0 - - .text.windows -SetEndOfFile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetEndOfFile(%rip) - leave - ret - .endfn SetEndOfFile,globl - .previous diff --git a/libc/nt/kernel32/SetEnvironmentVariableW.S b/libc/nt/kernel32/SetEnvironmentVariableW.S new file mode 100644 index 000000000..cfb32beea --- /dev/null +++ b/libc/nt/kernel32/SetEnvironmentVariableW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetEnvironmentVariableW,SetEnvironmentVariableW,0 + +#ifdef __x86_64__ + .text.windows +SetEnvironmentVariable: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetEnvironmentVariableW(%rip),%rax + jmp __sysv2nt + .endfn SetEnvironmentVariable,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetEnvironmentVariableW.s b/libc/nt/kernel32/SetEnvironmentVariableW.s deleted file mode 100644 index fb4435a58..000000000 --- a/libc/nt/kernel32/SetEnvironmentVariableW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetEnvironmentVariableW,SetEnvironmentVariableW,0 - - .text.windows -SetEnvironmentVariable: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetEnvironmentVariableW(%rip),%rax - jmp __sysv2nt - .endfn SetEnvironmentVariable,globl - .previous diff --git a/libc/nt/kernel32/SetErrorMode.S b/libc/nt/kernel32/SetErrorMode.S new file mode 100644 index 000000000..9260d88df --- /dev/null +++ b/libc/nt/kernel32/SetErrorMode.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetErrorMode,SetErrorMode,0 + +#ifdef __x86_64__ + .text.windows +SetErrorMode: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetErrorMode(%rip) + leave + ret + .endfn SetErrorMode,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetErrorMode.s b/libc/nt/kernel32/SetErrorMode.s deleted file mode 100644 index 4c4b5c51f..000000000 --- a/libc/nt/kernel32/SetErrorMode.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetErrorMode,SetErrorMode,0 - - .text.windows -SetErrorMode: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetErrorMode(%rip) - leave - ret - .endfn SetErrorMode,globl - .previous diff --git a/libc/nt/kernel32/SetEvent.S b/libc/nt/kernel32/SetEvent.S new file mode 100644 index 000000000..03c2eb20c --- /dev/null +++ b/libc/nt/kernel32/SetEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetEvent,SetEvent,0 + +#ifdef __x86_64__ + .text.windows +SetEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetEvent(%rip) + leave + ret + .endfn SetEvent,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetEvent.s b/libc/nt/kernel32/SetEvent.s deleted file mode 100644 index 2d2bb9d40..000000000 --- a/libc/nt/kernel32/SetEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetEvent,SetEvent,0 - - .text.windows -SetEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetEvent(%rip) - leave - ret - .endfn SetEvent,globl - .previous diff --git a/libc/nt/kernel32/SetFileApisToANSI.S b/libc/nt/kernel32/SetFileApisToANSI.S new file mode 100644 index 000000000..864ca6efd --- /dev/null +++ b/libc/nt/kernel32/SetFileApisToANSI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileApisToANSI,SetFileApisToANSI,0 diff --git a/libc/nt/kernel32/SetFileApisToANSI.s b/libc/nt/kernel32/SetFileApisToANSI.s deleted file mode 100644 index f915a57e3..000000000 --- a/libc/nt/kernel32/SetFileApisToANSI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileApisToANSI,SetFileApisToANSI,0 diff --git a/libc/nt/kernel32/SetFileApisToOEM.S b/libc/nt/kernel32/SetFileApisToOEM.S new file mode 100644 index 000000000..eae8c368f --- /dev/null +++ b/libc/nt/kernel32/SetFileApisToOEM.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileApisToOEM,SetFileApisToOEM,0 diff --git a/libc/nt/kernel32/SetFileApisToOEM.s b/libc/nt/kernel32/SetFileApisToOEM.s deleted file mode 100644 index eb878b07b..000000000 --- a/libc/nt/kernel32/SetFileApisToOEM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileApisToOEM,SetFileApisToOEM,0 diff --git a/libc/nt/kernel32/SetFileAttributesTransactedW.S b/libc/nt/kernel32/SetFileAttributesTransactedW.S new file mode 100644 index 000000000..745d7eef3 --- /dev/null +++ b/libc/nt/kernel32/SetFileAttributesTransactedW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileAttributesTransactedW,SetFileAttributesTransactedW,1315 diff --git a/libc/nt/kernel32/SetFileAttributesTransactedW.s b/libc/nt/kernel32/SetFileAttributesTransactedW.s deleted file mode 100644 index 3afc383ec..000000000 --- a/libc/nt/kernel32/SetFileAttributesTransactedW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileAttributesTransactedW,SetFileAttributesTransactedW,1315 diff --git a/libc/nt/kernel32/SetFileAttributesW.S b/libc/nt/kernel32/SetFileAttributesW.S new file mode 100644 index 000000000..c7c2fb1c5 --- /dev/null +++ b/libc/nt/kernel32/SetFileAttributesW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileAttributesW,SetFileAttributesW,0 + +#ifdef __x86_64__ + .text.windows +SetFileAttributes: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFileAttributesW(%rip),%rax + jmp __sysv2nt + .endfn SetFileAttributes,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFileAttributesW.s b/libc/nt/kernel32/SetFileAttributesW.s deleted file mode 100644 index dfe5f992f..000000000 --- a/libc/nt/kernel32/SetFileAttributesW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileAttributesW,SetFileAttributesW,0 - - .text.windows -SetFileAttributes: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFileAttributesW(%rip),%rax - jmp __sysv2nt - .endfn SetFileAttributes,globl - .previous diff --git a/libc/nt/kernel32/SetFileBandwidthReservation.S b/libc/nt/kernel32/SetFileBandwidthReservation.S new file mode 100644 index 000000000..bfd355594 --- /dev/null +++ b/libc/nt/kernel32/SetFileBandwidthReservation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileBandwidthReservation,SetFileBandwidthReservation,1317 diff --git a/libc/nt/kernel32/SetFileBandwidthReservation.s b/libc/nt/kernel32/SetFileBandwidthReservation.s deleted file mode 100644 index 09e5ec582..000000000 --- a/libc/nt/kernel32/SetFileBandwidthReservation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileBandwidthReservation,SetFileBandwidthReservation,1317 diff --git a/libc/nt/kernel32/SetFileCompletionNotificationModes.S b/libc/nt/kernel32/SetFileCompletionNotificationModes.S new file mode 100644 index 000000000..d50784a41 --- /dev/null +++ b/libc/nt/kernel32/SetFileCompletionNotificationModes.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileCompletionNotificationModes,SetFileCompletionNotificationModes,1318 + +#ifdef __x86_64__ + .text.windows +SetFileCompletionNotificationModes: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFileCompletionNotificationModes(%rip),%rax + jmp __sysv2nt + .endfn SetFileCompletionNotificationModes,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFileCompletionNotificationModes.s b/libc/nt/kernel32/SetFileCompletionNotificationModes.s deleted file mode 100644 index aa890d724..000000000 --- a/libc/nt/kernel32/SetFileCompletionNotificationModes.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileCompletionNotificationModes,SetFileCompletionNotificationModes,1318 - - .text.windows -SetFileCompletionNotificationModes: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFileCompletionNotificationModes(%rip),%rax - jmp __sysv2nt - .endfn SetFileCompletionNotificationModes,globl - .previous diff --git a/libc/nt/kernel32/SetFileInformationByHandle.S b/libc/nt/kernel32/SetFileInformationByHandle.S new file mode 100644 index 000000000..f15222cda --- /dev/null +++ b/libc/nt/kernel32/SetFileInformationByHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileInformationByHandle,SetFileInformationByHandle,0 diff --git a/libc/nt/kernel32/SetFileInformationByHandle.s b/libc/nt/kernel32/SetFileInformationByHandle.s deleted file mode 100644 index 855404586..000000000 --- a/libc/nt/kernel32/SetFileInformationByHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileInformationByHandle,SetFileInformationByHandle,0 diff --git a/libc/nt/kernel32/SetFileIoOverlappedRange.S b/libc/nt/kernel32/SetFileIoOverlappedRange.S new file mode 100644 index 000000000..78e9a7d53 --- /dev/null +++ b/libc/nt/kernel32/SetFileIoOverlappedRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileIoOverlappedRange,SetFileIoOverlappedRange,0 diff --git a/libc/nt/kernel32/SetFileIoOverlappedRange.s b/libc/nt/kernel32/SetFileIoOverlappedRange.s deleted file mode 100644 index f59e887df..000000000 --- a/libc/nt/kernel32/SetFileIoOverlappedRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileIoOverlappedRange,SetFileIoOverlappedRange,0 diff --git a/libc/nt/kernel32/SetFilePointer.S b/libc/nt/kernel32/SetFilePointer.S new file mode 100644 index 000000000..0a5f6ea74 --- /dev/null +++ b/libc/nt/kernel32/SetFilePointer.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFilePointer,SetFilePointer,0 + +#ifdef __x86_64__ + .text.windows +SetFilePointer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFilePointer(%rip),%rax + jmp __sysv2nt + .endfn SetFilePointer,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFilePointer.s b/libc/nt/kernel32/SetFilePointer.s deleted file mode 100644 index 8c3eddada..000000000 --- a/libc/nt/kernel32/SetFilePointer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFilePointer,SetFilePointer,0 - - .text.windows -SetFilePointer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFilePointer(%rip),%rax - jmp __sysv2nt - .endfn SetFilePointer,globl - .previous diff --git a/libc/nt/kernel32/SetFilePointerEx.S b/libc/nt/kernel32/SetFilePointerEx.S new file mode 100644 index 000000000..73454f210 --- /dev/null +++ b/libc/nt/kernel32/SetFilePointerEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFilePointerEx,SetFilePointerEx,0 + +#ifdef __x86_64__ + .text.windows +SetFilePointerEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFilePointerEx(%rip),%rax + jmp __sysv2nt + .endfn SetFilePointerEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFilePointerEx.s b/libc/nt/kernel32/SetFilePointerEx.s deleted file mode 100644 index f587b80be..000000000 --- a/libc/nt/kernel32/SetFilePointerEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFilePointerEx,SetFilePointerEx,0 - - .text.windows -SetFilePointerEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFilePointerEx(%rip),%rax - jmp __sysv2nt - .endfn SetFilePointerEx,globl - .previous diff --git a/libc/nt/kernel32/SetFileShortNameW.S b/libc/nt/kernel32/SetFileShortNameW.S new file mode 100644 index 000000000..fa7d57dcf --- /dev/null +++ b/libc/nt/kernel32/SetFileShortNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileShortNameW,SetFileShortNameW,1324 diff --git a/libc/nt/kernel32/SetFileShortNameW.s b/libc/nt/kernel32/SetFileShortNameW.s deleted file mode 100644 index b3503c52b..000000000 --- a/libc/nt/kernel32/SetFileShortNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileShortNameW,SetFileShortNameW,1324 diff --git a/libc/nt/kernel32/SetFileTime.S b/libc/nt/kernel32/SetFileTime.S new file mode 100644 index 000000000..42a50085e --- /dev/null +++ b/libc/nt/kernel32/SetFileTime.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileTime,SetFileTime,0 + +#ifdef __x86_64__ + .text.windows +SetFileTime: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFileTime(%rip),%rax + jmp __sysv2nt + .endfn SetFileTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFileTime.s b/libc/nt/kernel32/SetFileTime.s deleted file mode 100644 index dad352491..000000000 --- a/libc/nt/kernel32/SetFileTime.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileTime,SetFileTime,0 - - .text.windows -SetFileTime: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFileTime(%rip),%rax - jmp __sysv2nt - .endfn SetFileTime,globl - .previous diff --git a/libc/nt/kernel32/SetFileValidData.S b/libc/nt/kernel32/SetFileValidData.S new file mode 100644 index 000000000..c26507f86 --- /dev/null +++ b/libc/nt/kernel32/SetFileValidData.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFileValidData,SetFileValidData,0 + +#ifdef __x86_64__ + .text.windows +SetFileValidData: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetFileValidData(%rip),%rax + jmp __sysv2nt + .endfn SetFileValidData,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetFileValidData.s b/libc/nt/kernel32/SetFileValidData.s deleted file mode 100644 index bbd0dfa6f..000000000 --- a/libc/nt/kernel32/SetFileValidData.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFileValidData,SetFileValidData,0 - - .text.windows -SetFileValidData: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetFileValidData(%rip),%rax - jmp __sysv2nt - .endfn SetFileValidData,globl - .previous diff --git a/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.S b/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.S new file mode 100644 index 000000000..c73799bde --- /dev/null +++ b/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFirmwareEnvironmentVariableExW,SetFirmwareEnvironmentVariableExW,1329 diff --git a/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.s b/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.s deleted file mode 100644 index b353c7ef1..000000000 --- a/libc/nt/kernel32/SetFirmwareEnvironmentVariableExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFirmwareEnvironmentVariableExW,SetFirmwareEnvironmentVariableExW,1329 diff --git a/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.S b/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.S new file mode 100644 index 000000000..f13a7bdec --- /dev/null +++ b/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetFirmwareEnvironmentVariableW,SetFirmwareEnvironmentVariableW,1330 diff --git a/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.s b/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.s deleted file mode 100644 index fc9e2523b..000000000 --- a/libc/nt/kernel32/SetFirmwareEnvironmentVariableW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetFirmwareEnvironmentVariableW,SetFirmwareEnvironmentVariableW,1330 diff --git a/libc/nt/kernel32/SetHandleCount.S b/libc/nt/kernel32/SetHandleCount.S new file mode 100644 index 000000000..6fb58d796 --- /dev/null +++ b/libc/nt/kernel32/SetHandleCount.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetHandleCount,SetHandleCount,0 + +#ifdef __x86_64__ + .text.windows +SetHandleCount: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetHandleCount(%rip) + leave + ret + .endfn SetHandleCount,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetHandleCount.s b/libc/nt/kernel32/SetHandleCount.s deleted file mode 100644 index ad10be36c..000000000 --- a/libc/nt/kernel32/SetHandleCount.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetHandleCount,SetHandleCount,0 - - .text.windows -SetHandleCount: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetHandleCount(%rip) - leave - ret - .endfn SetHandleCount,globl - .previous diff --git a/libc/nt/kernel32/SetHandleInformation.S b/libc/nt/kernel32/SetHandleInformation.S new file mode 100644 index 000000000..939ba841b --- /dev/null +++ b/libc/nt/kernel32/SetHandleInformation.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetHandleInformation,SetHandleInformation,0 + +#ifdef __x86_64__ + .text.windows +SetHandleInformation: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetHandleInformation(%rip),%rax + jmp __sysv2nt + .endfn SetHandleInformation,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetHandleInformation.s b/libc/nt/kernel32/SetHandleInformation.s deleted file mode 100644 index 269362e1c..000000000 --- a/libc/nt/kernel32/SetHandleInformation.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetHandleInformation,SetHandleInformation,0 - - .text.windows -SetHandleInformation: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetHandleInformation(%rip),%rax - jmp __sysv2nt - .endfn SetHandleInformation,globl - .previous diff --git a/libc/nt/kernel32/SetInformationJobObject.S b/libc/nt/kernel32/SetInformationJobObject.S new file mode 100644 index 000000000..2bf9c2334 --- /dev/null +++ b/libc/nt/kernel32/SetInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetInformationJobObject,SetInformationJobObject,1333 diff --git a/libc/nt/kernel32/SetInformationJobObject.s b/libc/nt/kernel32/SetInformationJobObject.s deleted file mode 100644 index 908b3c6cc..000000000 --- a/libc/nt/kernel32/SetInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetInformationJobObject,SetInformationJobObject,1333 diff --git a/libc/nt/kernel32/SetIoRateControlInformationJobObject.S b/libc/nt/kernel32/SetIoRateControlInformationJobObject.S new file mode 100644 index 000000000..83ad1db53 --- /dev/null +++ b/libc/nt/kernel32/SetIoRateControlInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetIoRateControlInformationJobObject,SetIoRateControlInformationJobObject,1334 diff --git a/libc/nt/kernel32/SetIoRateControlInformationJobObject.s b/libc/nt/kernel32/SetIoRateControlInformationJobObject.s deleted file mode 100644 index 2a9aeb490..000000000 --- a/libc/nt/kernel32/SetIoRateControlInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetIoRateControlInformationJobObject,SetIoRateControlInformationJobObject,1334 diff --git a/libc/nt/kernel32/SetLastError.S b/libc/nt/kernel32/SetLastError.S new file mode 100644 index 000000000..483562646 --- /dev/null +++ b/libc/nt/kernel32/SetLastError.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetLastError,SetLastError,0 + +#ifdef __x86_64__ + .text.windows +SetLastError: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetLastError(%rip) + leave + ret + .endfn SetLastError,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetLastError.s b/libc/nt/kernel32/SetLastError.s deleted file mode 100644 index 779f9bee4..000000000 --- a/libc/nt/kernel32/SetLastError.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetLastError,SetLastError,0 - - .text.windows -SetLastError: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetLastError(%rip) - leave - ret - .endfn SetLastError,globl - .previous diff --git a/libc/nt/kernel32/SetLocalPrimaryComputerNameW.S b/libc/nt/kernel32/SetLocalPrimaryComputerNameW.S new file mode 100644 index 000000000..8b9cf8a66 --- /dev/null +++ b/libc/nt/kernel32/SetLocalPrimaryComputerNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetLocalPrimaryComputerNameW,SetLocalPrimaryComputerNameW,1338 diff --git a/libc/nt/kernel32/SetLocalPrimaryComputerNameW.s b/libc/nt/kernel32/SetLocalPrimaryComputerNameW.s deleted file mode 100644 index 096b71832..000000000 --- a/libc/nt/kernel32/SetLocalPrimaryComputerNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetLocalPrimaryComputerNameW,SetLocalPrimaryComputerNameW,1338 diff --git a/libc/nt/kernel32/SetLocalTime.S b/libc/nt/kernel32/SetLocalTime.S new file mode 100644 index 000000000..f83ca808c --- /dev/null +++ b/libc/nt/kernel32/SetLocalTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetLocalTime,SetLocalTime,0 diff --git a/libc/nt/kernel32/SetLocalTime.s b/libc/nt/kernel32/SetLocalTime.s deleted file mode 100644 index c90b1d3a3..000000000 --- a/libc/nt/kernel32/SetLocalTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetLocalTime,SetLocalTime,0 diff --git a/libc/nt/kernel32/SetLocaleInfoW.S b/libc/nt/kernel32/SetLocaleInfoW.S new file mode 100644 index 000000000..c9d94c74e --- /dev/null +++ b/libc/nt/kernel32/SetLocaleInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetLocaleInfoW,SetLocaleInfoW,0 diff --git a/libc/nt/kernel32/SetLocaleInfoW.s b/libc/nt/kernel32/SetLocaleInfoW.s deleted file mode 100644 index 7ce06aa17..000000000 --- a/libc/nt/kernel32/SetLocaleInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetLocaleInfoW,SetLocaleInfoW,0 diff --git a/libc/nt/kernel32/SetMailslotInfo.S b/libc/nt/kernel32/SetMailslotInfo.S new file mode 100644 index 000000000..b533d4d0b --- /dev/null +++ b/libc/nt/kernel32/SetMailslotInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetMailslotInfo,SetMailslotInfo,1342 diff --git a/libc/nt/kernel32/SetMailslotInfo.s b/libc/nt/kernel32/SetMailslotInfo.s deleted file mode 100644 index b09b2d90a..000000000 --- a/libc/nt/kernel32/SetMailslotInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetMailslotInfo,SetMailslotInfo,1342 diff --git a/libc/nt/kernel32/SetMessageWaitingIndicator.S b/libc/nt/kernel32/SetMessageWaitingIndicator.S new file mode 100644 index 000000000..81c7ebcdf --- /dev/null +++ b/libc/nt/kernel32/SetMessageWaitingIndicator.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetMessageWaitingIndicator,SetMessageWaitingIndicator,1343 diff --git a/libc/nt/kernel32/SetMessageWaitingIndicator.s b/libc/nt/kernel32/SetMessageWaitingIndicator.s deleted file mode 100644 index b469a7901..000000000 --- a/libc/nt/kernel32/SetMessageWaitingIndicator.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetMessageWaitingIndicator,SetMessageWaitingIndicator,1343 diff --git a/libc/nt/kernel32/SetNamedPipeAttribute.S b/libc/nt/kernel32/SetNamedPipeAttribute.S new file mode 100644 index 000000000..3fae3c6f7 --- /dev/null +++ b/libc/nt/kernel32/SetNamedPipeAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetNamedPipeAttribute,SetNamedPipeAttribute,1344 diff --git a/libc/nt/kernel32/SetNamedPipeAttribute.s b/libc/nt/kernel32/SetNamedPipeAttribute.s deleted file mode 100644 index 7cda8dfc3..000000000 --- a/libc/nt/kernel32/SetNamedPipeAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetNamedPipeAttribute,SetNamedPipeAttribute,1344 diff --git a/libc/nt/kernel32/SetNamedPipeHandleState.S b/libc/nt/kernel32/SetNamedPipeHandleState.S new file mode 100644 index 000000000..623562d6e --- /dev/null +++ b/libc/nt/kernel32/SetNamedPipeHandleState.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetNamedPipeHandleState,SetNamedPipeHandleState,0 + +#ifdef __x86_64__ + .text.windows +SetNamedPipeHandleState: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetNamedPipeHandleState(%rip),%rax + jmp __sysv2nt + .endfn SetNamedPipeHandleState,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetNamedPipeHandleState.s b/libc/nt/kernel32/SetNamedPipeHandleState.s deleted file mode 100644 index 36c89f3ab..000000000 --- a/libc/nt/kernel32/SetNamedPipeHandleState.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetNamedPipeHandleState,SetNamedPipeHandleState,0 - - .text.windows -SetNamedPipeHandleState: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetNamedPipeHandleState(%rip),%rax - jmp __sysv2nt - .endfn SetNamedPipeHandleState,globl - .previous diff --git a/libc/nt/kernel32/SetPriorityClass.S b/libc/nt/kernel32/SetPriorityClass.S new file mode 100644 index 000000000..249015b0a --- /dev/null +++ b/libc/nt/kernel32/SetPriorityClass.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetPriorityClass,SetPriorityClass,0 + +#ifdef __x86_64__ + .text.windows +SetPriorityClass: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetPriorityClass(%rip),%rax + jmp __sysv2nt + .endfn SetPriorityClass,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetPriorityClass.s b/libc/nt/kernel32/SetPriorityClass.s deleted file mode 100644 index 62d33f797..000000000 --- a/libc/nt/kernel32/SetPriorityClass.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetPriorityClass,SetPriorityClass,0 - - .text.windows -SetPriorityClass: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetPriorityClass(%rip),%rax - jmp __sysv2nt - .endfn SetPriorityClass,globl - .previous diff --git a/libc/nt/kernel32/SetProcessAffinityMask.S b/libc/nt/kernel32/SetProcessAffinityMask.S new file mode 100644 index 000000000..e885d6e3a --- /dev/null +++ b/libc/nt/kernel32/SetProcessAffinityMask.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessAffinityMask,SetProcessAffinityMask,1347 + +#ifdef __x86_64__ + .text.windows +SetProcessAffinityMask: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetProcessAffinityMask(%rip),%rax + jmp __sysv2nt + .endfn SetProcessAffinityMask,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetProcessAffinityMask.s b/libc/nt/kernel32/SetProcessAffinityMask.s deleted file mode 100644 index 64c8d7362..000000000 --- a/libc/nt/kernel32/SetProcessAffinityMask.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessAffinityMask,SetProcessAffinityMask,1347 - - .text.windows -SetProcessAffinityMask: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetProcessAffinityMask(%rip),%rax - jmp __sysv2nt - .endfn SetProcessAffinityMask,globl - .previous diff --git a/libc/nt/kernel32/SetProcessAffinityUpdateMode.S b/libc/nt/kernel32/SetProcessAffinityUpdateMode.S new file mode 100644 index 000000000..7dc467f26 --- /dev/null +++ b/libc/nt/kernel32/SetProcessAffinityUpdateMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessAffinityUpdateMode,SetProcessAffinityUpdateMode,0 diff --git a/libc/nt/kernel32/SetProcessAffinityUpdateMode.s b/libc/nt/kernel32/SetProcessAffinityUpdateMode.s deleted file mode 100644 index ef56e899e..000000000 --- a/libc/nt/kernel32/SetProcessAffinityUpdateMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessAffinityUpdateMode,SetProcessAffinityUpdateMode,0 diff --git a/libc/nt/kernel32/SetProcessDEPPolicy.S b/libc/nt/kernel32/SetProcessDEPPolicy.S new file mode 100644 index 000000000..c43a8116e --- /dev/null +++ b/libc/nt/kernel32/SetProcessDEPPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessDEPPolicy,SetProcessDEPPolicy,1349 diff --git a/libc/nt/kernel32/SetProcessDEPPolicy.s b/libc/nt/kernel32/SetProcessDEPPolicy.s deleted file mode 100644 index 6ba7fd2de..000000000 --- a/libc/nt/kernel32/SetProcessDEPPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessDEPPolicy,SetProcessDEPPolicy,1349 diff --git a/libc/nt/kernel32/SetProcessDefaultCpuSets.S b/libc/nt/kernel32/SetProcessDefaultCpuSets.S new file mode 100644 index 000000000..fe6c6b823 --- /dev/null +++ b/libc/nt/kernel32/SetProcessDefaultCpuSets.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessDefaultCpuSets,SetProcessDefaultCpuSets,0 diff --git a/libc/nt/kernel32/SetProcessDefaultCpuSets.s b/libc/nt/kernel32/SetProcessDefaultCpuSets.s deleted file mode 100644 index 942561060..000000000 --- a/libc/nt/kernel32/SetProcessDefaultCpuSets.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessDefaultCpuSets,SetProcessDefaultCpuSets,0 diff --git a/libc/nt/kernel32/SetProcessInformation.S b/libc/nt/kernel32/SetProcessInformation.S new file mode 100644 index 000000000..3c5661eaf --- /dev/null +++ b/libc/nt/kernel32/SetProcessInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessInformation,SetProcessInformation,0 diff --git a/libc/nt/kernel32/SetProcessInformation.s b/libc/nt/kernel32/SetProcessInformation.s deleted file mode 100644 index b5a7b1ec3..000000000 --- a/libc/nt/kernel32/SetProcessInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessInformation,SetProcessInformation,0 diff --git a/libc/nt/kernel32/SetProcessMitigationPolicy.S b/libc/nt/kernel32/SetProcessMitigationPolicy.S new file mode 100644 index 000000000..bd6e87d78 --- /dev/null +++ b/libc/nt/kernel32/SetProcessMitigationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessMitigationPolicy,SetProcessMitigationPolicy,0 diff --git a/libc/nt/kernel32/SetProcessMitigationPolicy.s b/libc/nt/kernel32/SetProcessMitigationPolicy.s deleted file mode 100644 index ad723606e..000000000 --- a/libc/nt/kernel32/SetProcessMitigationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessMitigationPolicy,SetProcessMitigationPolicy,0 diff --git a/libc/nt/kernel32/SetProcessPreferredUILanguages.S b/libc/nt/kernel32/SetProcessPreferredUILanguages.S new file mode 100644 index 000000000..a67b43d08 --- /dev/null +++ b/libc/nt/kernel32/SetProcessPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessPreferredUILanguages,SetProcessPreferredUILanguages,0 diff --git a/libc/nt/kernel32/SetProcessPreferredUILanguages.s b/libc/nt/kernel32/SetProcessPreferredUILanguages.s deleted file mode 100644 index d49a730b4..000000000 --- a/libc/nt/kernel32/SetProcessPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessPreferredUILanguages,SetProcessPreferredUILanguages,0 diff --git a/libc/nt/kernel32/SetProcessPriorityBoost.S b/libc/nt/kernel32/SetProcessPriorityBoost.S new file mode 100644 index 000000000..6c4f5b631 --- /dev/null +++ b/libc/nt/kernel32/SetProcessPriorityBoost.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessPriorityBoost,SetProcessPriorityBoost,0 + +#ifdef __x86_64__ + .text.windows +SetProcessPriorityBoost: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetProcessPriorityBoost(%rip),%rax + jmp __sysv2nt + .endfn SetProcessPriorityBoost,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetProcessPriorityBoost.s b/libc/nt/kernel32/SetProcessPriorityBoost.s deleted file mode 100644 index 931acd2db..000000000 --- a/libc/nt/kernel32/SetProcessPriorityBoost.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessPriorityBoost,SetProcessPriorityBoost,0 - - .text.windows -SetProcessPriorityBoost: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetProcessPriorityBoost(%rip),%rax - jmp __sysv2nt - .endfn SetProcessPriorityBoost,globl - .previous diff --git a/libc/nt/kernel32/SetProcessShutdownParameters.S b/libc/nt/kernel32/SetProcessShutdownParameters.S new file mode 100644 index 000000000..307bed53f --- /dev/null +++ b/libc/nt/kernel32/SetProcessShutdownParameters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessShutdownParameters,SetProcessShutdownParameters,0 diff --git a/libc/nt/kernel32/SetProcessShutdownParameters.s b/libc/nt/kernel32/SetProcessShutdownParameters.s deleted file mode 100644 index 20d05f9d9..000000000 --- a/libc/nt/kernel32/SetProcessShutdownParameters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessShutdownParameters,SetProcessShutdownParameters,0 diff --git a/libc/nt/kernel32/SetProcessWorkingSetSize.S b/libc/nt/kernel32/SetProcessWorkingSetSize.S new file mode 100644 index 000000000..ac22bb32e --- /dev/null +++ b/libc/nt/kernel32/SetProcessWorkingSetSize.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessWorkingSetSize,SetProcessWorkingSetSize,1356 + +#ifdef __x86_64__ + .text.windows +SetProcessWorkingSetSize: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetProcessWorkingSetSize(%rip),%rax + jmp __sysv2nt + .endfn SetProcessWorkingSetSize,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetProcessWorkingSetSize.s b/libc/nt/kernel32/SetProcessWorkingSetSize.s deleted file mode 100644 index 159621100..000000000 --- a/libc/nt/kernel32/SetProcessWorkingSetSize.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessWorkingSetSize,SetProcessWorkingSetSize,1356 - - .text.windows -SetProcessWorkingSetSize: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetProcessWorkingSetSize(%rip),%rax - jmp __sysv2nt - .endfn SetProcessWorkingSetSize,globl - .previous diff --git a/libc/nt/kernel32/SetProcessWorkingSetSizeEx.S b/libc/nt/kernel32/SetProcessWorkingSetSizeEx.S new file mode 100644 index 000000000..31f65f0ba --- /dev/null +++ b/libc/nt/kernel32/SetProcessWorkingSetSizeEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProcessWorkingSetSizeEx,SetProcessWorkingSetSizeEx,0 + +#ifdef __x86_64__ + .text.windows +SetProcessWorkingSetSizeEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetProcessWorkingSetSizeEx(%rip),%rax + jmp __sysv2nt + .endfn SetProcessWorkingSetSizeEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetProcessWorkingSetSizeEx.s b/libc/nt/kernel32/SetProcessWorkingSetSizeEx.s deleted file mode 100644 index 51a5390c5..000000000 --- a/libc/nt/kernel32/SetProcessWorkingSetSizeEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProcessWorkingSetSizeEx,SetProcessWorkingSetSizeEx,0 - - .text.windows -SetProcessWorkingSetSizeEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetProcessWorkingSetSizeEx(%rip),%rax - jmp __sysv2nt - .endfn SetProcessWorkingSetSizeEx,globl - .previous diff --git a/libc/nt/kernel32/SetProtectedPolicy.S b/libc/nt/kernel32/SetProtectedPolicy.S new file mode 100644 index 000000000..951142644 --- /dev/null +++ b/libc/nt/kernel32/SetProtectedPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetProtectedPolicy,SetProtectedPolicy,0 diff --git a/libc/nt/kernel32/SetProtectedPolicy.s b/libc/nt/kernel32/SetProtectedPolicy.s deleted file mode 100644 index 1e03ced48..000000000 --- a/libc/nt/kernel32/SetProtectedPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetProtectedPolicy,SetProtectedPolicy,0 diff --git a/libc/nt/kernel32/SetSearchPathMode.S b/libc/nt/kernel32/SetSearchPathMode.S new file mode 100644 index 000000000..90d2c7f3a --- /dev/null +++ b/libc/nt/kernel32/SetSearchPathMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetSearchPathMode,SetSearchPathMode,1359 diff --git a/libc/nt/kernel32/SetSearchPathMode.s b/libc/nt/kernel32/SetSearchPathMode.s deleted file mode 100644 index 168928370..000000000 --- a/libc/nt/kernel32/SetSearchPathMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetSearchPathMode,SetSearchPathMode,1359 diff --git a/libc/nt/kernel32/SetStdHandle.S b/libc/nt/kernel32/SetStdHandle.S new file mode 100644 index 000000000..4c0c97c65 --- /dev/null +++ b/libc/nt/kernel32/SetStdHandle.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetStdHandle,SetStdHandle,0 + +#ifdef __x86_64__ + .text.windows +SetStdHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetStdHandle(%rip),%rax + jmp __sysv2nt + .endfn SetStdHandle,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetStdHandle.s b/libc/nt/kernel32/SetStdHandle.s deleted file mode 100644 index 06642f9c9..000000000 --- a/libc/nt/kernel32/SetStdHandle.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetStdHandle,SetStdHandle,0 - - .text.windows -SetStdHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetStdHandle(%rip),%rax - jmp __sysv2nt - .endfn SetStdHandle,globl - .previous diff --git a/libc/nt/kernel32/SetSystemFileCacheSize.S b/libc/nt/kernel32/SetSystemFileCacheSize.S new file mode 100644 index 000000000..8c67c2cb8 --- /dev/null +++ b/libc/nt/kernel32/SetSystemFileCacheSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetSystemFileCacheSize,SetSystemFileCacheSize,0 diff --git a/libc/nt/kernel32/SetSystemFileCacheSize.s b/libc/nt/kernel32/SetSystemFileCacheSize.s deleted file mode 100644 index dc5234507..000000000 --- a/libc/nt/kernel32/SetSystemFileCacheSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetSystemFileCacheSize,SetSystemFileCacheSize,0 diff --git a/libc/nt/kernel32/SetSystemPowerState.S b/libc/nt/kernel32/SetSystemPowerState.S new file mode 100644 index 000000000..920d9e2ff --- /dev/null +++ b/libc/nt/kernel32/SetSystemPowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetSystemPowerState,SetSystemPowerState,1363 diff --git a/libc/nt/kernel32/SetSystemPowerState.s b/libc/nt/kernel32/SetSystemPowerState.s deleted file mode 100644 index 09a072d70..000000000 --- a/libc/nt/kernel32/SetSystemPowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetSystemPowerState,SetSystemPowerState,1363 diff --git a/libc/nt/kernel32/SetSystemTime.S b/libc/nt/kernel32/SetSystemTime.S new file mode 100644 index 000000000..090d138fe --- /dev/null +++ b/libc/nt/kernel32/SetSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetSystemTime,SetSystemTime,0 diff --git a/libc/nt/kernel32/SetSystemTime.s b/libc/nt/kernel32/SetSystemTime.s deleted file mode 100644 index 826c5c54f..000000000 --- a/libc/nt/kernel32/SetSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetSystemTime,SetSystemTime,0 diff --git a/libc/nt/kernel32/SetSystemTimeAdjustment.S b/libc/nt/kernel32/SetSystemTimeAdjustment.S new file mode 100644 index 000000000..4f9606c43 --- /dev/null +++ b/libc/nt/kernel32/SetSystemTimeAdjustment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetSystemTimeAdjustment,SetSystemTimeAdjustment,0 diff --git a/libc/nt/kernel32/SetSystemTimeAdjustment.s b/libc/nt/kernel32/SetSystemTimeAdjustment.s deleted file mode 100644 index 6d7789126..000000000 --- a/libc/nt/kernel32/SetSystemTimeAdjustment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetSystemTimeAdjustment,SetSystemTimeAdjustment,0 diff --git a/libc/nt/kernel32/SetTapeParameters.S b/libc/nt/kernel32/SetTapeParameters.S new file mode 100644 index 000000000..12aa2d1b8 --- /dev/null +++ b/libc/nt/kernel32/SetTapeParameters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetTapeParameters,SetTapeParameters,1366 diff --git a/libc/nt/kernel32/SetTapeParameters.s b/libc/nt/kernel32/SetTapeParameters.s deleted file mode 100644 index 702a96819..000000000 --- a/libc/nt/kernel32/SetTapeParameters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetTapeParameters,SetTapeParameters,1366 diff --git a/libc/nt/kernel32/SetTapePosition.S b/libc/nt/kernel32/SetTapePosition.S new file mode 100644 index 000000000..a4458ac86 --- /dev/null +++ b/libc/nt/kernel32/SetTapePosition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetTapePosition,SetTapePosition,1367 diff --git a/libc/nt/kernel32/SetTapePosition.s b/libc/nt/kernel32/SetTapePosition.s deleted file mode 100644 index cde2a0e55..000000000 --- a/libc/nt/kernel32/SetTapePosition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetTapePosition,SetTapePosition,1367 diff --git a/libc/nt/kernel32/SetTermsrvAppInstallMode.S b/libc/nt/kernel32/SetTermsrvAppInstallMode.S new file mode 100644 index 000000000..304d67e11 --- /dev/null +++ b/libc/nt/kernel32/SetTermsrvAppInstallMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetTermsrvAppInstallMode,SetTermsrvAppInstallMode,1368 diff --git a/libc/nt/kernel32/SetTermsrvAppInstallMode.s b/libc/nt/kernel32/SetTermsrvAppInstallMode.s deleted file mode 100644 index fef559138..000000000 --- a/libc/nt/kernel32/SetTermsrvAppInstallMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetTermsrvAppInstallMode,SetTermsrvAppInstallMode,1368 diff --git a/libc/nt/kernel32/SetThreadAffinityMask.S b/libc/nt/kernel32/SetThreadAffinityMask.S new file mode 100644 index 000000000..708d693db --- /dev/null +++ b/libc/nt/kernel32/SetThreadAffinityMask.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadAffinityMask,SetThreadAffinityMask,1369 + +#ifdef __x86_64__ + .text.windows +SetThreadAffinityMask: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetThreadAffinityMask(%rip),%rax + jmp __sysv2nt + .endfn SetThreadAffinityMask,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetThreadAffinityMask.s b/libc/nt/kernel32/SetThreadAffinityMask.s deleted file mode 100644 index bd42fe16f..000000000 --- a/libc/nt/kernel32/SetThreadAffinityMask.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadAffinityMask,SetThreadAffinityMask,1369 - - .text.windows -SetThreadAffinityMask: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetThreadAffinityMask(%rip),%rax - jmp __sysv2nt - .endfn SetThreadAffinityMask,globl - .previous diff --git a/libc/nt/kernel32/SetThreadContext.S b/libc/nt/kernel32/SetThreadContext.S new file mode 100644 index 000000000..475e167c8 --- /dev/null +++ b/libc/nt/kernel32/SetThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadContext,SetThreadContext,0 diff --git a/libc/nt/kernel32/SetThreadContext.s b/libc/nt/kernel32/SetThreadContext.s deleted file mode 100644 index 77d2b2400..000000000 --- a/libc/nt/kernel32/SetThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadContext,SetThreadContext,0 diff --git a/libc/nt/kernel32/SetThreadErrorMode.S b/libc/nt/kernel32/SetThreadErrorMode.S new file mode 100644 index 000000000..1f0ed493f --- /dev/null +++ b/libc/nt/kernel32/SetThreadErrorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadErrorMode,SetThreadErrorMode,0 diff --git a/libc/nt/kernel32/SetThreadErrorMode.s b/libc/nt/kernel32/SetThreadErrorMode.s deleted file mode 100644 index 08a9b50d3..000000000 --- a/libc/nt/kernel32/SetThreadErrorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadErrorMode,SetThreadErrorMode,0 diff --git a/libc/nt/kernel32/SetThreadExecutionState.S b/libc/nt/kernel32/SetThreadExecutionState.S new file mode 100644 index 000000000..97a65b49e --- /dev/null +++ b/libc/nt/kernel32/SetThreadExecutionState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadExecutionState,SetThreadExecutionState,1373 diff --git a/libc/nt/kernel32/SetThreadExecutionState.s b/libc/nt/kernel32/SetThreadExecutionState.s deleted file mode 100644 index 0a0a2ab3c..000000000 --- a/libc/nt/kernel32/SetThreadExecutionState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadExecutionState,SetThreadExecutionState,1373 diff --git a/libc/nt/kernel32/SetThreadGroupAffinity.S b/libc/nt/kernel32/SetThreadGroupAffinity.S new file mode 100644 index 000000000..5ce91f0c3 --- /dev/null +++ b/libc/nt/kernel32/SetThreadGroupAffinity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadGroupAffinity,SetThreadGroupAffinity,0 diff --git a/libc/nt/kernel32/SetThreadGroupAffinity.s b/libc/nt/kernel32/SetThreadGroupAffinity.s deleted file mode 100644 index a3869f359..000000000 --- a/libc/nt/kernel32/SetThreadGroupAffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadGroupAffinity,SetThreadGroupAffinity,0 diff --git a/libc/nt/kernel32/SetThreadIdealProcessor.S b/libc/nt/kernel32/SetThreadIdealProcessor.S new file mode 100644 index 000000000..9973a26aa --- /dev/null +++ b/libc/nt/kernel32/SetThreadIdealProcessor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadIdealProcessor,SetThreadIdealProcessor,0 diff --git a/libc/nt/kernel32/SetThreadIdealProcessor.s b/libc/nt/kernel32/SetThreadIdealProcessor.s deleted file mode 100644 index f0667961b..000000000 --- a/libc/nt/kernel32/SetThreadIdealProcessor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadIdealProcessor,SetThreadIdealProcessor,0 diff --git a/libc/nt/kernel32/SetThreadIdealProcessorEx.S b/libc/nt/kernel32/SetThreadIdealProcessorEx.S new file mode 100644 index 000000000..e941e5c3f --- /dev/null +++ b/libc/nt/kernel32/SetThreadIdealProcessorEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadIdealProcessorEx,SetThreadIdealProcessorEx,0 diff --git a/libc/nt/kernel32/SetThreadIdealProcessorEx.s b/libc/nt/kernel32/SetThreadIdealProcessorEx.s deleted file mode 100644 index 0b74c6afd..000000000 --- a/libc/nt/kernel32/SetThreadIdealProcessorEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadIdealProcessorEx,SetThreadIdealProcessorEx,0 diff --git a/libc/nt/kernel32/SetThreadInformation.S b/libc/nt/kernel32/SetThreadInformation.S new file mode 100644 index 000000000..b0fb33ed2 --- /dev/null +++ b/libc/nt/kernel32/SetThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadInformation,SetThreadInformation,0 diff --git a/libc/nt/kernel32/SetThreadInformation.s b/libc/nt/kernel32/SetThreadInformation.s deleted file mode 100644 index 411674132..000000000 --- a/libc/nt/kernel32/SetThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadInformation,SetThreadInformation,0 diff --git a/libc/nt/kernel32/SetThreadLocale.S b/libc/nt/kernel32/SetThreadLocale.S new file mode 100644 index 000000000..54de8decd --- /dev/null +++ b/libc/nt/kernel32/SetThreadLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadLocale,SetThreadLocale,0 diff --git a/libc/nt/kernel32/SetThreadLocale.s b/libc/nt/kernel32/SetThreadLocale.s deleted file mode 100644 index 6bd67c6e6..000000000 --- a/libc/nt/kernel32/SetThreadLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadLocale,SetThreadLocale,0 diff --git a/libc/nt/kernel32/SetThreadPreferredUILanguages.S b/libc/nt/kernel32/SetThreadPreferredUILanguages.S new file mode 100644 index 000000000..ea1d19dfa --- /dev/null +++ b/libc/nt/kernel32/SetThreadPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadPreferredUILanguages,SetThreadPreferredUILanguages,0 diff --git a/libc/nt/kernel32/SetThreadPreferredUILanguages.s b/libc/nt/kernel32/SetThreadPreferredUILanguages.s deleted file mode 100644 index 50e7d4355..000000000 --- a/libc/nt/kernel32/SetThreadPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadPreferredUILanguages,SetThreadPreferredUILanguages,0 diff --git a/libc/nt/kernel32/SetThreadPriority.S b/libc/nt/kernel32/SetThreadPriority.S new file mode 100644 index 000000000..e9d6ed764 --- /dev/null +++ b/libc/nt/kernel32/SetThreadPriority.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadPriority,SetThreadPriority,0 + +#ifdef __x86_64__ + .text.windows +SetThreadPriority: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetThreadPriority(%rip),%rax + jmp __sysv2nt + .endfn SetThreadPriority,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetThreadPriority.s b/libc/nt/kernel32/SetThreadPriority.s deleted file mode 100644 index 418ff5ad2..000000000 --- a/libc/nt/kernel32/SetThreadPriority.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadPriority,SetThreadPriority,0 - - .text.windows -SetThreadPriority: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetThreadPriority(%rip),%rax - jmp __sysv2nt - .endfn SetThreadPriority,globl - .previous diff --git a/libc/nt/kernel32/SetThreadPriorityBoost.S b/libc/nt/kernel32/SetThreadPriorityBoost.S new file mode 100644 index 000000000..17acdaa2f --- /dev/null +++ b/libc/nt/kernel32/SetThreadPriorityBoost.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadPriorityBoost,SetThreadPriorityBoost,0 + +#ifdef __x86_64__ + .text.windows +SetThreadPriorityBoost: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetThreadPriorityBoost(%rip),%rax + jmp __sysv2nt + .endfn SetThreadPriorityBoost,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetThreadPriorityBoost.s b/libc/nt/kernel32/SetThreadPriorityBoost.s deleted file mode 100644 index 13b6cb2ce..000000000 --- a/libc/nt/kernel32/SetThreadPriorityBoost.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadPriorityBoost,SetThreadPriorityBoost,0 - - .text.windows -SetThreadPriorityBoost: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetThreadPriorityBoost(%rip),%rax - jmp __sysv2nt - .endfn SetThreadPriorityBoost,globl - .previous diff --git a/libc/nt/kernel32/SetThreadSelectedCpuSets.S b/libc/nt/kernel32/SetThreadSelectedCpuSets.S new file mode 100644 index 000000000..37bfc4df7 --- /dev/null +++ b/libc/nt/kernel32/SetThreadSelectedCpuSets.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadSelectedCpuSets,SetThreadSelectedCpuSets,0 diff --git a/libc/nt/kernel32/SetThreadSelectedCpuSets.s b/libc/nt/kernel32/SetThreadSelectedCpuSets.s deleted file mode 100644 index 01813b0b1..000000000 --- a/libc/nt/kernel32/SetThreadSelectedCpuSets.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadSelectedCpuSets,SetThreadSelectedCpuSets,0 diff --git a/libc/nt/kernel32/SetThreadStackGuarantee.S b/libc/nt/kernel32/SetThreadStackGuarantee.S new file mode 100644 index 000000000..efa725a5a --- /dev/null +++ b/libc/nt/kernel32/SetThreadStackGuarantee.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadStackGuarantee,SetThreadStackGuarantee,0 diff --git a/libc/nt/kernel32/SetThreadStackGuarantee.s b/libc/nt/kernel32/SetThreadStackGuarantee.s deleted file mode 100644 index d13946d77..000000000 --- a/libc/nt/kernel32/SetThreadStackGuarantee.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadStackGuarantee,SetThreadStackGuarantee,0 diff --git a/libc/nt/kernel32/SetThreadUILanguage.S b/libc/nt/kernel32/SetThreadUILanguage.S new file mode 100644 index 000000000..524883ea9 --- /dev/null +++ b/libc/nt/kernel32/SetThreadUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadUILanguage,SetThreadUILanguage,0 diff --git a/libc/nt/kernel32/SetThreadUILanguage.s b/libc/nt/kernel32/SetThreadUILanguage.s deleted file mode 100644 index ac41c3bcd..000000000 --- a/libc/nt/kernel32/SetThreadUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadUILanguage,SetThreadUILanguage,0 diff --git a/libc/nt/kernel32/SetThreadpoolStackInformation.S b/libc/nt/kernel32/SetThreadpoolStackInformation.S new file mode 100644 index 000000000..5767a1e18 --- /dev/null +++ b/libc/nt/kernel32/SetThreadpoolStackInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadpoolStackInformation,SetThreadpoolStackInformation,0 diff --git a/libc/nt/kernel32/SetThreadpoolStackInformation.s b/libc/nt/kernel32/SetThreadpoolStackInformation.s deleted file mode 100644 index 7439ad1fa..000000000 --- a/libc/nt/kernel32/SetThreadpoolStackInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadpoolStackInformation,SetThreadpoolStackInformation,0 diff --git a/libc/nt/kernel32/SetThreadpoolThreadMinimum.S b/libc/nt/kernel32/SetThreadpoolThreadMinimum.S new file mode 100644 index 000000000..b95479282 --- /dev/null +++ b/libc/nt/kernel32/SetThreadpoolThreadMinimum.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetThreadpoolThreadMinimum,SetThreadpoolThreadMinimum,0 diff --git a/libc/nt/kernel32/SetThreadpoolThreadMinimum.s b/libc/nt/kernel32/SetThreadpoolThreadMinimum.s deleted file mode 100644 index 781b34298..000000000 --- a/libc/nt/kernel32/SetThreadpoolThreadMinimum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetThreadpoolThreadMinimum,SetThreadpoolThreadMinimum,0 diff --git a/libc/nt/kernel32/SetTimeZoneInformation.S b/libc/nt/kernel32/SetTimeZoneInformation.S new file mode 100644 index 000000000..ef6c65feb --- /dev/null +++ b/libc/nt/kernel32/SetTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetTimeZoneInformation,SetTimeZoneInformation,0 diff --git a/libc/nt/kernel32/SetTimeZoneInformation.s b/libc/nt/kernel32/SetTimeZoneInformation.s deleted file mode 100644 index a70d0a453..000000000 --- a/libc/nt/kernel32/SetTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetTimeZoneInformation,SetTimeZoneInformation,0 diff --git a/libc/nt/kernel32/SetTimerQueueTimer.S b/libc/nt/kernel32/SetTimerQueueTimer.S new file mode 100644 index 000000000..5f3f69517 --- /dev/null +++ b/libc/nt/kernel32/SetTimerQueueTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetTimerQueueTimer,SetTimerQueueTimer,1394 diff --git a/libc/nt/kernel32/SetTimerQueueTimer.s b/libc/nt/kernel32/SetTimerQueueTimer.s deleted file mode 100644 index 90b8e8b44..000000000 --- a/libc/nt/kernel32/SetTimerQueueTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetTimerQueueTimer,SetTimerQueueTimer,1394 diff --git a/libc/nt/kernel32/SetUmsThreadInformation.S b/libc/nt/kernel32/SetUmsThreadInformation.S new file mode 100644 index 000000000..876d164e5 --- /dev/null +++ b/libc/nt/kernel32/SetUmsThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetUmsThreadInformation,SetUmsThreadInformation,1395 diff --git a/libc/nt/kernel32/SetUmsThreadInformation.s b/libc/nt/kernel32/SetUmsThreadInformation.s deleted file mode 100644 index 5edda132a..000000000 --- a/libc/nt/kernel32/SetUmsThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetUmsThreadInformation,SetUmsThreadInformation,1395 diff --git a/libc/nt/kernel32/SetUnhandledExceptionFilter.S b/libc/nt/kernel32/SetUnhandledExceptionFilter.S new file mode 100644 index 000000000..fe8129534 --- /dev/null +++ b/libc/nt/kernel32/SetUnhandledExceptionFilter.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetUnhandledExceptionFilter,SetUnhandledExceptionFilter,0 + +#ifdef __x86_64__ + .text.windows +SetUnhandledExceptionFilter: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetUnhandledExceptionFilter(%rip) + leave + ret + .endfn SetUnhandledExceptionFilter,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetUnhandledExceptionFilter.s b/libc/nt/kernel32/SetUnhandledExceptionFilter.s deleted file mode 100644 index a5ecf1e9d..000000000 --- a/libc/nt/kernel32/SetUnhandledExceptionFilter.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetUnhandledExceptionFilter,SetUnhandledExceptionFilter,0 - - .text.windows -SetUnhandledExceptionFilter: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetUnhandledExceptionFilter(%rip) - leave - ret - .endfn SetUnhandledExceptionFilter,globl - .previous diff --git a/libc/nt/kernel32/SetUserGeoID.S b/libc/nt/kernel32/SetUserGeoID.S new file mode 100644 index 000000000..4a68d59a2 --- /dev/null +++ b/libc/nt/kernel32/SetUserGeoID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetUserGeoID,SetUserGeoID,0 diff --git a/libc/nt/kernel32/SetUserGeoID.s b/libc/nt/kernel32/SetUserGeoID.s deleted file mode 100644 index 7f4827358..000000000 --- a/libc/nt/kernel32/SetUserGeoID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetUserGeoID,SetUserGeoID,0 diff --git a/libc/nt/kernel32/SetVDMCurrentDirectories.S b/libc/nt/kernel32/SetVDMCurrentDirectories.S new file mode 100644 index 000000000..5d4b5034b --- /dev/null +++ b/libc/nt/kernel32/SetVDMCurrentDirectories.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetVDMCurrentDirectories,SetVDMCurrentDirectories,1399 diff --git a/libc/nt/kernel32/SetVDMCurrentDirectories.s b/libc/nt/kernel32/SetVDMCurrentDirectories.s deleted file mode 100644 index 91a9c41d7..000000000 --- a/libc/nt/kernel32/SetVDMCurrentDirectories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetVDMCurrentDirectories,SetVDMCurrentDirectories,1399 diff --git a/libc/nt/kernel32/SetVolumeLabelW.S b/libc/nt/kernel32/SetVolumeLabelW.S new file mode 100644 index 000000000..633bc0fa5 --- /dev/null +++ b/libc/nt/kernel32/SetVolumeLabelW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetVolumeLabelW,SetVolumeLabelW,1401 diff --git a/libc/nt/kernel32/SetVolumeLabelW.s b/libc/nt/kernel32/SetVolumeLabelW.s deleted file mode 100644 index d1ebc2fe3..000000000 --- a/libc/nt/kernel32/SetVolumeLabelW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetVolumeLabelW,SetVolumeLabelW,1401 diff --git a/libc/nt/kernel32/SetVolumeMountPointW.S b/libc/nt/kernel32/SetVolumeMountPointW.S new file mode 100644 index 000000000..ed7b77ed7 --- /dev/null +++ b/libc/nt/kernel32/SetVolumeMountPointW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetVolumeMountPointW,SetVolumeMountPointW,1403 diff --git a/libc/nt/kernel32/SetVolumeMountPointW.s b/libc/nt/kernel32/SetVolumeMountPointW.s deleted file mode 100644 index 16f5cd542..000000000 --- a/libc/nt/kernel32/SetVolumeMountPointW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetVolumeMountPointW,SetVolumeMountPointW,1403 diff --git a/libc/nt/kernel32/SetVolumeMountPointWStub.S b/libc/nt/kernel32/SetVolumeMountPointWStub.S new file mode 100644 index 000000000..119b48ea2 --- /dev/null +++ b/libc/nt/kernel32/SetVolumeMountPointWStub.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetVolumeMountPointWStub,SetVolumeMountPointWStub,1404 diff --git a/libc/nt/kernel32/SetVolumeMountPointWStub.s b/libc/nt/kernel32/SetVolumeMountPointWStub.s deleted file mode 100644 index 284dbb3f3..000000000 --- a/libc/nt/kernel32/SetVolumeMountPointWStub.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetVolumeMountPointWStub,SetVolumeMountPointWStub,1404 diff --git a/libc/nt/kernel32/SetWaitableTimer.S b/libc/nt/kernel32/SetWaitableTimer.S new file mode 100644 index 000000000..ff5cfc60b --- /dev/null +++ b/libc/nt/kernel32/SetWaitableTimer.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetWaitableTimer,SetWaitableTimer,0 + +#ifdef __x86_64__ + .text.windows +SetWaitableTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWaitableTimer(%rip),%rax + jmp __sysv2nt6 + .endfn SetWaitableTimer,globl + .previous +#endif diff --git a/libc/nt/kernel32/SetWaitableTimer.s b/libc/nt/kernel32/SetWaitableTimer.s deleted file mode 100644 index 5a81aa7bc..000000000 --- a/libc/nt/kernel32/SetWaitableTimer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetWaitableTimer,SetWaitableTimer,0 - - .text.windows -SetWaitableTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWaitableTimer(%rip),%rax - jmp __sysv2nt6 - .endfn SetWaitableTimer,globl - .previous diff --git a/libc/nt/kernel32/SetWaitableTimerEx.S b/libc/nt/kernel32/SetWaitableTimerEx.S new file mode 100644 index 000000000..8f3cc65dc --- /dev/null +++ b/libc/nt/kernel32/SetWaitableTimerEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetWaitableTimerEx,SetWaitableTimerEx,0 diff --git a/libc/nt/kernel32/SetWaitableTimerEx.s b/libc/nt/kernel32/SetWaitableTimerEx.s deleted file mode 100644 index d5b903c1e..000000000 --- a/libc/nt/kernel32/SetWaitableTimerEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetWaitableTimerEx,SetWaitableTimerEx,0 diff --git a/libc/nt/kernel32/SetXStateFeaturesMask.S b/libc/nt/kernel32/SetXStateFeaturesMask.S new file mode 100644 index 000000000..85e042c83 --- /dev/null +++ b/libc/nt/kernel32/SetXStateFeaturesMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetXStateFeaturesMask,SetXStateFeaturesMask,0 diff --git a/libc/nt/kernel32/SetXStateFeaturesMask.s b/libc/nt/kernel32/SetXStateFeaturesMask.s deleted file mode 100644 index 283c0bdb6..000000000 --- a/libc/nt/kernel32/SetXStateFeaturesMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetXStateFeaturesMask,SetXStateFeaturesMask,0 diff --git a/libc/nt/kernel32/SetupComm.S b/libc/nt/kernel32/SetupComm.S new file mode 100644 index 000000000..9cf97aea4 --- /dev/null +++ b/libc/nt/kernel32/SetupComm.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SetupComm,SetupComm,0 diff --git a/libc/nt/kernel32/SetupComm.s b/libc/nt/kernel32/SetupComm.s deleted file mode 100644 index 0b266d5d0..000000000 --- a/libc/nt/kernel32/SetupComm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SetupComm,SetupComm,0 diff --git a/libc/nt/kernel32/ShowConsoleCursor.S b/libc/nt/kernel32/ShowConsoleCursor.S new file mode 100644 index 000000000..a31740d5b --- /dev/null +++ b/libc/nt/kernel32/ShowConsoleCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ShowConsoleCursor,ShowConsoleCursor,1409 diff --git a/libc/nt/kernel32/ShowConsoleCursor.s b/libc/nt/kernel32/ShowConsoleCursor.s deleted file mode 100644 index 1d38c5565..000000000 --- a/libc/nt/kernel32/ShowConsoleCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ShowConsoleCursor,ShowConsoleCursor,1409 diff --git a/libc/nt/kernel32/SignalObjectAndWait.S b/libc/nt/kernel32/SignalObjectAndWait.S new file mode 100644 index 000000000..3d5fc0b73 --- /dev/null +++ b/libc/nt/kernel32/SignalObjectAndWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SignalObjectAndWait,SignalObjectAndWait,0 diff --git a/libc/nt/kernel32/SignalObjectAndWait.s b/libc/nt/kernel32/SignalObjectAndWait.s deleted file mode 100644 index bb10013ff..000000000 --- a/libc/nt/kernel32/SignalObjectAndWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SignalObjectAndWait,SignalObjectAndWait,0 diff --git a/libc/nt/kernel32/SizeofResource.S b/libc/nt/kernel32/SizeofResource.S new file mode 100644 index 000000000..dd16d1e20 --- /dev/null +++ b/libc/nt/kernel32/SizeofResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SizeofResource,SizeofResource,0 diff --git a/libc/nt/kernel32/SizeofResource.s b/libc/nt/kernel32/SizeofResource.s deleted file mode 100644 index 696fda0b5..000000000 --- a/libc/nt/kernel32/SizeofResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SizeofResource,SizeofResource,0 diff --git a/libc/nt/kernel32/Sleep.S b/libc/nt/kernel32/Sleep.S new file mode 100644 index 000000000..34406cffb --- /dev/null +++ b/libc/nt/kernel32/Sleep.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Sleep,Sleep,0 + +#ifdef __x86_64__ + .text.windows +Sleep: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_Sleep(%rip) + leave + ret + .endfn Sleep,globl + .previous +#endif diff --git a/libc/nt/kernel32/Sleep.s b/libc/nt/kernel32/Sleep.s deleted file mode 100644 index 19fd1f868..000000000 --- a/libc/nt/kernel32/Sleep.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Sleep,Sleep,0 - - .text.windows -Sleep: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_Sleep(%rip) - leave - ret - .endfn Sleep,globl - .previous diff --git a/libc/nt/kernel32/SleepConditionVariableCS.S b/libc/nt/kernel32/SleepConditionVariableCS.S new file mode 100644 index 000000000..92682e45b --- /dev/null +++ b/libc/nt/kernel32/SleepConditionVariableCS.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SleepConditionVariableCS,SleepConditionVariableCS,0 diff --git a/libc/nt/kernel32/SleepConditionVariableCS.s b/libc/nt/kernel32/SleepConditionVariableCS.s deleted file mode 100644 index fcb85b2bd..000000000 --- a/libc/nt/kernel32/SleepConditionVariableCS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SleepConditionVariableCS,SleepConditionVariableCS,0 diff --git a/libc/nt/kernel32/SleepConditionVariableSRW.S b/libc/nt/kernel32/SleepConditionVariableSRW.S new file mode 100644 index 000000000..330503f0c --- /dev/null +++ b/libc/nt/kernel32/SleepConditionVariableSRW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SleepConditionVariableSRW,SleepConditionVariableSRW,0 diff --git a/libc/nt/kernel32/SleepConditionVariableSRW.s b/libc/nt/kernel32/SleepConditionVariableSRW.s deleted file mode 100644 index 5b1490a20..000000000 --- a/libc/nt/kernel32/SleepConditionVariableSRW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SleepConditionVariableSRW,SleepConditionVariableSRW,0 diff --git a/libc/nt/kernel32/SleepEx.S b/libc/nt/kernel32/SleepEx.S new file mode 100644 index 000000000..09d6067e6 --- /dev/null +++ b/libc/nt/kernel32/SleepEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SleepEx,SleepEx,0 + +#ifdef __x86_64__ + .text.windows +SleepEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SleepEx(%rip),%rax + jmp __sysv2nt + .endfn SleepEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/SleepEx.s b/libc/nt/kernel32/SleepEx.s deleted file mode 100644 index 9c4a148be..000000000 --- a/libc/nt/kernel32/SleepEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SleepEx,SleepEx,0 - - .text.windows -SleepEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SleepEx(%rip),%rax - jmp __sysv2nt - .endfn SleepEx,globl - .previous diff --git a/libc/nt/kernel32/SortCloseHandle.S b/libc/nt/kernel32/SortCloseHandle.S new file mode 100644 index 000000000..a81908a52 --- /dev/null +++ b/libc/nt/kernel32/SortCloseHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SortCloseHandle,SortCloseHandle,1416 diff --git a/libc/nt/kernel32/SortCloseHandle.s b/libc/nt/kernel32/SortCloseHandle.s deleted file mode 100644 index f0a3e6d03..000000000 --- a/libc/nt/kernel32/SortCloseHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SortCloseHandle,SortCloseHandle,1416 diff --git a/libc/nt/kernel32/SortGetHandle.S b/libc/nt/kernel32/SortGetHandle.S new file mode 100644 index 000000000..5d50bd649 --- /dev/null +++ b/libc/nt/kernel32/SortGetHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SortGetHandle,SortGetHandle,1417 diff --git a/libc/nt/kernel32/SortGetHandle.s b/libc/nt/kernel32/SortGetHandle.s deleted file mode 100644 index 1cb22e9d9..000000000 --- a/libc/nt/kernel32/SortGetHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SortGetHandle,SortGetHandle,1417 diff --git a/libc/nt/kernel32/SuspendThread.S b/libc/nt/kernel32/SuspendThread.S new file mode 100644 index 000000000..9d673ac14 --- /dev/null +++ b/libc/nt/kernel32/SuspendThread.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SuspendThread,SuspendThread,0 + +#ifdef __x86_64__ + .text.windows +SuspendThread: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SuspendThread(%rip) + leave + ret + .endfn SuspendThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/SuspendThread.s b/libc/nt/kernel32/SuspendThread.s deleted file mode 100644 index 76654fa04..000000000 --- a/libc/nt/kernel32/SuspendThread.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SuspendThread,SuspendThread,0 - - .text.windows -SuspendThread: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SuspendThread(%rip) - leave - ret - .endfn SuspendThread,globl - .previous diff --git a/libc/nt/kernel32/SwitchToFiber.S b/libc/nt/kernel32/SwitchToFiber.S new file mode 100644 index 000000000..650f50e10 --- /dev/null +++ b/libc/nt/kernel32/SwitchToFiber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SwitchToFiber,SwitchToFiber,0 diff --git a/libc/nt/kernel32/SwitchToFiber.s b/libc/nt/kernel32/SwitchToFiber.s deleted file mode 100644 index 5538f8713..000000000 --- a/libc/nt/kernel32/SwitchToFiber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SwitchToFiber,SwitchToFiber,0 diff --git a/libc/nt/kernel32/SwitchToThread.S b/libc/nt/kernel32/SwitchToThread.S new file mode 100644 index 000000000..0083dd072 --- /dev/null +++ b/libc/nt/kernel32/SwitchToThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SwitchToThread,SwitchToThread,0 diff --git a/libc/nt/kernel32/SwitchToThread.s b/libc/nt/kernel32/SwitchToThread.s deleted file mode 100644 index 2d8ff4c9b..000000000 --- a/libc/nt/kernel32/SwitchToThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SwitchToThread,SwitchToThread,0 diff --git a/libc/nt/kernel32/SystemTimeToFileTime.S b/libc/nt/kernel32/SystemTimeToFileTime.S new file mode 100644 index 000000000..2385df31e --- /dev/null +++ b/libc/nt/kernel32/SystemTimeToFileTime.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SystemTimeToFileTime,SystemTimeToFileTime,0 + +#ifdef __x86_64__ + .text.windows +SystemTimeToFileTime: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SystemTimeToFileTime(%rip),%rax + jmp __sysv2nt + .endfn SystemTimeToFileTime,globl + .previous +#endif diff --git a/libc/nt/kernel32/SystemTimeToFileTime.s b/libc/nt/kernel32/SystemTimeToFileTime.s deleted file mode 100644 index 792ed5fe5..000000000 --- a/libc/nt/kernel32/SystemTimeToFileTime.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SystemTimeToFileTime,SystemTimeToFileTime,0 - - .text.windows -SystemTimeToFileTime: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SystemTimeToFileTime(%rip),%rax - jmp __sysv2nt - .endfn SystemTimeToFileTime,globl - .previous diff --git a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.S b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.S new file mode 100644 index 000000000..54daa4e8e --- /dev/null +++ b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SystemTimeToTzSpecificLocalTime,SystemTimeToTzSpecificLocalTime,0 diff --git a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.s b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.s deleted file mode 100644 index bfbd98d6d..000000000 --- a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SystemTimeToTzSpecificLocalTime,SystemTimeToTzSpecificLocalTime,0 diff --git a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.S b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.S new file mode 100644 index 000000000..143ef7060 --- /dev/null +++ b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_SystemTimeToTzSpecificLocalTimeEx,SystemTimeToTzSpecificLocalTimeEx,0 diff --git a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.s b/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.s deleted file mode 100644 index 3805fce4b..000000000 --- a/libc/nt/kernel32/SystemTimeToTzSpecificLocalTimeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_SystemTimeToTzSpecificLocalTimeEx,SystemTimeToTzSpecificLocalTimeEx,0 diff --git a/libc/nt/kernel32/TerminateJobObject.S b/libc/nt/kernel32/TerminateJobObject.S new file mode 100644 index 000000000..d90db7d8f --- /dev/null +++ b/libc/nt/kernel32/TerminateJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TerminateJobObject,TerminateJobObject,1426 diff --git a/libc/nt/kernel32/TerminateJobObject.s b/libc/nt/kernel32/TerminateJobObject.s deleted file mode 100644 index 452fb29a9..000000000 --- a/libc/nt/kernel32/TerminateJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TerminateJobObject,TerminateJobObject,1426 diff --git a/libc/nt/kernel32/TerminateProcess.S b/libc/nt/kernel32/TerminateProcess.S new file mode 100644 index 000000000..b027954fa --- /dev/null +++ b/libc/nt/kernel32/TerminateProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TerminateProcess,TerminateProcess,0 + +#ifdef __x86_64__ + .text.windows +__TerminateProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TerminateProcess(%rip),%rax + jmp __sysv2nt + .endfn __TerminateProcess,globl + .previous +#endif diff --git a/libc/nt/kernel32/TerminateProcess.s b/libc/nt/kernel32/TerminateProcess.s deleted file mode 100644 index 2fd282be4..000000000 --- a/libc/nt/kernel32/TerminateProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TerminateProcess,TerminateProcess,0 - - .text.windows -__TerminateProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TerminateProcess(%rip),%rax - jmp __sysv2nt - .endfn __TerminateProcess,globl - .previous diff --git a/libc/nt/kernel32/TerminateThread.S b/libc/nt/kernel32/TerminateThread.S new file mode 100644 index 000000000..f07ec794c --- /dev/null +++ b/libc/nt/kernel32/TerminateThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TerminateThread,TerminateThread,0 + +#ifdef __x86_64__ + .text.windows +TerminateThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TerminateThread(%rip),%rax + jmp __sysv2nt + .endfn TerminateThread,globl + .previous +#endif diff --git a/libc/nt/kernel32/TerminateThread.s b/libc/nt/kernel32/TerminateThread.s deleted file mode 100644 index 1b2bf9f45..000000000 --- a/libc/nt/kernel32/TerminateThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TerminateThread,TerminateThread,0 - - .text.windows -TerminateThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TerminateThread(%rip),%rax - jmp __sysv2nt - .endfn TerminateThread,globl - .previous diff --git a/libc/nt/kernel32/TermsrvAppInstallMode.S b/libc/nt/kernel32/TermsrvAppInstallMode.S new file mode 100644 index 000000000..73be49de3 --- /dev/null +++ b/libc/nt/kernel32/TermsrvAppInstallMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvAppInstallMode,TermsrvAppInstallMode,1429 diff --git a/libc/nt/kernel32/TermsrvAppInstallMode.s b/libc/nt/kernel32/TermsrvAppInstallMode.s deleted file mode 100644 index f4be54e0f..000000000 --- a/libc/nt/kernel32/TermsrvAppInstallMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvAppInstallMode,TermsrvAppInstallMode,1429 diff --git a/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.S b/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.S new file mode 100644 index 000000000..6e584ab44 --- /dev/null +++ b/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvConvertSysRootToUserDir,TermsrvConvertSysRootToUserDir,1430 diff --git a/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.s b/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.s deleted file mode 100644 index 92a4a03d8..000000000 --- a/libc/nt/kernel32/TermsrvConvertSysRootToUserDir.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvConvertSysRootToUserDir,TermsrvConvertSysRootToUserDir,1430 diff --git a/libc/nt/kernel32/TermsrvCreateRegEntry.S b/libc/nt/kernel32/TermsrvCreateRegEntry.S new file mode 100644 index 000000000..773498b60 --- /dev/null +++ b/libc/nt/kernel32/TermsrvCreateRegEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvCreateRegEntry,TermsrvCreateRegEntry,1431 diff --git a/libc/nt/kernel32/TermsrvCreateRegEntry.s b/libc/nt/kernel32/TermsrvCreateRegEntry.s deleted file mode 100644 index 0a4e962f2..000000000 --- a/libc/nt/kernel32/TermsrvCreateRegEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvCreateRegEntry,TermsrvCreateRegEntry,1431 diff --git a/libc/nt/kernel32/TermsrvDeleteKey.S b/libc/nt/kernel32/TermsrvDeleteKey.S new file mode 100644 index 000000000..b3484e997 --- /dev/null +++ b/libc/nt/kernel32/TermsrvDeleteKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvDeleteKey,TermsrvDeleteKey,1432 diff --git a/libc/nt/kernel32/TermsrvDeleteKey.s b/libc/nt/kernel32/TermsrvDeleteKey.s deleted file mode 100644 index 49f2832b8..000000000 --- a/libc/nt/kernel32/TermsrvDeleteKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvDeleteKey,TermsrvDeleteKey,1432 diff --git a/libc/nt/kernel32/TermsrvDeleteValue.S b/libc/nt/kernel32/TermsrvDeleteValue.S new file mode 100644 index 000000000..cfa800eec --- /dev/null +++ b/libc/nt/kernel32/TermsrvDeleteValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvDeleteValue,TermsrvDeleteValue,1433 diff --git a/libc/nt/kernel32/TermsrvDeleteValue.s b/libc/nt/kernel32/TermsrvDeleteValue.s deleted file mode 100644 index 2e7b2c327..000000000 --- a/libc/nt/kernel32/TermsrvDeleteValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvDeleteValue,TermsrvDeleteValue,1433 diff --git a/libc/nt/kernel32/TermsrvGetPreSetValue.S b/libc/nt/kernel32/TermsrvGetPreSetValue.S new file mode 100644 index 000000000..ec710e293 --- /dev/null +++ b/libc/nt/kernel32/TermsrvGetPreSetValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvGetPreSetValue,TermsrvGetPreSetValue,1434 diff --git a/libc/nt/kernel32/TermsrvGetPreSetValue.s b/libc/nt/kernel32/TermsrvGetPreSetValue.s deleted file mode 100644 index 49cf384e1..000000000 --- a/libc/nt/kernel32/TermsrvGetPreSetValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvGetPreSetValue,TermsrvGetPreSetValue,1434 diff --git a/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.S b/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.S new file mode 100644 index 000000000..0f0455314 --- /dev/null +++ b/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvGetWindowsDirectoryW,TermsrvGetWindowsDirectoryW,1436 diff --git a/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.s b/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.s deleted file mode 100644 index 0c2dc36c2..000000000 --- a/libc/nt/kernel32/TermsrvGetWindowsDirectoryW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvGetWindowsDirectoryW,TermsrvGetWindowsDirectoryW,1436 diff --git a/libc/nt/kernel32/TermsrvOpenRegEntry.S b/libc/nt/kernel32/TermsrvOpenRegEntry.S new file mode 100644 index 000000000..7e7ff79b5 --- /dev/null +++ b/libc/nt/kernel32/TermsrvOpenRegEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvOpenRegEntry,TermsrvOpenRegEntry,1437 diff --git a/libc/nt/kernel32/TermsrvOpenRegEntry.s b/libc/nt/kernel32/TermsrvOpenRegEntry.s deleted file mode 100644 index 04bb77091..000000000 --- a/libc/nt/kernel32/TermsrvOpenRegEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvOpenRegEntry,TermsrvOpenRegEntry,1437 diff --git a/libc/nt/kernel32/TermsrvOpenUserClasses.S b/libc/nt/kernel32/TermsrvOpenUserClasses.S new file mode 100644 index 000000000..90a841de3 --- /dev/null +++ b/libc/nt/kernel32/TermsrvOpenUserClasses.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvOpenUserClasses,TermsrvOpenUserClasses,1438 diff --git a/libc/nt/kernel32/TermsrvOpenUserClasses.s b/libc/nt/kernel32/TermsrvOpenUserClasses.s deleted file mode 100644 index e6af4e8b0..000000000 --- a/libc/nt/kernel32/TermsrvOpenUserClasses.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvOpenUserClasses,TermsrvOpenUserClasses,1438 diff --git a/libc/nt/kernel32/TermsrvRestoreKey.S b/libc/nt/kernel32/TermsrvRestoreKey.S new file mode 100644 index 000000000..02b99bd62 --- /dev/null +++ b/libc/nt/kernel32/TermsrvRestoreKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvRestoreKey,TermsrvRestoreKey,1439 diff --git a/libc/nt/kernel32/TermsrvRestoreKey.s b/libc/nt/kernel32/TermsrvRestoreKey.s deleted file mode 100644 index 464e9de07..000000000 --- a/libc/nt/kernel32/TermsrvRestoreKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvRestoreKey,TermsrvRestoreKey,1439 diff --git a/libc/nt/kernel32/TermsrvSetKeySecurity.S b/libc/nt/kernel32/TermsrvSetKeySecurity.S new file mode 100644 index 000000000..9f5845a0d --- /dev/null +++ b/libc/nt/kernel32/TermsrvSetKeySecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvSetKeySecurity,TermsrvSetKeySecurity,1440 diff --git a/libc/nt/kernel32/TermsrvSetKeySecurity.s b/libc/nt/kernel32/TermsrvSetKeySecurity.s deleted file mode 100644 index 8ed33c77e..000000000 --- a/libc/nt/kernel32/TermsrvSetKeySecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvSetKeySecurity,TermsrvSetKeySecurity,1440 diff --git a/libc/nt/kernel32/TermsrvSetValueKey.S b/libc/nt/kernel32/TermsrvSetValueKey.S new file mode 100644 index 000000000..8bf31f4f1 --- /dev/null +++ b/libc/nt/kernel32/TermsrvSetValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvSetValueKey,TermsrvSetValueKey,1441 diff --git a/libc/nt/kernel32/TermsrvSetValueKey.s b/libc/nt/kernel32/TermsrvSetValueKey.s deleted file mode 100644 index 444d97f5c..000000000 --- a/libc/nt/kernel32/TermsrvSetValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvSetValueKey,TermsrvSetValueKey,1441 diff --git a/libc/nt/kernel32/TermsrvSyncUserIniFileExt.S b/libc/nt/kernel32/TermsrvSyncUserIniFileExt.S new file mode 100644 index 000000000..2e8eeefe1 --- /dev/null +++ b/libc/nt/kernel32/TermsrvSyncUserIniFileExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TermsrvSyncUserIniFileExt,TermsrvSyncUserIniFileExt,1442 diff --git a/libc/nt/kernel32/TermsrvSyncUserIniFileExt.s b/libc/nt/kernel32/TermsrvSyncUserIniFileExt.s deleted file mode 100644 index 8cabd5b25..000000000 --- a/libc/nt/kernel32/TermsrvSyncUserIniFileExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TermsrvSyncUserIniFileExt,TermsrvSyncUserIniFileExt,1442 diff --git a/libc/nt/kernel32/Thread32First.S b/libc/nt/kernel32/Thread32First.S new file mode 100644 index 000000000..301e41ad6 --- /dev/null +++ b/libc/nt/kernel32/Thread32First.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Thread32First,Thread32First,1443 diff --git a/libc/nt/kernel32/Thread32First.s b/libc/nt/kernel32/Thread32First.s deleted file mode 100644 index d2c387c69..000000000 --- a/libc/nt/kernel32/Thread32First.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Thread32First,Thread32First,1443 diff --git a/libc/nt/kernel32/Thread32Next.S b/libc/nt/kernel32/Thread32Next.S new file mode 100644 index 000000000..879fb8f8f --- /dev/null +++ b/libc/nt/kernel32/Thread32Next.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Thread32Next,Thread32Next,1444 diff --git a/libc/nt/kernel32/Thread32Next.s b/libc/nt/kernel32/Thread32Next.s deleted file mode 100644 index 50c30bda6..000000000 --- a/libc/nt/kernel32/Thread32Next.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Thread32Next,Thread32Next,1444 diff --git a/libc/nt/kernel32/TlsAlloc.S b/libc/nt/kernel32/TlsAlloc.S new file mode 100644 index 000000000..c056164e0 --- /dev/null +++ b/libc/nt/kernel32/TlsAlloc.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TlsAlloc,TlsAlloc,0 + +#ifdef __x86_64__ + .text.windows +TlsAlloc: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_TlsAlloc(%rip) + leave + ret + .endfn TlsAlloc,globl + .previous +#endif diff --git a/libc/nt/kernel32/TlsAlloc.s b/libc/nt/kernel32/TlsAlloc.s deleted file mode 100644 index 9a8311965..000000000 --- a/libc/nt/kernel32/TlsAlloc.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TlsAlloc,TlsAlloc,0 - - .text.windows -TlsAlloc: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_TlsAlloc(%rip) - leave - ret - .endfn TlsAlloc,globl - .previous diff --git a/libc/nt/kernel32/TlsFree.S b/libc/nt/kernel32/TlsFree.S new file mode 100644 index 000000000..9af40cc96 --- /dev/null +++ b/libc/nt/kernel32/TlsFree.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TlsFree,TlsFree,0 + +#ifdef __x86_64__ + .text.windows +TlsFree: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TlsFree(%rip) + leave + ret + .endfn TlsFree,globl + .previous +#endif diff --git a/libc/nt/kernel32/TlsFree.s b/libc/nt/kernel32/TlsFree.s deleted file mode 100644 index 580308a34..000000000 --- a/libc/nt/kernel32/TlsFree.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TlsFree,TlsFree,0 - - .text.windows -TlsFree: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TlsFree(%rip) - leave - ret - .endfn TlsFree,globl - .previous diff --git a/libc/nt/kernel32/TlsGetValue.S b/libc/nt/kernel32/TlsGetValue.S new file mode 100644 index 000000000..e2051343c --- /dev/null +++ b/libc/nt/kernel32/TlsGetValue.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TlsGetValue,TlsGetValue,0 + +#ifdef __x86_64__ + .text.windows +TlsGetValue: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TlsGetValue(%rip) + leave + ret + .endfn TlsGetValue,globl + .previous +#endif diff --git a/libc/nt/kernel32/TlsGetValue.s b/libc/nt/kernel32/TlsGetValue.s deleted file mode 100644 index b4c5fb727..000000000 --- a/libc/nt/kernel32/TlsGetValue.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TlsGetValue,TlsGetValue,0 - - .text.windows -TlsGetValue: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TlsGetValue(%rip) - leave - ret - .endfn TlsGetValue,globl - .previous diff --git a/libc/nt/kernel32/TlsSetValue.S b/libc/nt/kernel32/TlsSetValue.S new file mode 100644 index 000000000..9ad06ef69 --- /dev/null +++ b/libc/nt/kernel32/TlsSetValue.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TlsSetValue,TlsSetValue,0 + +#ifdef __x86_64__ + .text.windows +TlsSetValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TlsSetValue(%rip),%rax + jmp __sysv2nt + .endfn TlsSetValue,globl + .previous +#endif diff --git a/libc/nt/kernel32/TlsSetValue.s b/libc/nt/kernel32/TlsSetValue.s deleted file mode 100644 index c53d538c5..000000000 --- a/libc/nt/kernel32/TlsSetValue.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TlsSetValue,TlsSetValue,0 - - .text.windows -TlsSetValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TlsSetValue(%rip),%rax - jmp __sysv2nt - .endfn TlsSetValue,globl - .previous diff --git a/libc/nt/kernel32/Toolhelp32ReadProcessMemory.S b/libc/nt/kernel32/Toolhelp32ReadProcessMemory.S new file mode 100644 index 000000000..da537edac --- /dev/null +++ b/libc/nt/kernel32/Toolhelp32ReadProcessMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_Toolhelp32ReadProcessMemory,Toolhelp32ReadProcessMemory,1449 diff --git a/libc/nt/kernel32/Toolhelp32ReadProcessMemory.s b/libc/nt/kernel32/Toolhelp32ReadProcessMemory.s deleted file mode 100644 index 26a8aed23..000000000 --- a/libc/nt/kernel32/Toolhelp32ReadProcessMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_Toolhelp32ReadProcessMemory,Toolhelp32ReadProcessMemory,1449 diff --git a/libc/nt/kernel32/TransactNamedPipe.S b/libc/nt/kernel32/TransactNamedPipe.S new file mode 100644 index 000000000..25aca5c70 --- /dev/null +++ b/libc/nt/kernel32/TransactNamedPipe.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TransactNamedPipe,TransactNamedPipe,0 + +#ifdef __x86_64__ + .text.windows +TransactNamedPipe: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TransactNamedPipe(%rip),%rax + jmp __sysv2nt8 + .endfn TransactNamedPipe,globl + .previous +#endif diff --git a/libc/nt/kernel32/TransactNamedPipe.s b/libc/nt/kernel32/TransactNamedPipe.s deleted file mode 100644 index 920cc70d5..000000000 --- a/libc/nt/kernel32/TransactNamedPipe.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TransactNamedPipe,TransactNamedPipe,0 - - .text.windows -TransactNamedPipe: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TransactNamedPipe(%rip),%rax - jmp __sysv2nt8 - .endfn TransactNamedPipe,globl - .previous diff --git a/libc/nt/kernel32/TransmitCommChar.S b/libc/nt/kernel32/TransmitCommChar.S new file mode 100644 index 000000000..a2a1b2ed7 --- /dev/null +++ b/libc/nt/kernel32/TransmitCommChar.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TransmitCommChar,TransmitCommChar,0 + +#ifdef __x86_64__ + .text.windows +TransmitCommChar: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TransmitCommChar(%rip),%rax + jmp __sysv2nt + .endfn TransmitCommChar,globl + .previous +#endif diff --git a/libc/nt/kernel32/TransmitCommChar.s b/libc/nt/kernel32/TransmitCommChar.s deleted file mode 100644 index 45756320d..000000000 --- a/libc/nt/kernel32/TransmitCommChar.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TransmitCommChar,TransmitCommChar,0 - - .text.windows -TransmitCommChar: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TransmitCommChar(%rip),%rax - jmp __sysv2nt - .endfn TransmitCommChar,globl - .previous diff --git a/libc/nt/kernel32/TryAcquireSRWLockExclusive.S b/libc/nt/kernel32/TryAcquireSRWLockExclusive.S new file mode 100644 index 000000000..20f3cf95c --- /dev/null +++ b/libc/nt/kernel32/TryAcquireSRWLockExclusive.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TryAcquireSRWLockExclusive,TryAcquireSRWLockExclusive,0 + +#ifdef __x86_64__ + .text.windows +TryAcquireSRWLockExclusive: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TryAcquireSRWLockExclusive(%rip) + leave + ret + .endfn TryAcquireSRWLockExclusive,globl + .previous +#endif diff --git a/libc/nt/kernel32/TryAcquireSRWLockExclusive.s b/libc/nt/kernel32/TryAcquireSRWLockExclusive.s deleted file mode 100644 index 01c906f51..000000000 --- a/libc/nt/kernel32/TryAcquireSRWLockExclusive.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TryAcquireSRWLockExclusive,TryAcquireSRWLockExclusive,0 - - .text.windows -TryAcquireSRWLockExclusive: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TryAcquireSRWLockExclusive(%rip) - leave - ret - .endfn TryAcquireSRWLockExclusive,globl - .previous diff --git a/libc/nt/kernel32/TryAcquireSRWLockShared.S b/libc/nt/kernel32/TryAcquireSRWLockShared.S new file mode 100644 index 000000000..dff9ee932 --- /dev/null +++ b/libc/nt/kernel32/TryAcquireSRWLockShared.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TryAcquireSRWLockShared,TryAcquireSRWLockShared,0 + +#ifdef __x86_64__ + .text.windows +TryAcquireSRWLockShared: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TryAcquireSRWLockShared(%rip) + leave + ret + .endfn TryAcquireSRWLockShared,globl + .previous +#endif diff --git a/libc/nt/kernel32/TryAcquireSRWLockShared.s b/libc/nt/kernel32/TryAcquireSRWLockShared.s deleted file mode 100644 index 98f010881..000000000 --- a/libc/nt/kernel32/TryAcquireSRWLockShared.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TryAcquireSRWLockShared,TryAcquireSRWLockShared,0 - - .text.windows -TryAcquireSRWLockShared: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TryAcquireSRWLockShared(%rip) - leave - ret - .endfn TryAcquireSRWLockShared,globl - .previous diff --git a/libc/nt/kernel32/TryEnterCriticalSection.S b/libc/nt/kernel32/TryEnterCriticalSection.S new file mode 100644 index 000000000..22261a15a --- /dev/null +++ b/libc/nt/kernel32/TryEnterCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TryEnterCriticalSection,TryEnterCriticalSection,0 + +#ifdef __x86_64__ + .text.windows +TryEnterCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TryEnterCriticalSection(%rip) + leave + ret + .endfn TryEnterCriticalSection,globl + .previous +#endif diff --git a/libc/nt/kernel32/TryEnterCriticalSection.s b/libc/nt/kernel32/TryEnterCriticalSection.s deleted file mode 100644 index d0565d415..000000000 --- a/libc/nt/kernel32/TryEnterCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TryEnterCriticalSection,TryEnterCriticalSection,0 - - .text.windows -TryEnterCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TryEnterCriticalSection(%rip) - leave - ret - .endfn TryEnterCriticalSection,globl - .previous diff --git a/libc/nt/kernel32/TrySubmitThreadpoolCallback.S b/libc/nt/kernel32/TrySubmitThreadpoolCallback.S new file mode 100644 index 000000000..2ee83aba0 --- /dev/null +++ b/libc/nt/kernel32/TrySubmitThreadpoolCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TrySubmitThreadpoolCallback,TrySubmitThreadpoolCallback,0 diff --git a/libc/nt/kernel32/TrySubmitThreadpoolCallback.s b/libc/nt/kernel32/TrySubmitThreadpoolCallback.s deleted file mode 100644 index 6cddfa164..000000000 --- a/libc/nt/kernel32/TrySubmitThreadpoolCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TrySubmitThreadpoolCallback,TrySubmitThreadpoolCallback,0 diff --git a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.S b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.S new file mode 100644 index 000000000..5c4fb5228 --- /dev/null +++ b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TzSpecificLocalTimeToSystemTime,TzSpecificLocalTimeToSystemTime,0 diff --git a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.s b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.s deleted file mode 100644 index 447dd674e..000000000 --- a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TzSpecificLocalTimeToSystemTime,TzSpecificLocalTimeToSystemTime,0 diff --git a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.S b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.S new file mode 100644 index 000000000..aabf37168 --- /dev/null +++ b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_TzSpecificLocalTimeToSystemTimeEx,TzSpecificLocalTimeToSystemTimeEx,0 diff --git a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.s b/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.s deleted file mode 100644 index 94583f07d..000000000 --- a/libc/nt/kernel32/TzSpecificLocalTimeToSystemTimeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_TzSpecificLocalTimeToSystemTimeEx,TzSpecificLocalTimeToSystemTimeEx,0 diff --git a/libc/nt/kernel32/UTRegister.S b/libc/nt/kernel32/UTRegister.S new file mode 100644 index 000000000..461559bba --- /dev/null +++ b/libc/nt/kernel32/UTRegister.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UTRegister,UTRegister,1458 diff --git a/libc/nt/kernel32/UTRegister.s b/libc/nt/kernel32/UTRegister.s deleted file mode 100644 index e295230e3..000000000 --- a/libc/nt/kernel32/UTRegister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UTRegister,UTRegister,1458 diff --git a/libc/nt/kernel32/UTUnRegister.S b/libc/nt/kernel32/UTUnRegister.S new file mode 100644 index 000000000..697d18c13 --- /dev/null +++ b/libc/nt/kernel32/UTUnRegister.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UTUnRegister,UTUnRegister,1459 diff --git a/libc/nt/kernel32/UTUnRegister.s b/libc/nt/kernel32/UTUnRegister.s deleted file mode 100644 index 4c00daf1f..000000000 --- a/libc/nt/kernel32/UTUnRegister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UTUnRegister,UTUnRegister,1459 diff --git a/libc/nt/kernel32/UmsThreadYield.S b/libc/nt/kernel32/UmsThreadYield.S new file mode 100644 index 000000000..ce2212ffa --- /dev/null +++ b/libc/nt/kernel32/UmsThreadYield.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UmsThreadYield,UmsThreadYield,1460 diff --git a/libc/nt/kernel32/UmsThreadYield.s b/libc/nt/kernel32/UmsThreadYield.s deleted file mode 100644 index 2bcabaf39..000000000 --- a/libc/nt/kernel32/UmsThreadYield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UmsThreadYield,UmsThreadYield,1460 diff --git a/libc/nt/kernel32/UnhandledExceptionFilter.S b/libc/nt/kernel32/UnhandledExceptionFilter.S new file mode 100644 index 000000000..eae2cc841 --- /dev/null +++ b/libc/nt/kernel32/UnhandledExceptionFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnhandledExceptionFilter,UnhandledExceptionFilter,0 diff --git a/libc/nt/kernel32/UnhandledExceptionFilter.s b/libc/nt/kernel32/UnhandledExceptionFilter.s deleted file mode 100644 index 1eb4b9e93..000000000 --- a/libc/nt/kernel32/UnhandledExceptionFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnhandledExceptionFilter,UnhandledExceptionFilter,0 diff --git a/libc/nt/kernel32/UnlockFile.S b/libc/nt/kernel32/UnlockFile.S new file mode 100644 index 000000000..830ada915 --- /dev/null +++ b/libc/nt/kernel32/UnlockFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnlockFile,UnlockFile,0 + +#ifdef __x86_64__ + .text.windows +UnlockFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UnlockFile(%rip),%rax + jmp __sysv2nt6 + .endfn UnlockFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/UnlockFile.s b/libc/nt/kernel32/UnlockFile.s deleted file mode 100644 index e545064ad..000000000 --- a/libc/nt/kernel32/UnlockFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnlockFile,UnlockFile,0 - - .text.windows -UnlockFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UnlockFile(%rip),%rax - jmp __sysv2nt6 - .endfn UnlockFile,globl - .previous diff --git a/libc/nt/kernel32/UnlockFileEx.S b/libc/nt/kernel32/UnlockFileEx.S new file mode 100644 index 000000000..18120858b --- /dev/null +++ b/libc/nt/kernel32/UnlockFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnlockFileEx,UnlockFileEx,0 + +#ifdef __x86_64__ + .text.windows +__UnlockFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UnlockFileEx(%rip),%rax + jmp __sysv2nt6 + .endfn __UnlockFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/UnlockFileEx.s b/libc/nt/kernel32/UnlockFileEx.s deleted file mode 100644 index 0dedd8b8b..000000000 --- a/libc/nt/kernel32/UnlockFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnlockFileEx,UnlockFileEx,0 - - .text.windows -__UnlockFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UnlockFileEx(%rip),%rax - jmp __sysv2nt6 - .endfn __UnlockFileEx,globl - .previous diff --git a/libc/nt/kernel32/UnmapViewOfFile.S b/libc/nt/kernel32/UnmapViewOfFile.S new file mode 100644 index 000000000..ecc76026f --- /dev/null +++ b/libc/nt/kernel32/UnmapViewOfFile.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnmapViewOfFile,UnmapViewOfFile,0 + +#ifdef __x86_64__ + .text.windows +__UnmapViewOfFile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_UnmapViewOfFile(%rip) + leave + ret + .endfn __UnmapViewOfFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/UnmapViewOfFile.s b/libc/nt/kernel32/UnmapViewOfFile.s deleted file mode 100644 index 301ce163f..000000000 --- a/libc/nt/kernel32/UnmapViewOfFile.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnmapViewOfFile,UnmapViewOfFile,0 - - .text.windows -__UnmapViewOfFile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_UnmapViewOfFile(%rip) - leave - ret - .endfn __UnmapViewOfFile,globl - .previous diff --git a/libc/nt/kernel32/UnmapViewOfFile2.S b/libc/nt/kernel32/UnmapViewOfFile2.S new file mode 100644 index 000000000..dd0d2e780 --- /dev/null +++ b/libc/nt/kernel32/UnmapViewOfFile2.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnmapViewOfFile2,UnmapViewOfFile2,0 + +#ifdef __x86_64__ + .text.windows +UnmapViewOfFile2: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UnmapViewOfFile2(%rip),%rax + jmp __sysv2nt + .endfn UnmapViewOfFile2,globl + .previous +#endif diff --git a/libc/nt/kernel32/UnmapViewOfFile2.s b/libc/nt/kernel32/UnmapViewOfFile2.s deleted file mode 100644 index 7e00613c1..000000000 --- a/libc/nt/kernel32/UnmapViewOfFile2.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnmapViewOfFile2,UnmapViewOfFile2,0 - - .text.windows -UnmapViewOfFile2: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UnmapViewOfFile2(%rip),%rax - jmp __sysv2nt - .endfn UnmapViewOfFile2,globl - .previous diff --git a/libc/nt/kernel32/UnmapViewOfFileEx.S b/libc/nt/kernel32/UnmapViewOfFileEx.S new file mode 100644 index 000000000..40329dc7b --- /dev/null +++ b/libc/nt/kernel32/UnmapViewOfFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnmapViewOfFileEx,UnmapViewOfFileEx,0 + +#ifdef __x86_64__ + .text.windows +UnmapViewOfFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UnmapViewOfFileEx(%rip),%rax + jmp __sysv2nt + .endfn UnmapViewOfFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/UnmapViewOfFileEx.s b/libc/nt/kernel32/UnmapViewOfFileEx.s deleted file mode 100644 index 2700038f2..000000000 --- a/libc/nt/kernel32/UnmapViewOfFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnmapViewOfFileEx,UnmapViewOfFileEx,0 - - .text.windows -UnmapViewOfFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UnmapViewOfFileEx(%rip),%rax - jmp __sysv2nt - .endfn UnmapViewOfFileEx,globl - .previous diff --git a/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.S b/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.S new file mode 100644 index 000000000..9534fe033 --- /dev/null +++ b/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterApplicationRecoveryCallback,UnregisterApplicationRecoveryCallback,1466 diff --git a/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.s b/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.s deleted file mode 100644 index 61f282907..000000000 --- a/libc/nt/kernel32/UnregisterApplicationRecoveryCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterApplicationRecoveryCallback,UnregisterApplicationRecoveryCallback,1466 diff --git a/libc/nt/kernel32/UnregisterApplicationRestart.S b/libc/nt/kernel32/UnregisterApplicationRestart.S new file mode 100644 index 000000000..a788439f2 --- /dev/null +++ b/libc/nt/kernel32/UnregisterApplicationRestart.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterApplicationRestart,UnregisterApplicationRestart,1467 diff --git a/libc/nt/kernel32/UnregisterApplicationRestart.s b/libc/nt/kernel32/UnregisterApplicationRestart.s deleted file mode 100644 index 3d835f87f..000000000 --- a/libc/nt/kernel32/UnregisterApplicationRestart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterApplicationRestart,UnregisterApplicationRestart,1467 diff --git a/libc/nt/kernel32/UnregisterBadMemoryNotification.S b/libc/nt/kernel32/UnregisterBadMemoryNotification.S new file mode 100644 index 000000000..98f3d4dce --- /dev/null +++ b/libc/nt/kernel32/UnregisterBadMemoryNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterBadMemoryNotification,UnregisterBadMemoryNotification,0 diff --git a/libc/nt/kernel32/UnregisterBadMemoryNotification.s b/libc/nt/kernel32/UnregisterBadMemoryNotification.s deleted file mode 100644 index 01f4bcfc2..000000000 --- a/libc/nt/kernel32/UnregisterBadMemoryNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterBadMemoryNotification,UnregisterBadMemoryNotification,0 diff --git a/libc/nt/kernel32/UnregisterConsoleIME.S b/libc/nt/kernel32/UnregisterConsoleIME.S new file mode 100644 index 000000000..9fb99d5d4 --- /dev/null +++ b/libc/nt/kernel32/UnregisterConsoleIME.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterConsoleIME,UnregisterConsoleIME,1469 diff --git a/libc/nt/kernel32/UnregisterConsoleIME.s b/libc/nt/kernel32/UnregisterConsoleIME.s deleted file mode 100644 index f98ca964d..000000000 --- a/libc/nt/kernel32/UnregisterConsoleIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterConsoleIME,UnregisterConsoleIME,1469 diff --git a/libc/nt/kernel32/UnregisterWait.S b/libc/nt/kernel32/UnregisterWait.S new file mode 100644 index 000000000..c581928f1 --- /dev/null +++ b/libc/nt/kernel32/UnregisterWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterWait,UnregisterWait,1470 diff --git a/libc/nt/kernel32/UnregisterWait.s b/libc/nt/kernel32/UnregisterWait.s deleted file mode 100644 index 0b265906b..000000000 --- a/libc/nt/kernel32/UnregisterWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterWait,UnregisterWait,1470 diff --git a/libc/nt/kernel32/UnregisterWaitEx.S b/libc/nt/kernel32/UnregisterWaitEx.S new file mode 100644 index 000000000..4f3e51d85 --- /dev/null +++ b/libc/nt/kernel32/UnregisterWaitEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterWaitEx,UnregisterWaitEx,0 diff --git a/libc/nt/kernel32/UnregisterWaitEx.s b/libc/nt/kernel32/UnregisterWaitEx.s deleted file mode 100644 index c113eee07..000000000 --- a/libc/nt/kernel32/UnregisterWaitEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterWaitEx,UnregisterWaitEx,0 diff --git a/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.S b/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.S new file mode 100644 index 000000000..a4111fac2 --- /dev/null +++ b/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UnregisterWaitUntilOOBECompleted,UnregisterWaitUntilOOBECompleted,1472 diff --git a/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.s b/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.s deleted file mode 100644 index 7a2a7e806..000000000 --- a/libc/nt/kernel32/UnregisterWaitUntilOOBECompleted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UnregisterWaitUntilOOBECompleted,UnregisterWaitUntilOOBECompleted,1472 diff --git a/libc/nt/kernel32/UpdateCalendarDayOfWeek.S b/libc/nt/kernel32/UpdateCalendarDayOfWeek.S new file mode 100644 index 000000000..ef3266baf --- /dev/null +++ b/libc/nt/kernel32/UpdateCalendarDayOfWeek.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UpdateCalendarDayOfWeek,UpdateCalendarDayOfWeek,1473 diff --git a/libc/nt/kernel32/UpdateCalendarDayOfWeek.s b/libc/nt/kernel32/UpdateCalendarDayOfWeek.s deleted file mode 100644 index 9f4ce9328..000000000 --- a/libc/nt/kernel32/UpdateCalendarDayOfWeek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UpdateCalendarDayOfWeek,UpdateCalendarDayOfWeek,1473 diff --git a/libc/nt/kernel32/UpdateProcThreadAttribute.S b/libc/nt/kernel32/UpdateProcThreadAttribute.S new file mode 100644 index 000000000..e1333623e --- /dev/null +++ b/libc/nt/kernel32/UpdateProcThreadAttribute.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UpdateProcThreadAttribute,UpdateProcThreadAttribute,0 + +#ifdef __x86_64__ + .text.windows +UpdateProcThreadAttribute: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UpdateProcThreadAttribute(%rip),%rax + jmp __sysv2nt8 + .endfn UpdateProcThreadAttribute,globl + .previous +#endif diff --git a/libc/nt/kernel32/UpdateProcThreadAttribute.s b/libc/nt/kernel32/UpdateProcThreadAttribute.s deleted file mode 100644 index 7199bc7a7..000000000 --- a/libc/nt/kernel32/UpdateProcThreadAttribute.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UpdateProcThreadAttribute,UpdateProcThreadAttribute,0 - - .text.windows -UpdateProcThreadAttribute: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UpdateProcThreadAttribute(%rip),%rax - jmp __sysv2nt8 - .endfn UpdateProcThreadAttribute,globl - .previous diff --git a/libc/nt/kernel32/UpdateResourceW.S b/libc/nt/kernel32/UpdateResourceW.S new file mode 100644 index 000000000..d6a8e1eef --- /dev/null +++ b/libc/nt/kernel32/UpdateResourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_UpdateResourceW,UpdateResourceW,1476 diff --git a/libc/nt/kernel32/UpdateResourceW.s b/libc/nt/kernel32/UpdateResourceW.s deleted file mode 100644 index 50a07173a..000000000 --- a/libc/nt/kernel32/UpdateResourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_UpdateResourceW,UpdateResourceW,1476 diff --git a/libc/nt/kernel32/VDMConsoleOperation.S b/libc/nt/kernel32/VDMConsoleOperation.S new file mode 100644 index 000000000..c89b3134b --- /dev/null +++ b/libc/nt/kernel32/VDMConsoleOperation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VDMConsoleOperation,VDMConsoleOperation,1477 diff --git a/libc/nt/kernel32/VDMConsoleOperation.s b/libc/nt/kernel32/VDMConsoleOperation.s deleted file mode 100644 index 021c3ed06..000000000 --- a/libc/nt/kernel32/VDMConsoleOperation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VDMConsoleOperation,VDMConsoleOperation,1477 diff --git a/libc/nt/kernel32/VDMOperationStarted.S b/libc/nt/kernel32/VDMOperationStarted.S new file mode 100644 index 000000000..b18c820e8 --- /dev/null +++ b/libc/nt/kernel32/VDMOperationStarted.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VDMOperationStarted,VDMOperationStarted,1478 diff --git a/libc/nt/kernel32/VDMOperationStarted.s b/libc/nt/kernel32/VDMOperationStarted.s deleted file mode 100644 index bacad6ac0..000000000 --- a/libc/nt/kernel32/VDMOperationStarted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VDMOperationStarted,VDMOperationStarted,1478 diff --git a/libc/nt/kernel32/VerLanguageNameW.S b/libc/nt/kernel32/VerLanguageNameW.S new file mode 100644 index 000000000..6e092bd74 --- /dev/null +++ b/libc/nt/kernel32/VerLanguageNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VerLanguageNameW,VerLanguageNameW,0 diff --git a/libc/nt/kernel32/VerLanguageNameW.s b/libc/nt/kernel32/VerLanguageNameW.s deleted file mode 100644 index 3886a38dc..000000000 --- a/libc/nt/kernel32/VerLanguageNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VerLanguageNameW,VerLanguageNameW,0 diff --git a/libc/nt/kernel32/VerifyConsoleIoHandle.S b/libc/nt/kernel32/VerifyConsoleIoHandle.S new file mode 100644 index 000000000..93574e1d4 --- /dev/null +++ b/libc/nt/kernel32/VerifyConsoleIoHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VerifyConsoleIoHandle,VerifyConsoleIoHandle,1482 diff --git a/libc/nt/kernel32/VerifyConsoleIoHandle.s b/libc/nt/kernel32/VerifyConsoleIoHandle.s deleted file mode 100644 index fb81e8130..000000000 --- a/libc/nt/kernel32/VerifyConsoleIoHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VerifyConsoleIoHandle,VerifyConsoleIoHandle,1482 diff --git a/libc/nt/kernel32/VerifyScripts.S b/libc/nt/kernel32/VerifyScripts.S new file mode 100644 index 000000000..781cbe4a2 --- /dev/null +++ b/libc/nt/kernel32/VerifyScripts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VerifyScripts,VerifyScripts,0 diff --git a/libc/nt/kernel32/VerifyScripts.s b/libc/nt/kernel32/VerifyScripts.s deleted file mode 100644 index 5c7eadebc..000000000 --- a/libc/nt/kernel32/VerifyScripts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VerifyScripts,VerifyScripts,0 diff --git a/libc/nt/kernel32/VerifyVersionInfoW.S b/libc/nt/kernel32/VerifyVersionInfoW.S new file mode 100644 index 000000000..6e14392b1 --- /dev/null +++ b/libc/nt/kernel32/VerifyVersionInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VerifyVersionInfoW,VerifyVersionInfoW,1485 diff --git a/libc/nt/kernel32/VerifyVersionInfoW.s b/libc/nt/kernel32/VerifyVersionInfoW.s deleted file mode 100644 index a4657e875..000000000 --- a/libc/nt/kernel32/VerifyVersionInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VerifyVersionInfoW,VerifyVersionInfoW,1485 diff --git a/libc/nt/kernel32/VirtualAlloc.S b/libc/nt/kernel32/VirtualAlloc.S new file mode 100644 index 000000000..9da3c49f9 --- /dev/null +++ b/libc/nt/kernel32/VirtualAlloc.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualAlloc,VirtualAlloc,0 + +#ifdef __x86_64__ + .text.windows +VirtualAlloc: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualAlloc(%rip),%rax + jmp __sysv2nt + .endfn VirtualAlloc,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualAlloc.s b/libc/nt/kernel32/VirtualAlloc.s deleted file mode 100644 index 9356e0d5c..000000000 --- a/libc/nt/kernel32/VirtualAlloc.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualAlloc,VirtualAlloc,0 - - .text.windows -VirtualAlloc: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualAlloc(%rip),%rax - jmp __sysv2nt - .endfn VirtualAlloc,globl - .previous diff --git a/libc/nt/kernel32/VirtualAllocEx.S b/libc/nt/kernel32/VirtualAllocEx.S new file mode 100644 index 000000000..1226b9d33 --- /dev/null +++ b/libc/nt/kernel32/VirtualAllocEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualAllocEx,VirtualAllocEx,0 + +#ifdef __x86_64__ + .text.windows +VirtualAllocEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualAllocEx(%rip),%rax + jmp __sysv2nt6 + .endfn VirtualAllocEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualAllocEx.s b/libc/nt/kernel32/VirtualAllocEx.s deleted file mode 100644 index 872d08f64..000000000 --- a/libc/nt/kernel32/VirtualAllocEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualAllocEx,VirtualAllocEx,0 - - .text.windows -VirtualAllocEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualAllocEx(%rip),%rax - jmp __sysv2nt6 - .endfn VirtualAllocEx,globl - .previous diff --git a/libc/nt/kernel32/VirtualAllocExNuma.S b/libc/nt/kernel32/VirtualAllocExNuma.S new file mode 100644 index 000000000..a5bb029d1 --- /dev/null +++ b/libc/nt/kernel32/VirtualAllocExNuma.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualAllocExNuma,VirtualAllocExNuma,0 diff --git a/libc/nt/kernel32/VirtualAllocExNuma.s b/libc/nt/kernel32/VirtualAllocExNuma.s deleted file mode 100644 index cdab36c0b..000000000 --- a/libc/nt/kernel32/VirtualAllocExNuma.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualAllocExNuma,VirtualAllocExNuma,0 diff --git a/libc/nt/kernel32/VirtualFree.S b/libc/nt/kernel32/VirtualFree.S new file mode 100644 index 000000000..b1454c0c1 --- /dev/null +++ b/libc/nt/kernel32/VirtualFree.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualFree,VirtualFree,0 + +#ifdef __x86_64__ + .text.windows +VirtualFree: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualFree(%rip),%rax + jmp __sysv2nt + .endfn VirtualFree,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualFree.s b/libc/nt/kernel32/VirtualFree.s deleted file mode 100644 index 7fe0bfefb..000000000 --- a/libc/nt/kernel32/VirtualFree.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualFree,VirtualFree,0 - - .text.windows -VirtualFree: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualFree(%rip),%rax - jmp __sysv2nt - .endfn VirtualFree,globl - .previous diff --git a/libc/nt/kernel32/VirtualFreeEx.S b/libc/nt/kernel32/VirtualFreeEx.S new file mode 100644 index 000000000..769e07296 --- /dev/null +++ b/libc/nt/kernel32/VirtualFreeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualFreeEx,VirtualFreeEx,0 diff --git a/libc/nt/kernel32/VirtualFreeEx.s b/libc/nt/kernel32/VirtualFreeEx.s deleted file mode 100644 index 8c8550063..000000000 --- a/libc/nt/kernel32/VirtualFreeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualFreeEx,VirtualFreeEx,0 diff --git a/libc/nt/kernel32/VirtualLock.S b/libc/nt/kernel32/VirtualLock.S new file mode 100644 index 000000000..f097e3e29 --- /dev/null +++ b/libc/nt/kernel32/VirtualLock.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualLock,VirtualLock,0 + +#ifdef __x86_64__ + .text.windows +VirtualLock: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualLock(%rip),%rax + jmp __sysv2nt + .endfn VirtualLock,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualLock.s b/libc/nt/kernel32/VirtualLock.s deleted file mode 100644 index d50c72766..000000000 --- a/libc/nt/kernel32/VirtualLock.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualLock,VirtualLock,0 - - .text.windows -VirtualLock: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualLock(%rip),%rax - jmp __sysv2nt - .endfn VirtualLock,globl - .previous diff --git a/libc/nt/kernel32/VirtualProtect.S b/libc/nt/kernel32/VirtualProtect.S new file mode 100644 index 000000000..b26d7982d --- /dev/null +++ b/libc/nt/kernel32/VirtualProtect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualProtect,VirtualProtect,0 + +#ifdef __x86_64__ + .text.windows +__VirtualProtect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualProtect(%rip),%rax + jmp __sysv2nt + .endfn __VirtualProtect,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualProtect.s b/libc/nt/kernel32/VirtualProtect.s deleted file mode 100644 index 0acf070a5..000000000 --- a/libc/nt/kernel32/VirtualProtect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualProtect,VirtualProtect,0 - - .text.windows -__VirtualProtect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualProtect(%rip),%rax - jmp __sysv2nt - .endfn __VirtualProtect,globl - .previous diff --git a/libc/nt/kernel32/VirtualProtectEx.S b/libc/nt/kernel32/VirtualProtectEx.S new file mode 100644 index 000000000..ddc931caf --- /dev/null +++ b/libc/nt/kernel32/VirtualProtectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualProtectEx,VirtualProtectEx,0 diff --git a/libc/nt/kernel32/VirtualProtectEx.s b/libc/nt/kernel32/VirtualProtectEx.s deleted file mode 100644 index 041b9725f..000000000 --- a/libc/nt/kernel32/VirtualProtectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualProtectEx,VirtualProtectEx,0 diff --git a/libc/nt/kernel32/VirtualQuery.S b/libc/nt/kernel32/VirtualQuery.S new file mode 100644 index 000000000..c9b207275 --- /dev/null +++ b/libc/nt/kernel32/VirtualQuery.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualQuery,VirtualQuery,0 + +#ifdef __x86_64__ + .text.windows +VirtualQuery: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualQuery(%rip),%rax + jmp __sysv2nt + .endfn VirtualQuery,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualQuery.s b/libc/nt/kernel32/VirtualQuery.s deleted file mode 100644 index f688b1c29..000000000 --- a/libc/nt/kernel32/VirtualQuery.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualQuery,VirtualQuery,0 - - .text.windows -VirtualQuery: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualQuery(%rip),%rax - jmp __sysv2nt - .endfn VirtualQuery,globl - .previous diff --git a/libc/nt/kernel32/VirtualQueryEx.S b/libc/nt/kernel32/VirtualQueryEx.S new file mode 100644 index 000000000..b276df4a5 --- /dev/null +++ b/libc/nt/kernel32/VirtualQueryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualQueryEx,VirtualQueryEx,0 diff --git a/libc/nt/kernel32/VirtualQueryEx.s b/libc/nt/kernel32/VirtualQueryEx.s deleted file mode 100644 index 08396781f..000000000 --- a/libc/nt/kernel32/VirtualQueryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualQueryEx,VirtualQueryEx,0 diff --git a/libc/nt/kernel32/VirtualUnlock.S b/libc/nt/kernel32/VirtualUnlock.S new file mode 100644 index 000000000..27ee891f8 --- /dev/null +++ b/libc/nt/kernel32/VirtualUnlock.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_VirtualUnlock,VirtualUnlock,0 + +#ifdef __x86_64__ + .text.windows +VirtualUnlock: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_VirtualUnlock(%rip),%rax + jmp __sysv2nt + .endfn VirtualUnlock,globl + .previous +#endif diff --git a/libc/nt/kernel32/VirtualUnlock.s b/libc/nt/kernel32/VirtualUnlock.s deleted file mode 100644 index b39e3c408..000000000 --- a/libc/nt/kernel32/VirtualUnlock.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_VirtualUnlock,VirtualUnlock,0 - - .text.windows -VirtualUnlock: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_VirtualUnlock(%rip),%rax - jmp __sysv2nt - .endfn VirtualUnlock,globl - .previous diff --git a/libc/nt/kernel32/WTSGetActiveConsoleSessionId.S b/libc/nt/kernel32/WTSGetActiveConsoleSessionId.S new file mode 100644 index 000000000..377d7ef73 --- /dev/null +++ b/libc/nt/kernel32/WTSGetActiveConsoleSessionId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WTSGetActiveConsoleSessionId,WTSGetActiveConsoleSessionId,1497 diff --git a/libc/nt/kernel32/WTSGetActiveConsoleSessionId.s b/libc/nt/kernel32/WTSGetActiveConsoleSessionId.s deleted file mode 100644 index 167d3e2ec..000000000 --- a/libc/nt/kernel32/WTSGetActiveConsoleSessionId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WTSGetActiveConsoleSessionId,WTSGetActiveConsoleSessionId,1497 diff --git a/libc/nt/kernel32/WaitCommEvent.S b/libc/nt/kernel32/WaitCommEvent.S new file mode 100644 index 000000000..fcd9d8fe9 --- /dev/null +++ b/libc/nt/kernel32/WaitCommEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitCommEvent,WaitCommEvent,0 diff --git a/libc/nt/kernel32/WaitCommEvent.s b/libc/nt/kernel32/WaitCommEvent.s deleted file mode 100644 index df0df0319..000000000 --- a/libc/nt/kernel32/WaitCommEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitCommEvent,WaitCommEvent,0 diff --git a/libc/nt/kernel32/WaitForDebugEvent.S b/libc/nt/kernel32/WaitForDebugEvent.S new file mode 100644 index 000000000..4bf7deb27 --- /dev/null +++ b/libc/nt/kernel32/WaitForDebugEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitForDebugEvent,WaitForDebugEvent,0 diff --git a/libc/nt/kernel32/WaitForDebugEvent.s b/libc/nt/kernel32/WaitForDebugEvent.s deleted file mode 100644 index 5f52c6d5f..000000000 --- a/libc/nt/kernel32/WaitForDebugEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitForDebugEvent,WaitForDebugEvent,0 diff --git a/libc/nt/kernel32/WaitForMultipleObjects.S b/libc/nt/kernel32/WaitForMultipleObjects.S new file mode 100644 index 000000000..282de7681 --- /dev/null +++ b/libc/nt/kernel32/WaitForMultipleObjects.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitForMultipleObjects,WaitForMultipleObjects,0 + +#ifdef __x86_64__ + .text.windows +__WaitForMultipleObjects: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitForMultipleObjects(%rip),%rax + jmp __sysv2nt + .endfn __WaitForMultipleObjects,globl + .previous +#endif diff --git a/libc/nt/kernel32/WaitForMultipleObjects.s b/libc/nt/kernel32/WaitForMultipleObjects.s deleted file mode 100644 index ec06eccd6..000000000 --- a/libc/nt/kernel32/WaitForMultipleObjects.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitForMultipleObjects,WaitForMultipleObjects,0 - - .text.windows -__WaitForMultipleObjects: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitForMultipleObjects(%rip),%rax - jmp __sysv2nt - .endfn __WaitForMultipleObjects,globl - .previous diff --git a/libc/nt/kernel32/WaitForMultipleObjectsEx.S b/libc/nt/kernel32/WaitForMultipleObjectsEx.S new file mode 100644 index 000000000..ac13cef93 --- /dev/null +++ b/libc/nt/kernel32/WaitForMultipleObjectsEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitForMultipleObjectsEx,WaitForMultipleObjectsEx,0 + +#ifdef __x86_64__ + .text.windows +WaitForMultipleObjectsEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitForMultipleObjectsEx(%rip),%rax + jmp __sysv2nt6 + .endfn WaitForMultipleObjectsEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/WaitForMultipleObjectsEx.s b/libc/nt/kernel32/WaitForMultipleObjectsEx.s deleted file mode 100644 index c7f0347fa..000000000 --- a/libc/nt/kernel32/WaitForMultipleObjectsEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitForMultipleObjectsEx,WaitForMultipleObjectsEx,0 - - .text.windows -WaitForMultipleObjectsEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitForMultipleObjectsEx(%rip),%rax - jmp __sysv2nt6 - .endfn WaitForMultipleObjectsEx,globl - .previous diff --git a/libc/nt/kernel32/WaitForSingleObject.S b/libc/nt/kernel32/WaitForSingleObject.S new file mode 100644 index 000000000..64013ad7b --- /dev/null +++ b/libc/nt/kernel32/WaitForSingleObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitForSingleObject,WaitForSingleObject,0 + +#ifdef __x86_64__ + .text.windows +__WaitForSingleObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitForSingleObject(%rip),%rax + jmp __sysv2nt + .endfn __WaitForSingleObject,globl + .previous +#endif diff --git a/libc/nt/kernel32/WaitForSingleObject.s b/libc/nt/kernel32/WaitForSingleObject.s deleted file mode 100644 index 61363d463..000000000 --- a/libc/nt/kernel32/WaitForSingleObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitForSingleObject,WaitForSingleObject,0 - - .text.windows -__WaitForSingleObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitForSingleObject(%rip),%rax - jmp __sysv2nt - .endfn __WaitForSingleObject,globl - .previous diff --git a/libc/nt/kernel32/WaitForSingleObjectEx.S b/libc/nt/kernel32/WaitForSingleObjectEx.S new file mode 100644 index 000000000..e92aa5732 --- /dev/null +++ b/libc/nt/kernel32/WaitForSingleObjectEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitForSingleObjectEx,WaitForSingleObjectEx,0 + +#ifdef __x86_64__ + .text.windows +WaitForSingleObjectEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitForSingleObjectEx(%rip),%rax + jmp __sysv2nt + .endfn WaitForSingleObjectEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/WaitForSingleObjectEx.s b/libc/nt/kernel32/WaitForSingleObjectEx.s deleted file mode 100644 index 53b497318..000000000 --- a/libc/nt/kernel32/WaitForSingleObjectEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitForSingleObjectEx,WaitForSingleObjectEx,0 - - .text.windows -WaitForSingleObjectEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitForSingleObjectEx(%rip),%rax - jmp __sysv2nt - .endfn WaitForSingleObjectEx,globl - .previous diff --git a/libc/nt/kernel32/WaitNamedPipeW.S b/libc/nt/kernel32/WaitNamedPipeW.S new file mode 100644 index 000000000..8ed6ba958 --- /dev/null +++ b/libc/nt/kernel32/WaitNamedPipeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WaitNamedPipeW,WaitNamedPipeW,0 diff --git a/libc/nt/kernel32/WaitNamedPipeW.s b/libc/nt/kernel32/WaitNamedPipeW.s deleted file mode 100644 index 46bae0c94..000000000 --- a/libc/nt/kernel32/WaitNamedPipeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WaitNamedPipeW,WaitNamedPipeW,0 diff --git a/libc/nt/kernel32/WerGetFlags.S b/libc/nt/kernel32/WerGetFlags.S new file mode 100644 index 000000000..16f5d36be --- /dev/null +++ b/libc/nt/kernel32/WerGetFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerGetFlags,WerGetFlags,0 diff --git a/libc/nt/kernel32/WerGetFlags.s b/libc/nt/kernel32/WerGetFlags.s deleted file mode 100644 index 8ae3b774b..000000000 --- a/libc/nt/kernel32/WerGetFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerGetFlags,WerGetFlags,0 diff --git a/libc/nt/kernel32/WerGetFlagsWorker.S b/libc/nt/kernel32/WerGetFlagsWorker.S new file mode 100644 index 000000000..30cc97dc3 --- /dev/null +++ b/libc/nt/kernel32/WerGetFlagsWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerGetFlagsWorker,WerGetFlagsWorker,1514 diff --git a/libc/nt/kernel32/WerGetFlagsWorker.s b/libc/nt/kernel32/WerGetFlagsWorker.s deleted file mode 100644 index e5f89d1a1..000000000 --- a/libc/nt/kernel32/WerGetFlagsWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerGetFlagsWorker,WerGetFlagsWorker,1514 diff --git a/libc/nt/kernel32/WerRegisterFile.S b/libc/nt/kernel32/WerRegisterFile.S new file mode 100644 index 000000000..15ae11a73 --- /dev/null +++ b/libc/nt/kernel32/WerRegisterFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterFile,WerRegisterFile,0 diff --git a/libc/nt/kernel32/WerRegisterFile.s b/libc/nt/kernel32/WerRegisterFile.s deleted file mode 100644 index 117bafe7a..000000000 --- a/libc/nt/kernel32/WerRegisterFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterFile,WerRegisterFile,0 diff --git a/libc/nt/kernel32/WerRegisterFileWorker.S b/libc/nt/kernel32/WerRegisterFileWorker.S new file mode 100644 index 000000000..aaa30fd5e --- /dev/null +++ b/libc/nt/kernel32/WerRegisterFileWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterFileWorker,WerRegisterFileWorker,1520 diff --git a/libc/nt/kernel32/WerRegisterFileWorker.s b/libc/nt/kernel32/WerRegisterFileWorker.s deleted file mode 100644 index e3306e217..000000000 --- a/libc/nt/kernel32/WerRegisterFileWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterFileWorker,WerRegisterFileWorker,1520 diff --git a/libc/nt/kernel32/WerRegisterMemoryBlock.S b/libc/nt/kernel32/WerRegisterMemoryBlock.S new file mode 100644 index 000000000..51cf72e37 --- /dev/null +++ b/libc/nt/kernel32/WerRegisterMemoryBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterMemoryBlock,WerRegisterMemoryBlock,0 diff --git a/libc/nt/kernel32/WerRegisterMemoryBlock.s b/libc/nt/kernel32/WerRegisterMemoryBlock.s deleted file mode 100644 index 168688c74..000000000 --- a/libc/nt/kernel32/WerRegisterMemoryBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterMemoryBlock,WerRegisterMemoryBlock,0 diff --git a/libc/nt/kernel32/WerRegisterMemoryBlockWorker.S b/libc/nt/kernel32/WerRegisterMemoryBlockWorker.S new file mode 100644 index 000000000..1b93a955a --- /dev/null +++ b/libc/nt/kernel32/WerRegisterMemoryBlockWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterMemoryBlockWorker,WerRegisterMemoryBlockWorker,1522 diff --git a/libc/nt/kernel32/WerRegisterMemoryBlockWorker.s b/libc/nt/kernel32/WerRegisterMemoryBlockWorker.s deleted file mode 100644 index b7e0df453..000000000 --- a/libc/nt/kernel32/WerRegisterMemoryBlockWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterMemoryBlockWorker,WerRegisterMemoryBlockWorker,1522 diff --git a/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.S b/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.S new file mode 100644 index 000000000..b6a615c53 --- /dev/null +++ b/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterRuntimeExceptionModule,WerRegisterRuntimeExceptionModule,0 diff --git a/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.s b/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.s deleted file mode 100644 index f5cfc4fbd..000000000 --- a/libc/nt/kernel32/WerRegisterRuntimeExceptionModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterRuntimeExceptionModule,WerRegisterRuntimeExceptionModule,0 diff --git a/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.S b/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.S new file mode 100644 index 000000000..0d2eef30d --- /dev/null +++ b/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerRegisterRuntimeExceptionModuleWorker,WerRegisterRuntimeExceptionModuleWorker,1524 diff --git a/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.s b/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.s deleted file mode 100644 index 5c18c0ee9..000000000 --- a/libc/nt/kernel32/WerRegisterRuntimeExceptionModuleWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerRegisterRuntimeExceptionModuleWorker,WerRegisterRuntimeExceptionModuleWorker,1524 diff --git a/libc/nt/kernel32/WerSetFlags.S b/libc/nt/kernel32/WerSetFlags.S new file mode 100644 index 000000000..4ec0746c8 --- /dev/null +++ b/libc/nt/kernel32/WerSetFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerSetFlags,WerSetFlags,0 diff --git a/libc/nt/kernel32/WerSetFlags.s b/libc/nt/kernel32/WerSetFlags.s deleted file mode 100644 index b54692a70..000000000 --- a/libc/nt/kernel32/WerSetFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerSetFlags,WerSetFlags,0 diff --git a/libc/nt/kernel32/WerSetFlagsWorker.S b/libc/nt/kernel32/WerSetFlagsWorker.S new file mode 100644 index 000000000..1d7147b88 --- /dev/null +++ b/libc/nt/kernel32/WerSetFlagsWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerSetFlagsWorker,WerSetFlagsWorker,1526 diff --git a/libc/nt/kernel32/WerSetFlagsWorker.s b/libc/nt/kernel32/WerSetFlagsWorker.s deleted file mode 100644 index a05ef62ed..000000000 --- a/libc/nt/kernel32/WerSetFlagsWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerSetFlagsWorker,WerSetFlagsWorker,1526 diff --git a/libc/nt/kernel32/WerUnregisterFile.S b/libc/nt/kernel32/WerUnregisterFile.S new file mode 100644 index 000000000..06894213e --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterFile,WerUnregisterFile,0 diff --git a/libc/nt/kernel32/WerUnregisterFile.s b/libc/nt/kernel32/WerUnregisterFile.s deleted file mode 100644 index 165d4aea2..000000000 --- a/libc/nt/kernel32/WerUnregisterFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterFile,WerUnregisterFile,0 diff --git a/libc/nt/kernel32/WerUnregisterFileWorker.S b/libc/nt/kernel32/WerUnregisterFileWorker.S new file mode 100644 index 000000000..2d16469bc --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterFileWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterFileWorker,WerUnregisterFileWorker,1532 diff --git a/libc/nt/kernel32/WerUnregisterFileWorker.s b/libc/nt/kernel32/WerUnregisterFileWorker.s deleted file mode 100644 index f80110d47..000000000 --- a/libc/nt/kernel32/WerUnregisterFileWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterFileWorker,WerUnregisterFileWorker,1532 diff --git a/libc/nt/kernel32/WerUnregisterMemoryBlock.S b/libc/nt/kernel32/WerUnregisterMemoryBlock.S new file mode 100644 index 000000000..925acdb0c --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterMemoryBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterMemoryBlock,WerUnregisterMemoryBlock,0 diff --git a/libc/nt/kernel32/WerUnregisterMemoryBlock.s b/libc/nt/kernel32/WerUnregisterMemoryBlock.s deleted file mode 100644 index 0718680b2..000000000 --- a/libc/nt/kernel32/WerUnregisterMemoryBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterMemoryBlock,WerUnregisterMemoryBlock,0 diff --git a/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.S b/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.S new file mode 100644 index 000000000..db9adb772 --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterMemoryBlockWorker,WerUnregisterMemoryBlockWorker,1534 diff --git a/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.s b/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.s deleted file mode 100644 index d27e3c654..000000000 --- a/libc/nt/kernel32/WerUnregisterMemoryBlockWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterMemoryBlockWorker,WerUnregisterMemoryBlockWorker,1534 diff --git a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.S b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.S new file mode 100644 index 000000000..fd0311173 --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterRuntimeExceptionModule,WerUnregisterRuntimeExceptionModule,0 diff --git a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.s b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.s deleted file mode 100644 index 3ab72d027..000000000 --- a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterRuntimeExceptionModule,WerUnregisterRuntimeExceptionModule,0 diff --git a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.S b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.S new file mode 100644 index 000000000..e38dd31cd --- /dev/null +++ b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerUnregisterRuntimeExceptionModuleWorker,WerUnregisterRuntimeExceptionModuleWorker,1536 diff --git a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.s b/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.s deleted file mode 100644 index 9daa712cb..000000000 --- a/libc/nt/kernel32/WerUnregisterRuntimeExceptionModuleWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerUnregisterRuntimeExceptionModuleWorker,WerUnregisterRuntimeExceptionModuleWorker,1536 diff --git a/libc/nt/kernel32/WerpGetDebugger.S b/libc/nt/kernel32/WerpGetDebugger.S new file mode 100644 index 000000000..e5d4ad89e --- /dev/null +++ b/libc/nt/kernel32/WerpGetDebugger.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerpGetDebugger,WerpGetDebugger,1537 diff --git a/libc/nt/kernel32/WerpGetDebugger.s b/libc/nt/kernel32/WerpGetDebugger.s deleted file mode 100644 index 0b408f5c2..000000000 --- a/libc/nt/kernel32/WerpGetDebugger.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerpGetDebugger,WerpGetDebugger,1537 diff --git a/libc/nt/kernel32/WerpInitiateRemoteRecovery.S b/libc/nt/kernel32/WerpInitiateRemoteRecovery.S new file mode 100644 index 000000000..f40bd78b7 --- /dev/null +++ b/libc/nt/kernel32/WerpInitiateRemoteRecovery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerpInitiateRemoteRecovery,WerpInitiateRemoteRecovery,1538 diff --git a/libc/nt/kernel32/WerpInitiateRemoteRecovery.s b/libc/nt/kernel32/WerpInitiateRemoteRecovery.s deleted file mode 100644 index d22c1646d..000000000 --- a/libc/nt/kernel32/WerpInitiateRemoteRecovery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerpInitiateRemoteRecovery,WerpInitiateRemoteRecovery,1538 diff --git a/libc/nt/kernel32/WerpLaunchAeDebug.S b/libc/nt/kernel32/WerpLaunchAeDebug.S new file mode 100644 index 000000000..57456ccc8 --- /dev/null +++ b/libc/nt/kernel32/WerpLaunchAeDebug.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerpLaunchAeDebug,WerpLaunchAeDebug,1539 diff --git a/libc/nt/kernel32/WerpLaunchAeDebug.s b/libc/nt/kernel32/WerpLaunchAeDebug.s deleted file mode 100644 index d1b22ef2f..000000000 --- a/libc/nt/kernel32/WerpLaunchAeDebug.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerpLaunchAeDebug,WerpLaunchAeDebug,1539 diff --git a/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.S b/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.S new file mode 100644 index 000000000..c2b7e85f6 --- /dev/null +++ b/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerpNotifyLoadStringResourceWorker,WerpNotifyLoadStringResourceWorker,1540 diff --git a/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.s b/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.s deleted file mode 100644 index 8a2601609..000000000 --- a/libc/nt/kernel32/WerpNotifyLoadStringResourceWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerpNotifyLoadStringResourceWorker,WerpNotifyLoadStringResourceWorker,1540 diff --git a/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.S b/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.S new file mode 100644 index 000000000..c448ddd23 --- /dev/null +++ b/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WerpNotifyUseStringResourceWorker,WerpNotifyUseStringResourceWorker,1541 diff --git a/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.s b/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.s deleted file mode 100644 index ed3742dcc..000000000 --- a/libc/nt/kernel32/WerpNotifyUseStringResourceWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WerpNotifyUseStringResourceWorker,WerpNotifyUseStringResourceWorker,1541 diff --git a/libc/nt/kernel32/WideCharToMultiByte.S b/libc/nt/kernel32/WideCharToMultiByte.S new file mode 100644 index 000000000..7be0ad4b4 --- /dev/null +++ b/libc/nt/kernel32/WideCharToMultiByte.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WideCharToMultiByte,WideCharToMultiByte,1553 + +#ifdef __x86_64__ + .text.windows +WideCharToMultiByte: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WideCharToMultiByte(%rip),%rax + jmp __sysv2nt8 + .endfn WideCharToMultiByte,globl + .previous +#endif diff --git a/libc/nt/kernel32/WideCharToMultiByte.s b/libc/nt/kernel32/WideCharToMultiByte.s deleted file mode 100644 index f35ebccaa..000000000 --- a/libc/nt/kernel32/WideCharToMultiByte.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WideCharToMultiByte,WideCharToMultiByte,1553 - - .text.windows -WideCharToMultiByte: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WideCharToMultiByte(%rip),%rax - jmp __sysv2nt8 - .endfn WideCharToMultiByte,globl - .previous diff --git a/libc/nt/kernel32/WinExec.S b/libc/nt/kernel32/WinExec.S new file mode 100644 index 000000000..db07582ba --- /dev/null +++ b/libc/nt/kernel32/WinExec.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WinExec,WinExec,1543 diff --git a/libc/nt/kernel32/WinExec.s b/libc/nt/kernel32/WinExec.s deleted file mode 100644 index 38a3a8b4a..000000000 --- a/libc/nt/kernel32/WinExec.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WinExec,WinExec,1543 diff --git a/libc/nt/kernel32/WriteConsoleInputVDMW.S b/libc/nt/kernel32/WriteConsoleInputVDMW.S new file mode 100644 index 000000000..83d6b201b --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleInputVDMW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleInputVDMW,WriteConsoleInputVDMW,1554 diff --git a/libc/nt/kernel32/WriteConsoleInputVDMW.s b/libc/nt/kernel32/WriteConsoleInputVDMW.s deleted file mode 100644 index 0cebd8cc2..000000000 --- a/libc/nt/kernel32/WriteConsoleInputVDMW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleInputVDMW,WriteConsoleInputVDMW,1554 diff --git a/libc/nt/kernel32/WriteConsoleInputW.S b/libc/nt/kernel32/WriteConsoleInputW.S new file mode 100644 index 000000000..cadb3b7d9 --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleInputW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleInputW,WriteConsoleInputW,0 + +#ifdef __x86_64__ + .text.windows +WriteConsoleInput: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteConsoleInputW(%rip),%rax + jmp __sysv2nt + .endfn WriteConsoleInput,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteConsoleInputW.s b/libc/nt/kernel32/WriteConsoleInputW.s deleted file mode 100644 index 002ae7e20..000000000 --- a/libc/nt/kernel32/WriteConsoleInputW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleInputW,WriteConsoleInputW,0 - - .text.windows -WriteConsoleInput: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteConsoleInputW(%rip),%rax - jmp __sysv2nt - .endfn WriteConsoleInput,globl - .previous diff --git a/libc/nt/kernel32/WriteConsoleOutputAttribute.S b/libc/nt/kernel32/WriteConsoleOutputAttribute.S new file mode 100644 index 000000000..699c31448 --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleOutputAttribute.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleOutputAttribute,WriteConsoleOutputAttribute,0 + +#ifdef __x86_64__ + .text.windows +WriteConsoleOutputAttribute: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteConsoleOutputAttribute(%rip),%rax + jmp __sysv2nt6 + .endfn WriteConsoleOutputAttribute,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteConsoleOutputAttribute.s b/libc/nt/kernel32/WriteConsoleOutputAttribute.s deleted file mode 100644 index 82426c961..000000000 --- a/libc/nt/kernel32/WriteConsoleOutputAttribute.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleOutputAttribute,WriteConsoleOutputAttribute,0 - - .text.windows -WriteConsoleOutputAttribute: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteConsoleOutputAttribute(%rip),%rax - jmp __sysv2nt6 - .endfn WriteConsoleOutputAttribute,globl - .previous diff --git a/libc/nt/kernel32/WriteConsoleOutputCharacterW.S b/libc/nt/kernel32/WriteConsoleOutputCharacterW.S new file mode 100644 index 000000000..3fdb9a98d --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleOutputCharacterW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleOutputCharacterW,WriteConsoleOutputCharacterW,0 + +#ifdef __x86_64__ + .text.windows +WriteConsoleOutputCharacter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteConsoleOutputCharacterW(%rip),%rax + jmp __sysv2nt6 + .endfn WriteConsoleOutputCharacter,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteConsoleOutputCharacterW.s b/libc/nt/kernel32/WriteConsoleOutputCharacterW.s deleted file mode 100644 index 56b71f322..000000000 --- a/libc/nt/kernel32/WriteConsoleOutputCharacterW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleOutputCharacterW,WriteConsoleOutputCharacterW,0 - - .text.windows -WriteConsoleOutputCharacter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteConsoleOutputCharacterW(%rip),%rax - jmp __sysv2nt6 - .endfn WriteConsoleOutputCharacter,globl - .previous diff --git a/libc/nt/kernel32/WriteConsoleOutputW.S b/libc/nt/kernel32/WriteConsoleOutputW.S new file mode 100644 index 000000000..2ca4b5869 --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleOutputW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleOutputW,WriteConsoleOutputW,0 diff --git a/libc/nt/kernel32/WriteConsoleOutputW.s b/libc/nt/kernel32/WriteConsoleOutputW.s deleted file mode 100644 index 51bb4cbca..000000000 --- a/libc/nt/kernel32/WriteConsoleOutputW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleOutputW,WriteConsoleOutputW,0 diff --git a/libc/nt/kernel32/WriteConsoleW.S b/libc/nt/kernel32/WriteConsoleW.S new file mode 100644 index 000000000..fd592bbd9 --- /dev/null +++ b/libc/nt/kernel32/WriteConsoleW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteConsoleW,WriteConsoleW,0 + +#ifdef __x86_64__ + .text.windows +WriteConsole: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteConsoleW(%rip),%rax + jmp __sysv2nt6 + .endfn WriteConsole,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteConsoleW.s b/libc/nt/kernel32/WriteConsoleW.s deleted file mode 100644 index e0979ce9f..000000000 --- a/libc/nt/kernel32/WriteConsoleW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteConsoleW,WriteConsoleW,0 - - .text.windows -WriteConsole: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteConsoleW(%rip),%rax - jmp __sysv2nt6 - .endfn WriteConsole,globl - .previous diff --git a/libc/nt/kernel32/WriteFile.S b/libc/nt/kernel32/WriteFile.S new file mode 100644 index 000000000..2a5ff0130 --- /dev/null +++ b/libc/nt/kernel32/WriteFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteFile,WriteFile,0 + +#ifdef __x86_64__ + .text.windows +WriteFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteFile(%rip),%rax + jmp __sysv2nt6 + .endfn WriteFile,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteFile.s b/libc/nt/kernel32/WriteFile.s deleted file mode 100644 index 60b336b58..000000000 --- a/libc/nt/kernel32/WriteFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteFile,WriteFile,0 - - .text.windows -WriteFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteFile(%rip),%rax - jmp __sysv2nt6 - .endfn WriteFile,globl - .previous diff --git a/libc/nt/kernel32/WriteFileEx.S b/libc/nt/kernel32/WriteFileEx.S new file mode 100644 index 000000000..df0f7f92b --- /dev/null +++ b/libc/nt/kernel32/WriteFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteFileEx,WriteFileEx,0 + +#ifdef __x86_64__ + .text.windows +WriteFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteFileEx(%rip),%rax + jmp __sysv2nt6 + .endfn WriteFileEx,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteFileEx.s b/libc/nt/kernel32/WriteFileEx.s deleted file mode 100644 index 0ab649add..000000000 --- a/libc/nt/kernel32/WriteFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteFileEx,WriteFileEx,0 - - .text.windows -WriteFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteFileEx(%rip),%rax - jmp __sysv2nt6 - .endfn WriteFileEx,globl - .previous diff --git a/libc/nt/kernel32/WriteFileGather.S b/libc/nt/kernel32/WriteFileGather.S new file mode 100644 index 000000000..852823b50 --- /dev/null +++ b/libc/nt/kernel32/WriteFileGather.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteFileGather,WriteFileGather,0 + +#ifdef __x86_64__ + .text.windows +WriteFileGather: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WriteFileGather(%rip),%rax + jmp __sysv2nt6 + .endfn WriteFileGather,globl + .previous +#endif diff --git a/libc/nt/kernel32/WriteFileGather.s b/libc/nt/kernel32/WriteFileGather.s deleted file mode 100644 index b0967b33a..000000000 --- a/libc/nt/kernel32/WriteFileGather.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteFileGather,WriteFileGather,0 - - .text.windows -WriteFileGather: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WriteFileGather(%rip),%rax - jmp __sysv2nt6 - .endfn WriteFileGather,globl - .previous diff --git a/libc/nt/kernel32/WritePrivateProfileSectionW.S b/libc/nt/kernel32/WritePrivateProfileSectionW.S new file mode 100644 index 000000000..3aca468fe --- /dev/null +++ b/libc/nt/kernel32/WritePrivateProfileSectionW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WritePrivateProfileSectionW,WritePrivateProfileSectionW,1566 diff --git a/libc/nt/kernel32/WritePrivateProfileSectionW.s b/libc/nt/kernel32/WritePrivateProfileSectionW.s deleted file mode 100644 index 892edaf36..000000000 --- a/libc/nt/kernel32/WritePrivateProfileSectionW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WritePrivateProfileSectionW,WritePrivateProfileSectionW,1566 diff --git a/libc/nt/kernel32/WritePrivateProfileStringW.S b/libc/nt/kernel32/WritePrivateProfileStringW.S new file mode 100644 index 000000000..8291703f6 --- /dev/null +++ b/libc/nt/kernel32/WritePrivateProfileStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WritePrivateProfileStringW,WritePrivateProfileStringW,1568 diff --git a/libc/nt/kernel32/WritePrivateProfileStringW.s b/libc/nt/kernel32/WritePrivateProfileStringW.s deleted file mode 100644 index db247dadb..000000000 --- a/libc/nt/kernel32/WritePrivateProfileStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WritePrivateProfileStringW,WritePrivateProfileStringW,1568 diff --git a/libc/nt/kernel32/WritePrivateProfileStructW.S b/libc/nt/kernel32/WritePrivateProfileStructW.S new file mode 100644 index 000000000..b8f897a09 --- /dev/null +++ b/libc/nt/kernel32/WritePrivateProfileStructW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WritePrivateProfileStructW,WritePrivateProfileStructW,1570 diff --git a/libc/nt/kernel32/WritePrivateProfileStructW.s b/libc/nt/kernel32/WritePrivateProfileStructW.s deleted file mode 100644 index d854ed4a5..000000000 --- a/libc/nt/kernel32/WritePrivateProfileStructW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WritePrivateProfileStructW,WritePrivateProfileStructW,1570 diff --git a/libc/nt/kernel32/WriteProcessMemory.S b/libc/nt/kernel32/WriteProcessMemory.S new file mode 100644 index 000000000..0680b46c6 --- /dev/null +++ b/libc/nt/kernel32/WriteProcessMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteProcessMemory,WriteProcessMemory,0 diff --git a/libc/nt/kernel32/WriteProcessMemory.s b/libc/nt/kernel32/WriteProcessMemory.s deleted file mode 100644 index 9ee576642..000000000 --- a/libc/nt/kernel32/WriteProcessMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteProcessMemory,WriteProcessMemory,0 diff --git a/libc/nt/kernel32/WriteProfileSectionW.S b/libc/nt/kernel32/WriteProfileSectionW.S new file mode 100644 index 000000000..778cece59 --- /dev/null +++ b/libc/nt/kernel32/WriteProfileSectionW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteProfileSectionW,WriteProfileSectionW,1573 diff --git a/libc/nt/kernel32/WriteProfileSectionW.s b/libc/nt/kernel32/WriteProfileSectionW.s deleted file mode 100644 index 42056a0cd..000000000 --- a/libc/nt/kernel32/WriteProfileSectionW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteProfileSectionW,WriteProfileSectionW,1573 diff --git a/libc/nt/kernel32/WriteProfileStringW.S b/libc/nt/kernel32/WriteProfileStringW.S new file mode 100644 index 000000000..77ffd1e2f --- /dev/null +++ b/libc/nt/kernel32/WriteProfileStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteProfileStringW,WriteProfileStringW,1575 diff --git a/libc/nt/kernel32/WriteProfileStringW.s b/libc/nt/kernel32/WriteProfileStringW.s deleted file mode 100644 index a0327aff0..000000000 --- a/libc/nt/kernel32/WriteProfileStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteProfileStringW,WriteProfileStringW,1575 diff --git a/libc/nt/kernel32/WriteTapemark.S b/libc/nt/kernel32/WriteTapemark.S new file mode 100644 index 000000000..0506ced9e --- /dev/null +++ b/libc/nt/kernel32/WriteTapemark.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_WriteTapemark,WriteTapemark,1576 diff --git a/libc/nt/kernel32/WriteTapemark.s b/libc/nt/kernel32/WriteTapemark.s deleted file mode 100644 index 1907cdff5..000000000 --- a/libc/nt/kernel32/WriteTapemark.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_WriteTapemark,WriteTapemark,1576 diff --git a/libc/nt/kernel32/ZombifyActCtx.S b/libc/nt/kernel32/ZombifyActCtx.S new file mode 100644 index 000000000..bd081c2cf --- /dev/null +++ b/libc/nt/kernel32/ZombifyActCtx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ZombifyActCtx,ZombifyActCtx,0 diff --git a/libc/nt/kernel32/ZombifyActCtx.s b/libc/nt/kernel32/ZombifyActCtx.s deleted file mode 100644 index 27ecdb297..000000000 --- a/libc/nt/kernel32/ZombifyActCtx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ZombifyActCtx,ZombifyActCtx,0 diff --git a/libc/nt/kernel32/ZombifyActCtxWorker.S b/libc/nt/kernel32/ZombifyActCtxWorker.S new file mode 100644 index 000000000..b01063519 --- /dev/null +++ b/libc/nt/kernel32/ZombifyActCtxWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp kernel32,__imp_ZombifyActCtxWorker,ZombifyActCtxWorker,1578 diff --git a/libc/nt/kernel32/ZombifyActCtxWorker.s b/libc/nt/kernel32/ZombifyActCtxWorker.s deleted file mode 100644 index 79ae6261a..000000000 --- a/libc/nt/kernel32/ZombifyActCtxWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp kernel32,__imp_ZombifyActCtxWorker,ZombifyActCtxWorker,1578 diff --git a/libc/nt/master.sh b/libc/nt/master.sh index 7c4d4d496..1575fd185 100755 --- a/libc/nt/master.sh +++ b/libc/nt/master.sh @@ -634,7 +634,6 @@ imp 'InitOnceExecuteOnce' InitOnceExecuteOnce kernel32 0 imp 'InitializeContext' InitializeContext kernel32 0 imp 'InitializeCriticalSection' InitializeCriticalSection kernel32 0 1 imp 'InitializeCriticalSectionAndSpinCount' InitializeCriticalSectionAndSpinCount kernel32 0 2 -imp 'InitializeCriticalSectionAndSpinCount' InitializeCriticalSectionAndSpinCount kernel32 0 2 imp 'InitializeCriticalSectionEx' InitializeCriticalSectionEx kernel32 0 imp 'InitializeProcThreadAttributeList' InitializeProcThreadAttributeList kernel32 0 4 imp 'InitializeSRWLock' InitializeSRWLock kernel32 0 1 @@ -1412,7 +1411,6 @@ imp 'MakeSelfRelativeSD' MakeSelfRelativeSD advapi32 0 imp 'MapGenericMask' MapGenericMask advapi32 0 2 imp 'NotifyBootConfigStatus' NotifyBootConfigStatus advapi32 1514 imp 'NotifyChangeEventLog' NotifyChangeEventLog advapi32 1515 -imp 'NotifyServiceStatusChange' NotifyServiceStatusChange advapi32 0 imp 'NotifyServiceStatusChange' NotifyServiceStatusChangeW advapi32 1518 imp 'ObjectCloseAuditAlarm' ObjectCloseAuditAlarmW advapi32 0 imp 'ObjectDeleteAuditAlarm' ObjectDeleteAuditAlarmW advapi32 0 diff --git a/libc/nt/nt.mk b/libc/nt/nt.mk index 9a17df51d..98ef49871 100644 --- a/libc/nt/nt.mk +++ b/libc/nt/nt.mk @@ -32,8 +32,8 @@ LIBC_NT_A_CHECKS = $(patsubst %,o/$(MODE)/%.ok,$(filter %.h,$(LIBC_NT_A_HDRS))) LIBC_NT_ARTIFACTS += LIBC_NT_KERNEL32_A LIBC_NT_KERNEL32 = $(LIBC_NT_KERNEL32_A_DEPS) $(LIBC_NT_KERNEL32_A) LIBC_NT_KERNEL32_A = o/$(MODE)/libc/nt/kernel32.a -LIBC_NT_KERNEL32_A_SRCS := $(wildcard libc/nt/kernel32/*.s) libc/nt/sysv2nt.s -LIBC_NT_KERNEL32_A_OBJS = $(LIBC_NT_KERNEL32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_KERNEL32_A_SRCS := $(wildcard libc/nt/kernel32/*.S) libc/nt/sysv2nt.S +LIBC_NT_KERNEL32_A_OBJS = $(LIBC_NT_KERNEL32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_KERNEL32_A_CHECKS = $(LIBC_NT_KERNEL32_A).pkg LIBC_NT_KERNEL32_A_DEPS := \ $(call uniq,$(foreach x,$(LIBC_NT_KERNEL32_A_DIRECTDEPS),$($(x)))) @@ -52,8 +52,8 @@ $(LIBC_NT_KERNEL32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_ADVAPI32_A LIBC_NT_ADVAPI32 = $(LIBC_NT_ADVAPI32_A_DEPS) $(LIBC_NT_ADVAPI32_A) LIBC_NT_ADVAPI32_A = o/$(MODE)/libc/nt/advapi32.a -LIBC_NT_ADVAPI32_A_SRCS := $(wildcard libc/nt/advapi32/*.s) -LIBC_NT_ADVAPI32_A_OBJS = $(LIBC_NT_ADVAPI32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_ADVAPI32_A_SRCS := $(wildcard libc/nt/advapi32/*.S) +LIBC_NT_ADVAPI32_A_OBJS = $(LIBC_NT_ADVAPI32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_ADVAPI32_A_CHECKS = $(LIBC_NT_ADVAPI32_A).pkg LIBC_NT_ADVAPI32_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_ADVAPI32_A_DEPS := \ @@ -73,8 +73,8 @@ $(LIBC_NT_ADVAPI32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_COMDLG32_A LIBC_NT_COMDLG32 = $(LIBC_NT_COMDLG32_A_DEPS) $(LIBC_NT_COMDLG32_A) LIBC_NT_COMDLG32_A = o/$(MODE)/libc/nt/comdlg32.a -LIBC_NT_COMDLG32_A_SRCS := $(wildcard libc/nt/comdlg32/*.s) -LIBC_NT_COMDLG32_A_OBJS = $(LIBC_NT_COMDLG32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_COMDLG32_A_SRCS := $(wildcard libc/nt/comdlg32/*.S) +LIBC_NT_COMDLG32_A_OBJS = $(LIBC_NT_COMDLG32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_COMDLG32_A_CHECKS = $(LIBC_NT_COMDLG32_A).pkg LIBC_NT_COMDLG32_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_COMDLG32_A_DEPS := \ @@ -94,8 +94,8 @@ $(LIBC_NT_COMDLG32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_GDI32_A LIBC_NT_GDI32 = $(LIBC_NT_GDI32_A_DEPS) $(LIBC_NT_GDI32_A) LIBC_NT_GDI32_A = o/$(MODE)/libc/nt/gdi32.a -LIBC_NT_GDI32_A_SRCS := $(wildcard libc/nt/gdi32/*.s) -LIBC_NT_GDI32_A_OBJS = $(LIBC_NT_GDI32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_GDI32_A_SRCS := $(wildcard libc/nt/gdi32/*.S) +LIBC_NT_GDI32_A_OBJS = $(LIBC_NT_GDI32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_GDI32_A_CHECKS = $(LIBC_NT_GDI32_A).pkg LIBC_NT_GDI32_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_GDI32_A_DEPS := \ @@ -115,11 +115,11 @@ $(LIBC_NT_GDI32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_NTDLL_A LIBC_NT_NTDLL = $(LIBC_NT_NTDLL_A_DEPS) $(LIBC_NT_NTDLL_A) LIBC_NT_NTDLL_A = o/$(MODE)/libc/nt/ntdll.a -LIBC_NT_NTDLL_A_SRCS_A := $(wildcard libc/nt/ntdll/*.s) +LIBC_NT_NTDLL_A_SRCS_A := $(wildcard libc/nt/ntdll/*.S) LIBC_NT_NTDLL_A_SRCS_S = libc/nt/ntdllimport.S LIBC_NT_NTDLL_A_SRCS = $(LIBC_NT_NTDLL_A_SRCS_A) $(LIBC_NT_NTDLL_A_SRCS_S) LIBC_NT_NTDLL_A_OBJS = \ - $(LIBC_NT_NTDLL_A_SRCS_A:%.s=o/$(MODE)/%.o) \ + $(LIBC_NT_NTDLL_A_SRCS_A:%.S=o/$(MODE)/%.o) \ $(LIBC_NT_NTDLL_A_SRCS_S:%.S=o/$(MODE)/%.o) LIBC_NT_NTDLL_A_CHECKS = $(LIBC_NT_NTDLL_A).pkg LIBC_NT_NTDLL_A_DIRECTDEPS = LIBC_NT_KERNEL32 @@ -135,22 +135,13 @@ $(LIBC_NT_NTDLL_A).pkg: \ $(LIBC_NT_NTDLL_A_OBJS) \ $(foreach x,$(LIBC_NT_NTDLL_A_DIRECTDEPS),$($(x)_A).pkg) -$(LIBC_NT_NTDLL_A_OBJS): \ - o/libc/nt/ntdllimport.inc - -o/libc/nt/ntdllimport.inc: \ - ape/relocations.h \ - libc/nt/ntdllimport.h \ - libc/macros.internal.h \ - libc/intrin/asancodes.h - #─────────────────────────────────────────────────────────────────────────────── LIBC_NT_ARTIFACTS += LIBC_NT_URL_A LIBC_NT_URL = $(LIBC_NT_URL_A_DEPS) $(LIBC_NT_URL_A) LIBC_NT_URL_A = o/$(MODE)/libc/nt/url.a -LIBC_NT_URL_A_SRCS := $(wildcard libc/nt/url/*.s) -LIBC_NT_URL_A_OBJS = $(LIBC_NT_URL_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_URL_A_SRCS := $(wildcard libc/nt/url/*.S) +LIBC_NT_URL_A_OBJS = $(LIBC_NT_URL_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_URL_A_CHECKS = $(LIBC_NT_URL_A).pkg LIBC_NT_URL_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_URL_A_DEPS := \ @@ -170,8 +161,8 @@ $(LIBC_NT_URL_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_SYNCHRONIZATION_A LIBC_NT_SYNCHRONIZATION = $(LIBC_NT_SYNCHRONIZATION_A_DEPS) $(LIBC_NT_SYNCHRONIZATION_A) LIBC_NT_SYNCHRONIZATION_A = o/$(MODE)/libc/nt/synchronization.a -LIBC_NT_SYNCHRONIZATION_A_SRCS := $(wildcard libc/nt/API-MS-Win-Core-Synch-l1-2-0/*.s) -LIBC_NT_SYNCHRONIZATION_A_OBJS = $(LIBC_NT_SYNCHRONIZATION_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_SYNCHRONIZATION_A_SRCS := $(wildcard libc/nt/API-MS-Win-Core-Synch-l1-2-0/*.S) +LIBC_NT_SYNCHRONIZATION_A_OBJS = $(LIBC_NT_SYNCHRONIZATION_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_SYNCHRONIZATION_A_CHECKS = $(LIBC_NT_SYNCHRONIZATION_A).pkg LIBC_NT_SYNCHRONIZATION_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_SYNCHRONIZATION_A_DEPS := \ @@ -191,8 +182,8 @@ $(LIBC_NT_SYNCHRONIZATION_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_USER32_A LIBC_NT_USER32 = $(LIBC_NT_USER32_A_DEPS) $(LIBC_NT_USER32_A) LIBC_NT_USER32_A = o/$(MODE)/libc/nt/user32.a -LIBC_NT_USER32_A_SRCS := $(wildcard libc/nt/user32/*.s) -LIBC_NT_USER32_A_OBJS = $(LIBC_NT_USER32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_USER32_A_SRCS := $(wildcard libc/nt/user32/*.S) +LIBC_NT_USER32_A_OBJS = $(LIBC_NT_USER32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_USER32_A_CHECKS = $(LIBC_NT_USER32_A).pkg LIBC_NT_USER32_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_USER32_A_DEPS := \ @@ -212,8 +203,8 @@ $(LIBC_NT_USER32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_WS2_32_A LIBC_NT_WS2_32 = $(LIBC_NT_WS2_32_A_DEPS) $(LIBC_NT_WS2_32_A) LIBC_NT_WS2_32_A = o/$(MODE)/libc/nt/ws2_32.a -LIBC_NT_WS2_32_A_SRCS := $(wildcard libc/nt/ws2_32/*.s) -LIBC_NT_WS2_32_A_OBJS = $(LIBC_NT_WS2_32_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_WS2_32_A_SRCS := $(wildcard libc/nt/ws2_32/*.S) +LIBC_NT_WS2_32_A_OBJS = $(LIBC_NT_WS2_32_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_WS2_32_A_CHECKS = $(LIBC_NT_WS2_32_A).pkg LIBC_NT_WS2_32_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_WS2_32_A_DEPS := \ @@ -233,8 +224,8 @@ $(LIBC_NT_WS2_32_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_IPHLPAPI_A LIBC_NT_IPHLPAPI = $(LIBC_NT_IPHLPAPI_A_DEPS) $(LIBC_NT_IPHLPAPI_A) LIBC_NT_IPHLPAPI_A = o/$(MODE)/libc/nt/iphlpapi.a -LIBC_NT_IPHLPAPI_A_SRCS := $(wildcard libc/nt/iphlpapi/*.s) -LIBC_NT_IPHLPAPI_A_OBJS = $(LIBC_NT_IPHLPAPI_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_IPHLPAPI_A_SRCS := $(wildcard libc/nt/iphlpapi/*.S) +LIBC_NT_IPHLPAPI_A_OBJS = $(LIBC_NT_IPHLPAPI_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_IPHLPAPI_A_CHECKS = $(LIBC_IPHLPAPI_32_A).pkg LIBC_NT_IPHLPAPI_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_IPHLPAPI_A_DEPS := \ @@ -254,8 +245,8 @@ $(LIBC_NT_IPHLPAPI_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_MSWSOCK_A LIBC_NT_MSWSOCK = $(LIBC_NT_MSWSOCK_A_DEPS) $(LIBC_NT_MSWSOCK_A) LIBC_NT_MSWSOCK_A = o/$(MODE)/libc/nt/MsWSock.a -LIBC_NT_MSWSOCK_A_SRCS := $(wildcard libc/nt/MsWSock/*.s) -LIBC_NT_MSWSOCK_A_OBJS = $(LIBC_NT_MSWSOCK_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_MSWSOCK_A_SRCS := $(wildcard libc/nt/MsWSock/*.S) +LIBC_NT_MSWSOCK_A_OBJS = $(LIBC_NT_MSWSOCK_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_MSWSOCK_A_CHECKS = $(LIBC_NT_MSWSOCK_A).pkg LIBC_NT_MSWSOCK_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_MSWSOCK_A_DEPS := \ @@ -275,8 +266,8 @@ $(LIBC_NT_MSWSOCK_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_IPHLPAPI_A LIBC_NT_IPHLPAPI = $(LIBC_NT_IPHLPAPI_A_DEPS) $(LIBC_NT_IPHLPAPI_A) LIBC_NT_IPHLPAPI_A = o/$(MODE)/libc/nt/iphlpapi.a -LIBC_NT_IPHLPAPI_A_SRCS := $(wildcard libc/nt/iphlpapi/*.s) -LIBC_NT_IPHLPAPI_A_OBJS = $(LIBC_NT_IPHLPAPI_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_IPHLPAPI_A_SRCS := $(wildcard libc/nt/iphlpapi/*.S) +LIBC_NT_IPHLPAPI_A_OBJS = $(LIBC_NT_IPHLPAPI_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_IPHLPAPI_A_CHECKS = $(LIBC_NT_IPHLPAPI_A).pkg LIBC_NT_IPHLPAPI_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_IPHLPAPI_A_DEPS := \ @@ -294,8 +285,8 @@ $(LIBC_NT_IPHLPAPI_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_POWRPROF_A LIBC_NT_POWRPROF = $(LIBC_NT_POWRPROF_A_DEPS) $(LIBC_NT_POWRPROF_A) LIBC_NT_POWRPROF_A = o/$(MODE)/libc/nt/powrprof.a -LIBC_NT_POWRPROF_A_SRCS := $(wildcard libc/nt/PowrProf/*.s) -LIBC_NT_POWRPROF_A_OBJS = $(LIBC_NT_POWRPROF_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_POWRPROF_A_SRCS := $(wildcard libc/nt/PowrProf/*.S) +LIBC_NT_POWRPROF_A_OBJS = $(LIBC_NT_POWRPROF_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_POWRPROF_A_CHECKS = $(LIBC_NT_POWRPROF_A).pkg LIBC_NT_POWRPROF_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_POWRPROF_A_DEPS := \ @@ -313,8 +304,8 @@ $(LIBC_NT_POWRPROF_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_PDH_A LIBC_NT_PDH = $(LIBC_NT_PDH_A_DEPS) $(LIBC_NT_PDH_A) LIBC_NT_PDH_A = o/$(MODE)/libc/nt/pdh.a -LIBC_NT_PDH_A_SRCS := $(wildcard libc/nt/pdh/*.s) -LIBC_NT_PDH_A_OBJS = $(LIBC_NT_PDH_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_PDH_A_SRCS := $(wildcard libc/nt/pdh/*.S) +LIBC_NT_PDH_A_OBJS = $(LIBC_NT_PDH_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_PDH_A_CHECKS = $(LIBC_NT_PDH_A).pkg LIBC_NT_PDH_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_PDH_A_DEPS := \ @@ -332,8 +323,8 @@ $(LIBC_NT_PDH_A).pkg: \ LIBC_NT_ARTIFACTS += LIBC_NT_PSAPI_A LIBC_NT_PSAPI = $(LIBC_NT_PSAPI_A_DEPS) $(LIBC_NT_PSAPI_A) LIBC_NT_PSAPI_A = o/$(MODE)/libc/nt/psapi.a -LIBC_NT_PSAPI_A_SRCS := $(wildcard libc/nt/psapi/*.s) -LIBC_NT_PSAPI_A_OBJS = $(LIBC_NT_PSAPI_A_SRCS:%.s=o/$(MODE)/%.o) +LIBC_NT_PSAPI_A_SRCS := $(wildcard libc/nt/psapi/*.S) +LIBC_NT_PSAPI_A_OBJS = $(LIBC_NT_PSAPI_A_SRCS:%.S=o/$(MODE)/%.o) LIBC_NT_PSAPI_A_CHECKS = $(LIBC_NT_PSAPI_A).pkg LIBC_NT_PSAPI_A_DIRECTDEPS = LIBC_NT_KERNEL32 LIBC_NT_PSAPI_A_DEPS := \ @@ -348,15 +339,11 @@ $(LIBC_NT_PSAPI_A).pkg: \ #─────────────────────────────────────────────────────────────────────────────── -$(LIBC_NT_OBJS): \ - o/libc/nt/codegen.inc +# let aarch64 compile these +o/$(MODE)/libc/nt/%.o: libc/nt/%.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) $< -o/libc/nt/codegen.inc: \ - ape/idata.internal.h \ - ape/macros.internal.h \ - ape/relocations.h \ - libc/macros.internal.h \ - libc/intrin/asancodes.h +#─────────────────────────────────────────────────────────────────────────────── .PHONY: o/$(MODE)/libc/nt o/$(MODE)/libc/nt: \ diff --git a/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.S b/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.S new file mode 100644 index 000000000..2c8e434f5 --- /dev/null +++ b/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcAdjustCompletionListConcurrencyCount,AlpcAdjustCompletionListConcurrencyCount diff --git a/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.s b/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.s deleted file mode 100644 index aa1f19f2d..000000000 --- a/libc/nt/ntdll/AlpcAdjustCompletionListConcurrencyCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcAdjustCompletionListConcurrencyCount diff --git a/libc/nt/ntdll/AlpcFreeCompletionListMessage.S b/libc/nt/ntdll/AlpcFreeCompletionListMessage.S new file mode 100644 index 000000000..4ba33ff97 --- /dev/null +++ b/libc/nt/ntdll/AlpcFreeCompletionListMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcFreeCompletionListMessage,AlpcFreeCompletionListMessage diff --git a/libc/nt/ntdll/AlpcFreeCompletionListMessage.s b/libc/nt/ntdll/AlpcFreeCompletionListMessage.s deleted file mode 100644 index 93bebd07c..000000000 --- a/libc/nt/ntdll/AlpcFreeCompletionListMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcFreeCompletionListMessage diff --git a/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.S b/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.S new file mode 100644 index 000000000..8d66e8795 --- /dev/null +++ b/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetCompletionListLastMessageInformation,AlpcGetCompletionListLastMessageInformation diff --git a/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.s b/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.s deleted file mode 100644 index 134361f1a..000000000 --- a/libc/nt/ntdll/AlpcGetCompletionListLastMessageInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetCompletionListLastMessageInformation diff --git a/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.S b/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.S new file mode 100644 index 000000000..15127a9c7 --- /dev/null +++ b/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetCompletionListMessageAttributes,AlpcGetCompletionListMessageAttributes diff --git a/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.s b/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.s deleted file mode 100644 index de3715f85..000000000 --- a/libc/nt/ntdll/AlpcGetCompletionListMessageAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetCompletionListMessageAttributes diff --git a/libc/nt/ntdll/AlpcGetHeaderSize.S b/libc/nt/ntdll/AlpcGetHeaderSize.S new file mode 100644 index 000000000..76a48bdcd --- /dev/null +++ b/libc/nt/ntdll/AlpcGetHeaderSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetHeaderSize,AlpcGetHeaderSize diff --git a/libc/nt/ntdll/AlpcGetHeaderSize.s b/libc/nt/ntdll/AlpcGetHeaderSize.s deleted file mode 100644 index 362a389ae..000000000 --- a/libc/nt/ntdll/AlpcGetHeaderSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetHeaderSize diff --git a/libc/nt/ntdll/AlpcGetMessageAttribute.S b/libc/nt/ntdll/AlpcGetMessageAttribute.S new file mode 100644 index 000000000..1f8558976 --- /dev/null +++ b/libc/nt/ntdll/AlpcGetMessageAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetMessageAttribute,AlpcGetMessageAttribute diff --git a/libc/nt/ntdll/AlpcGetMessageAttribute.s b/libc/nt/ntdll/AlpcGetMessageAttribute.s deleted file mode 100644 index d0897534e..000000000 --- a/libc/nt/ntdll/AlpcGetMessageAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetMessageAttribute diff --git a/libc/nt/ntdll/AlpcGetMessageFromCompletionList.S b/libc/nt/ntdll/AlpcGetMessageFromCompletionList.S new file mode 100644 index 000000000..876c83eba --- /dev/null +++ b/libc/nt/ntdll/AlpcGetMessageFromCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetMessageFromCompletionList,AlpcGetMessageFromCompletionList diff --git a/libc/nt/ntdll/AlpcGetMessageFromCompletionList.s b/libc/nt/ntdll/AlpcGetMessageFromCompletionList.s deleted file mode 100644 index d82144d4d..000000000 --- a/libc/nt/ntdll/AlpcGetMessageFromCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetMessageFromCompletionList diff --git a/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.S b/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.S new file mode 100644 index 000000000..8020da007 --- /dev/null +++ b/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcGetOutstandingCompletionListMessageCount,AlpcGetOutstandingCompletionListMessageCount diff --git a/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.s b/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.s deleted file mode 100644 index dc6f19e6e..000000000 --- a/libc/nt/ntdll/AlpcGetOutstandingCompletionListMessageCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcGetOutstandingCompletionListMessageCount diff --git a/libc/nt/ntdll/AlpcInitializeMessageAttribute.S b/libc/nt/ntdll/AlpcInitializeMessageAttribute.S new file mode 100644 index 000000000..0555d3079 --- /dev/null +++ b/libc/nt/ntdll/AlpcInitializeMessageAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcInitializeMessageAttribute,AlpcInitializeMessageAttribute diff --git a/libc/nt/ntdll/AlpcInitializeMessageAttribute.s b/libc/nt/ntdll/AlpcInitializeMessageAttribute.s deleted file mode 100644 index 2dad466dc..000000000 --- a/libc/nt/ntdll/AlpcInitializeMessageAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcInitializeMessageAttribute diff --git a/libc/nt/ntdll/AlpcMaxAllowedMessageLength.S b/libc/nt/ntdll/AlpcMaxAllowedMessageLength.S new file mode 100644 index 000000000..8c29df97b --- /dev/null +++ b/libc/nt/ntdll/AlpcMaxAllowedMessageLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcMaxAllowedMessageLength,AlpcMaxAllowedMessageLength diff --git a/libc/nt/ntdll/AlpcMaxAllowedMessageLength.s b/libc/nt/ntdll/AlpcMaxAllowedMessageLength.s deleted file mode 100644 index 5d0e986d0..000000000 --- a/libc/nt/ntdll/AlpcMaxAllowedMessageLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcMaxAllowedMessageLength diff --git a/libc/nt/ntdll/AlpcRegisterCompletionList.S b/libc/nt/ntdll/AlpcRegisterCompletionList.S new file mode 100644 index 000000000..358dee4e8 --- /dev/null +++ b/libc/nt/ntdll/AlpcRegisterCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcRegisterCompletionList,AlpcRegisterCompletionList diff --git a/libc/nt/ntdll/AlpcRegisterCompletionList.s b/libc/nt/ntdll/AlpcRegisterCompletionList.s deleted file mode 100644 index c9a246e77..000000000 --- a/libc/nt/ntdll/AlpcRegisterCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcRegisterCompletionList diff --git a/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.S b/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.S new file mode 100644 index 000000000..aefd7dda5 --- /dev/null +++ b/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcRegisterCompletionListWorkerThread,AlpcRegisterCompletionListWorkerThread diff --git a/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.s b/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.s deleted file mode 100644 index e8c3623c5..000000000 --- a/libc/nt/ntdll/AlpcRegisterCompletionListWorkerThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcRegisterCompletionListWorkerThread diff --git a/libc/nt/ntdll/AlpcRundownCompletionList.S b/libc/nt/ntdll/AlpcRundownCompletionList.S new file mode 100644 index 000000000..f15a04f39 --- /dev/null +++ b/libc/nt/ntdll/AlpcRundownCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcRundownCompletionList,AlpcRundownCompletionList diff --git a/libc/nt/ntdll/AlpcRundownCompletionList.s b/libc/nt/ntdll/AlpcRundownCompletionList.s deleted file mode 100644 index 58cfe363d..000000000 --- a/libc/nt/ntdll/AlpcRundownCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcRundownCompletionList diff --git a/libc/nt/ntdll/AlpcUnregisterCompletionList.S b/libc/nt/ntdll/AlpcUnregisterCompletionList.S new file mode 100644 index 000000000..5f6db1199 --- /dev/null +++ b/libc/nt/ntdll/AlpcUnregisterCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcUnregisterCompletionList,AlpcUnregisterCompletionList diff --git a/libc/nt/ntdll/AlpcUnregisterCompletionList.s b/libc/nt/ntdll/AlpcUnregisterCompletionList.s deleted file mode 100644 index 937178dfe..000000000 --- a/libc/nt/ntdll/AlpcUnregisterCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcUnregisterCompletionList diff --git a/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.S b/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.S new file mode 100644 index 000000000..33d358b76 --- /dev/null +++ b/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp AlpcUnregisterCompletionListWorkerThread,AlpcUnregisterCompletionListWorkerThread diff --git a/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.s b/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.s deleted file mode 100644 index 1630ea02f..000000000 --- a/libc/nt/ntdll/AlpcUnregisterCompletionListWorkerThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp AlpcUnregisterCompletionListWorkerThread diff --git a/libc/nt/ntdll/ApiSetQueryApiSetPresence.S b/libc/nt/ntdll/ApiSetQueryApiSetPresence.S new file mode 100644 index 000000000..38bcd80e6 --- /dev/null +++ b/libc/nt/ntdll/ApiSetQueryApiSetPresence.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ApiSetQueryApiSetPresence,ApiSetQueryApiSetPresence diff --git a/libc/nt/ntdll/ApiSetQueryApiSetPresence.s b/libc/nt/ntdll/ApiSetQueryApiSetPresence.s deleted file mode 100644 index a8907ab04..000000000 --- a/libc/nt/ntdll/ApiSetQueryApiSetPresence.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ApiSetQueryApiSetPresence diff --git a/libc/nt/ntdll/CsrAllocateCaptureBuffer.S b/libc/nt/ntdll/CsrAllocateCaptureBuffer.S new file mode 100644 index 000000000..ec3b3ab71 --- /dev/null +++ b/libc/nt/ntdll/CsrAllocateCaptureBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrAllocateCaptureBuffer,CsrAllocateCaptureBuffer diff --git a/libc/nt/ntdll/CsrAllocateCaptureBuffer.s b/libc/nt/ntdll/CsrAllocateCaptureBuffer.s deleted file mode 100644 index 870cca8d4..000000000 --- a/libc/nt/ntdll/CsrAllocateCaptureBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrAllocateCaptureBuffer diff --git a/libc/nt/ntdll/CsrAllocateMessagePointer.S b/libc/nt/ntdll/CsrAllocateMessagePointer.S new file mode 100644 index 000000000..53ab78faf --- /dev/null +++ b/libc/nt/ntdll/CsrAllocateMessagePointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrAllocateMessagePointer,CsrAllocateMessagePointer diff --git a/libc/nt/ntdll/CsrAllocateMessagePointer.s b/libc/nt/ntdll/CsrAllocateMessagePointer.s deleted file mode 100644 index 7c3ff6e48..000000000 --- a/libc/nt/ntdll/CsrAllocateMessagePointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrAllocateMessagePointer diff --git a/libc/nt/ntdll/CsrCaptureMessageBuffer.S b/libc/nt/ntdll/CsrCaptureMessageBuffer.S new file mode 100644 index 000000000..b50c6f14f --- /dev/null +++ b/libc/nt/ntdll/CsrCaptureMessageBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrCaptureMessageBuffer,CsrCaptureMessageBuffer diff --git a/libc/nt/ntdll/CsrCaptureMessageBuffer.s b/libc/nt/ntdll/CsrCaptureMessageBuffer.s deleted file mode 100644 index 9206f097e..000000000 --- a/libc/nt/ntdll/CsrCaptureMessageBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrCaptureMessageBuffer diff --git a/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.S b/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.S new file mode 100644 index 000000000..485582b8a --- /dev/null +++ b/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrCaptureMessageMultiUnicodeStringsInPlace,CsrCaptureMessageMultiUnicodeStringsInPlace diff --git a/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.s b/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.s deleted file mode 100644 index 454f61b22..000000000 --- a/libc/nt/ntdll/CsrCaptureMessageMultiUnicodeStringsInPlace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrCaptureMessageMultiUnicodeStringsInPlace diff --git a/libc/nt/ntdll/CsrCaptureMessageString.S b/libc/nt/ntdll/CsrCaptureMessageString.S new file mode 100644 index 000000000..e04d5e2c1 --- /dev/null +++ b/libc/nt/ntdll/CsrCaptureMessageString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrCaptureMessageString,CsrCaptureMessageString diff --git a/libc/nt/ntdll/CsrCaptureMessageString.s b/libc/nt/ntdll/CsrCaptureMessageString.s deleted file mode 100644 index 62af1c64c..000000000 --- a/libc/nt/ntdll/CsrCaptureMessageString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrCaptureMessageString diff --git a/libc/nt/ntdll/CsrCaptureTimeout.S b/libc/nt/ntdll/CsrCaptureTimeout.S new file mode 100644 index 000000000..cf5603ab8 --- /dev/null +++ b/libc/nt/ntdll/CsrCaptureTimeout.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrCaptureTimeout,CsrCaptureTimeout diff --git a/libc/nt/ntdll/CsrCaptureTimeout.s b/libc/nt/ntdll/CsrCaptureTimeout.s deleted file mode 100644 index 413c74b74..000000000 --- a/libc/nt/ntdll/CsrCaptureTimeout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrCaptureTimeout diff --git a/libc/nt/ntdll/CsrClientCallServer.S b/libc/nt/ntdll/CsrClientCallServer.S new file mode 100644 index 000000000..6432aa084 --- /dev/null +++ b/libc/nt/ntdll/CsrClientCallServer.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrClientCallServer,CsrClientCallServer + +#ifdef __x86_64__ + .text.windows +CsrClientCallServer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CsrClientCallServer(%rip),%rax + jmp __sysv2nt + .endfn CsrClientCallServer,globl + .previous +#endif diff --git a/libc/nt/ntdll/CsrClientCallServer.s b/libc/nt/ntdll/CsrClientCallServer.s deleted file mode 100644 index 17712944b..000000000 --- a/libc/nt/ntdll/CsrClientCallServer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrClientCallServer - - .text.windows -CsrClientCallServer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CsrClientCallServer(%rip),%rax - jmp __sysv2nt - .endfn CsrClientCallServer,globl - .previous diff --git a/libc/nt/ntdll/CsrClientConnectToServer.S b/libc/nt/ntdll/CsrClientConnectToServer.S new file mode 100644 index 000000000..0a99b9ac4 --- /dev/null +++ b/libc/nt/ntdll/CsrClientConnectToServer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrClientConnectToServer,CsrClientConnectToServer diff --git a/libc/nt/ntdll/CsrClientConnectToServer.s b/libc/nt/ntdll/CsrClientConnectToServer.s deleted file mode 100644 index ef7ee7542..000000000 --- a/libc/nt/ntdll/CsrClientConnectToServer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrClientConnectToServer diff --git a/libc/nt/ntdll/CsrFreeCaptureBuffer.S b/libc/nt/ntdll/CsrFreeCaptureBuffer.S new file mode 100644 index 000000000..96e1760a7 --- /dev/null +++ b/libc/nt/ntdll/CsrFreeCaptureBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrFreeCaptureBuffer,CsrFreeCaptureBuffer diff --git a/libc/nt/ntdll/CsrFreeCaptureBuffer.s b/libc/nt/ntdll/CsrFreeCaptureBuffer.s deleted file mode 100644 index a0c37726e..000000000 --- a/libc/nt/ntdll/CsrFreeCaptureBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrFreeCaptureBuffer diff --git a/libc/nt/ntdll/CsrGetProcessId.S b/libc/nt/ntdll/CsrGetProcessId.S new file mode 100644 index 000000000..33721b2ad --- /dev/null +++ b/libc/nt/ntdll/CsrGetProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrGetProcessId,CsrGetProcessId diff --git a/libc/nt/ntdll/CsrGetProcessId.s b/libc/nt/ntdll/CsrGetProcessId.s deleted file mode 100644 index 9b69216bb..000000000 --- a/libc/nt/ntdll/CsrGetProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrGetProcessId diff --git a/libc/nt/ntdll/CsrIdentifyAlertableThread.S b/libc/nt/ntdll/CsrIdentifyAlertableThread.S new file mode 100644 index 000000000..89eb8c8d5 --- /dev/null +++ b/libc/nt/ntdll/CsrIdentifyAlertableThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrIdentifyAlertableThread,CsrIdentifyAlertableThread diff --git a/libc/nt/ntdll/CsrIdentifyAlertableThread.s b/libc/nt/ntdll/CsrIdentifyAlertableThread.s deleted file mode 100644 index b96af507c..000000000 --- a/libc/nt/ntdll/CsrIdentifyAlertableThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrIdentifyAlertableThread diff --git a/libc/nt/ntdll/CsrSetPriorityClass.S b/libc/nt/ntdll/CsrSetPriorityClass.S new file mode 100644 index 000000000..709e9c543 --- /dev/null +++ b/libc/nt/ntdll/CsrSetPriorityClass.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrSetPriorityClass,CsrSetPriorityClass diff --git a/libc/nt/ntdll/CsrSetPriorityClass.s b/libc/nt/ntdll/CsrSetPriorityClass.s deleted file mode 100644 index 02b7fd951..000000000 --- a/libc/nt/ntdll/CsrSetPriorityClass.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrSetPriorityClass diff --git a/libc/nt/ntdll/CsrVerifyRegion.S b/libc/nt/ntdll/CsrVerifyRegion.S new file mode 100644 index 000000000..4dd5c2d96 --- /dev/null +++ b/libc/nt/ntdll/CsrVerifyRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp CsrVerifyRegion,CsrVerifyRegion diff --git a/libc/nt/ntdll/CsrVerifyRegion.s b/libc/nt/ntdll/CsrVerifyRegion.s deleted file mode 100644 index f913c9a37..000000000 --- a/libc/nt/ntdll/CsrVerifyRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp CsrVerifyRegion diff --git a/libc/nt/ntdll/DbgBreakPoint.S b/libc/nt/ntdll/DbgBreakPoint.S new file mode 100644 index 000000000..e3ff6e54b --- /dev/null +++ b/libc/nt/ntdll/DbgBreakPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgBreakPoint,DbgBreakPoint diff --git a/libc/nt/ntdll/DbgBreakPoint.s b/libc/nt/ntdll/DbgBreakPoint.s deleted file mode 100644 index 1f3b5c9cd..000000000 --- a/libc/nt/ntdll/DbgBreakPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgBreakPoint diff --git a/libc/nt/ntdll/DbgPrint.S b/libc/nt/ntdll/DbgPrint.S new file mode 100644 index 000000000..6f59bea39 --- /dev/null +++ b/libc/nt/ntdll/DbgPrint.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgPrint,DbgPrint diff --git a/libc/nt/ntdll/DbgPrint.s b/libc/nt/ntdll/DbgPrint.s deleted file mode 100644 index e53aad0ee..000000000 --- a/libc/nt/ntdll/DbgPrint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgPrint diff --git a/libc/nt/ntdll/DbgPrintEx.S b/libc/nt/ntdll/DbgPrintEx.S new file mode 100644 index 000000000..5619e3bf2 --- /dev/null +++ b/libc/nt/ntdll/DbgPrintEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgPrintEx,DbgPrintEx diff --git a/libc/nt/ntdll/DbgPrintEx.s b/libc/nt/ntdll/DbgPrintEx.s deleted file mode 100644 index 573d413ed..000000000 --- a/libc/nt/ntdll/DbgPrintEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgPrintEx diff --git a/libc/nt/ntdll/DbgPrintReturnControlC.S b/libc/nt/ntdll/DbgPrintReturnControlC.S new file mode 100644 index 000000000..53a88fb69 --- /dev/null +++ b/libc/nt/ntdll/DbgPrintReturnControlC.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgPrintReturnControlC,DbgPrintReturnControlC diff --git a/libc/nt/ntdll/DbgPrintReturnControlC.s b/libc/nt/ntdll/DbgPrintReturnControlC.s deleted file mode 100644 index c07539d04..000000000 --- a/libc/nt/ntdll/DbgPrintReturnControlC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgPrintReturnControlC diff --git a/libc/nt/ntdll/DbgPrompt.S b/libc/nt/ntdll/DbgPrompt.S new file mode 100644 index 000000000..af9b43134 --- /dev/null +++ b/libc/nt/ntdll/DbgPrompt.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgPrompt,DbgPrompt diff --git a/libc/nt/ntdll/DbgPrompt.s b/libc/nt/ntdll/DbgPrompt.s deleted file mode 100644 index b33a816f2..000000000 --- a/libc/nt/ntdll/DbgPrompt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgPrompt diff --git a/libc/nt/ntdll/DbgQueryDebugFilterState.S b/libc/nt/ntdll/DbgQueryDebugFilterState.S new file mode 100644 index 000000000..0b1209a4e --- /dev/null +++ b/libc/nt/ntdll/DbgQueryDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgQueryDebugFilterState,DbgQueryDebugFilterState diff --git a/libc/nt/ntdll/DbgQueryDebugFilterState.s b/libc/nt/ntdll/DbgQueryDebugFilterState.s deleted file mode 100644 index 3b314b999..000000000 --- a/libc/nt/ntdll/DbgQueryDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgQueryDebugFilterState diff --git a/libc/nt/ntdll/DbgSetDebugFilterState.S b/libc/nt/ntdll/DbgSetDebugFilterState.S new file mode 100644 index 000000000..d1686d07b --- /dev/null +++ b/libc/nt/ntdll/DbgSetDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgSetDebugFilterState,DbgSetDebugFilterState diff --git a/libc/nt/ntdll/DbgSetDebugFilterState.s b/libc/nt/ntdll/DbgSetDebugFilterState.s deleted file mode 100644 index 56eb5dd22..000000000 --- a/libc/nt/ntdll/DbgSetDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgSetDebugFilterState diff --git a/libc/nt/ntdll/DbgUiConnectToDbg.S b/libc/nt/ntdll/DbgUiConnectToDbg.S new file mode 100644 index 000000000..2d410cfc6 --- /dev/null +++ b/libc/nt/ntdll/DbgUiConnectToDbg.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiConnectToDbg,DbgUiConnectToDbg diff --git a/libc/nt/ntdll/DbgUiConnectToDbg.s b/libc/nt/ntdll/DbgUiConnectToDbg.s deleted file mode 100644 index 355d6e488..000000000 --- a/libc/nt/ntdll/DbgUiConnectToDbg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiConnectToDbg diff --git a/libc/nt/ntdll/DbgUiContinue.S b/libc/nt/ntdll/DbgUiContinue.S new file mode 100644 index 000000000..942afcd14 --- /dev/null +++ b/libc/nt/ntdll/DbgUiContinue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiContinue,DbgUiContinue diff --git a/libc/nt/ntdll/DbgUiContinue.s b/libc/nt/ntdll/DbgUiContinue.s deleted file mode 100644 index 9c26fa27c..000000000 --- a/libc/nt/ntdll/DbgUiContinue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiContinue diff --git a/libc/nt/ntdll/DbgUiConvertStateChangeStructure.S b/libc/nt/ntdll/DbgUiConvertStateChangeStructure.S new file mode 100644 index 000000000..82f5ba4a5 --- /dev/null +++ b/libc/nt/ntdll/DbgUiConvertStateChangeStructure.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiConvertStateChangeStructure,DbgUiConvertStateChangeStructure diff --git a/libc/nt/ntdll/DbgUiConvertStateChangeStructure.s b/libc/nt/ntdll/DbgUiConvertStateChangeStructure.s deleted file mode 100644 index 1ce5df25b..000000000 --- a/libc/nt/ntdll/DbgUiConvertStateChangeStructure.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiConvertStateChangeStructure diff --git a/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.S b/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.S new file mode 100644 index 000000000..332e18ef6 --- /dev/null +++ b/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiConvertStateChangeStructureEx,DbgUiConvertStateChangeStructureEx diff --git a/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.s b/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.s deleted file mode 100644 index 5de7e57b9..000000000 --- a/libc/nt/ntdll/DbgUiConvertStateChangeStructureEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiConvertStateChangeStructureEx diff --git a/libc/nt/ntdll/DbgUiDebugActiveProcess.S b/libc/nt/ntdll/DbgUiDebugActiveProcess.S new file mode 100644 index 000000000..d41b31956 --- /dev/null +++ b/libc/nt/ntdll/DbgUiDebugActiveProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiDebugActiveProcess,DbgUiDebugActiveProcess diff --git a/libc/nt/ntdll/DbgUiDebugActiveProcess.s b/libc/nt/ntdll/DbgUiDebugActiveProcess.s deleted file mode 100644 index ef471f404..000000000 --- a/libc/nt/ntdll/DbgUiDebugActiveProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiDebugActiveProcess diff --git a/libc/nt/ntdll/DbgUiGetThreadDebugObject.S b/libc/nt/ntdll/DbgUiGetThreadDebugObject.S new file mode 100644 index 000000000..7b76d619a --- /dev/null +++ b/libc/nt/ntdll/DbgUiGetThreadDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiGetThreadDebugObject,DbgUiGetThreadDebugObject diff --git a/libc/nt/ntdll/DbgUiGetThreadDebugObject.s b/libc/nt/ntdll/DbgUiGetThreadDebugObject.s deleted file mode 100644 index ac8cfe776..000000000 --- a/libc/nt/ntdll/DbgUiGetThreadDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiGetThreadDebugObject diff --git a/libc/nt/ntdll/DbgUiIssueRemoteBreakin.S b/libc/nt/ntdll/DbgUiIssueRemoteBreakin.S new file mode 100644 index 000000000..3e804fd9c --- /dev/null +++ b/libc/nt/ntdll/DbgUiIssueRemoteBreakin.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiIssueRemoteBreakin,DbgUiIssueRemoteBreakin diff --git a/libc/nt/ntdll/DbgUiIssueRemoteBreakin.s b/libc/nt/ntdll/DbgUiIssueRemoteBreakin.s deleted file mode 100644 index d04c29ed4..000000000 --- a/libc/nt/ntdll/DbgUiIssueRemoteBreakin.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiIssueRemoteBreakin diff --git a/libc/nt/ntdll/DbgUiRemoteBreakin.S b/libc/nt/ntdll/DbgUiRemoteBreakin.S new file mode 100644 index 000000000..3649d22ca --- /dev/null +++ b/libc/nt/ntdll/DbgUiRemoteBreakin.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiRemoteBreakin,DbgUiRemoteBreakin diff --git a/libc/nt/ntdll/DbgUiRemoteBreakin.s b/libc/nt/ntdll/DbgUiRemoteBreakin.s deleted file mode 100644 index aed3fe782..000000000 --- a/libc/nt/ntdll/DbgUiRemoteBreakin.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiRemoteBreakin diff --git a/libc/nt/ntdll/DbgUiSetThreadDebugObject.S b/libc/nt/ntdll/DbgUiSetThreadDebugObject.S new file mode 100644 index 000000000..b6179f947 --- /dev/null +++ b/libc/nt/ntdll/DbgUiSetThreadDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiSetThreadDebugObject,DbgUiSetThreadDebugObject diff --git a/libc/nt/ntdll/DbgUiSetThreadDebugObject.s b/libc/nt/ntdll/DbgUiSetThreadDebugObject.s deleted file mode 100644 index 35e4a9438..000000000 --- a/libc/nt/ntdll/DbgUiSetThreadDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiSetThreadDebugObject diff --git a/libc/nt/ntdll/DbgUiStopDebugging.S b/libc/nt/ntdll/DbgUiStopDebugging.S new file mode 100644 index 000000000..498e35bfe --- /dev/null +++ b/libc/nt/ntdll/DbgUiStopDebugging.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiStopDebugging,DbgUiStopDebugging diff --git a/libc/nt/ntdll/DbgUiStopDebugging.s b/libc/nt/ntdll/DbgUiStopDebugging.s deleted file mode 100644 index 205f2662a..000000000 --- a/libc/nt/ntdll/DbgUiStopDebugging.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiStopDebugging diff --git a/libc/nt/ntdll/DbgUiWaitStateChange.S b/libc/nt/ntdll/DbgUiWaitStateChange.S new file mode 100644 index 000000000..13004e1b7 --- /dev/null +++ b/libc/nt/ntdll/DbgUiWaitStateChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUiWaitStateChange,DbgUiWaitStateChange diff --git a/libc/nt/ntdll/DbgUiWaitStateChange.s b/libc/nt/ntdll/DbgUiWaitStateChange.s deleted file mode 100644 index 5212e42ab..000000000 --- a/libc/nt/ntdll/DbgUiWaitStateChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUiWaitStateChange diff --git a/libc/nt/ntdll/DbgUserBreakPoint.S b/libc/nt/ntdll/DbgUserBreakPoint.S new file mode 100644 index 000000000..c1e97f959 --- /dev/null +++ b/libc/nt/ntdll/DbgUserBreakPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp DbgUserBreakPoint,DbgUserBreakPoint diff --git a/libc/nt/ntdll/DbgUserBreakPoint.s b/libc/nt/ntdll/DbgUserBreakPoint.s deleted file mode 100644 index 82f382b5b..000000000 --- a/libc/nt/ntdll/DbgUserBreakPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp DbgUserBreakPoint diff --git a/libc/nt/ntdll/EtwCheckCoverage.S b/libc/nt/ntdll/EtwCheckCoverage.S new file mode 100644 index 000000000..c40894bb5 --- /dev/null +++ b/libc/nt/ntdll/EtwCheckCoverage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwCheckCoverage,EtwCheckCoverage diff --git a/libc/nt/ntdll/EtwCheckCoverage.s b/libc/nt/ntdll/EtwCheckCoverage.s deleted file mode 100644 index def8d0bc9..000000000 --- a/libc/nt/ntdll/EtwCheckCoverage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwCheckCoverage diff --git a/libc/nt/ntdll/EtwCreateTraceInstanceId.S b/libc/nt/ntdll/EtwCreateTraceInstanceId.S new file mode 100644 index 000000000..168aaff2d --- /dev/null +++ b/libc/nt/ntdll/EtwCreateTraceInstanceId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwCreateTraceInstanceId,EtwCreateTraceInstanceId diff --git a/libc/nt/ntdll/EtwCreateTraceInstanceId.s b/libc/nt/ntdll/EtwCreateTraceInstanceId.s deleted file mode 100644 index 615e9f536..000000000 --- a/libc/nt/ntdll/EtwCreateTraceInstanceId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwCreateTraceInstanceId diff --git a/libc/nt/ntdll/EtwDeliverDataBlock.S b/libc/nt/ntdll/EtwDeliverDataBlock.S new file mode 100644 index 000000000..7ca981189 --- /dev/null +++ b/libc/nt/ntdll/EtwDeliverDataBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwDeliverDataBlock,EtwDeliverDataBlock diff --git a/libc/nt/ntdll/EtwDeliverDataBlock.s b/libc/nt/ntdll/EtwDeliverDataBlock.s deleted file mode 100644 index 64fe0a9b1..000000000 --- a/libc/nt/ntdll/EtwDeliverDataBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwDeliverDataBlock diff --git a/libc/nt/ntdll/EtwEnumerateProcessRegGuids.S b/libc/nt/ntdll/EtwEnumerateProcessRegGuids.S new file mode 100644 index 000000000..ec84b7ff5 --- /dev/null +++ b/libc/nt/ntdll/EtwEnumerateProcessRegGuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEnumerateProcessRegGuids,EtwEnumerateProcessRegGuids diff --git a/libc/nt/ntdll/EtwEnumerateProcessRegGuids.s b/libc/nt/ntdll/EtwEnumerateProcessRegGuids.s deleted file mode 100644 index ee0fed063..000000000 --- a/libc/nt/ntdll/EtwEnumerateProcessRegGuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEnumerateProcessRegGuids diff --git a/libc/nt/ntdll/EtwEventActivityIdControl.S b/libc/nt/ntdll/EtwEventActivityIdControl.S new file mode 100644 index 000000000..e9fdbe583 --- /dev/null +++ b/libc/nt/ntdll/EtwEventActivityIdControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventActivityIdControl,EtwEventActivityIdControl diff --git a/libc/nt/ntdll/EtwEventActivityIdControl.s b/libc/nt/ntdll/EtwEventActivityIdControl.s deleted file mode 100644 index cf149dd93..000000000 --- a/libc/nt/ntdll/EtwEventActivityIdControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventActivityIdControl diff --git a/libc/nt/ntdll/EtwEventEnabled.S b/libc/nt/ntdll/EtwEventEnabled.S new file mode 100644 index 000000000..bf073e967 --- /dev/null +++ b/libc/nt/ntdll/EtwEventEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventEnabled,EtwEventEnabled diff --git a/libc/nt/ntdll/EtwEventEnabled.s b/libc/nt/ntdll/EtwEventEnabled.s deleted file mode 100644 index a5b87cc3a..000000000 --- a/libc/nt/ntdll/EtwEventEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventEnabled diff --git a/libc/nt/ntdll/EtwEventProviderEnabled.S b/libc/nt/ntdll/EtwEventProviderEnabled.S new file mode 100644 index 000000000..437cc0942 --- /dev/null +++ b/libc/nt/ntdll/EtwEventProviderEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventProviderEnabled,EtwEventProviderEnabled diff --git a/libc/nt/ntdll/EtwEventProviderEnabled.s b/libc/nt/ntdll/EtwEventProviderEnabled.s deleted file mode 100644 index 00d78da6b..000000000 --- a/libc/nt/ntdll/EtwEventProviderEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventProviderEnabled diff --git a/libc/nt/ntdll/EtwEventRegister.S b/libc/nt/ntdll/EtwEventRegister.S new file mode 100644 index 000000000..dbfa541d5 --- /dev/null +++ b/libc/nt/ntdll/EtwEventRegister.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventRegister,EtwEventRegister diff --git a/libc/nt/ntdll/EtwEventRegister.s b/libc/nt/ntdll/EtwEventRegister.s deleted file mode 100644 index 61b7022e8..000000000 --- a/libc/nt/ntdll/EtwEventRegister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventRegister diff --git a/libc/nt/ntdll/EtwEventSetInformation.S b/libc/nt/ntdll/EtwEventSetInformation.S new file mode 100644 index 000000000..53e6f9198 --- /dev/null +++ b/libc/nt/ntdll/EtwEventSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventSetInformation,EtwEventSetInformation diff --git a/libc/nt/ntdll/EtwEventSetInformation.s b/libc/nt/ntdll/EtwEventSetInformation.s deleted file mode 100644 index 6874c4cbb..000000000 --- a/libc/nt/ntdll/EtwEventSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventSetInformation diff --git a/libc/nt/ntdll/EtwEventUnregister.S b/libc/nt/ntdll/EtwEventUnregister.S new file mode 100644 index 000000000..26cc6823b --- /dev/null +++ b/libc/nt/ntdll/EtwEventUnregister.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventUnregister,EtwEventUnregister diff --git a/libc/nt/ntdll/EtwEventUnregister.s b/libc/nt/ntdll/EtwEventUnregister.s deleted file mode 100644 index 9e95bbf34..000000000 --- a/libc/nt/ntdll/EtwEventUnregister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventUnregister diff --git a/libc/nt/ntdll/EtwEventWrite.S b/libc/nt/ntdll/EtwEventWrite.S new file mode 100644 index 000000000..ae1938c20 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWrite.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWrite,EtwEventWrite diff --git a/libc/nt/ntdll/EtwEventWrite.s b/libc/nt/ntdll/EtwEventWrite.s deleted file mode 100644 index 4885da6f7..000000000 --- a/libc/nt/ntdll/EtwEventWrite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWrite diff --git a/libc/nt/ntdll/EtwEventWriteEndScenario.S b/libc/nt/ntdll/EtwEventWriteEndScenario.S new file mode 100644 index 000000000..22f55f857 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteEndScenario.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteEndScenario,EtwEventWriteEndScenario diff --git a/libc/nt/ntdll/EtwEventWriteEndScenario.s b/libc/nt/ntdll/EtwEventWriteEndScenario.s deleted file mode 100644 index d4bfadc03..000000000 --- a/libc/nt/ntdll/EtwEventWriteEndScenario.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteEndScenario diff --git a/libc/nt/ntdll/EtwEventWriteEx.S b/libc/nt/ntdll/EtwEventWriteEx.S new file mode 100644 index 000000000..35ee1b7b8 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteEx,EtwEventWriteEx diff --git a/libc/nt/ntdll/EtwEventWriteEx.s b/libc/nt/ntdll/EtwEventWriteEx.s deleted file mode 100644 index 80f6aaf5e..000000000 --- a/libc/nt/ntdll/EtwEventWriteEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteEx diff --git a/libc/nt/ntdll/EtwEventWriteFull.S b/libc/nt/ntdll/EtwEventWriteFull.S new file mode 100644 index 000000000..df1405151 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteFull.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteFull,EtwEventWriteFull diff --git a/libc/nt/ntdll/EtwEventWriteFull.s b/libc/nt/ntdll/EtwEventWriteFull.s deleted file mode 100644 index d6b0a3161..000000000 --- a/libc/nt/ntdll/EtwEventWriteFull.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteFull diff --git a/libc/nt/ntdll/EtwEventWriteNoRegistration.S b/libc/nt/ntdll/EtwEventWriteNoRegistration.S new file mode 100644 index 000000000..207d9b5e3 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteNoRegistration.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteNoRegistration,EtwEventWriteNoRegistration diff --git a/libc/nt/ntdll/EtwEventWriteNoRegistration.s b/libc/nt/ntdll/EtwEventWriteNoRegistration.s deleted file mode 100644 index bf1319239..000000000 --- a/libc/nt/ntdll/EtwEventWriteNoRegistration.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteNoRegistration diff --git a/libc/nt/ntdll/EtwEventWriteStartScenario.S b/libc/nt/ntdll/EtwEventWriteStartScenario.S new file mode 100644 index 000000000..1553c5eb4 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteStartScenario.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteStartScenario,EtwEventWriteStartScenario diff --git a/libc/nt/ntdll/EtwEventWriteStartScenario.s b/libc/nt/ntdll/EtwEventWriteStartScenario.s deleted file mode 100644 index 1a8ee2ee8..000000000 --- a/libc/nt/ntdll/EtwEventWriteStartScenario.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteStartScenario diff --git a/libc/nt/ntdll/EtwEventWriteString.S b/libc/nt/ntdll/EtwEventWriteString.S new file mode 100644 index 000000000..27ca47509 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteString,EtwEventWriteString diff --git a/libc/nt/ntdll/EtwEventWriteString.s b/libc/nt/ntdll/EtwEventWriteString.s deleted file mode 100644 index 8b556320d..000000000 --- a/libc/nt/ntdll/EtwEventWriteString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteString diff --git a/libc/nt/ntdll/EtwEventWriteTransfer.S b/libc/nt/ntdll/EtwEventWriteTransfer.S new file mode 100644 index 000000000..928ef63a6 --- /dev/null +++ b/libc/nt/ntdll/EtwEventWriteTransfer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwEventWriteTransfer,EtwEventWriteTransfer diff --git a/libc/nt/ntdll/EtwEventWriteTransfer.s b/libc/nt/ntdll/EtwEventWriteTransfer.s deleted file mode 100644 index d7e52d4cd..000000000 --- a/libc/nt/ntdll/EtwEventWriteTransfer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwEventWriteTransfer diff --git a/libc/nt/ntdll/EtwGetTraceEnableFlags.S b/libc/nt/ntdll/EtwGetTraceEnableFlags.S new file mode 100644 index 000000000..f8bb676c0 --- /dev/null +++ b/libc/nt/ntdll/EtwGetTraceEnableFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwGetTraceEnableFlags,EtwGetTraceEnableFlags diff --git a/libc/nt/ntdll/EtwGetTraceEnableFlags.s b/libc/nt/ntdll/EtwGetTraceEnableFlags.s deleted file mode 100644 index d3ba4e2ea..000000000 --- a/libc/nt/ntdll/EtwGetTraceEnableFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwGetTraceEnableFlags diff --git a/libc/nt/ntdll/EtwGetTraceEnableLevel.S b/libc/nt/ntdll/EtwGetTraceEnableLevel.S new file mode 100644 index 000000000..79e09def0 --- /dev/null +++ b/libc/nt/ntdll/EtwGetTraceEnableLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwGetTraceEnableLevel,EtwGetTraceEnableLevel diff --git a/libc/nt/ntdll/EtwGetTraceEnableLevel.s b/libc/nt/ntdll/EtwGetTraceEnableLevel.s deleted file mode 100644 index 0a606dd78..000000000 --- a/libc/nt/ntdll/EtwGetTraceEnableLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwGetTraceEnableLevel diff --git a/libc/nt/ntdll/EtwGetTraceLoggerHandle.S b/libc/nt/ntdll/EtwGetTraceLoggerHandle.S new file mode 100644 index 000000000..e5316ca2c --- /dev/null +++ b/libc/nt/ntdll/EtwGetTraceLoggerHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwGetTraceLoggerHandle,EtwGetTraceLoggerHandle diff --git a/libc/nt/ntdll/EtwGetTraceLoggerHandle.s b/libc/nt/ntdll/EtwGetTraceLoggerHandle.s deleted file mode 100644 index c6b2bcd2b..000000000 --- a/libc/nt/ntdll/EtwGetTraceLoggerHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwGetTraceLoggerHandle diff --git a/libc/nt/ntdll/EtwLogTraceEvent.S b/libc/nt/ntdll/EtwLogTraceEvent.S new file mode 100644 index 000000000..e8f995856 --- /dev/null +++ b/libc/nt/ntdll/EtwLogTraceEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwLogTraceEvent,EtwLogTraceEvent diff --git a/libc/nt/ntdll/EtwLogTraceEvent.s b/libc/nt/ntdll/EtwLogTraceEvent.s deleted file mode 100644 index 183937f06..000000000 --- a/libc/nt/ntdll/EtwLogTraceEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwLogTraceEvent diff --git a/libc/nt/ntdll/EtwNotificationRegister.S b/libc/nt/ntdll/EtwNotificationRegister.S new file mode 100644 index 000000000..807eb940e --- /dev/null +++ b/libc/nt/ntdll/EtwNotificationRegister.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwNotificationRegister,EtwNotificationRegister diff --git a/libc/nt/ntdll/EtwNotificationRegister.s b/libc/nt/ntdll/EtwNotificationRegister.s deleted file mode 100644 index 067a2f879..000000000 --- a/libc/nt/ntdll/EtwNotificationRegister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwNotificationRegister diff --git a/libc/nt/ntdll/EtwNotificationUnregister.S b/libc/nt/ntdll/EtwNotificationUnregister.S new file mode 100644 index 000000000..a367d8c99 --- /dev/null +++ b/libc/nt/ntdll/EtwNotificationUnregister.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwNotificationUnregister,EtwNotificationUnregister diff --git a/libc/nt/ntdll/EtwNotificationUnregister.s b/libc/nt/ntdll/EtwNotificationUnregister.s deleted file mode 100644 index 2228b7fee..000000000 --- a/libc/nt/ntdll/EtwNotificationUnregister.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwNotificationUnregister diff --git a/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.S b/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.S new file mode 100644 index 000000000..972832c15 --- /dev/null +++ b/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwProcessPrivateLoggerRequest,EtwProcessPrivateLoggerRequest diff --git a/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.s b/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.s deleted file mode 100644 index efdc70d1f..000000000 --- a/libc/nt/ntdll/EtwProcessPrivateLoggerRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwProcessPrivateLoggerRequest diff --git a/libc/nt/ntdll/EtwRegisterSecurityProvider.S b/libc/nt/ntdll/EtwRegisterSecurityProvider.S new file mode 100644 index 000000000..e952e3c8f --- /dev/null +++ b/libc/nt/ntdll/EtwRegisterSecurityProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwRegisterSecurityProvider,EtwRegisterSecurityProvider diff --git a/libc/nt/ntdll/EtwRegisterSecurityProvider.s b/libc/nt/ntdll/EtwRegisterSecurityProvider.s deleted file mode 100644 index 871887525..000000000 --- a/libc/nt/ntdll/EtwRegisterSecurityProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwRegisterSecurityProvider diff --git a/libc/nt/ntdll/EtwRegisterTraceGuidsW.S b/libc/nt/ntdll/EtwRegisterTraceGuidsW.S new file mode 100644 index 000000000..855ba0b98 --- /dev/null +++ b/libc/nt/ntdll/EtwRegisterTraceGuidsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwRegisterTraceGuidsW,EtwRegisterTraceGuids diff --git a/libc/nt/ntdll/EtwRegisterTraceGuidsW.s b/libc/nt/ntdll/EtwRegisterTraceGuidsW.s deleted file mode 100644 index cc9f29a8f..000000000 --- a/libc/nt/ntdll/EtwRegisterTraceGuidsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwRegisterTraceGuidsW diff --git a/libc/nt/ntdll/EtwReplyNotification.S b/libc/nt/ntdll/EtwReplyNotification.S new file mode 100644 index 000000000..d8b6f4962 --- /dev/null +++ b/libc/nt/ntdll/EtwReplyNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwReplyNotification,EtwReplyNotification diff --git a/libc/nt/ntdll/EtwReplyNotification.s b/libc/nt/ntdll/EtwReplyNotification.s deleted file mode 100644 index 8861eaea9..000000000 --- a/libc/nt/ntdll/EtwReplyNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwReplyNotification diff --git a/libc/nt/ntdll/EtwSendNotification.S b/libc/nt/ntdll/EtwSendNotification.S new file mode 100644 index 000000000..d63bdfba8 --- /dev/null +++ b/libc/nt/ntdll/EtwSendNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwSendNotification,EtwSendNotification diff --git a/libc/nt/ntdll/EtwSendNotification.s b/libc/nt/ntdll/EtwSendNotification.s deleted file mode 100644 index ed09d030c..000000000 --- a/libc/nt/ntdll/EtwSendNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwSendNotification diff --git a/libc/nt/ntdll/EtwSetMark.S b/libc/nt/ntdll/EtwSetMark.S new file mode 100644 index 000000000..36cacc42c --- /dev/null +++ b/libc/nt/ntdll/EtwSetMark.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwSetMark,EtwSetMark diff --git a/libc/nt/ntdll/EtwSetMark.s b/libc/nt/ntdll/EtwSetMark.s deleted file mode 100644 index bb2c5a820..000000000 --- a/libc/nt/ntdll/EtwSetMark.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwSetMark diff --git a/libc/nt/ntdll/EtwTraceEventInstance.S b/libc/nt/ntdll/EtwTraceEventInstance.S new file mode 100644 index 000000000..e53001550 --- /dev/null +++ b/libc/nt/ntdll/EtwTraceEventInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwTraceEventInstance,EtwTraceEventInstance diff --git a/libc/nt/ntdll/EtwTraceEventInstance.s b/libc/nt/ntdll/EtwTraceEventInstance.s deleted file mode 100644 index 36dfc704d..000000000 --- a/libc/nt/ntdll/EtwTraceEventInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwTraceEventInstance diff --git a/libc/nt/ntdll/EtwTraceMessage.S b/libc/nt/ntdll/EtwTraceMessage.S new file mode 100644 index 000000000..f065919c3 --- /dev/null +++ b/libc/nt/ntdll/EtwTraceMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwTraceMessage,EtwTraceMessage diff --git a/libc/nt/ntdll/EtwTraceMessage.s b/libc/nt/ntdll/EtwTraceMessage.s deleted file mode 100644 index e96da4257..000000000 --- a/libc/nt/ntdll/EtwTraceMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwTraceMessage diff --git a/libc/nt/ntdll/EtwTraceMessageVa.S b/libc/nt/ntdll/EtwTraceMessageVa.S new file mode 100644 index 000000000..9da7e9a07 --- /dev/null +++ b/libc/nt/ntdll/EtwTraceMessageVa.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwTraceMessageVa,EtwTraceMessageVa diff --git a/libc/nt/ntdll/EtwTraceMessageVa.s b/libc/nt/ntdll/EtwTraceMessageVa.s deleted file mode 100644 index f541bda50..000000000 --- a/libc/nt/ntdll/EtwTraceMessageVa.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwTraceMessageVa diff --git a/libc/nt/ntdll/EtwUnregisterTraceGuids.S b/libc/nt/ntdll/EtwUnregisterTraceGuids.S new file mode 100644 index 000000000..a8d378d1c --- /dev/null +++ b/libc/nt/ntdll/EtwUnregisterTraceGuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwUnregisterTraceGuids,EtwUnregisterTraceGuids diff --git a/libc/nt/ntdll/EtwUnregisterTraceGuids.s b/libc/nt/ntdll/EtwUnregisterTraceGuids.s deleted file mode 100644 index a0e1af979..000000000 --- a/libc/nt/ntdll/EtwUnregisterTraceGuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwUnregisterTraceGuids diff --git a/libc/nt/ntdll/EtwWriteUMSecurityEvent.S b/libc/nt/ntdll/EtwWriteUMSecurityEvent.S new file mode 100644 index 000000000..784b9cc03 --- /dev/null +++ b/libc/nt/ntdll/EtwWriteUMSecurityEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwWriteUMSecurityEvent,EtwWriteUMSecurityEvent diff --git a/libc/nt/ntdll/EtwWriteUMSecurityEvent.s b/libc/nt/ntdll/EtwWriteUMSecurityEvent.s deleted file mode 100644 index 0024b304f..000000000 --- a/libc/nt/ntdll/EtwWriteUMSecurityEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwWriteUMSecurityEvent diff --git a/libc/nt/ntdll/EtwpCreateEtwThread.S b/libc/nt/ntdll/EtwpCreateEtwThread.S new file mode 100644 index 000000000..a42111447 --- /dev/null +++ b/libc/nt/ntdll/EtwpCreateEtwThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwpCreateEtwThread,EtwpCreateEtwThread diff --git a/libc/nt/ntdll/EtwpCreateEtwThread.s b/libc/nt/ntdll/EtwpCreateEtwThread.s deleted file mode 100644 index f6401a986..000000000 --- a/libc/nt/ntdll/EtwpCreateEtwThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwpCreateEtwThread diff --git a/libc/nt/ntdll/EtwpGetCpuSpeed.S b/libc/nt/ntdll/EtwpGetCpuSpeed.S new file mode 100644 index 000000000..1fdf64eb0 --- /dev/null +++ b/libc/nt/ntdll/EtwpGetCpuSpeed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EtwpGetCpuSpeed,EtwpGetCpuSpeed diff --git a/libc/nt/ntdll/EtwpGetCpuSpeed.s b/libc/nt/ntdll/EtwpGetCpuSpeed.s deleted file mode 100644 index 1060fa4c3..000000000 --- a/libc/nt/ntdll/EtwpGetCpuSpeed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EtwpGetCpuSpeed diff --git a/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.S b/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.S new file mode 100644 index 000000000..325a97dd2 --- /dev/null +++ b/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EvtIntReportAuthzEventAndSourceAsync,EvtIntReportAuthzEventAndSourceAsync diff --git a/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.s b/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.s deleted file mode 100644 index dcd8178fb..000000000 --- a/libc/nt/ntdll/EvtIntReportAuthzEventAndSourceAsync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EvtIntReportAuthzEventAndSourceAsync diff --git a/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.S b/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.S new file mode 100644 index 000000000..d5136e1ca --- /dev/null +++ b/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp EvtIntReportEventAndSourceAsync,EvtIntReportEventAndSourceAsync diff --git a/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.s b/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.s deleted file mode 100644 index 7d7b6620e..000000000 --- a/libc/nt/ntdll/EvtIntReportEventAndSourceAsync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp EvtIntReportEventAndSourceAsync diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.S b/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.S new file mode 100644 index 000000000..c999534ec --- /dev/null +++ b/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ExpInterlockedPopEntrySListEnd,ExpInterlockedPopEntrySListEnd diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.s b/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.s deleted file mode 100644 index 3c59745a8..000000000 --- a/libc/nt/ntdll/ExpInterlockedPopEntrySListEnd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ExpInterlockedPopEntrySListEnd diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.S b/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.S new file mode 100644 index 000000000..c23d13ef0 --- /dev/null +++ b/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ExpInterlockedPopEntrySListFault,ExpInterlockedPopEntrySListFault diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.s b/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.s deleted file mode 100644 index 70f841b79..000000000 --- a/libc/nt/ntdll/ExpInterlockedPopEntrySListFault.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ExpInterlockedPopEntrySListFault diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.S b/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.S new file mode 100644 index 000000000..883ffa7c9 --- /dev/null +++ b/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ExpInterlockedPopEntrySListResume,ExpInterlockedPopEntrySListResume diff --git a/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.s b/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.s deleted file mode 100644 index 382612889..000000000 --- a/libc/nt/ntdll/ExpInterlockedPopEntrySListResume.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ExpInterlockedPopEntrySListResume diff --git a/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.S b/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.S new file mode 100644 index 000000000..c4f48866c --- /dev/null +++ b/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp KiRaiseUserExceptionDispatcher,KiRaiseUserExceptionDispatcher diff --git a/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.s b/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.s deleted file mode 100644 index 04c7726e7..000000000 --- a/libc/nt/ntdll/KiRaiseUserExceptionDispatcher.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp KiRaiseUserExceptionDispatcher diff --git a/libc/nt/ntdll/KiUserApcDispatcher.S b/libc/nt/ntdll/KiUserApcDispatcher.S new file mode 100644 index 000000000..94b91a444 --- /dev/null +++ b/libc/nt/ntdll/KiUserApcDispatcher.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp KiUserApcDispatcher,KiUserApcDispatcher diff --git a/libc/nt/ntdll/KiUserApcDispatcher.s b/libc/nt/ntdll/KiUserApcDispatcher.s deleted file mode 100644 index a55b5b9d4..000000000 --- a/libc/nt/ntdll/KiUserApcDispatcher.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp KiUserApcDispatcher diff --git a/libc/nt/ntdll/KiUserCallbackDispatcher.S b/libc/nt/ntdll/KiUserCallbackDispatcher.S new file mode 100644 index 000000000..1f582fd8a --- /dev/null +++ b/libc/nt/ntdll/KiUserCallbackDispatcher.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp KiUserCallbackDispatcher,KiUserCallbackDispatcher diff --git a/libc/nt/ntdll/KiUserCallbackDispatcher.s b/libc/nt/ntdll/KiUserCallbackDispatcher.s deleted file mode 100644 index 225ab841b..000000000 --- a/libc/nt/ntdll/KiUserCallbackDispatcher.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp KiUserCallbackDispatcher diff --git a/libc/nt/ntdll/KiUserExceptionDispatcher.S b/libc/nt/ntdll/KiUserExceptionDispatcher.S new file mode 100644 index 000000000..ea6925fb2 --- /dev/null +++ b/libc/nt/ntdll/KiUserExceptionDispatcher.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp KiUserExceptionDispatcher,KiUserExceptionDispatcher diff --git a/libc/nt/ntdll/KiUserExceptionDispatcher.s b/libc/nt/ntdll/KiUserExceptionDispatcher.s deleted file mode 100644 index 0b1c0ec9c..000000000 --- a/libc/nt/ntdll/KiUserExceptionDispatcher.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp KiUserExceptionDispatcher diff --git a/libc/nt/ntdll/KiUserInvertedFunctionTable.S b/libc/nt/ntdll/KiUserInvertedFunctionTable.S new file mode 100644 index 000000000..440404694 --- /dev/null +++ b/libc/nt/ntdll/KiUserInvertedFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp KiUserInvertedFunctionTable,KiUserInvertedFunctionTable diff --git a/libc/nt/ntdll/KiUserInvertedFunctionTable.s b/libc/nt/ntdll/KiUserInvertedFunctionTable.s deleted file mode 100644 index 4598c19d4..000000000 --- a/libc/nt/ntdll/KiUserInvertedFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp KiUserInvertedFunctionTable diff --git a/libc/nt/ntdll/LdrAccessResource.S b/libc/nt/ntdll/LdrAccessResource.S new file mode 100644 index 000000000..7d58fb7f8 --- /dev/null +++ b/libc/nt/ntdll/LdrAccessResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrAccessResource,LdrAccessResource diff --git a/libc/nt/ntdll/LdrAccessResource.s b/libc/nt/ntdll/LdrAccessResource.s deleted file mode 100644 index eb701ddfb..000000000 --- a/libc/nt/ntdll/LdrAccessResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrAccessResource diff --git a/libc/nt/ntdll/LdrAddDllDirectory.S b/libc/nt/ntdll/LdrAddDllDirectory.S new file mode 100644 index 000000000..0470e1d6a --- /dev/null +++ b/libc/nt/ntdll/LdrAddDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrAddDllDirectory,LdrAddDllDirectory diff --git a/libc/nt/ntdll/LdrAddDllDirectory.s b/libc/nt/ntdll/LdrAddDllDirectory.s deleted file mode 100644 index cad911853..000000000 --- a/libc/nt/ntdll/LdrAddDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrAddDllDirectory diff --git a/libc/nt/ntdll/LdrAddLoadAsDataTable.S b/libc/nt/ntdll/LdrAddLoadAsDataTable.S new file mode 100644 index 000000000..48c31b60b --- /dev/null +++ b/libc/nt/ntdll/LdrAddLoadAsDataTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrAddLoadAsDataTable,LdrAddLoadAsDataTable diff --git a/libc/nt/ntdll/LdrAddLoadAsDataTable.s b/libc/nt/ntdll/LdrAddLoadAsDataTable.s deleted file mode 100644 index 82689ba05..000000000 --- a/libc/nt/ntdll/LdrAddLoadAsDataTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrAddLoadAsDataTable diff --git a/libc/nt/ntdll/LdrAddRefDll.S b/libc/nt/ntdll/LdrAddRefDll.S new file mode 100644 index 000000000..265e49610 --- /dev/null +++ b/libc/nt/ntdll/LdrAddRefDll.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrAddRefDll,LdrAddRefDll diff --git a/libc/nt/ntdll/LdrAddRefDll.s b/libc/nt/ntdll/LdrAddRefDll.s deleted file mode 100644 index 461af24e3..000000000 --- a/libc/nt/ntdll/LdrAddRefDll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrAddRefDll diff --git a/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.S b/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.S new file mode 100644 index 000000000..31aff0e37 --- /dev/null +++ b/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrAppxHandleIntegrityFailure,LdrAppxHandleIntegrityFailure diff --git a/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.s b/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.s deleted file mode 100644 index ce94cbb9d..000000000 --- a/libc/nt/ntdll/LdrAppxHandleIntegrityFailure.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrAppxHandleIntegrityFailure diff --git a/libc/nt/ntdll/LdrCallEnclave.S b/libc/nt/ntdll/LdrCallEnclave.S new file mode 100644 index 000000000..c3414ba56 --- /dev/null +++ b/libc/nt/ntdll/LdrCallEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrCallEnclave,LdrCallEnclave diff --git a/libc/nt/ntdll/LdrCallEnclave.s b/libc/nt/ntdll/LdrCallEnclave.s deleted file mode 100644 index b77a5bfe4..000000000 --- a/libc/nt/ntdll/LdrCallEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrCallEnclave diff --git a/libc/nt/ntdll/LdrControlFlowGuardEnforced.S b/libc/nt/ntdll/LdrControlFlowGuardEnforced.S new file mode 100644 index 000000000..f3f329f4f --- /dev/null +++ b/libc/nt/ntdll/LdrControlFlowGuardEnforced.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrControlFlowGuardEnforced,LdrControlFlowGuardEnforced diff --git a/libc/nt/ntdll/LdrControlFlowGuardEnforced.s b/libc/nt/ntdll/LdrControlFlowGuardEnforced.s deleted file mode 100644 index 06f2bafba..000000000 --- a/libc/nt/ntdll/LdrControlFlowGuardEnforced.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrControlFlowGuardEnforced diff --git a/libc/nt/ntdll/LdrCreateEnclave.S b/libc/nt/ntdll/LdrCreateEnclave.S new file mode 100644 index 000000000..97f2a703e --- /dev/null +++ b/libc/nt/ntdll/LdrCreateEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrCreateEnclave,LdrCreateEnclave diff --git a/libc/nt/ntdll/LdrCreateEnclave.s b/libc/nt/ntdll/LdrCreateEnclave.s deleted file mode 100644 index ca85be92b..000000000 --- a/libc/nt/ntdll/LdrCreateEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrCreateEnclave diff --git a/libc/nt/ntdll/LdrDeleteEnclave.S b/libc/nt/ntdll/LdrDeleteEnclave.S new file mode 100644 index 000000000..82b6366ee --- /dev/null +++ b/libc/nt/ntdll/LdrDeleteEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrDeleteEnclave,LdrDeleteEnclave diff --git a/libc/nt/ntdll/LdrDeleteEnclave.s b/libc/nt/ntdll/LdrDeleteEnclave.s deleted file mode 100644 index 6d5d8ec7f..000000000 --- a/libc/nt/ntdll/LdrDeleteEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrDeleteEnclave diff --git a/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.S b/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.S new file mode 100644 index 000000000..f86409ca9 --- /dev/null +++ b/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrDisableThreadCalloutsForDll,LdrDisableThreadCalloutsForDll diff --git a/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.s b/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.s deleted file mode 100644 index a218dbd64..000000000 --- a/libc/nt/ntdll/LdrDisableThreadCalloutsForDll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrDisableThreadCalloutsForDll diff --git a/libc/nt/ntdll/LdrEnumResources.S b/libc/nt/ntdll/LdrEnumResources.S new file mode 100644 index 000000000..26bcf2534 --- /dev/null +++ b/libc/nt/ntdll/LdrEnumResources.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrEnumResources,LdrEnumResources diff --git a/libc/nt/ntdll/LdrEnumResources.s b/libc/nt/ntdll/LdrEnumResources.s deleted file mode 100644 index a10169ab8..000000000 --- a/libc/nt/ntdll/LdrEnumResources.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrEnumResources diff --git a/libc/nt/ntdll/LdrEnumerateLoadedModules.S b/libc/nt/ntdll/LdrEnumerateLoadedModules.S new file mode 100644 index 000000000..4294922eb --- /dev/null +++ b/libc/nt/ntdll/LdrEnumerateLoadedModules.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrEnumerateLoadedModules,LdrEnumerateLoadedModules diff --git a/libc/nt/ntdll/LdrEnumerateLoadedModules.s b/libc/nt/ntdll/LdrEnumerateLoadedModules.s deleted file mode 100644 index 15454d5f4..000000000 --- a/libc/nt/ntdll/LdrEnumerateLoadedModules.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrEnumerateLoadedModules diff --git a/libc/nt/ntdll/LdrFastFailInLoaderCallout.S b/libc/nt/ntdll/LdrFastFailInLoaderCallout.S new file mode 100644 index 000000000..03153a446 --- /dev/null +++ b/libc/nt/ntdll/LdrFastFailInLoaderCallout.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFastFailInLoaderCallout,LdrFastFailInLoaderCallout diff --git a/libc/nt/ntdll/LdrFastFailInLoaderCallout.s b/libc/nt/ntdll/LdrFastFailInLoaderCallout.s deleted file mode 100644 index 13ff6713a..000000000 --- a/libc/nt/ntdll/LdrFastFailInLoaderCallout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFastFailInLoaderCallout diff --git a/libc/nt/ntdll/LdrFindEntryForAddress.S b/libc/nt/ntdll/LdrFindEntryForAddress.S new file mode 100644 index 000000000..fc797b5b6 --- /dev/null +++ b/libc/nt/ntdll/LdrFindEntryForAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFindEntryForAddress,LdrFindEntryForAddress diff --git a/libc/nt/ntdll/LdrFindEntryForAddress.s b/libc/nt/ntdll/LdrFindEntryForAddress.s deleted file mode 100644 index d0a063695..000000000 --- a/libc/nt/ntdll/LdrFindEntryForAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFindEntryForAddress diff --git a/libc/nt/ntdll/LdrFindResourceDirectory_U.S b/libc/nt/ntdll/LdrFindResourceDirectory_U.S new file mode 100644 index 000000000..27c92e46f --- /dev/null +++ b/libc/nt/ntdll/LdrFindResourceDirectory_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFindResourceDirectory_U,LdrFindResourceDirectory_U diff --git a/libc/nt/ntdll/LdrFindResourceDirectory_U.s b/libc/nt/ntdll/LdrFindResourceDirectory_U.s deleted file mode 100644 index a002f81fb..000000000 --- a/libc/nt/ntdll/LdrFindResourceDirectory_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFindResourceDirectory_U diff --git a/libc/nt/ntdll/LdrFindResourceEx_U.S b/libc/nt/ntdll/LdrFindResourceEx_U.S new file mode 100644 index 000000000..d83d372dc --- /dev/null +++ b/libc/nt/ntdll/LdrFindResourceEx_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFindResourceEx_U,LdrFindResourceEx_U diff --git a/libc/nt/ntdll/LdrFindResourceEx_U.s b/libc/nt/ntdll/LdrFindResourceEx_U.s deleted file mode 100644 index 30ff8ff55..000000000 --- a/libc/nt/ntdll/LdrFindResourceEx_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFindResourceEx_U diff --git a/libc/nt/ntdll/LdrFindResource_U.S b/libc/nt/ntdll/LdrFindResource_U.S new file mode 100644 index 000000000..1196cd0f9 --- /dev/null +++ b/libc/nt/ntdll/LdrFindResource_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFindResource_U,LdrFindResource_U diff --git a/libc/nt/ntdll/LdrFindResource_U.s b/libc/nt/ntdll/LdrFindResource_U.s deleted file mode 100644 index d7184b3ef..000000000 --- a/libc/nt/ntdll/LdrFindResource_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFindResource_U diff --git a/libc/nt/ntdll/LdrFlushAlternateResourceModules.S b/libc/nt/ntdll/LdrFlushAlternateResourceModules.S new file mode 100644 index 000000000..5e208bcca --- /dev/null +++ b/libc/nt/ntdll/LdrFlushAlternateResourceModules.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrFlushAlternateResourceModules,LdrFlushAlternateResourceModules diff --git a/libc/nt/ntdll/LdrFlushAlternateResourceModules.s b/libc/nt/ntdll/LdrFlushAlternateResourceModules.s deleted file mode 100644 index 6f5732cfa..000000000 --- a/libc/nt/ntdll/LdrFlushAlternateResourceModules.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrFlushAlternateResourceModules diff --git a/libc/nt/ntdll/LdrGetDllDirectory.S b/libc/nt/ntdll/LdrGetDllDirectory.S new file mode 100644 index 000000000..4c597d209 --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllDirectory,LdrGetDllDirectory diff --git a/libc/nt/ntdll/LdrGetDllDirectory.s b/libc/nt/ntdll/LdrGetDllDirectory.s deleted file mode 100644 index daf5e6977..000000000 --- a/libc/nt/ntdll/LdrGetDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllDirectory diff --git a/libc/nt/ntdll/LdrGetDllFullName.S b/libc/nt/ntdll/LdrGetDllFullName.S new file mode 100644 index 000000000..f682c1f94 --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllFullName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllFullName,LdrGetDllFullName diff --git a/libc/nt/ntdll/LdrGetDllFullName.s b/libc/nt/ntdll/LdrGetDllFullName.s deleted file mode 100644 index e0b7f0de8..000000000 --- a/libc/nt/ntdll/LdrGetDllFullName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllFullName diff --git a/libc/nt/ntdll/LdrGetDllHandle.S b/libc/nt/ntdll/LdrGetDllHandle.S new file mode 100644 index 000000000..dbfb2ac9a --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllHandle.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllHandle,LdrGetDllHandle + +#ifdef __x86_64__ + .text.windows +LdrGetDllHandle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LdrGetDllHandle(%rip),%rax + jmp __sysv2nt + .endfn LdrGetDllHandle,globl + .previous +#endif diff --git a/libc/nt/ntdll/LdrGetDllHandle.s b/libc/nt/ntdll/LdrGetDllHandle.s deleted file mode 100644 index 925365fd2..000000000 --- a/libc/nt/ntdll/LdrGetDllHandle.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllHandle - - .text.windows -LdrGetDllHandle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LdrGetDllHandle(%rip),%rax - jmp __sysv2nt - .endfn LdrGetDllHandle,globl - .previous diff --git a/libc/nt/ntdll/LdrGetDllHandleByMapping.S b/libc/nt/ntdll/LdrGetDllHandleByMapping.S new file mode 100644 index 000000000..43660c330 --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllHandleByMapping.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllHandleByMapping,LdrGetDllHandleByMapping diff --git a/libc/nt/ntdll/LdrGetDllHandleByMapping.s b/libc/nt/ntdll/LdrGetDllHandleByMapping.s deleted file mode 100644 index d323ff117..000000000 --- a/libc/nt/ntdll/LdrGetDllHandleByMapping.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllHandleByMapping diff --git a/libc/nt/ntdll/LdrGetDllHandleByName.S b/libc/nt/ntdll/LdrGetDllHandleByName.S new file mode 100644 index 000000000..21148cb78 --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllHandleByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllHandleByName,LdrGetDllHandleByName diff --git a/libc/nt/ntdll/LdrGetDllHandleByName.s b/libc/nt/ntdll/LdrGetDllHandleByName.s deleted file mode 100644 index e2d2bd45a..000000000 --- a/libc/nt/ntdll/LdrGetDllHandleByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllHandleByName diff --git a/libc/nt/ntdll/LdrGetDllHandleEx.S b/libc/nt/ntdll/LdrGetDllHandleEx.S new file mode 100644 index 000000000..e0aedf691 --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllHandleEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllHandleEx,LdrGetDllHandleEx diff --git a/libc/nt/ntdll/LdrGetDllHandleEx.s b/libc/nt/ntdll/LdrGetDllHandleEx.s deleted file mode 100644 index 8ac9b87ec..000000000 --- a/libc/nt/ntdll/LdrGetDllHandleEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllHandleEx diff --git a/libc/nt/ntdll/LdrGetDllPath.S b/libc/nt/ntdll/LdrGetDllPath.S new file mode 100644 index 000000000..75458260f --- /dev/null +++ b/libc/nt/ntdll/LdrGetDllPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetDllPath,LdrGetDllPath diff --git a/libc/nt/ntdll/LdrGetDllPath.s b/libc/nt/ntdll/LdrGetDllPath.s deleted file mode 100644 index 307e073fe..000000000 --- a/libc/nt/ntdll/LdrGetDllPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetDllPath diff --git a/libc/nt/ntdll/LdrGetFailureData.S b/libc/nt/ntdll/LdrGetFailureData.S new file mode 100644 index 000000000..f42193178 --- /dev/null +++ b/libc/nt/ntdll/LdrGetFailureData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetFailureData,LdrGetFailureData diff --git a/libc/nt/ntdll/LdrGetFailureData.s b/libc/nt/ntdll/LdrGetFailureData.s deleted file mode 100644 index 4d5ed4180..000000000 --- a/libc/nt/ntdll/LdrGetFailureData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetFailureData diff --git a/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.S b/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.S new file mode 100644 index 000000000..71fcc1860 --- /dev/null +++ b/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetFileNameFromLoadAsDataTable,LdrGetFileNameFromLoadAsDataTable diff --git a/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.s b/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.s deleted file mode 100644 index 477215ffa..000000000 --- a/libc/nt/ntdll/LdrGetFileNameFromLoadAsDataTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetFileNameFromLoadAsDataTable diff --git a/libc/nt/ntdll/LdrGetKnownDllSectionHandle.S b/libc/nt/ntdll/LdrGetKnownDllSectionHandle.S new file mode 100644 index 000000000..411782fc2 --- /dev/null +++ b/libc/nt/ntdll/LdrGetKnownDllSectionHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetKnownDllSectionHandle,LdrGetKnownDllSectionHandle diff --git a/libc/nt/ntdll/LdrGetKnownDllSectionHandle.s b/libc/nt/ntdll/LdrGetKnownDllSectionHandle.s deleted file mode 100644 index 56b8154fa..000000000 --- a/libc/nt/ntdll/LdrGetKnownDllSectionHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetKnownDllSectionHandle diff --git a/libc/nt/ntdll/LdrGetProcedureAddress.S b/libc/nt/ntdll/LdrGetProcedureAddress.S new file mode 100644 index 000000000..805836ad2 --- /dev/null +++ b/libc/nt/ntdll/LdrGetProcedureAddress.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetProcedureAddress,LdrGetProcedureAddress + +#ifdef __x86_64__ + .text.windows +LdrGetProcedureAddress: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LdrGetProcedureAddress(%rip),%rax + jmp __sysv2nt + .endfn LdrGetProcedureAddress,globl + .previous +#endif diff --git a/libc/nt/ntdll/LdrGetProcedureAddress.s b/libc/nt/ntdll/LdrGetProcedureAddress.s deleted file mode 100644 index 16dfd8dea..000000000 --- a/libc/nt/ntdll/LdrGetProcedureAddress.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetProcedureAddress - - .text.windows -LdrGetProcedureAddress: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LdrGetProcedureAddress(%rip),%rax - jmp __sysv2nt - .endfn LdrGetProcedureAddress,globl - .previous diff --git a/libc/nt/ntdll/LdrGetProcedureAddressEx.S b/libc/nt/ntdll/LdrGetProcedureAddressEx.S new file mode 100644 index 000000000..00e116a22 --- /dev/null +++ b/libc/nt/ntdll/LdrGetProcedureAddressEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetProcedureAddressEx,LdrGetProcedureAddressEx diff --git a/libc/nt/ntdll/LdrGetProcedureAddressEx.s b/libc/nt/ntdll/LdrGetProcedureAddressEx.s deleted file mode 100644 index 6db15d70d..000000000 --- a/libc/nt/ntdll/LdrGetProcedureAddressEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetProcedureAddressEx diff --git a/libc/nt/ntdll/LdrGetProcedureAddressForCaller.S b/libc/nt/ntdll/LdrGetProcedureAddressForCaller.S new file mode 100644 index 000000000..ad228ee37 --- /dev/null +++ b/libc/nt/ntdll/LdrGetProcedureAddressForCaller.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrGetProcedureAddressForCaller,LdrGetProcedureAddressForCaller diff --git a/libc/nt/ntdll/LdrGetProcedureAddressForCaller.s b/libc/nt/ntdll/LdrGetProcedureAddressForCaller.s deleted file mode 100644 index fc40c16e0..000000000 --- a/libc/nt/ntdll/LdrGetProcedureAddressForCaller.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrGetProcedureAddressForCaller diff --git a/libc/nt/ntdll/LdrInitShimEngineDynamic.S b/libc/nt/ntdll/LdrInitShimEngineDynamic.S new file mode 100644 index 000000000..3b524b2c3 --- /dev/null +++ b/libc/nt/ntdll/LdrInitShimEngineDynamic.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrInitShimEngineDynamic,LdrInitShimEngineDynamic diff --git a/libc/nt/ntdll/LdrInitShimEngineDynamic.s b/libc/nt/ntdll/LdrInitShimEngineDynamic.s deleted file mode 100644 index 114a079be..000000000 --- a/libc/nt/ntdll/LdrInitShimEngineDynamic.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrInitShimEngineDynamic diff --git a/libc/nt/ntdll/LdrInitializeEnclave.S b/libc/nt/ntdll/LdrInitializeEnclave.S new file mode 100644 index 000000000..00f8d28d8 --- /dev/null +++ b/libc/nt/ntdll/LdrInitializeEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrInitializeEnclave,LdrInitializeEnclave diff --git a/libc/nt/ntdll/LdrInitializeEnclave.s b/libc/nt/ntdll/LdrInitializeEnclave.s deleted file mode 100644 index 80cb4bb0c..000000000 --- a/libc/nt/ntdll/LdrInitializeEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrInitializeEnclave diff --git a/libc/nt/ntdll/LdrInitializeThunk.S b/libc/nt/ntdll/LdrInitializeThunk.S new file mode 100644 index 000000000..87995f04a --- /dev/null +++ b/libc/nt/ntdll/LdrInitializeThunk.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrInitializeThunk,LdrInitializeThunk diff --git a/libc/nt/ntdll/LdrInitializeThunk.s b/libc/nt/ntdll/LdrInitializeThunk.s deleted file mode 100644 index 14bb04826..000000000 --- a/libc/nt/ntdll/LdrInitializeThunk.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrInitializeThunk diff --git a/libc/nt/ntdll/LdrLoadAlternateResourceModule.S b/libc/nt/ntdll/LdrLoadAlternateResourceModule.S new file mode 100644 index 000000000..04dd44450 --- /dev/null +++ b/libc/nt/ntdll/LdrLoadAlternateResourceModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrLoadAlternateResourceModule,LdrLoadAlternateResourceModule diff --git a/libc/nt/ntdll/LdrLoadAlternateResourceModule.s b/libc/nt/ntdll/LdrLoadAlternateResourceModule.s deleted file mode 100644 index 7c72b1f0a..000000000 --- a/libc/nt/ntdll/LdrLoadAlternateResourceModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrLoadAlternateResourceModule diff --git a/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.S b/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.S new file mode 100644 index 000000000..f5e5dc88b --- /dev/null +++ b/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrLoadAlternateResourceModuleEx,LdrLoadAlternateResourceModuleEx diff --git a/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.s b/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.s deleted file mode 100644 index af58320f8..000000000 --- a/libc/nt/ntdll/LdrLoadAlternateResourceModuleEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrLoadAlternateResourceModuleEx diff --git a/libc/nt/ntdll/LdrLoadDll.S b/libc/nt/ntdll/LdrLoadDll.S new file mode 100644 index 000000000..a80de88fd --- /dev/null +++ b/libc/nt/ntdll/LdrLoadDll.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrLoadDll,LdrLoadDll + +#ifdef __x86_64__ + .text.windows +LdrLoadDll: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LdrLoadDll(%rip),%rax + jmp __sysv2nt + .endfn LdrLoadDll,globl + .previous +#endif diff --git a/libc/nt/ntdll/LdrLoadDll.s b/libc/nt/ntdll/LdrLoadDll.s deleted file mode 100644 index 814830eca..000000000 --- a/libc/nt/ntdll/LdrLoadDll.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrLoadDll - - .text.windows -LdrLoadDll: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LdrLoadDll(%rip),%rax - jmp __sysv2nt - .endfn LdrLoadDll,globl - .previous diff --git a/libc/nt/ntdll/LdrLoadEnclaveModule.S b/libc/nt/ntdll/LdrLoadEnclaveModule.S new file mode 100644 index 000000000..e83ef0083 --- /dev/null +++ b/libc/nt/ntdll/LdrLoadEnclaveModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrLoadEnclaveModule,LdrLoadEnclaveModule diff --git a/libc/nt/ntdll/LdrLoadEnclaveModule.s b/libc/nt/ntdll/LdrLoadEnclaveModule.s deleted file mode 100644 index 20390bd04..000000000 --- a/libc/nt/ntdll/LdrLoadEnclaveModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrLoadEnclaveModule diff --git a/libc/nt/ntdll/LdrLockLoaderLock.S b/libc/nt/ntdll/LdrLockLoaderLock.S new file mode 100644 index 000000000..bcf616800 --- /dev/null +++ b/libc/nt/ntdll/LdrLockLoaderLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrLockLoaderLock,LdrLockLoaderLock diff --git a/libc/nt/ntdll/LdrLockLoaderLock.s b/libc/nt/ntdll/LdrLockLoaderLock.s deleted file mode 100644 index e8604fc74..000000000 --- a/libc/nt/ntdll/LdrLockLoaderLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrLockLoaderLock diff --git a/libc/nt/ntdll/LdrOpenImageFileOptionsKey.S b/libc/nt/ntdll/LdrOpenImageFileOptionsKey.S new file mode 100644 index 000000000..ab6ca921a --- /dev/null +++ b/libc/nt/ntdll/LdrOpenImageFileOptionsKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrOpenImageFileOptionsKey,LdrOpenImageFileOptionsKey diff --git a/libc/nt/ntdll/LdrOpenImageFileOptionsKey.s b/libc/nt/ntdll/LdrOpenImageFileOptionsKey.s deleted file mode 100644 index c34e629cc..000000000 --- a/libc/nt/ntdll/LdrOpenImageFileOptionsKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrOpenImageFileOptionsKey diff --git a/libc/nt/ntdll/LdrProcessInitializationComplete.S b/libc/nt/ntdll/LdrProcessInitializationComplete.S new file mode 100644 index 000000000..e27795010 --- /dev/null +++ b/libc/nt/ntdll/LdrProcessInitializationComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrProcessInitializationComplete,LdrProcessInitializationComplete diff --git a/libc/nt/ntdll/LdrProcessInitializationComplete.s b/libc/nt/ntdll/LdrProcessInitializationComplete.s deleted file mode 100644 index 8055ae92f..000000000 --- a/libc/nt/ntdll/LdrProcessInitializationComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrProcessInitializationComplete diff --git a/libc/nt/ntdll/LdrProcessRelocationBlock.S b/libc/nt/ntdll/LdrProcessRelocationBlock.S new file mode 100644 index 000000000..1086747e1 --- /dev/null +++ b/libc/nt/ntdll/LdrProcessRelocationBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrProcessRelocationBlock,LdrProcessRelocationBlock diff --git a/libc/nt/ntdll/LdrProcessRelocationBlock.s b/libc/nt/ntdll/LdrProcessRelocationBlock.s deleted file mode 100644 index d6315224b..000000000 --- a/libc/nt/ntdll/LdrProcessRelocationBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrProcessRelocationBlock diff --git a/libc/nt/ntdll/LdrProcessRelocationBlockEx.S b/libc/nt/ntdll/LdrProcessRelocationBlockEx.S new file mode 100644 index 000000000..f0c5efcfd --- /dev/null +++ b/libc/nt/ntdll/LdrProcessRelocationBlockEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrProcessRelocationBlockEx,LdrProcessRelocationBlockEx diff --git a/libc/nt/ntdll/LdrProcessRelocationBlockEx.s b/libc/nt/ntdll/LdrProcessRelocationBlockEx.s deleted file mode 100644 index ff143b2d5..000000000 --- a/libc/nt/ntdll/LdrProcessRelocationBlockEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrProcessRelocationBlockEx diff --git a/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.S b/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.S new file mode 100644 index 000000000..3585ff1ab --- /dev/null +++ b/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryImageFileExecutionOptions,LdrQueryImageFileExecutionOptions diff --git a/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.s b/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.s deleted file mode 100644 index 5845d7651..000000000 --- a/libc/nt/ntdll/LdrQueryImageFileExecutionOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryImageFileExecutionOptions diff --git a/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.S b/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.S new file mode 100644 index 000000000..278bb8dda --- /dev/null +++ b/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryImageFileExecutionOptionsEx,LdrQueryImageFileExecutionOptionsEx diff --git a/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.s b/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.s deleted file mode 100644 index d0a6f111f..000000000 --- a/libc/nt/ntdll/LdrQueryImageFileExecutionOptionsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryImageFileExecutionOptionsEx diff --git a/libc/nt/ntdll/LdrQueryImageFileKeyOption.S b/libc/nt/ntdll/LdrQueryImageFileKeyOption.S new file mode 100644 index 000000000..5b64b75b3 --- /dev/null +++ b/libc/nt/ntdll/LdrQueryImageFileKeyOption.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryImageFileKeyOption,LdrQueryImageFileKeyOption diff --git a/libc/nt/ntdll/LdrQueryImageFileKeyOption.s b/libc/nt/ntdll/LdrQueryImageFileKeyOption.s deleted file mode 100644 index 6f4f1d0be..000000000 --- a/libc/nt/ntdll/LdrQueryImageFileKeyOption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryImageFileKeyOption diff --git a/libc/nt/ntdll/LdrQueryModuleServiceTags.S b/libc/nt/ntdll/LdrQueryModuleServiceTags.S new file mode 100644 index 000000000..5df8c065a --- /dev/null +++ b/libc/nt/ntdll/LdrQueryModuleServiceTags.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryModuleServiceTags,LdrQueryModuleServiceTags diff --git a/libc/nt/ntdll/LdrQueryModuleServiceTags.s b/libc/nt/ntdll/LdrQueryModuleServiceTags.s deleted file mode 100644 index d7cc59ec6..000000000 --- a/libc/nt/ntdll/LdrQueryModuleServiceTags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryModuleServiceTags diff --git a/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.S b/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.S new file mode 100644 index 000000000..d540124fe --- /dev/null +++ b/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryOptionalDelayLoadedAPI,LdrQueryOptionalDelayLoadedAPI diff --git a/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.s b/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.s deleted file mode 100644 index bddf77639..000000000 --- a/libc/nt/ntdll/LdrQueryOptionalDelayLoadedAPI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryOptionalDelayLoadedAPI diff --git a/libc/nt/ntdll/LdrQueryProcessModuleInformation.S b/libc/nt/ntdll/LdrQueryProcessModuleInformation.S new file mode 100644 index 000000000..7f8d5afce --- /dev/null +++ b/libc/nt/ntdll/LdrQueryProcessModuleInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrQueryProcessModuleInformation,LdrQueryProcessModuleInformation diff --git a/libc/nt/ntdll/LdrQueryProcessModuleInformation.s b/libc/nt/ntdll/LdrQueryProcessModuleInformation.s deleted file mode 100644 index 7e684cc25..000000000 --- a/libc/nt/ntdll/LdrQueryProcessModuleInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrQueryProcessModuleInformation diff --git a/libc/nt/ntdll/LdrRegisterDllNotification.S b/libc/nt/ntdll/LdrRegisterDllNotification.S new file mode 100644 index 000000000..1065b1048 --- /dev/null +++ b/libc/nt/ntdll/LdrRegisterDllNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrRegisterDllNotification,LdrRegisterDllNotification diff --git a/libc/nt/ntdll/LdrRegisterDllNotification.s b/libc/nt/ntdll/LdrRegisterDllNotification.s deleted file mode 100644 index 8be754a9f..000000000 --- a/libc/nt/ntdll/LdrRegisterDllNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrRegisterDllNotification diff --git a/libc/nt/ntdll/LdrRemoveDllDirectory.S b/libc/nt/ntdll/LdrRemoveDllDirectory.S new file mode 100644 index 000000000..a5dab1a8e --- /dev/null +++ b/libc/nt/ntdll/LdrRemoveDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrRemoveDllDirectory,LdrRemoveDllDirectory diff --git a/libc/nt/ntdll/LdrRemoveDllDirectory.s b/libc/nt/ntdll/LdrRemoveDllDirectory.s deleted file mode 100644 index d72855059..000000000 --- a/libc/nt/ntdll/LdrRemoveDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrRemoveDllDirectory diff --git a/libc/nt/ntdll/LdrRemoveLoadAsDataTable.S b/libc/nt/ntdll/LdrRemoveLoadAsDataTable.S new file mode 100644 index 000000000..48a4f1e6d --- /dev/null +++ b/libc/nt/ntdll/LdrRemoveLoadAsDataTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrRemoveLoadAsDataTable,LdrRemoveLoadAsDataTable diff --git a/libc/nt/ntdll/LdrRemoveLoadAsDataTable.s b/libc/nt/ntdll/LdrRemoveLoadAsDataTable.s deleted file mode 100644 index 5a04ce84e..000000000 --- a/libc/nt/ntdll/LdrRemoveLoadAsDataTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrRemoveLoadAsDataTable diff --git a/libc/nt/ntdll/LdrResFindResource.S b/libc/nt/ntdll/LdrResFindResource.S new file mode 100644 index 000000000..5e353f440 --- /dev/null +++ b/libc/nt/ntdll/LdrResFindResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResFindResource,LdrResFindResource diff --git a/libc/nt/ntdll/LdrResFindResource.s b/libc/nt/ntdll/LdrResFindResource.s deleted file mode 100644 index 0c9c83004..000000000 --- a/libc/nt/ntdll/LdrResFindResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResFindResource diff --git a/libc/nt/ntdll/LdrResFindResourceDirectory.S b/libc/nt/ntdll/LdrResFindResourceDirectory.S new file mode 100644 index 000000000..a751d3654 --- /dev/null +++ b/libc/nt/ntdll/LdrResFindResourceDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResFindResourceDirectory,LdrResFindResourceDirectory diff --git a/libc/nt/ntdll/LdrResFindResourceDirectory.s b/libc/nt/ntdll/LdrResFindResourceDirectory.s deleted file mode 100644 index 58bc46fcf..000000000 --- a/libc/nt/ntdll/LdrResFindResourceDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResFindResourceDirectory diff --git a/libc/nt/ntdll/LdrResGetRCConfig.S b/libc/nt/ntdll/LdrResGetRCConfig.S new file mode 100644 index 000000000..68cd43ccb --- /dev/null +++ b/libc/nt/ntdll/LdrResGetRCConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResGetRCConfig,LdrResGetRCConfig diff --git a/libc/nt/ntdll/LdrResGetRCConfig.s b/libc/nt/ntdll/LdrResGetRCConfig.s deleted file mode 100644 index 7431412f2..000000000 --- a/libc/nt/ntdll/LdrResGetRCConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResGetRCConfig diff --git a/libc/nt/ntdll/LdrResRelease.S b/libc/nt/ntdll/LdrResRelease.S new file mode 100644 index 000000000..562a858ed --- /dev/null +++ b/libc/nt/ntdll/LdrResRelease.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResRelease,LdrResRelease diff --git a/libc/nt/ntdll/LdrResRelease.s b/libc/nt/ntdll/LdrResRelease.s deleted file mode 100644 index 55f079dab..000000000 --- a/libc/nt/ntdll/LdrResRelease.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResRelease diff --git a/libc/nt/ntdll/LdrResSearchResource.S b/libc/nt/ntdll/LdrResSearchResource.S new file mode 100644 index 000000000..44a7879f7 --- /dev/null +++ b/libc/nt/ntdll/LdrResSearchResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResSearchResource,LdrResSearchResource diff --git a/libc/nt/ntdll/LdrResSearchResource.s b/libc/nt/ntdll/LdrResSearchResource.s deleted file mode 100644 index e65adb93b..000000000 --- a/libc/nt/ntdll/LdrResSearchResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResSearchResource diff --git a/libc/nt/ntdll/LdrResolveDelayLoadedAPI.S b/libc/nt/ntdll/LdrResolveDelayLoadedAPI.S new file mode 100644 index 000000000..ea8d751d5 --- /dev/null +++ b/libc/nt/ntdll/LdrResolveDelayLoadedAPI.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResolveDelayLoadedAPI,LdrResolveDelayLoadedAPI diff --git a/libc/nt/ntdll/LdrResolveDelayLoadedAPI.s b/libc/nt/ntdll/LdrResolveDelayLoadedAPI.s deleted file mode 100644 index c8d7aded8..000000000 --- a/libc/nt/ntdll/LdrResolveDelayLoadedAPI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResolveDelayLoadedAPI diff --git a/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.S b/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.S new file mode 100644 index 000000000..ece8ba26d --- /dev/null +++ b/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrResolveDelayLoadsFromDll,LdrResolveDelayLoadsFromDll diff --git a/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.s b/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.s deleted file mode 100644 index d24d2e19f..000000000 --- a/libc/nt/ntdll/LdrResolveDelayLoadsFromDll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrResolveDelayLoadsFromDll diff --git a/libc/nt/ntdll/LdrRscIsTypeExist.S b/libc/nt/ntdll/LdrRscIsTypeExist.S new file mode 100644 index 000000000..52d955719 --- /dev/null +++ b/libc/nt/ntdll/LdrRscIsTypeExist.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrRscIsTypeExist,LdrRscIsTypeExist diff --git a/libc/nt/ntdll/LdrRscIsTypeExist.s b/libc/nt/ntdll/LdrRscIsTypeExist.s deleted file mode 100644 index 042288421..000000000 --- a/libc/nt/ntdll/LdrRscIsTypeExist.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrRscIsTypeExist diff --git a/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.S b/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.S new file mode 100644 index 000000000..bce088fb2 --- /dev/null +++ b/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetAppCompatDllRedirectionCallback,LdrSetAppCompatDllRedirectionCallback diff --git a/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.s b/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.s deleted file mode 100644 index ed928f67c..000000000 --- a/libc/nt/ntdll/LdrSetAppCompatDllRedirectionCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetAppCompatDllRedirectionCallback diff --git a/libc/nt/ntdll/LdrSetDefaultDllDirectories.S b/libc/nt/ntdll/LdrSetDefaultDllDirectories.S new file mode 100644 index 000000000..7c7ffb22c --- /dev/null +++ b/libc/nt/ntdll/LdrSetDefaultDllDirectories.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetDefaultDllDirectories,LdrSetDefaultDllDirectories diff --git a/libc/nt/ntdll/LdrSetDefaultDllDirectories.s b/libc/nt/ntdll/LdrSetDefaultDllDirectories.s deleted file mode 100644 index 5f91059f3..000000000 --- a/libc/nt/ntdll/LdrSetDefaultDllDirectories.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetDefaultDllDirectories diff --git a/libc/nt/ntdll/LdrSetDllDirectory.S b/libc/nt/ntdll/LdrSetDllDirectory.S new file mode 100644 index 000000000..065ce1a26 --- /dev/null +++ b/libc/nt/ntdll/LdrSetDllDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetDllDirectory,LdrSetDllDirectory diff --git a/libc/nt/ntdll/LdrSetDllDirectory.s b/libc/nt/ntdll/LdrSetDllDirectory.s deleted file mode 100644 index 4f793b2a6..000000000 --- a/libc/nt/ntdll/LdrSetDllDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetDllDirectory diff --git a/libc/nt/ntdll/LdrSetDllManifestProber.S b/libc/nt/ntdll/LdrSetDllManifestProber.S new file mode 100644 index 000000000..c0be9f601 --- /dev/null +++ b/libc/nt/ntdll/LdrSetDllManifestProber.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetDllManifestProber,LdrSetDllManifestProber diff --git a/libc/nt/ntdll/LdrSetDllManifestProber.s b/libc/nt/ntdll/LdrSetDllManifestProber.s deleted file mode 100644 index 34fe3d2a9..000000000 --- a/libc/nt/ntdll/LdrSetDllManifestProber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetDllManifestProber diff --git a/libc/nt/ntdll/LdrSetImplicitPathOptions.S b/libc/nt/ntdll/LdrSetImplicitPathOptions.S new file mode 100644 index 000000000..4c6eaba03 --- /dev/null +++ b/libc/nt/ntdll/LdrSetImplicitPathOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetImplicitPathOptions,LdrSetImplicitPathOptions diff --git a/libc/nt/ntdll/LdrSetImplicitPathOptions.s b/libc/nt/ntdll/LdrSetImplicitPathOptions.s deleted file mode 100644 index 8fe8f3383..000000000 --- a/libc/nt/ntdll/LdrSetImplicitPathOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetImplicitPathOptions diff --git a/libc/nt/ntdll/LdrSetMUICacheType.S b/libc/nt/ntdll/LdrSetMUICacheType.S new file mode 100644 index 000000000..1c901b46c --- /dev/null +++ b/libc/nt/ntdll/LdrSetMUICacheType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSetMUICacheType,LdrSetMUICacheType diff --git a/libc/nt/ntdll/LdrSetMUICacheType.s b/libc/nt/ntdll/LdrSetMUICacheType.s deleted file mode 100644 index 2394501e0..000000000 --- a/libc/nt/ntdll/LdrSetMUICacheType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSetMUICacheType diff --git a/libc/nt/ntdll/LdrShutdownProcess.S b/libc/nt/ntdll/LdrShutdownProcess.S new file mode 100644 index 000000000..9d70defc5 --- /dev/null +++ b/libc/nt/ntdll/LdrShutdownProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrShutdownProcess,LdrShutdownProcess diff --git a/libc/nt/ntdll/LdrShutdownProcess.s b/libc/nt/ntdll/LdrShutdownProcess.s deleted file mode 100644 index fb664d254..000000000 --- a/libc/nt/ntdll/LdrShutdownProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrShutdownProcess diff --git a/libc/nt/ntdll/LdrShutdownThread.S b/libc/nt/ntdll/LdrShutdownThread.S new file mode 100644 index 000000000..37b1cb98f --- /dev/null +++ b/libc/nt/ntdll/LdrShutdownThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrShutdownThread,LdrShutdownThread diff --git a/libc/nt/ntdll/LdrShutdownThread.s b/libc/nt/ntdll/LdrShutdownThread.s deleted file mode 100644 index 70a6d2e82..000000000 --- a/libc/nt/ntdll/LdrShutdownThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrShutdownThread diff --git a/libc/nt/ntdll/LdrStandardizeSystemPath.S b/libc/nt/ntdll/LdrStandardizeSystemPath.S new file mode 100644 index 000000000..e0e694f8e --- /dev/null +++ b/libc/nt/ntdll/LdrStandardizeSystemPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrStandardizeSystemPath,LdrStandardizeSystemPath diff --git a/libc/nt/ntdll/LdrStandardizeSystemPath.s b/libc/nt/ntdll/LdrStandardizeSystemPath.s deleted file mode 100644 index cfe920c39..000000000 --- a/libc/nt/ntdll/LdrStandardizeSystemPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrStandardizeSystemPath diff --git a/libc/nt/ntdll/LdrSystemDllInitBlock.S b/libc/nt/ntdll/LdrSystemDllInitBlock.S new file mode 100644 index 000000000..5f5b88c38 --- /dev/null +++ b/libc/nt/ntdll/LdrSystemDllInitBlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrSystemDllInitBlock,LdrSystemDllInitBlock diff --git a/libc/nt/ntdll/LdrSystemDllInitBlock.s b/libc/nt/ntdll/LdrSystemDllInitBlock.s deleted file mode 100644 index 69ce60cb2..000000000 --- a/libc/nt/ntdll/LdrSystemDllInitBlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrSystemDllInitBlock diff --git a/libc/nt/ntdll/LdrUnloadAlternateResourceModule.S b/libc/nt/ntdll/LdrUnloadAlternateResourceModule.S new file mode 100644 index 000000000..4834ae940 --- /dev/null +++ b/libc/nt/ntdll/LdrUnloadAlternateResourceModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUnloadAlternateResourceModule,LdrUnloadAlternateResourceModule diff --git a/libc/nt/ntdll/LdrUnloadAlternateResourceModule.s b/libc/nt/ntdll/LdrUnloadAlternateResourceModule.s deleted file mode 100644 index 748527a7e..000000000 --- a/libc/nt/ntdll/LdrUnloadAlternateResourceModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUnloadAlternateResourceModule diff --git a/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.S b/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.S new file mode 100644 index 000000000..b53a447b1 --- /dev/null +++ b/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUnloadAlternateResourceModuleEx,LdrUnloadAlternateResourceModuleEx diff --git a/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.s b/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.s deleted file mode 100644 index 9cebc72ef..000000000 --- a/libc/nt/ntdll/LdrUnloadAlternateResourceModuleEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUnloadAlternateResourceModuleEx diff --git a/libc/nt/ntdll/LdrUnloadDll.S b/libc/nt/ntdll/LdrUnloadDll.S new file mode 100644 index 000000000..1f1a84cb9 --- /dev/null +++ b/libc/nt/ntdll/LdrUnloadDll.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUnloadDll,LdrUnloadDll + +#ifdef __x86_64__ + .text.windows +LdrUnloadDll: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_LdrUnloadDll(%rip) + leave + ret + .endfn LdrUnloadDll,globl + .previous +#endif diff --git a/libc/nt/ntdll/LdrUnloadDll.s b/libc/nt/ntdll/LdrUnloadDll.s deleted file mode 100644 index 01761acf0..000000000 --- a/libc/nt/ntdll/LdrUnloadDll.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUnloadDll - - .text.windows -LdrUnloadDll: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_LdrUnloadDll(%rip) - leave - ret - .endfn LdrUnloadDll,globl - .previous diff --git a/libc/nt/ntdll/LdrUnlockLoaderLock.S b/libc/nt/ntdll/LdrUnlockLoaderLock.S new file mode 100644 index 000000000..2236b1df6 --- /dev/null +++ b/libc/nt/ntdll/LdrUnlockLoaderLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUnlockLoaderLock,LdrUnlockLoaderLock diff --git a/libc/nt/ntdll/LdrUnlockLoaderLock.s b/libc/nt/ntdll/LdrUnlockLoaderLock.s deleted file mode 100644 index 065b2cf46..000000000 --- a/libc/nt/ntdll/LdrUnlockLoaderLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUnlockLoaderLock diff --git a/libc/nt/ntdll/LdrUnregisterDllNotification.S b/libc/nt/ntdll/LdrUnregisterDllNotification.S new file mode 100644 index 000000000..c18012fdc --- /dev/null +++ b/libc/nt/ntdll/LdrUnregisterDllNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUnregisterDllNotification,LdrUnregisterDllNotification diff --git a/libc/nt/ntdll/LdrUnregisterDllNotification.s b/libc/nt/ntdll/LdrUnregisterDllNotification.s deleted file mode 100644 index fef135dd2..000000000 --- a/libc/nt/ntdll/LdrUnregisterDllNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUnregisterDllNotification diff --git a/libc/nt/ntdll/LdrUpdatePackageSearchPath.S b/libc/nt/ntdll/LdrUpdatePackageSearchPath.S new file mode 100644 index 000000000..07fefbdfe --- /dev/null +++ b/libc/nt/ntdll/LdrUpdatePackageSearchPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrUpdatePackageSearchPath,LdrUpdatePackageSearchPath diff --git a/libc/nt/ntdll/LdrUpdatePackageSearchPath.s b/libc/nt/ntdll/LdrUpdatePackageSearchPath.s deleted file mode 100644 index 6783dd6be..000000000 --- a/libc/nt/ntdll/LdrUpdatePackageSearchPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrUpdatePackageSearchPath diff --git a/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.S b/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.S new file mode 100644 index 000000000..38e4d14e9 --- /dev/null +++ b/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrVerifyImageMatchesChecksum,LdrVerifyImageMatchesChecksum diff --git a/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.s b/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.s deleted file mode 100644 index 1f8f8dcf8..000000000 --- a/libc/nt/ntdll/LdrVerifyImageMatchesChecksum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrVerifyImageMatchesChecksum diff --git a/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.S b/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.S new file mode 100644 index 000000000..e837ac752 --- /dev/null +++ b/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrVerifyImageMatchesChecksumEx,LdrVerifyImageMatchesChecksumEx diff --git a/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.s b/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.s deleted file mode 100644 index 88583c9fa..000000000 --- a/libc/nt/ntdll/LdrVerifyImageMatchesChecksumEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrVerifyImageMatchesChecksumEx diff --git a/libc/nt/ntdll/LdrpResGetMappingSize.S b/libc/nt/ntdll/LdrpResGetMappingSize.S new file mode 100644 index 000000000..eeba0bc64 --- /dev/null +++ b/libc/nt/ntdll/LdrpResGetMappingSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrpResGetMappingSize,LdrpResGetMappingSize diff --git a/libc/nt/ntdll/LdrpResGetMappingSize.s b/libc/nt/ntdll/LdrpResGetMappingSize.s deleted file mode 100644 index 11e157e5f..000000000 --- a/libc/nt/ntdll/LdrpResGetMappingSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrpResGetMappingSize diff --git a/libc/nt/ntdll/LdrpResGetResourceDirectory.S b/libc/nt/ntdll/LdrpResGetResourceDirectory.S new file mode 100644 index 000000000..6ab040547 --- /dev/null +++ b/libc/nt/ntdll/LdrpResGetResourceDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp LdrpResGetResourceDirectory,LdrpResGetResourceDirectory diff --git a/libc/nt/ntdll/LdrpResGetResourceDirectory.s b/libc/nt/ntdll/LdrpResGetResourceDirectory.s deleted file mode 100644 index 23b6102d2..000000000 --- a/libc/nt/ntdll/LdrpResGetResourceDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp LdrpResGetResourceDirectory diff --git a/libc/nt/ntdll/MD4Final.S b/libc/nt/ntdll/MD4Final.S new file mode 100644 index 000000000..70f7ff777 --- /dev/null +++ b/libc/nt/ntdll/MD4Final.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp MD4Final,MD4Final diff --git a/libc/nt/ntdll/MD4Final.s b/libc/nt/ntdll/MD4Final.s deleted file mode 100644 index 5dc82443c..000000000 --- a/libc/nt/ntdll/MD4Final.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp MD4Final diff --git a/libc/nt/ntdll/MD4Init.S b/libc/nt/ntdll/MD4Init.S new file mode 100644 index 000000000..c5f7916e9 --- /dev/null +++ b/libc/nt/ntdll/MD4Init.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp MD4Init,MD4Init diff --git a/libc/nt/ntdll/MD4Init.s b/libc/nt/ntdll/MD4Init.s deleted file mode 100644 index e2c9cecf5..000000000 --- a/libc/nt/ntdll/MD4Init.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp MD4Init diff --git a/libc/nt/ntdll/MD4Update.S b/libc/nt/ntdll/MD4Update.S new file mode 100644 index 000000000..e0d3a5e8f --- /dev/null +++ b/libc/nt/ntdll/MD4Update.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp MD4Update,MD4Update diff --git a/libc/nt/ntdll/MD4Update.s b/libc/nt/ntdll/MD4Update.s deleted file mode 100644 index d5af84538..000000000 --- a/libc/nt/ntdll/MD4Update.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp MD4Update diff --git a/libc/nt/ntdll/NlsAnsiCodePage.S b/libc/nt/ntdll/NlsAnsiCodePage.S new file mode 100644 index 000000000..ab212c03d --- /dev/null +++ b/libc/nt/ntdll/NlsAnsiCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NlsAnsiCodePage,NlsAnsiCodePage diff --git a/libc/nt/ntdll/NlsAnsiCodePage.s b/libc/nt/ntdll/NlsAnsiCodePage.s deleted file mode 100644 index eb742120e..000000000 --- a/libc/nt/ntdll/NlsAnsiCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NlsAnsiCodePage diff --git a/libc/nt/ntdll/NlsMbCodePageTag.S b/libc/nt/ntdll/NlsMbCodePageTag.S new file mode 100644 index 000000000..137d294a8 --- /dev/null +++ b/libc/nt/ntdll/NlsMbCodePageTag.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NlsMbCodePageTag,NlsMbCodePageTag diff --git a/libc/nt/ntdll/NlsMbCodePageTag.s b/libc/nt/ntdll/NlsMbCodePageTag.s deleted file mode 100644 index 4b1adbbee..000000000 --- a/libc/nt/ntdll/NlsMbCodePageTag.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NlsMbCodePageTag diff --git a/libc/nt/ntdll/NlsMbOemCodePageTag.S b/libc/nt/ntdll/NlsMbOemCodePageTag.S new file mode 100644 index 000000000..3e31adf9d --- /dev/null +++ b/libc/nt/ntdll/NlsMbOemCodePageTag.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NlsMbOemCodePageTag,NlsMbOemCodePageTag diff --git a/libc/nt/ntdll/NlsMbOemCodePageTag.s b/libc/nt/ntdll/NlsMbOemCodePageTag.s deleted file mode 100644 index 434c1e941..000000000 --- a/libc/nt/ntdll/NlsMbOemCodePageTag.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NlsMbOemCodePageTag diff --git a/libc/nt/ntdll/NtAcceptConnectPort.S b/libc/nt/ntdll/NtAcceptConnectPort.S new file mode 100644 index 000000000..6bfd109fa --- /dev/null +++ b/libc/nt/ntdll/NtAcceptConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAcceptConnectPort,NtAcceptConnectPort diff --git a/libc/nt/ntdll/NtAcceptConnectPort.s b/libc/nt/ntdll/NtAcceptConnectPort.s deleted file mode 100644 index 0d1d04894..000000000 --- a/libc/nt/ntdll/NtAcceptConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAcceptConnectPort diff --git a/libc/nt/ntdll/NtAccessCheck.S b/libc/nt/ntdll/NtAccessCheck.S new file mode 100644 index 000000000..213cc1b13 --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheck,NtAccessCheck diff --git a/libc/nt/ntdll/NtAccessCheck.s b/libc/nt/ntdll/NtAccessCheck.s deleted file mode 100644 index da282cc69..000000000 --- a/libc/nt/ntdll/NtAccessCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheck diff --git a/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.S b/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.S new file mode 100644 index 000000000..921773105 --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckAndAuditAlarm,NtAccessCheckAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.s b/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.s deleted file mode 100644 index 9f2ffb276..000000000 --- a/libc/nt/ntdll/NtAccessCheckAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckByType.S b/libc/nt/ntdll/NtAccessCheckByType.S new file mode 100644 index 000000000..6c6728f1d --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckByType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckByType,NtAccessCheckByType diff --git a/libc/nt/ntdll/NtAccessCheckByType.s b/libc/nt/ntdll/NtAccessCheckByType.s deleted file mode 100644 index 209f99a3e..000000000 --- a/libc/nt/ntdll/NtAccessCheckByType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckByType diff --git a/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.S b/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.S new file mode 100644 index 000000000..b285af511 --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckByTypeAndAuditAlarm,NtAccessCheckByTypeAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.s b/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.s deleted file mode 100644 index 1815350cc..000000000 --- a/libc/nt/ntdll/NtAccessCheckByTypeAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckByTypeAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultList.S b/libc/nt/ntdll/NtAccessCheckByTypeResultList.S new file mode 100644 index 000000000..f1de45179 --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckByTypeResultList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckByTypeResultList,NtAccessCheckByTypeResultList diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultList.s b/libc/nt/ntdll/NtAccessCheckByTypeResultList.s deleted file mode 100644 index 6afab0e3a..000000000 --- a/libc/nt/ntdll/NtAccessCheckByTypeResultList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckByTypeResultList diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.S b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.S new file mode 100644 index 000000000..3b93779fe --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckByTypeResultListAndAuditAlarm,NtAccessCheckByTypeResultListAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.s b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.s deleted file mode 100644 index 70ada82fe..000000000 --- a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckByTypeResultListAndAuditAlarm diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.S b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.S new file mode 100644 index 000000000..875dde844 --- /dev/null +++ b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAccessCheckByTypeResultListAndAuditAlarmByHandle,NtAccessCheckByTypeResultListAndAuditAlarmByHandle diff --git a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.s b/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.s deleted file mode 100644 index 7758d5d90..000000000 --- a/libc/nt/ntdll/NtAccessCheckByTypeResultListAndAuditAlarmByHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAccessCheckByTypeResultListAndAuditAlarmByHandle diff --git a/libc/nt/ntdll/NtAcquireProcessActivityReference.S b/libc/nt/ntdll/NtAcquireProcessActivityReference.S new file mode 100644 index 000000000..fd54521af --- /dev/null +++ b/libc/nt/ntdll/NtAcquireProcessActivityReference.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAcquireProcessActivityReference,NtAcquireProcessActivityReference diff --git a/libc/nt/ntdll/NtAcquireProcessActivityReference.s b/libc/nt/ntdll/NtAcquireProcessActivityReference.s deleted file mode 100644 index 70e238f50..000000000 --- a/libc/nt/ntdll/NtAcquireProcessActivityReference.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAcquireProcessActivityReference diff --git a/libc/nt/ntdll/NtAddAtom.S b/libc/nt/ntdll/NtAddAtom.S new file mode 100644 index 000000000..1050b406f --- /dev/null +++ b/libc/nt/ntdll/NtAddAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAddAtom,NtAddAtom diff --git a/libc/nt/ntdll/NtAddAtom.s b/libc/nt/ntdll/NtAddAtom.s deleted file mode 100644 index f8b40fde4..000000000 --- a/libc/nt/ntdll/NtAddAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAddAtom diff --git a/libc/nt/ntdll/NtAddAtomEx.S b/libc/nt/ntdll/NtAddAtomEx.S new file mode 100644 index 000000000..927a2267a --- /dev/null +++ b/libc/nt/ntdll/NtAddAtomEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAddAtomEx,NtAddAtomEx diff --git a/libc/nt/ntdll/NtAddAtomEx.s b/libc/nt/ntdll/NtAddAtomEx.s deleted file mode 100644 index f31cce14e..000000000 --- a/libc/nt/ntdll/NtAddAtomEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAddAtomEx diff --git a/libc/nt/ntdll/NtAddBootEntry.S b/libc/nt/ntdll/NtAddBootEntry.S new file mode 100644 index 000000000..92a1c7cc4 --- /dev/null +++ b/libc/nt/ntdll/NtAddBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAddBootEntry,NtAddBootEntry diff --git a/libc/nt/ntdll/NtAddBootEntry.s b/libc/nt/ntdll/NtAddBootEntry.s deleted file mode 100644 index a5823d55a..000000000 --- a/libc/nt/ntdll/NtAddBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAddBootEntry diff --git a/libc/nt/ntdll/NtAddDriverEntry.S b/libc/nt/ntdll/NtAddDriverEntry.S new file mode 100644 index 000000000..c20835f61 --- /dev/null +++ b/libc/nt/ntdll/NtAddDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAddDriverEntry,NtAddDriverEntry diff --git a/libc/nt/ntdll/NtAddDriverEntry.s b/libc/nt/ntdll/NtAddDriverEntry.s deleted file mode 100644 index 0c036fe0d..000000000 --- a/libc/nt/ntdll/NtAddDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAddDriverEntry diff --git a/libc/nt/ntdll/NtAdjustGroupsToken.S b/libc/nt/ntdll/NtAdjustGroupsToken.S new file mode 100644 index 000000000..601617955 --- /dev/null +++ b/libc/nt/ntdll/NtAdjustGroupsToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAdjustGroupsToken,NtAdjustGroupsToken diff --git a/libc/nt/ntdll/NtAdjustGroupsToken.s b/libc/nt/ntdll/NtAdjustGroupsToken.s deleted file mode 100644 index 68c10a1db..000000000 --- a/libc/nt/ntdll/NtAdjustGroupsToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAdjustGroupsToken diff --git a/libc/nt/ntdll/NtAdjustPrivilegesToken.S b/libc/nt/ntdll/NtAdjustPrivilegesToken.S new file mode 100644 index 000000000..7fec2924c --- /dev/null +++ b/libc/nt/ntdll/NtAdjustPrivilegesToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAdjustPrivilegesToken,NtAdjustPrivilegesToken diff --git a/libc/nt/ntdll/NtAdjustPrivilegesToken.s b/libc/nt/ntdll/NtAdjustPrivilegesToken.s deleted file mode 100644 index 500f1b78d..000000000 --- a/libc/nt/ntdll/NtAdjustPrivilegesToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAdjustPrivilegesToken diff --git a/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.S b/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.S new file mode 100644 index 000000000..3f0c04a9c --- /dev/null +++ b/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAdjustTokenClaimsAndDeviceGroups,NtAdjustTokenClaimsAndDeviceGroups diff --git a/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.s b/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.s deleted file mode 100644 index 3284784eb..000000000 --- a/libc/nt/ntdll/NtAdjustTokenClaimsAndDeviceGroups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAdjustTokenClaimsAndDeviceGroups diff --git a/libc/nt/ntdll/NtAlertResumeThread.S b/libc/nt/ntdll/NtAlertResumeThread.S new file mode 100644 index 000000000..133c76704 --- /dev/null +++ b/libc/nt/ntdll/NtAlertResumeThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlertResumeThread,NtAlertResumeThread diff --git a/libc/nt/ntdll/NtAlertResumeThread.s b/libc/nt/ntdll/NtAlertResumeThread.s deleted file mode 100644 index aa1078ae7..000000000 --- a/libc/nt/ntdll/NtAlertResumeThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlertResumeThread diff --git a/libc/nt/ntdll/NtAlertThread.S b/libc/nt/ntdll/NtAlertThread.S new file mode 100644 index 000000000..ec7695b19 --- /dev/null +++ b/libc/nt/ntdll/NtAlertThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlertThread,NtAlertThread diff --git a/libc/nt/ntdll/NtAlertThread.s b/libc/nt/ntdll/NtAlertThread.s deleted file mode 100644 index 30d3f1af5..000000000 --- a/libc/nt/ntdll/NtAlertThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlertThread diff --git a/libc/nt/ntdll/NtAlertThreadByThreadId.S b/libc/nt/ntdll/NtAlertThreadByThreadId.S new file mode 100644 index 000000000..b4586e4f1 --- /dev/null +++ b/libc/nt/ntdll/NtAlertThreadByThreadId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlertThreadByThreadId,NtAlertThreadByThreadId diff --git a/libc/nt/ntdll/NtAlertThreadByThreadId.s b/libc/nt/ntdll/NtAlertThreadByThreadId.s deleted file mode 100644 index 1910d7f3e..000000000 --- a/libc/nt/ntdll/NtAlertThreadByThreadId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlertThreadByThreadId diff --git a/libc/nt/ntdll/NtAllocateLocallyUniqueId.S b/libc/nt/ntdll/NtAllocateLocallyUniqueId.S new file mode 100644 index 000000000..1c1074b41 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateLocallyUniqueId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateLocallyUniqueId,NtAllocateLocallyUniqueId diff --git a/libc/nt/ntdll/NtAllocateLocallyUniqueId.s b/libc/nt/ntdll/NtAllocateLocallyUniqueId.s deleted file mode 100644 index 140445a9a..000000000 --- a/libc/nt/ntdll/NtAllocateLocallyUniqueId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateLocallyUniqueId diff --git a/libc/nt/ntdll/NtAllocateReserveObject.S b/libc/nt/ntdll/NtAllocateReserveObject.S new file mode 100644 index 000000000..50cb75c32 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateReserveObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateReserveObject,NtAllocateReserveObject diff --git a/libc/nt/ntdll/NtAllocateReserveObject.s b/libc/nt/ntdll/NtAllocateReserveObject.s deleted file mode 100644 index a5bcf8391..000000000 --- a/libc/nt/ntdll/NtAllocateReserveObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateReserveObject diff --git a/libc/nt/ntdll/NtAllocateUserPhysicalPages.S b/libc/nt/ntdll/NtAllocateUserPhysicalPages.S new file mode 100644 index 000000000..0252b90e3 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateUserPhysicalPages,NtAllocateUserPhysicalPages diff --git a/libc/nt/ntdll/NtAllocateUserPhysicalPages.s b/libc/nt/ntdll/NtAllocateUserPhysicalPages.s deleted file mode 100644 index 12aa50441..000000000 --- a/libc/nt/ntdll/NtAllocateUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateUserPhysicalPages diff --git a/libc/nt/ntdll/NtAllocateUuids.S b/libc/nt/ntdll/NtAllocateUuids.S new file mode 100644 index 000000000..0d1aefca5 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateUuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateUuids,NtAllocateUuids diff --git a/libc/nt/ntdll/NtAllocateUuids.s b/libc/nt/ntdll/NtAllocateUuids.s deleted file mode 100644 index 8b341a6af..000000000 --- a/libc/nt/ntdll/NtAllocateUuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateUuids diff --git a/libc/nt/ntdll/NtAllocateVirtualMemory.S b/libc/nt/ntdll/NtAllocateVirtualMemory.S new file mode 100644 index 000000000..eb559a1c8 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateVirtualMemory,NtAllocateVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtAllocateVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtAllocateVirtualMemory(%rip),%rax + jmp __sysv2nt6 + .endfn NtAllocateVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtAllocateVirtualMemory.s b/libc/nt/ntdll/NtAllocateVirtualMemory.s deleted file mode 100644 index ce1411f35..000000000 --- a/libc/nt/ntdll/NtAllocateVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateVirtualMemory - - .text.windows -NtAllocateVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtAllocateVirtualMemory(%rip),%rax - jmp __sysv2nt6 - .endfn NtAllocateVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtAllocateVirtualMemoryEx.S b/libc/nt/ntdll/NtAllocateVirtualMemoryEx.S new file mode 100644 index 000000000..dea23d5f5 --- /dev/null +++ b/libc/nt/ntdll/NtAllocateVirtualMemoryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAllocateVirtualMemoryEx,NtAllocateVirtualMemoryEx diff --git a/libc/nt/ntdll/NtAllocateVirtualMemoryEx.s b/libc/nt/ntdll/NtAllocateVirtualMemoryEx.s deleted file mode 100644 index 062ed1597..000000000 --- a/libc/nt/ntdll/NtAllocateVirtualMemoryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAllocateVirtualMemoryEx diff --git a/libc/nt/ntdll/NtAlpcAcceptConnectPort.S b/libc/nt/ntdll/NtAlpcAcceptConnectPort.S new file mode 100644 index 000000000..f88fe424f --- /dev/null +++ b/libc/nt/ntdll/NtAlpcAcceptConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcAcceptConnectPort,NtAlpcAcceptConnectPort diff --git a/libc/nt/ntdll/NtAlpcAcceptConnectPort.s b/libc/nt/ntdll/NtAlpcAcceptConnectPort.s deleted file mode 100644 index a6bb9cfd1..000000000 --- a/libc/nt/ntdll/NtAlpcAcceptConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcAcceptConnectPort diff --git a/libc/nt/ntdll/NtAlpcCancelMessage.S b/libc/nt/ntdll/NtAlpcCancelMessage.S new file mode 100644 index 000000000..1926daefd --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCancelMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCancelMessage,NtAlpcCancelMessage diff --git a/libc/nt/ntdll/NtAlpcCancelMessage.s b/libc/nt/ntdll/NtAlpcCancelMessage.s deleted file mode 100644 index 0fcae9b5e..000000000 --- a/libc/nt/ntdll/NtAlpcCancelMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCancelMessage diff --git a/libc/nt/ntdll/NtAlpcConnectPort.S b/libc/nt/ntdll/NtAlpcConnectPort.S new file mode 100644 index 000000000..199f0f671 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcConnectPort,NtAlpcConnectPort diff --git a/libc/nt/ntdll/NtAlpcConnectPort.s b/libc/nt/ntdll/NtAlpcConnectPort.s deleted file mode 100644 index a4f89da18..000000000 --- a/libc/nt/ntdll/NtAlpcConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcConnectPort diff --git a/libc/nt/ntdll/NtAlpcConnectPortEx.S b/libc/nt/ntdll/NtAlpcConnectPortEx.S new file mode 100644 index 000000000..ca8860cb6 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcConnectPortEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcConnectPortEx,NtAlpcConnectPortEx diff --git a/libc/nt/ntdll/NtAlpcConnectPortEx.s b/libc/nt/ntdll/NtAlpcConnectPortEx.s deleted file mode 100644 index feb4671d5..000000000 --- a/libc/nt/ntdll/NtAlpcConnectPortEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcConnectPortEx diff --git a/libc/nt/ntdll/NtAlpcCreatePort.S b/libc/nt/ntdll/NtAlpcCreatePort.S new file mode 100644 index 000000000..a47ba0e39 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCreatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCreatePort,NtAlpcCreatePort diff --git a/libc/nt/ntdll/NtAlpcCreatePort.s b/libc/nt/ntdll/NtAlpcCreatePort.s deleted file mode 100644 index 9a53d4114..000000000 --- a/libc/nt/ntdll/NtAlpcCreatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCreatePort diff --git a/libc/nt/ntdll/NtAlpcCreatePortSection.S b/libc/nt/ntdll/NtAlpcCreatePortSection.S new file mode 100644 index 000000000..a603c01e3 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCreatePortSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCreatePortSection,NtAlpcCreatePortSection diff --git a/libc/nt/ntdll/NtAlpcCreatePortSection.s b/libc/nt/ntdll/NtAlpcCreatePortSection.s deleted file mode 100644 index 66cb6180a..000000000 --- a/libc/nt/ntdll/NtAlpcCreatePortSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCreatePortSection diff --git a/libc/nt/ntdll/NtAlpcCreateResourceReserve.S b/libc/nt/ntdll/NtAlpcCreateResourceReserve.S new file mode 100644 index 000000000..659cf6793 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCreateResourceReserve.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCreateResourceReserve,NtAlpcCreateResourceReserve diff --git a/libc/nt/ntdll/NtAlpcCreateResourceReserve.s b/libc/nt/ntdll/NtAlpcCreateResourceReserve.s deleted file mode 100644 index 70dd7585e..000000000 --- a/libc/nt/ntdll/NtAlpcCreateResourceReserve.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCreateResourceReserve diff --git a/libc/nt/ntdll/NtAlpcCreateSectionView.S b/libc/nt/ntdll/NtAlpcCreateSectionView.S new file mode 100644 index 000000000..a0ed04392 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCreateSectionView.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCreateSectionView,NtAlpcCreateSectionView diff --git a/libc/nt/ntdll/NtAlpcCreateSectionView.s b/libc/nt/ntdll/NtAlpcCreateSectionView.s deleted file mode 100644 index 608e680a0..000000000 --- a/libc/nt/ntdll/NtAlpcCreateSectionView.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCreateSectionView diff --git a/libc/nt/ntdll/NtAlpcCreateSecurityContext.S b/libc/nt/ntdll/NtAlpcCreateSecurityContext.S new file mode 100644 index 000000000..52fb1cf74 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcCreateSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcCreateSecurityContext,NtAlpcCreateSecurityContext diff --git a/libc/nt/ntdll/NtAlpcCreateSecurityContext.s b/libc/nt/ntdll/NtAlpcCreateSecurityContext.s deleted file mode 100644 index 751457135..000000000 --- a/libc/nt/ntdll/NtAlpcCreateSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcCreateSecurityContext diff --git a/libc/nt/ntdll/NtAlpcDeletePortSection.S b/libc/nt/ntdll/NtAlpcDeletePortSection.S new file mode 100644 index 000000000..fcb903e4c --- /dev/null +++ b/libc/nt/ntdll/NtAlpcDeletePortSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcDeletePortSection,NtAlpcDeletePortSection diff --git a/libc/nt/ntdll/NtAlpcDeletePortSection.s b/libc/nt/ntdll/NtAlpcDeletePortSection.s deleted file mode 100644 index 1b2ae1744..000000000 --- a/libc/nt/ntdll/NtAlpcDeletePortSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcDeletePortSection diff --git a/libc/nt/ntdll/NtAlpcDeleteResourceReserve.S b/libc/nt/ntdll/NtAlpcDeleteResourceReserve.S new file mode 100644 index 000000000..2d13d2d21 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcDeleteResourceReserve.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcDeleteResourceReserve,NtAlpcDeleteResourceReserve diff --git a/libc/nt/ntdll/NtAlpcDeleteResourceReserve.s b/libc/nt/ntdll/NtAlpcDeleteResourceReserve.s deleted file mode 100644 index f80d81985..000000000 --- a/libc/nt/ntdll/NtAlpcDeleteResourceReserve.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcDeleteResourceReserve diff --git a/libc/nt/ntdll/NtAlpcDeleteSectionView.S b/libc/nt/ntdll/NtAlpcDeleteSectionView.S new file mode 100644 index 000000000..44277541d --- /dev/null +++ b/libc/nt/ntdll/NtAlpcDeleteSectionView.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcDeleteSectionView,NtAlpcDeleteSectionView diff --git a/libc/nt/ntdll/NtAlpcDeleteSectionView.s b/libc/nt/ntdll/NtAlpcDeleteSectionView.s deleted file mode 100644 index 8d6a58429..000000000 --- a/libc/nt/ntdll/NtAlpcDeleteSectionView.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcDeleteSectionView diff --git a/libc/nt/ntdll/NtAlpcDeleteSecurityContext.S b/libc/nt/ntdll/NtAlpcDeleteSecurityContext.S new file mode 100644 index 000000000..ee2b4c07a --- /dev/null +++ b/libc/nt/ntdll/NtAlpcDeleteSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcDeleteSecurityContext,NtAlpcDeleteSecurityContext diff --git a/libc/nt/ntdll/NtAlpcDeleteSecurityContext.s b/libc/nt/ntdll/NtAlpcDeleteSecurityContext.s deleted file mode 100644 index c823a3e93..000000000 --- a/libc/nt/ntdll/NtAlpcDeleteSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcDeleteSecurityContext diff --git a/libc/nt/ntdll/NtAlpcDisconnectPort.S b/libc/nt/ntdll/NtAlpcDisconnectPort.S new file mode 100644 index 000000000..e8a53d5cd --- /dev/null +++ b/libc/nt/ntdll/NtAlpcDisconnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcDisconnectPort,NtAlpcDisconnectPort diff --git a/libc/nt/ntdll/NtAlpcDisconnectPort.s b/libc/nt/ntdll/NtAlpcDisconnectPort.s deleted file mode 100644 index 1c1bc57e5..000000000 --- a/libc/nt/ntdll/NtAlpcDisconnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcDisconnectPort diff --git a/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.S b/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.S new file mode 100644 index 000000000..bb6a81038 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcImpersonateClientContainerOfPort,NtAlpcImpersonateClientContainerOfPort diff --git a/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.s b/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.s deleted file mode 100644 index 97563c7de..000000000 --- a/libc/nt/ntdll/NtAlpcImpersonateClientContainerOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcImpersonateClientContainerOfPort diff --git a/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.S b/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.S new file mode 100644 index 000000000..251c3d400 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcImpersonateClientOfPort,NtAlpcImpersonateClientOfPort diff --git a/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.s b/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.s deleted file mode 100644 index fca71aedc..000000000 --- a/libc/nt/ntdll/NtAlpcImpersonateClientOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcImpersonateClientOfPort diff --git a/libc/nt/ntdll/NtAlpcOpenSenderProcess.S b/libc/nt/ntdll/NtAlpcOpenSenderProcess.S new file mode 100644 index 000000000..0ac854b4b --- /dev/null +++ b/libc/nt/ntdll/NtAlpcOpenSenderProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcOpenSenderProcess,NtAlpcOpenSenderProcess diff --git a/libc/nt/ntdll/NtAlpcOpenSenderProcess.s b/libc/nt/ntdll/NtAlpcOpenSenderProcess.s deleted file mode 100644 index 90799fa5b..000000000 --- a/libc/nt/ntdll/NtAlpcOpenSenderProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcOpenSenderProcess diff --git a/libc/nt/ntdll/NtAlpcOpenSenderThread.S b/libc/nt/ntdll/NtAlpcOpenSenderThread.S new file mode 100644 index 000000000..343de0d18 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcOpenSenderThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcOpenSenderThread,NtAlpcOpenSenderThread diff --git a/libc/nt/ntdll/NtAlpcOpenSenderThread.s b/libc/nt/ntdll/NtAlpcOpenSenderThread.s deleted file mode 100644 index 1318ad33c..000000000 --- a/libc/nt/ntdll/NtAlpcOpenSenderThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcOpenSenderThread diff --git a/libc/nt/ntdll/NtAlpcQueryInformation.S b/libc/nt/ntdll/NtAlpcQueryInformation.S new file mode 100644 index 000000000..832e92082 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcQueryInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcQueryInformation,NtAlpcQueryInformation diff --git a/libc/nt/ntdll/NtAlpcQueryInformation.s b/libc/nt/ntdll/NtAlpcQueryInformation.s deleted file mode 100644 index 7009a14a2..000000000 --- a/libc/nt/ntdll/NtAlpcQueryInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcQueryInformation diff --git a/libc/nt/ntdll/NtAlpcQueryInformationMessage.S b/libc/nt/ntdll/NtAlpcQueryInformationMessage.S new file mode 100644 index 000000000..5ea7d708c --- /dev/null +++ b/libc/nt/ntdll/NtAlpcQueryInformationMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcQueryInformationMessage,NtAlpcQueryInformationMessage diff --git a/libc/nt/ntdll/NtAlpcQueryInformationMessage.s b/libc/nt/ntdll/NtAlpcQueryInformationMessage.s deleted file mode 100644 index 0d4262af8..000000000 --- a/libc/nt/ntdll/NtAlpcQueryInformationMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcQueryInformationMessage diff --git a/libc/nt/ntdll/NtAlpcRevokeSecurityContext.S b/libc/nt/ntdll/NtAlpcRevokeSecurityContext.S new file mode 100644 index 000000000..1b4bd75a9 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcRevokeSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcRevokeSecurityContext,NtAlpcRevokeSecurityContext diff --git a/libc/nt/ntdll/NtAlpcRevokeSecurityContext.s b/libc/nt/ntdll/NtAlpcRevokeSecurityContext.s deleted file mode 100644 index b5629b159..000000000 --- a/libc/nt/ntdll/NtAlpcRevokeSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcRevokeSecurityContext diff --git a/libc/nt/ntdll/NtAlpcSendWaitReceivePort.S b/libc/nt/ntdll/NtAlpcSendWaitReceivePort.S new file mode 100644 index 000000000..d32f2f5e9 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcSendWaitReceivePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcSendWaitReceivePort,NtAlpcSendWaitReceivePort diff --git a/libc/nt/ntdll/NtAlpcSendWaitReceivePort.s b/libc/nt/ntdll/NtAlpcSendWaitReceivePort.s deleted file mode 100644 index d7fea7096..000000000 --- a/libc/nt/ntdll/NtAlpcSendWaitReceivePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcSendWaitReceivePort diff --git a/libc/nt/ntdll/NtAlpcSetInformation.S b/libc/nt/ntdll/NtAlpcSetInformation.S new file mode 100644 index 000000000..5acfa6485 --- /dev/null +++ b/libc/nt/ntdll/NtAlpcSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAlpcSetInformation,NtAlpcSetInformation diff --git a/libc/nt/ntdll/NtAlpcSetInformation.s b/libc/nt/ntdll/NtAlpcSetInformation.s deleted file mode 100644 index c3f00ab8a..000000000 --- a/libc/nt/ntdll/NtAlpcSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAlpcSetInformation diff --git a/libc/nt/ntdll/NtApphelpCacheControl.S b/libc/nt/ntdll/NtApphelpCacheControl.S new file mode 100644 index 000000000..d813300e7 --- /dev/null +++ b/libc/nt/ntdll/NtApphelpCacheControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtApphelpCacheControl,NtApphelpCacheControl diff --git a/libc/nt/ntdll/NtApphelpCacheControl.s b/libc/nt/ntdll/NtApphelpCacheControl.s deleted file mode 100644 index 54059b823..000000000 --- a/libc/nt/ntdll/NtApphelpCacheControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtApphelpCacheControl diff --git a/libc/nt/ntdll/NtAreMappedFilesTheSame.S b/libc/nt/ntdll/NtAreMappedFilesTheSame.S new file mode 100644 index 000000000..06fba1c54 --- /dev/null +++ b/libc/nt/ntdll/NtAreMappedFilesTheSame.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAreMappedFilesTheSame,NtAreMappedFilesTheSame diff --git a/libc/nt/ntdll/NtAreMappedFilesTheSame.s b/libc/nt/ntdll/NtAreMappedFilesTheSame.s deleted file mode 100644 index 3b05bfa06..000000000 --- a/libc/nt/ntdll/NtAreMappedFilesTheSame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAreMappedFilesTheSame diff --git a/libc/nt/ntdll/NtAssignProcessToJobObject.S b/libc/nt/ntdll/NtAssignProcessToJobObject.S new file mode 100644 index 000000000..cc174ed7e --- /dev/null +++ b/libc/nt/ntdll/NtAssignProcessToJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAssignProcessToJobObject,NtAssignProcessToJobObject diff --git a/libc/nt/ntdll/NtAssignProcessToJobObject.s b/libc/nt/ntdll/NtAssignProcessToJobObject.s deleted file mode 100644 index 1f00ce553..000000000 --- a/libc/nt/ntdll/NtAssignProcessToJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAssignProcessToJobObject diff --git a/libc/nt/ntdll/NtAssociateWaitCompletionPacket.S b/libc/nt/ntdll/NtAssociateWaitCompletionPacket.S new file mode 100644 index 000000000..5a782da16 --- /dev/null +++ b/libc/nt/ntdll/NtAssociateWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtAssociateWaitCompletionPacket,NtAssociateWaitCompletionPacket diff --git a/libc/nt/ntdll/NtAssociateWaitCompletionPacket.s b/libc/nt/ntdll/NtAssociateWaitCompletionPacket.s deleted file mode 100644 index 3a766f7ca..000000000 --- a/libc/nt/ntdll/NtAssociateWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtAssociateWaitCompletionPacket diff --git a/libc/nt/ntdll/NtCallEnclave.S b/libc/nt/ntdll/NtCallEnclave.S new file mode 100644 index 000000000..b266b664a --- /dev/null +++ b/libc/nt/ntdll/NtCallEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCallEnclave,NtCallEnclave diff --git a/libc/nt/ntdll/NtCallEnclave.s b/libc/nt/ntdll/NtCallEnclave.s deleted file mode 100644 index 9a2b8cb16..000000000 --- a/libc/nt/ntdll/NtCallEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCallEnclave diff --git a/libc/nt/ntdll/NtCallbackReturn.S b/libc/nt/ntdll/NtCallbackReturn.S new file mode 100644 index 000000000..3ce6741e7 --- /dev/null +++ b/libc/nt/ntdll/NtCallbackReturn.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCallbackReturn,NtCallbackReturn + +#ifdef __x86_64__ + .text.windows +NtCallbackReturn: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCallbackReturn(%rip),%rax + jmp __sysv2nt + .endfn NtCallbackReturn,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCallbackReturn.s b/libc/nt/ntdll/NtCallbackReturn.s deleted file mode 100644 index 6000fdb1c..000000000 --- a/libc/nt/ntdll/NtCallbackReturn.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCallbackReturn - - .text.windows -NtCallbackReturn: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCallbackReturn(%rip),%rax - jmp __sysv2nt - .endfn NtCallbackReturn,globl - .previous diff --git a/libc/nt/ntdll/NtCancelIoFile.S b/libc/nt/ntdll/NtCancelIoFile.S new file mode 100644 index 000000000..d3f5a7674 --- /dev/null +++ b/libc/nt/ntdll/NtCancelIoFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelIoFile,NtCancelIoFile + +#ifdef __x86_64__ + .text.windows +NtCancelIoFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCancelIoFile(%rip),%rax + jmp __sysv2nt + .endfn NtCancelIoFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCancelIoFile.s b/libc/nt/ntdll/NtCancelIoFile.s deleted file mode 100644 index 6c2c6b80d..000000000 --- a/libc/nt/ntdll/NtCancelIoFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelIoFile - - .text.windows -NtCancelIoFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCancelIoFile(%rip),%rax - jmp __sysv2nt - .endfn NtCancelIoFile,globl - .previous diff --git a/libc/nt/ntdll/NtCancelIoFileEx.S b/libc/nt/ntdll/NtCancelIoFileEx.S new file mode 100644 index 000000000..7b4f1a830 --- /dev/null +++ b/libc/nt/ntdll/NtCancelIoFileEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelIoFileEx,NtCancelIoFileEx + +#ifdef __x86_64__ + .text.windows +NtCancelIoFileEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCancelIoFileEx(%rip),%rax + jmp __sysv2nt + .endfn NtCancelIoFileEx,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCancelIoFileEx.s b/libc/nt/ntdll/NtCancelIoFileEx.s deleted file mode 100644 index 6b304f14f..000000000 --- a/libc/nt/ntdll/NtCancelIoFileEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelIoFileEx - - .text.windows -NtCancelIoFileEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCancelIoFileEx(%rip),%rax - jmp __sysv2nt - .endfn NtCancelIoFileEx,globl - .previous diff --git a/libc/nt/ntdll/NtCancelSynchronousIoFile.S b/libc/nt/ntdll/NtCancelSynchronousIoFile.S new file mode 100644 index 000000000..28dcd8e05 --- /dev/null +++ b/libc/nt/ntdll/NtCancelSynchronousIoFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelSynchronousIoFile,NtCancelSynchronousIoFile diff --git a/libc/nt/ntdll/NtCancelSynchronousIoFile.s b/libc/nt/ntdll/NtCancelSynchronousIoFile.s deleted file mode 100644 index f9b38a8c3..000000000 --- a/libc/nt/ntdll/NtCancelSynchronousIoFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelSynchronousIoFile diff --git a/libc/nt/ntdll/NtCancelTimer.S b/libc/nt/ntdll/NtCancelTimer.S new file mode 100644 index 000000000..9d5d14060 --- /dev/null +++ b/libc/nt/ntdll/NtCancelTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelTimer,NtCancelTimer diff --git a/libc/nt/ntdll/NtCancelTimer.s b/libc/nt/ntdll/NtCancelTimer.s deleted file mode 100644 index 3ef2a4b6d..000000000 --- a/libc/nt/ntdll/NtCancelTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelTimer diff --git a/libc/nt/ntdll/NtCancelTimer2.S b/libc/nt/ntdll/NtCancelTimer2.S new file mode 100644 index 000000000..f4c0f3010 --- /dev/null +++ b/libc/nt/ntdll/NtCancelTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelTimer2,NtCancelTimer2 diff --git a/libc/nt/ntdll/NtCancelTimer2.s b/libc/nt/ntdll/NtCancelTimer2.s deleted file mode 100644 index 9aa6835ce..000000000 --- a/libc/nt/ntdll/NtCancelTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelTimer2 diff --git a/libc/nt/ntdll/NtCancelWaitCompletionPacket.S b/libc/nt/ntdll/NtCancelWaitCompletionPacket.S new file mode 100644 index 000000000..226cb7465 --- /dev/null +++ b/libc/nt/ntdll/NtCancelWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCancelWaitCompletionPacket,NtCancelWaitCompletionPacket diff --git a/libc/nt/ntdll/NtCancelWaitCompletionPacket.s b/libc/nt/ntdll/NtCancelWaitCompletionPacket.s deleted file mode 100644 index 6d4c54869..000000000 --- a/libc/nt/ntdll/NtCancelWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCancelWaitCompletionPacket diff --git a/libc/nt/ntdll/NtClearEvent.S b/libc/nt/ntdll/NtClearEvent.S new file mode 100644 index 000000000..56eefd07f --- /dev/null +++ b/libc/nt/ntdll/NtClearEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtClearEvent,NtClearEvent + +#ifdef __x86_64__ + .text.windows +NtClearEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtClearEvent(%rip) + leave + ret + .endfn NtClearEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtClearEvent.s b/libc/nt/ntdll/NtClearEvent.s deleted file mode 100644 index e29dac4ca..000000000 --- a/libc/nt/ntdll/NtClearEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtClearEvent - - .text.windows -NtClearEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtClearEvent(%rip) - leave - ret - .endfn NtClearEvent,globl - .previous diff --git a/libc/nt/ntdll/NtClose.S b/libc/nt/ntdll/NtClose.S new file mode 100644 index 000000000..7b700647c --- /dev/null +++ b/libc/nt/ntdll/NtClose.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtClose,NtClose + +#ifdef __x86_64__ + .text.windows +NtClose: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtClose(%rip) + leave + ret + .endfn NtClose,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtClose.s b/libc/nt/ntdll/NtClose.s deleted file mode 100644 index 7f83c0efc..000000000 --- a/libc/nt/ntdll/NtClose.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtClose - - .text.windows -NtClose: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtClose(%rip) - leave - ret - .endfn NtClose,globl - .previous diff --git a/libc/nt/ntdll/NtCloseObjectAuditAlarm.S b/libc/nt/ntdll/NtCloseObjectAuditAlarm.S new file mode 100644 index 000000000..0d6150d47 --- /dev/null +++ b/libc/nt/ntdll/NtCloseObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCloseObjectAuditAlarm,NtCloseObjectAuditAlarm diff --git a/libc/nt/ntdll/NtCloseObjectAuditAlarm.s b/libc/nt/ntdll/NtCloseObjectAuditAlarm.s deleted file mode 100644 index f37531d4e..000000000 --- a/libc/nt/ntdll/NtCloseObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCloseObjectAuditAlarm diff --git a/libc/nt/ntdll/NtCommitComplete.S b/libc/nt/ntdll/NtCommitComplete.S new file mode 100644 index 000000000..4533a5763 --- /dev/null +++ b/libc/nt/ntdll/NtCommitComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCommitComplete,NtCommitComplete diff --git a/libc/nt/ntdll/NtCommitComplete.s b/libc/nt/ntdll/NtCommitComplete.s deleted file mode 100644 index 576ae957d..000000000 --- a/libc/nt/ntdll/NtCommitComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCommitComplete diff --git a/libc/nt/ntdll/NtCommitEnlistment.S b/libc/nt/ntdll/NtCommitEnlistment.S new file mode 100644 index 000000000..f583742af --- /dev/null +++ b/libc/nt/ntdll/NtCommitEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCommitEnlistment,NtCommitEnlistment diff --git a/libc/nt/ntdll/NtCommitEnlistment.s b/libc/nt/ntdll/NtCommitEnlistment.s deleted file mode 100644 index f025a83a9..000000000 --- a/libc/nt/ntdll/NtCommitEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCommitEnlistment diff --git a/libc/nt/ntdll/NtCommitRegistryTransaction.S b/libc/nt/ntdll/NtCommitRegistryTransaction.S new file mode 100644 index 000000000..949702263 --- /dev/null +++ b/libc/nt/ntdll/NtCommitRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCommitRegistryTransaction,NtCommitRegistryTransaction diff --git a/libc/nt/ntdll/NtCommitRegistryTransaction.s b/libc/nt/ntdll/NtCommitRegistryTransaction.s deleted file mode 100644 index 7604a342d..000000000 --- a/libc/nt/ntdll/NtCommitRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCommitRegistryTransaction diff --git a/libc/nt/ntdll/NtCommitTransaction.S b/libc/nt/ntdll/NtCommitTransaction.S new file mode 100644 index 000000000..5b345e01c --- /dev/null +++ b/libc/nt/ntdll/NtCommitTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCommitTransaction,NtCommitTransaction diff --git a/libc/nt/ntdll/NtCommitTransaction.s b/libc/nt/ntdll/NtCommitTransaction.s deleted file mode 100644 index 80995e499..000000000 --- a/libc/nt/ntdll/NtCommitTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCommitTransaction diff --git a/libc/nt/ntdll/NtCompactKeys.S b/libc/nt/ntdll/NtCompactKeys.S new file mode 100644 index 000000000..abfe98812 --- /dev/null +++ b/libc/nt/ntdll/NtCompactKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompactKeys,NtCompactKeys diff --git a/libc/nt/ntdll/NtCompactKeys.s b/libc/nt/ntdll/NtCompactKeys.s deleted file mode 100644 index a88701e0f..000000000 --- a/libc/nt/ntdll/NtCompactKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompactKeys diff --git a/libc/nt/ntdll/NtCompareObjects.S b/libc/nt/ntdll/NtCompareObjects.S new file mode 100644 index 000000000..01b5c3741 --- /dev/null +++ b/libc/nt/ntdll/NtCompareObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompareObjects,NtCompareObjects diff --git a/libc/nt/ntdll/NtCompareObjects.s b/libc/nt/ntdll/NtCompareObjects.s deleted file mode 100644 index 54de6a429..000000000 --- a/libc/nt/ntdll/NtCompareObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompareObjects diff --git a/libc/nt/ntdll/NtCompareSigningLevels.S b/libc/nt/ntdll/NtCompareSigningLevels.S new file mode 100644 index 000000000..0f76342e4 --- /dev/null +++ b/libc/nt/ntdll/NtCompareSigningLevels.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompareSigningLevels,NtCompareSigningLevels diff --git a/libc/nt/ntdll/NtCompareSigningLevels.s b/libc/nt/ntdll/NtCompareSigningLevels.s deleted file mode 100644 index 6c249f99a..000000000 --- a/libc/nt/ntdll/NtCompareSigningLevels.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompareSigningLevels diff --git a/libc/nt/ntdll/NtCompareTokens.S b/libc/nt/ntdll/NtCompareTokens.S new file mode 100644 index 000000000..94d05b774 --- /dev/null +++ b/libc/nt/ntdll/NtCompareTokens.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompareTokens,NtCompareTokens diff --git a/libc/nt/ntdll/NtCompareTokens.s b/libc/nt/ntdll/NtCompareTokens.s deleted file mode 100644 index 9a7080da4..000000000 --- a/libc/nt/ntdll/NtCompareTokens.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompareTokens diff --git a/libc/nt/ntdll/NtCompleteConnectPort.S b/libc/nt/ntdll/NtCompleteConnectPort.S new file mode 100644 index 000000000..67ff1d17c --- /dev/null +++ b/libc/nt/ntdll/NtCompleteConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompleteConnectPort,NtCompleteConnectPort diff --git a/libc/nt/ntdll/NtCompleteConnectPort.s b/libc/nt/ntdll/NtCompleteConnectPort.s deleted file mode 100644 index 2579a6f59..000000000 --- a/libc/nt/ntdll/NtCompleteConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompleteConnectPort diff --git a/libc/nt/ntdll/NtCompressKey.S b/libc/nt/ntdll/NtCompressKey.S new file mode 100644 index 000000000..ac64f9ed1 --- /dev/null +++ b/libc/nt/ntdll/NtCompressKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCompressKey,NtCompressKey diff --git a/libc/nt/ntdll/NtCompressKey.s b/libc/nt/ntdll/NtCompressKey.s deleted file mode 100644 index b0d3b096e..000000000 --- a/libc/nt/ntdll/NtCompressKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCompressKey diff --git a/libc/nt/ntdll/NtConnectPort.S b/libc/nt/ntdll/NtConnectPort.S new file mode 100644 index 000000000..081046178 --- /dev/null +++ b/libc/nt/ntdll/NtConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtConnectPort,NtConnectPort diff --git a/libc/nt/ntdll/NtConnectPort.s b/libc/nt/ntdll/NtConnectPort.s deleted file mode 100644 index ebe477854..000000000 --- a/libc/nt/ntdll/NtConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtConnectPort diff --git a/libc/nt/ntdll/NtContinue.S b/libc/nt/ntdll/NtContinue.S new file mode 100644 index 000000000..dd495c553 --- /dev/null +++ b/libc/nt/ntdll/NtContinue.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtContinue,NtContinue + +#ifdef __x86_64__ + .text.windows +NtContinue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtContinue(%rip),%rax + jmp __sysv2nt + .endfn NtContinue,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtContinue.s b/libc/nt/ntdll/NtContinue.s deleted file mode 100644 index 74ff1d6ee..000000000 --- a/libc/nt/ntdll/NtContinue.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtContinue - - .text.windows -NtContinue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtContinue(%rip),%rax - jmp __sysv2nt - .endfn NtContinue,globl - .previous diff --git a/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.S b/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.S new file mode 100644 index 000000000..c59ded79f --- /dev/null +++ b/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtConvertBetweenAuxiliaryCounterAndPerformanceCounter,NtConvertBetweenAuxiliaryCounterAndPerformanceCounter diff --git a/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.s b/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.s deleted file mode 100644 index 4dbc8d033..000000000 --- a/libc/nt/ntdll/NtConvertBetweenAuxiliaryCounterAndPerformanceCounter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtConvertBetweenAuxiliaryCounterAndPerformanceCounter diff --git a/libc/nt/ntdll/NtCreateDebugObject.S b/libc/nt/ntdll/NtCreateDebugObject.S new file mode 100644 index 000000000..f9d31bac1 --- /dev/null +++ b/libc/nt/ntdll/NtCreateDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateDebugObject,NtCreateDebugObject diff --git a/libc/nt/ntdll/NtCreateDebugObject.s b/libc/nt/ntdll/NtCreateDebugObject.s deleted file mode 100644 index 9c5d906c2..000000000 --- a/libc/nt/ntdll/NtCreateDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateDebugObject diff --git a/libc/nt/ntdll/NtCreateDirectoryObject.S b/libc/nt/ntdll/NtCreateDirectoryObject.S new file mode 100644 index 000000000..5b9478c12 --- /dev/null +++ b/libc/nt/ntdll/NtCreateDirectoryObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateDirectoryObject,NtCreateDirectoryObject + +#ifdef __x86_64__ + .text.windows +NtCreateDirectoryObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateDirectoryObject(%rip),%rax + jmp __sysv2nt + .endfn NtCreateDirectoryObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateDirectoryObject.s b/libc/nt/ntdll/NtCreateDirectoryObject.s deleted file mode 100644 index a0e7bdfbd..000000000 --- a/libc/nt/ntdll/NtCreateDirectoryObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateDirectoryObject - - .text.windows -NtCreateDirectoryObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateDirectoryObject(%rip),%rax - jmp __sysv2nt - .endfn NtCreateDirectoryObject,globl - .previous diff --git a/libc/nt/ntdll/NtCreateDirectoryObjectEx.S b/libc/nt/ntdll/NtCreateDirectoryObjectEx.S new file mode 100644 index 000000000..6aa1e786b --- /dev/null +++ b/libc/nt/ntdll/NtCreateDirectoryObjectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateDirectoryObjectEx,NtCreateDirectoryObjectEx diff --git a/libc/nt/ntdll/NtCreateDirectoryObjectEx.s b/libc/nt/ntdll/NtCreateDirectoryObjectEx.s deleted file mode 100644 index c3f959de7..000000000 --- a/libc/nt/ntdll/NtCreateDirectoryObjectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateDirectoryObjectEx diff --git a/libc/nt/ntdll/NtCreateEnclave.S b/libc/nt/ntdll/NtCreateEnclave.S new file mode 100644 index 000000000..66a790ab9 --- /dev/null +++ b/libc/nt/ntdll/NtCreateEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateEnclave,NtCreateEnclave diff --git a/libc/nt/ntdll/NtCreateEnclave.s b/libc/nt/ntdll/NtCreateEnclave.s deleted file mode 100644 index 83e958501..000000000 --- a/libc/nt/ntdll/NtCreateEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateEnclave diff --git a/libc/nt/ntdll/NtCreateEnlistment.S b/libc/nt/ntdll/NtCreateEnlistment.S new file mode 100644 index 000000000..729c6c1ef --- /dev/null +++ b/libc/nt/ntdll/NtCreateEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateEnlistment,NtCreateEnlistment diff --git a/libc/nt/ntdll/NtCreateEnlistment.s b/libc/nt/ntdll/NtCreateEnlistment.s deleted file mode 100644 index d92ac1634..000000000 --- a/libc/nt/ntdll/NtCreateEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateEnlistment diff --git a/libc/nt/ntdll/NtCreateEvent.S b/libc/nt/ntdll/NtCreateEvent.S new file mode 100644 index 000000000..ad5aedfe2 --- /dev/null +++ b/libc/nt/ntdll/NtCreateEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateEvent,NtCreateEvent + +#ifdef __x86_64__ + .text.windows +NtCreateEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateEvent(%rip),%rax + jmp __sysv2nt6 + .endfn NtCreateEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateEvent.s b/libc/nt/ntdll/NtCreateEvent.s deleted file mode 100644 index 2dacaa390..000000000 --- a/libc/nt/ntdll/NtCreateEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateEvent - - .text.windows -NtCreateEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateEvent(%rip),%rax - jmp __sysv2nt6 - .endfn NtCreateEvent,globl - .previous diff --git a/libc/nt/ntdll/NtCreateEventPair.S b/libc/nt/ntdll/NtCreateEventPair.S new file mode 100644 index 000000000..b7f902b18 --- /dev/null +++ b/libc/nt/ntdll/NtCreateEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateEventPair,NtCreateEventPair diff --git a/libc/nt/ntdll/NtCreateEventPair.s b/libc/nt/ntdll/NtCreateEventPair.s deleted file mode 100644 index 093133c1b..000000000 --- a/libc/nt/ntdll/NtCreateEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateEventPair diff --git a/libc/nt/ntdll/NtCreateFile.S b/libc/nt/ntdll/NtCreateFile.S new file mode 100644 index 000000000..c2a3e4f67 --- /dev/null +++ b/libc/nt/ntdll/NtCreateFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateFile,NtCreateFile + +#ifdef __x86_64__ + .text.windows +NtCreateFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateFile(%rip),%rax + jmp __sysv2nt12 + .endfn NtCreateFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateFile.s b/libc/nt/ntdll/NtCreateFile.s deleted file mode 100644 index 9ed5cfd86..000000000 --- a/libc/nt/ntdll/NtCreateFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateFile - - .text.windows -NtCreateFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateFile(%rip),%rax - jmp __sysv2nt12 - .endfn NtCreateFile,globl - .previous diff --git a/libc/nt/ntdll/NtCreateIRTimer.S b/libc/nt/ntdll/NtCreateIRTimer.S new file mode 100644 index 000000000..45769be8c --- /dev/null +++ b/libc/nt/ntdll/NtCreateIRTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateIRTimer,NtCreateIRTimer diff --git a/libc/nt/ntdll/NtCreateIRTimer.s b/libc/nt/ntdll/NtCreateIRTimer.s deleted file mode 100644 index 86a93e8b8..000000000 --- a/libc/nt/ntdll/NtCreateIRTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateIRTimer diff --git a/libc/nt/ntdll/NtCreateIoCompletion.S b/libc/nt/ntdll/NtCreateIoCompletion.S new file mode 100644 index 000000000..86d4a3c90 --- /dev/null +++ b/libc/nt/ntdll/NtCreateIoCompletion.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateIoCompletion,NtCreateIoCompletion + +#ifdef __x86_64__ + .text.windows +NtCreateIoCompletion: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateIoCompletion(%rip),%rax + jmp __sysv2nt + .endfn NtCreateIoCompletion,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateIoCompletion.s b/libc/nt/ntdll/NtCreateIoCompletion.s deleted file mode 100644 index d852537c0..000000000 --- a/libc/nt/ntdll/NtCreateIoCompletion.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateIoCompletion - - .text.windows -NtCreateIoCompletion: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateIoCompletion(%rip),%rax - jmp __sysv2nt - .endfn NtCreateIoCompletion,globl - .previous diff --git a/libc/nt/ntdll/NtCreateJobObject.S b/libc/nt/ntdll/NtCreateJobObject.S new file mode 100644 index 000000000..98bbc2cce --- /dev/null +++ b/libc/nt/ntdll/NtCreateJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateJobObject,NtCreateJobObject diff --git a/libc/nt/ntdll/NtCreateJobObject.s b/libc/nt/ntdll/NtCreateJobObject.s deleted file mode 100644 index 9b3ce146e..000000000 --- a/libc/nt/ntdll/NtCreateJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateJobObject diff --git a/libc/nt/ntdll/NtCreateJobSet.S b/libc/nt/ntdll/NtCreateJobSet.S new file mode 100644 index 000000000..04978e15f --- /dev/null +++ b/libc/nt/ntdll/NtCreateJobSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateJobSet,NtCreateJobSet diff --git a/libc/nt/ntdll/NtCreateJobSet.s b/libc/nt/ntdll/NtCreateJobSet.s deleted file mode 100644 index 26e487259..000000000 --- a/libc/nt/ntdll/NtCreateJobSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateJobSet diff --git a/libc/nt/ntdll/NtCreateKey.S b/libc/nt/ntdll/NtCreateKey.S new file mode 100644 index 000000000..eb07c3ceb --- /dev/null +++ b/libc/nt/ntdll/NtCreateKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateKey,NtCreateKey + +#ifdef __x86_64__ + .text.windows +NtCreateKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateKey(%rip),%rax + jmp __sysv2nt8 + .endfn NtCreateKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateKey.s b/libc/nt/ntdll/NtCreateKey.s deleted file mode 100644 index c7c0dc9d5..000000000 --- a/libc/nt/ntdll/NtCreateKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateKey - - .text.windows -NtCreateKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateKey(%rip),%rax - jmp __sysv2nt8 - .endfn NtCreateKey,globl - .previous diff --git a/libc/nt/ntdll/NtCreateKeyTransacted.S b/libc/nt/ntdll/NtCreateKeyTransacted.S new file mode 100644 index 000000000..baf2a7252 --- /dev/null +++ b/libc/nt/ntdll/NtCreateKeyTransacted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateKeyTransacted,NtCreateKeyTransacted diff --git a/libc/nt/ntdll/NtCreateKeyTransacted.s b/libc/nt/ntdll/NtCreateKeyTransacted.s deleted file mode 100644 index 476e9c32b..000000000 --- a/libc/nt/ntdll/NtCreateKeyTransacted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateKeyTransacted diff --git a/libc/nt/ntdll/NtCreateKeyedEvent.S b/libc/nt/ntdll/NtCreateKeyedEvent.S new file mode 100644 index 000000000..d12c80fda --- /dev/null +++ b/libc/nt/ntdll/NtCreateKeyedEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateKeyedEvent,NtCreateKeyedEvent + +#ifdef __x86_64__ + .text.windows +NtCreateKeyedEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateKeyedEvent(%rip),%rax + jmp __sysv2nt + .endfn NtCreateKeyedEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateKeyedEvent.s b/libc/nt/ntdll/NtCreateKeyedEvent.s deleted file mode 100644 index f30911492..000000000 --- a/libc/nt/ntdll/NtCreateKeyedEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateKeyedEvent - - .text.windows -NtCreateKeyedEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateKeyedEvent(%rip),%rax - jmp __sysv2nt - .endfn NtCreateKeyedEvent,globl - .previous diff --git a/libc/nt/ntdll/NtCreateLowBoxToken.S b/libc/nt/ntdll/NtCreateLowBoxToken.S new file mode 100644 index 000000000..b95058b9c --- /dev/null +++ b/libc/nt/ntdll/NtCreateLowBoxToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateLowBoxToken,NtCreateLowBoxToken diff --git a/libc/nt/ntdll/NtCreateLowBoxToken.s b/libc/nt/ntdll/NtCreateLowBoxToken.s deleted file mode 100644 index 56e48ea72..000000000 --- a/libc/nt/ntdll/NtCreateLowBoxToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateLowBoxToken diff --git a/libc/nt/ntdll/NtCreateMailslotFile.S b/libc/nt/ntdll/NtCreateMailslotFile.S new file mode 100644 index 000000000..a2af29359 --- /dev/null +++ b/libc/nt/ntdll/NtCreateMailslotFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateMailslotFile,NtCreateMailslotFile diff --git a/libc/nt/ntdll/NtCreateMailslotFile.s b/libc/nt/ntdll/NtCreateMailslotFile.s deleted file mode 100644 index 52b23c169..000000000 --- a/libc/nt/ntdll/NtCreateMailslotFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateMailslotFile diff --git a/libc/nt/ntdll/NtCreateMutant.S b/libc/nt/ntdll/NtCreateMutant.S new file mode 100644 index 000000000..8c54c8a52 --- /dev/null +++ b/libc/nt/ntdll/NtCreateMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateMutant,NtCreateMutant diff --git a/libc/nt/ntdll/NtCreateMutant.s b/libc/nt/ntdll/NtCreateMutant.s deleted file mode 100644 index 6d36cab22..000000000 --- a/libc/nt/ntdll/NtCreateMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateMutant diff --git a/libc/nt/ntdll/NtCreateNamedPipeFile.S b/libc/nt/ntdll/NtCreateNamedPipeFile.S new file mode 100644 index 000000000..e1cc9a2a4 --- /dev/null +++ b/libc/nt/ntdll/NtCreateNamedPipeFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateNamedPipeFile,NtCreateNamedPipeFile + +#ifdef __x86_64__ + .text.windows +NtCreateNamedPipeFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateNamedPipeFile(%rip),%rax + jmp __sysv2nt14 + .endfn NtCreateNamedPipeFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateNamedPipeFile.s b/libc/nt/ntdll/NtCreateNamedPipeFile.s deleted file mode 100644 index a25ff21bd..000000000 --- a/libc/nt/ntdll/NtCreateNamedPipeFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateNamedPipeFile - - .text.windows -NtCreateNamedPipeFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateNamedPipeFile(%rip),%rax - jmp __sysv2nt14 - .endfn NtCreateNamedPipeFile,globl - .previous diff --git a/libc/nt/ntdll/NtCreatePagingFile.S b/libc/nt/ntdll/NtCreatePagingFile.S new file mode 100644 index 000000000..b9310065e --- /dev/null +++ b/libc/nt/ntdll/NtCreatePagingFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreatePagingFile,NtCreatePagingFile diff --git a/libc/nt/ntdll/NtCreatePagingFile.s b/libc/nt/ntdll/NtCreatePagingFile.s deleted file mode 100644 index 380e18915..000000000 --- a/libc/nt/ntdll/NtCreatePagingFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreatePagingFile diff --git a/libc/nt/ntdll/NtCreatePartition.S b/libc/nt/ntdll/NtCreatePartition.S new file mode 100644 index 000000000..e065904bb --- /dev/null +++ b/libc/nt/ntdll/NtCreatePartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreatePartition,NtCreatePartition diff --git a/libc/nt/ntdll/NtCreatePartition.s b/libc/nt/ntdll/NtCreatePartition.s deleted file mode 100644 index 422c71119..000000000 --- a/libc/nt/ntdll/NtCreatePartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreatePartition diff --git a/libc/nt/ntdll/NtCreatePort.S b/libc/nt/ntdll/NtCreatePort.S new file mode 100644 index 000000000..81c198a4f --- /dev/null +++ b/libc/nt/ntdll/NtCreatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreatePort,NtCreatePort diff --git a/libc/nt/ntdll/NtCreatePort.s b/libc/nt/ntdll/NtCreatePort.s deleted file mode 100644 index fb6c3ebd0..000000000 --- a/libc/nt/ntdll/NtCreatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreatePort diff --git a/libc/nt/ntdll/NtCreatePrivateNamespace.S b/libc/nt/ntdll/NtCreatePrivateNamespace.S new file mode 100644 index 000000000..ac555e221 --- /dev/null +++ b/libc/nt/ntdll/NtCreatePrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreatePrivateNamespace,NtCreatePrivateNamespace diff --git a/libc/nt/ntdll/NtCreatePrivateNamespace.s b/libc/nt/ntdll/NtCreatePrivateNamespace.s deleted file mode 100644 index 3b9bbbd51..000000000 --- a/libc/nt/ntdll/NtCreatePrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreatePrivateNamespace diff --git a/libc/nt/ntdll/NtCreateProcess.S b/libc/nt/ntdll/NtCreateProcess.S new file mode 100644 index 000000000..bae2188b9 --- /dev/null +++ b/libc/nt/ntdll/NtCreateProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateProcess,NtCreateProcess + +#ifdef __x86_64__ + .text.windows +NtCreateProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateProcess(%rip),%rax + jmp __sysv2nt8 + .endfn NtCreateProcess,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateProcess.s b/libc/nt/ntdll/NtCreateProcess.s deleted file mode 100644 index 689cac99c..000000000 --- a/libc/nt/ntdll/NtCreateProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateProcess - - .text.windows -NtCreateProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateProcess(%rip),%rax - jmp __sysv2nt8 - .endfn NtCreateProcess,globl - .previous diff --git a/libc/nt/ntdll/NtCreateProcessEx.S b/libc/nt/ntdll/NtCreateProcessEx.S new file mode 100644 index 000000000..1e0415805 --- /dev/null +++ b/libc/nt/ntdll/NtCreateProcessEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateProcessEx,NtCreateProcessEx diff --git a/libc/nt/ntdll/NtCreateProcessEx.s b/libc/nt/ntdll/NtCreateProcessEx.s deleted file mode 100644 index b8503939f..000000000 --- a/libc/nt/ntdll/NtCreateProcessEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateProcessEx diff --git a/libc/nt/ntdll/NtCreateProfile.S b/libc/nt/ntdll/NtCreateProfile.S new file mode 100644 index 000000000..b9058ddb7 --- /dev/null +++ b/libc/nt/ntdll/NtCreateProfile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateProfile,NtCreateProfile + +#ifdef __x86_64__ + .text.windows +NtCreateProfile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateProfile(%rip),%rax + jmp __sysv2nt10 + .endfn NtCreateProfile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateProfile.s b/libc/nt/ntdll/NtCreateProfile.s deleted file mode 100644 index 3aa7ba6e2..000000000 --- a/libc/nt/ntdll/NtCreateProfile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateProfile - - .text.windows -NtCreateProfile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateProfile(%rip),%rax - jmp __sysv2nt10 - .endfn NtCreateProfile,globl - .previous diff --git a/libc/nt/ntdll/NtCreateProfileEx.S b/libc/nt/ntdll/NtCreateProfileEx.S new file mode 100644 index 000000000..743264e58 --- /dev/null +++ b/libc/nt/ntdll/NtCreateProfileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateProfileEx,NtCreateProfileEx diff --git a/libc/nt/ntdll/NtCreateProfileEx.s b/libc/nt/ntdll/NtCreateProfileEx.s deleted file mode 100644 index 663dc890e..000000000 --- a/libc/nt/ntdll/NtCreateProfileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateProfileEx diff --git a/libc/nt/ntdll/NtCreateRegistryTransaction.S b/libc/nt/ntdll/NtCreateRegistryTransaction.S new file mode 100644 index 000000000..dbaa26996 --- /dev/null +++ b/libc/nt/ntdll/NtCreateRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateRegistryTransaction,NtCreateRegistryTransaction diff --git a/libc/nt/ntdll/NtCreateRegistryTransaction.s b/libc/nt/ntdll/NtCreateRegistryTransaction.s deleted file mode 100644 index 5a2a5fa48..000000000 --- a/libc/nt/ntdll/NtCreateRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateRegistryTransaction diff --git a/libc/nt/ntdll/NtCreateResourceManager.S b/libc/nt/ntdll/NtCreateResourceManager.S new file mode 100644 index 000000000..08ed93bee --- /dev/null +++ b/libc/nt/ntdll/NtCreateResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateResourceManager,NtCreateResourceManager diff --git a/libc/nt/ntdll/NtCreateResourceManager.s b/libc/nt/ntdll/NtCreateResourceManager.s deleted file mode 100644 index f12bb8f34..000000000 --- a/libc/nt/ntdll/NtCreateResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateResourceManager diff --git a/libc/nt/ntdll/NtCreateSection.S b/libc/nt/ntdll/NtCreateSection.S new file mode 100644 index 000000000..3fbf63671 --- /dev/null +++ b/libc/nt/ntdll/NtCreateSection.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateSection,NtCreateSection + +#ifdef __x86_64__ + .text.windows +NtCreateSection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateSection(%rip),%rax + jmp __sysv2nt8 + .endfn NtCreateSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateSection.s b/libc/nt/ntdll/NtCreateSection.s deleted file mode 100644 index 1d9da9dc0..000000000 --- a/libc/nt/ntdll/NtCreateSection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateSection - - .text.windows -NtCreateSection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateSection(%rip),%rax - jmp __sysv2nt8 - .endfn NtCreateSection,globl - .previous diff --git a/libc/nt/ntdll/NtCreateSemaphore.S b/libc/nt/ntdll/NtCreateSemaphore.S new file mode 100644 index 000000000..5c2850633 --- /dev/null +++ b/libc/nt/ntdll/NtCreateSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateSemaphore,NtCreateSemaphore diff --git a/libc/nt/ntdll/NtCreateSemaphore.s b/libc/nt/ntdll/NtCreateSemaphore.s deleted file mode 100644 index 40d8d45ef..000000000 --- a/libc/nt/ntdll/NtCreateSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateSemaphore diff --git a/libc/nt/ntdll/NtCreateSymbolicLinkObject.S b/libc/nt/ntdll/NtCreateSymbolicLinkObject.S new file mode 100644 index 000000000..243bb6bc6 --- /dev/null +++ b/libc/nt/ntdll/NtCreateSymbolicLinkObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateSymbolicLinkObject,NtCreateSymbolicLinkObject diff --git a/libc/nt/ntdll/NtCreateSymbolicLinkObject.s b/libc/nt/ntdll/NtCreateSymbolicLinkObject.s deleted file mode 100644 index d5b8edf64..000000000 --- a/libc/nt/ntdll/NtCreateSymbolicLinkObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateSymbolicLinkObject diff --git a/libc/nt/ntdll/NtCreateThread.S b/libc/nt/ntdll/NtCreateThread.S new file mode 100644 index 000000000..b25f2d232 --- /dev/null +++ b/libc/nt/ntdll/NtCreateThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateThread,NtCreateThread + +#ifdef __x86_64__ + .text.windows +NtCreateThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateThread(%rip),%rax + jmp __sysv2nt8 + .endfn NtCreateThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateThread.s b/libc/nt/ntdll/NtCreateThread.s deleted file mode 100644 index 3e6cf0d73..000000000 --- a/libc/nt/ntdll/NtCreateThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateThread - - .text.windows -NtCreateThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateThread(%rip),%rax - jmp __sysv2nt8 - .endfn NtCreateThread,globl - .previous diff --git a/libc/nt/ntdll/NtCreateThreadEx.S b/libc/nt/ntdll/NtCreateThreadEx.S new file mode 100644 index 000000000..55dcacbf0 --- /dev/null +++ b/libc/nt/ntdll/NtCreateThreadEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateThreadEx,NtCreateThreadEx diff --git a/libc/nt/ntdll/NtCreateThreadEx.s b/libc/nt/ntdll/NtCreateThreadEx.s deleted file mode 100644 index e15926e76..000000000 --- a/libc/nt/ntdll/NtCreateThreadEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateThreadEx diff --git a/libc/nt/ntdll/NtCreateTimer.S b/libc/nt/ntdll/NtCreateTimer.S new file mode 100644 index 000000000..6d97be1d1 --- /dev/null +++ b/libc/nt/ntdll/NtCreateTimer.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateTimer,NtCreateTimer + +#ifdef __x86_64__ + .text.windows +NtCreateTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtCreateTimer(%rip),%rax + jmp __sysv2nt + .endfn NtCreateTimer,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtCreateTimer.s b/libc/nt/ntdll/NtCreateTimer.s deleted file mode 100644 index e7ef043ab..000000000 --- a/libc/nt/ntdll/NtCreateTimer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateTimer - - .text.windows -NtCreateTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtCreateTimer(%rip),%rax - jmp __sysv2nt - .endfn NtCreateTimer,globl - .previous diff --git a/libc/nt/ntdll/NtCreateTimer2.S b/libc/nt/ntdll/NtCreateTimer2.S new file mode 100644 index 000000000..6910ddca2 --- /dev/null +++ b/libc/nt/ntdll/NtCreateTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateTimer2,NtCreateTimer2 diff --git a/libc/nt/ntdll/NtCreateTimer2.s b/libc/nt/ntdll/NtCreateTimer2.s deleted file mode 100644 index 36a3821af..000000000 --- a/libc/nt/ntdll/NtCreateTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateTimer2 diff --git a/libc/nt/ntdll/NtCreateToken.S b/libc/nt/ntdll/NtCreateToken.S new file mode 100644 index 000000000..75c8cd021 --- /dev/null +++ b/libc/nt/ntdll/NtCreateToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateToken,NtCreateToken diff --git a/libc/nt/ntdll/NtCreateToken.s b/libc/nt/ntdll/NtCreateToken.s deleted file mode 100644 index 9b3e00373..000000000 --- a/libc/nt/ntdll/NtCreateToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateToken diff --git a/libc/nt/ntdll/NtCreateTokenEx.S b/libc/nt/ntdll/NtCreateTokenEx.S new file mode 100644 index 000000000..dfe0d5b06 --- /dev/null +++ b/libc/nt/ntdll/NtCreateTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateTokenEx,NtCreateTokenEx diff --git a/libc/nt/ntdll/NtCreateTokenEx.s b/libc/nt/ntdll/NtCreateTokenEx.s deleted file mode 100644 index dbd5b1a80..000000000 --- a/libc/nt/ntdll/NtCreateTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateTokenEx diff --git a/libc/nt/ntdll/NtCreateTransaction.S b/libc/nt/ntdll/NtCreateTransaction.S new file mode 100644 index 000000000..76fe1e855 --- /dev/null +++ b/libc/nt/ntdll/NtCreateTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateTransaction,NtCreateTransaction diff --git a/libc/nt/ntdll/NtCreateTransaction.s b/libc/nt/ntdll/NtCreateTransaction.s deleted file mode 100644 index 49dbc4b53..000000000 --- a/libc/nt/ntdll/NtCreateTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateTransaction diff --git a/libc/nt/ntdll/NtCreateTransactionManager.S b/libc/nt/ntdll/NtCreateTransactionManager.S new file mode 100644 index 000000000..b0c006bf9 --- /dev/null +++ b/libc/nt/ntdll/NtCreateTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateTransactionManager,NtCreateTransactionManager diff --git a/libc/nt/ntdll/NtCreateTransactionManager.s b/libc/nt/ntdll/NtCreateTransactionManager.s deleted file mode 100644 index 6c59e09dd..000000000 --- a/libc/nt/ntdll/NtCreateTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateTransactionManager diff --git a/libc/nt/ntdll/NtCreateUserProcess.S b/libc/nt/ntdll/NtCreateUserProcess.S new file mode 100644 index 000000000..ad48839e1 --- /dev/null +++ b/libc/nt/ntdll/NtCreateUserProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateUserProcess,NtCreateUserProcess diff --git a/libc/nt/ntdll/NtCreateUserProcess.s b/libc/nt/ntdll/NtCreateUserProcess.s deleted file mode 100644 index c7f38c687..000000000 --- a/libc/nt/ntdll/NtCreateUserProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateUserProcess diff --git a/libc/nt/ntdll/NtCreateWaitCompletionPacket.S b/libc/nt/ntdll/NtCreateWaitCompletionPacket.S new file mode 100644 index 000000000..11fcb514c --- /dev/null +++ b/libc/nt/ntdll/NtCreateWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateWaitCompletionPacket,NtCreateWaitCompletionPacket diff --git a/libc/nt/ntdll/NtCreateWaitCompletionPacket.s b/libc/nt/ntdll/NtCreateWaitCompletionPacket.s deleted file mode 100644 index 2bb712c5e..000000000 --- a/libc/nt/ntdll/NtCreateWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateWaitCompletionPacket diff --git a/libc/nt/ntdll/NtCreateWaitablePort.S b/libc/nt/ntdll/NtCreateWaitablePort.S new file mode 100644 index 000000000..326178e7a --- /dev/null +++ b/libc/nt/ntdll/NtCreateWaitablePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateWaitablePort,NtCreateWaitablePort diff --git a/libc/nt/ntdll/NtCreateWaitablePort.s b/libc/nt/ntdll/NtCreateWaitablePort.s deleted file mode 100644 index e504dc6b4..000000000 --- a/libc/nt/ntdll/NtCreateWaitablePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateWaitablePort diff --git a/libc/nt/ntdll/NtCreateWnfStateName.S b/libc/nt/ntdll/NtCreateWnfStateName.S new file mode 100644 index 000000000..00e71cf5a --- /dev/null +++ b/libc/nt/ntdll/NtCreateWnfStateName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateWnfStateName,NtCreateWnfStateName diff --git a/libc/nt/ntdll/NtCreateWnfStateName.s b/libc/nt/ntdll/NtCreateWnfStateName.s deleted file mode 100644 index 88dd26399..000000000 --- a/libc/nt/ntdll/NtCreateWnfStateName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateWnfStateName diff --git a/libc/nt/ntdll/NtCreateWorkerFactory.S b/libc/nt/ntdll/NtCreateWorkerFactory.S new file mode 100644 index 000000000..da281fcaf --- /dev/null +++ b/libc/nt/ntdll/NtCreateWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtCreateWorkerFactory,NtCreateWorkerFactory diff --git a/libc/nt/ntdll/NtCreateWorkerFactory.s b/libc/nt/ntdll/NtCreateWorkerFactory.s deleted file mode 100644 index 467a0c6db..000000000 --- a/libc/nt/ntdll/NtCreateWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtCreateWorkerFactory diff --git a/libc/nt/ntdll/NtDebugActiveProcess.S b/libc/nt/ntdll/NtDebugActiveProcess.S new file mode 100644 index 000000000..b21cb442c --- /dev/null +++ b/libc/nt/ntdll/NtDebugActiveProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDebugActiveProcess,NtDebugActiveProcess diff --git a/libc/nt/ntdll/NtDebugActiveProcess.s b/libc/nt/ntdll/NtDebugActiveProcess.s deleted file mode 100644 index 30d97b378..000000000 --- a/libc/nt/ntdll/NtDebugActiveProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDebugActiveProcess diff --git a/libc/nt/ntdll/NtDebugContinue.S b/libc/nt/ntdll/NtDebugContinue.S new file mode 100644 index 000000000..43c7dbf7e --- /dev/null +++ b/libc/nt/ntdll/NtDebugContinue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDebugContinue,NtDebugContinue diff --git a/libc/nt/ntdll/NtDebugContinue.s b/libc/nt/ntdll/NtDebugContinue.s deleted file mode 100644 index 5a01ae42c..000000000 --- a/libc/nt/ntdll/NtDebugContinue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDebugContinue diff --git a/libc/nt/ntdll/NtDelayExecution.S b/libc/nt/ntdll/NtDelayExecution.S new file mode 100644 index 000000000..7cb7ee7f5 --- /dev/null +++ b/libc/nt/ntdll/NtDelayExecution.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDelayExecution,NtDelayExecution + +#ifdef __x86_64__ + .text.windows +NtDelayExecution: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtDelayExecution(%rip),%rax + jmp __sysv2nt + .endfn NtDelayExecution,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtDelayExecution.s b/libc/nt/ntdll/NtDelayExecution.s deleted file mode 100644 index 3f167d360..000000000 --- a/libc/nt/ntdll/NtDelayExecution.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDelayExecution - - .text.windows -NtDelayExecution: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtDelayExecution(%rip),%rax - jmp __sysv2nt - .endfn NtDelayExecution,globl - .previous diff --git a/libc/nt/ntdll/NtDeleteAtom.S b/libc/nt/ntdll/NtDeleteAtom.S new file mode 100644 index 000000000..18941234e --- /dev/null +++ b/libc/nt/ntdll/NtDeleteAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteAtom,NtDeleteAtom diff --git a/libc/nt/ntdll/NtDeleteAtom.s b/libc/nt/ntdll/NtDeleteAtom.s deleted file mode 100644 index 6064766a5..000000000 --- a/libc/nt/ntdll/NtDeleteAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteAtom diff --git a/libc/nt/ntdll/NtDeleteBootEntry.S b/libc/nt/ntdll/NtDeleteBootEntry.S new file mode 100644 index 000000000..e6ec5ff66 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteBootEntry,NtDeleteBootEntry diff --git a/libc/nt/ntdll/NtDeleteBootEntry.s b/libc/nt/ntdll/NtDeleteBootEntry.s deleted file mode 100644 index f959686bd..000000000 --- a/libc/nt/ntdll/NtDeleteBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteBootEntry diff --git a/libc/nt/ntdll/NtDeleteDriverEntry.S b/libc/nt/ntdll/NtDeleteDriverEntry.S new file mode 100644 index 000000000..a2f28e3b1 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteDriverEntry,NtDeleteDriverEntry diff --git a/libc/nt/ntdll/NtDeleteDriverEntry.s b/libc/nt/ntdll/NtDeleteDriverEntry.s deleted file mode 100644 index b272456fc..000000000 --- a/libc/nt/ntdll/NtDeleteDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteDriverEntry diff --git a/libc/nt/ntdll/NtDeleteFile.S b/libc/nt/ntdll/NtDeleteFile.S new file mode 100644 index 000000000..691a3a00c --- /dev/null +++ b/libc/nt/ntdll/NtDeleteFile.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteFile,NtDeleteFile + +#ifdef __x86_64__ + .text.windows +NtDeleteFile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtDeleteFile(%rip) + leave + ret + .endfn NtDeleteFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtDeleteFile.s b/libc/nt/ntdll/NtDeleteFile.s deleted file mode 100644 index 576f48388..000000000 --- a/libc/nt/ntdll/NtDeleteFile.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteFile - - .text.windows -NtDeleteFile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtDeleteFile(%rip) - leave - ret - .endfn NtDeleteFile,globl - .previous diff --git a/libc/nt/ntdll/NtDeleteKey.S b/libc/nt/ntdll/NtDeleteKey.S new file mode 100644 index 000000000..a2257eaf2 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteKey,NtDeleteKey + +#ifdef __x86_64__ + .text.windows +NtDeleteKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtDeleteKey(%rip) + leave + ret + .endfn NtDeleteKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtDeleteKey.s b/libc/nt/ntdll/NtDeleteKey.s deleted file mode 100644 index 96b20e9ed..000000000 --- a/libc/nt/ntdll/NtDeleteKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteKey - - .text.windows -NtDeleteKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtDeleteKey(%rip) - leave - ret - .endfn NtDeleteKey,globl - .previous diff --git a/libc/nt/ntdll/NtDeleteObjectAuditAlarm.S b/libc/nt/ntdll/NtDeleteObjectAuditAlarm.S new file mode 100644 index 000000000..d01cbdb19 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteObjectAuditAlarm,NtDeleteObjectAuditAlarm diff --git a/libc/nt/ntdll/NtDeleteObjectAuditAlarm.s b/libc/nt/ntdll/NtDeleteObjectAuditAlarm.s deleted file mode 100644 index 966da3953..000000000 --- a/libc/nt/ntdll/NtDeleteObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteObjectAuditAlarm diff --git a/libc/nt/ntdll/NtDeletePrivateNamespace.S b/libc/nt/ntdll/NtDeletePrivateNamespace.S new file mode 100644 index 000000000..f219928e8 --- /dev/null +++ b/libc/nt/ntdll/NtDeletePrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeletePrivateNamespace,NtDeletePrivateNamespace diff --git a/libc/nt/ntdll/NtDeletePrivateNamespace.s b/libc/nt/ntdll/NtDeletePrivateNamespace.s deleted file mode 100644 index 4d540b8da..000000000 --- a/libc/nt/ntdll/NtDeletePrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeletePrivateNamespace diff --git a/libc/nt/ntdll/NtDeleteValueKey.S b/libc/nt/ntdll/NtDeleteValueKey.S new file mode 100644 index 000000000..74c31c424 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteValueKey,NtDeleteValueKey diff --git a/libc/nt/ntdll/NtDeleteValueKey.s b/libc/nt/ntdll/NtDeleteValueKey.s deleted file mode 100644 index 167220521..000000000 --- a/libc/nt/ntdll/NtDeleteValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteValueKey diff --git a/libc/nt/ntdll/NtDeleteWnfStateData.S b/libc/nt/ntdll/NtDeleteWnfStateData.S new file mode 100644 index 000000000..18c8ec358 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteWnfStateData,NtDeleteWnfStateData diff --git a/libc/nt/ntdll/NtDeleteWnfStateData.s b/libc/nt/ntdll/NtDeleteWnfStateData.s deleted file mode 100644 index 4ca480ced..000000000 --- a/libc/nt/ntdll/NtDeleteWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteWnfStateData diff --git a/libc/nt/ntdll/NtDeleteWnfStateName.S b/libc/nt/ntdll/NtDeleteWnfStateName.S new file mode 100644 index 000000000..d743b6571 --- /dev/null +++ b/libc/nt/ntdll/NtDeleteWnfStateName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeleteWnfStateName,NtDeleteWnfStateName diff --git a/libc/nt/ntdll/NtDeleteWnfStateName.s b/libc/nt/ntdll/NtDeleteWnfStateName.s deleted file mode 100644 index f567c365f..000000000 --- a/libc/nt/ntdll/NtDeleteWnfStateName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeleteWnfStateName diff --git a/libc/nt/ntdll/NtDeviceIoControlFile.S b/libc/nt/ntdll/NtDeviceIoControlFile.S new file mode 100644 index 000000000..147012ba7 --- /dev/null +++ b/libc/nt/ntdll/NtDeviceIoControlFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDeviceIoControlFile,NtDeviceIoControlFile + +#ifdef __x86_64__ + .text.windows +NtDeviceIoControlFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtDeviceIoControlFile(%rip),%rax + jmp __sysv2nt10 + .endfn NtDeviceIoControlFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtDeviceIoControlFile.s b/libc/nt/ntdll/NtDeviceIoControlFile.s deleted file mode 100644 index 6c52f2a62..000000000 --- a/libc/nt/ntdll/NtDeviceIoControlFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDeviceIoControlFile - - .text.windows -NtDeviceIoControlFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtDeviceIoControlFile(%rip),%rax - jmp __sysv2nt10 - .endfn NtDeviceIoControlFile,globl - .previous diff --git a/libc/nt/ntdll/NtDisableLastKnownGood.S b/libc/nt/ntdll/NtDisableLastKnownGood.S new file mode 100644 index 000000000..4ab717689 --- /dev/null +++ b/libc/nt/ntdll/NtDisableLastKnownGood.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDisableLastKnownGood,NtDisableLastKnownGood diff --git a/libc/nt/ntdll/NtDisableLastKnownGood.s b/libc/nt/ntdll/NtDisableLastKnownGood.s deleted file mode 100644 index aebd15291..000000000 --- a/libc/nt/ntdll/NtDisableLastKnownGood.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDisableLastKnownGood diff --git a/libc/nt/ntdll/NtDisplayString.S b/libc/nt/ntdll/NtDisplayString.S new file mode 100644 index 000000000..cddce91de --- /dev/null +++ b/libc/nt/ntdll/NtDisplayString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDisplayString,NtDisplayString diff --git a/libc/nt/ntdll/NtDisplayString.s b/libc/nt/ntdll/NtDisplayString.s deleted file mode 100644 index 3abb9ca89..000000000 --- a/libc/nt/ntdll/NtDisplayString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDisplayString diff --git a/libc/nt/ntdll/NtDrawText.S b/libc/nt/ntdll/NtDrawText.S new file mode 100644 index 000000000..c35ac8f78 --- /dev/null +++ b/libc/nt/ntdll/NtDrawText.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDrawText,NtDrawText diff --git a/libc/nt/ntdll/NtDrawText.s b/libc/nt/ntdll/NtDrawText.s deleted file mode 100644 index 13a5ed9d3..000000000 --- a/libc/nt/ntdll/NtDrawText.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDrawText diff --git a/libc/nt/ntdll/NtDuplicateObject.S b/libc/nt/ntdll/NtDuplicateObject.S new file mode 100644 index 000000000..e065c0c6a --- /dev/null +++ b/libc/nt/ntdll/NtDuplicateObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDuplicateObject,NtDuplicateObject + +#ifdef __x86_64__ + .text.windows +NtDuplicateObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtDuplicateObject(%rip),%rax + jmp __sysv2nt8 + .endfn NtDuplicateObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtDuplicateObject.s b/libc/nt/ntdll/NtDuplicateObject.s deleted file mode 100644 index 7e2edf336..000000000 --- a/libc/nt/ntdll/NtDuplicateObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDuplicateObject - - .text.windows -NtDuplicateObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtDuplicateObject(%rip),%rax - jmp __sysv2nt8 - .endfn NtDuplicateObject,globl - .previous diff --git a/libc/nt/ntdll/NtDuplicateToken.S b/libc/nt/ntdll/NtDuplicateToken.S new file mode 100644 index 000000000..d37f0f1a3 --- /dev/null +++ b/libc/nt/ntdll/NtDuplicateToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtDuplicateToken,NtDuplicateToken diff --git a/libc/nt/ntdll/NtDuplicateToken.s b/libc/nt/ntdll/NtDuplicateToken.s deleted file mode 100644 index 3dbaffbfc..000000000 --- a/libc/nt/ntdll/NtDuplicateToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtDuplicateToken diff --git a/libc/nt/ntdll/NtEnableLastKnownGood.S b/libc/nt/ntdll/NtEnableLastKnownGood.S new file mode 100644 index 000000000..ec571654e --- /dev/null +++ b/libc/nt/ntdll/NtEnableLastKnownGood.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnableLastKnownGood,NtEnableLastKnownGood diff --git a/libc/nt/ntdll/NtEnableLastKnownGood.s b/libc/nt/ntdll/NtEnableLastKnownGood.s deleted file mode 100644 index 58ae9da53..000000000 --- a/libc/nt/ntdll/NtEnableLastKnownGood.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnableLastKnownGood diff --git a/libc/nt/ntdll/NtEnumerateBootEntries.S b/libc/nt/ntdll/NtEnumerateBootEntries.S new file mode 100644 index 000000000..bab1d0ba7 --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateBootEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateBootEntries,NtEnumerateBootEntries diff --git a/libc/nt/ntdll/NtEnumerateBootEntries.s b/libc/nt/ntdll/NtEnumerateBootEntries.s deleted file mode 100644 index 7931a339c..000000000 --- a/libc/nt/ntdll/NtEnumerateBootEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateBootEntries diff --git a/libc/nt/ntdll/NtEnumerateDriverEntries.S b/libc/nt/ntdll/NtEnumerateDriverEntries.S new file mode 100644 index 000000000..2744dc690 --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateDriverEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateDriverEntries,NtEnumerateDriverEntries diff --git a/libc/nt/ntdll/NtEnumerateDriverEntries.s b/libc/nt/ntdll/NtEnumerateDriverEntries.s deleted file mode 100644 index 80ee24e5d..000000000 --- a/libc/nt/ntdll/NtEnumerateDriverEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateDriverEntries diff --git a/libc/nt/ntdll/NtEnumerateKey.S b/libc/nt/ntdll/NtEnumerateKey.S new file mode 100644 index 000000000..ca87cad4a --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateKey,NtEnumerateKey + +#ifdef __x86_64__ + .text.windows +NtEnumerateKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtEnumerateKey(%rip),%rax + jmp __sysv2nt6 + .endfn NtEnumerateKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtEnumerateKey.s b/libc/nt/ntdll/NtEnumerateKey.s deleted file mode 100644 index d42a7aa44..000000000 --- a/libc/nt/ntdll/NtEnumerateKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateKey - - .text.windows -NtEnumerateKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtEnumerateKey(%rip),%rax - jmp __sysv2nt6 - .endfn NtEnumerateKey,globl - .previous diff --git a/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.S b/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.S new file mode 100644 index 000000000..591946bf9 --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateSystemEnvironmentValuesEx,NtEnumerateSystemEnvironmentValuesEx diff --git a/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.s b/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.s deleted file mode 100644 index 51bd5cf29..000000000 --- a/libc/nt/ntdll/NtEnumerateSystemEnvironmentValuesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateSystemEnvironmentValuesEx diff --git a/libc/nt/ntdll/NtEnumerateTransactionObject.S b/libc/nt/ntdll/NtEnumerateTransactionObject.S new file mode 100644 index 000000000..42fb8f1ff --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateTransactionObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateTransactionObject,NtEnumerateTransactionObject diff --git a/libc/nt/ntdll/NtEnumerateTransactionObject.s b/libc/nt/ntdll/NtEnumerateTransactionObject.s deleted file mode 100644 index 91a8b2fb7..000000000 --- a/libc/nt/ntdll/NtEnumerateTransactionObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateTransactionObject diff --git a/libc/nt/ntdll/NtEnumerateValueKey.S b/libc/nt/ntdll/NtEnumerateValueKey.S new file mode 100644 index 000000000..2a5ffc2fc --- /dev/null +++ b/libc/nt/ntdll/NtEnumerateValueKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtEnumerateValueKey,NtEnumerateValueKey + +#ifdef __x86_64__ + .text.windows +NtEnumerateValueKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtEnumerateValueKey(%rip),%rax + jmp __sysv2nt6 + .endfn NtEnumerateValueKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtEnumerateValueKey.s b/libc/nt/ntdll/NtEnumerateValueKey.s deleted file mode 100644 index 729cb4613..000000000 --- a/libc/nt/ntdll/NtEnumerateValueKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtEnumerateValueKey - - .text.windows -NtEnumerateValueKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtEnumerateValueKey(%rip),%rax - jmp __sysv2nt6 - .endfn NtEnumerateValueKey,globl - .previous diff --git a/libc/nt/ntdll/NtExtendSection.S b/libc/nt/ntdll/NtExtendSection.S new file mode 100644 index 000000000..9a85cf147 --- /dev/null +++ b/libc/nt/ntdll/NtExtendSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtExtendSection,NtExtendSection diff --git a/libc/nt/ntdll/NtExtendSection.s b/libc/nt/ntdll/NtExtendSection.s deleted file mode 100644 index 221393451..000000000 --- a/libc/nt/ntdll/NtExtendSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtExtendSection diff --git a/libc/nt/ntdll/NtFilterBootOption.S b/libc/nt/ntdll/NtFilterBootOption.S new file mode 100644 index 000000000..f6f7eb7ed --- /dev/null +++ b/libc/nt/ntdll/NtFilterBootOption.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFilterBootOption,NtFilterBootOption diff --git a/libc/nt/ntdll/NtFilterBootOption.s b/libc/nt/ntdll/NtFilterBootOption.s deleted file mode 100644 index aceff40bd..000000000 --- a/libc/nt/ntdll/NtFilterBootOption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFilterBootOption diff --git a/libc/nt/ntdll/NtFilterToken.S b/libc/nt/ntdll/NtFilterToken.S new file mode 100644 index 000000000..69faf0008 --- /dev/null +++ b/libc/nt/ntdll/NtFilterToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFilterToken,NtFilterToken diff --git a/libc/nt/ntdll/NtFilterToken.s b/libc/nt/ntdll/NtFilterToken.s deleted file mode 100644 index b68acdc6c..000000000 --- a/libc/nt/ntdll/NtFilterToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFilterToken diff --git a/libc/nt/ntdll/NtFilterTokenEx.S b/libc/nt/ntdll/NtFilterTokenEx.S new file mode 100644 index 000000000..124b5e126 --- /dev/null +++ b/libc/nt/ntdll/NtFilterTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFilterTokenEx,NtFilterTokenEx diff --git a/libc/nt/ntdll/NtFilterTokenEx.s b/libc/nt/ntdll/NtFilterTokenEx.s deleted file mode 100644 index 2ec605f7b..000000000 --- a/libc/nt/ntdll/NtFilterTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFilterTokenEx diff --git a/libc/nt/ntdll/NtFindAtom.S b/libc/nt/ntdll/NtFindAtom.S new file mode 100644 index 000000000..7900d52a4 --- /dev/null +++ b/libc/nt/ntdll/NtFindAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFindAtom,NtFindAtom diff --git a/libc/nt/ntdll/NtFindAtom.s b/libc/nt/ntdll/NtFindAtom.s deleted file mode 100644 index 814ef0c6a..000000000 --- a/libc/nt/ntdll/NtFindAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFindAtom diff --git a/libc/nt/ntdll/NtFlushBuffersFile.S b/libc/nt/ntdll/NtFlushBuffersFile.S new file mode 100644 index 000000000..9662373b2 --- /dev/null +++ b/libc/nt/ntdll/NtFlushBuffersFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushBuffersFile,NtFlushBuffersFile + +#ifdef __x86_64__ + .text.windows +NtFlushBuffersFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtFlushBuffersFile(%rip),%rax + jmp __sysv2nt + .endfn NtFlushBuffersFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFlushBuffersFile.s b/libc/nt/ntdll/NtFlushBuffersFile.s deleted file mode 100644 index d3e662eb6..000000000 --- a/libc/nt/ntdll/NtFlushBuffersFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushBuffersFile - - .text.windows -NtFlushBuffersFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtFlushBuffersFile(%rip),%rax - jmp __sysv2nt - .endfn NtFlushBuffersFile,globl - .previous diff --git a/libc/nt/ntdll/NtFlushBuffersFileEx.S b/libc/nt/ntdll/NtFlushBuffersFileEx.S new file mode 100644 index 000000000..f256657f0 --- /dev/null +++ b/libc/nt/ntdll/NtFlushBuffersFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushBuffersFileEx,NtFlushBuffersFileEx diff --git a/libc/nt/ntdll/NtFlushBuffersFileEx.s b/libc/nt/ntdll/NtFlushBuffersFileEx.s deleted file mode 100644 index bacbe92e9..000000000 --- a/libc/nt/ntdll/NtFlushBuffersFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushBuffersFileEx diff --git a/libc/nt/ntdll/NtFlushInstallUILanguage.S b/libc/nt/ntdll/NtFlushInstallUILanguage.S new file mode 100644 index 000000000..3735c5d94 --- /dev/null +++ b/libc/nt/ntdll/NtFlushInstallUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushInstallUILanguage,NtFlushInstallUILanguage diff --git a/libc/nt/ntdll/NtFlushInstallUILanguage.s b/libc/nt/ntdll/NtFlushInstallUILanguage.s deleted file mode 100644 index 8a3b8b576..000000000 --- a/libc/nt/ntdll/NtFlushInstallUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushInstallUILanguage diff --git a/libc/nt/ntdll/NtFlushInstructionCache.S b/libc/nt/ntdll/NtFlushInstructionCache.S new file mode 100644 index 000000000..d9267c653 --- /dev/null +++ b/libc/nt/ntdll/NtFlushInstructionCache.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushInstructionCache,NtFlushInstructionCache + +#ifdef __x86_64__ + .text.windows +NtFlushInstructionCache: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtFlushInstructionCache(%rip),%rax + jmp __sysv2nt + .endfn NtFlushInstructionCache,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFlushInstructionCache.s b/libc/nt/ntdll/NtFlushInstructionCache.s deleted file mode 100644 index 776274c86..000000000 --- a/libc/nt/ntdll/NtFlushInstructionCache.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushInstructionCache - - .text.windows -NtFlushInstructionCache: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtFlushInstructionCache(%rip),%rax - jmp __sysv2nt - .endfn NtFlushInstructionCache,globl - .previous diff --git a/libc/nt/ntdll/NtFlushKey.S b/libc/nt/ntdll/NtFlushKey.S new file mode 100644 index 000000000..ebf6b2b50 --- /dev/null +++ b/libc/nt/ntdll/NtFlushKey.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushKey,NtFlushKey + +#ifdef __x86_64__ + .text.windows +NtFlushKey: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtFlushKey(%rip) + leave + ret + .endfn NtFlushKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFlushKey.s b/libc/nt/ntdll/NtFlushKey.s deleted file mode 100644 index b5ef18495..000000000 --- a/libc/nt/ntdll/NtFlushKey.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushKey - - .text.windows -NtFlushKey: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtFlushKey(%rip) - leave - ret - .endfn NtFlushKey,globl - .previous diff --git a/libc/nt/ntdll/NtFlushProcessWriteBuffers.S b/libc/nt/ntdll/NtFlushProcessWriteBuffers.S new file mode 100644 index 000000000..2df38c060 --- /dev/null +++ b/libc/nt/ntdll/NtFlushProcessWriteBuffers.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushProcessWriteBuffers,NtFlushProcessWriteBuffers diff --git a/libc/nt/ntdll/NtFlushProcessWriteBuffers.s b/libc/nt/ntdll/NtFlushProcessWriteBuffers.s deleted file mode 100644 index 72c9d6157..000000000 --- a/libc/nt/ntdll/NtFlushProcessWriteBuffers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushProcessWriteBuffers diff --git a/libc/nt/ntdll/NtFlushVirtualMemory.S b/libc/nt/ntdll/NtFlushVirtualMemory.S new file mode 100644 index 000000000..653a73048 --- /dev/null +++ b/libc/nt/ntdll/NtFlushVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushVirtualMemory,NtFlushVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtFlushVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtFlushVirtualMemory(%rip),%rax + jmp __sysv2nt + .endfn NtFlushVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFlushVirtualMemory.s b/libc/nt/ntdll/NtFlushVirtualMemory.s deleted file mode 100644 index 019abfa08..000000000 --- a/libc/nt/ntdll/NtFlushVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushVirtualMemory - - .text.windows -NtFlushVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtFlushVirtualMemory(%rip),%rax - jmp __sysv2nt - .endfn NtFlushVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtFlushWriteBuffer.S b/libc/nt/ntdll/NtFlushWriteBuffer.S new file mode 100644 index 000000000..005097eb0 --- /dev/null +++ b/libc/nt/ntdll/NtFlushWriteBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFlushWriteBuffer,NtFlushWriteBuffer diff --git a/libc/nt/ntdll/NtFlushWriteBuffer.s b/libc/nt/ntdll/NtFlushWriteBuffer.s deleted file mode 100644 index 279a67758..000000000 --- a/libc/nt/ntdll/NtFlushWriteBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFlushWriteBuffer diff --git a/libc/nt/ntdll/NtFreeUserPhysicalPages.S b/libc/nt/ntdll/NtFreeUserPhysicalPages.S new file mode 100644 index 000000000..967a5423d --- /dev/null +++ b/libc/nt/ntdll/NtFreeUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFreeUserPhysicalPages,NtFreeUserPhysicalPages diff --git a/libc/nt/ntdll/NtFreeUserPhysicalPages.s b/libc/nt/ntdll/NtFreeUserPhysicalPages.s deleted file mode 100644 index be14f3d11..000000000 --- a/libc/nt/ntdll/NtFreeUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFreeUserPhysicalPages diff --git a/libc/nt/ntdll/NtFreeVirtualMemory.S b/libc/nt/ntdll/NtFreeVirtualMemory.S new file mode 100644 index 000000000..8b0cf5cee --- /dev/null +++ b/libc/nt/ntdll/NtFreeVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFreeVirtualMemory,NtFreeVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtFreeVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtFreeVirtualMemory(%rip),%rax + jmp __sysv2nt + .endfn NtFreeVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFreeVirtualMemory.s b/libc/nt/ntdll/NtFreeVirtualMemory.s deleted file mode 100644 index 610f0baee..000000000 --- a/libc/nt/ntdll/NtFreeVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFreeVirtualMemory - - .text.windows -NtFreeVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtFreeVirtualMemory(%rip),%rax - jmp __sysv2nt - .endfn NtFreeVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtFreezeRegistry.S b/libc/nt/ntdll/NtFreezeRegistry.S new file mode 100644 index 000000000..970a64820 --- /dev/null +++ b/libc/nt/ntdll/NtFreezeRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFreezeRegistry,NtFreezeRegistry diff --git a/libc/nt/ntdll/NtFreezeRegistry.s b/libc/nt/ntdll/NtFreezeRegistry.s deleted file mode 100644 index 5b8b05a69..000000000 --- a/libc/nt/ntdll/NtFreezeRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFreezeRegistry diff --git a/libc/nt/ntdll/NtFreezeTransactions.S b/libc/nt/ntdll/NtFreezeTransactions.S new file mode 100644 index 000000000..af3d8bec5 --- /dev/null +++ b/libc/nt/ntdll/NtFreezeTransactions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFreezeTransactions,NtFreezeTransactions diff --git a/libc/nt/ntdll/NtFreezeTransactions.s b/libc/nt/ntdll/NtFreezeTransactions.s deleted file mode 100644 index 7f23c54bf..000000000 --- a/libc/nt/ntdll/NtFreezeTransactions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFreezeTransactions diff --git a/libc/nt/ntdll/NtFsControlFile.S b/libc/nt/ntdll/NtFsControlFile.S new file mode 100644 index 000000000..8ba0a79a8 --- /dev/null +++ b/libc/nt/ntdll/NtFsControlFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtFsControlFile,NtFsControlFile + +#ifdef __x86_64__ + .text.windows +NtFsControlFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtFsControlFile(%rip),%rax + jmp __sysv2nt10 + .endfn NtFsControlFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtFsControlFile.s b/libc/nt/ntdll/NtFsControlFile.s deleted file mode 100644 index 99ac203bf..000000000 --- a/libc/nt/ntdll/NtFsControlFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtFsControlFile - - .text.windows -NtFsControlFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtFsControlFile(%rip),%rax - jmp __sysv2nt10 - .endfn NtFsControlFile,globl - .previous diff --git a/libc/nt/ntdll/NtGetCachedSigningLevel.S b/libc/nt/ntdll/NtGetCachedSigningLevel.S new file mode 100644 index 000000000..e3cdcd6a2 --- /dev/null +++ b/libc/nt/ntdll/NtGetCachedSigningLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetCachedSigningLevel,NtGetCachedSigningLevel diff --git a/libc/nt/ntdll/NtGetCachedSigningLevel.s b/libc/nt/ntdll/NtGetCachedSigningLevel.s deleted file mode 100644 index 81c45050b..000000000 --- a/libc/nt/ntdll/NtGetCachedSigningLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetCachedSigningLevel diff --git a/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.S b/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.S new file mode 100644 index 000000000..fdc52cd20 --- /dev/null +++ b/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetCompleteWnfStateSubscription,NtGetCompleteWnfStateSubscription diff --git a/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.s b/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.s deleted file mode 100644 index 4f3094e9f..000000000 --- a/libc/nt/ntdll/NtGetCompleteWnfStateSubscription.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetCompleteWnfStateSubscription diff --git a/libc/nt/ntdll/NtGetContextThread.S b/libc/nt/ntdll/NtGetContextThread.S new file mode 100644 index 000000000..700269588 --- /dev/null +++ b/libc/nt/ntdll/NtGetContextThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetContextThread,NtGetContextThread + +#ifdef __x86_64__ + .text.windows +NtGetContextThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtGetContextThread(%rip),%rax + jmp __sysv2nt + .endfn NtGetContextThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtGetContextThread.s b/libc/nt/ntdll/NtGetContextThread.s deleted file mode 100644 index 0723bb457..000000000 --- a/libc/nt/ntdll/NtGetContextThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetContextThread - - .text.windows -NtGetContextThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtGetContextThread(%rip),%rax - jmp __sysv2nt - .endfn NtGetContextThread,globl - .previous diff --git a/libc/nt/ntdll/NtGetCurrentProcessorNumber.S b/libc/nt/ntdll/NtGetCurrentProcessorNumber.S new file mode 100644 index 000000000..2eeccb5e7 --- /dev/null +++ b/libc/nt/ntdll/NtGetCurrentProcessorNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetCurrentProcessorNumber,NtGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/NtGetCurrentProcessorNumber.s b/libc/nt/ntdll/NtGetCurrentProcessorNumber.s deleted file mode 100644 index 734958d27..000000000 --- a/libc/nt/ntdll/NtGetCurrentProcessorNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.S b/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.S new file mode 100644 index 000000000..c7f62f1c5 --- /dev/null +++ b/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetCurrentProcessorNumberEx,NtGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.s b/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.s deleted file mode 100644 index fd683908d..000000000 --- a/libc/nt/ntdll/NtGetCurrentProcessorNumberEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/NtGetDevicePowerState.S b/libc/nt/ntdll/NtGetDevicePowerState.S new file mode 100644 index 000000000..749880b7f --- /dev/null +++ b/libc/nt/ntdll/NtGetDevicePowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetDevicePowerState,NtGetDevicePowerState diff --git a/libc/nt/ntdll/NtGetDevicePowerState.s b/libc/nt/ntdll/NtGetDevicePowerState.s deleted file mode 100644 index 2b986137b..000000000 --- a/libc/nt/ntdll/NtGetDevicePowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetDevicePowerState diff --git a/libc/nt/ntdll/NtGetMUIRegistryInfo.S b/libc/nt/ntdll/NtGetMUIRegistryInfo.S new file mode 100644 index 000000000..1f8c6ce2c --- /dev/null +++ b/libc/nt/ntdll/NtGetMUIRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetMUIRegistryInfo,NtGetMUIRegistryInfo diff --git a/libc/nt/ntdll/NtGetMUIRegistryInfo.s b/libc/nt/ntdll/NtGetMUIRegistryInfo.s deleted file mode 100644 index 11899936e..000000000 --- a/libc/nt/ntdll/NtGetMUIRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetMUIRegistryInfo diff --git a/libc/nt/ntdll/NtGetNextProcess.S b/libc/nt/ntdll/NtGetNextProcess.S new file mode 100644 index 000000000..a20aea30b --- /dev/null +++ b/libc/nt/ntdll/NtGetNextProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetNextProcess,NtGetNextProcess diff --git a/libc/nt/ntdll/NtGetNextProcess.s b/libc/nt/ntdll/NtGetNextProcess.s deleted file mode 100644 index 8449bccd0..000000000 --- a/libc/nt/ntdll/NtGetNextProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetNextProcess diff --git a/libc/nt/ntdll/NtGetNextThread.S b/libc/nt/ntdll/NtGetNextThread.S new file mode 100644 index 000000000..628abdb5a --- /dev/null +++ b/libc/nt/ntdll/NtGetNextThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetNextThread,NtGetNextThread diff --git a/libc/nt/ntdll/NtGetNextThread.s b/libc/nt/ntdll/NtGetNextThread.s deleted file mode 100644 index d2340b6f9..000000000 --- a/libc/nt/ntdll/NtGetNextThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetNextThread diff --git a/libc/nt/ntdll/NtGetNlsSectionPtr.S b/libc/nt/ntdll/NtGetNlsSectionPtr.S new file mode 100644 index 000000000..1d2c35601 --- /dev/null +++ b/libc/nt/ntdll/NtGetNlsSectionPtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetNlsSectionPtr,NtGetNlsSectionPtr diff --git a/libc/nt/ntdll/NtGetNlsSectionPtr.s b/libc/nt/ntdll/NtGetNlsSectionPtr.s deleted file mode 100644 index a634fff2f..000000000 --- a/libc/nt/ntdll/NtGetNlsSectionPtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetNlsSectionPtr diff --git a/libc/nt/ntdll/NtGetNotificationResourceManager.S b/libc/nt/ntdll/NtGetNotificationResourceManager.S new file mode 100644 index 000000000..dec1749fb --- /dev/null +++ b/libc/nt/ntdll/NtGetNotificationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetNotificationResourceManager,NtGetNotificationResourceManager diff --git a/libc/nt/ntdll/NtGetNotificationResourceManager.s b/libc/nt/ntdll/NtGetNotificationResourceManager.s deleted file mode 100644 index 50e871bed..000000000 --- a/libc/nt/ntdll/NtGetNotificationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetNotificationResourceManager diff --git a/libc/nt/ntdll/NtGetTickCount.S b/libc/nt/ntdll/NtGetTickCount.S new file mode 100644 index 000000000..b419ff391 --- /dev/null +++ b/libc/nt/ntdll/NtGetTickCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetTickCount,NtGetTickCount diff --git a/libc/nt/ntdll/NtGetTickCount.s b/libc/nt/ntdll/NtGetTickCount.s deleted file mode 100644 index 43afd709d..000000000 --- a/libc/nt/ntdll/NtGetTickCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetTickCount diff --git a/libc/nt/ntdll/NtGetWriteWatch.S b/libc/nt/ntdll/NtGetWriteWatch.S new file mode 100644 index 000000000..d7ee19d12 --- /dev/null +++ b/libc/nt/ntdll/NtGetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtGetWriteWatch,NtGetWriteWatch diff --git a/libc/nt/ntdll/NtGetWriteWatch.s b/libc/nt/ntdll/NtGetWriteWatch.s deleted file mode 100644 index b3f80f71d..000000000 --- a/libc/nt/ntdll/NtGetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtGetWriteWatch diff --git a/libc/nt/ntdll/NtImpersonateAnonymousToken.S b/libc/nt/ntdll/NtImpersonateAnonymousToken.S new file mode 100644 index 000000000..d833f6361 --- /dev/null +++ b/libc/nt/ntdll/NtImpersonateAnonymousToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtImpersonateAnonymousToken,NtImpersonateAnonymousToken diff --git a/libc/nt/ntdll/NtImpersonateAnonymousToken.s b/libc/nt/ntdll/NtImpersonateAnonymousToken.s deleted file mode 100644 index 49d7a8307..000000000 --- a/libc/nt/ntdll/NtImpersonateAnonymousToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtImpersonateAnonymousToken diff --git a/libc/nt/ntdll/NtImpersonateClientOfPort.S b/libc/nt/ntdll/NtImpersonateClientOfPort.S new file mode 100644 index 000000000..1b25b13de --- /dev/null +++ b/libc/nt/ntdll/NtImpersonateClientOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtImpersonateClientOfPort,NtImpersonateClientOfPort diff --git a/libc/nt/ntdll/NtImpersonateClientOfPort.s b/libc/nt/ntdll/NtImpersonateClientOfPort.s deleted file mode 100644 index 0cf878e04..000000000 --- a/libc/nt/ntdll/NtImpersonateClientOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtImpersonateClientOfPort diff --git a/libc/nt/ntdll/NtImpersonateThread.S b/libc/nt/ntdll/NtImpersonateThread.S new file mode 100644 index 000000000..0784b144f --- /dev/null +++ b/libc/nt/ntdll/NtImpersonateThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtImpersonateThread,NtImpersonateThread diff --git a/libc/nt/ntdll/NtImpersonateThread.s b/libc/nt/ntdll/NtImpersonateThread.s deleted file mode 100644 index efe061b2f..000000000 --- a/libc/nt/ntdll/NtImpersonateThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtImpersonateThread diff --git a/libc/nt/ntdll/NtInitializeEnclave.S b/libc/nt/ntdll/NtInitializeEnclave.S new file mode 100644 index 000000000..ef02b0c19 --- /dev/null +++ b/libc/nt/ntdll/NtInitializeEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtInitializeEnclave,NtInitializeEnclave diff --git a/libc/nt/ntdll/NtInitializeEnclave.s b/libc/nt/ntdll/NtInitializeEnclave.s deleted file mode 100644 index e75bf74b9..000000000 --- a/libc/nt/ntdll/NtInitializeEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtInitializeEnclave diff --git a/libc/nt/ntdll/NtInitializeNlsFiles.S b/libc/nt/ntdll/NtInitializeNlsFiles.S new file mode 100644 index 000000000..b79b85928 --- /dev/null +++ b/libc/nt/ntdll/NtInitializeNlsFiles.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtInitializeNlsFiles,NtInitializeNlsFiles diff --git a/libc/nt/ntdll/NtInitializeNlsFiles.s b/libc/nt/ntdll/NtInitializeNlsFiles.s deleted file mode 100644 index eb99a0552..000000000 --- a/libc/nt/ntdll/NtInitializeNlsFiles.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtInitializeNlsFiles diff --git a/libc/nt/ntdll/NtInitializeRegistry.S b/libc/nt/ntdll/NtInitializeRegistry.S new file mode 100644 index 000000000..b07e548e0 --- /dev/null +++ b/libc/nt/ntdll/NtInitializeRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtInitializeRegistry,NtInitializeRegistry diff --git a/libc/nt/ntdll/NtInitializeRegistry.s b/libc/nt/ntdll/NtInitializeRegistry.s deleted file mode 100644 index 991ae40d6..000000000 --- a/libc/nt/ntdll/NtInitializeRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtInitializeRegistry diff --git a/libc/nt/ntdll/NtInitiatePowerAction.S b/libc/nt/ntdll/NtInitiatePowerAction.S new file mode 100644 index 000000000..83c0f46d8 --- /dev/null +++ b/libc/nt/ntdll/NtInitiatePowerAction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtInitiatePowerAction,NtInitiatePowerAction diff --git a/libc/nt/ntdll/NtInitiatePowerAction.s b/libc/nt/ntdll/NtInitiatePowerAction.s deleted file mode 100644 index aa1ce3e76..000000000 --- a/libc/nt/ntdll/NtInitiatePowerAction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtInitiatePowerAction diff --git a/libc/nt/ntdll/NtIsProcessInJob.S b/libc/nt/ntdll/NtIsProcessInJob.S new file mode 100644 index 000000000..e6e032c2a --- /dev/null +++ b/libc/nt/ntdll/NtIsProcessInJob.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtIsProcessInJob,NtIsProcessInJob diff --git a/libc/nt/ntdll/NtIsProcessInJob.s b/libc/nt/ntdll/NtIsProcessInJob.s deleted file mode 100644 index 05c58d854..000000000 --- a/libc/nt/ntdll/NtIsProcessInJob.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtIsProcessInJob diff --git a/libc/nt/ntdll/NtIsSystemResumeAutomatic.S b/libc/nt/ntdll/NtIsSystemResumeAutomatic.S new file mode 100644 index 000000000..35e681a51 --- /dev/null +++ b/libc/nt/ntdll/NtIsSystemResumeAutomatic.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtIsSystemResumeAutomatic,NtIsSystemResumeAutomatic diff --git a/libc/nt/ntdll/NtIsSystemResumeAutomatic.s b/libc/nt/ntdll/NtIsSystemResumeAutomatic.s deleted file mode 100644 index aa204d19e..000000000 --- a/libc/nt/ntdll/NtIsSystemResumeAutomatic.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtIsSystemResumeAutomatic diff --git a/libc/nt/ntdll/NtIsUILanguageComitted.S b/libc/nt/ntdll/NtIsUILanguageComitted.S new file mode 100644 index 000000000..87c7f36e4 --- /dev/null +++ b/libc/nt/ntdll/NtIsUILanguageComitted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtIsUILanguageComitted,NtIsUILanguageComitted diff --git a/libc/nt/ntdll/NtIsUILanguageComitted.s b/libc/nt/ntdll/NtIsUILanguageComitted.s deleted file mode 100644 index c6f3ad18d..000000000 --- a/libc/nt/ntdll/NtIsUILanguageComitted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtIsUILanguageComitted diff --git a/libc/nt/ntdll/NtListenPort.S b/libc/nt/ntdll/NtListenPort.S new file mode 100644 index 000000000..d98544fa4 --- /dev/null +++ b/libc/nt/ntdll/NtListenPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtListenPort,NtListenPort diff --git a/libc/nt/ntdll/NtListenPort.s b/libc/nt/ntdll/NtListenPort.s deleted file mode 100644 index 45cff3eaf..000000000 --- a/libc/nt/ntdll/NtListenPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtListenPort diff --git a/libc/nt/ntdll/NtLoadDriver.S b/libc/nt/ntdll/NtLoadDriver.S new file mode 100644 index 000000000..3de13b74a --- /dev/null +++ b/libc/nt/ntdll/NtLoadDriver.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadDriver,NtLoadDriver diff --git a/libc/nt/ntdll/NtLoadDriver.s b/libc/nt/ntdll/NtLoadDriver.s deleted file mode 100644 index 96eb4ee66..000000000 --- a/libc/nt/ntdll/NtLoadDriver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadDriver diff --git a/libc/nt/ntdll/NtLoadEnclaveData.S b/libc/nt/ntdll/NtLoadEnclaveData.S new file mode 100644 index 000000000..010bf9c2d --- /dev/null +++ b/libc/nt/ntdll/NtLoadEnclaveData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadEnclaveData,NtLoadEnclaveData diff --git a/libc/nt/ntdll/NtLoadEnclaveData.s b/libc/nt/ntdll/NtLoadEnclaveData.s deleted file mode 100644 index 3d4e2837f..000000000 --- a/libc/nt/ntdll/NtLoadEnclaveData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadEnclaveData diff --git a/libc/nt/ntdll/NtLoadHotPatch.S b/libc/nt/ntdll/NtLoadHotPatch.S new file mode 100644 index 000000000..9be38bec3 --- /dev/null +++ b/libc/nt/ntdll/NtLoadHotPatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadHotPatch,NtLoadHotPatch diff --git a/libc/nt/ntdll/NtLoadHotPatch.s b/libc/nt/ntdll/NtLoadHotPatch.s deleted file mode 100644 index b91701cda..000000000 --- a/libc/nt/ntdll/NtLoadHotPatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadHotPatch diff --git a/libc/nt/ntdll/NtLoadKey.S b/libc/nt/ntdll/NtLoadKey.S new file mode 100644 index 000000000..8eb89a020 --- /dev/null +++ b/libc/nt/ntdll/NtLoadKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadKey,NtLoadKey diff --git a/libc/nt/ntdll/NtLoadKey.s b/libc/nt/ntdll/NtLoadKey.s deleted file mode 100644 index 554ea238f..000000000 --- a/libc/nt/ntdll/NtLoadKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadKey diff --git a/libc/nt/ntdll/NtLoadKey2.S b/libc/nt/ntdll/NtLoadKey2.S new file mode 100644 index 000000000..17256c22f --- /dev/null +++ b/libc/nt/ntdll/NtLoadKey2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadKey2,NtLoadKey2 diff --git a/libc/nt/ntdll/NtLoadKey2.s b/libc/nt/ntdll/NtLoadKey2.s deleted file mode 100644 index 88fcd757e..000000000 --- a/libc/nt/ntdll/NtLoadKey2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadKey2 diff --git a/libc/nt/ntdll/NtLoadKeyEx.S b/libc/nt/ntdll/NtLoadKeyEx.S new file mode 100644 index 000000000..251662b0a --- /dev/null +++ b/libc/nt/ntdll/NtLoadKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLoadKeyEx,NtLoadKeyEx diff --git a/libc/nt/ntdll/NtLoadKeyEx.s b/libc/nt/ntdll/NtLoadKeyEx.s deleted file mode 100644 index 019506cbc..000000000 --- a/libc/nt/ntdll/NtLoadKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLoadKeyEx diff --git a/libc/nt/ntdll/NtLockFile.S b/libc/nt/ntdll/NtLockFile.S new file mode 100644 index 000000000..eebaaff24 --- /dev/null +++ b/libc/nt/ntdll/NtLockFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLockFile,NtLockFile diff --git a/libc/nt/ntdll/NtLockFile.s b/libc/nt/ntdll/NtLockFile.s deleted file mode 100644 index 0ce039ffe..000000000 --- a/libc/nt/ntdll/NtLockFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLockFile diff --git a/libc/nt/ntdll/NtLockProductActivationKeys.S b/libc/nt/ntdll/NtLockProductActivationKeys.S new file mode 100644 index 000000000..0b2bfea31 --- /dev/null +++ b/libc/nt/ntdll/NtLockProductActivationKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLockProductActivationKeys,NtLockProductActivationKeys diff --git a/libc/nt/ntdll/NtLockProductActivationKeys.s b/libc/nt/ntdll/NtLockProductActivationKeys.s deleted file mode 100644 index 86aec1fed..000000000 --- a/libc/nt/ntdll/NtLockProductActivationKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLockProductActivationKeys diff --git a/libc/nt/ntdll/NtLockRegistryKey.S b/libc/nt/ntdll/NtLockRegistryKey.S new file mode 100644 index 000000000..3495befec --- /dev/null +++ b/libc/nt/ntdll/NtLockRegistryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLockRegistryKey,NtLockRegistryKey diff --git a/libc/nt/ntdll/NtLockRegistryKey.s b/libc/nt/ntdll/NtLockRegistryKey.s deleted file mode 100644 index 775309862..000000000 --- a/libc/nt/ntdll/NtLockRegistryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLockRegistryKey diff --git a/libc/nt/ntdll/NtLockVirtualMemory.S b/libc/nt/ntdll/NtLockVirtualMemory.S new file mode 100644 index 000000000..ea8ca6592 --- /dev/null +++ b/libc/nt/ntdll/NtLockVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtLockVirtualMemory,NtLockVirtualMemory diff --git a/libc/nt/ntdll/NtLockVirtualMemory.s b/libc/nt/ntdll/NtLockVirtualMemory.s deleted file mode 100644 index 8ce1672ac..000000000 --- a/libc/nt/ntdll/NtLockVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtLockVirtualMemory diff --git a/libc/nt/ntdll/NtMakePermanentObject.S b/libc/nt/ntdll/NtMakePermanentObject.S new file mode 100644 index 000000000..440ad0d7d --- /dev/null +++ b/libc/nt/ntdll/NtMakePermanentObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMakePermanentObject,NtMakePermanentObject diff --git a/libc/nt/ntdll/NtMakePermanentObject.s b/libc/nt/ntdll/NtMakePermanentObject.s deleted file mode 100644 index ac4b6f926..000000000 --- a/libc/nt/ntdll/NtMakePermanentObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMakePermanentObject diff --git a/libc/nt/ntdll/NtMakeTemporaryObject.S b/libc/nt/ntdll/NtMakeTemporaryObject.S new file mode 100644 index 000000000..4b8c52d13 --- /dev/null +++ b/libc/nt/ntdll/NtMakeTemporaryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMakeTemporaryObject,NtMakeTemporaryObject diff --git a/libc/nt/ntdll/NtMakeTemporaryObject.s b/libc/nt/ntdll/NtMakeTemporaryObject.s deleted file mode 100644 index 656c70433..000000000 --- a/libc/nt/ntdll/NtMakeTemporaryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMakeTemporaryObject diff --git a/libc/nt/ntdll/NtManagePartition.S b/libc/nt/ntdll/NtManagePartition.S new file mode 100644 index 000000000..a61243855 --- /dev/null +++ b/libc/nt/ntdll/NtManagePartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtManagePartition,NtManagePartition diff --git a/libc/nt/ntdll/NtManagePartition.s b/libc/nt/ntdll/NtManagePartition.s deleted file mode 100644 index 441551c2f..000000000 --- a/libc/nt/ntdll/NtManagePartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtManagePartition diff --git a/libc/nt/ntdll/NtMapCMFModule.S b/libc/nt/ntdll/NtMapCMFModule.S new file mode 100644 index 000000000..2b078e7c4 --- /dev/null +++ b/libc/nt/ntdll/NtMapCMFModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMapCMFModule,NtMapCMFModule diff --git a/libc/nt/ntdll/NtMapCMFModule.s b/libc/nt/ntdll/NtMapCMFModule.s deleted file mode 100644 index cf0ae1c29..000000000 --- a/libc/nt/ntdll/NtMapCMFModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMapCMFModule diff --git a/libc/nt/ntdll/NtMapUserPhysicalPages.S b/libc/nt/ntdll/NtMapUserPhysicalPages.S new file mode 100644 index 000000000..4ff63c87c --- /dev/null +++ b/libc/nt/ntdll/NtMapUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMapUserPhysicalPages,NtMapUserPhysicalPages diff --git a/libc/nt/ntdll/NtMapUserPhysicalPages.s b/libc/nt/ntdll/NtMapUserPhysicalPages.s deleted file mode 100644 index 5e65511c7..000000000 --- a/libc/nt/ntdll/NtMapUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMapUserPhysicalPages diff --git a/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.S b/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.S new file mode 100644 index 000000000..8b8a2be21 --- /dev/null +++ b/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMapUserPhysicalPagesScatter,NtMapUserPhysicalPagesScatter diff --git a/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.s b/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.s deleted file mode 100644 index a1fcc6ba2..000000000 --- a/libc/nt/ntdll/NtMapUserPhysicalPagesScatter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMapUserPhysicalPagesScatter diff --git a/libc/nt/ntdll/NtMapViewOfSection.S b/libc/nt/ntdll/NtMapViewOfSection.S new file mode 100644 index 000000000..c30afa9b6 --- /dev/null +++ b/libc/nt/ntdll/NtMapViewOfSection.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMapViewOfSection,NtMapViewOfSection + +#ifdef __x86_64__ + .text.windows +NtMapViewOfSection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtMapViewOfSection(%rip),%rax + jmp __sysv2nt10 + .endfn NtMapViewOfSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtMapViewOfSection.s b/libc/nt/ntdll/NtMapViewOfSection.s deleted file mode 100644 index 732d94879..000000000 --- a/libc/nt/ntdll/NtMapViewOfSection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMapViewOfSection - - .text.windows -NtMapViewOfSection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtMapViewOfSection(%rip),%rax - jmp __sysv2nt10 - .endfn NtMapViewOfSection,globl - .previous diff --git a/libc/nt/ntdll/NtMapViewOfSectionEx.S b/libc/nt/ntdll/NtMapViewOfSectionEx.S new file mode 100644 index 000000000..6602a878a --- /dev/null +++ b/libc/nt/ntdll/NtMapViewOfSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtMapViewOfSectionEx,NtMapViewOfSectionEx diff --git a/libc/nt/ntdll/NtMapViewOfSectionEx.s b/libc/nt/ntdll/NtMapViewOfSectionEx.s deleted file mode 100644 index b1997c070..000000000 --- a/libc/nt/ntdll/NtMapViewOfSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtMapViewOfSectionEx diff --git a/libc/nt/ntdll/NtModifyBootEntry.S b/libc/nt/ntdll/NtModifyBootEntry.S new file mode 100644 index 000000000..7f31c09d0 --- /dev/null +++ b/libc/nt/ntdll/NtModifyBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtModifyBootEntry,NtModifyBootEntry diff --git a/libc/nt/ntdll/NtModifyBootEntry.s b/libc/nt/ntdll/NtModifyBootEntry.s deleted file mode 100644 index f9dbd93ce..000000000 --- a/libc/nt/ntdll/NtModifyBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtModifyBootEntry diff --git a/libc/nt/ntdll/NtModifyDriverEntry.S b/libc/nt/ntdll/NtModifyDriverEntry.S new file mode 100644 index 000000000..43258afcd --- /dev/null +++ b/libc/nt/ntdll/NtModifyDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtModifyDriverEntry,NtModifyDriverEntry diff --git a/libc/nt/ntdll/NtModifyDriverEntry.s b/libc/nt/ntdll/NtModifyDriverEntry.s deleted file mode 100644 index d60731aa8..000000000 --- a/libc/nt/ntdll/NtModifyDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtModifyDriverEntry diff --git a/libc/nt/ntdll/NtNotifyChangeDirectoryFile.S b/libc/nt/ntdll/NtNotifyChangeDirectoryFile.S new file mode 100644 index 000000000..8e5758697 --- /dev/null +++ b/libc/nt/ntdll/NtNotifyChangeDirectoryFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtNotifyChangeDirectoryFile,NtNotifyChangeDirectoryFile diff --git a/libc/nt/ntdll/NtNotifyChangeDirectoryFile.s b/libc/nt/ntdll/NtNotifyChangeDirectoryFile.s deleted file mode 100644 index 3bb0d40b7..000000000 --- a/libc/nt/ntdll/NtNotifyChangeDirectoryFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtNotifyChangeDirectoryFile diff --git a/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.S b/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.S new file mode 100644 index 000000000..7e756dc52 --- /dev/null +++ b/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtNotifyChangeDirectoryFileEx,NtNotifyChangeDirectoryFileEx diff --git a/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.s b/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.s deleted file mode 100644 index ae0f6215e..000000000 --- a/libc/nt/ntdll/NtNotifyChangeDirectoryFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtNotifyChangeDirectoryFileEx diff --git a/libc/nt/ntdll/NtNotifyChangeKey.S b/libc/nt/ntdll/NtNotifyChangeKey.S new file mode 100644 index 000000000..99cb076f8 --- /dev/null +++ b/libc/nt/ntdll/NtNotifyChangeKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtNotifyChangeKey,NtNotifyChangeKey diff --git a/libc/nt/ntdll/NtNotifyChangeKey.s b/libc/nt/ntdll/NtNotifyChangeKey.s deleted file mode 100644 index 6eb5cb117..000000000 --- a/libc/nt/ntdll/NtNotifyChangeKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtNotifyChangeKey diff --git a/libc/nt/ntdll/NtNotifyChangeMultipleKeys.S b/libc/nt/ntdll/NtNotifyChangeMultipleKeys.S new file mode 100644 index 000000000..2bddd0271 --- /dev/null +++ b/libc/nt/ntdll/NtNotifyChangeMultipleKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtNotifyChangeMultipleKeys,NtNotifyChangeMultipleKeys diff --git a/libc/nt/ntdll/NtNotifyChangeMultipleKeys.s b/libc/nt/ntdll/NtNotifyChangeMultipleKeys.s deleted file mode 100644 index 8ddb363bf..000000000 --- a/libc/nt/ntdll/NtNotifyChangeMultipleKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtNotifyChangeMultipleKeys diff --git a/libc/nt/ntdll/NtNotifyChangeSession.S b/libc/nt/ntdll/NtNotifyChangeSession.S new file mode 100644 index 000000000..9706e9ad2 --- /dev/null +++ b/libc/nt/ntdll/NtNotifyChangeSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtNotifyChangeSession,NtNotifyChangeSession diff --git a/libc/nt/ntdll/NtNotifyChangeSession.s b/libc/nt/ntdll/NtNotifyChangeSession.s deleted file mode 100644 index e03447802..000000000 --- a/libc/nt/ntdll/NtNotifyChangeSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtNotifyChangeSession diff --git a/libc/nt/ntdll/NtOpenDirectoryObject.S b/libc/nt/ntdll/NtOpenDirectoryObject.S new file mode 100644 index 000000000..235e08808 --- /dev/null +++ b/libc/nt/ntdll/NtOpenDirectoryObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenDirectoryObject,NtOpenDirectoryObject + +#ifdef __x86_64__ + .text.windows +NtOpenDirectoryObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenDirectoryObject(%rip),%rax + jmp __sysv2nt + .endfn NtOpenDirectoryObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenDirectoryObject.s b/libc/nt/ntdll/NtOpenDirectoryObject.s deleted file mode 100644 index 56bab9b4a..000000000 --- a/libc/nt/ntdll/NtOpenDirectoryObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenDirectoryObject - - .text.windows -NtOpenDirectoryObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenDirectoryObject(%rip),%rax - jmp __sysv2nt - .endfn NtOpenDirectoryObject,globl - .previous diff --git a/libc/nt/ntdll/NtOpenEnlistment.S b/libc/nt/ntdll/NtOpenEnlistment.S new file mode 100644 index 000000000..334e8d15c --- /dev/null +++ b/libc/nt/ntdll/NtOpenEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenEnlistment,NtOpenEnlistment diff --git a/libc/nt/ntdll/NtOpenEnlistment.s b/libc/nt/ntdll/NtOpenEnlistment.s deleted file mode 100644 index 96cfb1b0a..000000000 --- a/libc/nt/ntdll/NtOpenEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenEnlistment diff --git a/libc/nt/ntdll/NtOpenEvent.S b/libc/nt/ntdll/NtOpenEvent.S new file mode 100644 index 000000000..dcec04cfb --- /dev/null +++ b/libc/nt/ntdll/NtOpenEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenEvent,NtOpenEvent diff --git a/libc/nt/ntdll/NtOpenEvent.s b/libc/nt/ntdll/NtOpenEvent.s deleted file mode 100644 index 6f2c2280b..000000000 --- a/libc/nt/ntdll/NtOpenEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenEvent diff --git a/libc/nt/ntdll/NtOpenEventPair.S b/libc/nt/ntdll/NtOpenEventPair.S new file mode 100644 index 000000000..15e1cf2de --- /dev/null +++ b/libc/nt/ntdll/NtOpenEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenEventPair,NtOpenEventPair diff --git a/libc/nt/ntdll/NtOpenEventPair.s b/libc/nt/ntdll/NtOpenEventPair.s deleted file mode 100644 index 2b2e83fec..000000000 --- a/libc/nt/ntdll/NtOpenEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenEventPair diff --git a/libc/nt/ntdll/NtOpenFile.S b/libc/nt/ntdll/NtOpenFile.S new file mode 100644 index 000000000..5c88b6e35 --- /dev/null +++ b/libc/nt/ntdll/NtOpenFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenFile,NtOpenFile + +#ifdef __x86_64__ + .text.windows +NtOpenFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenFile(%rip),%rax + jmp __sysv2nt6 + .endfn NtOpenFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenFile.s b/libc/nt/ntdll/NtOpenFile.s deleted file mode 100644 index 9aa20a876..000000000 --- a/libc/nt/ntdll/NtOpenFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenFile - - .text.windows -NtOpenFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenFile(%rip),%rax - jmp __sysv2nt6 - .endfn NtOpenFile,globl - .previous diff --git a/libc/nt/ntdll/NtOpenIoCompletion.S b/libc/nt/ntdll/NtOpenIoCompletion.S new file mode 100644 index 000000000..b8285ed6d --- /dev/null +++ b/libc/nt/ntdll/NtOpenIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenIoCompletion,NtOpenIoCompletion diff --git a/libc/nt/ntdll/NtOpenIoCompletion.s b/libc/nt/ntdll/NtOpenIoCompletion.s deleted file mode 100644 index 77ecf79ff..000000000 --- a/libc/nt/ntdll/NtOpenIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenIoCompletion diff --git a/libc/nt/ntdll/NtOpenJobObject.S b/libc/nt/ntdll/NtOpenJobObject.S new file mode 100644 index 000000000..51dab4335 --- /dev/null +++ b/libc/nt/ntdll/NtOpenJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenJobObject,NtOpenJobObject diff --git a/libc/nt/ntdll/NtOpenJobObject.s b/libc/nt/ntdll/NtOpenJobObject.s deleted file mode 100644 index 961eb64b5..000000000 --- a/libc/nt/ntdll/NtOpenJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenJobObject diff --git a/libc/nt/ntdll/NtOpenKey.S b/libc/nt/ntdll/NtOpenKey.S new file mode 100644 index 000000000..ba9f4a8a8 --- /dev/null +++ b/libc/nt/ntdll/NtOpenKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenKey,NtOpenKey + +#ifdef __x86_64__ + .text.windows +NtOpenKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenKey(%rip),%rax + jmp __sysv2nt + .endfn NtOpenKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenKey.s b/libc/nt/ntdll/NtOpenKey.s deleted file mode 100644 index 58d39a007..000000000 --- a/libc/nt/ntdll/NtOpenKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenKey - - .text.windows -NtOpenKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenKey(%rip),%rax - jmp __sysv2nt - .endfn NtOpenKey,globl - .previous diff --git a/libc/nt/ntdll/NtOpenKeyEx.S b/libc/nt/ntdll/NtOpenKeyEx.S new file mode 100644 index 000000000..1a3d02a25 --- /dev/null +++ b/libc/nt/ntdll/NtOpenKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenKeyEx,NtOpenKeyEx diff --git a/libc/nt/ntdll/NtOpenKeyEx.s b/libc/nt/ntdll/NtOpenKeyEx.s deleted file mode 100644 index c713a6c0a..000000000 --- a/libc/nt/ntdll/NtOpenKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenKeyEx diff --git a/libc/nt/ntdll/NtOpenKeyTransacted.S b/libc/nt/ntdll/NtOpenKeyTransacted.S new file mode 100644 index 000000000..910cb05e4 --- /dev/null +++ b/libc/nt/ntdll/NtOpenKeyTransacted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenKeyTransacted,NtOpenKeyTransacted diff --git a/libc/nt/ntdll/NtOpenKeyTransacted.s b/libc/nt/ntdll/NtOpenKeyTransacted.s deleted file mode 100644 index b5e9ef532..000000000 --- a/libc/nt/ntdll/NtOpenKeyTransacted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenKeyTransacted diff --git a/libc/nt/ntdll/NtOpenKeyTransactedEx.S b/libc/nt/ntdll/NtOpenKeyTransactedEx.S new file mode 100644 index 000000000..598e946df --- /dev/null +++ b/libc/nt/ntdll/NtOpenKeyTransactedEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenKeyTransactedEx,NtOpenKeyTransactedEx diff --git a/libc/nt/ntdll/NtOpenKeyTransactedEx.s b/libc/nt/ntdll/NtOpenKeyTransactedEx.s deleted file mode 100644 index f77403f48..000000000 --- a/libc/nt/ntdll/NtOpenKeyTransactedEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenKeyTransactedEx diff --git a/libc/nt/ntdll/NtOpenKeyedEvent.S b/libc/nt/ntdll/NtOpenKeyedEvent.S new file mode 100644 index 000000000..6cae087aa --- /dev/null +++ b/libc/nt/ntdll/NtOpenKeyedEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenKeyedEvent,NtOpenKeyedEvent diff --git a/libc/nt/ntdll/NtOpenKeyedEvent.s b/libc/nt/ntdll/NtOpenKeyedEvent.s deleted file mode 100644 index 9aeade6d0..000000000 --- a/libc/nt/ntdll/NtOpenKeyedEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenKeyedEvent diff --git a/libc/nt/ntdll/NtOpenMutant.S b/libc/nt/ntdll/NtOpenMutant.S new file mode 100644 index 000000000..46d00410a --- /dev/null +++ b/libc/nt/ntdll/NtOpenMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenMutant,NtOpenMutant diff --git a/libc/nt/ntdll/NtOpenMutant.s b/libc/nt/ntdll/NtOpenMutant.s deleted file mode 100644 index 8811fd2b9..000000000 --- a/libc/nt/ntdll/NtOpenMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenMutant diff --git a/libc/nt/ntdll/NtOpenObjectAuditAlarm.S b/libc/nt/ntdll/NtOpenObjectAuditAlarm.S new file mode 100644 index 000000000..324b60f90 --- /dev/null +++ b/libc/nt/ntdll/NtOpenObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenObjectAuditAlarm,NtOpenObjectAuditAlarm diff --git a/libc/nt/ntdll/NtOpenObjectAuditAlarm.s b/libc/nt/ntdll/NtOpenObjectAuditAlarm.s deleted file mode 100644 index c88dd3aa2..000000000 --- a/libc/nt/ntdll/NtOpenObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenObjectAuditAlarm diff --git a/libc/nt/ntdll/NtOpenPartition.S b/libc/nt/ntdll/NtOpenPartition.S new file mode 100644 index 000000000..08ecd75da --- /dev/null +++ b/libc/nt/ntdll/NtOpenPartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenPartition,NtOpenPartition diff --git a/libc/nt/ntdll/NtOpenPartition.s b/libc/nt/ntdll/NtOpenPartition.s deleted file mode 100644 index 3e3c73655..000000000 --- a/libc/nt/ntdll/NtOpenPartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenPartition diff --git a/libc/nt/ntdll/NtOpenPrivateNamespace.S b/libc/nt/ntdll/NtOpenPrivateNamespace.S new file mode 100644 index 000000000..bb4de705c --- /dev/null +++ b/libc/nt/ntdll/NtOpenPrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenPrivateNamespace,NtOpenPrivateNamespace diff --git a/libc/nt/ntdll/NtOpenPrivateNamespace.s b/libc/nt/ntdll/NtOpenPrivateNamespace.s deleted file mode 100644 index 27c6ae6c7..000000000 --- a/libc/nt/ntdll/NtOpenPrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenPrivateNamespace diff --git a/libc/nt/ntdll/NtOpenProcess.S b/libc/nt/ntdll/NtOpenProcess.S new file mode 100644 index 000000000..3a935ce85 --- /dev/null +++ b/libc/nt/ntdll/NtOpenProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenProcess,NtOpenProcess + +#ifdef __x86_64__ + .text.windows +NtOpenProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenProcess(%rip),%rax + jmp __sysv2nt + .endfn NtOpenProcess,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenProcess.s b/libc/nt/ntdll/NtOpenProcess.s deleted file mode 100644 index d58ba8ecf..000000000 --- a/libc/nt/ntdll/NtOpenProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenProcess - - .text.windows -NtOpenProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenProcess(%rip),%rax - jmp __sysv2nt - .endfn NtOpenProcess,globl - .previous diff --git a/libc/nt/ntdll/NtOpenProcessToken.S b/libc/nt/ntdll/NtOpenProcessToken.S new file mode 100644 index 000000000..33961e7f2 --- /dev/null +++ b/libc/nt/ntdll/NtOpenProcessToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenProcessToken,NtOpenProcessToken + +#ifdef __x86_64__ + .text.windows +NtOpenProcessToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenProcessToken(%rip),%rax + jmp __sysv2nt + .endfn NtOpenProcessToken,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenProcessToken.s b/libc/nt/ntdll/NtOpenProcessToken.s deleted file mode 100644 index acb36526e..000000000 --- a/libc/nt/ntdll/NtOpenProcessToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenProcessToken - - .text.windows -NtOpenProcessToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenProcessToken(%rip),%rax - jmp __sysv2nt - .endfn NtOpenProcessToken,globl - .previous diff --git a/libc/nt/ntdll/NtOpenProcessTokenEx.S b/libc/nt/ntdll/NtOpenProcessTokenEx.S new file mode 100644 index 000000000..1ddef25b5 --- /dev/null +++ b/libc/nt/ntdll/NtOpenProcessTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenProcessTokenEx,NtOpenProcessTokenEx diff --git a/libc/nt/ntdll/NtOpenProcessTokenEx.s b/libc/nt/ntdll/NtOpenProcessTokenEx.s deleted file mode 100644 index 4c37d555a..000000000 --- a/libc/nt/ntdll/NtOpenProcessTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenProcessTokenEx diff --git a/libc/nt/ntdll/NtOpenRegistryTransaction.S b/libc/nt/ntdll/NtOpenRegistryTransaction.S new file mode 100644 index 000000000..86c67d831 --- /dev/null +++ b/libc/nt/ntdll/NtOpenRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenRegistryTransaction,NtOpenRegistryTransaction diff --git a/libc/nt/ntdll/NtOpenRegistryTransaction.s b/libc/nt/ntdll/NtOpenRegistryTransaction.s deleted file mode 100644 index a1501da53..000000000 --- a/libc/nt/ntdll/NtOpenRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenRegistryTransaction diff --git a/libc/nt/ntdll/NtOpenResourceManager.S b/libc/nt/ntdll/NtOpenResourceManager.S new file mode 100644 index 000000000..fb98c3bdb --- /dev/null +++ b/libc/nt/ntdll/NtOpenResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenResourceManager,NtOpenResourceManager diff --git a/libc/nt/ntdll/NtOpenResourceManager.s b/libc/nt/ntdll/NtOpenResourceManager.s deleted file mode 100644 index f785634b9..000000000 --- a/libc/nt/ntdll/NtOpenResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenResourceManager diff --git a/libc/nt/ntdll/NtOpenSection.S b/libc/nt/ntdll/NtOpenSection.S new file mode 100644 index 000000000..6c40b7f1d --- /dev/null +++ b/libc/nt/ntdll/NtOpenSection.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenSection,NtOpenSection + +#ifdef __x86_64__ + .text.windows +NtOpenSection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenSection(%rip),%rax + jmp __sysv2nt + .endfn NtOpenSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenSection.s b/libc/nt/ntdll/NtOpenSection.s deleted file mode 100644 index 72c9303fd..000000000 --- a/libc/nt/ntdll/NtOpenSection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenSection - - .text.windows -NtOpenSection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenSection(%rip),%rax - jmp __sysv2nt - .endfn NtOpenSection,globl - .previous diff --git a/libc/nt/ntdll/NtOpenSemaphore.S b/libc/nt/ntdll/NtOpenSemaphore.S new file mode 100644 index 000000000..054f9cecb --- /dev/null +++ b/libc/nt/ntdll/NtOpenSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenSemaphore,NtOpenSemaphore diff --git a/libc/nt/ntdll/NtOpenSemaphore.s b/libc/nt/ntdll/NtOpenSemaphore.s deleted file mode 100644 index b5168824a..000000000 --- a/libc/nt/ntdll/NtOpenSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenSemaphore diff --git a/libc/nt/ntdll/NtOpenSession.S b/libc/nt/ntdll/NtOpenSession.S new file mode 100644 index 000000000..6337a7a71 --- /dev/null +++ b/libc/nt/ntdll/NtOpenSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenSession,NtOpenSession diff --git a/libc/nt/ntdll/NtOpenSession.s b/libc/nt/ntdll/NtOpenSession.s deleted file mode 100644 index 48b303718..000000000 --- a/libc/nt/ntdll/NtOpenSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenSession diff --git a/libc/nt/ntdll/NtOpenSymbolicLinkObject.S b/libc/nt/ntdll/NtOpenSymbolicLinkObject.S new file mode 100644 index 000000000..6801e1cf5 --- /dev/null +++ b/libc/nt/ntdll/NtOpenSymbolicLinkObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenSymbolicLinkObject,NtOpenSymbolicLinkObject + +#ifdef __x86_64__ + .text.windows +NtOpenSymbolicLinkObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenSymbolicLinkObject(%rip),%rax + jmp __sysv2nt + .endfn NtOpenSymbolicLinkObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenSymbolicLinkObject.s b/libc/nt/ntdll/NtOpenSymbolicLinkObject.s deleted file mode 100644 index 7d8dfa42b..000000000 --- a/libc/nt/ntdll/NtOpenSymbolicLinkObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenSymbolicLinkObject - - .text.windows -NtOpenSymbolicLinkObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenSymbolicLinkObject(%rip),%rax - jmp __sysv2nt - .endfn NtOpenSymbolicLinkObject,globl - .previous diff --git a/libc/nt/ntdll/NtOpenThread.S b/libc/nt/ntdll/NtOpenThread.S new file mode 100644 index 000000000..1edeb919f --- /dev/null +++ b/libc/nt/ntdll/NtOpenThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenThread,NtOpenThread + +#ifdef __x86_64__ + .text.windows +NtOpenThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenThread(%rip),%rax + jmp __sysv2nt + .endfn NtOpenThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenThread.s b/libc/nt/ntdll/NtOpenThread.s deleted file mode 100644 index 42dd10e78..000000000 --- a/libc/nt/ntdll/NtOpenThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenThread - - .text.windows -NtOpenThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenThread(%rip),%rax - jmp __sysv2nt - .endfn NtOpenThread,globl - .previous diff --git a/libc/nt/ntdll/NtOpenThreadToken.S b/libc/nt/ntdll/NtOpenThreadToken.S new file mode 100644 index 000000000..99276ab99 --- /dev/null +++ b/libc/nt/ntdll/NtOpenThreadToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenThreadToken,NtOpenThreadToken + +#ifdef __x86_64__ + .text.windows +NtOpenThreadToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtOpenThreadToken(%rip),%rax + jmp __sysv2nt + .endfn NtOpenThreadToken,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtOpenThreadToken.s b/libc/nt/ntdll/NtOpenThreadToken.s deleted file mode 100644 index a07a0f6de..000000000 --- a/libc/nt/ntdll/NtOpenThreadToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenThreadToken - - .text.windows -NtOpenThreadToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtOpenThreadToken(%rip),%rax - jmp __sysv2nt - .endfn NtOpenThreadToken,globl - .previous diff --git a/libc/nt/ntdll/NtOpenThreadTokenEx.S b/libc/nt/ntdll/NtOpenThreadTokenEx.S new file mode 100644 index 000000000..5689d77d1 --- /dev/null +++ b/libc/nt/ntdll/NtOpenThreadTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenThreadTokenEx,NtOpenThreadTokenEx diff --git a/libc/nt/ntdll/NtOpenThreadTokenEx.s b/libc/nt/ntdll/NtOpenThreadTokenEx.s deleted file mode 100644 index 053b3cba5..000000000 --- a/libc/nt/ntdll/NtOpenThreadTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenThreadTokenEx diff --git a/libc/nt/ntdll/NtOpenTimer.S b/libc/nt/ntdll/NtOpenTimer.S new file mode 100644 index 000000000..0bde236bb --- /dev/null +++ b/libc/nt/ntdll/NtOpenTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenTimer,NtOpenTimer diff --git a/libc/nt/ntdll/NtOpenTimer.s b/libc/nt/ntdll/NtOpenTimer.s deleted file mode 100644 index 144180ffa..000000000 --- a/libc/nt/ntdll/NtOpenTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenTimer diff --git a/libc/nt/ntdll/NtOpenTransaction.S b/libc/nt/ntdll/NtOpenTransaction.S new file mode 100644 index 000000000..4efbe5a93 --- /dev/null +++ b/libc/nt/ntdll/NtOpenTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenTransaction,NtOpenTransaction diff --git a/libc/nt/ntdll/NtOpenTransaction.s b/libc/nt/ntdll/NtOpenTransaction.s deleted file mode 100644 index 390bbf73a..000000000 --- a/libc/nt/ntdll/NtOpenTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenTransaction diff --git a/libc/nt/ntdll/NtOpenTransactionManager.S b/libc/nt/ntdll/NtOpenTransactionManager.S new file mode 100644 index 000000000..c4fe26647 --- /dev/null +++ b/libc/nt/ntdll/NtOpenTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtOpenTransactionManager,NtOpenTransactionManager diff --git a/libc/nt/ntdll/NtOpenTransactionManager.s b/libc/nt/ntdll/NtOpenTransactionManager.s deleted file mode 100644 index 9c30dfbf4..000000000 --- a/libc/nt/ntdll/NtOpenTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtOpenTransactionManager diff --git a/libc/nt/ntdll/NtPlugPlayControl.S b/libc/nt/ntdll/NtPlugPlayControl.S new file mode 100644 index 000000000..1804fcd53 --- /dev/null +++ b/libc/nt/ntdll/NtPlugPlayControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPlugPlayControl,NtPlugPlayControl diff --git a/libc/nt/ntdll/NtPlugPlayControl.s b/libc/nt/ntdll/NtPlugPlayControl.s deleted file mode 100644 index f42552d85..000000000 --- a/libc/nt/ntdll/NtPlugPlayControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPlugPlayControl diff --git a/libc/nt/ntdll/NtPowerInformation.S b/libc/nt/ntdll/NtPowerInformation.S new file mode 100644 index 000000000..4eef713ff --- /dev/null +++ b/libc/nt/ntdll/NtPowerInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPowerInformation,NtPowerInformation diff --git a/libc/nt/ntdll/NtPowerInformation.s b/libc/nt/ntdll/NtPowerInformation.s deleted file mode 100644 index 116eae818..000000000 --- a/libc/nt/ntdll/NtPowerInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPowerInformation diff --git a/libc/nt/ntdll/NtPrePrepareComplete.S b/libc/nt/ntdll/NtPrePrepareComplete.S new file mode 100644 index 000000000..e38819078 --- /dev/null +++ b/libc/nt/ntdll/NtPrePrepareComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrePrepareComplete,NtPrePrepareComplete diff --git a/libc/nt/ntdll/NtPrePrepareComplete.s b/libc/nt/ntdll/NtPrePrepareComplete.s deleted file mode 100644 index fb25256bc..000000000 --- a/libc/nt/ntdll/NtPrePrepareComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrePrepareComplete diff --git a/libc/nt/ntdll/NtPrePrepareEnlistment.S b/libc/nt/ntdll/NtPrePrepareEnlistment.S new file mode 100644 index 000000000..fbf1ed0ea --- /dev/null +++ b/libc/nt/ntdll/NtPrePrepareEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrePrepareEnlistment,NtPrePrepareEnlistment diff --git a/libc/nt/ntdll/NtPrePrepareEnlistment.s b/libc/nt/ntdll/NtPrePrepareEnlistment.s deleted file mode 100644 index 112730685..000000000 --- a/libc/nt/ntdll/NtPrePrepareEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrePrepareEnlistment diff --git a/libc/nt/ntdll/NtPrepareComplete.S b/libc/nt/ntdll/NtPrepareComplete.S new file mode 100644 index 000000000..050d4bc84 --- /dev/null +++ b/libc/nt/ntdll/NtPrepareComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrepareComplete,NtPrepareComplete diff --git a/libc/nt/ntdll/NtPrepareComplete.s b/libc/nt/ntdll/NtPrepareComplete.s deleted file mode 100644 index a3f48f176..000000000 --- a/libc/nt/ntdll/NtPrepareComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrepareComplete diff --git a/libc/nt/ntdll/NtPrepareEnlistment.S b/libc/nt/ntdll/NtPrepareEnlistment.S new file mode 100644 index 000000000..19e0224f9 --- /dev/null +++ b/libc/nt/ntdll/NtPrepareEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrepareEnlistment,NtPrepareEnlistment diff --git a/libc/nt/ntdll/NtPrepareEnlistment.s b/libc/nt/ntdll/NtPrepareEnlistment.s deleted file mode 100644 index 7ef90f52a..000000000 --- a/libc/nt/ntdll/NtPrepareEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrepareEnlistment diff --git a/libc/nt/ntdll/NtPrivilegeCheck.S b/libc/nt/ntdll/NtPrivilegeCheck.S new file mode 100644 index 000000000..28ecadc8b --- /dev/null +++ b/libc/nt/ntdll/NtPrivilegeCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrivilegeCheck,NtPrivilegeCheck diff --git a/libc/nt/ntdll/NtPrivilegeCheck.s b/libc/nt/ntdll/NtPrivilegeCheck.s deleted file mode 100644 index e26d9fa74..000000000 --- a/libc/nt/ntdll/NtPrivilegeCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrivilegeCheck diff --git a/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.S b/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.S new file mode 100644 index 000000000..7f8587137 --- /dev/null +++ b/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrivilegeObjectAuditAlarm,NtPrivilegeObjectAuditAlarm diff --git a/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.s b/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.s deleted file mode 100644 index 07ed1e447..000000000 --- a/libc/nt/ntdll/NtPrivilegeObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrivilegeObjectAuditAlarm diff --git a/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.S b/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.S new file mode 100644 index 000000000..087b41307 --- /dev/null +++ b/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPrivilegedServiceAuditAlarm,NtPrivilegedServiceAuditAlarm diff --git a/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.s b/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.s deleted file mode 100644 index 76b5c1b82..000000000 --- a/libc/nt/ntdll/NtPrivilegedServiceAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPrivilegedServiceAuditAlarm diff --git a/libc/nt/ntdll/NtPropagationComplete.S b/libc/nt/ntdll/NtPropagationComplete.S new file mode 100644 index 000000000..6c5dc45d0 --- /dev/null +++ b/libc/nt/ntdll/NtPropagationComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPropagationComplete,NtPropagationComplete diff --git a/libc/nt/ntdll/NtPropagationComplete.s b/libc/nt/ntdll/NtPropagationComplete.s deleted file mode 100644 index 13b843d5f..000000000 --- a/libc/nt/ntdll/NtPropagationComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPropagationComplete diff --git a/libc/nt/ntdll/NtPropagationFailed.S b/libc/nt/ntdll/NtPropagationFailed.S new file mode 100644 index 000000000..bd521f5f4 --- /dev/null +++ b/libc/nt/ntdll/NtPropagationFailed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPropagationFailed,NtPropagationFailed diff --git a/libc/nt/ntdll/NtPropagationFailed.s b/libc/nt/ntdll/NtPropagationFailed.s deleted file mode 100644 index 2e891c3c0..000000000 --- a/libc/nt/ntdll/NtPropagationFailed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPropagationFailed diff --git a/libc/nt/ntdll/NtProtectVirtualMemory.S b/libc/nt/ntdll/NtProtectVirtualMemory.S new file mode 100644 index 000000000..95f8d96a6 --- /dev/null +++ b/libc/nt/ntdll/NtProtectVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtProtectVirtualMemory,NtProtectVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtProtectVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtProtectVirtualMemory(%rip),%rax + jmp __sysv2nt6 + .endfn NtProtectVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtProtectVirtualMemory.s b/libc/nt/ntdll/NtProtectVirtualMemory.s deleted file mode 100644 index 300bb8ff4..000000000 --- a/libc/nt/ntdll/NtProtectVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtProtectVirtualMemory - - .text.windows -NtProtectVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtProtectVirtualMemory(%rip),%rax - jmp __sysv2nt6 - .endfn NtProtectVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtPulseEvent.S b/libc/nt/ntdll/NtPulseEvent.S new file mode 100644 index 000000000..966950d03 --- /dev/null +++ b/libc/nt/ntdll/NtPulseEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtPulseEvent,NtPulseEvent diff --git a/libc/nt/ntdll/NtPulseEvent.s b/libc/nt/ntdll/NtPulseEvent.s deleted file mode 100644 index e0ece79f6..000000000 --- a/libc/nt/ntdll/NtPulseEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtPulseEvent diff --git a/libc/nt/ntdll/NtQueryAttributesFile.S b/libc/nt/ntdll/NtQueryAttributesFile.S new file mode 100644 index 000000000..9e9610f86 --- /dev/null +++ b/libc/nt/ntdll/NtQueryAttributesFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryAttributesFile,NtQueryAttributesFile + +#ifdef __x86_64__ + .text.windows +NtQueryAttributesFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryAttributesFile(%rip),%rax + jmp __sysv2nt + .endfn NtQueryAttributesFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryAttributesFile.s b/libc/nt/ntdll/NtQueryAttributesFile.s deleted file mode 100644 index 7922de633..000000000 --- a/libc/nt/ntdll/NtQueryAttributesFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryAttributesFile - - .text.windows -NtQueryAttributesFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryAttributesFile(%rip),%rax - jmp __sysv2nt - .endfn NtQueryAttributesFile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.S b/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.S new file mode 100644 index 000000000..9d18d2760 --- /dev/null +++ b/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryAuxiliaryCounterFrequency,NtQueryAuxiliaryCounterFrequency diff --git a/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.s b/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.s deleted file mode 100644 index 8a949faf2..000000000 --- a/libc/nt/ntdll/NtQueryAuxiliaryCounterFrequency.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryAuxiliaryCounterFrequency diff --git a/libc/nt/ntdll/NtQueryBootEntryOrder.S b/libc/nt/ntdll/NtQueryBootEntryOrder.S new file mode 100644 index 000000000..84efd9cee --- /dev/null +++ b/libc/nt/ntdll/NtQueryBootEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryBootEntryOrder,NtQueryBootEntryOrder diff --git a/libc/nt/ntdll/NtQueryBootEntryOrder.s b/libc/nt/ntdll/NtQueryBootEntryOrder.s deleted file mode 100644 index c18cc914d..000000000 --- a/libc/nt/ntdll/NtQueryBootEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryBootEntryOrder diff --git a/libc/nt/ntdll/NtQueryBootOptions.S b/libc/nt/ntdll/NtQueryBootOptions.S new file mode 100644 index 000000000..29dbe72fd --- /dev/null +++ b/libc/nt/ntdll/NtQueryBootOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryBootOptions,NtQueryBootOptions diff --git a/libc/nt/ntdll/NtQueryBootOptions.s b/libc/nt/ntdll/NtQueryBootOptions.s deleted file mode 100644 index c1339cf34..000000000 --- a/libc/nt/ntdll/NtQueryBootOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryBootOptions diff --git a/libc/nt/ntdll/NtQueryDebugFilterState.S b/libc/nt/ntdll/NtQueryDebugFilterState.S new file mode 100644 index 000000000..4066a0ee3 --- /dev/null +++ b/libc/nt/ntdll/NtQueryDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDebugFilterState,NtQueryDebugFilterState diff --git a/libc/nt/ntdll/NtQueryDebugFilterState.s b/libc/nt/ntdll/NtQueryDebugFilterState.s deleted file mode 100644 index 19939c51d..000000000 --- a/libc/nt/ntdll/NtQueryDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDebugFilterState diff --git a/libc/nt/ntdll/NtQueryDefaultLocale.S b/libc/nt/ntdll/NtQueryDefaultLocale.S new file mode 100644 index 000000000..006daf645 --- /dev/null +++ b/libc/nt/ntdll/NtQueryDefaultLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDefaultLocale,NtQueryDefaultLocale diff --git a/libc/nt/ntdll/NtQueryDefaultLocale.s b/libc/nt/ntdll/NtQueryDefaultLocale.s deleted file mode 100644 index af8d4fa8d..000000000 --- a/libc/nt/ntdll/NtQueryDefaultLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDefaultLocale diff --git a/libc/nt/ntdll/NtQueryDefaultUILanguage.S b/libc/nt/ntdll/NtQueryDefaultUILanguage.S new file mode 100644 index 000000000..cb8a7d206 --- /dev/null +++ b/libc/nt/ntdll/NtQueryDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDefaultUILanguage,NtQueryDefaultUILanguage diff --git a/libc/nt/ntdll/NtQueryDefaultUILanguage.s b/libc/nt/ntdll/NtQueryDefaultUILanguage.s deleted file mode 100644 index 09172e80f..000000000 --- a/libc/nt/ntdll/NtQueryDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDefaultUILanguage diff --git a/libc/nt/ntdll/NtQueryDirectoryFile.S b/libc/nt/ntdll/NtQueryDirectoryFile.S new file mode 100644 index 000000000..b2714b8ea --- /dev/null +++ b/libc/nt/ntdll/NtQueryDirectoryFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDirectoryFile,NtQueryDirectoryFile + +#ifdef __x86_64__ + .text.windows +NtQueryDirectoryFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryDirectoryFile(%rip),%rax + jmp __sysv2nt12 + .endfn NtQueryDirectoryFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryDirectoryFile.s b/libc/nt/ntdll/NtQueryDirectoryFile.s deleted file mode 100644 index 2b94f5eac..000000000 --- a/libc/nt/ntdll/NtQueryDirectoryFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDirectoryFile - - .text.windows -NtQueryDirectoryFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryDirectoryFile(%rip),%rax - jmp __sysv2nt12 - .endfn NtQueryDirectoryFile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryDirectoryFileEx.S b/libc/nt/ntdll/NtQueryDirectoryFileEx.S new file mode 100644 index 000000000..129568bc7 --- /dev/null +++ b/libc/nt/ntdll/NtQueryDirectoryFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDirectoryFileEx,NtQueryDirectoryFileEx diff --git a/libc/nt/ntdll/NtQueryDirectoryFileEx.s b/libc/nt/ntdll/NtQueryDirectoryFileEx.s deleted file mode 100644 index f07175d0b..000000000 --- a/libc/nt/ntdll/NtQueryDirectoryFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDirectoryFileEx diff --git a/libc/nt/ntdll/NtQueryDirectoryObject.S b/libc/nt/ntdll/NtQueryDirectoryObject.S new file mode 100644 index 000000000..e74d87590 --- /dev/null +++ b/libc/nt/ntdll/NtQueryDirectoryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDirectoryObject,NtQueryDirectoryObject diff --git a/libc/nt/ntdll/NtQueryDirectoryObject.s b/libc/nt/ntdll/NtQueryDirectoryObject.s deleted file mode 100644 index 1b521d887..000000000 --- a/libc/nt/ntdll/NtQueryDirectoryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDirectoryObject diff --git a/libc/nt/ntdll/NtQueryDriverEntryOrder.S b/libc/nt/ntdll/NtQueryDriverEntryOrder.S new file mode 100644 index 000000000..d7cd0374f --- /dev/null +++ b/libc/nt/ntdll/NtQueryDriverEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryDriverEntryOrder,NtQueryDriverEntryOrder diff --git a/libc/nt/ntdll/NtQueryDriverEntryOrder.s b/libc/nt/ntdll/NtQueryDriverEntryOrder.s deleted file mode 100644 index 9149a4431..000000000 --- a/libc/nt/ntdll/NtQueryDriverEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryDriverEntryOrder diff --git a/libc/nt/ntdll/NtQueryEaFile.S b/libc/nt/ntdll/NtQueryEaFile.S new file mode 100644 index 000000000..db9b587c4 --- /dev/null +++ b/libc/nt/ntdll/NtQueryEaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryEaFile,NtQueryEaFile diff --git a/libc/nt/ntdll/NtQueryEaFile.s b/libc/nt/ntdll/NtQueryEaFile.s deleted file mode 100644 index 8d5748a6c..000000000 --- a/libc/nt/ntdll/NtQueryEaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryEaFile diff --git a/libc/nt/ntdll/NtQueryEvent.S b/libc/nt/ntdll/NtQueryEvent.S new file mode 100644 index 000000000..044ed2075 --- /dev/null +++ b/libc/nt/ntdll/NtQueryEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryEvent,NtQueryEvent diff --git a/libc/nt/ntdll/NtQueryEvent.s b/libc/nt/ntdll/NtQueryEvent.s deleted file mode 100644 index 2def514f8..000000000 --- a/libc/nt/ntdll/NtQueryEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryEvent diff --git a/libc/nt/ntdll/NtQueryFullAttributesFile.S b/libc/nt/ntdll/NtQueryFullAttributesFile.S new file mode 100644 index 000000000..0ada889ab --- /dev/null +++ b/libc/nt/ntdll/NtQueryFullAttributesFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryFullAttributesFile,NtQueryFullAttributesFile + +#ifdef __x86_64__ + .text.windows +NtQueryFullAttributesFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryFullAttributesFile(%rip),%rax + jmp __sysv2nt + .endfn NtQueryFullAttributesFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryFullAttributesFile.s b/libc/nt/ntdll/NtQueryFullAttributesFile.s deleted file mode 100644 index 099820bad..000000000 --- a/libc/nt/ntdll/NtQueryFullAttributesFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryFullAttributesFile - - .text.windows -NtQueryFullAttributesFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryFullAttributesFile(%rip),%rax - jmp __sysv2nt - .endfn NtQueryFullAttributesFile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationAtom.S b/libc/nt/ntdll/NtQueryInformationAtom.S new file mode 100644 index 000000000..7c13cbca8 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationAtom,NtQueryInformationAtom diff --git a/libc/nt/ntdll/NtQueryInformationAtom.s b/libc/nt/ntdll/NtQueryInformationAtom.s deleted file mode 100644 index 0d265e5eb..000000000 --- a/libc/nt/ntdll/NtQueryInformationAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationAtom diff --git a/libc/nt/ntdll/NtQueryInformationByName.S b/libc/nt/ntdll/NtQueryInformationByName.S new file mode 100644 index 000000000..4ad5b80e2 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationByName,NtQueryInformationByName diff --git a/libc/nt/ntdll/NtQueryInformationByName.s b/libc/nt/ntdll/NtQueryInformationByName.s deleted file mode 100644 index 56c5ec951..000000000 --- a/libc/nt/ntdll/NtQueryInformationByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationByName diff --git a/libc/nt/ntdll/NtQueryInformationEnlistment.S b/libc/nt/ntdll/NtQueryInformationEnlistment.S new file mode 100644 index 000000000..9d7025b6d --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationEnlistment,NtQueryInformationEnlistment diff --git a/libc/nt/ntdll/NtQueryInformationEnlistment.s b/libc/nt/ntdll/NtQueryInformationEnlistment.s deleted file mode 100644 index 651a2e786..000000000 --- a/libc/nt/ntdll/NtQueryInformationEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationEnlistment diff --git a/libc/nt/ntdll/NtQueryInformationFile.S b/libc/nt/ntdll/NtQueryInformationFile.S new file mode 100644 index 000000000..22c9088fa --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationFile,NtQueryInformationFile + +#ifdef __x86_64__ + .text.windows +NtQueryInformationFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryInformationFile(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryInformationFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryInformationFile.s b/libc/nt/ntdll/NtQueryInformationFile.s deleted file mode 100644 index b356e87ef..000000000 --- a/libc/nt/ntdll/NtQueryInformationFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationFile - - .text.windows -NtQueryInformationFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryInformationFile(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryInformationFile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationJobObject.S b/libc/nt/ntdll/NtQueryInformationJobObject.S new file mode 100644 index 000000000..4cc07e775 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationJobObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationJobObject,NtQueryInformationJobObject + +#ifdef __x86_64__ + .text.windows +NtQueryInformationJobObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryInformationJobObject(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryInformationJobObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryInformationJobObject.s b/libc/nt/ntdll/NtQueryInformationJobObject.s deleted file mode 100644 index 8991ba52b..000000000 --- a/libc/nt/ntdll/NtQueryInformationJobObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationJobObject - - .text.windows -NtQueryInformationJobObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryInformationJobObject(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryInformationJobObject,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationPort.S b/libc/nt/ntdll/NtQueryInformationPort.S new file mode 100644 index 000000000..0b485ebc8 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationPort,NtQueryInformationPort diff --git a/libc/nt/ntdll/NtQueryInformationPort.s b/libc/nt/ntdll/NtQueryInformationPort.s deleted file mode 100644 index 8d46c8711..000000000 --- a/libc/nt/ntdll/NtQueryInformationPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationPort diff --git a/libc/nt/ntdll/NtQueryInformationProcess.S b/libc/nt/ntdll/NtQueryInformationProcess.S new file mode 100644 index 000000000..5e6ad1e6e --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationProcess,NtQueryInformationProcess + +#ifdef __x86_64__ + .text.windows +NtQueryInformationProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryInformationProcess(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryInformationProcess,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryInformationProcess.s b/libc/nt/ntdll/NtQueryInformationProcess.s deleted file mode 100644 index fdafcbd5c..000000000 --- a/libc/nt/ntdll/NtQueryInformationProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationProcess - - .text.windows -NtQueryInformationProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryInformationProcess(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryInformationProcess,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationResourceManager.S b/libc/nt/ntdll/NtQueryInformationResourceManager.S new file mode 100644 index 000000000..53d962f71 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationResourceManager,NtQueryInformationResourceManager diff --git a/libc/nt/ntdll/NtQueryInformationResourceManager.s b/libc/nt/ntdll/NtQueryInformationResourceManager.s deleted file mode 100644 index 90a5d0f6f..000000000 --- a/libc/nt/ntdll/NtQueryInformationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationResourceManager diff --git a/libc/nt/ntdll/NtQueryInformationThread.S b/libc/nt/ntdll/NtQueryInformationThread.S new file mode 100644 index 000000000..59c18e588 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationThread,NtQueryInformationThread + +#ifdef __x86_64__ + .text.windows +NtQueryInformationThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryInformationThread(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryInformationThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryInformationThread.s b/libc/nt/ntdll/NtQueryInformationThread.s deleted file mode 100644 index 559c82652..000000000 --- a/libc/nt/ntdll/NtQueryInformationThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationThread - - .text.windows -NtQueryInformationThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryInformationThread(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryInformationThread,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationToken.S b/libc/nt/ntdll/NtQueryInformationToken.S new file mode 100644 index 000000000..69f4c72c2 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationToken.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationToken,NtQueryInformationToken + +#ifdef __x86_64__ + .text.windows +NtQueryInformationToken: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryInformationToken(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryInformationToken,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryInformationToken.s b/libc/nt/ntdll/NtQueryInformationToken.s deleted file mode 100644 index ad9887c7f..000000000 --- a/libc/nt/ntdll/NtQueryInformationToken.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationToken - - .text.windows -NtQueryInformationToken: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryInformationToken(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryInformationToken,globl - .previous diff --git a/libc/nt/ntdll/NtQueryInformationTransaction.S b/libc/nt/ntdll/NtQueryInformationTransaction.S new file mode 100644 index 000000000..aabb11320 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationTransaction,NtQueryInformationTransaction diff --git a/libc/nt/ntdll/NtQueryInformationTransaction.s b/libc/nt/ntdll/NtQueryInformationTransaction.s deleted file mode 100644 index 871ccff04..000000000 --- a/libc/nt/ntdll/NtQueryInformationTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationTransaction diff --git a/libc/nt/ntdll/NtQueryInformationTransactionManager.S b/libc/nt/ntdll/NtQueryInformationTransactionManager.S new file mode 100644 index 000000000..0c2ad2260 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationTransactionManager,NtQueryInformationTransactionManager diff --git a/libc/nt/ntdll/NtQueryInformationTransactionManager.s b/libc/nt/ntdll/NtQueryInformationTransactionManager.s deleted file mode 100644 index 032d8a22d..000000000 --- a/libc/nt/ntdll/NtQueryInformationTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationTransactionManager diff --git a/libc/nt/ntdll/NtQueryInformationWorkerFactory.S b/libc/nt/ntdll/NtQueryInformationWorkerFactory.S new file mode 100644 index 000000000..41ed37ccc --- /dev/null +++ b/libc/nt/ntdll/NtQueryInformationWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInformationWorkerFactory,NtQueryInformationWorkerFactory diff --git a/libc/nt/ntdll/NtQueryInformationWorkerFactory.s b/libc/nt/ntdll/NtQueryInformationWorkerFactory.s deleted file mode 100644 index f21af1935..000000000 --- a/libc/nt/ntdll/NtQueryInformationWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInformationWorkerFactory diff --git a/libc/nt/ntdll/NtQueryInstallUILanguage.S b/libc/nt/ntdll/NtQueryInstallUILanguage.S new file mode 100644 index 000000000..955a60603 --- /dev/null +++ b/libc/nt/ntdll/NtQueryInstallUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryInstallUILanguage,NtQueryInstallUILanguage diff --git a/libc/nt/ntdll/NtQueryInstallUILanguage.s b/libc/nt/ntdll/NtQueryInstallUILanguage.s deleted file mode 100644 index a2c21458c..000000000 --- a/libc/nt/ntdll/NtQueryInstallUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryInstallUILanguage diff --git a/libc/nt/ntdll/NtQueryIntervalProfile.S b/libc/nt/ntdll/NtQueryIntervalProfile.S new file mode 100644 index 000000000..32dafb864 --- /dev/null +++ b/libc/nt/ntdll/NtQueryIntervalProfile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryIntervalProfile,NtQueryIntervalProfile + +#ifdef __x86_64__ + .text.windows +NtQueryIntervalProfile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryIntervalProfile(%rip),%rax + jmp __sysv2nt + .endfn NtQueryIntervalProfile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryIntervalProfile.s b/libc/nt/ntdll/NtQueryIntervalProfile.s deleted file mode 100644 index 31cecea50..000000000 --- a/libc/nt/ntdll/NtQueryIntervalProfile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryIntervalProfile - - .text.windows -NtQueryIntervalProfile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryIntervalProfile(%rip),%rax - jmp __sysv2nt - .endfn NtQueryIntervalProfile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryIoCompletion.S b/libc/nt/ntdll/NtQueryIoCompletion.S new file mode 100644 index 000000000..13aba3e27 --- /dev/null +++ b/libc/nt/ntdll/NtQueryIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryIoCompletion,NtQueryIoCompletion diff --git a/libc/nt/ntdll/NtQueryIoCompletion.s b/libc/nt/ntdll/NtQueryIoCompletion.s deleted file mode 100644 index 44c472527..000000000 --- a/libc/nt/ntdll/NtQueryIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryIoCompletion diff --git a/libc/nt/ntdll/NtQueryKey.S b/libc/nt/ntdll/NtQueryKey.S new file mode 100644 index 000000000..2553b1296 --- /dev/null +++ b/libc/nt/ntdll/NtQueryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryKey,NtQueryKey diff --git a/libc/nt/ntdll/NtQueryKey.s b/libc/nt/ntdll/NtQueryKey.s deleted file mode 100644 index 7c384146a..000000000 --- a/libc/nt/ntdll/NtQueryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryKey diff --git a/libc/nt/ntdll/NtQueryLicenseValue.S b/libc/nt/ntdll/NtQueryLicenseValue.S new file mode 100644 index 000000000..a23a62f6c --- /dev/null +++ b/libc/nt/ntdll/NtQueryLicenseValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryLicenseValue,NtQueryLicenseValue diff --git a/libc/nt/ntdll/NtQueryLicenseValue.s b/libc/nt/ntdll/NtQueryLicenseValue.s deleted file mode 100644 index 156fe104e..000000000 --- a/libc/nt/ntdll/NtQueryLicenseValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryLicenseValue diff --git a/libc/nt/ntdll/NtQueryMultipleValueKey.S b/libc/nt/ntdll/NtQueryMultipleValueKey.S new file mode 100644 index 000000000..fea514294 --- /dev/null +++ b/libc/nt/ntdll/NtQueryMultipleValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryMultipleValueKey,NtQueryMultipleValueKey diff --git a/libc/nt/ntdll/NtQueryMultipleValueKey.s b/libc/nt/ntdll/NtQueryMultipleValueKey.s deleted file mode 100644 index bbd7fd6d8..000000000 --- a/libc/nt/ntdll/NtQueryMultipleValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryMultipleValueKey diff --git a/libc/nt/ntdll/NtQueryMutant.S b/libc/nt/ntdll/NtQueryMutant.S new file mode 100644 index 000000000..5ee01d63a --- /dev/null +++ b/libc/nt/ntdll/NtQueryMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryMutant,NtQueryMutant diff --git a/libc/nt/ntdll/NtQueryMutant.s b/libc/nt/ntdll/NtQueryMutant.s deleted file mode 100644 index fb4825c2c..000000000 --- a/libc/nt/ntdll/NtQueryMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryMutant diff --git a/libc/nt/ntdll/NtQueryObject.S b/libc/nt/ntdll/NtQueryObject.S new file mode 100644 index 000000000..297a968c3 --- /dev/null +++ b/libc/nt/ntdll/NtQueryObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryObject,NtQueryObject + +#ifdef __x86_64__ + .text.windows +NtQueryObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryObject(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryObject.s b/libc/nt/ntdll/NtQueryObject.s deleted file mode 100644 index 0dfcce399..000000000 --- a/libc/nt/ntdll/NtQueryObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryObject - - .text.windows -NtQueryObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryObject(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryObject,globl - .previous diff --git a/libc/nt/ntdll/NtQueryOpenSubKeys.S b/libc/nt/ntdll/NtQueryOpenSubKeys.S new file mode 100644 index 000000000..cddae8f2d --- /dev/null +++ b/libc/nt/ntdll/NtQueryOpenSubKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryOpenSubKeys,NtQueryOpenSubKeys diff --git a/libc/nt/ntdll/NtQueryOpenSubKeys.s b/libc/nt/ntdll/NtQueryOpenSubKeys.s deleted file mode 100644 index d2dda2b97..000000000 --- a/libc/nt/ntdll/NtQueryOpenSubKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryOpenSubKeys diff --git a/libc/nt/ntdll/NtQueryOpenSubKeysEx.S b/libc/nt/ntdll/NtQueryOpenSubKeysEx.S new file mode 100644 index 000000000..dd83034be --- /dev/null +++ b/libc/nt/ntdll/NtQueryOpenSubKeysEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryOpenSubKeysEx,NtQueryOpenSubKeysEx diff --git a/libc/nt/ntdll/NtQueryOpenSubKeysEx.s b/libc/nt/ntdll/NtQueryOpenSubKeysEx.s deleted file mode 100644 index 5191b731b..000000000 --- a/libc/nt/ntdll/NtQueryOpenSubKeysEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryOpenSubKeysEx diff --git a/libc/nt/ntdll/NtQueryPerformanceCounter.S b/libc/nt/ntdll/NtQueryPerformanceCounter.S new file mode 100644 index 000000000..d3b49cdda --- /dev/null +++ b/libc/nt/ntdll/NtQueryPerformanceCounter.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryPerformanceCounter,NtQueryPerformanceCounter + +#ifdef __x86_64__ + .text.windows +NtQueryPerformanceCounter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryPerformanceCounter(%rip),%rax + jmp __sysv2nt + .endfn NtQueryPerformanceCounter,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryPerformanceCounter.s b/libc/nt/ntdll/NtQueryPerformanceCounter.s deleted file mode 100644 index 9f9f566b1..000000000 --- a/libc/nt/ntdll/NtQueryPerformanceCounter.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryPerformanceCounter - - .text.windows -NtQueryPerformanceCounter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryPerformanceCounter(%rip),%rax - jmp __sysv2nt - .endfn NtQueryPerformanceCounter,globl - .previous diff --git a/libc/nt/ntdll/NtQueryPortInformationProcess.S b/libc/nt/ntdll/NtQueryPortInformationProcess.S new file mode 100644 index 000000000..3a1494944 --- /dev/null +++ b/libc/nt/ntdll/NtQueryPortInformationProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryPortInformationProcess,NtQueryPortInformationProcess diff --git a/libc/nt/ntdll/NtQueryPortInformationProcess.s b/libc/nt/ntdll/NtQueryPortInformationProcess.s deleted file mode 100644 index c8fbd6020..000000000 --- a/libc/nt/ntdll/NtQueryPortInformationProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryPortInformationProcess diff --git a/libc/nt/ntdll/NtQueryQuotaInformationFile.S b/libc/nt/ntdll/NtQueryQuotaInformationFile.S new file mode 100644 index 000000000..f5a3584b9 --- /dev/null +++ b/libc/nt/ntdll/NtQueryQuotaInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryQuotaInformationFile,NtQueryQuotaInformationFile diff --git a/libc/nt/ntdll/NtQueryQuotaInformationFile.s b/libc/nt/ntdll/NtQueryQuotaInformationFile.s deleted file mode 100644 index c949cf48b..000000000 --- a/libc/nt/ntdll/NtQueryQuotaInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryQuotaInformationFile diff --git a/libc/nt/ntdll/NtQuerySection.S b/libc/nt/ntdll/NtQuerySection.S new file mode 100644 index 000000000..37a828ba7 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySection.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySection,NtQuerySection + +#ifdef __x86_64__ + .text.windows +NtQuerySection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQuerySection(%rip),%rax + jmp __sysv2nt6 + .endfn NtQuerySection,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQuerySection.s b/libc/nt/ntdll/NtQuerySection.s deleted file mode 100644 index 51401e95c..000000000 --- a/libc/nt/ntdll/NtQuerySection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySection - - .text.windows -NtQuerySection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQuerySection(%rip),%rax - jmp __sysv2nt6 - .endfn NtQuerySection,globl - .previous diff --git a/libc/nt/ntdll/NtQuerySecurityAttributesToken.S b/libc/nt/ntdll/NtQuerySecurityAttributesToken.S new file mode 100644 index 000000000..5e98fb406 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySecurityAttributesToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySecurityAttributesToken,NtQuerySecurityAttributesToken diff --git a/libc/nt/ntdll/NtQuerySecurityAttributesToken.s b/libc/nt/ntdll/NtQuerySecurityAttributesToken.s deleted file mode 100644 index 0c2ab53d0..000000000 --- a/libc/nt/ntdll/NtQuerySecurityAttributesToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySecurityAttributesToken diff --git a/libc/nt/ntdll/NtQuerySecurityObject.S b/libc/nt/ntdll/NtQuerySecurityObject.S new file mode 100644 index 000000000..c20047564 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySecurityObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySecurityObject,NtQuerySecurityObject + +#ifdef __x86_64__ + .text.windows +NtQuerySecurityObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQuerySecurityObject(%rip),%rax + jmp __sysv2nt6 + .endfn NtQuerySecurityObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQuerySecurityObject.s b/libc/nt/ntdll/NtQuerySecurityObject.s deleted file mode 100644 index e9ce0115d..000000000 --- a/libc/nt/ntdll/NtQuerySecurityObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySecurityObject - - .text.windows -NtQuerySecurityObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQuerySecurityObject(%rip),%rax - jmp __sysv2nt6 - .endfn NtQuerySecurityObject,globl - .previous diff --git a/libc/nt/ntdll/NtQuerySecurityPolicy.S b/libc/nt/ntdll/NtQuerySecurityPolicy.S new file mode 100644 index 000000000..9a3bffb59 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySecurityPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySecurityPolicy,NtQuerySecurityPolicy diff --git a/libc/nt/ntdll/NtQuerySecurityPolicy.s b/libc/nt/ntdll/NtQuerySecurityPolicy.s deleted file mode 100644 index 50d0e433b..000000000 --- a/libc/nt/ntdll/NtQuerySecurityPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySecurityPolicy diff --git a/libc/nt/ntdll/NtQuerySemaphore.S b/libc/nt/ntdll/NtQuerySemaphore.S new file mode 100644 index 000000000..7d5fd23d5 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySemaphore,NtQuerySemaphore diff --git a/libc/nt/ntdll/NtQuerySemaphore.s b/libc/nt/ntdll/NtQuerySemaphore.s deleted file mode 100644 index 8d68d6de9..000000000 --- a/libc/nt/ntdll/NtQuerySemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySemaphore diff --git a/libc/nt/ntdll/NtQuerySymbolicLinkObject.S b/libc/nt/ntdll/NtQuerySymbolicLinkObject.S new file mode 100644 index 000000000..0b9ce64a8 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySymbolicLinkObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySymbolicLinkObject,NtQuerySymbolicLinkObject + +#ifdef __x86_64__ + .text.windows +NtQuerySymbolicLinkObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQuerySymbolicLinkObject(%rip),%rax + jmp __sysv2nt + .endfn NtQuerySymbolicLinkObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQuerySymbolicLinkObject.s b/libc/nt/ntdll/NtQuerySymbolicLinkObject.s deleted file mode 100644 index 1a52f1cdf..000000000 --- a/libc/nt/ntdll/NtQuerySymbolicLinkObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySymbolicLinkObject - - .text.windows -NtQuerySymbolicLinkObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQuerySymbolicLinkObject(%rip),%rax - jmp __sysv2nt - .endfn NtQuerySymbolicLinkObject,globl - .previous diff --git a/libc/nt/ntdll/NtQuerySystemEnvironmentValue.S b/libc/nt/ntdll/NtQuerySystemEnvironmentValue.S new file mode 100644 index 000000000..0edc49a82 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySystemEnvironmentValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySystemEnvironmentValue,NtQuerySystemEnvironmentValue diff --git a/libc/nt/ntdll/NtQuerySystemEnvironmentValue.s b/libc/nt/ntdll/NtQuerySystemEnvironmentValue.s deleted file mode 100644 index 30b90d7a2..000000000 --- a/libc/nt/ntdll/NtQuerySystemEnvironmentValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySystemEnvironmentValue diff --git a/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.S b/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.S new file mode 100644 index 000000000..bf9130a72 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySystemEnvironmentValueEx,NtQuerySystemEnvironmentValueEx diff --git a/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.s b/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.s deleted file mode 100644 index b988953f5..000000000 --- a/libc/nt/ntdll/NtQuerySystemEnvironmentValueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySystemEnvironmentValueEx diff --git a/libc/nt/ntdll/NtQuerySystemInformation.S b/libc/nt/ntdll/NtQuerySystemInformation.S new file mode 100644 index 000000000..a88c658c9 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySystemInformation.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySystemInformation,NtQuerySystemInformation + +#ifdef __x86_64__ + .text.windows +NtQuerySystemInformation: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQuerySystemInformation(%rip),%rax + jmp __sysv2nt + .endfn NtQuerySystemInformation,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQuerySystemInformation.s b/libc/nt/ntdll/NtQuerySystemInformation.s deleted file mode 100644 index 7528cdbf5..000000000 --- a/libc/nt/ntdll/NtQuerySystemInformation.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySystemInformation - - .text.windows -NtQuerySystemInformation: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQuerySystemInformation(%rip),%rax - jmp __sysv2nt - .endfn NtQuerySystemInformation,globl - .previous diff --git a/libc/nt/ntdll/NtQuerySystemInformationEx.S b/libc/nt/ntdll/NtQuerySystemInformationEx.S new file mode 100644 index 000000000..cd1b9a639 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySystemInformationEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySystemInformationEx,NtQuerySystemInformationEx diff --git a/libc/nt/ntdll/NtQuerySystemInformationEx.s b/libc/nt/ntdll/NtQuerySystemInformationEx.s deleted file mode 100644 index 0f322fd5d..000000000 --- a/libc/nt/ntdll/NtQuerySystemInformationEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySystemInformationEx diff --git a/libc/nt/ntdll/NtQuerySystemTime.S b/libc/nt/ntdll/NtQuerySystemTime.S new file mode 100644 index 000000000..2624e4687 --- /dev/null +++ b/libc/nt/ntdll/NtQuerySystemTime.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQuerySystemTime,NtQuerySystemTime + +#ifdef __x86_64__ + .text.windows +NtQuerySystemTime: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtQuerySystemTime(%rip) + leave + ret + .endfn NtQuerySystemTime,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQuerySystemTime.s b/libc/nt/ntdll/NtQuerySystemTime.s deleted file mode 100644 index c9c4842f9..000000000 --- a/libc/nt/ntdll/NtQuerySystemTime.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQuerySystemTime - - .text.windows -NtQuerySystemTime: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtQuerySystemTime(%rip) - leave - ret - .endfn NtQuerySystemTime,globl - .previous diff --git a/libc/nt/ntdll/NtQueryTimer.S b/libc/nt/ntdll/NtQueryTimer.S new file mode 100644 index 000000000..5f73c2278 --- /dev/null +++ b/libc/nt/ntdll/NtQueryTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryTimer,NtQueryTimer diff --git a/libc/nt/ntdll/NtQueryTimer.s b/libc/nt/ntdll/NtQueryTimer.s deleted file mode 100644 index 41acad9ff..000000000 --- a/libc/nt/ntdll/NtQueryTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryTimer diff --git a/libc/nt/ntdll/NtQueryTimerResolution.S b/libc/nt/ntdll/NtQueryTimerResolution.S new file mode 100644 index 000000000..3b582a579 --- /dev/null +++ b/libc/nt/ntdll/NtQueryTimerResolution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryTimerResolution,NtQueryTimerResolution diff --git a/libc/nt/ntdll/NtQueryTimerResolution.s b/libc/nt/ntdll/NtQueryTimerResolution.s deleted file mode 100644 index 5050345bd..000000000 --- a/libc/nt/ntdll/NtQueryTimerResolution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryTimerResolution diff --git a/libc/nt/ntdll/NtQueryValueKey.S b/libc/nt/ntdll/NtQueryValueKey.S new file mode 100644 index 000000000..7963ad337 --- /dev/null +++ b/libc/nt/ntdll/NtQueryValueKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryValueKey,NtQueryValueKey + +#ifdef __x86_64__ + .text.windows +NtQueryValueKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryValueKey(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryValueKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryValueKey.s b/libc/nt/ntdll/NtQueryValueKey.s deleted file mode 100644 index eb192acfc..000000000 --- a/libc/nt/ntdll/NtQueryValueKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryValueKey - - .text.windows -NtQueryValueKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryValueKey(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryValueKey,globl - .previous diff --git a/libc/nt/ntdll/NtQueryVirtualMemory.S b/libc/nt/ntdll/NtQueryVirtualMemory.S new file mode 100644 index 000000000..c0e8ac74c --- /dev/null +++ b/libc/nt/ntdll/NtQueryVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryVirtualMemory,NtQueryVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtQueryVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryVirtualMemory(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryVirtualMemory.s b/libc/nt/ntdll/NtQueryVirtualMemory.s deleted file mode 100644 index 4202eea27..000000000 --- a/libc/nt/ntdll/NtQueryVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryVirtualMemory - - .text.windows -NtQueryVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryVirtualMemory(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtQueryVolumeInformationFile.S b/libc/nt/ntdll/NtQueryVolumeInformationFile.S new file mode 100644 index 000000000..a7348ab41 --- /dev/null +++ b/libc/nt/ntdll/NtQueryVolumeInformationFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryVolumeInformationFile,NtQueryVolumeInformationFile + +#ifdef __x86_64__ + .text.windows +NtQueryVolumeInformationFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueryVolumeInformationFile(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueryVolumeInformationFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueryVolumeInformationFile.s b/libc/nt/ntdll/NtQueryVolumeInformationFile.s deleted file mode 100644 index 1a1e81675..000000000 --- a/libc/nt/ntdll/NtQueryVolumeInformationFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryVolumeInformationFile - - .text.windows -NtQueryVolumeInformationFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueryVolumeInformationFile(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueryVolumeInformationFile,globl - .previous diff --git a/libc/nt/ntdll/NtQueryWnfStateData.S b/libc/nt/ntdll/NtQueryWnfStateData.S new file mode 100644 index 000000000..ddcb8dd35 --- /dev/null +++ b/libc/nt/ntdll/NtQueryWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryWnfStateData,NtQueryWnfStateData diff --git a/libc/nt/ntdll/NtQueryWnfStateData.s b/libc/nt/ntdll/NtQueryWnfStateData.s deleted file mode 100644 index eeb5c79bf..000000000 --- a/libc/nt/ntdll/NtQueryWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryWnfStateData diff --git a/libc/nt/ntdll/NtQueryWnfStateNameInformation.S b/libc/nt/ntdll/NtQueryWnfStateNameInformation.S new file mode 100644 index 000000000..83592465f --- /dev/null +++ b/libc/nt/ntdll/NtQueryWnfStateNameInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueryWnfStateNameInformation,NtQueryWnfStateNameInformation diff --git a/libc/nt/ntdll/NtQueryWnfStateNameInformation.s b/libc/nt/ntdll/NtQueryWnfStateNameInformation.s deleted file mode 100644 index 5202f908c..000000000 --- a/libc/nt/ntdll/NtQueryWnfStateNameInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueryWnfStateNameInformation diff --git a/libc/nt/ntdll/NtQueueApcThread.S b/libc/nt/ntdll/NtQueueApcThread.S new file mode 100644 index 000000000..0b6aed4b0 --- /dev/null +++ b/libc/nt/ntdll/NtQueueApcThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueueApcThread,NtQueueApcThread + +#ifdef __x86_64__ + .text.windows +NtQueueApcThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtQueueApcThread(%rip),%rax + jmp __sysv2nt6 + .endfn NtQueueApcThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtQueueApcThread.s b/libc/nt/ntdll/NtQueueApcThread.s deleted file mode 100644 index a42e988f5..000000000 --- a/libc/nt/ntdll/NtQueueApcThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueueApcThread - - .text.windows -NtQueueApcThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtQueueApcThread(%rip),%rax - jmp __sysv2nt6 - .endfn NtQueueApcThread,globl - .previous diff --git a/libc/nt/ntdll/NtQueueApcThreadEx.S b/libc/nt/ntdll/NtQueueApcThreadEx.S new file mode 100644 index 000000000..1e7bca1ef --- /dev/null +++ b/libc/nt/ntdll/NtQueueApcThreadEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtQueueApcThreadEx,NtQueueApcThreadEx diff --git a/libc/nt/ntdll/NtQueueApcThreadEx.s b/libc/nt/ntdll/NtQueueApcThreadEx.s deleted file mode 100644 index c1e5ea4cb..000000000 --- a/libc/nt/ntdll/NtQueueApcThreadEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtQueueApcThreadEx diff --git a/libc/nt/ntdll/NtRaiseException.S b/libc/nt/ntdll/NtRaiseException.S new file mode 100644 index 000000000..1ccbb0043 --- /dev/null +++ b/libc/nt/ntdll/NtRaiseException.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRaiseException,NtRaiseException + +#ifdef __x86_64__ + .text.windows +NtRaiseException: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtRaiseException(%rip),%rax + jmp __sysv2nt + .endfn NtRaiseException,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtRaiseException.s b/libc/nt/ntdll/NtRaiseException.s deleted file mode 100644 index 91a5873b6..000000000 --- a/libc/nt/ntdll/NtRaiseException.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRaiseException - - .text.windows -NtRaiseException: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtRaiseException(%rip),%rax - jmp __sysv2nt - .endfn NtRaiseException,globl - .previous diff --git a/libc/nt/ntdll/NtRaiseHardError.S b/libc/nt/ntdll/NtRaiseHardError.S new file mode 100644 index 000000000..b696e2341 --- /dev/null +++ b/libc/nt/ntdll/NtRaiseHardError.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRaiseHardError,NtRaiseHardError + +#ifdef __x86_64__ + .text.windows +NtRaiseHardError: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtRaiseHardError(%rip),%rax + jmp __sysv2nt6 + .endfn NtRaiseHardError,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtRaiseHardError.s b/libc/nt/ntdll/NtRaiseHardError.s deleted file mode 100644 index e48d9e220..000000000 --- a/libc/nt/ntdll/NtRaiseHardError.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRaiseHardError - - .text.windows -NtRaiseHardError: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtRaiseHardError(%rip),%rax - jmp __sysv2nt6 - .endfn NtRaiseHardError,globl - .previous diff --git a/libc/nt/ntdll/NtReadFile.S b/libc/nt/ntdll/NtReadFile.S new file mode 100644 index 000000000..8e51fc16e --- /dev/null +++ b/libc/nt/ntdll/NtReadFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReadFile,NtReadFile + +#ifdef __x86_64__ + .text.windows +NtReadFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtReadFile(%rip),%rax + jmp __sysv2nt10 + .endfn NtReadFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtReadFile.s b/libc/nt/ntdll/NtReadFile.s deleted file mode 100644 index 55f50c85e..000000000 --- a/libc/nt/ntdll/NtReadFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReadFile - - .text.windows -NtReadFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtReadFile(%rip),%rax - jmp __sysv2nt10 - .endfn NtReadFile,globl - .previous diff --git a/libc/nt/ntdll/NtReadFileScatter.S b/libc/nt/ntdll/NtReadFileScatter.S new file mode 100644 index 000000000..3134e668f --- /dev/null +++ b/libc/nt/ntdll/NtReadFileScatter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReadFileScatter,NtReadFileScatter diff --git a/libc/nt/ntdll/NtReadFileScatter.s b/libc/nt/ntdll/NtReadFileScatter.s deleted file mode 100644 index 05d90b773..000000000 --- a/libc/nt/ntdll/NtReadFileScatter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReadFileScatter diff --git a/libc/nt/ntdll/NtReadOnlyEnlistment.S b/libc/nt/ntdll/NtReadOnlyEnlistment.S new file mode 100644 index 000000000..676221388 --- /dev/null +++ b/libc/nt/ntdll/NtReadOnlyEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReadOnlyEnlistment,NtReadOnlyEnlistment diff --git a/libc/nt/ntdll/NtReadOnlyEnlistment.s b/libc/nt/ntdll/NtReadOnlyEnlistment.s deleted file mode 100644 index 1312c9567..000000000 --- a/libc/nt/ntdll/NtReadOnlyEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReadOnlyEnlistment diff --git a/libc/nt/ntdll/NtReadRequestData.S b/libc/nt/ntdll/NtReadRequestData.S new file mode 100644 index 000000000..2c5c00603 --- /dev/null +++ b/libc/nt/ntdll/NtReadRequestData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReadRequestData,NtReadRequestData diff --git a/libc/nt/ntdll/NtReadRequestData.s b/libc/nt/ntdll/NtReadRequestData.s deleted file mode 100644 index a88d0c4dd..000000000 --- a/libc/nt/ntdll/NtReadRequestData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReadRequestData diff --git a/libc/nt/ntdll/NtReadVirtualMemory.S b/libc/nt/ntdll/NtReadVirtualMemory.S new file mode 100644 index 000000000..8f0236c47 --- /dev/null +++ b/libc/nt/ntdll/NtReadVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReadVirtualMemory,NtReadVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtReadVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtReadVirtualMemory(%rip),%rax + jmp __sysv2nt6 + .endfn NtReadVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtReadVirtualMemory.s b/libc/nt/ntdll/NtReadVirtualMemory.s deleted file mode 100644 index b24de4b48..000000000 --- a/libc/nt/ntdll/NtReadVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReadVirtualMemory - - .text.windows -NtReadVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtReadVirtualMemory(%rip),%rax - jmp __sysv2nt6 - .endfn NtReadVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtRecoverEnlistment.S b/libc/nt/ntdll/NtRecoverEnlistment.S new file mode 100644 index 000000000..e4c40463d --- /dev/null +++ b/libc/nt/ntdll/NtRecoverEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRecoverEnlistment,NtRecoverEnlistment diff --git a/libc/nt/ntdll/NtRecoverEnlistment.s b/libc/nt/ntdll/NtRecoverEnlistment.s deleted file mode 100644 index 2581a3e59..000000000 --- a/libc/nt/ntdll/NtRecoverEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRecoverEnlistment diff --git a/libc/nt/ntdll/NtRecoverResourceManager.S b/libc/nt/ntdll/NtRecoverResourceManager.S new file mode 100644 index 000000000..fa0b55760 --- /dev/null +++ b/libc/nt/ntdll/NtRecoverResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRecoverResourceManager,NtRecoverResourceManager diff --git a/libc/nt/ntdll/NtRecoverResourceManager.s b/libc/nt/ntdll/NtRecoverResourceManager.s deleted file mode 100644 index bee89500c..000000000 --- a/libc/nt/ntdll/NtRecoverResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRecoverResourceManager diff --git a/libc/nt/ntdll/NtRecoverTransactionManager.S b/libc/nt/ntdll/NtRecoverTransactionManager.S new file mode 100644 index 000000000..23ee4ddf8 --- /dev/null +++ b/libc/nt/ntdll/NtRecoverTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRecoverTransactionManager,NtRecoverTransactionManager diff --git a/libc/nt/ntdll/NtRecoverTransactionManager.s b/libc/nt/ntdll/NtRecoverTransactionManager.s deleted file mode 100644 index 9234c9ff3..000000000 --- a/libc/nt/ntdll/NtRecoverTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRecoverTransactionManager diff --git a/libc/nt/ntdll/NtRegisterProtocolAddressInformation.S b/libc/nt/ntdll/NtRegisterProtocolAddressInformation.S new file mode 100644 index 000000000..3dcd897ba --- /dev/null +++ b/libc/nt/ntdll/NtRegisterProtocolAddressInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRegisterProtocolAddressInformation,NtRegisterProtocolAddressInformation diff --git a/libc/nt/ntdll/NtRegisterProtocolAddressInformation.s b/libc/nt/ntdll/NtRegisterProtocolAddressInformation.s deleted file mode 100644 index acd6a140e..000000000 --- a/libc/nt/ntdll/NtRegisterProtocolAddressInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRegisterProtocolAddressInformation diff --git a/libc/nt/ntdll/NtRegisterThreadTerminatePort.S b/libc/nt/ntdll/NtRegisterThreadTerminatePort.S new file mode 100644 index 000000000..f254a068a --- /dev/null +++ b/libc/nt/ntdll/NtRegisterThreadTerminatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRegisterThreadTerminatePort,NtRegisterThreadTerminatePort diff --git a/libc/nt/ntdll/NtRegisterThreadTerminatePort.s b/libc/nt/ntdll/NtRegisterThreadTerminatePort.s deleted file mode 100644 index ba7ffff9a..000000000 --- a/libc/nt/ntdll/NtRegisterThreadTerminatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRegisterThreadTerminatePort diff --git a/libc/nt/ntdll/NtReleaseKeyedEvent.S b/libc/nt/ntdll/NtReleaseKeyedEvent.S new file mode 100644 index 000000000..b905af72b --- /dev/null +++ b/libc/nt/ntdll/NtReleaseKeyedEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReleaseKeyedEvent,NtReleaseKeyedEvent + +#ifdef __x86_64__ + .text.windows +NtReleaseKeyedEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtReleaseKeyedEvent(%rip),%rax + jmp __sysv2nt + .endfn NtReleaseKeyedEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtReleaseKeyedEvent.s b/libc/nt/ntdll/NtReleaseKeyedEvent.s deleted file mode 100644 index 8875cbbce..000000000 --- a/libc/nt/ntdll/NtReleaseKeyedEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReleaseKeyedEvent - - .text.windows -NtReleaseKeyedEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtReleaseKeyedEvent(%rip),%rax - jmp __sysv2nt - .endfn NtReleaseKeyedEvent,globl - .previous diff --git a/libc/nt/ntdll/NtReleaseMutant.S b/libc/nt/ntdll/NtReleaseMutant.S new file mode 100644 index 000000000..f49fc70ef --- /dev/null +++ b/libc/nt/ntdll/NtReleaseMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReleaseMutant,NtReleaseMutant diff --git a/libc/nt/ntdll/NtReleaseMutant.s b/libc/nt/ntdll/NtReleaseMutant.s deleted file mode 100644 index 3486490cd..000000000 --- a/libc/nt/ntdll/NtReleaseMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReleaseMutant diff --git a/libc/nt/ntdll/NtReleaseSemaphore.S b/libc/nt/ntdll/NtReleaseSemaphore.S new file mode 100644 index 000000000..30790ac69 --- /dev/null +++ b/libc/nt/ntdll/NtReleaseSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReleaseSemaphore,NtReleaseSemaphore diff --git a/libc/nt/ntdll/NtReleaseSemaphore.s b/libc/nt/ntdll/NtReleaseSemaphore.s deleted file mode 100644 index 1dac0852c..000000000 --- a/libc/nt/ntdll/NtReleaseSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReleaseSemaphore diff --git a/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.S b/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.S new file mode 100644 index 000000000..a9ca40885 --- /dev/null +++ b/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReleaseWorkerFactoryWorker,NtReleaseWorkerFactoryWorker diff --git a/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.s b/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.s deleted file mode 100644 index 367efa499..000000000 --- a/libc/nt/ntdll/NtReleaseWorkerFactoryWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReleaseWorkerFactoryWorker diff --git a/libc/nt/ntdll/NtRemoveIoCompletion.S b/libc/nt/ntdll/NtRemoveIoCompletion.S new file mode 100644 index 000000000..f1daa105d --- /dev/null +++ b/libc/nt/ntdll/NtRemoveIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRemoveIoCompletion,NtRemoveIoCompletion diff --git a/libc/nt/ntdll/NtRemoveIoCompletion.s b/libc/nt/ntdll/NtRemoveIoCompletion.s deleted file mode 100644 index c07326f59..000000000 --- a/libc/nt/ntdll/NtRemoveIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRemoveIoCompletion diff --git a/libc/nt/ntdll/NtRemoveIoCompletionEx.S b/libc/nt/ntdll/NtRemoveIoCompletionEx.S new file mode 100644 index 000000000..1c77e2917 --- /dev/null +++ b/libc/nt/ntdll/NtRemoveIoCompletionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRemoveIoCompletionEx,NtRemoveIoCompletionEx diff --git a/libc/nt/ntdll/NtRemoveIoCompletionEx.s b/libc/nt/ntdll/NtRemoveIoCompletionEx.s deleted file mode 100644 index 5c0e681e1..000000000 --- a/libc/nt/ntdll/NtRemoveIoCompletionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRemoveIoCompletionEx diff --git a/libc/nt/ntdll/NtRemoveProcessDebug.S b/libc/nt/ntdll/NtRemoveProcessDebug.S new file mode 100644 index 000000000..d29712647 --- /dev/null +++ b/libc/nt/ntdll/NtRemoveProcessDebug.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRemoveProcessDebug,NtRemoveProcessDebug diff --git a/libc/nt/ntdll/NtRemoveProcessDebug.s b/libc/nt/ntdll/NtRemoveProcessDebug.s deleted file mode 100644 index 0edbd0b7e..000000000 --- a/libc/nt/ntdll/NtRemoveProcessDebug.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRemoveProcessDebug diff --git a/libc/nt/ntdll/NtRenameKey.S b/libc/nt/ntdll/NtRenameKey.S new file mode 100644 index 000000000..25109b61e --- /dev/null +++ b/libc/nt/ntdll/NtRenameKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRenameKey,NtRenameKey diff --git a/libc/nt/ntdll/NtRenameKey.s b/libc/nt/ntdll/NtRenameKey.s deleted file mode 100644 index a7bf8af7f..000000000 --- a/libc/nt/ntdll/NtRenameKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRenameKey diff --git a/libc/nt/ntdll/NtRenameTransactionManager.S b/libc/nt/ntdll/NtRenameTransactionManager.S new file mode 100644 index 000000000..850e51d57 --- /dev/null +++ b/libc/nt/ntdll/NtRenameTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRenameTransactionManager,NtRenameTransactionManager diff --git a/libc/nt/ntdll/NtRenameTransactionManager.s b/libc/nt/ntdll/NtRenameTransactionManager.s deleted file mode 100644 index 2de294813..000000000 --- a/libc/nt/ntdll/NtRenameTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRenameTransactionManager diff --git a/libc/nt/ntdll/NtReplaceKey.S b/libc/nt/ntdll/NtReplaceKey.S new file mode 100644 index 000000000..4b345d7ac --- /dev/null +++ b/libc/nt/ntdll/NtReplaceKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplaceKey,NtReplaceKey diff --git a/libc/nt/ntdll/NtReplaceKey.s b/libc/nt/ntdll/NtReplaceKey.s deleted file mode 100644 index 9074bc73e..000000000 --- a/libc/nt/ntdll/NtReplaceKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplaceKey diff --git a/libc/nt/ntdll/NtReplacePartitionUnit.S b/libc/nt/ntdll/NtReplacePartitionUnit.S new file mode 100644 index 000000000..96e15d54d --- /dev/null +++ b/libc/nt/ntdll/NtReplacePartitionUnit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplacePartitionUnit,NtReplacePartitionUnit diff --git a/libc/nt/ntdll/NtReplacePartitionUnit.s b/libc/nt/ntdll/NtReplacePartitionUnit.s deleted file mode 100644 index 9be1f84d0..000000000 --- a/libc/nt/ntdll/NtReplacePartitionUnit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplacePartitionUnit diff --git a/libc/nt/ntdll/NtReplyPort.S b/libc/nt/ntdll/NtReplyPort.S new file mode 100644 index 000000000..dc1659b1b --- /dev/null +++ b/libc/nt/ntdll/NtReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplyPort,NtReplyPort diff --git a/libc/nt/ntdll/NtReplyPort.s b/libc/nt/ntdll/NtReplyPort.s deleted file mode 100644 index 5da0ba791..000000000 --- a/libc/nt/ntdll/NtReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplyPort diff --git a/libc/nt/ntdll/NtReplyWaitReceivePort.S b/libc/nt/ntdll/NtReplyWaitReceivePort.S new file mode 100644 index 000000000..7234bb71c --- /dev/null +++ b/libc/nt/ntdll/NtReplyWaitReceivePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplyWaitReceivePort,NtReplyWaitReceivePort diff --git a/libc/nt/ntdll/NtReplyWaitReceivePort.s b/libc/nt/ntdll/NtReplyWaitReceivePort.s deleted file mode 100644 index 933d8270f..000000000 --- a/libc/nt/ntdll/NtReplyWaitReceivePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplyWaitReceivePort diff --git a/libc/nt/ntdll/NtReplyWaitReceivePortEx.S b/libc/nt/ntdll/NtReplyWaitReceivePortEx.S new file mode 100644 index 000000000..07e092d7e --- /dev/null +++ b/libc/nt/ntdll/NtReplyWaitReceivePortEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplyWaitReceivePortEx,NtReplyWaitReceivePortEx diff --git a/libc/nt/ntdll/NtReplyWaitReceivePortEx.s b/libc/nt/ntdll/NtReplyWaitReceivePortEx.s deleted file mode 100644 index 622462f89..000000000 --- a/libc/nt/ntdll/NtReplyWaitReceivePortEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplyWaitReceivePortEx diff --git a/libc/nt/ntdll/NtReplyWaitReplyPort.S b/libc/nt/ntdll/NtReplyWaitReplyPort.S new file mode 100644 index 000000000..fdfc7aedc --- /dev/null +++ b/libc/nt/ntdll/NtReplyWaitReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtReplyWaitReplyPort,NtReplyWaitReplyPort diff --git a/libc/nt/ntdll/NtReplyWaitReplyPort.s b/libc/nt/ntdll/NtReplyWaitReplyPort.s deleted file mode 100644 index 2246cef2b..000000000 --- a/libc/nt/ntdll/NtReplyWaitReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtReplyWaitReplyPort diff --git a/libc/nt/ntdll/NtRequestPort.S b/libc/nt/ntdll/NtRequestPort.S new file mode 100644 index 000000000..acf631e38 --- /dev/null +++ b/libc/nt/ntdll/NtRequestPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRequestPort,NtRequestPort diff --git a/libc/nt/ntdll/NtRequestPort.s b/libc/nt/ntdll/NtRequestPort.s deleted file mode 100644 index 3e000418f..000000000 --- a/libc/nt/ntdll/NtRequestPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRequestPort diff --git a/libc/nt/ntdll/NtRequestWaitReplyPort.S b/libc/nt/ntdll/NtRequestWaitReplyPort.S new file mode 100644 index 000000000..d9b4b51c2 --- /dev/null +++ b/libc/nt/ntdll/NtRequestWaitReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRequestWaitReplyPort,NtRequestWaitReplyPort diff --git a/libc/nt/ntdll/NtRequestWaitReplyPort.s b/libc/nt/ntdll/NtRequestWaitReplyPort.s deleted file mode 100644 index b79ba2fa5..000000000 --- a/libc/nt/ntdll/NtRequestWaitReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRequestWaitReplyPort diff --git a/libc/nt/ntdll/NtResetEvent.S b/libc/nt/ntdll/NtResetEvent.S new file mode 100644 index 000000000..084189a63 --- /dev/null +++ b/libc/nt/ntdll/NtResetEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtResetEvent,NtResetEvent diff --git a/libc/nt/ntdll/NtResetEvent.s b/libc/nt/ntdll/NtResetEvent.s deleted file mode 100644 index a89c752a7..000000000 --- a/libc/nt/ntdll/NtResetEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtResetEvent diff --git a/libc/nt/ntdll/NtResetWriteWatch.S b/libc/nt/ntdll/NtResetWriteWatch.S new file mode 100644 index 000000000..1dc4e2a8e --- /dev/null +++ b/libc/nt/ntdll/NtResetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtResetWriteWatch,NtResetWriteWatch diff --git a/libc/nt/ntdll/NtResetWriteWatch.s b/libc/nt/ntdll/NtResetWriteWatch.s deleted file mode 100644 index ce1e005a8..000000000 --- a/libc/nt/ntdll/NtResetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtResetWriteWatch diff --git a/libc/nt/ntdll/NtRestoreKey.S b/libc/nt/ntdll/NtRestoreKey.S new file mode 100644 index 000000000..df61184b1 --- /dev/null +++ b/libc/nt/ntdll/NtRestoreKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRestoreKey,NtRestoreKey diff --git a/libc/nt/ntdll/NtRestoreKey.s b/libc/nt/ntdll/NtRestoreKey.s deleted file mode 100644 index e84855a9d..000000000 --- a/libc/nt/ntdll/NtRestoreKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRestoreKey diff --git a/libc/nt/ntdll/NtResumeProcess.S b/libc/nt/ntdll/NtResumeProcess.S new file mode 100644 index 000000000..524a886b5 --- /dev/null +++ b/libc/nt/ntdll/NtResumeProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtResumeProcess,NtResumeProcess diff --git a/libc/nt/ntdll/NtResumeProcess.s b/libc/nt/ntdll/NtResumeProcess.s deleted file mode 100644 index 26b2fcf59..000000000 --- a/libc/nt/ntdll/NtResumeProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtResumeProcess diff --git a/libc/nt/ntdll/NtResumeThread.S b/libc/nt/ntdll/NtResumeThread.S new file mode 100644 index 000000000..a8b641df6 --- /dev/null +++ b/libc/nt/ntdll/NtResumeThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtResumeThread,NtResumeThread + +#ifdef __x86_64__ + .text.windows +NtResumeThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtResumeThread(%rip),%rax + jmp __sysv2nt + .endfn NtResumeThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtResumeThread.s b/libc/nt/ntdll/NtResumeThread.s deleted file mode 100644 index 2d4d272a7..000000000 --- a/libc/nt/ntdll/NtResumeThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtResumeThread - - .text.windows -NtResumeThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtResumeThread(%rip),%rax - jmp __sysv2nt - .endfn NtResumeThread,globl - .previous diff --git a/libc/nt/ntdll/NtRevertContainerImpersonation.S b/libc/nt/ntdll/NtRevertContainerImpersonation.S new file mode 100644 index 000000000..109ae666a --- /dev/null +++ b/libc/nt/ntdll/NtRevertContainerImpersonation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRevertContainerImpersonation,NtRevertContainerImpersonation diff --git a/libc/nt/ntdll/NtRevertContainerImpersonation.s b/libc/nt/ntdll/NtRevertContainerImpersonation.s deleted file mode 100644 index 9416322cf..000000000 --- a/libc/nt/ntdll/NtRevertContainerImpersonation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRevertContainerImpersonation diff --git a/libc/nt/ntdll/NtRollbackComplete.S b/libc/nt/ntdll/NtRollbackComplete.S new file mode 100644 index 000000000..0126424ca --- /dev/null +++ b/libc/nt/ntdll/NtRollbackComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRollbackComplete,NtRollbackComplete diff --git a/libc/nt/ntdll/NtRollbackComplete.s b/libc/nt/ntdll/NtRollbackComplete.s deleted file mode 100644 index 88d9fad42..000000000 --- a/libc/nt/ntdll/NtRollbackComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRollbackComplete diff --git a/libc/nt/ntdll/NtRollbackEnlistment.S b/libc/nt/ntdll/NtRollbackEnlistment.S new file mode 100644 index 000000000..c85b67241 --- /dev/null +++ b/libc/nt/ntdll/NtRollbackEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRollbackEnlistment,NtRollbackEnlistment diff --git a/libc/nt/ntdll/NtRollbackEnlistment.s b/libc/nt/ntdll/NtRollbackEnlistment.s deleted file mode 100644 index a7e33280f..000000000 --- a/libc/nt/ntdll/NtRollbackEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRollbackEnlistment diff --git a/libc/nt/ntdll/NtRollbackRegistryTransaction.S b/libc/nt/ntdll/NtRollbackRegistryTransaction.S new file mode 100644 index 000000000..9f44fc5a1 --- /dev/null +++ b/libc/nt/ntdll/NtRollbackRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRollbackRegistryTransaction,NtRollbackRegistryTransaction diff --git a/libc/nt/ntdll/NtRollbackRegistryTransaction.s b/libc/nt/ntdll/NtRollbackRegistryTransaction.s deleted file mode 100644 index fbc1dfa01..000000000 --- a/libc/nt/ntdll/NtRollbackRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRollbackRegistryTransaction diff --git a/libc/nt/ntdll/NtRollbackTransaction.S b/libc/nt/ntdll/NtRollbackTransaction.S new file mode 100644 index 000000000..bc7846fe6 --- /dev/null +++ b/libc/nt/ntdll/NtRollbackTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRollbackTransaction,NtRollbackTransaction diff --git a/libc/nt/ntdll/NtRollbackTransaction.s b/libc/nt/ntdll/NtRollbackTransaction.s deleted file mode 100644 index 9772b9603..000000000 --- a/libc/nt/ntdll/NtRollbackTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRollbackTransaction diff --git a/libc/nt/ntdll/NtRollforwardTransactionManager.S b/libc/nt/ntdll/NtRollforwardTransactionManager.S new file mode 100644 index 000000000..5dfa9c6f2 --- /dev/null +++ b/libc/nt/ntdll/NtRollforwardTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtRollforwardTransactionManager,NtRollforwardTransactionManager diff --git a/libc/nt/ntdll/NtRollforwardTransactionManager.s b/libc/nt/ntdll/NtRollforwardTransactionManager.s deleted file mode 100644 index 3fcc7128f..000000000 --- a/libc/nt/ntdll/NtRollforwardTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtRollforwardTransactionManager diff --git a/libc/nt/ntdll/NtSaveKey.S b/libc/nt/ntdll/NtSaveKey.S new file mode 100644 index 000000000..a19ab1e87 --- /dev/null +++ b/libc/nt/ntdll/NtSaveKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSaveKey,NtSaveKey diff --git a/libc/nt/ntdll/NtSaveKey.s b/libc/nt/ntdll/NtSaveKey.s deleted file mode 100644 index b448a900e..000000000 --- a/libc/nt/ntdll/NtSaveKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSaveKey diff --git a/libc/nt/ntdll/NtSaveKeyEx.S b/libc/nt/ntdll/NtSaveKeyEx.S new file mode 100644 index 000000000..aa0f69c50 --- /dev/null +++ b/libc/nt/ntdll/NtSaveKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSaveKeyEx,NtSaveKeyEx diff --git a/libc/nt/ntdll/NtSaveKeyEx.s b/libc/nt/ntdll/NtSaveKeyEx.s deleted file mode 100644 index 99eb4c261..000000000 --- a/libc/nt/ntdll/NtSaveKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSaveKeyEx diff --git a/libc/nt/ntdll/NtSaveMergedKeys.S b/libc/nt/ntdll/NtSaveMergedKeys.S new file mode 100644 index 000000000..6f49bbab5 --- /dev/null +++ b/libc/nt/ntdll/NtSaveMergedKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSaveMergedKeys,NtSaveMergedKeys diff --git a/libc/nt/ntdll/NtSaveMergedKeys.s b/libc/nt/ntdll/NtSaveMergedKeys.s deleted file mode 100644 index eca8342fd..000000000 --- a/libc/nt/ntdll/NtSaveMergedKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSaveMergedKeys diff --git a/libc/nt/ntdll/NtSecureConnectPort.S b/libc/nt/ntdll/NtSecureConnectPort.S new file mode 100644 index 000000000..003985255 --- /dev/null +++ b/libc/nt/ntdll/NtSecureConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSecureConnectPort,NtSecureConnectPort diff --git a/libc/nt/ntdll/NtSecureConnectPort.s b/libc/nt/ntdll/NtSecureConnectPort.s deleted file mode 100644 index ba9c086c8..000000000 --- a/libc/nt/ntdll/NtSecureConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSecureConnectPort diff --git a/libc/nt/ntdll/NtSerializeBoot.S b/libc/nt/ntdll/NtSerializeBoot.S new file mode 100644 index 000000000..fae5d996a --- /dev/null +++ b/libc/nt/ntdll/NtSerializeBoot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSerializeBoot,NtSerializeBoot diff --git a/libc/nt/ntdll/NtSerializeBoot.s b/libc/nt/ntdll/NtSerializeBoot.s deleted file mode 100644 index 8c6a87186..000000000 --- a/libc/nt/ntdll/NtSerializeBoot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSerializeBoot diff --git a/libc/nt/ntdll/NtSetBootEntryOrder.S b/libc/nt/ntdll/NtSetBootEntryOrder.S new file mode 100644 index 000000000..f8d01083e --- /dev/null +++ b/libc/nt/ntdll/NtSetBootEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetBootEntryOrder,NtSetBootEntryOrder diff --git a/libc/nt/ntdll/NtSetBootEntryOrder.s b/libc/nt/ntdll/NtSetBootEntryOrder.s deleted file mode 100644 index b73d7ba3f..000000000 --- a/libc/nt/ntdll/NtSetBootEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetBootEntryOrder diff --git a/libc/nt/ntdll/NtSetBootOptions.S b/libc/nt/ntdll/NtSetBootOptions.S new file mode 100644 index 000000000..e4f12c3f7 --- /dev/null +++ b/libc/nt/ntdll/NtSetBootOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetBootOptions,NtSetBootOptions diff --git a/libc/nt/ntdll/NtSetBootOptions.s b/libc/nt/ntdll/NtSetBootOptions.s deleted file mode 100644 index b42d7cd65..000000000 --- a/libc/nt/ntdll/NtSetBootOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetBootOptions diff --git a/libc/nt/ntdll/NtSetCachedSigningLevel.S b/libc/nt/ntdll/NtSetCachedSigningLevel.S new file mode 100644 index 000000000..006d7a234 --- /dev/null +++ b/libc/nt/ntdll/NtSetCachedSigningLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetCachedSigningLevel,NtSetCachedSigningLevel diff --git a/libc/nt/ntdll/NtSetCachedSigningLevel.s b/libc/nt/ntdll/NtSetCachedSigningLevel.s deleted file mode 100644 index 1d133b2e4..000000000 --- a/libc/nt/ntdll/NtSetCachedSigningLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetCachedSigningLevel diff --git a/libc/nt/ntdll/NtSetCachedSigningLevel2.S b/libc/nt/ntdll/NtSetCachedSigningLevel2.S new file mode 100644 index 000000000..eea5e4b97 --- /dev/null +++ b/libc/nt/ntdll/NtSetCachedSigningLevel2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetCachedSigningLevel2,NtSetCachedSigningLevel2 diff --git a/libc/nt/ntdll/NtSetCachedSigningLevel2.s b/libc/nt/ntdll/NtSetCachedSigningLevel2.s deleted file mode 100644 index 62a70db93..000000000 --- a/libc/nt/ntdll/NtSetCachedSigningLevel2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetCachedSigningLevel2 diff --git a/libc/nt/ntdll/NtSetContextThread.S b/libc/nt/ntdll/NtSetContextThread.S new file mode 100644 index 000000000..00e864591 --- /dev/null +++ b/libc/nt/ntdll/NtSetContextThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetContextThread,NtSetContextThread + +#ifdef __x86_64__ + .text.windows +NtSetContextThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetContextThread(%rip),%rax + jmp __sysv2nt + .endfn NtSetContextThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetContextThread.s b/libc/nt/ntdll/NtSetContextThread.s deleted file mode 100644 index 0c47aa7b6..000000000 --- a/libc/nt/ntdll/NtSetContextThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetContextThread - - .text.windows -NtSetContextThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetContextThread(%rip),%rax - jmp __sysv2nt - .endfn NtSetContextThread,globl - .previous diff --git a/libc/nt/ntdll/NtSetDebugFilterState.S b/libc/nt/ntdll/NtSetDebugFilterState.S new file mode 100644 index 000000000..f3a057147 --- /dev/null +++ b/libc/nt/ntdll/NtSetDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetDebugFilterState,NtSetDebugFilterState diff --git a/libc/nt/ntdll/NtSetDebugFilterState.s b/libc/nt/ntdll/NtSetDebugFilterState.s deleted file mode 100644 index 2b7cb3c91..000000000 --- a/libc/nt/ntdll/NtSetDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetDebugFilterState diff --git a/libc/nt/ntdll/NtSetDefaultHardErrorPort.S b/libc/nt/ntdll/NtSetDefaultHardErrorPort.S new file mode 100644 index 000000000..02a0bd15a --- /dev/null +++ b/libc/nt/ntdll/NtSetDefaultHardErrorPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetDefaultHardErrorPort,NtSetDefaultHardErrorPort diff --git a/libc/nt/ntdll/NtSetDefaultHardErrorPort.s b/libc/nt/ntdll/NtSetDefaultHardErrorPort.s deleted file mode 100644 index 110b7aff0..000000000 --- a/libc/nt/ntdll/NtSetDefaultHardErrorPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetDefaultHardErrorPort diff --git a/libc/nt/ntdll/NtSetDefaultLocale.S b/libc/nt/ntdll/NtSetDefaultLocale.S new file mode 100644 index 000000000..cbd706566 --- /dev/null +++ b/libc/nt/ntdll/NtSetDefaultLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetDefaultLocale,NtSetDefaultLocale diff --git a/libc/nt/ntdll/NtSetDefaultLocale.s b/libc/nt/ntdll/NtSetDefaultLocale.s deleted file mode 100644 index 2db998713..000000000 --- a/libc/nt/ntdll/NtSetDefaultLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetDefaultLocale diff --git a/libc/nt/ntdll/NtSetDefaultUILanguage.S b/libc/nt/ntdll/NtSetDefaultUILanguage.S new file mode 100644 index 000000000..792567eb5 --- /dev/null +++ b/libc/nt/ntdll/NtSetDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetDefaultUILanguage,NtSetDefaultUILanguage diff --git a/libc/nt/ntdll/NtSetDefaultUILanguage.s b/libc/nt/ntdll/NtSetDefaultUILanguage.s deleted file mode 100644 index 54280f694..000000000 --- a/libc/nt/ntdll/NtSetDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetDefaultUILanguage diff --git a/libc/nt/ntdll/NtSetDriverEntryOrder.S b/libc/nt/ntdll/NtSetDriverEntryOrder.S new file mode 100644 index 000000000..cd674a10a --- /dev/null +++ b/libc/nt/ntdll/NtSetDriverEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetDriverEntryOrder,NtSetDriverEntryOrder diff --git a/libc/nt/ntdll/NtSetDriverEntryOrder.s b/libc/nt/ntdll/NtSetDriverEntryOrder.s deleted file mode 100644 index d49903a50..000000000 --- a/libc/nt/ntdll/NtSetDriverEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetDriverEntryOrder diff --git a/libc/nt/ntdll/NtSetEaFile.S b/libc/nt/ntdll/NtSetEaFile.S new file mode 100644 index 000000000..125bf0fc7 --- /dev/null +++ b/libc/nt/ntdll/NtSetEaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetEaFile,NtSetEaFile diff --git a/libc/nt/ntdll/NtSetEaFile.s b/libc/nt/ntdll/NtSetEaFile.s deleted file mode 100644 index 4d5612a83..000000000 --- a/libc/nt/ntdll/NtSetEaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetEaFile diff --git a/libc/nt/ntdll/NtSetEvent.S b/libc/nt/ntdll/NtSetEvent.S new file mode 100644 index 000000000..368fb2d24 --- /dev/null +++ b/libc/nt/ntdll/NtSetEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetEvent,NtSetEvent + +#ifdef __x86_64__ + .text.windows +NtSetEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetEvent(%rip),%rax + jmp __sysv2nt + .endfn NtSetEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetEvent.s b/libc/nt/ntdll/NtSetEvent.s deleted file mode 100644 index c2d9edc2c..000000000 --- a/libc/nt/ntdll/NtSetEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetEvent - - .text.windows -NtSetEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetEvent(%rip),%rax - jmp __sysv2nt - .endfn NtSetEvent,globl - .previous diff --git a/libc/nt/ntdll/NtSetEventBoostPriority.S b/libc/nt/ntdll/NtSetEventBoostPriority.S new file mode 100644 index 000000000..4ad5dace9 --- /dev/null +++ b/libc/nt/ntdll/NtSetEventBoostPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetEventBoostPriority,NtSetEventBoostPriority diff --git a/libc/nt/ntdll/NtSetEventBoostPriority.s b/libc/nt/ntdll/NtSetEventBoostPriority.s deleted file mode 100644 index 7ccb0c203..000000000 --- a/libc/nt/ntdll/NtSetEventBoostPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetEventBoostPriority diff --git a/libc/nt/ntdll/NtSetHighEventPair.S b/libc/nt/ntdll/NtSetHighEventPair.S new file mode 100644 index 000000000..858569971 --- /dev/null +++ b/libc/nt/ntdll/NtSetHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetHighEventPair,NtSetHighEventPair diff --git a/libc/nt/ntdll/NtSetHighEventPair.s b/libc/nt/ntdll/NtSetHighEventPair.s deleted file mode 100644 index 928f15e92..000000000 --- a/libc/nt/ntdll/NtSetHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetHighEventPair diff --git a/libc/nt/ntdll/NtSetHighWaitLowEventPair.S b/libc/nt/ntdll/NtSetHighWaitLowEventPair.S new file mode 100644 index 000000000..4a577d7cb --- /dev/null +++ b/libc/nt/ntdll/NtSetHighWaitLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetHighWaitLowEventPair,NtSetHighWaitLowEventPair diff --git a/libc/nt/ntdll/NtSetHighWaitLowEventPair.s b/libc/nt/ntdll/NtSetHighWaitLowEventPair.s deleted file mode 100644 index f5f257091..000000000 --- a/libc/nt/ntdll/NtSetHighWaitLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetHighWaitLowEventPair diff --git a/libc/nt/ntdll/NtSetIRTimer.S b/libc/nt/ntdll/NtSetIRTimer.S new file mode 100644 index 000000000..d08a6d182 --- /dev/null +++ b/libc/nt/ntdll/NtSetIRTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetIRTimer,NtSetIRTimer diff --git a/libc/nt/ntdll/NtSetIRTimer.s b/libc/nt/ntdll/NtSetIRTimer.s deleted file mode 100644 index 593cecfed..000000000 --- a/libc/nt/ntdll/NtSetIRTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetIRTimer diff --git a/libc/nt/ntdll/NtSetInformationDebugObject.S b/libc/nt/ntdll/NtSetInformationDebugObject.S new file mode 100644 index 000000000..745d48db4 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationDebugObject,NtSetInformationDebugObject diff --git a/libc/nt/ntdll/NtSetInformationDebugObject.s b/libc/nt/ntdll/NtSetInformationDebugObject.s deleted file mode 100644 index 892aace38..000000000 --- a/libc/nt/ntdll/NtSetInformationDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationDebugObject diff --git a/libc/nt/ntdll/NtSetInformationEnlistment.S b/libc/nt/ntdll/NtSetInformationEnlistment.S new file mode 100644 index 000000000..8bb633233 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationEnlistment,NtSetInformationEnlistment diff --git a/libc/nt/ntdll/NtSetInformationEnlistment.s b/libc/nt/ntdll/NtSetInformationEnlistment.s deleted file mode 100644 index 4284fae62..000000000 --- a/libc/nt/ntdll/NtSetInformationEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationEnlistment diff --git a/libc/nt/ntdll/NtSetInformationFile.S b/libc/nt/ntdll/NtSetInformationFile.S new file mode 100644 index 000000000..dd26bc6e0 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationFile,NtSetInformationFile + +#ifdef __x86_64__ + .text.windows +NtSetInformationFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetInformationFile(%rip),%rax + jmp __sysv2nt6 + .endfn NtSetInformationFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetInformationFile.s b/libc/nt/ntdll/NtSetInformationFile.s deleted file mode 100644 index b8387118a..000000000 --- a/libc/nt/ntdll/NtSetInformationFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationFile - - .text.windows -NtSetInformationFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetInformationFile(%rip),%rax - jmp __sysv2nt6 - .endfn NtSetInformationFile,globl - .previous diff --git a/libc/nt/ntdll/NtSetInformationJobObject.S b/libc/nt/ntdll/NtSetInformationJobObject.S new file mode 100644 index 000000000..806ab9f7c --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationJobObject,NtSetInformationJobObject diff --git a/libc/nt/ntdll/NtSetInformationJobObject.s b/libc/nt/ntdll/NtSetInformationJobObject.s deleted file mode 100644 index ee0af022c..000000000 --- a/libc/nt/ntdll/NtSetInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationJobObject diff --git a/libc/nt/ntdll/NtSetInformationKey.S b/libc/nt/ntdll/NtSetInformationKey.S new file mode 100644 index 000000000..9752c65ec --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationKey,NtSetInformationKey diff --git a/libc/nt/ntdll/NtSetInformationKey.s b/libc/nt/ntdll/NtSetInformationKey.s deleted file mode 100644 index a852c2ed0..000000000 --- a/libc/nt/ntdll/NtSetInformationKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationKey diff --git a/libc/nt/ntdll/NtSetInformationObject.S b/libc/nt/ntdll/NtSetInformationObject.S new file mode 100644 index 000000000..1cc69750b --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationObject,NtSetInformationObject diff --git a/libc/nt/ntdll/NtSetInformationObject.s b/libc/nt/ntdll/NtSetInformationObject.s deleted file mode 100644 index 8b576277f..000000000 --- a/libc/nt/ntdll/NtSetInformationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationObject diff --git a/libc/nt/ntdll/NtSetInformationProcess.S b/libc/nt/ntdll/NtSetInformationProcess.S new file mode 100644 index 000000000..740ca4daa --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationProcess,NtSetInformationProcess diff --git a/libc/nt/ntdll/NtSetInformationProcess.s b/libc/nt/ntdll/NtSetInformationProcess.s deleted file mode 100644 index 50eb6a4ea..000000000 --- a/libc/nt/ntdll/NtSetInformationProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationProcess diff --git a/libc/nt/ntdll/NtSetInformationResourceManager.S b/libc/nt/ntdll/NtSetInformationResourceManager.S new file mode 100644 index 000000000..dd9647d68 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationResourceManager,NtSetInformationResourceManager diff --git a/libc/nt/ntdll/NtSetInformationResourceManager.s b/libc/nt/ntdll/NtSetInformationResourceManager.s deleted file mode 100644 index 4bb94bb6c..000000000 --- a/libc/nt/ntdll/NtSetInformationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationResourceManager diff --git a/libc/nt/ntdll/NtSetInformationSymbolicLink.S b/libc/nt/ntdll/NtSetInformationSymbolicLink.S new file mode 100644 index 000000000..729e64550 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationSymbolicLink.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationSymbolicLink,NtSetInformationSymbolicLink diff --git a/libc/nt/ntdll/NtSetInformationSymbolicLink.s b/libc/nt/ntdll/NtSetInformationSymbolicLink.s deleted file mode 100644 index 5c89542be..000000000 --- a/libc/nt/ntdll/NtSetInformationSymbolicLink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationSymbolicLink diff --git a/libc/nt/ntdll/NtSetInformationThread.S b/libc/nt/ntdll/NtSetInformationThread.S new file mode 100644 index 000000000..fb0f63351 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationThread,NtSetInformationThread + +#ifdef __x86_64__ + .text.windows +NtSetInformationThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetInformationThread(%rip),%rax + jmp __sysv2nt + .endfn NtSetInformationThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetInformationThread.s b/libc/nt/ntdll/NtSetInformationThread.s deleted file mode 100644 index 0c7c8f85f..000000000 --- a/libc/nt/ntdll/NtSetInformationThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationThread - - .text.windows -NtSetInformationThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetInformationThread(%rip),%rax - jmp __sysv2nt - .endfn NtSetInformationThread,globl - .previous diff --git a/libc/nt/ntdll/NtSetInformationToken.S b/libc/nt/ntdll/NtSetInformationToken.S new file mode 100644 index 000000000..5a184cdb7 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationToken,NtSetInformationToken diff --git a/libc/nt/ntdll/NtSetInformationToken.s b/libc/nt/ntdll/NtSetInformationToken.s deleted file mode 100644 index 604a77da3..000000000 --- a/libc/nt/ntdll/NtSetInformationToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationToken diff --git a/libc/nt/ntdll/NtSetInformationTransaction.S b/libc/nt/ntdll/NtSetInformationTransaction.S new file mode 100644 index 000000000..4adc90b0b --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationTransaction,NtSetInformationTransaction diff --git a/libc/nt/ntdll/NtSetInformationTransaction.s b/libc/nt/ntdll/NtSetInformationTransaction.s deleted file mode 100644 index 41bd4a734..000000000 --- a/libc/nt/ntdll/NtSetInformationTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationTransaction diff --git a/libc/nt/ntdll/NtSetInformationTransactionManager.S b/libc/nt/ntdll/NtSetInformationTransactionManager.S new file mode 100644 index 000000000..f09a4714d --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationTransactionManager,NtSetInformationTransactionManager diff --git a/libc/nt/ntdll/NtSetInformationTransactionManager.s b/libc/nt/ntdll/NtSetInformationTransactionManager.s deleted file mode 100644 index 4d90081a6..000000000 --- a/libc/nt/ntdll/NtSetInformationTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationTransactionManager diff --git a/libc/nt/ntdll/NtSetInformationVirtualMemory.S b/libc/nt/ntdll/NtSetInformationVirtualMemory.S new file mode 100644 index 000000000..9885571f0 --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationVirtualMemory,NtSetInformationVirtualMemory diff --git a/libc/nt/ntdll/NtSetInformationVirtualMemory.s b/libc/nt/ntdll/NtSetInformationVirtualMemory.s deleted file mode 100644 index da1f16fad..000000000 --- a/libc/nt/ntdll/NtSetInformationVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationVirtualMemory diff --git a/libc/nt/ntdll/NtSetInformationWorkerFactory.S b/libc/nt/ntdll/NtSetInformationWorkerFactory.S new file mode 100644 index 000000000..ba693b34e --- /dev/null +++ b/libc/nt/ntdll/NtSetInformationWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetInformationWorkerFactory,NtSetInformationWorkerFactory diff --git a/libc/nt/ntdll/NtSetInformationWorkerFactory.s b/libc/nt/ntdll/NtSetInformationWorkerFactory.s deleted file mode 100644 index baed3cbe9..000000000 --- a/libc/nt/ntdll/NtSetInformationWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetInformationWorkerFactory diff --git a/libc/nt/ntdll/NtSetIntervalProfile.S b/libc/nt/ntdll/NtSetIntervalProfile.S new file mode 100644 index 000000000..3b0078a66 --- /dev/null +++ b/libc/nt/ntdll/NtSetIntervalProfile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetIntervalProfile,NtSetIntervalProfile + +#ifdef __x86_64__ + .text.windows +NtSetIntervalProfile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetIntervalProfile(%rip),%rax + jmp __sysv2nt + .endfn NtSetIntervalProfile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetIntervalProfile.s b/libc/nt/ntdll/NtSetIntervalProfile.s deleted file mode 100644 index 111d4f92d..000000000 --- a/libc/nt/ntdll/NtSetIntervalProfile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetIntervalProfile - - .text.windows -NtSetIntervalProfile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetIntervalProfile(%rip),%rax - jmp __sysv2nt - .endfn NtSetIntervalProfile,globl - .previous diff --git a/libc/nt/ntdll/NtSetIoCompletion.S b/libc/nt/ntdll/NtSetIoCompletion.S new file mode 100644 index 000000000..fb286cb4c --- /dev/null +++ b/libc/nt/ntdll/NtSetIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetIoCompletion,NtSetIoCompletion diff --git a/libc/nt/ntdll/NtSetIoCompletion.s b/libc/nt/ntdll/NtSetIoCompletion.s deleted file mode 100644 index a23d7bf79..000000000 --- a/libc/nt/ntdll/NtSetIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetIoCompletion diff --git a/libc/nt/ntdll/NtSetIoCompletionEx.S b/libc/nt/ntdll/NtSetIoCompletionEx.S new file mode 100644 index 000000000..c4db05046 --- /dev/null +++ b/libc/nt/ntdll/NtSetIoCompletionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetIoCompletionEx,NtSetIoCompletionEx diff --git a/libc/nt/ntdll/NtSetIoCompletionEx.s b/libc/nt/ntdll/NtSetIoCompletionEx.s deleted file mode 100644 index fd5034b17..000000000 --- a/libc/nt/ntdll/NtSetIoCompletionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetIoCompletionEx diff --git a/libc/nt/ntdll/NtSetLdtEntries.S b/libc/nt/ntdll/NtSetLdtEntries.S new file mode 100644 index 000000000..3b5b1a247 --- /dev/null +++ b/libc/nt/ntdll/NtSetLdtEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetLdtEntries,NtSetLdtEntries diff --git a/libc/nt/ntdll/NtSetLdtEntries.s b/libc/nt/ntdll/NtSetLdtEntries.s deleted file mode 100644 index 744da425b..000000000 --- a/libc/nt/ntdll/NtSetLdtEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetLdtEntries diff --git a/libc/nt/ntdll/NtSetLowEventPair.S b/libc/nt/ntdll/NtSetLowEventPair.S new file mode 100644 index 000000000..1155968dc --- /dev/null +++ b/libc/nt/ntdll/NtSetLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetLowEventPair,NtSetLowEventPair diff --git a/libc/nt/ntdll/NtSetLowEventPair.s b/libc/nt/ntdll/NtSetLowEventPair.s deleted file mode 100644 index 9d99d2e94..000000000 --- a/libc/nt/ntdll/NtSetLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetLowEventPair diff --git a/libc/nt/ntdll/NtSetLowWaitHighEventPair.S b/libc/nt/ntdll/NtSetLowWaitHighEventPair.S new file mode 100644 index 000000000..3c73673e7 --- /dev/null +++ b/libc/nt/ntdll/NtSetLowWaitHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetLowWaitHighEventPair,NtSetLowWaitHighEventPair diff --git a/libc/nt/ntdll/NtSetLowWaitHighEventPair.s b/libc/nt/ntdll/NtSetLowWaitHighEventPair.s deleted file mode 100644 index 5fa73f640..000000000 --- a/libc/nt/ntdll/NtSetLowWaitHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetLowWaitHighEventPair diff --git a/libc/nt/ntdll/NtSetQuotaInformationFile.S b/libc/nt/ntdll/NtSetQuotaInformationFile.S new file mode 100644 index 000000000..86be32c27 --- /dev/null +++ b/libc/nt/ntdll/NtSetQuotaInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetQuotaInformationFile,NtSetQuotaInformationFile diff --git a/libc/nt/ntdll/NtSetQuotaInformationFile.s b/libc/nt/ntdll/NtSetQuotaInformationFile.s deleted file mode 100644 index 784067289..000000000 --- a/libc/nt/ntdll/NtSetQuotaInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetQuotaInformationFile diff --git a/libc/nt/ntdll/NtSetSecurityObject.S b/libc/nt/ntdll/NtSetSecurityObject.S new file mode 100644 index 000000000..27e94e039 --- /dev/null +++ b/libc/nt/ntdll/NtSetSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSecurityObject,NtSetSecurityObject diff --git a/libc/nt/ntdll/NtSetSecurityObject.s b/libc/nt/ntdll/NtSetSecurityObject.s deleted file mode 100644 index 8e910b9c0..000000000 --- a/libc/nt/ntdll/NtSetSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSecurityObject diff --git a/libc/nt/ntdll/NtSetSystemEnvironmentValue.S b/libc/nt/ntdll/NtSetSystemEnvironmentValue.S new file mode 100644 index 000000000..c5f88aa14 --- /dev/null +++ b/libc/nt/ntdll/NtSetSystemEnvironmentValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSystemEnvironmentValue,NtSetSystemEnvironmentValue diff --git a/libc/nt/ntdll/NtSetSystemEnvironmentValue.s b/libc/nt/ntdll/NtSetSystemEnvironmentValue.s deleted file mode 100644 index 29d8fb8b9..000000000 --- a/libc/nt/ntdll/NtSetSystemEnvironmentValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSystemEnvironmentValue diff --git a/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.S b/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.S new file mode 100644 index 000000000..360881f35 --- /dev/null +++ b/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSystemEnvironmentValueEx,NtSetSystemEnvironmentValueEx diff --git a/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.s b/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.s deleted file mode 100644 index 9ff242039..000000000 --- a/libc/nt/ntdll/NtSetSystemEnvironmentValueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSystemEnvironmentValueEx diff --git a/libc/nt/ntdll/NtSetSystemInformation.S b/libc/nt/ntdll/NtSetSystemInformation.S new file mode 100644 index 000000000..c91b2cc4b --- /dev/null +++ b/libc/nt/ntdll/NtSetSystemInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSystemInformation,NtSetSystemInformation diff --git a/libc/nt/ntdll/NtSetSystemInformation.s b/libc/nt/ntdll/NtSetSystemInformation.s deleted file mode 100644 index 86072da83..000000000 --- a/libc/nt/ntdll/NtSetSystemInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSystemInformation diff --git a/libc/nt/ntdll/NtSetSystemPowerState.S b/libc/nt/ntdll/NtSetSystemPowerState.S new file mode 100644 index 000000000..6c2464c6d --- /dev/null +++ b/libc/nt/ntdll/NtSetSystemPowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSystemPowerState,NtSetSystemPowerState diff --git a/libc/nt/ntdll/NtSetSystemPowerState.s b/libc/nt/ntdll/NtSetSystemPowerState.s deleted file mode 100644 index 32724357d..000000000 --- a/libc/nt/ntdll/NtSetSystemPowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSystemPowerState diff --git a/libc/nt/ntdll/NtSetSystemTime.S b/libc/nt/ntdll/NtSetSystemTime.S new file mode 100644 index 000000000..47dc25295 --- /dev/null +++ b/libc/nt/ntdll/NtSetSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetSystemTime,NtSetSystemTime diff --git a/libc/nt/ntdll/NtSetSystemTime.s b/libc/nt/ntdll/NtSetSystemTime.s deleted file mode 100644 index c07591009..000000000 --- a/libc/nt/ntdll/NtSetSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetSystemTime diff --git a/libc/nt/ntdll/NtSetThreadExecutionState.S b/libc/nt/ntdll/NtSetThreadExecutionState.S new file mode 100644 index 000000000..041056226 --- /dev/null +++ b/libc/nt/ntdll/NtSetThreadExecutionState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetThreadExecutionState,NtSetThreadExecutionState diff --git a/libc/nt/ntdll/NtSetThreadExecutionState.s b/libc/nt/ntdll/NtSetThreadExecutionState.s deleted file mode 100644 index ffc899bd2..000000000 --- a/libc/nt/ntdll/NtSetThreadExecutionState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetThreadExecutionState diff --git a/libc/nt/ntdll/NtSetTimer.S b/libc/nt/ntdll/NtSetTimer.S new file mode 100644 index 000000000..ccf23cd5c --- /dev/null +++ b/libc/nt/ntdll/NtSetTimer.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetTimer,NtSetTimer + +#ifdef __x86_64__ + .text.windows +NtSetTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetTimer(%rip),%rax + jmp __sysv2nt8 + .endfn NtSetTimer,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetTimer.s b/libc/nt/ntdll/NtSetTimer.s deleted file mode 100644 index f6d53733f..000000000 --- a/libc/nt/ntdll/NtSetTimer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetTimer - - .text.windows -NtSetTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetTimer(%rip),%rax - jmp __sysv2nt8 - .endfn NtSetTimer,globl - .previous diff --git a/libc/nt/ntdll/NtSetTimer2.S b/libc/nt/ntdll/NtSetTimer2.S new file mode 100644 index 000000000..3688c26de --- /dev/null +++ b/libc/nt/ntdll/NtSetTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetTimer2,NtSetTimer2 diff --git a/libc/nt/ntdll/NtSetTimer2.s b/libc/nt/ntdll/NtSetTimer2.s deleted file mode 100644 index bcaf6891c..000000000 --- a/libc/nt/ntdll/NtSetTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetTimer2 diff --git a/libc/nt/ntdll/NtSetTimerEx.S b/libc/nt/ntdll/NtSetTimerEx.S new file mode 100644 index 000000000..2eac366fb --- /dev/null +++ b/libc/nt/ntdll/NtSetTimerEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetTimerEx,NtSetTimerEx diff --git a/libc/nt/ntdll/NtSetTimerEx.s b/libc/nt/ntdll/NtSetTimerEx.s deleted file mode 100644 index f424fbf51..000000000 --- a/libc/nt/ntdll/NtSetTimerEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetTimerEx diff --git a/libc/nt/ntdll/NtSetTimerResolution.S b/libc/nt/ntdll/NtSetTimerResolution.S new file mode 100644 index 000000000..3c80e1ffd --- /dev/null +++ b/libc/nt/ntdll/NtSetTimerResolution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetTimerResolution,NtSetTimerResolution diff --git a/libc/nt/ntdll/NtSetTimerResolution.s b/libc/nt/ntdll/NtSetTimerResolution.s deleted file mode 100644 index 01ac040ef..000000000 --- a/libc/nt/ntdll/NtSetTimerResolution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetTimerResolution diff --git a/libc/nt/ntdll/NtSetUuidSeed.S b/libc/nt/ntdll/NtSetUuidSeed.S new file mode 100644 index 000000000..9424276b0 --- /dev/null +++ b/libc/nt/ntdll/NtSetUuidSeed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetUuidSeed,NtSetUuidSeed diff --git a/libc/nt/ntdll/NtSetUuidSeed.s b/libc/nt/ntdll/NtSetUuidSeed.s deleted file mode 100644 index 9f5eaee87..000000000 --- a/libc/nt/ntdll/NtSetUuidSeed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetUuidSeed diff --git a/libc/nt/ntdll/NtSetValueKey.S b/libc/nt/ntdll/NtSetValueKey.S new file mode 100644 index 000000000..1267053e2 --- /dev/null +++ b/libc/nt/ntdll/NtSetValueKey.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetValueKey,NtSetValueKey + +#ifdef __x86_64__ + .text.windows +NtSetValueKey: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSetValueKey(%rip),%rax + jmp __sysv2nt6 + .endfn NtSetValueKey,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSetValueKey.s b/libc/nt/ntdll/NtSetValueKey.s deleted file mode 100644 index 18404ba2c..000000000 --- a/libc/nt/ntdll/NtSetValueKey.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetValueKey - - .text.windows -NtSetValueKey: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSetValueKey(%rip),%rax - jmp __sysv2nt6 - .endfn NtSetValueKey,globl - .previous diff --git a/libc/nt/ntdll/NtSetVolumeInformationFile.S b/libc/nt/ntdll/NtSetVolumeInformationFile.S new file mode 100644 index 000000000..87e03602f --- /dev/null +++ b/libc/nt/ntdll/NtSetVolumeInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetVolumeInformationFile,NtSetVolumeInformationFile diff --git a/libc/nt/ntdll/NtSetVolumeInformationFile.s b/libc/nt/ntdll/NtSetVolumeInformationFile.s deleted file mode 100644 index 3469c5e3b..000000000 --- a/libc/nt/ntdll/NtSetVolumeInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetVolumeInformationFile diff --git a/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.S b/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.S new file mode 100644 index 000000000..ea76e4e8c --- /dev/null +++ b/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSetWnfProcessNotificationEvent,NtSetWnfProcessNotificationEvent diff --git a/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.s b/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.s deleted file mode 100644 index b4cbf1335..000000000 --- a/libc/nt/ntdll/NtSetWnfProcessNotificationEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSetWnfProcessNotificationEvent diff --git a/libc/nt/ntdll/NtShutdownSystem.S b/libc/nt/ntdll/NtShutdownSystem.S new file mode 100644 index 000000000..16e21de87 --- /dev/null +++ b/libc/nt/ntdll/NtShutdownSystem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtShutdownSystem,NtShutdownSystem diff --git a/libc/nt/ntdll/NtShutdownSystem.s b/libc/nt/ntdll/NtShutdownSystem.s deleted file mode 100644 index 16608ce9c..000000000 --- a/libc/nt/ntdll/NtShutdownSystem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtShutdownSystem diff --git a/libc/nt/ntdll/NtShutdownWorkerFactory.S b/libc/nt/ntdll/NtShutdownWorkerFactory.S new file mode 100644 index 000000000..8fcb170e6 --- /dev/null +++ b/libc/nt/ntdll/NtShutdownWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtShutdownWorkerFactory,NtShutdownWorkerFactory diff --git a/libc/nt/ntdll/NtShutdownWorkerFactory.s b/libc/nt/ntdll/NtShutdownWorkerFactory.s deleted file mode 100644 index 5f45b4126..000000000 --- a/libc/nt/ntdll/NtShutdownWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtShutdownWorkerFactory diff --git a/libc/nt/ntdll/NtSignalAndWaitForSingleObject.S b/libc/nt/ntdll/NtSignalAndWaitForSingleObject.S new file mode 100644 index 000000000..6ec7dc45c --- /dev/null +++ b/libc/nt/ntdll/NtSignalAndWaitForSingleObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSignalAndWaitForSingleObject,NtSignalAndWaitForSingleObject + +#ifdef __x86_64__ + .text.windows +NtSignalAndWaitForSingleObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSignalAndWaitForSingleObject(%rip),%rax + jmp __sysv2nt + .endfn NtSignalAndWaitForSingleObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSignalAndWaitForSingleObject.s b/libc/nt/ntdll/NtSignalAndWaitForSingleObject.s deleted file mode 100644 index 13fbaf79d..000000000 --- a/libc/nt/ntdll/NtSignalAndWaitForSingleObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSignalAndWaitForSingleObject - - .text.windows -NtSignalAndWaitForSingleObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSignalAndWaitForSingleObject(%rip),%rax - jmp __sysv2nt - .endfn NtSignalAndWaitForSingleObject,globl - .previous diff --git a/libc/nt/ntdll/NtSinglePhaseReject.S b/libc/nt/ntdll/NtSinglePhaseReject.S new file mode 100644 index 000000000..0d8070f6e --- /dev/null +++ b/libc/nt/ntdll/NtSinglePhaseReject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSinglePhaseReject,NtSinglePhaseReject diff --git a/libc/nt/ntdll/NtSinglePhaseReject.s b/libc/nt/ntdll/NtSinglePhaseReject.s deleted file mode 100644 index 5d2ef19d6..000000000 --- a/libc/nt/ntdll/NtSinglePhaseReject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSinglePhaseReject diff --git a/libc/nt/ntdll/NtStartProfile.S b/libc/nt/ntdll/NtStartProfile.S new file mode 100644 index 000000000..2d847908b --- /dev/null +++ b/libc/nt/ntdll/NtStartProfile.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtStartProfile,NtStartProfile + +#ifdef __x86_64__ + .text.windows +NtStartProfile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtStartProfile(%rip) + leave + ret + .endfn NtStartProfile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtStartProfile.s b/libc/nt/ntdll/NtStartProfile.s deleted file mode 100644 index 4facb746a..000000000 --- a/libc/nt/ntdll/NtStartProfile.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtStartProfile - - .text.windows -NtStartProfile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtStartProfile(%rip) - leave - ret - .endfn NtStartProfile,globl - .previous diff --git a/libc/nt/ntdll/NtStopProfile.S b/libc/nt/ntdll/NtStopProfile.S new file mode 100644 index 000000000..6e26d605d --- /dev/null +++ b/libc/nt/ntdll/NtStopProfile.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtStopProfile,NtStopProfile + +#ifdef __x86_64__ + .text.windows +NtStopProfile: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_NtStopProfile(%rip) + leave + ret + .endfn NtStopProfile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtStopProfile.s b/libc/nt/ntdll/NtStopProfile.s deleted file mode 100644 index 62b9122a1..000000000 --- a/libc/nt/ntdll/NtStopProfile.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtStopProfile - - .text.windows -NtStopProfile: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_NtStopProfile(%rip) - leave - ret - .endfn NtStopProfile,globl - .previous diff --git a/libc/nt/ntdll/NtSubscribeWnfStateChange.S b/libc/nt/ntdll/NtSubscribeWnfStateChange.S new file mode 100644 index 000000000..a3f9579e0 --- /dev/null +++ b/libc/nt/ntdll/NtSubscribeWnfStateChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSubscribeWnfStateChange,NtSubscribeWnfStateChange diff --git a/libc/nt/ntdll/NtSubscribeWnfStateChange.s b/libc/nt/ntdll/NtSubscribeWnfStateChange.s deleted file mode 100644 index 79561a10e..000000000 --- a/libc/nt/ntdll/NtSubscribeWnfStateChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSubscribeWnfStateChange diff --git a/libc/nt/ntdll/NtSuspendProcess.S b/libc/nt/ntdll/NtSuspendProcess.S new file mode 100644 index 000000000..574782d74 --- /dev/null +++ b/libc/nt/ntdll/NtSuspendProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSuspendProcess,NtSuspendProcess diff --git a/libc/nt/ntdll/NtSuspendProcess.s b/libc/nt/ntdll/NtSuspendProcess.s deleted file mode 100644 index 132fc2dee..000000000 --- a/libc/nt/ntdll/NtSuspendProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSuspendProcess diff --git a/libc/nt/ntdll/NtSuspendThread.S b/libc/nt/ntdll/NtSuspendThread.S new file mode 100644 index 000000000..39286ec8a --- /dev/null +++ b/libc/nt/ntdll/NtSuspendThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSuspendThread,NtSuspendThread + +#ifdef __x86_64__ + .text.windows +NtSuspendThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtSuspendThread(%rip),%rax + jmp __sysv2nt + .endfn NtSuspendThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtSuspendThread.s b/libc/nt/ntdll/NtSuspendThread.s deleted file mode 100644 index de6cfb61b..000000000 --- a/libc/nt/ntdll/NtSuspendThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSuspendThread - - .text.windows -NtSuspendThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtSuspendThread(%rip),%rax - jmp __sysv2nt - .endfn NtSuspendThread,globl - .previous diff --git a/libc/nt/ntdll/NtSystemDebugControl.S b/libc/nt/ntdll/NtSystemDebugControl.S new file mode 100644 index 000000000..64e1e5513 --- /dev/null +++ b/libc/nt/ntdll/NtSystemDebugControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtSystemDebugControl,NtSystemDebugControl diff --git a/libc/nt/ntdll/NtSystemDebugControl.s b/libc/nt/ntdll/NtSystemDebugControl.s deleted file mode 100644 index 908cfd298..000000000 --- a/libc/nt/ntdll/NtSystemDebugControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtSystemDebugControl diff --git a/libc/nt/ntdll/NtTerminateEnclave.S b/libc/nt/ntdll/NtTerminateEnclave.S new file mode 100644 index 000000000..923b41535 --- /dev/null +++ b/libc/nt/ntdll/NtTerminateEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTerminateEnclave,NtTerminateEnclave diff --git a/libc/nt/ntdll/NtTerminateEnclave.s b/libc/nt/ntdll/NtTerminateEnclave.s deleted file mode 100644 index 02a6a5fc9..000000000 --- a/libc/nt/ntdll/NtTerminateEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTerminateEnclave diff --git a/libc/nt/ntdll/NtTerminateJobObject.S b/libc/nt/ntdll/NtTerminateJobObject.S new file mode 100644 index 000000000..52df3f942 --- /dev/null +++ b/libc/nt/ntdll/NtTerminateJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTerminateJobObject,NtTerminateJobObject diff --git a/libc/nt/ntdll/NtTerminateJobObject.s b/libc/nt/ntdll/NtTerminateJobObject.s deleted file mode 100644 index 20637c341..000000000 --- a/libc/nt/ntdll/NtTerminateJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTerminateJobObject diff --git a/libc/nt/ntdll/NtTerminateProcess.S b/libc/nt/ntdll/NtTerminateProcess.S new file mode 100644 index 000000000..2d5467654 --- /dev/null +++ b/libc/nt/ntdll/NtTerminateProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTerminateProcess,NtTerminateProcess + +#ifdef __x86_64__ + .text.windows +NtTerminateProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtTerminateProcess(%rip),%rax + jmp __sysv2nt + .endfn NtTerminateProcess,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtTerminateProcess.s b/libc/nt/ntdll/NtTerminateProcess.s deleted file mode 100644 index 0a40c1244..000000000 --- a/libc/nt/ntdll/NtTerminateProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTerminateProcess - - .text.windows -NtTerminateProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtTerminateProcess(%rip),%rax - jmp __sysv2nt - .endfn NtTerminateProcess,globl - .previous diff --git a/libc/nt/ntdll/NtTerminateThread.S b/libc/nt/ntdll/NtTerminateThread.S new file mode 100644 index 000000000..160d350c3 --- /dev/null +++ b/libc/nt/ntdll/NtTerminateThread.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTerminateThread,NtTerminateThread + +#ifdef __x86_64__ + .text.windows +NtTerminateThread: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtTerminateThread(%rip),%rax + jmp __sysv2nt + .endfn NtTerminateThread,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtTerminateThread.s b/libc/nt/ntdll/NtTerminateThread.s deleted file mode 100644 index eab84cd82..000000000 --- a/libc/nt/ntdll/NtTerminateThread.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTerminateThread - - .text.windows -NtTerminateThread: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtTerminateThread(%rip),%rax - jmp __sysv2nt - .endfn NtTerminateThread,globl - .previous diff --git a/libc/nt/ntdll/NtTestAlert.S b/libc/nt/ntdll/NtTestAlert.S new file mode 100644 index 000000000..ec09c1348 --- /dev/null +++ b/libc/nt/ntdll/NtTestAlert.S @@ -0,0 +1,16 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTestAlert,NtTestAlert + +#ifdef __x86_64__ + .text.windows +NtTestAlert: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_NtTestAlert(%rip) + leave + ret + .endfn NtTestAlert,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtTestAlert.s b/libc/nt/ntdll/NtTestAlert.s deleted file mode 100644 index 67a5c04d7..000000000 --- a/libc/nt/ntdll/NtTestAlert.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTestAlert - - .text.windows -NtTestAlert: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_NtTestAlert(%rip) - leave - ret - .endfn NtTestAlert,globl - .previous diff --git a/libc/nt/ntdll/NtThawRegistry.S b/libc/nt/ntdll/NtThawRegistry.S new file mode 100644 index 000000000..136b44d98 --- /dev/null +++ b/libc/nt/ntdll/NtThawRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtThawRegistry,NtThawRegistry diff --git a/libc/nt/ntdll/NtThawRegistry.s b/libc/nt/ntdll/NtThawRegistry.s deleted file mode 100644 index ed4afd9c8..000000000 --- a/libc/nt/ntdll/NtThawRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtThawRegistry diff --git a/libc/nt/ntdll/NtThawTransactions.S b/libc/nt/ntdll/NtThawTransactions.S new file mode 100644 index 000000000..36599eb11 --- /dev/null +++ b/libc/nt/ntdll/NtThawTransactions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtThawTransactions,NtThawTransactions diff --git a/libc/nt/ntdll/NtThawTransactions.s b/libc/nt/ntdll/NtThawTransactions.s deleted file mode 100644 index 229763dfe..000000000 --- a/libc/nt/ntdll/NtThawTransactions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtThawTransactions diff --git a/libc/nt/ntdll/NtTraceControl.S b/libc/nt/ntdll/NtTraceControl.S new file mode 100644 index 000000000..cca74a064 --- /dev/null +++ b/libc/nt/ntdll/NtTraceControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTraceControl,NtTraceControl diff --git a/libc/nt/ntdll/NtTraceControl.s b/libc/nt/ntdll/NtTraceControl.s deleted file mode 100644 index 2f191cde7..000000000 --- a/libc/nt/ntdll/NtTraceControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTraceControl diff --git a/libc/nt/ntdll/NtTraceEvent.S b/libc/nt/ntdll/NtTraceEvent.S new file mode 100644 index 000000000..9ff983453 --- /dev/null +++ b/libc/nt/ntdll/NtTraceEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTraceEvent,NtTraceEvent diff --git a/libc/nt/ntdll/NtTraceEvent.s b/libc/nt/ntdll/NtTraceEvent.s deleted file mode 100644 index cd6adb8e0..000000000 --- a/libc/nt/ntdll/NtTraceEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTraceEvent diff --git a/libc/nt/ntdll/NtTranslateFilePath.S b/libc/nt/ntdll/NtTranslateFilePath.S new file mode 100644 index 000000000..dacc3182d --- /dev/null +++ b/libc/nt/ntdll/NtTranslateFilePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtTranslateFilePath,NtTranslateFilePath diff --git a/libc/nt/ntdll/NtTranslateFilePath.s b/libc/nt/ntdll/NtTranslateFilePath.s deleted file mode 100644 index 53261d2e5..000000000 --- a/libc/nt/ntdll/NtTranslateFilePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtTranslateFilePath diff --git a/libc/nt/ntdll/NtUmsThreadYield.S b/libc/nt/ntdll/NtUmsThreadYield.S new file mode 100644 index 000000000..a5951bb40 --- /dev/null +++ b/libc/nt/ntdll/NtUmsThreadYield.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUmsThreadYield,NtUmsThreadYield diff --git a/libc/nt/ntdll/NtUmsThreadYield.s b/libc/nt/ntdll/NtUmsThreadYield.s deleted file mode 100644 index c30c58384..000000000 --- a/libc/nt/ntdll/NtUmsThreadYield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUmsThreadYield diff --git a/libc/nt/ntdll/NtUnloadDriver.S b/libc/nt/ntdll/NtUnloadDriver.S new file mode 100644 index 000000000..ec79a1522 --- /dev/null +++ b/libc/nt/ntdll/NtUnloadDriver.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnloadDriver,NtUnloadDriver diff --git a/libc/nt/ntdll/NtUnloadDriver.s b/libc/nt/ntdll/NtUnloadDriver.s deleted file mode 100644 index 4d8394075..000000000 --- a/libc/nt/ntdll/NtUnloadDriver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnloadDriver diff --git a/libc/nt/ntdll/NtUnloadKey.S b/libc/nt/ntdll/NtUnloadKey.S new file mode 100644 index 000000000..954ebac7f --- /dev/null +++ b/libc/nt/ntdll/NtUnloadKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnloadKey,NtUnloadKey diff --git a/libc/nt/ntdll/NtUnloadKey.s b/libc/nt/ntdll/NtUnloadKey.s deleted file mode 100644 index 04c1a7781..000000000 --- a/libc/nt/ntdll/NtUnloadKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnloadKey diff --git a/libc/nt/ntdll/NtUnloadKey2.S b/libc/nt/ntdll/NtUnloadKey2.S new file mode 100644 index 000000000..3cba1d9ff --- /dev/null +++ b/libc/nt/ntdll/NtUnloadKey2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnloadKey2,NtUnloadKey2 diff --git a/libc/nt/ntdll/NtUnloadKey2.s b/libc/nt/ntdll/NtUnloadKey2.s deleted file mode 100644 index 84ca12f29..000000000 --- a/libc/nt/ntdll/NtUnloadKey2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnloadKey2 diff --git a/libc/nt/ntdll/NtUnloadKeyEx.S b/libc/nt/ntdll/NtUnloadKeyEx.S new file mode 100644 index 000000000..c18a6e104 --- /dev/null +++ b/libc/nt/ntdll/NtUnloadKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnloadKeyEx,NtUnloadKeyEx diff --git a/libc/nt/ntdll/NtUnloadKeyEx.s b/libc/nt/ntdll/NtUnloadKeyEx.s deleted file mode 100644 index 697cc7b8f..000000000 --- a/libc/nt/ntdll/NtUnloadKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnloadKeyEx diff --git a/libc/nt/ntdll/NtUnlockFile.S b/libc/nt/ntdll/NtUnlockFile.S new file mode 100644 index 000000000..5a258237c --- /dev/null +++ b/libc/nt/ntdll/NtUnlockFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnlockFile,NtUnlockFile diff --git a/libc/nt/ntdll/NtUnlockFile.s b/libc/nt/ntdll/NtUnlockFile.s deleted file mode 100644 index 1f583ab2e..000000000 --- a/libc/nt/ntdll/NtUnlockFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnlockFile diff --git a/libc/nt/ntdll/NtUnlockVirtualMemory.S b/libc/nt/ntdll/NtUnlockVirtualMemory.S new file mode 100644 index 000000000..c21590c9e --- /dev/null +++ b/libc/nt/ntdll/NtUnlockVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnlockVirtualMemory,NtUnlockVirtualMemory diff --git a/libc/nt/ntdll/NtUnlockVirtualMemory.s b/libc/nt/ntdll/NtUnlockVirtualMemory.s deleted file mode 100644 index 96dea09de..000000000 --- a/libc/nt/ntdll/NtUnlockVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnlockVirtualMemory diff --git a/libc/nt/ntdll/NtUnmapViewOfSection.S b/libc/nt/ntdll/NtUnmapViewOfSection.S new file mode 100644 index 000000000..41ada8fcc --- /dev/null +++ b/libc/nt/ntdll/NtUnmapViewOfSection.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnmapViewOfSection,NtUnmapViewOfSection + +#ifdef __x86_64__ + .text.windows +NtUnmapViewOfSection: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtUnmapViewOfSection(%rip),%rax + jmp __sysv2nt + .endfn NtUnmapViewOfSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtUnmapViewOfSection.s b/libc/nt/ntdll/NtUnmapViewOfSection.s deleted file mode 100644 index 2d5fc1fdc..000000000 --- a/libc/nt/ntdll/NtUnmapViewOfSection.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnmapViewOfSection - - .text.windows -NtUnmapViewOfSection: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtUnmapViewOfSection(%rip),%rax - jmp __sysv2nt - .endfn NtUnmapViewOfSection,globl - .previous diff --git a/libc/nt/ntdll/NtUnmapViewOfSectionEx.S b/libc/nt/ntdll/NtUnmapViewOfSectionEx.S new file mode 100644 index 000000000..09e71c880 --- /dev/null +++ b/libc/nt/ntdll/NtUnmapViewOfSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnmapViewOfSectionEx,NtUnmapViewOfSectionEx diff --git a/libc/nt/ntdll/NtUnmapViewOfSectionEx.s b/libc/nt/ntdll/NtUnmapViewOfSectionEx.s deleted file mode 100644 index 1d0335436..000000000 --- a/libc/nt/ntdll/NtUnmapViewOfSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnmapViewOfSectionEx diff --git a/libc/nt/ntdll/NtUnsubscribeWnfStateChange.S b/libc/nt/ntdll/NtUnsubscribeWnfStateChange.S new file mode 100644 index 000000000..0fea0d1ea --- /dev/null +++ b/libc/nt/ntdll/NtUnsubscribeWnfStateChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUnsubscribeWnfStateChange,NtUnsubscribeWnfStateChange diff --git a/libc/nt/ntdll/NtUnsubscribeWnfStateChange.s b/libc/nt/ntdll/NtUnsubscribeWnfStateChange.s deleted file mode 100644 index 30f3de6df..000000000 --- a/libc/nt/ntdll/NtUnsubscribeWnfStateChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUnsubscribeWnfStateChange diff --git a/libc/nt/ntdll/NtUpdateWnfStateData.S b/libc/nt/ntdll/NtUpdateWnfStateData.S new file mode 100644 index 000000000..a4845943a --- /dev/null +++ b/libc/nt/ntdll/NtUpdateWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtUpdateWnfStateData,NtUpdateWnfStateData diff --git a/libc/nt/ntdll/NtUpdateWnfStateData.s b/libc/nt/ntdll/NtUpdateWnfStateData.s deleted file mode 100644 index 5d64cf3d2..000000000 --- a/libc/nt/ntdll/NtUpdateWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtUpdateWnfStateData diff --git a/libc/nt/ntdll/NtVdmControl.S b/libc/nt/ntdll/NtVdmControl.S new file mode 100644 index 000000000..efa3c187f --- /dev/null +++ b/libc/nt/ntdll/NtVdmControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtVdmControl,NtVdmControl diff --git a/libc/nt/ntdll/NtVdmControl.s b/libc/nt/ntdll/NtVdmControl.s deleted file mode 100644 index a786e88c9..000000000 --- a/libc/nt/ntdll/NtVdmControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtVdmControl diff --git a/libc/nt/ntdll/NtWaitForAlertByThreadId.S b/libc/nt/ntdll/NtWaitForAlertByThreadId.S new file mode 100644 index 000000000..e06583390 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForAlertByThreadId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForAlertByThreadId,NtWaitForAlertByThreadId diff --git a/libc/nt/ntdll/NtWaitForAlertByThreadId.s b/libc/nt/ntdll/NtWaitForAlertByThreadId.s deleted file mode 100644 index 0718fa814..000000000 --- a/libc/nt/ntdll/NtWaitForAlertByThreadId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForAlertByThreadId diff --git a/libc/nt/ntdll/NtWaitForDebugEvent.S b/libc/nt/ntdll/NtWaitForDebugEvent.S new file mode 100644 index 000000000..2f942e6b8 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForDebugEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForDebugEvent,NtWaitForDebugEvent diff --git a/libc/nt/ntdll/NtWaitForDebugEvent.s b/libc/nt/ntdll/NtWaitForDebugEvent.s deleted file mode 100644 index 75218bd44..000000000 --- a/libc/nt/ntdll/NtWaitForDebugEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForDebugEvent diff --git a/libc/nt/ntdll/NtWaitForKeyedEvent.S b/libc/nt/ntdll/NtWaitForKeyedEvent.S new file mode 100644 index 000000000..d6599e0c6 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForKeyedEvent.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForKeyedEvent,NtWaitForKeyedEvent + +#ifdef __x86_64__ + .text.windows +NtWaitForKeyedEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtWaitForKeyedEvent(%rip),%rax + jmp __sysv2nt + .endfn NtWaitForKeyedEvent,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtWaitForKeyedEvent.s b/libc/nt/ntdll/NtWaitForKeyedEvent.s deleted file mode 100644 index d432d906c..000000000 --- a/libc/nt/ntdll/NtWaitForKeyedEvent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForKeyedEvent - - .text.windows -NtWaitForKeyedEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtWaitForKeyedEvent(%rip),%rax - jmp __sysv2nt - .endfn NtWaitForKeyedEvent,globl - .previous diff --git a/libc/nt/ntdll/NtWaitForMultipleObjects.S b/libc/nt/ntdll/NtWaitForMultipleObjects.S new file mode 100644 index 000000000..7a7d06e27 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForMultipleObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForMultipleObjects,NtWaitForMultipleObjects diff --git a/libc/nt/ntdll/NtWaitForMultipleObjects.s b/libc/nt/ntdll/NtWaitForMultipleObjects.s deleted file mode 100644 index 89174232f..000000000 --- a/libc/nt/ntdll/NtWaitForMultipleObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForMultipleObjects diff --git a/libc/nt/ntdll/NtWaitForMultipleObjects32.S b/libc/nt/ntdll/NtWaitForMultipleObjects32.S new file mode 100644 index 000000000..726040377 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForMultipleObjects32.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForMultipleObjects32,NtWaitForMultipleObjects32 diff --git a/libc/nt/ntdll/NtWaitForMultipleObjects32.s b/libc/nt/ntdll/NtWaitForMultipleObjects32.s deleted file mode 100644 index 0955c67e4..000000000 --- a/libc/nt/ntdll/NtWaitForMultipleObjects32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForMultipleObjects32 diff --git a/libc/nt/ntdll/NtWaitForSingleObject.S b/libc/nt/ntdll/NtWaitForSingleObject.S new file mode 100644 index 000000000..fd44ef492 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForSingleObject.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForSingleObject,NtWaitForSingleObject + +#ifdef __x86_64__ + .text.windows +NtWaitForSingleObject: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtWaitForSingleObject(%rip),%rax + jmp __sysv2nt + .endfn NtWaitForSingleObject,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtWaitForSingleObject.s b/libc/nt/ntdll/NtWaitForSingleObject.s deleted file mode 100644 index 2422cced9..000000000 --- a/libc/nt/ntdll/NtWaitForSingleObject.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForSingleObject - - .text.windows -NtWaitForSingleObject: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtWaitForSingleObject(%rip),%rax - jmp __sysv2nt - .endfn NtWaitForSingleObject,globl - .previous diff --git a/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.S b/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.S new file mode 100644 index 000000000..9fe00b070 --- /dev/null +++ b/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitForWorkViaWorkerFactory,NtWaitForWorkViaWorkerFactory diff --git a/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.s b/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.s deleted file mode 100644 index d316eb360..000000000 --- a/libc/nt/ntdll/NtWaitForWorkViaWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitForWorkViaWorkerFactory diff --git a/libc/nt/ntdll/NtWaitHighEventPair.S b/libc/nt/ntdll/NtWaitHighEventPair.S new file mode 100644 index 000000000..6dbc0d05c --- /dev/null +++ b/libc/nt/ntdll/NtWaitHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitHighEventPair,NtWaitHighEventPair diff --git a/libc/nt/ntdll/NtWaitHighEventPair.s b/libc/nt/ntdll/NtWaitHighEventPair.s deleted file mode 100644 index 9cca1a5a2..000000000 --- a/libc/nt/ntdll/NtWaitHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitHighEventPair diff --git a/libc/nt/ntdll/NtWaitLowEventPair.S b/libc/nt/ntdll/NtWaitLowEventPair.S new file mode 100644 index 000000000..18d04c182 --- /dev/null +++ b/libc/nt/ntdll/NtWaitLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWaitLowEventPair,NtWaitLowEventPair diff --git a/libc/nt/ntdll/NtWaitLowEventPair.s b/libc/nt/ntdll/NtWaitLowEventPair.s deleted file mode 100644 index a0a9f5da4..000000000 --- a/libc/nt/ntdll/NtWaitLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWaitLowEventPair diff --git a/libc/nt/ntdll/NtWorkerFactoryWorkerReady.S b/libc/nt/ntdll/NtWorkerFactoryWorkerReady.S new file mode 100644 index 000000000..7f16aa09e --- /dev/null +++ b/libc/nt/ntdll/NtWorkerFactoryWorkerReady.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWorkerFactoryWorkerReady,NtWorkerFactoryWorkerReady diff --git a/libc/nt/ntdll/NtWorkerFactoryWorkerReady.s b/libc/nt/ntdll/NtWorkerFactoryWorkerReady.s deleted file mode 100644 index 9a1ab2a92..000000000 --- a/libc/nt/ntdll/NtWorkerFactoryWorkerReady.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWorkerFactoryWorkerReady diff --git a/libc/nt/ntdll/NtWriteFile.S b/libc/nt/ntdll/NtWriteFile.S new file mode 100644 index 000000000..66bea470a --- /dev/null +++ b/libc/nt/ntdll/NtWriteFile.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWriteFile,NtWriteFile + +#ifdef __x86_64__ + .text.windows +NtWriteFile: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtWriteFile(%rip),%rax + jmp __sysv2nt10 + .endfn NtWriteFile,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtWriteFile.s b/libc/nt/ntdll/NtWriteFile.s deleted file mode 100644 index 686d65138..000000000 --- a/libc/nt/ntdll/NtWriteFile.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWriteFile - - .text.windows -NtWriteFile: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtWriteFile(%rip),%rax - jmp __sysv2nt10 - .endfn NtWriteFile,globl - .previous diff --git a/libc/nt/ntdll/NtWriteFileGather.S b/libc/nt/ntdll/NtWriteFileGather.S new file mode 100644 index 000000000..15443e1e5 --- /dev/null +++ b/libc/nt/ntdll/NtWriteFileGather.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWriteFileGather,NtWriteFileGather diff --git a/libc/nt/ntdll/NtWriteFileGather.s b/libc/nt/ntdll/NtWriteFileGather.s deleted file mode 100644 index 17903dec6..000000000 --- a/libc/nt/ntdll/NtWriteFileGather.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWriteFileGather diff --git a/libc/nt/ntdll/NtWriteRequestData.S b/libc/nt/ntdll/NtWriteRequestData.S new file mode 100644 index 000000000..7b87af69c --- /dev/null +++ b/libc/nt/ntdll/NtWriteRequestData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWriteRequestData,NtWriteRequestData diff --git a/libc/nt/ntdll/NtWriteRequestData.s b/libc/nt/ntdll/NtWriteRequestData.s deleted file mode 100644 index 5626e3021..000000000 --- a/libc/nt/ntdll/NtWriteRequestData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWriteRequestData diff --git a/libc/nt/ntdll/NtWriteVirtualMemory.S b/libc/nt/ntdll/NtWriteVirtualMemory.S new file mode 100644 index 000000000..37b47c1e7 --- /dev/null +++ b/libc/nt/ntdll/NtWriteVirtualMemory.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtWriteVirtualMemory,NtWriteVirtualMemory + +#ifdef __x86_64__ + .text.windows +NtWriteVirtualMemory: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_NtWriteVirtualMemory(%rip),%rax + jmp __sysv2nt6 + .endfn NtWriteVirtualMemory,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtWriteVirtualMemory.s b/libc/nt/ntdll/NtWriteVirtualMemory.s deleted file mode 100644 index cf3a0e3af..000000000 --- a/libc/nt/ntdll/NtWriteVirtualMemory.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtWriteVirtualMemory - - .text.windows -NtWriteVirtualMemory: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_NtWriteVirtualMemory(%rip),%rax - jmp __sysv2nt6 - .endfn NtWriteVirtualMemory,globl - .previous diff --git a/libc/nt/ntdll/NtYieldExecution.S b/libc/nt/ntdll/NtYieldExecution.S new file mode 100644 index 000000000..ac9923958 --- /dev/null +++ b/libc/nt/ntdll/NtYieldExecution.S @@ -0,0 +1,16 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtYieldExecution,NtYieldExecution + +#ifdef __x86_64__ + .text.windows +NtYieldExecution: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_NtYieldExecution(%rip) + leave + ret + .endfn NtYieldExecution,globl + .previous +#endif diff --git a/libc/nt/ntdll/NtYieldExecution.s b/libc/nt/ntdll/NtYieldExecution.s deleted file mode 100644 index e052de6aa..000000000 --- a/libc/nt/ntdll/NtYieldExecution.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtYieldExecution - - .text.windows -NtYieldExecution: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_NtYieldExecution(%rip) - leave - ret - .endfn NtYieldExecution,globl - .previous diff --git a/libc/nt/ntdll/NtdllDefWindowProc_W.S b/libc/nt/ntdll/NtdllDefWindowProc_W.S new file mode 100644 index 000000000..db7b614b1 --- /dev/null +++ b/libc/nt/ntdll/NtdllDefWindowProc_W.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtdllDefWindowProc_W,NtdllDefWindowProc_W diff --git a/libc/nt/ntdll/NtdllDefWindowProc_W.s b/libc/nt/ntdll/NtdllDefWindowProc_W.s deleted file mode 100644 index 1bb8fc030..000000000 --- a/libc/nt/ntdll/NtdllDefWindowProc_W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtdllDefWindowProc_W diff --git a/libc/nt/ntdll/NtdllDialogWndProc_W.S b/libc/nt/ntdll/NtdllDialogWndProc_W.S new file mode 100644 index 000000000..08ef46788 --- /dev/null +++ b/libc/nt/ntdll/NtdllDialogWndProc_W.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp NtdllDialogWndProc_W,NtdllDialogWndProc_W diff --git a/libc/nt/ntdll/NtdllDialogWndProc_W.s b/libc/nt/ntdll/NtdllDialogWndProc_W.s deleted file mode 100644 index 0b6b2e29a..000000000 --- a/libc/nt/ntdll/NtdllDialogWndProc_W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp NtdllDialogWndProc_W diff --git a/libc/nt/ntdll/PfxFindPrefix.S b/libc/nt/ntdll/PfxFindPrefix.S new file mode 100644 index 000000000..497034685 --- /dev/null +++ b/libc/nt/ntdll/PfxFindPrefix.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PfxFindPrefix,PfxFindPrefix diff --git a/libc/nt/ntdll/PfxFindPrefix.s b/libc/nt/ntdll/PfxFindPrefix.s deleted file mode 100644 index cc4278ac2..000000000 --- a/libc/nt/ntdll/PfxFindPrefix.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PfxFindPrefix diff --git a/libc/nt/ntdll/PfxInitialize.S b/libc/nt/ntdll/PfxInitialize.S new file mode 100644 index 000000000..1c545bf13 --- /dev/null +++ b/libc/nt/ntdll/PfxInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PfxInitialize,PfxInitialize diff --git a/libc/nt/ntdll/PfxInitialize.s b/libc/nt/ntdll/PfxInitialize.s deleted file mode 100644 index f77b486be..000000000 --- a/libc/nt/ntdll/PfxInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PfxInitialize diff --git a/libc/nt/ntdll/PfxInsertPrefix.S b/libc/nt/ntdll/PfxInsertPrefix.S new file mode 100644 index 000000000..920e72731 --- /dev/null +++ b/libc/nt/ntdll/PfxInsertPrefix.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PfxInsertPrefix,PfxInsertPrefix diff --git a/libc/nt/ntdll/PfxInsertPrefix.s b/libc/nt/ntdll/PfxInsertPrefix.s deleted file mode 100644 index ff353946a..000000000 --- a/libc/nt/ntdll/PfxInsertPrefix.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PfxInsertPrefix diff --git a/libc/nt/ntdll/PfxRemovePrefix.S b/libc/nt/ntdll/PfxRemovePrefix.S new file mode 100644 index 000000000..b522a8baa --- /dev/null +++ b/libc/nt/ntdll/PfxRemovePrefix.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PfxRemovePrefix,PfxRemovePrefix diff --git a/libc/nt/ntdll/PfxRemovePrefix.s b/libc/nt/ntdll/PfxRemovePrefix.s deleted file mode 100644 index 2684e8890..000000000 --- a/libc/nt/ntdll/PfxRemovePrefix.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PfxRemovePrefix diff --git a/libc/nt/ntdll/PssNtCaptureSnapshot.S b/libc/nt/ntdll/PssNtCaptureSnapshot.S new file mode 100644 index 000000000..97499956d --- /dev/null +++ b/libc/nt/ntdll/PssNtCaptureSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtCaptureSnapshot,PssNtCaptureSnapshot diff --git a/libc/nt/ntdll/PssNtCaptureSnapshot.s b/libc/nt/ntdll/PssNtCaptureSnapshot.s deleted file mode 100644 index d9171edd1..000000000 --- a/libc/nt/ntdll/PssNtCaptureSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtCaptureSnapshot diff --git a/libc/nt/ntdll/PssNtDuplicateSnapshot.S b/libc/nt/ntdll/PssNtDuplicateSnapshot.S new file mode 100644 index 000000000..f722ff860 --- /dev/null +++ b/libc/nt/ntdll/PssNtDuplicateSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtDuplicateSnapshot,PssNtDuplicateSnapshot diff --git a/libc/nt/ntdll/PssNtDuplicateSnapshot.s b/libc/nt/ntdll/PssNtDuplicateSnapshot.s deleted file mode 100644 index 156890dba..000000000 --- a/libc/nt/ntdll/PssNtDuplicateSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtDuplicateSnapshot diff --git a/libc/nt/ntdll/PssNtFreeRemoteSnapshot.S b/libc/nt/ntdll/PssNtFreeRemoteSnapshot.S new file mode 100644 index 000000000..97f08685a --- /dev/null +++ b/libc/nt/ntdll/PssNtFreeRemoteSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtFreeRemoteSnapshot,PssNtFreeRemoteSnapshot diff --git a/libc/nt/ntdll/PssNtFreeRemoteSnapshot.s b/libc/nt/ntdll/PssNtFreeRemoteSnapshot.s deleted file mode 100644 index 582e48873..000000000 --- a/libc/nt/ntdll/PssNtFreeRemoteSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtFreeRemoteSnapshot diff --git a/libc/nt/ntdll/PssNtFreeSnapshot.S b/libc/nt/ntdll/PssNtFreeSnapshot.S new file mode 100644 index 000000000..315fb0118 --- /dev/null +++ b/libc/nt/ntdll/PssNtFreeSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtFreeSnapshot,PssNtFreeSnapshot diff --git a/libc/nt/ntdll/PssNtFreeSnapshot.s b/libc/nt/ntdll/PssNtFreeSnapshot.s deleted file mode 100644 index c0dc81df7..000000000 --- a/libc/nt/ntdll/PssNtFreeSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtFreeSnapshot diff --git a/libc/nt/ntdll/PssNtFreeWalkMarker.S b/libc/nt/ntdll/PssNtFreeWalkMarker.S new file mode 100644 index 000000000..ad3ddba62 --- /dev/null +++ b/libc/nt/ntdll/PssNtFreeWalkMarker.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtFreeWalkMarker,PssNtFreeWalkMarker diff --git a/libc/nt/ntdll/PssNtFreeWalkMarker.s b/libc/nt/ntdll/PssNtFreeWalkMarker.s deleted file mode 100644 index 2fd462095..000000000 --- a/libc/nt/ntdll/PssNtFreeWalkMarker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtFreeWalkMarker diff --git a/libc/nt/ntdll/PssNtQuerySnapshot.S b/libc/nt/ntdll/PssNtQuerySnapshot.S new file mode 100644 index 000000000..b489d852f --- /dev/null +++ b/libc/nt/ntdll/PssNtQuerySnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtQuerySnapshot,PssNtQuerySnapshot diff --git a/libc/nt/ntdll/PssNtQuerySnapshot.s b/libc/nt/ntdll/PssNtQuerySnapshot.s deleted file mode 100644 index 771b83fb4..000000000 --- a/libc/nt/ntdll/PssNtQuerySnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtQuerySnapshot diff --git a/libc/nt/ntdll/PssNtValidateDescriptor.S b/libc/nt/ntdll/PssNtValidateDescriptor.S new file mode 100644 index 000000000..465a0d6b0 --- /dev/null +++ b/libc/nt/ntdll/PssNtValidateDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtValidateDescriptor,PssNtValidateDescriptor diff --git a/libc/nt/ntdll/PssNtValidateDescriptor.s b/libc/nt/ntdll/PssNtValidateDescriptor.s deleted file mode 100644 index 342f7edf5..000000000 --- a/libc/nt/ntdll/PssNtValidateDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtValidateDescriptor diff --git a/libc/nt/ntdll/PssNtWalkSnapshot.S b/libc/nt/ntdll/PssNtWalkSnapshot.S new file mode 100644 index 000000000..5ead71ef0 --- /dev/null +++ b/libc/nt/ntdll/PssNtWalkSnapshot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp PssNtWalkSnapshot,PssNtWalkSnapshot diff --git a/libc/nt/ntdll/PssNtWalkSnapshot.s b/libc/nt/ntdll/PssNtWalkSnapshot.s deleted file mode 100644 index eb926f67c..000000000 --- a/libc/nt/ntdll/PssNtWalkSnapshot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp PssNtWalkSnapshot diff --git a/libc/nt/ntdll/RtlAbortRXact.S b/libc/nt/ntdll/RtlAbortRXact.S new file mode 100644 index 000000000..67d2d9fbb --- /dev/null +++ b/libc/nt/ntdll/RtlAbortRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAbortRXact,RtlAbortRXact diff --git a/libc/nt/ntdll/RtlAbortRXact.s b/libc/nt/ntdll/RtlAbortRXact.s deleted file mode 100644 index 44a7c21c1..000000000 --- a/libc/nt/ntdll/RtlAbortRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAbortRXact diff --git a/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.S b/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.S new file mode 100644 index 000000000..573c57bdb --- /dev/null +++ b/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAbsoluteToSelfRelativeSD,RtlAbsoluteToSelfRelativeSD diff --git a/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.s b/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.s deleted file mode 100644 index 8e49011de..000000000 --- a/libc/nt/ntdll/RtlAbsoluteToSelfRelativeSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAbsoluteToSelfRelativeSD diff --git a/libc/nt/ntdll/RtlAcquirePebLock.S b/libc/nt/ntdll/RtlAcquirePebLock.S new file mode 100644 index 000000000..58abf2f5a --- /dev/null +++ b/libc/nt/ntdll/RtlAcquirePebLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquirePebLock,RtlAcquirePebLock diff --git a/libc/nt/ntdll/RtlAcquirePebLock.s b/libc/nt/ntdll/RtlAcquirePebLock.s deleted file mode 100644 index e04575256..000000000 --- a/libc/nt/ntdll/RtlAcquirePebLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquirePebLock diff --git a/libc/nt/ntdll/RtlAcquirePrivilege.S b/libc/nt/ntdll/RtlAcquirePrivilege.S new file mode 100644 index 000000000..7ee78b300 --- /dev/null +++ b/libc/nt/ntdll/RtlAcquirePrivilege.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquirePrivilege,RtlAcquirePrivilege diff --git a/libc/nt/ntdll/RtlAcquirePrivilege.s b/libc/nt/ntdll/RtlAcquirePrivilege.s deleted file mode 100644 index fa1101c24..000000000 --- a/libc/nt/ntdll/RtlAcquirePrivilege.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquirePrivilege diff --git a/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.S b/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.S new file mode 100644 index 000000000..8308eabc8 --- /dev/null +++ b/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquireReleaseSRWLockExclusive,RtlAcquireReleaseSRWLockExclusive diff --git a/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.s b/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.s deleted file mode 100644 index c3b9bb46c..000000000 --- a/libc/nt/ntdll/RtlAcquireReleaseSRWLockExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquireReleaseSRWLockExclusive diff --git a/libc/nt/ntdll/RtlAcquireResourceExclusive.S b/libc/nt/ntdll/RtlAcquireResourceExclusive.S new file mode 100644 index 000000000..b46f666c6 --- /dev/null +++ b/libc/nt/ntdll/RtlAcquireResourceExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquireResourceExclusive,RtlAcquireResourceExclusive diff --git a/libc/nt/ntdll/RtlAcquireResourceExclusive.s b/libc/nt/ntdll/RtlAcquireResourceExclusive.s deleted file mode 100644 index e83a2a429..000000000 --- a/libc/nt/ntdll/RtlAcquireResourceExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquireResourceExclusive diff --git a/libc/nt/ntdll/RtlAcquireResourceShared.S b/libc/nt/ntdll/RtlAcquireResourceShared.S new file mode 100644 index 000000000..b20d8970d --- /dev/null +++ b/libc/nt/ntdll/RtlAcquireResourceShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquireResourceShared,RtlAcquireResourceShared diff --git a/libc/nt/ntdll/RtlAcquireResourceShared.s b/libc/nt/ntdll/RtlAcquireResourceShared.s deleted file mode 100644 index a8868fa6e..000000000 --- a/libc/nt/ntdll/RtlAcquireResourceShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquireResourceShared diff --git a/libc/nt/ntdll/RtlAcquireSRWLockExclusive.S b/libc/nt/ntdll/RtlAcquireSRWLockExclusive.S new file mode 100644 index 000000000..91895ff73 --- /dev/null +++ b/libc/nt/ntdll/RtlAcquireSRWLockExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquireSRWLockExclusive,RtlAcquireSRWLockExclusive diff --git a/libc/nt/ntdll/RtlAcquireSRWLockExclusive.s b/libc/nt/ntdll/RtlAcquireSRWLockExclusive.s deleted file mode 100644 index dd6456e93..000000000 --- a/libc/nt/ntdll/RtlAcquireSRWLockExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquireSRWLockExclusive diff --git a/libc/nt/ntdll/RtlAcquireSRWLockShared.S b/libc/nt/ntdll/RtlAcquireSRWLockShared.S new file mode 100644 index 000000000..631b23e29 --- /dev/null +++ b/libc/nt/ntdll/RtlAcquireSRWLockShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAcquireSRWLockShared,RtlAcquireSRWLockShared diff --git a/libc/nt/ntdll/RtlAcquireSRWLockShared.s b/libc/nt/ntdll/RtlAcquireSRWLockShared.s deleted file mode 100644 index 3ce96f25f..000000000 --- a/libc/nt/ntdll/RtlAcquireSRWLockShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAcquireSRWLockShared diff --git a/libc/nt/ntdll/RtlActivateActivationContext.S b/libc/nt/ntdll/RtlActivateActivationContext.S new file mode 100644 index 000000000..302184655 --- /dev/null +++ b/libc/nt/ntdll/RtlActivateActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlActivateActivationContext,RtlActivateActivationContext diff --git a/libc/nt/ntdll/RtlActivateActivationContext.s b/libc/nt/ntdll/RtlActivateActivationContext.s deleted file mode 100644 index f4389b04b..000000000 --- a/libc/nt/ntdll/RtlActivateActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlActivateActivationContext diff --git a/libc/nt/ntdll/RtlActivateActivationContextEx.S b/libc/nt/ntdll/RtlActivateActivationContextEx.S new file mode 100644 index 000000000..998681f14 --- /dev/null +++ b/libc/nt/ntdll/RtlActivateActivationContextEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlActivateActivationContextEx,RtlActivateActivationContextEx diff --git a/libc/nt/ntdll/RtlActivateActivationContextEx.s b/libc/nt/ntdll/RtlActivateActivationContextEx.s deleted file mode 100644 index ea2bea9ab..000000000 --- a/libc/nt/ntdll/RtlActivateActivationContextEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlActivateActivationContextEx diff --git a/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.S b/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.S new file mode 100644 index 000000000..a1e94393a --- /dev/null +++ b/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlActivateActivationContextUnsafeFast,RtlActivateActivationContextUnsafeFast diff --git a/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.s b/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.s deleted file mode 100644 index 9e610cfd0..000000000 --- a/libc/nt/ntdll/RtlActivateActivationContextUnsafeFast.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlActivateActivationContextUnsafeFast diff --git a/libc/nt/ntdll/RtlAddAccessAllowedAce.S b/libc/nt/ntdll/RtlAddAccessAllowedAce.S new file mode 100644 index 000000000..040a08d7e --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessAllowedAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessAllowedAce,RtlAddAccessAllowedAce diff --git a/libc/nt/ntdll/RtlAddAccessAllowedAce.s b/libc/nt/ntdll/RtlAddAccessAllowedAce.s deleted file mode 100644 index 829a122b5..000000000 --- a/libc/nt/ntdll/RtlAddAccessAllowedAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessAllowedAce diff --git a/libc/nt/ntdll/RtlAddAccessAllowedAceEx.S b/libc/nt/ntdll/RtlAddAccessAllowedAceEx.S new file mode 100644 index 000000000..c334fbf49 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessAllowedAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessAllowedAceEx,RtlAddAccessAllowedAceEx diff --git a/libc/nt/ntdll/RtlAddAccessAllowedAceEx.s b/libc/nt/ntdll/RtlAddAccessAllowedAceEx.s deleted file mode 100644 index 82ebfc0f1..000000000 --- a/libc/nt/ntdll/RtlAddAccessAllowedAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessAllowedAceEx diff --git a/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.S b/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.S new file mode 100644 index 000000000..3614ba151 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessAllowedObjectAce,RtlAddAccessAllowedObjectAce diff --git a/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.s b/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.s deleted file mode 100644 index 338d6f90a..000000000 --- a/libc/nt/ntdll/RtlAddAccessAllowedObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessAllowedObjectAce diff --git a/libc/nt/ntdll/RtlAddAccessDeniedAce.S b/libc/nt/ntdll/RtlAddAccessDeniedAce.S new file mode 100644 index 000000000..52d0eb724 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessDeniedAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessDeniedAce,RtlAddAccessDeniedAce diff --git a/libc/nt/ntdll/RtlAddAccessDeniedAce.s b/libc/nt/ntdll/RtlAddAccessDeniedAce.s deleted file mode 100644 index 0cdf96672..000000000 --- a/libc/nt/ntdll/RtlAddAccessDeniedAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessDeniedAce diff --git a/libc/nt/ntdll/RtlAddAccessDeniedAceEx.S b/libc/nt/ntdll/RtlAddAccessDeniedAceEx.S new file mode 100644 index 000000000..96bc34003 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessDeniedAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessDeniedAceEx,RtlAddAccessDeniedAceEx diff --git a/libc/nt/ntdll/RtlAddAccessDeniedAceEx.s b/libc/nt/ntdll/RtlAddAccessDeniedAceEx.s deleted file mode 100644 index 601c00512..000000000 --- a/libc/nt/ntdll/RtlAddAccessDeniedAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessDeniedAceEx diff --git a/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.S b/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.S new file mode 100644 index 000000000..7ca7c9917 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessDeniedObjectAce,RtlAddAccessDeniedObjectAce diff --git a/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.s b/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.s deleted file mode 100644 index e5deedc81..000000000 --- a/libc/nt/ntdll/RtlAddAccessDeniedObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessDeniedObjectAce diff --git a/libc/nt/ntdll/RtlAddAccessFilterAce.S b/libc/nt/ntdll/RtlAddAccessFilterAce.S new file mode 100644 index 000000000..9d2a09c4a --- /dev/null +++ b/libc/nt/ntdll/RtlAddAccessFilterAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAccessFilterAce,RtlAddAccessFilterAce diff --git a/libc/nt/ntdll/RtlAddAccessFilterAce.s b/libc/nt/ntdll/RtlAddAccessFilterAce.s deleted file mode 100644 index 27150af81..000000000 --- a/libc/nt/ntdll/RtlAddAccessFilterAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAccessFilterAce diff --git a/libc/nt/ntdll/RtlAddAce.S b/libc/nt/ntdll/RtlAddAce.S new file mode 100644 index 000000000..5334b630f --- /dev/null +++ b/libc/nt/ntdll/RtlAddAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAce,RtlAddAce diff --git a/libc/nt/ntdll/RtlAddAce.s b/libc/nt/ntdll/RtlAddAce.s deleted file mode 100644 index 7a571df13..000000000 --- a/libc/nt/ntdll/RtlAddAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAce diff --git a/libc/nt/ntdll/RtlAddActionToRXact.S b/libc/nt/ntdll/RtlAddActionToRXact.S new file mode 100644 index 000000000..9fb6d4212 --- /dev/null +++ b/libc/nt/ntdll/RtlAddActionToRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddActionToRXact,RtlAddActionToRXact diff --git a/libc/nt/ntdll/RtlAddActionToRXact.s b/libc/nt/ntdll/RtlAddActionToRXact.s deleted file mode 100644 index bf56614e2..000000000 --- a/libc/nt/ntdll/RtlAddActionToRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddActionToRXact diff --git a/libc/nt/ntdll/RtlAddAtomToAtomTable.S b/libc/nt/ntdll/RtlAddAtomToAtomTable.S new file mode 100644 index 000000000..8de1bceb6 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAtomToAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAtomToAtomTable,RtlAddAtomToAtomTable diff --git a/libc/nt/ntdll/RtlAddAtomToAtomTable.s b/libc/nt/ntdll/RtlAddAtomToAtomTable.s deleted file mode 100644 index 2bf1e30a3..000000000 --- a/libc/nt/ntdll/RtlAddAtomToAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAtomToAtomTable diff --git a/libc/nt/ntdll/RtlAddAttributeActionToRXact.S b/libc/nt/ntdll/RtlAddAttributeActionToRXact.S new file mode 100644 index 000000000..8558ff4b2 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAttributeActionToRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAttributeActionToRXact,RtlAddAttributeActionToRXact diff --git a/libc/nt/ntdll/RtlAddAttributeActionToRXact.s b/libc/nt/ntdll/RtlAddAttributeActionToRXact.s deleted file mode 100644 index feb90f2f8..000000000 --- a/libc/nt/ntdll/RtlAddAttributeActionToRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAttributeActionToRXact diff --git a/libc/nt/ntdll/RtlAddAuditAccessAce.S b/libc/nt/ntdll/RtlAddAuditAccessAce.S new file mode 100644 index 000000000..099cb283c --- /dev/null +++ b/libc/nt/ntdll/RtlAddAuditAccessAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAuditAccessAce,RtlAddAuditAccessAce diff --git a/libc/nt/ntdll/RtlAddAuditAccessAce.s b/libc/nt/ntdll/RtlAddAuditAccessAce.s deleted file mode 100644 index 879212cf0..000000000 --- a/libc/nt/ntdll/RtlAddAuditAccessAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAuditAccessAce diff --git a/libc/nt/ntdll/RtlAddAuditAccessAceEx.S b/libc/nt/ntdll/RtlAddAuditAccessAceEx.S new file mode 100644 index 000000000..aea7c577e --- /dev/null +++ b/libc/nt/ntdll/RtlAddAuditAccessAceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAuditAccessAceEx,RtlAddAuditAccessAceEx diff --git a/libc/nt/ntdll/RtlAddAuditAccessAceEx.s b/libc/nt/ntdll/RtlAddAuditAccessAceEx.s deleted file mode 100644 index 0780a413b..000000000 --- a/libc/nt/ntdll/RtlAddAuditAccessAceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAuditAccessAceEx diff --git a/libc/nt/ntdll/RtlAddAuditAccessObjectAce.S b/libc/nt/ntdll/RtlAddAuditAccessObjectAce.S new file mode 100644 index 000000000..a3f07e741 --- /dev/null +++ b/libc/nt/ntdll/RtlAddAuditAccessObjectAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddAuditAccessObjectAce,RtlAddAuditAccessObjectAce diff --git a/libc/nt/ntdll/RtlAddAuditAccessObjectAce.s b/libc/nt/ntdll/RtlAddAuditAccessObjectAce.s deleted file mode 100644 index d909ea1e1..000000000 --- a/libc/nt/ntdll/RtlAddAuditAccessObjectAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddAuditAccessObjectAce diff --git a/libc/nt/ntdll/RtlAddCompoundAce.S b/libc/nt/ntdll/RtlAddCompoundAce.S new file mode 100644 index 000000000..2f32b1b02 --- /dev/null +++ b/libc/nt/ntdll/RtlAddCompoundAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddCompoundAce,RtlAddCompoundAce diff --git a/libc/nt/ntdll/RtlAddCompoundAce.s b/libc/nt/ntdll/RtlAddCompoundAce.s deleted file mode 100644 index 89a1aeba1..000000000 --- a/libc/nt/ntdll/RtlAddCompoundAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddCompoundAce diff --git a/libc/nt/ntdll/RtlAddFunctionTable.S b/libc/nt/ntdll/RtlAddFunctionTable.S new file mode 100644 index 000000000..f21a939b4 --- /dev/null +++ b/libc/nt/ntdll/RtlAddFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddFunctionTable,RtlAddFunctionTable diff --git a/libc/nt/ntdll/RtlAddFunctionTable.s b/libc/nt/ntdll/RtlAddFunctionTable.s deleted file mode 100644 index 2a06ce947..000000000 --- a/libc/nt/ntdll/RtlAddFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddFunctionTable diff --git a/libc/nt/ntdll/RtlAddGrowableFunctionTable.S b/libc/nt/ntdll/RtlAddGrowableFunctionTable.S new file mode 100644 index 000000000..853392080 --- /dev/null +++ b/libc/nt/ntdll/RtlAddGrowableFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddGrowableFunctionTable,RtlAddGrowableFunctionTable diff --git a/libc/nt/ntdll/RtlAddGrowableFunctionTable.s b/libc/nt/ntdll/RtlAddGrowableFunctionTable.s deleted file mode 100644 index 50a4658db..000000000 --- a/libc/nt/ntdll/RtlAddGrowableFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddGrowableFunctionTable diff --git a/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.S b/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.S new file mode 100644 index 000000000..93ee46940 --- /dev/null +++ b/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddIntegrityLabelToBoundaryDescriptor,RtlAddIntegrityLabelToBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.s b/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.s deleted file mode 100644 index 8daf3cdf5..000000000 --- a/libc/nt/ntdll/RtlAddIntegrityLabelToBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddIntegrityLabelToBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlAddMandatoryAce.S b/libc/nt/ntdll/RtlAddMandatoryAce.S new file mode 100644 index 000000000..d9961fdf9 --- /dev/null +++ b/libc/nt/ntdll/RtlAddMandatoryAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddMandatoryAce,RtlAddMandatoryAce diff --git a/libc/nt/ntdll/RtlAddMandatoryAce.s b/libc/nt/ntdll/RtlAddMandatoryAce.s deleted file mode 100644 index ae2bf0fb2..000000000 --- a/libc/nt/ntdll/RtlAddMandatoryAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddMandatoryAce diff --git a/libc/nt/ntdll/RtlAddProcessTrustLabelAce.S b/libc/nt/ntdll/RtlAddProcessTrustLabelAce.S new file mode 100644 index 000000000..e56f74fd1 --- /dev/null +++ b/libc/nt/ntdll/RtlAddProcessTrustLabelAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddProcessTrustLabelAce,RtlAddProcessTrustLabelAce diff --git a/libc/nt/ntdll/RtlAddProcessTrustLabelAce.s b/libc/nt/ntdll/RtlAddProcessTrustLabelAce.s deleted file mode 100644 index a84a61c0a..000000000 --- a/libc/nt/ntdll/RtlAddProcessTrustLabelAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddProcessTrustLabelAce diff --git a/libc/nt/ntdll/RtlAddRefActivationContext.S b/libc/nt/ntdll/RtlAddRefActivationContext.S new file mode 100644 index 000000000..d7377d991 --- /dev/null +++ b/libc/nt/ntdll/RtlAddRefActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddRefActivationContext,RtlAddRefActivationContext diff --git a/libc/nt/ntdll/RtlAddRefActivationContext.s b/libc/nt/ntdll/RtlAddRefActivationContext.s deleted file mode 100644 index ef376b974..000000000 --- a/libc/nt/ntdll/RtlAddRefActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddRefActivationContext diff --git a/libc/nt/ntdll/RtlAddRefMemoryStream.S b/libc/nt/ntdll/RtlAddRefMemoryStream.S new file mode 100644 index 000000000..923839dff --- /dev/null +++ b/libc/nt/ntdll/RtlAddRefMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddRefMemoryStream,RtlAddRefMemoryStream diff --git a/libc/nt/ntdll/RtlAddRefMemoryStream.s b/libc/nt/ntdll/RtlAddRefMemoryStream.s deleted file mode 100644 index 1af218054..000000000 --- a/libc/nt/ntdll/RtlAddRefMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddRefMemoryStream diff --git a/libc/nt/ntdll/RtlAddResourceAttributeAce.S b/libc/nt/ntdll/RtlAddResourceAttributeAce.S new file mode 100644 index 000000000..8f89b404f --- /dev/null +++ b/libc/nt/ntdll/RtlAddResourceAttributeAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddResourceAttributeAce,RtlAddResourceAttributeAce diff --git a/libc/nt/ntdll/RtlAddResourceAttributeAce.s b/libc/nt/ntdll/RtlAddResourceAttributeAce.s deleted file mode 100644 index 170dd2788..000000000 --- a/libc/nt/ntdll/RtlAddResourceAttributeAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddResourceAttributeAce diff --git a/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.S b/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.S new file mode 100644 index 000000000..d6558658d --- /dev/null +++ b/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddSIDToBoundaryDescriptor,RtlAddSIDToBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.s b/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.s deleted file mode 100644 index c9dbcd238..000000000 --- a/libc/nt/ntdll/RtlAddSIDToBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddSIDToBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlAddScopedPolicyIDAce.S b/libc/nt/ntdll/RtlAddScopedPolicyIDAce.S new file mode 100644 index 000000000..f7a04c4e1 --- /dev/null +++ b/libc/nt/ntdll/RtlAddScopedPolicyIDAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddScopedPolicyIDAce,RtlAddScopedPolicyIDAce diff --git a/libc/nt/ntdll/RtlAddScopedPolicyIDAce.s b/libc/nt/ntdll/RtlAddScopedPolicyIDAce.s deleted file mode 100644 index 470c48207..000000000 --- a/libc/nt/ntdll/RtlAddScopedPolicyIDAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddScopedPolicyIDAce diff --git a/libc/nt/ntdll/RtlAddVectoredContinueHandler.S b/libc/nt/ntdll/RtlAddVectoredContinueHandler.S new file mode 100644 index 000000000..3e6ff332b --- /dev/null +++ b/libc/nt/ntdll/RtlAddVectoredContinueHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddVectoredContinueHandler,RtlAddVectoredContinueHandler diff --git a/libc/nt/ntdll/RtlAddVectoredContinueHandler.s b/libc/nt/ntdll/RtlAddVectoredContinueHandler.s deleted file mode 100644 index 4d9587988..000000000 --- a/libc/nt/ntdll/RtlAddVectoredContinueHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddVectoredContinueHandler diff --git a/libc/nt/ntdll/RtlAddVectoredExceptionHandler.S b/libc/nt/ntdll/RtlAddVectoredExceptionHandler.S new file mode 100644 index 000000000..1f88628c7 --- /dev/null +++ b/libc/nt/ntdll/RtlAddVectoredExceptionHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddVectoredExceptionHandler,RtlAddVectoredExceptionHandler diff --git a/libc/nt/ntdll/RtlAddVectoredExceptionHandler.s b/libc/nt/ntdll/RtlAddVectoredExceptionHandler.s deleted file mode 100644 index b675ff14f..000000000 --- a/libc/nt/ntdll/RtlAddVectoredExceptionHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddVectoredExceptionHandler diff --git a/libc/nt/ntdll/RtlAddressInSectionTable.S b/libc/nt/ntdll/RtlAddressInSectionTable.S new file mode 100644 index 000000000..4809de94b --- /dev/null +++ b/libc/nt/ntdll/RtlAddressInSectionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAddressInSectionTable,RtlAddressInSectionTable diff --git a/libc/nt/ntdll/RtlAddressInSectionTable.s b/libc/nt/ntdll/RtlAddressInSectionTable.s deleted file mode 100644 index a80fd81b7..000000000 --- a/libc/nt/ntdll/RtlAddressInSectionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAddressInSectionTable diff --git a/libc/nt/ntdll/RtlAdjustPrivilege.S b/libc/nt/ntdll/RtlAdjustPrivilege.S new file mode 100644 index 000000000..b244de93b --- /dev/null +++ b/libc/nt/ntdll/RtlAdjustPrivilege.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAdjustPrivilege,RtlAdjustPrivilege diff --git a/libc/nt/ntdll/RtlAdjustPrivilege.s b/libc/nt/ntdll/RtlAdjustPrivilege.s deleted file mode 100644 index 5cb079a9f..000000000 --- a/libc/nt/ntdll/RtlAdjustPrivilege.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAdjustPrivilege diff --git a/libc/nt/ntdll/RtlAllocateActivationContextStack.S b/libc/nt/ntdll/RtlAllocateActivationContextStack.S new file mode 100644 index 000000000..837a19201 --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateActivationContextStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateActivationContextStack,RtlAllocateActivationContextStack diff --git a/libc/nt/ntdll/RtlAllocateActivationContextStack.s b/libc/nt/ntdll/RtlAllocateActivationContextStack.s deleted file mode 100644 index 3e945e1d5..000000000 --- a/libc/nt/ntdll/RtlAllocateActivationContextStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateActivationContextStack diff --git a/libc/nt/ntdll/RtlAllocateAndInitializeSid.S b/libc/nt/ntdll/RtlAllocateAndInitializeSid.S new file mode 100644 index 000000000..7eb99ab16 --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateAndInitializeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateAndInitializeSid,RtlAllocateAndInitializeSid diff --git a/libc/nt/ntdll/RtlAllocateAndInitializeSid.s b/libc/nt/ntdll/RtlAllocateAndInitializeSid.s deleted file mode 100644 index 594558426..000000000 --- a/libc/nt/ntdll/RtlAllocateAndInitializeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateAndInitializeSid diff --git a/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.S b/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.S new file mode 100644 index 000000000..0ed90f8ca --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateAndInitializeSidEx,RtlAllocateAndInitializeSidEx diff --git a/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.s b/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.s deleted file mode 100644 index 190e6862a..000000000 --- a/libc/nt/ntdll/RtlAllocateAndInitializeSidEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateAndInitializeSidEx diff --git a/libc/nt/ntdll/RtlAllocateHandle.S b/libc/nt/ntdll/RtlAllocateHandle.S new file mode 100644 index 000000000..3cb969646 --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateHandle,RtlAllocateHandle diff --git a/libc/nt/ntdll/RtlAllocateHandle.s b/libc/nt/ntdll/RtlAllocateHandle.s deleted file mode 100644 index 73bd222e3..000000000 --- a/libc/nt/ntdll/RtlAllocateHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateHandle diff --git a/libc/nt/ntdll/RtlAllocateHeap.S b/libc/nt/ntdll/RtlAllocateHeap.S new file mode 100644 index 000000000..2df9e4e98 --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateHeap,RtlAllocateHeap + +#ifdef __x86_64__ + .text.windows +RtlAllocateHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlAllocateHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlAllocateHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlAllocateHeap.s b/libc/nt/ntdll/RtlAllocateHeap.s deleted file mode 100644 index f4ac9aca9..000000000 --- a/libc/nt/ntdll/RtlAllocateHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateHeap - - .text.windows -RtlAllocateHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlAllocateHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlAllocateHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.S b/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.S new file mode 100644 index 000000000..e246d627b --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateMemoryBlockLookaside,RtlAllocateMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.s b/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.s deleted file mode 100644 index 88547429e..000000000 --- a/libc/nt/ntdll/RtlAllocateMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlAllocateMemoryZone.S b/libc/nt/ntdll/RtlAllocateMemoryZone.S new file mode 100644 index 000000000..fb4f41769 --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateMemoryZone,RtlAllocateMemoryZone diff --git a/libc/nt/ntdll/RtlAllocateMemoryZone.s b/libc/nt/ntdll/RtlAllocateMemoryZone.s deleted file mode 100644 index 7584cd850..000000000 --- a/libc/nt/ntdll/RtlAllocateMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateMemoryZone diff --git a/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.S b/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.S new file mode 100644 index 000000000..2ec986e6e --- /dev/null +++ b/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAllocateWnfSerializationGroup,RtlAllocateWnfSerializationGroup diff --git a/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.s b/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.s deleted file mode 100644 index b303a415c..000000000 --- a/libc/nt/ntdll/RtlAllocateWnfSerializationGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAllocateWnfSerializationGroup diff --git a/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.S b/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.S new file mode 100644 index 000000000..c678eb5bf --- /dev/null +++ b/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAnsiCharToUnicodeChar,RtlAnsiCharToUnicodeChar diff --git a/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.s b/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.s deleted file mode 100644 index d346cfa1e..000000000 --- a/libc/nt/ntdll/RtlAnsiCharToUnicodeChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAnsiCharToUnicodeChar diff --git a/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.S b/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.S new file mode 100644 index 000000000..50f9fdcc3 --- /dev/null +++ b/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAnsiStringToUnicodeSize,RtlAnsiStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.s b/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.s deleted file mode 100644 index 080dd33fe..000000000 --- a/libc/nt/ntdll/RtlAnsiStringToUnicodeSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAnsiStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlAnsiStringToUnicodeString.S b/libc/nt/ntdll/RtlAnsiStringToUnicodeString.S new file mode 100644 index 000000000..ac4af4627 --- /dev/null +++ b/libc/nt/ntdll/RtlAnsiStringToUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAnsiStringToUnicodeString,RtlAnsiStringToUnicodeString diff --git a/libc/nt/ntdll/RtlAnsiStringToUnicodeString.s b/libc/nt/ntdll/RtlAnsiStringToUnicodeString.s deleted file mode 100644 index e1b30ec7d..000000000 --- a/libc/nt/ntdll/RtlAnsiStringToUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAnsiStringToUnicodeString diff --git a/libc/nt/ntdll/RtlAppendAsciizToString.S b/libc/nt/ntdll/RtlAppendAsciizToString.S new file mode 100644 index 000000000..0437057d3 --- /dev/null +++ b/libc/nt/ntdll/RtlAppendAsciizToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppendAsciizToString,RtlAppendAsciizToString diff --git a/libc/nt/ntdll/RtlAppendAsciizToString.s b/libc/nt/ntdll/RtlAppendAsciizToString.s deleted file mode 100644 index 7bdfd8483..000000000 --- a/libc/nt/ntdll/RtlAppendAsciizToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppendAsciizToString diff --git a/libc/nt/ntdll/RtlAppendPathElement.S b/libc/nt/ntdll/RtlAppendPathElement.S new file mode 100644 index 000000000..5c8105569 --- /dev/null +++ b/libc/nt/ntdll/RtlAppendPathElement.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppendPathElement,RtlAppendPathElement diff --git a/libc/nt/ntdll/RtlAppendPathElement.s b/libc/nt/ntdll/RtlAppendPathElement.s deleted file mode 100644 index f7a73be8c..000000000 --- a/libc/nt/ntdll/RtlAppendPathElement.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppendPathElement diff --git a/libc/nt/ntdll/RtlAppendStringToString.S b/libc/nt/ntdll/RtlAppendStringToString.S new file mode 100644 index 000000000..0e960bb2a --- /dev/null +++ b/libc/nt/ntdll/RtlAppendStringToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppendStringToString,RtlAppendStringToString diff --git a/libc/nt/ntdll/RtlAppendStringToString.s b/libc/nt/ntdll/RtlAppendStringToString.s deleted file mode 100644 index 001d52455..000000000 --- a/libc/nt/ntdll/RtlAppendStringToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppendStringToString diff --git a/libc/nt/ntdll/RtlAppendUnicodeStringToString.S b/libc/nt/ntdll/RtlAppendUnicodeStringToString.S new file mode 100644 index 000000000..666fa8e52 --- /dev/null +++ b/libc/nt/ntdll/RtlAppendUnicodeStringToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppendUnicodeStringToString,RtlAppendUnicodeStringToString diff --git a/libc/nt/ntdll/RtlAppendUnicodeStringToString.s b/libc/nt/ntdll/RtlAppendUnicodeStringToString.s deleted file mode 100644 index 82dba2ee7..000000000 --- a/libc/nt/ntdll/RtlAppendUnicodeStringToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppendUnicodeStringToString diff --git a/libc/nt/ntdll/RtlAppendUnicodeToString.S b/libc/nt/ntdll/RtlAppendUnicodeToString.S new file mode 100644 index 000000000..0c1356806 --- /dev/null +++ b/libc/nt/ntdll/RtlAppendUnicodeToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppendUnicodeToString,RtlAppendUnicodeToString diff --git a/libc/nt/ntdll/RtlAppendUnicodeToString.s b/libc/nt/ntdll/RtlAppendUnicodeToString.s deleted file mode 100644 index 74b0b0a6e..000000000 --- a/libc/nt/ntdll/RtlAppendUnicodeToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppendUnicodeToString diff --git a/libc/nt/ntdll/RtlApplicationVerifierStop.S b/libc/nt/ntdll/RtlApplicationVerifierStop.S new file mode 100644 index 000000000..7ae75fe7a --- /dev/null +++ b/libc/nt/ntdll/RtlApplicationVerifierStop.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlApplicationVerifierStop,RtlApplicationVerifierStop diff --git a/libc/nt/ntdll/RtlApplicationVerifierStop.s b/libc/nt/ntdll/RtlApplicationVerifierStop.s deleted file mode 100644 index 6cd7e31e2..000000000 --- a/libc/nt/ntdll/RtlApplicationVerifierStop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlApplicationVerifierStop diff --git a/libc/nt/ntdll/RtlApplyRXact.S b/libc/nt/ntdll/RtlApplyRXact.S new file mode 100644 index 000000000..9ec18d09b --- /dev/null +++ b/libc/nt/ntdll/RtlApplyRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlApplyRXact,RtlApplyRXact diff --git a/libc/nt/ntdll/RtlApplyRXact.s b/libc/nt/ntdll/RtlApplyRXact.s deleted file mode 100644 index 3864c0bde..000000000 --- a/libc/nt/ntdll/RtlApplyRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlApplyRXact diff --git a/libc/nt/ntdll/RtlApplyRXactNoFlush.S b/libc/nt/ntdll/RtlApplyRXactNoFlush.S new file mode 100644 index 000000000..7087d99a2 --- /dev/null +++ b/libc/nt/ntdll/RtlApplyRXactNoFlush.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlApplyRXactNoFlush,RtlApplyRXactNoFlush diff --git a/libc/nt/ntdll/RtlApplyRXactNoFlush.s b/libc/nt/ntdll/RtlApplyRXactNoFlush.s deleted file mode 100644 index 1be0bcbaf..000000000 --- a/libc/nt/ntdll/RtlApplyRXactNoFlush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlApplyRXactNoFlush diff --git a/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.S b/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.S new file mode 100644 index 000000000..028c988ad --- /dev/null +++ b/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAppxIsFileOwnedByTrustedInstaller,RtlAppxIsFileOwnedByTrustedInstaller diff --git a/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.s b/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.s deleted file mode 100644 index 704365d02..000000000 --- a/libc/nt/ntdll/RtlAppxIsFileOwnedByTrustedInstaller.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAppxIsFileOwnedByTrustedInstaller diff --git a/libc/nt/ntdll/RtlAreAllAccessesGranted.S b/libc/nt/ntdll/RtlAreAllAccessesGranted.S new file mode 100644 index 000000000..2d1d13c02 --- /dev/null +++ b/libc/nt/ntdll/RtlAreAllAccessesGranted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAreAllAccessesGranted,RtlAreAllAccessesGranted diff --git a/libc/nt/ntdll/RtlAreAllAccessesGranted.s b/libc/nt/ntdll/RtlAreAllAccessesGranted.s deleted file mode 100644 index f611cef71..000000000 --- a/libc/nt/ntdll/RtlAreAllAccessesGranted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAreAllAccessesGranted diff --git a/libc/nt/ntdll/RtlAreAnyAccessesGranted.S b/libc/nt/ntdll/RtlAreAnyAccessesGranted.S new file mode 100644 index 000000000..947612251 --- /dev/null +++ b/libc/nt/ntdll/RtlAreAnyAccessesGranted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAreAnyAccessesGranted,RtlAreAnyAccessesGranted diff --git a/libc/nt/ntdll/RtlAreAnyAccessesGranted.s b/libc/nt/ntdll/RtlAreAnyAccessesGranted.s deleted file mode 100644 index 6c85d664f..000000000 --- a/libc/nt/ntdll/RtlAreAnyAccessesGranted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAreAnyAccessesGranted diff --git a/libc/nt/ntdll/RtlAreBitsClear.S b/libc/nt/ntdll/RtlAreBitsClear.S new file mode 100644 index 000000000..c350395e8 --- /dev/null +++ b/libc/nt/ntdll/RtlAreBitsClear.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAreBitsClear,RtlAreBitsClear diff --git a/libc/nt/ntdll/RtlAreBitsClear.s b/libc/nt/ntdll/RtlAreBitsClear.s deleted file mode 100644 index 7fdd011eb..000000000 --- a/libc/nt/ntdll/RtlAreBitsClear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAreBitsClear diff --git a/libc/nt/ntdll/RtlAreBitsSet.S b/libc/nt/ntdll/RtlAreBitsSet.S new file mode 100644 index 000000000..f6415e8ac --- /dev/null +++ b/libc/nt/ntdll/RtlAreBitsSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAreBitsSet,RtlAreBitsSet diff --git a/libc/nt/ntdll/RtlAreBitsSet.s b/libc/nt/ntdll/RtlAreBitsSet.s deleted file mode 100644 index 5ae4ba7e8..000000000 --- a/libc/nt/ntdll/RtlAreBitsSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAreBitsSet diff --git a/libc/nt/ntdll/RtlAreLongPathsEnabled.S b/libc/nt/ntdll/RtlAreLongPathsEnabled.S new file mode 100644 index 000000000..15f08ff49 --- /dev/null +++ b/libc/nt/ntdll/RtlAreLongPathsEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAreLongPathsEnabled,RtlAreLongPathsEnabled diff --git a/libc/nt/ntdll/RtlAreLongPathsEnabled.s b/libc/nt/ntdll/RtlAreLongPathsEnabled.s deleted file mode 100644 index 1ae443d11..000000000 --- a/libc/nt/ntdll/RtlAreLongPathsEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAreLongPathsEnabled diff --git a/libc/nt/ntdll/RtlAssert.S b/libc/nt/ntdll/RtlAssert.S new file mode 100644 index 000000000..6d20582d5 --- /dev/null +++ b/libc/nt/ntdll/RtlAssert.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAssert,RtlAssert diff --git a/libc/nt/ntdll/RtlAssert.s b/libc/nt/ntdll/RtlAssert.s deleted file mode 100644 index 5552a1ae0..000000000 --- a/libc/nt/ntdll/RtlAssert.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAssert diff --git a/libc/nt/ntdll/RtlAvlInsertNodeEx.S b/libc/nt/ntdll/RtlAvlInsertNodeEx.S new file mode 100644 index 000000000..3bc58ad0d --- /dev/null +++ b/libc/nt/ntdll/RtlAvlInsertNodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAvlInsertNodeEx,RtlAvlInsertNodeEx diff --git a/libc/nt/ntdll/RtlAvlInsertNodeEx.s b/libc/nt/ntdll/RtlAvlInsertNodeEx.s deleted file mode 100644 index 19e498c46..000000000 --- a/libc/nt/ntdll/RtlAvlInsertNodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAvlInsertNodeEx diff --git a/libc/nt/ntdll/RtlAvlRemoveNode.S b/libc/nt/ntdll/RtlAvlRemoveNode.S new file mode 100644 index 000000000..24633ea28 --- /dev/null +++ b/libc/nt/ntdll/RtlAvlRemoveNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlAvlRemoveNode,RtlAvlRemoveNode diff --git a/libc/nt/ntdll/RtlAvlRemoveNode.s b/libc/nt/ntdll/RtlAvlRemoveNode.s deleted file mode 100644 index 9dbdbf037..000000000 --- a/libc/nt/ntdll/RtlAvlRemoveNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlAvlRemoveNode diff --git a/libc/nt/ntdll/RtlBarrier.S b/libc/nt/ntdll/RtlBarrier.S new file mode 100644 index 000000000..097bf4f20 --- /dev/null +++ b/libc/nt/ntdll/RtlBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlBarrier,RtlBarrier diff --git a/libc/nt/ntdll/RtlBarrier.s b/libc/nt/ntdll/RtlBarrier.s deleted file mode 100644 index 7bdda71a6..000000000 --- a/libc/nt/ntdll/RtlBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlBarrier diff --git a/libc/nt/ntdll/RtlBarrierForDelete.S b/libc/nt/ntdll/RtlBarrierForDelete.S new file mode 100644 index 000000000..9f0bbd122 --- /dev/null +++ b/libc/nt/ntdll/RtlBarrierForDelete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlBarrierForDelete,RtlBarrierForDelete diff --git a/libc/nt/ntdll/RtlBarrierForDelete.s b/libc/nt/ntdll/RtlBarrierForDelete.s deleted file mode 100644 index ba6154c08..000000000 --- a/libc/nt/ntdll/RtlBarrierForDelete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlBarrierForDelete diff --git a/libc/nt/ntdll/RtlCallEnclaveReturn.S b/libc/nt/ntdll/RtlCallEnclaveReturn.S new file mode 100644 index 000000000..fae79cd7c --- /dev/null +++ b/libc/nt/ntdll/RtlCallEnclaveReturn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCallEnclaveReturn,RtlCallEnclaveReturn diff --git a/libc/nt/ntdll/RtlCallEnclaveReturn.s b/libc/nt/ntdll/RtlCallEnclaveReturn.s deleted file mode 100644 index c14f14878..000000000 --- a/libc/nt/ntdll/RtlCallEnclaveReturn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCallEnclaveReturn diff --git a/libc/nt/ntdll/RtlCancelTimer.S b/libc/nt/ntdll/RtlCancelTimer.S new file mode 100644 index 000000000..464e46fb7 --- /dev/null +++ b/libc/nt/ntdll/RtlCancelTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCancelTimer,RtlCancelTimer diff --git a/libc/nt/ntdll/RtlCancelTimer.s b/libc/nt/ntdll/RtlCancelTimer.s deleted file mode 100644 index af3fc5c36..000000000 --- a/libc/nt/ntdll/RtlCancelTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCancelTimer diff --git a/libc/nt/ntdll/RtlCanonicalizeDomainName.S b/libc/nt/ntdll/RtlCanonicalizeDomainName.S new file mode 100644 index 000000000..b220309d2 --- /dev/null +++ b/libc/nt/ntdll/RtlCanonicalizeDomainName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCanonicalizeDomainName,RtlCanonicalizeDomainName diff --git a/libc/nt/ntdll/RtlCanonicalizeDomainName.s b/libc/nt/ntdll/RtlCanonicalizeDomainName.s deleted file mode 100644 index b44d4fdfe..000000000 --- a/libc/nt/ntdll/RtlCanonicalizeDomainName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCanonicalizeDomainName diff --git a/libc/nt/ntdll/RtlCapabilityCheck.S b/libc/nt/ntdll/RtlCapabilityCheck.S new file mode 100644 index 000000000..09e6a9b72 --- /dev/null +++ b/libc/nt/ntdll/RtlCapabilityCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCapabilityCheck,RtlCapabilityCheck diff --git a/libc/nt/ntdll/RtlCapabilityCheck.s b/libc/nt/ntdll/RtlCapabilityCheck.s deleted file mode 100644 index 2f4bc0ab3..000000000 --- a/libc/nt/ntdll/RtlCapabilityCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCapabilityCheck diff --git a/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.S b/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.S new file mode 100644 index 000000000..682214bf7 --- /dev/null +++ b/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCapabilityCheckForSingleSessionSku,RtlCapabilityCheckForSingleSessionSku diff --git a/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.s b/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.s deleted file mode 100644 index 1b3975731..000000000 --- a/libc/nt/ntdll/RtlCapabilityCheckForSingleSessionSku.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCapabilityCheckForSingleSessionSku diff --git a/libc/nt/ntdll/RtlCaptureContext.S b/libc/nt/ntdll/RtlCaptureContext.S new file mode 100644 index 000000000..16b28cc6f --- /dev/null +++ b/libc/nt/ntdll/RtlCaptureContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCaptureContext,RtlCaptureContext diff --git a/libc/nt/ntdll/RtlCaptureContext.s b/libc/nt/ntdll/RtlCaptureContext.s deleted file mode 100644 index 5689265f1..000000000 --- a/libc/nt/ntdll/RtlCaptureContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCaptureContext diff --git a/libc/nt/ntdll/RtlCaptureStackBackTrace.S b/libc/nt/ntdll/RtlCaptureStackBackTrace.S new file mode 100644 index 000000000..729abbb5f --- /dev/null +++ b/libc/nt/ntdll/RtlCaptureStackBackTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCaptureStackBackTrace,RtlCaptureStackBackTrace diff --git a/libc/nt/ntdll/RtlCaptureStackBackTrace.s b/libc/nt/ntdll/RtlCaptureStackBackTrace.s deleted file mode 100644 index 43629f5fe..000000000 --- a/libc/nt/ntdll/RtlCaptureStackBackTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCaptureStackBackTrace diff --git a/libc/nt/ntdll/RtlCharToInteger.S b/libc/nt/ntdll/RtlCharToInteger.S new file mode 100644 index 000000000..e2383d4ad --- /dev/null +++ b/libc/nt/ntdll/RtlCharToInteger.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCharToInteger,RtlCharToInteger diff --git a/libc/nt/ntdll/RtlCharToInteger.s b/libc/nt/ntdll/RtlCharToInteger.s deleted file mode 100644 index 49dfa1a5b..000000000 --- a/libc/nt/ntdll/RtlCharToInteger.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCharToInteger diff --git a/libc/nt/ntdll/RtlCheckBootStatusIntegrity.S b/libc/nt/ntdll/RtlCheckBootStatusIntegrity.S new file mode 100644 index 000000000..5a7bf3608 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckBootStatusIntegrity.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckBootStatusIntegrity,RtlCheckBootStatusIntegrity diff --git a/libc/nt/ntdll/RtlCheckBootStatusIntegrity.s b/libc/nt/ntdll/RtlCheckBootStatusIntegrity.s deleted file mode 100644 index ed8965751..000000000 --- a/libc/nt/ntdll/RtlCheckBootStatusIntegrity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckBootStatusIntegrity diff --git a/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.S b/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.S new file mode 100644 index 000000000..e15efe1c9 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckForOrphanedCriticalSections,RtlCheckForOrphanedCriticalSections diff --git a/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.s b/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.s deleted file mode 100644 index 97ec06811..000000000 --- a/libc/nt/ntdll/RtlCheckForOrphanedCriticalSections.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckForOrphanedCriticalSections diff --git a/libc/nt/ntdll/RtlCheckPortableOperatingSystem.S b/libc/nt/ntdll/RtlCheckPortableOperatingSystem.S new file mode 100644 index 000000000..249f76d12 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckPortableOperatingSystem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckPortableOperatingSystem,RtlCheckPortableOperatingSystem diff --git a/libc/nt/ntdll/RtlCheckPortableOperatingSystem.s b/libc/nt/ntdll/RtlCheckPortableOperatingSystem.s deleted file mode 100644 index c3905e585..000000000 --- a/libc/nt/ntdll/RtlCheckPortableOperatingSystem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckPortableOperatingSystem diff --git a/libc/nt/ntdll/RtlCheckRegistryKey.S b/libc/nt/ntdll/RtlCheckRegistryKey.S new file mode 100644 index 000000000..87880908f --- /dev/null +++ b/libc/nt/ntdll/RtlCheckRegistryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckRegistryKey,RtlCheckRegistryKey diff --git a/libc/nt/ntdll/RtlCheckRegistryKey.s b/libc/nt/ntdll/RtlCheckRegistryKey.s deleted file mode 100644 index b70245bfb..000000000 --- a/libc/nt/ntdll/RtlCheckRegistryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckRegistryKey diff --git a/libc/nt/ntdll/RtlCheckSandboxedToken.S b/libc/nt/ntdll/RtlCheckSandboxedToken.S new file mode 100644 index 000000000..e08e02022 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckSandboxedToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckSandboxedToken,RtlCheckSandboxedToken diff --git a/libc/nt/ntdll/RtlCheckSandboxedToken.s b/libc/nt/ntdll/RtlCheckSandboxedToken.s deleted file mode 100644 index ae5cf1c0c..000000000 --- a/libc/nt/ntdll/RtlCheckSandboxedToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckSandboxedToken diff --git a/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.S b/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.S new file mode 100644 index 000000000..47df12bae --- /dev/null +++ b/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckSystemBootStatusIntegrity,RtlCheckSystemBootStatusIntegrity diff --git a/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.s b/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.s deleted file mode 100644 index 9c7516265..000000000 --- a/libc/nt/ntdll/RtlCheckSystemBootStatusIntegrity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckSystemBootStatusIntegrity diff --git a/libc/nt/ntdll/RtlCheckTokenCapability.S b/libc/nt/ntdll/RtlCheckTokenCapability.S new file mode 100644 index 000000000..eb5dbc072 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckTokenCapability.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckTokenCapability,RtlCheckTokenCapability diff --git a/libc/nt/ntdll/RtlCheckTokenCapability.s b/libc/nt/ntdll/RtlCheckTokenCapability.s deleted file mode 100644 index 864d8e7ae..000000000 --- a/libc/nt/ntdll/RtlCheckTokenCapability.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckTokenCapability diff --git a/libc/nt/ntdll/RtlCheckTokenMembership.S b/libc/nt/ntdll/RtlCheckTokenMembership.S new file mode 100644 index 000000000..3cc46b014 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckTokenMembership.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckTokenMembership,RtlCheckTokenMembership diff --git a/libc/nt/ntdll/RtlCheckTokenMembership.s b/libc/nt/ntdll/RtlCheckTokenMembership.s deleted file mode 100644 index e82677645..000000000 --- a/libc/nt/ntdll/RtlCheckTokenMembership.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckTokenMembership diff --git a/libc/nt/ntdll/RtlCheckTokenMembershipEx.S b/libc/nt/ntdll/RtlCheckTokenMembershipEx.S new file mode 100644 index 000000000..7d5610f94 --- /dev/null +++ b/libc/nt/ntdll/RtlCheckTokenMembershipEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCheckTokenMembershipEx,RtlCheckTokenMembershipEx diff --git a/libc/nt/ntdll/RtlCheckTokenMembershipEx.s b/libc/nt/ntdll/RtlCheckTokenMembershipEx.s deleted file mode 100644 index 0a447ae83..000000000 --- a/libc/nt/ntdll/RtlCheckTokenMembershipEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCheckTokenMembershipEx diff --git a/libc/nt/ntdll/RtlCleanUpTEBLangLists.S b/libc/nt/ntdll/RtlCleanUpTEBLangLists.S new file mode 100644 index 000000000..0b0760906 --- /dev/null +++ b/libc/nt/ntdll/RtlCleanUpTEBLangLists.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCleanUpTEBLangLists,RtlCleanUpTEBLangLists diff --git a/libc/nt/ntdll/RtlCleanUpTEBLangLists.s b/libc/nt/ntdll/RtlCleanUpTEBLangLists.s deleted file mode 100644 index 44c58aa28..000000000 --- a/libc/nt/ntdll/RtlCleanUpTEBLangLists.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCleanUpTEBLangLists diff --git a/libc/nt/ntdll/RtlClearAllBits.S b/libc/nt/ntdll/RtlClearAllBits.S new file mode 100644 index 000000000..7fbba0d2f --- /dev/null +++ b/libc/nt/ntdll/RtlClearAllBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlClearAllBits,RtlClearAllBits diff --git a/libc/nt/ntdll/RtlClearAllBits.s b/libc/nt/ntdll/RtlClearAllBits.s deleted file mode 100644 index acde925a6..000000000 --- a/libc/nt/ntdll/RtlClearAllBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlClearAllBits diff --git a/libc/nt/ntdll/RtlClearBit.S b/libc/nt/ntdll/RtlClearBit.S new file mode 100644 index 000000000..da1e0078f --- /dev/null +++ b/libc/nt/ntdll/RtlClearBit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlClearBit,RtlClearBit diff --git a/libc/nt/ntdll/RtlClearBit.s b/libc/nt/ntdll/RtlClearBit.s deleted file mode 100644 index 258311e21..000000000 --- a/libc/nt/ntdll/RtlClearBit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlClearBit diff --git a/libc/nt/ntdll/RtlClearBits.S b/libc/nt/ntdll/RtlClearBits.S new file mode 100644 index 000000000..060962e84 --- /dev/null +++ b/libc/nt/ntdll/RtlClearBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlClearBits,RtlClearBits diff --git a/libc/nt/ntdll/RtlClearBits.s b/libc/nt/ntdll/RtlClearBits.s deleted file mode 100644 index 0c7c740f7..000000000 --- a/libc/nt/ntdll/RtlClearBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlClearBits diff --git a/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.S b/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.S new file mode 100644 index 000000000..53b68a9e6 --- /dev/null +++ b/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlClearThreadWorkOnBehalfTicket,RtlClearThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.s b/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.s deleted file mode 100644 index 10e58a3b1..000000000 --- a/libc/nt/ntdll/RtlClearThreadWorkOnBehalfTicket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlClearThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlCloneMemoryStream.S b/libc/nt/ntdll/RtlCloneMemoryStream.S new file mode 100644 index 000000000..3947ef55a --- /dev/null +++ b/libc/nt/ntdll/RtlCloneMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCloneMemoryStream,RtlCloneMemoryStream diff --git a/libc/nt/ntdll/RtlCloneMemoryStream.s b/libc/nt/ntdll/RtlCloneMemoryStream.s deleted file mode 100644 index 1570cfbbd..000000000 --- a/libc/nt/ntdll/RtlCloneMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCloneMemoryStream diff --git a/libc/nt/ntdll/RtlCloneUserProcess.S b/libc/nt/ntdll/RtlCloneUserProcess.S new file mode 100644 index 000000000..4da562e73 --- /dev/null +++ b/libc/nt/ntdll/RtlCloneUserProcess.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCloneUserProcess,RtlCloneUserProcess + +#ifdef __x86_64__ + .text.windows +RtlCloneUserProcess: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlCloneUserProcess(%rip),%rax + jmp __sysv2nt6 + .endfn RtlCloneUserProcess,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlCloneUserProcess.s b/libc/nt/ntdll/RtlCloneUserProcess.s deleted file mode 100644 index 296ddc8bc..000000000 --- a/libc/nt/ntdll/RtlCloneUserProcess.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCloneUserProcess - - .text.windows -RtlCloneUserProcess: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlCloneUserProcess(%rip),%rax - jmp __sysv2nt6 - .endfn RtlCloneUserProcess,globl - .previous diff --git a/libc/nt/ntdll/RtlCmDecodeMemIoResource.S b/libc/nt/ntdll/RtlCmDecodeMemIoResource.S new file mode 100644 index 000000000..856772fe6 --- /dev/null +++ b/libc/nt/ntdll/RtlCmDecodeMemIoResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCmDecodeMemIoResource,RtlCmDecodeMemIoResource diff --git a/libc/nt/ntdll/RtlCmDecodeMemIoResource.s b/libc/nt/ntdll/RtlCmDecodeMemIoResource.s deleted file mode 100644 index ced097d03..000000000 --- a/libc/nt/ntdll/RtlCmDecodeMemIoResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCmDecodeMemIoResource diff --git a/libc/nt/ntdll/RtlCmEncodeMemIoResource.S b/libc/nt/ntdll/RtlCmEncodeMemIoResource.S new file mode 100644 index 000000000..598e8626c --- /dev/null +++ b/libc/nt/ntdll/RtlCmEncodeMemIoResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCmEncodeMemIoResource,RtlCmEncodeMemIoResource diff --git a/libc/nt/ntdll/RtlCmEncodeMemIoResource.s b/libc/nt/ntdll/RtlCmEncodeMemIoResource.s deleted file mode 100644 index d0f753c0c..000000000 --- a/libc/nt/ntdll/RtlCmEncodeMemIoResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCmEncodeMemIoResource diff --git a/libc/nt/ntdll/RtlCommitDebugInfo.S b/libc/nt/ntdll/RtlCommitDebugInfo.S new file mode 100644 index 000000000..8c168e805 --- /dev/null +++ b/libc/nt/ntdll/RtlCommitDebugInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCommitDebugInfo,RtlCommitDebugInfo diff --git a/libc/nt/ntdll/RtlCommitDebugInfo.s b/libc/nt/ntdll/RtlCommitDebugInfo.s deleted file mode 100644 index acf2d2cf8..000000000 --- a/libc/nt/ntdll/RtlCommitDebugInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCommitDebugInfo diff --git a/libc/nt/ntdll/RtlCommitMemoryStream.S b/libc/nt/ntdll/RtlCommitMemoryStream.S new file mode 100644 index 000000000..ca7684379 --- /dev/null +++ b/libc/nt/ntdll/RtlCommitMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCommitMemoryStream,RtlCommitMemoryStream diff --git a/libc/nt/ntdll/RtlCommitMemoryStream.s b/libc/nt/ntdll/RtlCommitMemoryStream.s deleted file mode 100644 index 1d50fb3a2..000000000 --- a/libc/nt/ntdll/RtlCommitMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCommitMemoryStream diff --git a/libc/nt/ntdll/RtlCompactHeap.S b/libc/nt/ntdll/RtlCompactHeap.S new file mode 100644 index 000000000..ac178875a --- /dev/null +++ b/libc/nt/ntdll/RtlCompactHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompactHeap,RtlCompactHeap diff --git a/libc/nt/ntdll/RtlCompactHeap.s b/libc/nt/ntdll/RtlCompactHeap.s deleted file mode 100644 index 8b66fe248..000000000 --- a/libc/nt/ntdll/RtlCompactHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompactHeap diff --git a/libc/nt/ntdll/RtlCompareAltitudes.S b/libc/nt/ntdll/RtlCompareAltitudes.S new file mode 100644 index 000000000..2b56b73de --- /dev/null +++ b/libc/nt/ntdll/RtlCompareAltitudes.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareAltitudes,RtlCompareAltitudes diff --git a/libc/nt/ntdll/RtlCompareAltitudes.s b/libc/nt/ntdll/RtlCompareAltitudes.s deleted file mode 100644 index c7b28ef99..000000000 --- a/libc/nt/ntdll/RtlCompareAltitudes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareAltitudes diff --git a/libc/nt/ntdll/RtlCompareMemory.S b/libc/nt/ntdll/RtlCompareMemory.S new file mode 100644 index 000000000..7046a84fe --- /dev/null +++ b/libc/nt/ntdll/RtlCompareMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareMemory,RtlCompareMemory diff --git a/libc/nt/ntdll/RtlCompareMemory.s b/libc/nt/ntdll/RtlCompareMemory.s deleted file mode 100644 index 718633aec..000000000 --- a/libc/nt/ntdll/RtlCompareMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareMemory diff --git a/libc/nt/ntdll/RtlCompareMemoryUlong.S b/libc/nt/ntdll/RtlCompareMemoryUlong.S new file mode 100644 index 000000000..571e3e516 --- /dev/null +++ b/libc/nt/ntdll/RtlCompareMemoryUlong.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareMemoryUlong,RtlCompareMemoryUlong diff --git a/libc/nt/ntdll/RtlCompareMemoryUlong.s b/libc/nt/ntdll/RtlCompareMemoryUlong.s deleted file mode 100644 index 85f635144..000000000 --- a/libc/nt/ntdll/RtlCompareMemoryUlong.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareMemoryUlong diff --git a/libc/nt/ntdll/RtlCompareString.S b/libc/nt/ntdll/RtlCompareString.S new file mode 100644 index 000000000..3fd9df5dd --- /dev/null +++ b/libc/nt/ntdll/RtlCompareString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareString,RtlCompareString diff --git a/libc/nt/ntdll/RtlCompareString.s b/libc/nt/ntdll/RtlCompareString.s deleted file mode 100644 index 5f5faee55..000000000 --- a/libc/nt/ntdll/RtlCompareString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareString diff --git a/libc/nt/ntdll/RtlCompareUnicodeString.S b/libc/nt/ntdll/RtlCompareUnicodeString.S new file mode 100644 index 000000000..b8c0002a4 --- /dev/null +++ b/libc/nt/ntdll/RtlCompareUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareUnicodeString,RtlCompareUnicodeString diff --git a/libc/nt/ntdll/RtlCompareUnicodeString.s b/libc/nt/ntdll/RtlCompareUnicodeString.s deleted file mode 100644 index 683f285de..000000000 --- a/libc/nt/ntdll/RtlCompareUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareUnicodeString diff --git a/libc/nt/ntdll/RtlCompareUnicodeStrings.S b/libc/nt/ntdll/RtlCompareUnicodeStrings.S new file mode 100644 index 000000000..7c9336117 --- /dev/null +++ b/libc/nt/ntdll/RtlCompareUnicodeStrings.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompareUnicodeStrings,RtlCompareUnicodeStrings diff --git a/libc/nt/ntdll/RtlCompareUnicodeStrings.s b/libc/nt/ntdll/RtlCompareUnicodeStrings.s deleted file mode 100644 index 36291bdb2..000000000 --- a/libc/nt/ntdll/RtlCompareUnicodeStrings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompareUnicodeStrings diff --git a/libc/nt/ntdll/RtlCompleteProcessCloning.S b/libc/nt/ntdll/RtlCompleteProcessCloning.S new file mode 100644 index 000000000..2a3f61077 --- /dev/null +++ b/libc/nt/ntdll/RtlCompleteProcessCloning.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompleteProcessCloning,RtlCompleteProcessCloning diff --git a/libc/nt/ntdll/RtlCompleteProcessCloning.s b/libc/nt/ntdll/RtlCompleteProcessCloning.s deleted file mode 100644 index 25ff19ced..000000000 --- a/libc/nt/ntdll/RtlCompleteProcessCloning.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompleteProcessCloning diff --git a/libc/nt/ntdll/RtlCompressBuffer.S b/libc/nt/ntdll/RtlCompressBuffer.S new file mode 100644 index 000000000..2c5e3ab20 --- /dev/null +++ b/libc/nt/ntdll/RtlCompressBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCompressBuffer,RtlCompressBuffer diff --git a/libc/nt/ntdll/RtlCompressBuffer.s b/libc/nt/ntdll/RtlCompressBuffer.s deleted file mode 100644 index 07029afb4..000000000 --- a/libc/nt/ntdll/RtlCompressBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCompressBuffer diff --git a/libc/nt/ntdll/RtlComputeCrc32.S b/libc/nt/ntdll/RtlComputeCrc32.S new file mode 100644 index 000000000..5aee14d96 --- /dev/null +++ b/libc/nt/ntdll/RtlComputeCrc32.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlComputeCrc32,RtlComputeCrc32 diff --git a/libc/nt/ntdll/RtlComputeCrc32.s b/libc/nt/ntdll/RtlComputeCrc32.s deleted file mode 100644 index 40f8ef111..000000000 --- a/libc/nt/ntdll/RtlComputeCrc32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlComputeCrc32 diff --git a/libc/nt/ntdll/RtlComputeImportTableHash.S b/libc/nt/ntdll/RtlComputeImportTableHash.S new file mode 100644 index 000000000..33f1318d4 --- /dev/null +++ b/libc/nt/ntdll/RtlComputeImportTableHash.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlComputeImportTableHash,RtlComputeImportTableHash diff --git a/libc/nt/ntdll/RtlComputeImportTableHash.s b/libc/nt/ntdll/RtlComputeImportTableHash.s deleted file mode 100644 index c27217fbb..000000000 --- a/libc/nt/ntdll/RtlComputeImportTableHash.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlComputeImportTableHash diff --git a/libc/nt/ntdll/RtlComputePrivatizedDllName_U.S b/libc/nt/ntdll/RtlComputePrivatizedDllName_U.S new file mode 100644 index 000000000..9133f730e --- /dev/null +++ b/libc/nt/ntdll/RtlComputePrivatizedDllName_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlComputePrivatizedDllName_U,RtlComputePrivatizedDllName_U diff --git a/libc/nt/ntdll/RtlComputePrivatizedDllName_U.s b/libc/nt/ntdll/RtlComputePrivatizedDllName_U.s deleted file mode 100644 index b3f255776..000000000 --- a/libc/nt/ntdll/RtlComputePrivatizedDllName_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlComputePrivatizedDllName_U diff --git a/libc/nt/ntdll/RtlConnectToSm.S b/libc/nt/ntdll/RtlConnectToSm.S new file mode 100644 index 000000000..65c363f61 --- /dev/null +++ b/libc/nt/ntdll/RtlConnectToSm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConnectToSm,RtlConnectToSm diff --git a/libc/nt/ntdll/RtlConnectToSm.s b/libc/nt/ntdll/RtlConnectToSm.s deleted file mode 100644 index 90cb7bcc7..000000000 --- a/libc/nt/ntdll/RtlConnectToSm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConnectToSm diff --git a/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.S b/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.S new file mode 100644 index 000000000..4ba45f962 --- /dev/null +++ b/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConsoleMultiByteToUnicodeN,RtlConsoleMultiByteToUnicodeN diff --git a/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.s b/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.s deleted file mode 100644 index 382f16c68..000000000 --- a/libc/nt/ntdll/RtlConsoleMultiByteToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConsoleMultiByteToUnicodeN diff --git a/libc/nt/ntdll/RtlContractHashTable.S b/libc/nt/ntdll/RtlContractHashTable.S new file mode 100644 index 000000000..2674fec44 --- /dev/null +++ b/libc/nt/ntdll/RtlContractHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlContractHashTable,RtlContractHashTable diff --git a/libc/nt/ntdll/RtlContractHashTable.s b/libc/nt/ntdll/RtlContractHashTable.s deleted file mode 100644 index 44ef26a3e..000000000 --- a/libc/nt/ntdll/RtlContractHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlContractHashTable diff --git a/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.S b/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.S new file mode 100644 index 000000000..12533a70f --- /dev/null +++ b/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertDeviceFamilyInfoToString,RtlConvertDeviceFamilyInfoToString diff --git a/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.s b/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.s deleted file mode 100644 index e8e0c0ffd..000000000 --- a/libc/nt/ntdll/RtlConvertDeviceFamilyInfoToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertDeviceFamilyInfoToString diff --git a/libc/nt/ntdll/RtlConvertExclusiveToShared.S b/libc/nt/ntdll/RtlConvertExclusiveToShared.S new file mode 100644 index 000000000..8d95c4f2b --- /dev/null +++ b/libc/nt/ntdll/RtlConvertExclusiveToShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertExclusiveToShared,RtlConvertExclusiveToShared diff --git a/libc/nt/ntdll/RtlConvertExclusiveToShared.s b/libc/nt/ntdll/RtlConvertExclusiveToShared.s deleted file mode 100644 index 5b773a4af..000000000 --- a/libc/nt/ntdll/RtlConvertExclusiveToShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertExclusiveToShared diff --git a/libc/nt/ntdll/RtlConvertLCIDToString.S b/libc/nt/ntdll/RtlConvertLCIDToString.S new file mode 100644 index 000000000..4e478f811 --- /dev/null +++ b/libc/nt/ntdll/RtlConvertLCIDToString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertLCIDToString,RtlConvertLCIDToString diff --git a/libc/nt/ntdll/RtlConvertLCIDToString.s b/libc/nt/ntdll/RtlConvertLCIDToString.s deleted file mode 100644 index d268f41f8..000000000 --- a/libc/nt/ntdll/RtlConvertLCIDToString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertLCIDToString diff --git a/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.S b/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.S new file mode 100644 index 000000000..6e7e984a7 --- /dev/null +++ b/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertSRWLockExclusiveToShared,RtlConvertSRWLockExclusiveToShared diff --git a/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.s b/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.s deleted file mode 100644 index 9eb382f6d..000000000 --- a/libc/nt/ntdll/RtlConvertSRWLockExclusiveToShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertSRWLockExclusiveToShared diff --git a/libc/nt/ntdll/RtlConvertSharedToExclusive.S b/libc/nt/ntdll/RtlConvertSharedToExclusive.S new file mode 100644 index 000000000..1f94a02d1 --- /dev/null +++ b/libc/nt/ntdll/RtlConvertSharedToExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertSharedToExclusive,RtlConvertSharedToExclusive diff --git a/libc/nt/ntdll/RtlConvertSharedToExclusive.s b/libc/nt/ntdll/RtlConvertSharedToExclusive.s deleted file mode 100644 index 50d2d0a1a..000000000 --- a/libc/nt/ntdll/RtlConvertSharedToExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertSharedToExclusive diff --git a/libc/nt/ntdll/RtlConvertSidToUnicodeString.S b/libc/nt/ntdll/RtlConvertSidToUnicodeString.S new file mode 100644 index 000000000..c5e82efda --- /dev/null +++ b/libc/nt/ntdll/RtlConvertSidToUnicodeString.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertSidToUnicodeString,RtlConvertSidToUnicodeString + +#ifdef __x86_64__ + .text.windows +RtlConvertSidToUnicodeString: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlConvertSidToUnicodeString(%rip),%rax + jmp __sysv2nt + .endfn RtlConvertSidToUnicodeString,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlConvertSidToUnicodeString.s b/libc/nt/ntdll/RtlConvertSidToUnicodeString.s deleted file mode 100644 index dd14c0520..000000000 --- a/libc/nt/ntdll/RtlConvertSidToUnicodeString.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertSidToUnicodeString - - .text.windows -RtlConvertSidToUnicodeString: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlConvertSidToUnicodeString(%rip),%rax - jmp __sysv2nt - .endfn RtlConvertSidToUnicodeString,globl - .previous diff --git a/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.S b/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.S new file mode 100644 index 000000000..458eb0d63 --- /dev/null +++ b/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlConvertToAutoInheritSecurityObject,RtlConvertToAutoInheritSecurityObject diff --git a/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.s b/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.s deleted file mode 100644 index 55fa33798..000000000 --- a/libc/nt/ntdll/RtlConvertToAutoInheritSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlConvertToAutoInheritSecurityObject diff --git a/libc/nt/ntdll/RtlCopyBitMap.S b/libc/nt/ntdll/RtlCopyBitMap.S new file mode 100644 index 000000000..9486afa00 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyBitMap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyBitMap,RtlCopyBitMap diff --git a/libc/nt/ntdll/RtlCopyBitMap.s b/libc/nt/ntdll/RtlCopyBitMap.s deleted file mode 100644 index 6339e5519..000000000 --- a/libc/nt/ntdll/RtlCopyBitMap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyBitMap diff --git a/libc/nt/ntdll/RtlCopyContext.S b/libc/nt/ntdll/RtlCopyContext.S new file mode 100644 index 000000000..2625bd34d --- /dev/null +++ b/libc/nt/ntdll/RtlCopyContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyContext,RtlCopyContext diff --git a/libc/nt/ntdll/RtlCopyContext.s b/libc/nt/ntdll/RtlCopyContext.s deleted file mode 100644 index 827a36ec2..000000000 --- a/libc/nt/ntdll/RtlCopyContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyContext diff --git a/libc/nt/ntdll/RtlCopyExtendedContext.S b/libc/nt/ntdll/RtlCopyExtendedContext.S new file mode 100644 index 000000000..37dd6414d --- /dev/null +++ b/libc/nt/ntdll/RtlCopyExtendedContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyExtendedContext,RtlCopyExtendedContext diff --git a/libc/nt/ntdll/RtlCopyExtendedContext.s b/libc/nt/ntdll/RtlCopyExtendedContext.s deleted file mode 100644 index 297b5055c..000000000 --- a/libc/nt/ntdll/RtlCopyExtendedContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyExtendedContext diff --git a/libc/nt/ntdll/RtlCopyLuid.S b/libc/nt/ntdll/RtlCopyLuid.S new file mode 100644 index 000000000..fffd54624 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyLuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyLuid,RtlCopyLuid diff --git a/libc/nt/ntdll/RtlCopyLuid.s b/libc/nt/ntdll/RtlCopyLuid.s deleted file mode 100644 index 87a7a1ce2..000000000 --- a/libc/nt/ntdll/RtlCopyLuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyLuid diff --git a/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.S b/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.S new file mode 100644 index 000000000..c1a7b2f36 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyLuidAndAttributesArray,RtlCopyLuidAndAttributesArray diff --git a/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.s b/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.s deleted file mode 100644 index 2c78f2318..000000000 --- a/libc/nt/ntdll/RtlCopyLuidAndAttributesArray.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyLuidAndAttributesArray diff --git a/libc/nt/ntdll/RtlCopyMappedMemory.S b/libc/nt/ntdll/RtlCopyMappedMemory.S new file mode 100644 index 000000000..1bc4da134 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyMappedMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyMappedMemory,RtlCopyMappedMemory diff --git a/libc/nt/ntdll/RtlCopyMappedMemory.s b/libc/nt/ntdll/RtlCopyMappedMemory.s deleted file mode 100644 index 60c62c168..000000000 --- a/libc/nt/ntdll/RtlCopyMappedMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyMappedMemory diff --git a/libc/nt/ntdll/RtlCopyMemory.S b/libc/nt/ntdll/RtlCopyMemory.S new file mode 100644 index 000000000..d99d2770b --- /dev/null +++ b/libc/nt/ntdll/RtlCopyMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyMemory,RtlCopyMemory diff --git a/libc/nt/ntdll/RtlCopyMemory.s b/libc/nt/ntdll/RtlCopyMemory.s deleted file mode 100644 index a1cf0a612..000000000 --- a/libc/nt/ntdll/RtlCopyMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyMemory diff --git a/libc/nt/ntdll/RtlCopyMemoryNonTemporal.S b/libc/nt/ntdll/RtlCopyMemoryNonTemporal.S new file mode 100644 index 000000000..bc3c199d0 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyMemoryNonTemporal.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyMemoryNonTemporal,RtlCopyMemoryNonTemporal diff --git a/libc/nt/ntdll/RtlCopyMemoryNonTemporal.s b/libc/nt/ntdll/RtlCopyMemoryNonTemporal.s deleted file mode 100644 index 169ea8aa0..000000000 --- a/libc/nt/ntdll/RtlCopyMemoryNonTemporal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyMemoryNonTemporal diff --git a/libc/nt/ntdll/RtlCopyMemoryStreamTo.S b/libc/nt/ntdll/RtlCopyMemoryStreamTo.S new file mode 100644 index 000000000..e6da82323 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyMemoryStreamTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyMemoryStreamTo,RtlCopyMemoryStreamTo diff --git a/libc/nt/ntdll/RtlCopyMemoryStreamTo.s b/libc/nt/ntdll/RtlCopyMemoryStreamTo.s deleted file mode 100644 index fd84250a0..000000000 --- a/libc/nt/ntdll/RtlCopyMemoryStreamTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyMemoryStreamTo diff --git a/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.S b/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.S new file mode 100644 index 000000000..c85dd461e --- /dev/null +++ b/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyOutOfProcessMemoryStreamTo,RtlCopyOutOfProcessMemoryStreamTo diff --git a/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.s b/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.s deleted file mode 100644 index 17270de82..000000000 --- a/libc/nt/ntdll/RtlCopyOutOfProcessMemoryStreamTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyOutOfProcessMemoryStreamTo diff --git a/libc/nt/ntdll/RtlCopySecurityDescriptor.S b/libc/nt/ntdll/RtlCopySecurityDescriptor.S new file mode 100644 index 000000000..807e09d79 --- /dev/null +++ b/libc/nt/ntdll/RtlCopySecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopySecurityDescriptor,RtlCopySecurityDescriptor diff --git a/libc/nt/ntdll/RtlCopySecurityDescriptor.s b/libc/nt/ntdll/RtlCopySecurityDescriptor.s deleted file mode 100644 index e10d1af14..000000000 --- a/libc/nt/ntdll/RtlCopySecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopySecurityDescriptor diff --git a/libc/nt/ntdll/RtlCopySid.S b/libc/nt/ntdll/RtlCopySid.S new file mode 100644 index 000000000..698f5e36a --- /dev/null +++ b/libc/nt/ntdll/RtlCopySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopySid,RtlCopySid diff --git a/libc/nt/ntdll/RtlCopySid.s b/libc/nt/ntdll/RtlCopySid.s deleted file mode 100644 index a7b6eabf8..000000000 --- a/libc/nt/ntdll/RtlCopySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopySid diff --git a/libc/nt/ntdll/RtlCopySidAndAttributesArray.S b/libc/nt/ntdll/RtlCopySidAndAttributesArray.S new file mode 100644 index 000000000..bac8309a5 --- /dev/null +++ b/libc/nt/ntdll/RtlCopySidAndAttributesArray.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopySidAndAttributesArray,RtlCopySidAndAttributesArray diff --git a/libc/nt/ntdll/RtlCopySidAndAttributesArray.s b/libc/nt/ntdll/RtlCopySidAndAttributesArray.s deleted file mode 100644 index c1109fee6..000000000 --- a/libc/nt/ntdll/RtlCopySidAndAttributesArray.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopySidAndAttributesArray diff --git a/libc/nt/ntdll/RtlCopyString.S b/libc/nt/ntdll/RtlCopyString.S new file mode 100644 index 000000000..53bfec3f0 --- /dev/null +++ b/libc/nt/ntdll/RtlCopyString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyString,RtlCopyString diff --git a/libc/nt/ntdll/RtlCopyString.s b/libc/nt/ntdll/RtlCopyString.s deleted file mode 100644 index e3072470d..000000000 --- a/libc/nt/ntdll/RtlCopyString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyString diff --git a/libc/nt/ntdll/RtlCopyUnicodeString.S b/libc/nt/ntdll/RtlCopyUnicodeString.S new file mode 100644 index 000000000..334a04b8d --- /dev/null +++ b/libc/nt/ntdll/RtlCopyUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCopyUnicodeString,RtlCopyUnicodeString diff --git a/libc/nt/ntdll/RtlCopyUnicodeString.s b/libc/nt/ntdll/RtlCopyUnicodeString.s deleted file mode 100644 index 5280b761c..000000000 --- a/libc/nt/ntdll/RtlCopyUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCopyUnicodeString diff --git a/libc/nt/ntdll/RtlCrc32.S b/libc/nt/ntdll/RtlCrc32.S new file mode 100644 index 000000000..1a4c74df5 --- /dev/null +++ b/libc/nt/ntdll/RtlCrc32.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCrc32,RtlCrc32 diff --git a/libc/nt/ntdll/RtlCrc32.s b/libc/nt/ntdll/RtlCrc32.s deleted file mode 100644 index 6ec3b33ac..000000000 --- a/libc/nt/ntdll/RtlCrc32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCrc32 diff --git a/libc/nt/ntdll/RtlCrc64.S b/libc/nt/ntdll/RtlCrc64.S new file mode 100644 index 000000000..43a7d7840 --- /dev/null +++ b/libc/nt/ntdll/RtlCrc64.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCrc64,RtlCrc64 diff --git a/libc/nt/ntdll/RtlCrc64.s b/libc/nt/ntdll/RtlCrc64.s deleted file mode 100644 index 44f381040..000000000 --- a/libc/nt/ntdll/RtlCrc64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCrc64 diff --git a/libc/nt/ntdll/RtlCreateAcl.S b/libc/nt/ntdll/RtlCreateAcl.S new file mode 100644 index 000000000..68aaad502 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateAcl,RtlCreateAcl diff --git a/libc/nt/ntdll/RtlCreateAcl.s b/libc/nt/ntdll/RtlCreateAcl.s deleted file mode 100644 index c785be358..000000000 --- a/libc/nt/ntdll/RtlCreateAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateAcl diff --git a/libc/nt/ntdll/RtlCreateActivationContext.S b/libc/nt/ntdll/RtlCreateActivationContext.S new file mode 100644 index 000000000..8404d1ad1 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateActivationContext,RtlCreateActivationContext diff --git a/libc/nt/ntdll/RtlCreateActivationContext.s b/libc/nt/ntdll/RtlCreateActivationContext.s deleted file mode 100644 index 4b5c7c6c0..000000000 --- a/libc/nt/ntdll/RtlCreateActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateActivationContext diff --git a/libc/nt/ntdll/RtlCreateAndSetSD.S b/libc/nt/ntdll/RtlCreateAndSetSD.S new file mode 100644 index 000000000..57b9b2e30 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateAndSetSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateAndSetSD,RtlCreateAndSetSD diff --git a/libc/nt/ntdll/RtlCreateAndSetSD.s b/libc/nt/ntdll/RtlCreateAndSetSD.s deleted file mode 100644 index 7ff5a29ab..000000000 --- a/libc/nt/ntdll/RtlCreateAndSetSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateAndSetSD diff --git a/libc/nt/ntdll/RtlCreateAtomTable.S b/libc/nt/ntdll/RtlCreateAtomTable.S new file mode 100644 index 000000000..e82a57413 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateAtomTable,RtlCreateAtomTable diff --git a/libc/nt/ntdll/RtlCreateAtomTable.s b/libc/nt/ntdll/RtlCreateAtomTable.s deleted file mode 100644 index 9b86a0eb3..000000000 --- a/libc/nt/ntdll/RtlCreateAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateAtomTable diff --git a/libc/nt/ntdll/RtlCreateBootStatusDataFile.S b/libc/nt/ntdll/RtlCreateBootStatusDataFile.S new file mode 100644 index 000000000..2821f6509 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateBootStatusDataFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateBootStatusDataFile,RtlCreateBootStatusDataFile diff --git a/libc/nt/ntdll/RtlCreateBootStatusDataFile.s b/libc/nt/ntdll/RtlCreateBootStatusDataFile.s deleted file mode 100644 index 41d8ce883..000000000 --- a/libc/nt/ntdll/RtlCreateBootStatusDataFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateBootStatusDataFile diff --git a/libc/nt/ntdll/RtlCreateBoundaryDescriptor.S b/libc/nt/ntdll/RtlCreateBoundaryDescriptor.S new file mode 100644 index 000000000..acda977a1 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateBoundaryDescriptor,RtlCreateBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlCreateBoundaryDescriptor.s b/libc/nt/ntdll/RtlCreateBoundaryDescriptor.s deleted file mode 100644 index c661111ae..000000000 --- a/libc/nt/ntdll/RtlCreateBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlCreateEnvironment.S b/libc/nt/ntdll/RtlCreateEnvironment.S new file mode 100644 index 000000000..6c88c6689 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateEnvironment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateEnvironment,RtlCreateEnvironment diff --git a/libc/nt/ntdll/RtlCreateEnvironment.s b/libc/nt/ntdll/RtlCreateEnvironment.s deleted file mode 100644 index 919395571..000000000 --- a/libc/nt/ntdll/RtlCreateEnvironment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateEnvironment diff --git a/libc/nt/ntdll/RtlCreateEnvironmentEx.S b/libc/nt/ntdll/RtlCreateEnvironmentEx.S new file mode 100644 index 000000000..8a6f6b744 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateEnvironmentEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateEnvironmentEx,RtlCreateEnvironmentEx diff --git a/libc/nt/ntdll/RtlCreateEnvironmentEx.s b/libc/nt/ntdll/RtlCreateEnvironmentEx.s deleted file mode 100644 index 64c4da66e..000000000 --- a/libc/nt/ntdll/RtlCreateEnvironmentEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateEnvironmentEx diff --git a/libc/nt/ntdll/RtlCreateHashTable.S b/libc/nt/ntdll/RtlCreateHashTable.S new file mode 100644 index 000000000..f0f717bac --- /dev/null +++ b/libc/nt/ntdll/RtlCreateHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateHashTable,RtlCreateHashTable diff --git a/libc/nt/ntdll/RtlCreateHashTable.s b/libc/nt/ntdll/RtlCreateHashTable.s deleted file mode 100644 index b1de90b5d..000000000 --- a/libc/nt/ntdll/RtlCreateHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateHashTable diff --git a/libc/nt/ntdll/RtlCreateHashTableEx.S b/libc/nt/ntdll/RtlCreateHashTableEx.S new file mode 100644 index 000000000..e06718ba9 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateHashTableEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateHashTableEx,RtlCreateHashTableEx diff --git a/libc/nt/ntdll/RtlCreateHashTableEx.s b/libc/nt/ntdll/RtlCreateHashTableEx.s deleted file mode 100644 index 0e007a88b..000000000 --- a/libc/nt/ntdll/RtlCreateHashTableEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateHashTableEx diff --git a/libc/nt/ntdll/RtlCreateHeap.S b/libc/nt/ntdll/RtlCreateHeap.S new file mode 100644 index 000000000..f6433c07c --- /dev/null +++ b/libc/nt/ntdll/RtlCreateHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateHeap,RtlCreateHeap + +#ifdef __x86_64__ + .text.windows +RtlCreateHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlCreateHeap(%rip),%rax + jmp __sysv2nt6 + .endfn RtlCreateHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlCreateHeap.s b/libc/nt/ntdll/RtlCreateHeap.s deleted file mode 100644 index 9428478a8..000000000 --- a/libc/nt/ntdll/RtlCreateHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateHeap - - .text.windows -RtlCreateHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlCreateHeap(%rip),%rax - jmp __sysv2nt6 - .endfn RtlCreateHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.S b/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.S new file mode 100644 index 000000000..86be46b2f --- /dev/null +++ b/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateMemoryBlockLookaside,RtlCreateMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.s b/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.s deleted file mode 100644 index badc3913d..000000000 --- a/libc/nt/ntdll/RtlCreateMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlCreateMemoryZone.S b/libc/nt/ntdll/RtlCreateMemoryZone.S new file mode 100644 index 000000000..541da9b17 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateMemoryZone,RtlCreateMemoryZone diff --git a/libc/nt/ntdll/RtlCreateMemoryZone.s b/libc/nt/ntdll/RtlCreateMemoryZone.s deleted file mode 100644 index 7111e189f..000000000 --- a/libc/nt/ntdll/RtlCreateMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateMemoryZone diff --git a/libc/nt/ntdll/RtlCreateProcessParameters.S b/libc/nt/ntdll/RtlCreateProcessParameters.S new file mode 100644 index 000000000..2fe5ef3ec --- /dev/null +++ b/libc/nt/ntdll/RtlCreateProcessParameters.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateProcessParameters,RtlCreateProcessParameters + +#ifdef __x86_64__ + .text.windows +RtlCreateProcessParameters: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlCreateProcessParameters(%rip),%rax + jmp __sysv2nt10 + .endfn RtlCreateProcessParameters,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlCreateProcessParameters.s b/libc/nt/ntdll/RtlCreateProcessParameters.s deleted file mode 100644 index 19a23d4e9..000000000 --- a/libc/nt/ntdll/RtlCreateProcessParameters.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateProcessParameters - - .text.windows -RtlCreateProcessParameters: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlCreateProcessParameters(%rip),%rax - jmp __sysv2nt10 - .endfn RtlCreateProcessParameters,globl - .previous diff --git a/libc/nt/ntdll/RtlCreateProcessParametersEx.S b/libc/nt/ntdll/RtlCreateProcessParametersEx.S new file mode 100644 index 000000000..27dccf96e --- /dev/null +++ b/libc/nt/ntdll/RtlCreateProcessParametersEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateProcessParametersEx,RtlCreateProcessParametersEx diff --git a/libc/nt/ntdll/RtlCreateProcessParametersEx.s b/libc/nt/ntdll/RtlCreateProcessParametersEx.s deleted file mode 100644 index 1fa7b3cdc..000000000 --- a/libc/nt/ntdll/RtlCreateProcessParametersEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateProcessParametersEx diff --git a/libc/nt/ntdll/RtlCreateProcessReflection.S b/libc/nt/ntdll/RtlCreateProcessReflection.S new file mode 100644 index 000000000..de7a174c8 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateProcessReflection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateProcessReflection,RtlCreateProcessReflection diff --git a/libc/nt/ntdll/RtlCreateProcessReflection.s b/libc/nt/ntdll/RtlCreateProcessReflection.s deleted file mode 100644 index 3985c4b34..000000000 --- a/libc/nt/ntdll/RtlCreateProcessReflection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateProcessReflection diff --git a/libc/nt/ntdll/RtlCreateQueryDebugBuffer.S b/libc/nt/ntdll/RtlCreateQueryDebugBuffer.S new file mode 100644 index 000000000..95d78e723 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateQueryDebugBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateQueryDebugBuffer,RtlCreateQueryDebugBuffer diff --git a/libc/nt/ntdll/RtlCreateQueryDebugBuffer.s b/libc/nt/ntdll/RtlCreateQueryDebugBuffer.s deleted file mode 100644 index b84453fd7..000000000 --- a/libc/nt/ntdll/RtlCreateQueryDebugBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateQueryDebugBuffer diff --git a/libc/nt/ntdll/RtlCreateRegistryKey.S b/libc/nt/ntdll/RtlCreateRegistryKey.S new file mode 100644 index 000000000..2bd100745 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateRegistryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateRegistryKey,RtlCreateRegistryKey diff --git a/libc/nt/ntdll/RtlCreateRegistryKey.s b/libc/nt/ntdll/RtlCreateRegistryKey.s deleted file mode 100644 index b7ddbb70e..000000000 --- a/libc/nt/ntdll/RtlCreateRegistryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateRegistryKey diff --git a/libc/nt/ntdll/RtlCreateSecurityDescriptor.S b/libc/nt/ntdll/RtlCreateSecurityDescriptor.S new file mode 100644 index 000000000..28561efb4 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateSecurityDescriptor,RtlCreateSecurityDescriptor diff --git a/libc/nt/ntdll/RtlCreateSecurityDescriptor.s b/libc/nt/ntdll/RtlCreateSecurityDescriptor.s deleted file mode 100644 index 1528d2663..000000000 --- a/libc/nt/ntdll/RtlCreateSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateSecurityDescriptor diff --git a/libc/nt/ntdll/RtlCreateServiceSid.S b/libc/nt/ntdll/RtlCreateServiceSid.S new file mode 100644 index 000000000..4f377b583 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateServiceSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateServiceSid,RtlCreateServiceSid diff --git a/libc/nt/ntdll/RtlCreateServiceSid.s b/libc/nt/ntdll/RtlCreateServiceSid.s deleted file mode 100644 index e95bebf9e..000000000 --- a/libc/nt/ntdll/RtlCreateServiceSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateServiceSid diff --git a/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.S b/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.S new file mode 100644 index 000000000..4fd7a5f1b --- /dev/null +++ b/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateSystemVolumeInformationFolder,RtlCreateSystemVolumeInformationFolder diff --git a/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.s b/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.s deleted file mode 100644 index b1bcf7536..000000000 --- a/libc/nt/ntdll/RtlCreateSystemVolumeInformationFolder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateSystemVolumeInformationFolder diff --git a/libc/nt/ntdll/RtlCreateTagHeap.S b/libc/nt/ntdll/RtlCreateTagHeap.S new file mode 100644 index 000000000..dd348cc19 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateTagHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateTagHeap,RtlCreateTagHeap diff --git a/libc/nt/ntdll/RtlCreateTagHeap.s b/libc/nt/ntdll/RtlCreateTagHeap.s deleted file mode 100644 index cfaec4af4..000000000 --- a/libc/nt/ntdll/RtlCreateTagHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateTagHeap diff --git a/libc/nt/ntdll/RtlCreateTimer.S b/libc/nt/ntdll/RtlCreateTimer.S new file mode 100644 index 000000000..81d29b3de --- /dev/null +++ b/libc/nt/ntdll/RtlCreateTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateTimer,RtlCreateTimer diff --git a/libc/nt/ntdll/RtlCreateTimer.s b/libc/nt/ntdll/RtlCreateTimer.s deleted file mode 100644 index e97621a5b..000000000 --- a/libc/nt/ntdll/RtlCreateTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateTimer diff --git a/libc/nt/ntdll/RtlCreateTimerQueue.S b/libc/nt/ntdll/RtlCreateTimerQueue.S new file mode 100644 index 000000000..d210831fa --- /dev/null +++ b/libc/nt/ntdll/RtlCreateTimerQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateTimerQueue,RtlCreateTimerQueue diff --git a/libc/nt/ntdll/RtlCreateTimerQueue.s b/libc/nt/ntdll/RtlCreateTimerQueue.s deleted file mode 100644 index 1b202f640..000000000 --- a/libc/nt/ntdll/RtlCreateTimerQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateTimerQueue diff --git a/libc/nt/ntdll/RtlCreateUmsCompletionList.S b/libc/nt/ntdll/RtlCreateUmsCompletionList.S new file mode 100644 index 000000000..10abbca87 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUmsCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUmsCompletionList,RtlCreateUmsCompletionList diff --git a/libc/nt/ntdll/RtlCreateUmsCompletionList.s b/libc/nt/ntdll/RtlCreateUmsCompletionList.s deleted file mode 100644 index 65b1ce2ef..000000000 --- a/libc/nt/ntdll/RtlCreateUmsCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUmsCompletionList diff --git a/libc/nt/ntdll/RtlCreateUmsThreadContext.S b/libc/nt/ntdll/RtlCreateUmsThreadContext.S new file mode 100644 index 000000000..4996fbacd --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUmsThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUmsThreadContext,RtlCreateUmsThreadContext diff --git a/libc/nt/ntdll/RtlCreateUmsThreadContext.s b/libc/nt/ntdll/RtlCreateUmsThreadContext.s deleted file mode 100644 index bea85d364..000000000 --- a/libc/nt/ntdll/RtlCreateUmsThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUmsThreadContext diff --git a/libc/nt/ntdll/RtlCreateUnicodeString.S b/libc/nt/ntdll/RtlCreateUnicodeString.S new file mode 100644 index 000000000..8ff0f55aa --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUnicodeString,RtlCreateUnicodeString diff --git a/libc/nt/ntdll/RtlCreateUnicodeString.s b/libc/nt/ntdll/RtlCreateUnicodeString.s deleted file mode 100644 index 243f05961..000000000 --- a/libc/nt/ntdll/RtlCreateUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUnicodeString diff --git a/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.S b/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.S new file mode 100644 index 000000000..c3ee9a1af --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUnicodeStringFromAsciiz,RtlCreateUnicodeStringFromAsciiz diff --git a/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.s b/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.s deleted file mode 100644 index 89834ea6e..000000000 --- a/libc/nt/ntdll/RtlCreateUnicodeStringFromAsciiz.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUnicodeStringFromAsciiz diff --git a/libc/nt/ntdll/RtlCreateUserProcess.S b/libc/nt/ntdll/RtlCreateUserProcess.S new file mode 100644 index 000000000..e5d1ccab7 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUserProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUserProcess,RtlCreateUserProcess diff --git a/libc/nt/ntdll/RtlCreateUserProcess.s b/libc/nt/ntdll/RtlCreateUserProcess.s deleted file mode 100644 index 0cbedca1d..000000000 --- a/libc/nt/ntdll/RtlCreateUserProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUserProcess diff --git a/libc/nt/ntdll/RtlCreateUserProcessEx.S b/libc/nt/ntdll/RtlCreateUserProcessEx.S new file mode 100644 index 000000000..c6c3d45c7 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUserProcessEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUserProcessEx,RtlCreateUserProcessEx diff --git a/libc/nt/ntdll/RtlCreateUserProcessEx.s b/libc/nt/ntdll/RtlCreateUserProcessEx.s deleted file mode 100644 index ce9cf0e71..000000000 --- a/libc/nt/ntdll/RtlCreateUserProcessEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUserProcessEx diff --git a/libc/nt/ntdll/RtlCreateUserSecurityObject.S b/libc/nt/ntdll/RtlCreateUserSecurityObject.S new file mode 100644 index 000000000..a6cdb4ed4 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUserSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUserSecurityObject,RtlCreateUserSecurityObject diff --git a/libc/nt/ntdll/RtlCreateUserSecurityObject.s b/libc/nt/ntdll/RtlCreateUserSecurityObject.s deleted file mode 100644 index 85dfda0d1..000000000 --- a/libc/nt/ntdll/RtlCreateUserSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUserSecurityObject diff --git a/libc/nt/ntdll/RtlCreateUserStack.S b/libc/nt/ntdll/RtlCreateUserStack.S new file mode 100644 index 000000000..d47b415ba --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUserStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUserStack,RtlCreateUserStack diff --git a/libc/nt/ntdll/RtlCreateUserStack.s b/libc/nt/ntdll/RtlCreateUserStack.s deleted file mode 100644 index 03346a0c2..000000000 --- a/libc/nt/ntdll/RtlCreateUserStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUserStack diff --git a/libc/nt/ntdll/RtlCreateUserThread.S b/libc/nt/ntdll/RtlCreateUserThread.S new file mode 100644 index 000000000..559e2ec82 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateUserThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateUserThread,RtlCreateUserThread diff --git a/libc/nt/ntdll/RtlCreateUserThread.s b/libc/nt/ntdll/RtlCreateUserThread.s deleted file mode 100644 index c8a0a53e0..000000000 --- a/libc/nt/ntdll/RtlCreateUserThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateUserThread diff --git a/libc/nt/ntdll/RtlCreateVirtualAccountSid.S b/libc/nt/ntdll/RtlCreateVirtualAccountSid.S new file mode 100644 index 000000000..68583a236 --- /dev/null +++ b/libc/nt/ntdll/RtlCreateVirtualAccountSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCreateVirtualAccountSid,RtlCreateVirtualAccountSid diff --git a/libc/nt/ntdll/RtlCreateVirtualAccountSid.s b/libc/nt/ntdll/RtlCreateVirtualAccountSid.s deleted file mode 100644 index 7aa881ce2..000000000 --- a/libc/nt/ntdll/RtlCreateVirtualAccountSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCreateVirtualAccountSid diff --git a/libc/nt/ntdll/RtlCultureNameToLCID.S b/libc/nt/ntdll/RtlCultureNameToLCID.S new file mode 100644 index 000000000..4d663022e --- /dev/null +++ b/libc/nt/ntdll/RtlCultureNameToLCID.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCultureNameToLCID,RtlCultureNameToLCID diff --git a/libc/nt/ntdll/RtlCultureNameToLCID.s b/libc/nt/ntdll/RtlCultureNameToLCID.s deleted file mode 100644 index e6eb74846..000000000 --- a/libc/nt/ntdll/RtlCultureNameToLCID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCultureNameToLCID diff --git a/libc/nt/ntdll/RtlCustomCPToUnicodeN.S b/libc/nt/ntdll/RtlCustomCPToUnicodeN.S new file mode 100644 index 000000000..1611e4d3b --- /dev/null +++ b/libc/nt/ntdll/RtlCustomCPToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCustomCPToUnicodeN,RtlCustomCPToUnicodeN diff --git a/libc/nt/ntdll/RtlCustomCPToUnicodeN.s b/libc/nt/ntdll/RtlCustomCPToUnicodeN.s deleted file mode 100644 index d7c7a8a68..000000000 --- a/libc/nt/ntdll/RtlCustomCPToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCustomCPToUnicodeN diff --git a/libc/nt/ntdll/RtlCutoverTimeToSystemTime.S b/libc/nt/ntdll/RtlCutoverTimeToSystemTime.S new file mode 100644 index 000000000..545dd868f --- /dev/null +++ b/libc/nt/ntdll/RtlCutoverTimeToSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlCutoverTimeToSystemTime,RtlCutoverTimeToSystemTime diff --git a/libc/nt/ntdll/RtlCutoverTimeToSystemTime.s b/libc/nt/ntdll/RtlCutoverTimeToSystemTime.s deleted file mode 100644 index a16970c8c..000000000 --- a/libc/nt/ntdll/RtlCutoverTimeToSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlCutoverTimeToSystemTime diff --git a/libc/nt/ntdll/RtlDeCommitDebugInfo.S b/libc/nt/ntdll/RtlDeCommitDebugInfo.S new file mode 100644 index 000000000..90d3f57d3 --- /dev/null +++ b/libc/nt/ntdll/RtlDeCommitDebugInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeCommitDebugInfo,RtlDeCommitDebugInfo diff --git a/libc/nt/ntdll/RtlDeCommitDebugInfo.s b/libc/nt/ntdll/RtlDeCommitDebugInfo.s deleted file mode 100644 index d1f3c9332..000000000 --- a/libc/nt/ntdll/RtlDeCommitDebugInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeCommitDebugInfo diff --git a/libc/nt/ntdll/RtlDeNormalizeProcessParams.S b/libc/nt/ntdll/RtlDeNormalizeProcessParams.S new file mode 100644 index 000000000..883685bf7 --- /dev/null +++ b/libc/nt/ntdll/RtlDeNormalizeProcessParams.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeNormalizeProcessParams,RtlDeNormalizeProcessParams diff --git a/libc/nt/ntdll/RtlDeNormalizeProcessParams.s b/libc/nt/ntdll/RtlDeNormalizeProcessParams.s deleted file mode 100644 index 39c592b83..000000000 --- a/libc/nt/ntdll/RtlDeNormalizeProcessParams.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeNormalizeProcessParams diff --git a/libc/nt/ntdll/RtlDeactivateActivationContext.S b/libc/nt/ntdll/RtlDeactivateActivationContext.S new file mode 100644 index 000000000..ed2099a63 --- /dev/null +++ b/libc/nt/ntdll/RtlDeactivateActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeactivateActivationContext,RtlDeactivateActivationContext diff --git a/libc/nt/ntdll/RtlDeactivateActivationContext.s b/libc/nt/ntdll/RtlDeactivateActivationContext.s deleted file mode 100644 index 218717a18..000000000 --- a/libc/nt/ntdll/RtlDeactivateActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeactivateActivationContext diff --git a/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.S b/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.S new file mode 100644 index 000000000..b8f23e5ed --- /dev/null +++ b/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeactivateActivationContextUnsafeFast,RtlDeactivateActivationContextUnsafeFast diff --git a/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.s b/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.s deleted file mode 100644 index bb92488a8..000000000 --- a/libc/nt/ntdll/RtlDeactivateActivationContextUnsafeFast.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeactivateActivationContextUnsafeFast diff --git a/libc/nt/ntdll/RtlDebugPrintTimes.S b/libc/nt/ntdll/RtlDebugPrintTimes.S new file mode 100644 index 000000000..4d7b46d5b --- /dev/null +++ b/libc/nt/ntdll/RtlDebugPrintTimes.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDebugPrintTimes,RtlDebugPrintTimes diff --git a/libc/nt/ntdll/RtlDebugPrintTimes.s b/libc/nt/ntdll/RtlDebugPrintTimes.s deleted file mode 100644 index dfef29030..000000000 --- a/libc/nt/ntdll/RtlDebugPrintTimes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDebugPrintTimes diff --git a/libc/nt/ntdll/RtlDecodePointer.S b/libc/nt/ntdll/RtlDecodePointer.S new file mode 100644 index 000000000..0afca2eab --- /dev/null +++ b/libc/nt/ntdll/RtlDecodePointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecodePointer,RtlDecodePointer diff --git a/libc/nt/ntdll/RtlDecodePointer.s b/libc/nt/ntdll/RtlDecodePointer.s deleted file mode 100644 index 03e8ee184..000000000 --- a/libc/nt/ntdll/RtlDecodePointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecodePointer diff --git a/libc/nt/ntdll/RtlDecodeRemotePointer.S b/libc/nt/ntdll/RtlDecodeRemotePointer.S new file mode 100644 index 000000000..41591be39 --- /dev/null +++ b/libc/nt/ntdll/RtlDecodeRemotePointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecodeRemotePointer,RtlDecodeRemotePointer diff --git a/libc/nt/ntdll/RtlDecodeRemotePointer.s b/libc/nt/ntdll/RtlDecodeRemotePointer.s deleted file mode 100644 index 432131b05..000000000 --- a/libc/nt/ntdll/RtlDecodeRemotePointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecodeRemotePointer diff --git a/libc/nt/ntdll/RtlDecodeSystemPointer.S b/libc/nt/ntdll/RtlDecodeSystemPointer.S new file mode 100644 index 000000000..d8734d95f --- /dev/null +++ b/libc/nt/ntdll/RtlDecodeSystemPointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecodeSystemPointer,RtlDecodeSystemPointer diff --git a/libc/nt/ntdll/RtlDecodeSystemPointer.s b/libc/nt/ntdll/RtlDecodeSystemPointer.s deleted file mode 100644 index 90e07045e..000000000 --- a/libc/nt/ntdll/RtlDecodeSystemPointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecodeSystemPointer diff --git a/libc/nt/ntdll/RtlDecompressBuffer.S b/libc/nt/ntdll/RtlDecompressBuffer.S new file mode 100644 index 000000000..06f7662f1 --- /dev/null +++ b/libc/nt/ntdll/RtlDecompressBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecompressBuffer,RtlDecompressBuffer diff --git a/libc/nt/ntdll/RtlDecompressBuffer.s b/libc/nt/ntdll/RtlDecompressBuffer.s deleted file mode 100644 index b47b6bc11..000000000 --- a/libc/nt/ntdll/RtlDecompressBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecompressBuffer diff --git a/libc/nt/ntdll/RtlDecompressBufferEx.S b/libc/nt/ntdll/RtlDecompressBufferEx.S new file mode 100644 index 000000000..bb6c2ee97 --- /dev/null +++ b/libc/nt/ntdll/RtlDecompressBufferEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecompressBufferEx,RtlDecompressBufferEx diff --git a/libc/nt/ntdll/RtlDecompressBufferEx.s b/libc/nt/ntdll/RtlDecompressBufferEx.s deleted file mode 100644 index f55ea3a72..000000000 --- a/libc/nt/ntdll/RtlDecompressBufferEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecompressBufferEx diff --git a/libc/nt/ntdll/RtlDecompressFragment.S b/libc/nt/ntdll/RtlDecompressFragment.S new file mode 100644 index 000000000..361425d5c --- /dev/null +++ b/libc/nt/ntdll/RtlDecompressFragment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDecompressFragment,RtlDecompressFragment diff --git a/libc/nt/ntdll/RtlDecompressFragment.s b/libc/nt/ntdll/RtlDecompressFragment.s deleted file mode 100644 index 0efabbbea..000000000 --- a/libc/nt/ntdll/RtlDecompressFragment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDecompressFragment diff --git a/libc/nt/ntdll/RtlDefaultNpAcl.S b/libc/nt/ntdll/RtlDefaultNpAcl.S new file mode 100644 index 000000000..2e92f32d5 --- /dev/null +++ b/libc/nt/ntdll/RtlDefaultNpAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDefaultNpAcl,RtlDefaultNpAcl diff --git a/libc/nt/ntdll/RtlDefaultNpAcl.s b/libc/nt/ntdll/RtlDefaultNpAcl.s deleted file mode 100644 index 947370e39..000000000 --- a/libc/nt/ntdll/RtlDefaultNpAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDefaultNpAcl diff --git a/libc/nt/ntdll/RtlDelete.S b/libc/nt/ntdll/RtlDelete.S new file mode 100644 index 000000000..c70c96db6 --- /dev/null +++ b/libc/nt/ntdll/RtlDelete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDelete,RtlDelete diff --git a/libc/nt/ntdll/RtlDelete.s b/libc/nt/ntdll/RtlDelete.s deleted file mode 100644 index 49ea0cf18..000000000 --- a/libc/nt/ntdll/RtlDelete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDelete diff --git a/libc/nt/ntdll/RtlDeleteAce.S b/libc/nt/ntdll/RtlDeleteAce.S new file mode 100644 index 000000000..0bca39ac6 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteAce,RtlDeleteAce diff --git a/libc/nt/ntdll/RtlDeleteAce.s b/libc/nt/ntdll/RtlDeleteAce.s deleted file mode 100644 index dc1aec4fa..000000000 --- a/libc/nt/ntdll/RtlDeleteAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteAce diff --git a/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.S b/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.S new file mode 100644 index 000000000..09770aaec --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteAtomFromAtomTable,RtlDeleteAtomFromAtomTable diff --git a/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.s b/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.s deleted file mode 100644 index f192fc47e..000000000 --- a/libc/nt/ntdll/RtlDeleteAtomFromAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteAtomFromAtomTable diff --git a/libc/nt/ntdll/RtlDeleteBarrier.S b/libc/nt/ntdll/RtlDeleteBarrier.S new file mode 100644 index 000000000..af196fb55 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteBarrier,RtlDeleteBarrier diff --git a/libc/nt/ntdll/RtlDeleteBarrier.s b/libc/nt/ntdll/RtlDeleteBarrier.s deleted file mode 100644 index a7cc6d161..000000000 --- a/libc/nt/ntdll/RtlDeleteBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteBarrier diff --git a/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.S b/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.S new file mode 100644 index 000000000..fab2a3c57 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteBoundaryDescriptor,RtlDeleteBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.s b/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.s deleted file mode 100644 index cf8dd2a6e..000000000 --- a/libc/nt/ntdll/RtlDeleteBoundaryDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteBoundaryDescriptor diff --git a/libc/nt/ntdll/RtlDeleteCriticalSection.S b/libc/nt/ntdll/RtlDeleteCriticalSection.S new file mode 100644 index 000000000..89984f5b6 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteCriticalSection,RtlDeleteCriticalSection + +#ifdef __x86_64__ + .text.windows +RtlDeleteCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlDeleteCriticalSection(%rip) + leave + ret + .endfn RtlDeleteCriticalSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlDeleteCriticalSection.s b/libc/nt/ntdll/RtlDeleteCriticalSection.s deleted file mode 100644 index de0f34a5d..000000000 --- a/libc/nt/ntdll/RtlDeleteCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteCriticalSection - - .text.windows -RtlDeleteCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlDeleteCriticalSection(%rip) - leave - ret - .endfn RtlDeleteCriticalSection,globl - .previous diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTable.S b/libc/nt/ntdll/RtlDeleteElementGenericTable.S new file mode 100644 index 000000000..e1b584b2f --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteElementGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteElementGenericTable,RtlDeleteElementGenericTable diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTable.s b/libc/nt/ntdll/RtlDeleteElementGenericTable.s deleted file mode 100644 index 42c6d584d..000000000 --- a/libc/nt/ntdll/RtlDeleteElementGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteElementGenericTable diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.S b/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.S new file mode 100644 index 000000000..a9d3e31da --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteElementGenericTableAvl,RtlDeleteElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.s b/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.s deleted file mode 100644 index 7d3871bc8..000000000 --- a/libc/nt/ntdll/RtlDeleteElementGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.S b/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.S new file mode 100644 index 000000000..d58895db4 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteElementGenericTableAvlEx,RtlDeleteElementGenericTableAvlEx diff --git a/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.s b/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.s deleted file mode 100644 index 6ee68511b..000000000 --- a/libc/nt/ntdll/RtlDeleteElementGenericTableAvlEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteElementGenericTableAvlEx diff --git a/libc/nt/ntdll/RtlDeleteFunctionTable.S b/libc/nt/ntdll/RtlDeleteFunctionTable.S new file mode 100644 index 000000000..fa97755c2 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteFunctionTable,RtlDeleteFunctionTable diff --git a/libc/nt/ntdll/RtlDeleteFunctionTable.s b/libc/nt/ntdll/RtlDeleteFunctionTable.s deleted file mode 100644 index 0bfeb01e0..000000000 --- a/libc/nt/ntdll/RtlDeleteFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteFunctionTable diff --git a/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.S b/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.S new file mode 100644 index 000000000..f97c4d5b0 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteGrowableFunctionTable,RtlDeleteGrowableFunctionTable diff --git a/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.s b/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.s deleted file mode 100644 index 50b4a5825..000000000 --- a/libc/nt/ntdll/RtlDeleteGrowableFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteGrowableFunctionTable diff --git a/libc/nt/ntdll/RtlDeleteHashTable.S b/libc/nt/ntdll/RtlDeleteHashTable.S new file mode 100644 index 000000000..2cbdd6400 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteHashTable,RtlDeleteHashTable diff --git a/libc/nt/ntdll/RtlDeleteHashTable.s b/libc/nt/ntdll/RtlDeleteHashTable.s deleted file mode 100644 index 1645dcf14..000000000 --- a/libc/nt/ntdll/RtlDeleteHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteHashTable diff --git a/libc/nt/ntdll/RtlDeleteNoSplay.S b/libc/nt/ntdll/RtlDeleteNoSplay.S new file mode 100644 index 000000000..c95a2667a --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteNoSplay.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteNoSplay,RtlDeleteNoSplay diff --git a/libc/nt/ntdll/RtlDeleteNoSplay.s b/libc/nt/ntdll/RtlDeleteNoSplay.s deleted file mode 100644 index 79f829732..000000000 --- a/libc/nt/ntdll/RtlDeleteNoSplay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteNoSplay diff --git a/libc/nt/ntdll/RtlDeleteRegistryValue.S b/libc/nt/ntdll/RtlDeleteRegistryValue.S new file mode 100644 index 000000000..8e4104c92 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteRegistryValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteRegistryValue,RtlDeleteRegistryValue diff --git a/libc/nt/ntdll/RtlDeleteRegistryValue.s b/libc/nt/ntdll/RtlDeleteRegistryValue.s deleted file mode 100644 index 935ca85b5..000000000 --- a/libc/nt/ntdll/RtlDeleteRegistryValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteRegistryValue diff --git a/libc/nt/ntdll/RtlDeleteResource.S b/libc/nt/ntdll/RtlDeleteResource.S new file mode 100644 index 000000000..aa3cf6084 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteResource,RtlDeleteResource diff --git a/libc/nt/ntdll/RtlDeleteResource.s b/libc/nt/ntdll/RtlDeleteResource.s deleted file mode 100644 index 4cf3733f4..000000000 --- a/libc/nt/ntdll/RtlDeleteResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteResource diff --git a/libc/nt/ntdll/RtlDeleteSecurityObject.S b/libc/nt/ntdll/RtlDeleteSecurityObject.S new file mode 100644 index 000000000..b9e13c830 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteSecurityObject,RtlDeleteSecurityObject diff --git a/libc/nt/ntdll/RtlDeleteSecurityObject.s b/libc/nt/ntdll/RtlDeleteSecurityObject.s deleted file mode 100644 index 3f26abe5f..000000000 --- a/libc/nt/ntdll/RtlDeleteSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteSecurityObject diff --git a/libc/nt/ntdll/RtlDeleteTimer.S b/libc/nt/ntdll/RtlDeleteTimer.S new file mode 100644 index 000000000..4f7826a1a --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteTimer,RtlDeleteTimer diff --git a/libc/nt/ntdll/RtlDeleteTimer.s b/libc/nt/ntdll/RtlDeleteTimer.s deleted file mode 100644 index efe1e0347..000000000 --- a/libc/nt/ntdll/RtlDeleteTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteTimer diff --git a/libc/nt/ntdll/RtlDeleteTimerQueue.S b/libc/nt/ntdll/RtlDeleteTimerQueue.S new file mode 100644 index 000000000..c753c687a --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteTimerQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteTimerQueue,RtlDeleteTimerQueue diff --git a/libc/nt/ntdll/RtlDeleteTimerQueue.s b/libc/nt/ntdll/RtlDeleteTimerQueue.s deleted file mode 100644 index 69a3ff3ed..000000000 --- a/libc/nt/ntdll/RtlDeleteTimerQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteTimerQueue diff --git a/libc/nt/ntdll/RtlDeleteTimerQueueEx.S b/libc/nt/ntdll/RtlDeleteTimerQueueEx.S new file mode 100644 index 000000000..f0d8f5977 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteTimerQueueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteTimerQueueEx,RtlDeleteTimerQueueEx diff --git a/libc/nt/ntdll/RtlDeleteTimerQueueEx.s b/libc/nt/ntdll/RtlDeleteTimerQueueEx.s deleted file mode 100644 index b38b89bef..000000000 --- a/libc/nt/ntdll/RtlDeleteTimerQueueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteTimerQueueEx diff --git a/libc/nt/ntdll/RtlDeleteUmsCompletionList.S b/libc/nt/ntdll/RtlDeleteUmsCompletionList.S new file mode 100644 index 000000000..90ba7a6aa --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteUmsCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteUmsCompletionList,RtlDeleteUmsCompletionList diff --git a/libc/nt/ntdll/RtlDeleteUmsCompletionList.s b/libc/nt/ntdll/RtlDeleteUmsCompletionList.s deleted file mode 100644 index 65c54768f..000000000 --- a/libc/nt/ntdll/RtlDeleteUmsCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteUmsCompletionList diff --git a/libc/nt/ntdll/RtlDeleteUmsThreadContext.S b/libc/nt/ntdll/RtlDeleteUmsThreadContext.S new file mode 100644 index 000000000..cbe4203a8 --- /dev/null +++ b/libc/nt/ntdll/RtlDeleteUmsThreadContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeleteUmsThreadContext,RtlDeleteUmsThreadContext diff --git a/libc/nt/ntdll/RtlDeleteUmsThreadContext.s b/libc/nt/ntdll/RtlDeleteUmsThreadContext.s deleted file mode 100644 index 2fe4abb6b..000000000 --- a/libc/nt/ntdll/RtlDeleteUmsThreadContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeleteUmsThreadContext diff --git a/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.S b/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.S new file mode 100644 index 000000000..1a21784ac --- /dev/null +++ b/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDequeueUmsCompletionListItems,RtlDequeueUmsCompletionListItems diff --git a/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.s b/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.s deleted file mode 100644 index bdce24e3c..000000000 --- a/libc/nt/ntdll/RtlDequeueUmsCompletionListItems.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDequeueUmsCompletionListItems diff --git a/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.S b/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.S new file mode 100644 index 000000000..544b3d192 --- /dev/null +++ b/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeregisterSecureMemoryCacheCallback,RtlDeregisterSecureMemoryCacheCallback diff --git a/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.s b/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.s deleted file mode 100644 index 7f05c5def..000000000 --- a/libc/nt/ntdll/RtlDeregisterSecureMemoryCacheCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeregisterSecureMemoryCacheCallback diff --git a/libc/nt/ntdll/RtlDeregisterWait.S b/libc/nt/ntdll/RtlDeregisterWait.S new file mode 100644 index 000000000..ddaff8854 --- /dev/null +++ b/libc/nt/ntdll/RtlDeregisterWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeregisterWait,RtlDeregisterWait diff --git a/libc/nt/ntdll/RtlDeregisterWait.s b/libc/nt/ntdll/RtlDeregisterWait.s deleted file mode 100644 index c09bccc14..000000000 --- a/libc/nt/ntdll/RtlDeregisterWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeregisterWait diff --git a/libc/nt/ntdll/RtlDeregisterWaitEx.S b/libc/nt/ntdll/RtlDeregisterWaitEx.S new file mode 100644 index 000000000..e6a09d8ea --- /dev/null +++ b/libc/nt/ntdll/RtlDeregisterWaitEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeregisterWaitEx,RtlDeregisterWaitEx diff --git a/libc/nt/ntdll/RtlDeregisterWaitEx.s b/libc/nt/ntdll/RtlDeregisterWaitEx.s deleted file mode 100644 index a1e4c18c9..000000000 --- a/libc/nt/ntdll/RtlDeregisterWaitEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeregisterWaitEx diff --git a/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.S b/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.S new file mode 100644 index 000000000..61891d0b2 --- /dev/null +++ b/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDeriveCapabilitySidsFromName,RtlDeriveCapabilitySidsFromName diff --git a/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.s b/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.s deleted file mode 100644 index 9373bd465..000000000 --- a/libc/nt/ntdll/RtlDeriveCapabilitySidsFromName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDeriveCapabilitySidsFromName diff --git a/libc/nt/ntdll/RtlDestroyAtomTable.S b/libc/nt/ntdll/RtlDestroyAtomTable.S new file mode 100644 index 000000000..27682d04a --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyAtomTable,RtlDestroyAtomTable diff --git a/libc/nt/ntdll/RtlDestroyAtomTable.s b/libc/nt/ntdll/RtlDestroyAtomTable.s deleted file mode 100644 index f1347cd1f..000000000 --- a/libc/nt/ntdll/RtlDestroyAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyAtomTable diff --git a/libc/nt/ntdll/RtlDestroyEnvironment.S b/libc/nt/ntdll/RtlDestroyEnvironment.S new file mode 100644 index 000000000..3967ad604 --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyEnvironment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyEnvironment,RtlDestroyEnvironment diff --git a/libc/nt/ntdll/RtlDestroyEnvironment.s b/libc/nt/ntdll/RtlDestroyEnvironment.s deleted file mode 100644 index 7f5940b06..000000000 --- a/libc/nt/ntdll/RtlDestroyEnvironment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyEnvironment diff --git a/libc/nt/ntdll/RtlDestroyHandleTable.S b/libc/nt/ntdll/RtlDestroyHandleTable.S new file mode 100644 index 000000000..a474b9a64 --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyHandleTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyHandleTable,RtlDestroyHandleTable diff --git a/libc/nt/ntdll/RtlDestroyHandleTable.s b/libc/nt/ntdll/RtlDestroyHandleTable.s deleted file mode 100644 index 3cacf5cc9..000000000 --- a/libc/nt/ntdll/RtlDestroyHandleTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyHandleTable diff --git a/libc/nt/ntdll/RtlDestroyHeap.S b/libc/nt/ntdll/RtlDestroyHeap.S new file mode 100644 index 000000000..ea00dc8fc --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyHeap.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyHeap,RtlDestroyHeap + +#ifdef __x86_64__ + .text.windows +RtlDestroyHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlDestroyHeap(%rip) + leave + ret + .endfn RtlDestroyHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlDestroyHeap.s b/libc/nt/ntdll/RtlDestroyHeap.s deleted file mode 100644 index f5df00bc8..000000000 --- a/libc/nt/ntdll/RtlDestroyHeap.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyHeap - - .text.windows -RtlDestroyHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlDestroyHeap(%rip) - leave - ret - .endfn RtlDestroyHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.S b/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.S new file mode 100644 index 000000000..a99d24542 --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyMemoryBlockLookaside,RtlDestroyMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.s b/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.s deleted file mode 100644 index e746f77cc..000000000 --- a/libc/nt/ntdll/RtlDestroyMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlDestroyMemoryZone.S b/libc/nt/ntdll/RtlDestroyMemoryZone.S new file mode 100644 index 000000000..665a99c9a --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyMemoryZone,RtlDestroyMemoryZone diff --git a/libc/nt/ntdll/RtlDestroyMemoryZone.s b/libc/nt/ntdll/RtlDestroyMemoryZone.s deleted file mode 100644 index f99b05349..000000000 --- a/libc/nt/ntdll/RtlDestroyMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyMemoryZone diff --git a/libc/nt/ntdll/RtlDestroyProcessParameters.S b/libc/nt/ntdll/RtlDestroyProcessParameters.S new file mode 100644 index 000000000..cb9178c05 --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyProcessParameters.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyProcessParameters,RtlDestroyProcessParameters + +#ifdef __x86_64__ + .text.windows +RtlDestroyProcessParameters: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlDestroyProcessParameters(%rip) + leave + ret + .endfn RtlDestroyProcessParameters,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlDestroyProcessParameters.s b/libc/nt/ntdll/RtlDestroyProcessParameters.s deleted file mode 100644 index 618d11394..000000000 --- a/libc/nt/ntdll/RtlDestroyProcessParameters.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyProcessParameters - - .text.windows -RtlDestroyProcessParameters: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlDestroyProcessParameters(%rip) - leave - ret - .endfn RtlDestroyProcessParameters,globl - .previous diff --git a/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.S b/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.S new file mode 100644 index 000000000..418f1ef02 --- /dev/null +++ b/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDestroyQueryDebugBuffer,RtlDestroyQueryDebugBuffer diff --git a/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.s b/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.s deleted file mode 100644 index e8bb7ddb4..000000000 --- a/libc/nt/ntdll/RtlDestroyQueryDebugBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDestroyQueryDebugBuffer diff --git a/libc/nt/ntdll/RtlDetectHeapLeaks.S b/libc/nt/ntdll/RtlDetectHeapLeaks.S new file mode 100644 index 000000000..9f7391685 --- /dev/null +++ b/libc/nt/ntdll/RtlDetectHeapLeaks.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDetectHeapLeaks,RtlDetectHeapLeaks diff --git a/libc/nt/ntdll/RtlDetectHeapLeaks.s b/libc/nt/ntdll/RtlDetectHeapLeaks.s deleted file mode 100644 index a7d955d66..000000000 --- a/libc/nt/ntdll/RtlDetectHeapLeaks.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDetectHeapLeaks diff --git a/libc/nt/ntdll/RtlDetermineDosPathNameType_U.S b/libc/nt/ntdll/RtlDetermineDosPathNameType_U.S new file mode 100644 index 000000000..023752ca4 --- /dev/null +++ b/libc/nt/ntdll/RtlDetermineDosPathNameType_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDetermineDosPathNameType_U,RtlDetermineDosPathNameType_U diff --git a/libc/nt/ntdll/RtlDetermineDosPathNameType_U.s b/libc/nt/ntdll/RtlDetermineDosPathNameType_U.s deleted file mode 100644 index 7743188e3..000000000 --- a/libc/nt/ntdll/RtlDetermineDosPathNameType_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDetermineDosPathNameType_U diff --git a/libc/nt/ntdll/RtlDisableThreadProfiling.S b/libc/nt/ntdll/RtlDisableThreadProfiling.S new file mode 100644 index 000000000..e68f43ff5 --- /dev/null +++ b/libc/nt/ntdll/RtlDisableThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDisableThreadProfiling,RtlDisableThreadProfiling diff --git a/libc/nt/ntdll/RtlDisableThreadProfiling.s b/libc/nt/ntdll/RtlDisableThreadProfiling.s deleted file mode 100644 index dceaebccd..000000000 --- a/libc/nt/ntdll/RtlDisableThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDisableThreadProfiling diff --git a/libc/nt/ntdll/RtlDllShutdownInProgress.S b/libc/nt/ntdll/RtlDllShutdownInProgress.S new file mode 100644 index 000000000..c8d03181c --- /dev/null +++ b/libc/nt/ntdll/RtlDllShutdownInProgress.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDllShutdownInProgress,RtlDllShutdownInProgress diff --git a/libc/nt/ntdll/RtlDllShutdownInProgress.s b/libc/nt/ntdll/RtlDllShutdownInProgress.s deleted file mode 100644 index 97788eae2..000000000 --- a/libc/nt/ntdll/RtlDllShutdownInProgress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDllShutdownInProgress diff --git a/libc/nt/ntdll/RtlDnsHostNameToComputerName.S b/libc/nt/ntdll/RtlDnsHostNameToComputerName.S new file mode 100644 index 000000000..f7305c327 --- /dev/null +++ b/libc/nt/ntdll/RtlDnsHostNameToComputerName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDnsHostNameToComputerName,RtlDnsHostNameToComputerName diff --git a/libc/nt/ntdll/RtlDnsHostNameToComputerName.s b/libc/nt/ntdll/RtlDnsHostNameToComputerName.s deleted file mode 100644 index 692dd4489..000000000 --- a/libc/nt/ntdll/RtlDnsHostNameToComputerName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDnsHostNameToComputerName diff --git a/libc/nt/ntdll/RtlDoesFileExists_U.S b/libc/nt/ntdll/RtlDoesFileExists_U.S new file mode 100644 index 000000000..8f4856e21 --- /dev/null +++ b/libc/nt/ntdll/RtlDoesFileExists_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDoesFileExists_U,RtlDoesFileExists_U diff --git a/libc/nt/ntdll/RtlDoesFileExists_U.s b/libc/nt/ntdll/RtlDoesFileExists_U.s deleted file mode 100644 index 39051d17f..000000000 --- a/libc/nt/ntdll/RtlDoesFileExists_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDoesFileExists_U diff --git a/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.S b/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.S new file mode 100644 index 000000000..87f9b85a7 --- /dev/null +++ b/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosApplyFileIsolationRedirection_Ustr,RtlDosApplyFileIsolationRedirection_Ustr diff --git a/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.s b/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.s deleted file mode 100644 index cc0853340..000000000 --- a/libc/nt/ntdll/RtlDosApplyFileIsolationRedirection_Ustr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosApplyFileIsolationRedirection_Ustr diff --git a/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.S b/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.S new file mode 100644 index 000000000..bce51d8ea --- /dev/null +++ b/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosLongPathNameToNtPathName_U_WithStatus,RtlDosLongPathNameToNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.s b/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.s deleted file mode 100644 index f74a94bac..000000000 --- a/libc/nt/ntdll/RtlDosLongPathNameToNtPathName_U_WithStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosLongPathNameToNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.S b/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.S new file mode 100644 index 000000000..b770bc021 --- /dev/null +++ b/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosLongPathNameToRelativeNtPathName_U_WithStatus,RtlDosLongPathNameToRelativeNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.s b/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.s deleted file mode 100644 index 2bed942d6..000000000 --- a/libc/nt/ntdll/RtlDosLongPathNameToRelativeNtPathName_U_WithStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosLongPathNameToRelativeNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.S b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.S new file mode 100644 index 000000000..28f24bebd --- /dev/null +++ b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosPathNameToNtPathName_U,RtlDosPathNameToNtPathName_U diff --git a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.s b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.s deleted file mode 100644 index a99f3885a..000000000 --- a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosPathNameToNtPathName_U diff --git a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.S b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.S new file mode 100644 index 000000000..6124260bf --- /dev/null +++ b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosPathNameToNtPathName_U_WithStatus,RtlDosPathNameToNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.s b/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.s deleted file mode 100644 index e1623b526..000000000 --- a/libc/nt/ntdll/RtlDosPathNameToNtPathName_U_WithStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosPathNameToNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.S b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.S new file mode 100644 index 000000000..4e760db14 --- /dev/null +++ b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosPathNameToRelativeNtPathName_U,RtlDosPathNameToRelativeNtPathName_U diff --git a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.s b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.s deleted file mode 100644 index ff4648f0a..000000000 --- a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosPathNameToRelativeNtPathName_U diff --git a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.S b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.S new file mode 100644 index 000000000..cc08d9e37 --- /dev/null +++ b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosPathNameToRelativeNtPathName_U_WithStatus,RtlDosPathNameToRelativeNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.s b/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.s deleted file mode 100644 index 953288eb3..000000000 --- a/libc/nt/ntdll/RtlDosPathNameToRelativeNtPathName_U_WithStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosPathNameToRelativeNtPathName_U_WithStatus diff --git a/libc/nt/ntdll/RtlDosSearchPath_U.S b/libc/nt/ntdll/RtlDosSearchPath_U.S new file mode 100644 index 000000000..114afd8c8 --- /dev/null +++ b/libc/nt/ntdll/RtlDosSearchPath_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosSearchPath_U,RtlDosSearchPath_U diff --git a/libc/nt/ntdll/RtlDosSearchPath_U.s b/libc/nt/ntdll/RtlDosSearchPath_U.s deleted file mode 100644 index dad0cfda6..000000000 --- a/libc/nt/ntdll/RtlDosSearchPath_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosSearchPath_U diff --git a/libc/nt/ntdll/RtlDosSearchPath_Ustr.S b/libc/nt/ntdll/RtlDosSearchPath_Ustr.S new file mode 100644 index 000000000..7964aee6b --- /dev/null +++ b/libc/nt/ntdll/RtlDosSearchPath_Ustr.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDosSearchPath_Ustr,RtlDosSearchPath_Ustr diff --git a/libc/nt/ntdll/RtlDosSearchPath_Ustr.s b/libc/nt/ntdll/RtlDosSearchPath_Ustr.s deleted file mode 100644 index 11d0a1997..000000000 --- a/libc/nt/ntdll/RtlDosSearchPath_Ustr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDosSearchPath_Ustr diff --git a/libc/nt/ntdll/RtlDowncaseUnicodeChar.S b/libc/nt/ntdll/RtlDowncaseUnicodeChar.S new file mode 100644 index 000000000..6612a7a19 --- /dev/null +++ b/libc/nt/ntdll/RtlDowncaseUnicodeChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDowncaseUnicodeChar,RtlDowncaseUnicodeChar diff --git a/libc/nt/ntdll/RtlDowncaseUnicodeChar.s b/libc/nt/ntdll/RtlDowncaseUnicodeChar.s deleted file mode 100644 index 997c66455..000000000 --- a/libc/nt/ntdll/RtlDowncaseUnicodeChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDowncaseUnicodeChar diff --git a/libc/nt/ntdll/RtlDowncaseUnicodeString.S b/libc/nt/ntdll/RtlDowncaseUnicodeString.S new file mode 100644 index 000000000..34c3aef6c --- /dev/null +++ b/libc/nt/ntdll/RtlDowncaseUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDowncaseUnicodeString,RtlDowncaseUnicodeString diff --git a/libc/nt/ntdll/RtlDowncaseUnicodeString.s b/libc/nt/ntdll/RtlDowncaseUnicodeString.s deleted file mode 100644 index d1d679139..000000000 --- a/libc/nt/ntdll/RtlDowncaseUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDowncaseUnicodeString diff --git a/libc/nt/ntdll/RtlDrainNonVolatileFlush.S b/libc/nt/ntdll/RtlDrainNonVolatileFlush.S new file mode 100644 index 000000000..4013bb5f6 --- /dev/null +++ b/libc/nt/ntdll/RtlDrainNonVolatileFlush.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDrainNonVolatileFlush,RtlDrainNonVolatileFlush diff --git a/libc/nt/ntdll/RtlDrainNonVolatileFlush.s b/libc/nt/ntdll/RtlDrainNonVolatileFlush.s deleted file mode 100644 index 3c1416a77..000000000 --- a/libc/nt/ntdll/RtlDrainNonVolatileFlush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDrainNonVolatileFlush diff --git a/libc/nt/ntdll/RtlDumpResource.S b/libc/nt/ntdll/RtlDumpResource.S new file mode 100644 index 000000000..591a96785 --- /dev/null +++ b/libc/nt/ntdll/RtlDumpResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDumpResource,RtlDumpResource diff --git a/libc/nt/ntdll/RtlDumpResource.s b/libc/nt/ntdll/RtlDumpResource.s deleted file mode 100644 index 43613dc81..000000000 --- a/libc/nt/ntdll/RtlDumpResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDumpResource diff --git a/libc/nt/ntdll/RtlDuplicateUnicodeString.S b/libc/nt/ntdll/RtlDuplicateUnicodeString.S new file mode 100644 index 000000000..eae6e223a --- /dev/null +++ b/libc/nt/ntdll/RtlDuplicateUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlDuplicateUnicodeString,RtlDuplicateUnicodeString diff --git a/libc/nt/ntdll/RtlDuplicateUnicodeString.s b/libc/nt/ntdll/RtlDuplicateUnicodeString.s deleted file mode 100644 index 6508ddaa1..000000000 --- a/libc/nt/ntdll/RtlDuplicateUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlDuplicateUnicodeString diff --git a/libc/nt/ntdll/RtlEmptyAtomTable.S b/libc/nt/ntdll/RtlEmptyAtomTable.S new file mode 100644 index 000000000..b655c42d4 --- /dev/null +++ b/libc/nt/ntdll/RtlEmptyAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEmptyAtomTable,RtlEmptyAtomTable diff --git a/libc/nt/ntdll/RtlEmptyAtomTable.s b/libc/nt/ntdll/RtlEmptyAtomTable.s deleted file mode 100644 index 6fa40fb60..000000000 --- a/libc/nt/ntdll/RtlEmptyAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEmptyAtomTable diff --git a/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.S b/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.S new file mode 100644 index 000000000..a703e7b61 --- /dev/null +++ b/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnableEarlyCriticalSectionEventCreation,RtlEnableEarlyCriticalSectionEventCreation diff --git a/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.s b/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.s deleted file mode 100644 index 062c633e9..000000000 --- a/libc/nt/ntdll/RtlEnableEarlyCriticalSectionEventCreation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnableEarlyCriticalSectionEventCreation diff --git a/libc/nt/ntdll/RtlEnableThreadProfiling.S b/libc/nt/ntdll/RtlEnableThreadProfiling.S new file mode 100644 index 000000000..0ee7c8fb3 --- /dev/null +++ b/libc/nt/ntdll/RtlEnableThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnableThreadProfiling,RtlEnableThreadProfiling diff --git a/libc/nt/ntdll/RtlEnableThreadProfiling.s b/libc/nt/ntdll/RtlEnableThreadProfiling.s deleted file mode 100644 index b83d40e13..000000000 --- a/libc/nt/ntdll/RtlEnableThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnableThreadProfiling diff --git a/libc/nt/ntdll/RtlEnclaveCallDispatch.S b/libc/nt/ntdll/RtlEnclaveCallDispatch.S new file mode 100644 index 000000000..fd2fd001d --- /dev/null +++ b/libc/nt/ntdll/RtlEnclaveCallDispatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnclaveCallDispatch,RtlEnclaveCallDispatch diff --git a/libc/nt/ntdll/RtlEnclaveCallDispatch.s b/libc/nt/ntdll/RtlEnclaveCallDispatch.s deleted file mode 100644 index 802034d4f..000000000 --- a/libc/nt/ntdll/RtlEnclaveCallDispatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnclaveCallDispatch diff --git a/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.S b/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.S new file mode 100644 index 000000000..51761091a --- /dev/null +++ b/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnclaveCallDispatchReturn,RtlEnclaveCallDispatchReturn diff --git a/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.s b/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.s deleted file mode 100644 index 750580c84..000000000 --- a/libc/nt/ntdll/RtlEnclaveCallDispatchReturn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnclaveCallDispatchReturn diff --git a/libc/nt/ntdll/RtlEncodePointer.S b/libc/nt/ntdll/RtlEncodePointer.S new file mode 100644 index 000000000..ea1f1ed40 --- /dev/null +++ b/libc/nt/ntdll/RtlEncodePointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEncodePointer,RtlEncodePointer diff --git a/libc/nt/ntdll/RtlEncodePointer.s b/libc/nt/ntdll/RtlEncodePointer.s deleted file mode 100644 index ea5abf577..000000000 --- a/libc/nt/ntdll/RtlEncodePointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEncodePointer diff --git a/libc/nt/ntdll/RtlEncodeRemotePointer.S b/libc/nt/ntdll/RtlEncodeRemotePointer.S new file mode 100644 index 000000000..546e92025 --- /dev/null +++ b/libc/nt/ntdll/RtlEncodeRemotePointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEncodeRemotePointer,RtlEncodeRemotePointer diff --git a/libc/nt/ntdll/RtlEncodeRemotePointer.s b/libc/nt/ntdll/RtlEncodeRemotePointer.s deleted file mode 100644 index 597fbafba..000000000 --- a/libc/nt/ntdll/RtlEncodeRemotePointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEncodeRemotePointer diff --git a/libc/nt/ntdll/RtlEncodeSystemPointer.S b/libc/nt/ntdll/RtlEncodeSystemPointer.S new file mode 100644 index 000000000..1fb2080a7 --- /dev/null +++ b/libc/nt/ntdll/RtlEncodeSystemPointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEncodeSystemPointer,RtlEncodeSystemPointer diff --git a/libc/nt/ntdll/RtlEncodeSystemPointer.s b/libc/nt/ntdll/RtlEncodeSystemPointer.s deleted file mode 100644 index 12bf34c8a..000000000 --- a/libc/nt/ntdll/RtlEncodeSystemPointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEncodeSystemPointer diff --git a/libc/nt/ntdll/RtlEndEnumerationHashTable.S b/libc/nt/ntdll/RtlEndEnumerationHashTable.S new file mode 100644 index 000000000..b176cd25b --- /dev/null +++ b/libc/nt/ntdll/RtlEndEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEndEnumerationHashTable,RtlEndEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEndEnumerationHashTable.s b/libc/nt/ntdll/RtlEndEnumerationHashTable.s deleted file mode 100644 index ee1a14fc4..000000000 --- a/libc/nt/ntdll/RtlEndEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEndEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.S b/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.S new file mode 100644 index 000000000..ecc79419f --- /dev/null +++ b/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEndStrongEnumerationHashTable,RtlEndStrongEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.s b/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.s deleted file mode 100644 index cb858dd73..000000000 --- a/libc/nt/ntdll/RtlEndStrongEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEndStrongEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.S b/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.S new file mode 100644 index 000000000..d649982aa --- /dev/null +++ b/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEndWeakEnumerationHashTable,RtlEndWeakEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.s b/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.s deleted file mode 100644 index 99635d1f9..000000000 --- a/libc/nt/ntdll/RtlEndWeakEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEndWeakEnumerationHashTable diff --git a/libc/nt/ntdll/RtlEnterCriticalSection.S b/libc/nt/ntdll/RtlEnterCriticalSection.S new file mode 100644 index 000000000..4ada7c0d2 --- /dev/null +++ b/libc/nt/ntdll/RtlEnterCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnterCriticalSection,RtlEnterCriticalSection + +#ifdef __x86_64__ + .text.windows +RtlEnterCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlEnterCriticalSection(%rip) + leave + ret + .endfn RtlEnterCriticalSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlEnterCriticalSection.s b/libc/nt/ntdll/RtlEnterCriticalSection.s deleted file mode 100644 index 5fb95d690..000000000 --- a/libc/nt/ntdll/RtlEnterCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnterCriticalSection - - .text.windows -RtlEnterCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlEnterCriticalSection(%rip) - leave - ret - .endfn RtlEnterCriticalSection,globl - .previous diff --git a/libc/nt/ntdll/RtlEnterUmsSchedulingMode.S b/libc/nt/ntdll/RtlEnterUmsSchedulingMode.S new file mode 100644 index 000000000..399fdf2ef --- /dev/null +++ b/libc/nt/ntdll/RtlEnterUmsSchedulingMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnterUmsSchedulingMode,RtlEnterUmsSchedulingMode diff --git a/libc/nt/ntdll/RtlEnterUmsSchedulingMode.s b/libc/nt/ntdll/RtlEnterUmsSchedulingMode.s deleted file mode 100644 index ca7083c5a..000000000 --- a/libc/nt/ntdll/RtlEnterUmsSchedulingMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnterUmsSchedulingMode diff --git a/libc/nt/ntdll/RtlEnumProcessHeaps.S b/libc/nt/ntdll/RtlEnumProcessHeaps.S new file mode 100644 index 000000000..269d90fed --- /dev/null +++ b/libc/nt/ntdll/RtlEnumProcessHeaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumProcessHeaps,RtlEnumProcessHeaps diff --git a/libc/nt/ntdll/RtlEnumProcessHeaps.s b/libc/nt/ntdll/RtlEnumProcessHeaps.s deleted file mode 100644 index 90c4e534e..000000000 --- a/libc/nt/ntdll/RtlEnumProcessHeaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumProcessHeaps diff --git a/libc/nt/ntdll/RtlEnumerateEntryHashTable.S b/libc/nt/ntdll/RtlEnumerateEntryHashTable.S new file mode 100644 index 000000000..567a3aae8 --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateEntryHashTable,RtlEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlEnumerateEntryHashTable.s b/libc/nt/ntdll/RtlEnumerateEntryHashTable.s deleted file mode 100644 index 81ac3663c..000000000 --- a/libc/nt/ntdll/RtlEnumerateEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlEnumerateGenericTable.S b/libc/nt/ntdll/RtlEnumerateGenericTable.S new file mode 100644 index 000000000..9a0a5b660 --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateGenericTable,RtlEnumerateGenericTable diff --git a/libc/nt/ntdll/RtlEnumerateGenericTable.s b/libc/nt/ntdll/RtlEnumerateGenericTable.s deleted file mode 100644 index 620afa5bc..000000000 --- a/libc/nt/ntdll/RtlEnumerateGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateGenericTable diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableAvl.S b/libc/nt/ntdll/RtlEnumerateGenericTableAvl.S new file mode 100644 index 000000000..81878a0f6 --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateGenericTableAvl,RtlEnumerateGenericTableAvl diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableAvl.s b/libc/nt/ntdll/RtlEnumerateGenericTableAvl.s deleted file mode 100644 index 0eaf54ea1..000000000 --- a/libc/nt/ntdll/RtlEnumerateGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateGenericTableAvl diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.S b/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.S new file mode 100644 index 000000000..2dc53721c --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateGenericTableLikeADirectory,RtlEnumerateGenericTableLikeADirectory diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.s b/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.s deleted file mode 100644 index 5fe64a4c7..000000000 --- a/libc/nt/ntdll/RtlEnumerateGenericTableLikeADirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateGenericTableLikeADirectory diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.S b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.S new file mode 100644 index 000000000..674d79139 --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateGenericTableWithoutSplaying,RtlEnumerateGenericTableWithoutSplaying diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.s b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.s deleted file mode 100644 index d6675de6d..000000000 --- a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplaying.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateGenericTableWithoutSplaying diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.S b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.S new file mode 100644 index 000000000..525c7bbd7 --- /dev/null +++ b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEnumerateGenericTableWithoutSplayingAvl,RtlEnumerateGenericTableWithoutSplayingAvl diff --git a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.s b/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.s deleted file mode 100644 index 10a155226..000000000 --- a/libc/nt/ntdll/RtlEnumerateGenericTableWithoutSplayingAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEnumerateGenericTableWithoutSplayingAvl diff --git a/libc/nt/ntdll/RtlEqualComputerName.S b/libc/nt/ntdll/RtlEqualComputerName.S new file mode 100644 index 000000000..fe10519e7 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualComputerName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualComputerName,RtlEqualComputerName diff --git a/libc/nt/ntdll/RtlEqualComputerName.s b/libc/nt/ntdll/RtlEqualComputerName.s deleted file mode 100644 index 905a52efd..000000000 --- a/libc/nt/ntdll/RtlEqualComputerName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualComputerName diff --git a/libc/nt/ntdll/RtlEqualDomainName.S b/libc/nt/ntdll/RtlEqualDomainName.S new file mode 100644 index 000000000..3a8becb67 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualDomainName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualDomainName,RtlEqualDomainName diff --git a/libc/nt/ntdll/RtlEqualDomainName.s b/libc/nt/ntdll/RtlEqualDomainName.s deleted file mode 100644 index 3b1242186..000000000 --- a/libc/nt/ntdll/RtlEqualDomainName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualDomainName diff --git a/libc/nt/ntdll/RtlEqualLuid.S b/libc/nt/ntdll/RtlEqualLuid.S new file mode 100644 index 000000000..e57678a83 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualLuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualLuid,RtlEqualLuid diff --git a/libc/nt/ntdll/RtlEqualLuid.s b/libc/nt/ntdll/RtlEqualLuid.s deleted file mode 100644 index c8cb2a729..000000000 --- a/libc/nt/ntdll/RtlEqualLuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualLuid diff --git a/libc/nt/ntdll/RtlEqualPrefixSid.S b/libc/nt/ntdll/RtlEqualPrefixSid.S new file mode 100644 index 000000000..a1ed4df8a --- /dev/null +++ b/libc/nt/ntdll/RtlEqualPrefixSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualPrefixSid,RtlEqualPrefixSid diff --git a/libc/nt/ntdll/RtlEqualPrefixSid.s b/libc/nt/ntdll/RtlEqualPrefixSid.s deleted file mode 100644 index 15ef8e261..000000000 --- a/libc/nt/ntdll/RtlEqualPrefixSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualPrefixSid diff --git a/libc/nt/ntdll/RtlEqualSid.S b/libc/nt/ntdll/RtlEqualSid.S new file mode 100644 index 000000000..479bc48b8 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualSid,RtlEqualSid diff --git a/libc/nt/ntdll/RtlEqualSid.s b/libc/nt/ntdll/RtlEqualSid.s deleted file mode 100644 index 0f5ccaf47..000000000 --- a/libc/nt/ntdll/RtlEqualSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualSid diff --git a/libc/nt/ntdll/RtlEqualString.S b/libc/nt/ntdll/RtlEqualString.S new file mode 100644 index 000000000..82388dbb5 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualString,RtlEqualString diff --git a/libc/nt/ntdll/RtlEqualString.s b/libc/nt/ntdll/RtlEqualString.s deleted file mode 100644 index 46efa373b..000000000 --- a/libc/nt/ntdll/RtlEqualString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualString diff --git a/libc/nt/ntdll/RtlEqualUnicodeString.S b/libc/nt/ntdll/RtlEqualUnicodeString.S new file mode 100644 index 000000000..0f4ea0810 --- /dev/null +++ b/libc/nt/ntdll/RtlEqualUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualUnicodeString,RtlEqualUnicodeString diff --git a/libc/nt/ntdll/RtlEqualUnicodeString.s b/libc/nt/ntdll/RtlEqualUnicodeString.s deleted file mode 100644 index da7387db6..000000000 --- a/libc/nt/ntdll/RtlEqualUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualUnicodeString diff --git a/libc/nt/ntdll/RtlEqualWnfChangeStamps.S b/libc/nt/ntdll/RtlEqualWnfChangeStamps.S new file mode 100644 index 000000000..add549a9f --- /dev/null +++ b/libc/nt/ntdll/RtlEqualWnfChangeStamps.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEqualWnfChangeStamps,RtlEqualWnfChangeStamps diff --git a/libc/nt/ntdll/RtlEqualWnfChangeStamps.s b/libc/nt/ntdll/RtlEqualWnfChangeStamps.s deleted file mode 100644 index 5b683acd3..000000000 --- a/libc/nt/ntdll/RtlEqualWnfChangeStamps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEqualWnfChangeStamps diff --git a/libc/nt/ntdll/RtlEraseUnicodeString.S b/libc/nt/ntdll/RtlEraseUnicodeString.S new file mode 100644 index 000000000..74d15fc32 --- /dev/null +++ b/libc/nt/ntdll/RtlEraseUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEraseUnicodeString,RtlEraseUnicodeString diff --git a/libc/nt/ntdll/RtlEraseUnicodeString.s b/libc/nt/ntdll/RtlEraseUnicodeString.s deleted file mode 100644 index f83e1e279..000000000 --- a/libc/nt/ntdll/RtlEraseUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEraseUnicodeString diff --git a/libc/nt/ntdll/RtlEthernetAddressToStringW.S b/libc/nt/ntdll/RtlEthernetAddressToStringW.S new file mode 100644 index 000000000..b3f6d5418 --- /dev/null +++ b/libc/nt/ntdll/RtlEthernetAddressToStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEthernetAddressToStringW,RtlEthernetAddressToString diff --git a/libc/nt/ntdll/RtlEthernetAddressToStringW.s b/libc/nt/ntdll/RtlEthernetAddressToStringW.s deleted file mode 100644 index 75f5a959d..000000000 --- a/libc/nt/ntdll/RtlEthernetAddressToStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEthernetAddressToStringW diff --git a/libc/nt/ntdll/RtlEthernetStringToAddressW.S b/libc/nt/ntdll/RtlEthernetStringToAddressW.S new file mode 100644 index 000000000..94c739460 --- /dev/null +++ b/libc/nt/ntdll/RtlEthernetStringToAddressW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlEthernetStringToAddressW,RtlEthernetStringToAddress diff --git a/libc/nt/ntdll/RtlEthernetStringToAddressW.s b/libc/nt/ntdll/RtlEthernetStringToAddressW.s deleted file mode 100644 index 64d359094..000000000 --- a/libc/nt/ntdll/RtlEthernetStringToAddressW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlEthernetStringToAddressW diff --git a/libc/nt/ntdll/RtlExecuteUmsThread.S b/libc/nt/ntdll/RtlExecuteUmsThread.S new file mode 100644 index 000000000..dd3ef08b4 --- /dev/null +++ b/libc/nt/ntdll/RtlExecuteUmsThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExecuteUmsThread,RtlExecuteUmsThread diff --git a/libc/nt/ntdll/RtlExecuteUmsThread.s b/libc/nt/ntdll/RtlExecuteUmsThread.s deleted file mode 100644 index cb2ab385f..000000000 --- a/libc/nt/ntdll/RtlExecuteUmsThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExecuteUmsThread diff --git a/libc/nt/ntdll/RtlExitUserProcess.S b/libc/nt/ntdll/RtlExitUserProcess.S new file mode 100644 index 000000000..dc0bccec4 --- /dev/null +++ b/libc/nt/ntdll/RtlExitUserProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExitUserProcess,RtlExitUserProcess diff --git a/libc/nt/ntdll/RtlExitUserProcess.s b/libc/nt/ntdll/RtlExitUserProcess.s deleted file mode 100644 index f68ed6198..000000000 --- a/libc/nt/ntdll/RtlExitUserProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExitUserProcess diff --git a/libc/nt/ntdll/RtlExitUserThread.S b/libc/nt/ntdll/RtlExitUserThread.S new file mode 100644 index 000000000..7bf36fe94 --- /dev/null +++ b/libc/nt/ntdll/RtlExitUserThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExitUserThread,RtlExitUserThread diff --git a/libc/nt/ntdll/RtlExitUserThread.s b/libc/nt/ntdll/RtlExitUserThread.s deleted file mode 100644 index 72bb2937d..000000000 --- a/libc/nt/ntdll/RtlExitUserThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExitUserThread diff --git a/libc/nt/ntdll/RtlExpandEnvironmentStrings.S b/libc/nt/ntdll/RtlExpandEnvironmentStrings.S new file mode 100644 index 000000000..e100286ca --- /dev/null +++ b/libc/nt/ntdll/RtlExpandEnvironmentStrings.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExpandEnvironmentStrings,RtlExpandEnvironmentStrings diff --git a/libc/nt/ntdll/RtlExpandEnvironmentStrings.s b/libc/nt/ntdll/RtlExpandEnvironmentStrings.s deleted file mode 100644 index 371a7e458..000000000 --- a/libc/nt/ntdll/RtlExpandEnvironmentStrings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExpandEnvironmentStrings diff --git a/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.S b/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.S new file mode 100644 index 000000000..8bfab0eca --- /dev/null +++ b/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExpandEnvironmentStrings_U,RtlExpandEnvironmentStrings_U diff --git a/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.s b/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.s deleted file mode 100644 index e137fff67..000000000 --- a/libc/nt/ntdll/RtlExpandEnvironmentStrings_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExpandEnvironmentStrings_U diff --git a/libc/nt/ntdll/RtlExpandHashTable.S b/libc/nt/ntdll/RtlExpandHashTable.S new file mode 100644 index 000000000..b010fc14d --- /dev/null +++ b/libc/nt/ntdll/RtlExpandHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExpandHashTable,RtlExpandHashTable diff --git a/libc/nt/ntdll/RtlExpandHashTable.s b/libc/nt/ntdll/RtlExpandHashTable.s deleted file mode 100644 index 0cb87e362..000000000 --- a/libc/nt/ntdll/RtlExpandHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExpandHashTable diff --git a/libc/nt/ntdll/RtlExtendCorrelationVector.S b/libc/nt/ntdll/RtlExtendCorrelationVector.S new file mode 100644 index 000000000..3f055a0f7 --- /dev/null +++ b/libc/nt/ntdll/RtlExtendCorrelationVector.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExtendCorrelationVector,RtlExtendCorrelationVector diff --git a/libc/nt/ntdll/RtlExtendCorrelationVector.s b/libc/nt/ntdll/RtlExtendCorrelationVector.s deleted file mode 100644 index 5afe0daee..000000000 --- a/libc/nt/ntdll/RtlExtendCorrelationVector.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExtendCorrelationVector diff --git a/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.S b/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.S new file mode 100644 index 000000000..3c37ef125 --- /dev/null +++ b/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExtendMemoryBlockLookaside,RtlExtendMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.s b/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.s deleted file mode 100644 index ceb6fe36f..000000000 --- a/libc/nt/ntdll/RtlExtendMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExtendMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlExtendMemoryZone.S b/libc/nt/ntdll/RtlExtendMemoryZone.S new file mode 100644 index 000000000..eebccb8c4 --- /dev/null +++ b/libc/nt/ntdll/RtlExtendMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExtendMemoryZone,RtlExtendMemoryZone diff --git a/libc/nt/ntdll/RtlExtendMemoryZone.s b/libc/nt/ntdll/RtlExtendMemoryZone.s deleted file mode 100644 index 25ce390f9..000000000 --- a/libc/nt/ntdll/RtlExtendMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExtendMemoryZone diff --git a/libc/nt/ntdll/RtlExtractBitMap.S b/libc/nt/ntdll/RtlExtractBitMap.S new file mode 100644 index 000000000..a72bfcf73 --- /dev/null +++ b/libc/nt/ntdll/RtlExtractBitMap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlExtractBitMap,RtlExtractBitMap diff --git a/libc/nt/ntdll/RtlExtractBitMap.s b/libc/nt/ntdll/RtlExtractBitMap.s deleted file mode 100644 index 2f3563f9f..000000000 --- a/libc/nt/ntdll/RtlExtractBitMap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlExtractBitMap diff --git a/libc/nt/ntdll/RtlFillMemory.S b/libc/nt/ntdll/RtlFillMemory.S new file mode 100644 index 000000000..8eb1a3962 --- /dev/null +++ b/libc/nt/ntdll/RtlFillMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFillMemory,RtlFillMemory diff --git a/libc/nt/ntdll/RtlFillMemory.s b/libc/nt/ntdll/RtlFillMemory.s deleted file mode 100644 index f89e54ee8..000000000 --- a/libc/nt/ntdll/RtlFillMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFillMemory diff --git a/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.S b/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.S new file mode 100644 index 000000000..246762690 --- /dev/null +++ b/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFinalReleaseOutOfProcessMemoryStream,RtlFinalReleaseOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.s b/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.s deleted file mode 100644 index 84001bed1..000000000 --- a/libc/nt/ntdll/RtlFinalReleaseOutOfProcessMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFinalReleaseOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlFindAceByType.S b/libc/nt/ntdll/RtlFindAceByType.S new file mode 100644 index 000000000..e84e3aa35 --- /dev/null +++ b/libc/nt/ntdll/RtlFindAceByType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindAceByType,RtlFindAceByType diff --git a/libc/nt/ntdll/RtlFindAceByType.s b/libc/nt/ntdll/RtlFindAceByType.s deleted file mode 100644 index a3f7b8039..000000000 --- a/libc/nt/ntdll/RtlFindAceByType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindAceByType diff --git a/libc/nt/ntdll/RtlFindActivationContextSectionGuid.S b/libc/nt/ntdll/RtlFindActivationContextSectionGuid.S new file mode 100644 index 000000000..6b42f47a6 --- /dev/null +++ b/libc/nt/ntdll/RtlFindActivationContextSectionGuid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindActivationContextSectionGuid,RtlFindActivationContextSectionGuid diff --git a/libc/nt/ntdll/RtlFindActivationContextSectionGuid.s b/libc/nt/ntdll/RtlFindActivationContextSectionGuid.s deleted file mode 100644 index 383f825bb..000000000 --- a/libc/nt/ntdll/RtlFindActivationContextSectionGuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindActivationContextSectionGuid diff --git a/libc/nt/ntdll/RtlFindActivationContextSectionString.S b/libc/nt/ntdll/RtlFindActivationContextSectionString.S new file mode 100644 index 000000000..f617df4e1 --- /dev/null +++ b/libc/nt/ntdll/RtlFindActivationContextSectionString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindActivationContextSectionString,RtlFindActivationContextSectionString diff --git a/libc/nt/ntdll/RtlFindActivationContextSectionString.s b/libc/nt/ntdll/RtlFindActivationContextSectionString.s deleted file mode 100644 index f9aaf2dc4..000000000 --- a/libc/nt/ntdll/RtlFindActivationContextSectionString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindActivationContextSectionString diff --git a/libc/nt/ntdll/RtlFindCharInUnicodeString.S b/libc/nt/ntdll/RtlFindCharInUnicodeString.S new file mode 100644 index 000000000..f269144d0 --- /dev/null +++ b/libc/nt/ntdll/RtlFindCharInUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindCharInUnicodeString,RtlFindCharInUnicodeString diff --git a/libc/nt/ntdll/RtlFindCharInUnicodeString.s b/libc/nt/ntdll/RtlFindCharInUnicodeString.s deleted file mode 100644 index 18e276348..000000000 --- a/libc/nt/ntdll/RtlFindCharInUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindCharInUnicodeString diff --git a/libc/nt/ntdll/RtlFindClearBits.S b/libc/nt/ntdll/RtlFindClearBits.S new file mode 100644 index 000000000..a58b07f63 --- /dev/null +++ b/libc/nt/ntdll/RtlFindClearBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindClearBits,RtlFindClearBits diff --git a/libc/nt/ntdll/RtlFindClearBits.s b/libc/nt/ntdll/RtlFindClearBits.s deleted file mode 100644 index b6472aa9c..000000000 --- a/libc/nt/ntdll/RtlFindClearBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindClearBits diff --git a/libc/nt/ntdll/RtlFindClearBitsAndSet.S b/libc/nt/ntdll/RtlFindClearBitsAndSet.S new file mode 100644 index 000000000..eb4c57567 --- /dev/null +++ b/libc/nt/ntdll/RtlFindClearBitsAndSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindClearBitsAndSet,RtlFindClearBitsAndSet diff --git a/libc/nt/ntdll/RtlFindClearBitsAndSet.s b/libc/nt/ntdll/RtlFindClearBitsAndSet.s deleted file mode 100644 index 1816d2ce0..000000000 --- a/libc/nt/ntdll/RtlFindClearBitsAndSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindClearBitsAndSet diff --git a/libc/nt/ntdll/RtlFindClearRuns.S b/libc/nt/ntdll/RtlFindClearRuns.S new file mode 100644 index 000000000..1e8fd23c0 --- /dev/null +++ b/libc/nt/ntdll/RtlFindClearRuns.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindClearRuns,RtlFindClearRuns diff --git a/libc/nt/ntdll/RtlFindClearRuns.s b/libc/nt/ntdll/RtlFindClearRuns.s deleted file mode 100644 index 054d150a9..000000000 --- a/libc/nt/ntdll/RtlFindClearRuns.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindClearRuns diff --git a/libc/nt/ntdll/RtlFindClosestEncodableLength.S b/libc/nt/ntdll/RtlFindClosestEncodableLength.S new file mode 100644 index 000000000..6c6509052 --- /dev/null +++ b/libc/nt/ntdll/RtlFindClosestEncodableLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindClosestEncodableLength,RtlFindClosestEncodableLength diff --git a/libc/nt/ntdll/RtlFindClosestEncodableLength.s b/libc/nt/ntdll/RtlFindClosestEncodableLength.s deleted file mode 100644 index be74f311c..000000000 --- a/libc/nt/ntdll/RtlFindClosestEncodableLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindClosestEncodableLength diff --git a/libc/nt/ntdll/RtlFindExportedRoutineByName.S b/libc/nt/ntdll/RtlFindExportedRoutineByName.S new file mode 100644 index 000000000..bd043b177 --- /dev/null +++ b/libc/nt/ntdll/RtlFindExportedRoutineByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindExportedRoutineByName,RtlFindExportedRoutineByName diff --git a/libc/nt/ntdll/RtlFindExportedRoutineByName.s b/libc/nt/ntdll/RtlFindExportedRoutineByName.s deleted file mode 100644 index 915e16fad..000000000 --- a/libc/nt/ntdll/RtlFindExportedRoutineByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindExportedRoutineByName diff --git a/libc/nt/ntdll/RtlFindLastBackwardRunClear.S b/libc/nt/ntdll/RtlFindLastBackwardRunClear.S new file mode 100644 index 000000000..b0d9ef65c --- /dev/null +++ b/libc/nt/ntdll/RtlFindLastBackwardRunClear.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindLastBackwardRunClear,RtlFindLastBackwardRunClear diff --git a/libc/nt/ntdll/RtlFindLastBackwardRunClear.s b/libc/nt/ntdll/RtlFindLastBackwardRunClear.s deleted file mode 100644 index f349fb41c..000000000 --- a/libc/nt/ntdll/RtlFindLastBackwardRunClear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindLastBackwardRunClear diff --git a/libc/nt/ntdll/RtlFindLeastSignificantBit.S b/libc/nt/ntdll/RtlFindLeastSignificantBit.S new file mode 100644 index 000000000..65d04bf02 --- /dev/null +++ b/libc/nt/ntdll/RtlFindLeastSignificantBit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindLeastSignificantBit,RtlFindLeastSignificantBit diff --git a/libc/nt/ntdll/RtlFindLeastSignificantBit.s b/libc/nt/ntdll/RtlFindLeastSignificantBit.s deleted file mode 100644 index e5f4afea2..000000000 --- a/libc/nt/ntdll/RtlFindLeastSignificantBit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindLeastSignificantBit diff --git a/libc/nt/ntdll/RtlFindLongestRunClear.S b/libc/nt/ntdll/RtlFindLongestRunClear.S new file mode 100644 index 000000000..cf1ef7669 --- /dev/null +++ b/libc/nt/ntdll/RtlFindLongestRunClear.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindLongestRunClear,RtlFindLongestRunClear diff --git a/libc/nt/ntdll/RtlFindLongestRunClear.s b/libc/nt/ntdll/RtlFindLongestRunClear.s deleted file mode 100644 index 8a5247f30..000000000 --- a/libc/nt/ntdll/RtlFindLongestRunClear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindLongestRunClear diff --git a/libc/nt/ntdll/RtlFindMessage.S b/libc/nt/ntdll/RtlFindMessage.S new file mode 100644 index 000000000..5f5dee810 --- /dev/null +++ b/libc/nt/ntdll/RtlFindMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindMessage,RtlFindMessage diff --git a/libc/nt/ntdll/RtlFindMessage.s b/libc/nt/ntdll/RtlFindMessage.s deleted file mode 100644 index c24cfc5ac..000000000 --- a/libc/nt/ntdll/RtlFindMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindMessage diff --git a/libc/nt/ntdll/RtlFindMostSignificantBit.S b/libc/nt/ntdll/RtlFindMostSignificantBit.S new file mode 100644 index 000000000..1afb79476 --- /dev/null +++ b/libc/nt/ntdll/RtlFindMostSignificantBit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindMostSignificantBit,RtlFindMostSignificantBit diff --git a/libc/nt/ntdll/RtlFindMostSignificantBit.s b/libc/nt/ntdll/RtlFindMostSignificantBit.s deleted file mode 100644 index 3377a30f8..000000000 --- a/libc/nt/ntdll/RtlFindMostSignificantBit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindMostSignificantBit diff --git a/libc/nt/ntdll/RtlFindNextForwardRunClear.S b/libc/nt/ntdll/RtlFindNextForwardRunClear.S new file mode 100644 index 000000000..52c046baf --- /dev/null +++ b/libc/nt/ntdll/RtlFindNextForwardRunClear.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindNextForwardRunClear,RtlFindNextForwardRunClear diff --git a/libc/nt/ntdll/RtlFindNextForwardRunClear.s b/libc/nt/ntdll/RtlFindNextForwardRunClear.s deleted file mode 100644 index 52dedd906..000000000 --- a/libc/nt/ntdll/RtlFindNextForwardRunClear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindNextForwardRunClear diff --git a/libc/nt/ntdll/RtlFindSetBits.S b/libc/nt/ntdll/RtlFindSetBits.S new file mode 100644 index 000000000..a46627995 --- /dev/null +++ b/libc/nt/ntdll/RtlFindSetBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindSetBits,RtlFindSetBits diff --git a/libc/nt/ntdll/RtlFindSetBits.s b/libc/nt/ntdll/RtlFindSetBits.s deleted file mode 100644 index 300c9d787..000000000 --- a/libc/nt/ntdll/RtlFindSetBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindSetBits diff --git a/libc/nt/ntdll/RtlFindSetBitsAndClear.S b/libc/nt/ntdll/RtlFindSetBitsAndClear.S new file mode 100644 index 000000000..501817d37 --- /dev/null +++ b/libc/nt/ntdll/RtlFindSetBitsAndClear.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindSetBitsAndClear,RtlFindSetBitsAndClear diff --git a/libc/nt/ntdll/RtlFindSetBitsAndClear.s b/libc/nt/ntdll/RtlFindSetBitsAndClear.s deleted file mode 100644 index ec59e85d4..000000000 --- a/libc/nt/ntdll/RtlFindSetBitsAndClear.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindSetBitsAndClear diff --git a/libc/nt/ntdll/RtlFindUnicodeSubstring.S b/libc/nt/ntdll/RtlFindUnicodeSubstring.S new file mode 100644 index 000000000..6bcc4e5a6 --- /dev/null +++ b/libc/nt/ntdll/RtlFindUnicodeSubstring.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFindUnicodeSubstring,RtlFindUnicodeSubstring diff --git a/libc/nt/ntdll/RtlFindUnicodeSubstring.s b/libc/nt/ntdll/RtlFindUnicodeSubstring.s deleted file mode 100644 index 8b1692352..000000000 --- a/libc/nt/ntdll/RtlFindUnicodeSubstring.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFindUnicodeSubstring diff --git a/libc/nt/ntdll/RtlFirstEntrySList.S b/libc/nt/ntdll/RtlFirstEntrySList.S new file mode 100644 index 000000000..e1f088784 --- /dev/null +++ b/libc/nt/ntdll/RtlFirstEntrySList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFirstEntrySList,RtlFirstEntrySList diff --git a/libc/nt/ntdll/RtlFirstEntrySList.s b/libc/nt/ntdll/RtlFirstEntrySList.s deleted file mode 100644 index bb3265855..000000000 --- a/libc/nt/ntdll/RtlFirstEntrySList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFirstEntrySList diff --git a/libc/nt/ntdll/RtlFirstFreeAce.S b/libc/nt/ntdll/RtlFirstFreeAce.S new file mode 100644 index 000000000..4511d16cd --- /dev/null +++ b/libc/nt/ntdll/RtlFirstFreeAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFirstFreeAce,RtlFirstFreeAce diff --git a/libc/nt/ntdll/RtlFirstFreeAce.s b/libc/nt/ntdll/RtlFirstFreeAce.s deleted file mode 100644 index 759741831..000000000 --- a/libc/nt/ntdll/RtlFirstFreeAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFirstFreeAce diff --git a/libc/nt/ntdll/RtlFlsAlloc.S b/libc/nt/ntdll/RtlFlsAlloc.S new file mode 100644 index 000000000..6a73b05cb --- /dev/null +++ b/libc/nt/ntdll/RtlFlsAlloc.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlsAlloc,RtlFlsAlloc diff --git a/libc/nt/ntdll/RtlFlsAlloc.s b/libc/nt/ntdll/RtlFlsAlloc.s deleted file mode 100644 index 0527e85fa..000000000 --- a/libc/nt/ntdll/RtlFlsAlloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlsAlloc diff --git a/libc/nt/ntdll/RtlFlsFree.S b/libc/nt/ntdll/RtlFlsFree.S new file mode 100644 index 000000000..865b3f7ab --- /dev/null +++ b/libc/nt/ntdll/RtlFlsFree.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlsFree,RtlFlsFree diff --git a/libc/nt/ntdll/RtlFlsFree.s b/libc/nt/ntdll/RtlFlsFree.s deleted file mode 100644 index 39170055a..000000000 --- a/libc/nt/ntdll/RtlFlsFree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlsFree diff --git a/libc/nt/ntdll/RtlFlushHeaps.S b/libc/nt/ntdll/RtlFlushHeaps.S new file mode 100644 index 000000000..7831bce53 --- /dev/null +++ b/libc/nt/ntdll/RtlFlushHeaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlushHeaps,RtlFlushHeaps diff --git a/libc/nt/ntdll/RtlFlushHeaps.s b/libc/nt/ntdll/RtlFlushHeaps.s deleted file mode 100644 index 4b9de2718..000000000 --- a/libc/nt/ntdll/RtlFlushHeaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlushHeaps diff --git a/libc/nt/ntdll/RtlFlushNonVolatileMemory.S b/libc/nt/ntdll/RtlFlushNonVolatileMemory.S new file mode 100644 index 000000000..aac15c8cc --- /dev/null +++ b/libc/nt/ntdll/RtlFlushNonVolatileMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlushNonVolatileMemory,RtlFlushNonVolatileMemory diff --git a/libc/nt/ntdll/RtlFlushNonVolatileMemory.s b/libc/nt/ntdll/RtlFlushNonVolatileMemory.s deleted file mode 100644 index 390abd194..000000000 --- a/libc/nt/ntdll/RtlFlushNonVolatileMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlushNonVolatileMemory diff --git a/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.S b/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.S new file mode 100644 index 000000000..eec8de3a0 --- /dev/null +++ b/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlushNonVolatileMemoryRanges,RtlFlushNonVolatileMemoryRanges diff --git a/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.s b/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.s deleted file mode 100644 index db061416f..000000000 --- a/libc/nt/ntdll/RtlFlushNonVolatileMemoryRanges.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlushNonVolatileMemoryRanges diff --git a/libc/nt/ntdll/RtlFlushSecureMemoryCache.S b/libc/nt/ntdll/RtlFlushSecureMemoryCache.S new file mode 100644 index 000000000..0f4b8dda3 --- /dev/null +++ b/libc/nt/ntdll/RtlFlushSecureMemoryCache.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFlushSecureMemoryCache,RtlFlushSecureMemoryCache diff --git a/libc/nt/ntdll/RtlFlushSecureMemoryCache.s b/libc/nt/ntdll/RtlFlushSecureMemoryCache.s deleted file mode 100644 index 5a8d3c921..000000000 --- a/libc/nt/ntdll/RtlFlushSecureMemoryCache.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFlushSecureMemoryCache diff --git a/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.S b/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.S new file mode 100644 index 000000000..5da53d146 --- /dev/null +++ b/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFormatCurrentUserKeyPath,RtlFormatCurrentUserKeyPath diff --git a/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.s b/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.s deleted file mode 100644 index 4a8c80c22..000000000 --- a/libc/nt/ntdll/RtlFormatCurrentUserKeyPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFormatCurrentUserKeyPath diff --git a/libc/nt/ntdll/RtlFormatMessage.S b/libc/nt/ntdll/RtlFormatMessage.S new file mode 100644 index 000000000..ee94010e8 --- /dev/null +++ b/libc/nt/ntdll/RtlFormatMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFormatMessage,RtlFormatMessage diff --git a/libc/nt/ntdll/RtlFormatMessage.s b/libc/nt/ntdll/RtlFormatMessage.s deleted file mode 100644 index 5322af40a..000000000 --- a/libc/nt/ntdll/RtlFormatMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFormatMessage diff --git a/libc/nt/ntdll/RtlFormatMessageEx.S b/libc/nt/ntdll/RtlFormatMessageEx.S new file mode 100644 index 000000000..1a15e9f88 --- /dev/null +++ b/libc/nt/ntdll/RtlFormatMessageEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFormatMessageEx,RtlFormatMessageEx diff --git a/libc/nt/ntdll/RtlFormatMessageEx.s b/libc/nt/ntdll/RtlFormatMessageEx.s deleted file mode 100644 index 18acbec5a..000000000 --- a/libc/nt/ntdll/RtlFormatMessageEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFormatMessageEx diff --git a/libc/nt/ntdll/RtlFreeActivationContextStack.S b/libc/nt/ntdll/RtlFreeActivationContextStack.S new file mode 100644 index 000000000..9ca7a3b2a --- /dev/null +++ b/libc/nt/ntdll/RtlFreeActivationContextStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeActivationContextStack,RtlFreeActivationContextStack diff --git a/libc/nt/ntdll/RtlFreeActivationContextStack.s b/libc/nt/ntdll/RtlFreeActivationContextStack.s deleted file mode 100644 index ee7911c1f..000000000 --- a/libc/nt/ntdll/RtlFreeActivationContextStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeActivationContextStack diff --git a/libc/nt/ntdll/RtlFreeAnsiString.S b/libc/nt/ntdll/RtlFreeAnsiString.S new file mode 100644 index 000000000..d2b6c8f3c --- /dev/null +++ b/libc/nt/ntdll/RtlFreeAnsiString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeAnsiString,RtlFreeAnsiString diff --git a/libc/nt/ntdll/RtlFreeAnsiString.s b/libc/nt/ntdll/RtlFreeAnsiString.s deleted file mode 100644 index 4fcd538c3..000000000 --- a/libc/nt/ntdll/RtlFreeAnsiString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeAnsiString diff --git a/libc/nt/ntdll/RtlFreeHandle.S b/libc/nt/ntdll/RtlFreeHandle.S new file mode 100644 index 000000000..75f8e4c8e --- /dev/null +++ b/libc/nt/ntdll/RtlFreeHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeHandle,RtlFreeHandle diff --git a/libc/nt/ntdll/RtlFreeHandle.s b/libc/nt/ntdll/RtlFreeHandle.s deleted file mode 100644 index 7b8804918..000000000 --- a/libc/nt/ntdll/RtlFreeHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeHandle diff --git a/libc/nt/ntdll/RtlFreeHeap.S b/libc/nt/ntdll/RtlFreeHeap.S new file mode 100644 index 000000000..a36e94c00 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeHeap,RtlFreeHeap + +#ifdef __x86_64__ + .text.windows +RtlFreeHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlFreeHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlFreeHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlFreeHeap.s b/libc/nt/ntdll/RtlFreeHeap.s deleted file mode 100644 index b7ee8d850..000000000 --- a/libc/nt/ntdll/RtlFreeHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeHeap - - .text.windows -RtlFreeHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlFreeHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlFreeHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.S b/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.S new file mode 100644 index 000000000..860825cbe --- /dev/null +++ b/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeMemoryBlockLookaside,RtlFreeMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.s b/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.s deleted file mode 100644 index 63341c2fd..000000000 --- a/libc/nt/ntdll/RtlFreeMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlFreeNonVolatileToken.S b/libc/nt/ntdll/RtlFreeNonVolatileToken.S new file mode 100644 index 000000000..a8f34fd70 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeNonVolatileToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeNonVolatileToken,RtlFreeNonVolatileToken diff --git a/libc/nt/ntdll/RtlFreeNonVolatileToken.s b/libc/nt/ntdll/RtlFreeNonVolatileToken.s deleted file mode 100644 index 4ecd1be51..000000000 --- a/libc/nt/ntdll/RtlFreeNonVolatileToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeNonVolatileToken diff --git a/libc/nt/ntdll/RtlFreeOemString.S b/libc/nt/ntdll/RtlFreeOemString.S new file mode 100644 index 000000000..f9d31d937 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeOemString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeOemString,RtlFreeOemString diff --git a/libc/nt/ntdll/RtlFreeOemString.s b/libc/nt/ntdll/RtlFreeOemString.s deleted file mode 100644 index 764fb3381..000000000 --- a/libc/nt/ntdll/RtlFreeOemString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeOemString diff --git a/libc/nt/ntdll/RtlFreeSid.S b/libc/nt/ntdll/RtlFreeSid.S new file mode 100644 index 000000000..23a09f610 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeSid,RtlFreeSid diff --git a/libc/nt/ntdll/RtlFreeSid.s b/libc/nt/ntdll/RtlFreeSid.s deleted file mode 100644 index bf8ee5730..000000000 --- a/libc/nt/ntdll/RtlFreeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeSid diff --git a/libc/nt/ntdll/RtlFreeThreadActivationContextStack.S b/libc/nt/ntdll/RtlFreeThreadActivationContextStack.S new file mode 100644 index 000000000..73adff013 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeThreadActivationContextStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeThreadActivationContextStack,RtlFreeThreadActivationContextStack diff --git a/libc/nt/ntdll/RtlFreeThreadActivationContextStack.s b/libc/nt/ntdll/RtlFreeThreadActivationContextStack.s deleted file mode 100644 index 21556164a..000000000 --- a/libc/nt/ntdll/RtlFreeThreadActivationContextStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeThreadActivationContextStack diff --git a/libc/nt/ntdll/RtlFreeUnicodeString.S b/libc/nt/ntdll/RtlFreeUnicodeString.S new file mode 100644 index 000000000..8fe7d51bf --- /dev/null +++ b/libc/nt/ntdll/RtlFreeUnicodeString.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeUnicodeString,RtlFreeUnicodeString + +#ifdef __x86_64__ + .text.windows +RtlFreeUnicodeString: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlFreeUnicodeString(%rip) + leave + ret + .endfn RtlFreeUnicodeString,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlFreeUnicodeString.s b/libc/nt/ntdll/RtlFreeUnicodeString.s deleted file mode 100644 index 414e37c71..000000000 --- a/libc/nt/ntdll/RtlFreeUnicodeString.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeUnicodeString - - .text.windows -RtlFreeUnicodeString: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlFreeUnicodeString(%rip) - leave - ret - .endfn RtlFreeUnicodeString,globl - .previous diff --git a/libc/nt/ntdll/RtlFreeUserStack.S b/libc/nt/ntdll/RtlFreeUserStack.S new file mode 100644 index 000000000..afd023615 --- /dev/null +++ b/libc/nt/ntdll/RtlFreeUserStack.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlFreeUserStack,RtlFreeUserStack diff --git a/libc/nt/ntdll/RtlFreeUserStack.s b/libc/nt/ntdll/RtlFreeUserStack.s deleted file mode 100644 index 80f3d1dcb..000000000 --- a/libc/nt/ntdll/RtlFreeUserStack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlFreeUserStack diff --git a/libc/nt/ntdll/RtlGUIDFromString.S b/libc/nt/ntdll/RtlGUIDFromString.S new file mode 100644 index 000000000..576224e19 --- /dev/null +++ b/libc/nt/ntdll/RtlGUIDFromString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGUIDFromString,RtlGUIDFromString diff --git a/libc/nt/ntdll/RtlGUIDFromString.s b/libc/nt/ntdll/RtlGUIDFromString.s deleted file mode 100644 index f14828113..000000000 --- a/libc/nt/ntdll/RtlGUIDFromString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGUIDFromString diff --git a/libc/nt/ntdll/RtlGenerate8dot3Name.S b/libc/nt/ntdll/RtlGenerate8dot3Name.S new file mode 100644 index 000000000..90bb0a307 --- /dev/null +++ b/libc/nt/ntdll/RtlGenerate8dot3Name.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGenerate8dot3Name,RtlGenerate8dot3Name diff --git a/libc/nt/ntdll/RtlGenerate8dot3Name.s b/libc/nt/ntdll/RtlGenerate8dot3Name.s deleted file mode 100644 index 3b45dfbb0..000000000 --- a/libc/nt/ntdll/RtlGenerate8dot3Name.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGenerate8dot3Name diff --git a/libc/nt/ntdll/RtlGetAce.S b/libc/nt/ntdll/RtlGetAce.S new file mode 100644 index 000000000..0d1a4b00e --- /dev/null +++ b/libc/nt/ntdll/RtlGetAce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetAce,RtlGetAce diff --git a/libc/nt/ntdll/RtlGetAce.s b/libc/nt/ntdll/RtlGetAce.s deleted file mode 100644 index 6d1298961..000000000 --- a/libc/nt/ntdll/RtlGetAce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetAce diff --git a/libc/nt/ntdll/RtlGetActiveActivationContext.S b/libc/nt/ntdll/RtlGetActiveActivationContext.S new file mode 100644 index 000000000..2c44f2a72 --- /dev/null +++ b/libc/nt/ntdll/RtlGetActiveActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetActiveActivationContext,RtlGetActiveActivationContext diff --git a/libc/nt/ntdll/RtlGetActiveActivationContext.s b/libc/nt/ntdll/RtlGetActiveActivationContext.s deleted file mode 100644 index d1b368213..000000000 --- a/libc/nt/ntdll/RtlGetActiveActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetActiveActivationContext diff --git a/libc/nt/ntdll/RtlGetActiveConsoleId.S b/libc/nt/ntdll/RtlGetActiveConsoleId.S new file mode 100644 index 000000000..b8922a569 --- /dev/null +++ b/libc/nt/ntdll/RtlGetActiveConsoleId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetActiveConsoleId,RtlGetActiveConsoleId diff --git a/libc/nt/ntdll/RtlGetActiveConsoleId.s b/libc/nt/ntdll/RtlGetActiveConsoleId.s deleted file mode 100644 index f9b44e649..000000000 --- a/libc/nt/ntdll/RtlGetActiveConsoleId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetActiveConsoleId diff --git a/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.S b/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.S new file mode 100644 index 000000000..32ff34b33 --- /dev/null +++ b/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetAppContainerNamedObjectPath,RtlGetAppContainerNamedObjectPath diff --git a/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.s b/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.s deleted file mode 100644 index e4a33ed4c..000000000 --- a/libc/nt/ntdll/RtlGetAppContainerNamedObjectPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetAppContainerNamedObjectPath diff --git a/libc/nt/ntdll/RtlGetAppContainerParent.S b/libc/nt/ntdll/RtlGetAppContainerParent.S new file mode 100644 index 000000000..e7973e346 --- /dev/null +++ b/libc/nt/ntdll/RtlGetAppContainerParent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetAppContainerParent,RtlGetAppContainerParent diff --git a/libc/nt/ntdll/RtlGetAppContainerParent.s b/libc/nt/ntdll/RtlGetAppContainerParent.s deleted file mode 100644 index fc867c576..000000000 --- a/libc/nt/ntdll/RtlGetAppContainerParent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetAppContainerParent diff --git a/libc/nt/ntdll/RtlGetAppContainerSidType.S b/libc/nt/ntdll/RtlGetAppContainerSidType.S new file mode 100644 index 000000000..0b33053b9 --- /dev/null +++ b/libc/nt/ntdll/RtlGetAppContainerSidType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetAppContainerSidType,RtlGetAppContainerSidType diff --git a/libc/nt/ntdll/RtlGetAppContainerSidType.s b/libc/nt/ntdll/RtlGetAppContainerSidType.s deleted file mode 100644 index 32dcdd61c..000000000 --- a/libc/nt/ntdll/RtlGetAppContainerSidType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetAppContainerSidType diff --git a/libc/nt/ntdll/RtlGetCallersAddress.S b/libc/nt/ntdll/RtlGetCallersAddress.S new file mode 100644 index 000000000..0d8966e0d --- /dev/null +++ b/libc/nt/ntdll/RtlGetCallersAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCallersAddress,RtlGetCallersAddress diff --git a/libc/nt/ntdll/RtlGetCallersAddress.s b/libc/nt/ntdll/RtlGetCallersAddress.s deleted file mode 100644 index 8ab9e6d47..000000000 --- a/libc/nt/ntdll/RtlGetCallersAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCallersAddress diff --git a/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.S b/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.S new file mode 100644 index 000000000..23b50d236 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCompressionWorkSpaceSize,RtlGetCompressionWorkSpaceSize diff --git a/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.s b/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.s deleted file mode 100644 index 9464e558d..000000000 --- a/libc/nt/ntdll/RtlGetCompressionWorkSpaceSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCompressionWorkSpaceSize diff --git a/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.S b/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.S new file mode 100644 index 000000000..38b9f20e0 --- /dev/null +++ b/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetConsoleSessionForegroundProcessId,RtlGetConsoleSessionForegroundProcessId diff --git a/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.s b/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.s deleted file mode 100644 index 6cb3f77b5..000000000 --- a/libc/nt/ntdll/RtlGetConsoleSessionForegroundProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetConsoleSessionForegroundProcessId diff --git a/libc/nt/ntdll/RtlGetControlSecurityDescriptor.S b/libc/nt/ntdll/RtlGetControlSecurityDescriptor.S new file mode 100644 index 000000000..6bd159c4a --- /dev/null +++ b/libc/nt/ntdll/RtlGetControlSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetControlSecurityDescriptor,RtlGetControlSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetControlSecurityDescriptor.s b/libc/nt/ntdll/RtlGetControlSecurityDescriptor.s deleted file mode 100644 index 0bc2977ad..000000000 --- a/libc/nt/ntdll/RtlGetControlSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetControlSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.S b/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.S new file mode 100644 index 000000000..c669fe1ef --- /dev/null +++ b/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCriticalSectionRecursionCount,RtlGetCriticalSectionRecursionCount diff --git a/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.s b/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.s deleted file mode 100644 index 767f7afba..000000000 --- a/libc/nt/ntdll/RtlGetCriticalSectionRecursionCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCriticalSectionRecursionCount diff --git a/libc/nt/ntdll/RtlGetCurrentDirectory_U.S b/libc/nt/ntdll/RtlGetCurrentDirectory_U.S new file mode 100644 index 000000000..49bf6e098 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentDirectory_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentDirectory_U,RtlGetCurrentDirectory_U diff --git a/libc/nt/ntdll/RtlGetCurrentDirectory_U.s b/libc/nt/ntdll/RtlGetCurrentDirectory_U.s deleted file mode 100644 index f43d3707e..000000000 --- a/libc/nt/ntdll/RtlGetCurrentDirectory_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentDirectory_U diff --git a/libc/nt/ntdll/RtlGetCurrentPeb.S b/libc/nt/ntdll/RtlGetCurrentPeb.S new file mode 100644 index 000000000..0772b9dd4 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentPeb.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentPeb,RtlGetCurrentPeb diff --git a/libc/nt/ntdll/RtlGetCurrentPeb.s b/libc/nt/ntdll/RtlGetCurrentPeb.s deleted file mode 100644 index c632e21f5..000000000 --- a/libc/nt/ntdll/RtlGetCurrentPeb.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentPeb diff --git a/libc/nt/ntdll/RtlGetCurrentProcessorNumber.S b/libc/nt/ntdll/RtlGetCurrentProcessorNumber.S new file mode 100644 index 000000000..3beae0722 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentProcessorNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentProcessorNumber,RtlGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/RtlGetCurrentProcessorNumber.s b/libc/nt/ntdll/RtlGetCurrentProcessorNumber.s deleted file mode 100644 index 2f042d317..000000000 --- a/libc/nt/ntdll/RtlGetCurrentProcessorNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.S b/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.S new file mode 100644 index 000000000..61131dc72 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentProcessorNumberEx,RtlGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.s b/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.s deleted file mode 100644 index 3a2a7101e..000000000 --- a/libc/nt/ntdll/RtlGetCurrentProcessorNumberEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/RtlGetCurrentServiceSessionId.S b/libc/nt/ntdll/RtlGetCurrentServiceSessionId.S new file mode 100644 index 000000000..b1c91d4c2 --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentServiceSessionId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentServiceSessionId,RtlGetCurrentServiceSessionId diff --git a/libc/nt/ntdll/RtlGetCurrentServiceSessionId.s b/libc/nt/ntdll/RtlGetCurrentServiceSessionId.s deleted file mode 100644 index cee7ad280..000000000 --- a/libc/nt/ntdll/RtlGetCurrentServiceSessionId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentServiceSessionId diff --git a/libc/nt/ntdll/RtlGetCurrentTransaction.S b/libc/nt/ntdll/RtlGetCurrentTransaction.S new file mode 100644 index 000000000..8e3aa1d6c --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentTransaction,RtlGetCurrentTransaction diff --git a/libc/nt/ntdll/RtlGetCurrentTransaction.s b/libc/nt/ntdll/RtlGetCurrentTransaction.s deleted file mode 100644 index 01cb4e0b2..000000000 --- a/libc/nt/ntdll/RtlGetCurrentTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentTransaction diff --git a/libc/nt/ntdll/RtlGetCurrentUmsThread.S b/libc/nt/ntdll/RtlGetCurrentUmsThread.S new file mode 100644 index 000000000..f92e998fb --- /dev/null +++ b/libc/nt/ntdll/RtlGetCurrentUmsThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetCurrentUmsThread,RtlGetCurrentUmsThread diff --git a/libc/nt/ntdll/RtlGetCurrentUmsThread.s b/libc/nt/ntdll/RtlGetCurrentUmsThread.s deleted file mode 100644 index a8d16abc5..000000000 --- a/libc/nt/ntdll/RtlGetCurrentUmsThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetCurrentUmsThread diff --git a/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.S b/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.S new file mode 100644 index 000000000..369d1b694 --- /dev/null +++ b/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetDaclSecurityDescriptor,RtlGetDaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.s b/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.s deleted file mode 100644 index 62c9a9621..000000000 --- a/libc/nt/ntdll/RtlGetDaclSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetDaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.S b/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.S new file mode 100644 index 000000000..82668ff70 --- /dev/null +++ b/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetDeviceFamilyInfoEnum,RtlGetDeviceFamilyInfoEnum diff --git a/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.s b/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.s deleted file mode 100644 index eaa536d43..000000000 --- a/libc/nt/ntdll/RtlGetDeviceFamilyInfoEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetDeviceFamilyInfoEnum diff --git a/libc/nt/ntdll/RtlGetElementGenericTable.S b/libc/nt/ntdll/RtlGetElementGenericTable.S new file mode 100644 index 000000000..55b9f872f --- /dev/null +++ b/libc/nt/ntdll/RtlGetElementGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetElementGenericTable,RtlGetElementGenericTable diff --git a/libc/nt/ntdll/RtlGetElementGenericTable.s b/libc/nt/ntdll/RtlGetElementGenericTable.s deleted file mode 100644 index 56387f7a0..000000000 --- a/libc/nt/ntdll/RtlGetElementGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetElementGenericTable diff --git a/libc/nt/ntdll/RtlGetElementGenericTableAvl.S b/libc/nt/ntdll/RtlGetElementGenericTableAvl.S new file mode 100644 index 000000000..eb0799fd2 --- /dev/null +++ b/libc/nt/ntdll/RtlGetElementGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetElementGenericTableAvl,RtlGetElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlGetElementGenericTableAvl.s b/libc/nt/ntdll/RtlGetElementGenericTableAvl.s deleted file mode 100644 index 1da7942e6..000000000 --- a/libc/nt/ntdll/RtlGetElementGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.S b/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.S new file mode 100644 index 000000000..32821c3ef --- /dev/null +++ b/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetEnabledExtendedFeatures,RtlGetEnabledExtendedFeatures diff --git a/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.s b/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.s deleted file mode 100644 index 358fd1904..000000000 --- a/libc/nt/ntdll/RtlGetEnabledExtendedFeatures.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetEnabledExtendedFeatures diff --git a/libc/nt/ntdll/RtlGetExePath.S b/libc/nt/ntdll/RtlGetExePath.S new file mode 100644 index 000000000..989692b31 --- /dev/null +++ b/libc/nt/ntdll/RtlGetExePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetExePath,RtlGetExePath diff --git a/libc/nt/ntdll/RtlGetExePath.s b/libc/nt/ntdll/RtlGetExePath.s deleted file mode 100644 index d860446dc..000000000 --- a/libc/nt/ntdll/RtlGetExePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetExePath diff --git a/libc/nt/ntdll/RtlGetExtendedContextLength.S b/libc/nt/ntdll/RtlGetExtendedContextLength.S new file mode 100644 index 000000000..7b546e7ff --- /dev/null +++ b/libc/nt/ntdll/RtlGetExtendedContextLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetExtendedContextLength,RtlGetExtendedContextLength diff --git a/libc/nt/ntdll/RtlGetExtendedContextLength.s b/libc/nt/ntdll/RtlGetExtendedContextLength.s deleted file mode 100644 index e6e38e489..000000000 --- a/libc/nt/ntdll/RtlGetExtendedContextLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetExtendedContextLength diff --git a/libc/nt/ntdll/RtlGetExtendedFeaturesMask.S b/libc/nt/ntdll/RtlGetExtendedFeaturesMask.S new file mode 100644 index 000000000..ac3892e5b --- /dev/null +++ b/libc/nt/ntdll/RtlGetExtendedFeaturesMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetExtendedFeaturesMask,RtlGetExtendedFeaturesMask diff --git a/libc/nt/ntdll/RtlGetExtendedFeaturesMask.s b/libc/nt/ntdll/RtlGetExtendedFeaturesMask.s deleted file mode 100644 index 35dccea45..000000000 --- a/libc/nt/ntdll/RtlGetExtendedFeaturesMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetExtendedFeaturesMask diff --git a/libc/nt/ntdll/RtlGetFileMUIPath.S b/libc/nt/ntdll/RtlGetFileMUIPath.S new file mode 100644 index 000000000..b9d6c9fec --- /dev/null +++ b/libc/nt/ntdll/RtlGetFileMUIPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFileMUIPath,RtlGetFileMUIPath diff --git a/libc/nt/ntdll/RtlGetFileMUIPath.s b/libc/nt/ntdll/RtlGetFileMUIPath.s deleted file mode 100644 index 1ceb7c2ce..000000000 --- a/libc/nt/ntdll/RtlGetFileMUIPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFileMUIPath diff --git a/libc/nt/ntdll/RtlGetFrame.S b/libc/nt/ntdll/RtlGetFrame.S new file mode 100644 index 000000000..e637a1386 --- /dev/null +++ b/libc/nt/ntdll/RtlGetFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFrame,RtlGetFrame diff --git a/libc/nt/ntdll/RtlGetFrame.s b/libc/nt/ntdll/RtlGetFrame.s deleted file mode 100644 index f258cf35e..000000000 --- a/libc/nt/ntdll/RtlGetFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFrame diff --git a/libc/nt/ntdll/RtlGetFullPathName_U.S b/libc/nt/ntdll/RtlGetFullPathName_U.S new file mode 100644 index 000000000..8b6f2b60a --- /dev/null +++ b/libc/nt/ntdll/RtlGetFullPathName_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFullPathName_U,RtlGetFullPathName_U diff --git a/libc/nt/ntdll/RtlGetFullPathName_U.s b/libc/nt/ntdll/RtlGetFullPathName_U.s deleted file mode 100644 index 0129a529e..000000000 --- a/libc/nt/ntdll/RtlGetFullPathName_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFullPathName_U diff --git a/libc/nt/ntdll/RtlGetFullPathName_UEx.S b/libc/nt/ntdll/RtlGetFullPathName_UEx.S new file mode 100644 index 000000000..972d40b74 --- /dev/null +++ b/libc/nt/ntdll/RtlGetFullPathName_UEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFullPathName_UEx,RtlGetFullPathName_UEx diff --git a/libc/nt/ntdll/RtlGetFullPathName_UEx.s b/libc/nt/ntdll/RtlGetFullPathName_UEx.s deleted file mode 100644 index 7fedded33..000000000 --- a/libc/nt/ntdll/RtlGetFullPathName_UEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFullPathName_UEx diff --git a/libc/nt/ntdll/RtlGetFullPathName_UstrEx.S b/libc/nt/ntdll/RtlGetFullPathName_UstrEx.S new file mode 100644 index 000000000..720a80e06 --- /dev/null +++ b/libc/nt/ntdll/RtlGetFullPathName_UstrEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFullPathName_UstrEx,RtlGetFullPathName_UstrEx diff --git a/libc/nt/ntdll/RtlGetFullPathName_UstrEx.s b/libc/nt/ntdll/RtlGetFullPathName_UstrEx.s deleted file mode 100644 index 38751598a..000000000 --- a/libc/nt/ntdll/RtlGetFullPathName_UstrEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFullPathName_UstrEx diff --git a/libc/nt/ntdll/RtlGetFunctionTableListHead.S b/libc/nt/ntdll/RtlGetFunctionTableListHead.S new file mode 100644 index 000000000..f692c63c8 --- /dev/null +++ b/libc/nt/ntdll/RtlGetFunctionTableListHead.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetFunctionTableListHead,RtlGetFunctionTableListHead diff --git a/libc/nt/ntdll/RtlGetFunctionTableListHead.s b/libc/nt/ntdll/RtlGetFunctionTableListHead.s deleted file mode 100644 index ab1d6fe47..000000000 --- a/libc/nt/ntdll/RtlGetFunctionTableListHead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetFunctionTableListHead diff --git a/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.S b/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.S new file mode 100644 index 000000000..3f4669751 --- /dev/null +++ b/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetGroupSecurityDescriptor,RtlGetGroupSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.s b/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.s deleted file mode 100644 index d4c9ec7fb..000000000 --- a/libc/nt/ntdll/RtlGetGroupSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetGroupSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetIntegerAtom.S b/libc/nt/ntdll/RtlGetIntegerAtom.S new file mode 100644 index 000000000..755f27bde --- /dev/null +++ b/libc/nt/ntdll/RtlGetIntegerAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetIntegerAtom,RtlGetIntegerAtom diff --git a/libc/nt/ntdll/RtlGetIntegerAtom.s b/libc/nt/ntdll/RtlGetIntegerAtom.s deleted file mode 100644 index 1d0667081..000000000 --- a/libc/nt/ntdll/RtlGetIntegerAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetIntegerAtom diff --git a/libc/nt/ntdll/RtlGetInterruptTimePrecise.S b/libc/nt/ntdll/RtlGetInterruptTimePrecise.S new file mode 100644 index 000000000..30e3ad045 --- /dev/null +++ b/libc/nt/ntdll/RtlGetInterruptTimePrecise.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetInterruptTimePrecise,RtlGetInterruptTimePrecise diff --git a/libc/nt/ntdll/RtlGetInterruptTimePrecise.s b/libc/nt/ntdll/RtlGetInterruptTimePrecise.s deleted file mode 100644 index a7c117670..000000000 --- a/libc/nt/ntdll/RtlGetInterruptTimePrecise.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetInterruptTimePrecise diff --git a/libc/nt/ntdll/RtlGetLastNtStatus.S b/libc/nt/ntdll/RtlGetLastNtStatus.S new file mode 100644 index 000000000..013c87883 --- /dev/null +++ b/libc/nt/ntdll/RtlGetLastNtStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLastNtStatus,RtlGetLastNtStatus diff --git a/libc/nt/ntdll/RtlGetLastNtStatus.s b/libc/nt/ntdll/RtlGetLastNtStatus.s deleted file mode 100644 index 4541f2e19..000000000 --- a/libc/nt/ntdll/RtlGetLastNtStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLastNtStatus diff --git a/libc/nt/ntdll/RtlGetLastWin32Error.S b/libc/nt/ntdll/RtlGetLastWin32Error.S new file mode 100644 index 000000000..55b8073dc --- /dev/null +++ b/libc/nt/ntdll/RtlGetLastWin32Error.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLastWin32Error,RtlGetLastWin32Error diff --git a/libc/nt/ntdll/RtlGetLastWin32Error.s b/libc/nt/ntdll/RtlGetLastWin32Error.s deleted file mode 100644 index 6c7e31fb1..000000000 --- a/libc/nt/ntdll/RtlGetLastWin32Error.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLastWin32Error diff --git a/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.S b/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.S new file mode 100644 index 000000000..3337a8279 --- /dev/null +++ b/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLengthWithoutLastFullDosOrNtPathElement,RtlGetLengthWithoutLastFullDosOrNtPathElement diff --git a/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.s b/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.s deleted file mode 100644 index b036a14c7..000000000 --- a/libc/nt/ntdll/RtlGetLengthWithoutLastFullDosOrNtPathElement.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLengthWithoutLastFullDosOrNtPathElement diff --git a/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.S b/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.S new file mode 100644 index 000000000..5db6d88b1 --- /dev/null +++ b/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLengthWithoutTrailingPathSeperators,RtlGetLengthWithoutTrailingPathSeperators diff --git a/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.s b/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.s deleted file mode 100644 index 6ddf8ba6e..000000000 --- a/libc/nt/ntdll/RtlGetLengthWithoutTrailingPathSeperators.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLengthWithoutTrailingPathSeperators diff --git a/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.S b/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.S new file mode 100644 index 000000000..1d658c76c --- /dev/null +++ b/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLocaleFileMappingAddress,RtlGetLocaleFileMappingAddress diff --git a/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.s b/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.s deleted file mode 100644 index e5345e425..000000000 --- a/libc/nt/ntdll/RtlGetLocaleFileMappingAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLocaleFileMappingAddress diff --git a/libc/nt/ntdll/RtlGetLongestNtPathLength.S b/libc/nt/ntdll/RtlGetLongestNtPathLength.S new file mode 100644 index 000000000..861c2a4a3 --- /dev/null +++ b/libc/nt/ntdll/RtlGetLongestNtPathLength.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetLongestNtPathLength,RtlGetLongestNtPathLength diff --git a/libc/nt/ntdll/RtlGetLongestNtPathLength.s b/libc/nt/ntdll/RtlGetLongestNtPathLength.s deleted file mode 100644 index 6f50b6f55..000000000 --- a/libc/nt/ntdll/RtlGetLongestNtPathLength.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetLongestNtPathLength diff --git a/libc/nt/ntdll/RtlGetNativeSystemInformation.S b/libc/nt/ntdll/RtlGetNativeSystemInformation.S new file mode 100644 index 000000000..7a227f762 --- /dev/null +++ b/libc/nt/ntdll/RtlGetNativeSystemInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNativeSystemInformation,RtlGetNativeSystemInformation diff --git a/libc/nt/ntdll/RtlGetNativeSystemInformation.s b/libc/nt/ntdll/RtlGetNativeSystemInformation.s deleted file mode 100644 index e7b6492f6..000000000 --- a/libc/nt/ntdll/RtlGetNativeSystemInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNativeSystemInformation diff --git a/libc/nt/ntdll/RtlGetNextEntryHashTable.S b/libc/nt/ntdll/RtlGetNextEntryHashTable.S new file mode 100644 index 000000000..e27481280 --- /dev/null +++ b/libc/nt/ntdll/RtlGetNextEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNextEntryHashTable,RtlGetNextEntryHashTable diff --git a/libc/nt/ntdll/RtlGetNextEntryHashTable.s b/libc/nt/ntdll/RtlGetNextEntryHashTable.s deleted file mode 100644 index e6aff9d87..000000000 --- a/libc/nt/ntdll/RtlGetNextEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNextEntryHashTable diff --git a/libc/nt/ntdll/RtlGetNextUmsListItem.S b/libc/nt/ntdll/RtlGetNextUmsListItem.S new file mode 100644 index 000000000..0335b9066 --- /dev/null +++ b/libc/nt/ntdll/RtlGetNextUmsListItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNextUmsListItem,RtlGetNextUmsListItem diff --git a/libc/nt/ntdll/RtlGetNextUmsListItem.s b/libc/nt/ntdll/RtlGetNextUmsListItem.s deleted file mode 100644 index ebbd99bb9..000000000 --- a/libc/nt/ntdll/RtlGetNextUmsListItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNextUmsListItem diff --git a/libc/nt/ntdll/RtlGetNonVolatileToken.S b/libc/nt/ntdll/RtlGetNonVolatileToken.S new file mode 100644 index 000000000..18cd9531d --- /dev/null +++ b/libc/nt/ntdll/RtlGetNonVolatileToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNonVolatileToken,RtlGetNonVolatileToken diff --git a/libc/nt/ntdll/RtlGetNonVolatileToken.s b/libc/nt/ntdll/RtlGetNonVolatileToken.s deleted file mode 100644 index d863e1221..000000000 --- a/libc/nt/ntdll/RtlGetNonVolatileToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNonVolatileToken diff --git a/libc/nt/ntdll/RtlGetNtGlobalFlags.S b/libc/nt/ntdll/RtlGetNtGlobalFlags.S new file mode 100644 index 000000000..9bc52cc65 --- /dev/null +++ b/libc/nt/ntdll/RtlGetNtGlobalFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNtGlobalFlags,RtlGetNtGlobalFlags diff --git a/libc/nt/ntdll/RtlGetNtGlobalFlags.s b/libc/nt/ntdll/RtlGetNtGlobalFlags.s deleted file mode 100644 index 110d25666..000000000 --- a/libc/nt/ntdll/RtlGetNtGlobalFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNtGlobalFlags diff --git a/libc/nt/ntdll/RtlGetNtProductType.S b/libc/nt/ntdll/RtlGetNtProductType.S new file mode 100644 index 000000000..4d9bb0a9a --- /dev/null +++ b/libc/nt/ntdll/RtlGetNtProductType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNtProductType,RtlGetNtProductType diff --git a/libc/nt/ntdll/RtlGetNtProductType.s b/libc/nt/ntdll/RtlGetNtProductType.s deleted file mode 100644 index 1d3723768..000000000 --- a/libc/nt/ntdll/RtlGetNtProductType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNtProductType diff --git a/libc/nt/ntdll/RtlGetNtSystemRoot.S b/libc/nt/ntdll/RtlGetNtSystemRoot.S new file mode 100644 index 000000000..5deb1caef --- /dev/null +++ b/libc/nt/ntdll/RtlGetNtSystemRoot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNtSystemRoot,RtlGetNtSystemRoot diff --git a/libc/nt/ntdll/RtlGetNtSystemRoot.s b/libc/nt/ntdll/RtlGetNtSystemRoot.s deleted file mode 100644 index de42357be..000000000 --- a/libc/nt/ntdll/RtlGetNtSystemRoot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNtSystemRoot diff --git a/libc/nt/ntdll/RtlGetNtVersionNumbers.S b/libc/nt/ntdll/RtlGetNtVersionNumbers.S new file mode 100644 index 000000000..d92fef59e --- /dev/null +++ b/libc/nt/ntdll/RtlGetNtVersionNumbers.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetNtVersionNumbers,RtlGetNtVersionNumbers diff --git a/libc/nt/ntdll/RtlGetNtVersionNumbers.s b/libc/nt/ntdll/RtlGetNtVersionNumbers.s deleted file mode 100644 index 2ffd6a83c..000000000 --- a/libc/nt/ntdll/RtlGetNtVersionNumbers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetNtVersionNumbers diff --git a/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.S b/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.S new file mode 100644 index 000000000..e17ee5a45 --- /dev/null +++ b/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetOwnerSecurityDescriptor,RtlGetOwnerSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.s b/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.s deleted file mode 100644 index 3f58698df..000000000 --- a/libc/nt/ntdll/RtlGetOwnerSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetOwnerSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetParentLocaleName.S b/libc/nt/ntdll/RtlGetParentLocaleName.S new file mode 100644 index 000000000..a87684892 --- /dev/null +++ b/libc/nt/ntdll/RtlGetParentLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetParentLocaleName,RtlGetParentLocaleName diff --git a/libc/nt/ntdll/RtlGetParentLocaleName.s b/libc/nt/ntdll/RtlGetParentLocaleName.s deleted file mode 100644 index f20f9f8c2..000000000 --- a/libc/nt/ntdll/RtlGetParentLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetParentLocaleName diff --git a/libc/nt/ntdll/RtlGetPersistedStateLocation.S b/libc/nt/ntdll/RtlGetPersistedStateLocation.S new file mode 100644 index 000000000..689caeaa3 --- /dev/null +++ b/libc/nt/ntdll/RtlGetPersistedStateLocation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetPersistedStateLocation,RtlGetPersistedStateLocation diff --git a/libc/nt/ntdll/RtlGetPersistedStateLocation.s b/libc/nt/ntdll/RtlGetPersistedStateLocation.s deleted file mode 100644 index 561499703..000000000 --- a/libc/nt/ntdll/RtlGetPersistedStateLocation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetPersistedStateLocation diff --git a/libc/nt/ntdll/RtlGetProcessHeaps.S b/libc/nt/ntdll/RtlGetProcessHeaps.S new file mode 100644 index 000000000..c51841c75 --- /dev/null +++ b/libc/nt/ntdll/RtlGetProcessHeaps.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetProcessHeaps,RtlGetProcessHeaps + +#ifdef __x86_64__ + .text.windows +RtlGetProcessHeaps: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlGetProcessHeaps(%rip),%rax + jmp __sysv2nt + .endfn RtlGetProcessHeaps,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlGetProcessHeaps.s b/libc/nt/ntdll/RtlGetProcessHeaps.s deleted file mode 100644 index 9a8bd5d4d..000000000 --- a/libc/nt/ntdll/RtlGetProcessHeaps.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetProcessHeaps - - .text.windows -RtlGetProcessHeaps: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlGetProcessHeaps(%rip),%rax - jmp __sysv2nt - .endfn RtlGetProcessHeaps,globl - .previous diff --git a/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.S b/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.S new file mode 100644 index 000000000..4dca3684f --- /dev/null +++ b/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetProcessPreferredUILanguages,RtlGetProcessPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.s b/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.s deleted file mode 100644 index a86dced11..000000000 --- a/libc/nt/ntdll/RtlGetProcessPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetProcessPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetProductInfo.S b/libc/nt/ntdll/RtlGetProductInfo.S new file mode 100644 index 000000000..1001bf930 --- /dev/null +++ b/libc/nt/ntdll/RtlGetProductInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetProductInfo,RtlGetProductInfo diff --git a/libc/nt/ntdll/RtlGetProductInfo.s b/libc/nt/ntdll/RtlGetProductInfo.s deleted file mode 100644 index 304b11039..000000000 --- a/libc/nt/ntdll/RtlGetProductInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetProductInfo diff --git a/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.S b/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.S new file mode 100644 index 000000000..5f79589ec --- /dev/null +++ b/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSaclSecurityDescriptor,RtlGetSaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.s b/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.s deleted file mode 100644 index 25c6e7d26..000000000 --- a/libc/nt/ntdll/RtlGetSaclSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlGetSearchPath.S b/libc/nt/ntdll/RtlGetSearchPath.S new file mode 100644 index 000000000..aebf76e42 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSearchPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSearchPath,RtlGetSearchPath diff --git a/libc/nt/ntdll/RtlGetSearchPath.s b/libc/nt/ntdll/RtlGetSearchPath.s deleted file mode 100644 index 2b2318d4f..000000000 --- a/libc/nt/ntdll/RtlGetSearchPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSearchPath diff --git a/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.S b/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.S new file mode 100644 index 000000000..eec6943b3 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSecurityDescriptorRMControl,RtlGetSecurityDescriptorRMControl diff --git a/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.s b/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.s deleted file mode 100644 index c6e5b9321..000000000 --- a/libc/nt/ntdll/RtlGetSecurityDescriptorRMControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSecurityDescriptorRMControl diff --git a/libc/nt/ntdll/RtlGetSessionProperties.S b/libc/nt/ntdll/RtlGetSessionProperties.S new file mode 100644 index 000000000..9e2817859 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSessionProperties.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSessionProperties,RtlGetSessionProperties diff --git a/libc/nt/ntdll/RtlGetSessionProperties.s b/libc/nt/ntdll/RtlGetSessionProperties.s deleted file mode 100644 index d3b3c931e..000000000 --- a/libc/nt/ntdll/RtlGetSessionProperties.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSessionProperties diff --git a/libc/nt/ntdll/RtlGetSetBootStatusData.S b/libc/nt/ntdll/RtlGetSetBootStatusData.S new file mode 100644 index 000000000..976d17758 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSetBootStatusData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSetBootStatusData,RtlGetSetBootStatusData diff --git a/libc/nt/ntdll/RtlGetSetBootStatusData.s b/libc/nt/ntdll/RtlGetSetBootStatusData.s deleted file mode 100644 index fd7bfa808..000000000 --- a/libc/nt/ntdll/RtlGetSetBootStatusData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSetBootStatusData diff --git a/libc/nt/ntdll/RtlGetSuiteMask.S b/libc/nt/ntdll/RtlGetSuiteMask.S new file mode 100644 index 000000000..2662d7869 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSuiteMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSuiteMask,RtlGetSuiteMask diff --git a/libc/nt/ntdll/RtlGetSuiteMask.s b/libc/nt/ntdll/RtlGetSuiteMask.s deleted file mode 100644 index cec2bcdd2..000000000 --- a/libc/nt/ntdll/RtlGetSuiteMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSuiteMask diff --git a/libc/nt/ntdll/RtlGetSystemBootStatus.S b/libc/nt/ntdll/RtlGetSystemBootStatus.S new file mode 100644 index 000000000..714c54edb --- /dev/null +++ b/libc/nt/ntdll/RtlGetSystemBootStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSystemBootStatus,RtlGetSystemBootStatus diff --git a/libc/nt/ntdll/RtlGetSystemBootStatus.s b/libc/nt/ntdll/RtlGetSystemBootStatus.s deleted file mode 100644 index 7bca62a67..000000000 --- a/libc/nt/ntdll/RtlGetSystemBootStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSystemBootStatus diff --git a/libc/nt/ntdll/RtlGetSystemBootStatusEx.S b/libc/nt/ntdll/RtlGetSystemBootStatusEx.S new file mode 100644 index 000000000..708cd8afe --- /dev/null +++ b/libc/nt/ntdll/RtlGetSystemBootStatusEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSystemBootStatusEx,RtlGetSystemBootStatusEx diff --git a/libc/nt/ntdll/RtlGetSystemBootStatusEx.s b/libc/nt/ntdll/RtlGetSystemBootStatusEx.s deleted file mode 100644 index 6fd2da7f7..000000000 --- a/libc/nt/ntdll/RtlGetSystemBootStatusEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSystemBootStatusEx diff --git a/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.S b/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.S new file mode 100644 index 000000000..84478186a --- /dev/null +++ b/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSystemPreferredUILanguages,RtlGetSystemPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.s b/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.s deleted file mode 100644 index 293987edd..000000000 --- a/libc/nt/ntdll/RtlGetSystemPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSystemPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetSystemTimePrecise.S b/libc/nt/ntdll/RtlGetSystemTimePrecise.S new file mode 100644 index 000000000..a1ca3e470 --- /dev/null +++ b/libc/nt/ntdll/RtlGetSystemTimePrecise.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetSystemTimePrecise,RtlGetSystemTimePrecise diff --git a/libc/nt/ntdll/RtlGetSystemTimePrecise.s b/libc/nt/ntdll/RtlGetSystemTimePrecise.s deleted file mode 100644 index 0f21b014b..000000000 --- a/libc/nt/ntdll/RtlGetSystemTimePrecise.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetSystemTimePrecise diff --git a/libc/nt/ntdll/RtlGetThreadErrorMode.S b/libc/nt/ntdll/RtlGetThreadErrorMode.S new file mode 100644 index 000000000..a52b53b43 --- /dev/null +++ b/libc/nt/ntdll/RtlGetThreadErrorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetThreadErrorMode,RtlGetThreadErrorMode diff --git a/libc/nt/ntdll/RtlGetThreadErrorMode.s b/libc/nt/ntdll/RtlGetThreadErrorMode.s deleted file mode 100644 index 486561485..000000000 --- a/libc/nt/ntdll/RtlGetThreadErrorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetThreadErrorMode diff --git a/libc/nt/ntdll/RtlGetThreadLangIdByIndex.S b/libc/nt/ntdll/RtlGetThreadLangIdByIndex.S new file mode 100644 index 000000000..e6370d022 --- /dev/null +++ b/libc/nt/ntdll/RtlGetThreadLangIdByIndex.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetThreadLangIdByIndex,RtlGetThreadLangIdByIndex diff --git a/libc/nt/ntdll/RtlGetThreadLangIdByIndex.s b/libc/nt/ntdll/RtlGetThreadLangIdByIndex.s deleted file mode 100644 index 341f43aa7..000000000 --- a/libc/nt/ntdll/RtlGetThreadLangIdByIndex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetThreadLangIdByIndex diff --git a/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.S b/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.S new file mode 100644 index 000000000..f3153efc6 --- /dev/null +++ b/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetThreadPreferredUILanguages,RtlGetThreadPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.s b/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.s deleted file mode 100644 index 69ac8fd9c..000000000 --- a/libc/nt/ntdll/RtlGetThreadPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetThreadPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.S b/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.S new file mode 100644 index 000000000..aec8efe1d --- /dev/null +++ b/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetThreadWorkOnBehalfTicket,RtlGetThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.s b/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.s deleted file mode 100644 index cd67965e2..000000000 --- a/libc/nt/ntdll/RtlGetThreadWorkOnBehalfTicket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlGetTokenNamedObjectPath.S b/libc/nt/ntdll/RtlGetTokenNamedObjectPath.S new file mode 100644 index 000000000..15c1eabde --- /dev/null +++ b/libc/nt/ntdll/RtlGetTokenNamedObjectPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetTokenNamedObjectPath,RtlGetTokenNamedObjectPath diff --git a/libc/nt/ntdll/RtlGetTokenNamedObjectPath.s b/libc/nt/ntdll/RtlGetTokenNamedObjectPath.s deleted file mode 100644 index 86d8a5dbd..000000000 --- a/libc/nt/ntdll/RtlGetTokenNamedObjectPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetTokenNamedObjectPath diff --git a/libc/nt/ntdll/RtlGetUILanguageInfo.S b/libc/nt/ntdll/RtlGetUILanguageInfo.S new file mode 100644 index 000000000..df47a32f2 --- /dev/null +++ b/libc/nt/ntdll/RtlGetUILanguageInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUILanguageInfo,RtlGetUILanguageInfo diff --git a/libc/nt/ntdll/RtlGetUILanguageInfo.s b/libc/nt/ntdll/RtlGetUILanguageInfo.s deleted file mode 100644 index 481534bfe..000000000 --- a/libc/nt/ntdll/RtlGetUILanguageInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUILanguageInfo diff --git a/libc/nt/ntdll/RtlGetUmsCompletionListEvent.S b/libc/nt/ntdll/RtlGetUmsCompletionListEvent.S new file mode 100644 index 000000000..38b3709b3 --- /dev/null +++ b/libc/nt/ntdll/RtlGetUmsCompletionListEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUmsCompletionListEvent,RtlGetUmsCompletionListEvent diff --git a/libc/nt/ntdll/RtlGetUmsCompletionListEvent.s b/libc/nt/ntdll/RtlGetUmsCompletionListEvent.s deleted file mode 100644 index 30eb6bde1..000000000 --- a/libc/nt/ntdll/RtlGetUmsCompletionListEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUmsCompletionListEvent diff --git a/libc/nt/ntdll/RtlGetUnloadEventTrace.S b/libc/nt/ntdll/RtlGetUnloadEventTrace.S new file mode 100644 index 000000000..8c03ad637 --- /dev/null +++ b/libc/nt/ntdll/RtlGetUnloadEventTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUnloadEventTrace,RtlGetUnloadEventTrace diff --git a/libc/nt/ntdll/RtlGetUnloadEventTrace.s b/libc/nt/ntdll/RtlGetUnloadEventTrace.s deleted file mode 100644 index ed07213bd..000000000 --- a/libc/nt/ntdll/RtlGetUnloadEventTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUnloadEventTrace diff --git a/libc/nt/ntdll/RtlGetUnloadEventTraceEx.S b/libc/nt/ntdll/RtlGetUnloadEventTraceEx.S new file mode 100644 index 000000000..8b954cec3 --- /dev/null +++ b/libc/nt/ntdll/RtlGetUnloadEventTraceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUnloadEventTraceEx,RtlGetUnloadEventTraceEx diff --git a/libc/nt/ntdll/RtlGetUnloadEventTraceEx.s b/libc/nt/ntdll/RtlGetUnloadEventTraceEx.s deleted file mode 100644 index b787d287c..000000000 --- a/libc/nt/ntdll/RtlGetUnloadEventTraceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUnloadEventTraceEx diff --git a/libc/nt/ntdll/RtlGetUserInfoHeap.S b/libc/nt/ntdll/RtlGetUserInfoHeap.S new file mode 100644 index 000000000..004333c2f --- /dev/null +++ b/libc/nt/ntdll/RtlGetUserInfoHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUserInfoHeap,RtlGetUserInfoHeap diff --git a/libc/nt/ntdll/RtlGetUserInfoHeap.s b/libc/nt/ntdll/RtlGetUserInfoHeap.s deleted file mode 100644 index c4da8e851..000000000 --- a/libc/nt/ntdll/RtlGetUserInfoHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUserInfoHeap diff --git a/libc/nt/ntdll/RtlGetUserPreferredUILanguages.S b/libc/nt/ntdll/RtlGetUserPreferredUILanguages.S new file mode 100644 index 000000000..5cb15877b --- /dev/null +++ b/libc/nt/ntdll/RtlGetUserPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetUserPreferredUILanguages,RtlGetUserPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetUserPreferredUILanguages.s b/libc/nt/ntdll/RtlGetUserPreferredUILanguages.s deleted file mode 100644 index ad1a0b5d9..000000000 --- a/libc/nt/ntdll/RtlGetUserPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetUserPreferredUILanguages diff --git a/libc/nt/ntdll/RtlGetVersion.S b/libc/nt/ntdll/RtlGetVersion.S new file mode 100644 index 000000000..f789f3e53 --- /dev/null +++ b/libc/nt/ntdll/RtlGetVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGetVersion,RtlGetVersion diff --git a/libc/nt/ntdll/RtlGetVersion.s b/libc/nt/ntdll/RtlGetVersion.s deleted file mode 100644 index ee181564c..000000000 --- a/libc/nt/ntdll/RtlGetVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGetVersion diff --git a/libc/nt/ntdll/RtlGrowFunctionTable.S b/libc/nt/ntdll/RtlGrowFunctionTable.S new file mode 100644 index 000000000..da6916890 --- /dev/null +++ b/libc/nt/ntdll/RtlGrowFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGrowFunctionTable,RtlGrowFunctionTable diff --git a/libc/nt/ntdll/RtlGrowFunctionTable.s b/libc/nt/ntdll/RtlGrowFunctionTable.s deleted file mode 100644 index 1ec35ad35..000000000 --- a/libc/nt/ntdll/RtlGrowFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGrowFunctionTable diff --git a/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.S b/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.S new file mode 100644 index 000000000..903766a22 --- /dev/null +++ b/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlGuardCheckLongJumpTarget,RtlGuardCheckLongJumpTarget diff --git a/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.s b/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.s deleted file mode 100644 index e3b7721fe..000000000 --- a/libc/nt/ntdll/RtlGuardCheckLongJumpTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlGuardCheckLongJumpTarget diff --git a/libc/nt/ntdll/RtlHashUnicodeString.S b/libc/nt/ntdll/RtlHashUnicodeString.S new file mode 100644 index 000000000..66e517df1 --- /dev/null +++ b/libc/nt/ntdll/RtlHashUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlHashUnicodeString,RtlHashUnicodeString diff --git a/libc/nt/ntdll/RtlHashUnicodeString.s b/libc/nt/ntdll/RtlHashUnicodeString.s deleted file mode 100644 index b954dc60a..000000000 --- a/libc/nt/ntdll/RtlHashUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlHashUnicodeString diff --git a/libc/nt/ntdll/RtlHeapTrkInitialize.S b/libc/nt/ntdll/RtlHeapTrkInitialize.S new file mode 100644 index 000000000..fadcf44e8 --- /dev/null +++ b/libc/nt/ntdll/RtlHeapTrkInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlHeapTrkInitialize,RtlHeapTrkInitialize diff --git a/libc/nt/ntdll/RtlHeapTrkInitialize.s b/libc/nt/ntdll/RtlHeapTrkInitialize.s deleted file mode 100644 index fd8a57b78..000000000 --- a/libc/nt/ntdll/RtlHeapTrkInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlHeapTrkInitialize diff --git a/libc/nt/ntdll/RtlIdentifierAuthoritySid.S b/libc/nt/ntdll/RtlIdentifierAuthoritySid.S new file mode 100644 index 000000000..998b163c4 --- /dev/null +++ b/libc/nt/ntdll/RtlIdentifierAuthoritySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIdentifierAuthoritySid,RtlIdentifierAuthoritySid diff --git a/libc/nt/ntdll/RtlIdentifierAuthoritySid.s b/libc/nt/ntdll/RtlIdentifierAuthoritySid.s deleted file mode 100644 index ce5af8f1f..000000000 --- a/libc/nt/ntdll/RtlIdentifierAuthoritySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIdentifierAuthoritySid diff --git a/libc/nt/ntdll/RtlIdnToAscii.S b/libc/nt/ntdll/RtlIdnToAscii.S new file mode 100644 index 000000000..3b10e3c4b --- /dev/null +++ b/libc/nt/ntdll/RtlIdnToAscii.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIdnToAscii,RtlIdnToAscii diff --git a/libc/nt/ntdll/RtlIdnToAscii.s b/libc/nt/ntdll/RtlIdnToAscii.s deleted file mode 100644 index e0d02429d..000000000 --- a/libc/nt/ntdll/RtlIdnToAscii.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIdnToAscii diff --git a/libc/nt/ntdll/RtlIdnToNameprepUnicode.S b/libc/nt/ntdll/RtlIdnToNameprepUnicode.S new file mode 100644 index 000000000..43518e85f --- /dev/null +++ b/libc/nt/ntdll/RtlIdnToNameprepUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIdnToNameprepUnicode,RtlIdnToNameprepUnicode diff --git a/libc/nt/ntdll/RtlIdnToNameprepUnicode.s b/libc/nt/ntdll/RtlIdnToNameprepUnicode.s deleted file mode 100644 index 4debbf7fa..000000000 --- a/libc/nt/ntdll/RtlIdnToNameprepUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIdnToNameprepUnicode diff --git a/libc/nt/ntdll/RtlIdnToUnicode.S b/libc/nt/ntdll/RtlIdnToUnicode.S new file mode 100644 index 000000000..356ef0530 --- /dev/null +++ b/libc/nt/ntdll/RtlIdnToUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIdnToUnicode,RtlIdnToUnicode diff --git a/libc/nt/ntdll/RtlIdnToUnicode.s b/libc/nt/ntdll/RtlIdnToUnicode.s deleted file mode 100644 index ca49fd76f..000000000 --- a/libc/nt/ntdll/RtlIdnToUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIdnToUnicode diff --git a/libc/nt/ntdll/RtlImageDirectoryEntryToData.S b/libc/nt/ntdll/RtlImageDirectoryEntryToData.S new file mode 100644 index 000000000..50a0cafe6 --- /dev/null +++ b/libc/nt/ntdll/RtlImageDirectoryEntryToData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImageDirectoryEntryToData,RtlImageDirectoryEntryToData diff --git a/libc/nt/ntdll/RtlImageDirectoryEntryToData.s b/libc/nt/ntdll/RtlImageDirectoryEntryToData.s deleted file mode 100644 index da91a1624..000000000 --- a/libc/nt/ntdll/RtlImageDirectoryEntryToData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImageDirectoryEntryToData diff --git a/libc/nt/ntdll/RtlImageNtHeader.S b/libc/nt/ntdll/RtlImageNtHeader.S new file mode 100644 index 000000000..253158044 --- /dev/null +++ b/libc/nt/ntdll/RtlImageNtHeader.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImageNtHeader,RtlImageNtHeader diff --git a/libc/nt/ntdll/RtlImageNtHeader.s b/libc/nt/ntdll/RtlImageNtHeader.s deleted file mode 100644 index 9739f93ef..000000000 --- a/libc/nt/ntdll/RtlImageNtHeader.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImageNtHeader diff --git a/libc/nt/ntdll/RtlImageNtHeaderEx.S b/libc/nt/ntdll/RtlImageNtHeaderEx.S new file mode 100644 index 000000000..853b9426f --- /dev/null +++ b/libc/nt/ntdll/RtlImageNtHeaderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImageNtHeaderEx,RtlImageNtHeaderEx diff --git a/libc/nt/ntdll/RtlImageNtHeaderEx.s b/libc/nt/ntdll/RtlImageNtHeaderEx.s deleted file mode 100644 index 3548ca646..000000000 --- a/libc/nt/ntdll/RtlImageNtHeaderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImageNtHeaderEx diff --git a/libc/nt/ntdll/RtlImageRvaToSection.S b/libc/nt/ntdll/RtlImageRvaToSection.S new file mode 100644 index 000000000..a087e4f32 --- /dev/null +++ b/libc/nt/ntdll/RtlImageRvaToSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImageRvaToSection,RtlImageRvaToSection diff --git a/libc/nt/ntdll/RtlImageRvaToSection.s b/libc/nt/ntdll/RtlImageRvaToSection.s deleted file mode 100644 index 9526f541e..000000000 --- a/libc/nt/ntdll/RtlImageRvaToSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImageRvaToSection diff --git a/libc/nt/ntdll/RtlImageRvaToVa.S b/libc/nt/ntdll/RtlImageRvaToVa.S new file mode 100644 index 000000000..fd254da7a --- /dev/null +++ b/libc/nt/ntdll/RtlImageRvaToVa.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImageRvaToVa,RtlImageRvaToVa diff --git a/libc/nt/ntdll/RtlImageRvaToVa.s b/libc/nt/ntdll/RtlImageRvaToVa.s deleted file mode 100644 index f668f7059..000000000 --- a/libc/nt/ntdll/RtlImageRvaToVa.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImageRvaToVa diff --git a/libc/nt/ntdll/RtlImpersonateSelf.S b/libc/nt/ntdll/RtlImpersonateSelf.S new file mode 100644 index 000000000..c916b3c7d --- /dev/null +++ b/libc/nt/ntdll/RtlImpersonateSelf.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImpersonateSelf,RtlImpersonateSelf diff --git a/libc/nt/ntdll/RtlImpersonateSelf.s b/libc/nt/ntdll/RtlImpersonateSelf.s deleted file mode 100644 index c454e4004..000000000 --- a/libc/nt/ntdll/RtlImpersonateSelf.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImpersonateSelf diff --git a/libc/nt/ntdll/RtlImpersonateSelfEx.S b/libc/nt/ntdll/RtlImpersonateSelfEx.S new file mode 100644 index 000000000..230cd902c --- /dev/null +++ b/libc/nt/ntdll/RtlImpersonateSelfEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlImpersonateSelfEx,RtlImpersonateSelfEx diff --git a/libc/nt/ntdll/RtlImpersonateSelfEx.s b/libc/nt/ntdll/RtlImpersonateSelfEx.s deleted file mode 100644 index 99d31a3f7..000000000 --- a/libc/nt/ntdll/RtlImpersonateSelfEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlImpersonateSelfEx diff --git a/libc/nt/ntdll/RtlIncrementCorrelationVector.S b/libc/nt/ntdll/RtlIncrementCorrelationVector.S new file mode 100644 index 000000000..f9109bc95 --- /dev/null +++ b/libc/nt/ntdll/RtlIncrementCorrelationVector.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIncrementCorrelationVector,RtlIncrementCorrelationVector diff --git a/libc/nt/ntdll/RtlIncrementCorrelationVector.s b/libc/nt/ntdll/RtlIncrementCorrelationVector.s deleted file mode 100644 index 772388e13..000000000 --- a/libc/nt/ntdll/RtlIncrementCorrelationVector.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIncrementCorrelationVector diff --git a/libc/nt/ntdll/RtlInitAnsiString.S b/libc/nt/ntdll/RtlInitAnsiString.S new file mode 100644 index 000000000..6d06992f0 --- /dev/null +++ b/libc/nt/ntdll/RtlInitAnsiString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitAnsiString,RtlInitAnsiString diff --git a/libc/nt/ntdll/RtlInitAnsiString.s b/libc/nt/ntdll/RtlInitAnsiString.s deleted file mode 100644 index c6b25e88e..000000000 --- a/libc/nt/ntdll/RtlInitAnsiString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitAnsiString diff --git a/libc/nt/ntdll/RtlInitAnsiStringEx.S b/libc/nt/ntdll/RtlInitAnsiStringEx.S new file mode 100644 index 000000000..c50096bc9 --- /dev/null +++ b/libc/nt/ntdll/RtlInitAnsiStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitAnsiStringEx,RtlInitAnsiStringEx diff --git a/libc/nt/ntdll/RtlInitAnsiStringEx.s b/libc/nt/ntdll/RtlInitAnsiStringEx.s deleted file mode 100644 index 29baef6e4..000000000 --- a/libc/nt/ntdll/RtlInitAnsiStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitAnsiStringEx diff --git a/libc/nt/ntdll/RtlInitBarrier.S b/libc/nt/ntdll/RtlInitBarrier.S new file mode 100644 index 000000000..dc1816f2d --- /dev/null +++ b/libc/nt/ntdll/RtlInitBarrier.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitBarrier,RtlInitBarrier diff --git a/libc/nt/ntdll/RtlInitBarrier.s b/libc/nt/ntdll/RtlInitBarrier.s deleted file mode 100644 index 6a40a401e..000000000 --- a/libc/nt/ntdll/RtlInitBarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitBarrier diff --git a/libc/nt/ntdll/RtlInitCodePageTable.S b/libc/nt/ntdll/RtlInitCodePageTable.S new file mode 100644 index 000000000..64b56df99 --- /dev/null +++ b/libc/nt/ntdll/RtlInitCodePageTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitCodePageTable,RtlInitCodePageTable diff --git a/libc/nt/ntdll/RtlInitCodePageTable.s b/libc/nt/ntdll/RtlInitCodePageTable.s deleted file mode 100644 index dab1e800e..000000000 --- a/libc/nt/ntdll/RtlInitCodePageTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitCodePageTable diff --git a/libc/nt/ntdll/RtlInitEnumerationHashTable.S b/libc/nt/ntdll/RtlInitEnumerationHashTable.S new file mode 100644 index 000000000..79046e786 --- /dev/null +++ b/libc/nt/ntdll/RtlInitEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitEnumerationHashTable,RtlInitEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitEnumerationHashTable.s b/libc/nt/ntdll/RtlInitEnumerationHashTable.s deleted file mode 100644 index c6b75b9b5..000000000 --- a/libc/nt/ntdll/RtlInitEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitMemoryStream.S b/libc/nt/ntdll/RtlInitMemoryStream.S new file mode 100644 index 000000000..dc78a1fb2 --- /dev/null +++ b/libc/nt/ntdll/RtlInitMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitMemoryStream,RtlInitMemoryStream diff --git a/libc/nt/ntdll/RtlInitMemoryStream.s b/libc/nt/ntdll/RtlInitMemoryStream.s deleted file mode 100644 index e3b4374d2..000000000 --- a/libc/nt/ntdll/RtlInitMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitMemoryStream diff --git a/libc/nt/ntdll/RtlInitNlsTables.S b/libc/nt/ntdll/RtlInitNlsTables.S new file mode 100644 index 000000000..1556fea66 --- /dev/null +++ b/libc/nt/ntdll/RtlInitNlsTables.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitNlsTables,RtlInitNlsTables diff --git a/libc/nt/ntdll/RtlInitNlsTables.s b/libc/nt/ntdll/RtlInitNlsTables.s deleted file mode 100644 index 6d6cf8b5c..000000000 --- a/libc/nt/ntdll/RtlInitNlsTables.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitNlsTables diff --git a/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.S b/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.S new file mode 100644 index 000000000..165614e77 --- /dev/null +++ b/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitOutOfProcessMemoryStream,RtlInitOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.s b/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.s deleted file mode 100644 index 098c3cb2f..000000000 --- a/libc/nt/ntdll/RtlInitOutOfProcessMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlInitString.S b/libc/nt/ntdll/RtlInitString.S new file mode 100644 index 000000000..e01938364 --- /dev/null +++ b/libc/nt/ntdll/RtlInitString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitString,RtlInitString diff --git a/libc/nt/ntdll/RtlInitString.s b/libc/nt/ntdll/RtlInitString.s deleted file mode 100644 index cdcda32e4..000000000 --- a/libc/nt/ntdll/RtlInitString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitString diff --git a/libc/nt/ntdll/RtlInitStringEx.S b/libc/nt/ntdll/RtlInitStringEx.S new file mode 100644 index 000000000..c077c6835 --- /dev/null +++ b/libc/nt/ntdll/RtlInitStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitStringEx,RtlInitStringEx diff --git a/libc/nt/ntdll/RtlInitStringEx.s b/libc/nt/ntdll/RtlInitStringEx.s deleted file mode 100644 index 87ee7fae7..000000000 --- a/libc/nt/ntdll/RtlInitStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitStringEx diff --git a/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.S b/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.S new file mode 100644 index 000000000..45a6b1bc2 --- /dev/null +++ b/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitStrongEnumerationHashTable,RtlInitStrongEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.s b/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.s deleted file mode 100644 index 0da7c1ff8..000000000 --- a/libc/nt/ntdll/RtlInitStrongEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitStrongEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitUnicodeString.S b/libc/nt/ntdll/RtlInitUnicodeString.S new file mode 100644 index 000000000..41ce327f7 --- /dev/null +++ b/libc/nt/ntdll/RtlInitUnicodeString.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitUnicodeString,RtlInitUnicodeString + +#ifdef __x86_64__ + .text.windows +RtlInitUnicodeString: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlInitUnicodeString(%rip),%rax + jmp __sysv2nt + .endfn RtlInitUnicodeString,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlInitUnicodeString.s b/libc/nt/ntdll/RtlInitUnicodeString.s deleted file mode 100644 index 85266a532..000000000 --- a/libc/nt/ntdll/RtlInitUnicodeString.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitUnicodeString - - .text.windows -RtlInitUnicodeString: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlInitUnicodeString(%rip),%rax - jmp __sysv2nt - .endfn RtlInitUnicodeString,globl - .previous diff --git a/libc/nt/ntdll/RtlInitUnicodeStringEx.S b/libc/nt/ntdll/RtlInitUnicodeStringEx.S new file mode 100644 index 000000000..2db09efc2 --- /dev/null +++ b/libc/nt/ntdll/RtlInitUnicodeStringEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitUnicodeStringEx,RtlInitUnicodeStringEx diff --git a/libc/nt/ntdll/RtlInitUnicodeStringEx.s b/libc/nt/ntdll/RtlInitUnicodeStringEx.s deleted file mode 100644 index f54804674..000000000 --- a/libc/nt/ntdll/RtlInitUnicodeStringEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitUnicodeStringEx diff --git a/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.S b/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.S new file mode 100644 index 000000000..95d6bf091 --- /dev/null +++ b/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitWeakEnumerationHashTable,RtlInitWeakEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.s b/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.s deleted file mode 100644 index 681f5506e..000000000 --- a/libc/nt/ntdll/RtlInitWeakEnumerationHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitWeakEnumerationHashTable diff --git a/libc/nt/ntdll/RtlInitializeAtomPackage.S b/libc/nt/ntdll/RtlInitializeAtomPackage.S new file mode 100644 index 000000000..7c8c7952f --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeAtomPackage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeAtomPackage,RtlInitializeAtomPackage diff --git a/libc/nt/ntdll/RtlInitializeAtomPackage.s b/libc/nt/ntdll/RtlInitializeAtomPackage.s deleted file mode 100644 index 039e75c58..000000000 --- a/libc/nt/ntdll/RtlInitializeAtomPackage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeAtomPackage diff --git a/libc/nt/ntdll/RtlInitializeBitMap.S b/libc/nt/ntdll/RtlInitializeBitMap.S new file mode 100644 index 000000000..0a67ce781 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeBitMap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeBitMap,RtlInitializeBitMap diff --git a/libc/nt/ntdll/RtlInitializeBitMap.s b/libc/nt/ntdll/RtlInitializeBitMap.s deleted file mode 100644 index 0b537af8c..000000000 --- a/libc/nt/ntdll/RtlInitializeBitMap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeBitMap diff --git a/libc/nt/ntdll/RtlInitializeBitMapEx.S b/libc/nt/ntdll/RtlInitializeBitMapEx.S new file mode 100644 index 000000000..11d6c1346 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeBitMapEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeBitMapEx,RtlInitializeBitMapEx diff --git a/libc/nt/ntdll/RtlInitializeBitMapEx.s b/libc/nt/ntdll/RtlInitializeBitMapEx.s deleted file mode 100644 index a7d2497f0..000000000 --- a/libc/nt/ntdll/RtlInitializeBitMapEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeBitMapEx diff --git a/libc/nt/ntdll/RtlInitializeConditionVariable.S b/libc/nt/ntdll/RtlInitializeConditionVariable.S new file mode 100644 index 000000000..5ce69856e --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeConditionVariable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeConditionVariable,RtlInitializeConditionVariable diff --git a/libc/nt/ntdll/RtlInitializeConditionVariable.s b/libc/nt/ntdll/RtlInitializeConditionVariable.s deleted file mode 100644 index 14bbe537f..000000000 --- a/libc/nt/ntdll/RtlInitializeConditionVariable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeConditionVariable diff --git a/libc/nt/ntdll/RtlInitializeContext.S b/libc/nt/ntdll/RtlInitializeContext.S new file mode 100644 index 000000000..a538b8c8d --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeContext,RtlInitializeContext diff --git a/libc/nt/ntdll/RtlInitializeContext.s b/libc/nt/ntdll/RtlInitializeContext.s deleted file mode 100644 index 7af6e6208..000000000 --- a/libc/nt/ntdll/RtlInitializeContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeContext diff --git a/libc/nt/ntdll/RtlInitializeCorrelationVector.S b/libc/nt/ntdll/RtlInitializeCorrelationVector.S new file mode 100644 index 000000000..219eefa80 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeCorrelationVector.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeCorrelationVector,RtlInitializeCorrelationVector diff --git a/libc/nt/ntdll/RtlInitializeCorrelationVector.s b/libc/nt/ntdll/RtlInitializeCorrelationVector.s deleted file mode 100644 index 99b8a7242..000000000 --- a/libc/nt/ntdll/RtlInitializeCorrelationVector.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeCorrelationVector diff --git a/libc/nt/ntdll/RtlInitializeCriticalSection.S b/libc/nt/ntdll/RtlInitializeCriticalSection.S new file mode 100644 index 000000000..3590fc86c --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeCriticalSection,RtlInitializeCriticalSection + +#ifdef __x86_64__ + .text.windows +RtlInitializeCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlInitializeCriticalSection(%rip) + leave + ret + .endfn RtlInitializeCriticalSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlInitializeCriticalSection.s b/libc/nt/ntdll/RtlInitializeCriticalSection.s deleted file mode 100644 index 576f34312..000000000 --- a/libc/nt/ntdll/RtlInitializeCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeCriticalSection - - .text.windows -RtlInitializeCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlInitializeCriticalSection(%rip) - leave - ret - .endfn RtlInitializeCriticalSection,globl - .previous diff --git a/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.S b/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.S new file mode 100644 index 000000000..392a452c9 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeCriticalSectionAndSpinCount,RtlInitializeCriticalSectionAndSpinCount diff --git a/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.s b/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.s deleted file mode 100644 index 56bfe7d3d..000000000 --- a/libc/nt/ntdll/RtlInitializeCriticalSectionAndSpinCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeCriticalSectionAndSpinCount diff --git a/libc/nt/ntdll/RtlInitializeCriticalSectionEx.S b/libc/nt/ntdll/RtlInitializeCriticalSectionEx.S new file mode 100644 index 000000000..4ee27e9f0 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeCriticalSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeCriticalSectionEx,RtlInitializeCriticalSectionEx diff --git a/libc/nt/ntdll/RtlInitializeCriticalSectionEx.s b/libc/nt/ntdll/RtlInitializeCriticalSectionEx.s deleted file mode 100644 index eda715799..000000000 --- a/libc/nt/ntdll/RtlInitializeCriticalSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeCriticalSectionEx diff --git a/libc/nt/ntdll/RtlInitializeExtendedContext.S b/libc/nt/ntdll/RtlInitializeExtendedContext.S new file mode 100644 index 000000000..391fb3adc --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeExtendedContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeExtendedContext,RtlInitializeExtendedContext diff --git a/libc/nt/ntdll/RtlInitializeExtendedContext.s b/libc/nt/ntdll/RtlInitializeExtendedContext.s deleted file mode 100644 index 47b9aa7d9..000000000 --- a/libc/nt/ntdll/RtlInitializeExtendedContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeExtendedContext diff --git a/libc/nt/ntdll/RtlInitializeGenericTable.S b/libc/nt/ntdll/RtlInitializeGenericTable.S new file mode 100644 index 000000000..36f38f528 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeGenericTable,RtlInitializeGenericTable diff --git a/libc/nt/ntdll/RtlInitializeGenericTable.s b/libc/nt/ntdll/RtlInitializeGenericTable.s deleted file mode 100644 index 950594ce6..000000000 --- a/libc/nt/ntdll/RtlInitializeGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeGenericTable diff --git a/libc/nt/ntdll/RtlInitializeGenericTableAvl.S b/libc/nt/ntdll/RtlInitializeGenericTableAvl.S new file mode 100644 index 000000000..3d53d72e4 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeGenericTableAvl,RtlInitializeGenericTableAvl diff --git a/libc/nt/ntdll/RtlInitializeGenericTableAvl.s b/libc/nt/ntdll/RtlInitializeGenericTableAvl.s deleted file mode 100644 index a2c862d5b..000000000 --- a/libc/nt/ntdll/RtlInitializeGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeGenericTableAvl diff --git a/libc/nt/ntdll/RtlInitializeHandleTable.S b/libc/nt/ntdll/RtlInitializeHandleTable.S new file mode 100644 index 000000000..eb3a7a189 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeHandleTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeHandleTable,RtlInitializeHandleTable diff --git a/libc/nt/ntdll/RtlInitializeHandleTable.s b/libc/nt/ntdll/RtlInitializeHandleTable.s deleted file mode 100644 index a56dae1e7..000000000 --- a/libc/nt/ntdll/RtlInitializeHandleTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeHandleTable diff --git a/libc/nt/ntdll/RtlInitializeNtUserPfn.S b/libc/nt/ntdll/RtlInitializeNtUserPfn.S new file mode 100644 index 000000000..f17ca5908 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeNtUserPfn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeNtUserPfn,RtlInitializeNtUserPfn diff --git a/libc/nt/ntdll/RtlInitializeNtUserPfn.s b/libc/nt/ntdll/RtlInitializeNtUserPfn.s deleted file mode 100644 index ac188095d..000000000 --- a/libc/nt/ntdll/RtlInitializeNtUserPfn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeNtUserPfn diff --git a/libc/nt/ntdll/RtlInitializeRXact.S b/libc/nt/ntdll/RtlInitializeRXact.S new file mode 100644 index 000000000..f31beb1c9 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeRXact,RtlInitializeRXact diff --git a/libc/nt/ntdll/RtlInitializeRXact.s b/libc/nt/ntdll/RtlInitializeRXact.s deleted file mode 100644 index 8a56bbb2d..000000000 --- a/libc/nt/ntdll/RtlInitializeRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeRXact diff --git a/libc/nt/ntdll/RtlInitializeResource.S b/libc/nt/ntdll/RtlInitializeResource.S new file mode 100644 index 000000000..998efb502 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeResource,RtlInitializeResource diff --git a/libc/nt/ntdll/RtlInitializeResource.s b/libc/nt/ntdll/RtlInitializeResource.s deleted file mode 100644 index fd3238297..000000000 --- a/libc/nt/ntdll/RtlInitializeResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeResource diff --git a/libc/nt/ntdll/RtlInitializeSListHead.S b/libc/nt/ntdll/RtlInitializeSListHead.S new file mode 100644 index 000000000..1de4f61df --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeSListHead.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeSListHead,RtlInitializeSListHead diff --git a/libc/nt/ntdll/RtlInitializeSListHead.s b/libc/nt/ntdll/RtlInitializeSListHead.s deleted file mode 100644 index 39cc1081a..000000000 --- a/libc/nt/ntdll/RtlInitializeSListHead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeSListHead diff --git a/libc/nt/ntdll/RtlInitializeSRWLock.S b/libc/nt/ntdll/RtlInitializeSRWLock.S new file mode 100644 index 000000000..91fa9bd35 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeSRWLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeSRWLock,RtlInitializeSRWLock diff --git a/libc/nt/ntdll/RtlInitializeSRWLock.s b/libc/nt/ntdll/RtlInitializeSRWLock.s deleted file mode 100644 index 8dbf5288f..000000000 --- a/libc/nt/ntdll/RtlInitializeSRWLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeSRWLock diff --git a/libc/nt/ntdll/RtlInitializeSid.S b/libc/nt/ntdll/RtlInitializeSid.S new file mode 100644 index 000000000..c9a0e2bb1 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeSid,RtlInitializeSid diff --git a/libc/nt/ntdll/RtlInitializeSid.s b/libc/nt/ntdll/RtlInitializeSid.s deleted file mode 100644 index 70b82af98..000000000 --- a/libc/nt/ntdll/RtlInitializeSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeSid diff --git a/libc/nt/ntdll/RtlInitializeSidEx.S b/libc/nt/ntdll/RtlInitializeSidEx.S new file mode 100644 index 000000000..cfc50b4b9 --- /dev/null +++ b/libc/nt/ntdll/RtlInitializeSidEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInitializeSidEx,RtlInitializeSidEx diff --git a/libc/nt/ntdll/RtlInitializeSidEx.s b/libc/nt/ntdll/RtlInitializeSidEx.s deleted file mode 100644 index 597723526..000000000 --- a/libc/nt/ntdll/RtlInitializeSidEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInitializeSidEx diff --git a/libc/nt/ntdll/RtlInsertElementGenericTable.S b/libc/nt/ntdll/RtlInsertElementGenericTable.S new file mode 100644 index 000000000..2368dcd9a --- /dev/null +++ b/libc/nt/ntdll/RtlInsertElementGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInsertElementGenericTable,RtlInsertElementGenericTable diff --git a/libc/nt/ntdll/RtlInsertElementGenericTable.s b/libc/nt/ntdll/RtlInsertElementGenericTable.s deleted file mode 100644 index 2eff4c868..000000000 --- a/libc/nt/ntdll/RtlInsertElementGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInsertElementGenericTable diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableAvl.S b/libc/nt/ntdll/RtlInsertElementGenericTableAvl.S new file mode 100644 index 000000000..eb7ccfb9f --- /dev/null +++ b/libc/nt/ntdll/RtlInsertElementGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInsertElementGenericTableAvl,RtlInsertElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableAvl.s b/libc/nt/ntdll/RtlInsertElementGenericTableAvl.s deleted file mode 100644 index cd3ab4ee6..000000000 --- a/libc/nt/ntdll/RtlInsertElementGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInsertElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableFull.S b/libc/nt/ntdll/RtlInsertElementGenericTableFull.S new file mode 100644 index 000000000..3efa52a4e --- /dev/null +++ b/libc/nt/ntdll/RtlInsertElementGenericTableFull.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInsertElementGenericTableFull,RtlInsertElementGenericTableFull diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableFull.s b/libc/nt/ntdll/RtlInsertElementGenericTableFull.s deleted file mode 100644 index a2f258715..000000000 --- a/libc/nt/ntdll/RtlInsertElementGenericTableFull.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInsertElementGenericTableFull diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.S b/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.S new file mode 100644 index 000000000..e7573b794 --- /dev/null +++ b/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInsertElementGenericTableFullAvl,RtlInsertElementGenericTableFullAvl diff --git a/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.s b/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.s deleted file mode 100644 index 9d636bc69..000000000 --- a/libc/nt/ntdll/RtlInsertElementGenericTableFullAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInsertElementGenericTableFullAvl diff --git a/libc/nt/ntdll/RtlInsertEntryHashTable.S b/libc/nt/ntdll/RtlInsertEntryHashTable.S new file mode 100644 index 000000000..cfe30fc4c --- /dev/null +++ b/libc/nt/ntdll/RtlInsertEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInsertEntryHashTable,RtlInsertEntryHashTable diff --git a/libc/nt/ntdll/RtlInsertEntryHashTable.s b/libc/nt/ntdll/RtlInsertEntryHashTable.s deleted file mode 100644 index 8ea4a0e2f..000000000 --- a/libc/nt/ntdll/RtlInsertEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInsertEntryHashTable diff --git a/libc/nt/ntdll/RtlInstallFunctionTableCallback.S b/libc/nt/ntdll/RtlInstallFunctionTableCallback.S new file mode 100644 index 000000000..1bba97481 --- /dev/null +++ b/libc/nt/ntdll/RtlInstallFunctionTableCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInstallFunctionTableCallback,RtlInstallFunctionTableCallback diff --git a/libc/nt/ntdll/RtlInstallFunctionTableCallback.s b/libc/nt/ntdll/RtlInstallFunctionTableCallback.s deleted file mode 100644 index 10a32f98b..000000000 --- a/libc/nt/ntdll/RtlInstallFunctionTableCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInstallFunctionTableCallback diff --git a/libc/nt/ntdll/RtlInt64ToUnicodeString.S b/libc/nt/ntdll/RtlInt64ToUnicodeString.S new file mode 100644 index 000000000..deb7e922c --- /dev/null +++ b/libc/nt/ntdll/RtlInt64ToUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInt64ToUnicodeString,RtlInt64ToUnicodeString diff --git a/libc/nt/ntdll/RtlInt64ToUnicodeString.s b/libc/nt/ntdll/RtlInt64ToUnicodeString.s deleted file mode 100644 index 53085faca..000000000 --- a/libc/nt/ntdll/RtlInt64ToUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInt64ToUnicodeString diff --git a/libc/nt/ntdll/RtlIntegerToChar.S b/libc/nt/ntdll/RtlIntegerToChar.S new file mode 100644 index 000000000..911512856 --- /dev/null +++ b/libc/nt/ntdll/RtlIntegerToChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIntegerToChar,RtlIntegerToChar diff --git a/libc/nt/ntdll/RtlIntegerToChar.s b/libc/nt/ntdll/RtlIntegerToChar.s deleted file mode 100644 index e676d63bc..000000000 --- a/libc/nt/ntdll/RtlIntegerToChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIntegerToChar diff --git a/libc/nt/ntdll/RtlIntegerToUnicodeString.S b/libc/nt/ntdll/RtlIntegerToUnicodeString.S new file mode 100644 index 000000000..acffffe87 --- /dev/null +++ b/libc/nt/ntdll/RtlIntegerToUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIntegerToUnicodeString,RtlIntegerToUnicodeString diff --git a/libc/nt/ntdll/RtlIntegerToUnicodeString.s b/libc/nt/ntdll/RtlIntegerToUnicodeString.s deleted file mode 100644 index 6262178bf..000000000 --- a/libc/nt/ntdll/RtlIntegerToUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIntegerToUnicodeString diff --git a/libc/nt/ntdll/RtlInterlockedClearBitRun.S b/libc/nt/ntdll/RtlInterlockedClearBitRun.S new file mode 100644 index 000000000..8bf063982 --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedClearBitRun.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedClearBitRun,RtlInterlockedClearBitRun diff --git a/libc/nt/ntdll/RtlInterlockedClearBitRun.s b/libc/nt/ntdll/RtlInterlockedClearBitRun.s deleted file mode 100644 index 0ac15d826..000000000 --- a/libc/nt/ntdll/RtlInterlockedClearBitRun.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedClearBitRun diff --git a/libc/nt/ntdll/RtlInterlockedFlushSList.S b/libc/nt/ntdll/RtlInterlockedFlushSList.S new file mode 100644 index 000000000..1efc7639d --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedFlushSList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedFlushSList,RtlInterlockedFlushSList diff --git a/libc/nt/ntdll/RtlInterlockedFlushSList.s b/libc/nt/ntdll/RtlInterlockedFlushSList.s deleted file mode 100644 index b52ec14d2..000000000 --- a/libc/nt/ntdll/RtlInterlockedFlushSList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedFlushSList diff --git a/libc/nt/ntdll/RtlInterlockedPopEntrySList.S b/libc/nt/ntdll/RtlInterlockedPopEntrySList.S new file mode 100644 index 000000000..2bcb44437 --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedPopEntrySList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedPopEntrySList,RtlInterlockedPopEntrySList diff --git a/libc/nt/ntdll/RtlInterlockedPopEntrySList.s b/libc/nt/ntdll/RtlInterlockedPopEntrySList.s deleted file mode 100644 index 7fda408ef..000000000 --- a/libc/nt/ntdll/RtlInterlockedPopEntrySList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedPopEntrySList diff --git a/libc/nt/ntdll/RtlInterlockedPushEntrySList.S b/libc/nt/ntdll/RtlInterlockedPushEntrySList.S new file mode 100644 index 000000000..7640bad51 --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedPushEntrySList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedPushEntrySList,RtlInterlockedPushEntrySList diff --git a/libc/nt/ntdll/RtlInterlockedPushEntrySList.s b/libc/nt/ntdll/RtlInterlockedPushEntrySList.s deleted file mode 100644 index dbc3bf821..000000000 --- a/libc/nt/ntdll/RtlInterlockedPushEntrySList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedPushEntrySList diff --git a/libc/nt/ntdll/RtlInterlockedPushListSList.S b/libc/nt/ntdll/RtlInterlockedPushListSList.S new file mode 100644 index 000000000..123a827cc --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedPushListSList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedPushListSList,RtlInterlockedPushListSList diff --git a/libc/nt/ntdll/RtlInterlockedPushListSList.s b/libc/nt/ntdll/RtlInterlockedPushListSList.s deleted file mode 100644 index 0166e161f..000000000 --- a/libc/nt/ntdll/RtlInterlockedPushListSList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedPushListSList diff --git a/libc/nt/ntdll/RtlInterlockedPushListSListEx.S b/libc/nt/ntdll/RtlInterlockedPushListSListEx.S new file mode 100644 index 000000000..ecae070e0 --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedPushListSListEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedPushListSListEx,RtlInterlockedPushListSListEx diff --git a/libc/nt/ntdll/RtlInterlockedPushListSListEx.s b/libc/nt/ntdll/RtlInterlockedPushListSListEx.s deleted file mode 100644 index 3b75d4dc0..000000000 --- a/libc/nt/ntdll/RtlInterlockedPushListSListEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedPushListSListEx diff --git a/libc/nt/ntdll/RtlInterlockedSetBitRun.S b/libc/nt/ntdll/RtlInterlockedSetBitRun.S new file mode 100644 index 000000000..d6a001673 --- /dev/null +++ b/libc/nt/ntdll/RtlInterlockedSetBitRun.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlInterlockedSetBitRun,RtlInterlockedSetBitRun diff --git a/libc/nt/ntdll/RtlInterlockedSetBitRun.s b/libc/nt/ntdll/RtlInterlockedSetBitRun.s deleted file mode 100644 index c75552a70..000000000 --- a/libc/nt/ntdll/RtlInterlockedSetBitRun.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlInterlockedSetBitRun diff --git a/libc/nt/ntdll/RtlIoDecodeMemIoResource.S b/libc/nt/ntdll/RtlIoDecodeMemIoResource.S new file mode 100644 index 000000000..40d1fe3de --- /dev/null +++ b/libc/nt/ntdll/RtlIoDecodeMemIoResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIoDecodeMemIoResource,RtlIoDecodeMemIoResource diff --git a/libc/nt/ntdll/RtlIoDecodeMemIoResource.s b/libc/nt/ntdll/RtlIoDecodeMemIoResource.s deleted file mode 100644 index 7afd20125..000000000 --- a/libc/nt/ntdll/RtlIoDecodeMemIoResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIoDecodeMemIoResource diff --git a/libc/nt/ntdll/RtlIoEncodeMemIoResource.S b/libc/nt/ntdll/RtlIoEncodeMemIoResource.S new file mode 100644 index 000000000..96a8b2078 --- /dev/null +++ b/libc/nt/ntdll/RtlIoEncodeMemIoResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIoEncodeMemIoResource,RtlIoEncodeMemIoResource diff --git a/libc/nt/ntdll/RtlIoEncodeMemIoResource.s b/libc/nt/ntdll/RtlIoEncodeMemIoResource.s deleted file mode 100644 index 8b5a070c1..000000000 --- a/libc/nt/ntdll/RtlIoEncodeMemIoResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIoEncodeMemIoResource diff --git a/libc/nt/ntdll/RtlIpv4AddressToStringExW.S b/libc/nt/ntdll/RtlIpv4AddressToStringExW.S new file mode 100644 index 000000000..0eed8efaf --- /dev/null +++ b/libc/nt/ntdll/RtlIpv4AddressToStringExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv4AddressToStringExW,RtlIpv4AddressToStringEx diff --git a/libc/nt/ntdll/RtlIpv4AddressToStringExW.s b/libc/nt/ntdll/RtlIpv4AddressToStringExW.s deleted file mode 100644 index c8cb25238..000000000 --- a/libc/nt/ntdll/RtlIpv4AddressToStringExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv4AddressToStringExW diff --git a/libc/nt/ntdll/RtlIpv4AddressToStringW.S b/libc/nt/ntdll/RtlIpv4AddressToStringW.S new file mode 100644 index 000000000..078016c69 --- /dev/null +++ b/libc/nt/ntdll/RtlIpv4AddressToStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv4AddressToStringW,RtlIpv4AddressToString diff --git a/libc/nt/ntdll/RtlIpv4AddressToStringW.s b/libc/nt/ntdll/RtlIpv4AddressToStringW.s deleted file mode 100644 index ce709d2d2..000000000 --- a/libc/nt/ntdll/RtlIpv4AddressToStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv4AddressToStringW diff --git a/libc/nt/ntdll/RtlIpv4StringToAddressExW.S b/libc/nt/ntdll/RtlIpv4StringToAddressExW.S new file mode 100644 index 000000000..acd565ade --- /dev/null +++ b/libc/nt/ntdll/RtlIpv4StringToAddressExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv4StringToAddressExW,RtlIpv4StringToAddressEx diff --git a/libc/nt/ntdll/RtlIpv4StringToAddressExW.s b/libc/nt/ntdll/RtlIpv4StringToAddressExW.s deleted file mode 100644 index 8eb237b7a..000000000 --- a/libc/nt/ntdll/RtlIpv4StringToAddressExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv4StringToAddressExW diff --git a/libc/nt/ntdll/RtlIpv4StringToAddressW.S b/libc/nt/ntdll/RtlIpv4StringToAddressW.S new file mode 100644 index 000000000..cfcacd785 --- /dev/null +++ b/libc/nt/ntdll/RtlIpv4StringToAddressW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv4StringToAddressW,RtlIpv4StringToAddress diff --git a/libc/nt/ntdll/RtlIpv4StringToAddressW.s b/libc/nt/ntdll/RtlIpv4StringToAddressW.s deleted file mode 100644 index 6d75229c8..000000000 --- a/libc/nt/ntdll/RtlIpv4StringToAddressW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv4StringToAddressW diff --git a/libc/nt/ntdll/RtlIpv6AddressToStringExW.S b/libc/nt/ntdll/RtlIpv6AddressToStringExW.S new file mode 100644 index 000000000..5109fd699 --- /dev/null +++ b/libc/nt/ntdll/RtlIpv6AddressToStringExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv6AddressToStringExW,RtlIpv6AddressToStringEx diff --git a/libc/nt/ntdll/RtlIpv6AddressToStringExW.s b/libc/nt/ntdll/RtlIpv6AddressToStringExW.s deleted file mode 100644 index 4b7e01945..000000000 --- a/libc/nt/ntdll/RtlIpv6AddressToStringExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv6AddressToStringExW diff --git a/libc/nt/ntdll/RtlIpv6AddressToStringW.S b/libc/nt/ntdll/RtlIpv6AddressToStringW.S new file mode 100644 index 000000000..e4cc30e2a --- /dev/null +++ b/libc/nt/ntdll/RtlIpv6AddressToStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv6AddressToStringW,RtlIpv6AddressToString diff --git a/libc/nt/ntdll/RtlIpv6AddressToStringW.s b/libc/nt/ntdll/RtlIpv6AddressToStringW.s deleted file mode 100644 index 9b7ab393f..000000000 --- a/libc/nt/ntdll/RtlIpv6AddressToStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv6AddressToStringW diff --git a/libc/nt/ntdll/RtlIpv6StringToAddressExW.S b/libc/nt/ntdll/RtlIpv6StringToAddressExW.S new file mode 100644 index 000000000..179b66ce8 --- /dev/null +++ b/libc/nt/ntdll/RtlIpv6StringToAddressExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv6StringToAddressExW,RtlIpv6StringToAddressEx diff --git a/libc/nt/ntdll/RtlIpv6StringToAddressExW.s b/libc/nt/ntdll/RtlIpv6StringToAddressExW.s deleted file mode 100644 index 14ced44ec..000000000 --- a/libc/nt/ntdll/RtlIpv6StringToAddressExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv6StringToAddressExW diff --git a/libc/nt/ntdll/RtlIpv6StringToAddressW.S b/libc/nt/ntdll/RtlIpv6StringToAddressW.S new file mode 100644 index 000000000..4911e1f69 --- /dev/null +++ b/libc/nt/ntdll/RtlIpv6StringToAddressW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIpv6StringToAddressW,RtlIpv6StringToAddress diff --git a/libc/nt/ntdll/RtlIpv6StringToAddressW.s b/libc/nt/ntdll/RtlIpv6StringToAddressW.s deleted file mode 100644 index d73004d08..000000000 --- a/libc/nt/ntdll/RtlIpv6StringToAddressW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIpv6StringToAddressW diff --git a/libc/nt/ntdll/RtlIsActivationContextActive.S b/libc/nt/ntdll/RtlIsActivationContextActive.S new file mode 100644 index 000000000..64fe3764c --- /dev/null +++ b/libc/nt/ntdll/RtlIsActivationContextActive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsActivationContextActive,RtlIsActivationContextActive diff --git a/libc/nt/ntdll/RtlIsActivationContextActive.s b/libc/nt/ntdll/RtlIsActivationContextActive.s deleted file mode 100644 index c26a808eb..000000000 --- a/libc/nt/ntdll/RtlIsActivationContextActive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsActivationContextActive diff --git a/libc/nt/ntdll/RtlIsCapabilitySid.S b/libc/nt/ntdll/RtlIsCapabilitySid.S new file mode 100644 index 000000000..59670ea9b --- /dev/null +++ b/libc/nt/ntdll/RtlIsCapabilitySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCapabilitySid,RtlIsCapabilitySid diff --git a/libc/nt/ntdll/RtlIsCapabilitySid.s b/libc/nt/ntdll/RtlIsCapabilitySid.s deleted file mode 100644 index 5d2afb3e9..000000000 --- a/libc/nt/ntdll/RtlIsCapabilitySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCapabilitySid diff --git a/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.S b/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.S new file mode 100644 index 000000000..937e10516 --- /dev/null +++ b/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCloudFilesPlaceholder,RtlIsCloudFilesPlaceholder diff --git a/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.s b/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.s deleted file mode 100644 index adff94f51..000000000 --- a/libc/nt/ntdll/RtlIsCloudFilesPlaceholder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCloudFilesPlaceholder diff --git a/libc/nt/ntdll/RtlIsCriticalSectionLocked.S b/libc/nt/ntdll/RtlIsCriticalSectionLocked.S new file mode 100644 index 000000000..0f41d4088 --- /dev/null +++ b/libc/nt/ntdll/RtlIsCriticalSectionLocked.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCriticalSectionLocked,RtlIsCriticalSectionLocked diff --git a/libc/nt/ntdll/RtlIsCriticalSectionLocked.s b/libc/nt/ntdll/RtlIsCriticalSectionLocked.s deleted file mode 100644 index 6c9fa4611..000000000 --- a/libc/nt/ntdll/RtlIsCriticalSectionLocked.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCriticalSectionLocked diff --git a/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.S b/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.S new file mode 100644 index 000000000..53f57d4b0 --- /dev/null +++ b/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCriticalSectionLockedByThread,RtlIsCriticalSectionLockedByThread diff --git a/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.s b/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.s deleted file mode 100644 index cb1750f91..000000000 --- a/libc/nt/ntdll/RtlIsCriticalSectionLockedByThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCriticalSectionLockedByThread diff --git a/libc/nt/ntdll/RtlIsCurrentProcess.S b/libc/nt/ntdll/RtlIsCurrentProcess.S new file mode 100644 index 000000000..150655fec --- /dev/null +++ b/libc/nt/ntdll/RtlIsCurrentProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCurrentProcess,RtlIsCurrentProcess diff --git a/libc/nt/ntdll/RtlIsCurrentProcess.s b/libc/nt/ntdll/RtlIsCurrentProcess.s deleted file mode 100644 index 5b6f17cc4..000000000 --- a/libc/nt/ntdll/RtlIsCurrentProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCurrentProcess diff --git a/libc/nt/ntdll/RtlIsCurrentThread.S b/libc/nt/ntdll/RtlIsCurrentThread.S new file mode 100644 index 000000000..b4d290c9b --- /dev/null +++ b/libc/nt/ntdll/RtlIsCurrentThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCurrentThread,RtlIsCurrentThread diff --git a/libc/nt/ntdll/RtlIsCurrentThread.s b/libc/nt/ntdll/RtlIsCurrentThread.s deleted file mode 100644 index 4eed8e2fb..000000000 --- a/libc/nt/ntdll/RtlIsCurrentThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCurrentThread diff --git a/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.S b/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.S new file mode 100644 index 000000000..16b6b1948 --- /dev/null +++ b/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsCurrentThreadAttachExempt,RtlIsCurrentThreadAttachExempt diff --git a/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.s b/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.s deleted file mode 100644 index f2592c75f..000000000 --- a/libc/nt/ntdll/RtlIsCurrentThreadAttachExempt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsCurrentThreadAttachExempt diff --git a/libc/nt/ntdll/RtlIsDosDeviceName_U.S b/libc/nt/ntdll/RtlIsDosDeviceName_U.S new file mode 100644 index 000000000..acac7c359 --- /dev/null +++ b/libc/nt/ntdll/RtlIsDosDeviceName_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsDosDeviceName_U,RtlIsDosDeviceName_U diff --git a/libc/nt/ntdll/RtlIsDosDeviceName_U.s b/libc/nt/ntdll/RtlIsDosDeviceName_U.s deleted file mode 100644 index 5fcc50f67..000000000 --- a/libc/nt/ntdll/RtlIsDosDeviceName_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsDosDeviceName_U diff --git a/libc/nt/ntdll/RtlIsElevatedRid.S b/libc/nt/ntdll/RtlIsElevatedRid.S new file mode 100644 index 000000000..c79668c99 --- /dev/null +++ b/libc/nt/ntdll/RtlIsElevatedRid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsElevatedRid,RtlIsElevatedRid diff --git a/libc/nt/ntdll/RtlIsElevatedRid.s b/libc/nt/ntdll/RtlIsElevatedRid.s deleted file mode 100644 index 0c3ff4533..000000000 --- a/libc/nt/ntdll/RtlIsElevatedRid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsElevatedRid diff --git a/libc/nt/ntdll/RtlIsGenericTableEmpty.S b/libc/nt/ntdll/RtlIsGenericTableEmpty.S new file mode 100644 index 000000000..ff48bb87f --- /dev/null +++ b/libc/nt/ntdll/RtlIsGenericTableEmpty.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsGenericTableEmpty,RtlIsGenericTableEmpty diff --git a/libc/nt/ntdll/RtlIsGenericTableEmpty.s b/libc/nt/ntdll/RtlIsGenericTableEmpty.s deleted file mode 100644 index 640716a08..000000000 --- a/libc/nt/ntdll/RtlIsGenericTableEmpty.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsGenericTableEmpty diff --git a/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.S b/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.S new file mode 100644 index 000000000..06133d963 --- /dev/null +++ b/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsGenericTableEmptyAvl,RtlIsGenericTableEmptyAvl diff --git a/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.s b/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.s deleted file mode 100644 index 7d3f533b1..000000000 --- a/libc/nt/ntdll/RtlIsGenericTableEmptyAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsGenericTableEmptyAvl diff --git a/libc/nt/ntdll/RtlIsMultiSessionSku.S b/libc/nt/ntdll/RtlIsMultiSessionSku.S new file mode 100644 index 000000000..795feea6f --- /dev/null +++ b/libc/nt/ntdll/RtlIsMultiSessionSku.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsMultiSessionSku,RtlIsMultiSessionSku diff --git a/libc/nt/ntdll/RtlIsMultiSessionSku.s b/libc/nt/ntdll/RtlIsMultiSessionSku.s deleted file mode 100644 index d6cbd1121..000000000 --- a/libc/nt/ntdll/RtlIsMultiSessionSku.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsMultiSessionSku diff --git a/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.S b/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.S new file mode 100644 index 000000000..d83baf7fc --- /dev/null +++ b/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsMultiUsersInSessionSku,RtlIsMultiUsersInSessionSku diff --git a/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.s b/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.s deleted file mode 100644 index cd6840d60..000000000 --- a/libc/nt/ntdll/RtlIsMultiUsersInSessionSku.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsMultiUsersInSessionSku diff --git a/libc/nt/ntdll/RtlIsNameInExpression.S b/libc/nt/ntdll/RtlIsNameInExpression.S new file mode 100644 index 000000000..727485ca5 --- /dev/null +++ b/libc/nt/ntdll/RtlIsNameInExpression.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsNameInExpression,RtlIsNameInExpression diff --git a/libc/nt/ntdll/RtlIsNameInExpression.s b/libc/nt/ntdll/RtlIsNameInExpression.s deleted file mode 100644 index a9ed2c3e1..000000000 --- a/libc/nt/ntdll/RtlIsNameInExpression.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsNameInExpression diff --git a/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.S b/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.S new file mode 100644 index 000000000..38bdb6917 --- /dev/null +++ b/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsNameInUnUpcasedExpression,RtlIsNameInUnUpcasedExpression diff --git a/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.s b/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.s deleted file mode 100644 index 54637c917..000000000 --- a/libc/nt/ntdll/RtlIsNameInUnUpcasedExpression.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsNameInUnUpcasedExpression diff --git a/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.S b/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.S new file mode 100644 index 000000000..e63144b1f --- /dev/null +++ b/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsNameLegalDOS8Dot3,RtlIsNameLegalDOS8Dot3 diff --git a/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.s b/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.s deleted file mode 100644 index f07dca644..000000000 --- a/libc/nt/ntdll/RtlIsNameLegalDOS8Dot3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsNameLegalDOS8Dot3 diff --git a/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.S b/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.S new file mode 100644 index 000000000..78dcf627b --- /dev/null +++ b/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsNonEmptyDirectoryReparsePointAllowed,RtlIsNonEmptyDirectoryReparsePointAllowed diff --git a/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.s b/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.s deleted file mode 100644 index 0b114ee6b..000000000 --- a/libc/nt/ntdll/RtlIsNonEmptyDirectoryReparsePointAllowed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsNonEmptyDirectoryReparsePointAllowed diff --git a/libc/nt/ntdll/RtlIsNormalizedString.S b/libc/nt/ntdll/RtlIsNormalizedString.S new file mode 100644 index 000000000..e76df82d2 --- /dev/null +++ b/libc/nt/ntdll/RtlIsNormalizedString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsNormalizedString,RtlIsNormalizedString diff --git a/libc/nt/ntdll/RtlIsNormalizedString.s b/libc/nt/ntdll/RtlIsNormalizedString.s deleted file mode 100644 index 0f5a3090f..000000000 --- a/libc/nt/ntdll/RtlIsNormalizedString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsNormalizedString diff --git a/libc/nt/ntdll/RtlIsPackageSid.S b/libc/nt/ntdll/RtlIsPackageSid.S new file mode 100644 index 000000000..382157853 --- /dev/null +++ b/libc/nt/ntdll/RtlIsPackageSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsPackageSid,RtlIsPackageSid diff --git a/libc/nt/ntdll/RtlIsPackageSid.s b/libc/nt/ntdll/RtlIsPackageSid.s deleted file mode 100644 index 518715cfe..000000000 --- a/libc/nt/ntdll/RtlIsPackageSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsPackageSid diff --git a/libc/nt/ntdll/RtlIsParentOfChildAppContainer.S b/libc/nt/ntdll/RtlIsParentOfChildAppContainer.S new file mode 100644 index 000000000..3452551b2 --- /dev/null +++ b/libc/nt/ntdll/RtlIsParentOfChildAppContainer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsParentOfChildAppContainer,RtlIsParentOfChildAppContainer diff --git a/libc/nt/ntdll/RtlIsParentOfChildAppContainer.s b/libc/nt/ntdll/RtlIsParentOfChildAppContainer.s deleted file mode 100644 index 47d762e9b..000000000 --- a/libc/nt/ntdll/RtlIsParentOfChildAppContainer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsParentOfChildAppContainer diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholder.S b/libc/nt/ntdll/RtlIsPartialPlaceholder.S new file mode 100644 index 000000000..3d33430da --- /dev/null +++ b/libc/nt/ntdll/RtlIsPartialPlaceholder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsPartialPlaceholder,RtlIsPartialPlaceholder diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholder.s b/libc/nt/ntdll/RtlIsPartialPlaceholder.s deleted file mode 100644 index 88efadf31..000000000 --- a/libc/nt/ntdll/RtlIsPartialPlaceholder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsPartialPlaceholder diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.S b/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.S new file mode 100644 index 000000000..5ae15de4d --- /dev/null +++ b/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsPartialPlaceholderFileHandle,RtlIsPartialPlaceholderFileHandle diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.s b/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.s deleted file mode 100644 index 30f729d31..000000000 --- a/libc/nt/ntdll/RtlIsPartialPlaceholderFileHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsPartialPlaceholderFileHandle diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.S b/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.S new file mode 100644 index 000000000..540053879 --- /dev/null +++ b/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsPartialPlaceholderFileInfo,RtlIsPartialPlaceholderFileInfo diff --git a/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.s b/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.s deleted file mode 100644 index 41d3d8bce..000000000 --- a/libc/nt/ntdll/RtlIsPartialPlaceholderFileInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsPartialPlaceholderFileInfo diff --git a/libc/nt/ntdll/RtlIsProcessorFeaturePresent.S b/libc/nt/ntdll/RtlIsProcessorFeaturePresent.S new file mode 100644 index 000000000..d17fa223b --- /dev/null +++ b/libc/nt/ntdll/RtlIsProcessorFeaturePresent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsProcessorFeaturePresent,RtlIsProcessorFeaturePresent diff --git a/libc/nt/ntdll/RtlIsProcessorFeaturePresent.s b/libc/nt/ntdll/RtlIsProcessorFeaturePresent.s deleted file mode 100644 index d98c04506..000000000 --- a/libc/nt/ntdll/RtlIsProcessorFeaturePresent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsProcessorFeaturePresent diff --git a/libc/nt/ntdll/RtlIsStateSeparationEnabled.S b/libc/nt/ntdll/RtlIsStateSeparationEnabled.S new file mode 100644 index 000000000..68c40848d --- /dev/null +++ b/libc/nt/ntdll/RtlIsStateSeparationEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsStateSeparationEnabled,RtlIsStateSeparationEnabled diff --git a/libc/nt/ntdll/RtlIsStateSeparationEnabled.s b/libc/nt/ntdll/RtlIsStateSeparationEnabled.s deleted file mode 100644 index 613fdc449..000000000 --- a/libc/nt/ntdll/RtlIsStateSeparationEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsStateSeparationEnabled diff --git a/libc/nt/ntdll/RtlIsTextUnicode.S b/libc/nt/ntdll/RtlIsTextUnicode.S new file mode 100644 index 000000000..2075007bf --- /dev/null +++ b/libc/nt/ntdll/RtlIsTextUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsTextUnicode,RtlIsTextUnicode diff --git a/libc/nt/ntdll/RtlIsTextUnicode.s b/libc/nt/ntdll/RtlIsTextUnicode.s deleted file mode 100644 index 6304c74f6..000000000 --- a/libc/nt/ntdll/RtlIsTextUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsTextUnicode diff --git a/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.S b/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.S new file mode 100644 index 000000000..10f0b9978 --- /dev/null +++ b/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsThreadWithinLoaderCallout,RtlIsThreadWithinLoaderCallout diff --git a/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.s b/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.s deleted file mode 100644 index 55a8fdfb5..000000000 --- a/libc/nt/ntdll/RtlIsThreadWithinLoaderCallout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsThreadWithinLoaderCallout diff --git a/libc/nt/ntdll/RtlIsUntrustedObject.S b/libc/nt/ntdll/RtlIsUntrustedObject.S new file mode 100644 index 000000000..6b75f50c4 --- /dev/null +++ b/libc/nt/ntdll/RtlIsUntrustedObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsUntrustedObject,RtlIsUntrustedObject diff --git a/libc/nt/ntdll/RtlIsUntrustedObject.s b/libc/nt/ntdll/RtlIsUntrustedObject.s deleted file mode 100644 index bae2463d3..000000000 --- a/libc/nt/ntdll/RtlIsUntrustedObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsUntrustedObject diff --git a/libc/nt/ntdll/RtlIsValidHandle.S b/libc/nt/ntdll/RtlIsValidHandle.S new file mode 100644 index 000000000..f5177899d --- /dev/null +++ b/libc/nt/ntdll/RtlIsValidHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsValidHandle,RtlIsValidHandle diff --git a/libc/nt/ntdll/RtlIsValidHandle.s b/libc/nt/ntdll/RtlIsValidHandle.s deleted file mode 100644 index 7fde4bdaa..000000000 --- a/libc/nt/ntdll/RtlIsValidHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsValidHandle diff --git a/libc/nt/ntdll/RtlIsValidIndexHandle.S b/libc/nt/ntdll/RtlIsValidIndexHandle.S new file mode 100644 index 000000000..b97622782 --- /dev/null +++ b/libc/nt/ntdll/RtlIsValidIndexHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsValidIndexHandle,RtlIsValidIndexHandle diff --git a/libc/nt/ntdll/RtlIsValidIndexHandle.s b/libc/nt/ntdll/RtlIsValidIndexHandle.s deleted file mode 100644 index 823866998..000000000 --- a/libc/nt/ntdll/RtlIsValidIndexHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsValidIndexHandle diff --git a/libc/nt/ntdll/RtlIsValidLocaleName.S b/libc/nt/ntdll/RtlIsValidLocaleName.S new file mode 100644 index 000000000..39f1ae10f --- /dev/null +++ b/libc/nt/ntdll/RtlIsValidLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsValidLocaleName,RtlIsValidLocaleName diff --git a/libc/nt/ntdll/RtlIsValidLocaleName.s b/libc/nt/ntdll/RtlIsValidLocaleName.s deleted file mode 100644 index 20e922827..000000000 --- a/libc/nt/ntdll/RtlIsValidLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsValidLocaleName diff --git a/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.S b/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.S new file mode 100644 index 000000000..0b062d8d1 --- /dev/null +++ b/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlIsValidProcessTrustLabelSid,RtlIsValidProcessTrustLabelSid diff --git a/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.s b/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.s deleted file mode 100644 index da63ce1a6..000000000 --- a/libc/nt/ntdll/RtlIsValidProcessTrustLabelSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlIsValidProcessTrustLabelSid diff --git a/libc/nt/ntdll/RtlKnownExceptionFilter.S b/libc/nt/ntdll/RtlKnownExceptionFilter.S new file mode 100644 index 000000000..a4801d519 --- /dev/null +++ b/libc/nt/ntdll/RtlKnownExceptionFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlKnownExceptionFilter,RtlKnownExceptionFilter diff --git a/libc/nt/ntdll/RtlKnownExceptionFilter.s b/libc/nt/ntdll/RtlKnownExceptionFilter.s deleted file mode 100644 index ec6b8d1f4..000000000 --- a/libc/nt/ntdll/RtlKnownExceptionFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlKnownExceptionFilter diff --git a/libc/nt/ntdll/RtlLCIDToCultureName.S b/libc/nt/ntdll/RtlLCIDToCultureName.S new file mode 100644 index 000000000..90dc41d93 --- /dev/null +++ b/libc/nt/ntdll/RtlLCIDToCultureName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLCIDToCultureName,RtlLCIDToCultureName diff --git a/libc/nt/ntdll/RtlLCIDToCultureName.s b/libc/nt/ntdll/RtlLCIDToCultureName.s deleted file mode 100644 index 9fc7e3d9d..000000000 --- a/libc/nt/ntdll/RtlLCIDToCultureName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLCIDToCultureName diff --git a/libc/nt/ntdll/RtlLargeIntegerToChar.S b/libc/nt/ntdll/RtlLargeIntegerToChar.S new file mode 100644 index 000000000..0bf7e3f68 --- /dev/null +++ b/libc/nt/ntdll/RtlLargeIntegerToChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLargeIntegerToChar,RtlLargeIntegerToChar diff --git a/libc/nt/ntdll/RtlLargeIntegerToChar.s b/libc/nt/ntdll/RtlLargeIntegerToChar.s deleted file mode 100644 index a391a4d66..000000000 --- a/libc/nt/ntdll/RtlLargeIntegerToChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLargeIntegerToChar diff --git a/libc/nt/ntdll/RtlLcidToLocaleName.S b/libc/nt/ntdll/RtlLcidToLocaleName.S new file mode 100644 index 000000000..3e7fe8493 --- /dev/null +++ b/libc/nt/ntdll/RtlLcidToLocaleName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLcidToLocaleName,RtlLcidToLocaleName diff --git a/libc/nt/ntdll/RtlLcidToLocaleName.s b/libc/nt/ntdll/RtlLcidToLocaleName.s deleted file mode 100644 index 684579158..000000000 --- a/libc/nt/ntdll/RtlLcidToLocaleName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLcidToLocaleName diff --git a/libc/nt/ntdll/RtlLeaveCriticalSection.S b/libc/nt/ntdll/RtlLeaveCriticalSection.S new file mode 100644 index 000000000..507c4dc05 --- /dev/null +++ b/libc/nt/ntdll/RtlLeaveCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLeaveCriticalSection,RtlLeaveCriticalSection + +#ifdef __x86_64__ + .text.windows +RtlLeaveCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlLeaveCriticalSection(%rip) + leave + ret + .endfn RtlLeaveCriticalSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlLeaveCriticalSection.s b/libc/nt/ntdll/RtlLeaveCriticalSection.s deleted file mode 100644 index febd88ae4..000000000 --- a/libc/nt/ntdll/RtlLeaveCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLeaveCriticalSection - - .text.windows -RtlLeaveCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlLeaveCriticalSection(%rip) - leave - ret - .endfn RtlLeaveCriticalSection,globl - .previous diff --git a/libc/nt/ntdll/RtlLengthRequiredSid.S b/libc/nt/ntdll/RtlLengthRequiredSid.S new file mode 100644 index 000000000..9a5269513 --- /dev/null +++ b/libc/nt/ntdll/RtlLengthRequiredSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLengthRequiredSid,RtlLengthRequiredSid diff --git a/libc/nt/ntdll/RtlLengthRequiredSid.s b/libc/nt/ntdll/RtlLengthRequiredSid.s deleted file mode 100644 index 15bdb01f8..000000000 --- a/libc/nt/ntdll/RtlLengthRequiredSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLengthRequiredSid diff --git a/libc/nt/ntdll/RtlLengthSecurityDescriptor.S b/libc/nt/ntdll/RtlLengthSecurityDescriptor.S new file mode 100644 index 000000000..c70fbeb2c --- /dev/null +++ b/libc/nt/ntdll/RtlLengthSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLengthSecurityDescriptor,RtlLengthSecurityDescriptor diff --git a/libc/nt/ntdll/RtlLengthSecurityDescriptor.s b/libc/nt/ntdll/RtlLengthSecurityDescriptor.s deleted file mode 100644 index 137da1cc2..000000000 --- a/libc/nt/ntdll/RtlLengthSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLengthSecurityDescriptor diff --git a/libc/nt/ntdll/RtlLengthSid.S b/libc/nt/ntdll/RtlLengthSid.S new file mode 100644 index 000000000..18e7961c8 --- /dev/null +++ b/libc/nt/ntdll/RtlLengthSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLengthSid,RtlLengthSid diff --git a/libc/nt/ntdll/RtlLengthSid.s b/libc/nt/ntdll/RtlLengthSid.s deleted file mode 100644 index 543114534..000000000 --- a/libc/nt/ntdll/RtlLengthSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLengthSid diff --git a/libc/nt/ntdll/RtlLengthSidAsUnicodeString.S b/libc/nt/ntdll/RtlLengthSidAsUnicodeString.S new file mode 100644 index 000000000..0dd718292 --- /dev/null +++ b/libc/nt/ntdll/RtlLengthSidAsUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLengthSidAsUnicodeString,RtlLengthSidAsUnicodeString diff --git a/libc/nt/ntdll/RtlLengthSidAsUnicodeString.s b/libc/nt/ntdll/RtlLengthSidAsUnicodeString.s deleted file mode 100644 index 57bd991f9..000000000 --- a/libc/nt/ntdll/RtlLengthSidAsUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLengthSidAsUnicodeString diff --git a/libc/nt/ntdll/RtlLoadString.S b/libc/nt/ntdll/RtlLoadString.S new file mode 100644 index 000000000..694c59dc4 --- /dev/null +++ b/libc/nt/ntdll/RtlLoadString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLoadString,RtlLoadString diff --git a/libc/nt/ntdll/RtlLoadString.s b/libc/nt/ntdll/RtlLoadString.s deleted file mode 100644 index 6e1e96383..000000000 --- a/libc/nt/ntdll/RtlLoadString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLoadString diff --git a/libc/nt/ntdll/RtlLocalTimeToSystemTime.S b/libc/nt/ntdll/RtlLocalTimeToSystemTime.S new file mode 100644 index 000000000..585cd0a4f --- /dev/null +++ b/libc/nt/ntdll/RtlLocalTimeToSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLocalTimeToSystemTime,RtlLocalTimeToSystemTime diff --git a/libc/nt/ntdll/RtlLocalTimeToSystemTime.s b/libc/nt/ntdll/RtlLocalTimeToSystemTime.s deleted file mode 100644 index b519bf413..000000000 --- a/libc/nt/ntdll/RtlLocalTimeToSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLocalTimeToSystemTime diff --git a/libc/nt/ntdll/RtlLocaleNameToLcid.S b/libc/nt/ntdll/RtlLocaleNameToLcid.S new file mode 100644 index 000000000..6c9a8a79e --- /dev/null +++ b/libc/nt/ntdll/RtlLocaleNameToLcid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLocaleNameToLcid,RtlLocaleNameToLcid diff --git a/libc/nt/ntdll/RtlLocaleNameToLcid.s b/libc/nt/ntdll/RtlLocaleNameToLcid.s deleted file mode 100644 index d6cc117d1..000000000 --- a/libc/nt/ntdll/RtlLocaleNameToLcid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLocaleNameToLcid diff --git a/libc/nt/ntdll/RtlLocateExtendedFeature.S b/libc/nt/ntdll/RtlLocateExtendedFeature.S new file mode 100644 index 000000000..79aa8d5f5 --- /dev/null +++ b/libc/nt/ntdll/RtlLocateExtendedFeature.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLocateExtendedFeature,RtlLocateExtendedFeature diff --git a/libc/nt/ntdll/RtlLocateExtendedFeature.s b/libc/nt/ntdll/RtlLocateExtendedFeature.s deleted file mode 100644 index ba840c6a8..000000000 --- a/libc/nt/ntdll/RtlLocateExtendedFeature.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLocateExtendedFeature diff --git a/libc/nt/ntdll/RtlLocateExtendedFeature2.S b/libc/nt/ntdll/RtlLocateExtendedFeature2.S new file mode 100644 index 000000000..ff7448427 --- /dev/null +++ b/libc/nt/ntdll/RtlLocateExtendedFeature2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLocateExtendedFeature2,RtlLocateExtendedFeature2 diff --git a/libc/nt/ntdll/RtlLocateExtendedFeature2.s b/libc/nt/ntdll/RtlLocateExtendedFeature2.s deleted file mode 100644 index 4c2f2e0ec..000000000 --- a/libc/nt/ntdll/RtlLocateExtendedFeature2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLocateExtendedFeature2 diff --git a/libc/nt/ntdll/RtlLocateLegacyContext.S b/libc/nt/ntdll/RtlLocateLegacyContext.S new file mode 100644 index 000000000..c92f719d3 --- /dev/null +++ b/libc/nt/ntdll/RtlLocateLegacyContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLocateLegacyContext,RtlLocateLegacyContext diff --git a/libc/nt/ntdll/RtlLocateLegacyContext.s b/libc/nt/ntdll/RtlLocateLegacyContext.s deleted file mode 100644 index 42156fe53..000000000 --- a/libc/nt/ntdll/RtlLocateLegacyContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLocateLegacyContext diff --git a/libc/nt/ntdll/RtlLockBootStatusData.S b/libc/nt/ntdll/RtlLockBootStatusData.S new file mode 100644 index 000000000..787d561d7 --- /dev/null +++ b/libc/nt/ntdll/RtlLockBootStatusData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockBootStatusData,RtlLockBootStatusData diff --git a/libc/nt/ntdll/RtlLockBootStatusData.s b/libc/nt/ntdll/RtlLockBootStatusData.s deleted file mode 100644 index cf5cfe6fa..000000000 --- a/libc/nt/ntdll/RtlLockBootStatusData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockBootStatusData diff --git a/libc/nt/ntdll/RtlLockCurrentThread.S b/libc/nt/ntdll/RtlLockCurrentThread.S new file mode 100644 index 000000000..240aa0314 --- /dev/null +++ b/libc/nt/ntdll/RtlLockCurrentThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockCurrentThread,RtlLockCurrentThread diff --git a/libc/nt/ntdll/RtlLockCurrentThread.s b/libc/nt/ntdll/RtlLockCurrentThread.s deleted file mode 100644 index 358ede57f..000000000 --- a/libc/nt/ntdll/RtlLockCurrentThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockCurrentThread diff --git a/libc/nt/ntdll/RtlLockHeap.S b/libc/nt/ntdll/RtlLockHeap.S new file mode 100644 index 000000000..6b6ddb13f --- /dev/null +++ b/libc/nt/ntdll/RtlLockHeap.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockHeap,RtlLockHeap + +#ifdef __x86_64__ + .text.windows +RtlLockHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlLockHeap(%rip) + leave + ret + .endfn RtlLockHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlLockHeap.s b/libc/nt/ntdll/RtlLockHeap.s deleted file mode 100644 index ce1662c08..000000000 --- a/libc/nt/ntdll/RtlLockHeap.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockHeap - - .text.windows -RtlLockHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlLockHeap(%rip) - leave - ret - .endfn RtlLockHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlLockMemoryBlockLookaside.S b/libc/nt/ntdll/RtlLockMemoryBlockLookaside.S new file mode 100644 index 000000000..7f0d3ad7e --- /dev/null +++ b/libc/nt/ntdll/RtlLockMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockMemoryBlockLookaside,RtlLockMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlLockMemoryBlockLookaside.s b/libc/nt/ntdll/RtlLockMemoryBlockLookaside.s deleted file mode 100644 index 84b3ce614..000000000 --- a/libc/nt/ntdll/RtlLockMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlLockMemoryStreamRegion.S b/libc/nt/ntdll/RtlLockMemoryStreamRegion.S new file mode 100644 index 000000000..d3fa78293 --- /dev/null +++ b/libc/nt/ntdll/RtlLockMemoryStreamRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockMemoryStreamRegion,RtlLockMemoryStreamRegion diff --git a/libc/nt/ntdll/RtlLockMemoryStreamRegion.s b/libc/nt/ntdll/RtlLockMemoryStreamRegion.s deleted file mode 100644 index 00d2364ab..000000000 --- a/libc/nt/ntdll/RtlLockMemoryStreamRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockMemoryStreamRegion diff --git a/libc/nt/ntdll/RtlLockMemoryZone.S b/libc/nt/ntdll/RtlLockMemoryZone.S new file mode 100644 index 000000000..0b909a092 --- /dev/null +++ b/libc/nt/ntdll/RtlLockMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockMemoryZone,RtlLockMemoryZone diff --git a/libc/nt/ntdll/RtlLockMemoryZone.s b/libc/nt/ntdll/RtlLockMemoryZone.s deleted file mode 100644 index 4f1f9923a..000000000 --- a/libc/nt/ntdll/RtlLockMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockMemoryZone diff --git a/libc/nt/ntdll/RtlLockModuleSection.S b/libc/nt/ntdll/RtlLockModuleSection.S new file mode 100644 index 000000000..b09f6d872 --- /dev/null +++ b/libc/nt/ntdll/RtlLockModuleSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLockModuleSection,RtlLockModuleSection diff --git a/libc/nt/ntdll/RtlLockModuleSection.s b/libc/nt/ntdll/RtlLockModuleSection.s deleted file mode 100644 index c54e0ced5..000000000 --- a/libc/nt/ntdll/RtlLockModuleSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLockModuleSection diff --git a/libc/nt/ntdll/RtlLogStackBackTrace.S b/libc/nt/ntdll/RtlLogStackBackTrace.S new file mode 100644 index 000000000..c222878eb --- /dev/null +++ b/libc/nt/ntdll/RtlLogStackBackTrace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLogStackBackTrace,RtlLogStackBackTrace diff --git a/libc/nt/ntdll/RtlLogStackBackTrace.s b/libc/nt/ntdll/RtlLogStackBackTrace.s deleted file mode 100644 index 862e7f407..000000000 --- a/libc/nt/ntdll/RtlLogStackBackTrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLogStackBackTrace diff --git a/libc/nt/ntdll/RtlLookupAtomInAtomTable.S b/libc/nt/ntdll/RtlLookupAtomInAtomTable.S new file mode 100644 index 000000000..e8fab8a86 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupAtomInAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupAtomInAtomTable,RtlLookupAtomInAtomTable diff --git a/libc/nt/ntdll/RtlLookupAtomInAtomTable.s b/libc/nt/ntdll/RtlLookupAtomInAtomTable.s deleted file mode 100644 index d75dab0fc..000000000 --- a/libc/nt/ntdll/RtlLookupAtomInAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupAtomInAtomTable diff --git a/libc/nt/ntdll/RtlLookupElementGenericTable.S b/libc/nt/ntdll/RtlLookupElementGenericTable.S new file mode 100644 index 000000000..3c75098c3 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupElementGenericTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupElementGenericTable,RtlLookupElementGenericTable diff --git a/libc/nt/ntdll/RtlLookupElementGenericTable.s b/libc/nt/ntdll/RtlLookupElementGenericTable.s deleted file mode 100644 index 4d1f24ad6..000000000 --- a/libc/nt/ntdll/RtlLookupElementGenericTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupElementGenericTable diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableAvl.S b/libc/nt/ntdll/RtlLookupElementGenericTableAvl.S new file mode 100644 index 000000000..cdbbec93f --- /dev/null +++ b/libc/nt/ntdll/RtlLookupElementGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupElementGenericTableAvl,RtlLookupElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableAvl.s b/libc/nt/ntdll/RtlLookupElementGenericTableAvl.s deleted file mode 100644 index b692bd736..000000000 --- a/libc/nt/ntdll/RtlLookupElementGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableFull.S b/libc/nt/ntdll/RtlLookupElementGenericTableFull.S new file mode 100644 index 000000000..c0c95fdd9 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupElementGenericTableFull.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupElementGenericTableFull,RtlLookupElementGenericTableFull diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableFull.s b/libc/nt/ntdll/RtlLookupElementGenericTableFull.s deleted file mode 100644 index e5f204067..000000000 --- a/libc/nt/ntdll/RtlLookupElementGenericTableFull.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupElementGenericTableFull diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.S b/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.S new file mode 100644 index 000000000..eb4bf0bf4 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupElementGenericTableFullAvl,RtlLookupElementGenericTableFullAvl diff --git a/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.s b/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.s deleted file mode 100644 index b9ddc12a3..000000000 --- a/libc/nt/ntdll/RtlLookupElementGenericTableFullAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupElementGenericTableFullAvl diff --git a/libc/nt/ntdll/RtlLookupEntryHashTable.S b/libc/nt/ntdll/RtlLookupEntryHashTable.S new file mode 100644 index 000000000..8e31cf385 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupEntryHashTable,RtlLookupEntryHashTable diff --git a/libc/nt/ntdll/RtlLookupEntryHashTable.s b/libc/nt/ntdll/RtlLookupEntryHashTable.s deleted file mode 100644 index 32022b554..000000000 --- a/libc/nt/ntdll/RtlLookupEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupEntryHashTable diff --git a/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.S b/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.S new file mode 100644 index 000000000..a3f61e0dc --- /dev/null +++ b/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupFirstMatchingElementGenericTableAvl,RtlLookupFirstMatchingElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.s b/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.s deleted file mode 100644 index 87f0bf9a5..000000000 --- a/libc/nt/ntdll/RtlLookupFirstMatchingElementGenericTableAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupFirstMatchingElementGenericTableAvl diff --git a/libc/nt/ntdll/RtlLookupFunctionEntry.S b/libc/nt/ntdll/RtlLookupFunctionEntry.S new file mode 100644 index 000000000..0f2be2fd2 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupFunctionEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupFunctionEntry,RtlLookupFunctionEntry diff --git a/libc/nt/ntdll/RtlLookupFunctionEntry.s b/libc/nt/ntdll/RtlLookupFunctionEntry.s deleted file mode 100644 index d534f3958..000000000 --- a/libc/nt/ntdll/RtlLookupFunctionEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupFunctionEntry diff --git a/libc/nt/ntdll/RtlLookupFunctionTable.S b/libc/nt/ntdll/RtlLookupFunctionTable.S new file mode 100644 index 000000000..36d1dd4e2 --- /dev/null +++ b/libc/nt/ntdll/RtlLookupFunctionTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlLookupFunctionTable,RtlLookupFunctionTable diff --git a/libc/nt/ntdll/RtlLookupFunctionTable.s b/libc/nt/ntdll/RtlLookupFunctionTable.s deleted file mode 100644 index 9e692ab60..000000000 --- a/libc/nt/ntdll/RtlLookupFunctionTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlLookupFunctionTable diff --git a/libc/nt/ntdll/RtlMakeSelfRelativeSD.S b/libc/nt/ntdll/RtlMakeSelfRelativeSD.S new file mode 100644 index 000000000..663c9d815 --- /dev/null +++ b/libc/nt/ntdll/RtlMakeSelfRelativeSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMakeSelfRelativeSD,RtlMakeSelfRelativeSD diff --git a/libc/nt/ntdll/RtlMakeSelfRelativeSD.s b/libc/nt/ntdll/RtlMakeSelfRelativeSD.s deleted file mode 100644 index 80183192b..000000000 --- a/libc/nt/ntdll/RtlMakeSelfRelativeSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMakeSelfRelativeSD diff --git a/libc/nt/ntdll/RtlMapGenericMask.S b/libc/nt/ntdll/RtlMapGenericMask.S new file mode 100644 index 000000000..48a38f5dd --- /dev/null +++ b/libc/nt/ntdll/RtlMapGenericMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMapGenericMask,RtlMapGenericMask diff --git a/libc/nt/ntdll/RtlMapGenericMask.s b/libc/nt/ntdll/RtlMapGenericMask.s deleted file mode 100644 index 5ab261171..000000000 --- a/libc/nt/ntdll/RtlMapGenericMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMapGenericMask diff --git a/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.S b/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.S new file mode 100644 index 000000000..bf620ad6e --- /dev/null +++ b/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMapSecurityErrorToNtStatus,RtlMapSecurityErrorToNtStatus diff --git a/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.s b/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.s deleted file mode 100644 index acb9cf2ea..000000000 --- a/libc/nt/ntdll/RtlMapSecurityErrorToNtStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMapSecurityErrorToNtStatus diff --git a/libc/nt/ntdll/RtlMoveMemory.S b/libc/nt/ntdll/RtlMoveMemory.S new file mode 100644 index 000000000..c8f2e6ea5 --- /dev/null +++ b/libc/nt/ntdll/RtlMoveMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMoveMemory,RtlMoveMemory diff --git a/libc/nt/ntdll/RtlMoveMemory.s b/libc/nt/ntdll/RtlMoveMemory.s deleted file mode 100644 index eb5078470..000000000 --- a/libc/nt/ntdll/RtlMoveMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMoveMemory diff --git a/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.S b/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.S new file mode 100644 index 000000000..e5bbefca0 --- /dev/null +++ b/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMultiAppendUnicodeStringBuffer,RtlMultiAppendUnicodeStringBuffer diff --git a/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.s b/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.s deleted file mode 100644 index ca7a78179..000000000 --- a/libc/nt/ntdll/RtlMultiAppendUnicodeStringBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMultiAppendUnicodeStringBuffer diff --git a/libc/nt/ntdll/RtlMultiByteToUnicodeN.S b/libc/nt/ntdll/RtlMultiByteToUnicodeN.S new file mode 100644 index 000000000..c17664bb4 --- /dev/null +++ b/libc/nt/ntdll/RtlMultiByteToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMultiByteToUnicodeN,RtlMultiByteToUnicodeN diff --git a/libc/nt/ntdll/RtlMultiByteToUnicodeN.s b/libc/nt/ntdll/RtlMultiByteToUnicodeN.s deleted file mode 100644 index 3531f3249..000000000 --- a/libc/nt/ntdll/RtlMultiByteToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMultiByteToUnicodeN diff --git a/libc/nt/ntdll/RtlMultiByteToUnicodeSize.S b/libc/nt/ntdll/RtlMultiByteToUnicodeSize.S new file mode 100644 index 000000000..fe67c1f96 --- /dev/null +++ b/libc/nt/ntdll/RtlMultiByteToUnicodeSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMultiByteToUnicodeSize,RtlMultiByteToUnicodeSize diff --git a/libc/nt/ntdll/RtlMultiByteToUnicodeSize.s b/libc/nt/ntdll/RtlMultiByteToUnicodeSize.s deleted file mode 100644 index 66a4ed972..000000000 --- a/libc/nt/ntdll/RtlMultiByteToUnicodeSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMultiByteToUnicodeSize diff --git a/libc/nt/ntdll/RtlMultipleAllocateHeap.S b/libc/nt/ntdll/RtlMultipleAllocateHeap.S new file mode 100644 index 000000000..dbf268bb4 --- /dev/null +++ b/libc/nt/ntdll/RtlMultipleAllocateHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMultipleAllocateHeap,RtlMultipleAllocateHeap diff --git a/libc/nt/ntdll/RtlMultipleAllocateHeap.s b/libc/nt/ntdll/RtlMultipleAllocateHeap.s deleted file mode 100644 index 6c0dae213..000000000 --- a/libc/nt/ntdll/RtlMultipleAllocateHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMultipleAllocateHeap diff --git a/libc/nt/ntdll/RtlMultipleFreeHeap.S b/libc/nt/ntdll/RtlMultipleFreeHeap.S new file mode 100644 index 000000000..ac117f6e8 --- /dev/null +++ b/libc/nt/ntdll/RtlMultipleFreeHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlMultipleFreeHeap,RtlMultipleFreeHeap diff --git a/libc/nt/ntdll/RtlMultipleFreeHeap.s b/libc/nt/ntdll/RtlMultipleFreeHeap.s deleted file mode 100644 index 45d2abdb5..000000000 --- a/libc/nt/ntdll/RtlMultipleFreeHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlMultipleFreeHeap diff --git a/libc/nt/ntdll/RtlNewInstanceSecurityObject.S b/libc/nt/ntdll/RtlNewInstanceSecurityObject.S new file mode 100644 index 000000000..20128fb86 --- /dev/null +++ b/libc/nt/ntdll/RtlNewInstanceSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNewInstanceSecurityObject,RtlNewInstanceSecurityObject diff --git a/libc/nt/ntdll/RtlNewInstanceSecurityObject.s b/libc/nt/ntdll/RtlNewInstanceSecurityObject.s deleted file mode 100644 index 780f5620f..000000000 --- a/libc/nt/ntdll/RtlNewInstanceSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNewInstanceSecurityObject diff --git a/libc/nt/ntdll/RtlNewSecurityGrantedAccess.S b/libc/nt/ntdll/RtlNewSecurityGrantedAccess.S new file mode 100644 index 000000000..ec1c885aa --- /dev/null +++ b/libc/nt/ntdll/RtlNewSecurityGrantedAccess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNewSecurityGrantedAccess,RtlNewSecurityGrantedAccess diff --git a/libc/nt/ntdll/RtlNewSecurityGrantedAccess.s b/libc/nt/ntdll/RtlNewSecurityGrantedAccess.s deleted file mode 100644 index b85d90fe7..000000000 --- a/libc/nt/ntdll/RtlNewSecurityGrantedAccess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNewSecurityGrantedAccess diff --git a/libc/nt/ntdll/RtlNewSecurityObject.S b/libc/nt/ntdll/RtlNewSecurityObject.S new file mode 100644 index 000000000..6cada308e --- /dev/null +++ b/libc/nt/ntdll/RtlNewSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNewSecurityObject,RtlNewSecurityObject diff --git a/libc/nt/ntdll/RtlNewSecurityObject.s b/libc/nt/ntdll/RtlNewSecurityObject.s deleted file mode 100644 index 0a8feab40..000000000 --- a/libc/nt/ntdll/RtlNewSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNewSecurityObject diff --git a/libc/nt/ntdll/RtlNewSecurityObjectEx.S b/libc/nt/ntdll/RtlNewSecurityObjectEx.S new file mode 100644 index 000000000..1c9ab45fa --- /dev/null +++ b/libc/nt/ntdll/RtlNewSecurityObjectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNewSecurityObjectEx,RtlNewSecurityObjectEx diff --git a/libc/nt/ntdll/RtlNewSecurityObjectEx.s b/libc/nt/ntdll/RtlNewSecurityObjectEx.s deleted file mode 100644 index dbae6ec5a..000000000 --- a/libc/nt/ntdll/RtlNewSecurityObjectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNewSecurityObjectEx diff --git a/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.S b/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.S new file mode 100644 index 000000000..2f09ffa59 --- /dev/null +++ b/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNewSecurityObjectWithMultipleInheritance,RtlNewSecurityObjectWithMultipleInheritance diff --git a/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.s b/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.s deleted file mode 100644 index d9a0a26af..000000000 --- a/libc/nt/ntdll/RtlNewSecurityObjectWithMultipleInheritance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNewSecurityObjectWithMultipleInheritance diff --git a/libc/nt/ntdll/RtlNormalizeProcessParams.S b/libc/nt/ntdll/RtlNormalizeProcessParams.S new file mode 100644 index 000000000..c0b8891d4 --- /dev/null +++ b/libc/nt/ntdll/RtlNormalizeProcessParams.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNormalizeProcessParams,RtlNormalizeProcessParams diff --git a/libc/nt/ntdll/RtlNormalizeProcessParams.s b/libc/nt/ntdll/RtlNormalizeProcessParams.s deleted file mode 100644 index b35e33cb8..000000000 --- a/libc/nt/ntdll/RtlNormalizeProcessParams.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNormalizeProcessParams diff --git a/libc/nt/ntdll/RtlNormalizeString.S b/libc/nt/ntdll/RtlNormalizeString.S new file mode 100644 index 000000000..eb9cd81cf --- /dev/null +++ b/libc/nt/ntdll/RtlNormalizeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNormalizeString,RtlNormalizeString diff --git a/libc/nt/ntdll/RtlNormalizeString.s b/libc/nt/ntdll/RtlNormalizeString.s deleted file mode 100644 index e1c32c769..000000000 --- a/libc/nt/ntdll/RtlNormalizeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNormalizeString diff --git a/libc/nt/ntdll/RtlNtPathNameToDosPathName.S b/libc/nt/ntdll/RtlNtPathNameToDosPathName.S new file mode 100644 index 000000000..c22f0d7a5 --- /dev/null +++ b/libc/nt/ntdll/RtlNtPathNameToDosPathName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNtPathNameToDosPathName,RtlNtPathNameToDosPathName diff --git a/libc/nt/ntdll/RtlNtPathNameToDosPathName.s b/libc/nt/ntdll/RtlNtPathNameToDosPathName.s deleted file mode 100644 index e87caeb08..000000000 --- a/libc/nt/ntdll/RtlNtPathNameToDosPathName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNtPathNameToDosPathName diff --git a/libc/nt/ntdll/RtlNtStatusToDosError.S b/libc/nt/ntdll/RtlNtStatusToDosError.S new file mode 100644 index 000000000..38e79a811 --- /dev/null +++ b/libc/nt/ntdll/RtlNtStatusToDosError.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNtStatusToDosError,RtlNtStatusToDosError + +#ifdef __x86_64__ + .text.windows +RtlNtStatusToDosError: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlNtStatusToDosError(%rip) + leave + ret + .endfn RtlNtStatusToDosError,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlNtStatusToDosError.s b/libc/nt/ntdll/RtlNtStatusToDosError.s deleted file mode 100644 index 615c4e95c..000000000 --- a/libc/nt/ntdll/RtlNtStatusToDosError.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNtStatusToDosError - - .text.windows -RtlNtStatusToDosError: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlNtStatusToDosError(%rip) - leave - ret - .endfn RtlNtStatusToDosError,globl - .previous diff --git a/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.S b/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.S new file mode 100644 index 000000000..1969fa90c --- /dev/null +++ b/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNtStatusToDosErrorNoTeb,RtlNtStatusToDosErrorNoTeb diff --git a/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.s b/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.s deleted file mode 100644 index 4ec1471bd..000000000 --- a/libc/nt/ntdll/RtlNtStatusToDosErrorNoTeb.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNtStatusToDosErrorNoTeb diff --git a/libc/nt/ntdll/RtlNtdllName.S b/libc/nt/ntdll/RtlNtdllName.S new file mode 100644 index 000000000..ae62c1077 --- /dev/null +++ b/libc/nt/ntdll/RtlNtdllName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNtdllName,RtlNtdllName diff --git a/libc/nt/ntdll/RtlNtdllName.s b/libc/nt/ntdll/RtlNtdllName.s deleted file mode 100644 index 710ef9602..000000000 --- a/libc/nt/ntdll/RtlNtdllName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNtdllName diff --git a/libc/nt/ntdll/RtlNumberGenericTableElements.S b/libc/nt/ntdll/RtlNumberGenericTableElements.S new file mode 100644 index 000000000..6925d74d8 --- /dev/null +++ b/libc/nt/ntdll/RtlNumberGenericTableElements.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberGenericTableElements,RtlNumberGenericTableElements diff --git a/libc/nt/ntdll/RtlNumberGenericTableElements.s b/libc/nt/ntdll/RtlNumberGenericTableElements.s deleted file mode 100644 index 2283167e2..000000000 --- a/libc/nt/ntdll/RtlNumberGenericTableElements.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberGenericTableElements diff --git a/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.S b/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.S new file mode 100644 index 000000000..4f4f79eae --- /dev/null +++ b/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberGenericTableElementsAvl,RtlNumberGenericTableElementsAvl diff --git a/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.s b/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.s deleted file mode 100644 index 538003224..000000000 --- a/libc/nt/ntdll/RtlNumberGenericTableElementsAvl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberGenericTableElementsAvl diff --git a/libc/nt/ntdll/RtlNumberOfClearBits.S b/libc/nt/ntdll/RtlNumberOfClearBits.S new file mode 100644 index 000000000..ede34e8d4 --- /dev/null +++ b/libc/nt/ntdll/RtlNumberOfClearBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberOfClearBits,RtlNumberOfClearBits diff --git a/libc/nt/ntdll/RtlNumberOfClearBits.s b/libc/nt/ntdll/RtlNumberOfClearBits.s deleted file mode 100644 index c9aaf6127..000000000 --- a/libc/nt/ntdll/RtlNumberOfClearBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberOfClearBits diff --git a/libc/nt/ntdll/RtlNumberOfClearBitsInRange.S b/libc/nt/ntdll/RtlNumberOfClearBitsInRange.S new file mode 100644 index 000000000..de098e9fe --- /dev/null +++ b/libc/nt/ntdll/RtlNumberOfClearBitsInRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberOfClearBitsInRange,RtlNumberOfClearBitsInRange diff --git a/libc/nt/ntdll/RtlNumberOfClearBitsInRange.s b/libc/nt/ntdll/RtlNumberOfClearBitsInRange.s deleted file mode 100644 index bbfda31e4..000000000 --- a/libc/nt/ntdll/RtlNumberOfClearBitsInRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberOfClearBitsInRange diff --git a/libc/nt/ntdll/RtlNumberOfSetBits.S b/libc/nt/ntdll/RtlNumberOfSetBits.S new file mode 100644 index 000000000..1eaa4351e --- /dev/null +++ b/libc/nt/ntdll/RtlNumberOfSetBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberOfSetBits,RtlNumberOfSetBits diff --git a/libc/nt/ntdll/RtlNumberOfSetBits.s b/libc/nt/ntdll/RtlNumberOfSetBits.s deleted file mode 100644 index 6dfb71a03..000000000 --- a/libc/nt/ntdll/RtlNumberOfSetBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberOfSetBits diff --git a/libc/nt/ntdll/RtlNumberOfSetBitsInRange.S b/libc/nt/ntdll/RtlNumberOfSetBitsInRange.S new file mode 100644 index 000000000..917e456fe --- /dev/null +++ b/libc/nt/ntdll/RtlNumberOfSetBitsInRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberOfSetBitsInRange,RtlNumberOfSetBitsInRange diff --git a/libc/nt/ntdll/RtlNumberOfSetBitsInRange.s b/libc/nt/ntdll/RtlNumberOfSetBitsInRange.s deleted file mode 100644 index e856508eb..000000000 --- a/libc/nt/ntdll/RtlNumberOfSetBitsInRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberOfSetBitsInRange diff --git a/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.S b/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.S new file mode 100644 index 000000000..b4c00228b --- /dev/null +++ b/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlNumberOfSetBitsUlongPtr,RtlNumberOfSetBitsUlongPtr diff --git a/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.s b/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.s deleted file mode 100644 index a0f926d15..000000000 --- a/libc/nt/ntdll/RtlNumberOfSetBitsUlongPtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlNumberOfSetBitsUlongPtr diff --git a/libc/nt/ntdll/RtlOemStringToUnicodeSize.S b/libc/nt/ntdll/RtlOemStringToUnicodeSize.S new file mode 100644 index 000000000..c9b38eb58 --- /dev/null +++ b/libc/nt/ntdll/RtlOemStringToUnicodeSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOemStringToUnicodeSize,RtlOemStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlOemStringToUnicodeSize.s b/libc/nt/ntdll/RtlOemStringToUnicodeSize.s deleted file mode 100644 index e28bdc43c..000000000 --- a/libc/nt/ntdll/RtlOemStringToUnicodeSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOemStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlOemStringToUnicodeString.S b/libc/nt/ntdll/RtlOemStringToUnicodeString.S new file mode 100644 index 000000000..34792126e --- /dev/null +++ b/libc/nt/ntdll/RtlOemStringToUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOemStringToUnicodeString,RtlOemStringToUnicodeString diff --git a/libc/nt/ntdll/RtlOemStringToUnicodeString.s b/libc/nt/ntdll/RtlOemStringToUnicodeString.s deleted file mode 100644 index 8c23644a9..000000000 --- a/libc/nt/ntdll/RtlOemStringToUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOemStringToUnicodeString diff --git a/libc/nt/ntdll/RtlOemToUnicodeN.S b/libc/nt/ntdll/RtlOemToUnicodeN.S new file mode 100644 index 000000000..3b13dd4fa --- /dev/null +++ b/libc/nt/ntdll/RtlOemToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOemToUnicodeN,RtlOemToUnicodeN diff --git a/libc/nt/ntdll/RtlOemToUnicodeN.s b/libc/nt/ntdll/RtlOemToUnicodeN.s deleted file mode 100644 index 1aebabf39..000000000 --- a/libc/nt/ntdll/RtlOemToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOemToUnicodeN diff --git a/libc/nt/ntdll/RtlOpenCurrentUser.S b/libc/nt/ntdll/RtlOpenCurrentUser.S new file mode 100644 index 000000000..aad7a20a8 --- /dev/null +++ b/libc/nt/ntdll/RtlOpenCurrentUser.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOpenCurrentUser,RtlOpenCurrentUser diff --git a/libc/nt/ntdll/RtlOpenCurrentUser.s b/libc/nt/ntdll/RtlOpenCurrentUser.s deleted file mode 100644 index fa3baafdc..000000000 --- a/libc/nt/ntdll/RtlOpenCurrentUser.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOpenCurrentUser diff --git a/libc/nt/ntdll/RtlOsDeploymentState.S b/libc/nt/ntdll/RtlOsDeploymentState.S new file mode 100644 index 000000000..0a26258d3 --- /dev/null +++ b/libc/nt/ntdll/RtlOsDeploymentState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOsDeploymentState,RtlOsDeploymentState diff --git a/libc/nt/ntdll/RtlOsDeploymentState.s b/libc/nt/ntdll/RtlOsDeploymentState.s deleted file mode 100644 index 327ce2d1b..000000000 --- a/libc/nt/ntdll/RtlOsDeploymentState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOsDeploymentState diff --git a/libc/nt/ntdll/RtlOwnerAcesPresent.S b/libc/nt/ntdll/RtlOwnerAcesPresent.S new file mode 100644 index 000000000..162675442 --- /dev/null +++ b/libc/nt/ntdll/RtlOwnerAcesPresent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlOwnerAcesPresent,RtlOwnerAcesPresent diff --git a/libc/nt/ntdll/RtlOwnerAcesPresent.s b/libc/nt/ntdll/RtlOwnerAcesPresent.s deleted file mode 100644 index 43d9c3fed..000000000 --- a/libc/nt/ntdll/RtlOwnerAcesPresent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlOwnerAcesPresent diff --git a/libc/nt/ntdll/RtlPcToFileHeader.S b/libc/nt/ntdll/RtlPcToFileHeader.S new file mode 100644 index 000000000..25bec6634 --- /dev/null +++ b/libc/nt/ntdll/RtlPcToFileHeader.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPcToFileHeader,RtlPcToFileHeader diff --git a/libc/nt/ntdll/RtlPcToFileHeader.s b/libc/nt/ntdll/RtlPcToFileHeader.s deleted file mode 100644 index f9bd5e433..000000000 --- a/libc/nt/ntdll/RtlPcToFileHeader.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPcToFileHeader diff --git a/libc/nt/ntdll/RtlPinAtomInAtomTable.S b/libc/nt/ntdll/RtlPinAtomInAtomTable.S new file mode 100644 index 000000000..66aa3dd45 --- /dev/null +++ b/libc/nt/ntdll/RtlPinAtomInAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPinAtomInAtomTable,RtlPinAtomInAtomTable diff --git a/libc/nt/ntdll/RtlPinAtomInAtomTable.s b/libc/nt/ntdll/RtlPinAtomInAtomTable.s deleted file mode 100644 index 7df22807f..000000000 --- a/libc/nt/ntdll/RtlPinAtomInAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPinAtomInAtomTable diff --git a/libc/nt/ntdll/RtlPopFrame.S b/libc/nt/ntdll/RtlPopFrame.S new file mode 100644 index 000000000..64250e043 --- /dev/null +++ b/libc/nt/ntdll/RtlPopFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPopFrame,RtlPopFrame diff --git a/libc/nt/ntdll/RtlPopFrame.s b/libc/nt/ntdll/RtlPopFrame.s deleted file mode 100644 index 6320cec1b..000000000 --- a/libc/nt/ntdll/RtlPopFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPopFrame diff --git a/libc/nt/ntdll/RtlPrefixString.S b/libc/nt/ntdll/RtlPrefixString.S new file mode 100644 index 000000000..308cab32b --- /dev/null +++ b/libc/nt/ntdll/RtlPrefixString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPrefixString,RtlPrefixString diff --git a/libc/nt/ntdll/RtlPrefixString.s b/libc/nt/ntdll/RtlPrefixString.s deleted file mode 100644 index 16db3550f..000000000 --- a/libc/nt/ntdll/RtlPrefixString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPrefixString diff --git a/libc/nt/ntdll/RtlPrefixUnicodeString.S b/libc/nt/ntdll/RtlPrefixUnicodeString.S new file mode 100644 index 000000000..d1ae2a7a5 --- /dev/null +++ b/libc/nt/ntdll/RtlPrefixUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPrefixUnicodeString,RtlPrefixUnicodeString diff --git a/libc/nt/ntdll/RtlPrefixUnicodeString.s b/libc/nt/ntdll/RtlPrefixUnicodeString.s deleted file mode 100644 index 537d75f6d..000000000 --- a/libc/nt/ntdll/RtlPrefixUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPrefixUnicodeString diff --git a/libc/nt/ntdll/RtlPrepareForProcessCloning.S b/libc/nt/ntdll/RtlPrepareForProcessCloning.S new file mode 100644 index 000000000..de6de1f6e --- /dev/null +++ b/libc/nt/ntdll/RtlPrepareForProcessCloning.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPrepareForProcessCloning,RtlPrepareForProcessCloning diff --git a/libc/nt/ntdll/RtlPrepareForProcessCloning.s b/libc/nt/ntdll/RtlPrepareForProcessCloning.s deleted file mode 100644 index 7f45efeb0..000000000 --- a/libc/nt/ntdll/RtlPrepareForProcessCloning.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPrepareForProcessCloning diff --git a/libc/nt/ntdll/RtlProcessFlsData.S b/libc/nt/ntdll/RtlProcessFlsData.S new file mode 100644 index 000000000..1c9f30ac9 --- /dev/null +++ b/libc/nt/ntdll/RtlProcessFlsData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlProcessFlsData,RtlProcessFlsData diff --git a/libc/nt/ntdll/RtlProcessFlsData.s b/libc/nt/ntdll/RtlProcessFlsData.s deleted file mode 100644 index af8620efa..000000000 --- a/libc/nt/ntdll/RtlProcessFlsData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlProcessFlsData diff --git a/libc/nt/ntdll/RtlProtectHeap.S b/libc/nt/ntdll/RtlProtectHeap.S new file mode 100644 index 000000000..eda6fe418 --- /dev/null +++ b/libc/nt/ntdll/RtlProtectHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlProtectHeap,RtlProtectHeap diff --git a/libc/nt/ntdll/RtlProtectHeap.s b/libc/nt/ntdll/RtlProtectHeap.s deleted file mode 100644 index d05846b53..000000000 --- a/libc/nt/ntdll/RtlProtectHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlProtectHeap diff --git a/libc/nt/ntdll/RtlPublishWnfStateData.S b/libc/nt/ntdll/RtlPublishWnfStateData.S new file mode 100644 index 000000000..8a135aadf --- /dev/null +++ b/libc/nt/ntdll/RtlPublishWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPublishWnfStateData,RtlPublishWnfStateData diff --git a/libc/nt/ntdll/RtlPublishWnfStateData.s b/libc/nt/ntdll/RtlPublishWnfStateData.s deleted file mode 100644 index a09184031..000000000 --- a/libc/nt/ntdll/RtlPublishWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPublishWnfStateData diff --git a/libc/nt/ntdll/RtlPushFrame.S b/libc/nt/ntdll/RtlPushFrame.S new file mode 100644 index 000000000..f753df608 --- /dev/null +++ b/libc/nt/ntdll/RtlPushFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlPushFrame,RtlPushFrame diff --git a/libc/nt/ntdll/RtlPushFrame.s b/libc/nt/ntdll/RtlPushFrame.s deleted file mode 100644 index 04db66446..000000000 --- a/libc/nt/ntdll/RtlPushFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlPushFrame diff --git a/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.S b/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.S new file mode 100644 index 000000000..12d5bd4c7 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryActivationContextApplicationSettings,RtlQueryActivationContextApplicationSettings diff --git a/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.s b/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.s deleted file mode 100644 index 96fb4bb2f..000000000 --- a/libc/nt/ntdll/RtlQueryActivationContextApplicationSettings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryActivationContextApplicationSettings diff --git a/libc/nt/ntdll/RtlQueryAtomInAtomTable.S b/libc/nt/ntdll/RtlQueryAtomInAtomTable.S new file mode 100644 index 000000000..3d0f85583 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryAtomInAtomTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryAtomInAtomTable,RtlQueryAtomInAtomTable diff --git a/libc/nt/ntdll/RtlQueryAtomInAtomTable.s b/libc/nt/ntdll/RtlQueryAtomInAtomTable.s deleted file mode 100644 index a16ff9099..000000000 --- a/libc/nt/ntdll/RtlQueryAtomInAtomTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryAtomInAtomTable diff --git a/libc/nt/ntdll/RtlQueryCriticalSectionOwner.S b/libc/nt/ntdll/RtlQueryCriticalSectionOwner.S new file mode 100644 index 000000000..c0ce595ec --- /dev/null +++ b/libc/nt/ntdll/RtlQueryCriticalSectionOwner.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryCriticalSectionOwner,RtlQueryCriticalSectionOwner diff --git a/libc/nt/ntdll/RtlQueryCriticalSectionOwner.s b/libc/nt/ntdll/RtlQueryCriticalSectionOwner.s deleted file mode 100644 index 6e09deb8d..000000000 --- a/libc/nt/ntdll/RtlQueryCriticalSectionOwner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryCriticalSectionOwner diff --git a/libc/nt/ntdll/RtlQueryDepthSList.S b/libc/nt/ntdll/RtlQueryDepthSList.S new file mode 100644 index 000000000..0ce90ee04 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryDepthSList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryDepthSList,RtlQueryDepthSList diff --git a/libc/nt/ntdll/RtlQueryDepthSList.s b/libc/nt/ntdll/RtlQueryDepthSList.s deleted file mode 100644 index 8e2b44b90..000000000 --- a/libc/nt/ntdll/RtlQueryDepthSList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryDepthSList diff --git a/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.S b/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.S new file mode 100644 index 000000000..82c4118f7 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryDynamicTimeZoneInformation,RtlQueryDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.s b/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.s deleted file mode 100644 index 504d7e426..000000000 --- a/libc/nt/ntdll/RtlQueryDynamicTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlQueryElevationFlags.S b/libc/nt/ntdll/RtlQueryElevationFlags.S new file mode 100644 index 000000000..8f4e4248e --- /dev/null +++ b/libc/nt/ntdll/RtlQueryElevationFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryElevationFlags,RtlQueryElevationFlags diff --git a/libc/nt/ntdll/RtlQueryElevationFlags.s b/libc/nt/ntdll/RtlQueryElevationFlags.s deleted file mode 100644 index 91d2588fe..000000000 --- a/libc/nt/ntdll/RtlQueryElevationFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryElevationFlags diff --git a/libc/nt/ntdll/RtlQueryEnvironmentVariable.S b/libc/nt/ntdll/RtlQueryEnvironmentVariable.S new file mode 100644 index 000000000..cf9a5554d --- /dev/null +++ b/libc/nt/ntdll/RtlQueryEnvironmentVariable.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryEnvironmentVariable,RtlQueryEnvironmentVariable + +#ifdef __x86_64__ + .text.windows +RtlQueryEnvironmentVariable: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlQueryEnvironmentVariable(%rip),%rax + jmp __sysv2nt + .endfn RtlQueryEnvironmentVariable,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlQueryEnvironmentVariable.s b/libc/nt/ntdll/RtlQueryEnvironmentVariable.s deleted file mode 100644 index 95cf5eeb0..000000000 --- a/libc/nt/ntdll/RtlQueryEnvironmentVariable.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryEnvironmentVariable - - .text.windows -RtlQueryEnvironmentVariable: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlQueryEnvironmentVariable(%rip),%rax - jmp __sysv2nt - .endfn RtlQueryEnvironmentVariable,globl - .previous diff --git a/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.S b/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.S new file mode 100644 index 000000000..29dff0520 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryEnvironmentVariable_U,RtlQueryEnvironmentVariable_U diff --git a/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.s b/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.s deleted file mode 100644 index a025f4146..000000000 --- a/libc/nt/ntdll/RtlQueryEnvironmentVariable_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryEnvironmentVariable_U diff --git a/libc/nt/ntdll/RtlQueryHeapInformation.S b/libc/nt/ntdll/RtlQueryHeapInformation.S new file mode 100644 index 000000000..6e1126d58 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryHeapInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryHeapInformation,RtlQueryHeapInformation diff --git a/libc/nt/ntdll/RtlQueryHeapInformation.s b/libc/nt/ntdll/RtlQueryHeapInformation.s deleted file mode 100644 index 64ae38a69..000000000 --- a/libc/nt/ntdll/RtlQueryHeapInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryHeapInformation diff --git a/libc/nt/ntdll/RtlQueryImageMitigationPolicy.S b/libc/nt/ntdll/RtlQueryImageMitigationPolicy.S new file mode 100644 index 000000000..781ec8a54 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryImageMitigationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryImageMitigationPolicy,RtlQueryImageMitigationPolicy diff --git a/libc/nt/ntdll/RtlQueryImageMitigationPolicy.s b/libc/nt/ntdll/RtlQueryImageMitigationPolicy.s deleted file mode 100644 index 5c08748a8..000000000 --- a/libc/nt/ntdll/RtlQueryImageMitigationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryImageMitigationPolicy diff --git a/libc/nt/ntdll/RtlQueryInformationAcl.S b/libc/nt/ntdll/RtlQueryInformationAcl.S new file mode 100644 index 000000000..a751ddc60 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryInformationAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryInformationAcl,RtlQueryInformationAcl diff --git a/libc/nt/ntdll/RtlQueryInformationAcl.s b/libc/nt/ntdll/RtlQueryInformationAcl.s deleted file mode 100644 index 60eaa0e52..000000000 --- a/libc/nt/ntdll/RtlQueryInformationAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryInformationAcl diff --git a/libc/nt/ntdll/RtlQueryInformationActivationContext.S b/libc/nt/ntdll/RtlQueryInformationActivationContext.S new file mode 100644 index 000000000..1ccf67a09 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryInformationActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryInformationActivationContext,RtlQueryInformationActivationContext diff --git a/libc/nt/ntdll/RtlQueryInformationActivationContext.s b/libc/nt/ntdll/RtlQueryInformationActivationContext.s deleted file mode 100644 index 68a004729..000000000 --- a/libc/nt/ntdll/RtlQueryInformationActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryInformationActivationContext diff --git a/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.S b/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.S new file mode 100644 index 000000000..c0a4b4e7e --- /dev/null +++ b/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryInformationActiveActivationContext,RtlQueryInformationActiveActivationContext diff --git a/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.s b/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.s deleted file mode 100644 index 886ab5271..000000000 --- a/libc/nt/ntdll/RtlQueryInformationActiveActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryInformationActiveActivationContext diff --git a/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.S b/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.S new file mode 100644 index 000000000..f71c1bf9f --- /dev/null +++ b/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryInterfaceMemoryStream,RtlQueryInterfaceMemoryStream diff --git a/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.s b/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.s deleted file mode 100644 index 52e7bfa40..000000000 --- a/libc/nt/ntdll/RtlQueryInterfaceMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryInterfaceMemoryStream diff --git a/libc/nt/ntdll/RtlQueryModuleInformation.S b/libc/nt/ntdll/RtlQueryModuleInformation.S new file mode 100644 index 000000000..3c698977e --- /dev/null +++ b/libc/nt/ntdll/RtlQueryModuleInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryModuleInformation,RtlQueryModuleInformation diff --git a/libc/nt/ntdll/RtlQueryModuleInformation.s b/libc/nt/ntdll/RtlQueryModuleInformation.s deleted file mode 100644 index 6fa79de8c..000000000 --- a/libc/nt/ntdll/RtlQueryModuleInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryModuleInformation diff --git a/libc/nt/ntdll/RtlQueryPackageClaims.S b/libc/nt/ntdll/RtlQueryPackageClaims.S new file mode 100644 index 000000000..e1b00d17b --- /dev/null +++ b/libc/nt/ntdll/RtlQueryPackageClaims.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryPackageClaims,RtlQueryPackageClaims diff --git a/libc/nt/ntdll/RtlQueryPackageClaims.s b/libc/nt/ntdll/RtlQueryPackageClaims.s deleted file mode 100644 index ca45b3aad..000000000 --- a/libc/nt/ntdll/RtlQueryPackageClaims.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryPackageClaims diff --git a/libc/nt/ntdll/RtlQueryPackageIdentity.S b/libc/nt/ntdll/RtlQueryPackageIdentity.S new file mode 100644 index 000000000..36f086041 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryPackageIdentity.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryPackageIdentity,RtlQueryPackageIdentity diff --git a/libc/nt/ntdll/RtlQueryPackageIdentity.s b/libc/nt/ntdll/RtlQueryPackageIdentity.s deleted file mode 100644 index 995fc7333..000000000 --- a/libc/nt/ntdll/RtlQueryPackageIdentity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryPackageIdentity diff --git a/libc/nt/ntdll/RtlQueryPackageIdentityEx.S b/libc/nt/ntdll/RtlQueryPackageIdentityEx.S new file mode 100644 index 000000000..028c3543d --- /dev/null +++ b/libc/nt/ntdll/RtlQueryPackageIdentityEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryPackageIdentityEx,RtlQueryPackageIdentityEx diff --git a/libc/nt/ntdll/RtlQueryPackageIdentityEx.s b/libc/nt/ntdll/RtlQueryPackageIdentityEx.s deleted file mode 100644 index e25b600bc..000000000 --- a/libc/nt/ntdll/RtlQueryPackageIdentityEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryPackageIdentityEx diff --git a/libc/nt/ntdll/RtlQueryPerformanceCounter.S b/libc/nt/ntdll/RtlQueryPerformanceCounter.S new file mode 100644 index 000000000..9e241423f --- /dev/null +++ b/libc/nt/ntdll/RtlQueryPerformanceCounter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryPerformanceCounter,RtlQueryPerformanceCounter diff --git a/libc/nt/ntdll/RtlQueryPerformanceCounter.s b/libc/nt/ntdll/RtlQueryPerformanceCounter.s deleted file mode 100644 index 489a0585f..000000000 --- a/libc/nt/ntdll/RtlQueryPerformanceCounter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryPerformanceCounter diff --git a/libc/nt/ntdll/RtlQueryPerformanceFrequency.S b/libc/nt/ntdll/RtlQueryPerformanceFrequency.S new file mode 100644 index 000000000..79864a0e5 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryPerformanceFrequency.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryPerformanceFrequency,RtlQueryPerformanceFrequency diff --git a/libc/nt/ntdll/RtlQueryPerformanceFrequency.s b/libc/nt/ntdll/RtlQueryPerformanceFrequency.s deleted file mode 100644 index e00f66e28..000000000 --- a/libc/nt/ntdll/RtlQueryPerformanceFrequency.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryPerformanceFrequency diff --git a/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.S b/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.S new file mode 100644 index 000000000..1bd035bee --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProcessBackTraceInformation,RtlQueryProcessBackTraceInformation diff --git a/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.s b/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.s deleted file mode 100644 index 6c5001d3d..000000000 --- a/libc/nt/ntdll/RtlQueryProcessBackTraceInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProcessBackTraceInformation diff --git a/libc/nt/ntdll/RtlQueryProcessDebugInformation.S b/libc/nt/ntdll/RtlQueryProcessDebugInformation.S new file mode 100644 index 000000000..90cdf0dcc --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProcessDebugInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProcessDebugInformation,RtlQueryProcessDebugInformation diff --git a/libc/nt/ntdll/RtlQueryProcessDebugInformation.s b/libc/nt/ntdll/RtlQueryProcessDebugInformation.s deleted file mode 100644 index e3d6075e6..000000000 --- a/libc/nt/ntdll/RtlQueryProcessDebugInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProcessDebugInformation diff --git a/libc/nt/ntdll/RtlQueryProcessHeapInformation.S b/libc/nt/ntdll/RtlQueryProcessHeapInformation.S new file mode 100644 index 000000000..742e2460e --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProcessHeapInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProcessHeapInformation,RtlQueryProcessHeapInformation diff --git a/libc/nt/ntdll/RtlQueryProcessHeapInformation.s b/libc/nt/ntdll/RtlQueryProcessHeapInformation.s deleted file mode 100644 index b24abf8ed..000000000 --- a/libc/nt/ntdll/RtlQueryProcessHeapInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProcessHeapInformation diff --git a/libc/nt/ntdll/RtlQueryProcessLockInformation.S b/libc/nt/ntdll/RtlQueryProcessLockInformation.S new file mode 100644 index 000000000..377d0b9b3 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProcessLockInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProcessLockInformation,RtlQueryProcessLockInformation diff --git a/libc/nt/ntdll/RtlQueryProcessLockInformation.s b/libc/nt/ntdll/RtlQueryProcessLockInformation.s deleted file mode 100644 index 7edcb5de1..000000000 --- a/libc/nt/ntdll/RtlQueryProcessLockInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProcessLockInformation diff --git a/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.S b/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.S new file mode 100644 index 000000000..53031145d --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProcessPlaceholderCompatibilityMode,RtlQueryProcessPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.s b/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.s deleted file mode 100644 index a535f33ac..000000000 --- a/libc/nt/ntdll/RtlQueryProcessPlaceholderCompatibilityMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProcessPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlQueryProtectedPolicy.S b/libc/nt/ntdll/RtlQueryProtectedPolicy.S new file mode 100644 index 000000000..eae8d2930 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryProtectedPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryProtectedPolicy,RtlQueryProtectedPolicy diff --git a/libc/nt/ntdll/RtlQueryProtectedPolicy.s b/libc/nt/ntdll/RtlQueryProtectedPolicy.s deleted file mode 100644 index 70e425d24..000000000 --- a/libc/nt/ntdll/RtlQueryProtectedPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryProtectedPolicy diff --git a/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.S b/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.S new file mode 100644 index 000000000..f34bff5f0 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryRegistryValueWithFallback,RtlQueryRegistryValueWithFallback diff --git a/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.s b/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.s deleted file mode 100644 index 9179e5268..000000000 --- a/libc/nt/ntdll/RtlQueryRegistryValueWithFallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryRegistryValueWithFallback diff --git a/libc/nt/ntdll/RtlQueryRegistryValues.S b/libc/nt/ntdll/RtlQueryRegistryValues.S new file mode 100644 index 000000000..b19bebcdf --- /dev/null +++ b/libc/nt/ntdll/RtlQueryRegistryValues.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryRegistryValues,RtlQueryRegistryValues diff --git a/libc/nt/ntdll/RtlQueryRegistryValues.s b/libc/nt/ntdll/RtlQueryRegistryValues.s deleted file mode 100644 index aeab9a526..000000000 --- a/libc/nt/ntdll/RtlQueryRegistryValues.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryRegistryValues diff --git a/libc/nt/ntdll/RtlQueryRegistryValuesEx.S b/libc/nt/ntdll/RtlQueryRegistryValuesEx.S new file mode 100644 index 000000000..72a675060 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryRegistryValuesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryRegistryValuesEx,RtlQueryRegistryValuesEx diff --git a/libc/nt/ntdll/RtlQueryRegistryValuesEx.s b/libc/nt/ntdll/RtlQueryRegistryValuesEx.s deleted file mode 100644 index bb238cc5b..000000000 --- a/libc/nt/ntdll/RtlQueryRegistryValuesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryRegistryValuesEx diff --git a/libc/nt/ntdll/RtlQueryResourcePolicy.S b/libc/nt/ntdll/RtlQueryResourcePolicy.S new file mode 100644 index 000000000..2977cbb42 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryResourcePolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryResourcePolicy,RtlQueryResourcePolicy diff --git a/libc/nt/ntdll/RtlQueryResourcePolicy.s b/libc/nt/ntdll/RtlQueryResourcePolicy.s deleted file mode 100644 index 7e3545001..000000000 --- a/libc/nt/ntdll/RtlQueryResourcePolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryResourcePolicy diff --git a/libc/nt/ntdll/RtlQuerySecurityObject.S b/libc/nt/ntdll/RtlQuerySecurityObject.S new file mode 100644 index 000000000..e48a0fa51 --- /dev/null +++ b/libc/nt/ntdll/RtlQuerySecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQuerySecurityObject,RtlQuerySecurityObject diff --git a/libc/nt/ntdll/RtlQuerySecurityObject.s b/libc/nt/ntdll/RtlQuerySecurityObject.s deleted file mode 100644 index 3e0f484c8..000000000 --- a/libc/nt/ntdll/RtlQuerySecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQuerySecurityObject diff --git a/libc/nt/ntdll/RtlQueryTagHeap.S b/libc/nt/ntdll/RtlQueryTagHeap.S new file mode 100644 index 000000000..01120bbf1 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryTagHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryTagHeap,RtlQueryTagHeap diff --git a/libc/nt/ntdll/RtlQueryTagHeap.s b/libc/nt/ntdll/RtlQueryTagHeap.s deleted file mode 100644 index a8190a7ff..000000000 --- a/libc/nt/ntdll/RtlQueryTagHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryTagHeap diff --git a/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.S b/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.S new file mode 100644 index 000000000..a4607c51f --- /dev/null +++ b/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryThreadPlaceholderCompatibilityMode,RtlQueryThreadPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.s b/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.s deleted file mode 100644 index b0d53a672..000000000 --- a/libc/nt/ntdll/RtlQueryThreadPlaceholderCompatibilityMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryThreadPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlQueryThreadProfiling.S b/libc/nt/ntdll/RtlQueryThreadProfiling.S new file mode 100644 index 000000000..a395d1695 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryThreadProfiling.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryThreadProfiling,RtlQueryThreadProfiling diff --git a/libc/nt/ntdll/RtlQueryThreadProfiling.s b/libc/nt/ntdll/RtlQueryThreadProfiling.s deleted file mode 100644 index c81325ae1..000000000 --- a/libc/nt/ntdll/RtlQueryThreadProfiling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryThreadProfiling diff --git a/libc/nt/ntdll/RtlQueryTimeZoneInformation.S b/libc/nt/ntdll/RtlQueryTimeZoneInformation.S new file mode 100644 index 000000000..e8a95c511 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryTimeZoneInformation,RtlQueryTimeZoneInformation diff --git a/libc/nt/ntdll/RtlQueryTimeZoneInformation.s b/libc/nt/ntdll/RtlQueryTimeZoneInformation.s deleted file mode 100644 index 5a81b8499..000000000 --- a/libc/nt/ntdll/RtlQueryTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryTimeZoneInformation diff --git a/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.S b/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.S new file mode 100644 index 000000000..1272594fc --- /dev/null +++ b/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryTokenHostIdAsUlong64,RtlQueryTokenHostIdAsUlong64 diff --git a/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.s b/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.s deleted file mode 100644 index 4dec02d05..000000000 --- a/libc/nt/ntdll/RtlQueryTokenHostIdAsUlong64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryTokenHostIdAsUlong64 diff --git a/libc/nt/ntdll/RtlQueryUmsThreadInformation.S b/libc/nt/ntdll/RtlQueryUmsThreadInformation.S new file mode 100644 index 000000000..711382043 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryUmsThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryUmsThreadInformation,RtlQueryUmsThreadInformation diff --git a/libc/nt/ntdll/RtlQueryUmsThreadInformation.s b/libc/nt/ntdll/RtlQueryUmsThreadInformation.s deleted file mode 100644 index 54c493e37..000000000 --- a/libc/nt/ntdll/RtlQueryUmsThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryUmsThreadInformation diff --git a/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.S b/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.S new file mode 100644 index 000000000..794299915 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryUnbiasedInterruptTime,RtlQueryUnbiasedInterruptTime diff --git a/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.s b/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.s deleted file mode 100644 index a487cae5e..000000000 --- a/libc/nt/ntdll/RtlQueryUnbiasedInterruptTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryUnbiasedInterruptTime diff --git a/libc/nt/ntdll/RtlQueryValidationRunlevel.S b/libc/nt/ntdll/RtlQueryValidationRunlevel.S new file mode 100644 index 000000000..c17bc4ff2 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryValidationRunlevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryValidationRunlevel,RtlQueryValidationRunlevel diff --git a/libc/nt/ntdll/RtlQueryValidationRunlevel.s b/libc/nt/ntdll/RtlQueryValidationRunlevel.s deleted file mode 100644 index bf177e810..000000000 --- a/libc/nt/ntdll/RtlQueryValidationRunlevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryValidationRunlevel diff --git a/libc/nt/ntdll/RtlQueryWnfMetaNotification.S b/libc/nt/ntdll/RtlQueryWnfMetaNotification.S new file mode 100644 index 000000000..2ba614d37 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryWnfMetaNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryWnfMetaNotification,RtlQueryWnfMetaNotification diff --git a/libc/nt/ntdll/RtlQueryWnfMetaNotification.s b/libc/nt/ntdll/RtlQueryWnfMetaNotification.s deleted file mode 100644 index b89336d7f..000000000 --- a/libc/nt/ntdll/RtlQueryWnfMetaNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryWnfMetaNotification diff --git a/libc/nt/ntdll/RtlQueryWnfStateData.S b/libc/nt/ntdll/RtlQueryWnfStateData.S new file mode 100644 index 000000000..536c46219 --- /dev/null +++ b/libc/nt/ntdll/RtlQueryWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryWnfStateData,RtlQueryWnfStateData diff --git a/libc/nt/ntdll/RtlQueryWnfStateData.s b/libc/nt/ntdll/RtlQueryWnfStateData.s deleted file mode 100644 index 4f842fda2..000000000 --- a/libc/nt/ntdll/RtlQueryWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryWnfStateData diff --git a/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.S b/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.S new file mode 100644 index 000000000..a552e5e4d --- /dev/null +++ b/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueryWnfStateDataWithExplicitScope,RtlQueryWnfStateDataWithExplicitScope diff --git a/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.s b/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.s deleted file mode 100644 index 7d3c985d5..000000000 --- a/libc/nt/ntdll/RtlQueryWnfStateDataWithExplicitScope.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueryWnfStateDataWithExplicitScope diff --git a/libc/nt/ntdll/RtlQueueWorkItem.S b/libc/nt/ntdll/RtlQueueWorkItem.S new file mode 100644 index 000000000..7dad65741 --- /dev/null +++ b/libc/nt/ntdll/RtlQueueWorkItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlQueueWorkItem,RtlQueueWorkItem diff --git a/libc/nt/ntdll/RtlQueueWorkItem.s b/libc/nt/ntdll/RtlQueueWorkItem.s deleted file mode 100644 index efa43bf99..000000000 --- a/libc/nt/ntdll/RtlQueueWorkItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlQueueWorkItem diff --git a/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.S b/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.S new file mode 100644 index 000000000..3f61977b7 --- /dev/null +++ b/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRaiseCustomSystemEventTrigger,RtlRaiseCustomSystemEventTrigger diff --git a/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.s b/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.s deleted file mode 100644 index d09cdd833..000000000 --- a/libc/nt/ntdll/RtlRaiseCustomSystemEventTrigger.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRaiseCustomSystemEventTrigger diff --git a/libc/nt/ntdll/RtlRaiseException.S b/libc/nt/ntdll/RtlRaiseException.S new file mode 100644 index 000000000..f111dbfea --- /dev/null +++ b/libc/nt/ntdll/RtlRaiseException.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRaiseException,RtlRaiseException diff --git a/libc/nt/ntdll/RtlRaiseException.s b/libc/nt/ntdll/RtlRaiseException.s deleted file mode 100644 index e09cd45f9..000000000 --- a/libc/nt/ntdll/RtlRaiseException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRaiseException diff --git a/libc/nt/ntdll/RtlRaiseStatus.S b/libc/nt/ntdll/RtlRaiseStatus.S new file mode 100644 index 000000000..c3666824f --- /dev/null +++ b/libc/nt/ntdll/RtlRaiseStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRaiseStatus,RtlRaiseStatus diff --git a/libc/nt/ntdll/RtlRaiseStatus.s b/libc/nt/ntdll/RtlRaiseStatus.s deleted file mode 100644 index d7e3559dc..000000000 --- a/libc/nt/ntdll/RtlRaiseStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRaiseStatus diff --git a/libc/nt/ntdll/RtlRandom.S b/libc/nt/ntdll/RtlRandom.S new file mode 100644 index 000000000..c74b65c25 --- /dev/null +++ b/libc/nt/ntdll/RtlRandom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRandom,RtlRandom diff --git a/libc/nt/ntdll/RtlRandom.s b/libc/nt/ntdll/RtlRandom.s deleted file mode 100644 index 37384c126..000000000 --- a/libc/nt/ntdll/RtlRandom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRandom diff --git a/libc/nt/ntdll/RtlRandomEx.S b/libc/nt/ntdll/RtlRandomEx.S new file mode 100644 index 000000000..4f98020be --- /dev/null +++ b/libc/nt/ntdll/RtlRandomEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRandomEx,RtlRandomEx diff --git a/libc/nt/ntdll/RtlRandomEx.s b/libc/nt/ntdll/RtlRandomEx.s deleted file mode 100644 index 63450d390..000000000 --- a/libc/nt/ntdll/RtlRandomEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRandomEx diff --git a/libc/nt/ntdll/RtlRbInsertNodeEx.S b/libc/nt/ntdll/RtlRbInsertNodeEx.S new file mode 100644 index 000000000..089e6d916 --- /dev/null +++ b/libc/nt/ntdll/RtlRbInsertNodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRbInsertNodeEx,RtlRbInsertNodeEx diff --git a/libc/nt/ntdll/RtlRbInsertNodeEx.s b/libc/nt/ntdll/RtlRbInsertNodeEx.s deleted file mode 100644 index 8e137be58..000000000 --- a/libc/nt/ntdll/RtlRbInsertNodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRbInsertNodeEx diff --git a/libc/nt/ntdll/RtlRbRemoveNode.S b/libc/nt/ntdll/RtlRbRemoveNode.S new file mode 100644 index 000000000..e4c7f4698 --- /dev/null +++ b/libc/nt/ntdll/RtlRbRemoveNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRbRemoveNode,RtlRbRemoveNode diff --git a/libc/nt/ntdll/RtlRbRemoveNode.s b/libc/nt/ntdll/RtlRbRemoveNode.s deleted file mode 100644 index 934aa82cd..000000000 --- a/libc/nt/ntdll/RtlRbRemoveNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRbRemoveNode diff --git a/libc/nt/ntdll/RtlReAllocateHeap.S b/libc/nt/ntdll/RtlReAllocateHeap.S new file mode 100644 index 000000000..c2e099273 --- /dev/null +++ b/libc/nt/ntdll/RtlReAllocateHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReAllocateHeap,RtlReAllocateHeap + +#ifdef __x86_64__ + .text.windows +RtlReAllocateHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlReAllocateHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlReAllocateHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlReAllocateHeap.s b/libc/nt/ntdll/RtlReAllocateHeap.s deleted file mode 100644 index dc442b404..000000000 --- a/libc/nt/ntdll/RtlReAllocateHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReAllocateHeap - - .text.windows -RtlReAllocateHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlReAllocateHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlReAllocateHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlReadMemoryStream.S b/libc/nt/ntdll/RtlReadMemoryStream.S new file mode 100644 index 000000000..cf74b646a --- /dev/null +++ b/libc/nt/ntdll/RtlReadMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReadMemoryStream,RtlReadMemoryStream diff --git a/libc/nt/ntdll/RtlReadMemoryStream.s b/libc/nt/ntdll/RtlReadMemoryStream.s deleted file mode 100644 index 99e0786a5..000000000 --- a/libc/nt/ntdll/RtlReadMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReadMemoryStream diff --git a/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.S b/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.S new file mode 100644 index 000000000..c9969c024 --- /dev/null +++ b/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReadOutOfProcessMemoryStream,RtlReadOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.s b/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.s deleted file mode 100644 index f513bdb86..000000000 --- a/libc/nt/ntdll/RtlReadOutOfProcessMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReadOutOfProcessMemoryStream diff --git a/libc/nt/ntdll/RtlReadThreadProfilingData.S b/libc/nt/ntdll/RtlReadThreadProfilingData.S new file mode 100644 index 000000000..b66bdfff1 --- /dev/null +++ b/libc/nt/ntdll/RtlReadThreadProfilingData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReadThreadProfilingData,RtlReadThreadProfilingData diff --git a/libc/nt/ntdll/RtlReadThreadProfilingData.s b/libc/nt/ntdll/RtlReadThreadProfilingData.s deleted file mode 100644 index 8c6171159..000000000 --- a/libc/nt/ntdll/RtlReadThreadProfilingData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReadThreadProfilingData diff --git a/libc/nt/ntdll/RtlRealPredecessor.S b/libc/nt/ntdll/RtlRealPredecessor.S new file mode 100644 index 000000000..c35c6b059 --- /dev/null +++ b/libc/nt/ntdll/RtlRealPredecessor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRealPredecessor,RtlRealPredecessor diff --git a/libc/nt/ntdll/RtlRealPredecessor.s b/libc/nt/ntdll/RtlRealPredecessor.s deleted file mode 100644 index db9c279ed..000000000 --- a/libc/nt/ntdll/RtlRealPredecessor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRealPredecessor diff --git a/libc/nt/ntdll/RtlRealSuccessor.S b/libc/nt/ntdll/RtlRealSuccessor.S new file mode 100644 index 000000000..be2488f2b --- /dev/null +++ b/libc/nt/ntdll/RtlRealSuccessor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRealSuccessor,RtlRealSuccessor diff --git a/libc/nt/ntdll/RtlRealSuccessor.s b/libc/nt/ntdll/RtlRealSuccessor.s deleted file mode 100644 index d3c1b257c..000000000 --- a/libc/nt/ntdll/RtlRealSuccessor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRealSuccessor diff --git a/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.S b/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.S new file mode 100644 index 000000000..cf8482e58 --- /dev/null +++ b/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRegisterForWnfMetaNotification,RtlRegisterForWnfMetaNotification diff --git a/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.s b/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.s deleted file mode 100644 index 6bbe3d3c6..000000000 --- a/libc/nt/ntdll/RtlRegisterForWnfMetaNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRegisterForWnfMetaNotification diff --git a/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.S b/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.S new file mode 100644 index 000000000..b01e4fbcb --- /dev/null +++ b/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRegisterSecureMemoryCacheCallback,RtlRegisterSecureMemoryCacheCallback diff --git a/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.s b/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.s deleted file mode 100644 index 6584c08af..000000000 --- a/libc/nt/ntdll/RtlRegisterSecureMemoryCacheCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRegisterSecureMemoryCacheCallback diff --git a/libc/nt/ntdll/RtlRegisterThreadWithCsrss.S b/libc/nt/ntdll/RtlRegisterThreadWithCsrss.S new file mode 100644 index 000000000..ed533face --- /dev/null +++ b/libc/nt/ntdll/RtlRegisterThreadWithCsrss.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRegisterThreadWithCsrss,RtlRegisterThreadWithCsrss diff --git a/libc/nt/ntdll/RtlRegisterThreadWithCsrss.s b/libc/nt/ntdll/RtlRegisterThreadWithCsrss.s deleted file mode 100644 index b3d321f52..000000000 --- a/libc/nt/ntdll/RtlRegisterThreadWithCsrss.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRegisterThreadWithCsrss diff --git a/libc/nt/ntdll/RtlRegisterWait.S b/libc/nt/ntdll/RtlRegisterWait.S new file mode 100644 index 000000000..3aca4b5f0 --- /dev/null +++ b/libc/nt/ntdll/RtlRegisterWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRegisterWait,RtlRegisterWait diff --git a/libc/nt/ntdll/RtlRegisterWait.s b/libc/nt/ntdll/RtlRegisterWait.s deleted file mode 100644 index f7afaf997..000000000 --- a/libc/nt/ntdll/RtlRegisterWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRegisterWait diff --git a/libc/nt/ntdll/RtlReleaseActivationContext.S b/libc/nt/ntdll/RtlReleaseActivationContext.S new file mode 100644 index 000000000..78e136a82 --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseActivationContext,RtlReleaseActivationContext diff --git a/libc/nt/ntdll/RtlReleaseActivationContext.s b/libc/nt/ntdll/RtlReleaseActivationContext.s deleted file mode 100644 index a25193b74..000000000 --- a/libc/nt/ntdll/RtlReleaseActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseActivationContext diff --git a/libc/nt/ntdll/RtlReleaseMemoryStream.S b/libc/nt/ntdll/RtlReleaseMemoryStream.S new file mode 100644 index 000000000..3af35db5a --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseMemoryStream,RtlReleaseMemoryStream diff --git a/libc/nt/ntdll/RtlReleaseMemoryStream.s b/libc/nt/ntdll/RtlReleaseMemoryStream.s deleted file mode 100644 index 2da90ad23..000000000 --- a/libc/nt/ntdll/RtlReleaseMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseMemoryStream diff --git a/libc/nt/ntdll/RtlReleasePath.S b/libc/nt/ntdll/RtlReleasePath.S new file mode 100644 index 000000000..e970e055e --- /dev/null +++ b/libc/nt/ntdll/RtlReleasePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleasePath,RtlReleasePath diff --git a/libc/nt/ntdll/RtlReleasePath.s b/libc/nt/ntdll/RtlReleasePath.s deleted file mode 100644 index 0755dd79a..000000000 --- a/libc/nt/ntdll/RtlReleasePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleasePath diff --git a/libc/nt/ntdll/RtlReleasePebLock.S b/libc/nt/ntdll/RtlReleasePebLock.S new file mode 100644 index 000000000..0e885ee0b --- /dev/null +++ b/libc/nt/ntdll/RtlReleasePebLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleasePebLock,RtlReleasePebLock diff --git a/libc/nt/ntdll/RtlReleasePebLock.s b/libc/nt/ntdll/RtlReleasePebLock.s deleted file mode 100644 index c429d0168..000000000 --- a/libc/nt/ntdll/RtlReleasePebLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleasePebLock diff --git a/libc/nt/ntdll/RtlReleasePrivilege.S b/libc/nt/ntdll/RtlReleasePrivilege.S new file mode 100644 index 000000000..e2c50ade7 --- /dev/null +++ b/libc/nt/ntdll/RtlReleasePrivilege.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleasePrivilege,RtlReleasePrivilege diff --git a/libc/nt/ntdll/RtlReleasePrivilege.s b/libc/nt/ntdll/RtlReleasePrivilege.s deleted file mode 100644 index 11de72267..000000000 --- a/libc/nt/ntdll/RtlReleasePrivilege.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleasePrivilege diff --git a/libc/nt/ntdll/RtlReleaseRelativeName.S b/libc/nt/ntdll/RtlReleaseRelativeName.S new file mode 100644 index 000000000..6b2ee6fa1 --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseRelativeName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseRelativeName,RtlReleaseRelativeName diff --git a/libc/nt/ntdll/RtlReleaseRelativeName.s b/libc/nt/ntdll/RtlReleaseRelativeName.s deleted file mode 100644 index 5463e6cb1..000000000 --- a/libc/nt/ntdll/RtlReleaseRelativeName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseRelativeName diff --git a/libc/nt/ntdll/RtlReleaseResource.S b/libc/nt/ntdll/RtlReleaseResource.S new file mode 100644 index 000000000..cfe4eb3d5 --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseResource,RtlReleaseResource diff --git a/libc/nt/ntdll/RtlReleaseResource.s b/libc/nt/ntdll/RtlReleaseResource.s deleted file mode 100644 index c3fbe45ec..000000000 --- a/libc/nt/ntdll/RtlReleaseResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseResource diff --git a/libc/nt/ntdll/RtlReleaseSRWLockExclusive.S b/libc/nt/ntdll/RtlReleaseSRWLockExclusive.S new file mode 100644 index 000000000..c1246c417 --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseSRWLockExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseSRWLockExclusive,RtlReleaseSRWLockExclusive diff --git a/libc/nt/ntdll/RtlReleaseSRWLockExclusive.s b/libc/nt/ntdll/RtlReleaseSRWLockExclusive.s deleted file mode 100644 index f66b32f45..000000000 --- a/libc/nt/ntdll/RtlReleaseSRWLockExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseSRWLockExclusive diff --git a/libc/nt/ntdll/RtlReleaseSRWLockShared.S b/libc/nt/ntdll/RtlReleaseSRWLockShared.S new file mode 100644 index 000000000..38a9c9ebd --- /dev/null +++ b/libc/nt/ntdll/RtlReleaseSRWLockShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReleaseSRWLockShared,RtlReleaseSRWLockShared diff --git a/libc/nt/ntdll/RtlReleaseSRWLockShared.s b/libc/nt/ntdll/RtlReleaseSRWLockShared.s deleted file mode 100644 index c0de4381a..000000000 --- a/libc/nt/ntdll/RtlReleaseSRWLockShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReleaseSRWLockShared diff --git a/libc/nt/ntdll/RtlRemoteCall.S b/libc/nt/ntdll/RtlRemoteCall.S new file mode 100644 index 000000000..d1cdb99be --- /dev/null +++ b/libc/nt/ntdll/RtlRemoteCall.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRemoteCall,RtlRemoteCall diff --git a/libc/nt/ntdll/RtlRemoteCall.s b/libc/nt/ntdll/RtlRemoteCall.s deleted file mode 100644 index 3f40fe805..000000000 --- a/libc/nt/ntdll/RtlRemoteCall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRemoteCall diff --git a/libc/nt/ntdll/RtlRemoveEntryHashTable.S b/libc/nt/ntdll/RtlRemoveEntryHashTable.S new file mode 100644 index 000000000..19c5a0ab8 --- /dev/null +++ b/libc/nt/ntdll/RtlRemoveEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRemoveEntryHashTable,RtlRemoveEntryHashTable diff --git a/libc/nt/ntdll/RtlRemoveEntryHashTable.s b/libc/nt/ntdll/RtlRemoveEntryHashTable.s deleted file mode 100644 index 7fc0d1fb7..000000000 --- a/libc/nt/ntdll/RtlRemoveEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRemoveEntryHashTable diff --git a/libc/nt/ntdll/RtlRemovePrivileges.S b/libc/nt/ntdll/RtlRemovePrivileges.S new file mode 100644 index 000000000..709b000fe --- /dev/null +++ b/libc/nt/ntdll/RtlRemovePrivileges.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRemovePrivileges,RtlRemovePrivileges diff --git a/libc/nt/ntdll/RtlRemovePrivileges.s b/libc/nt/ntdll/RtlRemovePrivileges.s deleted file mode 100644 index 9515dea6d..000000000 --- a/libc/nt/ntdll/RtlRemovePrivileges.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRemovePrivileges diff --git a/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.S b/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.S new file mode 100644 index 000000000..338b62ee2 --- /dev/null +++ b/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRemoveVectoredContinueHandler,RtlRemoveVectoredContinueHandler diff --git a/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.s b/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.s deleted file mode 100644 index ffda952e4..000000000 --- a/libc/nt/ntdll/RtlRemoveVectoredContinueHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRemoveVectoredContinueHandler diff --git a/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.S b/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.S new file mode 100644 index 000000000..694544acf --- /dev/null +++ b/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRemoveVectoredExceptionHandler,RtlRemoveVectoredExceptionHandler diff --git a/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.s b/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.s deleted file mode 100644 index fd276f6e3..000000000 --- a/libc/nt/ntdll/RtlRemoveVectoredExceptionHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRemoveVectoredExceptionHandler diff --git a/libc/nt/ntdll/RtlReplaceSidInSd.S b/libc/nt/ntdll/RtlReplaceSidInSd.S new file mode 100644 index 000000000..802b673a7 --- /dev/null +++ b/libc/nt/ntdll/RtlReplaceSidInSd.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReplaceSidInSd,RtlReplaceSidInSd diff --git a/libc/nt/ntdll/RtlReplaceSidInSd.s b/libc/nt/ntdll/RtlReplaceSidInSd.s deleted file mode 100644 index bd703d57b..000000000 --- a/libc/nt/ntdll/RtlReplaceSidInSd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReplaceSidInSd diff --git a/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.S b/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.S new file mode 100644 index 000000000..65d9c69ba --- /dev/null +++ b/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReplaceSystemDirectoryInPath,RtlReplaceSystemDirectoryInPath diff --git a/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.s b/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.s deleted file mode 100644 index 2e302e6bd..000000000 --- a/libc/nt/ntdll/RtlReplaceSystemDirectoryInPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReplaceSystemDirectoryInPath diff --git a/libc/nt/ntdll/RtlReportException.S b/libc/nt/ntdll/RtlReportException.S new file mode 100644 index 000000000..19d558478 --- /dev/null +++ b/libc/nt/ntdll/RtlReportException.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReportException,RtlReportException diff --git a/libc/nt/ntdll/RtlReportException.s b/libc/nt/ntdll/RtlReportException.s deleted file mode 100644 index 6f1652793..000000000 --- a/libc/nt/ntdll/RtlReportException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReportException diff --git a/libc/nt/ntdll/RtlReportExceptionEx.S b/libc/nt/ntdll/RtlReportExceptionEx.S new file mode 100644 index 000000000..33dca830e --- /dev/null +++ b/libc/nt/ntdll/RtlReportExceptionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReportExceptionEx,RtlReportExceptionEx diff --git a/libc/nt/ntdll/RtlReportExceptionEx.s b/libc/nt/ntdll/RtlReportExceptionEx.s deleted file mode 100644 index 2403db269..000000000 --- a/libc/nt/ntdll/RtlReportExceptionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReportExceptionEx diff --git a/libc/nt/ntdll/RtlReportSilentProcessExit.S b/libc/nt/ntdll/RtlReportSilentProcessExit.S new file mode 100644 index 000000000..64be8d998 --- /dev/null +++ b/libc/nt/ntdll/RtlReportSilentProcessExit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReportSilentProcessExit,RtlReportSilentProcessExit diff --git a/libc/nt/ntdll/RtlReportSilentProcessExit.s b/libc/nt/ntdll/RtlReportSilentProcessExit.s deleted file mode 100644 index 7a654ccef..000000000 --- a/libc/nt/ntdll/RtlReportSilentProcessExit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReportSilentProcessExit diff --git a/libc/nt/ntdll/RtlReportSqmEscalation.S b/libc/nt/ntdll/RtlReportSqmEscalation.S new file mode 100644 index 000000000..682b18805 --- /dev/null +++ b/libc/nt/ntdll/RtlReportSqmEscalation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlReportSqmEscalation,RtlReportSqmEscalation diff --git a/libc/nt/ntdll/RtlReportSqmEscalation.s b/libc/nt/ntdll/RtlReportSqmEscalation.s deleted file mode 100644 index ba692c602..000000000 --- a/libc/nt/ntdll/RtlReportSqmEscalation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlReportSqmEscalation diff --git a/libc/nt/ntdll/RtlResetMemoryBlockLookaside.S b/libc/nt/ntdll/RtlResetMemoryBlockLookaside.S new file mode 100644 index 000000000..b8e1cd0a5 --- /dev/null +++ b/libc/nt/ntdll/RtlResetMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlResetMemoryBlockLookaside,RtlResetMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlResetMemoryBlockLookaside.s b/libc/nt/ntdll/RtlResetMemoryBlockLookaside.s deleted file mode 100644 index 78b3b6fcf..000000000 --- a/libc/nt/ntdll/RtlResetMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlResetMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlResetMemoryZone.S b/libc/nt/ntdll/RtlResetMemoryZone.S new file mode 100644 index 000000000..5c8c7546d --- /dev/null +++ b/libc/nt/ntdll/RtlResetMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlResetMemoryZone,RtlResetMemoryZone diff --git a/libc/nt/ntdll/RtlResetMemoryZone.s b/libc/nt/ntdll/RtlResetMemoryZone.s deleted file mode 100644 index 2cb0f266e..000000000 --- a/libc/nt/ntdll/RtlResetMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlResetMemoryZone diff --git a/libc/nt/ntdll/RtlResetNtUserPfn.S b/libc/nt/ntdll/RtlResetNtUserPfn.S new file mode 100644 index 000000000..43cb0fa8b --- /dev/null +++ b/libc/nt/ntdll/RtlResetNtUserPfn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlResetNtUserPfn,RtlResetNtUserPfn diff --git a/libc/nt/ntdll/RtlResetNtUserPfn.s b/libc/nt/ntdll/RtlResetNtUserPfn.s deleted file mode 100644 index b4358041e..000000000 --- a/libc/nt/ntdll/RtlResetNtUserPfn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlResetNtUserPfn diff --git a/libc/nt/ntdll/RtlResetRtlTranslations.S b/libc/nt/ntdll/RtlResetRtlTranslations.S new file mode 100644 index 000000000..d3e517038 --- /dev/null +++ b/libc/nt/ntdll/RtlResetRtlTranslations.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlResetRtlTranslations,RtlResetRtlTranslations diff --git a/libc/nt/ntdll/RtlResetRtlTranslations.s b/libc/nt/ntdll/RtlResetRtlTranslations.s deleted file mode 100644 index d2d5ebbb1..000000000 --- a/libc/nt/ntdll/RtlResetRtlTranslations.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlResetRtlTranslations diff --git a/libc/nt/ntdll/RtlRestoreBootStatusDefaults.S b/libc/nt/ntdll/RtlRestoreBootStatusDefaults.S new file mode 100644 index 000000000..13b81ada4 --- /dev/null +++ b/libc/nt/ntdll/RtlRestoreBootStatusDefaults.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRestoreBootStatusDefaults,RtlRestoreBootStatusDefaults diff --git a/libc/nt/ntdll/RtlRestoreBootStatusDefaults.s b/libc/nt/ntdll/RtlRestoreBootStatusDefaults.s deleted file mode 100644 index 3029d8dde..000000000 --- a/libc/nt/ntdll/RtlRestoreBootStatusDefaults.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRestoreBootStatusDefaults diff --git a/libc/nt/ntdll/RtlRestoreContext.S b/libc/nt/ntdll/RtlRestoreContext.S new file mode 100644 index 000000000..d04a57367 --- /dev/null +++ b/libc/nt/ntdll/RtlRestoreContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRestoreContext,RtlRestoreContext diff --git a/libc/nt/ntdll/RtlRestoreContext.s b/libc/nt/ntdll/RtlRestoreContext.s deleted file mode 100644 index 8afd1c53d..000000000 --- a/libc/nt/ntdll/RtlRestoreContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRestoreContext diff --git a/libc/nt/ntdll/RtlRestoreLastWin32Error.S b/libc/nt/ntdll/RtlRestoreLastWin32Error.S new file mode 100644 index 000000000..5a680f1b0 --- /dev/null +++ b/libc/nt/ntdll/RtlRestoreLastWin32Error.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRestoreLastWin32Error,RtlRestoreLastWin32Error diff --git a/libc/nt/ntdll/RtlRestoreLastWin32Error.s b/libc/nt/ntdll/RtlRestoreLastWin32Error.s deleted file mode 100644 index fe0758408..000000000 --- a/libc/nt/ntdll/RtlRestoreLastWin32Error.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRestoreLastWin32Error diff --git a/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.S b/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.S new file mode 100644 index 000000000..bfcff13f0 --- /dev/null +++ b/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRestoreSystemBootStatusDefaults,RtlRestoreSystemBootStatusDefaults diff --git a/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.s b/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.s deleted file mode 100644 index 60215bfeb..000000000 --- a/libc/nt/ntdll/RtlRestoreSystemBootStatusDefaults.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRestoreSystemBootStatusDefaults diff --git a/libc/nt/ntdll/RtlRetrieveNtUserPfn.S b/libc/nt/ntdll/RtlRetrieveNtUserPfn.S new file mode 100644 index 000000000..a3f1a894b --- /dev/null +++ b/libc/nt/ntdll/RtlRetrieveNtUserPfn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRetrieveNtUserPfn,RtlRetrieveNtUserPfn diff --git a/libc/nt/ntdll/RtlRetrieveNtUserPfn.s b/libc/nt/ntdll/RtlRetrieveNtUserPfn.s deleted file mode 100644 index 7ae34d141..000000000 --- a/libc/nt/ntdll/RtlRetrieveNtUserPfn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRetrieveNtUserPfn diff --git a/libc/nt/ntdll/RtlRevertMemoryStream.S b/libc/nt/ntdll/RtlRevertMemoryStream.S new file mode 100644 index 000000000..2f14e2f18 --- /dev/null +++ b/libc/nt/ntdll/RtlRevertMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRevertMemoryStream,RtlRevertMemoryStream diff --git a/libc/nt/ntdll/RtlRevertMemoryStream.s b/libc/nt/ntdll/RtlRevertMemoryStream.s deleted file mode 100644 index 21353442b..000000000 --- a/libc/nt/ntdll/RtlRevertMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRevertMemoryStream diff --git a/libc/nt/ntdll/RtlRunDecodeUnicodeString.S b/libc/nt/ntdll/RtlRunDecodeUnicodeString.S new file mode 100644 index 000000000..d190970eb --- /dev/null +++ b/libc/nt/ntdll/RtlRunDecodeUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunDecodeUnicodeString,RtlRunDecodeUnicodeString diff --git a/libc/nt/ntdll/RtlRunDecodeUnicodeString.s b/libc/nt/ntdll/RtlRunDecodeUnicodeString.s deleted file mode 100644 index b29cbaae8..000000000 --- a/libc/nt/ntdll/RtlRunDecodeUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunDecodeUnicodeString diff --git a/libc/nt/ntdll/RtlRunEncodeUnicodeString.S b/libc/nt/ntdll/RtlRunEncodeUnicodeString.S new file mode 100644 index 000000000..7201ed2f7 --- /dev/null +++ b/libc/nt/ntdll/RtlRunEncodeUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunEncodeUnicodeString,RtlRunEncodeUnicodeString diff --git a/libc/nt/ntdll/RtlRunEncodeUnicodeString.s b/libc/nt/ntdll/RtlRunEncodeUnicodeString.s deleted file mode 100644 index b2d78ef29..000000000 --- a/libc/nt/ntdll/RtlRunEncodeUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunEncodeUnicodeString diff --git a/libc/nt/ntdll/RtlRunOnceBeginInitialize.S b/libc/nt/ntdll/RtlRunOnceBeginInitialize.S new file mode 100644 index 000000000..b3abe562b --- /dev/null +++ b/libc/nt/ntdll/RtlRunOnceBeginInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunOnceBeginInitialize,RtlRunOnceBeginInitialize diff --git a/libc/nt/ntdll/RtlRunOnceBeginInitialize.s b/libc/nt/ntdll/RtlRunOnceBeginInitialize.s deleted file mode 100644 index 34a01b92e..000000000 --- a/libc/nt/ntdll/RtlRunOnceBeginInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunOnceBeginInitialize diff --git a/libc/nt/ntdll/RtlRunOnceComplete.S b/libc/nt/ntdll/RtlRunOnceComplete.S new file mode 100644 index 000000000..498cedabd --- /dev/null +++ b/libc/nt/ntdll/RtlRunOnceComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunOnceComplete,RtlRunOnceComplete diff --git a/libc/nt/ntdll/RtlRunOnceComplete.s b/libc/nt/ntdll/RtlRunOnceComplete.s deleted file mode 100644 index 312840206..000000000 --- a/libc/nt/ntdll/RtlRunOnceComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunOnceComplete diff --git a/libc/nt/ntdll/RtlRunOnceExecuteOnce.S b/libc/nt/ntdll/RtlRunOnceExecuteOnce.S new file mode 100644 index 000000000..66f74e2eb --- /dev/null +++ b/libc/nt/ntdll/RtlRunOnceExecuteOnce.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunOnceExecuteOnce,RtlRunOnceExecuteOnce diff --git a/libc/nt/ntdll/RtlRunOnceExecuteOnce.s b/libc/nt/ntdll/RtlRunOnceExecuteOnce.s deleted file mode 100644 index cb28c6c12..000000000 --- a/libc/nt/ntdll/RtlRunOnceExecuteOnce.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunOnceExecuteOnce diff --git a/libc/nt/ntdll/RtlRunOnceInitialize.S b/libc/nt/ntdll/RtlRunOnceInitialize.S new file mode 100644 index 000000000..0e939a5df --- /dev/null +++ b/libc/nt/ntdll/RtlRunOnceInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlRunOnceInitialize,RtlRunOnceInitialize diff --git a/libc/nt/ntdll/RtlRunOnceInitialize.s b/libc/nt/ntdll/RtlRunOnceInitialize.s deleted file mode 100644 index caaeaee72..000000000 --- a/libc/nt/ntdll/RtlRunOnceInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlRunOnceInitialize diff --git a/libc/nt/ntdll/RtlSecondsSince1970ToTime.S b/libc/nt/ntdll/RtlSecondsSince1970ToTime.S new file mode 100644 index 000000000..e5c8ad459 --- /dev/null +++ b/libc/nt/ntdll/RtlSecondsSince1970ToTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSecondsSince1970ToTime,RtlSecondsSince1970ToTime diff --git a/libc/nt/ntdll/RtlSecondsSince1970ToTime.s b/libc/nt/ntdll/RtlSecondsSince1970ToTime.s deleted file mode 100644 index 356faeac2..000000000 --- a/libc/nt/ntdll/RtlSecondsSince1970ToTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSecondsSince1970ToTime diff --git a/libc/nt/ntdll/RtlSecondsSince1980ToTime.S b/libc/nt/ntdll/RtlSecondsSince1980ToTime.S new file mode 100644 index 000000000..2cecf0eb5 --- /dev/null +++ b/libc/nt/ntdll/RtlSecondsSince1980ToTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSecondsSince1980ToTime,RtlSecondsSince1980ToTime diff --git a/libc/nt/ntdll/RtlSecondsSince1980ToTime.s b/libc/nt/ntdll/RtlSecondsSince1980ToTime.s deleted file mode 100644 index 733cc0ca4..000000000 --- a/libc/nt/ntdll/RtlSecondsSince1980ToTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSecondsSince1980ToTime diff --git a/libc/nt/ntdll/RtlSeekMemoryStream.S b/libc/nt/ntdll/RtlSeekMemoryStream.S new file mode 100644 index 000000000..8afbdd28a --- /dev/null +++ b/libc/nt/ntdll/RtlSeekMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSeekMemoryStream,RtlSeekMemoryStream diff --git a/libc/nt/ntdll/RtlSeekMemoryStream.s b/libc/nt/ntdll/RtlSeekMemoryStream.s deleted file mode 100644 index add7dd0be..000000000 --- a/libc/nt/ntdll/RtlSeekMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSeekMemoryStream diff --git a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.S b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.S new file mode 100644 index 000000000..daa626431 --- /dev/null +++ b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSelfRelativeToAbsoluteSD,RtlSelfRelativeToAbsoluteSD diff --git a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.s b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.s deleted file mode 100644 index c3a856d3a..000000000 --- a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSelfRelativeToAbsoluteSD diff --git a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.S b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.S new file mode 100644 index 000000000..f8acc466a --- /dev/null +++ b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSelfRelativeToAbsoluteSD2,RtlSelfRelativeToAbsoluteSD2 diff --git a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.s b/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.s deleted file mode 100644 index 7ed404ccb..000000000 --- a/libc/nt/ntdll/RtlSelfRelativeToAbsoluteSD2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSelfRelativeToAbsoluteSD2 diff --git a/libc/nt/ntdll/RtlSendMsgToSm.S b/libc/nt/ntdll/RtlSendMsgToSm.S new file mode 100644 index 000000000..b5b57210b --- /dev/null +++ b/libc/nt/ntdll/RtlSendMsgToSm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSendMsgToSm,RtlSendMsgToSm diff --git a/libc/nt/ntdll/RtlSendMsgToSm.s b/libc/nt/ntdll/RtlSendMsgToSm.s deleted file mode 100644 index 42f8faab9..000000000 --- a/libc/nt/ntdll/RtlSendMsgToSm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSendMsgToSm diff --git a/libc/nt/ntdll/RtlSetAllBits.S b/libc/nt/ntdll/RtlSetAllBits.S new file mode 100644 index 000000000..250669c02 --- /dev/null +++ b/libc/nt/ntdll/RtlSetAllBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetAllBits,RtlSetAllBits diff --git a/libc/nt/ntdll/RtlSetAllBits.s b/libc/nt/ntdll/RtlSetAllBits.s deleted file mode 100644 index ec4c6363a..000000000 --- a/libc/nt/ntdll/RtlSetAllBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetAllBits diff --git a/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.S b/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.S new file mode 100644 index 000000000..0b2d5269f --- /dev/null +++ b/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetAttributesSecurityDescriptor,RtlSetAttributesSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.s b/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.s deleted file mode 100644 index f304ac4f4..000000000 --- a/libc/nt/ntdll/RtlSetAttributesSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetAttributesSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetBit.S b/libc/nt/ntdll/RtlSetBit.S new file mode 100644 index 000000000..8be6753f7 --- /dev/null +++ b/libc/nt/ntdll/RtlSetBit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetBit,RtlSetBit diff --git a/libc/nt/ntdll/RtlSetBit.s b/libc/nt/ntdll/RtlSetBit.s deleted file mode 100644 index 9b8bb60e0..000000000 --- a/libc/nt/ntdll/RtlSetBit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetBit diff --git a/libc/nt/ntdll/RtlSetBits.S b/libc/nt/ntdll/RtlSetBits.S new file mode 100644 index 000000000..0fb3d3499 --- /dev/null +++ b/libc/nt/ntdll/RtlSetBits.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetBits,RtlSetBits diff --git a/libc/nt/ntdll/RtlSetBits.s b/libc/nt/ntdll/RtlSetBits.s deleted file mode 100644 index e899222f4..000000000 --- a/libc/nt/ntdll/RtlSetBits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetBits diff --git a/libc/nt/ntdll/RtlSetControlSecurityDescriptor.S b/libc/nt/ntdll/RtlSetControlSecurityDescriptor.S new file mode 100644 index 000000000..090de16d8 --- /dev/null +++ b/libc/nt/ntdll/RtlSetControlSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetControlSecurityDescriptor,RtlSetControlSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetControlSecurityDescriptor.s b/libc/nt/ntdll/RtlSetControlSecurityDescriptor.s deleted file mode 100644 index 858b0fa8f..000000000 --- a/libc/nt/ntdll/RtlSetControlSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetControlSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.S b/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.S new file mode 100644 index 000000000..21100514e --- /dev/null +++ b/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetCriticalSectionSpinCount,RtlSetCriticalSectionSpinCount diff --git a/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.s b/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.s deleted file mode 100644 index a92cf0b6d..000000000 --- a/libc/nt/ntdll/RtlSetCriticalSectionSpinCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetCriticalSectionSpinCount diff --git a/libc/nt/ntdll/RtlSetCurrentDirectory_U.S b/libc/nt/ntdll/RtlSetCurrentDirectory_U.S new file mode 100644 index 000000000..625238da1 --- /dev/null +++ b/libc/nt/ntdll/RtlSetCurrentDirectory_U.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetCurrentDirectory_U,RtlSetCurrentDirectory_U diff --git a/libc/nt/ntdll/RtlSetCurrentDirectory_U.s b/libc/nt/ntdll/RtlSetCurrentDirectory_U.s deleted file mode 100644 index 0c5637940..000000000 --- a/libc/nt/ntdll/RtlSetCurrentDirectory_U.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetCurrentDirectory_U diff --git a/libc/nt/ntdll/RtlSetCurrentEnvironment.S b/libc/nt/ntdll/RtlSetCurrentEnvironment.S new file mode 100644 index 000000000..4379b16b6 --- /dev/null +++ b/libc/nt/ntdll/RtlSetCurrentEnvironment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetCurrentEnvironment,RtlSetCurrentEnvironment diff --git a/libc/nt/ntdll/RtlSetCurrentEnvironment.s b/libc/nt/ntdll/RtlSetCurrentEnvironment.s deleted file mode 100644 index 83bf9a62a..000000000 --- a/libc/nt/ntdll/RtlSetCurrentEnvironment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetCurrentEnvironment diff --git a/libc/nt/ntdll/RtlSetCurrentTransaction.S b/libc/nt/ntdll/RtlSetCurrentTransaction.S new file mode 100644 index 000000000..11187a126 --- /dev/null +++ b/libc/nt/ntdll/RtlSetCurrentTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetCurrentTransaction,RtlSetCurrentTransaction diff --git a/libc/nt/ntdll/RtlSetCurrentTransaction.s b/libc/nt/ntdll/RtlSetCurrentTransaction.s deleted file mode 100644 index 450241150..000000000 --- a/libc/nt/ntdll/RtlSetCurrentTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetCurrentTransaction diff --git a/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.S b/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.S new file mode 100644 index 000000000..d9a61725e --- /dev/null +++ b/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetDaclSecurityDescriptor,RtlSetDaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.s b/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.s deleted file mode 100644 index 38a94baca..000000000 --- a/libc/nt/ntdll/RtlSetDaclSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetDaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.S b/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.S new file mode 100644 index 000000000..fa32d7d13 --- /dev/null +++ b/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetDynamicTimeZoneInformation,RtlSetDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.s b/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.s deleted file mode 100644 index ec70e2d93..000000000 --- a/libc/nt/ntdll/RtlSetDynamicTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlSetEnvironmentStrings.S b/libc/nt/ntdll/RtlSetEnvironmentStrings.S new file mode 100644 index 000000000..f3cba1e58 --- /dev/null +++ b/libc/nt/ntdll/RtlSetEnvironmentStrings.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetEnvironmentStrings,RtlSetEnvironmentStrings diff --git a/libc/nt/ntdll/RtlSetEnvironmentStrings.s b/libc/nt/ntdll/RtlSetEnvironmentStrings.s deleted file mode 100644 index 57a5e309b..000000000 --- a/libc/nt/ntdll/RtlSetEnvironmentStrings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetEnvironmentStrings diff --git a/libc/nt/ntdll/RtlSetEnvironmentVar.S b/libc/nt/ntdll/RtlSetEnvironmentVar.S new file mode 100644 index 000000000..e83fca66e --- /dev/null +++ b/libc/nt/ntdll/RtlSetEnvironmentVar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetEnvironmentVar,RtlSetEnvironmentVar diff --git a/libc/nt/ntdll/RtlSetEnvironmentVar.s b/libc/nt/ntdll/RtlSetEnvironmentVar.s deleted file mode 100644 index 117e6f939..000000000 --- a/libc/nt/ntdll/RtlSetEnvironmentVar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetEnvironmentVar diff --git a/libc/nt/ntdll/RtlSetEnvironmentVariable.S b/libc/nt/ntdll/RtlSetEnvironmentVariable.S new file mode 100644 index 000000000..73d6d9613 --- /dev/null +++ b/libc/nt/ntdll/RtlSetEnvironmentVariable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetEnvironmentVariable,RtlSetEnvironmentVariable diff --git a/libc/nt/ntdll/RtlSetEnvironmentVariable.s b/libc/nt/ntdll/RtlSetEnvironmentVariable.s deleted file mode 100644 index d4a7e0ae8..000000000 --- a/libc/nt/ntdll/RtlSetEnvironmentVariable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetEnvironmentVariable diff --git a/libc/nt/ntdll/RtlSetExtendedFeaturesMask.S b/libc/nt/ntdll/RtlSetExtendedFeaturesMask.S new file mode 100644 index 000000000..7cccf7dbf --- /dev/null +++ b/libc/nt/ntdll/RtlSetExtendedFeaturesMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetExtendedFeaturesMask,RtlSetExtendedFeaturesMask diff --git a/libc/nt/ntdll/RtlSetExtendedFeaturesMask.s b/libc/nt/ntdll/RtlSetExtendedFeaturesMask.s deleted file mode 100644 index b3411b96b..000000000 --- a/libc/nt/ntdll/RtlSetExtendedFeaturesMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetExtendedFeaturesMask diff --git a/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.S b/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.S new file mode 100644 index 000000000..3d3baf239 --- /dev/null +++ b/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetGroupSecurityDescriptor,RtlSetGroupSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.s b/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.s deleted file mode 100644 index d78dcbfe7..000000000 --- a/libc/nt/ntdll/RtlSetGroupSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetGroupSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetHeapInformation.S b/libc/nt/ntdll/RtlSetHeapInformation.S new file mode 100644 index 000000000..45484bb3e --- /dev/null +++ b/libc/nt/ntdll/RtlSetHeapInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetHeapInformation,RtlSetHeapInformation diff --git a/libc/nt/ntdll/RtlSetHeapInformation.s b/libc/nt/ntdll/RtlSetHeapInformation.s deleted file mode 100644 index 90dfe17ff..000000000 --- a/libc/nt/ntdll/RtlSetHeapInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetHeapInformation diff --git a/libc/nt/ntdll/RtlSetImageMitigationPolicy.S b/libc/nt/ntdll/RtlSetImageMitigationPolicy.S new file mode 100644 index 000000000..f8968f81b --- /dev/null +++ b/libc/nt/ntdll/RtlSetImageMitigationPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetImageMitigationPolicy,RtlSetImageMitigationPolicy diff --git a/libc/nt/ntdll/RtlSetImageMitigationPolicy.s b/libc/nt/ntdll/RtlSetImageMitigationPolicy.s deleted file mode 100644 index 5b3221378..000000000 --- a/libc/nt/ntdll/RtlSetImageMitigationPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetImageMitigationPolicy diff --git a/libc/nt/ntdll/RtlSetInformationAcl.S b/libc/nt/ntdll/RtlSetInformationAcl.S new file mode 100644 index 000000000..c9b11d622 --- /dev/null +++ b/libc/nt/ntdll/RtlSetInformationAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetInformationAcl,RtlSetInformationAcl diff --git a/libc/nt/ntdll/RtlSetInformationAcl.s b/libc/nt/ntdll/RtlSetInformationAcl.s deleted file mode 100644 index 0c3739d07..000000000 --- a/libc/nt/ntdll/RtlSetInformationAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetInformationAcl diff --git a/libc/nt/ntdll/RtlSetIoCompletionCallback.S b/libc/nt/ntdll/RtlSetIoCompletionCallback.S new file mode 100644 index 000000000..1251c03a6 --- /dev/null +++ b/libc/nt/ntdll/RtlSetIoCompletionCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetIoCompletionCallback,RtlSetIoCompletionCallback diff --git a/libc/nt/ntdll/RtlSetIoCompletionCallback.s b/libc/nt/ntdll/RtlSetIoCompletionCallback.s deleted file mode 100644 index c1fe77f04..000000000 --- a/libc/nt/ntdll/RtlSetIoCompletionCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetIoCompletionCallback diff --git a/libc/nt/ntdll/RtlSetLastWin32Error.S b/libc/nt/ntdll/RtlSetLastWin32Error.S new file mode 100644 index 000000000..1fc5a6dba --- /dev/null +++ b/libc/nt/ntdll/RtlSetLastWin32Error.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetLastWin32Error,RtlSetLastWin32Error diff --git a/libc/nt/ntdll/RtlSetLastWin32Error.s b/libc/nt/ntdll/RtlSetLastWin32Error.s deleted file mode 100644 index ff2b4c91f..000000000 --- a/libc/nt/ntdll/RtlSetLastWin32Error.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetLastWin32Error diff --git a/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.S b/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.S new file mode 100644 index 000000000..c3da8cb2d --- /dev/null +++ b/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetLastWin32ErrorAndNtStatusFromNtStatus,RtlSetLastWin32ErrorAndNtStatusFromNtStatus diff --git a/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.s b/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.s deleted file mode 100644 index 86bf87e7a..000000000 --- a/libc/nt/ntdll/RtlSetLastWin32ErrorAndNtStatusFromNtStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetLastWin32ErrorAndNtStatusFromNtStatus diff --git a/libc/nt/ntdll/RtlSetMemoryStreamSize.S b/libc/nt/ntdll/RtlSetMemoryStreamSize.S new file mode 100644 index 000000000..a84280960 --- /dev/null +++ b/libc/nt/ntdll/RtlSetMemoryStreamSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetMemoryStreamSize,RtlSetMemoryStreamSize diff --git a/libc/nt/ntdll/RtlSetMemoryStreamSize.s b/libc/nt/ntdll/RtlSetMemoryStreamSize.s deleted file mode 100644 index cc9c32025..000000000 --- a/libc/nt/ntdll/RtlSetMemoryStreamSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetMemoryStreamSize diff --git a/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.S b/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.S new file mode 100644 index 000000000..5476bb568 --- /dev/null +++ b/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetOwnerSecurityDescriptor,RtlSetOwnerSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.s b/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.s deleted file mode 100644 index 49fda9d2f..000000000 --- a/libc/nt/ntdll/RtlSetOwnerSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetOwnerSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetPortableOperatingSystem.S b/libc/nt/ntdll/RtlSetPortableOperatingSystem.S new file mode 100644 index 000000000..fa0580f52 --- /dev/null +++ b/libc/nt/ntdll/RtlSetPortableOperatingSystem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetPortableOperatingSystem,RtlSetPortableOperatingSystem diff --git a/libc/nt/ntdll/RtlSetPortableOperatingSystem.s b/libc/nt/ntdll/RtlSetPortableOperatingSystem.s deleted file mode 100644 index 168c0ee52..000000000 --- a/libc/nt/ntdll/RtlSetPortableOperatingSystem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetPortableOperatingSystem diff --git a/libc/nt/ntdll/RtlSetProcessDebugInformation.S b/libc/nt/ntdll/RtlSetProcessDebugInformation.S new file mode 100644 index 000000000..b1dc93505 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProcessDebugInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProcessDebugInformation,RtlSetProcessDebugInformation diff --git a/libc/nt/ntdll/RtlSetProcessDebugInformation.s b/libc/nt/ntdll/RtlSetProcessDebugInformation.s deleted file mode 100644 index 4a21533ec..000000000 --- a/libc/nt/ntdll/RtlSetProcessDebugInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProcessDebugInformation diff --git a/libc/nt/ntdll/RtlSetProcessIsCritical.S b/libc/nt/ntdll/RtlSetProcessIsCritical.S new file mode 100644 index 000000000..2dfc8bd09 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProcessIsCritical.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProcessIsCritical,RtlSetProcessIsCritical diff --git a/libc/nt/ntdll/RtlSetProcessIsCritical.s b/libc/nt/ntdll/RtlSetProcessIsCritical.s deleted file mode 100644 index d185a39a5..000000000 --- a/libc/nt/ntdll/RtlSetProcessIsCritical.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProcessIsCritical diff --git a/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.S b/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.S new file mode 100644 index 000000000..ffc821078 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProcessPlaceholderCompatibilityMode,RtlSetProcessPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.s b/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.s deleted file mode 100644 index 74c55974c..000000000 --- a/libc/nt/ntdll/RtlSetProcessPlaceholderCompatibilityMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProcessPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.S b/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.S new file mode 100644 index 000000000..368d189c9 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProcessPreferredUILanguages,RtlSetProcessPreferredUILanguages diff --git a/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.s b/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.s deleted file mode 100644 index 69cac7cfc..000000000 --- a/libc/nt/ntdll/RtlSetProcessPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProcessPreferredUILanguages diff --git a/libc/nt/ntdll/RtlSetProtectedPolicy.S b/libc/nt/ntdll/RtlSetProtectedPolicy.S new file mode 100644 index 000000000..98cb1cc93 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProtectedPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProtectedPolicy,RtlSetProtectedPolicy diff --git a/libc/nt/ntdll/RtlSetProtectedPolicy.s b/libc/nt/ntdll/RtlSetProtectedPolicy.s deleted file mode 100644 index d83d02207..000000000 --- a/libc/nt/ntdll/RtlSetProtectedPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProtectedPolicy diff --git a/libc/nt/ntdll/RtlSetProxiedProcessId.S b/libc/nt/ntdll/RtlSetProxiedProcessId.S new file mode 100644 index 000000000..3a4978950 --- /dev/null +++ b/libc/nt/ntdll/RtlSetProxiedProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetProxiedProcessId,RtlSetProxiedProcessId diff --git a/libc/nt/ntdll/RtlSetProxiedProcessId.s b/libc/nt/ntdll/RtlSetProxiedProcessId.s deleted file mode 100644 index 11886a808..000000000 --- a/libc/nt/ntdll/RtlSetProxiedProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetProxiedProcessId diff --git a/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.S b/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.S new file mode 100644 index 000000000..9c0c7e235 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSaclSecurityDescriptor,RtlSetSaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.s b/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.s deleted file mode 100644 index f5bf35799..000000000 --- a/libc/nt/ntdll/RtlSetSaclSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSaclSecurityDescriptor diff --git a/libc/nt/ntdll/RtlSetSearchPathMode.S b/libc/nt/ntdll/RtlSetSearchPathMode.S new file mode 100644 index 000000000..2dc71af66 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSearchPathMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSearchPathMode,RtlSetSearchPathMode diff --git a/libc/nt/ntdll/RtlSetSearchPathMode.s b/libc/nt/ntdll/RtlSetSearchPathMode.s deleted file mode 100644 index 67dc8799d..000000000 --- a/libc/nt/ntdll/RtlSetSearchPathMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSearchPathMode diff --git a/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.S b/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.S new file mode 100644 index 000000000..5cb144ad2 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSecurityDescriptorRMControl,RtlSetSecurityDescriptorRMControl diff --git a/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.s b/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.s deleted file mode 100644 index 707200c56..000000000 --- a/libc/nt/ntdll/RtlSetSecurityDescriptorRMControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSecurityDescriptorRMControl diff --git a/libc/nt/ntdll/RtlSetSecurityObject.S b/libc/nt/ntdll/RtlSetSecurityObject.S new file mode 100644 index 000000000..7bfb64bbc --- /dev/null +++ b/libc/nt/ntdll/RtlSetSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSecurityObject,RtlSetSecurityObject diff --git a/libc/nt/ntdll/RtlSetSecurityObject.s b/libc/nt/ntdll/RtlSetSecurityObject.s deleted file mode 100644 index d5d5224d8..000000000 --- a/libc/nt/ntdll/RtlSetSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSecurityObject diff --git a/libc/nt/ntdll/RtlSetSecurityObjectEx.S b/libc/nt/ntdll/RtlSetSecurityObjectEx.S new file mode 100644 index 000000000..6b7783907 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSecurityObjectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSecurityObjectEx,RtlSetSecurityObjectEx diff --git a/libc/nt/ntdll/RtlSetSecurityObjectEx.s b/libc/nt/ntdll/RtlSetSecurityObjectEx.s deleted file mode 100644 index 3fc0f1c0b..000000000 --- a/libc/nt/ntdll/RtlSetSecurityObjectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSecurityObjectEx diff --git a/libc/nt/ntdll/RtlSetSystemBootStatus.S b/libc/nt/ntdll/RtlSetSystemBootStatus.S new file mode 100644 index 000000000..eecd01818 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSystemBootStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSystemBootStatus,RtlSetSystemBootStatus diff --git a/libc/nt/ntdll/RtlSetSystemBootStatus.s b/libc/nt/ntdll/RtlSetSystemBootStatus.s deleted file mode 100644 index beeda1061..000000000 --- a/libc/nt/ntdll/RtlSetSystemBootStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSystemBootStatus diff --git a/libc/nt/ntdll/RtlSetSystemBootStatusEx.S b/libc/nt/ntdll/RtlSetSystemBootStatusEx.S new file mode 100644 index 000000000..3d9b69265 --- /dev/null +++ b/libc/nt/ntdll/RtlSetSystemBootStatusEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetSystemBootStatusEx,RtlSetSystemBootStatusEx diff --git a/libc/nt/ntdll/RtlSetSystemBootStatusEx.s b/libc/nt/ntdll/RtlSetSystemBootStatusEx.s deleted file mode 100644 index d772784f4..000000000 --- a/libc/nt/ntdll/RtlSetSystemBootStatusEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetSystemBootStatusEx diff --git a/libc/nt/ntdll/RtlSetThreadErrorMode.S b/libc/nt/ntdll/RtlSetThreadErrorMode.S new file mode 100644 index 000000000..51ae89497 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadErrorMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadErrorMode,RtlSetThreadErrorMode diff --git a/libc/nt/ntdll/RtlSetThreadErrorMode.s b/libc/nt/ntdll/RtlSetThreadErrorMode.s deleted file mode 100644 index 6e88a8b6d..000000000 --- a/libc/nt/ntdll/RtlSetThreadErrorMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadErrorMode diff --git a/libc/nt/ntdll/RtlSetThreadIsCritical.S b/libc/nt/ntdll/RtlSetThreadIsCritical.S new file mode 100644 index 000000000..6d821d21e --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadIsCritical.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadIsCritical,RtlSetThreadIsCritical diff --git a/libc/nt/ntdll/RtlSetThreadIsCritical.s b/libc/nt/ntdll/RtlSetThreadIsCritical.s deleted file mode 100644 index 621ddfdab..000000000 --- a/libc/nt/ntdll/RtlSetThreadIsCritical.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadIsCritical diff --git a/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.S b/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.S new file mode 100644 index 000000000..c7fc976c1 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadPlaceholderCompatibilityMode,RtlSetThreadPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.s b/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.s deleted file mode 100644 index 1499a5742..000000000 --- a/libc/nt/ntdll/RtlSetThreadPlaceholderCompatibilityMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadPlaceholderCompatibilityMode diff --git a/libc/nt/ntdll/RtlSetThreadPoolStartFunc.S b/libc/nt/ntdll/RtlSetThreadPoolStartFunc.S new file mode 100644 index 000000000..e29d3f8b5 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadPoolStartFunc.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadPoolStartFunc,RtlSetThreadPoolStartFunc diff --git a/libc/nt/ntdll/RtlSetThreadPoolStartFunc.s b/libc/nt/ntdll/RtlSetThreadPoolStartFunc.s deleted file mode 100644 index 5269dd03c..000000000 --- a/libc/nt/ntdll/RtlSetThreadPoolStartFunc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadPoolStartFunc diff --git a/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.S b/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.S new file mode 100644 index 000000000..30494d421 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadPreferredUILanguages,RtlSetThreadPreferredUILanguages diff --git a/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.s b/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.s deleted file mode 100644 index 2338f7453..000000000 --- a/libc/nt/ntdll/RtlSetThreadPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadPreferredUILanguages diff --git a/libc/nt/ntdll/RtlSetThreadSubProcessTag.S b/libc/nt/ntdll/RtlSetThreadSubProcessTag.S new file mode 100644 index 000000000..2eb57d113 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadSubProcessTag.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadSubProcessTag,RtlSetThreadSubProcessTag diff --git a/libc/nt/ntdll/RtlSetThreadSubProcessTag.s b/libc/nt/ntdll/RtlSetThreadSubProcessTag.s deleted file mode 100644 index 7469b8f17..000000000 --- a/libc/nt/ntdll/RtlSetThreadSubProcessTag.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadSubProcessTag diff --git a/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.S b/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.S new file mode 100644 index 000000000..4d2ab0cc1 --- /dev/null +++ b/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetThreadWorkOnBehalfTicket,RtlSetThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.s b/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.s deleted file mode 100644 index 7994cacba..000000000 --- a/libc/nt/ntdll/RtlSetThreadWorkOnBehalfTicket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetThreadWorkOnBehalfTicket diff --git a/libc/nt/ntdll/RtlSetTimeZoneInformation.S b/libc/nt/ntdll/RtlSetTimeZoneInformation.S new file mode 100644 index 000000000..380ad7830 --- /dev/null +++ b/libc/nt/ntdll/RtlSetTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetTimeZoneInformation,RtlSetTimeZoneInformation diff --git a/libc/nt/ntdll/RtlSetTimeZoneInformation.s b/libc/nt/ntdll/RtlSetTimeZoneInformation.s deleted file mode 100644 index 0f5fb734f..000000000 --- a/libc/nt/ntdll/RtlSetTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetTimeZoneInformation diff --git a/libc/nt/ntdll/RtlSetTimer.S b/libc/nt/ntdll/RtlSetTimer.S new file mode 100644 index 000000000..f4dc06bcf --- /dev/null +++ b/libc/nt/ntdll/RtlSetTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetTimer,RtlSetTimer diff --git a/libc/nt/ntdll/RtlSetTimer.s b/libc/nt/ntdll/RtlSetTimer.s deleted file mode 100644 index a9d9a881e..000000000 --- a/libc/nt/ntdll/RtlSetTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetTimer diff --git a/libc/nt/ntdll/RtlSetUmsThreadInformation.S b/libc/nt/ntdll/RtlSetUmsThreadInformation.S new file mode 100644 index 000000000..73ed24e15 --- /dev/null +++ b/libc/nt/ntdll/RtlSetUmsThreadInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetUmsThreadInformation,RtlSetUmsThreadInformation diff --git a/libc/nt/ntdll/RtlSetUmsThreadInformation.s b/libc/nt/ntdll/RtlSetUmsThreadInformation.s deleted file mode 100644 index 6cdd1da95..000000000 --- a/libc/nt/ntdll/RtlSetUmsThreadInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetUmsThreadInformation diff --git a/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.S b/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.S new file mode 100644 index 000000000..fb186f087 --- /dev/null +++ b/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetUnhandledExceptionFilter,RtlSetUnhandledExceptionFilter diff --git a/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.s b/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.s deleted file mode 100644 index ee6064837..000000000 --- a/libc/nt/ntdll/RtlSetUnhandledExceptionFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetUnhandledExceptionFilter diff --git a/libc/nt/ntdll/RtlSetUserFlagsHeap.S b/libc/nt/ntdll/RtlSetUserFlagsHeap.S new file mode 100644 index 000000000..a404e97b4 --- /dev/null +++ b/libc/nt/ntdll/RtlSetUserFlagsHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetUserFlagsHeap,RtlSetUserFlagsHeap diff --git a/libc/nt/ntdll/RtlSetUserFlagsHeap.s b/libc/nt/ntdll/RtlSetUserFlagsHeap.s deleted file mode 100644 index f7760f682..000000000 --- a/libc/nt/ntdll/RtlSetUserFlagsHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetUserFlagsHeap diff --git a/libc/nt/ntdll/RtlSetUserValueHeap.S b/libc/nt/ntdll/RtlSetUserValueHeap.S new file mode 100644 index 000000000..8b8dbc271 --- /dev/null +++ b/libc/nt/ntdll/RtlSetUserValueHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSetUserValueHeap,RtlSetUserValueHeap diff --git a/libc/nt/ntdll/RtlSetUserValueHeap.s b/libc/nt/ntdll/RtlSetUserValueHeap.s deleted file mode 100644 index 74b02a8c0..000000000 --- a/libc/nt/ntdll/RtlSetUserValueHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSetUserValueHeap diff --git a/libc/nt/ntdll/RtlSidDominates.S b/libc/nt/ntdll/RtlSidDominates.S new file mode 100644 index 000000000..c1f3e5c21 --- /dev/null +++ b/libc/nt/ntdll/RtlSidDominates.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidDominates,RtlSidDominates diff --git a/libc/nt/ntdll/RtlSidDominates.s b/libc/nt/ntdll/RtlSidDominates.s deleted file mode 100644 index c802ba888..000000000 --- a/libc/nt/ntdll/RtlSidDominates.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidDominates diff --git a/libc/nt/ntdll/RtlSidDominatesForTrust.S b/libc/nt/ntdll/RtlSidDominatesForTrust.S new file mode 100644 index 000000000..f1518d649 --- /dev/null +++ b/libc/nt/ntdll/RtlSidDominatesForTrust.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidDominatesForTrust,RtlSidDominatesForTrust diff --git a/libc/nt/ntdll/RtlSidDominatesForTrust.s b/libc/nt/ntdll/RtlSidDominatesForTrust.s deleted file mode 100644 index 4ef6717e1..000000000 --- a/libc/nt/ntdll/RtlSidDominatesForTrust.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidDominatesForTrust diff --git a/libc/nt/ntdll/RtlSidEqualLevel.S b/libc/nt/ntdll/RtlSidEqualLevel.S new file mode 100644 index 000000000..5289d535a --- /dev/null +++ b/libc/nt/ntdll/RtlSidEqualLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidEqualLevel,RtlSidEqualLevel diff --git a/libc/nt/ntdll/RtlSidEqualLevel.s b/libc/nt/ntdll/RtlSidEqualLevel.s deleted file mode 100644 index 77d838dd8..000000000 --- a/libc/nt/ntdll/RtlSidEqualLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidEqualLevel diff --git a/libc/nt/ntdll/RtlSidHashInitialize.S b/libc/nt/ntdll/RtlSidHashInitialize.S new file mode 100644 index 000000000..4c9701a3c --- /dev/null +++ b/libc/nt/ntdll/RtlSidHashInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidHashInitialize,RtlSidHashInitialize diff --git a/libc/nt/ntdll/RtlSidHashInitialize.s b/libc/nt/ntdll/RtlSidHashInitialize.s deleted file mode 100644 index 04bcd48e3..000000000 --- a/libc/nt/ntdll/RtlSidHashInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidHashInitialize diff --git a/libc/nt/ntdll/RtlSidHashLookup.S b/libc/nt/ntdll/RtlSidHashLookup.S new file mode 100644 index 000000000..05d119038 --- /dev/null +++ b/libc/nt/ntdll/RtlSidHashLookup.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidHashLookup,RtlSidHashLookup diff --git a/libc/nt/ntdll/RtlSidHashLookup.s b/libc/nt/ntdll/RtlSidHashLookup.s deleted file mode 100644 index 62f7d0f63..000000000 --- a/libc/nt/ntdll/RtlSidHashLookup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidHashLookup diff --git a/libc/nt/ntdll/RtlSidIsHigherLevel.S b/libc/nt/ntdll/RtlSidIsHigherLevel.S new file mode 100644 index 000000000..92462a2bb --- /dev/null +++ b/libc/nt/ntdll/RtlSidIsHigherLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSidIsHigherLevel,RtlSidIsHigherLevel diff --git a/libc/nt/ntdll/RtlSidIsHigherLevel.s b/libc/nt/ntdll/RtlSidIsHigherLevel.s deleted file mode 100644 index b9c0721a3..000000000 --- a/libc/nt/ntdll/RtlSidIsHigherLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSidIsHigherLevel diff --git a/libc/nt/ntdll/RtlSizeHeap.S b/libc/nt/ntdll/RtlSizeHeap.S new file mode 100644 index 000000000..e42e20856 --- /dev/null +++ b/libc/nt/ntdll/RtlSizeHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSizeHeap,RtlSizeHeap + +#ifdef __x86_64__ + .text.windows +RtlSizeHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlSizeHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlSizeHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlSizeHeap.s b/libc/nt/ntdll/RtlSizeHeap.s deleted file mode 100644 index 501079939..000000000 --- a/libc/nt/ntdll/RtlSizeHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSizeHeap - - .text.windows -RtlSizeHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlSizeHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlSizeHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlSleepConditionVariableCS.S b/libc/nt/ntdll/RtlSleepConditionVariableCS.S new file mode 100644 index 000000000..816b68520 --- /dev/null +++ b/libc/nt/ntdll/RtlSleepConditionVariableCS.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSleepConditionVariableCS,RtlSleepConditionVariableCS diff --git a/libc/nt/ntdll/RtlSleepConditionVariableCS.s b/libc/nt/ntdll/RtlSleepConditionVariableCS.s deleted file mode 100644 index d6674ba0a..000000000 --- a/libc/nt/ntdll/RtlSleepConditionVariableCS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSleepConditionVariableCS diff --git a/libc/nt/ntdll/RtlSleepConditionVariableSRW.S b/libc/nt/ntdll/RtlSleepConditionVariableSRW.S new file mode 100644 index 000000000..6a47d40e8 --- /dev/null +++ b/libc/nt/ntdll/RtlSleepConditionVariableSRW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSleepConditionVariableSRW,RtlSleepConditionVariableSRW diff --git a/libc/nt/ntdll/RtlSleepConditionVariableSRW.s b/libc/nt/ntdll/RtlSleepConditionVariableSRW.s deleted file mode 100644 index 181f672ae..000000000 --- a/libc/nt/ntdll/RtlSleepConditionVariableSRW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSleepConditionVariableSRW diff --git a/libc/nt/ntdll/RtlSplay.S b/libc/nt/ntdll/RtlSplay.S new file mode 100644 index 000000000..67cbdbf20 --- /dev/null +++ b/libc/nt/ntdll/RtlSplay.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSplay,RtlSplay diff --git a/libc/nt/ntdll/RtlSplay.s b/libc/nt/ntdll/RtlSplay.s deleted file mode 100644 index d3949fd4f..000000000 --- a/libc/nt/ntdll/RtlSplay.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSplay diff --git a/libc/nt/ntdll/RtlStartRXact.S b/libc/nt/ntdll/RtlStartRXact.S new file mode 100644 index 000000000..338e4df50 --- /dev/null +++ b/libc/nt/ntdll/RtlStartRXact.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlStartRXact,RtlStartRXact diff --git a/libc/nt/ntdll/RtlStartRXact.s b/libc/nt/ntdll/RtlStartRXact.s deleted file mode 100644 index a6af9cb82..000000000 --- a/libc/nt/ntdll/RtlStartRXact.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlStartRXact diff --git a/libc/nt/ntdll/RtlStatMemoryStream.S b/libc/nt/ntdll/RtlStatMemoryStream.S new file mode 100644 index 000000000..ae247dac5 --- /dev/null +++ b/libc/nt/ntdll/RtlStatMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlStatMemoryStream,RtlStatMemoryStream diff --git a/libc/nt/ntdll/RtlStatMemoryStream.s b/libc/nt/ntdll/RtlStatMemoryStream.s deleted file mode 100644 index 32e20fc92..000000000 --- a/libc/nt/ntdll/RtlStatMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlStatMemoryStream diff --git a/libc/nt/ntdll/RtlStringFromGUID.S b/libc/nt/ntdll/RtlStringFromGUID.S new file mode 100644 index 000000000..6a4147e83 --- /dev/null +++ b/libc/nt/ntdll/RtlStringFromGUID.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlStringFromGUID,RtlStringFromGUID diff --git a/libc/nt/ntdll/RtlStringFromGUID.s b/libc/nt/ntdll/RtlStringFromGUID.s deleted file mode 100644 index 04cdeed0a..000000000 --- a/libc/nt/ntdll/RtlStringFromGUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlStringFromGUID diff --git a/libc/nt/ntdll/RtlStringFromGUIDEx.S b/libc/nt/ntdll/RtlStringFromGUIDEx.S new file mode 100644 index 000000000..2abb30eb3 --- /dev/null +++ b/libc/nt/ntdll/RtlStringFromGUIDEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlStringFromGUIDEx,RtlStringFromGUIDEx diff --git a/libc/nt/ntdll/RtlStringFromGUIDEx.s b/libc/nt/ntdll/RtlStringFromGUIDEx.s deleted file mode 100644 index 3a3b83af5..000000000 --- a/libc/nt/ntdll/RtlStringFromGUIDEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlStringFromGUIDEx diff --git a/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.S b/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.S new file mode 100644 index 000000000..e4d82c5bc --- /dev/null +++ b/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlStronglyEnumerateEntryHashTable,RtlStronglyEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.s b/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.s deleted file mode 100644 index c1c140904..000000000 --- a/libc/nt/ntdll/RtlStronglyEnumerateEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlStronglyEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlSubAuthorityCountSid.S b/libc/nt/ntdll/RtlSubAuthorityCountSid.S new file mode 100644 index 000000000..73d75f218 --- /dev/null +++ b/libc/nt/ntdll/RtlSubAuthorityCountSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSubAuthorityCountSid,RtlSubAuthorityCountSid diff --git a/libc/nt/ntdll/RtlSubAuthorityCountSid.s b/libc/nt/ntdll/RtlSubAuthorityCountSid.s deleted file mode 100644 index cf5497bbf..000000000 --- a/libc/nt/ntdll/RtlSubAuthorityCountSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSubAuthorityCountSid diff --git a/libc/nt/ntdll/RtlSubAuthoritySid.S b/libc/nt/ntdll/RtlSubAuthoritySid.S new file mode 100644 index 000000000..da5447b01 --- /dev/null +++ b/libc/nt/ntdll/RtlSubAuthoritySid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSubAuthoritySid,RtlSubAuthoritySid diff --git a/libc/nt/ntdll/RtlSubAuthoritySid.s b/libc/nt/ntdll/RtlSubAuthoritySid.s deleted file mode 100644 index 5203bfea0..000000000 --- a/libc/nt/ntdll/RtlSubAuthoritySid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSubAuthoritySid diff --git a/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.S b/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.S new file mode 100644 index 000000000..d33ef2b17 --- /dev/null +++ b/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSubscribeWnfStateChangeNotification,RtlSubscribeWnfStateChangeNotification diff --git a/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.s b/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.s deleted file mode 100644 index d210a8120..000000000 --- a/libc/nt/ntdll/RtlSubscribeWnfStateChangeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSubscribeWnfStateChangeNotification diff --git a/libc/nt/ntdll/RtlSubtreePredecessor.S b/libc/nt/ntdll/RtlSubtreePredecessor.S new file mode 100644 index 000000000..8dd800b36 --- /dev/null +++ b/libc/nt/ntdll/RtlSubtreePredecessor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSubtreePredecessor,RtlSubtreePredecessor diff --git a/libc/nt/ntdll/RtlSubtreePredecessor.s b/libc/nt/ntdll/RtlSubtreePredecessor.s deleted file mode 100644 index 4889cb606..000000000 --- a/libc/nt/ntdll/RtlSubtreePredecessor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSubtreePredecessor diff --git a/libc/nt/ntdll/RtlSubtreeSuccessor.S b/libc/nt/ntdll/RtlSubtreeSuccessor.S new file mode 100644 index 000000000..4545a1eeb --- /dev/null +++ b/libc/nt/ntdll/RtlSubtreeSuccessor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSubtreeSuccessor,RtlSubtreeSuccessor diff --git a/libc/nt/ntdll/RtlSubtreeSuccessor.s b/libc/nt/ntdll/RtlSubtreeSuccessor.s deleted file mode 100644 index 238af0439..000000000 --- a/libc/nt/ntdll/RtlSubtreeSuccessor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSubtreeSuccessor diff --git a/libc/nt/ntdll/RtlSwitchedVVI.S b/libc/nt/ntdll/RtlSwitchedVVI.S new file mode 100644 index 000000000..c401e5e0e --- /dev/null +++ b/libc/nt/ntdll/RtlSwitchedVVI.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSwitchedVVI,RtlSwitchedVVI diff --git a/libc/nt/ntdll/RtlSwitchedVVI.s b/libc/nt/ntdll/RtlSwitchedVVI.s deleted file mode 100644 index 59fbc3b15..000000000 --- a/libc/nt/ntdll/RtlSwitchedVVI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSwitchedVVI diff --git a/libc/nt/ntdll/RtlSystemTimeToLocalTime.S b/libc/nt/ntdll/RtlSystemTimeToLocalTime.S new file mode 100644 index 000000000..250509ed7 --- /dev/null +++ b/libc/nt/ntdll/RtlSystemTimeToLocalTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlSystemTimeToLocalTime,RtlSystemTimeToLocalTime diff --git a/libc/nt/ntdll/RtlSystemTimeToLocalTime.s b/libc/nt/ntdll/RtlSystemTimeToLocalTime.s deleted file mode 100644 index fa0c3b629..000000000 --- a/libc/nt/ntdll/RtlSystemTimeToLocalTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlSystemTimeToLocalTime diff --git a/libc/nt/ntdll/RtlTestAndPublishWnfStateData.S b/libc/nt/ntdll/RtlTestAndPublishWnfStateData.S new file mode 100644 index 000000000..1aa4631ca --- /dev/null +++ b/libc/nt/ntdll/RtlTestAndPublishWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTestAndPublishWnfStateData,RtlTestAndPublishWnfStateData diff --git a/libc/nt/ntdll/RtlTestAndPublishWnfStateData.s b/libc/nt/ntdll/RtlTestAndPublishWnfStateData.s deleted file mode 100644 index b70d7f5a3..000000000 --- a/libc/nt/ntdll/RtlTestAndPublishWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTestAndPublishWnfStateData diff --git a/libc/nt/ntdll/RtlTestBit.S b/libc/nt/ntdll/RtlTestBit.S new file mode 100644 index 000000000..979625320 --- /dev/null +++ b/libc/nt/ntdll/RtlTestBit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTestBit,RtlTestBit diff --git a/libc/nt/ntdll/RtlTestBit.s b/libc/nt/ntdll/RtlTestBit.s deleted file mode 100644 index a753a8af3..000000000 --- a/libc/nt/ntdll/RtlTestBit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTestBit diff --git a/libc/nt/ntdll/RtlTestBitEx.S b/libc/nt/ntdll/RtlTestBitEx.S new file mode 100644 index 000000000..234410728 --- /dev/null +++ b/libc/nt/ntdll/RtlTestBitEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTestBitEx,RtlTestBitEx diff --git a/libc/nt/ntdll/RtlTestBitEx.s b/libc/nt/ntdll/RtlTestBitEx.s deleted file mode 100644 index 856fe894c..000000000 --- a/libc/nt/ntdll/RtlTestBitEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTestBitEx diff --git a/libc/nt/ntdll/RtlTestProtectedAccess.S b/libc/nt/ntdll/RtlTestProtectedAccess.S new file mode 100644 index 000000000..0832a9f9b --- /dev/null +++ b/libc/nt/ntdll/RtlTestProtectedAccess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTestProtectedAccess,RtlTestProtectedAccess diff --git a/libc/nt/ntdll/RtlTestProtectedAccess.s b/libc/nt/ntdll/RtlTestProtectedAccess.s deleted file mode 100644 index 24a757036..000000000 --- a/libc/nt/ntdll/RtlTestProtectedAccess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTestProtectedAccess diff --git a/libc/nt/ntdll/RtlTimeFieldsToTime.S b/libc/nt/ntdll/RtlTimeFieldsToTime.S new file mode 100644 index 000000000..4a20128d3 --- /dev/null +++ b/libc/nt/ntdll/RtlTimeFieldsToTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTimeFieldsToTime,RtlTimeFieldsToTime diff --git a/libc/nt/ntdll/RtlTimeFieldsToTime.s b/libc/nt/ntdll/RtlTimeFieldsToTime.s deleted file mode 100644 index e70856a21..000000000 --- a/libc/nt/ntdll/RtlTimeFieldsToTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTimeFieldsToTime diff --git a/libc/nt/ntdll/RtlTimeToElapsedTimeFields.S b/libc/nt/ntdll/RtlTimeToElapsedTimeFields.S new file mode 100644 index 000000000..bed8bf2bf --- /dev/null +++ b/libc/nt/ntdll/RtlTimeToElapsedTimeFields.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTimeToElapsedTimeFields,RtlTimeToElapsedTimeFields diff --git a/libc/nt/ntdll/RtlTimeToElapsedTimeFields.s b/libc/nt/ntdll/RtlTimeToElapsedTimeFields.s deleted file mode 100644 index 2d7b7da6f..000000000 --- a/libc/nt/ntdll/RtlTimeToElapsedTimeFields.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTimeToElapsedTimeFields diff --git a/libc/nt/ntdll/RtlTimeToSecondsSince1970.S b/libc/nt/ntdll/RtlTimeToSecondsSince1970.S new file mode 100644 index 000000000..cca5e4b58 --- /dev/null +++ b/libc/nt/ntdll/RtlTimeToSecondsSince1970.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTimeToSecondsSince1970,RtlTimeToSecondsSince1970 diff --git a/libc/nt/ntdll/RtlTimeToSecondsSince1970.s b/libc/nt/ntdll/RtlTimeToSecondsSince1970.s deleted file mode 100644 index 85663c85a..000000000 --- a/libc/nt/ntdll/RtlTimeToSecondsSince1970.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTimeToSecondsSince1970 diff --git a/libc/nt/ntdll/RtlTimeToSecondsSince1980.S b/libc/nt/ntdll/RtlTimeToSecondsSince1980.S new file mode 100644 index 000000000..c21aedb99 --- /dev/null +++ b/libc/nt/ntdll/RtlTimeToSecondsSince1980.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTimeToSecondsSince1980,RtlTimeToSecondsSince1980 diff --git a/libc/nt/ntdll/RtlTimeToSecondsSince1980.s b/libc/nt/ntdll/RtlTimeToSecondsSince1980.s deleted file mode 100644 index 13086312a..000000000 --- a/libc/nt/ntdll/RtlTimeToSecondsSince1980.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTimeToSecondsSince1980 diff --git a/libc/nt/ntdll/RtlTimeToTimeFields.S b/libc/nt/ntdll/RtlTimeToTimeFields.S new file mode 100644 index 000000000..6528b4fac --- /dev/null +++ b/libc/nt/ntdll/RtlTimeToTimeFields.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTimeToTimeFields,RtlTimeToTimeFields diff --git a/libc/nt/ntdll/RtlTimeToTimeFields.s b/libc/nt/ntdll/RtlTimeToTimeFields.s deleted file mode 100644 index 593c8a62b..000000000 --- a/libc/nt/ntdll/RtlTimeToTimeFields.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTimeToTimeFields diff --git a/libc/nt/ntdll/RtlTraceDatabaseAdd.S b/libc/nt/ntdll/RtlTraceDatabaseAdd.S new file mode 100644 index 000000000..fb88fb96a --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseAdd.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseAdd,RtlTraceDatabaseAdd diff --git a/libc/nt/ntdll/RtlTraceDatabaseAdd.s b/libc/nt/ntdll/RtlTraceDatabaseAdd.s deleted file mode 100644 index dba6f3e48..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseAdd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseAdd diff --git a/libc/nt/ntdll/RtlTraceDatabaseCreate.S b/libc/nt/ntdll/RtlTraceDatabaseCreate.S new file mode 100644 index 000000000..80f6cd1da --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseCreate.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseCreate,RtlTraceDatabaseCreate diff --git a/libc/nt/ntdll/RtlTraceDatabaseCreate.s b/libc/nt/ntdll/RtlTraceDatabaseCreate.s deleted file mode 100644 index 1a27a5989..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseCreate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseCreate diff --git a/libc/nt/ntdll/RtlTraceDatabaseDestroy.S b/libc/nt/ntdll/RtlTraceDatabaseDestroy.S new file mode 100644 index 000000000..9db5a63be --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseDestroy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseDestroy,RtlTraceDatabaseDestroy diff --git a/libc/nt/ntdll/RtlTraceDatabaseDestroy.s b/libc/nt/ntdll/RtlTraceDatabaseDestroy.s deleted file mode 100644 index 1af80f179..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseDestroy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseDestroy diff --git a/libc/nt/ntdll/RtlTraceDatabaseEnumerate.S b/libc/nt/ntdll/RtlTraceDatabaseEnumerate.S new file mode 100644 index 000000000..b317cc03b --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseEnumerate.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseEnumerate,RtlTraceDatabaseEnumerate diff --git a/libc/nt/ntdll/RtlTraceDatabaseEnumerate.s b/libc/nt/ntdll/RtlTraceDatabaseEnumerate.s deleted file mode 100644 index 704275d81..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseEnumerate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseEnumerate diff --git a/libc/nt/ntdll/RtlTraceDatabaseFind.S b/libc/nt/ntdll/RtlTraceDatabaseFind.S new file mode 100644 index 000000000..c710d19ff --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseFind.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseFind,RtlTraceDatabaseFind diff --git a/libc/nt/ntdll/RtlTraceDatabaseFind.s b/libc/nt/ntdll/RtlTraceDatabaseFind.s deleted file mode 100644 index b68c88066..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseFind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseFind diff --git a/libc/nt/ntdll/RtlTraceDatabaseLock.S b/libc/nt/ntdll/RtlTraceDatabaseLock.S new file mode 100644 index 000000000..2d50ba7f5 --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseLock,RtlTraceDatabaseLock diff --git a/libc/nt/ntdll/RtlTraceDatabaseLock.s b/libc/nt/ntdll/RtlTraceDatabaseLock.s deleted file mode 100644 index e3ed0f0fc..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseLock diff --git a/libc/nt/ntdll/RtlTraceDatabaseUnlock.S b/libc/nt/ntdll/RtlTraceDatabaseUnlock.S new file mode 100644 index 000000000..3c2d92517 --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseUnlock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseUnlock,RtlTraceDatabaseUnlock diff --git a/libc/nt/ntdll/RtlTraceDatabaseUnlock.s b/libc/nt/ntdll/RtlTraceDatabaseUnlock.s deleted file mode 100644 index d58da83d2..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseUnlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseUnlock diff --git a/libc/nt/ntdll/RtlTraceDatabaseValidate.S b/libc/nt/ntdll/RtlTraceDatabaseValidate.S new file mode 100644 index 000000000..8d1b3ff7f --- /dev/null +++ b/libc/nt/ntdll/RtlTraceDatabaseValidate.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTraceDatabaseValidate,RtlTraceDatabaseValidate diff --git a/libc/nt/ntdll/RtlTraceDatabaseValidate.s b/libc/nt/ntdll/RtlTraceDatabaseValidate.s deleted file mode 100644 index 9ec4e63b9..000000000 --- a/libc/nt/ntdll/RtlTraceDatabaseValidate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTraceDatabaseValidate diff --git a/libc/nt/ntdll/RtlTryAcquirePebLock.S b/libc/nt/ntdll/RtlTryAcquirePebLock.S new file mode 100644 index 000000000..20b07f4e0 --- /dev/null +++ b/libc/nt/ntdll/RtlTryAcquirePebLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTryAcquirePebLock,RtlTryAcquirePebLock diff --git a/libc/nt/ntdll/RtlTryAcquirePebLock.s b/libc/nt/ntdll/RtlTryAcquirePebLock.s deleted file mode 100644 index 8c4e2be52..000000000 --- a/libc/nt/ntdll/RtlTryAcquirePebLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTryAcquirePebLock diff --git a/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.S b/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.S new file mode 100644 index 000000000..1870aec21 --- /dev/null +++ b/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTryAcquireSRWLockExclusive,RtlTryAcquireSRWLockExclusive diff --git a/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.s b/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.s deleted file mode 100644 index cc6fb38e5..000000000 --- a/libc/nt/ntdll/RtlTryAcquireSRWLockExclusive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTryAcquireSRWLockExclusive diff --git a/libc/nt/ntdll/RtlTryAcquireSRWLockShared.S b/libc/nt/ntdll/RtlTryAcquireSRWLockShared.S new file mode 100644 index 000000000..497abf359 --- /dev/null +++ b/libc/nt/ntdll/RtlTryAcquireSRWLockShared.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTryAcquireSRWLockShared,RtlTryAcquireSRWLockShared diff --git a/libc/nt/ntdll/RtlTryAcquireSRWLockShared.s b/libc/nt/ntdll/RtlTryAcquireSRWLockShared.s deleted file mode 100644 index ae3c74dbc..000000000 --- a/libc/nt/ntdll/RtlTryAcquireSRWLockShared.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTryAcquireSRWLockShared diff --git a/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.S b/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.S new file mode 100644 index 000000000..e8e6b26be --- /dev/null +++ b/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTryConvertSRWLockSharedToExclusiveOrRelease,RtlTryConvertSRWLockSharedToExclusiveOrRelease diff --git a/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.s b/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.s deleted file mode 100644 index 539cb9c30..000000000 --- a/libc/nt/ntdll/RtlTryConvertSRWLockSharedToExclusiveOrRelease.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTryConvertSRWLockSharedToExclusiveOrRelease diff --git a/libc/nt/ntdll/RtlTryEnterCriticalSection.S b/libc/nt/ntdll/RtlTryEnterCriticalSection.S new file mode 100644 index 000000000..9d477ee16 --- /dev/null +++ b/libc/nt/ntdll/RtlTryEnterCriticalSection.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlTryEnterCriticalSection,RtlTryEnterCriticalSection + +#ifdef __x86_64__ + .text.windows +RtlTryEnterCriticalSection: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlTryEnterCriticalSection(%rip) + leave + ret + .endfn RtlTryEnterCriticalSection,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlTryEnterCriticalSection.s b/libc/nt/ntdll/RtlTryEnterCriticalSection.s deleted file mode 100644 index 571aa08f6..000000000 --- a/libc/nt/ntdll/RtlTryEnterCriticalSection.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlTryEnterCriticalSection - - .text.windows -RtlTryEnterCriticalSection: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlTryEnterCriticalSection(%rip) - leave - ret - .endfn RtlTryEnterCriticalSection,globl - .previous diff --git a/libc/nt/ntdll/RtlUTF8ToUnicodeN.S b/libc/nt/ntdll/RtlUTF8ToUnicodeN.S new file mode 100644 index 000000000..978786696 --- /dev/null +++ b/libc/nt/ntdll/RtlUTF8ToUnicodeN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUTF8ToUnicodeN,RtlUTF8ToUnicodeN diff --git a/libc/nt/ntdll/RtlUTF8ToUnicodeN.s b/libc/nt/ntdll/RtlUTF8ToUnicodeN.s deleted file mode 100644 index cb03b359f..000000000 --- a/libc/nt/ntdll/RtlUTF8ToUnicodeN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUTF8ToUnicodeN diff --git a/libc/nt/ntdll/RtlUmsThreadYield.S b/libc/nt/ntdll/RtlUmsThreadYield.S new file mode 100644 index 000000000..912e4cd85 --- /dev/null +++ b/libc/nt/ntdll/RtlUmsThreadYield.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUmsThreadYield,RtlUmsThreadYield diff --git a/libc/nt/ntdll/RtlUmsThreadYield.s b/libc/nt/ntdll/RtlUmsThreadYield.s deleted file mode 100644 index 78847fbd1..000000000 --- a/libc/nt/ntdll/RtlUmsThreadYield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUmsThreadYield diff --git a/libc/nt/ntdll/RtlUnhandledExceptionFilter.S b/libc/nt/ntdll/RtlUnhandledExceptionFilter.S new file mode 100644 index 000000000..75325a627 --- /dev/null +++ b/libc/nt/ntdll/RtlUnhandledExceptionFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnhandledExceptionFilter,RtlUnhandledExceptionFilter diff --git a/libc/nt/ntdll/RtlUnhandledExceptionFilter.s b/libc/nt/ntdll/RtlUnhandledExceptionFilter.s deleted file mode 100644 index 71f6df69d..000000000 --- a/libc/nt/ntdll/RtlUnhandledExceptionFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnhandledExceptionFilter diff --git a/libc/nt/ntdll/RtlUnhandledExceptionFilter2.S b/libc/nt/ntdll/RtlUnhandledExceptionFilter2.S new file mode 100644 index 000000000..b5f2e68e5 --- /dev/null +++ b/libc/nt/ntdll/RtlUnhandledExceptionFilter2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnhandledExceptionFilter2,RtlUnhandledExceptionFilter2 diff --git a/libc/nt/ntdll/RtlUnhandledExceptionFilter2.s b/libc/nt/ntdll/RtlUnhandledExceptionFilter2.s deleted file mode 100644 index 77f8b6872..000000000 --- a/libc/nt/ntdll/RtlUnhandledExceptionFilter2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnhandledExceptionFilter2 diff --git a/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.S b/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.S new file mode 100644 index 000000000..6c8742942 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToAnsiSize,RtlUnicodeStringToAnsiSize diff --git a/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.s b/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.s deleted file mode 100644 index 4e66b1345..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToAnsiSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToAnsiSize diff --git a/libc/nt/ntdll/RtlUnicodeStringToAnsiString.S b/libc/nt/ntdll/RtlUnicodeStringToAnsiString.S new file mode 100644 index 000000000..cabf312c9 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToAnsiString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToAnsiString,RtlUnicodeStringToAnsiString diff --git a/libc/nt/ntdll/RtlUnicodeStringToAnsiString.s b/libc/nt/ntdll/RtlUnicodeStringToAnsiString.s deleted file mode 100644 index 279ca0bd5..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToAnsiString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToAnsiString diff --git a/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.S b/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.S new file mode 100644 index 000000000..176a662ea --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToCountedOemString,RtlUnicodeStringToCountedOemString diff --git a/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.s b/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.s deleted file mode 100644 index 999752f04..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToCountedOemString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToCountedOemString diff --git a/libc/nt/ntdll/RtlUnicodeStringToInteger.S b/libc/nt/ntdll/RtlUnicodeStringToInteger.S new file mode 100644 index 000000000..cfe07e145 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToInteger.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToInteger,RtlUnicodeStringToInteger diff --git a/libc/nt/ntdll/RtlUnicodeStringToInteger.s b/libc/nt/ntdll/RtlUnicodeStringToInteger.s deleted file mode 100644 index be1377dcf..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToInteger.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToInteger diff --git a/libc/nt/ntdll/RtlUnicodeStringToOemSize.S b/libc/nt/ntdll/RtlUnicodeStringToOemSize.S new file mode 100644 index 000000000..2675e15db --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToOemSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToOemSize,RtlUnicodeStringToOemSize diff --git a/libc/nt/ntdll/RtlUnicodeStringToOemSize.s b/libc/nt/ntdll/RtlUnicodeStringToOemSize.s deleted file mode 100644 index 8b36713c1..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToOemSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToOemSize diff --git a/libc/nt/ntdll/RtlUnicodeStringToOemString.S b/libc/nt/ntdll/RtlUnicodeStringToOemString.S new file mode 100644 index 000000000..d9b4624b0 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeStringToOemString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeStringToOemString,RtlUnicodeStringToOemString diff --git a/libc/nt/ntdll/RtlUnicodeStringToOemString.s b/libc/nt/ntdll/RtlUnicodeStringToOemString.s deleted file mode 100644 index 7d99b8e96..000000000 --- a/libc/nt/ntdll/RtlUnicodeStringToOemString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeStringToOemString diff --git a/libc/nt/ntdll/RtlUnicodeToCustomCPN.S b/libc/nt/ntdll/RtlUnicodeToCustomCPN.S new file mode 100644 index 000000000..baedafc44 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeToCustomCPN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeToCustomCPN,RtlUnicodeToCustomCPN diff --git a/libc/nt/ntdll/RtlUnicodeToCustomCPN.s b/libc/nt/ntdll/RtlUnicodeToCustomCPN.s deleted file mode 100644 index 3483702a6..000000000 --- a/libc/nt/ntdll/RtlUnicodeToCustomCPN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeToCustomCPN diff --git a/libc/nt/ntdll/RtlUnicodeToMultiByteN.S b/libc/nt/ntdll/RtlUnicodeToMultiByteN.S new file mode 100644 index 000000000..231f30240 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeToMultiByteN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeToMultiByteN,RtlUnicodeToMultiByteN diff --git a/libc/nt/ntdll/RtlUnicodeToMultiByteN.s b/libc/nt/ntdll/RtlUnicodeToMultiByteN.s deleted file mode 100644 index e891f4630..000000000 --- a/libc/nt/ntdll/RtlUnicodeToMultiByteN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeToMultiByteN diff --git a/libc/nt/ntdll/RtlUnicodeToMultiByteSize.S b/libc/nt/ntdll/RtlUnicodeToMultiByteSize.S new file mode 100644 index 000000000..e921dede5 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeToMultiByteSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeToMultiByteSize,RtlUnicodeToMultiByteSize diff --git a/libc/nt/ntdll/RtlUnicodeToMultiByteSize.s b/libc/nt/ntdll/RtlUnicodeToMultiByteSize.s deleted file mode 100644 index 5bf03cde9..000000000 --- a/libc/nt/ntdll/RtlUnicodeToMultiByteSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeToMultiByteSize diff --git a/libc/nt/ntdll/RtlUnicodeToOemN.S b/libc/nt/ntdll/RtlUnicodeToOemN.S new file mode 100644 index 000000000..d27a654c4 --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeToOemN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeToOemN,RtlUnicodeToOemN diff --git a/libc/nt/ntdll/RtlUnicodeToOemN.s b/libc/nt/ntdll/RtlUnicodeToOemN.s deleted file mode 100644 index c4f5f3476..000000000 --- a/libc/nt/ntdll/RtlUnicodeToOemN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeToOemN diff --git a/libc/nt/ntdll/RtlUnicodeToUTF8N.S b/libc/nt/ntdll/RtlUnicodeToUTF8N.S new file mode 100644 index 000000000..cab62b73d --- /dev/null +++ b/libc/nt/ntdll/RtlUnicodeToUTF8N.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnicodeToUTF8N,RtlUnicodeToUTF8N diff --git a/libc/nt/ntdll/RtlUnicodeToUTF8N.s b/libc/nt/ntdll/RtlUnicodeToUTF8N.s deleted file mode 100644 index 1b0840e8d..000000000 --- a/libc/nt/ntdll/RtlUnicodeToUTF8N.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnicodeToUTF8N diff --git a/libc/nt/ntdll/RtlUniform.S b/libc/nt/ntdll/RtlUniform.S new file mode 100644 index 000000000..89518952b --- /dev/null +++ b/libc/nt/ntdll/RtlUniform.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUniform,RtlUniform diff --git a/libc/nt/ntdll/RtlUniform.s b/libc/nt/ntdll/RtlUniform.s deleted file mode 100644 index f38ba7003..000000000 --- a/libc/nt/ntdll/RtlUniform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUniform diff --git a/libc/nt/ntdll/RtlUnlockBootStatusData.S b/libc/nt/ntdll/RtlUnlockBootStatusData.S new file mode 100644 index 000000000..8f10708df --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockBootStatusData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockBootStatusData,RtlUnlockBootStatusData diff --git a/libc/nt/ntdll/RtlUnlockBootStatusData.s b/libc/nt/ntdll/RtlUnlockBootStatusData.s deleted file mode 100644 index 812aa44da..000000000 --- a/libc/nt/ntdll/RtlUnlockBootStatusData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockBootStatusData diff --git a/libc/nt/ntdll/RtlUnlockCurrentThread.S b/libc/nt/ntdll/RtlUnlockCurrentThread.S new file mode 100644 index 000000000..59bfbe5db --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockCurrentThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockCurrentThread,RtlUnlockCurrentThread diff --git a/libc/nt/ntdll/RtlUnlockCurrentThread.s b/libc/nt/ntdll/RtlUnlockCurrentThread.s deleted file mode 100644 index 8eb499367..000000000 --- a/libc/nt/ntdll/RtlUnlockCurrentThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockCurrentThread diff --git a/libc/nt/ntdll/RtlUnlockHeap.S b/libc/nt/ntdll/RtlUnlockHeap.S new file mode 100644 index 000000000..d61dd1212 --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockHeap.S @@ -0,0 +1,17 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockHeap,RtlUnlockHeap + +#ifdef __x86_64__ + .text.windows +RtlUnlockHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RtlUnlockHeap(%rip) + leave + ret + .endfn RtlUnlockHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlUnlockHeap.s b/libc/nt/ntdll/RtlUnlockHeap.s deleted file mode 100644 index bdc300a76..000000000 --- a/libc/nt/ntdll/RtlUnlockHeap.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockHeap - - .text.windows -RtlUnlockHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RtlUnlockHeap(%rip) - leave - ret - .endfn RtlUnlockHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.S b/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.S new file mode 100644 index 000000000..9d712257d --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockMemoryBlockLookaside,RtlUnlockMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.s b/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.s deleted file mode 100644 index 7392dddf4..000000000 --- a/libc/nt/ntdll/RtlUnlockMemoryBlockLookaside.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockMemoryBlockLookaside diff --git a/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.S b/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.S new file mode 100644 index 000000000..ed02fa5cb --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockMemoryStreamRegion,RtlUnlockMemoryStreamRegion diff --git a/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.s b/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.s deleted file mode 100644 index 5d195cae5..000000000 --- a/libc/nt/ntdll/RtlUnlockMemoryStreamRegion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockMemoryStreamRegion diff --git a/libc/nt/ntdll/RtlUnlockMemoryZone.S b/libc/nt/ntdll/RtlUnlockMemoryZone.S new file mode 100644 index 000000000..0ed5e2b0c --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockMemoryZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockMemoryZone,RtlUnlockMemoryZone diff --git a/libc/nt/ntdll/RtlUnlockMemoryZone.s b/libc/nt/ntdll/RtlUnlockMemoryZone.s deleted file mode 100644 index 315ef6eca..000000000 --- a/libc/nt/ntdll/RtlUnlockMemoryZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockMemoryZone diff --git a/libc/nt/ntdll/RtlUnlockModuleSection.S b/libc/nt/ntdll/RtlUnlockModuleSection.S new file mode 100644 index 000000000..d5c46777c --- /dev/null +++ b/libc/nt/ntdll/RtlUnlockModuleSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnlockModuleSection,RtlUnlockModuleSection diff --git a/libc/nt/ntdll/RtlUnlockModuleSection.s b/libc/nt/ntdll/RtlUnlockModuleSection.s deleted file mode 100644 index 06f74a159..000000000 --- a/libc/nt/ntdll/RtlUnlockModuleSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnlockModuleSection diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.S b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.S new file mode 100644 index 000000000..0dbedbe22 --- /dev/null +++ b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnsubscribeWnfNotificationWaitForCompletion,RtlUnsubscribeWnfNotificationWaitForCompletion diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.s b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.s deleted file mode 100644 index 3597de1a6..000000000 --- a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWaitForCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnsubscribeWnfNotificationWaitForCompletion diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.S b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.S new file mode 100644 index 000000000..a2ac48682 --- /dev/null +++ b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnsubscribeWnfNotificationWithCompletionCallback,RtlUnsubscribeWnfNotificationWithCompletionCallback diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.s b/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.s deleted file mode 100644 index 9a225178a..000000000 --- a/libc/nt/ntdll/RtlUnsubscribeWnfNotificationWithCompletionCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnsubscribeWnfNotificationWithCompletionCallback diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.S b/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.S new file mode 100644 index 000000000..4f38c207a --- /dev/null +++ b/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnsubscribeWnfStateChangeNotification,RtlUnsubscribeWnfStateChangeNotification diff --git a/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.s b/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.s deleted file mode 100644 index d0d42fa88..000000000 --- a/libc/nt/ntdll/RtlUnsubscribeWnfStateChangeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnsubscribeWnfStateChangeNotification diff --git a/libc/nt/ntdll/RtlUnwind.S b/libc/nt/ntdll/RtlUnwind.S new file mode 100644 index 000000000..9064e518e --- /dev/null +++ b/libc/nt/ntdll/RtlUnwind.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnwind,RtlUnwind diff --git a/libc/nt/ntdll/RtlUnwind.s b/libc/nt/ntdll/RtlUnwind.s deleted file mode 100644 index adecb3a9f..000000000 --- a/libc/nt/ntdll/RtlUnwind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnwind diff --git a/libc/nt/ntdll/RtlUnwindEx.S b/libc/nt/ntdll/RtlUnwindEx.S new file mode 100644 index 000000000..02a68dd2f --- /dev/null +++ b/libc/nt/ntdll/RtlUnwindEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUnwindEx,RtlUnwindEx diff --git a/libc/nt/ntdll/RtlUnwindEx.s b/libc/nt/ntdll/RtlUnwindEx.s deleted file mode 100644 index 5927ac880..000000000 --- a/libc/nt/ntdll/RtlUnwindEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUnwindEx diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeChar.S b/libc/nt/ntdll/RtlUpcaseUnicodeChar.S new file mode 100644 index 000000000..b0fb5b80d --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeChar,RtlUpcaseUnicodeChar diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeChar.s b/libc/nt/ntdll/RtlUpcaseUnicodeChar.s deleted file mode 100644 index f0c587277..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeChar diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeString.S b/libc/nt/ntdll/RtlUpcaseUnicodeString.S new file mode 100644 index 000000000..a81510b6f --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeString,RtlUpcaseUnicodeString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeString.s b/libc/nt/ntdll/RtlUpcaseUnicodeString.s deleted file mode 100644 index ea895e06a..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.S b/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.S new file mode 100644 index 000000000..34e010370 --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeStringToAnsiString,RtlUpcaseUnicodeStringToAnsiString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.s b/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.s deleted file mode 100644 index 6550c11b8..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeStringToAnsiString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeStringToAnsiString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.S b/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.S new file mode 100644 index 000000000..785843f2d --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeStringToCountedOemString,RtlUpcaseUnicodeStringToCountedOemString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.s b/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.s deleted file mode 100644 index 1216cd921..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeStringToCountedOemString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeStringToCountedOemString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.S b/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.S new file mode 100644 index 000000000..54e9cabc5 --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeStringToOemString,RtlUpcaseUnicodeStringToOemString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.s b/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.s deleted file mode 100644 index 93387016e..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeStringToOemString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeStringToOemString diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.S b/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.S new file mode 100644 index 000000000..bc48a9054 --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeToCustomCPN,RtlUpcaseUnicodeToCustomCPN diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.s b/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.s deleted file mode 100644 index 6f0205a86..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeToCustomCPN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeToCustomCPN diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.S b/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.S new file mode 100644 index 000000000..28cb7642f --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeToMultiByteN,RtlUpcaseUnicodeToMultiByteN diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.s b/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.s deleted file mode 100644 index e4246b625..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeToMultiByteN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeToMultiByteN diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.S b/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.S new file mode 100644 index 000000000..3c7da59d4 --- /dev/null +++ b/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpcaseUnicodeToOemN,RtlUpcaseUnicodeToOemN diff --git a/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.s b/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.s deleted file mode 100644 index 42dca569e..000000000 --- a/libc/nt/ntdll/RtlUpcaseUnicodeToOemN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpcaseUnicodeToOemN diff --git a/libc/nt/ntdll/RtlUpdateClonedCriticalSection.S b/libc/nt/ntdll/RtlUpdateClonedCriticalSection.S new file mode 100644 index 000000000..b9cc065d3 --- /dev/null +++ b/libc/nt/ntdll/RtlUpdateClonedCriticalSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpdateClonedCriticalSection,RtlUpdateClonedCriticalSection diff --git a/libc/nt/ntdll/RtlUpdateClonedCriticalSection.s b/libc/nt/ntdll/RtlUpdateClonedCriticalSection.s deleted file mode 100644 index 422daf225..000000000 --- a/libc/nt/ntdll/RtlUpdateClonedCriticalSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpdateClonedCriticalSection diff --git a/libc/nt/ntdll/RtlUpdateClonedSRWLock.S b/libc/nt/ntdll/RtlUpdateClonedSRWLock.S new file mode 100644 index 000000000..92729a984 --- /dev/null +++ b/libc/nt/ntdll/RtlUpdateClonedSRWLock.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpdateClonedSRWLock,RtlUpdateClonedSRWLock diff --git a/libc/nt/ntdll/RtlUpdateClonedSRWLock.s b/libc/nt/ntdll/RtlUpdateClonedSRWLock.s deleted file mode 100644 index b5244eac8..000000000 --- a/libc/nt/ntdll/RtlUpdateClonedSRWLock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpdateClonedSRWLock diff --git a/libc/nt/ntdll/RtlUpdateTimer.S b/libc/nt/ntdll/RtlUpdateTimer.S new file mode 100644 index 000000000..03926b851 --- /dev/null +++ b/libc/nt/ntdll/RtlUpdateTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpdateTimer,RtlUpdateTimer diff --git a/libc/nt/ntdll/RtlUpdateTimer.s b/libc/nt/ntdll/RtlUpdateTimer.s deleted file mode 100644 index 9c280ffb4..000000000 --- a/libc/nt/ntdll/RtlUpdateTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpdateTimer diff --git a/libc/nt/ntdll/RtlUpperChar.S b/libc/nt/ntdll/RtlUpperChar.S new file mode 100644 index 000000000..4ffc95399 --- /dev/null +++ b/libc/nt/ntdll/RtlUpperChar.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpperChar,RtlUpperChar diff --git a/libc/nt/ntdll/RtlUpperChar.s b/libc/nt/ntdll/RtlUpperChar.s deleted file mode 100644 index 9e9cfd43d..000000000 --- a/libc/nt/ntdll/RtlUpperChar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpperChar diff --git a/libc/nt/ntdll/RtlUpperString.S b/libc/nt/ntdll/RtlUpperString.S new file mode 100644 index 000000000..befd31655 --- /dev/null +++ b/libc/nt/ntdll/RtlUpperString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUpperString,RtlUpperString diff --git a/libc/nt/ntdll/RtlUpperString.s b/libc/nt/ntdll/RtlUpperString.s deleted file mode 100644 index 0b1539b31..000000000 --- a/libc/nt/ntdll/RtlUpperString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUpperString diff --git a/libc/nt/ntdll/RtlUserThreadStart.S b/libc/nt/ntdll/RtlUserThreadStart.S new file mode 100644 index 000000000..e7396369a --- /dev/null +++ b/libc/nt/ntdll/RtlUserThreadStart.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlUserThreadStart,RtlUserThreadStart diff --git a/libc/nt/ntdll/RtlUserThreadStart.s b/libc/nt/ntdll/RtlUserThreadStart.s deleted file mode 100644 index 43fcfc6a3..000000000 --- a/libc/nt/ntdll/RtlUserThreadStart.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlUserThreadStart diff --git a/libc/nt/ntdll/RtlValidAcl.S b/libc/nt/ntdll/RtlValidAcl.S new file mode 100644 index 000000000..889c11efb --- /dev/null +++ b/libc/nt/ntdll/RtlValidAcl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidAcl,RtlValidAcl diff --git a/libc/nt/ntdll/RtlValidAcl.s b/libc/nt/ntdll/RtlValidAcl.s deleted file mode 100644 index cf033a9ad..000000000 --- a/libc/nt/ntdll/RtlValidAcl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidAcl diff --git a/libc/nt/ntdll/RtlValidProcessProtection.S b/libc/nt/ntdll/RtlValidProcessProtection.S new file mode 100644 index 000000000..70ab4b3ff --- /dev/null +++ b/libc/nt/ntdll/RtlValidProcessProtection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidProcessProtection,RtlValidProcessProtection diff --git a/libc/nt/ntdll/RtlValidProcessProtection.s b/libc/nt/ntdll/RtlValidProcessProtection.s deleted file mode 100644 index 7995dfbde..000000000 --- a/libc/nt/ntdll/RtlValidProcessProtection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidProcessProtection diff --git a/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.S b/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.S new file mode 100644 index 000000000..05d1b7f3f --- /dev/null +++ b/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidRelativeSecurityDescriptor,RtlValidRelativeSecurityDescriptor diff --git a/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.s b/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.s deleted file mode 100644 index 3ac6a37d9..000000000 --- a/libc/nt/ntdll/RtlValidRelativeSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidRelativeSecurityDescriptor diff --git a/libc/nt/ntdll/RtlValidSecurityDescriptor.S b/libc/nt/ntdll/RtlValidSecurityDescriptor.S new file mode 100644 index 000000000..5f4b120ac --- /dev/null +++ b/libc/nt/ntdll/RtlValidSecurityDescriptor.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidSecurityDescriptor,RtlValidSecurityDescriptor diff --git a/libc/nt/ntdll/RtlValidSecurityDescriptor.s b/libc/nt/ntdll/RtlValidSecurityDescriptor.s deleted file mode 100644 index a6d96efcc..000000000 --- a/libc/nt/ntdll/RtlValidSecurityDescriptor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidSecurityDescriptor diff --git a/libc/nt/ntdll/RtlValidSid.S b/libc/nt/ntdll/RtlValidSid.S new file mode 100644 index 000000000..d21741461 --- /dev/null +++ b/libc/nt/ntdll/RtlValidSid.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidSid,RtlValidSid diff --git a/libc/nt/ntdll/RtlValidSid.s b/libc/nt/ntdll/RtlValidSid.s deleted file mode 100644 index 51f72b4c6..000000000 --- a/libc/nt/ntdll/RtlValidSid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidSid diff --git a/libc/nt/ntdll/RtlValidateCorrelationVector.S b/libc/nt/ntdll/RtlValidateCorrelationVector.S new file mode 100644 index 000000000..952ed415f --- /dev/null +++ b/libc/nt/ntdll/RtlValidateCorrelationVector.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidateCorrelationVector,RtlValidateCorrelationVector diff --git a/libc/nt/ntdll/RtlValidateCorrelationVector.s b/libc/nt/ntdll/RtlValidateCorrelationVector.s deleted file mode 100644 index f34f1f208..000000000 --- a/libc/nt/ntdll/RtlValidateCorrelationVector.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidateCorrelationVector diff --git a/libc/nt/ntdll/RtlValidateHeap.S b/libc/nt/ntdll/RtlValidateHeap.S new file mode 100644 index 000000000..12847dfbb --- /dev/null +++ b/libc/nt/ntdll/RtlValidateHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidateHeap,RtlValidateHeap + +#ifdef __x86_64__ + .text.windows +RtlValidateHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlValidateHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlValidateHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlValidateHeap.s b/libc/nt/ntdll/RtlValidateHeap.s deleted file mode 100644 index be0267ff1..000000000 --- a/libc/nt/ntdll/RtlValidateHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidateHeap - - .text.windows -RtlValidateHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlValidateHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlValidateHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlValidateProcessHeaps.S b/libc/nt/ntdll/RtlValidateProcessHeaps.S new file mode 100644 index 000000000..597cfea04 --- /dev/null +++ b/libc/nt/ntdll/RtlValidateProcessHeaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidateProcessHeaps,RtlValidateProcessHeaps diff --git a/libc/nt/ntdll/RtlValidateProcessHeaps.s b/libc/nt/ntdll/RtlValidateProcessHeaps.s deleted file mode 100644 index 631de98a2..000000000 --- a/libc/nt/ntdll/RtlValidateProcessHeaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidateProcessHeaps diff --git a/libc/nt/ntdll/RtlValidateUnicodeString.S b/libc/nt/ntdll/RtlValidateUnicodeString.S new file mode 100644 index 000000000..6d651fc51 --- /dev/null +++ b/libc/nt/ntdll/RtlValidateUnicodeString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlValidateUnicodeString,RtlValidateUnicodeString diff --git a/libc/nt/ntdll/RtlValidateUnicodeString.s b/libc/nt/ntdll/RtlValidateUnicodeString.s deleted file mode 100644 index e31b30694..000000000 --- a/libc/nt/ntdll/RtlValidateUnicodeString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlValidateUnicodeString diff --git a/libc/nt/ntdll/RtlVerifyVersionInfo.S b/libc/nt/ntdll/RtlVerifyVersionInfo.S new file mode 100644 index 000000000..b37579397 --- /dev/null +++ b/libc/nt/ntdll/RtlVerifyVersionInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlVerifyVersionInfo,RtlVerifyVersionInfo diff --git a/libc/nt/ntdll/RtlVerifyVersionInfo.s b/libc/nt/ntdll/RtlVerifyVersionInfo.s deleted file mode 100644 index c65f7f973..000000000 --- a/libc/nt/ntdll/RtlVerifyVersionInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlVerifyVersionInfo diff --git a/libc/nt/ntdll/RtlVirtualUnwind.S b/libc/nt/ntdll/RtlVirtualUnwind.S new file mode 100644 index 000000000..d08452076 --- /dev/null +++ b/libc/nt/ntdll/RtlVirtualUnwind.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlVirtualUnwind,RtlVirtualUnwind diff --git a/libc/nt/ntdll/RtlVirtualUnwind.s b/libc/nt/ntdll/RtlVirtualUnwind.s deleted file mode 100644 index 254af9ceb..000000000 --- a/libc/nt/ntdll/RtlVirtualUnwind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlVirtualUnwind diff --git a/libc/nt/ntdll/RtlWaitForWnfMetaNotification.S b/libc/nt/ntdll/RtlWaitForWnfMetaNotification.S new file mode 100644 index 000000000..fe1bb0082 --- /dev/null +++ b/libc/nt/ntdll/RtlWaitForWnfMetaNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWaitForWnfMetaNotification,RtlWaitForWnfMetaNotification diff --git a/libc/nt/ntdll/RtlWaitForWnfMetaNotification.s b/libc/nt/ntdll/RtlWaitForWnfMetaNotification.s deleted file mode 100644 index f7c1ddc6a..000000000 --- a/libc/nt/ntdll/RtlWaitForWnfMetaNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWaitForWnfMetaNotification diff --git a/libc/nt/ntdll/RtlWaitOnAddress.S b/libc/nt/ntdll/RtlWaitOnAddress.S new file mode 100644 index 000000000..a2a08feb8 --- /dev/null +++ b/libc/nt/ntdll/RtlWaitOnAddress.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWaitOnAddress,RtlWaitOnAddress diff --git a/libc/nt/ntdll/RtlWaitOnAddress.s b/libc/nt/ntdll/RtlWaitOnAddress.s deleted file mode 100644 index 8b527295b..000000000 --- a/libc/nt/ntdll/RtlWaitOnAddress.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWaitOnAddress diff --git a/libc/nt/ntdll/RtlWakeAddressAll.S b/libc/nt/ntdll/RtlWakeAddressAll.S new file mode 100644 index 000000000..bf8368db4 --- /dev/null +++ b/libc/nt/ntdll/RtlWakeAddressAll.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeAddressAll,RtlWakeAddressAll diff --git a/libc/nt/ntdll/RtlWakeAddressAll.s b/libc/nt/ntdll/RtlWakeAddressAll.s deleted file mode 100644 index b215fe87f..000000000 --- a/libc/nt/ntdll/RtlWakeAddressAll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeAddressAll diff --git a/libc/nt/ntdll/RtlWakeAddressAllNoFence.S b/libc/nt/ntdll/RtlWakeAddressAllNoFence.S new file mode 100644 index 000000000..9cbd5fcf6 --- /dev/null +++ b/libc/nt/ntdll/RtlWakeAddressAllNoFence.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeAddressAllNoFence,RtlWakeAddressAllNoFence diff --git a/libc/nt/ntdll/RtlWakeAddressAllNoFence.s b/libc/nt/ntdll/RtlWakeAddressAllNoFence.s deleted file mode 100644 index be309cec1..000000000 --- a/libc/nt/ntdll/RtlWakeAddressAllNoFence.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeAddressAllNoFence diff --git a/libc/nt/ntdll/RtlWakeAddressSingle.S b/libc/nt/ntdll/RtlWakeAddressSingle.S new file mode 100644 index 000000000..597276b96 --- /dev/null +++ b/libc/nt/ntdll/RtlWakeAddressSingle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeAddressSingle,RtlWakeAddressSingle diff --git a/libc/nt/ntdll/RtlWakeAddressSingle.s b/libc/nt/ntdll/RtlWakeAddressSingle.s deleted file mode 100644 index 9b2c68d77..000000000 --- a/libc/nt/ntdll/RtlWakeAddressSingle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeAddressSingle diff --git a/libc/nt/ntdll/RtlWakeAddressSingleNoFence.S b/libc/nt/ntdll/RtlWakeAddressSingleNoFence.S new file mode 100644 index 000000000..eb5dc8468 --- /dev/null +++ b/libc/nt/ntdll/RtlWakeAddressSingleNoFence.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeAddressSingleNoFence,RtlWakeAddressSingleNoFence diff --git a/libc/nt/ntdll/RtlWakeAddressSingleNoFence.s b/libc/nt/ntdll/RtlWakeAddressSingleNoFence.s deleted file mode 100644 index e88db172b..000000000 --- a/libc/nt/ntdll/RtlWakeAddressSingleNoFence.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeAddressSingleNoFence diff --git a/libc/nt/ntdll/RtlWakeAllConditionVariable.S b/libc/nt/ntdll/RtlWakeAllConditionVariable.S new file mode 100644 index 000000000..9d9268fab --- /dev/null +++ b/libc/nt/ntdll/RtlWakeAllConditionVariable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeAllConditionVariable,RtlWakeAllConditionVariable diff --git a/libc/nt/ntdll/RtlWakeAllConditionVariable.s b/libc/nt/ntdll/RtlWakeAllConditionVariable.s deleted file mode 100644 index d1bac06bf..000000000 --- a/libc/nt/ntdll/RtlWakeAllConditionVariable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeAllConditionVariable diff --git a/libc/nt/ntdll/RtlWakeConditionVariable.S b/libc/nt/ntdll/RtlWakeConditionVariable.S new file mode 100644 index 000000000..8ed4cf168 --- /dev/null +++ b/libc/nt/ntdll/RtlWakeConditionVariable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWakeConditionVariable,RtlWakeConditionVariable diff --git a/libc/nt/ntdll/RtlWakeConditionVariable.s b/libc/nt/ntdll/RtlWakeConditionVariable.s deleted file mode 100644 index 101f9167a..000000000 --- a/libc/nt/ntdll/RtlWakeConditionVariable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWakeConditionVariable diff --git a/libc/nt/ntdll/RtlWalkFrameChain.S b/libc/nt/ntdll/RtlWalkFrameChain.S new file mode 100644 index 000000000..2ca1878ae --- /dev/null +++ b/libc/nt/ntdll/RtlWalkFrameChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWalkFrameChain,RtlWalkFrameChain diff --git a/libc/nt/ntdll/RtlWalkFrameChain.s b/libc/nt/ntdll/RtlWalkFrameChain.s deleted file mode 100644 index 34cb6c6b7..000000000 --- a/libc/nt/ntdll/RtlWalkFrameChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWalkFrameChain diff --git a/libc/nt/ntdll/RtlWalkHeap.S b/libc/nt/ntdll/RtlWalkHeap.S new file mode 100644 index 000000000..e17e4dd86 --- /dev/null +++ b/libc/nt/ntdll/RtlWalkHeap.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWalkHeap,RtlWalkHeap + +#ifdef __x86_64__ + .text.windows +RtlWalkHeap: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RtlWalkHeap(%rip),%rax + jmp __sysv2nt + .endfn RtlWalkHeap,globl + .previous +#endif diff --git a/libc/nt/ntdll/RtlWalkHeap.s b/libc/nt/ntdll/RtlWalkHeap.s deleted file mode 100644 index 016341228..000000000 --- a/libc/nt/ntdll/RtlWalkHeap.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWalkHeap - - .text.windows -RtlWalkHeap: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RtlWalkHeap(%rip),%rax - jmp __sysv2nt - .endfn RtlWalkHeap,globl - .previous diff --git a/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.S b/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.S new file mode 100644 index 000000000..bdfc66432 --- /dev/null +++ b/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWeaklyEnumerateEntryHashTable,RtlWeaklyEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.s b/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.s deleted file mode 100644 index 4ca13f432..000000000 --- a/libc/nt/ntdll/RtlWeaklyEnumerateEntryHashTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWeaklyEnumerateEntryHashTable diff --git a/libc/nt/ntdll/RtlWerpReportException.S b/libc/nt/ntdll/RtlWerpReportException.S new file mode 100644 index 000000000..d70ddb613 --- /dev/null +++ b/libc/nt/ntdll/RtlWerpReportException.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWerpReportException,RtlWerpReportException diff --git a/libc/nt/ntdll/RtlWerpReportException.s b/libc/nt/ntdll/RtlWerpReportException.s deleted file mode 100644 index 09593312e..000000000 --- a/libc/nt/ntdll/RtlWerpReportException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWerpReportException diff --git a/libc/nt/ntdll/RtlWnfCompareChangeStamp.S b/libc/nt/ntdll/RtlWnfCompareChangeStamp.S new file mode 100644 index 000000000..4a8dc0daa --- /dev/null +++ b/libc/nt/ntdll/RtlWnfCompareChangeStamp.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWnfCompareChangeStamp,RtlWnfCompareChangeStamp diff --git a/libc/nt/ntdll/RtlWnfCompareChangeStamp.s b/libc/nt/ntdll/RtlWnfCompareChangeStamp.s deleted file mode 100644 index 4f284c8cc..000000000 --- a/libc/nt/ntdll/RtlWnfCompareChangeStamp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWnfCompareChangeStamp diff --git a/libc/nt/ntdll/RtlWnfDllUnloadCallback.S b/libc/nt/ntdll/RtlWnfDllUnloadCallback.S new file mode 100644 index 000000000..28f3591f3 --- /dev/null +++ b/libc/nt/ntdll/RtlWnfDllUnloadCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWnfDllUnloadCallback,RtlWnfDllUnloadCallback diff --git a/libc/nt/ntdll/RtlWnfDllUnloadCallback.s b/libc/nt/ntdll/RtlWnfDllUnloadCallback.s deleted file mode 100644 index 90811f8c7..000000000 --- a/libc/nt/ntdll/RtlWnfDllUnloadCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWnfDllUnloadCallback diff --git a/libc/nt/ntdll/RtlWriteMemoryStream.S b/libc/nt/ntdll/RtlWriteMemoryStream.S new file mode 100644 index 000000000..77f578d99 --- /dev/null +++ b/libc/nt/ntdll/RtlWriteMemoryStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWriteMemoryStream,RtlWriteMemoryStream diff --git a/libc/nt/ntdll/RtlWriteMemoryStream.s b/libc/nt/ntdll/RtlWriteMemoryStream.s deleted file mode 100644 index 83c5ac313..000000000 --- a/libc/nt/ntdll/RtlWriteMemoryStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWriteMemoryStream diff --git a/libc/nt/ntdll/RtlWriteNonVolatileMemory.S b/libc/nt/ntdll/RtlWriteNonVolatileMemory.S new file mode 100644 index 000000000..a5e2f30b4 --- /dev/null +++ b/libc/nt/ntdll/RtlWriteNonVolatileMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWriteNonVolatileMemory,RtlWriteNonVolatileMemory diff --git a/libc/nt/ntdll/RtlWriteNonVolatileMemory.s b/libc/nt/ntdll/RtlWriteNonVolatileMemory.s deleted file mode 100644 index 3f79bc0e6..000000000 --- a/libc/nt/ntdll/RtlWriteNonVolatileMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWriteNonVolatileMemory diff --git a/libc/nt/ntdll/RtlWriteRegistryValue.S b/libc/nt/ntdll/RtlWriteRegistryValue.S new file mode 100644 index 000000000..83f8b1d55 --- /dev/null +++ b/libc/nt/ntdll/RtlWriteRegistryValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlWriteRegistryValue,RtlWriteRegistryValue diff --git a/libc/nt/ntdll/RtlWriteRegistryValue.s b/libc/nt/ntdll/RtlWriteRegistryValue.s deleted file mode 100644 index 7c3579b91..000000000 --- a/libc/nt/ntdll/RtlWriteRegistryValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlWriteRegistryValue diff --git a/libc/nt/ntdll/RtlZeroHeap.S b/libc/nt/ntdll/RtlZeroHeap.S new file mode 100644 index 000000000..55fb12f13 --- /dev/null +++ b/libc/nt/ntdll/RtlZeroHeap.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlZeroHeap,RtlZeroHeap diff --git a/libc/nt/ntdll/RtlZeroHeap.s b/libc/nt/ntdll/RtlZeroHeap.s deleted file mode 100644 index 6ccb3e6be..000000000 --- a/libc/nt/ntdll/RtlZeroHeap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlZeroHeap diff --git a/libc/nt/ntdll/RtlZeroMemory.S b/libc/nt/ntdll/RtlZeroMemory.S new file mode 100644 index 000000000..b07f7c204 --- /dev/null +++ b/libc/nt/ntdll/RtlZeroMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlZeroMemory,RtlZeroMemory diff --git a/libc/nt/ntdll/RtlZeroMemory.s b/libc/nt/ntdll/RtlZeroMemory.s deleted file mode 100644 index 26692e7c9..000000000 --- a/libc/nt/ntdll/RtlZeroMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlZeroMemory diff --git a/libc/nt/ntdll/RtlZombifyActivationContext.S b/libc/nt/ntdll/RtlZombifyActivationContext.S new file mode 100644 index 000000000..c325e08a4 --- /dev/null +++ b/libc/nt/ntdll/RtlZombifyActivationContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlZombifyActivationContext,RtlZombifyActivationContext diff --git a/libc/nt/ntdll/RtlZombifyActivationContext.s b/libc/nt/ntdll/RtlZombifyActivationContext.s deleted file mode 100644 index 3da92634f..000000000 --- a/libc/nt/ntdll/RtlZombifyActivationContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlZombifyActivationContext diff --git a/libc/nt/ntdll/RtlpApplyLengthFunction.S b/libc/nt/ntdll/RtlpApplyLengthFunction.S new file mode 100644 index 000000000..bcae06548 --- /dev/null +++ b/libc/nt/ntdll/RtlpApplyLengthFunction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpApplyLengthFunction,RtlpApplyLengthFunction diff --git a/libc/nt/ntdll/RtlpApplyLengthFunction.s b/libc/nt/ntdll/RtlpApplyLengthFunction.s deleted file mode 100644 index 46646b930..000000000 --- a/libc/nt/ntdll/RtlpApplyLengthFunction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpApplyLengthFunction diff --git a/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.S b/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.S new file mode 100644 index 000000000..bb550adfe --- /dev/null +++ b/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpCheckDynamicTimeZoneInformation,RtlpCheckDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.s b/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.s deleted file mode 100644 index 6272ac173..000000000 --- a/libc/nt/ntdll/RtlpCheckDynamicTimeZoneInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpCheckDynamicTimeZoneInformation diff --git a/libc/nt/ntdll/RtlpCleanupRegistryKeys.S b/libc/nt/ntdll/RtlpCleanupRegistryKeys.S new file mode 100644 index 000000000..739ed20d2 --- /dev/null +++ b/libc/nt/ntdll/RtlpCleanupRegistryKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpCleanupRegistryKeys,RtlpCleanupRegistryKeys diff --git a/libc/nt/ntdll/RtlpCleanupRegistryKeys.s b/libc/nt/ntdll/RtlpCleanupRegistryKeys.s deleted file mode 100644 index 42d162520..000000000 --- a/libc/nt/ntdll/RtlpCleanupRegistryKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpCleanupRegistryKeys diff --git a/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.S b/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.S new file mode 100644 index 000000000..c1e788380 --- /dev/null +++ b/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpConvertAbsoluteToRelativeSecurityAttribute,RtlpConvertAbsoluteToRelativeSecurityAttribute diff --git a/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.s b/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.s deleted file mode 100644 index 2016f7e61..000000000 --- a/libc/nt/ntdll/RtlpConvertAbsoluteToRelativeSecurityAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpConvertAbsoluteToRelativeSecurityAttribute diff --git a/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.S b/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.S new file mode 100644 index 000000000..5122da160 --- /dev/null +++ b/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpConvertCultureNamesToLCIDs,RtlpConvertCultureNamesToLCIDs diff --git a/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.s b/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.s deleted file mode 100644 index 5fb86f4e1..000000000 --- a/libc/nt/ntdll/RtlpConvertCultureNamesToLCIDs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpConvertCultureNamesToLCIDs diff --git a/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.S b/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.S new file mode 100644 index 000000000..104b60e7c --- /dev/null +++ b/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpConvertLCIDsToCultureNames,RtlpConvertLCIDsToCultureNames diff --git a/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.s b/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.s deleted file mode 100644 index e8ed2ec38..000000000 --- a/libc/nt/ntdll/RtlpConvertLCIDsToCultureNames.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpConvertLCIDsToCultureNames diff --git a/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.S b/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.S new file mode 100644 index 000000000..2b9df1aeb --- /dev/null +++ b/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpConvertRelativeToAbsoluteSecurityAttribute,RtlpConvertRelativeToAbsoluteSecurityAttribute diff --git a/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.s b/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.s deleted file mode 100644 index a3b9b4f1f..000000000 --- a/libc/nt/ntdll/RtlpConvertRelativeToAbsoluteSecurityAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpConvertRelativeToAbsoluteSecurityAttribute diff --git a/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.S b/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.S new file mode 100644 index 000000000..1b1deeea8 --- /dev/null +++ b/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpCreateProcessRegistryInfo,RtlpCreateProcessRegistryInfo diff --git a/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.s b/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.s deleted file mode 100644 index 9760afc92..000000000 --- a/libc/nt/ntdll/RtlpCreateProcessRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpCreateProcessRegistryInfo diff --git a/libc/nt/ntdll/RtlpEnsureBufferSize.S b/libc/nt/ntdll/RtlpEnsureBufferSize.S new file mode 100644 index 000000000..c9e9862f1 --- /dev/null +++ b/libc/nt/ntdll/RtlpEnsureBufferSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpEnsureBufferSize,RtlpEnsureBufferSize diff --git a/libc/nt/ntdll/RtlpEnsureBufferSize.s b/libc/nt/ntdll/RtlpEnsureBufferSize.s deleted file mode 100644 index 3ceae35e2..000000000 --- a/libc/nt/ntdll/RtlpEnsureBufferSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpEnsureBufferSize diff --git a/libc/nt/ntdll/RtlpExecuteUmsThread.S b/libc/nt/ntdll/RtlpExecuteUmsThread.S new file mode 100644 index 000000000..3a172024d --- /dev/null +++ b/libc/nt/ntdll/RtlpExecuteUmsThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpExecuteUmsThread,RtlpExecuteUmsThread diff --git a/libc/nt/ntdll/RtlpExecuteUmsThread.s b/libc/nt/ntdll/RtlpExecuteUmsThread.s deleted file mode 100644 index ebc182299..000000000 --- a/libc/nt/ntdll/RtlpExecuteUmsThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpExecuteUmsThread diff --git a/libc/nt/ntdll/RtlpFreezeTimeBias.S b/libc/nt/ntdll/RtlpFreezeTimeBias.S new file mode 100644 index 000000000..e1ebfd366 --- /dev/null +++ b/libc/nt/ntdll/RtlpFreezeTimeBias.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpFreezeTimeBias,RtlpFreezeTimeBias diff --git a/libc/nt/ntdll/RtlpFreezeTimeBias.s b/libc/nt/ntdll/RtlpFreezeTimeBias.s deleted file mode 100644 index 7ac1b2c75..000000000 --- a/libc/nt/ntdll/RtlpFreezeTimeBias.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpFreezeTimeBias diff --git a/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.S b/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.S new file mode 100644 index 000000000..3fc110eca --- /dev/null +++ b/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpGetDeviceFamilyInfoEnum,RtlpGetDeviceFamilyInfoEnum diff --git a/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.s b/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.s deleted file mode 100644 index d61bd3cd5..000000000 --- a/libc/nt/ntdll/RtlpGetDeviceFamilyInfoEnum.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpGetDeviceFamilyInfoEnum diff --git a/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.S b/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.S new file mode 100644 index 000000000..a8d83cd37 --- /dev/null +++ b/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpGetLCIDFromLangInfoNode,RtlpGetLCIDFromLangInfoNode diff --git a/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.s b/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.s deleted file mode 100644 index a61e34715..000000000 --- a/libc/nt/ntdll/RtlpGetLCIDFromLangInfoNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpGetLCIDFromLangInfoNode diff --git a/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.S b/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.S new file mode 100644 index 000000000..6513b7eea --- /dev/null +++ b/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpGetNameFromLangInfoNode,RtlpGetNameFromLangInfoNode diff --git a/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.s b/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.s deleted file mode 100644 index 44807b7f2..000000000 --- a/libc/nt/ntdll/RtlpGetNameFromLangInfoNode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpGetNameFromLangInfoNode diff --git a/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.S b/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.S new file mode 100644 index 000000000..1b0d0991a --- /dev/null +++ b/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpGetSystemDefaultUILanguage,RtlpGetSystemDefaultUILanguage diff --git a/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.s b/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.s deleted file mode 100644 index cef049796..000000000 --- a/libc/nt/ntdll/RtlpGetSystemDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpGetSystemDefaultUILanguage diff --git a/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.S b/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.S new file mode 100644 index 000000000..d99ab5941 --- /dev/null +++ b/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpGetUserOrMachineUILanguage4NLS,RtlpGetUserOrMachineUILanguage4NLS diff --git a/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.s b/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.s deleted file mode 100644 index d3b38e0f9..000000000 --- a/libc/nt/ntdll/RtlpGetUserOrMachineUILanguage4NLS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpGetUserOrMachineUILanguage4NLS diff --git a/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.S b/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.S new file mode 100644 index 000000000..af738c98b --- /dev/null +++ b/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpInitializeLangRegistryInfo,RtlpInitializeLangRegistryInfo diff --git a/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.s b/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.s deleted file mode 100644 index 0a4ea60b6..000000000 --- a/libc/nt/ntdll/RtlpInitializeLangRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpInitializeLangRegistryInfo diff --git a/libc/nt/ntdll/RtlpIsQualifiedLanguage.S b/libc/nt/ntdll/RtlpIsQualifiedLanguage.S new file mode 100644 index 000000000..684de5144 --- /dev/null +++ b/libc/nt/ntdll/RtlpIsQualifiedLanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpIsQualifiedLanguage,RtlpIsQualifiedLanguage diff --git a/libc/nt/ntdll/RtlpIsQualifiedLanguage.s b/libc/nt/ntdll/RtlpIsQualifiedLanguage.s deleted file mode 100644 index 20150a60d..000000000 --- a/libc/nt/ntdll/RtlpIsQualifiedLanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpIsQualifiedLanguage diff --git a/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.S b/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.S new file mode 100644 index 000000000..d0d3f107d --- /dev/null +++ b/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpLoadMachineUIByPolicy,RtlpLoadMachineUIByPolicy diff --git a/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.s b/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.s deleted file mode 100644 index 613c2aa05..000000000 --- a/libc/nt/ntdll/RtlpLoadMachineUIByPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpLoadMachineUIByPolicy diff --git a/libc/nt/ntdll/RtlpLoadUserUIByPolicy.S b/libc/nt/ntdll/RtlpLoadUserUIByPolicy.S new file mode 100644 index 000000000..a2a1e0992 --- /dev/null +++ b/libc/nt/ntdll/RtlpLoadUserUIByPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpLoadUserUIByPolicy,RtlpLoadUserUIByPolicy diff --git a/libc/nt/ntdll/RtlpLoadUserUIByPolicy.s b/libc/nt/ntdll/RtlpLoadUserUIByPolicy.s deleted file mode 100644 index 63f6e73ef..000000000 --- a/libc/nt/ntdll/RtlpLoadUserUIByPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpLoadUserUIByPolicy diff --git a/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.S b/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.S new file mode 100644 index 000000000..9db4b0fb5 --- /dev/null +++ b/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpMergeSecurityAttributeInformation,RtlpMergeSecurityAttributeInformation diff --git a/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.s b/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.s deleted file mode 100644 index cf4e4646c..000000000 --- a/libc/nt/ntdll/RtlpMergeSecurityAttributeInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpMergeSecurityAttributeInformation diff --git a/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.S b/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.S new file mode 100644 index 000000000..46c4c9ca8 --- /dev/null +++ b/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpMuiFreeLangRegistryInfo,RtlpMuiFreeLangRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.s b/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.s deleted file mode 100644 index 901917939..000000000 --- a/libc/nt/ntdll/RtlpMuiFreeLangRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpMuiFreeLangRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.S b/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.S new file mode 100644 index 000000000..d85013134 --- /dev/null +++ b/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpMuiRegCreateRegistryInfo,RtlpMuiRegCreateRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.s b/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.s deleted file mode 100644 index ff5a62f75..000000000 --- a/libc/nt/ntdll/RtlpMuiRegCreateRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpMuiRegCreateRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.S b/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.S new file mode 100644 index 000000000..30a0749ff --- /dev/null +++ b/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpMuiRegFreeRegistryInfo,RtlpMuiRegFreeRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.s b/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.s deleted file mode 100644 index 9cb92d288..000000000 --- a/libc/nt/ntdll/RtlpMuiRegFreeRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpMuiRegFreeRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.S b/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.S new file mode 100644 index 000000000..19b75caef --- /dev/null +++ b/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpMuiRegLoadRegistryInfo,RtlpMuiRegLoadRegistryInfo diff --git a/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.s b/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.s deleted file mode 100644 index df3b90dee..000000000 --- a/libc/nt/ntdll/RtlpMuiRegLoadRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpMuiRegLoadRegistryInfo diff --git a/libc/nt/ntdll/RtlpNotOwnerCriticalSection.S b/libc/nt/ntdll/RtlpNotOwnerCriticalSection.S new file mode 100644 index 000000000..6fe25f3d4 --- /dev/null +++ b/libc/nt/ntdll/RtlpNotOwnerCriticalSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNotOwnerCriticalSection,RtlpNotOwnerCriticalSection diff --git a/libc/nt/ntdll/RtlpNotOwnerCriticalSection.s b/libc/nt/ntdll/RtlpNotOwnerCriticalSection.s deleted file mode 100644 index 3a98ab261..000000000 --- a/libc/nt/ntdll/RtlpNotOwnerCriticalSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNotOwnerCriticalSection diff --git a/libc/nt/ntdll/RtlpNtCreateKey.S b/libc/nt/ntdll/RtlpNtCreateKey.S new file mode 100644 index 000000000..8b42bc126 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtCreateKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtCreateKey,RtlpNtCreateKey diff --git a/libc/nt/ntdll/RtlpNtCreateKey.s b/libc/nt/ntdll/RtlpNtCreateKey.s deleted file mode 100644 index 6843dc8de..000000000 --- a/libc/nt/ntdll/RtlpNtCreateKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtCreateKey diff --git a/libc/nt/ntdll/RtlpNtEnumerateSubKey.S b/libc/nt/ntdll/RtlpNtEnumerateSubKey.S new file mode 100644 index 000000000..ac262c0a0 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtEnumerateSubKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtEnumerateSubKey,RtlpNtEnumerateSubKey diff --git a/libc/nt/ntdll/RtlpNtEnumerateSubKey.s b/libc/nt/ntdll/RtlpNtEnumerateSubKey.s deleted file mode 100644 index 845727505..000000000 --- a/libc/nt/ntdll/RtlpNtEnumerateSubKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtEnumerateSubKey diff --git a/libc/nt/ntdll/RtlpNtMakeTemporaryKey.S b/libc/nt/ntdll/RtlpNtMakeTemporaryKey.S new file mode 100644 index 000000000..30327e672 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtMakeTemporaryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtMakeTemporaryKey,RtlpNtMakeTemporaryKey diff --git a/libc/nt/ntdll/RtlpNtMakeTemporaryKey.s b/libc/nt/ntdll/RtlpNtMakeTemporaryKey.s deleted file mode 100644 index 71e8056ba..000000000 --- a/libc/nt/ntdll/RtlpNtMakeTemporaryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtMakeTemporaryKey diff --git a/libc/nt/ntdll/RtlpNtOpenKey.S b/libc/nt/ntdll/RtlpNtOpenKey.S new file mode 100644 index 000000000..87cb75a49 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtOpenKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtOpenKey,RtlpNtOpenKey diff --git a/libc/nt/ntdll/RtlpNtOpenKey.s b/libc/nt/ntdll/RtlpNtOpenKey.s deleted file mode 100644 index 6ce81ddf3..000000000 --- a/libc/nt/ntdll/RtlpNtOpenKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtOpenKey diff --git a/libc/nt/ntdll/RtlpNtQueryValueKey.S b/libc/nt/ntdll/RtlpNtQueryValueKey.S new file mode 100644 index 000000000..2b48896c2 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtQueryValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtQueryValueKey,RtlpNtQueryValueKey diff --git a/libc/nt/ntdll/RtlpNtQueryValueKey.s b/libc/nt/ntdll/RtlpNtQueryValueKey.s deleted file mode 100644 index 1d618d3e7..000000000 --- a/libc/nt/ntdll/RtlpNtQueryValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtQueryValueKey diff --git a/libc/nt/ntdll/RtlpNtSetValueKey.S b/libc/nt/ntdll/RtlpNtSetValueKey.S new file mode 100644 index 000000000..20b5558e1 --- /dev/null +++ b/libc/nt/ntdll/RtlpNtSetValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpNtSetValueKey,RtlpNtSetValueKey diff --git a/libc/nt/ntdll/RtlpNtSetValueKey.s b/libc/nt/ntdll/RtlpNtSetValueKey.s deleted file mode 100644 index fdf500878..000000000 --- a/libc/nt/ntdll/RtlpNtSetValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpNtSetValueKey diff --git a/libc/nt/ntdll/RtlpQueryDefaultUILanguage.S b/libc/nt/ntdll/RtlpQueryDefaultUILanguage.S new file mode 100644 index 000000000..87e1fcbdf --- /dev/null +++ b/libc/nt/ntdll/RtlpQueryDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpQueryDefaultUILanguage,RtlpQueryDefaultUILanguage diff --git a/libc/nt/ntdll/RtlpQueryDefaultUILanguage.s b/libc/nt/ntdll/RtlpQueryDefaultUILanguage.s deleted file mode 100644 index 388a4fcba..000000000 --- a/libc/nt/ntdll/RtlpQueryDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpQueryDefaultUILanguage diff --git a/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.S b/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.S new file mode 100644 index 000000000..aa1509735 --- /dev/null +++ b/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpQueryProcessDebugInformationRemote,RtlpQueryProcessDebugInformationRemote diff --git a/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.s b/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.s deleted file mode 100644 index 9925e896a..000000000 --- a/libc/nt/ntdll/RtlpQueryProcessDebugInformationRemote.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpQueryProcessDebugInformationRemote diff --git a/libc/nt/ntdll/RtlpRefreshCachedUILanguage.S b/libc/nt/ntdll/RtlpRefreshCachedUILanguage.S new file mode 100644 index 000000000..bb6616710 --- /dev/null +++ b/libc/nt/ntdll/RtlpRefreshCachedUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpRefreshCachedUILanguage,RtlpRefreshCachedUILanguage diff --git a/libc/nt/ntdll/RtlpRefreshCachedUILanguage.s b/libc/nt/ntdll/RtlpRefreshCachedUILanguage.s deleted file mode 100644 index 93d828906..000000000 --- a/libc/nt/ntdll/RtlpRefreshCachedUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpRefreshCachedUILanguage diff --git a/libc/nt/ntdll/RtlpSetInstallLanguage.S b/libc/nt/ntdll/RtlpSetInstallLanguage.S new file mode 100644 index 000000000..8038932b9 --- /dev/null +++ b/libc/nt/ntdll/RtlpSetInstallLanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpSetInstallLanguage,RtlpSetInstallLanguage diff --git a/libc/nt/ntdll/RtlpSetInstallLanguage.s b/libc/nt/ntdll/RtlpSetInstallLanguage.s deleted file mode 100644 index d6fee068c..000000000 --- a/libc/nt/ntdll/RtlpSetInstallLanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpSetInstallLanguage diff --git a/libc/nt/ntdll/RtlpSetPreferredUILanguages.S b/libc/nt/ntdll/RtlpSetPreferredUILanguages.S new file mode 100644 index 000000000..7a4bb6fbf --- /dev/null +++ b/libc/nt/ntdll/RtlpSetPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpSetPreferredUILanguages,RtlpSetPreferredUILanguages diff --git a/libc/nt/ntdll/RtlpSetPreferredUILanguages.s b/libc/nt/ntdll/RtlpSetPreferredUILanguages.s deleted file mode 100644 index 2e06ff434..000000000 --- a/libc/nt/ntdll/RtlpSetPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpSetPreferredUILanguages diff --git a/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.S b/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.S new file mode 100644 index 000000000..12f184e73 --- /dev/null +++ b/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpSetUserPreferredUILanguages,RtlpSetUserPreferredUILanguages diff --git a/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.s b/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.s deleted file mode 100644 index 47e554c99..000000000 --- a/libc/nt/ntdll/RtlpSetUserPreferredUILanguages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpSetUserPreferredUILanguages diff --git a/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.S b/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.S new file mode 100644 index 000000000..0ae4e6446 --- /dev/null +++ b/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpUmsExecuteYieldThreadEnd,RtlpUmsExecuteYieldThreadEnd diff --git a/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.s b/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.s deleted file mode 100644 index 6d478e3f5..000000000 --- a/libc/nt/ntdll/RtlpUmsExecuteYieldThreadEnd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpUmsExecuteYieldThreadEnd diff --git a/libc/nt/ntdll/RtlpUmsThreadYield.S b/libc/nt/ntdll/RtlpUmsThreadYield.S new file mode 100644 index 000000000..cf6e80cf8 --- /dev/null +++ b/libc/nt/ntdll/RtlpUmsThreadYield.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpUmsThreadYield,RtlpUmsThreadYield diff --git a/libc/nt/ntdll/RtlpUmsThreadYield.s b/libc/nt/ntdll/RtlpUmsThreadYield.s deleted file mode 100644 index 2b71d1234..000000000 --- a/libc/nt/ntdll/RtlpUmsThreadYield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpUmsThreadYield diff --git a/libc/nt/ntdll/RtlpUnWaitCriticalSection.S b/libc/nt/ntdll/RtlpUnWaitCriticalSection.S new file mode 100644 index 000000000..ec3cd1c48 --- /dev/null +++ b/libc/nt/ntdll/RtlpUnWaitCriticalSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpUnWaitCriticalSection,RtlpUnWaitCriticalSection diff --git a/libc/nt/ntdll/RtlpUnWaitCriticalSection.s b/libc/nt/ntdll/RtlpUnWaitCriticalSection.s deleted file mode 100644 index 8cea0654b..000000000 --- a/libc/nt/ntdll/RtlpUnWaitCriticalSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpUnWaitCriticalSection diff --git a/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.S b/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.S new file mode 100644 index 000000000..c8366be60 --- /dev/null +++ b/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpVerifyAndCommitUILanguageSettings,RtlpVerifyAndCommitUILanguageSettings diff --git a/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.s b/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.s deleted file mode 100644 index 52f528c00..000000000 --- a/libc/nt/ntdll/RtlpVerifyAndCommitUILanguageSettings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpVerifyAndCommitUILanguageSettings diff --git a/libc/nt/ntdll/RtlpWaitForCriticalSection.S b/libc/nt/ntdll/RtlpWaitForCriticalSection.S new file mode 100644 index 000000000..e74daa1ad --- /dev/null +++ b/libc/nt/ntdll/RtlpWaitForCriticalSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlpWaitForCriticalSection,RtlpWaitForCriticalSection diff --git a/libc/nt/ntdll/RtlpWaitForCriticalSection.s b/libc/nt/ntdll/RtlpWaitForCriticalSection.s deleted file mode 100644 index 886d998f3..000000000 --- a/libc/nt/ntdll/RtlpWaitForCriticalSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlpWaitForCriticalSection diff --git a/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.S b/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.S new file mode 100644 index 000000000..f823aced7 --- /dev/null +++ b/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlxAnsiStringToUnicodeSize,RtlxAnsiStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.s b/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.s deleted file mode 100644 index d5246dc77..000000000 --- a/libc/nt/ntdll/RtlxAnsiStringToUnicodeSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlxAnsiStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlxOemStringToUnicodeSize.S b/libc/nt/ntdll/RtlxOemStringToUnicodeSize.S new file mode 100644 index 000000000..7d84c0238 --- /dev/null +++ b/libc/nt/ntdll/RtlxOemStringToUnicodeSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlxOemStringToUnicodeSize,RtlxOemStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlxOemStringToUnicodeSize.s b/libc/nt/ntdll/RtlxOemStringToUnicodeSize.s deleted file mode 100644 index 80c6c0dc6..000000000 --- a/libc/nt/ntdll/RtlxOemStringToUnicodeSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlxOemStringToUnicodeSize diff --git a/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.S b/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.S new file mode 100644 index 000000000..eebdfafcd --- /dev/null +++ b/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlxUnicodeStringToAnsiSize,RtlxUnicodeStringToAnsiSize diff --git a/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.s b/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.s deleted file mode 100644 index 971cfe286..000000000 --- a/libc/nt/ntdll/RtlxUnicodeStringToAnsiSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlxUnicodeStringToAnsiSize diff --git a/libc/nt/ntdll/RtlxUnicodeStringToOemSize.S b/libc/nt/ntdll/RtlxUnicodeStringToOemSize.S new file mode 100644 index 000000000..69314b1e1 --- /dev/null +++ b/libc/nt/ntdll/RtlxUnicodeStringToOemSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp RtlxUnicodeStringToOemSize,RtlxUnicodeStringToOemSize diff --git a/libc/nt/ntdll/RtlxUnicodeStringToOemSize.s b/libc/nt/ntdll/RtlxUnicodeStringToOemSize.s deleted file mode 100644 index d8c0681d3..000000000 --- a/libc/nt/ntdll/RtlxUnicodeStringToOemSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp RtlxUnicodeStringToOemSize diff --git a/libc/nt/ntdll/SbExecuteProcedure.S b/libc/nt/ntdll/SbExecuteProcedure.S new file mode 100644 index 000000000..f3f6b52f1 --- /dev/null +++ b/libc/nt/ntdll/SbExecuteProcedure.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp SbExecuteProcedure,SbExecuteProcedure diff --git a/libc/nt/ntdll/SbExecuteProcedure.s b/libc/nt/ntdll/SbExecuteProcedure.s deleted file mode 100644 index de782271f..000000000 --- a/libc/nt/ntdll/SbExecuteProcedure.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp SbExecuteProcedure diff --git a/libc/nt/ntdll/SbSelectProcedure.S b/libc/nt/ntdll/SbSelectProcedure.S new file mode 100644 index 000000000..adf780c50 --- /dev/null +++ b/libc/nt/ntdll/SbSelectProcedure.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp SbSelectProcedure,SbSelectProcedure diff --git a/libc/nt/ntdll/SbSelectProcedure.s b/libc/nt/ntdll/SbSelectProcedure.s deleted file mode 100644 index 993e4fdd0..000000000 --- a/libc/nt/ntdll/SbSelectProcedure.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp SbSelectProcedure diff --git a/libc/nt/ntdll/ShipAssert.S b/libc/nt/ntdll/ShipAssert.S new file mode 100644 index 000000000..b8175e7c9 --- /dev/null +++ b/libc/nt/ntdll/ShipAssert.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ShipAssert,ShipAssert diff --git a/libc/nt/ntdll/ShipAssert.s b/libc/nt/ntdll/ShipAssert.s deleted file mode 100644 index 64cc76ec2..000000000 --- a/libc/nt/ntdll/ShipAssert.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ShipAssert diff --git a/libc/nt/ntdll/ShipAssertGetBufferInfo.S b/libc/nt/ntdll/ShipAssertGetBufferInfo.S new file mode 100644 index 000000000..d93e571db --- /dev/null +++ b/libc/nt/ntdll/ShipAssertGetBufferInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ShipAssertGetBufferInfo,ShipAssertGetBufferInfo diff --git a/libc/nt/ntdll/ShipAssertGetBufferInfo.s b/libc/nt/ntdll/ShipAssertGetBufferInfo.s deleted file mode 100644 index a0b8ebf12..000000000 --- a/libc/nt/ntdll/ShipAssertGetBufferInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ShipAssertGetBufferInfo diff --git a/libc/nt/ntdll/ShipAssertMsgW.S b/libc/nt/ntdll/ShipAssertMsgW.S new file mode 100644 index 000000000..f8febb397 --- /dev/null +++ b/libc/nt/ntdll/ShipAssertMsgW.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ShipAssertMsgW,ShipAssertMsg diff --git a/libc/nt/ntdll/ShipAssertMsgW.s b/libc/nt/ntdll/ShipAssertMsgW.s deleted file mode 100644 index 33cb8ee1f..000000000 --- a/libc/nt/ntdll/ShipAssertMsgW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ShipAssertMsgW diff --git a/libc/nt/ntdll/TpAllocAlpcCompletion.S b/libc/nt/ntdll/TpAllocAlpcCompletion.S new file mode 100644 index 000000000..95759ddb3 --- /dev/null +++ b/libc/nt/ntdll/TpAllocAlpcCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocAlpcCompletion,TpAllocAlpcCompletion diff --git a/libc/nt/ntdll/TpAllocAlpcCompletion.s b/libc/nt/ntdll/TpAllocAlpcCompletion.s deleted file mode 100644 index 8c2061734..000000000 --- a/libc/nt/ntdll/TpAllocAlpcCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocAlpcCompletion diff --git a/libc/nt/ntdll/TpAllocAlpcCompletionEx.S b/libc/nt/ntdll/TpAllocAlpcCompletionEx.S new file mode 100644 index 000000000..5065bc433 --- /dev/null +++ b/libc/nt/ntdll/TpAllocAlpcCompletionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocAlpcCompletionEx,TpAllocAlpcCompletionEx diff --git a/libc/nt/ntdll/TpAllocAlpcCompletionEx.s b/libc/nt/ntdll/TpAllocAlpcCompletionEx.s deleted file mode 100644 index debbb688d..000000000 --- a/libc/nt/ntdll/TpAllocAlpcCompletionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocAlpcCompletionEx diff --git a/libc/nt/ntdll/TpAllocCleanupGroup.S b/libc/nt/ntdll/TpAllocCleanupGroup.S new file mode 100644 index 000000000..aa4f027e6 --- /dev/null +++ b/libc/nt/ntdll/TpAllocCleanupGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocCleanupGroup,TpAllocCleanupGroup diff --git a/libc/nt/ntdll/TpAllocCleanupGroup.s b/libc/nt/ntdll/TpAllocCleanupGroup.s deleted file mode 100644 index f59841341..000000000 --- a/libc/nt/ntdll/TpAllocCleanupGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocCleanupGroup diff --git a/libc/nt/ntdll/TpAllocIoCompletion.S b/libc/nt/ntdll/TpAllocIoCompletion.S new file mode 100644 index 000000000..c40fd395e --- /dev/null +++ b/libc/nt/ntdll/TpAllocIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocIoCompletion,TpAllocIoCompletion diff --git a/libc/nt/ntdll/TpAllocIoCompletion.s b/libc/nt/ntdll/TpAllocIoCompletion.s deleted file mode 100644 index 79837e77f..000000000 --- a/libc/nt/ntdll/TpAllocIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocIoCompletion diff --git a/libc/nt/ntdll/TpAllocJobNotification.S b/libc/nt/ntdll/TpAllocJobNotification.S new file mode 100644 index 000000000..5918c89c6 --- /dev/null +++ b/libc/nt/ntdll/TpAllocJobNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocJobNotification,TpAllocJobNotification diff --git a/libc/nt/ntdll/TpAllocJobNotification.s b/libc/nt/ntdll/TpAllocJobNotification.s deleted file mode 100644 index 73212a258..000000000 --- a/libc/nt/ntdll/TpAllocJobNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocJobNotification diff --git a/libc/nt/ntdll/TpAllocPool.S b/libc/nt/ntdll/TpAllocPool.S new file mode 100644 index 000000000..db5599da3 --- /dev/null +++ b/libc/nt/ntdll/TpAllocPool.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocPool,TpAllocPool diff --git a/libc/nt/ntdll/TpAllocPool.s b/libc/nt/ntdll/TpAllocPool.s deleted file mode 100644 index ceb1d608d..000000000 --- a/libc/nt/ntdll/TpAllocPool.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocPool diff --git a/libc/nt/ntdll/TpAllocTimer.S b/libc/nt/ntdll/TpAllocTimer.S new file mode 100644 index 000000000..e81e290ea --- /dev/null +++ b/libc/nt/ntdll/TpAllocTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocTimer,TpAllocTimer diff --git a/libc/nt/ntdll/TpAllocTimer.s b/libc/nt/ntdll/TpAllocTimer.s deleted file mode 100644 index 144bd50b9..000000000 --- a/libc/nt/ntdll/TpAllocTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocTimer diff --git a/libc/nt/ntdll/TpAllocWait.S b/libc/nt/ntdll/TpAllocWait.S new file mode 100644 index 000000000..b0c37dce0 --- /dev/null +++ b/libc/nt/ntdll/TpAllocWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocWait,TpAllocWait diff --git a/libc/nt/ntdll/TpAllocWait.s b/libc/nt/ntdll/TpAllocWait.s deleted file mode 100644 index 67ea8cad6..000000000 --- a/libc/nt/ntdll/TpAllocWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocWait diff --git a/libc/nt/ntdll/TpAllocWork.S b/libc/nt/ntdll/TpAllocWork.S new file mode 100644 index 000000000..ce8bf99eb --- /dev/null +++ b/libc/nt/ntdll/TpAllocWork.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAllocWork,TpAllocWork diff --git a/libc/nt/ntdll/TpAllocWork.s b/libc/nt/ntdll/TpAllocWork.s deleted file mode 100644 index d17a1486b..000000000 --- a/libc/nt/ntdll/TpAllocWork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAllocWork diff --git a/libc/nt/ntdll/TpAlpcRegisterCompletionList.S b/libc/nt/ntdll/TpAlpcRegisterCompletionList.S new file mode 100644 index 000000000..c411c7dd3 --- /dev/null +++ b/libc/nt/ntdll/TpAlpcRegisterCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAlpcRegisterCompletionList,TpAlpcRegisterCompletionList diff --git a/libc/nt/ntdll/TpAlpcRegisterCompletionList.s b/libc/nt/ntdll/TpAlpcRegisterCompletionList.s deleted file mode 100644 index d85b495d6..000000000 --- a/libc/nt/ntdll/TpAlpcRegisterCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAlpcRegisterCompletionList diff --git a/libc/nt/ntdll/TpAlpcUnregisterCompletionList.S b/libc/nt/ntdll/TpAlpcUnregisterCompletionList.S new file mode 100644 index 000000000..0473141b4 --- /dev/null +++ b/libc/nt/ntdll/TpAlpcUnregisterCompletionList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpAlpcUnregisterCompletionList,TpAlpcUnregisterCompletionList diff --git a/libc/nt/ntdll/TpAlpcUnregisterCompletionList.s b/libc/nt/ntdll/TpAlpcUnregisterCompletionList.s deleted file mode 100644 index dcf5216b0..000000000 --- a/libc/nt/ntdll/TpAlpcUnregisterCompletionList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpAlpcUnregisterCompletionList diff --git a/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.S b/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.S new file mode 100644 index 000000000..3fc67b86e --- /dev/null +++ b/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackDetectedUnrecoverableError,TpCallbackDetectedUnrecoverableError diff --git a/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.s b/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.s deleted file mode 100644 index f1507ba25..000000000 --- a/libc/nt/ntdll/TpCallbackDetectedUnrecoverableError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackDetectedUnrecoverableError diff --git a/libc/nt/ntdll/TpCallbackIndependent.S b/libc/nt/ntdll/TpCallbackIndependent.S new file mode 100644 index 000000000..5e365b3f7 --- /dev/null +++ b/libc/nt/ntdll/TpCallbackIndependent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackIndependent,TpCallbackIndependent diff --git a/libc/nt/ntdll/TpCallbackIndependent.s b/libc/nt/ntdll/TpCallbackIndependent.s deleted file mode 100644 index 6250d3e86..000000000 --- a/libc/nt/ntdll/TpCallbackIndependent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackIndependent diff --git a/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.S b/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.S new file mode 100644 index 000000000..0f408e56c --- /dev/null +++ b/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackLeaveCriticalSectionOnCompletion,TpCallbackLeaveCriticalSectionOnCompletion diff --git a/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.s b/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.s deleted file mode 100644 index b626d1685..000000000 --- a/libc/nt/ntdll/TpCallbackLeaveCriticalSectionOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackLeaveCriticalSectionOnCompletion diff --git a/libc/nt/ntdll/TpCallbackMayRunLong.S b/libc/nt/ntdll/TpCallbackMayRunLong.S new file mode 100644 index 000000000..914ca9543 --- /dev/null +++ b/libc/nt/ntdll/TpCallbackMayRunLong.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackMayRunLong,TpCallbackMayRunLong diff --git a/libc/nt/ntdll/TpCallbackMayRunLong.s b/libc/nt/ntdll/TpCallbackMayRunLong.s deleted file mode 100644 index 8b1bbb7bc..000000000 --- a/libc/nt/ntdll/TpCallbackMayRunLong.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackMayRunLong diff --git a/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.S b/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.S new file mode 100644 index 000000000..0e7e004f8 --- /dev/null +++ b/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackReleaseMutexOnCompletion,TpCallbackReleaseMutexOnCompletion diff --git a/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.s b/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.s deleted file mode 100644 index 2bb2e5b06..000000000 --- a/libc/nt/ntdll/TpCallbackReleaseMutexOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackReleaseMutexOnCompletion diff --git a/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.S b/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.S new file mode 100644 index 000000000..812585b5f --- /dev/null +++ b/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackReleaseSemaphoreOnCompletion,TpCallbackReleaseSemaphoreOnCompletion diff --git a/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.s b/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.s deleted file mode 100644 index 5be51e661..000000000 --- a/libc/nt/ntdll/TpCallbackReleaseSemaphoreOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackReleaseSemaphoreOnCompletion diff --git a/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.S b/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.S new file mode 100644 index 000000000..4eb465f19 --- /dev/null +++ b/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackSendAlpcMessageOnCompletion,TpCallbackSendAlpcMessageOnCompletion diff --git a/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.s b/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.s deleted file mode 100644 index 43a48e468..000000000 --- a/libc/nt/ntdll/TpCallbackSendAlpcMessageOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackSendAlpcMessageOnCompletion diff --git a/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.S b/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.S new file mode 100644 index 000000000..f8bf11ecb --- /dev/null +++ b/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackSendPendingAlpcMessage,TpCallbackSendPendingAlpcMessage diff --git a/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.s b/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.s deleted file mode 100644 index 195699191..000000000 --- a/libc/nt/ntdll/TpCallbackSendPendingAlpcMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackSendPendingAlpcMessage diff --git a/libc/nt/ntdll/TpCallbackSetEventOnCompletion.S b/libc/nt/ntdll/TpCallbackSetEventOnCompletion.S new file mode 100644 index 000000000..bdcd54174 --- /dev/null +++ b/libc/nt/ntdll/TpCallbackSetEventOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackSetEventOnCompletion,TpCallbackSetEventOnCompletion diff --git a/libc/nt/ntdll/TpCallbackSetEventOnCompletion.s b/libc/nt/ntdll/TpCallbackSetEventOnCompletion.s deleted file mode 100644 index b87c26e5e..000000000 --- a/libc/nt/ntdll/TpCallbackSetEventOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackSetEventOnCompletion diff --git a/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.S b/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.S new file mode 100644 index 000000000..928a568fb --- /dev/null +++ b/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCallbackUnloadDllOnCompletion,TpCallbackUnloadDllOnCompletion diff --git a/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.s b/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.s deleted file mode 100644 index a0d4abc15..000000000 --- a/libc/nt/ntdll/TpCallbackUnloadDllOnCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCallbackUnloadDllOnCompletion diff --git a/libc/nt/ntdll/TpCancelAsyncIoOperation.S b/libc/nt/ntdll/TpCancelAsyncIoOperation.S new file mode 100644 index 000000000..a0e88908c --- /dev/null +++ b/libc/nt/ntdll/TpCancelAsyncIoOperation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCancelAsyncIoOperation,TpCancelAsyncIoOperation diff --git a/libc/nt/ntdll/TpCancelAsyncIoOperation.s b/libc/nt/ntdll/TpCancelAsyncIoOperation.s deleted file mode 100644 index 4d4b43988..000000000 --- a/libc/nt/ntdll/TpCancelAsyncIoOperation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCancelAsyncIoOperation diff --git a/libc/nt/ntdll/TpCaptureCaller.S b/libc/nt/ntdll/TpCaptureCaller.S new file mode 100644 index 000000000..7f43dcd6d --- /dev/null +++ b/libc/nt/ntdll/TpCaptureCaller.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCaptureCaller,TpCaptureCaller diff --git a/libc/nt/ntdll/TpCaptureCaller.s b/libc/nt/ntdll/TpCaptureCaller.s deleted file mode 100644 index df2baedf8..000000000 --- a/libc/nt/ntdll/TpCaptureCaller.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCaptureCaller diff --git a/libc/nt/ntdll/TpCheckTerminateWorker.S b/libc/nt/ntdll/TpCheckTerminateWorker.S new file mode 100644 index 000000000..56229f706 --- /dev/null +++ b/libc/nt/ntdll/TpCheckTerminateWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpCheckTerminateWorker,TpCheckTerminateWorker diff --git a/libc/nt/ntdll/TpCheckTerminateWorker.s b/libc/nt/ntdll/TpCheckTerminateWorker.s deleted file mode 100644 index 331d2b9ca..000000000 --- a/libc/nt/ntdll/TpCheckTerminateWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpCheckTerminateWorker diff --git a/libc/nt/ntdll/TpDbgDumpHeapUsage.S b/libc/nt/ntdll/TpDbgDumpHeapUsage.S new file mode 100644 index 000000000..f56e23c7a --- /dev/null +++ b/libc/nt/ntdll/TpDbgDumpHeapUsage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpDbgDumpHeapUsage,TpDbgDumpHeapUsage diff --git a/libc/nt/ntdll/TpDbgDumpHeapUsage.s b/libc/nt/ntdll/TpDbgDumpHeapUsage.s deleted file mode 100644 index 72dc0d6df..000000000 --- a/libc/nt/ntdll/TpDbgDumpHeapUsage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpDbgDumpHeapUsage diff --git a/libc/nt/ntdll/TpDbgSetLogRoutine.S b/libc/nt/ntdll/TpDbgSetLogRoutine.S new file mode 100644 index 000000000..b16e21258 --- /dev/null +++ b/libc/nt/ntdll/TpDbgSetLogRoutine.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpDbgSetLogRoutine,TpDbgSetLogRoutine diff --git a/libc/nt/ntdll/TpDbgSetLogRoutine.s b/libc/nt/ntdll/TpDbgSetLogRoutine.s deleted file mode 100644 index 9b6e6b594..000000000 --- a/libc/nt/ntdll/TpDbgSetLogRoutine.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpDbgSetLogRoutine diff --git a/libc/nt/ntdll/TpDisablePoolCallbackChecks.S b/libc/nt/ntdll/TpDisablePoolCallbackChecks.S new file mode 100644 index 000000000..24a7b26d9 --- /dev/null +++ b/libc/nt/ntdll/TpDisablePoolCallbackChecks.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpDisablePoolCallbackChecks,TpDisablePoolCallbackChecks diff --git a/libc/nt/ntdll/TpDisablePoolCallbackChecks.s b/libc/nt/ntdll/TpDisablePoolCallbackChecks.s deleted file mode 100644 index ea695581d..000000000 --- a/libc/nt/ntdll/TpDisablePoolCallbackChecks.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpDisablePoolCallbackChecks diff --git a/libc/nt/ntdll/TpDisassociateCallback.S b/libc/nt/ntdll/TpDisassociateCallback.S new file mode 100644 index 000000000..29f9e1042 --- /dev/null +++ b/libc/nt/ntdll/TpDisassociateCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpDisassociateCallback,TpDisassociateCallback diff --git a/libc/nt/ntdll/TpDisassociateCallback.s b/libc/nt/ntdll/TpDisassociateCallback.s deleted file mode 100644 index b5b4f1d03..000000000 --- a/libc/nt/ntdll/TpDisassociateCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpDisassociateCallback diff --git a/libc/nt/ntdll/TpIsTimerSet.S b/libc/nt/ntdll/TpIsTimerSet.S new file mode 100644 index 000000000..b2892d463 --- /dev/null +++ b/libc/nt/ntdll/TpIsTimerSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpIsTimerSet,TpIsTimerSet diff --git a/libc/nt/ntdll/TpIsTimerSet.s b/libc/nt/ntdll/TpIsTimerSet.s deleted file mode 100644 index 2018571f6..000000000 --- a/libc/nt/ntdll/TpIsTimerSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpIsTimerSet diff --git a/libc/nt/ntdll/TpPostWork.S b/libc/nt/ntdll/TpPostWork.S new file mode 100644 index 000000000..07866379a --- /dev/null +++ b/libc/nt/ntdll/TpPostWork.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpPostWork,TpPostWork diff --git a/libc/nt/ntdll/TpPostWork.s b/libc/nt/ntdll/TpPostWork.s deleted file mode 100644 index f6c2c8afd..000000000 --- a/libc/nt/ntdll/TpPostWork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpPostWork diff --git a/libc/nt/ntdll/TpQueryPoolStackInformation.S b/libc/nt/ntdll/TpQueryPoolStackInformation.S new file mode 100644 index 000000000..c200db956 --- /dev/null +++ b/libc/nt/ntdll/TpQueryPoolStackInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpQueryPoolStackInformation,TpQueryPoolStackInformation diff --git a/libc/nt/ntdll/TpQueryPoolStackInformation.s b/libc/nt/ntdll/TpQueryPoolStackInformation.s deleted file mode 100644 index c95674b2f..000000000 --- a/libc/nt/ntdll/TpQueryPoolStackInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpQueryPoolStackInformation diff --git a/libc/nt/ntdll/TpReleaseAlpcCompletion.S b/libc/nt/ntdll/TpReleaseAlpcCompletion.S new file mode 100644 index 000000000..4ba591b04 --- /dev/null +++ b/libc/nt/ntdll/TpReleaseAlpcCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseAlpcCompletion,TpReleaseAlpcCompletion diff --git a/libc/nt/ntdll/TpReleaseAlpcCompletion.s b/libc/nt/ntdll/TpReleaseAlpcCompletion.s deleted file mode 100644 index 7bf752213..000000000 --- a/libc/nt/ntdll/TpReleaseAlpcCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseAlpcCompletion diff --git a/libc/nt/ntdll/TpReleaseCleanupGroup.S b/libc/nt/ntdll/TpReleaseCleanupGroup.S new file mode 100644 index 000000000..71523f5a6 --- /dev/null +++ b/libc/nt/ntdll/TpReleaseCleanupGroup.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseCleanupGroup,TpReleaseCleanupGroup diff --git a/libc/nt/ntdll/TpReleaseCleanupGroup.s b/libc/nt/ntdll/TpReleaseCleanupGroup.s deleted file mode 100644 index 41f95feca..000000000 --- a/libc/nt/ntdll/TpReleaseCleanupGroup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseCleanupGroup diff --git a/libc/nt/ntdll/TpReleaseCleanupGroupMembers.S b/libc/nt/ntdll/TpReleaseCleanupGroupMembers.S new file mode 100644 index 000000000..0113287ab --- /dev/null +++ b/libc/nt/ntdll/TpReleaseCleanupGroupMembers.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseCleanupGroupMembers,TpReleaseCleanupGroupMembers diff --git a/libc/nt/ntdll/TpReleaseCleanupGroupMembers.s b/libc/nt/ntdll/TpReleaseCleanupGroupMembers.s deleted file mode 100644 index b2868235d..000000000 --- a/libc/nt/ntdll/TpReleaseCleanupGroupMembers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseCleanupGroupMembers diff --git a/libc/nt/ntdll/TpReleaseIoCompletion.S b/libc/nt/ntdll/TpReleaseIoCompletion.S new file mode 100644 index 000000000..fbd703dc6 --- /dev/null +++ b/libc/nt/ntdll/TpReleaseIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseIoCompletion,TpReleaseIoCompletion diff --git a/libc/nt/ntdll/TpReleaseIoCompletion.s b/libc/nt/ntdll/TpReleaseIoCompletion.s deleted file mode 100644 index ef17d3d59..000000000 --- a/libc/nt/ntdll/TpReleaseIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseIoCompletion diff --git a/libc/nt/ntdll/TpReleaseJobNotification.S b/libc/nt/ntdll/TpReleaseJobNotification.S new file mode 100644 index 000000000..206f1ab77 --- /dev/null +++ b/libc/nt/ntdll/TpReleaseJobNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseJobNotification,TpReleaseJobNotification diff --git a/libc/nt/ntdll/TpReleaseJobNotification.s b/libc/nt/ntdll/TpReleaseJobNotification.s deleted file mode 100644 index 209bc6948..000000000 --- a/libc/nt/ntdll/TpReleaseJobNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseJobNotification diff --git a/libc/nt/ntdll/TpReleasePool.S b/libc/nt/ntdll/TpReleasePool.S new file mode 100644 index 000000000..1ee138ae0 --- /dev/null +++ b/libc/nt/ntdll/TpReleasePool.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleasePool,TpReleasePool diff --git a/libc/nt/ntdll/TpReleasePool.s b/libc/nt/ntdll/TpReleasePool.s deleted file mode 100644 index 391ab63a5..000000000 --- a/libc/nt/ntdll/TpReleasePool.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleasePool diff --git a/libc/nt/ntdll/TpReleaseTimer.S b/libc/nt/ntdll/TpReleaseTimer.S new file mode 100644 index 000000000..ceeff94ac --- /dev/null +++ b/libc/nt/ntdll/TpReleaseTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseTimer,TpReleaseTimer diff --git a/libc/nt/ntdll/TpReleaseTimer.s b/libc/nt/ntdll/TpReleaseTimer.s deleted file mode 100644 index aea92884b..000000000 --- a/libc/nt/ntdll/TpReleaseTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseTimer diff --git a/libc/nt/ntdll/TpReleaseWait.S b/libc/nt/ntdll/TpReleaseWait.S new file mode 100644 index 000000000..7856077dd --- /dev/null +++ b/libc/nt/ntdll/TpReleaseWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseWait,TpReleaseWait diff --git a/libc/nt/ntdll/TpReleaseWait.s b/libc/nt/ntdll/TpReleaseWait.s deleted file mode 100644 index 77cd6b3fe..000000000 --- a/libc/nt/ntdll/TpReleaseWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseWait diff --git a/libc/nt/ntdll/TpReleaseWork.S b/libc/nt/ntdll/TpReleaseWork.S new file mode 100644 index 000000000..0c748c389 --- /dev/null +++ b/libc/nt/ntdll/TpReleaseWork.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpReleaseWork,TpReleaseWork diff --git a/libc/nt/ntdll/TpReleaseWork.s b/libc/nt/ntdll/TpReleaseWork.s deleted file mode 100644 index 9a05bd3a2..000000000 --- a/libc/nt/ntdll/TpReleaseWork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpReleaseWork diff --git a/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.S b/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.S new file mode 100644 index 000000000..4accb20f1 --- /dev/null +++ b/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetDefaultPoolMaxThreads,TpSetDefaultPoolMaxThreads diff --git a/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.s b/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.s deleted file mode 100644 index 957a03098..000000000 --- a/libc/nt/ntdll/TpSetDefaultPoolMaxThreads.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetDefaultPoolMaxThreads diff --git a/libc/nt/ntdll/TpSetDefaultPoolStackInformation.S b/libc/nt/ntdll/TpSetDefaultPoolStackInformation.S new file mode 100644 index 000000000..c89c8f4d1 --- /dev/null +++ b/libc/nt/ntdll/TpSetDefaultPoolStackInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetDefaultPoolStackInformation,TpSetDefaultPoolStackInformation diff --git a/libc/nt/ntdll/TpSetDefaultPoolStackInformation.s b/libc/nt/ntdll/TpSetDefaultPoolStackInformation.s deleted file mode 100644 index df48c7922..000000000 --- a/libc/nt/ntdll/TpSetDefaultPoolStackInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetDefaultPoolStackInformation diff --git a/libc/nt/ntdll/TpSetPoolMaxThreads.S b/libc/nt/ntdll/TpSetPoolMaxThreads.S new file mode 100644 index 000000000..15a6bd25f --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolMaxThreads.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolMaxThreads,TpSetPoolMaxThreads diff --git a/libc/nt/ntdll/TpSetPoolMaxThreads.s b/libc/nt/ntdll/TpSetPoolMaxThreads.s deleted file mode 100644 index 1ce0116d0..000000000 --- a/libc/nt/ntdll/TpSetPoolMaxThreads.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolMaxThreads diff --git a/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.S b/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.S new file mode 100644 index 000000000..9963ad1b9 --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolMaxThreadsSoftLimit,TpSetPoolMaxThreadsSoftLimit diff --git a/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.s b/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.s deleted file mode 100644 index 8b8386fc8..000000000 --- a/libc/nt/ntdll/TpSetPoolMaxThreadsSoftLimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolMaxThreadsSoftLimit diff --git a/libc/nt/ntdll/TpSetPoolMinThreads.S b/libc/nt/ntdll/TpSetPoolMinThreads.S new file mode 100644 index 000000000..2394db7c3 --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolMinThreads.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolMinThreads,TpSetPoolMinThreads diff --git a/libc/nt/ntdll/TpSetPoolMinThreads.s b/libc/nt/ntdll/TpSetPoolMinThreads.s deleted file mode 100644 index ea98e822f..000000000 --- a/libc/nt/ntdll/TpSetPoolMinThreads.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolMinThreads diff --git a/libc/nt/ntdll/TpSetPoolStackInformation.S b/libc/nt/ntdll/TpSetPoolStackInformation.S new file mode 100644 index 000000000..538073f53 --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolStackInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolStackInformation,TpSetPoolStackInformation diff --git a/libc/nt/ntdll/TpSetPoolStackInformation.s b/libc/nt/ntdll/TpSetPoolStackInformation.s deleted file mode 100644 index d42318a51..000000000 --- a/libc/nt/ntdll/TpSetPoolStackInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolStackInformation diff --git a/libc/nt/ntdll/TpSetPoolThreadBasePriority.S b/libc/nt/ntdll/TpSetPoolThreadBasePriority.S new file mode 100644 index 000000000..62df1200a --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolThreadBasePriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolThreadBasePriority,TpSetPoolThreadBasePriority diff --git a/libc/nt/ntdll/TpSetPoolThreadBasePriority.s b/libc/nt/ntdll/TpSetPoolThreadBasePriority.s deleted file mode 100644 index 032dd2511..000000000 --- a/libc/nt/ntdll/TpSetPoolThreadBasePriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolThreadBasePriority diff --git a/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.S b/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.S new file mode 100644 index 000000000..f587d7e16 --- /dev/null +++ b/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetPoolWorkerThreadIdleTimeout,TpSetPoolWorkerThreadIdleTimeout diff --git a/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.s b/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.s deleted file mode 100644 index 711ce2f5a..000000000 --- a/libc/nt/ntdll/TpSetPoolWorkerThreadIdleTimeout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetPoolWorkerThreadIdleTimeout diff --git a/libc/nt/ntdll/TpSetTimer.S b/libc/nt/ntdll/TpSetTimer.S new file mode 100644 index 000000000..85c94ca1b --- /dev/null +++ b/libc/nt/ntdll/TpSetTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetTimer,TpSetTimer diff --git a/libc/nt/ntdll/TpSetTimer.s b/libc/nt/ntdll/TpSetTimer.s deleted file mode 100644 index dfd35e63e..000000000 --- a/libc/nt/ntdll/TpSetTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetTimer diff --git a/libc/nt/ntdll/TpSetTimerEx.S b/libc/nt/ntdll/TpSetTimerEx.S new file mode 100644 index 000000000..3e3640efa --- /dev/null +++ b/libc/nt/ntdll/TpSetTimerEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetTimerEx,TpSetTimerEx diff --git a/libc/nt/ntdll/TpSetTimerEx.s b/libc/nt/ntdll/TpSetTimerEx.s deleted file mode 100644 index 212a44fca..000000000 --- a/libc/nt/ntdll/TpSetTimerEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetTimerEx diff --git a/libc/nt/ntdll/TpSetWait.S b/libc/nt/ntdll/TpSetWait.S new file mode 100644 index 000000000..0e4e1966d --- /dev/null +++ b/libc/nt/ntdll/TpSetWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetWait,TpSetWait diff --git a/libc/nt/ntdll/TpSetWait.s b/libc/nt/ntdll/TpSetWait.s deleted file mode 100644 index 48373de81..000000000 --- a/libc/nt/ntdll/TpSetWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetWait diff --git a/libc/nt/ntdll/TpSetWaitEx.S b/libc/nt/ntdll/TpSetWaitEx.S new file mode 100644 index 000000000..605ba26e3 --- /dev/null +++ b/libc/nt/ntdll/TpSetWaitEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSetWaitEx,TpSetWaitEx diff --git a/libc/nt/ntdll/TpSetWaitEx.s b/libc/nt/ntdll/TpSetWaitEx.s deleted file mode 100644 index 6935e53da..000000000 --- a/libc/nt/ntdll/TpSetWaitEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSetWaitEx diff --git a/libc/nt/ntdll/TpSimpleTryPost.S b/libc/nt/ntdll/TpSimpleTryPost.S new file mode 100644 index 000000000..9a8b04461 --- /dev/null +++ b/libc/nt/ntdll/TpSimpleTryPost.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpSimpleTryPost,TpSimpleTryPost diff --git a/libc/nt/ntdll/TpSimpleTryPost.s b/libc/nt/ntdll/TpSimpleTryPost.s deleted file mode 100644 index a2297febd..000000000 --- a/libc/nt/ntdll/TpSimpleTryPost.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpSimpleTryPost diff --git a/libc/nt/ntdll/TpStartAsyncIoOperation.S b/libc/nt/ntdll/TpStartAsyncIoOperation.S new file mode 100644 index 000000000..ee3f53e17 --- /dev/null +++ b/libc/nt/ntdll/TpStartAsyncIoOperation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpStartAsyncIoOperation,TpStartAsyncIoOperation diff --git a/libc/nt/ntdll/TpStartAsyncIoOperation.s b/libc/nt/ntdll/TpStartAsyncIoOperation.s deleted file mode 100644 index ecedd76de..000000000 --- a/libc/nt/ntdll/TpStartAsyncIoOperation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpStartAsyncIoOperation diff --git a/libc/nt/ntdll/TpTimerOutstandingCallbackCount.S b/libc/nt/ntdll/TpTimerOutstandingCallbackCount.S new file mode 100644 index 000000000..ad2cbe1ea --- /dev/null +++ b/libc/nt/ntdll/TpTimerOutstandingCallbackCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpTimerOutstandingCallbackCount,TpTimerOutstandingCallbackCount diff --git a/libc/nt/ntdll/TpTimerOutstandingCallbackCount.s b/libc/nt/ntdll/TpTimerOutstandingCallbackCount.s deleted file mode 100644 index 5ac546cb2..000000000 --- a/libc/nt/ntdll/TpTimerOutstandingCallbackCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpTimerOutstandingCallbackCount diff --git a/libc/nt/ntdll/TpTrimPools.S b/libc/nt/ntdll/TpTrimPools.S new file mode 100644 index 000000000..5039c80e8 --- /dev/null +++ b/libc/nt/ntdll/TpTrimPools.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpTrimPools,TpTrimPools diff --git a/libc/nt/ntdll/TpTrimPools.s b/libc/nt/ntdll/TpTrimPools.s deleted file mode 100644 index 876fb9d98..000000000 --- a/libc/nt/ntdll/TpTrimPools.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpTrimPools diff --git a/libc/nt/ntdll/TpWaitForAlpcCompletion.S b/libc/nt/ntdll/TpWaitForAlpcCompletion.S new file mode 100644 index 000000000..d2dd444fa --- /dev/null +++ b/libc/nt/ntdll/TpWaitForAlpcCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForAlpcCompletion,TpWaitForAlpcCompletion diff --git a/libc/nt/ntdll/TpWaitForAlpcCompletion.s b/libc/nt/ntdll/TpWaitForAlpcCompletion.s deleted file mode 100644 index 7d24fd62d..000000000 --- a/libc/nt/ntdll/TpWaitForAlpcCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForAlpcCompletion diff --git a/libc/nt/ntdll/TpWaitForIoCompletion.S b/libc/nt/ntdll/TpWaitForIoCompletion.S new file mode 100644 index 000000000..4c935def9 --- /dev/null +++ b/libc/nt/ntdll/TpWaitForIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForIoCompletion,TpWaitForIoCompletion diff --git a/libc/nt/ntdll/TpWaitForIoCompletion.s b/libc/nt/ntdll/TpWaitForIoCompletion.s deleted file mode 100644 index 2d9a82f39..000000000 --- a/libc/nt/ntdll/TpWaitForIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForIoCompletion diff --git a/libc/nt/ntdll/TpWaitForJobNotification.S b/libc/nt/ntdll/TpWaitForJobNotification.S new file mode 100644 index 000000000..a4fc3f77e --- /dev/null +++ b/libc/nt/ntdll/TpWaitForJobNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForJobNotification,TpWaitForJobNotification diff --git a/libc/nt/ntdll/TpWaitForJobNotification.s b/libc/nt/ntdll/TpWaitForJobNotification.s deleted file mode 100644 index d36435261..000000000 --- a/libc/nt/ntdll/TpWaitForJobNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForJobNotification diff --git a/libc/nt/ntdll/TpWaitForTimer.S b/libc/nt/ntdll/TpWaitForTimer.S new file mode 100644 index 000000000..e7a777432 --- /dev/null +++ b/libc/nt/ntdll/TpWaitForTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForTimer,TpWaitForTimer diff --git a/libc/nt/ntdll/TpWaitForTimer.s b/libc/nt/ntdll/TpWaitForTimer.s deleted file mode 100644 index 10e2515cf..000000000 --- a/libc/nt/ntdll/TpWaitForTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForTimer diff --git a/libc/nt/ntdll/TpWaitForWait.S b/libc/nt/ntdll/TpWaitForWait.S new file mode 100644 index 000000000..dbec266bf --- /dev/null +++ b/libc/nt/ntdll/TpWaitForWait.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForWait,TpWaitForWait diff --git a/libc/nt/ntdll/TpWaitForWait.s b/libc/nt/ntdll/TpWaitForWait.s deleted file mode 100644 index b6f46c642..000000000 --- a/libc/nt/ntdll/TpWaitForWait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForWait diff --git a/libc/nt/ntdll/TpWaitForWork.S b/libc/nt/ntdll/TpWaitForWork.S new file mode 100644 index 000000000..b81772b40 --- /dev/null +++ b/libc/nt/ntdll/TpWaitForWork.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp TpWaitForWork,TpWaitForWork diff --git a/libc/nt/ntdll/TpWaitForWork.s b/libc/nt/ntdll/TpWaitForWork.s deleted file mode 100644 index 7cd7a716a..000000000 --- a/libc/nt/ntdll/TpWaitForWork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp TpWaitForWork diff --git a/libc/nt/ntdll/VerSetConditionMask.S b/libc/nt/ntdll/VerSetConditionMask.S new file mode 100644 index 000000000..c6275a6fd --- /dev/null +++ b/libc/nt/ntdll/VerSetConditionMask.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp VerSetConditionMask,VerSetConditionMask diff --git a/libc/nt/ntdll/VerSetConditionMask.s b/libc/nt/ntdll/VerSetConditionMask.s deleted file mode 100644 index b10bc3102..000000000 --- a/libc/nt/ntdll/VerSetConditionMask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp VerSetConditionMask diff --git a/libc/nt/ntdll/WerReportExceptionWorker.S b/libc/nt/ntdll/WerReportExceptionWorker.S new file mode 100644 index 000000000..3b1350cd4 --- /dev/null +++ b/libc/nt/ntdll/WerReportExceptionWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WerReportExceptionWorker,WerReportExceptionWorker diff --git a/libc/nt/ntdll/WerReportExceptionWorker.s b/libc/nt/ntdll/WerReportExceptionWorker.s deleted file mode 100644 index 674af9278..000000000 --- a/libc/nt/ntdll/WerReportExceptionWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WerReportExceptionWorker diff --git a/libc/nt/ntdll/WerReportSQMEvent.S b/libc/nt/ntdll/WerReportSQMEvent.S new file mode 100644 index 000000000..5af86e3ad --- /dev/null +++ b/libc/nt/ntdll/WerReportSQMEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WerReportSQMEvent,WerReportSQMEvent diff --git a/libc/nt/ntdll/WerReportSQMEvent.s b/libc/nt/ntdll/WerReportSQMEvent.s deleted file mode 100644 index d94034f40..000000000 --- a/libc/nt/ntdll/WerReportSQMEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WerReportSQMEvent diff --git a/libc/nt/ntdll/WinSqmAddToAverageDWORD.S b/libc/nt/ntdll/WinSqmAddToAverageDWORD.S new file mode 100644 index 000000000..4e12d052b --- /dev/null +++ b/libc/nt/ntdll/WinSqmAddToAverageDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmAddToAverageDWORD,WinSqmAddToAverageDWORD diff --git a/libc/nt/ntdll/WinSqmAddToAverageDWORD.s b/libc/nt/ntdll/WinSqmAddToAverageDWORD.s deleted file mode 100644 index fd1666246..000000000 --- a/libc/nt/ntdll/WinSqmAddToAverageDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmAddToAverageDWORD diff --git a/libc/nt/ntdll/WinSqmAddToStream.S b/libc/nt/ntdll/WinSqmAddToStream.S new file mode 100644 index 000000000..a5a6f4cac --- /dev/null +++ b/libc/nt/ntdll/WinSqmAddToStream.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmAddToStream,WinSqmAddToStream diff --git a/libc/nt/ntdll/WinSqmAddToStream.s b/libc/nt/ntdll/WinSqmAddToStream.s deleted file mode 100644 index e175c5745..000000000 --- a/libc/nt/ntdll/WinSqmAddToStream.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmAddToStream diff --git a/libc/nt/ntdll/WinSqmAddToStreamEx.S b/libc/nt/ntdll/WinSqmAddToStreamEx.S new file mode 100644 index 000000000..97562a0cb --- /dev/null +++ b/libc/nt/ntdll/WinSqmAddToStreamEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmAddToStreamEx,WinSqmAddToStreamEx diff --git a/libc/nt/ntdll/WinSqmAddToStreamEx.s b/libc/nt/ntdll/WinSqmAddToStreamEx.s deleted file mode 100644 index ec42e948f..000000000 --- a/libc/nt/ntdll/WinSqmAddToStreamEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmAddToStreamEx diff --git a/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.S b/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.S new file mode 100644 index 000000000..a5e5ec916 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCheckEscalationAddToStreamEx,WinSqmCheckEscalationAddToStreamEx diff --git a/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.s b/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.s deleted file mode 100644 index 20bd9fe25..000000000 --- a/libc/nt/ntdll/WinSqmCheckEscalationAddToStreamEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCheckEscalationAddToStreamEx diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.S b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.S new file mode 100644 index 000000000..6ec75a93d --- /dev/null +++ b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCheckEscalationSetDWORD,WinSqmCheckEscalationSetDWORD diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.s b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.s deleted file mode 100644 index fc066959f..000000000 --- a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCheckEscalationSetDWORD diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.S b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.S new file mode 100644 index 000000000..a610392ce --- /dev/null +++ b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCheckEscalationSetDWORD64,WinSqmCheckEscalationSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.s b/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.s deleted file mode 100644 index 73656fab8..000000000 --- a/libc/nt/ntdll/WinSqmCheckEscalationSetDWORD64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCheckEscalationSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetString.S b/libc/nt/ntdll/WinSqmCheckEscalationSetString.S new file mode 100644 index 000000000..3fa374345 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCheckEscalationSetString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCheckEscalationSetString,WinSqmCheckEscalationSetString diff --git a/libc/nt/ntdll/WinSqmCheckEscalationSetString.s b/libc/nt/ntdll/WinSqmCheckEscalationSetString.s deleted file mode 100644 index ef62b1f07..000000000 --- a/libc/nt/ntdll/WinSqmCheckEscalationSetString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCheckEscalationSetString diff --git a/libc/nt/ntdll/WinSqmCommonDatapointDelete.S b/libc/nt/ntdll/WinSqmCommonDatapointDelete.S new file mode 100644 index 000000000..1e0636f91 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCommonDatapointDelete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCommonDatapointDelete,WinSqmCommonDatapointDelete diff --git a/libc/nt/ntdll/WinSqmCommonDatapointDelete.s b/libc/nt/ntdll/WinSqmCommonDatapointDelete.s deleted file mode 100644 index 5e7d3a4f5..000000000 --- a/libc/nt/ntdll/WinSqmCommonDatapointDelete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCommonDatapointDelete diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.S b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.S new file mode 100644 index 000000000..3ef223130 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCommonDatapointSetDWORD,WinSqmCommonDatapointSetDWORD diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.s b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.s deleted file mode 100644 index 3a14e8b5d..000000000 --- a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCommonDatapointSetDWORD diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.S b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.S new file mode 100644 index 000000000..a0545b957 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCommonDatapointSetDWORD64,WinSqmCommonDatapointSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.s b/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.s deleted file mode 100644 index 4ab624d85..000000000 --- a/libc/nt/ntdll/WinSqmCommonDatapointSetDWORD64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCommonDatapointSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.S b/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.S new file mode 100644 index 000000000..9c92847fe --- /dev/null +++ b/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCommonDatapointSetStreamEx,WinSqmCommonDatapointSetStreamEx diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.s b/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.s deleted file mode 100644 index 654896cb2..000000000 --- a/libc/nt/ntdll/WinSqmCommonDatapointSetStreamEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCommonDatapointSetStreamEx diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetString.S b/libc/nt/ntdll/WinSqmCommonDatapointSetString.S new file mode 100644 index 000000000..2789e0369 --- /dev/null +++ b/libc/nt/ntdll/WinSqmCommonDatapointSetString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmCommonDatapointSetString,WinSqmCommonDatapointSetString diff --git a/libc/nt/ntdll/WinSqmCommonDatapointSetString.s b/libc/nt/ntdll/WinSqmCommonDatapointSetString.s deleted file mode 100644 index aac042245..000000000 --- a/libc/nt/ntdll/WinSqmCommonDatapointSetString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmCommonDatapointSetString diff --git a/libc/nt/ntdll/WinSqmEndSession.S b/libc/nt/ntdll/WinSqmEndSession.S new file mode 100644 index 000000000..f05e38d8d --- /dev/null +++ b/libc/nt/ntdll/WinSqmEndSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmEndSession,WinSqmEndSession diff --git a/libc/nt/ntdll/WinSqmEndSession.s b/libc/nt/ntdll/WinSqmEndSession.s deleted file mode 100644 index 9d2dbb8c5..000000000 --- a/libc/nt/ntdll/WinSqmEndSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmEndSession diff --git a/libc/nt/ntdll/WinSqmEventEnabled.S b/libc/nt/ntdll/WinSqmEventEnabled.S new file mode 100644 index 000000000..28bbc612c --- /dev/null +++ b/libc/nt/ntdll/WinSqmEventEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmEventEnabled,WinSqmEventEnabled diff --git a/libc/nt/ntdll/WinSqmEventEnabled.s b/libc/nt/ntdll/WinSqmEventEnabled.s deleted file mode 100644 index c0cc29034..000000000 --- a/libc/nt/ntdll/WinSqmEventEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmEventEnabled diff --git a/libc/nt/ntdll/WinSqmEventWrite.S b/libc/nt/ntdll/WinSqmEventWrite.S new file mode 100644 index 000000000..d85cf7732 --- /dev/null +++ b/libc/nt/ntdll/WinSqmEventWrite.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmEventWrite,WinSqmEventWrite diff --git a/libc/nt/ntdll/WinSqmEventWrite.s b/libc/nt/ntdll/WinSqmEventWrite.s deleted file mode 100644 index db7de8011..000000000 --- a/libc/nt/ntdll/WinSqmEventWrite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmEventWrite diff --git a/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.S b/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.S new file mode 100644 index 000000000..3804dc99a --- /dev/null +++ b/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmGetEscalationRuleStatus,WinSqmGetEscalationRuleStatus diff --git a/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.s b/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.s deleted file mode 100644 index 8b11596b7..000000000 --- a/libc/nt/ntdll/WinSqmGetEscalationRuleStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmGetEscalationRuleStatus diff --git a/libc/nt/ntdll/WinSqmGetInstrumentationProperty.S b/libc/nt/ntdll/WinSqmGetInstrumentationProperty.S new file mode 100644 index 000000000..11c73efb3 --- /dev/null +++ b/libc/nt/ntdll/WinSqmGetInstrumentationProperty.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmGetInstrumentationProperty,WinSqmGetInstrumentationProperty diff --git a/libc/nt/ntdll/WinSqmGetInstrumentationProperty.s b/libc/nt/ntdll/WinSqmGetInstrumentationProperty.s deleted file mode 100644 index 58c42dbf0..000000000 --- a/libc/nt/ntdll/WinSqmGetInstrumentationProperty.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmGetInstrumentationProperty diff --git a/libc/nt/ntdll/WinSqmIncrementDWORD.S b/libc/nt/ntdll/WinSqmIncrementDWORD.S new file mode 100644 index 000000000..9ffd8ab6c --- /dev/null +++ b/libc/nt/ntdll/WinSqmIncrementDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmIncrementDWORD,WinSqmIncrementDWORD diff --git a/libc/nt/ntdll/WinSqmIncrementDWORD.s b/libc/nt/ntdll/WinSqmIncrementDWORD.s deleted file mode 100644 index c98298192..000000000 --- a/libc/nt/ntdll/WinSqmIncrementDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmIncrementDWORD diff --git a/libc/nt/ntdll/WinSqmIsOptedIn.S b/libc/nt/ntdll/WinSqmIsOptedIn.S new file mode 100644 index 000000000..61a1cf2f3 --- /dev/null +++ b/libc/nt/ntdll/WinSqmIsOptedIn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmIsOptedIn,WinSqmIsOptedIn diff --git a/libc/nt/ntdll/WinSqmIsOptedIn.s b/libc/nt/ntdll/WinSqmIsOptedIn.s deleted file mode 100644 index 14735011c..000000000 --- a/libc/nt/ntdll/WinSqmIsOptedIn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmIsOptedIn diff --git a/libc/nt/ntdll/WinSqmIsOptedInEx.S b/libc/nt/ntdll/WinSqmIsOptedInEx.S new file mode 100644 index 000000000..51f8330d4 --- /dev/null +++ b/libc/nt/ntdll/WinSqmIsOptedInEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmIsOptedInEx,WinSqmIsOptedInEx diff --git a/libc/nt/ntdll/WinSqmIsOptedInEx.s b/libc/nt/ntdll/WinSqmIsOptedInEx.s deleted file mode 100644 index 07eab38f9..000000000 --- a/libc/nt/ntdll/WinSqmIsOptedInEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmIsOptedInEx diff --git a/libc/nt/ntdll/WinSqmIsSessionDisabled.S b/libc/nt/ntdll/WinSqmIsSessionDisabled.S new file mode 100644 index 000000000..7d48226fb --- /dev/null +++ b/libc/nt/ntdll/WinSqmIsSessionDisabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmIsSessionDisabled,WinSqmIsSessionDisabled diff --git a/libc/nt/ntdll/WinSqmIsSessionDisabled.s b/libc/nt/ntdll/WinSqmIsSessionDisabled.s deleted file mode 100644 index 2854f5865..000000000 --- a/libc/nt/ntdll/WinSqmIsSessionDisabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmIsSessionDisabled diff --git a/libc/nt/ntdll/WinSqmSetDWORD.S b/libc/nt/ntdll/WinSqmSetDWORD.S new file mode 100644 index 000000000..1ac58b908 --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetDWORD,WinSqmSetDWORD diff --git a/libc/nt/ntdll/WinSqmSetDWORD.s b/libc/nt/ntdll/WinSqmSetDWORD.s deleted file mode 100644 index 234d8648d..000000000 --- a/libc/nt/ntdll/WinSqmSetDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetDWORD diff --git a/libc/nt/ntdll/WinSqmSetDWORD64.S b/libc/nt/ntdll/WinSqmSetDWORD64.S new file mode 100644 index 000000000..35af5c2e5 --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetDWORD64.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetDWORD64,WinSqmSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmSetDWORD64.s b/libc/nt/ntdll/WinSqmSetDWORD64.s deleted file mode 100644 index 9e798db09..000000000 --- a/libc/nt/ntdll/WinSqmSetDWORD64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetDWORD64 diff --git a/libc/nt/ntdll/WinSqmSetEscalationInfo.S b/libc/nt/ntdll/WinSqmSetEscalationInfo.S new file mode 100644 index 000000000..d0bef5c8d --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetEscalationInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetEscalationInfo,WinSqmSetEscalationInfo diff --git a/libc/nt/ntdll/WinSqmSetEscalationInfo.s b/libc/nt/ntdll/WinSqmSetEscalationInfo.s deleted file mode 100644 index dddaace31..000000000 --- a/libc/nt/ntdll/WinSqmSetEscalationInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetEscalationInfo diff --git a/libc/nt/ntdll/WinSqmSetIfMaxDWORD.S b/libc/nt/ntdll/WinSqmSetIfMaxDWORD.S new file mode 100644 index 000000000..432994901 --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetIfMaxDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetIfMaxDWORD,WinSqmSetIfMaxDWORD diff --git a/libc/nt/ntdll/WinSqmSetIfMaxDWORD.s b/libc/nt/ntdll/WinSqmSetIfMaxDWORD.s deleted file mode 100644 index e4c57c8e3..000000000 --- a/libc/nt/ntdll/WinSqmSetIfMaxDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetIfMaxDWORD diff --git a/libc/nt/ntdll/WinSqmSetIfMinDWORD.S b/libc/nt/ntdll/WinSqmSetIfMinDWORD.S new file mode 100644 index 000000000..e578c4ce9 --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetIfMinDWORD.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetIfMinDWORD,WinSqmSetIfMinDWORD diff --git a/libc/nt/ntdll/WinSqmSetIfMinDWORD.s b/libc/nt/ntdll/WinSqmSetIfMinDWORD.s deleted file mode 100644 index e11cb0c13..000000000 --- a/libc/nt/ntdll/WinSqmSetIfMinDWORD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetIfMinDWORD diff --git a/libc/nt/ntdll/WinSqmSetString.S b/libc/nt/ntdll/WinSqmSetString.S new file mode 100644 index 000000000..282f93e17 --- /dev/null +++ b/libc/nt/ntdll/WinSqmSetString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmSetString,WinSqmSetString diff --git a/libc/nt/ntdll/WinSqmSetString.s b/libc/nt/ntdll/WinSqmSetString.s deleted file mode 100644 index c01110497..000000000 --- a/libc/nt/ntdll/WinSqmSetString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmSetString diff --git a/libc/nt/ntdll/WinSqmStartSession.S b/libc/nt/ntdll/WinSqmStartSession.S new file mode 100644 index 000000000..aed4faf10 --- /dev/null +++ b/libc/nt/ntdll/WinSqmStartSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmStartSession,WinSqmStartSession diff --git a/libc/nt/ntdll/WinSqmStartSession.s b/libc/nt/ntdll/WinSqmStartSession.s deleted file mode 100644 index 85574df78..000000000 --- a/libc/nt/ntdll/WinSqmStartSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmStartSession diff --git a/libc/nt/ntdll/WinSqmStartSessionForPartner.S b/libc/nt/ntdll/WinSqmStartSessionForPartner.S new file mode 100644 index 000000000..af42d615e --- /dev/null +++ b/libc/nt/ntdll/WinSqmStartSessionForPartner.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmStartSessionForPartner,WinSqmStartSessionForPartner diff --git a/libc/nt/ntdll/WinSqmStartSessionForPartner.s b/libc/nt/ntdll/WinSqmStartSessionForPartner.s deleted file mode 100644 index 3b7029409..000000000 --- a/libc/nt/ntdll/WinSqmStartSessionForPartner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmStartSessionForPartner diff --git a/libc/nt/ntdll/WinSqmStartSqmOptinListener.S b/libc/nt/ntdll/WinSqmStartSqmOptinListener.S new file mode 100644 index 000000000..99d818c4e --- /dev/null +++ b/libc/nt/ntdll/WinSqmStartSqmOptinListener.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp WinSqmStartSqmOptinListener,WinSqmStartSqmOptinListener diff --git a/libc/nt/ntdll/WinSqmStartSqmOptinListener.s b/libc/nt/ntdll/WinSqmStartSqmOptinListener.s deleted file mode 100644 index 4201027c8..000000000 --- a/libc/nt/ntdll/WinSqmStartSqmOptinListener.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp WinSqmStartSqmOptinListener diff --git a/libc/nt/ntdll/ZwAcceptConnectPort.S b/libc/nt/ntdll/ZwAcceptConnectPort.S new file mode 100644 index 000000000..2313bbbaf --- /dev/null +++ b/libc/nt/ntdll/ZwAcceptConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAcceptConnectPort,ZwAcceptConnectPort diff --git a/libc/nt/ntdll/ZwAcceptConnectPort.s b/libc/nt/ntdll/ZwAcceptConnectPort.s deleted file mode 100644 index 9043a2aa7..000000000 --- a/libc/nt/ntdll/ZwAcceptConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAcceptConnectPort diff --git a/libc/nt/ntdll/ZwAccessCheck.S b/libc/nt/ntdll/ZwAccessCheck.S new file mode 100644 index 000000000..7070411a7 --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheck,ZwAccessCheck diff --git a/libc/nt/ntdll/ZwAccessCheck.s b/libc/nt/ntdll/ZwAccessCheck.s deleted file mode 100644 index a7c18e3f1..000000000 --- a/libc/nt/ntdll/ZwAccessCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheck diff --git a/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.S b/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.S new file mode 100644 index 000000000..68482817f --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckAndAuditAlarm,ZwAccessCheckAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.s b/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.s deleted file mode 100644 index 1bae75614..000000000 --- a/libc/nt/ntdll/ZwAccessCheckAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckByType.S b/libc/nt/ntdll/ZwAccessCheckByType.S new file mode 100644 index 000000000..a90849670 --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckByType.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckByType,ZwAccessCheckByType diff --git a/libc/nt/ntdll/ZwAccessCheckByType.s b/libc/nt/ntdll/ZwAccessCheckByType.s deleted file mode 100644 index 50f5b0db0..000000000 --- a/libc/nt/ntdll/ZwAccessCheckByType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckByType diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.S b/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.S new file mode 100644 index 000000000..85e8ab4d2 --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckByTypeAndAuditAlarm,ZwAccessCheckByTypeAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.s b/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.s deleted file mode 100644 index 51a141977..000000000 --- a/libc/nt/ntdll/ZwAccessCheckByTypeAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckByTypeAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultList.S b/libc/nt/ntdll/ZwAccessCheckByTypeResultList.S new file mode 100644 index 000000000..7896babfc --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckByTypeResultList.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckByTypeResultList,ZwAccessCheckByTypeResultList diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultList.s b/libc/nt/ntdll/ZwAccessCheckByTypeResultList.s deleted file mode 100644 index 9815530b4..000000000 --- a/libc/nt/ntdll/ZwAccessCheckByTypeResultList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckByTypeResultList diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.S b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.S new file mode 100644 index 000000000..23b6d5d00 --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckByTypeResultListAndAuditAlarm,ZwAccessCheckByTypeResultListAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.s b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.s deleted file mode 100644 index 6a83b7b93..000000000 --- a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckByTypeResultListAndAuditAlarm diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.S b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.S new file mode 100644 index 000000000..9422863dc --- /dev/null +++ b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAccessCheckByTypeResultListAndAuditAlarmByHandle,ZwAccessCheckByTypeResultListAndAuditAlarmByHandle diff --git a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.s b/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.s deleted file mode 100644 index 0fc845b9c..000000000 --- a/libc/nt/ntdll/ZwAccessCheckByTypeResultListAndAuditAlarmByHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAccessCheckByTypeResultListAndAuditAlarmByHandle diff --git a/libc/nt/ntdll/ZwAcquireProcessActivityReference.S b/libc/nt/ntdll/ZwAcquireProcessActivityReference.S new file mode 100644 index 000000000..446c26336 --- /dev/null +++ b/libc/nt/ntdll/ZwAcquireProcessActivityReference.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAcquireProcessActivityReference,ZwAcquireProcessActivityReference diff --git a/libc/nt/ntdll/ZwAcquireProcessActivityReference.s b/libc/nt/ntdll/ZwAcquireProcessActivityReference.s deleted file mode 100644 index 2f5e2fb8b..000000000 --- a/libc/nt/ntdll/ZwAcquireProcessActivityReference.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAcquireProcessActivityReference diff --git a/libc/nt/ntdll/ZwAddAtom.S b/libc/nt/ntdll/ZwAddAtom.S new file mode 100644 index 000000000..bba1041b6 --- /dev/null +++ b/libc/nt/ntdll/ZwAddAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAddAtom,ZwAddAtom diff --git a/libc/nt/ntdll/ZwAddAtom.s b/libc/nt/ntdll/ZwAddAtom.s deleted file mode 100644 index 5f5f336a3..000000000 --- a/libc/nt/ntdll/ZwAddAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAddAtom diff --git a/libc/nt/ntdll/ZwAddAtomEx.S b/libc/nt/ntdll/ZwAddAtomEx.S new file mode 100644 index 000000000..4cf989fad --- /dev/null +++ b/libc/nt/ntdll/ZwAddAtomEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAddAtomEx,ZwAddAtomEx diff --git a/libc/nt/ntdll/ZwAddAtomEx.s b/libc/nt/ntdll/ZwAddAtomEx.s deleted file mode 100644 index fb98de2af..000000000 --- a/libc/nt/ntdll/ZwAddAtomEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAddAtomEx diff --git a/libc/nt/ntdll/ZwAddBootEntry.S b/libc/nt/ntdll/ZwAddBootEntry.S new file mode 100644 index 000000000..b34abaae0 --- /dev/null +++ b/libc/nt/ntdll/ZwAddBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAddBootEntry,ZwAddBootEntry diff --git a/libc/nt/ntdll/ZwAddBootEntry.s b/libc/nt/ntdll/ZwAddBootEntry.s deleted file mode 100644 index 405fbfb56..000000000 --- a/libc/nt/ntdll/ZwAddBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAddBootEntry diff --git a/libc/nt/ntdll/ZwAddDriverEntry.S b/libc/nt/ntdll/ZwAddDriverEntry.S new file mode 100644 index 000000000..ae05d7f7e --- /dev/null +++ b/libc/nt/ntdll/ZwAddDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAddDriverEntry,ZwAddDriverEntry diff --git a/libc/nt/ntdll/ZwAddDriverEntry.s b/libc/nt/ntdll/ZwAddDriverEntry.s deleted file mode 100644 index 7eaec000d..000000000 --- a/libc/nt/ntdll/ZwAddDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAddDriverEntry diff --git a/libc/nt/ntdll/ZwAdjustGroupsToken.S b/libc/nt/ntdll/ZwAdjustGroupsToken.S new file mode 100644 index 000000000..e0d37aad3 --- /dev/null +++ b/libc/nt/ntdll/ZwAdjustGroupsToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAdjustGroupsToken,ZwAdjustGroupsToken diff --git a/libc/nt/ntdll/ZwAdjustGroupsToken.s b/libc/nt/ntdll/ZwAdjustGroupsToken.s deleted file mode 100644 index 46f593ca0..000000000 --- a/libc/nt/ntdll/ZwAdjustGroupsToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAdjustGroupsToken diff --git a/libc/nt/ntdll/ZwAdjustPrivilegesToken.S b/libc/nt/ntdll/ZwAdjustPrivilegesToken.S new file mode 100644 index 000000000..2282318de --- /dev/null +++ b/libc/nt/ntdll/ZwAdjustPrivilegesToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAdjustPrivilegesToken,ZwAdjustPrivilegesToken diff --git a/libc/nt/ntdll/ZwAdjustPrivilegesToken.s b/libc/nt/ntdll/ZwAdjustPrivilegesToken.s deleted file mode 100644 index bb2e139b1..000000000 --- a/libc/nt/ntdll/ZwAdjustPrivilegesToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAdjustPrivilegesToken diff --git a/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.S b/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.S new file mode 100644 index 000000000..758283949 --- /dev/null +++ b/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAdjustTokenClaimsAndDeviceGroups,ZwAdjustTokenClaimsAndDeviceGroups diff --git a/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.s b/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.s deleted file mode 100644 index 3e51a5598..000000000 --- a/libc/nt/ntdll/ZwAdjustTokenClaimsAndDeviceGroups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAdjustTokenClaimsAndDeviceGroups diff --git a/libc/nt/ntdll/ZwAlertResumeThread.S b/libc/nt/ntdll/ZwAlertResumeThread.S new file mode 100644 index 000000000..73e101c9d --- /dev/null +++ b/libc/nt/ntdll/ZwAlertResumeThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlertResumeThread,ZwAlertResumeThread diff --git a/libc/nt/ntdll/ZwAlertResumeThread.s b/libc/nt/ntdll/ZwAlertResumeThread.s deleted file mode 100644 index e3cd5d57f..000000000 --- a/libc/nt/ntdll/ZwAlertResumeThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlertResumeThread diff --git a/libc/nt/ntdll/ZwAlertThread.S b/libc/nt/ntdll/ZwAlertThread.S new file mode 100644 index 000000000..6078a4e3b --- /dev/null +++ b/libc/nt/ntdll/ZwAlertThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlertThread,ZwAlertThread diff --git a/libc/nt/ntdll/ZwAlertThread.s b/libc/nt/ntdll/ZwAlertThread.s deleted file mode 100644 index dac1b9513..000000000 --- a/libc/nt/ntdll/ZwAlertThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlertThread diff --git a/libc/nt/ntdll/ZwAlertThreadByThreadId.S b/libc/nt/ntdll/ZwAlertThreadByThreadId.S new file mode 100644 index 000000000..182b8b917 --- /dev/null +++ b/libc/nt/ntdll/ZwAlertThreadByThreadId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlertThreadByThreadId,ZwAlertThreadByThreadId diff --git a/libc/nt/ntdll/ZwAlertThreadByThreadId.s b/libc/nt/ntdll/ZwAlertThreadByThreadId.s deleted file mode 100644 index 45cfb12ca..000000000 --- a/libc/nt/ntdll/ZwAlertThreadByThreadId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlertThreadByThreadId diff --git a/libc/nt/ntdll/ZwAllocateLocallyUniqueId.S b/libc/nt/ntdll/ZwAllocateLocallyUniqueId.S new file mode 100644 index 000000000..9559b9020 --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateLocallyUniqueId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateLocallyUniqueId,ZwAllocateLocallyUniqueId diff --git a/libc/nt/ntdll/ZwAllocateLocallyUniqueId.s b/libc/nt/ntdll/ZwAllocateLocallyUniqueId.s deleted file mode 100644 index 9699841a3..000000000 --- a/libc/nt/ntdll/ZwAllocateLocallyUniqueId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateLocallyUniqueId diff --git a/libc/nt/ntdll/ZwAllocateReserveObject.S b/libc/nt/ntdll/ZwAllocateReserveObject.S new file mode 100644 index 000000000..1af860b46 --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateReserveObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateReserveObject,ZwAllocateReserveObject diff --git a/libc/nt/ntdll/ZwAllocateReserveObject.s b/libc/nt/ntdll/ZwAllocateReserveObject.s deleted file mode 100644 index d68f95135..000000000 --- a/libc/nt/ntdll/ZwAllocateReserveObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateReserveObject diff --git a/libc/nt/ntdll/ZwAllocateUserPhysicalPages.S b/libc/nt/ntdll/ZwAllocateUserPhysicalPages.S new file mode 100644 index 000000000..f08af9d47 --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateUserPhysicalPages,ZwAllocateUserPhysicalPages diff --git a/libc/nt/ntdll/ZwAllocateUserPhysicalPages.s b/libc/nt/ntdll/ZwAllocateUserPhysicalPages.s deleted file mode 100644 index b60d0694d..000000000 --- a/libc/nt/ntdll/ZwAllocateUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateUserPhysicalPages diff --git a/libc/nt/ntdll/ZwAllocateUuids.S b/libc/nt/ntdll/ZwAllocateUuids.S new file mode 100644 index 000000000..45a1d934c --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateUuids.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateUuids,ZwAllocateUuids diff --git a/libc/nt/ntdll/ZwAllocateUuids.s b/libc/nt/ntdll/ZwAllocateUuids.s deleted file mode 100644 index 8b08f3c49..000000000 --- a/libc/nt/ntdll/ZwAllocateUuids.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateUuids diff --git a/libc/nt/ntdll/ZwAllocateVirtualMemory.S b/libc/nt/ntdll/ZwAllocateVirtualMemory.S new file mode 100644 index 000000000..47ed106f9 --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateVirtualMemory,ZwAllocateVirtualMemory diff --git a/libc/nt/ntdll/ZwAllocateVirtualMemory.s b/libc/nt/ntdll/ZwAllocateVirtualMemory.s deleted file mode 100644 index d18baeb1f..000000000 --- a/libc/nt/ntdll/ZwAllocateVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateVirtualMemory diff --git a/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.S b/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.S new file mode 100644 index 000000000..78a2def62 --- /dev/null +++ b/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAllocateVirtualMemoryEx,ZwAllocateVirtualMemoryEx diff --git a/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.s b/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.s deleted file mode 100644 index f4b3f6041..000000000 --- a/libc/nt/ntdll/ZwAllocateVirtualMemoryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAllocateVirtualMemoryEx diff --git a/libc/nt/ntdll/ZwAlpcAcceptConnectPort.S b/libc/nt/ntdll/ZwAlpcAcceptConnectPort.S new file mode 100644 index 000000000..49d8fac17 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcAcceptConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcAcceptConnectPort,ZwAlpcAcceptConnectPort diff --git a/libc/nt/ntdll/ZwAlpcAcceptConnectPort.s b/libc/nt/ntdll/ZwAlpcAcceptConnectPort.s deleted file mode 100644 index fefdc17a8..000000000 --- a/libc/nt/ntdll/ZwAlpcAcceptConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcAcceptConnectPort diff --git a/libc/nt/ntdll/ZwAlpcCancelMessage.S b/libc/nt/ntdll/ZwAlpcCancelMessage.S new file mode 100644 index 000000000..4f1e16b0e --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCancelMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCancelMessage,ZwAlpcCancelMessage diff --git a/libc/nt/ntdll/ZwAlpcCancelMessage.s b/libc/nt/ntdll/ZwAlpcCancelMessage.s deleted file mode 100644 index 0310a078f..000000000 --- a/libc/nt/ntdll/ZwAlpcCancelMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCancelMessage diff --git a/libc/nt/ntdll/ZwAlpcConnectPort.S b/libc/nt/ntdll/ZwAlpcConnectPort.S new file mode 100644 index 000000000..9501c94cc --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcConnectPort,ZwAlpcConnectPort diff --git a/libc/nt/ntdll/ZwAlpcConnectPort.s b/libc/nt/ntdll/ZwAlpcConnectPort.s deleted file mode 100644 index 4ff9e9806..000000000 --- a/libc/nt/ntdll/ZwAlpcConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcConnectPort diff --git a/libc/nt/ntdll/ZwAlpcConnectPortEx.S b/libc/nt/ntdll/ZwAlpcConnectPortEx.S new file mode 100644 index 000000000..666008f6c --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcConnectPortEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcConnectPortEx,ZwAlpcConnectPortEx diff --git a/libc/nt/ntdll/ZwAlpcConnectPortEx.s b/libc/nt/ntdll/ZwAlpcConnectPortEx.s deleted file mode 100644 index 0dad49df8..000000000 --- a/libc/nt/ntdll/ZwAlpcConnectPortEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcConnectPortEx diff --git a/libc/nt/ntdll/ZwAlpcCreatePort.S b/libc/nt/ntdll/ZwAlpcCreatePort.S new file mode 100644 index 000000000..3de5362c0 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCreatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCreatePort,ZwAlpcCreatePort diff --git a/libc/nt/ntdll/ZwAlpcCreatePort.s b/libc/nt/ntdll/ZwAlpcCreatePort.s deleted file mode 100644 index 0e33d48ae..000000000 --- a/libc/nt/ntdll/ZwAlpcCreatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCreatePort diff --git a/libc/nt/ntdll/ZwAlpcCreatePortSection.S b/libc/nt/ntdll/ZwAlpcCreatePortSection.S new file mode 100644 index 000000000..762ff04e3 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCreatePortSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCreatePortSection,ZwAlpcCreatePortSection diff --git a/libc/nt/ntdll/ZwAlpcCreatePortSection.s b/libc/nt/ntdll/ZwAlpcCreatePortSection.s deleted file mode 100644 index 195e7e73a..000000000 --- a/libc/nt/ntdll/ZwAlpcCreatePortSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCreatePortSection diff --git a/libc/nt/ntdll/ZwAlpcCreateResourceReserve.S b/libc/nt/ntdll/ZwAlpcCreateResourceReserve.S new file mode 100644 index 000000000..2281d79fc --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCreateResourceReserve.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCreateResourceReserve,ZwAlpcCreateResourceReserve diff --git a/libc/nt/ntdll/ZwAlpcCreateResourceReserve.s b/libc/nt/ntdll/ZwAlpcCreateResourceReserve.s deleted file mode 100644 index be747c99e..000000000 --- a/libc/nt/ntdll/ZwAlpcCreateResourceReserve.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCreateResourceReserve diff --git a/libc/nt/ntdll/ZwAlpcCreateSectionView.S b/libc/nt/ntdll/ZwAlpcCreateSectionView.S new file mode 100644 index 000000000..c9611fc71 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCreateSectionView.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCreateSectionView,ZwAlpcCreateSectionView diff --git a/libc/nt/ntdll/ZwAlpcCreateSectionView.s b/libc/nt/ntdll/ZwAlpcCreateSectionView.s deleted file mode 100644 index 3a91e3631..000000000 --- a/libc/nt/ntdll/ZwAlpcCreateSectionView.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCreateSectionView diff --git a/libc/nt/ntdll/ZwAlpcCreateSecurityContext.S b/libc/nt/ntdll/ZwAlpcCreateSecurityContext.S new file mode 100644 index 000000000..88fd6052f --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcCreateSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcCreateSecurityContext,ZwAlpcCreateSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcCreateSecurityContext.s b/libc/nt/ntdll/ZwAlpcCreateSecurityContext.s deleted file mode 100644 index dfca5c2e5..000000000 --- a/libc/nt/ntdll/ZwAlpcCreateSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcCreateSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcDeletePortSection.S b/libc/nt/ntdll/ZwAlpcDeletePortSection.S new file mode 100644 index 000000000..3964e73d5 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcDeletePortSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcDeletePortSection,ZwAlpcDeletePortSection diff --git a/libc/nt/ntdll/ZwAlpcDeletePortSection.s b/libc/nt/ntdll/ZwAlpcDeletePortSection.s deleted file mode 100644 index 69df413ef..000000000 --- a/libc/nt/ntdll/ZwAlpcDeletePortSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcDeletePortSection diff --git a/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.S b/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.S new file mode 100644 index 000000000..8275d1130 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcDeleteResourceReserve,ZwAlpcDeleteResourceReserve diff --git a/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.s b/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.s deleted file mode 100644 index 8e8df079c..000000000 --- a/libc/nt/ntdll/ZwAlpcDeleteResourceReserve.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcDeleteResourceReserve diff --git a/libc/nt/ntdll/ZwAlpcDeleteSectionView.S b/libc/nt/ntdll/ZwAlpcDeleteSectionView.S new file mode 100644 index 000000000..7091ed58b --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcDeleteSectionView.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcDeleteSectionView,ZwAlpcDeleteSectionView diff --git a/libc/nt/ntdll/ZwAlpcDeleteSectionView.s b/libc/nt/ntdll/ZwAlpcDeleteSectionView.s deleted file mode 100644 index d4b2d9a98..000000000 --- a/libc/nt/ntdll/ZwAlpcDeleteSectionView.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcDeleteSectionView diff --git a/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.S b/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.S new file mode 100644 index 000000000..c733842de --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcDeleteSecurityContext,ZwAlpcDeleteSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.s b/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.s deleted file mode 100644 index 473918c82..000000000 --- a/libc/nt/ntdll/ZwAlpcDeleteSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcDeleteSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcDisconnectPort.S b/libc/nt/ntdll/ZwAlpcDisconnectPort.S new file mode 100644 index 000000000..e5e9b343f --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcDisconnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcDisconnectPort,ZwAlpcDisconnectPort diff --git a/libc/nt/ntdll/ZwAlpcDisconnectPort.s b/libc/nt/ntdll/ZwAlpcDisconnectPort.s deleted file mode 100644 index 881abb4b0..000000000 --- a/libc/nt/ntdll/ZwAlpcDisconnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcDisconnectPort diff --git a/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.S b/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.S new file mode 100644 index 000000000..46ac163c0 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcImpersonateClientContainerOfPort,ZwAlpcImpersonateClientContainerOfPort diff --git a/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.s b/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.s deleted file mode 100644 index d62dcc238..000000000 --- a/libc/nt/ntdll/ZwAlpcImpersonateClientContainerOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcImpersonateClientContainerOfPort diff --git a/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.S b/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.S new file mode 100644 index 000000000..3499c0b10 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcImpersonateClientOfPort,ZwAlpcImpersonateClientOfPort diff --git a/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.s b/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.s deleted file mode 100644 index 0ee0e5b8b..000000000 --- a/libc/nt/ntdll/ZwAlpcImpersonateClientOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcImpersonateClientOfPort diff --git a/libc/nt/ntdll/ZwAlpcOpenSenderProcess.S b/libc/nt/ntdll/ZwAlpcOpenSenderProcess.S new file mode 100644 index 000000000..735081602 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcOpenSenderProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcOpenSenderProcess,ZwAlpcOpenSenderProcess diff --git a/libc/nt/ntdll/ZwAlpcOpenSenderProcess.s b/libc/nt/ntdll/ZwAlpcOpenSenderProcess.s deleted file mode 100644 index 75fac71f1..000000000 --- a/libc/nt/ntdll/ZwAlpcOpenSenderProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcOpenSenderProcess diff --git a/libc/nt/ntdll/ZwAlpcOpenSenderThread.S b/libc/nt/ntdll/ZwAlpcOpenSenderThread.S new file mode 100644 index 000000000..6ecd8ff29 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcOpenSenderThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcOpenSenderThread,ZwAlpcOpenSenderThread diff --git a/libc/nt/ntdll/ZwAlpcOpenSenderThread.s b/libc/nt/ntdll/ZwAlpcOpenSenderThread.s deleted file mode 100644 index 40ba3c41e..000000000 --- a/libc/nt/ntdll/ZwAlpcOpenSenderThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcOpenSenderThread diff --git a/libc/nt/ntdll/ZwAlpcQueryInformation.S b/libc/nt/ntdll/ZwAlpcQueryInformation.S new file mode 100644 index 000000000..1aa8a7e18 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcQueryInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcQueryInformation,ZwAlpcQueryInformation diff --git a/libc/nt/ntdll/ZwAlpcQueryInformation.s b/libc/nt/ntdll/ZwAlpcQueryInformation.s deleted file mode 100644 index 245205a96..000000000 --- a/libc/nt/ntdll/ZwAlpcQueryInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcQueryInformation diff --git a/libc/nt/ntdll/ZwAlpcQueryInformationMessage.S b/libc/nt/ntdll/ZwAlpcQueryInformationMessage.S new file mode 100644 index 000000000..710200f50 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcQueryInformationMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcQueryInformationMessage,ZwAlpcQueryInformationMessage diff --git a/libc/nt/ntdll/ZwAlpcQueryInformationMessage.s b/libc/nt/ntdll/ZwAlpcQueryInformationMessage.s deleted file mode 100644 index c5c1451f8..000000000 --- a/libc/nt/ntdll/ZwAlpcQueryInformationMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcQueryInformationMessage diff --git a/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.S b/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.S new file mode 100644 index 000000000..591b8603b --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcRevokeSecurityContext,ZwAlpcRevokeSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.s b/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.s deleted file mode 100644 index 48bcf709f..000000000 --- a/libc/nt/ntdll/ZwAlpcRevokeSecurityContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcRevokeSecurityContext diff --git a/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.S b/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.S new file mode 100644 index 000000000..f53dd1651 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcSendWaitReceivePort,ZwAlpcSendWaitReceivePort diff --git a/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.s b/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.s deleted file mode 100644 index 7f13c3d60..000000000 --- a/libc/nt/ntdll/ZwAlpcSendWaitReceivePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcSendWaitReceivePort diff --git a/libc/nt/ntdll/ZwAlpcSetInformation.S b/libc/nt/ntdll/ZwAlpcSetInformation.S new file mode 100644 index 000000000..a5163e401 --- /dev/null +++ b/libc/nt/ntdll/ZwAlpcSetInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAlpcSetInformation,ZwAlpcSetInformation diff --git a/libc/nt/ntdll/ZwAlpcSetInformation.s b/libc/nt/ntdll/ZwAlpcSetInformation.s deleted file mode 100644 index 5d62c58ab..000000000 --- a/libc/nt/ntdll/ZwAlpcSetInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAlpcSetInformation diff --git a/libc/nt/ntdll/ZwApphelpCacheControl.S b/libc/nt/ntdll/ZwApphelpCacheControl.S new file mode 100644 index 000000000..904fbcae6 --- /dev/null +++ b/libc/nt/ntdll/ZwApphelpCacheControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwApphelpCacheControl,ZwApphelpCacheControl diff --git a/libc/nt/ntdll/ZwApphelpCacheControl.s b/libc/nt/ntdll/ZwApphelpCacheControl.s deleted file mode 100644 index c5acd1829..000000000 --- a/libc/nt/ntdll/ZwApphelpCacheControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwApphelpCacheControl diff --git a/libc/nt/ntdll/ZwAreMappedFilesTheSame.S b/libc/nt/ntdll/ZwAreMappedFilesTheSame.S new file mode 100644 index 000000000..69069f968 --- /dev/null +++ b/libc/nt/ntdll/ZwAreMappedFilesTheSame.S @@ -0,0 +1,14 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAreMappedFilesTheSame,ZwAreMappedFilesTheSame + +#ifdef __x86_64__ + .text.windows +ZwAreMappedFilesTheSame: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ZwAreMappedFilesTheSame(%rip),%rax + jmp __sysv2nt + .endfn ZwAreMappedFilesTheSame,globl + .previous +#endif diff --git a/libc/nt/ntdll/ZwAreMappedFilesTheSame.s b/libc/nt/ntdll/ZwAreMappedFilesTheSame.s deleted file mode 100644 index df27792ca..000000000 --- a/libc/nt/ntdll/ZwAreMappedFilesTheSame.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAreMappedFilesTheSame - - .text.windows -ZwAreMappedFilesTheSame: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ZwAreMappedFilesTheSame(%rip),%rax - jmp __sysv2nt - .endfn ZwAreMappedFilesTheSame,globl - .previous diff --git a/libc/nt/ntdll/ZwAssignProcessToJobObject.S b/libc/nt/ntdll/ZwAssignProcessToJobObject.S new file mode 100644 index 000000000..cd78f253a --- /dev/null +++ b/libc/nt/ntdll/ZwAssignProcessToJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAssignProcessToJobObject,ZwAssignProcessToJobObject diff --git a/libc/nt/ntdll/ZwAssignProcessToJobObject.s b/libc/nt/ntdll/ZwAssignProcessToJobObject.s deleted file mode 100644 index 7a17cef14..000000000 --- a/libc/nt/ntdll/ZwAssignProcessToJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAssignProcessToJobObject diff --git a/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.S b/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.S new file mode 100644 index 000000000..edfff0bbb --- /dev/null +++ b/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwAssociateWaitCompletionPacket,ZwAssociateWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.s b/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.s deleted file mode 100644 index d4b335823..000000000 --- a/libc/nt/ntdll/ZwAssociateWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwAssociateWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwCallEnclave.S b/libc/nt/ntdll/ZwCallEnclave.S new file mode 100644 index 000000000..61f6f805c --- /dev/null +++ b/libc/nt/ntdll/ZwCallEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCallEnclave,ZwCallEnclave diff --git a/libc/nt/ntdll/ZwCallEnclave.s b/libc/nt/ntdll/ZwCallEnclave.s deleted file mode 100644 index 207462021..000000000 --- a/libc/nt/ntdll/ZwCallEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCallEnclave diff --git a/libc/nt/ntdll/ZwCallbackReturn.S b/libc/nt/ntdll/ZwCallbackReturn.S new file mode 100644 index 000000000..20c6a13f7 --- /dev/null +++ b/libc/nt/ntdll/ZwCallbackReturn.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCallbackReturn,ZwCallbackReturn diff --git a/libc/nt/ntdll/ZwCallbackReturn.s b/libc/nt/ntdll/ZwCallbackReturn.s deleted file mode 100644 index bcf80bf91..000000000 --- a/libc/nt/ntdll/ZwCallbackReturn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCallbackReturn diff --git a/libc/nt/ntdll/ZwCancelIoFile.S b/libc/nt/ntdll/ZwCancelIoFile.S new file mode 100644 index 000000000..955dd2e3d --- /dev/null +++ b/libc/nt/ntdll/ZwCancelIoFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelIoFile,ZwCancelIoFile diff --git a/libc/nt/ntdll/ZwCancelIoFile.s b/libc/nt/ntdll/ZwCancelIoFile.s deleted file mode 100644 index 316d8e879..000000000 --- a/libc/nt/ntdll/ZwCancelIoFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelIoFile diff --git a/libc/nt/ntdll/ZwCancelIoFileEx.S b/libc/nt/ntdll/ZwCancelIoFileEx.S new file mode 100644 index 000000000..eea5c23b2 --- /dev/null +++ b/libc/nt/ntdll/ZwCancelIoFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelIoFileEx,ZwCancelIoFileEx diff --git a/libc/nt/ntdll/ZwCancelIoFileEx.s b/libc/nt/ntdll/ZwCancelIoFileEx.s deleted file mode 100644 index 054be00f8..000000000 --- a/libc/nt/ntdll/ZwCancelIoFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelIoFileEx diff --git a/libc/nt/ntdll/ZwCancelSynchronousIoFile.S b/libc/nt/ntdll/ZwCancelSynchronousIoFile.S new file mode 100644 index 000000000..4de008220 --- /dev/null +++ b/libc/nt/ntdll/ZwCancelSynchronousIoFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelSynchronousIoFile,ZwCancelSynchronousIoFile diff --git a/libc/nt/ntdll/ZwCancelSynchronousIoFile.s b/libc/nt/ntdll/ZwCancelSynchronousIoFile.s deleted file mode 100644 index f482a8b83..000000000 --- a/libc/nt/ntdll/ZwCancelSynchronousIoFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelSynchronousIoFile diff --git a/libc/nt/ntdll/ZwCancelTimer.S b/libc/nt/ntdll/ZwCancelTimer.S new file mode 100644 index 000000000..5e57a600e --- /dev/null +++ b/libc/nt/ntdll/ZwCancelTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelTimer,ZwCancelTimer diff --git a/libc/nt/ntdll/ZwCancelTimer.s b/libc/nt/ntdll/ZwCancelTimer.s deleted file mode 100644 index ed388236c..000000000 --- a/libc/nt/ntdll/ZwCancelTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelTimer diff --git a/libc/nt/ntdll/ZwCancelTimer2.S b/libc/nt/ntdll/ZwCancelTimer2.S new file mode 100644 index 000000000..4e3db77d0 --- /dev/null +++ b/libc/nt/ntdll/ZwCancelTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelTimer2,ZwCancelTimer2 diff --git a/libc/nt/ntdll/ZwCancelTimer2.s b/libc/nt/ntdll/ZwCancelTimer2.s deleted file mode 100644 index 3ee85d93c..000000000 --- a/libc/nt/ntdll/ZwCancelTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelTimer2 diff --git a/libc/nt/ntdll/ZwCancelWaitCompletionPacket.S b/libc/nt/ntdll/ZwCancelWaitCompletionPacket.S new file mode 100644 index 000000000..12b98df12 --- /dev/null +++ b/libc/nt/ntdll/ZwCancelWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCancelWaitCompletionPacket,ZwCancelWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwCancelWaitCompletionPacket.s b/libc/nt/ntdll/ZwCancelWaitCompletionPacket.s deleted file mode 100644 index 05db89e3d..000000000 --- a/libc/nt/ntdll/ZwCancelWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCancelWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwClearEvent.S b/libc/nt/ntdll/ZwClearEvent.S new file mode 100644 index 000000000..69bda25b0 --- /dev/null +++ b/libc/nt/ntdll/ZwClearEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwClearEvent,ZwClearEvent diff --git a/libc/nt/ntdll/ZwClearEvent.s b/libc/nt/ntdll/ZwClearEvent.s deleted file mode 100644 index c7dbac455..000000000 --- a/libc/nt/ntdll/ZwClearEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwClearEvent diff --git a/libc/nt/ntdll/ZwClose.S b/libc/nt/ntdll/ZwClose.S new file mode 100644 index 000000000..9cd5f41cd --- /dev/null +++ b/libc/nt/ntdll/ZwClose.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwClose,ZwClose diff --git a/libc/nt/ntdll/ZwClose.s b/libc/nt/ntdll/ZwClose.s deleted file mode 100644 index 10b23b5a0..000000000 --- a/libc/nt/ntdll/ZwClose.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwClose diff --git a/libc/nt/ntdll/ZwCloseObjectAuditAlarm.S b/libc/nt/ntdll/ZwCloseObjectAuditAlarm.S new file mode 100644 index 000000000..7a7aa9b99 --- /dev/null +++ b/libc/nt/ntdll/ZwCloseObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCloseObjectAuditAlarm,ZwCloseObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwCloseObjectAuditAlarm.s b/libc/nt/ntdll/ZwCloseObjectAuditAlarm.s deleted file mode 100644 index 078545e67..000000000 --- a/libc/nt/ntdll/ZwCloseObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCloseObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwCommitComplete.S b/libc/nt/ntdll/ZwCommitComplete.S new file mode 100644 index 000000000..5e0225c02 --- /dev/null +++ b/libc/nt/ntdll/ZwCommitComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCommitComplete,ZwCommitComplete diff --git a/libc/nt/ntdll/ZwCommitComplete.s b/libc/nt/ntdll/ZwCommitComplete.s deleted file mode 100644 index 872c7e5c1..000000000 --- a/libc/nt/ntdll/ZwCommitComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCommitComplete diff --git a/libc/nt/ntdll/ZwCommitEnlistment.S b/libc/nt/ntdll/ZwCommitEnlistment.S new file mode 100644 index 000000000..5d8fa93cf --- /dev/null +++ b/libc/nt/ntdll/ZwCommitEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCommitEnlistment,ZwCommitEnlistment diff --git a/libc/nt/ntdll/ZwCommitEnlistment.s b/libc/nt/ntdll/ZwCommitEnlistment.s deleted file mode 100644 index 28ce4e168..000000000 --- a/libc/nt/ntdll/ZwCommitEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCommitEnlistment diff --git a/libc/nt/ntdll/ZwCommitRegistryTransaction.S b/libc/nt/ntdll/ZwCommitRegistryTransaction.S new file mode 100644 index 000000000..5410ccb76 --- /dev/null +++ b/libc/nt/ntdll/ZwCommitRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCommitRegistryTransaction,ZwCommitRegistryTransaction diff --git a/libc/nt/ntdll/ZwCommitRegistryTransaction.s b/libc/nt/ntdll/ZwCommitRegistryTransaction.s deleted file mode 100644 index e82e7a6e6..000000000 --- a/libc/nt/ntdll/ZwCommitRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCommitRegistryTransaction diff --git a/libc/nt/ntdll/ZwCommitTransaction.S b/libc/nt/ntdll/ZwCommitTransaction.S new file mode 100644 index 000000000..7f9cab99c --- /dev/null +++ b/libc/nt/ntdll/ZwCommitTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCommitTransaction,ZwCommitTransaction diff --git a/libc/nt/ntdll/ZwCommitTransaction.s b/libc/nt/ntdll/ZwCommitTransaction.s deleted file mode 100644 index 3b0ab6beb..000000000 --- a/libc/nt/ntdll/ZwCommitTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCommitTransaction diff --git a/libc/nt/ntdll/ZwCompactKeys.S b/libc/nt/ntdll/ZwCompactKeys.S new file mode 100644 index 000000000..14b4c0b23 --- /dev/null +++ b/libc/nt/ntdll/ZwCompactKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompactKeys,ZwCompactKeys diff --git a/libc/nt/ntdll/ZwCompactKeys.s b/libc/nt/ntdll/ZwCompactKeys.s deleted file mode 100644 index 53ae167bd..000000000 --- a/libc/nt/ntdll/ZwCompactKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompactKeys diff --git a/libc/nt/ntdll/ZwCompareObjects.S b/libc/nt/ntdll/ZwCompareObjects.S new file mode 100644 index 000000000..3aa7cafc9 --- /dev/null +++ b/libc/nt/ntdll/ZwCompareObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompareObjects,ZwCompareObjects diff --git a/libc/nt/ntdll/ZwCompareObjects.s b/libc/nt/ntdll/ZwCompareObjects.s deleted file mode 100644 index bd22638a6..000000000 --- a/libc/nt/ntdll/ZwCompareObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompareObjects diff --git a/libc/nt/ntdll/ZwCompareSigningLevels.S b/libc/nt/ntdll/ZwCompareSigningLevels.S new file mode 100644 index 000000000..443eed38e --- /dev/null +++ b/libc/nt/ntdll/ZwCompareSigningLevels.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompareSigningLevels,ZwCompareSigningLevels diff --git a/libc/nt/ntdll/ZwCompareSigningLevels.s b/libc/nt/ntdll/ZwCompareSigningLevels.s deleted file mode 100644 index 21b8bebbe..000000000 --- a/libc/nt/ntdll/ZwCompareSigningLevels.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompareSigningLevels diff --git a/libc/nt/ntdll/ZwCompareTokens.S b/libc/nt/ntdll/ZwCompareTokens.S new file mode 100644 index 000000000..7549cd538 --- /dev/null +++ b/libc/nt/ntdll/ZwCompareTokens.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompareTokens,ZwCompareTokens diff --git a/libc/nt/ntdll/ZwCompareTokens.s b/libc/nt/ntdll/ZwCompareTokens.s deleted file mode 100644 index a4130fdf4..000000000 --- a/libc/nt/ntdll/ZwCompareTokens.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompareTokens diff --git a/libc/nt/ntdll/ZwCompleteConnectPort.S b/libc/nt/ntdll/ZwCompleteConnectPort.S new file mode 100644 index 000000000..b3d60e78e --- /dev/null +++ b/libc/nt/ntdll/ZwCompleteConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompleteConnectPort,ZwCompleteConnectPort diff --git a/libc/nt/ntdll/ZwCompleteConnectPort.s b/libc/nt/ntdll/ZwCompleteConnectPort.s deleted file mode 100644 index e9fa9e5e1..000000000 --- a/libc/nt/ntdll/ZwCompleteConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompleteConnectPort diff --git a/libc/nt/ntdll/ZwCompressKey.S b/libc/nt/ntdll/ZwCompressKey.S new file mode 100644 index 000000000..9ecc46f0f --- /dev/null +++ b/libc/nt/ntdll/ZwCompressKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCompressKey,ZwCompressKey diff --git a/libc/nt/ntdll/ZwCompressKey.s b/libc/nt/ntdll/ZwCompressKey.s deleted file mode 100644 index e32c8aa36..000000000 --- a/libc/nt/ntdll/ZwCompressKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCompressKey diff --git a/libc/nt/ntdll/ZwConnectPort.S b/libc/nt/ntdll/ZwConnectPort.S new file mode 100644 index 000000000..486c70e47 --- /dev/null +++ b/libc/nt/ntdll/ZwConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwConnectPort,ZwConnectPort diff --git a/libc/nt/ntdll/ZwConnectPort.s b/libc/nt/ntdll/ZwConnectPort.s deleted file mode 100644 index 21664f26b..000000000 --- a/libc/nt/ntdll/ZwConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwConnectPort diff --git a/libc/nt/ntdll/ZwContinue.S b/libc/nt/ntdll/ZwContinue.S new file mode 100644 index 000000000..2d9865b8a --- /dev/null +++ b/libc/nt/ntdll/ZwContinue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwContinue,ZwContinue diff --git a/libc/nt/ntdll/ZwContinue.s b/libc/nt/ntdll/ZwContinue.s deleted file mode 100644 index 569d9f5cf..000000000 --- a/libc/nt/ntdll/ZwContinue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwContinue diff --git a/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.S b/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.S new file mode 100644 index 000000000..017db47f5 --- /dev/null +++ b/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter,ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter diff --git a/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.s b/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.s deleted file mode 100644 index 334a9c30b..000000000 --- a/libc/nt/ntdll/ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwConvertBetweenAuxiliaryCounterAndPerformanceCounter diff --git a/libc/nt/ntdll/ZwCreateDebugObject.S b/libc/nt/ntdll/ZwCreateDebugObject.S new file mode 100644 index 000000000..cff6394c6 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateDebugObject,ZwCreateDebugObject diff --git a/libc/nt/ntdll/ZwCreateDebugObject.s b/libc/nt/ntdll/ZwCreateDebugObject.s deleted file mode 100644 index be81f1cc3..000000000 --- a/libc/nt/ntdll/ZwCreateDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateDebugObject diff --git a/libc/nt/ntdll/ZwCreateDirectoryObject.S b/libc/nt/ntdll/ZwCreateDirectoryObject.S new file mode 100644 index 000000000..a557f741e --- /dev/null +++ b/libc/nt/ntdll/ZwCreateDirectoryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateDirectoryObject,ZwCreateDirectoryObject diff --git a/libc/nt/ntdll/ZwCreateDirectoryObject.s b/libc/nt/ntdll/ZwCreateDirectoryObject.s deleted file mode 100644 index 057214b64..000000000 --- a/libc/nt/ntdll/ZwCreateDirectoryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateDirectoryObject diff --git a/libc/nt/ntdll/ZwCreateDirectoryObjectEx.S b/libc/nt/ntdll/ZwCreateDirectoryObjectEx.S new file mode 100644 index 000000000..dd12bb9bf --- /dev/null +++ b/libc/nt/ntdll/ZwCreateDirectoryObjectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateDirectoryObjectEx,ZwCreateDirectoryObjectEx diff --git a/libc/nt/ntdll/ZwCreateDirectoryObjectEx.s b/libc/nt/ntdll/ZwCreateDirectoryObjectEx.s deleted file mode 100644 index 688ced929..000000000 --- a/libc/nt/ntdll/ZwCreateDirectoryObjectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateDirectoryObjectEx diff --git a/libc/nt/ntdll/ZwCreateEnclave.S b/libc/nt/ntdll/ZwCreateEnclave.S new file mode 100644 index 000000000..394af1fb7 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateEnclave,ZwCreateEnclave diff --git a/libc/nt/ntdll/ZwCreateEnclave.s b/libc/nt/ntdll/ZwCreateEnclave.s deleted file mode 100644 index 1cebab842..000000000 --- a/libc/nt/ntdll/ZwCreateEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateEnclave diff --git a/libc/nt/ntdll/ZwCreateEnlistment.S b/libc/nt/ntdll/ZwCreateEnlistment.S new file mode 100644 index 000000000..75e272f51 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateEnlistment,ZwCreateEnlistment diff --git a/libc/nt/ntdll/ZwCreateEnlistment.s b/libc/nt/ntdll/ZwCreateEnlistment.s deleted file mode 100644 index 5a7eda603..000000000 --- a/libc/nt/ntdll/ZwCreateEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateEnlistment diff --git a/libc/nt/ntdll/ZwCreateEvent.S b/libc/nt/ntdll/ZwCreateEvent.S new file mode 100644 index 000000000..aeb58e745 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateEvent,ZwCreateEvent diff --git a/libc/nt/ntdll/ZwCreateEvent.s b/libc/nt/ntdll/ZwCreateEvent.s deleted file mode 100644 index c19c4bfc7..000000000 --- a/libc/nt/ntdll/ZwCreateEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateEvent diff --git a/libc/nt/ntdll/ZwCreateEventPair.S b/libc/nt/ntdll/ZwCreateEventPair.S new file mode 100644 index 000000000..155ae8df2 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateEventPair,ZwCreateEventPair diff --git a/libc/nt/ntdll/ZwCreateEventPair.s b/libc/nt/ntdll/ZwCreateEventPair.s deleted file mode 100644 index 714f7f8af..000000000 --- a/libc/nt/ntdll/ZwCreateEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateEventPair diff --git a/libc/nt/ntdll/ZwCreateFile.S b/libc/nt/ntdll/ZwCreateFile.S new file mode 100644 index 000000000..22968c40a --- /dev/null +++ b/libc/nt/ntdll/ZwCreateFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateFile,ZwCreateFile diff --git a/libc/nt/ntdll/ZwCreateFile.s b/libc/nt/ntdll/ZwCreateFile.s deleted file mode 100644 index d549901e3..000000000 --- a/libc/nt/ntdll/ZwCreateFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateFile diff --git a/libc/nt/ntdll/ZwCreateIRTimer.S b/libc/nt/ntdll/ZwCreateIRTimer.S new file mode 100644 index 000000000..7a24cd2da --- /dev/null +++ b/libc/nt/ntdll/ZwCreateIRTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateIRTimer,ZwCreateIRTimer diff --git a/libc/nt/ntdll/ZwCreateIRTimer.s b/libc/nt/ntdll/ZwCreateIRTimer.s deleted file mode 100644 index 63c27fe18..000000000 --- a/libc/nt/ntdll/ZwCreateIRTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateIRTimer diff --git a/libc/nt/ntdll/ZwCreateIoCompletion.S b/libc/nt/ntdll/ZwCreateIoCompletion.S new file mode 100644 index 000000000..24bf47ab1 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateIoCompletion,ZwCreateIoCompletion diff --git a/libc/nt/ntdll/ZwCreateIoCompletion.s b/libc/nt/ntdll/ZwCreateIoCompletion.s deleted file mode 100644 index 783d7eca5..000000000 --- a/libc/nt/ntdll/ZwCreateIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateIoCompletion diff --git a/libc/nt/ntdll/ZwCreateJobObject.S b/libc/nt/ntdll/ZwCreateJobObject.S new file mode 100644 index 000000000..694340a89 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateJobObject,ZwCreateJobObject diff --git a/libc/nt/ntdll/ZwCreateJobObject.s b/libc/nt/ntdll/ZwCreateJobObject.s deleted file mode 100644 index c2281b850..000000000 --- a/libc/nt/ntdll/ZwCreateJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateJobObject diff --git a/libc/nt/ntdll/ZwCreateJobSet.S b/libc/nt/ntdll/ZwCreateJobSet.S new file mode 100644 index 000000000..02cfd0890 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateJobSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateJobSet,ZwCreateJobSet diff --git a/libc/nt/ntdll/ZwCreateJobSet.s b/libc/nt/ntdll/ZwCreateJobSet.s deleted file mode 100644 index 8018ae0b6..000000000 --- a/libc/nt/ntdll/ZwCreateJobSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateJobSet diff --git a/libc/nt/ntdll/ZwCreateKey.S b/libc/nt/ntdll/ZwCreateKey.S new file mode 100644 index 000000000..d9c6b93d9 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateKey,ZwCreateKey diff --git a/libc/nt/ntdll/ZwCreateKey.s b/libc/nt/ntdll/ZwCreateKey.s deleted file mode 100644 index e9176016e..000000000 --- a/libc/nt/ntdll/ZwCreateKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateKey diff --git a/libc/nt/ntdll/ZwCreateKeyTransacted.S b/libc/nt/ntdll/ZwCreateKeyTransacted.S new file mode 100644 index 000000000..f1364d6a3 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateKeyTransacted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateKeyTransacted,ZwCreateKeyTransacted diff --git a/libc/nt/ntdll/ZwCreateKeyTransacted.s b/libc/nt/ntdll/ZwCreateKeyTransacted.s deleted file mode 100644 index 3284a4690..000000000 --- a/libc/nt/ntdll/ZwCreateKeyTransacted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateKeyTransacted diff --git a/libc/nt/ntdll/ZwCreateKeyedEvent.S b/libc/nt/ntdll/ZwCreateKeyedEvent.S new file mode 100644 index 000000000..79233cf86 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateKeyedEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateKeyedEvent,ZwCreateKeyedEvent diff --git a/libc/nt/ntdll/ZwCreateKeyedEvent.s b/libc/nt/ntdll/ZwCreateKeyedEvent.s deleted file mode 100644 index 7fd3337ea..000000000 --- a/libc/nt/ntdll/ZwCreateKeyedEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateKeyedEvent diff --git a/libc/nt/ntdll/ZwCreateLowBoxToken.S b/libc/nt/ntdll/ZwCreateLowBoxToken.S new file mode 100644 index 000000000..050c31d42 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateLowBoxToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateLowBoxToken,ZwCreateLowBoxToken diff --git a/libc/nt/ntdll/ZwCreateLowBoxToken.s b/libc/nt/ntdll/ZwCreateLowBoxToken.s deleted file mode 100644 index 788397540..000000000 --- a/libc/nt/ntdll/ZwCreateLowBoxToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateLowBoxToken diff --git a/libc/nt/ntdll/ZwCreateMailslotFile.S b/libc/nt/ntdll/ZwCreateMailslotFile.S new file mode 100644 index 000000000..716e3de97 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateMailslotFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateMailslotFile,ZwCreateMailslotFile diff --git a/libc/nt/ntdll/ZwCreateMailslotFile.s b/libc/nt/ntdll/ZwCreateMailslotFile.s deleted file mode 100644 index 86f951695..000000000 --- a/libc/nt/ntdll/ZwCreateMailslotFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateMailslotFile diff --git a/libc/nt/ntdll/ZwCreateMutant.S b/libc/nt/ntdll/ZwCreateMutant.S new file mode 100644 index 000000000..adcbc1736 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateMutant,ZwCreateMutant diff --git a/libc/nt/ntdll/ZwCreateMutant.s b/libc/nt/ntdll/ZwCreateMutant.s deleted file mode 100644 index b46c6d7d6..000000000 --- a/libc/nt/ntdll/ZwCreateMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateMutant diff --git a/libc/nt/ntdll/ZwCreateNamedPipeFile.S b/libc/nt/ntdll/ZwCreateNamedPipeFile.S new file mode 100644 index 000000000..67edeb98a --- /dev/null +++ b/libc/nt/ntdll/ZwCreateNamedPipeFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateNamedPipeFile,ZwCreateNamedPipeFile diff --git a/libc/nt/ntdll/ZwCreateNamedPipeFile.s b/libc/nt/ntdll/ZwCreateNamedPipeFile.s deleted file mode 100644 index ce4114b9d..000000000 --- a/libc/nt/ntdll/ZwCreateNamedPipeFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateNamedPipeFile diff --git a/libc/nt/ntdll/ZwCreatePagingFile.S b/libc/nt/ntdll/ZwCreatePagingFile.S new file mode 100644 index 000000000..201562179 --- /dev/null +++ b/libc/nt/ntdll/ZwCreatePagingFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreatePagingFile,ZwCreatePagingFile diff --git a/libc/nt/ntdll/ZwCreatePagingFile.s b/libc/nt/ntdll/ZwCreatePagingFile.s deleted file mode 100644 index 8115111ff..000000000 --- a/libc/nt/ntdll/ZwCreatePagingFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreatePagingFile diff --git a/libc/nt/ntdll/ZwCreatePartition.S b/libc/nt/ntdll/ZwCreatePartition.S new file mode 100644 index 000000000..c1dd6b4a7 --- /dev/null +++ b/libc/nt/ntdll/ZwCreatePartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreatePartition,ZwCreatePartition diff --git a/libc/nt/ntdll/ZwCreatePartition.s b/libc/nt/ntdll/ZwCreatePartition.s deleted file mode 100644 index 835dbcc4b..000000000 --- a/libc/nt/ntdll/ZwCreatePartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreatePartition diff --git a/libc/nt/ntdll/ZwCreatePort.S b/libc/nt/ntdll/ZwCreatePort.S new file mode 100644 index 000000000..e26a47f01 --- /dev/null +++ b/libc/nt/ntdll/ZwCreatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreatePort,ZwCreatePort diff --git a/libc/nt/ntdll/ZwCreatePort.s b/libc/nt/ntdll/ZwCreatePort.s deleted file mode 100644 index 40c62f065..000000000 --- a/libc/nt/ntdll/ZwCreatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreatePort diff --git a/libc/nt/ntdll/ZwCreatePrivateNamespace.S b/libc/nt/ntdll/ZwCreatePrivateNamespace.S new file mode 100644 index 000000000..15023123d --- /dev/null +++ b/libc/nt/ntdll/ZwCreatePrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreatePrivateNamespace,ZwCreatePrivateNamespace diff --git a/libc/nt/ntdll/ZwCreatePrivateNamespace.s b/libc/nt/ntdll/ZwCreatePrivateNamespace.s deleted file mode 100644 index 093204b19..000000000 --- a/libc/nt/ntdll/ZwCreatePrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreatePrivateNamespace diff --git a/libc/nt/ntdll/ZwCreateProcess.S b/libc/nt/ntdll/ZwCreateProcess.S new file mode 100644 index 000000000..afbecb354 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateProcess,ZwCreateProcess diff --git a/libc/nt/ntdll/ZwCreateProcess.s b/libc/nt/ntdll/ZwCreateProcess.s deleted file mode 100644 index d90829f98..000000000 --- a/libc/nt/ntdll/ZwCreateProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateProcess diff --git a/libc/nt/ntdll/ZwCreateProcessEx.S b/libc/nt/ntdll/ZwCreateProcessEx.S new file mode 100644 index 000000000..2d9555c3e --- /dev/null +++ b/libc/nt/ntdll/ZwCreateProcessEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateProcessEx,ZwCreateProcessEx diff --git a/libc/nt/ntdll/ZwCreateProcessEx.s b/libc/nt/ntdll/ZwCreateProcessEx.s deleted file mode 100644 index 915cb6d10..000000000 --- a/libc/nt/ntdll/ZwCreateProcessEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateProcessEx diff --git a/libc/nt/ntdll/ZwCreateProfile.S b/libc/nt/ntdll/ZwCreateProfile.S new file mode 100644 index 000000000..448eef975 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateProfile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateProfile,ZwCreateProfile diff --git a/libc/nt/ntdll/ZwCreateProfile.s b/libc/nt/ntdll/ZwCreateProfile.s deleted file mode 100644 index 16b256552..000000000 --- a/libc/nt/ntdll/ZwCreateProfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateProfile diff --git a/libc/nt/ntdll/ZwCreateProfileEx.S b/libc/nt/ntdll/ZwCreateProfileEx.S new file mode 100644 index 000000000..32244dabb --- /dev/null +++ b/libc/nt/ntdll/ZwCreateProfileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateProfileEx,ZwCreateProfileEx diff --git a/libc/nt/ntdll/ZwCreateProfileEx.s b/libc/nt/ntdll/ZwCreateProfileEx.s deleted file mode 100644 index 13963833d..000000000 --- a/libc/nt/ntdll/ZwCreateProfileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateProfileEx diff --git a/libc/nt/ntdll/ZwCreateRegistryTransaction.S b/libc/nt/ntdll/ZwCreateRegistryTransaction.S new file mode 100644 index 000000000..c8f02a22c --- /dev/null +++ b/libc/nt/ntdll/ZwCreateRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateRegistryTransaction,ZwCreateRegistryTransaction diff --git a/libc/nt/ntdll/ZwCreateRegistryTransaction.s b/libc/nt/ntdll/ZwCreateRegistryTransaction.s deleted file mode 100644 index 56061bead..000000000 --- a/libc/nt/ntdll/ZwCreateRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateRegistryTransaction diff --git a/libc/nt/ntdll/ZwCreateResourceManager.S b/libc/nt/ntdll/ZwCreateResourceManager.S new file mode 100644 index 000000000..580dcebe6 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateResourceManager,ZwCreateResourceManager diff --git a/libc/nt/ntdll/ZwCreateResourceManager.s b/libc/nt/ntdll/ZwCreateResourceManager.s deleted file mode 100644 index e688bcb32..000000000 --- a/libc/nt/ntdll/ZwCreateResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateResourceManager diff --git a/libc/nt/ntdll/ZwCreateSection.S b/libc/nt/ntdll/ZwCreateSection.S new file mode 100644 index 000000000..2b7da330e --- /dev/null +++ b/libc/nt/ntdll/ZwCreateSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateSection,ZwCreateSection diff --git a/libc/nt/ntdll/ZwCreateSection.s b/libc/nt/ntdll/ZwCreateSection.s deleted file mode 100644 index 303828fc4..000000000 --- a/libc/nt/ntdll/ZwCreateSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateSection diff --git a/libc/nt/ntdll/ZwCreateSemaphore.S b/libc/nt/ntdll/ZwCreateSemaphore.S new file mode 100644 index 000000000..3734ea5be --- /dev/null +++ b/libc/nt/ntdll/ZwCreateSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateSemaphore,ZwCreateSemaphore diff --git a/libc/nt/ntdll/ZwCreateSemaphore.s b/libc/nt/ntdll/ZwCreateSemaphore.s deleted file mode 100644 index 0f46b3b7a..000000000 --- a/libc/nt/ntdll/ZwCreateSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateSemaphore diff --git a/libc/nt/ntdll/ZwCreateSymbolicLinkObject.S b/libc/nt/ntdll/ZwCreateSymbolicLinkObject.S new file mode 100644 index 000000000..db78d7f24 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateSymbolicLinkObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateSymbolicLinkObject,ZwCreateSymbolicLinkObject diff --git a/libc/nt/ntdll/ZwCreateSymbolicLinkObject.s b/libc/nt/ntdll/ZwCreateSymbolicLinkObject.s deleted file mode 100644 index fa91747b5..000000000 --- a/libc/nt/ntdll/ZwCreateSymbolicLinkObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateSymbolicLinkObject diff --git a/libc/nt/ntdll/ZwCreateThread.S b/libc/nt/ntdll/ZwCreateThread.S new file mode 100644 index 000000000..885c7c2f1 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateThread,ZwCreateThread diff --git a/libc/nt/ntdll/ZwCreateThread.s b/libc/nt/ntdll/ZwCreateThread.s deleted file mode 100644 index 10efeb7f8..000000000 --- a/libc/nt/ntdll/ZwCreateThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateThread diff --git a/libc/nt/ntdll/ZwCreateThreadEx.S b/libc/nt/ntdll/ZwCreateThreadEx.S new file mode 100644 index 000000000..56f8a0446 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateThreadEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateThreadEx,ZwCreateThreadEx diff --git a/libc/nt/ntdll/ZwCreateThreadEx.s b/libc/nt/ntdll/ZwCreateThreadEx.s deleted file mode 100644 index 36750edd8..000000000 --- a/libc/nt/ntdll/ZwCreateThreadEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateThreadEx diff --git a/libc/nt/ntdll/ZwCreateTimer.S b/libc/nt/ntdll/ZwCreateTimer.S new file mode 100644 index 000000000..c8f32be74 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateTimer,ZwCreateTimer diff --git a/libc/nt/ntdll/ZwCreateTimer.s b/libc/nt/ntdll/ZwCreateTimer.s deleted file mode 100644 index 5779263b2..000000000 --- a/libc/nt/ntdll/ZwCreateTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateTimer diff --git a/libc/nt/ntdll/ZwCreateTimer2.S b/libc/nt/ntdll/ZwCreateTimer2.S new file mode 100644 index 000000000..ffda01e2e --- /dev/null +++ b/libc/nt/ntdll/ZwCreateTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateTimer2,ZwCreateTimer2 diff --git a/libc/nt/ntdll/ZwCreateTimer2.s b/libc/nt/ntdll/ZwCreateTimer2.s deleted file mode 100644 index 2c698e7ff..000000000 --- a/libc/nt/ntdll/ZwCreateTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateTimer2 diff --git a/libc/nt/ntdll/ZwCreateToken.S b/libc/nt/ntdll/ZwCreateToken.S new file mode 100644 index 000000000..224887b63 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateToken,ZwCreateToken diff --git a/libc/nt/ntdll/ZwCreateToken.s b/libc/nt/ntdll/ZwCreateToken.s deleted file mode 100644 index f8e497cd8..000000000 --- a/libc/nt/ntdll/ZwCreateToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateToken diff --git a/libc/nt/ntdll/ZwCreateTokenEx.S b/libc/nt/ntdll/ZwCreateTokenEx.S new file mode 100644 index 000000000..ae0871ba8 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateTokenEx,ZwCreateTokenEx diff --git a/libc/nt/ntdll/ZwCreateTokenEx.s b/libc/nt/ntdll/ZwCreateTokenEx.s deleted file mode 100644 index b779819e2..000000000 --- a/libc/nt/ntdll/ZwCreateTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateTokenEx diff --git a/libc/nt/ntdll/ZwCreateTransaction.S b/libc/nt/ntdll/ZwCreateTransaction.S new file mode 100644 index 000000000..8411b991d --- /dev/null +++ b/libc/nt/ntdll/ZwCreateTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateTransaction,ZwCreateTransaction diff --git a/libc/nt/ntdll/ZwCreateTransaction.s b/libc/nt/ntdll/ZwCreateTransaction.s deleted file mode 100644 index 4df69faca..000000000 --- a/libc/nt/ntdll/ZwCreateTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateTransaction diff --git a/libc/nt/ntdll/ZwCreateTransactionManager.S b/libc/nt/ntdll/ZwCreateTransactionManager.S new file mode 100644 index 000000000..de4a48031 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateTransactionManager,ZwCreateTransactionManager diff --git a/libc/nt/ntdll/ZwCreateTransactionManager.s b/libc/nt/ntdll/ZwCreateTransactionManager.s deleted file mode 100644 index 625d8ec61..000000000 --- a/libc/nt/ntdll/ZwCreateTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateTransactionManager diff --git a/libc/nt/ntdll/ZwCreateUserProcess.S b/libc/nt/ntdll/ZwCreateUserProcess.S new file mode 100644 index 000000000..714dcc71d --- /dev/null +++ b/libc/nt/ntdll/ZwCreateUserProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateUserProcess,ZwCreateUserProcess diff --git a/libc/nt/ntdll/ZwCreateUserProcess.s b/libc/nt/ntdll/ZwCreateUserProcess.s deleted file mode 100644 index a6c70e3bf..000000000 --- a/libc/nt/ntdll/ZwCreateUserProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateUserProcess diff --git a/libc/nt/ntdll/ZwCreateWaitCompletionPacket.S b/libc/nt/ntdll/ZwCreateWaitCompletionPacket.S new file mode 100644 index 000000000..cdb91aba1 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateWaitCompletionPacket.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateWaitCompletionPacket,ZwCreateWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwCreateWaitCompletionPacket.s b/libc/nt/ntdll/ZwCreateWaitCompletionPacket.s deleted file mode 100644 index db944aa77..000000000 --- a/libc/nt/ntdll/ZwCreateWaitCompletionPacket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateWaitCompletionPacket diff --git a/libc/nt/ntdll/ZwCreateWaitablePort.S b/libc/nt/ntdll/ZwCreateWaitablePort.S new file mode 100644 index 000000000..1882f3b80 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateWaitablePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateWaitablePort,ZwCreateWaitablePort diff --git a/libc/nt/ntdll/ZwCreateWaitablePort.s b/libc/nt/ntdll/ZwCreateWaitablePort.s deleted file mode 100644 index 3100df5b1..000000000 --- a/libc/nt/ntdll/ZwCreateWaitablePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateWaitablePort diff --git a/libc/nt/ntdll/ZwCreateWnfStateName.S b/libc/nt/ntdll/ZwCreateWnfStateName.S new file mode 100644 index 000000000..3f42ba4c5 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateWnfStateName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateWnfStateName,ZwCreateWnfStateName diff --git a/libc/nt/ntdll/ZwCreateWnfStateName.s b/libc/nt/ntdll/ZwCreateWnfStateName.s deleted file mode 100644 index 123d57db0..000000000 --- a/libc/nt/ntdll/ZwCreateWnfStateName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateWnfStateName diff --git a/libc/nt/ntdll/ZwCreateWorkerFactory.S b/libc/nt/ntdll/ZwCreateWorkerFactory.S new file mode 100644 index 000000000..4b2c4da11 --- /dev/null +++ b/libc/nt/ntdll/ZwCreateWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwCreateWorkerFactory,ZwCreateWorkerFactory diff --git a/libc/nt/ntdll/ZwCreateWorkerFactory.s b/libc/nt/ntdll/ZwCreateWorkerFactory.s deleted file mode 100644 index 01cd1ee4f..000000000 --- a/libc/nt/ntdll/ZwCreateWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwCreateWorkerFactory diff --git a/libc/nt/ntdll/ZwDebugActiveProcess.S b/libc/nt/ntdll/ZwDebugActiveProcess.S new file mode 100644 index 000000000..6d4220256 --- /dev/null +++ b/libc/nt/ntdll/ZwDebugActiveProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDebugActiveProcess,ZwDebugActiveProcess diff --git a/libc/nt/ntdll/ZwDebugActiveProcess.s b/libc/nt/ntdll/ZwDebugActiveProcess.s deleted file mode 100644 index 6e72a820d..000000000 --- a/libc/nt/ntdll/ZwDebugActiveProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDebugActiveProcess diff --git a/libc/nt/ntdll/ZwDebugContinue.S b/libc/nt/ntdll/ZwDebugContinue.S new file mode 100644 index 000000000..bc104b348 --- /dev/null +++ b/libc/nt/ntdll/ZwDebugContinue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDebugContinue,ZwDebugContinue diff --git a/libc/nt/ntdll/ZwDebugContinue.s b/libc/nt/ntdll/ZwDebugContinue.s deleted file mode 100644 index ca399a3d8..000000000 --- a/libc/nt/ntdll/ZwDebugContinue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDebugContinue diff --git a/libc/nt/ntdll/ZwDelayExecution.S b/libc/nt/ntdll/ZwDelayExecution.S new file mode 100644 index 000000000..99a1c8f1c --- /dev/null +++ b/libc/nt/ntdll/ZwDelayExecution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDelayExecution,ZwDelayExecution diff --git a/libc/nt/ntdll/ZwDelayExecution.s b/libc/nt/ntdll/ZwDelayExecution.s deleted file mode 100644 index bfe0831f6..000000000 --- a/libc/nt/ntdll/ZwDelayExecution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDelayExecution diff --git a/libc/nt/ntdll/ZwDeleteAtom.S b/libc/nt/ntdll/ZwDeleteAtom.S new file mode 100644 index 000000000..6d21172c7 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteAtom,ZwDeleteAtom diff --git a/libc/nt/ntdll/ZwDeleteAtom.s b/libc/nt/ntdll/ZwDeleteAtom.s deleted file mode 100644 index 2d8fa3a4d..000000000 --- a/libc/nt/ntdll/ZwDeleteAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteAtom diff --git a/libc/nt/ntdll/ZwDeleteBootEntry.S b/libc/nt/ntdll/ZwDeleteBootEntry.S new file mode 100644 index 000000000..2cc088f6d --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteBootEntry,ZwDeleteBootEntry diff --git a/libc/nt/ntdll/ZwDeleteBootEntry.s b/libc/nt/ntdll/ZwDeleteBootEntry.s deleted file mode 100644 index 14c032a46..000000000 --- a/libc/nt/ntdll/ZwDeleteBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteBootEntry diff --git a/libc/nt/ntdll/ZwDeleteDriverEntry.S b/libc/nt/ntdll/ZwDeleteDriverEntry.S new file mode 100644 index 000000000..5b1ef4798 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteDriverEntry,ZwDeleteDriverEntry diff --git a/libc/nt/ntdll/ZwDeleteDriverEntry.s b/libc/nt/ntdll/ZwDeleteDriverEntry.s deleted file mode 100644 index 12a6dff80..000000000 --- a/libc/nt/ntdll/ZwDeleteDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteDriverEntry diff --git a/libc/nt/ntdll/ZwDeleteFile.S b/libc/nt/ntdll/ZwDeleteFile.S new file mode 100644 index 000000000..c5d952fe3 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteFile,ZwDeleteFile diff --git a/libc/nt/ntdll/ZwDeleteFile.s b/libc/nt/ntdll/ZwDeleteFile.s deleted file mode 100644 index b2498d327..000000000 --- a/libc/nt/ntdll/ZwDeleteFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteFile diff --git a/libc/nt/ntdll/ZwDeleteKey.S b/libc/nt/ntdll/ZwDeleteKey.S new file mode 100644 index 000000000..e8ecde606 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteKey,ZwDeleteKey diff --git a/libc/nt/ntdll/ZwDeleteKey.s b/libc/nt/ntdll/ZwDeleteKey.s deleted file mode 100644 index de2a36d10..000000000 --- a/libc/nt/ntdll/ZwDeleteKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteKey diff --git a/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.S b/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.S new file mode 100644 index 000000000..fe52d46c7 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteObjectAuditAlarm,ZwDeleteObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.s b/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.s deleted file mode 100644 index 21bf4e5a4..000000000 --- a/libc/nt/ntdll/ZwDeleteObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwDeletePrivateNamespace.S b/libc/nt/ntdll/ZwDeletePrivateNamespace.S new file mode 100644 index 000000000..ec408c469 --- /dev/null +++ b/libc/nt/ntdll/ZwDeletePrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeletePrivateNamespace,ZwDeletePrivateNamespace diff --git a/libc/nt/ntdll/ZwDeletePrivateNamespace.s b/libc/nt/ntdll/ZwDeletePrivateNamespace.s deleted file mode 100644 index ebc1321b1..000000000 --- a/libc/nt/ntdll/ZwDeletePrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeletePrivateNamespace diff --git a/libc/nt/ntdll/ZwDeleteValueKey.S b/libc/nt/ntdll/ZwDeleteValueKey.S new file mode 100644 index 000000000..324b45930 --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteValueKey,ZwDeleteValueKey diff --git a/libc/nt/ntdll/ZwDeleteValueKey.s b/libc/nt/ntdll/ZwDeleteValueKey.s deleted file mode 100644 index 05c1d53c2..000000000 --- a/libc/nt/ntdll/ZwDeleteValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteValueKey diff --git a/libc/nt/ntdll/ZwDeleteWnfStateData.S b/libc/nt/ntdll/ZwDeleteWnfStateData.S new file mode 100644 index 000000000..e9d16678f --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteWnfStateData,ZwDeleteWnfStateData diff --git a/libc/nt/ntdll/ZwDeleteWnfStateData.s b/libc/nt/ntdll/ZwDeleteWnfStateData.s deleted file mode 100644 index c53e6dc83..000000000 --- a/libc/nt/ntdll/ZwDeleteWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteWnfStateData diff --git a/libc/nt/ntdll/ZwDeleteWnfStateName.S b/libc/nt/ntdll/ZwDeleteWnfStateName.S new file mode 100644 index 000000000..06114ecdf --- /dev/null +++ b/libc/nt/ntdll/ZwDeleteWnfStateName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeleteWnfStateName,ZwDeleteWnfStateName diff --git a/libc/nt/ntdll/ZwDeleteWnfStateName.s b/libc/nt/ntdll/ZwDeleteWnfStateName.s deleted file mode 100644 index f1ac14a76..000000000 --- a/libc/nt/ntdll/ZwDeleteWnfStateName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeleteWnfStateName diff --git a/libc/nt/ntdll/ZwDeviceIoControlFile.S b/libc/nt/ntdll/ZwDeviceIoControlFile.S new file mode 100644 index 000000000..d92ef7712 --- /dev/null +++ b/libc/nt/ntdll/ZwDeviceIoControlFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDeviceIoControlFile,ZwDeviceIoControlFile diff --git a/libc/nt/ntdll/ZwDeviceIoControlFile.s b/libc/nt/ntdll/ZwDeviceIoControlFile.s deleted file mode 100644 index 1a0b2a4fa..000000000 --- a/libc/nt/ntdll/ZwDeviceIoControlFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDeviceIoControlFile diff --git a/libc/nt/ntdll/ZwDisableLastKnownGood.S b/libc/nt/ntdll/ZwDisableLastKnownGood.S new file mode 100644 index 000000000..d39355835 --- /dev/null +++ b/libc/nt/ntdll/ZwDisableLastKnownGood.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDisableLastKnownGood,ZwDisableLastKnownGood diff --git a/libc/nt/ntdll/ZwDisableLastKnownGood.s b/libc/nt/ntdll/ZwDisableLastKnownGood.s deleted file mode 100644 index cc58207e5..000000000 --- a/libc/nt/ntdll/ZwDisableLastKnownGood.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDisableLastKnownGood diff --git a/libc/nt/ntdll/ZwDisplayString.S b/libc/nt/ntdll/ZwDisplayString.S new file mode 100644 index 000000000..f8f3d7b16 --- /dev/null +++ b/libc/nt/ntdll/ZwDisplayString.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDisplayString,ZwDisplayString diff --git a/libc/nt/ntdll/ZwDisplayString.s b/libc/nt/ntdll/ZwDisplayString.s deleted file mode 100644 index bb8ed1911..000000000 --- a/libc/nt/ntdll/ZwDisplayString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDisplayString diff --git a/libc/nt/ntdll/ZwDrawText.S b/libc/nt/ntdll/ZwDrawText.S new file mode 100644 index 000000000..cc30170f3 --- /dev/null +++ b/libc/nt/ntdll/ZwDrawText.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDrawText,ZwDrawText diff --git a/libc/nt/ntdll/ZwDrawText.s b/libc/nt/ntdll/ZwDrawText.s deleted file mode 100644 index acb8bef05..000000000 --- a/libc/nt/ntdll/ZwDrawText.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDrawText diff --git a/libc/nt/ntdll/ZwDuplicateObject.S b/libc/nt/ntdll/ZwDuplicateObject.S new file mode 100644 index 000000000..a78b73c38 --- /dev/null +++ b/libc/nt/ntdll/ZwDuplicateObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDuplicateObject,ZwDuplicateObject diff --git a/libc/nt/ntdll/ZwDuplicateObject.s b/libc/nt/ntdll/ZwDuplicateObject.s deleted file mode 100644 index 3b5897daf..000000000 --- a/libc/nt/ntdll/ZwDuplicateObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDuplicateObject diff --git a/libc/nt/ntdll/ZwDuplicateToken.S b/libc/nt/ntdll/ZwDuplicateToken.S new file mode 100644 index 000000000..8cdec6f6e --- /dev/null +++ b/libc/nt/ntdll/ZwDuplicateToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwDuplicateToken,ZwDuplicateToken diff --git a/libc/nt/ntdll/ZwDuplicateToken.s b/libc/nt/ntdll/ZwDuplicateToken.s deleted file mode 100644 index b0292c9a1..000000000 --- a/libc/nt/ntdll/ZwDuplicateToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwDuplicateToken diff --git a/libc/nt/ntdll/ZwEnableLastKnownGood.S b/libc/nt/ntdll/ZwEnableLastKnownGood.S new file mode 100644 index 000000000..127d96131 --- /dev/null +++ b/libc/nt/ntdll/ZwEnableLastKnownGood.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnableLastKnownGood,ZwEnableLastKnownGood diff --git a/libc/nt/ntdll/ZwEnableLastKnownGood.s b/libc/nt/ntdll/ZwEnableLastKnownGood.s deleted file mode 100644 index 789d0ba3b..000000000 --- a/libc/nt/ntdll/ZwEnableLastKnownGood.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnableLastKnownGood diff --git a/libc/nt/ntdll/ZwEnumerateBootEntries.S b/libc/nt/ntdll/ZwEnumerateBootEntries.S new file mode 100644 index 000000000..30a6f18aa --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateBootEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateBootEntries,ZwEnumerateBootEntries diff --git a/libc/nt/ntdll/ZwEnumerateBootEntries.s b/libc/nt/ntdll/ZwEnumerateBootEntries.s deleted file mode 100644 index 2ddaaa708..000000000 --- a/libc/nt/ntdll/ZwEnumerateBootEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateBootEntries diff --git a/libc/nt/ntdll/ZwEnumerateDriverEntries.S b/libc/nt/ntdll/ZwEnumerateDriverEntries.S new file mode 100644 index 000000000..f7ee30e14 --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateDriverEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateDriverEntries,ZwEnumerateDriverEntries diff --git a/libc/nt/ntdll/ZwEnumerateDriverEntries.s b/libc/nt/ntdll/ZwEnumerateDriverEntries.s deleted file mode 100644 index 315474afa..000000000 --- a/libc/nt/ntdll/ZwEnumerateDriverEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateDriverEntries diff --git a/libc/nt/ntdll/ZwEnumerateKey.S b/libc/nt/ntdll/ZwEnumerateKey.S new file mode 100644 index 000000000..fa62c3263 --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateKey,ZwEnumerateKey diff --git a/libc/nt/ntdll/ZwEnumerateKey.s b/libc/nt/ntdll/ZwEnumerateKey.s deleted file mode 100644 index 9e1e89411..000000000 --- a/libc/nt/ntdll/ZwEnumerateKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateKey diff --git a/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.S b/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.S new file mode 100644 index 000000000..77bfddf28 --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateSystemEnvironmentValuesEx,ZwEnumerateSystemEnvironmentValuesEx diff --git a/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.s b/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.s deleted file mode 100644 index c7e898384..000000000 --- a/libc/nt/ntdll/ZwEnumerateSystemEnvironmentValuesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateSystemEnvironmentValuesEx diff --git a/libc/nt/ntdll/ZwEnumerateTransactionObject.S b/libc/nt/ntdll/ZwEnumerateTransactionObject.S new file mode 100644 index 000000000..09e2c77fd --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateTransactionObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateTransactionObject,ZwEnumerateTransactionObject diff --git a/libc/nt/ntdll/ZwEnumerateTransactionObject.s b/libc/nt/ntdll/ZwEnumerateTransactionObject.s deleted file mode 100644 index fdde4164d..000000000 --- a/libc/nt/ntdll/ZwEnumerateTransactionObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateTransactionObject diff --git a/libc/nt/ntdll/ZwEnumerateValueKey.S b/libc/nt/ntdll/ZwEnumerateValueKey.S new file mode 100644 index 000000000..87338b8fb --- /dev/null +++ b/libc/nt/ntdll/ZwEnumerateValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwEnumerateValueKey,ZwEnumerateValueKey diff --git a/libc/nt/ntdll/ZwEnumerateValueKey.s b/libc/nt/ntdll/ZwEnumerateValueKey.s deleted file mode 100644 index 77c7115d4..000000000 --- a/libc/nt/ntdll/ZwEnumerateValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwEnumerateValueKey diff --git a/libc/nt/ntdll/ZwExtendSection.S b/libc/nt/ntdll/ZwExtendSection.S new file mode 100644 index 000000000..ab9de86f3 --- /dev/null +++ b/libc/nt/ntdll/ZwExtendSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwExtendSection,ZwExtendSection diff --git a/libc/nt/ntdll/ZwExtendSection.s b/libc/nt/ntdll/ZwExtendSection.s deleted file mode 100644 index 154461647..000000000 --- a/libc/nt/ntdll/ZwExtendSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwExtendSection diff --git a/libc/nt/ntdll/ZwFilterBootOption.S b/libc/nt/ntdll/ZwFilterBootOption.S new file mode 100644 index 000000000..5de058da0 --- /dev/null +++ b/libc/nt/ntdll/ZwFilterBootOption.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFilterBootOption,ZwFilterBootOption diff --git a/libc/nt/ntdll/ZwFilterBootOption.s b/libc/nt/ntdll/ZwFilterBootOption.s deleted file mode 100644 index f4c1e0766..000000000 --- a/libc/nt/ntdll/ZwFilterBootOption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFilterBootOption diff --git a/libc/nt/ntdll/ZwFilterToken.S b/libc/nt/ntdll/ZwFilterToken.S new file mode 100644 index 000000000..cccc34017 --- /dev/null +++ b/libc/nt/ntdll/ZwFilterToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFilterToken,ZwFilterToken diff --git a/libc/nt/ntdll/ZwFilterToken.s b/libc/nt/ntdll/ZwFilterToken.s deleted file mode 100644 index 93e6ac421..000000000 --- a/libc/nt/ntdll/ZwFilterToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFilterToken diff --git a/libc/nt/ntdll/ZwFilterTokenEx.S b/libc/nt/ntdll/ZwFilterTokenEx.S new file mode 100644 index 000000000..85035bc4e --- /dev/null +++ b/libc/nt/ntdll/ZwFilterTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFilterTokenEx,ZwFilterTokenEx diff --git a/libc/nt/ntdll/ZwFilterTokenEx.s b/libc/nt/ntdll/ZwFilterTokenEx.s deleted file mode 100644 index 69454e788..000000000 --- a/libc/nt/ntdll/ZwFilterTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFilterTokenEx diff --git a/libc/nt/ntdll/ZwFindAtom.S b/libc/nt/ntdll/ZwFindAtom.S new file mode 100644 index 000000000..af55fc983 --- /dev/null +++ b/libc/nt/ntdll/ZwFindAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFindAtom,ZwFindAtom diff --git a/libc/nt/ntdll/ZwFindAtom.s b/libc/nt/ntdll/ZwFindAtom.s deleted file mode 100644 index a5536dde1..000000000 --- a/libc/nt/ntdll/ZwFindAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFindAtom diff --git a/libc/nt/ntdll/ZwFlushBuffersFile.S b/libc/nt/ntdll/ZwFlushBuffersFile.S new file mode 100644 index 000000000..e9fca8ff6 --- /dev/null +++ b/libc/nt/ntdll/ZwFlushBuffersFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushBuffersFile,ZwFlushBuffersFile diff --git a/libc/nt/ntdll/ZwFlushBuffersFile.s b/libc/nt/ntdll/ZwFlushBuffersFile.s deleted file mode 100644 index 292136a69..000000000 --- a/libc/nt/ntdll/ZwFlushBuffersFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushBuffersFile diff --git a/libc/nt/ntdll/ZwFlushBuffersFileEx.S b/libc/nt/ntdll/ZwFlushBuffersFileEx.S new file mode 100644 index 000000000..1cb97ad59 --- /dev/null +++ b/libc/nt/ntdll/ZwFlushBuffersFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushBuffersFileEx,ZwFlushBuffersFileEx diff --git a/libc/nt/ntdll/ZwFlushBuffersFileEx.s b/libc/nt/ntdll/ZwFlushBuffersFileEx.s deleted file mode 100644 index fa58fd2a3..000000000 --- a/libc/nt/ntdll/ZwFlushBuffersFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushBuffersFileEx diff --git a/libc/nt/ntdll/ZwFlushInstallUILanguage.S b/libc/nt/ntdll/ZwFlushInstallUILanguage.S new file mode 100644 index 000000000..97532fc8f --- /dev/null +++ b/libc/nt/ntdll/ZwFlushInstallUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushInstallUILanguage,ZwFlushInstallUILanguage diff --git a/libc/nt/ntdll/ZwFlushInstallUILanguage.s b/libc/nt/ntdll/ZwFlushInstallUILanguage.s deleted file mode 100644 index 04080cf36..000000000 --- a/libc/nt/ntdll/ZwFlushInstallUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushInstallUILanguage diff --git a/libc/nt/ntdll/ZwFlushInstructionCache.S b/libc/nt/ntdll/ZwFlushInstructionCache.S new file mode 100644 index 000000000..62b3b6a77 --- /dev/null +++ b/libc/nt/ntdll/ZwFlushInstructionCache.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushInstructionCache,ZwFlushInstructionCache diff --git a/libc/nt/ntdll/ZwFlushInstructionCache.s b/libc/nt/ntdll/ZwFlushInstructionCache.s deleted file mode 100644 index 97997ee7e..000000000 --- a/libc/nt/ntdll/ZwFlushInstructionCache.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushInstructionCache diff --git a/libc/nt/ntdll/ZwFlushKey.S b/libc/nt/ntdll/ZwFlushKey.S new file mode 100644 index 000000000..d1b47765e --- /dev/null +++ b/libc/nt/ntdll/ZwFlushKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushKey,ZwFlushKey diff --git a/libc/nt/ntdll/ZwFlushKey.s b/libc/nt/ntdll/ZwFlushKey.s deleted file mode 100644 index 2fe67b0af..000000000 --- a/libc/nt/ntdll/ZwFlushKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushKey diff --git a/libc/nt/ntdll/ZwFlushProcessWriteBuffers.S b/libc/nt/ntdll/ZwFlushProcessWriteBuffers.S new file mode 100644 index 000000000..1a982c33e --- /dev/null +++ b/libc/nt/ntdll/ZwFlushProcessWriteBuffers.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushProcessWriteBuffers,ZwFlushProcessWriteBuffers diff --git a/libc/nt/ntdll/ZwFlushProcessWriteBuffers.s b/libc/nt/ntdll/ZwFlushProcessWriteBuffers.s deleted file mode 100644 index 0059aff1b..000000000 --- a/libc/nt/ntdll/ZwFlushProcessWriteBuffers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushProcessWriteBuffers diff --git a/libc/nt/ntdll/ZwFlushVirtualMemory.S b/libc/nt/ntdll/ZwFlushVirtualMemory.S new file mode 100644 index 000000000..00b6fe8f6 --- /dev/null +++ b/libc/nt/ntdll/ZwFlushVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushVirtualMemory,ZwFlushVirtualMemory diff --git a/libc/nt/ntdll/ZwFlushVirtualMemory.s b/libc/nt/ntdll/ZwFlushVirtualMemory.s deleted file mode 100644 index 938db98a1..000000000 --- a/libc/nt/ntdll/ZwFlushVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushVirtualMemory diff --git a/libc/nt/ntdll/ZwFlushWriteBuffer.S b/libc/nt/ntdll/ZwFlushWriteBuffer.S new file mode 100644 index 000000000..cd422263b --- /dev/null +++ b/libc/nt/ntdll/ZwFlushWriteBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFlushWriteBuffer,ZwFlushWriteBuffer diff --git a/libc/nt/ntdll/ZwFlushWriteBuffer.s b/libc/nt/ntdll/ZwFlushWriteBuffer.s deleted file mode 100644 index 460da5fa4..000000000 --- a/libc/nt/ntdll/ZwFlushWriteBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFlushWriteBuffer diff --git a/libc/nt/ntdll/ZwFreeUserPhysicalPages.S b/libc/nt/ntdll/ZwFreeUserPhysicalPages.S new file mode 100644 index 000000000..af4dd9aeb --- /dev/null +++ b/libc/nt/ntdll/ZwFreeUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFreeUserPhysicalPages,ZwFreeUserPhysicalPages diff --git a/libc/nt/ntdll/ZwFreeUserPhysicalPages.s b/libc/nt/ntdll/ZwFreeUserPhysicalPages.s deleted file mode 100644 index d138d89b8..000000000 --- a/libc/nt/ntdll/ZwFreeUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFreeUserPhysicalPages diff --git a/libc/nt/ntdll/ZwFreeVirtualMemory.S b/libc/nt/ntdll/ZwFreeVirtualMemory.S new file mode 100644 index 000000000..4b68e490f --- /dev/null +++ b/libc/nt/ntdll/ZwFreeVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFreeVirtualMemory,ZwFreeVirtualMemory diff --git a/libc/nt/ntdll/ZwFreeVirtualMemory.s b/libc/nt/ntdll/ZwFreeVirtualMemory.s deleted file mode 100644 index a12be9f45..000000000 --- a/libc/nt/ntdll/ZwFreeVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFreeVirtualMemory diff --git a/libc/nt/ntdll/ZwFreezeRegistry.S b/libc/nt/ntdll/ZwFreezeRegistry.S new file mode 100644 index 000000000..4a9e9ea2a --- /dev/null +++ b/libc/nt/ntdll/ZwFreezeRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFreezeRegistry,ZwFreezeRegistry diff --git a/libc/nt/ntdll/ZwFreezeRegistry.s b/libc/nt/ntdll/ZwFreezeRegistry.s deleted file mode 100644 index 8acac9d3e..000000000 --- a/libc/nt/ntdll/ZwFreezeRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFreezeRegistry diff --git a/libc/nt/ntdll/ZwFreezeTransactions.S b/libc/nt/ntdll/ZwFreezeTransactions.S new file mode 100644 index 000000000..c24949a55 --- /dev/null +++ b/libc/nt/ntdll/ZwFreezeTransactions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFreezeTransactions,ZwFreezeTransactions diff --git a/libc/nt/ntdll/ZwFreezeTransactions.s b/libc/nt/ntdll/ZwFreezeTransactions.s deleted file mode 100644 index c2a8eeedc..000000000 --- a/libc/nt/ntdll/ZwFreezeTransactions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFreezeTransactions diff --git a/libc/nt/ntdll/ZwFsControlFile.S b/libc/nt/ntdll/ZwFsControlFile.S new file mode 100644 index 000000000..ce7f5a586 --- /dev/null +++ b/libc/nt/ntdll/ZwFsControlFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwFsControlFile,ZwFsControlFile diff --git a/libc/nt/ntdll/ZwFsControlFile.s b/libc/nt/ntdll/ZwFsControlFile.s deleted file mode 100644 index 37a33c4f8..000000000 --- a/libc/nt/ntdll/ZwFsControlFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwFsControlFile diff --git a/libc/nt/ntdll/ZwGetCachedSigningLevel.S b/libc/nt/ntdll/ZwGetCachedSigningLevel.S new file mode 100644 index 000000000..e94587840 --- /dev/null +++ b/libc/nt/ntdll/ZwGetCachedSigningLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetCachedSigningLevel,ZwGetCachedSigningLevel diff --git a/libc/nt/ntdll/ZwGetCachedSigningLevel.s b/libc/nt/ntdll/ZwGetCachedSigningLevel.s deleted file mode 100644 index 1487ecb46..000000000 --- a/libc/nt/ntdll/ZwGetCachedSigningLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetCachedSigningLevel diff --git a/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.S b/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.S new file mode 100644 index 000000000..5fe589a4a --- /dev/null +++ b/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetCompleteWnfStateSubscription,ZwGetCompleteWnfStateSubscription diff --git a/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.s b/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.s deleted file mode 100644 index f9b010487..000000000 --- a/libc/nt/ntdll/ZwGetCompleteWnfStateSubscription.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetCompleteWnfStateSubscription diff --git a/libc/nt/ntdll/ZwGetContextThread.S b/libc/nt/ntdll/ZwGetContextThread.S new file mode 100644 index 000000000..658a0ea40 --- /dev/null +++ b/libc/nt/ntdll/ZwGetContextThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetContextThread,ZwGetContextThread diff --git a/libc/nt/ntdll/ZwGetContextThread.s b/libc/nt/ntdll/ZwGetContextThread.s deleted file mode 100644 index 0f1b42e12..000000000 --- a/libc/nt/ntdll/ZwGetContextThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetContextThread diff --git a/libc/nt/ntdll/ZwGetCurrentProcessorNumber.S b/libc/nt/ntdll/ZwGetCurrentProcessorNumber.S new file mode 100644 index 000000000..ed6db8801 --- /dev/null +++ b/libc/nt/ntdll/ZwGetCurrentProcessorNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetCurrentProcessorNumber,ZwGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/ZwGetCurrentProcessorNumber.s b/libc/nt/ntdll/ZwGetCurrentProcessorNumber.s deleted file mode 100644 index 5f27db35a..000000000 --- a/libc/nt/ntdll/ZwGetCurrentProcessorNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetCurrentProcessorNumber diff --git a/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.S b/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.S new file mode 100644 index 000000000..779c5746d --- /dev/null +++ b/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetCurrentProcessorNumberEx,ZwGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.s b/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.s deleted file mode 100644 index 0eb2ce1ca..000000000 --- a/libc/nt/ntdll/ZwGetCurrentProcessorNumberEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetCurrentProcessorNumberEx diff --git a/libc/nt/ntdll/ZwGetDevicePowerState.S b/libc/nt/ntdll/ZwGetDevicePowerState.S new file mode 100644 index 000000000..a7d16060f --- /dev/null +++ b/libc/nt/ntdll/ZwGetDevicePowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetDevicePowerState,ZwGetDevicePowerState diff --git a/libc/nt/ntdll/ZwGetDevicePowerState.s b/libc/nt/ntdll/ZwGetDevicePowerState.s deleted file mode 100644 index 59a735d7c..000000000 --- a/libc/nt/ntdll/ZwGetDevicePowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetDevicePowerState diff --git a/libc/nt/ntdll/ZwGetMUIRegistryInfo.S b/libc/nt/ntdll/ZwGetMUIRegistryInfo.S new file mode 100644 index 000000000..b53f68db8 --- /dev/null +++ b/libc/nt/ntdll/ZwGetMUIRegistryInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetMUIRegistryInfo,ZwGetMUIRegistryInfo diff --git a/libc/nt/ntdll/ZwGetMUIRegistryInfo.s b/libc/nt/ntdll/ZwGetMUIRegistryInfo.s deleted file mode 100644 index edd2a9045..000000000 --- a/libc/nt/ntdll/ZwGetMUIRegistryInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetMUIRegistryInfo diff --git a/libc/nt/ntdll/ZwGetNextProcess.S b/libc/nt/ntdll/ZwGetNextProcess.S new file mode 100644 index 000000000..ddf8626d5 --- /dev/null +++ b/libc/nt/ntdll/ZwGetNextProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetNextProcess,ZwGetNextProcess diff --git a/libc/nt/ntdll/ZwGetNextProcess.s b/libc/nt/ntdll/ZwGetNextProcess.s deleted file mode 100644 index 2c69db804..000000000 --- a/libc/nt/ntdll/ZwGetNextProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetNextProcess diff --git a/libc/nt/ntdll/ZwGetNextThread.S b/libc/nt/ntdll/ZwGetNextThread.S new file mode 100644 index 000000000..f4a5133a5 --- /dev/null +++ b/libc/nt/ntdll/ZwGetNextThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetNextThread,ZwGetNextThread diff --git a/libc/nt/ntdll/ZwGetNextThread.s b/libc/nt/ntdll/ZwGetNextThread.s deleted file mode 100644 index fcbdd91e3..000000000 --- a/libc/nt/ntdll/ZwGetNextThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetNextThread diff --git a/libc/nt/ntdll/ZwGetNlsSectionPtr.S b/libc/nt/ntdll/ZwGetNlsSectionPtr.S new file mode 100644 index 000000000..e97d1f184 --- /dev/null +++ b/libc/nt/ntdll/ZwGetNlsSectionPtr.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetNlsSectionPtr,ZwGetNlsSectionPtr diff --git a/libc/nt/ntdll/ZwGetNlsSectionPtr.s b/libc/nt/ntdll/ZwGetNlsSectionPtr.s deleted file mode 100644 index 0414b3dd9..000000000 --- a/libc/nt/ntdll/ZwGetNlsSectionPtr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetNlsSectionPtr diff --git a/libc/nt/ntdll/ZwGetNotificationResourceManager.S b/libc/nt/ntdll/ZwGetNotificationResourceManager.S new file mode 100644 index 000000000..19fdde179 --- /dev/null +++ b/libc/nt/ntdll/ZwGetNotificationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetNotificationResourceManager,ZwGetNotificationResourceManager diff --git a/libc/nt/ntdll/ZwGetNotificationResourceManager.s b/libc/nt/ntdll/ZwGetNotificationResourceManager.s deleted file mode 100644 index 228685055..000000000 --- a/libc/nt/ntdll/ZwGetNotificationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetNotificationResourceManager diff --git a/libc/nt/ntdll/ZwGetWriteWatch.S b/libc/nt/ntdll/ZwGetWriteWatch.S new file mode 100644 index 000000000..eb800e980 --- /dev/null +++ b/libc/nt/ntdll/ZwGetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwGetWriteWatch,ZwGetWriteWatch diff --git a/libc/nt/ntdll/ZwGetWriteWatch.s b/libc/nt/ntdll/ZwGetWriteWatch.s deleted file mode 100644 index b36876892..000000000 --- a/libc/nt/ntdll/ZwGetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwGetWriteWatch diff --git a/libc/nt/ntdll/ZwImpersonateAnonymousToken.S b/libc/nt/ntdll/ZwImpersonateAnonymousToken.S new file mode 100644 index 000000000..6abf277f2 --- /dev/null +++ b/libc/nt/ntdll/ZwImpersonateAnonymousToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwImpersonateAnonymousToken,ZwImpersonateAnonymousToken diff --git a/libc/nt/ntdll/ZwImpersonateAnonymousToken.s b/libc/nt/ntdll/ZwImpersonateAnonymousToken.s deleted file mode 100644 index 41c261a08..000000000 --- a/libc/nt/ntdll/ZwImpersonateAnonymousToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwImpersonateAnonymousToken diff --git a/libc/nt/ntdll/ZwImpersonateClientOfPort.S b/libc/nt/ntdll/ZwImpersonateClientOfPort.S new file mode 100644 index 000000000..276a13b1f --- /dev/null +++ b/libc/nt/ntdll/ZwImpersonateClientOfPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwImpersonateClientOfPort,ZwImpersonateClientOfPort diff --git a/libc/nt/ntdll/ZwImpersonateClientOfPort.s b/libc/nt/ntdll/ZwImpersonateClientOfPort.s deleted file mode 100644 index 7b65097b5..000000000 --- a/libc/nt/ntdll/ZwImpersonateClientOfPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwImpersonateClientOfPort diff --git a/libc/nt/ntdll/ZwImpersonateThread.S b/libc/nt/ntdll/ZwImpersonateThread.S new file mode 100644 index 000000000..2f71b870e --- /dev/null +++ b/libc/nt/ntdll/ZwImpersonateThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwImpersonateThread,ZwImpersonateThread diff --git a/libc/nt/ntdll/ZwImpersonateThread.s b/libc/nt/ntdll/ZwImpersonateThread.s deleted file mode 100644 index baa4c8bc0..000000000 --- a/libc/nt/ntdll/ZwImpersonateThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwImpersonateThread diff --git a/libc/nt/ntdll/ZwInitializeEnclave.S b/libc/nt/ntdll/ZwInitializeEnclave.S new file mode 100644 index 000000000..edeab1aba --- /dev/null +++ b/libc/nt/ntdll/ZwInitializeEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwInitializeEnclave,ZwInitializeEnclave diff --git a/libc/nt/ntdll/ZwInitializeEnclave.s b/libc/nt/ntdll/ZwInitializeEnclave.s deleted file mode 100644 index 5c17e2702..000000000 --- a/libc/nt/ntdll/ZwInitializeEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwInitializeEnclave diff --git a/libc/nt/ntdll/ZwInitializeNlsFiles.S b/libc/nt/ntdll/ZwInitializeNlsFiles.S new file mode 100644 index 000000000..6a561edb2 --- /dev/null +++ b/libc/nt/ntdll/ZwInitializeNlsFiles.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwInitializeNlsFiles,ZwInitializeNlsFiles diff --git a/libc/nt/ntdll/ZwInitializeNlsFiles.s b/libc/nt/ntdll/ZwInitializeNlsFiles.s deleted file mode 100644 index b4b3c9e15..000000000 --- a/libc/nt/ntdll/ZwInitializeNlsFiles.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwInitializeNlsFiles diff --git a/libc/nt/ntdll/ZwInitializeRegistry.S b/libc/nt/ntdll/ZwInitializeRegistry.S new file mode 100644 index 000000000..0b08f92c7 --- /dev/null +++ b/libc/nt/ntdll/ZwInitializeRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwInitializeRegistry,ZwInitializeRegistry diff --git a/libc/nt/ntdll/ZwInitializeRegistry.s b/libc/nt/ntdll/ZwInitializeRegistry.s deleted file mode 100644 index 631feb981..000000000 --- a/libc/nt/ntdll/ZwInitializeRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwInitializeRegistry diff --git a/libc/nt/ntdll/ZwInitiatePowerAction.S b/libc/nt/ntdll/ZwInitiatePowerAction.S new file mode 100644 index 000000000..83124b92f --- /dev/null +++ b/libc/nt/ntdll/ZwInitiatePowerAction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwInitiatePowerAction,ZwInitiatePowerAction diff --git a/libc/nt/ntdll/ZwInitiatePowerAction.s b/libc/nt/ntdll/ZwInitiatePowerAction.s deleted file mode 100644 index 1d9d3cd99..000000000 --- a/libc/nt/ntdll/ZwInitiatePowerAction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwInitiatePowerAction diff --git a/libc/nt/ntdll/ZwIsProcessInJob.S b/libc/nt/ntdll/ZwIsProcessInJob.S new file mode 100644 index 000000000..c6b6c9661 --- /dev/null +++ b/libc/nt/ntdll/ZwIsProcessInJob.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwIsProcessInJob,ZwIsProcessInJob diff --git a/libc/nt/ntdll/ZwIsProcessInJob.s b/libc/nt/ntdll/ZwIsProcessInJob.s deleted file mode 100644 index 5882aa805..000000000 --- a/libc/nt/ntdll/ZwIsProcessInJob.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwIsProcessInJob diff --git a/libc/nt/ntdll/ZwIsSystemResumeAutomatic.S b/libc/nt/ntdll/ZwIsSystemResumeAutomatic.S new file mode 100644 index 000000000..36d0cf88d --- /dev/null +++ b/libc/nt/ntdll/ZwIsSystemResumeAutomatic.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwIsSystemResumeAutomatic,ZwIsSystemResumeAutomatic diff --git a/libc/nt/ntdll/ZwIsSystemResumeAutomatic.s b/libc/nt/ntdll/ZwIsSystemResumeAutomatic.s deleted file mode 100644 index ae890fddf..000000000 --- a/libc/nt/ntdll/ZwIsSystemResumeAutomatic.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwIsSystemResumeAutomatic diff --git a/libc/nt/ntdll/ZwIsUILanguageComitted.S b/libc/nt/ntdll/ZwIsUILanguageComitted.S new file mode 100644 index 000000000..d2821620e --- /dev/null +++ b/libc/nt/ntdll/ZwIsUILanguageComitted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwIsUILanguageComitted,ZwIsUILanguageComitted diff --git a/libc/nt/ntdll/ZwIsUILanguageComitted.s b/libc/nt/ntdll/ZwIsUILanguageComitted.s deleted file mode 100644 index 8960e4837..000000000 --- a/libc/nt/ntdll/ZwIsUILanguageComitted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwIsUILanguageComitted diff --git a/libc/nt/ntdll/ZwListenPort.S b/libc/nt/ntdll/ZwListenPort.S new file mode 100644 index 000000000..582c47303 --- /dev/null +++ b/libc/nt/ntdll/ZwListenPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwListenPort,ZwListenPort diff --git a/libc/nt/ntdll/ZwListenPort.s b/libc/nt/ntdll/ZwListenPort.s deleted file mode 100644 index 669509a52..000000000 --- a/libc/nt/ntdll/ZwListenPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwListenPort diff --git a/libc/nt/ntdll/ZwLoadDriver.S b/libc/nt/ntdll/ZwLoadDriver.S new file mode 100644 index 000000000..55e72bcdc --- /dev/null +++ b/libc/nt/ntdll/ZwLoadDriver.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadDriver,ZwLoadDriver diff --git a/libc/nt/ntdll/ZwLoadDriver.s b/libc/nt/ntdll/ZwLoadDriver.s deleted file mode 100644 index 96fb61dd0..000000000 --- a/libc/nt/ntdll/ZwLoadDriver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadDriver diff --git a/libc/nt/ntdll/ZwLoadEnclaveData.S b/libc/nt/ntdll/ZwLoadEnclaveData.S new file mode 100644 index 000000000..ed0178e36 --- /dev/null +++ b/libc/nt/ntdll/ZwLoadEnclaveData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadEnclaveData,ZwLoadEnclaveData diff --git a/libc/nt/ntdll/ZwLoadEnclaveData.s b/libc/nt/ntdll/ZwLoadEnclaveData.s deleted file mode 100644 index 325850ee2..000000000 --- a/libc/nt/ntdll/ZwLoadEnclaveData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadEnclaveData diff --git a/libc/nt/ntdll/ZwLoadHotPatch.S b/libc/nt/ntdll/ZwLoadHotPatch.S new file mode 100644 index 000000000..ec85b3e9a --- /dev/null +++ b/libc/nt/ntdll/ZwLoadHotPatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadHotPatch,ZwLoadHotPatch diff --git a/libc/nt/ntdll/ZwLoadHotPatch.s b/libc/nt/ntdll/ZwLoadHotPatch.s deleted file mode 100644 index 9498c8625..000000000 --- a/libc/nt/ntdll/ZwLoadHotPatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadHotPatch diff --git a/libc/nt/ntdll/ZwLoadKey.S b/libc/nt/ntdll/ZwLoadKey.S new file mode 100644 index 000000000..1d23cfbb0 --- /dev/null +++ b/libc/nt/ntdll/ZwLoadKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadKey,ZwLoadKey diff --git a/libc/nt/ntdll/ZwLoadKey.s b/libc/nt/ntdll/ZwLoadKey.s deleted file mode 100644 index 284e56499..000000000 --- a/libc/nt/ntdll/ZwLoadKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadKey diff --git a/libc/nt/ntdll/ZwLoadKey2.S b/libc/nt/ntdll/ZwLoadKey2.S new file mode 100644 index 000000000..3be50b292 --- /dev/null +++ b/libc/nt/ntdll/ZwLoadKey2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadKey2,ZwLoadKey2 diff --git a/libc/nt/ntdll/ZwLoadKey2.s b/libc/nt/ntdll/ZwLoadKey2.s deleted file mode 100644 index 69b10b93c..000000000 --- a/libc/nt/ntdll/ZwLoadKey2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadKey2 diff --git a/libc/nt/ntdll/ZwLoadKeyEx.S b/libc/nt/ntdll/ZwLoadKeyEx.S new file mode 100644 index 000000000..32e8a26a7 --- /dev/null +++ b/libc/nt/ntdll/ZwLoadKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLoadKeyEx,ZwLoadKeyEx diff --git a/libc/nt/ntdll/ZwLoadKeyEx.s b/libc/nt/ntdll/ZwLoadKeyEx.s deleted file mode 100644 index 69fd93f97..000000000 --- a/libc/nt/ntdll/ZwLoadKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLoadKeyEx diff --git a/libc/nt/ntdll/ZwLockFile.S b/libc/nt/ntdll/ZwLockFile.S new file mode 100644 index 000000000..5421b2230 --- /dev/null +++ b/libc/nt/ntdll/ZwLockFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLockFile,ZwLockFile diff --git a/libc/nt/ntdll/ZwLockFile.s b/libc/nt/ntdll/ZwLockFile.s deleted file mode 100644 index b406b7446..000000000 --- a/libc/nt/ntdll/ZwLockFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLockFile diff --git a/libc/nt/ntdll/ZwLockProductActivationKeys.S b/libc/nt/ntdll/ZwLockProductActivationKeys.S new file mode 100644 index 000000000..2600f3404 --- /dev/null +++ b/libc/nt/ntdll/ZwLockProductActivationKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLockProductActivationKeys,ZwLockProductActivationKeys diff --git a/libc/nt/ntdll/ZwLockProductActivationKeys.s b/libc/nt/ntdll/ZwLockProductActivationKeys.s deleted file mode 100644 index 37952f8a6..000000000 --- a/libc/nt/ntdll/ZwLockProductActivationKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLockProductActivationKeys diff --git a/libc/nt/ntdll/ZwLockRegistryKey.S b/libc/nt/ntdll/ZwLockRegistryKey.S new file mode 100644 index 000000000..f806e136a --- /dev/null +++ b/libc/nt/ntdll/ZwLockRegistryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLockRegistryKey,ZwLockRegistryKey diff --git a/libc/nt/ntdll/ZwLockRegistryKey.s b/libc/nt/ntdll/ZwLockRegistryKey.s deleted file mode 100644 index 9695de467..000000000 --- a/libc/nt/ntdll/ZwLockRegistryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLockRegistryKey diff --git a/libc/nt/ntdll/ZwLockVirtualMemory.S b/libc/nt/ntdll/ZwLockVirtualMemory.S new file mode 100644 index 000000000..360f8dddf --- /dev/null +++ b/libc/nt/ntdll/ZwLockVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwLockVirtualMemory,ZwLockVirtualMemory diff --git a/libc/nt/ntdll/ZwLockVirtualMemory.s b/libc/nt/ntdll/ZwLockVirtualMemory.s deleted file mode 100644 index 98073c22f..000000000 --- a/libc/nt/ntdll/ZwLockVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwLockVirtualMemory diff --git a/libc/nt/ntdll/ZwMakePermanentObject.S b/libc/nt/ntdll/ZwMakePermanentObject.S new file mode 100644 index 000000000..f204cc715 --- /dev/null +++ b/libc/nt/ntdll/ZwMakePermanentObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMakePermanentObject,ZwMakePermanentObject diff --git a/libc/nt/ntdll/ZwMakePermanentObject.s b/libc/nt/ntdll/ZwMakePermanentObject.s deleted file mode 100644 index 0e9727161..000000000 --- a/libc/nt/ntdll/ZwMakePermanentObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMakePermanentObject diff --git a/libc/nt/ntdll/ZwMakeTemporaryObject.S b/libc/nt/ntdll/ZwMakeTemporaryObject.S new file mode 100644 index 000000000..abc248565 --- /dev/null +++ b/libc/nt/ntdll/ZwMakeTemporaryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMakeTemporaryObject,ZwMakeTemporaryObject diff --git a/libc/nt/ntdll/ZwMakeTemporaryObject.s b/libc/nt/ntdll/ZwMakeTemporaryObject.s deleted file mode 100644 index 306842f3f..000000000 --- a/libc/nt/ntdll/ZwMakeTemporaryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMakeTemporaryObject diff --git a/libc/nt/ntdll/ZwManagePartition.S b/libc/nt/ntdll/ZwManagePartition.S new file mode 100644 index 000000000..85db8e53a --- /dev/null +++ b/libc/nt/ntdll/ZwManagePartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwManagePartition,ZwManagePartition diff --git a/libc/nt/ntdll/ZwManagePartition.s b/libc/nt/ntdll/ZwManagePartition.s deleted file mode 100644 index e326e8ab6..000000000 --- a/libc/nt/ntdll/ZwManagePartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwManagePartition diff --git a/libc/nt/ntdll/ZwMapCMFModule.S b/libc/nt/ntdll/ZwMapCMFModule.S new file mode 100644 index 000000000..9c196c8c8 --- /dev/null +++ b/libc/nt/ntdll/ZwMapCMFModule.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMapCMFModule,ZwMapCMFModule diff --git a/libc/nt/ntdll/ZwMapCMFModule.s b/libc/nt/ntdll/ZwMapCMFModule.s deleted file mode 100644 index cc553a67c..000000000 --- a/libc/nt/ntdll/ZwMapCMFModule.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMapCMFModule diff --git a/libc/nt/ntdll/ZwMapUserPhysicalPages.S b/libc/nt/ntdll/ZwMapUserPhysicalPages.S new file mode 100644 index 000000000..bd3cf7dba --- /dev/null +++ b/libc/nt/ntdll/ZwMapUserPhysicalPages.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMapUserPhysicalPages,ZwMapUserPhysicalPages diff --git a/libc/nt/ntdll/ZwMapUserPhysicalPages.s b/libc/nt/ntdll/ZwMapUserPhysicalPages.s deleted file mode 100644 index fde76f114..000000000 --- a/libc/nt/ntdll/ZwMapUserPhysicalPages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMapUserPhysicalPages diff --git a/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.S b/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.S new file mode 100644 index 000000000..8ff81c723 --- /dev/null +++ b/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMapUserPhysicalPagesScatter,ZwMapUserPhysicalPagesScatter diff --git a/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.s b/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.s deleted file mode 100644 index b4425af92..000000000 --- a/libc/nt/ntdll/ZwMapUserPhysicalPagesScatter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMapUserPhysicalPagesScatter diff --git a/libc/nt/ntdll/ZwMapViewOfSection.S b/libc/nt/ntdll/ZwMapViewOfSection.S new file mode 100644 index 000000000..a9148f6d5 --- /dev/null +++ b/libc/nt/ntdll/ZwMapViewOfSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMapViewOfSection,ZwMapViewOfSection diff --git a/libc/nt/ntdll/ZwMapViewOfSection.s b/libc/nt/ntdll/ZwMapViewOfSection.s deleted file mode 100644 index 6bf6cb7c0..000000000 --- a/libc/nt/ntdll/ZwMapViewOfSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMapViewOfSection diff --git a/libc/nt/ntdll/ZwMapViewOfSectionEx.S b/libc/nt/ntdll/ZwMapViewOfSectionEx.S new file mode 100644 index 000000000..8cad1743f --- /dev/null +++ b/libc/nt/ntdll/ZwMapViewOfSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwMapViewOfSectionEx,ZwMapViewOfSectionEx diff --git a/libc/nt/ntdll/ZwMapViewOfSectionEx.s b/libc/nt/ntdll/ZwMapViewOfSectionEx.s deleted file mode 100644 index d2d51a90f..000000000 --- a/libc/nt/ntdll/ZwMapViewOfSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwMapViewOfSectionEx diff --git a/libc/nt/ntdll/ZwModifyBootEntry.S b/libc/nt/ntdll/ZwModifyBootEntry.S new file mode 100644 index 000000000..0868bbb1a --- /dev/null +++ b/libc/nt/ntdll/ZwModifyBootEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwModifyBootEntry,ZwModifyBootEntry diff --git a/libc/nt/ntdll/ZwModifyBootEntry.s b/libc/nt/ntdll/ZwModifyBootEntry.s deleted file mode 100644 index a90b888a1..000000000 --- a/libc/nt/ntdll/ZwModifyBootEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwModifyBootEntry diff --git a/libc/nt/ntdll/ZwModifyDriverEntry.S b/libc/nt/ntdll/ZwModifyDriverEntry.S new file mode 100644 index 000000000..9f01bc3c4 --- /dev/null +++ b/libc/nt/ntdll/ZwModifyDriverEntry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwModifyDriverEntry,ZwModifyDriverEntry diff --git a/libc/nt/ntdll/ZwModifyDriverEntry.s b/libc/nt/ntdll/ZwModifyDriverEntry.s deleted file mode 100644 index e0871dd4e..000000000 --- a/libc/nt/ntdll/ZwModifyDriverEntry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwModifyDriverEntry diff --git a/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.S b/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.S new file mode 100644 index 000000000..4d42d6537 --- /dev/null +++ b/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwNotifyChangeDirectoryFile,ZwNotifyChangeDirectoryFile diff --git a/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.s b/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.s deleted file mode 100644 index b082a9e6b..000000000 --- a/libc/nt/ntdll/ZwNotifyChangeDirectoryFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwNotifyChangeDirectoryFile diff --git a/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.S b/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.S new file mode 100644 index 000000000..8c51bca77 --- /dev/null +++ b/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwNotifyChangeDirectoryFileEx,ZwNotifyChangeDirectoryFileEx diff --git a/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.s b/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.s deleted file mode 100644 index 5d6016044..000000000 --- a/libc/nt/ntdll/ZwNotifyChangeDirectoryFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwNotifyChangeDirectoryFileEx diff --git a/libc/nt/ntdll/ZwNotifyChangeKey.S b/libc/nt/ntdll/ZwNotifyChangeKey.S new file mode 100644 index 000000000..9a9ff9ea7 --- /dev/null +++ b/libc/nt/ntdll/ZwNotifyChangeKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwNotifyChangeKey,ZwNotifyChangeKey diff --git a/libc/nt/ntdll/ZwNotifyChangeKey.s b/libc/nt/ntdll/ZwNotifyChangeKey.s deleted file mode 100644 index 31fc1c3d3..000000000 --- a/libc/nt/ntdll/ZwNotifyChangeKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwNotifyChangeKey diff --git a/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.S b/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.S new file mode 100644 index 000000000..92afc36f2 --- /dev/null +++ b/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwNotifyChangeMultipleKeys,ZwNotifyChangeMultipleKeys diff --git a/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.s b/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.s deleted file mode 100644 index 5a6c9c11c..000000000 --- a/libc/nt/ntdll/ZwNotifyChangeMultipleKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwNotifyChangeMultipleKeys diff --git a/libc/nt/ntdll/ZwNotifyChangeSession.S b/libc/nt/ntdll/ZwNotifyChangeSession.S new file mode 100644 index 000000000..491e0e46e --- /dev/null +++ b/libc/nt/ntdll/ZwNotifyChangeSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwNotifyChangeSession,ZwNotifyChangeSession diff --git a/libc/nt/ntdll/ZwNotifyChangeSession.s b/libc/nt/ntdll/ZwNotifyChangeSession.s deleted file mode 100644 index 219063be0..000000000 --- a/libc/nt/ntdll/ZwNotifyChangeSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwNotifyChangeSession diff --git a/libc/nt/ntdll/ZwOpenDirectoryObject.S b/libc/nt/ntdll/ZwOpenDirectoryObject.S new file mode 100644 index 000000000..b94b7b65f --- /dev/null +++ b/libc/nt/ntdll/ZwOpenDirectoryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenDirectoryObject,ZwOpenDirectoryObject diff --git a/libc/nt/ntdll/ZwOpenDirectoryObject.s b/libc/nt/ntdll/ZwOpenDirectoryObject.s deleted file mode 100644 index 3900b9774..000000000 --- a/libc/nt/ntdll/ZwOpenDirectoryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenDirectoryObject diff --git a/libc/nt/ntdll/ZwOpenEnlistment.S b/libc/nt/ntdll/ZwOpenEnlistment.S new file mode 100644 index 000000000..f22230ac5 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenEnlistment,ZwOpenEnlistment diff --git a/libc/nt/ntdll/ZwOpenEnlistment.s b/libc/nt/ntdll/ZwOpenEnlistment.s deleted file mode 100644 index e252c3803..000000000 --- a/libc/nt/ntdll/ZwOpenEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenEnlistment diff --git a/libc/nt/ntdll/ZwOpenEvent.S b/libc/nt/ntdll/ZwOpenEvent.S new file mode 100644 index 000000000..8ab885f25 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenEvent,ZwOpenEvent diff --git a/libc/nt/ntdll/ZwOpenEvent.s b/libc/nt/ntdll/ZwOpenEvent.s deleted file mode 100644 index 11dee1bd1..000000000 --- a/libc/nt/ntdll/ZwOpenEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenEvent diff --git a/libc/nt/ntdll/ZwOpenEventPair.S b/libc/nt/ntdll/ZwOpenEventPair.S new file mode 100644 index 000000000..0b64f8a32 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenEventPair,ZwOpenEventPair diff --git a/libc/nt/ntdll/ZwOpenEventPair.s b/libc/nt/ntdll/ZwOpenEventPair.s deleted file mode 100644 index aeb266790..000000000 --- a/libc/nt/ntdll/ZwOpenEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenEventPair diff --git a/libc/nt/ntdll/ZwOpenFile.S b/libc/nt/ntdll/ZwOpenFile.S new file mode 100644 index 000000000..5705d8a24 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenFile,ZwOpenFile diff --git a/libc/nt/ntdll/ZwOpenFile.s b/libc/nt/ntdll/ZwOpenFile.s deleted file mode 100644 index 5f3108fc3..000000000 --- a/libc/nt/ntdll/ZwOpenFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenFile diff --git a/libc/nt/ntdll/ZwOpenIoCompletion.S b/libc/nt/ntdll/ZwOpenIoCompletion.S new file mode 100644 index 000000000..7f8d0befc --- /dev/null +++ b/libc/nt/ntdll/ZwOpenIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenIoCompletion,ZwOpenIoCompletion diff --git a/libc/nt/ntdll/ZwOpenIoCompletion.s b/libc/nt/ntdll/ZwOpenIoCompletion.s deleted file mode 100644 index b127e7341..000000000 --- a/libc/nt/ntdll/ZwOpenIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenIoCompletion diff --git a/libc/nt/ntdll/ZwOpenJobObject.S b/libc/nt/ntdll/ZwOpenJobObject.S new file mode 100644 index 000000000..1c64aeb06 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenJobObject,ZwOpenJobObject diff --git a/libc/nt/ntdll/ZwOpenJobObject.s b/libc/nt/ntdll/ZwOpenJobObject.s deleted file mode 100644 index 4eca71150..000000000 --- a/libc/nt/ntdll/ZwOpenJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenJobObject diff --git a/libc/nt/ntdll/ZwOpenKey.S b/libc/nt/ntdll/ZwOpenKey.S new file mode 100644 index 000000000..9b5da306e --- /dev/null +++ b/libc/nt/ntdll/ZwOpenKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenKey,ZwOpenKey diff --git a/libc/nt/ntdll/ZwOpenKey.s b/libc/nt/ntdll/ZwOpenKey.s deleted file mode 100644 index 341119fc9..000000000 --- a/libc/nt/ntdll/ZwOpenKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenKey diff --git a/libc/nt/ntdll/ZwOpenKeyEx.S b/libc/nt/ntdll/ZwOpenKeyEx.S new file mode 100644 index 000000000..53dee3da9 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenKeyEx,ZwOpenKeyEx diff --git a/libc/nt/ntdll/ZwOpenKeyEx.s b/libc/nt/ntdll/ZwOpenKeyEx.s deleted file mode 100644 index ae946d546..000000000 --- a/libc/nt/ntdll/ZwOpenKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenKeyEx diff --git a/libc/nt/ntdll/ZwOpenKeyTransacted.S b/libc/nt/ntdll/ZwOpenKeyTransacted.S new file mode 100644 index 000000000..67fc790db --- /dev/null +++ b/libc/nt/ntdll/ZwOpenKeyTransacted.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenKeyTransacted,ZwOpenKeyTransacted diff --git a/libc/nt/ntdll/ZwOpenKeyTransacted.s b/libc/nt/ntdll/ZwOpenKeyTransacted.s deleted file mode 100644 index c3896b29e..000000000 --- a/libc/nt/ntdll/ZwOpenKeyTransacted.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenKeyTransacted diff --git a/libc/nt/ntdll/ZwOpenKeyTransactedEx.S b/libc/nt/ntdll/ZwOpenKeyTransactedEx.S new file mode 100644 index 000000000..13429f3f9 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenKeyTransactedEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenKeyTransactedEx,ZwOpenKeyTransactedEx diff --git a/libc/nt/ntdll/ZwOpenKeyTransactedEx.s b/libc/nt/ntdll/ZwOpenKeyTransactedEx.s deleted file mode 100644 index 83d6a51a4..000000000 --- a/libc/nt/ntdll/ZwOpenKeyTransactedEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenKeyTransactedEx diff --git a/libc/nt/ntdll/ZwOpenKeyedEvent.S b/libc/nt/ntdll/ZwOpenKeyedEvent.S new file mode 100644 index 000000000..47cf25289 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenKeyedEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenKeyedEvent,ZwOpenKeyedEvent diff --git a/libc/nt/ntdll/ZwOpenKeyedEvent.s b/libc/nt/ntdll/ZwOpenKeyedEvent.s deleted file mode 100644 index 8776743c7..000000000 --- a/libc/nt/ntdll/ZwOpenKeyedEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenKeyedEvent diff --git a/libc/nt/ntdll/ZwOpenMutant.S b/libc/nt/ntdll/ZwOpenMutant.S new file mode 100644 index 000000000..9c41b5997 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenMutant,ZwOpenMutant diff --git a/libc/nt/ntdll/ZwOpenMutant.s b/libc/nt/ntdll/ZwOpenMutant.s deleted file mode 100644 index 51271ea6c..000000000 --- a/libc/nt/ntdll/ZwOpenMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenMutant diff --git a/libc/nt/ntdll/ZwOpenObjectAuditAlarm.S b/libc/nt/ntdll/ZwOpenObjectAuditAlarm.S new file mode 100644 index 000000000..94d1c2428 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenObjectAuditAlarm,ZwOpenObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwOpenObjectAuditAlarm.s b/libc/nt/ntdll/ZwOpenObjectAuditAlarm.s deleted file mode 100644 index 2e6d9c4ff..000000000 --- a/libc/nt/ntdll/ZwOpenObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwOpenPartition.S b/libc/nt/ntdll/ZwOpenPartition.S new file mode 100644 index 000000000..96147bbaf --- /dev/null +++ b/libc/nt/ntdll/ZwOpenPartition.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenPartition,ZwOpenPartition diff --git a/libc/nt/ntdll/ZwOpenPartition.s b/libc/nt/ntdll/ZwOpenPartition.s deleted file mode 100644 index b2662cfb2..000000000 --- a/libc/nt/ntdll/ZwOpenPartition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenPartition diff --git a/libc/nt/ntdll/ZwOpenPrivateNamespace.S b/libc/nt/ntdll/ZwOpenPrivateNamespace.S new file mode 100644 index 000000000..5972b93d1 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenPrivateNamespace.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenPrivateNamespace,ZwOpenPrivateNamespace diff --git a/libc/nt/ntdll/ZwOpenPrivateNamespace.s b/libc/nt/ntdll/ZwOpenPrivateNamespace.s deleted file mode 100644 index 15fa2e428..000000000 --- a/libc/nt/ntdll/ZwOpenPrivateNamespace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenPrivateNamespace diff --git a/libc/nt/ntdll/ZwOpenProcess.S b/libc/nt/ntdll/ZwOpenProcess.S new file mode 100644 index 000000000..0e2b0466f --- /dev/null +++ b/libc/nt/ntdll/ZwOpenProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenProcess,ZwOpenProcess diff --git a/libc/nt/ntdll/ZwOpenProcess.s b/libc/nt/ntdll/ZwOpenProcess.s deleted file mode 100644 index fcc939d1c..000000000 --- a/libc/nt/ntdll/ZwOpenProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenProcess diff --git a/libc/nt/ntdll/ZwOpenProcessToken.S b/libc/nt/ntdll/ZwOpenProcessToken.S new file mode 100644 index 000000000..e75c7128e --- /dev/null +++ b/libc/nt/ntdll/ZwOpenProcessToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenProcessToken,ZwOpenProcessToken diff --git a/libc/nt/ntdll/ZwOpenProcessToken.s b/libc/nt/ntdll/ZwOpenProcessToken.s deleted file mode 100644 index 2df0f0d83..000000000 --- a/libc/nt/ntdll/ZwOpenProcessToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenProcessToken diff --git a/libc/nt/ntdll/ZwOpenProcessTokenEx.S b/libc/nt/ntdll/ZwOpenProcessTokenEx.S new file mode 100644 index 000000000..de2145f24 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenProcessTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenProcessTokenEx,ZwOpenProcessTokenEx diff --git a/libc/nt/ntdll/ZwOpenProcessTokenEx.s b/libc/nt/ntdll/ZwOpenProcessTokenEx.s deleted file mode 100644 index 27d8dfa8b..000000000 --- a/libc/nt/ntdll/ZwOpenProcessTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenProcessTokenEx diff --git a/libc/nt/ntdll/ZwOpenRegistryTransaction.S b/libc/nt/ntdll/ZwOpenRegistryTransaction.S new file mode 100644 index 000000000..a8f075f21 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenRegistryTransaction,ZwOpenRegistryTransaction diff --git a/libc/nt/ntdll/ZwOpenRegistryTransaction.s b/libc/nt/ntdll/ZwOpenRegistryTransaction.s deleted file mode 100644 index f66b2bd4a..000000000 --- a/libc/nt/ntdll/ZwOpenRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenRegistryTransaction diff --git a/libc/nt/ntdll/ZwOpenResourceManager.S b/libc/nt/ntdll/ZwOpenResourceManager.S new file mode 100644 index 000000000..56073679c --- /dev/null +++ b/libc/nt/ntdll/ZwOpenResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenResourceManager,ZwOpenResourceManager diff --git a/libc/nt/ntdll/ZwOpenResourceManager.s b/libc/nt/ntdll/ZwOpenResourceManager.s deleted file mode 100644 index 61907aa5f..000000000 --- a/libc/nt/ntdll/ZwOpenResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenResourceManager diff --git a/libc/nt/ntdll/ZwOpenSection.S b/libc/nt/ntdll/ZwOpenSection.S new file mode 100644 index 000000000..0b615b4c7 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenSection,ZwOpenSection diff --git a/libc/nt/ntdll/ZwOpenSection.s b/libc/nt/ntdll/ZwOpenSection.s deleted file mode 100644 index f0d978ed3..000000000 --- a/libc/nt/ntdll/ZwOpenSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenSection diff --git a/libc/nt/ntdll/ZwOpenSemaphore.S b/libc/nt/ntdll/ZwOpenSemaphore.S new file mode 100644 index 000000000..489a75a72 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenSemaphore,ZwOpenSemaphore diff --git a/libc/nt/ntdll/ZwOpenSemaphore.s b/libc/nt/ntdll/ZwOpenSemaphore.s deleted file mode 100644 index ff3e82601..000000000 --- a/libc/nt/ntdll/ZwOpenSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenSemaphore diff --git a/libc/nt/ntdll/ZwOpenSession.S b/libc/nt/ntdll/ZwOpenSession.S new file mode 100644 index 000000000..4912d45a1 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenSession,ZwOpenSession diff --git a/libc/nt/ntdll/ZwOpenSession.s b/libc/nt/ntdll/ZwOpenSession.s deleted file mode 100644 index 60557363a..000000000 --- a/libc/nt/ntdll/ZwOpenSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenSession diff --git a/libc/nt/ntdll/ZwOpenSymbolicLinkObject.S b/libc/nt/ntdll/ZwOpenSymbolicLinkObject.S new file mode 100644 index 000000000..9f1e9ec65 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenSymbolicLinkObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenSymbolicLinkObject,ZwOpenSymbolicLinkObject diff --git a/libc/nt/ntdll/ZwOpenSymbolicLinkObject.s b/libc/nt/ntdll/ZwOpenSymbolicLinkObject.s deleted file mode 100644 index ff5a7a1f1..000000000 --- a/libc/nt/ntdll/ZwOpenSymbolicLinkObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenSymbolicLinkObject diff --git a/libc/nt/ntdll/ZwOpenThread.S b/libc/nt/ntdll/ZwOpenThread.S new file mode 100644 index 000000000..72c20cd6b --- /dev/null +++ b/libc/nt/ntdll/ZwOpenThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenThread,ZwOpenThread diff --git a/libc/nt/ntdll/ZwOpenThread.s b/libc/nt/ntdll/ZwOpenThread.s deleted file mode 100644 index 2a9da6ebc..000000000 --- a/libc/nt/ntdll/ZwOpenThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenThread diff --git a/libc/nt/ntdll/ZwOpenThreadToken.S b/libc/nt/ntdll/ZwOpenThreadToken.S new file mode 100644 index 000000000..7bdbae8c7 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenThreadToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenThreadToken,ZwOpenThreadToken diff --git a/libc/nt/ntdll/ZwOpenThreadToken.s b/libc/nt/ntdll/ZwOpenThreadToken.s deleted file mode 100644 index 9797fae82..000000000 --- a/libc/nt/ntdll/ZwOpenThreadToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenThreadToken diff --git a/libc/nt/ntdll/ZwOpenThreadTokenEx.S b/libc/nt/ntdll/ZwOpenThreadTokenEx.S new file mode 100644 index 000000000..25a5858f2 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenThreadTokenEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenThreadTokenEx,ZwOpenThreadTokenEx diff --git a/libc/nt/ntdll/ZwOpenThreadTokenEx.s b/libc/nt/ntdll/ZwOpenThreadTokenEx.s deleted file mode 100644 index 16080013f..000000000 --- a/libc/nt/ntdll/ZwOpenThreadTokenEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenThreadTokenEx diff --git a/libc/nt/ntdll/ZwOpenTimer.S b/libc/nt/ntdll/ZwOpenTimer.S new file mode 100644 index 000000000..dcf0e7783 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenTimer,ZwOpenTimer diff --git a/libc/nt/ntdll/ZwOpenTimer.s b/libc/nt/ntdll/ZwOpenTimer.s deleted file mode 100644 index dea7caf8e..000000000 --- a/libc/nt/ntdll/ZwOpenTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenTimer diff --git a/libc/nt/ntdll/ZwOpenTransaction.S b/libc/nt/ntdll/ZwOpenTransaction.S new file mode 100644 index 000000000..822fa239a --- /dev/null +++ b/libc/nt/ntdll/ZwOpenTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenTransaction,ZwOpenTransaction diff --git a/libc/nt/ntdll/ZwOpenTransaction.s b/libc/nt/ntdll/ZwOpenTransaction.s deleted file mode 100644 index fa5acf41e..000000000 --- a/libc/nt/ntdll/ZwOpenTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenTransaction diff --git a/libc/nt/ntdll/ZwOpenTransactionManager.S b/libc/nt/ntdll/ZwOpenTransactionManager.S new file mode 100644 index 000000000..20d6ecfa9 --- /dev/null +++ b/libc/nt/ntdll/ZwOpenTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwOpenTransactionManager,ZwOpenTransactionManager diff --git a/libc/nt/ntdll/ZwOpenTransactionManager.s b/libc/nt/ntdll/ZwOpenTransactionManager.s deleted file mode 100644 index 4cf8c7bcd..000000000 --- a/libc/nt/ntdll/ZwOpenTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwOpenTransactionManager diff --git a/libc/nt/ntdll/ZwPlugPlayControl.S b/libc/nt/ntdll/ZwPlugPlayControl.S new file mode 100644 index 000000000..0a1f8f264 --- /dev/null +++ b/libc/nt/ntdll/ZwPlugPlayControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPlugPlayControl,ZwPlugPlayControl diff --git a/libc/nt/ntdll/ZwPlugPlayControl.s b/libc/nt/ntdll/ZwPlugPlayControl.s deleted file mode 100644 index 4d0bf703d..000000000 --- a/libc/nt/ntdll/ZwPlugPlayControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPlugPlayControl diff --git a/libc/nt/ntdll/ZwPowerInformation.S b/libc/nt/ntdll/ZwPowerInformation.S new file mode 100644 index 000000000..429532aa6 --- /dev/null +++ b/libc/nt/ntdll/ZwPowerInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPowerInformation,ZwPowerInformation diff --git a/libc/nt/ntdll/ZwPowerInformation.s b/libc/nt/ntdll/ZwPowerInformation.s deleted file mode 100644 index 53bd8c0d0..000000000 --- a/libc/nt/ntdll/ZwPowerInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPowerInformation diff --git a/libc/nt/ntdll/ZwPrePrepareComplete.S b/libc/nt/ntdll/ZwPrePrepareComplete.S new file mode 100644 index 000000000..9283708dc --- /dev/null +++ b/libc/nt/ntdll/ZwPrePrepareComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrePrepareComplete,ZwPrePrepareComplete diff --git a/libc/nt/ntdll/ZwPrePrepareComplete.s b/libc/nt/ntdll/ZwPrePrepareComplete.s deleted file mode 100644 index ff82e647e..000000000 --- a/libc/nt/ntdll/ZwPrePrepareComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrePrepareComplete diff --git a/libc/nt/ntdll/ZwPrePrepareEnlistment.S b/libc/nt/ntdll/ZwPrePrepareEnlistment.S new file mode 100644 index 000000000..5ed0fbb3c --- /dev/null +++ b/libc/nt/ntdll/ZwPrePrepareEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrePrepareEnlistment,ZwPrePrepareEnlistment diff --git a/libc/nt/ntdll/ZwPrePrepareEnlistment.s b/libc/nt/ntdll/ZwPrePrepareEnlistment.s deleted file mode 100644 index a31fd1baf..000000000 --- a/libc/nt/ntdll/ZwPrePrepareEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrePrepareEnlistment diff --git a/libc/nt/ntdll/ZwPrepareComplete.S b/libc/nt/ntdll/ZwPrepareComplete.S new file mode 100644 index 000000000..b50ebc5e9 --- /dev/null +++ b/libc/nt/ntdll/ZwPrepareComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrepareComplete,ZwPrepareComplete diff --git a/libc/nt/ntdll/ZwPrepareComplete.s b/libc/nt/ntdll/ZwPrepareComplete.s deleted file mode 100644 index adf0c79ae..000000000 --- a/libc/nt/ntdll/ZwPrepareComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrepareComplete diff --git a/libc/nt/ntdll/ZwPrepareEnlistment.S b/libc/nt/ntdll/ZwPrepareEnlistment.S new file mode 100644 index 000000000..6fce7993b --- /dev/null +++ b/libc/nt/ntdll/ZwPrepareEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrepareEnlistment,ZwPrepareEnlistment diff --git a/libc/nt/ntdll/ZwPrepareEnlistment.s b/libc/nt/ntdll/ZwPrepareEnlistment.s deleted file mode 100644 index 8de9049dc..000000000 --- a/libc/nt/ntdll/ZwPrepareEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrepareEnlistment diff --git a/libc/nt/ntdll/ZwPrivilegeCheck.S b/libc/nt/ntdll/ZwPrivilegeCheck.S new file mode 100644 index 000000000..c5e5cdc71 --- /dev/null +++ b/libc/nt/ntdll/ZwPrivilegeCheck.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrivilegeCheck,ZwPrivilegeCheck diff --git a/libc/nt/ntdll/ZwPrivilegeCheck.s b/libc/nt/ntdll/ZwPrivilegeCheck.s deleted file mode 100644 index b3072ab1d..000000000 --- a/libc/nt/ntdll/ZwPrivilegeCheck.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrivilegeCheck diff --git a/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.S b/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.S new file mode 100644 index 000000000..0c518b11c --- /dev/null +++ b/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrivilegeObjectAuditAlarm,ZwPrivilegeObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.s b/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.s deleted file mode 100644 index b1e44511b..000000000 --- a/libc/nt/ntdll/ZwPrivilegeObjectAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrivilegeObjectAuditAlarm diff --git a/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.S b/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.S new file mode 100644 index 000000000..ba9e19ee4 --- /dev/null +++ b/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPrivilegedServiceAuditAlarm,ZwPrivilegedServiceAuditAlarm diff --git a/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.s b/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.s deleted file mode 100644 index 2d5a55f6c..000000000 --- a/libc/nt/ntdll/ZwPrivilegedServiceAuditAlarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPrivilegedServiceAuditAlarm diff --git a/libc/nt/ntdll/ZwPropagationComplete.S b/libc/nt/ntdll/ZwPropagationComplete.S new file mode 100644 index 000000000..46586d5c6 --- /dev/null +++ b/libc/nt/ntdll/ZwPropagationComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPropagationComplete,ZwPropagationComplete diff --git a/libc/nt/ntdll/ZwPropagationComplete.s b/libc/nt/ntdll/ZwPropagationComplete.s deleted file mode 100644 index adf96644d..000000000 --- a/libc/nt/ntdll/ZwPropagationComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPropagationComplete diff --git a/libc/nt/ntdll/ZwPropagationFailed.S b/libc/nt/ntdll/ZwPropagationFailed.S new file mode 100644 index 000000000..9b7f760f4 --- /dev/null +++ b/libc/nt/ntdll/ZwPropagationFailed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPropagationFailed,ZwPropagationFailed diff --git a/libc/nt/ntdll/ZwPropagationFailed.s b/libc/nt/ntdll/ZwPropagationFailed.s deleted file mode 100644 index c0f6f88d7..000000000 --- a/libc/nt/ntdll/ZwPropagationFailed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPropagationFailed diff --git a/libc/nt/ntdll/ZwProtectVirtualMemory.S b/libc/nt/ntdll/ZwProtectVirtualMemory.S new file mode 100644 index 000000000..de196da74 --- /dev/null +++ b/libc/nt/ntdll/ZwProtectVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwProtectVirtualMemory,ZwProtectVirtualMemory diff --git a/libc/nt/ntdll/ZwProtectVirtualMemory.s b/libc/nt/ntdll/ZwProtectVirtualMemory.s deleted file mode 100644 index f40525af1..000000000 --- a/libc/nt/ntdll/ZwProtectVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwProtectVirtualMemory diff --git a/libc/nt/ntdll/ZwPulseEvent.S b/libc/nt/ntdll/ZwPulseEvent.S new file mode 100644 index 000000000..38d9ec796 --- /dev/null +++ b/libc/nt/ntdll/ZwPulseEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwPulseEvent,ZwPulseEvent diff --git a/libc/nt/ntdll/ZwPulseEvent.s b/libc/nt/ntdll/ZwPulseEvent.s deleted file mode 100644 index 01119f8c2..000000000 --- a/libc/nt/ntdll/ZwPulseEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwPulseEvent diff --git a/libc/nt/ntdll/ZwQueryAttributesFile.S b/libc/nt/ntdll/ZwQueryAttributesFile.S new file mode 100644 index 000000000..1f074810e --- /dev/null +++ b/libc/nt/ntdll/ZwQueryAttributesFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryAttributesFile,ZwQueryAttributesFile diff --git a/libc/nt/ntdll/ZwQueryAttributesFile.s b/libc/nt/ntdll/ZwQueryAttributesFile.s deleted file mode 100644 index 41c5f7d3e..000000000 --- a/libc/nt/ntdll/ZwQueryAttributesFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryAttributesFile diff --git a/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.S b/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.S new file mode 100644 index 000000000..ba9e8d9ea --- /dev/null +++ b/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryAuxiliaryCounterFrequency,ZwQueryAuxiliaryCounterFrequency diff --git a/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.s b/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.s deleted file mode 100644 index 504d07cfc..000000000 --- a/libc/nt/ntdll/ZwQueryAuxiliaryCounterFrequency.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryAuxiliaryCounterFrequency diff --git a/libc/nt/ntdll/ZwQueryBootEntryOrder.S b/libc/nt/ntdll/ZwQueryBootEntryOrder.S new file mode 100644 index 000000000..79f0c79cc --- /dev/null +++ b/libc/nt/ntdll/ZwQueryBootEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryBootEntryOrder,ZwQueryBootEntryOrder diff --git a/libc/nt/ntdll/ZwQueryBootEntryOrder.s b/libc/nt/ntdll/ZwQueryBootEntryOrder.s deleted file mode 100644 index 1f63d39f9..000000000 --- a/libc/nt/ntdll/ZwQueryBootEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryBootEntryOrder diff --git a/libc/nt/ntdll/ZwQueryBootOptions.S b/libc/nt/ntdll/ZwQueryBootOptions.S new file mode 100644 index 000000000..61ffd3b2c --- /dev/null +++ b/libc/nt/ntdll/ZwQueryBootOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryBootOptions,ZwQueryBootOptions diff --git a/libc/nt/ntdll/ZwQueryBootOptions.s b/libc/nt/ntdll/ZwQueryBootOptions.s deleted file mode 100644 index c27478032..000000000 --- a/libc/nt/ntdll/ZwQueryBootOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryBootOptions diff --git a/libc/nt/ntdll/ZwQueryDebugFilterState.S b/libc/nt/ntdll/ZwQueryDebugFilterState.S new file mode 100644 index 000000000..e607121dd --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDebugFilterState,ZwQueryDebugFilterState diff --git a/libc/nt/ntdll/ZwQueryDebugFilterState.s b/libc/nt/ntdll/ZwQueryDebugFilterState.s deleted file mode 100644 index 9a193f466..000000000 --- a/libc/nt/ntdll/ZwQueryDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDebugFilterState diff --git a/libc/nt/ntdll/ZwQueryDefaultLocale.S b/libc/nt/ntdll/ZwQueryDefaultLocale.S new file mode 100644 index 000000000..626ea190f --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDefaultLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDefaultLocale,ZwQueryDefaultLocale diff --git a/libc/nt/ntdll/ZwQueryDefaultLocale.s b/libc/nt/ntdll/ZwQueryDefaultLocale.s deleted file mode 100644 index 242063750..000000000 --- a/libc/nt/ntdll/ZwQueryDefaultLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDefaultLocale diff --git a/libc/nt/ntdll/ZwQueryDefaultUILanguage.S b/libc/nt/ntdll/ZwQueryDefaultUILanguage.S new file mode 100644 index 000000000..a12ed1ca7 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDefaultUILanguage,ZwQueryDefaultUILanguage diff --git a/libc/nt/ntdll/ZwQueryDefaultUILanguage.s b/libc/nt/ntdll/ZwQueryDefaultUILanguage.s deleted file mode 100644 index a8ecfbeb5..000000000 --- a/libc/nt/ntdll/ZwQueryDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDefaultUILanguage diff --git a/libc/nt/ntdll/ZwQueryDirectoryFile.S b/libc/nt/ntdll/ZwQueryDirectoryFile.S new file mode 100644 index 000000000..3c794e25c --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDirectoryFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDirectoryFile,ZwQueryDirectoryFile diff --git a/libc/nt/ntdll/ZwQueryDirectoryFile.s b/libc/nt/ntdll/ZwQueryDirectoryFile.s deleted file mode 100644 index 8e2313ab5..000000000 --- a/libc/nt/ntdll/ZwQueryDirectoryFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDirectoryFile diff --git a/libc/nt/ntdll/ZwQueryDirectoryFileEx.S b/libc/nt/ntdll/ZwQueryDirectoryFileEx.S new file mode 100644 index 000000000..bf27a385d --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDirectoryFileEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDirectoryFileEx,ZwQueryDirectoryFileEx diff --git a/libc/nt/ntdll/ZwQueryDirectoryFileEx.s b/libc/nt/ntdll/ZwQueryDirectoryFileEx.s deleted file mode 100644 index c9146b37b..000000000 --- a/libc/nt/ntdll/ZwQueryDirectoryFileEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDirectoryFileEx diff --git a/libc/nt/ntdll/ZwQueryDirectoryObject.S b/libc/nt/ntdll/ZwQueryDirectoryObject.S new file mode 100644 index 000000000..99c7cbfbb --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDirectoryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDirectoryObject,ZwQueryDirectoryObject diff --git a/libc/nt/ntdll/ZwQueryDirectoryObject.s b/libc/nt/ntdll/ZwQueryDirectoryObject.s deleted file mode 100644 index 871e3b5b7..000000000 --- a/libc/nt/ntdll/ZwQueryDirectoryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDirectoryObject diff --git a/libc/nt/ntdll/ZwQueryDriverEntryOrder.S b/libc/nt/ntdll/ZwQueryDriverEntryOrder.S new file mode 100644 index 000000000..f80ab736f --- /dev/null +++ b/libc/nt/ntdll/ZwQueryDriverEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryDriverEntryOrder,ZwQueryDriverEntryOrder diff --git a/libc/nt/ntdll/ZwQueryDriverEntryOrder.s b/libc/nt/ntdll/ZwQueryDriverEntryOrder.s deleted file mode 100644 index 95f74e95c..000000000 --- a/libc/nt/ntdll/ZwQueryDriverEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryDriverEntryOrder diff --git a/libc/nt/ntdll/ZwQueryEaFile.S b/libc/nt/ntdll/ZwQueryEaFile.S new file mode 100644 index 000000000..f5340ba4c --- /dev/null +++ b/libc/nt/ntdll/ZwQueryEaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryEaFile,ZwQueryEaFile diff --git a/libc/nt/ntdll/ZwQueryEaFile.s b/libc/nt/ntdll/ZwQueryEaFile.s deleted file mode 100644 index 1b415d617..000000000 --- a/libc/nt/ntdll/ZwQueryEaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryEaFile diff --git a/libc/nt/ntdll/ZwQueryEvent.S b/libc/nt/ntdll/ZwQueryEvent.S new file mode 100644 index 000000000..af7b51d49 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryEvent,ZwQueryEvent diff --git a/libc/nt/ntdll/ZwQueryEvent.s b/libc/nt/ntdll/ZwQueryEvent.s deleted file mode 100644 index b98bbf598..000000000 --- a/libc/nt/ntdll/ZwQueryEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryEvent diff --git a/libc/nt/ntdll/ZwQueryFullAttributesFile.S b/libc/nt/ntdll/ZwQueryFullAttributesFile.S new file mode 100644 index 000000000..fb228b76c --- /dev/null +++ b/libc/nt/ntdll/ZwQueryFullAttributesFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryFullAttributesFile,ZwQueryFullAttributesFile diff --git a/libc/nt/ntdll/ZwQueryFullAttributesFile.s b/libc/nt/ntdll/ZwQueryFullAttributesFile.s deleted file mode 100644 index ffd7d0159..000000000 --- a/libc/nt/ntdll/ZwQueryFullAttributesFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryFullAttributesFile diff --git a/libc/nt/ntdll/ZwQueryInformationAtom.S b/libc/nt/ntdll/ZwQueryInformationAtom.S new file mode 100644 index 000000000..665e9cb93 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationAtom.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationAtom,ZwQueryInformationAtom diff --git a/libc/nt/ntdll/ZwQueryInformationAtom.s b/libc/nt/ntdll/ZwQueryInformationAtom.s deleted file mode 100644 index 051a64024..000000000 --- a/libc/nt/ntdll/ZwQueryInformationAtom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationAtom diff --git a/libc/nt/ntdll/ZwQueryInformationByName.S b/libc/nt/ntdll/ZwQueryInformationByName.S new file mode 100644 index 000000000..2d5084d30 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationByName,ZwQueryInformationByName diff --git a/libc/nt/ntdll/ZwQueryInformationByName.s b/libc/nt/ntdll/ZwQueryInformationByName.s deleted file mode 100644 index 6174bc23b..000000000 --- a/libc/nt/ntdll/ZwQueryInformationByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationByName diff --git a/libc/nt/ntdll/ZwQueryInformationEnlistment.S b/libc/nt/ntdll/ZwQueryInformationEnlistment.S new file mode 100644 index 000000000..40c292a6e --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationEnlistment,ZwQueryInformationEnlistment diff --git a/libc/nt/ntdll/ZwQueryInformationEnlistment.s b/libc/nt/ntdll/ZwQueryInformationEnlistment.s deleted file mode 100644 index d624ed084..000000000 --- a/libc/nt/ntdll/ZwQueryInformationEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationEnlistment diff --git a/libc/nt/ntdll/ZwQueryInformationFile.S b/libc/nt/ntdll/ZwQueryInformationFile.S new file mode 100644 index 000000000..6d3089cf0 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationFile,ZwQueryInformationFile diff --git a/libc/nt/ntdll/ZwQueryInformationFile.s b/libc/nt/ntdll/ZwQueryInformationFile.s deleted file mode 100644 index b108da9bc..000000000 --- a/libc/nt/ntdll/ZwQueryInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationFile diff --git a/libc/nt/ntdll/ZwQueryInformationJobObject.S b/libc/nt/ntdll/ZwQueryInformationJobObject.S new file mode 100644 index 000000000..3d33e9004 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationJobObject,ZwQueryInformationJobObject diff --git a/libc/nt/ntdll/ZwQueryInformationJobObject.s b/libc/nt/ntdll/ZwQueryInformationJobObject.s deleted file mode 100644 index 3e1df17ac..000000000 --- a/libc/nt/ntdll/ZwQueryInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationJobObject diff --git a/libc/nt/ntdll/ZwQueryInformationPort.S b/libc/nt/ntdll/ZwQueryInformationPort.S new file mode 100644 index 000000000..14ac6ca1c --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationPort,ZwQueryInformationPort diff --git a/libc/nt/ntdll/ZwQueryInformationPort.s b/libc/nt/ntdll/ZwQueryInformationPort.s deleted file mode 100644 index 09adc8adf..000000000 --- a/libc/nt/ntdll/ZwQueryInformationPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationPort diff --git a/libc/nt/ntdll/ZwQueryInformationProcess.S b/libc/nt/ntdll/ZwQueryInformationProcess.S new file mode 100644 index 000000000..ee47e8f85 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationProcess,ZwQueryInformationProcess diff --git a/libc/nt/ntdll/ZwQueryInformationProcess.s b/libc/nt/ntdll/ZwQueryInformationProcess.s deleted file mode 100644 index 484abbbbf..000000000 --- a/libc/nt/ntdll/ZwQueryInformationProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationProcess diff --git a/libc/nt/ntdll/ZwQueryInformationResourceManager.S b/libc/nt/ntdll/ZwQueryInformationResourceManager.S new file mode 100644 index 000000000..b23fe726e --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationResourceManager,ZwQueryInformationResourceManager diff --git a/libc/nt/ntdll/ZwQueryInformationResourceManager.s b/libc/nt/ntdll/ZwQueryInformationResourceManager.s deleted file mode 100644 index 9fa102b42..000000000 --- a/libc/nt/ntdll/ZwQueryInformationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationResourceManager diff --git a/libc/nt/ntdll/ZwQueryInformationThread.S b/libc/nt/ntdll/ZwQueryInformationThread.S new file mode 100644 index 000000000..ba6ef9c79 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationThread,ZwQueryInformationThread diff --git a/libc/nt/ntdll/ZwQueryInformationThread.s b/libc/nt/ntdll/ZwQueryInformationThread.s deleted file mode 100644 index 451ec6ef3..000000000 --- a/libc/nt/ntdll/ZwQueryInformationThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationThread diff --git a/libc/nt/ntdll/ZwQueryInformationToken.S b/libc/nt/ntdll/ZwQueryInformationToken.S new file mode 100644 index 000000000..a5d616ecc --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationToken,ZwQueryInformationToken diff --git a/libc/nt/ntdll/ZwQueryInformationToken.s b/libc/nt/ntdll/ZwQueryInformationToken.s deleted file mode 100644 index 7061e6c45..000000000 --- a/libc/nt/ntdll/ZwQueryInformationToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationToken diff --git a/libc/nt/ntdll/ZwQueryInformationTransaction.S b/libc/nt/ntdll/ZwQueryInformationTransaction.S new file mode 100644 index 000000000..c7d97f2f5 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationTransaction,ZwQueryInformationTransaction diff --git a/libc/nt/ntdll/ZwQueryInformationTransaction.s b/libc/nt/ntdll/ZwQueryInformationTransaction.s deleted file mode 100644 index 5a3c2a393..000000000 --- a/libc/nt/ntdll/ZwQueryInformationTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationTransaction diff --git a/libc/nt/ntdll/ZwQueryInformationTransactionManager.S b/libc/nt/ntdll/ZwQueryInformationTransactionManager.S new file mode 100644 index 000000000..3ece30a9d --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationTransactionManager,ZwQueryInformationTransactionManager diff --git a/libc/nt/ntdll/ZwQueryInformationTransactionManager.s b/libc/nt/ntdll/ZwQueryInformationTransactionManager.s deleted file mode 100644 index 0dfc86765..000000000 --- a/libc/nt/ntdll/ZwQueryInformationTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationTransactionManager diff --git a/libc/nt/ntdll/ZwQueryInformationWorkerFactory.S b/libc/nt/ntdll/ZwQueryInformationWorkerFactory.S new file mode 100644 index 000000000..670bedddb --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInformationWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInformationWorkerFactory,ZwQueryInformationWorkerFactory diff --git a/libc/nt/ntdll/ZwQueryInformationWorkerFactory.s b/libc/nt/ntdll/ZwQueryInformationWorkerFactory.s deleted file mode 100644 index 194a27a00..000000000 --- a/libc/nt/ntdll/ZwQueryInformationWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInformationWorkerFactory diff --git a/libc/nt/ntdll/ZwQueryInstallUILanguage.S b/libc/nt/ntdll/ZwQueryInstallUILanguage.S new file mode 100644 index 000000000..39bec6a44 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryInstallUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryInstallUILanguage,ZwQueryInstallUILanguage diff --git a/libc/nt/ntdll/ZwQueryInstallUILanguage.s b/libc/nt/ntdll/ZwQueryInstallUILanguage.s deleted file mode 100644 index 78882c63f..000000000 --- a/libc/nt/ntdll/ZwQueryInstallUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryInstallUILanguage diff --git a/libc/nt/ntdll/ZwQueryIntervalProfile.S b/libc/nt/ntdll/ZwQueryIntervalProfile.S new file mode 100644 index 000000000..3a90af315 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryIntervalProfile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryIntervalProfile,ZwQueryIntervalProfile diff --git a/libc/nt/ntdll/ZwQueryIntervalProfile.s b/libc/nt/ntdll/ZwQueryIntervalProfile.s deleted file mode 100644 index c97ef0743..000000000 --- a/libc/nt/ntdll/ZwQueryIntervalProfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryIntervalProfile diff --git a/libc/nt/ntdll/ZwQueryIoCompletion.S b/libc/nt/ntdll/ZwQueryIoCompletion.S new file mode 100644 index 000000000..918be09f8 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryIoCompletion,ZwQueryIoCompletion diff --git a/libc/nt/ntdll/ZwQueryIoCompletion.s b/libc/nt/ntdll/ZwQueryIoCompletion.s deleted file mode 100644 index c4f868d0b..000000000 --- a/libc/nt/ntdll/ZwQueryIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryIoCompletion diff --git a/libc/nt/ntdll/ZwQueryKey.S b/libc/nt/ntdll/ZwQueryKey.S new file mode 100644 index 000000000..e303866bc --- /dev/null +++ b/libc/nt/ntdll/ZwQueryKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryKey,ZwQueryKey diff --git a/libc/nt/ntdll/ZwQueryKey.s b/libc/nt/ntdll/ZwQueryKey.s deleted file mode 100644 index 734872861..000000000 --- a/libc/nt/ntdll/ZwQueryKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryKey diff --git a/libc/nt/ntdll/ZwQueryLicenseValue.S b/libc/nt/ntdll/ZwQueryLicenseValue.S new file mode 100644 index 000000000..45e0a02c4 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryLicenseValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryLicenseValue,ZwQueryLicenseValue diff --git a/libc/nt/ntdll/ZwQueryLicenseValue.s b/libc/nt/ntdll/ZwQueryLicenseValue.s deleted file mode 100644 index bca326040..000000000 --- a/libc/nt/ntdll/ZwQueryLicenseValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryLicenseValue diff --git a/libc/nt/ntdll/ZwQueryMultipleValueKey.S b/libc/nt/ntdll/ZwQueryMultipleValueKey.S new file mode 100644 index 000000000..605369aeb --- /dev/null +++ b/libc/nt/ntdll/ZwQueryMultipleValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryMultipleValueKey,ZwQueryMultipleValueKey diff --git a/libc/nt/ntdll/ZwQueryMultipleValueKey.s b/libc/nt/ntdll/ZwQueryMultipleValueKey.s deleted file mode 100644 index d3f83123f..000000000 --- a/libc/nt/ntdll/ZwQueryMultipleValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryMultipleValueKey diff --git a/libc/nt/ntdll/ZwQueryMutant.S b/libc/nt/ntdll/ZwQueryMutant.S new file mode 100644 index 000000000..6634a1fe9 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryMutant,ZwQueryMutant diff --git a/libc/nt/ntdll/ZwQueryMutant.s b/libc/nt/ntdll/ZwQueryMutant.s deleted file mode 100644 index f34cd7180..000000000 --- a/libc/nt/ntdll/ZwQueryMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryMutant diff --git a/libc/nt/ntdll/ZwQueryObject.S b/libc/nt/ntdll/ZwQueryObject.S new file mode 100644 index 000000000..49a44089b --- /dev/null +++ b/libc/nt/ntdll/ZwQueryObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryObject,ZwQueryObject diff --git a/libc/nt/ntdll/ZwQueryObject.s b/libc/nt/ntdll/ZwQueryObject.s deleted file mode 100644 index 7333e49b6..000000000 --- a/libc/nt/ntdll/ZwQueryObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryObject diff --git a/libc/nt/ntdll/ZwQueryOpenSubKeys.S b/libc/nt/ntdll/ZwQueryOpenSubKeys.S new file mode 100644 index 000000000..b37ed0b61 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryOpenSubKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryOpenSubKeys,ZwQueryOpenSubKeys diff --git a/libc/nt/ntdll/ZwQueryOpenSubKeys.s b/libc/nt/ntdll/ZwQueryOpenSubKeys.s deleted file mode 100644 index 4622c6f88..000000000 --- a/libc/nt/ntdll/ZwQueryOpenSubKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryOpenSubKeys diff --git a/libc/nt/ntdll/ZwQueryOpenSubKeysEx.S b/libc/nt/ntdll/ZwQueryOpenSubKeysEx.S new file mode 100644 index 000000000..126bb6002 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryOpenSubKeysEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryOpenSubKeysEx,ZwQueryOpenSubKeysEx diff --git a/libc/nt/ntdll/ZwQueryOpenSubKeysEx.s b/libc/nt/ntdll/ZwQueryOpenSubKeysEx.s deleted file mode 100644 index aeff1029c..000000000 --- a/libc/nt/ntdll/ZwQueryOpenSubKeysEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryOpenSubKeysEx diff --git a/libc/nt/ntdll/ZwQueryPerformanceCounter.S b/libc/nt/ntdll/ZwQueryPerformanceCounter.S new file mode 100644 index 000000000..8069f9e1b --- /dev/null +++ b/libc/nt/ntdll/ZwQueryPerformanceCounter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryPerformanceCounter,ZwQueryPerformanceCounter diff --git a/libc/nt/ntdll/ZwQueryPerformanceCounter.s b/libc/nt/ntdll/ZwQueryPerformanceCounter.s deleted file mode 100644 index 933f493b1..000000000 --- a/libc/nt/ntdll/ZwQueryPerformanceCounter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryPerformanceCounter diff --git a/libc/nt/ntdll/ZwQueryPortInformationProcess.S b/libc/nt/ntdll/ZwQueryPortInformationProcess.S new file mode 100644 index 000000000..13e75b63d --- /dev/null +++ b/libc/nt/ntdll/ZwQueryPortInformationProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryPortInformationProcess,ZwQueryPortInformationProcess diff --git a/libc/nt/ntdll/ZwQueryPortInformationProcess.s b/libc/nt/ntdll/ZwQueryPortInformationProcess.s deleted file mode 100644 index 616aba262..000000000 --- a/libc/nt/ntdll/ZwQueryPortInformationProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryPortInformationProcess diff --git a/libc/nt/ntdll/ZwQueryQuotaInformationFile.S b/libc/nt/ntdll/ZwQueryQuotaInformationFile.S new file mode 100644 index 000000000..b68fceda6 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryQuotaInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryQuotaInformationFile,ZwQueryQuotaInformationFile diff --git a/libc/nt/ntdll/ZwQueryQuotaInformationFile.s b/libc/nt/ntdll/ZwQueryQuotaInformationFile.s deleted file mode 100644 index b9696f050..000000000 --- a/libc/nt/ntdll/ZwQueryQuotaInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryQuotaInformationFile diff --git a/libc/nt/ntdll/ZwQuerySection.S b/libc/nt/ntdll/ZwQuerySection.S new file mode 100644 index 000000000..2817955ba --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySection,ZwQuerySection diff --git a/libc/nt/ntdll/ZwQuerySection.s b/libc/nt/ntdll/ZwQuerySection.s deleted file mode 100644 index a4a4d585b..000000000 --- a/libc/nt/ntdll/ZwQuerySection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySection diff --git a/libc/nt/ntdll/ZwQuerySecurityAttributesToken.S b/libc/nt/ntdll/ZwQuerySecurityAttributesToken.S new file mode 100644 index 000000000..13d9f2dd4 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySecurityAttributesToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySecurityAttributesToken,ZwQuerySecurityAttributesToken diff --git a/libc/nt/ntdll/ZwQuerySecurityAttributesToken.s b/libc/nt/ntdll/ZwQuerySecurityAttributesToken.s deleted file mode 100644 index 469da254e..000000000 --- a/libc/nt/ntdll/ZwQuerySecurityAttributesToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySecurityAttributesToken diff --git a/libc/nt/ntdll/ZwQuerySecurityObject.S b/libc/nt/ntdll/ZwQuerySecurityObject.S new file mode 100644 index 000000000..4bd6f46f8 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySecurityObject,ZwQuerySecurityObject diff --git a/libc/nt/ntdll/ZwQuerySecurityObject.s b/libc/nt/ntdll/ZwQuerySecurityObject.s deleted file mode 100644 index e14625c7b..000000000 --- a/libc/nt/ntdll/ZwQuerySecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySecurityObject diff --git a/libc/nt/ntdll/ZwQuerySecurityPolicy.S b/libc/nt/ntdll/ZwQuerySecurityPolicy.S new file mode 100644 index 000000000..c4920ce65 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySecurityPolicy.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySecurityPolicy,ZwQuerySecurityPolicy diff --git a/libc/nt/ntdll/ZwQuerySecurityPolicy.s b/libc/nt/ntdll/ZwQuerySecurityPolicy.s deleted file mode 100644 index 066cad297..000000000 --- a/libc/nt/ntdll/ZwQuerySecurityPolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySecurityPolicy diff --git a/libc/nt/ntdll/ZwQuerySemaphore.S b/libc/nt/ntdll/ZwQuerySemaphore.S new file mode 100644 index 000000000..512ab5745 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySemaphore,ZwQuerySemaphore diff --git a/libc/nt/ntdll/ZwQuerySemaphore.s b/libc/nt/ntdll/ZwQuerySemaphore.s deleted file mode 100644 index 757d96b8b..000000000 --- a/libc/nt/ntdll/ZwQuerySemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySemaphore diff --git a/libc/nt/ntdll/ZwQuerySymbolicLinkObject.S b/libc/nt/ntdll/ZwQuerySymbolicLinkObject.S new file mode 100644 index 000000000..f92769eaa --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySymbolicLinkObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySymbolicLinkObject,ZwQuerySymbolicLinkObject diff --git a/libc/nt/ntdll/ZwQuerySymbolicLinkObject.s b/libc/nt/ntdll/ZwQuerySymbolicLinkObject.s deleted file mode 100644 index 1d4fed465..000000000 --- a/libc/nt/ntdll/ZwQuerySymbolicLinkObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySymbolicLinkObject diff --git a/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.S b/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.S new file mode 100644 index 000000000..3bbc1533d --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySystemEnvironmentValue,ZwQuerySystemEnvironmentValue diff --git a/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.s b/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.s deleted file mode 100644 index c50c26033..000000000 --- a/libc/nt/ntdll/ZwQuerySystemEnvironmentValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySystemEnvironmentValue diff --git a/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.S b/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.S new file mode 100644 index 000000000..1d2ff6091 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySystemEnvironmentValueEx,ZwQuerySystemEnvironmentValueEx diff --git a/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.s b/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.s deleted file mode 100644 index 10ac902c9..000000000 --- a/libc/nt/ntdll/ZwQuerySystemEnvironmentValueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySystemEnvironmentValueEx diff --git a/libc/nt/ntdll/ZwQuerySystemInformation.S b/libc/nt/ntdll/ZwQuerySystemInformation.S new file mode 100644 index 000000000..a4f3d11fa --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySystemInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySystemInformation,ZwQuerySystemInformation diff --git a/libc/nt/ntdll/ZwQuerySystemInformation.s b/libc/nt/ntdll/ZwQuerySystemInformation.s deleted file mode 100644 index d4da0088f..000000000 --- a/libc/nt/ntdll/ZwQuerySystemInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySystemInformation diff --git a/libc/nt/ntdll/ZwQuerySystemInformationEx.S b/libc/nt/ntdll/ZwQuerySystemInformationEx.S new file mode 100644 index 000000000..3cd421a25 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySystemInformationEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySystemInformationEx,ZwQuerySystemInformationEx diff --git a/libc/nt/ntdll/ZwQuerySystemInformationEx.s b/libc/nt/ntdll/ZwQuerySystemInformationEx.s deleted file mode 100644 index 469c4150a..000000000 --- a/libc/nt/ntdll/ZwQuerySystemInformationEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySystemInformationEx diff --git a/libc/nt/ntdll/ZwQuerySystemTime.S b/libc/nt/ntdll/ZwQuerySystemTime.S new file mode 100644 index 000000000..892e48632 --- /dev/null +++ b/libc/nt/ntdll/ZwQuerySystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQuerySystemTime,ZwQuerySystemTime diff --git a/libc/nt/ntdll/ZwQuerySystemTime.s b/libc/nt/ntdll/ZwQuerySystemTime.s deleted file mode 100644 index e0fddb7ff..000000000 --- a/libc/nt/ntdll/ZwQuerySystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQuerySystemTime diff --git a/libc/nt/ntdll/ZwQueryTimer.S b/libc/nt/ntdll/ZwQueryTimer.S new file mode 100644 index 000000000..7ed1eefb4 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryTimer,ZwQueryTimer diff --git a/libc/nt/ntdll/ZwQueryTimer.s b/libc/nt/ntdll/ZwQueryTimer.s deleted file mode 100644 index ddcb80127..000000000 --- a/libc/nt/ntdll/ZwQueryTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryTimer diff --git a/libc/nt/ntdll/ZwQueryTimerResolution.S b/libc/nt/ntdll/ZwQueryTimerResolution.S new file mode 100644 index 000000000..9e2d286bb --- /dev/null +++ b/libc/nt/ntdll/ZwQueryTimerResolution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryTimerResolution,ZwQueryTimerResolution diff --git a/libc/nt/ntdll/ZwQueryTimerResolution.s b/libc/nt/ntdll/ZwQueryTimerResolution.s deleted file mode 100644 index 9db4c3a9b..000000000 --- a/libc/nt/ntdll/ZwQueryTimerResolution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryTimerResolution diff --git a/libc/nt/ntdll/ZwQueryValueKey.S b/libc/nt/ntdll/ZwQueryValueKey.S new file mode 100644 index 000000000..703a14ad0 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryValueKey,ZwQueryValueKey diff --git a/libc/nt/ntdll/ZwQueryValueKey.s b/libc/nt/ntdll/ZwQueryValueKey.s deleted file mode 100644 index 52ad54bbd..000000000 --- a/libc/nt/ntdll/ZwQueryValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryValueKey diff --git a/libc/nt/ntdll/ZwQueryVirtualMemory.S b/libc/nt/ntdll/ZwQueryVirtualMemory.S new file mode 100644 index 000000000..4b3614663 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryVirtualMemory,ZwQueryVirtualMemory diff --git a/libc/nt/ntdll/ZwQueryVirtualMemory.s b/libc/nt/ntdll/ZwQueryVirtualMemory.s deleted file mode 100644 index 2ae6d6dab..000000000 --- a/libc/nt/ntdll/ZwQueryVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryVirtualMemory diff --git a/libc/nt/ntdll/ZwQueryVolumeInformationFile.S b/libc/nt/ntdll/ZwQueryVolumeInformationFile.S new file mode 100644 index 000000000..3bd75b8ef --- /dev/null +++ b/libc/nt/ntdll/ZwQueryVolumeInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryVolumeInformationFile,ZwQueryVolumeInformationFile diff --git a/libc/nt/ntdll/ZwQueryVolumeInformationFile.s b/libc/nt/ntdll/ZwQueryVolumeInformationFile.s deleted file mode 100644 index 262694ecb..000000000 --- a/libc/nt/ntdll/ZwQueryVolumeInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryVolumeInformationFile diff --git a/libc/nt/ntdll/ZwQueryWnfStateData.S b/libc/nt/ntdll/ZwQueryWnfStateData.S new file mode 100644 index 000000000..d9a7fa151 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryWnfStateData,ZwQueryWnfStateData diff --git a/libc/nt/ntdll/ZwQueryWnfStateData.s b/libc/nt/ntdll/ZwQueryWnfStateData.s deleted file mode 100644 index 6919a988c..000000000 --- a/libc/nt/ntdll/ZwQueryWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryWnfStateData diff --git a/libc/nt/ntdll/ZwQueryWnfStateNameInformation.S b/libc/nt/ntdll/ZwQueryWnfStateNameInformation.S new file mode 100644 index 000000000..f2c190b26 --- /dev/null +++ b/libc/nt/ntdll/ZwQueryWnfStateNameInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueryWnfStateNameInformation,ZwQueryWnfStateNameInformation diff --git a/libc/nt/ntdll/ZwQueryWnfStateNameInformation.s b/libc/nt/ntdll/ZwQueryWnfStateNameInformation.s deleted file mode 100644 index 0f912ca45..000000000 --- a/libc/nt/ntdll/ZwQueryWnfStateNameInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueryWnfStateNameInformation diff --git a/libc/nt/ntdll/ZwQueueApcThread.S b/libc/nt/ntdll/ZwQueueApcThread.S new file mode 100644 index 000000000..79011b6ff --- /dev/null +++ b/libc/nt/ntdll/ZwQueueApcThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueueApcThread,ZwQueueApcThread diff --git a/libc/nt/ntdll/ZwQueueApcThread.s b/libc/nt/ntdll/ZwQueueApcThread.s deleted file mode 100644 index 4dda903cd..000000000 --- a/libc/nt/ntdll/ZwQueueApcThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueueApcThread diff --git a/libc/nt/ntdll/ZwQueueApcThreadEx.S b/libc/nt/ntdll/ZwQueueApcThreadEx.S new file mode 100644 index 000000000..66cff6e14 --- /dev/null +++ b/libc/nt/ntdll/ZwQueueApcThreadEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwQueueApcThreadEx,ZwQueueApcThreadEx diff --git a/libc/nt/ntdll/ZwQueueApcThreadEx.s b/libc/nt/ntdll/ZwQueueApcThreadEx.s deleted file mode 100644 index da7c5814b..000000000 --- a/libc/nt/ntdll/ZwQueueApcThreadEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwQueueApcThreadEx diff --git a/libc/nt/ntdll/ZwRaiseException.S b/libc/nt/ntdll/ZwRaiseException.S new file mode 100644 index 000000000..30a79cc42 --- /dev/null +++ b/libc/nt/ntdll/ZwRaiseException.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRaiseException,ZwRaiseException diff --git a/libc/nt/ntdll/ZwRaiseException.s b/libc/nt/ntdll/ZwRaiseException.s deleted file mode 100644 index 512476423..000000000 --- a/libc/nt/ntdll/ZwRaiseException.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRaiseException diff --git a/libc/nt/ntdll/ZwRaiseHardError.S b/libc/nt/ntdll/ZwRaiseHardError.S new file mode 100644 index 000000000..8d4b83757 --- /dev/null +++ b/libc/nt/ntdll/ZwRaiseHardError.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRaiseHardError,ZwRaiseHardError diff --git a/libc/nt/ntdll/ZwRaiseHardError.s b/libc/nt/ntdll/ZwRaiseHardError.s deleted file mode 100644 index de38ef3a7..000000000 --- a/libc/nt/ntdll/ZwRaiseHardError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRaiseHardError diff --git a/libc/nt/ntdll/ZwReadFile.S b/libc/nt/ntdll/ZwReadFile.S new file mode 100644 index 000000000..b28be2a6e --- /dev/null +++ b/libc/nt/ntdll/ZwReadFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReadFile,ZwReadFile diff --git a/libc/nt/ntdll/ZwReadFile.s b/libc/nt/ntdll/ZwReadFile.s deleted file mode 100644 index d7268136e..000000000 --- a/libc/nt/ntdll/ZwReadFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReadFile diff --git a/libc/nt/ntdll/ZwReadFileScatter.S b/libc/nt/ntdll/ZwReadFileScatter.S new file mode 100644 index 000000000..b44b4b456 --- /dev/null +++ b/libc/nt/ntdll/ZwReadFileScatter.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReadFileScatter,ZwReadFileScatter diff --git a/libc/nt/ntdll/ZwReadFileScatter.s b/libc/nt/ntdll/ZwReadFileScatter.s deleted file mode 100644 index c7d1f2bea..000000000 --- a/libc/nt/ntdll/ZwReadFileScatter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReadFileScatter diff --git a/libc/nt/ntdll/ZwReadOnlyEnlistment.S b/libc/nt/ntdll/ZwReadOnlyEnlistment.S new file mode 100644 index 000000000..1e8b60570 --- /dev/null +++ b/libc/nt/ntdll/ZwReadOnlyEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReadOnlyEnlistment,ZwReadOnlyEnlistment diff --git a/libc/nt/ntdll/ZwReadOnlyEnlistment.s b/libc/nt/ntdll/ZwReadOnlyEnlistment.s deleted file mode 100644 index 5ec93a4e5..000000000 --- a/libc/nt/ntdll/ZwReadOnlyEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReadOnlyEnlistment diff --git a/libc/nt/ntdll/ZwReadRequestData.S b/libc/nt/ntdll/ZwReadRequestData.S new file mode 100644 index 000000000..8f1d57265 --- /dev/null +++ b/libc/nt/ntdll/ZwReadRequestData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReadRequestData,ZwReadRequestData diff --git a/libc/nt/ntdll/ZwReadRequestData.s b/libc/nt/ntdll/ZwReadRequestData.s deleted file mode 100644 index 62456c519..000000000 --- a/libc/nt/ntdll/ZwReadRequestData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReadRequestData diff --git a/libc/nt/ntdll/ZwReadVirtualMemory.S b/libc/nt/ntdll/ZwReadVirtualMemory.S new file mode 100644 index 000000000..9656cdec9 --- /dev/null +++ b/libc/nt/ntdll/ZwReadVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReadVirtualMemory,ZwReadVirtualMemory diff --git a/libc/nt/ntdll/ZwReadVirtualMemory.s b/libc/nt/ntdll/ZwReadVirtualMemory.s deleted file mode 100644 index dde317126..000000000 --- a/libc/nt/ntdll/ZwReadVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReadVirtualMemory diff --git a/libc/nt/ntdll/ZwRecoverEnlistment.S b/libc/nt/ntdll/ZwRecoverEnlistment.S new file mode 100644 index 000000000..013a204df --- /dev/null +++ b/libc/nt/ntdll/ZwRecoverEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRecoverEnlistment,ZwRecoverEnlistment diff --git a/libc/nt/ntdll/ZwRecoverEnlistment.s b/libc/nt/ntdll/ZwRecoverEnlistment.s deleted file mode 100644 index 79476f985..000000000 --- a/libc/nt/ntdll/ZwRecoverEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRecoverEnlistment diff --git a/libc/nt/ntdll/ZwRecoverResourceManager.S b/libc/nt/ntdll/ZwRecoverResourceManager.S new file mode 100644 index 000000000..7d56bf33f --- /dev/null +++ b/libc/nt/ntdll/ZwRecoverResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRecoverResourceManager,ZwRecoverResourceManager diff --git a/libc/nt/ntdll/ZwRecoverResourceManager.s b/libc/nt/ntdll/ZwRecoverResourceManager.s deleted file mode 100644 index e41cd385e..000000000 --- a/libc/nt/ntdll/ZwRecoverResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRecoverResourceManager diff --git a/libc/nt/ntdll/ZwRecoverTransactionManager.S b/libc/nt/ntdll/ZwRecoverTransactionManager.S new file mode 100644 index 000000000..efac62c4f --- /dev/null +++ b/libc/nt/ntdll/ZwRecoverTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRecoverTransactionManager,ZwRecoverTransactionManager diff --git a/libc/nt/ntdll/ZwRecoverTransactionManager.s b/libc/nt/ntdll/ZwRecoverTransactionManager.s deleted file mode 100644 index 3be44f2b5..000000000 --- a/libc/nt/ntdll/ZwRecoverTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRecoverTransactionManager diff --git a/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.S b/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.S new file mode 100644 index 000000000..6b7d332af --- /dev/null +++ b/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRegisterProtocolAddressInformation,ZwRegisterProtocolAddressInformation diff --git a/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.s b/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.s deleted file mode 100644 index ef17cc8ac..000000000 --- a/libc/nt/ntdll/ZwRegisterProtocolAddressInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRegisterProtocolAddressInformation diff --git a/libc/nt/ntdll/ZwRegisterThreadTerminatePort.S b/libc/nt/ntdll/ZwRegisterThreadTerminatePort.S new file mode 100644 index 000000000..23b45079f --- /dev/null +++ b/libc/nt/ntdll/ZwRegisterThreadTerminatePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRegisterThreadTerminatePort,ZwRegisterThreadTerminatePort diff --git a/libc/nt/ntdll/ZwRegisterThreadTerminatePort.s b/libc/nt/ntdll/ZwRegisterThreadTerminatePort.s deleted file mode 100644 index 80220e199..000000000 --- a/libc/nt/ntdll/ZwRegisterThreadTerminatePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRegisterThreadTerminatePort diff --git a/libc/nt/ntdll/ZwReleaseKeyedEvent.S b/libc/nt/ntdll/ZwReleaseKeyedEvent.S new file mode 100644 index 000000000..5155ea0d8 --- /dev/null +++ b/libc/nt/ntdll/ZwReleaseKeyedEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReleaseKeyedEvent,ZwReleaseKeyedEvent diff --git a/libc/nt/ntdll/ZwReleaseKeyedEvent.s b/libc/nt/ntdll/ZwReleaseKeyedEvent.s deleted file mode 100644 index dace6cbc6..000000000 --- a/libc/nt/ntdll/ZwReleaseKeyedEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReleaseKeyedEvent diff --git a/libc/nt/ntdll/ZwReleaseMutant.S b/libc/nt/ntdll/ZwReleaseMutant.S new file mode 100644 index 000000000..c08f4ebc9 --- /dev/null +++ b/libc/nt/ntdll/ZwReleaseMutant.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReleaseMutant,ZwReleaseMutant diff --git a/libc/nt/ntdll/ZwReleaseMutant.s b/libc/nt/ntdll/ZwReleaseMutant.s deleted file mode 100644 index b707cdf37..000000000 --- a/libc/nt/ntdll/ZwReleaseMutant.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReleaseMutant diff --git a/libc/nt/ntdll/ZwReleaseSemaphore.S b/libc/nt/ntdll/ZwReleaseSemaphore.S new file mode 100644 index 000000000..3832a79cb --- /dev/null +++ b/libc/nt/ntdll/ZwReleaseSemaphore.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReleaseSemaphore,ZwReleaseSemaphore diff --git a/libc/nt/ntdll/ZwReleaseSemaphore.s b/libc/nt/ntdll/ZwReleaseSemaphore.s deleted file mode 100644 index da5d921fd..000000000 --- a/libc/nt/ntdll/ZwReleaseSemaphore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReleaseSemaphore diff --git a/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.S b/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.S new file mode 100644 index 000000000..47c446a1b --- /dev/null +++ b/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReleaseWorkerFactoryWorker,ZwReleaseWorkerFactoryWorker diff --git a/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.s b/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.s deleted file mode 100644 index 3f6f3c8b4..000000000 --- a/libc/nt/ntdll/ZwReleaseWorkerFactoryWorker.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReleaseWorkerFactoryWorker diff --git a/libc/nt/ntdll/ZwRemoveIoCompletion.S b/libc/nt/ntdll/ZwRemoveIoCompletion.S new file mode 100644 index 000000000..4b8315ba3 --- /dev/null +++ b/libc/nt/ntdll/ZwRemoveIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRemoveIoCompletion,ZwRemoveIoCompletion diff --git a/libc/nt/ntdll/ZwRemoveIoCompletion.s b/libc/nt/ntdll/ZwRemoveIoCompletion.s deleted file mode 100644 index 8e89b55d0..000000000 --- a/libc/nt/ntdll/ZwRemoveIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRemoveIoCompletion diff --git a/libc/nt/ntdll/ZwRemoveIoCompletionEx.S b/libc/nt/ntdll/ZwRemoveIoCompletionEx.S new file mode 100644 index 000000000..916ec320f --- /dev/null +++ b/libc/nt/ntdll/ZwRemoveIoCompletionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRemoveIoCompletionEx,ZwRemoveIoCompletionEx diff --git a/libc/nt/ntdll/ZwRemoveIoCompletionEx.s b/libc/nt/ntdll/ZwRemoveIoCompletionEx.s deleted file mode 100644 index 68781590a..000000000 --- a/libc/nt/ntdll/ZwRemoveIoCompletionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRemoveIoCompletionEx diff --git a/libc/nt/ntdll/ZwRemoveProcessDebug.S b/libc/nt/ntdll/ZwRemoveProcessDebug.S new file mode 100644 index 000000000..5846de0ad --- /dev/null +++ b/libc/nt/ntdll/ZwRemoveProcessDebug.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRemoveProcessDebug,ZwRemoveProcessDebug diff --git a/libc/nt/ntdll/ZwRemoveProcessDebug.s b/libc/nt/ntdll/ZwRemoveProcessDebug.s deleted file mode 100644 index dd1bfe62c..000000000 --- a/libc/nt/ntdll/ZwRemoveProcessDebug.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRemoveProcessDebug diff --git a/libc/nt/ntdll/ZwRenameKey.S b/libc/nt/ntdll/ZwRenameKey.S new file mode 100644 index 000000000..bbeaf7f3e --- /dev/null +++ b/libc/nt/ntdll/ZwRenameKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRenameKey,ZwRenameKey diff --git a/libc/nt/ntdll/ZwRenameKey.s b/libc/nt/ntdll/ZwRenameKey.s deleted file mode 100644 index 77addb88a..000000000 --- a/libc/nt/ntdll/ZwRenameKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRenameKey diff --git a/libc/nt/ntdll/ZwRenameTransactionManager.S b/libc/nt/ntdll/ZwRenameTransactionManager.S new file mode 100644 index 000000000..7e9ef1cc4 --- /dev/null +++ b/libc/nt/ntdll/ZwRenameTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRenameTransactionManager,ZwRenameTransactionManager diff --git a/libc/nt/ntdll/ZwRenameTransactionManager.s b/libc/nt/ntdll/ZwRenameTransactionManager.s deleted file mode 100644 index bf793d46c..000000000 --- a/libc/nt/ntdll/ZwRenameTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRenameTransactionManager diff --git a/libc/nt/ntdll/ZwReplaceKey.S b/libc/nt/ntdll/ZwReplaceKey.S new file mode 100644 index 000000000..92b35427b --- /dev/null +++ b/libc/nt/ntdll/ZwReplaceKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplaceKey,ZwReplaceKey diff --git a/libc/nt/ntdll/ZwReplaceKey.s b/libc/nt/ntdll/ZwReplaceKey.s deleted file mode 100644 index 70ff9afdd..000000000 --- a/libc/nt/ntdll/ZwReplaceKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplaceKey diff --git a/libc/nt/ntdll/ZwReplacePartitionUnit.S b/libc/nt/ntdll/ZwReplacePartitionUnit.S new file mode 100644 index 000000000..aa0d4fd0e --- /dev/null +++ b/libc/nt/ntdll/ZwReplacePartitionUnit.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplacePartitionUnit,ZwReplacePartitionUnit diff --git a/libc/nt/ntdll/ZwReplacePartitionUnit.s b/libc/nt/ntdll/ZwReplacePartitionUnit.s deleted file mode 100644 index 82643db5f..000000000 --- a/libc/nt/ntdll/ZwReplacePartitionUnit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplacePartitionUnit diff --git a/libc/nt/ntdll/ZwReplyPort.S b/libc/nt/ntdll/ZwReplyPort.S new file mode 100644 index 000000000..c5abb1ab0 --- /dev/null +++ b/libc/nt/ntdll/ZwReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplyPort,ZwReplyPort diff --git a/libc/nt/ntdll/ZwReplyPort.s b/libc/nt/ntdll/ZwReplyPort.s deleted file mode 100644 index 7cb402a6e..000000000 --- a/libc/nt/ntdll/ZwReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplyPort diff --git a/libc/nt/ntdll/ZwReplyWaitReceivePort.S b/libc/nt/ntdll/ZwReplyWaitReceivePort.S new file mode 100644 index 000000000..282a188c7 --- /dev/null +++ b/libc/nt/ntdll/ZwReplyWaitReceivePort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplyWaitReceivePort,ZwReplyWaitReceivePort diff --git a/libc/nt/ntdll/ZwReplyWaitReceivePort.s b/libc/nt/ntdll/ZwReplyWaitReceivePort.s deleted file mode 100644 index bf818aa20..000000000 --- a/libc/nt/ntdll/ZwReplyWaitReceivePort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplyWaitReceivePort diff --git a/libc/nt/ntdll/ZwReplyWaitReceivePortEx.S b/libc/nt/ntdll/ZwReplyWaitReceivePortEx.S new file mode 100644 index 000000000..d967b4d8d --- /dev/null +++ b/libc/nt/ntdll/ZwReplyWaitReceivePortEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplyWaitReceivePortEx,ZwReplyWaitReceivePortEx diff --git a/libc/nt/ntdll/ZwReplyWaitReceivePortEx.s b/libc/nt/ntdll/ZwReplyWaitReceivePortEx.s deleted file mode 100644 index 2b0c92674..000000000 --- a/libc/nt/ntdll/ZwReplyWaitReceivePortEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplyWaitReceivePortEx diff --git a/libc/nt/ntdll/ZwReplyWaitReplyPort.S b/libc/nt/ntdll/ZwReplyWaitReplyPort.S new file mode 100644 index 000000000..ebbddcf94 --- /dev/null +++ b/libc/nt/ntdll/ZwReplyWaitReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwReplyWaitReplyPort,ZwReplyWaitReplyPort diff --git a/libc/nt/ntdll/ZwReplyWaitReplyPort.s b/libc/nt/ntdll/ZwReplyWaitReplyPort.s deleted file mode 100644 index 96184b54f..000000000 --- a/libc/nt/ntdll/ZwReplyWaitReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwReplyWaitReplyPort diff --git a/libc/nt/ntdll/ZwRequestPort.S b/libc/nt/ntdll/ZwRequestPort.S new file mode 100644 index 000000000..387f7d280 --- /dev/null +++ b/libc/nt/ntdll/ZwRequestPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRequestPort,ZwRequestPort diff --git a/libc/nt/ntdll/ZwRequestPort.s b/libc/nt/ntdll/ZwRequestPort.s deleted file mode 100644 index 17604c84c..000000000 --- a/libc/nt/ntdll/ZwRequestPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRequestPort diff --git a/libc/nt/ntdll/ZwRequestWaitReplyPort.S b/libc/nt/ntdll/ZwRequestWaitReplyPort.S new file mode 100644 index 000000000..a25cd4e87 --- /dev/null +++ b/libc/nt/ntdll/ZwRequestWaitReplyPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRequestWaitReplyPort,ZwRequestWaitReplyPort diff --git a/libc/nt/ntdll/ZwRequestWaitReplyPort.s b/libc/nt/ntdll/ZwRequestWaitReplyPort.s deleted file mode 100644 index 7766072e1..000000000 --- a/libc/nt/ntdll/ZwRequestWaitReplyPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRequestWaitReplyPort diff --git a/libc/nt/ntdll/ZwResetEvent.S b/libc/nt/ntdll/ZwResetEvent.S new file mode 100644 index 000000000..2b6c931b0 --- /dev/null +++ b/libc/nt/ntdll/ZwResetEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwResetEvent,ZwResetEvent diff --git a/libc/nt/ntdll/ZwResetEvent.s b/libc/nt/ntdll/ZwResetEvent.s deleted file mode 100644 index 0f890204d..000000000 --- a/libc/nt/ntdll/ZwResetEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwResetEvent diff --git a/libc/nt/ntdll/ZwResetWriteWatch.S b/libc/nt/ntdll/ZwResetWriteWatch.S new file mode 100644 index 000000000..6153aea61 --- /dev/null +++ b/libc/nt/ntdll/ZwResetWriteWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwResetWriteWatch,ZwResetWriteWatch diff --git a/libc/nt/ntdll/ZwResetWriteWatch.s b/libc/nt/ntdll/ZwResetWriteWatch.s deleted file mode 100644 index b45ef82c9..000000000 --- a/libc/nt/ntdll/ZwResetWriteWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwResetWriteWatch diff --git a/libc/nt/ntdll/ZwRestoreKey.S b/libc/nt/ntdll/ZwRestoreKey.S new file mode 100644 index 000000000..68811bf36 --- /dev/null +++ b/libc/nt/ntdll/ZwRestoreKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRestoreKey,ZwRestoreKey diff --git a/libc/nt/ntdll/ZwRestoreKey.s b/libc/nt/ntdll/ZwRestoreKey.s deleted file mode 100644 index c8d81e6de..000000000 --- a/libc/nt/ntdll/ZwRestoreKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRestoreKey diff --git a/libc/nt/ntdll/ZwResumeProcess.S b/libc/nt/ntdll/ZwResumeProcess.S new file mode 100644 index 000000000..2ae5f2067 --- /dev/null +++ b/libc/nt/ntdll/ZwResumeProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwResumeProcess,ZwResumeProcess diff --git a/libc/nt/ntdll/ZwResumeProcess.s b/libc/nt/ntdll/ZwResumeProcess.s deleted file mode 100644 index d307fbe81..000000000 --- a/libc/nt/ntdll/ZwResumeProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwResumeProcess diff --git a/libc/nt/ntdll/ZwResumeThread.S b/libc/nt/ntdll/ZwResumeThread.S new file mode 100644 index 000000000..c611949af --- /dev/null +++ b/libc/nt/ntdll/ZwResumeThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwResumeThread,ZwResumeThread diff --git a/libc/nt/ntdll/ZwResumeThread.s b/libc/nt/ntdll/ZwResumeThread.s deleted file mode 100644 index 153c94fbd..000000000 --- a/libc/nt/ntdll/ZwResumeThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwResumeThread diff --git a/libc/nt/ntdll/ZwRevertContainerImpersonation.S b/libc/nt/ntdll/ZwRevertContainerImpersonation.S new file mode 100644 index 000000000..1ad513469 --- /dev/null +++ b/libc/nt/ntdll/ZwRevertContainerImpersonation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRevertContainerImpersonation,ZwRevertContainerImpersonation diff --git a/libc/nt/ntdll/ZwRevertContainerImpersonation.s b/libc/nt/ntdll/ZwRevertContainerImpersonation.s deleted file mode 100644 index b5d3e6bad..000000000 --- a/libc/nt/ntdll/ZwRevertContainerImpersonation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRevertContainerImpersonation diff --git a/libc/nt/ntdll/ZwRollbackComplete.S b/libc/nt/ntdll/ZwRollbackComplete.S new file mode 100644 index 000000000..30d5e264c --- /dev/null +++ b/libc/nt/ntdll/ZwRollbackComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRollbackComplete,ZwRollbackComplete diff --git a/libc/nt/ntdll/ZwRollbackComplete.s b/libc/nt/ntdll/ZwRollbackComplete.s deleted file mode 100644 index 788e7ab3a..000000000 --- a/libc/nt/ntdll/ZwRollbackComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRollbackComplete diff --git a/libc/nt/ntdll/ZwRollbackEnlistment.S b/libc/nt/ntdll/ZwRollbackEnlistment.S new file mode 100644 index 000000000..9e0119ebf --- /dev/null +++ b/libc/nt/ntdll/ZwRollbackEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRollbackEnlistment,ZwRollbackEnlistment diff --git a/libc/nt/ntdll/ZwRollbackEnlistment.s b/libc/nt/ntdll/ZwRollbackEnlistment.s deleted file mode 100644 index d33d66ecd..000000000 --- a/libc/nt/ntdll/ZwRollbackEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRollbackEnlistment diff --git a/libc/nt/ntdll/ZwRollbackRegistryTransaction.S b/libc/nt/ntdll/ZwRollbackRegistryTransaction.S new file mode 100644 index 000000000..13e863236 --- /dev/null +++ b/libc/nt/ntdll/ZwRollbackRegistryTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRollbackRegistryTransaction,ZwRollbackRegistryTransaction diff --git a/libc/nt/ntdll/ZwRollbackRegistryTransaction.s b/libc/nt/ntdll/ZwRollbackRegistryTransaction.s deleted file mode 100644 index 973ca6096..000000000 --- a/libc/nt/ntdll/ZwRollbackRegistryTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRollbackRegistryTransaction diff --git a/libc/nt/ntdll/ZwRollbackTransaction.S b/libc/nt/ntdll/ZwRollbackTransaction.S new file mode 100644 index 000000000..38b8cc033 --- /dev/null +++ b/libc/nt/ntdll/ZwRollbackTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRollbackTransaction,ZwRollbackTransaction diff --git a/libc/nt/ntdll/ZwRollbackTransaction.s b/libc/nt/ntdll/ZwRollbackTransaction.s deleted file mode 100644 index aa79680e5..000000000 --- a/libc/nt/ntdll/ZwRollbackTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRollbackTransaction diff --git a/libc/nt/ntdll/ZwRollforwardTransactionManager.S b/libc/nt/ntdll/ZwRollforwardTransactionManager.S new file mode 100644 index 000000000..bc76c8fe7 --- /dev/null +++ b/libc/nt/ntdll/ZwRollforwardTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwRollforwardTransactionManager,ZwRollforwardTransactionManager diff --git a/libc/nt/ntdll/ZwRollforwardTransactionManager.s b/libc/nt/ntdll/ZwRollforwardTransactionManager.s deleted file mode 100644 index 1f88ff8c5..000000000 --- a/libc/nt/ntdll/ZwRollforwardTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwRollforwardTransactionManager diff --git a/libc/nt/ntdll/ZwSaveKey.S b/libc/nt/ntdll/ZwSaveKey.S new file mode 100644 index 000000000..b1835a874 --- /dev/null +++ b/libc/nt/ntdll/ZwSaveKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSaveKey,ZwSaveKey diff --git a/libc/nt/ntdll/ZwSaveKey.s b/libc/nt/ntdll/ZwSaveKey.s deleted file mode 100644 index cb574c38b..000000000 --- a/libc/nt/ntdll/ZwSaveKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSaveKey diff --git a/libc/nt/ntdll/ZwSaveKeyEx.S b/libc/nt/ntdll/ZwSaveKeyEx.S new file mode 100644 index 000000000..7db5b878d --- /dev/null +++ b/libc/nt/ntdll/ZwSaveKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSaveKeyEx,ZwSaveKeyEx diff --git a/libc/nt/ntdll/ZwSaveKeyEx.s b/libc/nt/ntdll/ZwSaveKeyEx.s deleted file mode 100644 index d21dc2e46..000000000 --- a/libc/nt/ntdll/ZwSaveKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSaveKeyEx diff --git a/libc/nt/ntdll/ZwSaveMergedKeys.S b/libc/nt/ntdll/ZwSaveMergedKeys.S new file mode 100644 index 000000000..68ea1099c --- /dev/null +++ b/libc/nt/ntdll/ZwSaveMergedKeys.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSaveMergedKeys,ZwSaveMergedKeys diff --git a/libc/nt/ntdll/ZwSaveMergedKeys.s b/libc/nt/ntdll/ZwSaveMergedKeys.s deleted file mode 100644 index 133cd0468..000000000 --- a/libc/nt/ntdll/ZwSaveMergedKeys.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSaveMergedKeys diff --git a/libc/nt/ntdll/ZwSecureConnectPort.S b/libc/nt/ntdll/ZwSecureConnectPort.S new file mode 100644 index 000000000..8adfd9a88 --- /dev/null +++ b/libc/nt/ntdll/ZwSecureConnectPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSecureConnectPort,ZwSecureConnectPort diff --git a/libc/nt/ntdll/ZwSecureConnectPort.s b/libc/nt/ntdll/ZwSecureConnectPort.s deleted file mode 100644 index 56286e447..000000000 --- a/libc/nt/ntdll/ZwSecureConnectPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSecureConnectPort diff --git a/libc/nt/ntdll/ZwSerializeBoot.S b/libc/nt/ntdll/ZwSerializeBoot.S new file mode 100644 index 000000000..df5070a89 --- /dev/null +++ b/libc/nt/ntdll/ZwSerializeBoot.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSerializeBoot,ZwSerializeBoot diff --git a/libc/nt/ntdll/ZwSerializeBoot.s b/libc/nt/ntdll/ZwSerializeBoot.s deleted file mode 100644 index 5445e5ac6..000000000 --- a/libc/nt/ntdll/ZwSerializeBoot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSerializeBoot diff --git a/libc/nt/ntdll/ZwSetBootEntryOrder.S b/libc/nt/ntdll/ZwSetBootEntryOrder.S new file mode 100644 index 000000000..50c0ab0d0 --- /dev/null +++ b/libc/nt/ntdll/ZwSetBootEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetBootEntryOrder,ZwSetBootEntryOrder diff --git a/libc/nt/ntdll/ZwSetBootEntryOrder.s b/libc/nt/ntdll/ZwSetBootEntryOrder.s deleted file mode 100644 index 22f6490a7..000000000 --- a/libc/nt/ntdll/ZwSetBootEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetBootEntryOrder diff --git a/libc/nt/ntdll/ZwSetBootOptions.S b/libc/nt/ntdll/ZwSetBootOptions.S new file mode 100644 index 000000000..e250dd5ee --- /dev/null +++ b/libc/nt/ntdll/ZwSetBootOptions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetBootOptions,ZwSetBootOptions diff --git a/libc/nt/ntdll/ZwSetBootOptions.s b/libc/nt/ntdll/ZwSetBootOptions.s deleted file mode 100644 index 0cc531b2c..000000000 --- a/libc/nt/ntdll/ZwSetBootOptions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetBootOptions diff --git a/libc/nt/ntdll/ZwSetCachedSigningLevel.S b/libc/nt/ntdll/ZwSetCachedSigningLevel.S new file mode 100644 index 000000000..811c8adbb --- /dev/null +++ b/libc/nt/ntdll/ZwSetCachedSigningLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetCachedSigningLevel,ZwSetCachedSigningLevel diff --git a/libc/nt/ntdll/ZwSetCachedSigningLevel.s b/libc/nt/ntdll/ZwSetCachedSigningLevel.s deleted file mode 100644 index 88d157771..000000000 --- a/libc/nt/ntdll/ZwSetCachedSigningLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetCachedSigningLevel diff --git a/libc/nt/ntdll/ZwSetCachedSigningLevel2.S b/libc/nt/ntdll/ZwSetCachedSigningLevel2.S new file mode 100644 index 000000000..74fc6a93c --- /dev/null +++ b/libc/nt/ntdll/ZwSetCachedSigningLevel2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetCachedSigningLevel2,ZwSetCachedSigningLevel2 diff --git a/libc/nt/ntdll/ZwSetCachedSigningLevel2.s b/libc/nt/ntdll/ZwSetCachedSigningLevel2.s deleted file mode 100644 index 27c564919..000000000 --- a/libc/nt/ntdll/ZwSetCachedSigningLevel2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetCachedSigningLevel2 diff --git a/libc/nt/ntdll/ZwSetContextThread.S b/libc/nt/ntdll/ZwSetContextThread.S new file mode 100644 index 000000000..4b2665f93 --- /dev/null +++ b/libc/nt/ntdll/ZwSetContextThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetContextThread,ZwSetContextThread diff --git a/libc/nt/ntdll/ZwSetContextThread.s b/libc/nt/ntdll/ZwSetContextThread.s deleted file mode 100644 index 7d36e8ee6..000000000 --- a/libc/nt/ntdll/ZwSetContextThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetContextThread diff --git a/libc/nt/ntdll/ZwSetDebugFilterState.S b/libc/nt/ntdll/ZwSetDebugFilterState.S new file mode 100644 index 000000000..51a9307ec --- /dev/null +++ b/libc/nt/ntdll/ZwSetDebugFilterState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetDebugFilterState,ZwSetDebugFilterState diff --git a/libc/nt/ntdll/ZwSetDebugFilterState.s b/libc/nt/ntdll/ZwSetDebugFilterState.s deleted file mode 100644 index 0d63feef4..000000000 --- a/libc/nt/ntdll/ZwSetDebugFilterState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetDebugFilterState diff --git a/libc/nt/ntdll/ZwSetDefaultHardErrorPort.S b/libc/nt/ntdll/ZwSetDefaultHardErrorPort.S new file mode 100644 index 000000000..21437aaaf --- /dev/null +++ b/libc/nt/ntdll/ZwSetDefaultHardErrorPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetDefaultHardErrorPort,ZwSetDefaultHardErrorPort diff --git a/libc/nt/ntdll/ZwSetDefaultHardErrorPort.s b/libc/nt/ntdll/ZwSetDefaultHardErrorPort.s deleted file mode 100644 index 790efe083..000000000 --- a/libc/nt/ntdll/ZwSetDefaultHardErrorPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetDefaultHardErrorPort diff --git a/libc/nt/ntdll/ZwSetDefaultLocale.S b/libc/nt/ntdll/ZwSetDefaultLocale.S new file mode 100644 index 000000000..57ca03ea7 --- /dev/null +++ b/libc/nt/ntdll/ZwSetDefaultLocale.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetDefaultLocale,ZwSetDefaultLocale diff --git a/libc/nt/ntdll/ZwSetDefaultLocale.s b/libc/nt/ntdll/ZwSetDefaultLocale.s deleted file mode 100644 index e5ee7e78d..000000000 --- a/libc/nt/ntdll/ZwSetDefaultLocale.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetDefaultLocale diff --git a/libc/nt/ntdll/ZwSetDefaultUILanguage.S b/libc/nt/ntdll/ZwSetDefaultUILanguage.S new file mode 100644 index 000000000..95830aa2d --- /dev/null +++ b/libc/nt/ntdll/ZwSetDefaultUILanguage.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetDefaultUILanguage,ZwSetDefaultUILanguage diff --git a/libc/nt/ntdll/ZwSetDefaultUILanguage.s b/libc/nt/ntdll/ZwSetDefaultUILanguage.s deleted file mode 100644 index 6eaf1b47f..000000000 --- a/libc/nt/ntdll/ZwSetDefaultUILanguage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetDefaultUILanguage diff --git a/libc/nt/ntdll/ZwSetDriverEntryOrder.S b/libc/nt/ntdll/ZwSetDriverEntryOrder.S new file mode 100644 index 000000000..41b928381 --- /dev/null +++ b/libc/nt/ntdll/ZwSetDriverEntryOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetDriverEntryOrder,ZwSetDriverEntryOrder diff --git a/libc/nt/ntdll/ZwSetDriverEntryOrder.s b/libc/nt/ntdll/ZwSetDriverEntryOrder.s deleted file mode 100644 index a1232805b..000000000 --- a/libc/nt/ntdll/ZwSetDriverEntryOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetDriverEntryOrder diff --git a/libc/nt/ntdll/ZwSetEaFile.S b/libc/nt/ntdll/ZwSetEaFile.S new file mode 100644 index 000000000..2fa446c0c --- /dev/null +++ b/libc/nt/ntdll/ZwSetEaFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetEaFile,ZwSetEaFile diff --git a/libc/nt/ntdll/ZwSetEaFile.s b/libc/nt/ntdll/ZwSetEaFile.s deleted file mode 100644 index 03194ec6b..000000000 --- a/libc/nt/ntdll/ZwSetEaFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetEaFile diff --git a/libc/nt/ntdll/ZwSetEvent.S b/libc/nt/ntdll/ZwSetEvent.S new file mode 100644 index 000000000..d16461c8f --- /dev/null +++ b/libc/nt/ntdll/ZwSetEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetEvent,ZwSetEvent diff --git a/libc/nt/ntdll/ZwSetEvent.s b/libc/nt/ntdll/ZwSetEvent.s deleted file mode 100644 index e04a03786..000000000 --- a/libc/nt/ntdll/ZwSetEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetEvent diff --git a/libc/nt/ntdll/ZwSetEventBoostPriority.S b/libc/nt/ntdll/ZwSetEventBoostPriority.S new file mode 100644 index 000000000..2df6448e7 --- /dev/null +++ b/libc/nt/ntdll/ZwSetEventBoostPriority.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetEventBoostPriority,ZwSetEventBoostPriority diff --git a/libc/nt/ntdll/ZwSetEventBoostPriority.s b/libc/nt/ntdll/ZwSetEventBoostPriority.s deleted file mode 100644 index b8c890f01..000000000 --- a/libc/nt/ntdll/ZwSetEventBoostPriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetEventBoostPriority diff --git a/libc/nt/ntdll/ZwSetHighEventPair.S b/libc/nt/ntdll/ZwSetHighEventPair.S new file mode 100644 index 000000000..20b6dff7d --- /dev/null +++ b/libc/nt/ntdll/ZwSetHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetHighEventPair,ZwSetHighEventPair diff --git a/libc/nt/ntdll/ZwSetHighEventPair.s b/libc/nt/ntdll/ZwSetHighEventPair.s deleted file mode 100644 index 6f2406761..000000000 --- a/libc/nt/ntdll/ZwSetHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetHighEventPair diff --git a/libc/nt/ntdll/ZwSetHighWaitLowEventPair.S b/libc/nt/ntdll/ZwSetHighWaitLowEventPair.S new file mode 100644 index 000000000..a070fc1cd --- /dev/null +++ b/libc/nt/ntdll/ZwSetHighWaitLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetHighWaitLowEventPair,ZwSetHighWaitLowEventPair diff --git a/libc/nt/ntdll/ZwSetHighWaitLowEventPair.s b/libc/nt/ntdll/ZwSetHighWaitLowEventPair.s deleted file mode 100644 index a3f31f0e1..000000000 --- a/libc/nt/ntdll/ZwSetHighWaitLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetHighWaitLowEventPair diff --git a/libc/nt/ntdll/ZwSetIRTimer.S b/libc/nt/ntdll/ZwSetIRTimer.S new file mode 100644 index 000000000..30bec6d5b --- /dev/null +++ b/libc/nt/ntdll/ZwSetIRTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetIRTimer,ZwSetIRTimer diff --git a/libc/nt/ntdll/ZwSetIRTimer.s b/libc/nt/ntdll/ZwSetIRTimer.s deleted file mode 100644 index 10ff03a7a..000000000 --- a/libc/nt/ntdll/ZwSetIRTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetIRTimer diff --git a/libc/nt/ntdll/ZwSetInformationDebugObject.S b/libc/nt/ntdll/ZwSetInformationDebugObject.S new file mode 100644 index 000000000..7494c40bc --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationDebugObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationDebugObject,ZwSetInformationDebugObject diff --git a/libc/nt/ntdll/ZwSetInformationDebugObject.s b/libc/nt/ntdll/ZwSetInformationDebugObject.s deleted file mode 100644 index efecf62ac..000000000 --- a/libc/nt/ntdll/ZwSetInformationDebugObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationDebugObject diff --git a/libc/nt/ntdll/ZwSetInformationEnlistment.S b/libc/nt/ntdll/ZwSetInformationEnlistment.S new file mode 100644 index 000000000..08fd103a5 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationEnlistment.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationEnlistment,ZwSetInformationEnlistment diff --git a/libc/nt/ntdll/ZwSetInformationEnlistment.s b/libc/nt/ntdll/ZwSetInformationEnlistment.s deleted file mode 100644 index 0bb333bb7..000000000 --- a/libc/nt/ntdll/ZwSetInformationEnlistment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationEnlistment diff --git a/libc/nt/ntdll/ZwSetInformationFile.S b/libc/nt/ntdll/ZwSetInformationFile.S new file mode 100644 index 000000000..0f3a9c94f --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationFile,ZwSetInformationFile diff --git a/libc/nt/ntdll/ZwSetInformationFile.s b/libc/nt/ntdll/ZwSetInformationFile.s deleted file mode 100644 index 5421c9f7b..000000000 --- a/libc/nt/ntdll/ZwSetInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationFile diff --git a/libc/nt/ntdll/ZwSetInformationJobObject.S b/libc/nt/ntdll/ZwSetInformationJobObject.S new file mode 100644 index 000000000..64c862496 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationJobObject,ZwSetInformationJobObject diff --git a/libc/nt/ntdll/ZwSetInformationJobObject.s b/libc/nt/ntdll/ZwSetInformationJobObject.s deleted file mode 100644 index a5e44d069..000000000 --- a/libc/nt/ntdll/ZwSetInformationJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationJobObject diff --git a/libc/nt/ntdll/ZwSetInformationKey.S b/libc/nt/ntdll/ZwSetInformationKey.S new file mode 100644 index 000000000..45547181a --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationKey,ZwSetInformationKey diff --git a/libc/nt/ntdll/ZwSetInformationKey.s b/libc/nt/ntdll/ZwSetInformationKey.s deleted file mode 100644 index aa6789c86..000000000 --- a/libc/nt/ntdll/ZwSetInformationKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationKey diff --git a/libc/nt/ntdll/ZwSetInformationObject.S b/libc/nt/ntdll/ZwSetInformationObject.S new file mode 100644 index 000000000..fff8d02bb --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationObject,ZwSetInformationObject diff --git a/libc/nt/ntdll/ZwSetInformationObject.s b/libc/nt/ntdll/ZwSetInformationObject.s deleted file mode 100644 index 0ad6f721f..000000000 --- a/libc/nt/ntdll/ZwSetInformationObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationObject diff --git a/libc/nt/ntdll/ZwSetInformationProcess.S b/libc/nt/ntdll/ZwSetInformationProcess.S new file mode 100644 index 000000000..facfeb0ba --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationProcess,ZwSetInformationProcess diff --git a/libc/nt/ntdll/ZwSetInformationProcess.s b/libc/nt/ntdll/ZwSetInformationProcess.s deleted file mode 100644 index 14f7340b7..000000000 --- a/libc/nt/ntdll/ZwSetInformationProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationProcess diff --git a/libc/nt/ntdll/ZwSetInformationResourceManager.S b/libc/nt/ntdll/ZwSetInformationResourceManager.S new file mode 100644 index 000000000..e0c77bd12 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationResourceManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationResourceManager,ZwSetInformationResourceManager diff --git a/libc/nt/ntdll/ZwSetInformationResourceManager.s b/libc/nt/ntdll/ZwSetInformationResourceManager.s deleted file mode 100644 index 7ca147d6a..000000000 --- a/libc/nt/ntdll/ZwSetInformationResourceManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationResourceManager diff --git a/libc/nt/ntdll/ZwSetInformationSymbolicLink.S b/libc/nt/ntdll/ZwSetInformationSymbolicLink.S new file mode 100644 index 000000000..a44b95df4 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationSymbolicLink.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationSymbolicLink,ZwSetInformationSymbolicLink diff --git a/libc/nt/ntdll/ZwSetInformationSymbolicLink.s b/libc/nt/ntdll/ZwSetInformationSymbolicLink.s deleted file mode 100644 index e85331790..000000000 --- a/libc/nt/ntdll/ZwSetInformationSymbolicLink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationSymbolicLink diff --git a/libc/nt/ntdll/ZwSetInformationThread.S b/libc/nt/ntdll/ZwSetInformationThread.S new file mode 100644 index 000000000..7c8e8d02a --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationThread,ZwSetInformationThread diff --git a/libc/nt/ntdll/ZwSetInformationThread.s b/libc/nt/ntdll/ZwSetInformationThread.s deleted file mode 100644 index db320f5c9..000000000 --- a/libc/nt/ntdll/ZwSetInformationThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationThread diff --git a/libc/nt/ntdll/ZwSetInformationToken.S b/libc/nt/ntdll/ZwSetInformationToken.S new file mode 100644 index 000000000..d13f75396 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationToken,ZwSetInformationToken diff --git a/libc/nt/ntdll/ZwSetInformationToken.s b/libc/nt/ntdll/ZwSetInformationToken.s deleted file mode 100644 index 89fb436aa..000000000 --- a/libc/nt/ntdll/ZwSetInformationToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationToken diff --git a/libc/nt/ntdll/ZwSetInformationTransaction.S b/libc/nt/ntdll/ZwSetInformationTransaction.S new file mode 100644 index 000000000..9c41d4574 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationTransaction,ZwSetInformationTransaction diff --git a/libc/nt/ntdll/ZwSetInformationTransaction.s b/libc/nt/ntdll/ZwSetInformationTransaction.s deleted file mode 100644 index 95b82b046..000000000 --- a/libc/nt/ntdll/ZwSetInformationTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationTransaction diff --git a/libc/nt/ntdll/ZwSetInformationTransactionManager.S b/libc/nt/ntdll/ZwSetInformationTransactionManager.S new file mode 100644 index 000000000..f18af1d1f --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationTransactionManager.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationTransactionManager,ZwSetInformationTransactionManager diff --git a/libc/nt/ntdll/ZwSetInformationTransactionManager.s b/libc/nt/ntdll/ZwSetInformationTransactionManager.s deleted file mode 100644 index 5596fbac2..000000000 --- a/libc/nt/ntdll/ZwSetInformationTransactionManager.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationTransactionManager diff --git a/libc/nt/ntdll/ZwSetInformationVirtualMemory.S b/libc/nt/ntdll/ZwSetInformationVirtualMemory.S new file mode 100644 index 000000000..e5aff55c9 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationVirtualMemory,ZwSetInformationVirtualMemory diff --git a/libc/nt/ntdll/ZwSetInformationVirtualMemory.s b/libc/nt/ntdll/ZwSetInformationVirtualMemory.s deleted file mode 100644 index 95de1e1ac..000000000 --- a/libc/nt/ntdll/ZwSetInformationVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationVirtualMemory diff --git a/libc/nt/ntdll/ZwSetInformationWorkerFactory.S b/libc/nt/ntdll/ZwSetInformationWorkerFactory.S new file mode 100644 index 000000000..832814234 --- /dev/null +++ b/libc/nt/ntdll/ZwSetInformationWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetInformationWorkerFactory,ZwSetInformationWorkerFactory diff --git a/libc/nt/ntdll/ZwSetInformationWorkerFactory.s b/libc/nt/ntdll/ZwSetInformationWorkerFactory.s deleted file mode 100644 index ad37d5d3b..000000000 --- a/libc/nt/ntdll/ZwSetInformationWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetInformationWorkerFactory diff --git a/libc/nt/ntdll/ZwSetIntervalProfile.S b/libc/nt/ntdll/ZwSetIntervalProfile.S new file mode 100644 index 000000000..a4aa8d999 --- /dev/null +++ b/libc/nt/ntdll/ZwSetIntervalProfile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetIntervalProfile,ZwSetIntervalProfile diff --git a/libc/nt/ntdll/ZwSetIntervalProfile.s b/libc/nt/ntdll/ZwSetIntervalProfile.s deleted file mode 100644 index db1176d61..000000000 --- a/libc/nt/ntdll/ZwSetIntervalProfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetIntervalProfile diff --git a/libc/nt/ntdll/ZwSetIoCompletion.S b/libc/nt/ntdll/ZwSetIoCompletion.S new file mode 100644 index 000000000..fc08ce677 --- /dev/null +++ b/libc/nt/ntdll/ZwSetIoCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetIoCompletion,ZwSetIoCompletion diff --git a/libc/nt/ntdll/ZwSetIoCompletion.s b/libc/nt/ntdll/ZwSetIoCompletion.s deleted file mode 100644 index b45ce2b2a..000000000 --- a/libc/nt/ntdll/ZwSetIoCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetIoCompletion diff --git a/libc/nt/ntdll/ZwSetIoCompletionEx.S b/libc/nt/ntdll/ZwSetIoCompletionEx.S new file mode 100644 index 000000000..9c40c4113 --- /dev/null +++ b/libc/nt/ntdll/ZwSetIoCompletionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetIoCompletionEx,ZwSetIoCompletionEx diff --git a/libc/nt/ntdll/ZwSetIoCompletionEx.s b/libc/nt/ntdll/ZwSetIoCompletionEx.s deleted file mode 100644 index ac61b20bf..000000000 --- a/libc/nt/ntdll/ZwSetIoCompletionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetIoCompletionEx diff --git a/libc/nt/ntdll/ZwSetLdtEntries.S b/libc/nt/ntdll/ZwSetLdtEntries.S new file mode 100644 index 000000000..7a704eccc --- /dev/null +++ b/libc/nt/ntdll/ZwSetLdtEntries.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetLdtEntries,ZwSetLdtEntries diff --git a/libc/nt/ntdll/ZwSetLdtEntries.s b/libc/nt/ntdll/ZwSetLdtEntries.s deleted file mode 100644 index 017e1d544..000000000 --- a/libc/nt/ntdll/ZwSetLdtEntries.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetLdtEntries diff --git a/libc/nt/ntdll/ZwSetLowEventPair.S b/libc/nt/ntdll/ZwSetLowEventPair.S new file mode 100644 index 000000000..29cefbeaf --- /dev/null +++ b/libc/nt/ntdll/ZwSetLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetLowEventPair,ZwSetLowEventPair diff --git a/libc/nt/ntdll/ZwSetLowEventPair.s b/libc/nt/ntdll/ZwSetLowEventPair.s deleted file mode 100644 index 708435edc..000000000 --- a/libc/nt/ntdll/ZwSetLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetLowEventPair diff --git a/libc/nt/ntdll/ZwSetLowWaitHighEventPair.S b/libc/nt/ntdll/ZwSetLowWaitHighEventPair.S new file mode 100644 index 000000000..c5d34b346 --- /dev/null +++ b/libc/nt/ntdll/ZwSetLowWaitHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetLowWaitHighEventPair,ZwSetLowWaitHighEventPair diff --git a/libc/nt/ntdll/ZwSetLowWaitHighEventPair.s b/libc/nt/ntdll/ZwSetLowWaitHighEventPair.s deleted file mode 100644 index 9f7f9eb22..000000000 --- a/libc/nt/ntdll/ZwSetLowWaitHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetLowWaitHighEventPair diff --git a/libc/nt/ntdll/ZwSetQuotaInformationFile.S b/libc/nt/ntdll/ZwSetQuotaInformationFile.S new file mode 100644 index 000000000..9e441e744 --- /dev/null +++ b/libc/nt/ntdll/ZwSetQuotaInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetQuotaInformationFile,ZwSetQuotaInformationFile diff --git a/libc/nt/ntdll/ZwSetQuotaInformationFile.s b/libc/nt/ntdll/ZwSetQuotaInformationFile.s deleted file mode 100644 index 11bd4fc8b..000000000 --- a/libc/nt/ntdll/ZwSetQuotaInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetQuotaInformationFile diff --git a/libc/nt/ntdll/ZwSetSecurityObject.S b/libc/nt/ntdll/ZwSetSecurityObject.S new file mode 100644 index 000000000..3ca6ba3d9 --- /dev/null +++ b/libc/nt/ntdll/ZwSetSecurityObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSecurityObject,ZwSetSecurityObject diff --git a/libc/nt/ntdll/ZwSetSecurityObject.s b/libc/nt/ntdll/ZwSetSecurityObject.s deleted file mode 100644 index 77844bc44..000000000 --- a/libc/nt/ntdll/ZwSetSecurityObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSecurityObject diff --git a/libc/nt/ntdll/ZwSetSystemEnvironmentValue.S b/libc/nt/ntdll/ZwSetSystemEnvironmentValue.S new file mode 100644 index 000000000..227c03aee --- /dev/null +++ b/libc/nt/ntdll/ZwSetSystemEnvironmentValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSystemEnvironmentValue,ZwSetSystemEnvironmentValue diff --git a/libc/nt/ntdll/ZwSetSystemEnvironmentValue.s b/libc/nt/ntdll/ZwSetSystemEnvironmentValue.s deleted file mode 100644 index 06d023904..000000000 --- a/libc/nt/ntdll/ZwSetSystemEnvironmentValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSystemEnvironmentValue diff --git a/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.S b/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.S new file mode 100644 index 000000000..bc2add855 --- /dev/null +++ b/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSystemEnvironmentValueEx,ZwSetSystemEnvironmentValueEx diff --git a/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.s b/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.s deleted file mode 100644 index 73c48868c..000000000 --- a/libc/nt/ntdll/ZwSetSystemEnvironmentValueEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSystemEnvironmentValueEx diff --git a/libc/nt/ntdll/ZwSetSystemInformation.S b/libc/nt/ntdll/ZwSetSystemInformation.S new file mode 100644 index 000000000..3b6042aeb --- /dev/null +++ b/libc/nt/ntdll/ZwSetSystemInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSystemInformation,ZwSetSystemInformation diff --git a/libc/nt/ntdll/ZwSetSystemInformation.s b/libc/nt/ntdll/ZwSetSystemInformation.s deleted file mode 100644 index a40e420ee..000000000 --- a/libc/nt/ntdll/ZwSetSystemInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSystemInformation diff --git a/libc/nt/ntdll/ZwSetSystemPowerState.S b/libc/nt/ntdll/ZwSetSystemPowerState.S new file mode 100644 index 000000000..562a224a2 --- /dev/null +++ b/libc/nt/ntdll/ZwSetSystemPowerState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSystemPowerState,ZwSetSystemPowerState diff --git a/libc/nt/ntdll/ZwSetSystemPowerState.s b/libc/nt/ntdll/ZwSetSystemPowerState.s deleted file mode 100644 index 53132f1ea..000000000 --- a/libc/nt/ntdll/ZwSetSystemPowerState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSystemPowerState diff --git a/libc/nt/ntdll/ZwSetSystemTime.S b/libc/nt/ntdll/ZwSetSystemTime.S new file mode 100644 index 000000000..a6d4cdaaf --- /dev/null +++ b/libc/nt/ntdll/ZwSetSystemTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetSystemTime,ZwSetSystemTime diff --git a/libc/nt/ntdll/ZwSetSystemTime.s b/libc/nt/ntdll/ZwSetSystemTime.s deleted file mode 100644 index a1fa00944..000000000 --- a/libc/nt/ntdll/ZwSetSystemTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetSystemTime diff --git a/libc/nt/ntdll/ZwSetThreadExecutionState.S b/libc/nt/ntdll/ZwSetThreadExecutionState.S new file mode 100644 index 000000000..0c760e6bc --- /dev/null +++ b/libc/nt/ntdll/ZwSetThreadExecutionState.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetThreadExecutionState,ZwSetThreadExecutionState diff --git a/libc/nt/ntdll/ZwSetThreadExecutionState.s b/libc/nt/ntdll/ZwSetThreadExecutionState.s deleted file mode 100644 index f979634bb..000000000 --- a/libc/nt/ntdll/ZwSetThreadExecutionState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetThreadExecutionState diff --git a/libc/nt/ntdll/ZwSetTimer.S b/libc/nt/ntdll/ZwSetTimer.S new file mode 100644 index 000000000..e8c557679 --- /dev/null +++ b/libc/nt/ntdll/ZwSetTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetTimer,ZwSetTimer diff --git a/libc/nt/ntdll/ZwSetTimer.s b/libc/nt/ntdll/ZwSetTimer.s deleted file mode 100644 index f7b0ab45b..000000000 --- a/libc/nt/ntdll/ZwSetTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetTimer diff --git a/libc/nt/ntdll/ZwSetTimer2.S b/libc/nt/ntdll/ZwSetTimer2.S new file mode 100644 index 000000000..465a8305e --- /dev/null +++ b/libc/nt/ntdll/ZwSetTimer2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetTimer2,ZwSetTimer2 diff --git a/libc/nt/ntdll/ZwSetTimer2.s b/libc/nt/ntdll/ZwSetTimer2.s deleted file mode 100644 index eb8285d58..000000000 --- a/libc/nt/ntdll/ZwSetTimer2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetTimer2 diff --git a/libc/nt/ntdll/ZwSetTimerEx.S b/libc/nt/ntdll/ZwSetTimerEx.S new file mode 100644 index 000000000..e1b4a4b91 --- /dev/null +++ b/libc/nt/ntdll/ZwSetTimerEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetTimerEx,ZwSetTimerEx diff --git a/libc/nt/ntdll/ZwSetTimerEx.s b/libc/nt/ntdll/ZwSetTimerEx.s deleted file mode 100644 index e987535b6..000000000 --- a/libc/nt/ntdll/ZwSetTimerEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetTimerEx diff --git a/libc/nt/ntdll/ZwSetTimerResolution.S b/libc/nt/ntdll/ZwSetTimerResolution.S new file mode 100644 index 000000000..5b6658270 --- /dev/null +++ b/libc/nt/ntdll/ZwSetTimerResolution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetTimerResolution,ZwSetTimerResolution diff --git a/libc/nt/ntdll/ZwSetTimerResolution.s b/libc/nt/ntdll/ZwSetTimerResolution.s deleted file mode 100644 index cefbc250f..000000000 --- a/libc/nt/ntdll/ZwSetTimerResolution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetTimerResolution diff --git a/libc/nt/ntdll/ZwSetUuidSeed.S b/libc/nt/ntdll/ZwSetUuidSeed.S new file mode 100644 index 000000000..820d7c19b --- /dev/null +++ b/libc/nt/ntdll/ZwSetUuidSeed.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetUuidSeed,ZwSetUuidSeed diff --git a/libc/nt/ntdll/ZwSetUuidSeed.s b/libc/nt/ntdll/ZwSetUuidSeed.s deleted file mode 100644 index eb25046a0..000000000 --- a/libc/nt/ntdll/ZwSetUuidSeed.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetUuidSeed diff --git a/libc/nt/ntdll/ZwSetValueKey.S b/libc/nt/ntdll/ZwSetValueKey.S new file mode 100644 index 000000000..72435ce9b --- /dev/null +++ b/libc/nt/ntdll/ZwSetValueKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetValueKey,ZwSetValueKey diff --git a/libc/nt/ntdll/ZwSetValueKey.s b/libc/nt/ntdll/ZwSetValueKey.s deleted file mode 100644 index 13bd53e85..000000000 --- a/libc/nt/ntdll/ZwSetValueKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetValueKey diff --git a/libc/nt/ntdll/ZwSetVolumeInformationFile.S b/libc/nt/ntdll/ZwSetVolumeInformationFile.S new file mode 100644 index 000000000..1ce3ed3be --- /dev/null +++ b/libc/nt/ntdll/ZwSetVolumeInformationFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetVolumeInformationFile,ZwSetVolumeInformationFile diff --git a/libc/nt/ntdll/ZwSetVolumeInformationFile.s b/libc/nt/ntdll/ZwSetVolumeInformationFile.s deleted file mode 100644 index f4c231543..000000000 --- a/libc/nt/ntdll/ZwSetVolumeInformationFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetVolumeInformationFile diff --git a/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.S b/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.S new file mode 100644 index 000000000..abe1d37a3 --- /dev/null +++ b/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSetWnfProcessNotificationEvent,ZwSetWnfProcessNotificationEvent diff --git a/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.s b/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.s deleted file mode 100644 index ad78b1194..000000000 --- a/libc/nt/ntdll/ZwSetWnfProcessNotificationEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSetWnfProcessNotificationEvent diff --git a/libc/nt/ntdll/ZwShutdownSystem.S b/libc/nt/ntdll/ZwShutdownSystem.S new file mode 100644 index 000000000..b6f2cb451 --- /dev/null +++ b/libc/nt/ntdll/ZwShutdownSystem.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwShutdownSystem,ZwShutdownSystem diff --git a/libc/nt/ntdll/ZwShutdownSystem.s b/libc/nt/ntdll/ZwShutdownSystem.s deleted file mode 100644 index 865140b1f..000000000 --- a/libc/nt/ntdll/ZwShutdownSystem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwShutdownSystem diff --git a/libc/nt/ntdll/ZwShutdownWorkerFactory.S b/libc/nt/ntdll/ZwShutdownWorkerFactory.S new file mode 100644 index 000000000..3466ff45e --- /dev/null +++ b/libc/nt/ntdll/ZwShutdownWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwShutdownWorkerFactory,ZwShutdownWorkerFactory diff --git a/libc/nt/ntdll/ZwShutdownWorkerFactory.s b/libc/nt/ntdll/ZwShutdownWorkerFactory.s deleted file mode 100644 index f7eee54ac..000000000 --- a/libc/nt/ntdll/ZwShutdownWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwShutdownWorkerFactory diff --git a/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.S b/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.S new file mode 100644 index 000000000..b036f128a --- /dev/null +++ b/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSignalAndWaitForSingleObject,ZwSignalAndWaitForSingleObject diff --git a/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.s b/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.s deleted file mode 100644 index b8db9ffa6..000000000 --- a/libc/nt/ntdll/ZwSignalAndWaitForSingleObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSignalAndWaitForSingleObject diff --git a/libc/nt/ntdll/ZwSinglePhaseReject.S b/libc/nt/ntdll/ZwSinglePhaseReject.S new file mode 100644 index 000000000..c7a63ceee --- /dev/null +++ b/libc/nt/ntdll/ZwSinglePhaseReject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSinglePhaseReject,ZwSinglePhaseReject diff --git a/libc/nt/ntdll/ZwSinglePhaseReject.s b/libc/nt/ntdll/ZwSinglePhaseReject.s deleted file mode 100644 index ffa083109..000000000 --- a/libc/nt/ntdll/ZwSinglePhaseReject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSinglePhaseReject diff --git a/libc/nt/ntdll/ZwStartProfile.S b/libc/nt/ntdll/ZwStartProfile.S new file mode 100644 index 000000000..6f77752b4 --- /dev/null +++ b/libc/nt/ntdll/ZwStartProfile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwStartProfile,ZwStartProfile diff --git a/libc/nt/ntdll/ZwStartProfile.s b/libc/nt/ntdll/ZwStartProfile.s deleted file mode 100644 index b9c7469ba..000000000 --- a/libc/nt/ntdll/ZwStartProfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwStartProfile diff --git a/libc/nt/ntdll/ZwStopProfile.S b/libc/nt/ntdll/ZwStopProfile.S new file mode 100644 index 000000000..41334e678 --- /dev/null +++ b/libc/nt/ntdll/ZwStopProfile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwStopProfile,ZwStopProfile diff --git a/libc/nt/ntdll/ZwStopProfile.s b/libc/nt/ntdll/ZwStopProfile.s deleted file mode 100644 index 9cdb7b93a..000000000 --- a/libc/nt/ntdll/ZwStopProfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwStopProfile diff --git a/libc/nt/ntdll/ZwSubscribeWnfStateChange.S b/libc/nt/ntdll/ZwSubscribeWnfStateChange.S new file mode 100644 index 000000000..03dbf7c7d --- /dev/null +++ b/libc/nt/ntdll/ZwSubscribeWnfStateChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSubscribeWnfStateChange,ZwSubscribeWnfStateChange diff --git a/libc/nt/ntdll/ZwSubscribeWnfStateChange.s b/libc/nt/ntdll/ZwSubscribeWnfStateChange.s deleted file mode 100644 index 39abd5a84..000000000 --- a/libc/nt/ntdll/ZwSubscribeWnfStateChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSubscribeWnfStateChange diff --git a/libc/nt/ntdll/ZwSuspendProcess.S b/libc/nt/ntdll/ZwSuspendProcess.S new file mode 100644 index 000000000..8c7d80e1b --- /dev/null +++ b/libc/nt/ntdll/ZwSuspendProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSuspendProcess,ZwSuspendProcess diff --git a/libc/nt/ntdll/ZwSuspendProcess.s b/libc/nt/ntdll/ZwSuspendProcess.s deleted file mode 100644 index 2e99d46b3..000000000 --- a/libc/nt/ntdll/ZwSuspendProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSuspendProcess diff --git a/libc/nt/ntdll/ZwSuspendThread.S b/libc/nt/ntdll/ZwSuspendThread.S new file mode 100644 index 000000000..adfb275eb --- /dev/null +++ b/libc/nt/ntdll/ZwSuspendThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSuspendThread,ZwSuspendThread diff --git a/libc/nt/ntdll/ZwSuspendThread.s b/libc/nt/ntdll/ZwSuspendThread.s deleted file mode 100644 index 12979b998..000000000 --- a/libc/nt/ntdll/ZwSuspendThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSuspendThread diff --git a/libc/nt/ntdll/ZwSystemDebugControl.S b/libc/nt/ntdll/ZwSystemDebugControl.S new file mode 100644 index 000000000..dffa76c4c --- /dev/null +++ b/libc/nt/ntdll/ZwSystemDebugControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwSystemDebugControl,ZwSystemDebugControl diff --git a/libc/nt/ntdll/ZwSystemDebugControl.s b/libc/nt/ntdll/ZwSystemDebugControl.s deleted file mode 100644 index 47809000d..000000000 --- a/libc/nt/ntdll/ZwSystemDebugControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwSystemDebugControl diff --git a/libc/nt/ntdll/ZwTerminateEnclave.S b/libc/nt/ntdll/ZwTerminateEnclave.S new file mode 100644 index 000000000..af65fbc4e --- /dev/null +++ b/libc/nt/ntdll/ZwTerminateEnclave.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTerminateEnclave,ZwTerminateEnclave diff --git a/libc/nt/ntdll/ZwTerminateEnclave.s b/libc/nt/ntdll/ZwTerminateEnclave.s deleted file mode 100644 index 1fc2b894b..000000000 --- a/libc/nt/ntdll/ZwTerminateEnclave.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTerminateEnclave diff --git a/libc/nt/ntdll/ZwTerminateJobObject.S b/libc/nt/ntdll/ZwTerminateJobObject.S new file mode 100644 index 000000000..5e3bbb6af --- /dev/null +++ b/libc/nt/ntdll/ZwTerminateJobObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTerminateJobObject,ZwTerminateJobObject diff --git a/libc/nt/ntdll/ZwTerminateJobObject.s b/libc/nt/ntdll/ZwTerminateJobObject.s deleted file mode 100644 index f96219ca7..000000000 --- a/libc/nt/ntdll/ZwTerminateJobObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTerminateJobObject diff --git a/libc/nt/ntdll/ZwTerminateProcess.S b/libc/nt/ntdll/ZwTerminateProcess.S new file mode 100644 index 000000000..b42b7ded8 --- /dev/null +++ b/libc/nt/ntdll/ZwTerminateProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTerminateProcess,ZwTerminateProcess diff --git a/libc/nt/ntdll/ZwTerminateProcess.s b/libc/nt/ntdll/ZwTerminateProcess.s deleted file mode 100644 index 6e67193dc..000000000 --- a/libc/nt/ntdll/ZwTerminateProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTerminateProcess diff --git a/libc/nt/ntdll/ZwTerminateThread.S b/libc/nt/ntdll/ZwTerminateThread.S new file mode 100644 index 000000000..04c3ae596 --- /dev/null +++ b/libc/nt/ntdll/ZwTerminateThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTerminateThread,ZwTerminateThread diff --git a/libc/nt/ntdll/ZwTerminateThread.s b/libc/nt/ntdll/ZwTerminateThread.s deleted file mode 100644 index 75e989c10..000000000 --- a/libc/nt/ntdll/ZwTerminateThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTerminateThread diff --git a/libc/nt/ntdll/ZwTestAlert.S b/libc/nt/ntdll/ZwTestAlert.S new file mode 100644 index 000000000..98a18e1c2 --- /dev/null +++ b/libc/nt/ntdll/ZwTestAlert.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTestAlert,ZwTestAlert diff --git a/libc/nt/ntdll/ZwTestAlert.s b/libc/nt/ntdll/ZwTestAlert.s deleted file mode 100644 index 744810eee..000000000 --- a/libc/nt/ntdll/ZwTestAlert.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTestAlert diff --git a/libc/nt/ntdll/ZwThawRegistry.S b/libc/nt/ntdll/ZwThawRegistry.S new file mode 100644 index 000000000..9ffdc0f10 --- /dev/null +++ b/libc/nt/ntdll/ZwThawRegistry.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwThawRegistry,ZwThawRegistry diff --git a/libc/nt/ntdll/ZwThawRegistry.s b/libc/nt/ntdll/ZwThawRegistry.s deleted file mode 100644 index e22c20c7b..000000000 --- a/libc/nt/ntdll/ZwThawRegistry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwThawRegistry diff --git a/libc/nt/ntdll/ZwThawTransactions.S b/libc/nt/ntdll/ZwThawTransactions.S new file mode 100644 index 000000000..2bfb344a4 --- /dev/null +++ b/libc/nt/ntdll/ZwThawTransactions.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwThawTransactions,ZwThawTransactions diff --git a/libc/nt/ntdll/ZwThawTransactions.s b/libc/nt/ntdll/ZwThawTransactions.s deleted file mode 100644 index b46124b03..000000000 --- a/libc/nt/ntdll/ZwThawTransactions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwThawTransactions diff --git a/libc/nt/ntdll/ZwTraceControl.S b/libc/nt/ntdll/ZwTraceControl.S new file mode 100644 index 000000000..f10034878 --- /dev/null +++ b/libc/nt/ntdll/ZwTraceControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTraceControl,ZwTraceControl diff --git a/libc/nt/ntdll/ZwTraceControl.s b/libc/nt/ntdll/ZwTraceControl.s deleted file mode 100644 index 61f50a3b4..000000000 --- a/libc/nt/ntdll/ZwTraceControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTraceControl diff --git a/libc/nt/ntdll/ZwTraceEvent.S b/libc/nt/ntdll/ZwTraceEvent.S new file mode 100644 index 000000000..06633be47 --- /dev/null +++ b/libc/nt/ntdll/ZwTraceEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTraceEvent,ZwTraceEvent diff --git a/libc/nt/ntdll/ZwTraceEvent.s b/libc/nt/ntdll/ZwTraceEvent.s deleted file mode 100644 index 76949c28f..000000000 --- a/libc/nt/ntdll/ZwTraceEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTraceEvent diff --git a/libc/nt/ntdll/ZwTranslateFilePath.S b/libc/nt/ntdll/ZwTranslateFilePath.S new file mode 100644 index 000000000..83a8d96e5 --- /dev/null +++ b/libc/nt/ntdll/ZwTranslateFilePath.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwTranslateFilePath,ZwTranslateFilePath diff --git a/libc/nt/ntdll/ZwTranslateFilePath.s b/libc/nt/ntdll/ZwTranslateFilePath.s deleted file mode 100644 index 9c135ff81..000000000 --- a/libc/nt/ntdll/ZwTranslateFilePath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwTranslateFilePath diff --git a/libc/nt/ntdll/ZwUmsThreadYield.S b/libc/nt/ntdll/ZwUmsThreadYield.S new file mode 100644 index 000000000..b847a20d3 --- /dev/null +++ b/libc/nt/ntdll/ZwUmsThreadYield.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUmsThreadYield,ZwUmsThreadYield diff --git a/libc/nt/ntdll/ZwUmsThreadYield.s b/libc/nt/ntdll/ZwUmsThreadYield.s deleted file mode 100644 index 94cbcede2..000000000 --- a/libc/nt/ntdll/ZwUmsThreadYield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUmsThreadYield diff --git a/libc/nt/ntdll/ZwUnloadDriver.S b/libc/nt/ntdll/ZwUnloadDriver.S new file mode 100644 index 000000000..e2d4d0df7 --- /dev/null +++ b/libc/nt/ntdll/ZwUnloadDriver.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnloadDriver,ZwUnloadDriver diff --git a/libc/nt/ntdll/ZwUnloadDriver.s b/libc/nt/ntdll/ZwUnloadDriver.s deleted file mode 100644 index 5b5e2d5bb..000000000 --- a/libc/nt/ntdll/ZwUnloadDriver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnloadDriver diff --git a/libc/nt/ntdll/ZwUnloadKey.S b/libc/nt/ntdll/ZwUnloadKey.S new file mode 100644 index 000000000..33d6afc2d --- /dev/null +++ b/libc/nt/ntdll/ZwUnloadKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnloadKey,ZwUnloadKey diff --git a/libc/nt/ntdll/ZwUnloadKey.s b/libc/nt/ntdll/ZwUnloadKey.s deleted file mode 100644 index c2fd38ff4..000000000 --- a/libc/nt/ntdll/ZwUnloadKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnloadKey diff --git a/libc/nt/ntdll/ZwUnloadKey2.S b/libc/nt/ntdll/ZwUnloadKey2.S new file mode 100644 index 000000000..a8accdfe2 --- /dev/null +++ b/libc/nt/ntdll/ZwUnloadKey2.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnloadKey2,ZwUnloadKey2 diff --git a/libc/nt/ntdll/ZwUnloadKey2.s b/libc/nt/ntdll/ZwUnloadKey2.s deleted file mode 100644 index d545ffde6..000000000 --- a/libc/nt/ntdll/ZwUnloadKey2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnloadKey2 diff --git a/libc/nt/ntdll/ZwUnloadKeyEx.S b/libc/nt/ntdll/ZwUnloadKeyEx.S new file mode 100644 index 000000000..36b6a3010 --- /dev/null +++ b/libc/nt/ntdll/ZwUnloadKeyEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnloadKeyEx,ZwUnloadKeyEx diff --git a/libc/nt/ntdll/ZwUnloadKeyEx.s b/libc/nt/ntdll/ZwUnloadKeyEx.s deleted file mode 100644 index 281b7262b..000000000 --- a/libc/nt/ntdll/ZwUnloadKeyEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnloadKeyEx diff --git a/libc/nt/ntdll/ZwUnlockFile.S b/libc/nt/ntdll/ZwUnlockFile.S new file mode 100644 index 000000000..f6259b38e --- /dev/null +++ b/libc/nt/ntdll/ZwUnlockFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnlockFile,ZwUnlockFile diff --git a/libc/nt/ntdll/ZwUnlockFile.s b/libc/nt/ntdll/ZwUnlockFile.s deleted file mode 100644 index a44919447..000000000 --- a/libc/nt/ntdll/ZwUnlockFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnlockFile diff --git a/libc/nt/ntdll/ZwUnlockVirtualMemory.S b/libc/nt/ntdll/ZwUnlockVirtualMemory.S new file mode 100644 index 000000000..875130290 --- /dev/null +++ b/libc/nt/ntdll/ZwUnlockVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnlockVirtualMemory,ZwUnlockVirtualMemory diff --git a/libc/nt/ntdll/ZwUnlockVirtualMemory.s b/libc/nt/ntdll/ZwUnlockVirtualMemory.s deleted file mode 100644 index f5f1d0c91..000000000 --- a/libc/nt/ntdll/ZwUnlockVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnlockVirtualMemory diff --git a/libc/nt/ntdll/ZwUnmapViewOfSection.S b/libc/nt/ntdll/ZwUnmapViewOfSection.S new file mode 100644 index 000000000..8e760c2f4 --- /dev/null +++ b/libc/nt/ntdll/ZwUnmapViewOfSection.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnmapViewOfSection,ZwUnmapViewOfSection diff --git a/libc/nt/ntdll/ZwUnmapViewOfSection.s b/libc/nt/ntdll/ZwUnmapViewOfSection.s deleted file mode 100644 index 96d2ffa68..000000000 --- a/libc/nt/ntdll/ZwUnmapViewOfSection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnmapViewOfSection diff --git a/libc/nt/ntdll/ZwUnmapViewOfSectionEx.S b/libc/nt/ntdll/ZwUnmapViewOfSectionEx.S new file mode 100644 index 000000000..8993a64b8 --- /dev/null +++ b/libc/nt/ntdll/ZwUnmapViewOfSectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnmapViewOfSectionEx,ZwUnmapViewOfSectionEx diff --git a/libc/nt/ntdll/ZwUnmapViewOfSectionEx.s b/libc/nt/ntdll/ZwUnmapViewOfSectionEx.s deleted file mode 100644 index f967ad650..000000000 --- a/libc/nt/ntdll/ZwUnmapViewOfSectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnmapViewOfSectionEx diff --git a/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.S b/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.S new file mode 100644 index 000000000..8a455f939 --- /dev/null +++ b/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUnsubscribeWnfStateChange,ZwUnsubscribeWnfStateChange diff --git a/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.s b/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.s deleted file mode 100644 index 04143847d..000000000 --- a/libc/nt/ntdll/ZwUnsubscribeWnfStateChange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUnsubscribeWnfStateChange diff --git a/libc/nt/ntdll/ZwUpdateWnfStateData.S b/libc/nt/ntdll/ZwUpdateWnfStateData.S new file mode 100644 index 000000000..f10ac8222 --- /dev/null +++ b/libc/nt/ntdll/ZwUpdateWnfStateData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwUpdateWnfStateData,ZwUpdateWnfStateData diff --git a/libc/nt/ntdll/ZwUpdateWnfStateData.s b/libc/nt/ntdll/ZwUpdateWnfStateData.s deleted file mode 100644 index 33b12b451..000000000 --- a/libc/nt/ntdll/ZwUpdateWnfStateData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwUpdateWnfStateData diff --git a/libc/nt/ntdll/ZwVdmControl.S b/libc/nt/ntdll/ZwVdmControl.S new file mode 100644 index 000000000..f5dcba4b2 --- /dev/null +++ b/libc/nt/ntdll/ZwVdmControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwVdmControl,ZwVdmControl diff --git a/libc/nt/ntdll/ZwVdmControl.s b/libc/nt/ntdll/ZwVdmControl.s deleted file mode 100644 index 4d9bf1170..000000000 --- a/libc/nt/ntdll/ZwVdmControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwVdmControl diff --git a/libc/nt/ntdll/ZwWaitForAlertByThreadId.S b/libc/nt/ntdll/ZwWaitForAlertByThreadId.S new file mode 100644 index 000000000..73b5186a0 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForAlertByThreadId.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForAlertByThreadId,ZwWaitForAlertByThreadId diff --git a/libc/nt/ntdll/ZwWaitForAlertByThreadId.s b/libc/nt/ntdll/ZwWaitForAlertByThreadId.s deleted file mode 100644 index 22b7e7dec..000000000 --- a/libc/nt/ntdll/ZwWaitForAlertByThreadId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForAlertByThreadId diff --git a/libc/nt/ntdll/ZwWaitForDebugEvent.S b/libc/nt/ntdll/ZwWaitForDebugEvent.S new file mode 100644 index 000000000..3b5ea3bfa --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForDebugEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForDebugEvent,ZwWaitForDebugEvent diff --git a/libc/nt/ntdll/ZwWaitForDebugEvent.s b/libc/nt/ntdll/ZwWaitForDebugEvent.s deleted file mode 100644 index 03ba24a4a..000000000 --- a/libc/nt/ntdll/ZwWaitForDebugEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForDebugEvent diff --git a/libc/nt/ntdll/ZwWaitForKeyedEvent.S b/libc/nt/ntdll/ZwWaitForKeyedEvent.S new file mode 100644 index 000000000..6062cbac6 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForKeyedEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForKeyedEvent,ZwWaitForKeyedEvent diff --git a/libc/nt/ntdll/ZwWaitForKeyedEvent.s b/libc/nt/ntdll/ZwWaitForKeyedEvent.s deleted file mode 100644 index 936f66dbd..000000000 --- a/libc/nt/ntdll/ZwWaitForKeyedEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForKeyedEvent diff --git a/libc/nt/ntdll/ZwWaitForMultipleObjects.S b/libc/nt/ntdll/ZwWaitForMultipleObjects.S new file mode 100644 index 000000000..c5f80630b --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForMultipleObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForMultipleObjects,ZwWaitForMultipleObjects diff --git a/libc/nt/ntdll/ZwWaitForMultipleObjects.s b/libc/nt/ntdll/ZwWaitForMultipleObjects.s deleted file mode 100644 index 9dc23d37a..000000000 --- a/libc/nt/ntdll/ZwWaitForMultipleObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForMultipleObjects diff --git a/libc/nt/ntdll/ZwWaitForMultipleObjects32.S b/libc/nt/ntdll/ZwWaitForMultipleObjects32.S new file mode 100644 index 000000000..453769dde --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForMultipleObjects32.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForMultipleObjects32,ZwWaitForMultipleObjects32 diff --git a/libc/nt/ntdll/ZwWaitForMultipleObjects32.s b/libc/nt/ntdll/ZwWaitForMultipleObjects32.s deleted file mode 100644 index 59a749c79..000000000 --- a/libc/nt/ntdll/ZwWaitForMultipleObjects32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForMultipleObjects32 diff --git a/libc/nt/ntdll/ZwWaitForSingleObject.S b/libc/nt/ntdll/ZwWaitForSingleObject.S new file mode 100644 index 000000000..f22543ed5 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForSingleObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForSingleObject,ZwWaitForSingleObject diff --git a/libc/nt/ntdll/ZwWaitForSingleObject.s b/libc/nt/ntdll/ZwWaitForSingleObject.s deleted file mode 100644 index a95899508..000000000 --- a/libc/nt/ntdll/ZwWaitForSingleObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForSingleObject diff --git a/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.S b/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.S new file mode 100644 index 000000000..e33d3b4a1 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitForWorkViaWorkerFactory,ZwWaitForWorkViaWorkerFactory diff --git a/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.s b/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.s deleted file mode 100644 index e8c99fdea..000000000 --- a/libc/nt/ntdll/ZwWaitForWorkViaWorkerFactory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitForWorkViaWorkerFactory diff --git a/libc/nt/ntdll/ZwWaitHighEventPair.S b/libc/nt/ntdll/ZwWaitHighEventPair.S new file mode 100644 index 000000000..a2cbec158 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitHighEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitHighEventPair,ZwWaitHighEventPair diff --git a/libc/nt/ntdll/ZwWaitHighEventPair.s b/libc/nt/ntdll/ZwWaitHighEventPair.s deleted file mode 100644 index c73297c51..000000000 --- a/libc/nt/ntdll/ZwWaitHighEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitHighEventPair diff --git a/libc/nt/ntdll/ZwWaitLowEventPair.S b/libc/nt/ntdll/ZwWaitLowEventPair.S new file mode 100644 index 000000000..482baaa31 --- /dev/null +++ b/libc/nt/ntdll/ZwWaitLowEventPair.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWaitLowEventPair,ZwWaitLowEventPair diff --git a/libc/nt/ntdll/ZwWaitLowEventPair.s b/libc/nt/ntdll/ZwWaitLowEventPair.s deleted file mode 100644 index adb5b25af..000000000 --- a/libc/nt/ntdll/ZwWaitLowEventPair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWaitLowEventPair diff --git a/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.S b/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.S new file mode 100644 index 000000000..920b6141c --- /dev/null +++ b/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWorkerFactoryWorkerReady,ZwWorkerFactoryWorkerReady diff --git a/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.s b/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.s deleted file mode 100644 index 297a805c1..000000000 --- a/libc/nt/ntdll/ZwWorkerFactoryWorkerReady.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWorkerFactoryWorkerReady diff --git a/libc/nt/ntdll/ZwWriteFile.S b/libc/nt/ntdll/ZwWriteFile.S new file mode 100644 index 000000000..9bd8de664 --- /dev/null +++ b/libc/nt/ntdll/ZwWriteFile.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWriteFile,ZwWriteFile diff --git a/libc/nt/ntdll/ZwWriteFile.s b/libc/nt/ntdll/ZwWriteFile.s deleted file mode 100644 index 53681391c..000000000 --- a/libc/nt/ntdll/ZwWriteFile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWriteFile diff --git a/libc/nt/ntdll/ZwWriteFileGather.S b/libc/nt/ntdll/ZwWriteFileGather.S new file mode 100644 index 000000000..b98a9371e --- /dev/null +++ b/libc/nt/ntdll/ZwWriteFileGather.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWriteFileGather,ZwWriteFileGather diff --git a/libc/nt/ntdll/ZwWriteFileGather.s b/libc/nt/ntdll/ZwWriteFileGather.s deleted file mode 100644 index 110c2579e..000000000 --- a/libc/nt/ntdll/ZwWriteFileGather.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWriteFileGather diff --git a/libc/nt/ntdll/ZwWriteRequestData.S b/libc/nt/ntdll/ZwWriteRequestData.S new file mode 100644 index 000000000..49470c913 --- /dev/null +++ b/libc/nt/ntdll/ZwWriteRequestData.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWriteRequestData,ZwWriteRequestData diff --git a/libc/nt/ntdll/ZwWriteRequestData.s b/libc/nt/ntdll/ZwWriteRequestData.s deleted file mode 100644 index 464ac7be4..000000000 --- a/libc/nt/ntdll/ZwWriteRequestData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWriteRequestData diff --git a/libc/nt/ntdll/ZwWriteVirtualMemory.S b/libc/nt/ntdll/ZwWriteVirtualMemory.S new file mode 100644 index 000000000..6cfcdb5c3 --- /dev/null +++ b/libc/nt/ntdll/ZwWriteVirtualMemory.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwWriteVirtualMemory,ZwWriteVirtualMemory diff --git a/libc/nt/ntdll/ZwWriteVirtualMemory.s b/libc/nt/ntdll/ZwWriteVirtualMemory.s deleted file mode 100644 index 471e52b48..000000000 --- a/libc/nt/ntdll/ZwWriteVirtualMemory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwWriteVirtualMemory diff --git a/libc/nt/ntdll/ZwYieldExecution.S b/libc/nt/ntdll/ZwYieldExecution.S new file mode 100644 index 000000000..11471b367 --- /dev/null +++ b/libc/nt/ntdll/ZwYieldExecution.S @@ -0,0 +1,2 @@ +#include "libc/nt/ntdllimport.h" +.ntimp ZwYieldExecution,ZwYieldExecution diff --git a/libc/nt/ntdll/ZwYieldExecution.s b/libc/nt/ntdll/ZwYieldExecution.s deleted file mode 100644 index da46b7595..000000000 --- a/libc/nt/ntdll/ZwYieldExecution.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/ntdllimport.inc" -.ntimp ZwYieldExecution diff --git a/libc/nt/ntdllimport.S b/libc/nt/ntdllimport.S index 3cc90e5fb..5f0eb3cd9 100644 --- a/libc/nt/ntdllimport.S +++ b/libc/nt/ntdllimport.S @@ -18,6 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/nt/enum/status.h" #include "libc/macros.internal.h" +#ifdef __x86_64__ // @fileoverview NTDLL.DLL Non-Mandatory Importer // @@ -65,3 +66,5 @@ _ntdllmissingno: mov $kNtStatusDllNotFound,%eax ret .previous + +#endif /* __x86_64__ */ diff --git a/libc/nt/ntdllimport.h b/libc/nt/ntdllimport.h index e583365ee..d58a3e386 100644 --- a/libc/nt/ntdllimport.h +++ b/libc/nt/ntdllimport.h @@ -23,7 +23,8 @@ #ifdef __ASSEMBLER__ /* clang-format off */ -.macro .ntimp fn:req +.macro .ntimp fn:req name:req +#ifdef __x86_64__ .yoink _init_ntdll .initbss 202,_init_ntdll.\fn __imp_\fn: @@ -37,6 +38,16 @@ __imp_\fn: .L\fn: .asciz "\fn" .previous +#elif defined(__aarch64__) + .section .text.nt.\fn,"ax",@progbits + .globl \name +\name: ret + .section .data.nt.\fn,"aw",@progbits + .globl __imp_\fn + .balign 8 +__imp_\fn: + .quad \name +#endif .endm /* clang-format on */ diff --git a/libc/nt/pdh/CounterPathCallBack.S b/libc/nt/pdh/CounterPathCallBack.S new file mode 100644 index 000000000..a7104c719 --- /dev/null +++ b/libc/nt/pdh/CounterPathCallBack.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_CounterPathCallBack,CounterPathCallBack,0 diff --git a/libc/nt/pdh/CounterPathCallBack.s b/libc/nt/pdh/CounterPathCallBack.s deleted file mode 100644 index 25dd6bb6e..000000000 --- a/libc/nt/pdh/CounterPathCallBack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_CounterPathCallBack,CounterPathCallBack,0 diff --git a/libc/nt/pdh/LoadPerfCounterTextStringsW.S b/libc/nt/pdh/LoadPerfCounterTextStringsW.S new file mode 100644 index 000000000..1ca8623d5 --- /dev/null +++ b/libc/nt/pdh/LoadPerfCounterTextStringsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_LoadPerfCounterTextStringsW,LoadPerfCounterTextStringsW,0 diff --git a/libc/nt/pdh/LoadPerfCounterTextStringsW.s b/libc/nt/pdh/LoadPerfCounterTextStringsW.s deleted file mode 100644 index ac8c7dafa..000000000 --- a/libc/nt/pdh/LoadPerfCounterTextStringsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_LoadPerfCounterTextStringsW,LoadPerfCounterTextStringsW,0 diff --git a/libc/nt/pdh/PdhAddCounterW.S b/libc/nt/pdh/PdhAddCounterW.S new file mode 100644 index 000000000..f3e9e947e --- /dev/null +++ b/libc/nt/pdh/PdhAddCounterW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhAddCounterW,PdhAddCounterW,0 diff --git a/libc/nt/pdh/PdhAddCounterW.s b/libc/nt/pdh/PdhAddCounterW.s deleted file mode 100644 index 62bbe29f5..000000000 --- a/libc/nt/pdh/PdhAddCounterW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhAddCounterW,PdhAddCounterW,0 diff --git a/libc/nt/pdh/PdhAddEnglishCounterW.S b/libc/nt/pdh/PdhAddEnglishCounterW.S new file mode 100644 index 000000000..4ee060ac5 --- /dev/null +++ b/libc/nt/pdh/PdhAddEnglishCounterW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhAddEnglishCounterW,PdhAddEnglishCounterW,0 + +#ifdef __x86_64__ + .text.windows +PdhAddEnglishCounter: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PdhAddEnglishCounterW(%rip),%rax + jmp __sysv2nt + .endfn PdhAddEnglishCounter,globl + .previous +#endif diff --git a/libc/nt/pdh/PdhAddEnglishCounterW.s b/libc/nt/pdh/PdhAddEnglishCounterW.s deleted file mode 100644 index 5910c3932..000000000 --- a/libc/nt/pdh/PdhAddEnglishCounterW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhAddEnglishCounterW,PdhAddEnglishCounterW,0 - - .text.windows -PdhAddEnglishCounter: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PdhAddEnglishCounterW(%rip),%rax - jmp __sysv2nt - .endfn PdhAddEnglishCounter,globl - .previous diff --git a/libc/nt/pdh/PdhBindInputDataSourceW.S b/libc/nt/pdh/PdhBindInputDataSourceW.S new file mode 100644 index 000000000..df0219201 --- /dev/null +++ b/libc/nt/pdh/PdhBindInputDataSourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhBindInputDataSourceW,PdhBindInputDataSourceW,0 diff --git a/libc/nt/pdh/PdhBindInputDataSourceW.s b/libc/nt/pdh/PdhBindInputDataSourceW.s deleted file mode 100644 index 3743d1f40..000000000 --- a/libc/nt/pdh/PdhBindInputDataSourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhBindInputDataSourceW,PdhBindInputDataSourceW,0 diff --git a/libc/nt/pdh/PdhBrowseCountersHW.S b/libc/nt/pdh/PdhBrowseCountersHW.S new file mode 100644 index 000000000..a8790625f --- /dev/null +++ b/libc/nt/pdh/PdhBrowseCountersHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhBrowseCountersHW,PdhBrowseCountersHW,0 diff --git a/libc/nt/pdh/PdhBrowseCountersHW.s b/libc/nt/pdh/PdhBrowseCountersHW.s deleted file mode 100644 index c3028ea22..000000000 --- a/libc/nt/pdh/PdhBrowseCountersHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhBrowseCountersHW,PdhBrowseCountersHW,0 diff --git a/libc/nt/pdh/PdhBrowseCountersW.S b/libc/nt/pdh/PdhBrowseCountersW.S new file mode 100644 index 000000000..5e5de9c99 --- /dev/null +++ b/libc/nt/pdh/PdhBrowseCountersW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhBrowseCountersW,PdhBrowseCountersW,0 diff --git a/libc/nt/pdh/PdhBrowseCountersW.s b/libc/nt/pdh/PdhBrowseCountersW.s deleted file mode 100644 index 69eeb1d70..000000000 --- a/libc/nt/pdh/PdhBrowseCountersW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhBrowseCountersW,PdhBrowseCountersW,0 diff --git a/libc/nt/pdh/PdhCalculateCounterFromRawValue.S b/libc/nt/pdh/PdhCalculateCounterFromRawValue.S new file mode 100644 index 000000000..fc5e7b810 --- /dev/null +++ b/libc/nt/pdh/PdhCalculateCounterFromRawValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCalculateCounterFromRawValue,PdhCalculateCounterFromRawValue,0 diff --git a/libc/nt/pdh/PdhCalculateCounterFromRawValue.s b/libc/nt/pdh/PdhCalculateCounterFromRawValue.s deleted file mode 100644 index 22e414390..000000000 --- a/libc/nt/pdh/PdhCalculateCounterFromRawValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCalculateCounterFromRawValue,PdhCalculateCounterFromRawValue,0 diff --git a/libc/nt/pdh/PdhCloseLog.S b/libc/nt/pdh/PdhCloseLog.S new file mode 100644 index 000000000..e6c150a5e --- /dev/null +++ b/libc/nt/pdh/PdhCloseLog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCloseLog,PdhCloseLog,0 diff --git a/libc/nt/pdh/PdhCloseLog.s b/libc/nt/pdh/PdhCloseLog.s deleted file mode 100644 index b71f8cbe6..000000000 --- a/libc/nt/pdh/PdhCloseLog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCloseLog,PdhCloseLog,0 diff --git a/libc/nt/pdh/PdhCloseQuery.S b/libc/nt/pdh/PdhCloseQuery.S new file mode 100644 index 000000000..75ddccce3 --- /dev/null +++ b/libc/nt/pdh/PdhCloseQuery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCloseQuery,PdhCloseQuery,0 diff --git a/libc/nt/pdh/PdhCloseQuery.s b/libc/nt/pdh/PdhCloseQuery.s deleted file mode 100644 index e79564a4b..000000000 --- a/libc/nt/pdh/PdhCloseQuery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCloseQuery,PdhCloseQuery,0 diff --git a/libc/nt/pdh/PdhCollectQueryData.S b/libc/nt/pdh/PdhCollectQueryData.S new file mode 100644 index 000000000..427cb74cd --- /dev/null +++ b/libc/nt/pdh/PdhCollectQueryData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCollectQueryData,PdhCollectQueryData,0 diff --git a/libc/nt/pdh/PdhCollectQueryData.s b/libc/nt/pdh/PdhCollectQueryData.s deleted file mode 100644 index 8ea943130..000000000 --- a/libc/nt/pdh/PdhCollectQueryData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCollectQueryData,PdhCollectQueryData,0 diff --git a/libc/nt/pdh/PdhCollectQueryDataEx.S b/libc/nt/pdh/PdhCollectQueryDataEx.S new file mode 100644 index 000000000..ba8e3afad --- /dev/null +++ b/libc/nt/pdh/PdhCollectQueryDataEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCollectQueryDataEx,PdhCollectQueryDataEx,0 + +#ifdef __x86_64__ + .text.windows +PdhCollectQueryDataEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PdhCollectQueryDataEx(%rip),%rax + jmp __sysv2nt + .endfn PdhCollectQueryDataEx,globl + .previous +#endif diff --git a/libc/nt/pdh/PdhCollectQueryDataEx.s b/libc/nt/pdh/PdhCollectQueryDataEx.s deleted file mode 100644 index 94b3acb38..000000000 --- a/libc/nt/pdh/PdhCollectQueryDataEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCollectQueryDataEx,PdhCollectQueryDataEx,0 - - .text.windows -PdhCollectQueryDataEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PdhCollectQueryDataEx(%rip),%rax - jmp __sysv2nt - .endfn PdhCollectQueryDataEx,globl - .previous diff --git a/libc/nt/pdh/PdhCollectQueryDataWithTime.S b/libc/nt/pdh/PdhCollectQueryDataWithTime.S new file mode 100644 index 000000000..b5fb83a32 --- /dev/null +++ b/libc/nt/pdh/PdhCollectQueryDataWithTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhCollectQueryDataWithTime,PdhCollectQueryDataWithTime,0 diff --git a/libc/nt/pdh/PdhCollectQueryDataWithTime.s b/libc/nt/pdh/PdhCollectQueryDataWithTime.s deleted file mode 100644 index e79b7812a..000000000 --- a/libc/nt/pdh/PdhCollectQueryDataWithTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhCollectQueryDataWithTime,PdhCollectQueryDataWithTime,0 diff --git a/libc/nt/pdh/PdhComputeCounterStatistics.S b/libc/nt/pdh/PdhComputeCounterStatistics.S new file mode 100644 index 000000000..1b1a0907d --- /dev/null +++ b/libc/nt/pdh/PdhComputeCounterStatistics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhComputeCounterStatistics,PdhComputeCounterStatistics,0 diff --git a/libc/nt/pdh/PdhComputeCounterStatistics.s b/libc/nt/pdh/PdhComputeCounterStatistics.s deleted file mode 100644 index 3ec3bfb56..000000000 --- a/libc/nt/pdh/PdhComputeCounterStatistics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhComputeCounterStatistics,PdhComputeCounterStatistics,0 diff --git a/libc/nt/pdh/PdhConnectMachineW.S b/libc/nt/pdh/PdhConnectMachineW.S new file mode 100644 index 000000000..1a92a2112 --- /dev/null +++ b/libc/nt/pdh/PdhConnectMachineW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhConnectMachineW,PdhConnectMachineW,0 diff --git a/libc/nt/pdh/PdhConnectMachineW.s b/libc/nt/pdh/PdhConnectMachineW.s deleted file mode 100644 index 24a27a93f..000000000 --- a/libc/nt/pdh/PdhConnectMachineW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhConnectMachineW,PdhConnectMachineW,0 diff --git a/libc/nt/pdh/PdhEnumLogSetNamesW.S b/libc/nt/pdh/PdhEnumLogSetNamesW.S new file mode 100644 index 000000000..382916247 --- /dev/null +++ b/libc/nt/pdh/PdhEnumLogSetNamesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumLogSetNamesW,PdhEnumLogSetNamesW,0 diff --git a/libc/nt/pdh/PdhEnumLogSetNamesW.s b/libc/nt/pdh/PdhEnumLogSetNamesW.s deleted file mode 100644 index cc7009ba3..000000000 --- a/libc/nt/pdh/PdhEnumLogSetNamesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumLogSetNamesW,PdhEnumLogSetNamesW,0 diff --git a/libc/nt/pdh/PdhEnumMachinesHW.S b/libc/nt/pdh/PdhEnumMachinesHW.S new file mode 100644 index 000000000..2f55711ad --- /dev/null +++ b/libc/nt/pdh/PdhEnumMachinesHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumMachinesHW,PdhEnumMachinesHW,0 diff --git a/libc/nt/pdh/PdhEnumMachinesHW.s b/libc/nt/pdh/PdhEnumMachinesHW.s deleted file mode 100644 index c7edcbbf2..000000000 --- a/libc/nt/pdh/PdhEnumMachinesHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumMachinesHW,PdhEnumMachinesHW,0 diff --git a/libc/nt/pdh/PdhEnumMachinesW.S b/libc/nt/pdh/PdhEnumMachinesW.S new file mode 100644 index 000000000..14d5894b4 --- /dev/null +++ b/libc/nt/pdh/PdhEnumMachinesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumMachinesW,PdhEnumMachinesW,0 diff --git a/libc/nt/pdh/PdhEnumMachinesW.s b/libc/nt/pdh/PdhEnumMachinesW.s deleted file mode 100644 index 5b9dd0c9e..000000000 --- a/libc/nt/pdh/PdhEnumMachinesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumMachinesW,PdhEnumMachinesW,0 diff --git a/libc/nt/pdh/PdhEnumObjectItemsHW.S b/libc/nt/pdh/PdhEnumObjectItemsHW.S new file mode 100644 index 000000000..4ad5fee1c --- /dev/null +++ b/libc/nt/pdh/PdhEnumObjectItemsHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumObjectItemsHW,PdhEnumObjectItemsHW,0 diff --git a/libc/nt/pdh/PdhEnumObjectItemsHW.s b/libc/nt/pdh/PdhEnumObjectItemsHW.s deleted file mode 100644 index ade6c4950..000000000 --- a/libc/nt/pdh/PdhEnumObjectItemsHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumObjectItemsHW,PdhEnumObjectItemsHW,0 diff --git a/libc/nt/pdh/PdhEnumObjectItemsW.S b/libc/nt/pdh/PdhEnumObjectItemsW.S new file mode 100644 index 000000000..d0321b77c --- /dev/null +++ b/libc/nt/pdh/PdhEnumObjectItemsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumObjectItemsW,PdhEnumObjectItemsW,0 diff --git a/libc/nt/pdh/PdhEnumObjectItemsW.s b/libc/nt/pdh/PdhEnumObjectItemsW.s deleted file mode 100644 index f0a7fffef..000000000 --- a/libc/nt/pdh/PdhEnumObjectItemsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumObjectItemsW,PdhEnumObjectItemsW,0 diff --git a/libc/nt/pdh/PdhEnumObjectsHW.S b/libc/nt/pdh/PdhEnumObjectsHW.S new file mode 100644 index 000000000..f7d8c9640 --- /dev/null +++ b/libc/nt/pdh/PdhEnumObjectsHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumObjectsHW,PdhEnumObjectsHW,0 diff --git a/libc/nt/pdh/PdhEnumObjectsHW.s b/libc/nt/pdh/PdhEnumObjectsHW.s deleted file mode 100644 index 15469b45b..000000000 --- a/libc/nt/pdh/PdhEnumObjectsHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumObjectsHW,PdhEnumObjectsHW,0 diff --git a/libc/nt/pdh/PdhEnumObjectsW.S b/libc/nt/pdh/PdhEnumObjectsW.S new file mode 100644 index 000000000..844a0ef65 --- /dev/null +++ b/libc/nt/pdh/PdhEnumObjectsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhEnumObjectsW,PdhEnumObjectsW,0 diff --git a/libc/nt/pdh/PdhEnumObjectsW.s b/libc/nt/pdh/PdhEnumObjectsW.s deleted file mode 100644 index 9992fd00c..000000000 --- a/libc/nt/pdh/PdhEnumObjectsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhEnumObjectsW,PdhEnumObjectsW,0 diff --git a/libc/nt/pdh/PdhExpandCounterPathW.S b/libc/nt/pdh/PdhExpandCounterPathW.S new file mode 100644 index 000000000..5e73a62c9 --- /dev/null +++ b/libc/nt/pdh/PdhExpandCounterPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhExpandCounterPathW,PdhExpandCounterPathW,0 diff --git a/libc/nt/pdh/PdhExpandCounterPathW.s b/libc/nt/pdh/PdhExpandCounterPathW.s deleted file mode 100644 index aee0c7aff..000000000 --- a/libc/nt/pdh/PdhExpandCounterPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhExpandCounterPathW,PdhExpandCounterPathW,0 diff --git a/libc/nt/pdh/PdhExpandWildCardPathHW.S b/libc/nt/pdh/PdhExpandWildCardPathHW.S new file mode 100644 index 000000000..2229c1dbb --- /dev/null +++ b/libc/nt/pdh/PdhExpandWildCardPathHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhExpandWildCardPathHW,PdhExpandWildCardPathHW,0 diff --git a/libc/nt/pdh/PdhExpandWildCardPathHW.s b/libc/nt/pdh/PdhExpandWildCardPathHW.s deleted file mode 100644 index 607e9d590..000000000 --- a/libc/nt/pdh/PdhExpandWildCardPathHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhExpandWildCardPathHW,PdhExpandWildCardPathHW,0 diff --git a/libc/nt/pdh/PdhExpandWildCardPathW.S b/libc/nt/pdh/PdhExpandWildCardPathW.S new file mode 100644 index 000000000..25c59f7f1 --- /dev/null +++ b/libc/nt/pdh/PdhExpandWildCardPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhExpandWildCardPathW,PdhExpandWildCardPathW,0 diff --git a/libc/nt/pdh/PdhExpandWildCardPathW.s b/libc/nt/pdh/PdhExpandWildCardPathW.s deleted file mode 100644 index 2378bba8f..000000000 --- a/libc/nt/pdh/PdhExpandWildCardPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhExpandWildCardPathW,PdhExpandWildCardPathW,0 diff --git a/libc/nt/pdh/PdhFormatFromRawValue.S b/libc/nt/pdh/PdhFormatFromRawValue.S new file mode 100644 index 000000000..29e8c6d89 --- /dev/null +++ b/libc/nt/pdh/PdhFormatFromRawValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhFormatFromRawValue,PdhFormatFromRawValue,0 diff --git a/libc/nt/pdh/PdhFormatFromRawValue.s b/libc/nt/pdh/PdhFormatFromRawValue.s deleted file mode 100644 index 2eaa0158f..000000000 --- a/libc/nt/pdh/PdhFormatFromRawValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhFormatFromRawValue,PdhFormatFromRawValue,0 diff --git a/libc/nt/pdh/PdhGetCounterInfoW.S b/libc/nt/pdh/PdhGetCounterInfoW.S new file mode 100644 index 000000000..d015c997f --- /dev/null +++ b/libc/nt/pdh/PdhGetCounterInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetCounterInfoW,PdhGetCounterInfoW,0 diff --git a/libc/nt/pdh/PdhGetCounterInfoW.s b/libc/nt/pdh/PdhGetCounterInfoW.s deleted file mode 100644 index 9903cd1db..000000000 --- a/libc/nt/pdh/PdhGetCounterInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetCounterInfoW,PdhGetCounterInfoW,0 diff --git a/libc/nt/pdh/PdhGetCounterTimeBase.S b/libc/nt/pdh/PdhGetCounterTimeBase.S new file mode 100644 index 000000000..1001a8913 --- /dev/null +++ b/libc/nt/pdh/PdhGetCounterTimeBase.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetCounterTimeBase,PdhGetCounterTimeBase,0 diff --git a/libc/nt/pdh/PdhGetCounterTimeBase.s b/libc/nt/pdh/PdhGetCounterTimeBase.s deleted file mode 100644 index ce6db166e..000000000 --- a/libc/nt/pdh/PdhGetCounterTimeBase.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetCounterTimeBase,PdhGetCounterTimeBase,0 diff --git a/libc/nt/pdh/PdhGetDataSourceTimeRangeH.S b/libc/nt/pdh/PdhGetDataSourceTimeRangeH.S new file mode 100644 index 000000000..5b037d144 --- /dev/null +++ b/libc/nt/pdh/PdhGetDataSourceTimeRangeH.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDataSourceTimeRangeH,PdhGetDataSourceTimeRangeH,0 diff --git a/libc/nt/pdh/PdhGetDataSourceTimeRangeH.s b/libc/nt/pdh/PdhGetDataSourceTimeRangeH.s deleted file mode 100644 index 1d646f5af..000000000 --- a/libc/nt/pdh/PdhGetDataSourceTimeRangeH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDataSourceTimeRangeH,PdhGetDataSourceTimeRangeH,0 diff --git a/libc/nt/pdh/PdhGetDataSourceTimeRangeW.S b/libc/nt/pdh/PdhGetDataSourceTimeRangeW.S new file mode 100644 index 000000000..b6fcd755c --- /dev/null +++ b/libc/nt/pdh/PdhGetDataSourceTimeRangeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDataSourceTimeRangeW,PdhGetDataSourceTimeRangeW,0 diff --git a/libc/nt/pdh/PdhGetDataSourceTimeRangeW.s b/libc/nt/pdh/PdhGetDataSourceTimeRangeW.s deleted file mode 100644 index 1c8e2d844..000000000 --- a/libc/nt/pdh/PdhGetDataSourceTimeRangeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDataSourceTimeRangeW,PdhGetDataSourceTimeRangeW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfCounterHW.S b/libc/nt/pdh/PdhGetDefaultPerfCounterHW.S new file mode 100644 index 000000000..c12e3e7c4 --- /dev/null +++ b/libc/nt/pdh/PdhGetDefaultPerfCounterHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDefaultPerfCounterHW,PdhGetDefaultPerfCounterHW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfCounterHW.s b/libc/nt/pdh/PdhGetDefaultPerfCounterHW.s deleted file mode 100644 index f02c0a014..000000000 --- a/libc/nt/pdh/PdhGetDefaultPerfCounterHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDefaultPerfCounterHW,PdhGetDefaultPerfCounterHW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfCounterW.S b/libc/nt/pdh/PdhGetDefaultPerfCounterW.S new file mode 100644 index 000000000..5237a1ca2 --- /dev/null +++ b/libc/nt/pdh/PdhGetDefaultPerfCounterW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDefaultPerfCounterW,PdhGetDefaultPerfCounterW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfCounterW.s b/libc/nt/pdh/PdhGetDefaultPerfCounterW.s deleted file mode 100644 index 31d98dd06..000000000 --- a/libc/nt/pdh/PdhGetDefaultPerfCounterW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDefaultPerfCounterW,PdhGetDefaultPerfCounterW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfObjectHW.S b/libc/nt/pdh/PdhGetDefaultPerfObjectHW.S new file mode 100644 index 000000000..e46544105 --- /dev/null +++ b/libc/nt/pdh/PdhGetDefaultPerfObjectHW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDefaultPerfObjectHW,PdhGetDefaultPerfObjectHW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfObjectHW.s b/libc/nt/pdh/PdhGetDefaultPerfObjectHW.s deleted file mode 100644 index 7fd0c35a9..000000000 --- a/libc/nt/pdh/PdhGetDefaultPerfObjectHW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDefaultPerfObjectHW,PdhGetDefaultPerfObjectHW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfObjectW.S b/libc/nt/pdh/PdhGetDefaultPerfObjectW.S new file mode 100644 index 000000000..523e2fb91 --- /dev/null +++ b/libc/nt/pdh/PdhGetDefaultPerfObjectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDefaultPerfObjectW,PdhGetDefaultPerfObjectW,0 diff --git a/libc/nt/pdh/PdhGetDefaultPerfObjectW.s b/libc/nt/pdh/PdhGetDefaultPerfObjectW.s deleted file mode 100644 index 8fa5c376c..000000000 --- a/libc/nt/pdh/PdhGetDefaultPerfObjectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDefaultPerfObjectW,PdhGetDefaultPerfObjectW,0 diff --git a/libc/nt/pdh/PdhGetDllVersion.S b/libc/nt/pdh/PdhGetDllVersion.S new file mode 100644 index 000000000..ad879231b --- /dev/null +++ b/libc/nt/pdh/PdhGetDllVersion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetDllVersion,PdhGetDllVersion,0 diff --git a/libc/nt/pdh/PdhGetDllVersion.s b/libc/nt/pdh/PdhGetDllVersion.s deleted file mode 100644 index 03de14368..000000000 --- a/libc/nt/pdh/PdhGetDllVersion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetDllVersion,PdhGetDllVersion,0 diff --git a/libc/nt/pdh/PdhGetFormattedCounterArrayW.S b/libc/nt/pdh/PdhGetFormattedCounterArrayW.S new file mode 100644 index 000000000..7906d4011 --- /dev/null +++ b/libc/nt/pdh/PdhGetFormattedCounterArrayW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetFormattedCounterArrayW,PdhGetFormattedCounterArrayW,0 diff --git a/libc/nt/pdh/PdhGetFormattedCounterArrayW.s b/libc/nt/pdh/PdhGetFormattedCounterArrayW.s deleted file mode 100644 index cda96c436..000000000 --- a/libc/nt/pdh/PdhGetFormattedCounterArrayW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetFormattedCounterArrayW,PdhGetFormattedCounterArrayW,0 diff --git a/libc/nt/pdh/PdhGetFormattedCounterValue.S b/libc/nt/pdh/PdhGetFormattedCounterValue.S new file mode 100644 index 000000000..497dea5d0 --- /dev/null +++ b/libc/nt/pdh/PdhGetFormattedCounterValue.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetFormattedCounterValue,PdhGetFormattedCounterValue,0 + +#ifdef __x86_64__ + .text.windows +PdhGetFormattedCounterValue: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PdhGetFormattedCounterValue(%rip),%rax + jmp __sysv2nt + .endfn PdhGetFormattedCounterValue,globl + .previous +#endif diff --git a/libc/nt/pdh/PdhGetFormattedCounterValue.s b/libc/nt/pdh/PdhGetFormattedCounterValue.s deleted file mode 100644 index 0c2a6c48b..000000000 --- a/libc/nt/pdh/PdhGetFormattedCounterValue.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetFormattedCounterValue,PdhGetFormattedCounterValue,0 - - .text.windows -PdhGetFormattedCounterValue: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PdhGetFormattedCounterValue(%rip),%rax - jmp __sysv2nt - .endfn PdhGetFormattedCounterValue,globl - .previous diff --git a/libc/nt/pdh/PdhGetLogFileSize.S b/libc/nt/pdh/PdhGetLogFileSize.S new file mode 100644 index 000000000..6e1e907a6 --- /dev/null +++ b/libc/nt/pdh/PdhGetLogFileSize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetLogFileSize,PdhGetLogFileSize,0 diff --git a/libc/nt/pdh/PdhGetLogFileSize.s b/libc/nt/pdh/PdhGetLogFileSize.s deleted file mode 100644 index 71794e7cd..000000000 --- a/libc/nt/pdh/PdhGetLogFileSize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetLogFileSize,PdhGetLogFileSize,0 diff --git a/libc/nt/pdh/PdhGetRawCounterArrayW.S b/libc/nt/pdh/PdhGetRawCounterArrayW.S new file mode 100644 index 000000000..2f4b7e4d3 --- /dev/null +++ b/libc/nt/pdh/PdhGetRawCounterArrayW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetRawCounterArrayW,PdhGetRawCounterArrayW,0 diff --git a/libc/nt/pdh/PdhGetRawCounterArrayW.s b/libc/nt/pdh/PdhGetRawCounterArrayW.s deleted file mode 100644 index f52d908ce..000000000 --- a/libc/nt/pdh/PdhGetRawCounterArrayW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetRawCounterArrayW,PdhGetRawCounterArrayW,0 diff --git a/libc/nt/pdh/PdhGetRawCounterValue.S b/libc/nt/pdh/PdhGetRawCounterValue.S new file mode 100644 index 000000000..772def0ac --- /dev/null +++ b/libc/nt/pdh/PdhGetRawCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhGetRawCounterValue,PdhGetRawCounterValue,0 diff --git a/libc/nt/pdh/PdhGetRawCounterValue.s b/libc/nt/pdh/PdhGetRawCounterValue.s deleted file mode 100644 index b9e7839ca..000000000 --- a/libc/nt/pdh/PdhGetRawCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhGetRawCounterValue,PdhGetRawCounterValue,0 diff --git a/libc/nt/pdh/PdhIsRealTimeQuery.S b/libc/nt/pdh/PdhIsRealTimeQuery.S new file mode 100644 index 000000000..6fa82126d --- /dev/null +++ b/libc/nt/pdh/PdhIsRealTimeQuery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhIsRealTimeQuery,PdhIsRealTimeQuery,0 diff --git a/libc/nt/pdh/PdhIsRealTimeQuery.s b/libc/nt/pdh/PdhIsRealTimeQuery.s deleted file mode 100644 index 880402dd6..000000000 --- a/libc/nt/pdh/PdhIsRealTimeQuery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhIsRealTimeQuery,PdhIsRealTimeQuery,0 diff --git a/libc/nt/pdh/PdhLookupPerfIndexByNameW.S b/libc/nt/pdh/PdhLookupPerfIndexByNameW.S new file mode 100644 index 000000000..189ffe961 --- /dev/null +++ b/libc/nt/pdh/PdhLookupPerfIndexByNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhLookupPerfIndexByNameW,PdhLookupPerfIndexByNameW,0 diff --git a/libc/nt/pdh/PdhLookupPerfIndexByNameW.s b/libc/nt/pdh/PdhLookupPerfIndexByNameW.s deleted file mode 100644 index 35def11bb..000000000 --- a/libc/nt/pdh/PdhLookupPerfIndexByNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhLookupPerfIndexByNameW,PdhLookupPerfIndexByNameW,0 diff --git a/libc/nt/pdh/PdhLookupPerfNameByIndexW.S b/libc/nt/pdh/PdhLookupPerfNameByIndexW.S new file mode 100644 index 000000000..e0113dc95 --- /dev/null +++ b/libc/nt/pdh/PdhLookupPerfNameByIndexW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhLookupPerfNameByIndexW,PdhLookupPerfNameByIndexW,0 diff --git a/libc/nt/pdh/PdhLookupPerfNameByIndexW.s b/libc/nt/pdh/PdhLookupPerfNameByIndexW.s deleted file mode 100644 index f58bb7fcf..000000000 --- a/libc/nt/pdh/PdhLookupPerfNameByIndexW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhLookupPerfNameByIndexW,PdhLookupPerfNameByIndexW,0 diff --git a/libc/nt/pdh/PdhMakeCounterPathW.S b/libc/nt/pdh/PdhMakeCounterPathW.S new file mode 100644 index 000000000..89483b1c8 --- /dev/null +++ b/libc/nt/pdh/PdhMakeCounterPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhMakeCounterPathW,PdhMakeCounterPathW,0 diff --git a/libc/nt/pdh/PdhMakeCounterPathW.s b/libc/nt/pdh/PdhMakeCounterPathW.s deleted file mode 100644 index 98541e00a..000000000 --- a/libc/nt/pdh/PdhMakeCounterPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhMakeCounterPathW,PdhMakeCounterPathW,0 diff --git a/libc/nt/pdh/PdhOpenLogW.S b/libc/nt/pdh/PdhOpenLogW.S new file mode 100644 index 000000000..c8e187390 --- /dev/null +++ b/libc/nt/pdh/PdhOpenLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhOpenLogW,PdhOpenLogW,0 diff --git a/libc/nt/pdh/PdhOpenLogW.s b/libc/nt/pdh/PdhOpenLogW.s deleted file mode 100644 index 0886535f0..000000000 --- a/libc/nt/pdh/PdhOpenLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhOpenLogW,PdhOpenLogW,0 diff --git a/libc/nt/pdh/PdhOpenQueryH.S b/libc/nt/pdh/PdhOpenQueryH.S new file mode 100644 index 000000000..2ec1b0dc9 --- /dev/null +++ b/libc/nt/pdh/PdhOpenQueryH.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhOpenQueryH,PdhOpenQueryH,0 diff --git a/libc/nt/pdh/PdhOpenQueryH.s b/libc/nt/pdh/PdhOpenQueryH.s deleted file mode 100644 index 5e0a601b5..000000000 --- a/libc/nt/pdh/PdhOpenQueryH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhOpenQueryH,PdhOpenQueryH,0 diff --git a/libc/nt/pdh/PdhOpenQueryW.S b/libc/nt/pdh/PdhOpenQueryW.S new file mode 100644 index 000000000..f123b2735 --- /dev/null +++ b/libc/nt/pdh/PdhOpenQueryW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhOpenQueryW,PdhOpenQueryW,0 + +#ifdef __x86_64__ + .text.windows +PdhOpenQuery: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PdhOpenQueryW(%rip),%rax + jmp __sysv2nt + .endfn PdhOpenQuery,globl + .previous +#endif diff --git a/libc/nt/pdh/PdhOpenQueryW.s b/libc/nt/pdh/PdhOpenQueryW.s deleted file mode 100644 index 3cd48bbdd..000000000 --- a/libc/nt/pdh/PdhOpenQueryW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhOpenQueryW,PdhOpenQueryW,0 - - .text.windows -PdhOpenQuery: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PdhOpenQueryW(%rip),%rax - jmp __sysv2nt - .endfn PdhOpenQuery,globl - .previous diff --git a/libc/nt/pdh/PdhParseCounterPathW.S b/libc/nt/pdh/PdhParseCounterPathW.S new file mode 100644 index 000000000..c19c987f7 --- /dev/null +++ b/libc/nt/pdh/PdhParseCounterPathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhParseCounterPathW,PdhParseCounterPathW,0 diff --git a/libc/nt/pdh/PdhParseCounterPathW.s b/libc/nt/pdh/PdhParseCounterPathW.s deleted file mode 100644 index 162a1520f..000000000 --- a/libc/nt/pdh/PdhParseCounterPathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhParseCounterPathW,PdhParseCounterPathW,0 diff --git a/libc/nt/pdh/PdhParseInstanceNameW.S b/libc/nt/pdh/PdhParseInstanceNameW.S new file mode 100644 index 000000000..3bc57ab6d --- /dev/null +++ b/libc/nt/pdh/PdhParseInstanceNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhParseInstanceNameW,PdhParseInstanceNameW,0 diff --git a/libc/nt/pdh/PdhParseInstanceNameW.s b/libc/nt/pdh/PdhParseInstanceNameW.s deleted file mode 100644 index ebb598a6f..000000000 --- a/libc/nt/pdh/PdhParseInstanceNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhParseInstanceNameW,PdhParseInstanceNameW,0 diff --git a/libc/nt/pdh/PdhReadRawLogRecord.S b/libc/nt/pdh/PdhReadRawLogRecord.S new file mode 100644 index 000000000..f7aac80e9 --- /dev/null +++ b/libc/nt/pdh/PdhReadRawLogRecord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhReadRawLogRecord,PdhReadRawLogRecord,0 diff --git a/libc/nt/pdh/PdhReadRawLogRecord.s b/libc/nt/pdh/PdhReadRawLogRecord.s deleted file mode 100644 index 467bfcb7d..000000000 --- a/libc/nt/pdh/PdhReadRawLogRecord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhReadRawLogRecord,PdhReadRawLogRecord,0 diff --git a/libc/nt/pdh/PdhRemoveCounter.S b/libc/nt/pdh/PdhRemoveCounter.S new file mode 100644 index 000000000..522e5e4c6 --- /dev/null +++ b/libc/nt/pdh/PdhRemoveCounter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhRemoveCounter,PdhRemoveCounter,0 diff --git a/libc/nt/pdh/PdhRemoveCounter.s b/libc/nt/pdh/PdhRemoveCounter.s deleted file mode 100644 index d530fbc9f..000000000 --- a/libc/nt/pdh/PdhRemoveCounter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhRemoveCounter,PdhRemoveCounter,0 diff --git a/libc/nt/pdh/PdhSelectDataSourceW.S b/libc/nt/pdh/PdhSelectDataSourceW.S new file mode 100644 index 000000000..0110a5183 --- /dev/null +++ b/libc/nt/pdh/PdhSelectDataSourceW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhSelectDataSourceW,PdhSelectDataSourceW,0 diff --git a/libc/nt/pdh/PdhSelectDataSourceW.s b/libc/nt/pdh/PdhSelectDataSourceW.s deleted file mode 100644 index 6ee75cb3e..000000000 --- a/libc/nt/pdh/PdhSelectDataSourceW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhSelectDataSourceW,PdhSelectDataSourceW,0 diff --git a/libc/nt/pdh/PdhSetCounterScaleFactor.S b/libc/nt/pdh/PdhSetCounterScaleFactor.S new file mode 100644 index 000000000..b405c5b84 --- /dev/null +++ b/libc/nt/pdh/PdhSetCounterScaleFactor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhSetCounterScaleFactor,PdhSetCounterScaleFactor,0 diff --git a/libc/nt/pdh/PdhSetCounterScaleFactor.s b/libc/nt/pdh/PdhSetCounterScaleFactor.s deleted file mode 100644 index aa998a144..000000000 --- a/libc/nt/pdh/PdhSetCounterScaleFactor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhSetCounterScaleFactor,PdhSetCounterScaleFactor,0 diff --git a/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.S b/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.S new file mode 100644 index 000000000..13f121ef2 --- /dev/null +++ b/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhSetDefaultRealTimeDataSource,PdhSetDefaultRealTimeDataSource,0 diff --git a/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s b/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s deleted file mode 100644 index e41cd825e..000000000 --- a/libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhSetDefaultRealTimeDataSource,PdhSetDefaultRealTimeDataSource,0 diff --git a/libc/nt/pdh/PdhSetQueryTimeRange.S b/libc/nt/pdh/PdhSetQueryTimeRange.S new file mode 100644 index 000000000..9ea4d9a48 --- /dev/null +++ b/libc/nt/pdh/PdhSetQueryTimeRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhSetQueryTimeRange,PdhSetQueryTimeRange,0 diff --git a/libc/nt/pdh/PdhSetQueryTimeRange.s b/libc/nt/pdh/PdhSetQueryTimeRange.s deleted file mode 100644 index dc4e7b159..000000000 --- a/libc/nt/pdh/PdhSetQueryTimeRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhSetQueryTimeRange,PdhSetQueryTimeRange,0 diff --git a/libc/nt/pdh/PdhUpdateLogFileCatalog.S b/libc/nt/pdh/PdhUpdateLogFileCatalog.S new file mode 100644 index 000000000..539b6e63d --- /dev/null +++ b/libc/nt/pdh/PdhUpdateLogFileCatalog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhUpdateLogFileCatalog,PdhUpdateLogFileCatalog,0 diff --git a/libc/nt/pdh/PdhUpdateLogFileCatalog.s b/libc/nt/pdh/PdhUpdateLogFileCatalog.s deleted file mode 100644 index 067da7a51..000000000 --- a/libc/nt/pdh/PdhUpdateLogFileCatalog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhUpdateLogFileCatalog,PdhUpdateLogFileCatalog,0 diff --git a/libc/nt/pdh/PdhUpdateLogW.S b/libc/nt/pdh/PdhUpdateLogW.S new file mode 100644 index 000000000..a2a4cd74f --- /dev/null +++ b/libc/nt/pdh/PdhUpdateLogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhUpdateLogW,PdhUpdateLogW,0 diff --git a/libc/nt/pdh/PdhUpdateLogW.s b/libc/nt/pdh/PdhUpdateLogW.s deleted file mode 100644 index f2f30b44b..000000000 --- a/libc/nt/pdh/PdhUpdateLogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhUpdateLogW,PdhUpdateLogW,0 diff --git a/libc/nt/pdh/PdhValidatePathExW.S b/libc/nt/pdh/PdhValidatePathExW.S new file mode 100644 index 000000000..100ab120f --- /dev/null +++ b/libc/nt/pdh/PdhValidatePathExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhValidatePathExW,PdhValidatePathExW,0 diff --git a/libc/nt/pdh/PdhValidatePathExW.s b/libc/nt/pdh/PdhValidatePathExW.s deleted file mode 100644 index 2d150ebfb..000000000 --- a/libc/nt/pdh/PdhValidatePathExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhValidatePathExW,PdhValidatePathExW,0 diff --git a/libc/nt/pdh/PdhValidatePathW.S b/libc/nt/pdh/PdhValidatePathW.S new file mode 100644 index 000000000..a9a4798cc --- /dev/null +++ b/libc/nt/pdh/PdhValidatePathW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PdhValidatePathW,PdhValidatePathW,0 diff --git a/libc/nt/pdh/PdhValidatePathW.s b/libc/nt/pdh/PdhValidatePathW.s deleted file mode 100644 index bb6811c22..000000000 --- a/libc/nt/pdh/PdhValidatePathW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PdhValidatePathW,PdhValidatePathW,0 diff --git a/libc/nt/pdh/PerfAddCounters.S b/libc/nt/pdh/PerfAddCounters.S new file mode 100644 index 000000000..7e04f41ce --- /dev/null +++ b/libc/nt/pdh/PerfAddCounters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfAddCounters,PerfAddCounters,0 diff --git a/libc/nt/pdh/PerfAddCounters.s b/libc/nt/pdh/PerfAddCounters.s deleted file mode 100644 index faacea528..000000000 --- a/libc/nt/pdh/PerfAddCounters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfAddCounters,PerfAddCounters,0 diff --git a/libc/nt/pdh/PerfCloseQueryHandle.S b/libc/nt/pdh/PerfCloseQueryHandle.S new file mode 100644 index 000000000..e25ed9a07 --- /dev/null +++ b/libc/nt/pdh/PerfCloseQueryHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfCloseQueryHandle,PerfCloseQueryHandle,0 diff --git a/libc/nt/pdh/PerfCloseQueryHandle.s b/libc/nt/pdh/PerfCloseQueryHandle.s deleted file mode 100644 index bda6507bb..000000000 --- a/libc/nt/pdh/PerfCloseQueryHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfCloseQueryHandle,PerfCloseQueryHandle,0 diff --git a/libc/nt/pdh/PerfCreateInstance.S b/libc/nt/pdh/PerfCreateInstance.S new file mode 100644 index 000000000..4dd7d8d46 --- /dev/null +++ b/libc/nt/pdh/PerfCreateInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfCreateInstance,PerfCreateInstance,0 diff --git a/libc/nt/pdh/PerfCreateInstance.s b/libc/nt/pdh/PerfCreateInstance.s deleted file mode 100644 index d4668cbd8..000000000 --- a/libc/nt/pdh/PerfCreateInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfCreateInstance,PerfCreateInstance,0 diff --git a/libc/nt/pdh/PerfDecrementULongCounterValue.S b/libc/nt/pdh/PerfDecrementULongCounterValue.S new file mode 100644 index 000000000..8de7363a6 --- /dev/null +++ b/libc/nt/pdh/PerfDecrementULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfDecrementULongCounterValue,PerfDecrementULongCounterValue,0 diff --git a/libc/nt/pdh/PerfDecrementULongCounterValue.s b/libc/nt/pdh/PerfDecrementULongCounterValue.s deleted file mode 100644 index 8a4220ef6..000000000 --- a/libc/nt/pdh/PerfDecrementULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfDecrementULongCounterValue,PerfDecrementULongCounterValue,0 diff --git a/libc/nt/pdh/PerfDecrementULongLongCounterValue.S b/libc/nt/pdh/PerfDecrementULongLongCounterValue.S new file mode 100644 index 000000000..ed16fa50c --- /dev/null +++ b/libc/nt/pdh/PerfDecrementULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfDecrementULongLongCounterValue,PerfDecrementULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfDecrementULongLongCounterValue.s b/libc/nt/pdh/PerfDecrementULongLongCounterValue.s deleted file mode 100644 index bfab227b5..000000000 --- a/libc/nt/pdh/PerfDecrementULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfDecrementULongLongCounterValue,PerfDecrementULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfDeleteCounters.S b/libc/nt/pdh/PerfDeleteCounters.S new file mode 100644 index 000000000..08d2e364a --- /dev/null +++ b/libc/nt/pdh/PerfDeleteCounters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfDeleteCounters,PerfDeleteCounters,0 diff --git a/libc/nt/pdh/PerfDeleteCounters.s b/libc/nt/pdh/PerfDeleteCounters.s deleted file mode 100644 index 4adb33980..000000000 --- a/libc/nt/pdh/PerfDeleteCounters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfDeleteCounters,PerfDeleteCounters,0 diff --git a/libc/nt/pdh/PerfDeleteInstance.S b/libc/nt/pdh/PerfDeleteInstance.S new file mode 100644 index 000000000..3e1c73490 --- /dev/null +++ b/libc/nt/pdh/PerfDeleteInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfDeleteInstance,PerfDeleteInstance,0 diff --git a/libc/nt/pdh/PerfDeleteInstance.s b/libc/nt/pdh/PerfDeleteInstance.s deleted file mode 100644 index f253b4de3..000000000 --- a/libc/nt/pdh/PerfDeleteInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfDeleteInstance,PerfDeleteInstance,0 diff --git a/libc/nt/pdh/PerfEnumerateCounterSet.S b/libc/nt/pdh/PerfEnumerateCounterSet.S new file mode 100644 index 000000000..d6d92609c --- /dev/null +++ b/libc/nt/pdh/PerfEnumerateCounterSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfEnumerateCounterSet,PerfEnumerateCounterSet,0 diff --git a/libc/nt/pdh/PerfEnumerateCounterSet.s b/libc/nt/pdh/PerfEnumerateCounterSet.s deleted file mode 100644 index e19de7668..000000000 --- a/libc/nt/pdh/PerfEnumerateCounterSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfEnumerateCounterSet,PerfEnumerateCounterSet,0 diff --git a/libc/nt/pdh/PerfEnumerateCounterSetInstances.S b/libc/nt/pdh/PerfEnumerateCounterSetInstances.S new file mode 100644 index 000000000..5ab314f49 --- /dev/null +++ b/libc/nt/pdh/PerfEnumerateCounterSetInstances.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfEnumerateCounterSetInstances,PerfEnumerateCounterSetInstances,0 diff --git a/libc/nt/pdh/PerfEnumerateCounterSetInstances.s b/libc/nt/pdh/PerfEnumerateCounterSetInstances.s deleted file mode 100644 index 4491b9462..000000000 --- a/libc/nt/pdh/PerfEnumerateCounterSetInstances.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfEnumerateCounterSetInstances,PerfEnumerateCounterSetInstances,0 diff --git a/libc/nt/pdh/PerfIncrementULongCounterValue.S b/libc/nt/pdh/PerfIncrementULongCounterValue.S new file mode 100644 index 000000000..d53c1ad27 --- /dev/null +++ b/libc/nt/pdh/PerfIncrementULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfIncrementULongCounterValue,PerfIncrementULongCounterValue,0 diff --git a/libc/nt/pdh/PerfIncrementULongCounterValue.s b/libc/nt/pdh/PerfIncrementULongCounterValue.s deleted file mode 100644 index 1a3358222..000000000 --- a/libc/nt/pdh/PerfIncrementULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfIncrementULongCounterValue,PerfIncrementULongCounterValue,0 diff --git a/libc/nt/pdh/PerfIncrementULongLongCounterValue.S b/libc/nt/pdh/PerfIncrementULongLongCounterValue.S new file mode 100644 index 000000000..506942b15 --- /dev/null +++ b/libc/nt/pdh/PerfIncrementULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfIncrementULongLongCounterValue,PerfIncrementULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfIncrementULongLongCounterValue.s b/libc/nt/pdh/PerfIncrementULongLongCounterValue.s deleted file mode 100644 index accb87e3c..000000000 --- a/libc/nt/pdh/PerfIncrementULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfIncrementULongLongCounterValue,PerfIncrementULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfOpenQueryHandle.S b/libc/nt/pdh/PerfOpenQueryHandle.S new file mode 100644 index 000000000..2ef47c9f0 --- /dev/null +++ b/libc/nt/pdh/PerfOpenQueryHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfOpenQueryHandle,PerfOpenQueryHandle,0 diff --git a/libc/nt/pdh/PerfOpenQueryHandle.s b/libc/nt/pdh/PerfOpenQueryHandle.s deleted file mode 100644 index 0945f43c9..000000000 --- a/libc/nt/pdh/PerfOpenQueryHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfOpenQueryHandle,PerfOpenQueryHandle,0 diff --git a/libc/nt/pdh/PerfQueryCounterData.S b/libc/nt/pdh/PerfQueryCounterData.S new file mode 100644 index 000000000..09e3b7e32 --- /dev/null +++ b/libc/nt/pdh/PerfQueryCounterData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfQueryCounterData,PerfQueryCounterData,0 diff --git a/libc/nt/pdh/PerfQueryCounterData.s b/libc/nt/pdh/PerfQueryCounterData.s deleted file mode 100644 index 37af4c287..000000000 --- a/libc/nt/pdh/PerfQueryCounterData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfQueryCounterData,PerfQueryCounterData,0 diff --git a/libc/nt/pdh/PerfQueryCounterInfo.S b/libc/nt/pdh/PerfQueryCounterInfo.S new file mode 100644 index 000000000..2c7df04ae --- /dev/null +++ b/libc/nt/pdh/PerfQueryCounterInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfQueryCounterInfo,PerfQueryCounterInfo,0 diff --git a/libc/nt/pdh/PerfQueryCounterInfo.s b/libc/nt/pdh/PerfQueryCounterInfo.s deleted file mode 100644 index 42f10abe4..000000000 --- a/libc/nt/pdh/PerfQueryCounterInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfQueryCounterInfo,PerfQueryCounterInfo,0 diff --git a/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.S b/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.S new file mode 100644 index 000000000..1a64f6f86 --- /dev/null +++ b/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfQueryCounterSetRegistrationInfo,PerfQueryCounterSetRegistrationInfo,0 diff --git a/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s b/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s deleted file mode 100644 index 113a24e3a..000000000 --- a/libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfQueryCounterSetRegistrationInfo,PerfQueryCounterSetRegistrationInfo,0 diff --git a/libc/nt/pdh/PerfQueryInstance.S b/libc/nt/pdh/PerfQueryInstance.S new file mode 100644 index 000000000..9b9b5a141 --- /dev/null +++ b/libc/nt/pdh/PerfQueryInstance.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfQueryInstance,PerfQueryInstance,0 diff --git a/libc/nt/pdh/PerfQueryInstance.s b/libc/nt/pdh/PerfQueryInstance.s deleted file mode 100644 index 413579ebe..000000000 --- a/libc/nt/pdh/PerfQueryInstance.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfQueryInstance,PerfQueryInstance,0 diff --git a/libc/nt/pdh/PerfSetCounterRefValue.S b/libc/nt/pdh/PerfSetCounterRefValue.S new file mode 100644 index 000000000..4f0eaad2a --- /dev/null +++ b/libc/nt/pdh/PerfSetCounterRefValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfSetCounterRefValue,PerfSetCounterRefValue,0 diff --git a/libc/nt/pdh/PerfSetCounterRefValue.s b/libc/nt/pdh/PerfSetCounterRefValue.s deleted file mode 100644 index 54c374a0d..000000000 --- a/libc/nt/pdh/PerfSetCounterRefValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfSetCounterRefValue,PerfSetCounterRefValue,0 diff --git a/libc/nt/pdh/PerfSetCounterSetInfo.S b/libc/nt/pdh/PerfSetCounterSetInfo.S new file mode 100644 index 000000000..063ce037b --- /dev/null +++ b/libc/nt/pdh/PerfSetCounterSetInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfSetCounterSetInfo,PerfSetCounterSetInfo,0 diff --git a/libc/nt/pdh/PerfSetCounterSetInfo.s b/libc/nt/pdh/PerfSetCounterSetInfo.s deleted file mode 100644 index 80c0e9c5b..000000000 --- a/libc/nt/pdh/PerfSetCounterSetInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfSetCounterSetInfo,PerfSetCounterSetInfo,0 diff --git a/libc/nt/pdh/PerfSetULongCounterValue.S b/libc/nt/pdh/PerfSetULongCounterValue.S new file mode 100644 index 000000000..1b664c582 --- /dev/null +++ b/libc/nt/pdh/PerfSetULongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfSetULongCounterValue,PerfSetULongCounterValue,0 diff --git a/libc/nt/pdh/PerfSetULongCounterValue.s b/libc/nt/pdh/PerfSetULongCounterValue.s deleted file mode 100644 index dbe0690e0..000000000 --- a/libc/nt/pdh/PerfSetULongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfSetULongCounterValue,PerfSetULongCounterValue,0 diff --git a/libc/nt/pdh/PerfSetULongLongCounterValue.S b/libc/nt/pdh/PerfSetULongLongCounterValue.S new file mode 100644 index 000000000..9a3e1a78b --- /dev/null +++ b/libc/nt/pdh/PerfSetULongLongCounterValue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfSetULongLongCounterValue,PerfSetULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfSetULongLongCounterValue.s b/libc/nt/pdh/PerfSetULongLongCounterValue.s deleted file mode 100644 index 584f098ee..000000000 --- a/libc/nt/pdh/PerfSetULongLongCounterValue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfSetULongLongCounterValue,PerfSetULongLongCounterValue,0 diff --git a/libc/nt/pdh/PerfStartProvider.S b/libc/nt/pdh/PerfStartProvider.S new file mode 100644 index 000000000..b06260ac6 --- /dev/null +++ b/libc/nt/pdh/PerfStartProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfStartProvider,PerfStartProvider,0 diff --git a/libc/nt/pdh/PerfStartProvider.s b/libc/nt/pdh/PerfStartProvider.s deleted file mode 100644 index 54421fc03..000000000 --- a/libc/nt/pdh/PerfStartProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfStartProvider,PerfStartProvider,0 diff --git a/libc/nt/pdh/PerfStartProviderEx.S b/libc/nt/pdh/PerfStartProviderEx.S new file mode 100644 index 000000000..62e1ed113 --- /dev/null +++ b/libc/nt/pdh/PerfStartProviderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfStartProviderEx,PerfStartProviderEx,0 diff --git a/libc/nt/pdh/PerfStartProviderEx.s b/libc/nt/pdh/PerfStartProviderEx.s deleted file mode 100644 index ab60ea386..000000000 --- a/libc/nt/pdh/PerfStartProviderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfStartProviderEx,PerfStartProviderEx,0 diff --git a/libc/nt/pdh/PerfStopProvider.S b/libc/nt/pdh/PerfStopProvider.S new file mode 100644 index 000000000..31c868275 --- /dev/null +++ b/libc/nt/pdh/PerfStopProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_PerfStopProvider,PerfStopProvider,0 diff --git a/libc/nt/pdh/PerfStopProvider.s b/libc/nt/pdh/PerfStopProvider.s deleted file mode 100644 index 72a2323e8..000000000 --- a/libc/nt/pdh/PerfStopProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_PerfStopProvider,PerfStopProvider,0 diff --git a/libc/nt/pdh/UnloadPerfCounterTextStringsW.S b/libc/nt/pdh/UnloadPerfCounterTextStringsW.S new file mode 100644 index 000000000..5719690d6 --- /dev/null +++ b/libc/nt/pdh/UnloadPerfCounterTextStringsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp pdh,__imp_UnloadPerfCounterTextStringsW,UnloadPerfCounterTextStringsW,0 diff --git a/libc/nt/pdh/UnloadPerfCounterTextStringsW.s b/libc/nt/pdh/UnloadPerfCounterTextStringsW.s deleted file mode 100644 index 47bce47d3..000000000 --- a/libc/nt/pdh/UnloadPerfCounterTextStringsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp pdh,__imp_UnloadPerfCounterTextStringsW,UnloadPerfCounterTextStringsW,0 diff --git a/libc/nt/psapi/EmptyWorkingSet.S b/libc/nt/psapi/EmptyWorkingSet.S new file mode 100644 index 000000000..987a61522 --- /dev/null +++ b/libc/nt/psapi/EmptyWorkingSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EmptyWorkingSet,EmptyWorkingSet,0 diff --git a/libc/nt/psapi/EmptyWorkingSet.s b/libc/nt/psapi/EmptyWorkingSet.s deleted file mode 100644 index bb1c21f7d..000000000 --- a/libc/nt/psapi/EmptyWorkingSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EmptyWorkingSet,EmptyWorkingSet,0 diff --git a/libc/nt/psapi/EnumDeviceDrivers.S b/libc/nt/psapi/EnumDeviceDrivers.S new file mode 100644 index 000000000..8829db5af --- /dev/null +++ b/libc/nt/psapi/EnumDeviceDrivers.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EnumDeviceDrivers,EnumDeviceDrivers,0 diff --git a/libc/nt/psapi/EnumDeviceDrivers.s b/libc/nt/psapi/EnumDeviceDrivers.s deleted file mode 100644 index 3882481f1..000000000 --- a/libc/nt/psapi/EnumDeviceDrivers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EnumDeviceDrivers,EnumDeviceDrivers,0 diff --git a/libc/nt/psapi/EnumPageFilesW.S b/libc/nt/psapi/EnumPageFilesW.S new file mode 100644 index 000000000..434445d0d --- /dev/null +++ b/libc/nt/psapi/EnumPageFilesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EnumPageFilesW,EnumPageFilesW,0 diff --git a/libc/nt/psapi/EnumPageFilesW.s b/libc/nt/psapi/EnumPageFilesW.s deleted file mode 100644 index 72fa3494f..000000000 --- a/libc/nt/psapi/EnumPageFilesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EnumPageFilesW,EnumPageFilesW,0 diff --git a/libc/nt/psapi/EnumProcessModules.S b/libc/nt/psapi/EnumProcessModules.S new file mode 100644 index 000000000..33fa968c3 --- /dev/null +++ b/libc/nt/psapi/EnumProcessModules.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EnumProcessModules,EnumProcessModules,0 diff --git a/libc/nt/psapi/EnumProcessModules.s b/libc/nt/psapi/EnumProcessModules.s deleted file mode 100644 index 6f93ab8f0..000000000 --- a/libc/nt/psapi/EnumProcessModules.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EnumProcessModules,EnumProcessModules,0 diff --git a/libc/nt/psapi/EnumProcessModulesEx.S b/libc/nt/psapi/EnumProcessModulesEx.S new file mode 100644 index 000000000..cc3c50c92 --- /dev/null +++ b/libc/nt/psapi/EnumProcessModulesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EnumProcessModulesEx,EnumProcessModulesEx,0 diff --git a/libc/nt/psapi/EnumProcessModulesEx.s b/libc/nt/psapi/EnumProcessModulesEx.s deleted file mode 100644 index c9cf50f39..000000000 --- a/libc/nt/psapi/EnumProcessModulesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EnumProcessModulesEx,EnumProcessModulesEx,0 diff --git a/libc/nt/psapi/EnumProcesses.S b/libc/nt/psapi/EnumProcesses.S new file mode 100644 index 000000000..f5a990136 --- /dev/null +++ b/libc/nt/psapi/EnumProcesses.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_EnumProcesses,EnumProcesses,0 diff --git a/libc/nt/psapi/EnumProcesses.s b/libc/nt/psapi/EnumProcesses.s deleted file mode 100644 index 895b1121f..000000000 --- a/libc/nt/psapi/EnumProcesses.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_EnumProcesses,EnumProcesses,0 diff --git a/libc/nt/psapi/GetDeviceDriverBaseNameW.S b/libc/nt/psapi/GetDeviceDriverBaseNameW.S new file mode 100644 index 000000000..c462895d4 --- /dev/null +++ b/libc/nt/psapi/GetDeviceDriverBaseNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetDeviceDriverBaseNameW,GetDeviceDriverBaseNameW,0 diff --git a/libc/nt/psapi/GetDeviceDriverBaseNameW.s b/libc/nt/psapi/GetDeviceDriverBaseNameW.s deleted file mode 100644 index 9e50059a9..000000000 --- a/libc/nt/psapi/GetDeviceDriverBaseNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetDeviceDriverBaseNameW,GetDeviceDriverBaseNameW,0 diff --git a/libc/nt/psapi/GetDeviceDriverFileNameW.S b/libc/nt/psapi/GetDeviceDriverFileNameW.S new file mode 100644 index 000000000..844331c7d --- /dev/null +++ b/libc/nt/psapi/GetDeviceDriverFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetDeviceDriverFileNameW,GetDeviceDriverFileNameW,0 diff --git a/libc/nt/psapi/GetDeviceDriverFileNameW.s b/libc/nt/psapi/GetDeviceDriverFileNameW.s deleted file mode 100644 index d165528ee..000000000 --- a/libc/nt/psapi/GetDeviceDriverFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetDeviceDriverFileNameW,GetDeviceDriverFileNameW,0 diff --git a/libc/nt/psapi/GetMappedFileNameW.S b/libc/nt/psapi/GetMappedFileNameW.S new file mode 100644 index 000000000..55455d616 --- /dev/null +++ b/libc/nt/psapi/GetMappedFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetMappedFileNameW,GetMappedFileNameW,0 diff --git a/libc/nt/psapi/GetMappedFileNameW.s b/libc/nt/psapi/GetMappedFileNameW.s deleted file mode 100644 index e582bb488..000000000 --- a/libc/nt/psapi/GetMappedFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetMappedFileNameW,GetMappedFileNameW,0 diff --git a/libc/nt/psapi/GetModuleBaseNameW.S b/libc/nt/psapi/GetModuleBaseNameW.S new file mode 100644 index 000000000..1e7045671 --- /dev/null +++ b/libc/nt/psapi/GetModuleBaseNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetModuleBaseNameW,GetModuleBaseNameW,0 diff --git a/libc/nt/psapi/GetModuleBaseNameW.s b/libc/nt/psapi/GetModuleBaseNameW.s deleted file mode 100644 index fcd7fa8eb..000000000 --- a/libc/nt/psapi/GetModuleBaseNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetModuleBaseNameW,GetModuleBaseNameW,0 diff --git a/libc/nt/psapi/GetModuleFileNameExW.S b/libc/nt/psapi/GetModuleFileNameExW.S new file mode 100644 index 000000000..e48d33b77 --- /dev/null +++ b/libc/nt/psapi/GetModuleFileNameExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetModuleFileNameExW,GetModuleFileNameExW,0 diff --git a/libc/nt/psapi/GetModuleFileNameExW.s b/libc/nt/psapi/GetModuleFileNameExW.s deleted file mode 100644 index 052f45dc0..000000000 --- a/libc/nt/psapi/GetModuleFileNameExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetModuleFileNameExW,GetModuleFileNameExW,0 diff --git a/libc/nt/psapi/GetModuleInformation.S b/libc/nt/psapi/GetModuleInformation.S new file mode 100644 index 000000000..d709752bf --- /dev/null +++ b/libc/nt/psapi/GetModuleInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetModuleInformation,GetModuleInformation,0 diff --git a/libc/nt/psapi/GetModuleInformation.s b/libc/nt/psapi/GetModuleInformation.s deleted file mode 100644 index c490e0628..000000000 --- a/libc/nt/psapi/GetModuleInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetModuleInformation,GetModuleInformation,0 diff --git a/libc/nt/psapi/GetPerformanceInfo.S b/libc/nt/psapi/GetPerformanceInfo.S new file mode 100644 index 000000000..83fd66536 --- /dev/null +++ b/libc/nt/psapi/GetPerformanceInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetPerformanceInfo,GetPerformanceInfo,0 diff --git a/libc/nt/psapi/GetPerformanceInfo.s b/libc/nt/psapi/GetPerformanceInfo.s deleted file mode 100644 index c09bf8397..000000000 --- a/libc/nt/psapi/GetPerformanceInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetPerformanceInfo,GetPerformanceInfo,0 diff --git a/libc/nt/psapi/GetProcessImageFileNameW.S b/libc/nt/psapi/GetProcessImageFileNameW.S new file mode 100644 index 000000000..3cebea173 --- /dev/null +++ b/libc/nt/psapi/GetProcessImageFileNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetProcessImageFileNameW,GetProcessImageFileNameW,0 + +#ifdef __x86_64__ + .text.windows +GetProcessImageFileName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessImageFileNameW(%rip),%rax + jmp __sysv2nt + .endfn GetProcessImageFileName,globl + .previous +#endif diff --git a/libc/nt/psapi/GetProcessImageFileNameW.s b/libc/nt/psapi/GetProcessImageFileNameW.s deleted file mode 100644 index d9205e732..000000000 --- a/libc/nt/psapi/GetProcessImageFileNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetProcessImageFileNameW,GetProcessImageFileNameW,0 - - .text.windows -GetProcessImageFileName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessImageFileNameW(%rip),%rax - jmp __sysv2nt - .endfn GetProcessImageFileName,globl - .previous diff --git a/libc/nt/psapi/GetProcessMemoryInfo.S b/libc/nt/psapi/GetProcessMemoryInfo.S new file mode 100644 index 000000000..fbfcdbbef --- /dev/null +++ b/libc/nt/psapi/GetProcessMemoryInfo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetProcessMemoryInfo,GetProcessMemoryInfo,0 + +#ifdef __x86_64__ + .text.windows +GetProcessMemoryInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetProcessMemoryInfo(%rip),%rax + jmp __sysv2nt + .endfn GetProcessMemoryInfo,globl + .previous +#endif diff --git a/libc/nt/psapi/GetProcessMemoryInfo.s b/libc/nt/psapi/GetProcessMemoryInfo.s deleted file mode 100644 index b5e8d936f..000000000 --- a/libc/nt/psapi/GetProcessMemoryInfo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetProcessMemoryInfo,GetProcessMemoryInfo,0 - - .text.windows -GetProcessMemoryInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetProcessMemoryInfo(%rip),%rax - jmp __sysv2nt - .endfn GetProcessMemoryInfo,globl - .previous diff --git a/libc/nt/psapi/GetWsChanges.S b/libc/nt/psapi/GetWsChanges.S new file mode 100644 index 000000000..c54156624 --- /dev/null +++ b/libc/nt/psapi/GetWsChanges.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetWsChanges,GetWsChanges,0 diff --git a/libc/nt/psapi/GetWsChanges.s b/libc/nt/psapi/GetWsChanges.s deleted file mode 100644 index ce4b33875..000000000 --- a/libc/nt/psapi/GetWsChanges.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetWsChanges,GetWsChanges,0 diff --git a/libc/nt/psapi/GetWsChangesEx.S b/libc/nt/psapi/GetWsChangesEx.S new file mode 100644 index 000000000..539b13e43 --- /dev/null +++ b/libc/nt/psapi/GetWsChangesEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_GetWsChangesEx,GetWsChangesEx,0 diff --git a/libc/nt/psapi/GetWsChangesEx.s b/libc/nt/psapi/GetWsChangesEx.s deleted file mode 100644 index 3ced55868..000000000 --- a/libc/nt/psapi/GetWsChangesEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_GetWsChangesEx,GetWsChangesEx,0 diff --git a/libc/nt/psapi/InitializeProcessForWsWatch.S b/libc/nt/psapi/InitializeProcessForWsWatch.S new file mode 100644 index 000000000..dbcbc763d --- /dev/null +++ b/libc/nt/psapi/InitializeProcessForWsWatch.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_InitializeProcessForWsWatch,InitializeProcessForWsWatch,0 diff --git a/libc/nt/psapi/InitializeProcessForWsWatch.s b/libc/nt/psapi/InitializeProcessForWsWatch.s deleted file mode 100644 index 69c6a193b..000000000 --- a/libc/nt/psapi/InitializeProcessForWsWatch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_InitializeProcessForWsWatch,InitializeProcessForWsWatch,0 diff --git a/libc/nt/psapi/QueryWorkingSet.S b/libc/nt/psapi/QueryWorkingSet.S new file mode 100644 index 000000000..1926ee328 --- /dev/null +++ b/libc/nt/psapi/QueryWorkingSet.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_QueryWorkingSet,QueryWorkingSet,0 diff --git a/libc/nt/psapi/QueryWorkingSet.s b/libc/nt/psapi/QueryWorkingSet.s deleted file mode 100644 index 25e5852cb..000000000 --- a/libc/nt/psapi/QueryWorkingSet.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_QueryWorkingSet,QueryWorkingSet,0 diff --git a/libc/nt/psapi/QueryWorkingSetEx.S b/libc/nt/psapi/QueryWorkingSetEx.S new file mode 100644 index 000000000..9c291e835 --- /dev/null +++ b/libc/nt/psapi/QueryWorkingSetEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp psapi,__imp_QueryWorkingSetEx,QueryWorkingSetEx,0 diff --git a/libc/nt/psapi/QueryWorkingSetEx.s b/libc/nt/psapi/QueryWorkingSetEx.s deleted file mode 100644 index 34158f94d..000000000 --- a/libc/nt/psapi/QueryWorkingSetEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp psapi,__imp_QueryWorkingSetEx,QueryWorkingSetEx,0 diff --git a/libc/nt/sysv2nt.S b/libc/nt/sysv2nt.S new file mode 100644 index 000000000..64143a870 --- /dev/null +++ b/libc/nt/sysv2nt.S @@ -0,0 +1,81 @@ +/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ +│vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ +╞══════════════════════════════════════════════════════════════════════════════╡ +│ Copyright 2020 Justine Alexandra Roberts Tunney │ +│ │ +│ Permission to use, copy, modify, and/or distribute this software for │ +│ any purpose with or without fee is hereby granted, provided that the │ +│ above copyright notice and this permission notice appear in all copies. │ +│ │ +│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ +│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ +│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ +│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ +│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ +│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ +│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ +│ PERFORMANCE OF THIS SOFTWARE. │ +╚─────────────────────────────────────────────────────────────────────────────*/ +#ifdef __x86_64__ +.section .text.windows,"ax",@progbits + +// Epilogues for calling functions w/ Microsoft x64 convention. +// +// @param %rax is address of windows x64 function to call +// @param %rsi is ignored +// @param %rdx,%rcx,%r8,%r9,stack are params (unlimited) +// @param %xmm0,%xmm1,%xmm2 are double params (limited to 3) +// @return is in %rax, %xmm0, or %st +// @note GCC 4.8+ and Clang can avoid this indirection +// @note thunk that jumps here must setup frame +// @note this is so much faster than __nt2sysv() +__sysv2nt14: + pushq 72(%rbp) + pushq 64(%rbp) + .type __sysv2nt14,@function + .size __sysv2nt14,.-__sysv2nt14 + .globl __sysv2nt14 + .hidden __sysv2nt14 +__sysv2nt12: + pushq 56(%rbp) + pushq 48(%rbp) + .type __sysv2nt12,@function + .size __sysv2nt12,.-__sysv2nt12 + .globl __sysv2nt12 + .hidden __sysv2nt12 +__sysv2nt10: + pushq 40(%rbp) + pushq 32(%rbp) + .type __sysv2nt10,@function + .size __sysv2nt10,.-__sysv2nt10 + .globl __sysv2nt10 + .hidden __sysv2nt10 +__sysv2nt8: + pushq 24(%rbp) + pushq 16(%rbp) + .type __sysv2nt8,@function + .size __sysv2nt8,.-__sysv2nt8 + .globl __sysv2nt8 + .hidden __sysv2nt8 +__sysv2nt6: + push %r9 + push %r8 + .type __sysv2nt6,@function + .size __sysv2nt6,.-__sysv2nt6 + .globl __sysv2nt6 + .hidden __sysv2nt6 +__sysv2nt: + mov %rdx,%r8 + mov %rcx,%r9 + mov %rdi,%rcx + mov %rsi,%rdx + sub $32,%rsp + call *%rax + leave + ret + .type __sysv2nt,@function + .size __sysv2nt,.-__sysv2nt + .globl __sysv2nt + .hidden __sysv2nt + +#endif /* __x86_64__ */ diff --git a/libc/nt/sysv2nt.s b/libc/nt/sysv2nt.s deleted file mode 100644 index 89b4ec8d3..000000000 --- a/libc/nt/sysv2nt.s +++ /dev/null @@ -1,78 +0,0 @@ -/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ -│vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ -╞══════════════════════════════════════════════════════════════════════════════╡ -│ Copyright 2020 Justine Alexandra Roberts Tunney │ -│ │ -│ Permission to use, copy, modify, and/or distribute this software for │ -│ any purpose with or without fee is hereby granted, provided that the │ -│ above copyright notice and this permission notice appear in all copies. │ -│ │ -│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ -│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ -│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ -│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ -│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ -│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ -│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ -│ PERFORMANCE OF THIS SOFTWARE. │ -╚─────────────────────────────────────────────────────────────────────────────*/ -.section .text.windows,"ax",@progbits - -// Epilogues for calling functions w/ Microsoft x64 convention. -// -// @param %rax is address of windows x64 function to call -// @param %rsi is ignored -// @param %rdx,%rcx,%r8,%r9,stack are params (unlimited) -// @param %xmm0,%xmm1,%xmm2 are double params (limited to 3) -// @return is in %rax, %xmm0, or %st -// @note GCC 4.8+ and Clang can avoid this indirection -// @note thunk that jumps here must setup frame -// @note this is so much faster than __nt2sysv() -__sysv2nt14: - pushq 72(%rbp) - pushq 64(%rbp) - .type __sysv2nt14,@function - .size __sysv2nt14,.-__sysv2nt14 - .globl __sysv2nt14 - .hidden __sysv2nt14 -__sysv2nt12: - pushq 56(%rbp) - pushq 48(%rbp) - .type __sysv2nt12,@function - .size __sysv2nt12,.-__sysv2nt12 - .globl __sysv2nt12 - .hidden __sysv2nt12 -__sysv2nt10: - pushq 40(%rbp) - pushq 32(%rbp) - .type __sysv2nt10,@function - .size __sysv2nt10,.-__sysv2nt10 - .globl __sysv2nt10 - .hidden __sysv2nt10 -__sysv2nt8: - pushq 24(%rbp) - pushq 16(%rbp) - .type __sysv2nt8,@function - .size __sysv2nt8,.-__sysv2nt8 - .globl __sysv2nt8 - .hidden __sysv2nt8 -__sysv2nt6: - push %r9 - push %r8 - .type __sysv2nt6,@function - .size __sysv2nt6,.-__sysv2nt6 - .globl __sysv2nt6 - .hidden __sysv2nt6 -__sysv2nt: - mov %rdx,%r8 - mov %rcx,%r9 - mov %rdi,%rcx - mov %rsi,%rdx - sub $32,%rsp - call *%rax - leave - ret - .type __sysv2nt,@function - .size __sysv2nt,.-__sysv2nt - .globl __sysv2nt - .hidden __sysv2nt diff --git a/libc/nt/thunk/msabi.h b/libc/nt/thunk/msabi.h index 10cfaedf5..73152b52e 100644 --- a/libc/nt/thunk/msabi.h +++ b/libc/nt/thunk/msabi.h @@ -1,6 +1,7 @@ #ifndef COSMOPOLITAN_LIBC_NT_THUNK_MSABI_H_ #define COSMOPOLITAN_LIBC_NT_THUNK_MSABI_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) +#ifdef __x86_64__ #if !defined(__STRICT_ANSI__) && \ (__GNUC__ * 100 + __GNUC_MINOR__ >= 408 || \ @@ -26,5 +27,11 @@ #endif #endif +#else +#define __msabi +#ifndef ShouldUseMsabiAttribute +#define ShouldUseMsabiAttribute() 0 +#endif +#endif /* __x86_64__ */ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_LIBC_NT_THUNK_MSABI_H_ */ diff --git a/libc/nt/url/AddMIMEFileTypesPS.S b/libc/nt/url/AddMIMEFileTypesPS.S new file mode 100644 index 000000000..35b446b9f --- /dev/null +++ b/libc/nt/url/AddMIMEFileTypesPS.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_AddMIMEFileTypesPS,AddMIMEFileTypesPS,102 diff --git a/libc/nt/url/AddMIMEFileTypesPS.s b/libc/nt/url/AddMIMEFileTypesPS.s deleted file mode 100644 index a7d5e120a..000000000 --- a/libc/nt/url/AddMIMEFileTypesPS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_AddMIMEFileTypesPS,AddMIMEFileTypesPS,102 diff --git a/libc/nt/url/AutodialHookCallback.S b/libc/nt/url/AutodialHookCallback.S new file mode 100644 index 000000000..ba04b0a77 --- /dev/null +++ b/libc/nt/url/AutodialHookCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_AutodialHookCallback,AutodialHookCallback,103 diff --git a/libc/nt/url/AutodialHookCallback.s b/libc/nt/url/AutodialHookCallback.s deleted file mode 100644 index 424b91925..000000000 --- a/libc/nt/url/AutodialHookCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_AutodialHookCallback,AutodialHookCallback,103 diff --git a/libc/nt/url/FileProtocolHandler.S b/libc/nt/url/FileProtocolHandler.S new file mode 100644 index 000000000..026682b4f --- /dev/null +++ b/libc/nt/url/FileProtocolHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_FileProtocolHandler,FileProtocolHandler,104 diff --git a/libc/nt/url/FileProtocolHandler.s b/libc/nt/url/FileProtocolHandler.s deleted file mode 100644 index ebc56b2b1..000000000 --- a/libc/nt/url/FileProtocolHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_FileProtocolHandler,FileProtocolHandler,104 diff --git a/libc/nt/url/InetIsOffline.S b/libc/nt/url/InetIsOffline.S new file mode 100644 index 000000000..feffe7751 --- /dev/null +++ b/libc/nt/url/InetIsOffline.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_InetIsOffline,InetIsOffline,106 diff --git a/libc/nt/url/InetIsOffline.s b/libc/nt/url/InetIsOffline.s deleted file mode 100644 index 36b208d61..000000000 --- a/libc/nt/url/InetIsOffline.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_InetIsOffline,InetIsOffline,106 diff --git a/libc/nt/url/MIMEAssociationDialogW.S b/libc/nt/url/MIMEAssociationDialogW.S new file mode 100644 index 000000000..032d95b09 --- /dev/null +++ b/libc/nt/url/MIMEAssociationDialogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_MIMEAssociationDialogW,MIMEAssociationDialogW,108 diff --git a/libc/nt/url/MIMEAssociationDialogW.s b/libc/nt/url/MIMEAssociationDialogW.s deleted file mode 100644 index 750cbaab0..000000000 --- a/libc/nt/url/MIMEAssociationDialogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_MIMEAssociationDialogW,MIMEAssociationDialogW,108 diff --git a/libc/nt/url/MailToProtocolHandler.S b/libc/nt/url/MailToProtocolHandler.S new file mode 100644 index 000000000..e4d3a7ba4 --- /dev/null +++ b/libc/nt/url/MailToProtocolHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_MailToProtocolHandler,MailToProtocolHandler,109 diff --git a/libc/nt/url/MailToProtocolHandler.s b/libc/nt/url/MailToProtocolHandler.s deleted file mode 100644 index 419f80190..000000000 --- a/libc/nt/url/MailToProtocolHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_MailToProtocolHandler,MailToProtocolHandler,109 diff --git a/libc/nt/url/OpenURL.S b/libc/nt/url/OpenURL.S new file mode 100644 index 000000000..ae8aca279 --- /dev/null +++ b/libc/nt/url/OpenURL.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_OpenURL,OpenURL,111 diff --git a/libc/nt/url/OpenURL.s b/libc/nt/url/OpenURL.s deleted file mode 100644 index 13aeccf31..000000000 --- a/libc/nt/url/OpenURL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_OpenURL,OpenURL,111 diff --git a/libc/nt/url/TelnetProtocolHandler.S b/libc/nt/url/TelnetProtocolHandler.S new file mode 100644 index 000000000..7f9152b88 --- /dev/null +++ b/libc/nt/url/TelnetProtocolHandler.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_TelnetProtocolHandler,TelnetProtocolHandler,113 diff --git a/libc/nt/url/TelnetProtocolHandler.s b/libc/nt/url/TelnetProtocolHandler.s deleted file mode 100644 index 7b55c8370..000000000 --- a/libc/nt/url/TelnetProtocolHandler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_TelnetProtocolHandler,TelnetProtocolHandler,113 diff --git a/libc/nt/url/TranslateURLW.S b/libc/nt/url/TranslateURLW.S new file mode 100644 index 000000000..e5338f30b --- /dev/null +++ b/libc/nt/url/TranslateURLW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_TranslateURLW,TranslateURLW,116 diff --git a/libc/nt/url/TranslateURLW.s b/libc/nt/url/TranslateURLW.s deleted file mode 100644 index 6ea73e4dd..000000000 --- a/libc/nt/url/TranslateURLW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_TranslateURLW,TranslateURLW,116 diff --git a/libc/nt/url/URLAssociationDialogW.S b/libc/nt/url/URLAssociationDialogW.S new file mode 100644 index 000000000..4e5d16b79 --- /dev/null +++ b/libc/nt/url/URLAssociationDialogW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp url,__imp_URLAssociationDialogW,URLAssociationDialogW,118 diff --git a/libc/nt/url/URLAssociationDialogW.s b/libc/nt/url/URLAssociationDialogW.s deleted file mode 100644 index 578fe2330..000000000 --- a/libc/nt/url/URLAssociationDialogW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp url,__imp_URLAssociationDialogW,URLAssociationDialogW,118 diff --git a/libc/nt/user32/ActivateKeyboardLayout.S b/libc/nt/user32/ActivateKeyboardLayout.S new file mode 100644 index 000000000..34d0790fb --- /dev/null +++ b/libc/nt/user32/ActivateKeyboardLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ActivateKeyboardLayout,ActivateKeyboardLayout,1505 diff --git a/libc/nt/user32/ActivateKeyboardLayout.s b/libc/nt/user32/ActivateKeyboardLayout.s deleted file mode 100644 index bbc267f13..000000000 --- a/libc/nt/user32/ActivateKeyboardLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ActivateKeyboardLayout,ActivateKeyboardLayout,1505 diff --git a/libc/nt/user32/AddClipboardFormatListener.S b/libc/nt/user32/AddClipboardFormatListener.S new file mode 100644 index 000000000..06e7b4266 --- /dev/null +++ b/libc/nt/user32/AddClipboardFormatListener.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AddClipboardFormatListener,AddClipboardFormatListener,1506 diff --git a/libc/nt/user32/AddClipboardFormatListener.s b/libc/nt/user32/AddClipboardFormatListener.s deleted file mode 100644 index 0885a4f12..000000000 --- a/libc/nt/user32/AddClipboardFormatListener.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AddClipboardFormatListener,AddClipboardFormatListener,1506 diff --git a/libc/nt/user32/AdjustWindowRect.S b/libc/nt/user32/AdjustWindowRect.S new file mode 100644 index 000000000..620eec792 --- /dev/null +++ b/libc/nt/user32/AdjustWindowRect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AdjustWindowRect,AdjustWindowRect,1507 + +#ifdef __x86_64__ + .text.windows +AdjustWindowRect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AdjustWindowRect(%rip),%rax + jmp __sysv2nt + .endfn AdjustWindowRect,globl + .previous +#endif diff --git a/libc/nt/user32/AdjustWindowRect.s b/libc/nt/user32/AdjustWindowRect.s deleted file mode 100644 index 908a927f2..000000000 --- a/libc/nt/user32/AdjustWindowRect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AdjustWindowRect,AdjustWindowRect,1507 - - .text.windows -AdjustWindowRect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AdjustWindowRect(%rip),%rax - jmp __sysv2nt - .endfn AdjustWindowRect,globl - .previous diff --git a/libc/nt/user32/AdjustWindowRectEx.S b/libc/nt/user32/AdjustWindowRectEx.S new file mode 100644 index 000000000..15b3ba2f6 --- /dev/null +++ b/libc/nt/user32/AdjustWindowRectEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AdjustWindowRectEx,AdjustWindowRectEx,1508 diff --git a/libc/nt/user32/AdjustWindowRectEx.s b/libc/nt/user32/AdjustWindowRectEx.s deleted file mode 100644 index f580d4793..000000000 --- a/libc/nt/user32/AdjustWindowRectEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AdjustWindowRectEx,AdjustWindowRectEx,1508 diff --git a/libc/nt/user32/AdjustWindowRectExForDpi.S b/libc/nt/user32/AdjustWindowRectExForDpi.S new file mode 100644 index 000000000..728624313 --- /dev/null +++ b/libc/nt/user32/AdjustWindowRectExForDpi.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AdjustWindowRectExForDpi,AdjustWindowRectExForDpi,1509 diff --git a/libc/nt/user32/AdjustWindowRectExForDpi.s b/libc/nt/user32/AdjustWindowRectExForDpi.s deleted file mode 100644 index 029b72961..000000000 --- a/libc/nt/user32/AdjustWindowRectExForDpi.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AdjustWindowRectExForDpi,AdjustWindowRectExForDpi,1509 diff --git a/libc/nt/user32/AlignRects.S b/libc/nt/user32/AlignRects.S new file mode 100644 index 000000000..36975c161 --- /dev/null +++ b/libc/nt/user32/AlignRects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AlignRects,AlignRects,1510 diff --git a/libc/nt/user32/AlignRects.s b/libc/nt/user32/AlignRects.s deleted file mode 100644 index df6b6a0b5..000000000 --- a/libc/nt/user32/AlignRects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AlignRects,AlignRects,1510 diff --git a/libc/nt/user32/AllowForegroundActivation.S b/libc/nt/user32/AllowForegroundActivation.S new file mode 100644 index 000000000..5b8378840 --- /dev/null +++ b/libc/nt/user32/AllowForegroundActivation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AllowForegroundActivation,AllowForegroundActivation,1511 diff --git a/libc/nt/user32/AllowForegroundActivation.s b/libc/nt/user32/AllowForegroundActivation.s deleted file mode 100644 index 430a5c0ff..000000000 --- a/libc/nt/user32/AllowForegroundActivation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AllowForegroundActivation,AllowForegroundActivation,1511 diff --git a/libc/nt/user32/AllowSetForegroundWindow.S b/libc/nt/user32/AllowSetForegroundWindow.S new file mode 100644 index 000000000..419dc7930 --- /dev/null +++ b/libc/nt/user32/AllowSetForegroundWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AllowSetForegroundWindow,AllowSetForegroundWindow,1512 diff --git a/libc/nt/user32/AllowSetForegroundWindow.s b/libc/nt/user32/AllowSetForegroundWindow.s deleted file mode 100644 index 7caf61384..000000000 --- a/libc/nt/user32/AllowSetForegroundWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AllowSetForegroundWindow,AllowSetForegroundWindow,1512 diff --git a/libc/nt/user32/AnimateWindow.S b/libc/nt/user32/AnimateWindow.S new file mode 100644 index 000000000..bd37d3479 --- /dev/null +++ b/libc/nt/user32/AnimateWindow.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AnimateWindow,AnimateWindow,1513 + +#ifdef __x86_64__ + .text.windows +AnimateWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AnimateWindow(%rip),%rax + jmp __sysv2nt + .endfn AnimateWindow,globl + .previous +#endif diff --git a/libc/nt/user32/AnimateWindow.s b/libc/nt/user32/AnimateWindow.s deleted file mode 100644 index 84333689f..000000000 --- a/libc/nt/user32/AnimateWindow.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AnimateWindow,AnimateWindow,1513 - - .text.windows -AnimateWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AnimateWindow(%rip),%rax - jmp __sysv2nt - .endfn AnimateWindow,globl - .previous diff --git a/libc/nt/user32/AnyPopup.S b/libc/nt/user32/AnyPopup.S new file mode 100644 index 000000000..c3f01beec --- /dev/null +++ b/libc/nt/user32/AnyPopup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AnyPopup,AnyPopup,1514 diff --git a/libc/nt/user32/AnyPopup.s b/libc/nt/user32/AnyPopup.s deleted file mode 100644 index 1fb58364b..000000000 --- a/libc/nt/user32/AnyPopup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AnyPopup,AnyPopup,1514 diff --git a/libc/nt/user32/AppendMenuA.S b/libc/nt/user32/AppendMenuA.S new file mode 100644 index 000000000..fef91c490 --- /dev/null +++ b/libc/nt/user32/AppendMenuA.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AppendMenuA,AppendMenuA,1515 + +#ifdef __x86_64__ + .text.windows +AppendMenuA: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AppendMenuA(%rip),%rax + jmp __sysv2nt + .endfn AppendMenuA,globl + .previous +#endif diff --git a/libc/nt/user32/AppendMenuA.s b/libc/nt/user32/AppendMenuA.s deleted file mode 100644 index f0817a6cc..000000000 --- a/libc/nt/user32/AppendMenuA.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AppendMenuA,AppendMenuA,1515 - - .text.windows -AppendMenuA: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AppendMenuA(%rip),%rax - jmp __sysv2nt - .endfn AppendMenuA,globl - .previous diff --git a/libc/nt/user32/AppendMenuW.S b/libc/nt/user32/AppendMenuW.S new file mode 100644 index 000000000..afd1e9120 --- /dev/null +++ b/libc/nt/user32/AppendMenuW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AppendMenuW,AppendMenuW,1516 + +#ifdef __x86_64__ + .text.windows +AppendMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_AppendMenuW(%rip),%rax + jmp __sysv2nt + .endfn AppendMenu,globl + .previous +#endif diff --git a/libc/nt/user32/AppendMenuW.s b/libc/nt/user32/AppendMenuW.s deleted file mode 100644 index 4cbc08f59..000000000 --- a/libc/nt/user32/AppendMenuW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AppendMenuW,AppendMenuW,1516 - - .text.windows -AppendMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_AppendMenuW(%rip),%rax - jmp __sysv2nt - .endfn AppendMenu,globl - .previous diff --git a/libc/nt/user32/AreDpiAwarenessContextsEqual.S b/libc/nt/user32/AreDpiAwarenessContextsEqual.S new file mode 100644 index 000000000..c4631d12e --- /dev/null +++ b/libc/nt/user32/AreDpiAwarenessContextsEqual.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AreDpiAwarenessContextsEqual,AreDpiAwarenessContextsEqual,1517 diff --git a/libc/nt/user32/AreDpiAwarenessContextsEqual.s b/libc/nt/user32/AreDpiAwarenessContextsEqual.s deleted file mode 100644 index a8cb4a225..000000000 --- a/libc/nt/user32/AreDpiAwarenessContextsEqual.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AreDpiAwarenessContextsEqual,AreDpiAwarenessContextsEqual,1517 diff --git a/libc/nt/user32/ArrangeIconicWindows.S b/libc/nt/user32/ArrangeIconicWindows.S new file mode 100644 index 000000000..f57ead0fa --- /dev/null +++ b/libc/nt/user32/ArrangeIconicWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ArrangeIconicWindows,ArrangeIconicWindows,1518 diff --git a/libc/nt/user32/ArrangeIconicWindows.s b/libc/nt/user32/ArrangeIconicWindows.s deleted file mode 100644 index 91112aee9..000000000 --- a/libc/nt/user32/ArrangeIconicWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ArrangeIconicWindows,ArrangeIconicWindows,1518 diff --git a/libc/nt/user32/AttachThreadInput.S b/libc/nt/user32/AttachThreadInput.S new file mode 100644 index 000000000..fb4043d4b --- /dev/null +++ b/libc/nt/user32/AttachThreadInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_AttachThreadInput,AttachThreadInput,1519 diff --git a/libc/nt/user32/AttachThreadInput.s b/libc/nt/user32/AttachThreadInput.s deleted file mode 100644 index 2f489378a..000000000 --- a/libc/nt/user32/AttachThreadInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_AttachThreadInput,AttachThreadInput,1519 diff --git a/libc/nt/user32/BeginDeferWindowPos.S b/libc/nt/user32/BeginDeferWindowPos.S new file mode 100644 index 000000000..77e3ef51f --- /dev/null +++ b/libc/nt/user32/BeginDeferWindowPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BeginDeferWindowPos,BeginDeferWindowPos,1520 diff --git a/libc/nt/user32/BeginDeferWindowPos.s b/libc/nt/user32/BeginDeferWindowPos.s deleted file mode 100644 index 74c57a4a0..000000000 --- a/libc/nt/user32/BeginDeferWindowPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BeginDeferWindowPos,BeginDeferWindowPos,1520 diff --git a/libc/nt/user32/BeginPaint.S b/libc/nt/user32/BeginPaint.S new file mode 100644 index 000000000..6b2a60e31 --- /dev/null +++ b/libc/nt/user32/BeginPaint.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BeginPaint,BeginPaint,1521 + +#ifdef __x86_64__ + .text.windows +BeginPaint: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_BeginPaint(%rip),%rax + jmp __sysv2nt + .endfn BeginPaint,globl + .previous +#endif diff --git a/libc/nt/user32/BeginPaint.s b/libc/nt/user32/BeginPaint.s deleted file mode 100644 index 6c9bf51e1..000000000 --- a/libc/nt/user32/BeginPaint.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BeginPaint,BeginPaint,1521 - - .text.windows -BeginPaint: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_BeginPaint(%rip),%rax - jmp __sysv2nt - .endfn BeginPaint,globl - .previous diff --git a/libc/nt/user32/BlockInput.S b/libc/nt/user32/BlockInput.S new file mode 100644 index 000000000..a7843cc4d --- /dev/null +++ b/libc/nt/user32/BlockInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BlockInput,BlockInput,1522 diff --git a/libc/nt/user32/BlockInput.s b/libc/nt/user32/BlockInput.s deleted file mode 100644 index 692ea4fb4..000000000 --- a/libc/nt/user32/BlockInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BlockInput,BlockInput,1522 diff --git a/libc/nt/user32/BringWindowToTop.S b/libc/nt/user32/BringWindowToTop.S new file mode 100644 index 000000000..8faec310e --- /dev/null +++ b/libc/nt/user32/BringWindowToTop.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BringWindowToTop,BringWindowToTop,1523 + +#ifdef __x86_64__ + .text.windows +BringWindowToTop: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_BringWindowToTop(%rip) + leave + ret + .endfn BringWindowToTop,globl + .previous +#endif diff --git a/libc/nt/user32/BringWindowToTop.s b/libc/nt/user32/BringWindowToTop.s deleted file mode 100644 index 552f3c895..000000000 --- a/libc/nt/user32/BringWindowToTop.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BringWindowToTop,BringWindowToTop,1523 - - .text.windows -BringWindowToTop: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_BringWindowToTop(%rip) - leave - ret - .endfn BringWindowToTop,globl - .previous diff --git a/libc/nt/user32/BroadcastSystemMessageExW.S b/libc/nt/user32/BroadcastSystemMessageExW.S new file mode 100644 index 000000000..6f0d764ed --- /dev/null +++ b/libc/nt/user32/BroadcastSystemMessageExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BroadcastSystemMessageExW,BroadcastSystemMessageExW,1527 diff --git a/libc/nt/user32/BroadcastSystemMessageExW.s b/libc/nt/user32/BroadcastSystemMessageExW.s deleted file mode 100644 index 70f3b8a91..000000000 --- a/libc/nt/user32/BroadcastSystemMessageExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BroadcastSystemMessageExW,BroadcastSystemMessageExW,1527 diff --git a/libc/nt/user32/BroadcastSystemMessageW.S b/libc/nt/user32/BroadcastSystemMessageW.S new file mode 100644 index 000000000..c5296bb52 --- /dev/null +++ b/libc/nt/user32/BroadcastSystemMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BroadcastSystemMessageW,BroadcastSystemMessageW,1528 diff --git a/libc/nt/user32/BroadcastSystemMessageW.s b/libc/nt/user32/BroadcastSystemMessageW.s deleted file mode 100644 index 4e2caf3b8..000000000 --- a/libc/nt/user32/BroadcastSystemMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BroadcastSystemMessageW,BroadcastSystemMessageW,1528 diff --git a/libc/nt/user32/BuildReasonArray.S b/libc/nt/user32/BuildReasonArray.S new file mode 100644 index 000000000..a97243f55 --- /dev/null +++ b/libc/nt/user32/BuildReasonArray.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_BuildReasonArray,BuildReasonArray,1529 diff --git a/libc/nt/user32/BuildReasonArray.s b/libc/nt/user32/BuildReasonArray.s deleted file mode 100644 index cee3ab958..000000000 --- a/libc/nt/user32/BuildReasonArray.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_BuildReasonArray,BuildReasonArray,1529 diff --git a/libc/nt/user32/CalcMenuBar.S b/libc/nt/user32/CalcMenuBar.S new file mode 100644 index 000000000..c6d1be16a --- /dev/null +++ b/libc/nt/user32/CalcMenuBar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CalcMenuBar,CalcMenuBar,1530 diff --git a/libc/nt/user32/CalcMenuBar.s b/libc/nt/user32/CalcMenuBar.s deleted file mode 100644 index 554507c92..000000000 --- a/libc/nt/user32/CalcMenuBar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CalcMenuBar,CalcMenuBar,1530 diff --git a/libc/nt/user32/CalculatePopupWindowPosition.S b/libc/nt/user32/CalculatePopupWindowPosition.S new file mode 100644 index 000000000..c2cdb4c02 --- /dev/null +++ b/libc/nt/user32/CalculatePopupWindowPosition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CalculatePopupWindowPosition,CalculatePopupWindowPosition,1531 diff --git a/libc/nt/user32/CalculatePopupWindowPosition.s b/libc/nt/user32/CalculatePopupWindowPosition.s deleted file mode 100644 index f49f2f954..000000000 --- a/libc/nt/user32/CalculatePopupWindowPosition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CalculatePopupWindowPosition,CalculatePopupWindowPosition,1531 diff --git a/libc/nt/user32/CallMsgFilterW.S b/libc/nt/user32/CallMsgFilterW.S new file mode 100644 index 000000000..fc2d23011 --- /dev/null +++ b/libc/nt/user32/CallMsgFilterW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CallMsgFilterW,CallMsgFilterW,1534 diff --git a/libc/nt/user32/CallMsgFilterW.s b/libc/nt/user32/CallMsgFilterW.s deleted file mode 100644 index b555982fb..000000000 --- a/libc/nt/user32/CallMsgFilterW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CallMsgFilterW,CallMsgFilterW,1534 diff --git a/libc/nt/user32/CallNextHookEx.S b/libc/nt/user32/CallNextHookEx.S new file mode 100644 index 000000000..35065d8f2 --- /dev/null +++ b/libc/nt/user32/CallNextHookEx.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CallNextHookEx,CallNextHookEx,1535 + +#ifdef __x86_64__ + .text.windows +CallNextHookEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CallNextHookEx(%rip),%rax + jmp __sysv2nt + .endfn CallNextHookEx,globl + .previous +#endif diff --git a/libc/nt/user32/CallNextHookEx.s b/libc/nt/user32/CallNextHookEx.s deleted file mode 100644 index fbe938bba..000000000 --- a/libc/nt/user32/CallNextHookEx.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CallNextHookEx,CallNextHookEx,1535 - - .text.windows -CallNextHookEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CallNextHookEx(%rip),%rax - jmp __sysv2nt - .endfn CallNextHookEx,globl - .previous diff --git a/libc/nt/user32/CallWindowProcW.S b/libc/nt/user32/CallWindowProcW.S new file mode 100644 index 000000000..417837498 --- /dev/null +++ b/libc/nt/user32/CallWindowProcW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CallWindowProcW,CallWindowProcW,1537 diff --git a/libc/nt/user32/CallWindowProcW.s b/libc/nt/user32/CallWindowProcW.s deleted file mode 100644 index c35b4dbe5..000000000 --- a/libc/nt/user32/CallWindowProcW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CallWindowProcW,CallWindowProcW,1537 diff --git a/libc/nt/user32/CancelShutdown.S b/libc/nt/user32/CancelShutdown.S new file mode 100644 index 000000000..bc4f6975e --- /dev/null +++ b/libc/nt/user32/CancelShutdown.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CancelShutdown,CancelShutdown,1538 diff --git a/libc/nt/user32/CancelShutdown.s b/libc/nt/user32/CancelShutdown.s deleted file mode 100644 index 8969ec299..000000000 --- a/libc/nt/user32/CancelShutdown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CancelShutdown,CancelShutdown,1538 diff --git a/libc/nt/user32/CascadeChildWindows.S b/libc/nt/user32/CascadeChildWindows.S new file mode 100644 index 000000000..945af87d5 --- /dev/null +++ b/libc/nt/user32/CascadeChildWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CascadeChildWindows,CascadeChildWindows,1539 diff --git a/libc/nt/user32/CascadeChildWindows.s b/libc/nt/user32/CascadeChildWindows.s deleted file mode 100644 index 1f677b4e1..000000000 --- a/libc/nt/user32/CascadeChildWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CascadeChildWindows,CascadeChildWindows,1539 diff --git a/libc/nt/user32/CascadeWindows.S b/libc/nt/user32/CascadeWindows.S new file mode 100644 index 000000000..d12933c81 --- /dev/null +++ b/libc/nt/user32/CascadeWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CascadeWindows,CascadeWindows,1540 diff --git a/libc/nt/user32/CascadeWindows.s b/libc/nt/user32/CascadeWindows.s deleted file mode 100644 index f134d4d72..000000000 --- a/libc/nt/user32/CascadeWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CascadeWindows,CascadeWindows,1540 diff --git a/libc/nt/user32/ChangeClipboardChain.S b/libc/nt/user32/ChangeClipboardChain.S new file mode 100644 index 000000000..6e864b4d6 --- /dev/null +++ b/libc/nt/user32/ChangeClipboardChain.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeClipboardChain,ChangeClipboardChain,1541 diff --git a/libc/nt/user32/ChangeClipboardChain.s b/libc/nt/user32/ChangeClipboardChain.s deleted file mode 100644 index eb9ea9b4a..000000000 --- a/libc/nt/user32/ChangeClipboardChain.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeClipboardChain,ChangeClipboardChain,1541 diff --git a/libc/nt/user32/ChangeDisplaySettingsExW.S b/libc/nt/user32/ChangeDisplaySettingsExW.S new file mode 100644 index 000000000..c3e62c22f --- /dev/null +++ b/libc/nt/user32/ChangeDisplaySettingsExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeDisplaySettingsExW,ChangeDisplaySettingsExW,1544 diff --git a/libc/nt/user32/ChangeDisplaySettingsExW.s b/libc/nt/user32/ChangeDisplaySettingsExW.s deleted file mode 100644 index 7a80e7855..000000000 --- a/libc/nt/user32/ChangeDisplaySettingsExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeDisplaySettingsExW,ChangeDisplaySettingsExW,1544 diff --git a/libc/nt/user32/ChangeDisplaySettingsW.S b/libc/nt/user32/ChangeDisplaySettingsW.S new file mode 100644 index 000000000..117e9211d --- /dev/null +++ b/libc/nt/user32/ChangeDisplaySettingsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeDisplaySettingsW,ChangeDisplaySettingsW,1545 diff --git a/libc/nt/user32/ChangeDisplaySettingsW.s b/libc/nt/user32/ChangeDisplaySettingsW.s deleted file mode 100644 index 685fdef26..000000000 --- a/libc/nt/user32/ChangeDisplaySettingsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeDisplaySettingsW,ChangeDisplaySettingsW,1545 diff --git a/libc/nt/user32/ChangeMenuW.S b/libc/nt/user32/ChangeMenuW.S new file mode 100644 index 000000000..f217dc452 --- /dev/null +++ b/libc/nt/user32/ChangeMenuW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeMenuW,ChangeMenuW,1547 diff --git a/libc/nt/user32/ChangeMenuW.s b/libc/nt/user32/ChangeMenuW.s deleted file mode 100644 index 3e798e369..000000000 --- a/libc/nt/user32/ChangeMenuW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeMenuW,ChangeMenuW,1547 diff --git a/libc/nt/user32/ChangeWindowMessageFilter.S b/libc/nt/user32/ChangeWindowMessageFilter.S new file mode 100644 index 000000000..c94766d5f --- /dev/null +++ b/libc/nt/user32/ChangeWindowMessageFilter.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeWindowMessageFilter,ChangeWindowMessageFilter,1548 diff --git a/libc/nt/user32/ChangeWindowMessageFilter.s b/libc/nt/user32/ChangeWindowMessageFilter.s deleted file mode 100644 index e03e71c45..000000000 --- a/libc/nt/user32/ChangeWindowMessageFilter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeWindowMessageFilter,ChangeWindowMessageFilter,1548 diff --git a/libc/nt/user32/ChangeWindowMessageFilterEx.S b/libc/nt/user32/ChangeWindowMessageFilterEx.S new file mode 100644 index 000000000..6792301f2 --- /dev/null +++ b/libc/nt/user32/ChangeWindowMessageFilterEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChangeWindowMessageFilterEx,ChangeWindowMessageFilterEx,1549 diff --git a/libc/nt/user32/ChangeWindowMessageFilterEx.s b/libc/nt/user32/ChangeWindowMessageFilterEx.s deleted file mode 100644 index 1ea298b67..000000000 --- a/libc/nt/user32/ChangeWindowMessageFilterEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChangeWindowMessageFilterEx,ChangeWindowMessageFilterEx,1549 diff --git a/libc/nt/user32/CharToOemBuffW.S b/libc/nt/user32/CharToOemBuffW.S new file mode 100644 index 000000000..3f90a5f18 --- /dev/null +++ b/libc/nt/user32/CharToOemBuffW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CharToOemBuffW,CharToOemBuffW,1567 diff --git a/libc/nt/user32/CharToOemBuffW.s b/libc/nt/user32/CharToOemBuffW.s deleted file mode 100644 index 8ebf9ae0c..000000000 --- a/libc/nt/user32/CharToOemBuffW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CharToOemBuffW,CharToOemBuffW,1567 diff --git a/libc/nt/user32/CharToOemW.S b/libc/nt/user32/CharToOemW.S new file mode 100644 index 000000000..a12ef5de8 --- /dev/null +++ b/libc/nt/user32/CharToOemW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CharToOemW,CharToOemW,1568 diff --git a/libc/nt/user32/CharToOemW.s b/libc/nt/user32/CharToOemW.s deleted file mode 100644 index fcf0d38bf..000000000 --- a/libc/nt/user32/CharToOemW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CharToOemW,CharToOemW,1568 diff --git a/libc/nt/user32/CheckDBCSEnabledExt.S b/libc/nt/user32/CheckDBCSEnabledExt.S new file mode 100644 index 000000000..ac0e56b32 --- /dev/null +++ b/libc/nt/user32/CheckDBCSEnabledExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckDBCSEnabledExt,CheckDBCSEnabledExt,1573 diff --git a/libc/nt/user32/CheckDBCSEnabledExt.s b/libc/nt/user32/CheckDBCSEnabledExt.s deleted file mode 100644 index 92255596d..000000000 --- a/libc/nt/user32/CheckDBCSEnabledExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckDBCSEnabledExt,CheckDBCSEnabledExt,1573 diff --git a/libc/nt/user32/CheckDlgButton.S b/libc/nt/user32/CheckDlgButton.S new file mode 100644 index 000000000..65705e17b --- /dev/null +++ b/libc/nt/user32/CheckDlgButton.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckDlgButton,CheckDlgButton,1574 diff --git a/libc/nt/user32/CheckDlgButton.s b/libc/nt/user32/CheckDlgButton.s deleted file mode 100644 index 3f15995b3..000000000 --- a/libc/nt/user32/CheckDlgButton.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckDlgButton,CheckDlgButton,1574 diff --git a/libc/nt/user32/CheckMenuItem.S b/libc/nt/user32/CheckMenuItem.S new file mode 100644 index 000000000..d98a76d4f --- /dev/null +++ b/libc/nt/user32/CheckMenuItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckMenuItem,CheckMenuItem,1575 diff --git a/libc/nt/user32/CheckMenuItem.s b/libc/nt/user32/CheckMenuItem.s deleted file mode 100644 index 1cab22b4d..000000000 --- a/libc/nt/user32/CheckMenuItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckMenuItem,CheckMenuItem,1575 diff --git a/libc/nt/user32/CheckMenuRadioItem.S b/libc/nt/user32/CheckMenuRadioItem.S new file mode 100644 index 000000000..01060493e --- /dev/null +++ b/libc/nt/user32/CheckMenuRadioItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckMenuRadioItem,CheckMenuRadioItem,1576 diff --git a/libc/nt/user32/CheckMenuRadioItem.s b/libc/nt/user32/CheckMenuRadioItem.s deleted file mode 100644 index 10cc2cdc0..000000000 --- a/libc/nt/user32/CheckMenuRadioItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckMenuRadioItem,CheckMenuRadioItem,1576 diff --git a/libc/nt/user32/CheckProcessForClipboardAccess.S b/libc/nt/user32/CheckProcessForClipboardAccess.S new file mode 100644 index 000000000..4e1e68510 --- /dev/null +++ b/libc/nt/user32/CheckProcessForClipboardAccess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckProcessForClipboardAccess,CheckProcessForClipboardAccess,1577 diff --git a/libc/nt/user32/CheckProcessForClipboardAccess.s b/libc/nt/user32/CheckProcessForClipboardAccess.s deleted file mode 100644 index d56392fd3..000000000 --- a/libc/nt/user32/CheckProcessForClipboardAccess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckProcessForClipboardAccess,CheckProcessForClipboardAccess,1577 diff --git a/libc/nt/user32/CheckProcessSession.S b/libc/nt/user32/CheckProcessSession.S new file mode 100644 index 000000000..381fca490 --- /dev/null +++ b/libc/nt/user32/CheckProcessSession.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckProcessSession,CheckProcessSession,1578 diff --git a/libc/nt/user32/CheckProcessSession.s b/libc/nt/user32/CheckProcessSession.s deleted file mode 100644 index ae0259484..000000000 --- a/libc/nt/user32/CheckProcessSession.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckProcessSession,CheckProcessSession,1578 diff --git a/libc/nt/user32/CheckRadioButton.S b/libc/nt/user32/CheckRadioButton.S new file mode 100644 index 000000000..cf242aebd --- /dev/null +++ b/libc/nt/user32/CheckRadioButton.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckRadioButton,CheckRadioButton,1579 diff --git a/libc/nt/user32/CheckRadioButton.s b/libc/nt/user32/CheckRadioButton.s deleted file mode 100644 index 069abeb54..000000000 --- a/libc/nt/user32/CheckRadioButton.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckRadioButton,CheckRadioButton,1579 diff --git a/libc/nt/user32/CheckWindowThreadDesktop.S b/libc/nt/user32/CheckWindowThreadDesktop.S new file mode 100644 index 000000000..39d9a2052 --- /dev/null +++ b/libc/nt/user32/CheckWindowThreadDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CheckWindowThreadDesktop,CheckWindowThreadDesktop,1580 diff --git a/libc/nt/user32/CheckWindowThreadDesktop.s b/libc/nt/user32/CheckWindowThreadDesktop.s deleted file mode 100644 index 7db5483a9..000000000 --- a/libc/nt/user32/CheckWindowThreadDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CheckWindowThreadDesktop,CheckWindowThreadDesktop,1580 diff --git a/libc/nt/user32/ChildWindowFromPoint.S b/libc/nt/user32/ChildWindowFromPoint.S new file mode 100644 index 000000000..28fefdeae --- /dev/null +++ b/libc/nt/user32/ChildWindowFromPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChildWindowFromPoint,ChildWindowFromPoint,1581 diff --git a/libc/nt/user32/ChildWindowFromPoint.s b/libc/nt/user32/ChildWindowFromPoint.s deleted file mode 100644 index 8917dffdb..000000000 --- a/libc/nt/user32/ChildWindowFromPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChildWindowFromPoint,ChildWindowFromPoint,1581 diff --git a/libc/nt/user32/ChildWindowFromPointEx.S b/libc/nt/user32/ChildWindowFromPointEx.S new file mode 100644 index 000000000..f5611a51d --- /dev/null +++ b/libc/nt/user32/ChildWindowFromPointEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ChildWindowFromPointEx,ChildWindowFromPointEx,1582 diff --git a/libc/nt/user32/ChildWindowFromPointEx.s b/libc/nt/user32/ChildWindowFromPointEx.s deleted file mode 100644 index 38f747ec1..000000000 --- a/libc/nt/user32/ChildWindowFromPointEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ChildWindowFromPointEx,ChildWindowFromPointEx,1582 diff --git a/libc/nt/user32/CliImmSetHotKey.S b/libc/nt/user32/CliImmSetHotKey.S new file mode 100644 index 000000000..95e0fe632 --- /dev/null +++ b/libc/nt/user32/CliImmSetHotKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CliImmSetHotKey,CliImmSetHotKey,1583 diff --git a/libc/nt/user32/CliImmSetHotKey.s b/libc/nt/user32/CliImmSetHotKey.s deleted file mode 100644 index 98d531536..000000000 --- a/libc/nt/user32/CliImmSetHotKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CliImmSetHotKey,CliImmSetHotKey,1583 diff --git a/libc/nt/user32/ClientThreadSetup.S b/libc/nt/user32/ClientThreadSetup.S new file mode 100644 index 000000000..efcb62252 --- /dev/null +++ b/libc/nt/user32/ClientThreadSetup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ClientThreadSetup,ClientThreadSetup,1584 diff --git a/libc/nt/user32/ClientThreadSetup.s b/libc/nt/user32/ClientThreadSetup.s deleted file mode 100644 index f6816fc72..000000000 --- a/libc/nt/user32/ClientThreadSetup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ClientThreadSetup,ClientThreadSetup,1584 diff --git a/libc/nt/user32/ClientToScreen.S b/libc/nt/user32/ClientToScreen.S new file mode 100644 index 000000000..215c9eaf4 --- /dev/null +++ b/libc/nt/user32/ClientToScreen.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ClientToScreen,ClientToScreen,1585 diff --git a/libc/nt/user32/ClientToScreen.s b/libc/nt/user32/ClientToScreen.s deleted file mode 100644 index cae15f61c..000000000 --- a/libc/nt/user32/ClientToScreen.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ClientToScreen,ClientToScreen,1585 diff --git a/libc/nt/user32/ClipCursor.S b/libc/nt/user32/ClipCursor.S new file mode 100644 index 000000000..e2e336497 --- /dev/null +++ b/libc/nt/user32/ClipCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ClipCursor,ClipCursor,1586 diff --git a/libc/nt/user32/ClipCursor.s b/libc/nt/user32/ClipCursor.s deleted file mode 100644 index 5288c096d..000000000 --- a/libc/nt/user32/ClipCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ClipCursor,ClipCursor,1586 diff --git a/libc/nt/user32/CloseClipboard.S b/libc/nt/user32/CloseClipboard.S new file mode 100644 index 000000000..fe9a1e5e0 --- /dev/null +++ b/libc/nt/user32/CloseClipboard.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseClipboard,CloseClipboard,1587 diff --git a/libc/nt/user32/CloseClipboard.s b/libc/nt/user32/CloseClipboard.s deleted file mode 100644 index c4fb60451..000000000 --- a/libc/nt/user32/CloseClipboard.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseClipboard,CloseClipboard,1587 diff --git a/libc/nt/user32/CloseDesktop.S b/libc/nt/user32/CloseDesktop.S new file mode 100644 index 000000000..24afb4653 --- /dev/null +++ b/libc/nt/user32/CloseDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseDesktop,CloseDesktop,1588 diff --git a/libc/nt/user32/CloseDesktop.s b/libc/nt/user32/CloseDesktop.s deleted file mode 100644 index 47439b4a9..000000000 --- a/libc/nt/user32/CloseDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseDesktop,CloseDesktop,1588 diff --git a/libc/nt/user32/CloseGestureInfoHandle.S b/libc/nt/user32/CloseGestureInfoHandle.S new file mode 100644 index 000000000..e3325182b --- /dev/null +++ b/libc/nt/user32/CloseGestureInfoHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseGestureInfoHandle,CloseGestureInfoHandle,1589 diff --git a/libc/nt/user32/CloseGestureInfoHandle.s b/libc/nt/user32/CloseGestureInfoHandle.s deleted file mode 100644 index 1cdf2b0a6..000000000 --- a/libc/nt/user32/CloseGestureInfoHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseGestureInfoHandle,CloseGestureInfoHandle,1589 diff --git a/libc/nt/user32/CloseTouchInputHandle.S b/libc/nt/user32/CloseTouchInputHandle.S new file mode 100644 index 000000000..4b582bb92 --- /dev/null +++ b/libc/nt/user32/CloseTouchInputHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseTouchInputHandle,CloseTouchInputHandle,1590 diff --git a/libc/nt/user32/CloseTouchInputHandle.s b/libc/nt/user32/CloseTouchInputHandle.s deleted file mode 100644 index 4e9e1e66c..000000000 --- a/libc/nt/user32/CloseTouchInputHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseTouchInputHandle,CloseTouchInputHandle,1590 diff --git a/libc/nt/user32/CloseWindow.S b/libc/nt/user32/CloseWindow.S new file mode 100644 index 000000000..4d1284e8a --- /dev/null +++ b/libc/nt/user32/CloseWindow.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseWindow,CloseWindow,1591 + +#ifdef __x86_64__ + .text.windows +CloseWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CloseWindow(%rip) + leave + ret + .endfn CloseWindow,globl + .previous +#endif diff --git a/libc/nt/user32/CloseWindow.s b/libc/nt/user32/CloseWindow.s deleted file mode 100644 index d13347ed9..000000000 --- a/libc/nt/user32/CloseWindow.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseWindow,CloseWindow,1591 - - .text.windows -CloseWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CloseWindow(%rip) - leave - ret - .endfn CloseWindow,globl - .previous diff --git a/libc/nt/user32/CloseWindowStation.S b/libc/nt/user32/CloseWindowStation.S new file mode 100644 index 000000000..356b17592 --- /dev/null +++ b/libc/nt/user32/CloseWindowStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CloseWindowStation,CloseWindowStation,1592 diff --git a/libc/nt/user32/CloseWindowStation.s b/libc/nt/user32/CloseWindowStation.s deleted file mode 100644 index 3c08792c4..000000000 --- a/libc/nt/user32/CloseWindowStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CloseWindowStation,CloseWindowStation,1592 diff --git a/libc/nt/user32/ConsoleControl.S b/libc/nt/user32/ConsoleControl.S new file mode 100644 index 000000000..a8de5d569 --- /dev/null +++ b/libc/nt/user32/ConsoleControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ConsoleControl,ConsoleControl,1593 diff --git a/libc/nt/user32/ConsoleControl.s b/libc/nt/user32/ConsoleControl.s deleted file mode 100644 index bca4996b4..000000000 --- a/libc/nt/user32/ConsoleControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ConsoleControl,ConsoleControl,1593 diff --git a/libc/nt/user32/ControlMagnification.S b/libc/nt/user32/ControlMagnification.S new file mode 100644 index 000000000..3e5c2e554 --- /dev/null +++ b/libc/nt/user32/ControlMagnification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ControlMagnification,ControlMagnification,1594 diff --git a/libc/nt/user32/ControlMagnification.s b/libc/nt/user32/ControlMagnification.s deleted file mode 100644 index ed6ed947a..000000000 --- a/libc/nt/user32/ControlMagnification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ControlMagnification,ControlMagnification,1594 diff --git a/libc/nt/user32/CopyAcceleratorTableW.S b/libc/nt/user32/CopyAcceleratorTableW.S new file mode 100644 index 000000000..0b0d171eb --- /dev/null +++ b/libc/nt/user32/CopyAcceleratorTableW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CopyAcceleratorTableW,CopyAcceleratorTableW,1596 diff --git a/libc/nt/user32/CopyAcceleratorTableW.s b/libc/nt/user32/CopyAcceleratorTableW.s deleted file mode 100644 index 8a046b807..000000000 --- a/libc/nt/user32/CopyAcceleratorTableW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CopyAcceleratorTableW,CopyAcceleratorTableW,1596 diff --git a/libc/nt/user32/CopyIcon.S b/libc/nt/user32/CopyIcon.S new file mode 100644 index 000000000..dc6c73920 --- /dev/null +++ b/libc/nt/user32/CopyIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CopyIcon,CopyIcon,1597 diff --git a/libc/nt/user32/CopyIcon.s b/libc/nt/user32/CopyIcon.s deleted file mode 100644 index 0ca55db13..000000000 --- a/libc/nt/user32/CopyIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CopyIcon,CopyIcon,1597 diff --git a/libc/nt/user32/CopyImage.S b/libc/nt/user32/CopyImage.S new file mode 100644 index 000000000..e2828ae3b --- /dev/null +++ b/libc/nt/user32/CopyImage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CopyImage,CopyImage,1598 diff --git a/libc/nt/user32/CopyImage.s b/libc/nt/user32/CopyImage.s deleted file mode 100644 index 9ba4a3c32..000000000 --- a/libc/nt/user32/CopyImage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CopyImage,CopyImage,1598 diff --git a/libc/nt/user32/CopyRect.S b/libc/nt/user32/CopyRect.S new file mode 100644 index 000000000..3dae145aa --- /dev/null +++ b/libc/nt/user32/CopyRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CopyRect,CopyRect,1599 diff --git a/libc/nt/user32/CopyRect.s b/libc/nt/user32/CopyRect.s deleted file mode 100644 index e11ce03f1..000000000 --- a/libc/nt/user32/CopyRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CopyRect,CopyRect,1599 diff --git a/libc/nt/user32/CountClipboardFormats.S b/libc/nt/user32/CountClipboardFormats.S new file mode 100644 index 000000000..81395d95a --- /dev/null +++ b/libc/nt/user32/CountClipboardFormats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CountClipboardFormats,CountClipboardFormats,1600 diff --git a/libc/nt/user32/CountClipboardFormats.s b/libc/nt/user32/CountClipboardFormats.s deleted file mode 100644 index 0d7552340..000000000 --- a/libc/nt/user32/CountClipboardFormats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CountClipboardFormats,CountClipboardFormats,1600 diff --git a/libc/nt/user32/CreateAcceleratorTableW.S b/libc/nt/user32/CreateAcceleratorTableW.S new file mode 100644 index 000000000..8b0539423 --- /dev/null +++ b/libc/nt/user32/CreateAcceleratorTableW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateAcceleratorTableW,CreateAcceleratorTableW,1602 diff --git a/libc/nt/user32/CreateAcceleratorTableW.s b/libc/nt/user32/CreateAcceleratorTableW.s deleted file mode 100644 index dfb1434c7..000000000 --- a/libc/nt/user32/CreateAcceleratorTableW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateAcceleratorTableW,CreateAcceleratorTableW,1602 diff --git a/libc/nt/user32/CreateCaret.S b/libc/nt/user32/CreateCaret.S new file mode 100644 index 000000000..19ee17a43 --- /dev/null +++ b/libc/nt/user32/CreateCaret.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateCaret,CreateCaret,1603 diff --git a/libc/nt/user32/CreateCaret.s b/libc/nt/user32/CreateCaret.s deleted file mode 100644 index f43e42912..000000000 --- a/libc/nt/user32/CreateCaret.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateCaret,CreateCaret,1603 diff --git a/libc/nt/user32/CreateCursor.S b/libc/nt/user32/CreateCursor.S new file mode 100644 index 000000000..4b9a0b3e8 --- /dev/null +++ b/libc/nt/user32/CreateCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateCursor,CreateCursor,1604 diff --git a/libc/nt/user32/CreateCursor.s b/libc/nt/user32/CreateCursor.s deleted file mode 100644 index e9cc92f04..000000000 --- a/libc/nt/user32/CreateCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateCursor,CreateCursor,1604 diff --git a/libc/nt/user32/CreateDCompositionHwndTarget.S b/libc/nt/user32/CreateDCompositionHwndTarget.S new file mode 100644 index 000000000..8b90c9472 --- /dev/null +++ b/libc/nt/user32/CreateDCompositionHwndTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDCompositionHwndTarget,CreateDCompositionHwndTarget,1605 diff --git a/libc/nt/user32/CreateDCompositionHwndTarget.s b/libc/nt/user32/CreateDCompositionHwndTarget.s deleted file mode 100644 index 67b92f4c4..000000000 --- a/libc/nt/user32/CreateDCompositionHwndTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDCompositionHwndTarget,CreateDCompositionHwndTarget,1605 diff --git a/libc/nt/user32/CreateDesktopExW.S b/libc/nt/user32/CreateDesktopExW.S new file mode 100644 index 000000000..aabf174af --- /dev/null +++ b/libc/nt/user32/CreateDesktopExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDesktopExW,CreateDesktopExW,1608 diff --git a/libc/nt/user32/CreateDesktopExW.s b/libc/nt/user32/CreateDesktopExW.s deleted file mode 100644 index 509bd05c9..000000000 --- a/libc/nt/user32/CreateDesktopExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDesktopExW,CreateDesktopExW,1608 diff --git a/libc/nt/user32/CreateDesktopW.S b/libc/nt/user32/CreateDesktopW.S new file mode 100644 index 000000000..759da166c --- /dev/null +++ b/libc/nt/user32/CreateDesktopW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDesktopW,CreateDesktopW,1609 diff --git a/libc/nt/user32/CreateDesktopW.s b/libc/nt/user32/CreateDesktopW.s deleted file mode 100644 index 0bbbaad1d..000000000 --- a/libc/nt/user32/CreateDesktopW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDesktopW,CreateDesktopW,1609 diff --git a/libc/nt/user32/CreateDialogIndirectParamAorW.S b/libc/nt/user32/CreateDialogIndirectParamAorW.S new file mode 100644 index 000000000..5b22e0650 --- /dev/null +++ b/libc/nt/user32/CreateDialogIndirectParamAorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDialogIndirectParamAorW,CreateDialogIndirectParamAorW,1611 diff --git a/libc/nt/user32/CreateDialogIndirectParamAorW.s b/libc/nt/user32/CreateDialogIndirectParamAorW.s deleted file mode 100644 index 44e491d20..000000000 --- a/libc/nt/user32/CreateDialogIndirectParamAorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDialogIndirectParamAorW,CreateDialogIndirectParamAorW,1611 diff --git a/libc/nt/user32/CreateDialogIndirectParamW.S b/libc/nt/user32/CreateDialogIndirectParamW.S new file mode 100644 index 000000000..fde87f532 --- /dev/null +++ b/libc/nt/user32/CreateDialogIndirectParamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDialogIndirectParamW,CreateDialogIndirectParamW,1612 diff --git a/libc/nt/user32/CreateDialogIndirectParamW.s b/libc/nt/user32/CreateDialogIndirectParamW.s deleted file mode 100644 index 2866db766..000000000 --- a/libc/nt/user32/CreateDialogIndirectParamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDialogIndirectParamW,CreateDialogIndirectParamW,1612 diff --git a/libc/nt/user32/CreateDialogParamW.S b/libc/nt/user32/CreateDialogParamW.S new file mode 100644 index 000000000..885f28622 --- /dev/null +++ b/libc/nt/user32/CreateDialogParamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateDialogParamW,CreateDialogParamW,1614 diff --git a/libc/nt/user32/CreateDialogParamW.s b/libc/nt/user32/CreateDialogParamW.s deleted file mode 100644 index 69ee1bd06..000000000 --- a/libc/nt/user32/CreateDialogParamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateDialogParamW,CreateDialogParamW,1614 diff --git a/libc/nt/user32/CreateIcon.S b/libc/nt/user32/CreateIcon.S new file mode 100644 index 000000000..47d3d6ed1 --- /dev/null +++ b/libc/nt/user32/CreateIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateIcon,CreateIcon,1615 diff --git a/libc/nt/user32/CreateIcon.s b/libc/nt/user32/CreateIcon.s deleted file mode 100644 index f892f30c2..000000000 --- a/libc/nt/user32/CreateIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateIcon,CreateIcon,1615 diff --git a/libc/nt/user32/CreateIconFromResource.S b/libc/nt/user32/CreateIconFromResource.S new file mode 100644 index 000000000..0918dd790 --- /dev/null +++ b/libc/nt/user32/CreateIconFromResource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateIconFromResource,CreateIconFromResource,1616 diff --git a/libc/nt/user32/CreateIconFromResource.s b/libc/nt/user32/CreateIconFromResource.s deleted file mode 100644 index f4a43748b..000000000 --- a/libc/nt/user32/CreateIconFromResource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateIconFromResource,CreateIconFromResource,1616 diff --git a/libc/nt/user32/CreateIconFromResourceEx.S b/libc/nt/user32/CreateIconFromResourceEx.S new file mode 100644 index 000000000..3b95e1b4f --- /dev/null +++ b/libc/nt/user32/CreateIconFromResourceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateIconFromResourceEx,CreateIconFromResourceEx,1617 diff --git a/libc/nt/user32/CreateIconFromResourceEx.s b/libc/nt/user32/CreateIconFromResourceEx.s deleted file mode 100644 index f7821ce36..000000000 --- a/libc/nt/user32/CreateIconFromResourceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateIconFromResourceEx,CreateIconFromResourceEx,1617 diff --git a/libc/nt/user32/CreateIconIndirect.S b/libc/nt/user32/CreateIconIndirect.S new file mode 100644 index 000000000..40300b00d --- /dev/null +++ b/libc/nt/user32/CreateIconIndirect.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateIconIndirect,CreateIconIndirect,1618 + +#ifdef __x86_64__ + .text.windows +CreateIconIndirect: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_CreateIconIndirect(%rip) + leave + ret + .endfn CreateIconIndirect,globl + .previous +#endif diff --git a/libc/nt/user32/CreateIconIndirect.s b/libc/nt/user32/CreateIconIndirect.s deleted file mode 100644 index c5a5f1738..000000000 --- a/libc/nt/user32/CreateIconIndirect.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateIconIndirect,CreateIconIndirect,1618 - - .text.windows -CreateIconIndirect: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_CreateIconIndirect(%rip) - leave - ret - .endfn CreateIconIndirect,globl - .previous diff --git a/libc/nt/user32/CreateMDIWindowW.S b/libc/nt/user32/CreateMDIWindowW.S new file mode 100644 index 000000000..95fb8427e --- /dev/null +++ b/libc/nt/user32/CreateMDIWindowW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateMDIWindowW,CreateMDIWindowW,1620 diff --git a/libc/nt/user32/CreateMDIWindowW.s b/libc/nt/user32/CreateMDIWindowW.s deleted file mode 100644 index b80e0d5f7..000000000 --- a/libc/nt/user32/CreateMDIWindowW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateMDIWindowW,CreateMDIWindowW,1620 diff --git a/libc/nt/user32/CreateMenu.S b/libc/nt/user32/CreateMenu.S new file mode 100644 index 000000000..57956b3a4 --- /dev/null +++ b/libc/nt/user32/CreateMenu.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateMenu,CreateMenu,1621 + +#ifdef __x86_64__ + .text.windows +CreateMenu: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_CreateMenu(%rip) + leave + ret + .endfn CreateMenu,globl + .previous +#endif diff --git a/libc/nt/user32/CreateMenu.s b/libc/nt/user32/CreateMenu.s deleted file mode 100644 index a900dd180..000000000 --- a/libc/nt/user32/CreateMenu.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateMenu,CreateMenu,1621 - - .text.windows -CreateMenu: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_CreateMenu(%rip) - leave - ret - .endfn CreateMenu,globl - .previous diff --git a/libc/nt/user32/CreatePalmRejectionDelayZone.S b/libc/nt/user32/CreatePalmRejectionDelayZone.S new file mode 100644 index 000000000..51b737217 --- /dev/null +++ b/libc/nt/user32/CreatePalmRejectionDelayZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreatePalmRejectionDelayZone,CreatePalmRejectionDelayZone,1503 diff --git a/libc/nt/user32/CreatePalmRejectionDelayZone.s b/libc/nt/user32/CreatePalmRejectionDelayZone.s deleted file mode 100644 index bc0e687ae..000000000 --- a/libc/nt/user32/CreatePalmRejectionDelayZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreatePalmRejectionDelayZone,CreatePalmRejectionDelayZone,1503 diff --git a/libc/nt/user32/CreatePopupMenu.S b/libc/nt/user32/CreatePopupMenu.S new file mode 100644 index 000000000..6b801ed39 --- /dev/null +++ b/libc/nt/user32/CreatePopupMenu.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreatePopupMenu,CreatePopupMenu,1622 + +#ifdef __x86_64__ + .text.windows +CreatePopupMenu: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_CreatePopupMenu(%rip) + leave + ret + .endfn CreatePopupMenu,globl + .previous +#endif diff --git a/libc/nt/user32/CreatePopupMenu.s b/libc/nt/user32/CreatePopupMenu.s deleted file mode 100644 index 92e4b3bdf..000000000 --- a/libc/nt/user32/CreatePopupMenu.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreatePopupMenu,CreatePopupMenu,1622 - - .text.windows -CreatePopupMenu: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_CreatePopupMenu(%rip) - leave - ret - .endfn CreatePopupMenu,globl - .previous diff --git a/libc/nt/user32/CreateSystemThreads.S b/libc/nt/user32/CreateSystemThreads.S new file mode 100644 index 000000000..b9b1c82a4 --- /dev/null +++ b/libc/nt/user32/CreateSystemThreads.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateSystemThreads,CreateSystemThreads,1623 diff --git a/libc/nt/user32/CreateSystemThreads.s b/libc/nt/user32/CreateSystemThreads.s deleted file mode 100644 index bbe4cf10c..000000000 --- a/libc/nt/user32/CreateSystemThreads.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateSystemThreads,CreateSystemThreads,1623 diff --git a/libc/nt/user32/CreateWindowExW.S b/libc/nt/user32/CreateWindowExW.S new file mode 100644 index 000000000..8b5ac36c8 --- /dev/null +++ b/libc/nt/user32/CreateWindowExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateWindowExW,CreateWindowExW,1625 + +#ifdef __x86_64__ + .text.windows +CreateWindowEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_CreateWindowExW(%rip),%rax + jmp __sysv2nt12 + .endfn CreateWindowEx,globl + .previous +#endif diff --git a/libc/nt/user32/CreateWindowExW.s b/libc/nt/user32/CreateWindowExW.s deleted file mode 100644 index 5f9221169..000000000 --- a/libc/nt/user32/CreateWindowExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateWindowExW,CreateWindowExW,1625 - - .text.windows -CreateWindowEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_CreateWindowExW(%rip),%rax - jmp __sysv2nt12 - .endfn CreateWindowEx,globl - .previous diff --git a/libc/nt/user32/CreateWindowInBand.S b/libc/nt/user32/CreateWindowInBand.S new file mode 100644 index 000000000..bb91df21c --- /dev/null +++ b/libc/nt/user32/CreateWindowInBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateWindowInBand,CreateWindowInBand,1626 diff --git a/libc/nt/user32/CreateWindowInBand.s b/libc/nt/user32/CreateWindowInBand.s deleted file mode 100644 index dae42a2bd..000000000 --- a/libc/nt/user32/CreateWindowInBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateWindowInBand,CreateWindowInBand,1626 diff --git a/libc/nt/user32/CreateWindowInBandEx.S b/libc/nt/user32/CreateWindowInBandEx.S new file mode 100644 index 000000000..00be7b7fb --- /dev/null +++ b/libc/nt/user32/CreateWindowInBandEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateWindowInBandEx,CreateWindowInBandEx,1627 diff --git a/libc/nt/user32/CreateWindowInBandEx.s b/libc/nt/user32/CreateWindowInBandEx.s deleted file mode 100644 index 8d942e44e..000000000 --- a/libc/nt/user32/CreateWindowInBandEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateWindowInBandEx,CreateWindowInBandEx,1627 diff --git a/libc/nt/user32/CreateWindowIndirect.S b/libc/nt/user32/CreateWindowIndirect.S new file mode 100644 index 000000000..10f1fa859 --- /dev/null +++ b/libc/nt/user32/CreateWindowIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateWindowIndirect,CreateWindowIndirect,1628 diff --git a/libc/nt/user32/CreateWindowIndirect.s b/libc/nt/user32/CreateWindowIndirect.s deleted file mode 100644 index aee7ae102..000000000 --- a/libc/nt/user32/CreateWindowIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateWindowIndirect,CreateWindowIndirect,1628 diff --git a/libc/nt/user32/CreateWindowStationW.S b/libc/nt/user32/CreateWindowStationW.S new file mode 100644 index 000000000..4d44e189d --- /dev/null +++ b/libc/nt/user32/CreateWindowStationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CreateWindowStationW,CreateWindowStationW,1630 diff --git a/libc/nt/user32/CreateWindowStationW.s b/libc/nt/user32/CreateWindowStationW.s deleted file mode 100644 index a4a72e669..000000000 --- a/libc/nt/user32/CreateWindowStationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CreateWindowStationW,CreateWindowStationW,1630 diff --git a/libc/nt/user32/CsrBroadcastSystemMessageExW.S b/libc/nt/user32/CsrBroadcastSystemMessageExW.S new file mode 100644 index 000000000..fa1ba8817 --- /dev/null +++ b/libc/nt/user32/CsrBroadcastSystemMessageExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CsrBroadcastSystemMessageExW,CsrBroadcastSystemMessageExW,1631 diff --git a/libc/nt/user32/CsrBroadcastSystemMessageExW.s b/libc/nt/user32/CsrBroadcastSystemMessageExW.s deleted file mode 100644 index 9490b2cbd..000000000 --- a/libc/nt/user32/CsrBroadcastSystemMessageExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CsrBroadcastSystemMessageExW,CsrBroadcastSystemMessageExW,1631 diff --git a/libc/nt/user32/CtxInitUser32.S b/libc/nt/user32/CtxInitUser32.S new file mode 100644 index 000000000..428615f96 --- /dev/null +++ b/libc/nt/user32/CtxInitUser32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_CtxInitUser32,CtxInitUser32,1632 diff --git a/libc/nt/user32/CtxInitUser32.s b/libc/nt/user32/CtxInitUser32.s deleted file mode 100644 index 9a7aaa71b..000000000 --- a/libc/nt/user32/CtxInitUser32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_CtxInitUser32,CtxInitUser32,1632 diff --git a/libc/nt/user32/DWMBindCursorToOutputConfig.S b/libc/nt/user32/DWMBindCursorToOutputConfig.S new file mode 100644 index 000000000..cdc3cb1a5 --- /dev/null +++ b/libc/nt/user32/DWMBindCursorToOutputConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DWMBindCursorToOutputConfig,DWMBindCursorToOutputConfig,1633 diff --git a/libc/nt/user32/DWMBindCursorToOutputConfig.s b/libc/nt/user32/DWMBindCursorToOutputConfig.s deleted file mode 100644 index 3d30fa2bb..000000000 --- a/libc/nt/user32/DWMBindCursorToOutputConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DWMBindCursorToOutputConfig,DWMBindCursorToOutputConfig,1633 diff --git a/libc/nt/user32/DWMCommitInputSystemOutputConfig.S b/libc/nt/user32/DWMCommitInputSystemOutputConfig.S new file mode 100644 index 000000000..50fa6a5bf --- /dev/null +++ b/libc/nt/user32/DWMCommitInputSystemOutputConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DWMCommitInputSystemOutputConfig,DWMCommitInputSystemOutputConfig,1634 diff --git a/libc/nt/user32/DWMCommitInputSystemOutputConfig.s b/libc/nt/user32/DWMCommitInputSystemOutputConfig.s deleted file mode 100644 index 22d791d5d..000000000 --- a/libc/nt/user32/DWMCommitInputSystemOutputConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DWMCommitInputSystemOutputConfig,DWMCommitInputSystemOutputConfig,1634 diff --git a/libc/nt/user32/DWMSetCursorOrientation.S b/libc/nt/user32/DWMSetCursorOrientation.S new file mode 100644 index 000000000..35393cc16 --- /dev/null +++ b/libc/nt/user32/DWMSetCursorOrientation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DWMSetCursorOrientation,DWMSetCursorOrientation,1635 diff --git a/libc/nt/user32/DWMSetCursorOrientation.s b/libc/nt/user32/DWMSetCursorOrientation.s deleted file mode 100644 index 564716756..000000000 --- a/libc/nt/user32/DWMSetCursorOrientation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DWMSetCursorOrientation,DWMSetCursorOrientation,1635 diff --git a/libc/nt/user32/DWMSetInputSystemOutputConfig.S b/libc/nt/user32/DWMSetInputSystemOutputConfig.S new file mode 100644 index 000000000..d711e8902 --- /dev/null +++ b/libc/nt/user32/DWMSetInputSystemOutputConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DWMSetInputSystemOutputConfig,DWMSetInputSystemOutputConfig,1636 diff --git a/libc/nt/user32/DWMSetInputSystemOutputConfig.s b/libc/nt/user32/DWMSetInputSystemOutputConfig.s deleted file mode 100644 index 3d40675cb..000000000 --- a/libc/nt/user32/DWMSetInputSystemOutputConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DWMSetInputSystemOutputConfig,DWMSetInputSystemOutputConfig,1636 diff --git a/libc/nt/user32/DdeAbandonTransaction.S b/libc/nt/user32/DdeAbandonTransaction.S new file mode 100644 index 000000000..d55a0b2e4 --- /dev/null +++ b/libc/nt/user32/DdeAbandonTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeAbandonTransaction,DdeAbandonTransaction,1637 diff --git a/libc/nt/user32/DdeAbandonTransaction.s b/libc/nt/user32/DdeAbandonTransaction.s deleted file mode 100644 index 0add094d2..000000000 --- a/libc/nt/user32/DdeAbandonTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeAbandonTransaction,DdeAbandonTransaction,1637 diff --git a/libc/nt/user32/DdeAccessData.S b/libc/nt/user32/DdeAccessData.S new file mode 100644 index 000000000..4abc47a78 --- /dev/null +++ b/libc/nt/user32/DdeAccessData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeAccessData,DdeAccessData,1638 diff --git a/libc/nt/user32/DdeAccessData.s b/libc/nt/user32/DdeAccessData.s deleted file mode 100644 index fa2bea7f5..000000000 --- a/libc/nt/user32/DdeAccessData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeAccessData,DdeAccessData,1638 diff --git a/libc/nt/user32/DdeAddData.S b/libc/nt/user32/DdeAddData.S new file mode 100644 index 000000000..4a2594755 --- /dev/null +++ b/libc/nt/user32/DdeAddData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeAddData,DdeAddData,1639 diff --git a/libc/nt/user32/DdeAddData.s b/libc/nt/user32/DdeAddData.s deleted file mode 100644 index 74c68e9a2..000000000 --- a/libc/nt/user32/DdeAddData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeAddData,DdeAddData,1639 diff --git a/libc/nt/user32/DdeClientTransaction.S b/libc/nt/user32/DdeClientTransaction.S new file mode 100644 index 000000000..a1400000b --- /dev/null +++ b/libc/nt/user32/DdeClientTransaction.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeClientTransaction,DdeClientTransaction,1640 diff --git a/libc/nt/user32/DdeClientTransaction.s b/libc/nt/user32/DdeClientTransaction.s deleted file mode 100644 index d6a8af8b0..000000000 --- a/libc/nt/user32/DdeClientTransaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeClientTransaction,DdeClientTransaction,1640 diff --git a/libc/nt/user32/DdeCmpStringHandles.S b/libc/nt/user32/DdeCmpStringHandles.S new file mode 100644 index 000000000..83454a4aa --- /dev/null +++ b/libc/nt/user32/DdeCmpStringHandles.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeCmpStringHandles,DdeCmpStringHandles,1641 diff --git a/libc/nt/user32/DdeCmpStringHandles.s b/libc/nt/user32/DdeCmpStringHandles.s deleted file mode 100644 index 978d3ab9b..000000000 --- a/libc/nt/user32/DdeCmpStringHandles.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeCmpStringHandles,DdeCmpStringHandles,1641 diff --git a/libc/nt/user32/DdeConnect.S b/libc/nt/user32/DdeConnect.S new file mode 100644 index 000000000..2811eb63a --- /dev/null +++ b/libc/nt/user32/DdeConnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeConnect,DdeConnect,1642 diff --git a/libc/nt/user32/DdeConnect.s b/libc/nt/user32/DdeConnect.s deleted file mode 100644 index 3818529df..000000000 --- a/libc/nt/user32/DdeConnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeConnect,DdeConnect,1642 diff --git a/libc/nt/user32/DdeConnectList.S b/libc/nt/user32/DdeConnectList.S new file mode 100644 index 000000000..b3fcb9b8a --- /dev/null +++ b/libc/nt/user32/DdeConnectList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeConnectList,DdeConnectList,1643 diff --git a/libc/nt/user32/DdeConnectList.s b/libc/nt/user32/DdeConnectList.s deleted file mode 100644 index 7af611036..000000000 --- a/libc/nt/user32/DdeConnectList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeConnectList,DdeConnectList,1643 diff --git a/libc/nt/user32/DdeCreateDataHandle.S b/libc/nt/user32/DdeCreateDataHandle.S new file mode 100644 index 000000000..8a549aa47 --- /dev/null +++ b/libc/nt/user32/DdeCreateDataHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeCreateDataHandle,DdeCreateDataHandle,1644 diff --git a/libc/nt/user32/DdeCreateDataHandle.s b/libc/nt/user32/DdeCreateDataHandle.s deleted file mode 100644 index 910088562..000000000 --- a/libc/nt/user32/DdeCreateDataHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeCreateDataHandle,DdeCreateDataHandle,1644 diff --git a/libc/nt/user32/DdeCreateStringHandleW.S b/libc/nt/user32/DdeCreateStringHandleW.S new file mode 100644 index 000000000..661b14c0e --- /dev/null +++ b/libc/nt/user32/DdeCreateStringHandleW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeCreateStringHandleW,DdeCreateStringHandleW,1646 diff --git a/libc/nt/user32/DdeCreateStringHandleW.s b/libc/nt/user32/DdeCreateStringHandleW.s deleted file mode 100644 index ad7e28b1e..000000000 --- a/libc/nt/user32/DdeCreateStringHandleW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeCreateStringHandleW,DdeCreateStringHandleW,1646 diff --git a/libc/nt/user32/DdeDisconnect.S b/libc/nt/user32/DdeDisconnect.S new file mode 100644 index 000000000..a1dc666f8 --- /dev/null +++ b/libc/nt/user32/DdeDisconnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeDisconnect,DdeDisconnect,1647 diff --git a/libc/nt/user32/DdeDisconnect.s b/libc/nt/user32/DdeDisconnect.s deleted file mode 100644 index 99f04cc43..000000000 --- a/libc/nt/user32/DdeDisconnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeDisconnect,DdeDisconnect,1647 diff --git a/libc/nt/user32/DdeDisconnectList.S b/libc/nt/user32/DdeDisconnectList.S new file mode 100644 index 000000000..cbadfe318 --- /dev/null +++ b/libc/nt/user32/DdeDisconnectList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeDisconnectList,DdeDisconnectList,1648 diff --git a/libc/nt/user32/DdeDisconnectList.s b/libc/nt/user32/DdeDisconnectList.s deleted file mode 100644 index f052e71e6..000000000 --- a/libc/nt/user32/DdeDisconnectList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeDisconnectList,DdeDisconnectList,1648 diff --git a/libc/nt/user32/DdeEnableCallback.S b/libc/nt/user32/DdeEnableCallback.S new file mode 100644 index 000000000..6f3b3689e --- /dev/null +++ b/libc/nt/user32/DdeEnableCallback.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeEnableCallback,DdeEnableCallback,1649 diff --git a/libc/nt/user32/DdeEnableCallback.s b/libc/nt/user32/DdeEnableCallback.s deleted file mode 100644 index 5ec360c3f..000000000 --- a/libc/nt/user32/DdeEnableCallback.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeEnableCallback,DdeEnableCallback,1649 diff --git a/libc/nt/user32/DdeFreeDataHandle.S b/libc/nt/user32/DdeFreeDataHandle.S new file mode 100644 index 000000000..511019fb6 --- /dev/null +++ b/libc/nt/user32/DdeFreeDataHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeFreeDataHandle,DdeFreeDataHandle,1650 diff --git a/libc/nt/user32/DdeFreeDataHandle.s b/libc/nt/user32/DdeFreeDataHandle.s deleted file mode 100644 index 2d465cbbe..000000000 --- a/libc/nt/user32/DdeFreeDataHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeFreeDataHandle,DdeFreeDataHandle,1650 diff --git a/libc/nt/user32/DdeFreeStringHandle.S b/libc/nt/user32/DdeFreeStringHandle.S new file mode 100644 index 000000000..a3abbbb8a --- /dev/null +++ b/libc/nt/user32/DdeFreeStringHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeFreeStringHandle,DdeFreeStringHandle,1651 diff --git a/libc/nt/user32/DdeFreeStringHandle.s b/libc/nt/user32/DdeFreeStringHandle.s deleted file mode 100644 index b025d1d1a..000000000 --- a/libc/nt/user32/DdeFreeStringHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeFreeStringHandle,DdeFreeStringHandle,1651 diff --git a/libc/nt/user32/DdeGetData.S b/libc/nt/user32/DdeGetData.S new file mode 100644 index 000000000..26b399f06 --- /dev/null +++ b/libc/nt/user32/DdeGetData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeGetData,DdeGetData,1652 diff --git a/libc/nt/user32/DdeGetData.s b/libc/nt/user32/DdeGetData.s deleted file mode 100644 index 85f654044..000000000 --- a/libc/nt/user32/DdeGetData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeGetData,DdeGetData,1652 diff --git a/libc/nt/user32/DdeGetLastError.S b/libc/nt/user32/DdeGetLastError.S new file mode 100644 index 000000000..cec47abac --- /dev/null +++ b/libc/nt/user32/DdeGetLastError.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeGetLastError,DdeGetLastError,1653 diff --git a/libc/nt/user32/DdeGetLastError.s b/libc/nt/user32/DdeGetLastError.s deleted file mode 100644 index 89ea4e22c..000000000 --- a/libc/nt/user32/DdeGetLastError.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeGetLastError,DdeGetLastError,1653 diff --git a/libc/nt/user32/DdeGetQualityOfService.S b/libc/nt/user32/DdeGetQualityOfService.S new file mode 100644 index 000000000..c5782f4a3 --- /dev/null +++ b/libc/nt/user32/DdeGetQualityOfService.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeGetQualityOfService,DdeGetQualityOfService,1654 diff --git a/libc/nt/user32/DdeGetQualityOfService.s b/libc/nt/user32/DdeGetQualityOfService.s deleted file mode 100644 index 7c981f390..000000000 --- a/libc/nt/user32/DdeGetQualityOfService.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeGetQualityOfService,DdeGetQualityOfService,1654 diff --git a/libc/nt/user32/DdeImpersonateClient.S b/libc/nt/user32/DdeImpersonateClient.S new file mode 100644 index 000000000..a1ed9b284 --- /dev/null +++ b/libc/nt/user32/DdeImpersonateClient.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeImpersonateClient,DdeImpersonateClient,1655 diff --git a/libc/nt/user32/DdeImpersonateClient.s b/libc/nt/user32/DdeImpersonateClient.s deleted file mode 100644 index 7ed7d9ae6..000000000 --- a/libc/nt/user32/DdeImpersonateClient.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeImpersonateClient,DdeImpersonateClient,1655 diff --git a/libc/nt/user32/DdeInitializeW.S b/libc/nt/user32/DdeInitializeW.S new file mode 100644 index 000000000..bf762b51c --- /dev/null +++ b/libc/nt/user32/DdeInitializeW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeInitializeW,DdeInitializeW,1657 diff --git a/libc/nt/user32/DdeInitializeW.s b/libc/nt/user32/DdeInitializeW.s deleted file mode 100644 index cd727e7f2..000000000 --- a/libc/nt/user32/DdeInitializeW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeInitializeW,DdeInitializeW,1657 diff --git a/libc/nt/user32/DdeKeepStringHandle.S b/libc/nt/user32/DdeKeepStringHandle.S new file mode 100644 index 000000000..dd4a8af29 --- /dev/null +++ b/libc/nt/user32/DdeKeepStringHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeKeepStringHandle,DdeKeepStringHandle,1658 diff --git a/libc/nt/user32/DdeKeepStringHandle.s b/libc/nt/user32/DdeKeepStringHandle.s deleted file mode 100644 index 7e8983297..000000000 --- a/libc/nt/user32/DdeKeepStringHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeKeepStringHandle,DdeKeepStringHandle,1658 diff --git a/libc/nt/user32/DdeNameService.S b/libc/nt/user32/DdeNameService.S new file mode 100644 index 000000000..0a27047f0 --- /dev/null +++ b/libc/nt/user32/DdeNameService.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeNameService,DdeNameService,1659 diff --git a/libc/nt/user32/DdeNameService.s b/libc/nt/user32/DdeNameService.s deleted file mode 100644 index 6ea76c615..000000000 --- a/libc/nt/user32/DdeNameService.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeNameService,DdeNameService,1659 diff --git a/libc/nt/user32/DdePostAdvise.S b/libc/nt/user32/DdePostAdvise.S new file mode 100644 index 000000000..b56224f80 --- /dev/null +++ b/libc/nt/user32/DdePostAdvise.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdePostAdvise,DdePostAdvise,1660 diff --git a/libc/nt/user32/DdePostAdvise.s b/libc/nt/user32/DdePostAdvise.s deleted file mode 100644 index 94ff89b1f..000000000 --- a/libc/nt/user32/DdePostAdvise.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdePostAdvise,DdePostAdvise,1660 diff --git a/libc/nt/user32/DdeQueryConvInfo.S b/libc/nt/user32/DdeQueryConvInfo.S new file mode 100644 index 000000000..5b313e2e4 --- /dev/null +++ b/libc/nt/user32/DdeQueryConvInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeQueryConvInfo,DdeQueryConvInfo,1661 diff --git a/libc/nt/user32/DdeQueryConvInfo.s b/libc/nt/user32/DdeQueryConvInfo.s deleted file mode 100644 index 6269b8437..000000000 --- a/libc/nt/user32/DdeQueryConvInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeQueryConvInfo,DdeQueryConvInfo,1661 diff --git a/libc/nt/user32/DdeQueryNextServer.S b/libc/nt/user32/DdeQueryNextServer.S new file mode 100644 index 000000000..3e0630062 --- /dev/null +++ b/libc/nt/user32/DdeQueryNextServer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeQueryNextServer,DdeQueryNextServer,1662 diff --git a/libc/nt/user32/DdeQueryNextServer.s b/libc/nt/user32/DdeQueryNextServer.s deleted file mode 100644 index a0aab4e48..000000000 --- a/libc/nt/user32/DdeQueryNextServer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeQueryNextServer,DdeQueryNextServer,1662 diff --git a/libc/nt/user32/DdeQueryStringW.S b/libc/nt/user32/DdeQueryStringW.S new file mode 100644 index 000000000..7ba3cf57e --- /dev/null +++ b/libc/nt/user32/DdeQueryStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeQueryStringW,DdeQueryStringW,1664 diff --git a/libc/nt/user32/DdeQueryStringW.s b/libc/nt/user32/DdeQueryStringW.s deleted file mode 100644 index 997715674..000000000 --- a/libc/nt/user32/DdeQueryStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeQueryStringW,DdeQueryStringW,1664 diff --git a/libc/nt/user32/DdeReconnect.S b/libc/nt/user32/DdeReconnect.S new file mode 100644 index 000000000..073233e64 --- /dev/null +++ b/libc/nt/user32/DdeReconnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeReconnect,DdeReconnect,1665 diff --git a/libc/nt/user32/DdeReconnect.s b/libc/nt/user32/DdeReconnect.s deleted file mode 100644 index ff04d645a..000000000 --- a/libc/nt/user32/DdeReconnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeReconnect,DdeReconnect,1665 diff --git a/libc/nt/user32/DdeSetQualityOfService.S b/libc/nt/user32/DdeSetQualityOfService.S new file mode 100644 index 000000000..60d8ee6e3 --- /dev/null +++ b/libc/nt/user32/DdeSetQualityOfService.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeSetQualityOfService,DdeSetQualityOfService,1666 diff --git a/libc/nt/user32/DdeSetQualityOfService.s b/libc/nt/user32/DdeSetQualityOfService.s deleted file mode 100644 index fc3d6f3b9..000000000 --- a/libc/nt/user32/DdeSetQualityOfService.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeSetQualityOfService,DdeSetQualityOfService,1666 diff --git a/libc/nt/user32/DdeSetUserHandle.S b/libc/nt/user32/DdeSetUserHandle.S new file mode 100644 index 000000000..2529d6dc2 --- /dev/null +++ b/libc/nt/user32/DdeSetUserHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeSetUserHandle,DdeSetUserHandle,1667 diff --git a/libc/nt/user32/DdeSetUserHandle.s b/libc/nt/user32/DdeSetUserHandle.s deleted file mode 100644 index f96440862..000000000 --- a/libc/nt/user32/DdeSetUserHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeSetUserHandle,DdeSetUserHandle,1667 diff --git a/libc/nt/user32/DdeUnaccessData.S b/libc/nt/user32/DdeUnaccessData.S new file mode 100644 index 000000000..8cc633f4f --- /dev/null +++ b/libc/nt/user32/DdeUnaccessData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeUnaccessData,DdeUnaccessData,1668 diff --git a/libc/nt/user32/DdeUnaccessData.s b/libc/nt/user32/DdeUnaccessData.s deleted file mode 100644 index 30435b1ee..000000000 --- a/libc/nt/user32/DdeUnaccessData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeUnaccessData,DdeUnaccessData,1668 diff --git a/libc/nt/user32/DdeUninitialize.S b/libc/nt/user32/DdeUninitialize.S new file mode 100644 index 000000000..e46386131 --- /dev/null +++ b/libc/nt/user32/DdeUninitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DdeUninitialize,DdeUninitialize,1669 diff --git a/libc/nt/user32/DdeUninitialize.s b/libc/nt/user32/DdeUninitialize.s deleted file mode 100644 index 6bb3e5f77..000000000 --- a/libc/nt/user32/DdeUninitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DdeUninitialize,DdeUninitialize,1669 diff --git a/libc/nt/user32/DefFrameProcW.S b/libc/nt/user32/DefFrameProcW.S new file mode 100644 index 000000000..dfe8e4016 --- /dev/null +++ b/libc/nt/user32/DefFrameProcW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DefFrameProcW,DefFrameProcW,1673 diff --git a/libc/nt/user32/DefFrameProcW.s b/libc/nt/user32/DefFrameProcW.s deleted file mode 100644 index a99dd022d..000000000 --- a/libc/nt/user32/DefFrameProcW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DefFrameProcW,DefFrameProcW,1673 diff --git a/libc/nt/user32/DefMDIChildProcW.S b/libc/nt/user32/DefMDIChildProcW.S new file mode 100644 index 000000000..c188b3361 --- /dev/null +++ b/libc/nt/user32/DefMDIChildProcW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DefMDIChildProcW,DefMDIChildProcW,1675 diff --git a/libc/nt/user32/DefMDIChildProcW.s b/libc/nt/user32/DefMDIChildProcW.s deleted file mode 100644 index 6578cd66a..000000000 --- a/libc/nt/user32/DefMDIChildProcW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DefMDIChildProcW,DefMDIChildProcW,1675 diff --git a/libc/nt/user32/DefRawInputProc.S b/libc/nt/user32/DefRawInputProc.S new file mode 100644 index 000000000..12edf8714 --- /dev/null +++ b/libc/nt/user32/DefRawInputProc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DefRawInputProc,DefRawInputProc,1676 diff --git a/libc/nt/user32/DefRawInputProc.s b/libc/nt/user32/DefRawInputProc.s deleted file mode 100644 index 4d45cd68e..000000000 --- a/libc/nt/user32/DefRawInputProc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DefRawInputProc,DefRawInputProc,1676 diff --git a/libc/nt/user32/DefWindowProcW.S b/libc/nt/user32/DefWindowProcW.S new file mode 100644 index 000000000..67ec5e972 --- /dev/null +++ b/libc/nt/user32/DefWindowProcW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DefWindowProcW,DefWindowProcW,174 + +#ifdef __x86_64__ + .text.windows +DefWindowProc: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DefWindowProcW(%rip),%rax + jmp __sysv2nt + .endfn DefWindowProc,globl + .previous +#endif diff --git a/libc/nt/user32/DefWindowProcW.s b/libc/nt/user32/DefWindowProcW.s deleted file mode 100644 index 54ee0d240..000000000 --- a/libc/nt/user32/DefWindowProcW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DefWindowProcW,DefWindowProcW,174 - - .text.windows -DefWindowProc: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DefWindowProcW(%rip),%rax - jmp __sysv2nt - .endfn DefWindowProc,globl - .previous diff --git a/libc/nt/user32/DeferWindowPos.S b/libc/nt/user32/DeferWindowPos.S new file mode 100644 index 000000000..1e07e7649 --- /dev/null +++ b/libc/nt/user32/DeferWindowPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DeferWindowPos,DeferWindowPos,1679 diff --git a/libc/nt/user32/DeferWindowPos.s b/libc/nt/user32/DeferWindowPos.s deleted file mode 100644 index a3cb30dbe..000000000 --- a/libc/nt/user32/DeferWindowPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DeferWindowPos,DeferWindowPos,1679 diff --git a/libc/nt/user32/DeferWindowPosAndBand.S b/libc/nt/user32/DeferWindowPosAndBand.S new file mode 100644 index 000000000..0ac4b6bc9 --- /dev/null +++ b/libc/nt/user32/DeferWindowPosAndBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DeferWindowPosAndBand,DeferWindowPosAndBand,1680 diff --git a/libc/nt/user32/DeferWindowPosAndBand.s b/libc/nt/user32/DeferWindowPosAndBand.s deleted file mode 100644 index 7d6b64c78..000000000 --- a/libc/nt/user32/DeferWindowPosAndBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DeferWindowPosAndBand,DeferWindowPosAndBand,1680 diff --git a/libc/nt/user32/DelegateInput.S b/libc/nt/user32/DelegateInput.S new file mode 100644 index 000000000..f9f3c3a72 --- /dev/null +++ b/libc/nt/user32/DelegateInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DelegateInput,DelegateInput,2503 diff --git a/libc/nt/user32/DelegateInput.s b/libc/nt/user32/DelegateInput.s deleted file mode 100644 index d8f648425..000000000 --- a/libc/nt/user32/DelegateInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DelegateInput,DelegateInput,2503 diff --git a/libc/nt/user32/DeleteMenu.S b/libc/nt/user32/DeleteMenu.S new file mode 100644 index 000000000..6241ad6ca --- /dev/null +++ b/libc/nt/user32/DeleteMenu.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DeleteMenu,DeleteMenu,1681 + +#ifdef __x86_64__ + .text.windows +DeleteMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DeleteMenu(%rip),%rax + jmp __sysv2nt + .endfn DeleteMenu,globl + .previous +#endif diff --git a/libc/nt/user32/DeleteMenu.s b/libc/nt/user32/DeleteMenu.s deleted file mode 100644 index a16471952..000000000 --- a/libc/nt/user32/DeleteMenu.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DeleteMenu,DeleteMenu,1681 - - .text.windows -DeleteMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DeleteMenu(%rip),%rax - jmp __sysv2nt - .endfn DeleteMenu,globl - .previous diff --git a/libc/nt/user32/DeregisterShellHookWindow.S b/libc/nt/user32/DeregisterShellHookWindow.S new file mode 100644 index 000000000..373741e95 --- /dev/null +++ b/libc/nt/user32/DeregisterShellHookWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DeregisterShellHookWindow,DeregisterShellHookWindow,1682 diff --git a/libc/nt/user32/DeregisterShellHookWindow.s b/libc/nt/user32/DeregisterShellHookWindow.s deleted file mode 100644 index c9ecfabf6..000000000 --- a/libc/nt/user32/DeregisterShellHookWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DeregisterShellHookWindow,DeregisterShellHookWindow,1682 diff --git a/libc/nt/user32/DestroyAcceleratorTable.S b/libc/nt/user32/DestroyAcceleratorTable.S new file mode 100644 index 000000000..25f6e4eb8 --- /dev/null +++ b/libc/nt/user32/DestroyAcceleratorTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyAcceleratorTable,DestroyAcceleratorTable,1683 diff --git a/libc/nt/user32/DestroyAcceleratorTable.s b/libc/nt/user32/DestroyAcceleratorTable.s deleted file mode 100644 index f6f6c5f42..000000000 --- a/libc/nt/user32/DestroyAcceleratorTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyAcceleratorTable,DestroyAcceleratorTable,1683 diff --git a/libc/nt/user32/DestroyCaret.S b/libc/nt/user32/DestroyCaret.S new file mode 100644 index 000000000..dbd3cf0d6 --- /dev/null +++ b/libc/nt/user32/DestroyCaret.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyCaret,DestroyCaret,1684 diff --git a/libc/nt/user32/DestroyCaret.s b/libc/nt/user32/DestroyCaret.s deleted file mode 100644 index 532542b22..000000000 --- a/libc/nt/user32/DestroyCaret.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyCaret,DestroyCaret,1684 diff --git a/libc/nt/user32/DestroyCursor.S b/libc/nt/user32/DestroyCursor.S new file mode 100644 index 000000000..9db84f860 --- /dev/null +++ b/libc/nt/user32/DestroyCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyCursor,DestroyCursor,1685 diff --git a/libc/nt/user32/DestroyCursor.s b/libc/nt/user32/DestroyCursor.s deleted file mode 100644 index 67b37946c..000000000 --- a/libc/nt/user32/DestroyCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyCursor,DestroyCursor,1685 diff --git a/libc/nt/user32/DestroyDCompositionHwndTarget.S b/libc/nt/user32/DestroyDCompositionHwndTarget.S new file mode 100644 index 000000000..33c9d80c0 --- /dev/null +++ b/libc/nt/user32/DestroyDCompositionHwndTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyDCompositionHwndTarget,DestroyDCompositionHwndTarget,1686 diff --git a/libc/nt/user32/DestroyDCompositionHwndTarget.s b/libc/nt/user32/DestroyDCompositionHwndTarget.s deleted file mode 100644 index 41e7e7bd1..000000000 --- a/libc/nt/user32/DestroyDCompositionHwndTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyDCompositionHwndTarget,DestroyDCompositionHwndTarget,1686 diff --git a/libc/nt/user32/DestroyIcon.S b/libc/nt/user32/DestroyIcon.S new file mode 100644 index 000000000..926ce2c36 --- /dev/null +++ b/libc/nt/user32/DestroyIcon.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyIcon,DestroyIcon,1687 + +#ifdef __x86_64__ + .text.windows +DestroyIcon: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DestroyIcon(%rip) + leave + ret + .endfn DestroyIcon,globl + .previous +#endif diff --git a/libc/nt/user32/DestroyIcon.s b/libc/nt/user32/DestroyIcon.s deleted file mode 100644 index d60d1a50e..000000000 --- a/libc/nt/user32/DestroyIcon.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyIcon,DestroyIcon,1687 - - .text.windows -DestroyIcon: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DestroyIcon(%rip) - leave - ret - .endfn DestroyIcon,globl - .previous diff --git a/libc/nt/user32/DestroyMenu.S b/libc/nt/user32/DestroyMenu.S new file mode 100644 index 000000000..90235a79a --- /dev/null +++ b/libc/nt/user32/DestroyMenu.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyMenu,DestroyMenu,1688 + +#ifdef __x86_64__ + .text.windows +DestroyMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DestroyMenu(%rip) + leave + ret + .endfn DestroyMenu,globl + .previous +#endif diff --git a/libc/nt/user32/DestroyMenu.s b/libc/nt/user32/DestroyMenu.s deleted file mode 100644 index 6749e9359..000000000 --- a/libc/nt/user32/DestroyMenu.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyMenu,DestroyMenu,1688 - - .text.windows -DestroyMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DestroyMenu(%rip) - leave - ret - .endfn DestroyMenu,globl - .previous diff --git a/libc/nt/user32/DestroyPalmRejectionDelayZone.S b/libc/nt/user32/DestroyPalmRejectionDelayZone.S new file mode 100644 index 000000000..ace502b9e --- /dev/null +++ b/libc/nt/user32/DestroyPalmRejectionDelayZone.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyPalmRejectionDelayZone,DestroyPalmRejectionDelayZone,1504 diff --git a/libc/nt/user32/DestroyPalmRejectionDelayZone.s b/libc/nt/user32/DestroyPalmRejectionDelayZone.s deleted file mode 100644 index eb5972046..000000000 --- a/libc/nt/user32/DestroyPalmRejectionDelayZone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyPalmRejectionDelayZone,DestroyPalmRejectionDelayZone,1504 diff --git a/libc/nt/user32/DestroyReasons.S b/libc/nt/user32/DestroyReasons.S new file mode 100644 index 000000000..29700cf58 --- /dev/null +++ b/libc/nt/user32/DestroyReasons.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyReasons,DestroyReasons,1689 diff --git a/libc/nt/user32/DestroyReasons.s b/libc/nt/user32/DestroyReasons.s deleted file mode 100644 index b727411f8..000000000 --- a/libc/nt/user32/DestroyReasons.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyReasons,DestroyReasons,1689 diff --git a/libc/nt/user32/DestroyWindow.S b/libc/nt/user32/DestroyWindow.S new file mode 100644 index 000000000..ec7b3a2a3 --- /dev/null +++ b/libc/nt/user32/DestroyWindow.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DestroyWindow,DestroyWindow,1690 + +#ifdef __x86_64__ + .text.windows +DestroyWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DestroyWindow(%rip) + leave + ret + .endfn DestroyWindow,globl + .previous +#endif diff --git a/libc/nt/user32/DestroyWindow.s b/libc/nt/user32/DestroyWindow.s deleted file mode 100644 index 2b5fb1128..000000000 --- a/libc/nt/user32/DestroyWindow.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DestroyWindow,DestroyWindow,1690 - - .text.windows -DestroyWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DestroyWindow(%rip) - leave - ret - .endfn DestroyWindow,globl - .previous diff --git a/libc/nt/user32/DialogBoxIndirectParamAorW.S b/libc/nt/user32/DialogBoxIndirectParamAorW.S new file mode 100644 index 000000000..6b7829a02 --- /dev/null +++ b/libc/nt/user32/DialogBoxIndirectParamAorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DialogBoxIndirectParamAorW,DialogBoxIndirectParamAorW,1692 diff --git a/libc/nt/user32/DialogBoxIndirectParamAorW.s b/libc/nt/user32/DialogBoxIndirectParamAorW.s deleted file mode 100644 index a9d10de98..000000000 --- a/libc/nt/user32/DialogBoxIndirectParamAorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DialogBoxIndirectParamAorW,DialogBoxIndirectParamAorW,1692 diff --git a/libc/nt/user32/DialogBoxIndirectParamW.S b/libc/nt/user32/DialogBoxIndirectParamW.S new file mode 100644 index 000000000..9c5e50abe --- /dev/null +++ b/libc/nt/user32/DialogBoxIndirectParamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DialogBoxIndirectParamW,DialogBoxIndirectParamW,1693 diff --git a/libc/nt/user32/DialogBoxIndirectParamW.s b/libc/nt/user32/DialogBoxIndirectParamW.s deleted file mode 100644 index 75ac8d52d..000000000 --- a/libc/nt/user32/DialogBoxIndirectParamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DialogBoxIndirectParamW,DialogBoxIndirectParamW,1693 diff --git a/libc/nt/user32/DialogBoxParamW.S b/libc/nt/user32/DialogBoxParamW.S new file mode 100644 index 000000000..d9530c187 --- /dev/null +++ b/libc/nt/user32/DialogBoxParamW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DialogBoxParamW,DialogBoxParamW,1695 diff --git a/libc/nt/user32/DialogBoxParamW.s b/libc/nt/user32/DialogBoxParamW.s deleted file mode 100644 index b08d88693..000000000 --- a/libc/nt/user32/DialogBoxParamW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DialogBoxParamW,DialogBoxParamW,1695 diff --git a/libc/nt/user32/DisableProcessWindowsGhosting.S b/libc/nt/user32/DisableProcessWindowsGhosting.S new file mode 100644 index 000000000..0312f396b --- /dev/null +++ b/libc/nt/user32/DisableProcessWindowsGhosting.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DisableProcessWindowsGhosting,DisableProcessWindowsGhosting,1696 diff --git a/libc/nt/user32/DisableProcessWindowsGhosting.s b/libc/nt/user32/DisableProcessWindowsGhosting.s deleted file mode 100644 index 619e93a35..000000000 --- a/libc/nt/user32/DisableProcessWindowsGhosting.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DisableProcessWindowsGhosting,DisableProcessWindowsGhosting,1696 diff --git a/libc/nt/user32/DispatchMessageW.S b/libc/nt/user32/DispatchMessageW.S new file mode 100644 index 000000000..0d382d482 --- /dev/null +++ b/libc/nt/user32/DispatchMessageW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DispatchMessageW,DispatchMessageW,1698 + +#ifdef __x86_64__ + .text.windows +DispatchMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_DispatchMessageW(%rip) + leave + ret + .endfn DispatchMessage,globl + .previous +#endif diff --git a/libc/nt/user32/DispatchMessageW.s b/libc/nt/user32/DispatchMessageW.s deleted file mode 100644 index c8e2215da..000000000 --- a/libc/nt/user32/DispatchMessageW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DispatchMessageW,DispatchMessageW,1698 - - .text.windows -DispatchMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_DispatchMessageW(%rip) - leave - ret - .endfn DispatchMessage,globl - .previous diff --git a/libc/nt/user32/DisplayConfigGetDeviceInfo.S b/libc/nt/user32/DisplayConfigGetDeviceInfo.S new file mode 100644 index 000000000..ae9366eaa --- /dev/null +++ b/libc/nt/user32/DisplayConfigGetDeviceInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DisplayConfigGetDeviceInfo,DisplayConfigGetDeviceInfo,1699 diff --git a/libc/nt/user32/DisplayConfigGetDeviceInfo.s b/libc/nt/user32/DisplayConfigGetDeviceInfo.s deleted file mode 100644 index adda2c14f..000000000 --- a/libc/nt/user32/DisplayConfigGetDeviceInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DisplayConfigGetDeviceInfo,DisplayConfigGetDeviceInfo,1699 diff --git a/libc/nt/user32/DisplayConfigSetDeviceInfo.S b/libc/nt/user32/DisplayConfigSetDeviceInfo.S new file mode 100644 index 000000000..a0061a983 --- /dev/null +++ b/libc/nt/user32/DisplayConfigSetDeviceInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DisplayConfigSetDeviceInfo,DisplayConfigSetDeviceInfo,1700 diff --git a/libc/nt/user32/DisplayConfigSetDeviceInfo.s b/libc/nt/user32/DisplayConfigSetDeviceInfo.s deleted file mode 100644 index a2361020c..000000000 --- a/libc/nt/user32/DisplayConfigSetDeviceInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DisplayConfigSetDeviceInfo,DisplayConfigSetDeviceInfo,1700 diff --git a/libc/nt/user32/DisplayExitWindowsWarnings.S b/libc/nt/user32/DisplayExitWindowsWarnings.S new file mode 100644 index 000000000..2f3a5fd3d --- /dev/null +++ b/libc/nt/user32/DisplayExitWindowsWarnings.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DisplayExitWindowsWarnings,DisplayExitWindowsWarnings,1701 diff --git a/libc/nt/user32/DisplayExitWindowsWarnings.s b/libc/nt/user32/DisplayExitWindowsWarnings.s deleted file mode 100644 index 73d49293d..000000000 --- a/libc/nt/user32/DisplayExitWindowsWarnings.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DisplayExitWindowsWarnings,DisplayExitWindowsWarnings,1701 diff --git a/libc/nt/user32/DlgDirListComboBoxW.S b/libc/nt/user32/DlgDirListComboBoxW.S new file mode 100644 index 000000000..62e211b1c --- /dev/null +++ b/libc/nt/user32/DlgDirListComboBoxW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DlgDirListComboBoxW,DlgDirListComboBoxW,1704 diff --git a/libc/nt/user32/DlgDirListComboBoxW.s b/libc/nt/user32/DlgDirListComboBoxW.s deleted file mode 100644 index db3a14853..000000000 --- a/libc/nt/user32/DlgDirListComboBoxW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DlgDirListComboBoxW,DlgDirListComboBoxW,1704 diff --git a/libc/nt/user32/DlgDirListW.S b/libc/nt/user32/DlgDirListW.S new file mode 100644 index 000000000..d5c38cf78 --- /dev/null +++ b/libc/nt/user32/DlgDirListW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DlgDirListW,DlgDirListW,1705 diff --git a/libc/nt/user32/DlgDirListW.s b/libc/nt/user32/DlgDirListW.s deleted file mode 100644 index 4ac3f8fda..000000000 --- a/libc/nt/user32/DlgDirListW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DlgDirListW,DlgDirListW,1705 diff --git a/libc/nt/user32/DlgDirSelectComboBoxExW.S b/libc/nt/user32/DlgDirSelectComboBoxExW.S new file mode 100644 index 000000000..41d9ea386 --- /dev/null +++ b/libc/nt/user32/DlgDirSelectComboBoxExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DlgDirSelectComboBoxExW,DlgDirSelectComboBoxExW,1707 diff --git a/libc/nt/user32/DlgDirSelectComboBoxExW.s b/libc/nt/user32/DlgDirSelectComboBoxExW.s deleted file mode 100644 index 124bf03f8..000000000 --- a/libc/nt/user32/DlgDirSelectComboBoxExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DlgDirSelectComboBoxExW,DlgDirSelectComboBoxExW,1707 diff --git a/libc/nt/user32/DlgDirSelectExW.S b/libc/nt/user32/DlgDirSelectExW.S new file mode 100644 index 000000000..cc34ad806 --- /dev/null +++ b/libc/nt/user32/DlgDirSelectExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DlgDirSelectExW,DlgDirSelectExW,1709 diff --git a/libc/nt/user32/DlgDirSelectExW.s b/libc/nt/user32/DlgDirSelectExW.s deleted file mode 100644 index ecc04d2d1..000000000 --- a/libc/nt/user32/DlgDirSelectExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DlgDirSelectExW,DlgDirSelectExW,1709 diff --git a/libc/nt/user32/DoSoundConnect.S b/libc/nt/user32/DoSoundConnect.S new file mode 100644 index 000000000..93942326f --- /dev/null +++ b/libc/nt/user32/DoSoundConnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DoSoundConnect,DoSoundConnect,1710 diff --git a/libc/nt/user32/DoSoundConnect.s b/libc/nt/user32/DoSoundConnect.s deleted file mode 100644 index 90a8a1476..000000000 --- a/libc/nt/user32/DoSoundConnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DoSoundConnect,DoSoundConnect,1710 diff --git a/libc/nt/user32/DoSoundDisconnect.S b/libc/nt/user32/DoSoundDisconnect.S new file mode 100644 index 000000000..6b6a98dbc --- /dev/null +++ b/libc/nt/user32/DoSoundDisconnect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DoSoundDisconnect,DoSoundDisconnect,1711 diff --git a/libc/nt/user32/DoSoundDisconnect.s b/libc/nt/user32/DoSoundDisconnect.s deleted file mode 100644 index 4c53fceca..000000000 --- a/libc/nt/user32/DoSoundDisconnect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DoSoundDisconnect,DoSoundDisconnect,1711 diff --git a/libc/nt/user32/DragDetect.S b/libc/nt/user32/DragDetect.S new file mode 100644 index 000000000..8bce9035b --- /dev/null +++ b/libc/nt/user32/DragDetect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DragDetect,DragDetect,1712 diff --git a/libc/nt/user32/DragDetect.s b/libc/nt/user32/DragDetect.s deleted file mode 100644 index f5d6d10e1..000000000 --- a/libc/nt/user32/DragDetect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DragDetect,DragDetect,1712 diff --git a/libc/nt/user32/DragObject.S b/libc/nt/user32/DragObject.S new file mode 100644 index 000000000..f1be23e99 --- /dev/null +++ b/libc/nt/user32/DragObject.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DragObject,DragObject,1713 diff --git a/libc/nt/user32/DragObject.s b/libc/nt/user32/DragObject.s deleted file mode 100644 index 96da773a0..000000000 --- a/libc/nt/user32/DragObject.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DragObject,DragObject,1713 diff --git a/libc/nt/user32/DrawAnimatedRects.S b/libc/nt/user32/DrawAnimatedRects.S new file mode 100644 index 000000000..eb67603f7 --- /dev/null +++ b/libc/nt/user32/DrawAnimatedRects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawAnimatedRects,DrawAnimatedRects,1714 diff --git a/libc/nt/user32/DrawAnimatedRects.s b/libc/nt/user32/DrawAnimatedRects.s deleted file mode 100644 index e2eeed7a1..000000000 --- a/libc/nt/user32/DrawAnimatedRects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawAnimatedRects,DrawAnimatedRects,1714 diff --git a/libc/nt/user32/DrawCaption.S b/libc/nt/user32/DrawCaption.S new file mode 100644 index 000000000..461ee8eca --- /dev/null +++ b/libc/nt/user32/DrawCaption.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawCaption,DrawCaption,1715 diff --git a/libc/nt/user32/DrawCaption.s b/libc/nt/user32/DrawCaption.s deleted file mode 100644 index c0c6060de..000000000 --- a/libc/nt/user32/DrawCaption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawCaption,DrawCaption,1715 diff --git a/libc/nt/user32/DrawCaptionTempW.S b/libc/nt/user32/DrawCaptionTempW.S new file mode 100644 index 000000000..1165aa70e --- /dev/null +++ b/libc/nt/user32/DrawCaptionTempW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawCaptionTempW,DrawCaptionTempW,1717 diff --git a/libc/nt/user32/DrawCaptionTempW.s b/libc/nt/user32/DrawCaptionTempW.s deleted file mode 100644 index 6d3efb415..000000000 --- a/libc/nt/user32/DrawCaptionTempW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawCaptionTempW,DrawCaptionTempW,1717 diff --git a/libc/nt/user32/DrawEdge.S b/libc/nt/user32/DrawEdge.S new file mode 100644 index 000000000..c5466b19c --- /dev/null +++ b/libc/nt/user32/DrawEdge.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawEdge,DrawEdge,1718 diff --git a/libc/nt/user32/DrawEdge.s b/libc/nt/user32/DrawEdge.s deleted file mode 100644 index 9e84c6c4d..000000000 --- a/libc/nt/user32/DrawEdge.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawEdge,DrawEdge,1718 diff --git a/libc/nt/user32/DrawFocusRect.S b/libc/nt/user32/DrawFocusRect.S new file mode 100644 index 000000000..3f0a52b06 --- /dev/null +++ b/libc/nt/user32/DrawFocusRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawFocusRect,DrawFocusRect,1719 diff --git a/libc/nt/user32/DrawFocusRect.s b/libc/nt/user32/DrawFocusRect.s deleted file mode 100644 index cf40eb198..000000000 --- a/libc/nt/user32/DrawFocusRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawFocusRect,DrawFocusRect,1719 diff --git a/libc/nt/user32/DrawFrame.S b/libc/nt/user32/DrawFrame.S new file mode 100644 index 000000000..4b2362419 --- /dev/null +++ b/libc/nt/user32/DrawFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawFrame,DrawFrame,1720 diff --git a/libc/nt/user32/DrawFrame.s b/libc/nt/user32/DrawFrame.s deleted file mode 100644 index 1abd0da56..000000000 --- a/libc/nt/user32/DrawFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawFrame,DrawFrame,1720 diff --git a/libc/nt/user32/DrawFrameControl.S b/libc/nt/user32/DrawFrameControl.S new file mode 100644 index 000000000..ce37a9d90 --- /dev/null +++ b/libc/nt/user32/DrawFrameControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawFrameControl,DrawFrameControl,1721 diff --git a/libc/nt/user32/DrawFrameControl.s b/libc/nt/user32/DrawFrameControl.s deleted file mode 100644 index 47c621f30..000000000 --- a/libc/nt/user32/DrawFrameControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawFrameControl,DrawFrameControl,1721 diff --git a/libc/nt/user32/DrawIcon.S b/libc/nt/user32/DrawIcon.S new file mode 100644 index 000000000..de7f4b57b --- /dev/null +++ b/libc/nt/user32/DrawIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawIcon,DrawIcon,1722 diff --git a/libc/nt/user32/DrawIcon.s b/libc/nt/user32/DrawIcon.s deleted file mode 100644 index df7102ee4..000000000 --- a/libc/nt/user32/DrawIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawIcon,DrawIcon,1722 diff --git a/libc/nt/user32/DrawIconEx.S b/libc/nt/user32/DrawIconEx.S new file mode 100644 index 000000000..36ea3213f --- /dev/null +++ b/libc/nt/user32/DrawIconEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawIconEx,DrawIconEx,1723 diff --git a/libc/nt/user32/DrawIconEx.s b/libc/nt/user32/DrawIconEx.s deleted file mode 100644 index 684d60e93..000000000 --- a/libc/nt/user32/DrawIconEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawIconEx,DrawIconEx,1723 diff --git a/libc/nt/user32/DrawMenuBar.S b/libc/nt/user32/DrawMenuBar.S new file mode 100644 index 000000000..5f6d04dda --- /dev/null +++ b/libc/nt/user32/DrawMenuBar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawMenuBar,DrawMenuBar,1724 diff --git a/libc/nt/user32/DrawMenuBar.s b/libc/nt/user32/DrawMenuBar.s deleted file mode 100644 index a4fb23eb0..000000000 --- a/libc/nt/user32/DrawMenuBar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawMenuBar,DrawMenuBar,1724 diff --git a/libc/nt/user32/DrawMenuBarTemp.S b/libc/nt/user32/DrawMenuBarTemp.S new file mode 100644 index 000000000..01f324706 --- /dev/null +++ b/libc/nt/user32/DrawMenuBarTemp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawMenuBarTemp,DrawMenuBarTemp,1725 diff --git a/libc/nt/user32/DrawMenuBarTemp.s b/libc/nt/user32/DrawMenuBarTemp.s deleted file mode 100644 index 4edf40b0a..000000000 --- a/libc/nt/user32/DrawMenuBarTemp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawMenuBarTemp,DrawMenuBarTemp,1725 diff --git a/libc/nt/user32/DrawStateW.S b/libc/nt/user32/DrawStateW.S new file mode 100644 index 000000000..e9aec278e --- /dev/null +++ b/libc/nt/user32/DrawStateW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawStateW,DrawStateW,1727 diff --git a/libc/nt/user32/DrawStateW.s b/libc/nt/user32/DrawStateW.s deleted file mode 100644 index 92e9ea23a..000000000 --- a/libc/nt/user32/DrawStateW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawStateW,DrawStateW,1727 diff --git a/libc/nt/user32/DrawTextExW.S b/libc/nt/user32/DrawTextExW.S new file mode 100644 index 000000000..60a1664c1 --- /dev/null +++ b/libc/nt/user32/DrawTextExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawTextExW,DrawTextExW,1730 + +#ifdef __x86_64__ + .text.windows +DrawTextEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DrawTextExW(%rip),%rax + jmp __sysv2nt6 + .endfn DrawTextEx,globl + .previous +#endif diff --git a/libc/nt/user32/DrawTextExW.s b/libc/nt/user32/DrawTextExW.s deleted file mode 100644 index dce10e458..000000000 --- a/libc/nt/user32/DrawTextExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawTextExW,DrawTextExW,1730 - - .text.windows -DrawTextEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DrawTextExW(%rip),%rax - jmp __sysv2nt6 - .endfn DrawTextEx,globl - .previous diff --git a/libc/nt/user32/DrawTextW.S b/libc/nt/user32/DrawTextW.S new file mode 100644 index 000000000..db4cb57bc --- /dev/null +++ b/libc/nt/user32/DrawTextW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DrawTextW,DrawTextW,1731 + +#ifdef __x86_64__ + .text.windows +DrawText: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_DrawTextW(%rip),%rax + jmp __sysv2nt6 + .endfn DrawText,globl + .previous +#endif diff --git a/libc/nt/user32/DrawTextW.s b/libc/nt/user32/DrawTextW.s deleted file mode 100644 index 08c58ba59..000000000 --- a/libc/nt/user32/DrawTextW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DrawTextW,DrawTextW,1731 - - .text.windows -DrawText: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_DrawTextW(%rip),%rax - jmp __sysv2nt6 - .endfn DrawText,globl - .previous diff --git a/libc/nt/user32/DwmGetDxRgn.S b/libc/nt/user32/DwmGetDxRgn.S new file mode 100644 index 000000000..6f8a6d85e --- /dev/null +++ b/libc/nt/user32/DwmGetDxRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmGetDxRgn,DwmGetDxRgn,1553 diff --git a/libc/nt/user32/DwmGetDxRgn.s b/libc/nt/user32/DwmGetDxRgn.s deleted file mode 100644 index 6c5bfa529..000000000 --- a/libc/nt/user32/DwmGetDxRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmGetDxRgn,DwmGetDxRgn,1553 diff --git a/libc/nt/user32/DwmGetDxSharedSurface.S b/libc/nt/user32/DwmGetDxSharedSurface.S new file mode 100644 index 000000000..fb9affb4f --- /dev/null +++ b/libc/nt/user32/DwmGetDxSharedSurface.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmGetDxSharedSurface,DwmGetDxSharedSurface,1732 diff --git a/libc/nt/user32/DwmGetDxSharedSurface.s b/libc/nt/user32/DwmGetDxSharedSurface.s deleted file mode 100644 index eb29fa884..000000000 --- a/libc/nt/user32/DwmGetDxSharedSurface.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmGetDxSharedSurface,DwmGetDxSharedSurface,1732 diff --git a/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.S b/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.S new file mode 100644 index 000000000..3630ec855 --- /dev/null +++ b/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmGetRemoteSessionOcclusionEvent,DwmGetRemoteSessionOcclusionEvent,1733 diff --git a/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.s b/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.s deleted file mode 100644 index 4fb772ff4..000000000 --- a/libc/nt/user32/DwmGetRemoteSessionOcclusionEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmGetRemoteSessionOcclusionEvent,DwmGetRemoteSessionOcclusionEvent,1733 diff --git a/libc/nt/user32/DwmGetRemoteSessionOcclusionState.S b/libc/nt/user32/DwmGetRemoteSessionOcclusionState.S new file mode 100644 index 000000000..135dc1319 --- /dev/null +++ b/libc/nt/user32/DwmGetRemoteSessionOcclusionState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmGetRemoteSessionOcclusionState,DwmGetRemoteSessionOcclusionState,1734 diff --git a/libc/nt/user32/DwmGetRemoteSessionOcclusionState.s b/libc/nt/user32/DwmGetRemoteSessionOcclusionState.s deleted file mode 100644 index 04a009f48..000000000 --- a/libc/nt/user32/DwmGetRemoteSessionOcclusionState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmGetRemoteSessionOcclusionState,DwmGetRemoteSessionOcclusionState,1734 diff --git a/libc/nt/user32/DwmKernelShutdown.S b/libc/nt/user32/DwmKernelShutdown.S new file mode 100644 index 000000000..ba853e8da --- /dev/null +++ b/libc/nt/user32/DwmKernelShutdown.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmKernelShutdown,DwmKernelShutdown,1735 diff --git a/libc/nt/user32/DwmKernelShutdown.s b/libc/nt/user32/DwmKernelShutdown.s deleted file mode 100644 index 1ae7040f5..000000000 --- a/libc/nt/user32/DwmKernelShutdown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmKernelShutdown,DwmKernelShutdown,1735 diff --git a/libc/nt/user32/DwmKernelStartup.S b/libc/nt/user32/DwmKernelStartup.S new file mode 100644 index 000000000..233c64077 --- /dev/null +++ b/libc/nt/user32/DwmKernelStartup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmKernelStartup,DwmKernelStartup,1736 diff --git a/libc/nt/user32/DwmKernelStartup.s b/libc/nt/user32/DwmKernelStartup.s deleted file mode 100644 index a951b8464..000000000 --- a/libc/nt/user32/DwmKernelStartup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmKernelStartup,DwmKernelStartup,1736 diff --git a/libc/nt/user32/DwmLockScreenUpdates.S b/libc/nt/user32/DwmLockScreenUpdates.S new file mode 100644 index 000000000..e7ed5ca4b --- /dev/null +++ b/libc/nt/user32/DwmLockScreenUpdates.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmLockScreenUpdates,DwmLockScreenUpdates,1737 diff --git a/libc/nt/user32/DwmLockScreenUpdates.s b/libc/nt/user32/DwmLockScreenUpdates.s deleted file mode 100644 index 34ca8cd85..000000000 --- a/libc/nt/user32/DwmLockScreenUpdates.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmLockScreenUpdates,DwmLockScreenUpdates,1737 diff --git a/libc/nt/user32/DwmValidateWindow.S b/libc/nt/user32/DwmValidateWindow.S new file mode 100644 index 000000000..499cea3f1 --- /dev/null +++ b/libc/nt/user32/DwmValidateWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_DwmValidateWindow,DwmValidateWindow,1738 diff --git a/libc/nt/user32/DwmValidateWindow.s b/libc/nt/user32/DwmValidateWindow.s deleted file mode 100644 index b048dbc7f..000000000 --- a/libc/nt/user32/DwmValidateWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_DwmValidateWindow,DwmValidateWindow,1738 diff --git a/libc/nt/user32/EditWndProc.S b/libc/nt/user32/EditWndProc.S new file mode 100644 index 000000000..56ce55492 --- /dev/null +++ b/libc/nt/user32/EditWndProc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EditWndProc,EditWndProc,1739 diff --git a/libc/nt/user32/EditWndProc.s b/libc/nt/user32/EditWndProc.s deleted file mode 100644 index 87db5dfb0..000000000 --- a/libc/nt/user32/EditWndProc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EditWndProc,EditWndProc,1739 diff --git a/libc/nt/user32/EmptyClipboard.S b/libc/nt/user32/EmptyClipboard.S new file mode 100644 index 000000000..aac3de022 --- /dev/null +++ b/libc/nt/user32/EmptyClipboard.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EmptyClipboard,EmptyClipboard,1704 diff --git a/libc/nt/user32/EmptyClipboard.s b/libc/nt/user32/EmptyClipboard.s deleted file mode 100644 index 8de1b75c4..000000000 --- a/libc/nt/user32/EmptyClipboard.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EmptyClipboard,EmptyClipboard,1704 diff --git a/libc/nt/user32/EnableMenuItem.S b/libc/nt/user32/EnableMenuItem.S new file mode 100644 index 000000000..0897759c7 --- /dev/null +++ b/libc/nt/user32/EnableMenuItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableMenuItem,EnableMenuItem,1741 diff --git a/libc/nt/user32/EnableMenuItem.s b/libc/nt/user32/EnableMenuItem.s deleted file mode 100644 index f4d96a7cb..000000000 --- a/libc/nt/user32/EnableMenuItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableMenuItem,EnableMenuItem,1741 diff --git a/libc/nt/user32/EnableMouseInPointer.S b/libc/nt/user32/EnableMouseInPointer.S new file mode 100644 index 000000000..90602dcd0 --- /dev/null +++ b/libc/nt/user32/EnableMouseInPointer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableMouseInPointer,EnableMouseInPointer,1742 diff --git a/libc/nt/user32/EnableMouseInPointer.s b/libc/nt/user32/EnableMouseInPointer.s deleted file mode 100644 index f02ba2c01..000000000 --- a/libc/nt/user32/EnableMouseInPointer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableMouseInPointer,EnableMouseInPointer,1742 diff --git a/libc/nt/user32/EnableNonClientDpiScaling.S b/libc/nt/user32/EnableNonClientDpiScaling.S new file mode 100644 index 000000000..7a1c5ed7b --- /dev/null +++ b/libc/nt/user32/EnableNonClientDpiScaling.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableNonClientDpiScaling,EnableNonClientDpiScaling,1743 diff --git a/libc/nt/user32/EnableNonClientDpiScaling.s b/libc/nt/user32/EnableNonClientDpiScaling.s deleted file mode 100644 index 87c49ef4f..000000000 --- a/libc/nt/user32/EnableNonClientDpiScaling.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableNonClientDpiScaling,EnableNonClientDpiScaling,1743 diff --git a/libc/nt/user32/EnableOneCoreTransformMode.S b/libc/nt/user32/EnableOneCoreTransformMode.S new file mode 100644 index 000000000..62845be64 --- /dev/null +++ b/libc/nt/user32/EnableOneCoreTransformMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableOneCoreTransformMode,EnableOneCoreTransformMode,1744 diff --git a/libc/nt/user32/EnableOneCoreTransformMode.s b/libc/nt/user32/EnableOneCoreTransformMode.s deleted file mode 100644 index 72baa32dd..000000000 --- a/libc/nt/user32/EnableOneCoreTransformMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableOneCoreTransformMode,EnableOneCoreTransformMode,1744 diff --git a/libc/nt/user32/EnableScrollBar.S b/libc/nt/user32/EnableScrollBar.S new file mode 100644 index 000000000..722989e05 --- /dev/null +++ b/libc/nt/user32/EnableScrollBar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableScrollBar,EnableScrollBar,1745 diff --git a/libc/nt/user32/EnableScrollBar.s b/libc/nt/user32/EnableScrollBar.s deleted file mode 100644 index 6326346b3..000000000 --- a/libc/nt/user32/EnableScrollBar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableScrollBar,EnableScrollBar,1745 diff --git a/libc/nt/user32/EnableSessionForMMCSS.S b/libc/nt/user32/EnableSessionForMMCSS.S new file mode 100644 index 000000000..61499621f --- /dev/null +++ b/libc/nt/user32/EnableSessionForMMCSS.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableSessionForMMCSS,EnableSessionForMMCSS,1746 diff --git a/libc/nt/user32/EnableSessionForMMCSS.s b/libc/nt/user32/EnableSessionForMMCSS.s deleted file mode 100644 index a6aac16dc..000000000 --- a/libc/nt/user32/EnableSessionForMMCSS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableSessionForMMCSS,EnableSessionForMMCSS,1746 diff --git a/libc/nt/user32/EnableWindow.S b/libc/nt/user32/EnableWindow.S new file mode 100644 index 000000000..254781ec3 --- /dev/null +++ b/libc/nt/user32/EnableWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnableWindow,EnableWindow,1747 diff --git a/libc/nt/user32/EnableWindow.s b/libc/nt/user32/EnableWindow.s deleted file mode 100644 index f0113d8de..000000000 --- a/libc/nt/user32/EnableWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnableWindow,EnableWindow,1747 diff --git a/libc/nt/user32/EndDeferWindowPos.S b/libc/nt/user32/EndDeferWindowPos.S new file mode 100644 index 000000000..3407b6ec6 --- /dev/null +++ b/libc/nt/user32/EndDeferWindowPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndDeferWindowPos,EndDeferWindowPos,1748 diff --git a/libc/nt/user32/EndDeferWindowPos.s b/libc/nt/user32/EndDeferWindowPos.s deleted file mode 100644 index b49aeb177..000000000 --- a/libc/nt/user32/EndDeferWindowPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndDeferWindowPos,EndDeferWindowPos,1748 diff --git a/libc/nt/user32/EndDeferWindowPosEx.S b/libc/nt/user32/EndDeferWindowPosEx.S new file mode 100644 index 000000000..8a7180920 --- /dev/null +++ b/libc/nt/user32/EndDeferWindowPosEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndDeferWindowPosEx,EndDeferWindowPosEx,1749 diff --git a/libc/nt/user32/EndDeferWindowPosEx.s b/libc/nt/user32/EndDeferWindowPosEx.s deleted file mode 100644 index 6a57f4a66..000000000 --- a/libc/nt/user32/EndDeferWindowPosEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndDeferWindowPosEx,EndDeferWindowPosEx,1749 diff --git a/libc/nt/user32/EndDialog.S b/libc/nt/user32/EndDialog.S new file mode 100644 index 000000000..658e08f22 --- /dev/null +++ b/libc/nt/user32/EndDialog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndDialog,EndDialog,1750 diff --git a/libc/nt/user32/EndDialog.s b/libc/nt/user32/EndDialog.s deleted file mode 100644 index 9c418bee5..000000000 --- a/libc/nt/user32/EndDialog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndDialog,EndDialog,1750 diff --git a/libc/nt/user32/EndMenu.S b/libc/nt/user32/EndMenu.S new file mode 100644 index 000000000..efff62531 --- /dev/null +++ b/libc/nt/user32/EndMenu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndMenu,EndMenu,1751 diff --git a/libc/nt/user32/EndMenu.s b/libc/nt/user32/EndMenu.s deleted file mode 100644 index ff9c74065..000000000 --- a/libc/nt/user32/EndMenu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndMenu,EndMenu,1751 diff --git a/libc/nt/user32/EndPaint.S b/libc/nt/user32/EndPaint.S new file mode 100644 index 000000000..e49f70614 --- /dev/null +++ b/libc/nt/user32/EndPaint.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndPaint,EndPaint,1752 + +#ifdef __x86_64__ + .text.windows +EndPaint: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_EndPaint(%rip),%rax + jmp __sysv2nt + .endfn EndPaint,globl + .previous +#endif diff --git a/libc/nt/user32/EndPaint.s b/libc/nt/user32/EndPaint.s deleted file mode 100644 index e355a507f..000000000 --- a/libc/nt/user32/EndPaint.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndPaint,EndPaint,1752 - - .text.windows -EndPaint: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_EndPaint(%rip),%rax - jmp __sysv2nt - .endfn EndPaint,globl - .previous diff --git a/libc/nt/user32/EndTask.S b/libc/nt/user32/EndTask.S new file mode 100644 index 000000000..2a28bccf4 --- /dev/null +++ b/libc/nt/user32/EndTask.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EndTask,EndTask,1753 diff --git a/libc/nt/user32/EndTask.s b/libc/nt/user32/EndTask.s deleted file mode 100644 index a55a70ee9..000000000 --- a/libc/nt/user32/EndTask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EndTask,EndTask,1753 diff --git a/libc/nt/user32/EnterReaderModeHelper.S b/libc/nt/user32/EnterReaderModeHelper.S new file mode 100644 index 000000000..aca99659d --- /dev/null +++ b/libc/nt/user32/EnterReaderModeHelper.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnterReaderModeHelper,EnterReaderModeHelper,1754 diff --git a/libc/nt/user32/EnterReaderModeHelper.s b/libc/nt/user32/EnterReaderModeHelper.s deleted file mode 100644 index 0b7c1f0b2..000000000 --- a/libc/nt/user32/EnterReaderModeHelper.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnterReaderModeHelper,EnterReaderModeHelper,1754 diff --git a/libc/nt/user32/EnumChildWindows.S b/libc/nt/user32/EnumChildWindows.S new file mode 100644 index 000000000..f72f0c702 --- /dev/null +++ b/libc/nt/user32/EnumChildWindows.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumChildWindows,EnumChildWindows,1755 + +#ifdef __x86_64__ + .text.windows +EnumChildWindows: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_EnumChildWindows(%rip),%rax + jmp __sysv2nt + .endfn EnumChildWindows,globl + .previous +#endif diff --git a/libc/nt/user32/EnumChildWindows.s b/libc/nt/user32/EnumChildWindows.s deleted file mode 100644 index c59a6226d..000000000 --- a/libc/nt/user32/EnumChildWindows.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumChildWindows,EnumChildWindows,1755 - - .text.windows -EnumChildWindows: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_EnumChildWindows(%rip),%rax - jmp __sysv2nt - .endfn EnumChildWindows,globl - .previous diff --git a/libc/nt/user32/EnumClipboardFormats.S b/libc/nt/user32/EnumClipboardFormats.S new file mode 100644 index 000000000..ba127a34c --- /dev/null +++ b/libc/nt/user32/EnumClipboardFormats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumClipboardFormats,EnumClipboardFormats,1756 diff --git a/libc/nt/user32/EnumClipboardFormats.s b/libc/nt/user32/EnumClipboardFormats.s deleted file mode 100644 index e378473b1..000000000 --- a/libc/nt/user32/EnumClipboardFormats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumClipboardFormats,EnumClipboardFormats,1756 diff --git a/libc/nt/user32/EnumDesktopWindows.S b/libc/nt/user32/EnumDesktopWindows.S new file mode 100644 index 000000000..50edd5b04 --- /dev/null +++ b/libc/nt/user32/EnumDesktopWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDesktopWindows,EnumDesktopWindows,1757 diff --git a/libc/nt/user32/EnumDesktopWindows.s b/libc/nt/user32/EnumDesktopWindows.s deleted file mode 100644 index fa30108d1..000000000 --- a/libc/nt/user32/EnumDesktopWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDesktopWindows,EnumDesktopWindows,1757 diff --git a/libc/nt/user32/EnumDesktopsW.S b/libc/nt/user32/EnumDesktopsW.S new file mode 100644 index 000000000..b74d4d794 --- /dev/null +++ b/libc/nt/user32/EnumDesktopsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDesktopsW,EnumDesktopsW,1759 diff --git a/libc/nt/user32/EnumDesktopsW.s b/libc/nt/user32/EnumDesktopsW.s deleted file mode 100644 index 0372b03a0..000000000 --- a/libc/nt/user32/EnumDesktopsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDesktopsW,EnumDesktopsW,1759 diff --git a/libc/nt/user32/EnumDisplayDevicesW.S b/libc/nt/user32/EnumDisplayDevicesW.S new file mode 100644 index 000000000..90d208e44 --- /dev/null +++ b/libc/nt/user32/EnumDisplayDevicesW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDisplayDevicesW,EnumDisplayDevicesW,1761 diff --git a/libc/nt/user32/EnumDisplayDevicesW.s b/libc/nt/user32/EnumDisplayDevicesW.s deleted file mode 100644 index 7b98c2a03..000000000 --- a/libc/nt/user32/EnumDisplayDevicesW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDisplayDevicesW,EnumDisplayDevicesW,1761 diff --git a/libc/nt/user32/EnumDisplayMonitors.S b/libc/nt/user32/EnumDisplayMonitors.S new file mode 100644 index 000000000..093ad0a60 --- /dev/null +++ b/libc/nt/user32/EnumDisplayMonitors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDisplayMonitors,EnumDisplayMonitors,1762 diff --git a/libc/nt/user32/EnumDisplayMonitors.s b/libc/nt/user32/EnumDisplayMonitors.s deleted file mode 100644 index add431086..000000000 --- a/libc/nt/user32/EnumDisplayMonitors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDisplayMonitors,EnumDisplayMonitors,1762 diff --git a/libc/nt/user32/EnumDisplaySettingsExW.S b/libc/nt/user32/EnumDisplaySettingsExW.S new file mode 100644 index 000000000..fdb2507de --- /dev/null +++ b/libc/nt/user32/EnumDisplaySettingsExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDisplaySettingsExW,EnumDisplaySettingsExW,1765 diff --git a/libc/nt/user32/EnumDisplaySettingsExW.s b/libc/nt/user32/EnumDisplaySettingsExW.s deleted file mode 100644 index 1b8d0ee05..000000000 --- a/libc/nt/user32/EnumDisplaySettingsExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDisplaySettingsExW,EnumDisplaySettingsExW,1765 diff --git a/libc/nt/user32/EnumDisplaySettingsW.S b/libc/nt/user32/EnumDisplaySettingsW.S new file mode 100644 index 000000000..46ec94f7d --- /dev/null +++ b/libc/nt/user32/EnumDisplaySettingsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumDisplaySettingsW,EnumDisplaySettingsW,1766 diff --git a/libc/nt/user32/EnumDisplaySettingsW.s b/libc/nt/user32/EnumDisplaySettingsW.s deleted file mode 100644 index f5d4178e5..000000000 --- a/libc/nt/user32/EnumDisplaySettingsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumDisplaySettingsW,EnumDisplaySettingsW,1766 diff --git a/libc/nt/user32/EnumPropsExW.S b/libc/nt/user32/EnumPropsExW.S new file mode 100644 index 000000000..9833906db --- /dev/null +++ b/libc/nt/user32/EnumPropsExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumPropsExW,EnumPropsExW,1769 diff --git a/libc/nt/user32/EnumPropsExW.s b/libc/nt/user32/EnumPropsExW.s deleted file mode 100644 index ad5a96b11..000000000 --- a/libc/nt/user32/EnumPropsExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumPropsExW,EnumPropsExW,1769 diff --git a/libc/nt/user32/EnumPropsW.S b/libc/nt/user32/EnumPropsW.S new file mode 100644 index 000000000..80cce6fc9 --- /dev/null +++ b/libc/nt/user32/EnumPropsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumPropsW,EnumPropsW,1770 diff --git a/libc/nt/user32/EnumPropsW.s b/libc/nt/user32/EnumPropsW.s deleted file mode 100644 index ded7efd75..000000000 --- a/libc/nt/user32/EnumPropsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumPropsW,EnumPropsW,1770 diff --git a/libc/nt/user32/EnumThreadWindows.S b/libc/nt/user32/EnumThreadWindows.S new file mode 100644 index 000000000..a130aa624 --- /dev/null +++ b/libc/nt/user32/EnumThreadWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumThreadWindows,EnumThreadWindows,1771 diff --git a/libc/nt/user32/EnumThreadWindows.s b/libc/nt/user32/EnumThreadWindows.s deleted file mode 100644 index fdfb6203c..000000000 --- a/libc/nt/user32/EnumThreadWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumThreadWindows,EnumThreadWindows,1771 diff --git a/libc/nt/user32/EnumWindowStationsW.S b/libc/nt/user32/EnumWindowStationsW.S new file mode 100644 index 000000000..c6cd67e2c --- /dev/null +++ b/libc/nt/user32/EnumWindowStationsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumWindowStationsW,EnumWindowStationsW,1773 diff --git a/libc/nt/user32/EnumWindowStationsW.s b/libc/nt/user32/EnumWindowStationsW.s deleted file mode 100644 index b851ec9a7..000000000 --- a/libc/nt/user32/EnumWindowStationsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumWindowStationsW,EnumWindowStationsW,1773 diff --git a/libc/nt/user32/EnumWindows.S b/libc/nt/user32/EnumWindows.S new file mode 100644 index 000000000..f385eb297 --- /dev/null +++ b/libc/nt/user32/EnumWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EnumWindows,EnumWindows,1774 diff --git a/libc/nt/user32/EnumWindows.s b/libc/nt/user32/EnumWindows.s deleted file mode 100644 index dd91563d0..000000000 --- a/libc/nt/user32/EnumWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EnumWindows,EnumWindows,1774 diff --git a/libc/nt/user32/EqualRect.S b/libc/nt/user32/EqualRect.S new file mode 100644 index 000000000..a815c4380 --- /dev/null +++ b/libc/nt/user32/EqualRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EqualRect,EqualRect,1775 diff --git a/libc/nt/user32/EqualRect.s b/libc/nt/user32/EqualRect.s deleted file mode 100644 index 8352a4427..000000000 --- a/libc/nt/user32/EqualRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EqualRect,EqualRect,1775 diff --git a/libc/nt/user32/EvaluateProximityToPolygon.S b/libc/nt/user32/EvaluateProximityToPolygon.S new file mode 100644 index 000000000..4246e9f81 --- /dev/null +++ b/libc/nt/user32/EvaluateProximityToPolygon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EvaluateProximityToPolygon,EvaluateProximityToPolygon,1776 diff --git a/libc/nt/user32/EvaluateProximityToPolygon.s b/libc/nt/user32/EvaluateProximityToPolygon.s deleted file mode 100644 index 94bc8c887..000000000 --- a/libc/nt/user32/EvaluateProximityToPolygon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EvaluateProximityToPolygon,EvaluateProximityToPolygon,1776 diff --git a/libc/nt/user32/EvaluateProximityToRect.S b/libc/nt/user32/EvaluateProximityToRect.S new file mode 100644 index 000000000..1109401d1 --- /dev/null +++ b/libc/nt/user32/EvaluateProximityToRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_EvaluateProximityToRect,EvaluateProximityToRect,1777 diff --git a/libc/nt/user32/EvaluateProximityToRect.s b/libc/nt/user32/EvaluateProximityToRect.s deleted file mode 100644 index 108fb0ac3..000000000 --- a/libc/nt/user32/EvaluateProximityToRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_EvaluateProximityToRect,EvaluateProximityToRect,1777 diff --git a/libc/nt/user32/ExcludeUpdateRgn.S b/libc/nt/user32/ExcludeUpdateRgn.S new file mode 100644 index 000000000..7d411e454 --- /dev/null +++ b/libc/nt/user32/ExcludeUpdateRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ExcludeUpdateRgn,ExcludeUpdateRgn,1778 diff --git a/libc/nt/user32/ExcludeUpdateRgn.s b/libc/nt/user32/ExcludeUpdateRgn.s deleted file mode 100644 index 4608d3416..000000000 --- a/libc/nt/user32/ExcludeUpdateRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ExcludeUpdateRgn,ExcludeUpdateRgn,1778 diff --git a/libc/nt/user32/ExitWindowsEx.S b/libc/nt/user32/ExitWindowsEx.S new file mode 100644 index 000000000..48a06f75f --- /dev/null +++ b/libc/nt/user32/ExitWindowsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ExitWindowsEx,ExitWindowsEx,1779 diff --git a/libc/nt/user32/ExitWindowsEx.s b/libc/nt/user32/ExitWindowsEx.s deleted file mode 100644 index baa9f6c74..000000000 --- a/libc/nt/user32/ExitWindowsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ExitWindowsEx,ExitWindowsEx,1779 diff --git a/libc/nt/user32/FillRect.S b/libc/nt/user32/FillRect.S new file mode 100644 index 000000000..18bbe3755 --- /dev/null +++ b/libc/nt/user32/FillRect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FillRect,FillRect,1780 + +#ifdef __x86_64__ + .text.windows +FillRect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FillRect(%rip),%rax + jmp __sysv2nt + .endfn FillRect,globl + .previous +#endif diff --git a/libc/nt/user32/FillRect.s b/libc/nt/user32/FillRect.s deleted file mode 100644 index 43f6f590a..000000000 --- a/libc/nt/user32/FillRect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FillRect,FillRect,1780 - - .text.windows -FillRect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FillRect(%rip),%rax - jmp __sysv2nt - .endfn FillRect,globl - .previous diff --git a/libc/nt/user32/FindWindowExW.S b/libc/nt/user32/FindWindowExW.S new file mode 100644 index 000000000..09c638023 --- /dev/null +++ b/libc/nt/user32/FindWindowExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FindWindowExW,FindWindowExW,1783 + +#ifdef __x86_64__ + .text.windows +FindWindowEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindWindowExW(%rip),%rax + jmp __sysv2nt + .endfn FindWindowEx,globl + .previous +#endif diff --git a/libc/nt/user32/FindWindowExW.s b/libc/nt/user32/FindWindowExW.s deleted file mode 100644 index e6a280474..000000000 --- a/libc/nt/user32/FindWindowExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FindWindowExW,FindWindowExW,1783 - - .text.windows -FindWindowEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindWindowExW(%rip),%rax - jmp __sysv2nt - .endfn FindWindowEx,globl - .previous diff --git a/libc/nt/user32/FindWindowW.S b/libc/nt/user32/FindWindowW.S new file mode 100644 index 000000000..e5b27c223 --- /dev/null +++ b/libc/nt/user32/FindWindowW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FindWindowW,FindWindowW,1784 + +#ifdef __x86_64__ + .text.windows +FindWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_FindWindowW(%rip),%rax + jmp __sysv2nt + .endfn FindWindow,globl + .previous +#endif diff --git a/libc/nt/user32/FindWindowW.s b/libc/nt/user32/FindWindowW.s deleted file mode 100644 index 09e8d6d60..000000000 --- a/libc/nt/user32/FindWindowW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FindWindowW,FindWindowW,1784 - - .text.windows -FindWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_FindWindowW(%rip),%rax - jmp __sysv2nt - .endfn FindWindow,globl - .previous diff --git a/libc/nt/user32/FlashWindow.S b/libc/nt/user32/FlashWindow.S new file mode 100644 index 000000000..cd054f289 --- /dev/null +++ b/libc/nt/user32/FlashWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FlashWindow,FlashWindow,1785 diff --git a/libc/nt/user32/FlashWindow.s b/libc/nt/user32/FlashWindow.s deleted file mode 100644 index 3f103b665..000000000 --- a/libc/nt/user32/FlashWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FlashWindow,FlashWindow,1785 diff --git a/libc/nt/user32/FlashWindowEx.S b/libc/nt/user32/FlashWindowEx.S new file mode 100644 index 000000000..3f0131632 --- /dev/null +++ b/libc/nt/user32/FlashWindowEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FlashWindowEx,FlashWindowEx,1786 diff --git a/libc/nt/user32/FlashWindowEx.s b/libc/nt/user32/FlashWindowEx.s deleted file mode 100644 index c015bd47c..000000000 --- a/libc/nt/user32/FlashWindowEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FlashWindowEx,FlashWindowEx,1786 diff --git a/libc/nt/user32/FrameRect.S b/libc/nt/user32/FrameRect.S new file mode 100644 index 000000000..5eaeff63d --- /dev/null +++ b/libc/nt/user32/FrameRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FrameRect,FrameRect,1787 diff --git a/libc/nt/user32/FrameRect.s b/libc/nt/user32/FrameRect.s deleted file mode 100644 index 47059ade7..000000000 --- a/libc/nt/user32/FrameRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FrameRect,FrameRect,1787 diff --git a/libc/nt/user32/FreeDDElParam.S b/libc/nt/user32/FreeDDElParam.S new file mode 100644 index 000000000..1a5967f14 --- /dev/null +++ b/libc/nt/user32/FreeDDElParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FreeDDElParam,FreeDDElParam,1788 diff --git a/libc/nt/user32/FreeDDElParam.s b/libc/nt/user32/FreeDDElParam.s deleted file mode 100644 index 8c8010573..000000000 --- a/libc/nt/user32/FreeDDElParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FreeDDElParam,FreeDDElParam,1788 diff --git a/libc/nt/user32/FrostCrashedWindow.S b/libc/nt/user32/FrostCrashedWindow.S new file mode 100644 index 000000000..90749ac6f --- /dev/null +++ b/libc/nt/user32/FrostCrashedWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_FrostCrashedWindow,FrostCrashedWindow,1789 diff --git a/libc/nt/user32/FrostCrashedWindow.s b/libc/nt/user32/FrostCrashedWindow.s deleted file mode 100644 index 04c3692af..000000000 --- a/libc/nt/user32/FrostCrashedWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_FrostCrashedWindow,FrostCrashedWindow,1789 diff --git a/libc/nt/user32/GetActiveWindow.S b/libc/nt/user32/GetActiveWindow.S new file mode 100644 index 000000000..f5327e748 --- /dev/null +++ b/libc/nt/user32/GetActiveWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetActiveWindow,GetActiveWindow,1790 diff --git a/libc/nt/user32/GetActiveWindow.s b/libc/nt/user32/GetActiveWindow.s deleted file mode 100644 index 96317959c..000000000 --- a/libc/nt/user32/GetActiveWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetActiveWindow,GetActiveWindow,1790 diff --git a/libc/nt/user32/GetAltTabInfoW.S b/libc/nt/user32/GetAltTabInfoW.S new file mode 100644 index 000000000..f5ac5b1aa --- /dev/null +++ b/libc/nt/user32/GetAltTabInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAltTabInfoW,GetAltTabInfoW,1793 diff --git a/libc/nt/user32/GetAltTabInfoW.s b/libc/nt/user32/GetAltTabInfoW.s deleted file mode 100644 index 3fe042c69..000000000 --- a/libc/nt/user32/GetAltTabInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAltTabInfoW,GetAltTabInfoW,1793 diff --git a/libc/nt/user32/GetAncestor.S b/libc/nt/user32/GetAncestor.S new file mode 100644 index 000000000..8474919f6 --- /dev/null +++ b/libc/nt/user32/GetAncestor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAncestor,GetAncestor,1794 diff --git a/libc/nt/user32/GetAncestor.s b/libc/nt/user32/GetAncestor.s deleted file mode 100644 index b788e16af..000000000 --- a/libc/nt/user32/GetAncestor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAncestor,GetAncestor,1794 diff --git a/libc/nt/user32/GetAppCompatFlags.S b/libc/nt/user32/GetAppCompatFlags.S new file mode 100644 index 000000000..3bb1f85e1 --- /dev/null +++ b/libc/nt/user32/GetAppCompatFlags.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAppCompatFlags,GetAppCompatFlags,1795 diff --git a/libc/nt/user32/GetAppCompatFlags.s b/libc/nt/user32/GetAppCompatFlags.s deleted file mode 100644 index 3184a8847..000000000 --- a/libc/nt/user32/GetAppCompatFlags.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAppCompatFlags,GetAppCompatFlags,1795 diff --git a/libc/nt/user32/GetAppCompatFlags2.S b/libc/nt/user32/GetAppCompatFlags2.S new file mode 100644 index 000000000..de94ca8a1 --- /dev/null +++ b/libc/nt/user32/GetAppCompatFlags2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAppCompatFlags2,GetAppCompatFlags2,1796 diff --git a/libc/nt/user32/GetAppCompatFlags2.s b/libc/nt/user32/GetAppCompatFlags2.s deleted file mode 100644 index 028b7987c..000000000 --- a/libc/nt/user32/GetAppCompatFlags2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAppCompatFlags2,GetAppCompatFlags2,1796 diff --git a/libc/nt/user32/GetAsyncKeyState.S b/libc/nt/user32/GetAsyncKeyState.S new file mode 100644 index 000000000..13819281f --- /dev/null +++ b/libc/nt/user32/GetAsyncKeyState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAsyncKeyState,GetAsyncKeyState,1797 diff --git a/libc/nt/user32/GetAsyncKeyState.s b/libc/nt/user32/GetAsyncKeyState.s deleted file mode 100644 index f6bbe8df9..000000000 --- a/libc/nt/user32/GetAsyncKeyState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAsyncKeyState,GetAsyncKeyState,1797 diff --git a/libc/nt/user32/GetAutoRotationState.S b/libc/nt/user32/GetAutoRotationState.S new file mode 100644 index 000000000..f1b28b1c3 --- /dev/null +++ b/libc/nt/user32/GetAutoRotationState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAutoRotationState,GetAutoRotationState,1798 diff --git a/libc/nt/user32/GetAutoRotationState.s b/libc/nt/user32/GetAutoRotationState.s deleted file mode 100644 index 61ce04b65..000000000 --- a/libc/nt/user32/GetAutoRotationState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAutoRotationState,GetAutoRotationState,1798 diff --git a/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.S b/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.S new file mode 100644 index 000000000..424032488 --- /dev/null +++ b/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetAwarenessFromDpiAwarenessContext,GetAwarenessFromDpiAwarenessContext,1799 diff --git a/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.s b/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.s deleted file mode 100644 index 959661988..000000000 --- a/libc/nt/user32/GetAwarenessFromDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetAwarenessFromDpiAwarenessContext,GetAwarenessFromDpiAwarenessContext,1799 diff --git a/libc/nt/user32/GetCIMSSM.S b/libc/nt/user32/GetCIMSSM.S new file mode 100644 index 000000000..b979cf043 --- /dev/null +++ b/libc/nt/user32/GetCIMSSM.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCIMSSM,GetCIMSSM,1800 diff --git a/libc/nt/user32/GetCIMSSM.s b/libc/nt/user32/GetCIMSSM.s deleted file mode 100644 index 6bb137d98..000000000 --- a/libc/nt/user32/GetCIMSSM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCIMSSM,GetCIMSSM,1800 diff --git a/libc/nt/user32/GetCapture.S b/libc/nt/user32/GetCapture.S new file mode 100644 index 000000000..fe724f690 --- /dev/null +++ b/libc/nt/user32/GetCapture.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCapture,GetCapture,1801 diff --git a/libc/nt/user32/GetCapture.s b/libc/nt/user32/GetCapture.s deleted file mode 100644 index 641e3ab99..000000000 --- a/libc/nt/user32/GetCapture.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCapture,GetCapture,1801 diff --git a/libc/nt/user32/GetCaretBlinkTime.S b/libc/nt/user32/GetCaretBlinkTime.S new file mode 100644 index 000000000..6b7e182ce --- /dev/null +++ b/libc/nt/user32/GetCaretBlinkTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCaretBlinkTime,GetCaretBlinkTime,1802 diff --git a/libc/nt/user32/GetCaretBlinkTime.s b/libc/nt/user32/GetCaretBlinkTime.s deleted file mode 100644 index d5bb22cd5..000000000 --- a/libc/nt/user32/GetCaretBlinkTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCaretBlinkTime,GetCaretBlinkTime,1802 diff --git a/libc/nt/user32/GetCaretPos.S b/libc/nt/user32/GetCaretPos.S new file mode 100644 index 000000000..d2eafa873 --- /dev/null +++ b/libc/nt/user32/GetCaretPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCaretPos,GetCaretPos,1803 diff --git a/libc/nt/user32/GetCaretPos.s b/libc/nt/user32/GetCaretPos.s deleted file mode 100644 index ba2ce4006..000000000 --- a/libc/nt/user32/GetCaretPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCaretPos,GetCaretPos,1803 diff --git a/libc/nt/user32/GetClassInfoExW.S b/libc/nt/user32/GetClassInfoExW.S new file mode 100644 index 000000000..8bfd81b1e --- /dev/null +++ b/libc/nt/user32/GetClassInfoExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassInfoExW,GetClassInfoExW,1806 diff --git a/libc/nt/user32/GetClassInfoExW.s b/libc/nt/user32/GetClassInfoExW.s deleted file mode 100644 index eb0e10da4..000000000 --- a/libc/nt/user32/GetClassInfoExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassInfoExW,GetClassInfoExW,1806 diff --git a/libc/nt/user32/GetClassInfoW.S b/libc/nt/user32/GetClassInfoW.S new file mode 100644 index 000000000..a97f3aac4 --- /dev/null +++ b/libc/nt/user32/GetClassInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassInfoW,GetClassInfoW,1807 diff --git a/libc/nt/user32/GetClassInfoW.s b/libc/nt/user32/GetClassInfoW.s deleted file mode 100644 index b29751c5e..000000000 --- a/libc/nt/user32/GetClassInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassInfoW,GetClassInfoW,1807 diff --git a/libc/nt/user32/GetClassLongPtrW.S b/libc/nt/user32/GetClassLongPtrW.S new file mode 100644 index 000000000..ae11b8e9b --- /dev/null +++ b/libc/nt/user32/GetClassLongPtrW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassLongPtrW,GetClassLongPtrW,1810 diff --git a/libc/nt/user32/GetClassLongPtrW.s b/libc/nt/user32/GetClassLongPtrW.s deleted file mode 100644 index e2581e0cb..000000000 --- a/libc/nt/user32/GetClassLongPtrW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassLongPtrW,GetClassLongPtrW,1810 diff --git a/libc/nt/user32/GetClassLongW.S b/libc/nt/user32/GetClassLongW.S new file mode 100644 index 000000000..68dfaefcf --- /dev/null +++ b/libc/nt/user32/GetClassLongW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassLongW,GetClassLongW,1811 diff --git a/libc/nt/user32/GetClassLongW.s b/libc/nt/user32/GetClassLongW.s deleted file mode 100644 index f995490e2..000000000 --- a/libc/nt/user32/GetClassLongW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassLongW,GetClassLongW,1811 diff --git a/libc/nt/user32/GetClassNameW.S b/libc/nt/user32/GetClassNameW.S new file mode 100644 index 000000000..ec1eea50d --- /dev/null +++ b/libc/nt/user32/GetClassNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassNameW,GetClassNameW,1813 diff --git a/libc/nt/user32/GetClassNameW.s b/libc/nt/user32/GetClassNameW.s deleted file mode 100644 index cc6c008ec..000000000 --- a/libc/nt/user32/GetClassNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassNameW,GetClassNameW,1813 diff --git a/libc/nt/user32/GetClassWord.S b/libc/nt/user32/GetClassWord.S new file mode 100644 index 000000000..997bd2af5 --- /dev/null +++ b/libc/nt/user32/GetClassWord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClassWord,GetClassWord,1814 diff --git a/libc/nt/user32/GetClassWord.s b/libc/nt/user32/GetClassWord.s deleted file mode 100644 index 4aacdf083..000000000 --- a/libc/nt/user32/GetClassWord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClassWord,GetClassWord,1814 diff --git a/libc/nt/user32/GetClientRect.S b/libc/nt/user32/GetClientRect.S new file mode 100644 index 000000000..ce7682118 --- /dev/null +++ b/libc/nt/user32/GetClientRect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClientRect,GetClientRect,1815 + +#ifdef __x86_64__ + .text.windows +GetClientRect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetClientRect(%rip),%rax + jmp __sysv2nt + .endfn GetClientRect,globl + .previous +#endif diff --git a/libc/nt/user32/GetClientRect.s b/libc/nt/user32/GetClientRect.s deleted file mode 100644 index 9de29a489..000000000 --- a/libc/nt/user32/GetClientRect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClientRect,GetClientRect,1815 - - .text.windows -GetClientRect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetClientRect(%rip),%rax - jmp __sysv2nt - .endfn GetClientRect,globl - .previous diff --git a/libc/nt/user32/GetClipCursor.S b/libc/nt/user32/GetClipCursor.S new file mode 100644 index 000000000..6d88ffcca --- /dev/null +++ b/libc/nt/user32/GetClipCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipCursor,GetClipCursor,1816 diff --git a/libc/nt/user32/GetClipCursor.s b/libc/nt/user32/GetClipCursor.s deleted file mode 100644 index ee3939843..000000000 --- a/libc/nt/user32/GetClipCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipCursor,GetClipCursor,1816 diff --git a/libc/nt/user32/GetClipboardAccessToken.S b/libc/nt/user32/GetClipboardAccessToken.S new file mode 100644 index 000000000..094befd0f --- /dev/null +++ b/libc/nt/user32/GetClipboardAccessToken.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardAccessToken,GetClipboardAccessToken,1817 diff --git a/libc/nt/user32/GetClipboardAccessToken.s b/libc/nt/user32/GetClipboardAccessToken.s deleted file mode 100644 index 6cf4186d4..000000000 --- a/libc/nt/user32/GetClipboardAccessToken.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardAccessToken,GetClipboardAccessToken,1817 diff --git a/libc/nt/user32/GetClipboardData.S b/libc/nt/user32/GetClipboardData.S new file mode 100644 index 000000000..7c53bf61a --- /dev/null +++ b/libc/nt/user32/GetClipboardData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardData,GetClipboardData,1818 diff --git a/libc/nt/user32/GetClipboardData.s b/libc/nt/user32/GetClipboardData.s deleted file mode 100644 index 31aa5e182..000000000 --- a/libc/nt/user32/GetClipboardData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardData,GetClipboardData,1818 diff --git a/libc/nt/user32/GetClipboardFormatNameW.S b/libc/nt/user32/GetClipboardFormatNameW.S new file mode 100644 index 000000000..ac3ba552f --- /dev/null +++ b/libc/nt/user32/GetClipboardFormatNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardFormatNameW,GetClipboardFormatNameW,1820 diff --git a/libc/nt/user32/GetClipboardFormatNameW.s b/libc/nt/user32/GetClipboardFormatNameW.s deleted file mode 100644 index 3bec08999..000000000 --- a/libc/nt/user32/GetClipboardFormatNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardFormatNameW,GetClipboardFormatNameW,1820 diff --git a/libc/nt/user32/GetClipboardOwner.S b/libc/nt/user32/GetClipboardOwner.S new file mode 100644 index 000000000..316b8c42b --- /dev/null +++ b/libc/nt/user32/GetClipboardOwner.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardOwner,GetClipboardOwner,1821 diff --git a/libc/nt/user32/GetClipboardOwner.s b/libc/nt/user32/GetClipboardOwner.s deleted file mode 100644 index c2fee27c7..000000000 --- a/libc/nt/user32/GetClipboardOwner.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardOwner,GetClipboardOwner,1821 diff --git a/libc/nt/user32/GetClipboardSequenceNumber.S b/libc/nt/user32/GetClipboardSequenceNumber.S new file mode 100644 index 000000000..d66d85e4c --- /dev/null +++ b/libc/nt/user32/GetClipboardSequenceNumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardSequenceNumber,GetClipboardSequenceNumber,1822 diff --git a/libc/nt/user32/GetClipboardSequenceNumber.s b/libc/nt/user32/GetClipboardSequenceNumber.s deleted file mode 100644 index 5eb25ad8b..000000000 --- a/libc/nt/user32/GetClipboardSequenceNumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardSequenceNumber,GetClipboardSequenceNumber,1822 diff --git a/libc/nt/user32/GetClipboardViewer.S b/libc/nt/user32/GetClipboardViewer.S new file mode 100644 index 000000000..e003d942f --- /dev/null +++ b/libc/nt/user32/GetClipboardViewer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetClipboardViewer,GetClipboardViewer,1823 diff --git a/libc/nt/user32/GetClipboardViewer.s b/libc/nt/user32/GetClipboardViewer.s deleted file mode 100644 index 023d94519..000000000 --- a/libc/nt/user32/GetClipboardViewer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetClipboardViewer,GetClipboardViewer,1823 diff --git a/libc/nt/user32/GetComboBoxInfo.S b/libc/nt/user32/GetComboBoxInfo.S new file mode 100644 index 000000000..96ed87a88 --- /dev/null +++ b/libc/nt/user32/GetComboBoxInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetComboBoxInfo,GetComboBoxInfo,1824 diff --git a/libc/nt/user32/GetComboBoxInfo.s b/libc/nt/user32/GetComboBoxInfo.s deleted file mode 100644 index 4286c1909..000000000 --- a/libc/nt/user32/GetComboBoxInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetComboBoxInfo,GetComboBoxInfo,1824 diff --git a/libc/nt/user32/GetCurrentInputMessageSource.S b/libc/nt/user32/GetCurrentInputMessageSource.S new file mode 100644 index 000000000..1c124db2c --- /dev/null +++ b/libc/nt/user32/GetCurrentInputMessageSource.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCurrentInputMessageSource,GetCurrentInputMessageSource,1825 diff --git a/libc/nt/user32/GetCurrentInputMessageSource.s b/libc/nt/user32/GetCurrentInputMessageSource.s deleted file mode 100644 index 35886d71b..000000000 --- a/libc/nt/user32/GetCurrentInputMessageSource.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCurrentInputMessageSource,GetCurrentInputMessageSource,1825 diff --git a/libc/nt/user32/GetCursor.S b/libc/nt/user32/GetCursor.S new file mode 100644 index 000000000..23cef96a7 --- /dev/null +++ b/libc/nt/user32/GetCursor.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCursor,GetCursor,1826 + +#ifdef __x86_64__ + .text.windows +GetCursor: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetCursor(%rip) + leave + ret + .endfn GetCursor,globl + .previous +#endif diff --git a/libc/nt/user32/GetCursor.s b/libc/nt/user32/GetCursor.s deleted file mode 100644 index 028c5ec7f..000000000 --- a/libc/nt/user32/GetCursor.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCursor,GetCursor,1826 - - .text.windows -GetCursor: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetCursor(%rip) - leave - ret - .endfn GetCursor,globl - .previous diff --git a/libc/nt/user32/GetCursorFrameInfo.S b/libc/nt/user32/GetCursorFrameInfo.S new file mode 100644 index 000000000..1daa65ec0 --- /dev/null +++ b/libc/nt/user32/GetCursorFrameInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCursorFrameInfo,GetCursorFrameInfo,1827 diff --git a/libc/nt/user32/GetCursorFrameInfo.s b/libc/nt/user32/GetCursorFrameInfo.s deleted file mode 100644 index 20b475093..000000000 --- a/libc/nt/user32/GetCursorFrameInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCursorFrameInfo,GetCursorFrameInfo,1827 diff --git a/libc/nt/user32/GetCursorInfo.S b/libc/nt/user32/GetCursorInfo.S new file mode 100644 index 000000000..aec7ffa79 --- /dev/null +++ b/libc/nt/user32/GetCursorInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCursorInfo,GetCursorInfo,1828 diff --git a/libc/nt/user32/GetCursorInfo.s b/libc/nt/user32/GetCursorInfo.s deleted file mode 100644 index 2f9369336..000000000 --- a/libc/nt/user32/GetCursorInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCursorInfo,GetCursorInfo,1828 diff --git a/libc/nt/user32/GetCursorPos.S b/libc/nt/user32/GetCursorPos.S new file mode 100644 index 000000000..e16c18382 --- /dev/null +++ b/libc/nt/user32/GetCursorPos.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetCursorPos,GetCursorPos,1829 + +#ifdef __x86_64__ + .text.windows +GetCursorPos: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetCursorPos(%rip) + leave + ret + .endfn GetCursorPos,globl + .previous +#endif diff --git a/libc/nt/user32/GetCursorPos.s b/libc/nt/user32/GetCursorPos.s deleted file mode 100644 index f5eef4932..000000000 --- a/libc/nt/user32/GetCursorPos.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetCursorPos,GetCursorPos,1829 - - .text.windows -GetCursorPos: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetCursorPos(%rip) - leave - ret - .endfn GetCursorPos,globl - .previous diff --git a/libc/nt/user32/GetDC.S b/libc/nt/user32/GetDC.S new file mode 100644 index 000000000..b137d610a --- /dev/null +++ b/libc/nt/user32/GetDC.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDC,GetDC,1830 + +#ifdef __x86_64__ + .text.windows +GetDC: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetDC(%rip) + leave + ret + .endfn GetDC,globl + .previous +#endif diff --git a/libc/nt/user32/GetDC.s b/libc/nt/user32/GetDC.s deleted file mode 100644 index 2e56c92ce..000000000 --- a/libc/nt/user32/GetDC.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDC,GetDC,1830 - - .text.windows -GetDC: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetDC(%rip) - leave - ret - .endfn GetDC,globl - .previous diff --git a/libc/nt/user32/GetDCEx.S b/libc/nt/user32/GetDCEx.S new file mode 100644 index 000000000..a310f619c --- /dev/null +++ b/libc/nt/user32/GetDCEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDCEx,GetDCEx,1831 diff --git a/libc/nt/user32/GetDCEx.s b/libc/nt/user32/GetDCEx.s deleted file mode 100644 index 27654718d..000000000 --- a/libc/nt/user32/GetDCEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDCEx,GetDCEx,1831 diff --git a/libc/nt/user32/GetDesktopID.S b/libc/nt/user32/GetDesktopID.S new file mode 100644 index 000000000..a62b59b97 --- /dev/null +++ b/libc/nt/user32/GetDesktopID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDesktopID,GetDesktopID,1832 diff --git a/libc/nt/user32/GetDesktopID.s b/libc/nt/user32/GetDesktopID.s deleted file mode 100644 index c2624e4d1..000000000 --- a/libc/nt/user32/GetDesktopID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDesktopID,GetDesktopID,1832 diff --git a/libc/nt/user32/GetDesktopWindow.S b/libc/nt/user32/GetDesktopWindow.S new file mode 100644 index 000000000..a2388a8a5 --- /dev/null +++ b/libc/nt/user32/GetDesktopWindow.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDesktopWindow,GetDesktopWindow,1833 + +#ifdef __x86_64__ + .text.windows +GetDesktopWindow: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetDesktopWindow(%rip) + leave + ret + .endfn GetDesktopWindow,globl + .previous +#endif diff --git a/libc/nt/user32/GetDesktopWindow.s b/libc/nt/user32/GetDesktopWindow.s deleted file mode 100644 index 49e14dcac..000000000 --- a/libc/nt/user32/GetDesktopWindow.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDesktopWindow,GetDesktopWindow,1833 - - .text.windows -GetDesktopWindow: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetDesktopWindow(%rip) - leave - ret - .endfn GetDesktopWindow,globl - .previous diff --git a/libc/nt/user32/GetDialogBaseUnits.S b/libc/nt/user32/GetDialogBaseUnits.S new file mode 100644 index 000000000..34f64f694 --- /dev/null +++ b/libc/nt/user32/GetDialogBaseUnits.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDialogBaseUnits,GetDialogBaseUnits,1834 diff --git a/libc/nt/user32/GetDialogBaseUnits.s b/libc/nt/user32/GetDialogBaseUnits.s deleted file mode 100644 index 7adac2044..000000000 --- a/libc/nt/user32/GetDialogBaseUnits.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDialogBaseUnits,GetDialogBaseUnits,1834 diff --git a/libc/nt/user32/GetDialogControlDpiChangeBehavior.S b/libc/nt/user32/GetDialogControlDpiChangeBehavior.S new file mode 100644 index 000000000..f198eb110 --- /dev/null +++ b/libc/nt/user32/GetDialogControlDpiChangeBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDialogControlDpiChangeBehavior,GetDialogControlDpiChangeBehavior,1835 diff --git a/libc/nt/user32/GetDialogControlDpiChangeBehavior.s b/libc/nt/user32/GetDialogControlDpiChangeBehavior.s deleted file mode 100644 index 42db7a4fa..000000000 --- a/libc/nt/user32/GetDialogControlDpiChangeBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDialogControlDpiChangeBehavior,GetDialogControlDpiChangeBehavior,1835 diff --git a/libc/nt/user32/GetDialogDpiChangeBehavior.S b/libc/nt/user32/GetDialogDpiChangeBehavior.S new file mode 100644 index 000000000..6452c049e --- /dev/null +++ b/libc/nt/user32/GetDialogDpiChangeBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDialogDpiChangeBehavior,GetDialogDpiChangeBehavior,1836 diff --git a/libc/nt/user32/GetDialogDpiChangeBehavior.s b/libc/nt/user32/GetDialogDpiChangeBehavior.s deleted file mode 100644 index e1da4d26f..000000000 --- a/libc/nt/user32/GetDialogDpiChangeBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDialogDpiChangeBehavior,GetDialogDpiChangeBehavior,1836 diff --git a/libc/nt/user32/GetDisplayAutoRotationPreferences.S b/libc/nt/user32/GetDisplayAutoRotationPreferences.S new file mode 100644 index 000000000..f9245066f --- /dev/null +++ b/libc/nt/user32/GetDisplayAutoRotationPreferences.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDisplayAutoRotationPreferences,GetDisplayAutoRotationPreferences,1837 diff --git a/libc/nt/user32/GetDisplayAutoRotationPreferences.s b/libc/nt/user32/GetDisplayAutoRotationPreferences.s deleted file mode 100644 index 8f4b0f543..000000000 --- a/libc/nt/user32/GetDisplayAutoRotationPreferences.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDisplayAutoRotationPreferences,GetDisplayAutoRotationPreferences,1837 diff --git a/libc/nt/user32/GetDisplayConfigBufferSizes.S b/libc/nt/user32/GetDisplayConfigBufferSizes.S new file mode 100644 index 000000000..c555e3778 --- /dev/null +++ b/libc/nt/user32/GetDisplayConfigBufferSizes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDisplayConfigBufferSizes,GetDisplayConfigBufferSizes,1838 diff --git a/libc/nt/user32/GetDisplayConfigBufferSizes.s b/libc/nt/user32/GetDisplayConfigBufferSizes.s deleted file mode 100644 index 6bc6b7030..000000000 --- a/libc/nt/user32/GetDisplayConfigBufferSizes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDisplayConfigBufferSizes,GetDisplayConfigBufferSizes,1838 diff --git a/libc/nt/user32/GetDlgCtrlID.S b/libc/nt/user32/GetDlgCtrlID.S new file mode 100644 index 000000000..f207784f2 --- /dev/null +++ b/libc/nt/user32/GetDlgCtrlID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDlgCtrlID,GetDlgCtrlID,1839 diff --git a/libc/nt/user32/GetDlgCtrlID.s b/libc/nt/user32/GetDlgCtrlID.s deleted file mode 100644 index a78eac071..000000000 --- a/libc/nt/user32/GetDlgCtrlID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDlgCtrlID,GetDlgCtrlID,1839 diff --git a/libc/nt/user32/GetDlgItem.S b/libc/nt/user32/GetDlgItem.S new file mode 100644 index 000000000..e14e8dab6 --- /dev/null +++ b/libc/nt/user32/GetDlgItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDlgItem,GetDlgItem,1840 diff --git a/libc/nt/user32/GetDlgItem.s b/libc/nt/user32/GetDlgItem.s deleted file mode 100644 index 21891d2b8..000000000 --- a/libc/nt/user32/GetDlgItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDlgItem,GetDlgItem,1840 diff --git a/libc/nt/user32/GetDlgItemInt.S b/libc/nt/user32/GetDlgItemInt.S new file mode 100644 index 000000000..a6b0be47c --- /dev/null +++ b/libc/nt/user32/GetDlgItemInt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDlgItemInt,GetDlgItemInt,1841 diff --git a/libc/nt/user32/GetDlgItemInt.s b/libc/nt/user32/GetDlgItemInt.s deleted file mode 100644 index 53b62ce1a..000000000 --- a/libc/nt/user32/GetDlgItemInt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDlgItemInt,GetDlgItemInt,1841 diff --git a/libc/nt/user32/GetDlgItemTextW.S b/libc/nt/user32/GetDlgItemTextW.S new file mode 100644 index 000000000..533d87670 --- /dev/null +++ b/libc/nt/user32/GetDlgItemTextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDlgItemTextW,GetDlgItemTextW,1843 diff --git a/libc/nt/user32/GetDlgItemTextW.s b/libc/nt/user32/GetDlgItemTextW.s deleted file mode 100644 index 8455e5d2a..000000000 --- a/libc/nt/user32/GetDlgItemTextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDlgItemTextW,GetDlgItemTextW,1843 diff --git a/libc/nt/user32/GetDoubleClickTime.S b/libc/nt/user32/GetDoubleClickTime.S new file mode 100644 index 000000000..c359b966d --- /dev/null +++ b/libc/nt/user32/GetDoubleClickTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDoubleClickTime,GetDoubleClickTime,1844 diff --git a/libc/nt/user32/GetDoubleClickTime.s b/libc/nt/user32/GetDoubleClickTime.s deleted file mode 100644 index 6c50c2b49..000000000 --- a/libc/nt/user32/GetDoubleClickTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDoubleClickTime,GetDoubleClickTime,1844 diff --git a/libc/nt/user32/GetDpiForMonitorInternal.S b/libc/nt/user32/GetDpiForMonitorInternal.S new file mode 100644 index 000000000..7fba8ce8a --- /dev/null +++ b/libc/nt/user32/GetDpiForMonitorInternal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDpiForMonitorInternal,GetDpiForMonitorInternal,1845 diff --git a/libc/nt/user32/GetDpiForMonitorInternal.s b/libc/nt/user32/GetDpiForMonitorInternal.s deleted file mode 100644 index 6cd0a755c..000000000 --- a/libc/nt/user32/GetDpiForMonitorInternal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDpiForMonitorInternal,GetDpiForMonitorInternal,1845 diff --git a/libc/nt/user32/GetDpiForSystem.S b/libc/nt/user32/GetDpiForSystem.S new file mode 100644 index 000000000..9836b19ef --- /dev/null +++ b/libc/nt/user32/GetDpiForSystem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDpiForSystem,GetDpiForSystem,1846 diff --git a/libc/nt/user32/GetDpiForSystem.s b/libc/nt/user32/GetDpiForSystem.s deleted file mode 100644 index d7353693b..000000000 --- a/libc/nt/user32/GetDpiForSystem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDpiForSystem,GetDpiForSystem,1846 diff --git a/libc/nt/user32/GetDpiForWindow.S b/libc/nt/user32/GetDpiForWindow.S new file mode 100644 index 000000000..719d5b542 --- /dev/null +++ b/libc/nt/user32/GetDpiForWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDpiForWindow,GetDpiForWindow,1847 diff --git a/libc/nt/user32/GetDpiForWindow.s b/libc/nt/user32/GetDpiForWindow.s deleted file mode 100644 index fca4be885..000000000 --- a/libc/nt/user32/GetDpiForWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDpiForWindow,GetDpiForWindow,1847 diff --git a/libc/nt/user32/GetDpiFromDpiAwarenessContext.S b/libc/nt/user32/GetDpiFromDpiAwarenessContext.S new file mode 100644 index 000000000..f6df8fe24 --- /dev/null +++ b/libc/nt/user32/GetDpiFromDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetDpiFromDpiAwarenessContext,GetDpiFromDpiAwarenessContext,1848 diff --git a/libc/nt/user32/GetDpiFromDpiAwarenessContext.s b/libc/nt/user32/GetDpiFromDpiAwarenessContext.s deleted file mode 100644 index c972d6b7e..000000000 --- a/libc/nt/user32/GetDpiFromDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetDpiFromDpiAwarenessContext,GetDpiFromDpiAwarenessContext,1848 diff --git a/libc/nt/user32/GetFocus.S b/libc/nt/user32/GetFocus.S new file mode 100644 index 000000000..85754ddd7 --- /dev/null +++ b/libc/nt/user32/GetFocus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetFocus,GetFocus,1849 diff --git a/libc/nt/user32/GetFocus.s b/libc/nt/user32/GetFocus.s deleted file mode 100644 index 8ef9d809f..000000000 --- a/libc/nt/user32/GetFocus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetFocus,GetFocus,1849 diff --git a/libc/nt/user32/GetForegroundWindow.S b/libc/nt/user32/GetForegroundWindow.S new file mode 100644 index 000000000..d310716f9 --- /dev/null +++ b/libc/nt/user32/GetForegroundWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetForegroundWindow,GetForegroundWindow,1850 diff --git a/libc/nt/user32/GetForegroundWindow.s b/libc/nt/user32/GetForegroundWindow.s deleted file mode 100644 index 99e7d8816..000000000 --- a/libc/nt/user32/GetForegroundWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetForegroundWindow,GetForegroundWindow,1850 diff --git a/libc/nt/user32/GetGUIThreadInfo.S b/libc/nt/user32/GetGUIThreadInfo.S new file mode 100644 index 000000000..cd9016913 --- /dev/null +++ b/libc/nt/user32/GetGUIThreadInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetGUIThreadInfo,GetGUIThreadInfo,1851 diff --git a/libc/nt/user32/GetGUIThreadInfo.s b/libc/nt/user32/GetGUIThreadInfo.s deleted file mode 100644 index 749000339..000000000 --- a/libc/nt/user32/GetGUIThreadInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetGUIThreadInfo,GetGUIThreadInfo,1851 diff --git a/libc/nt/user32/GetGestureConfig.S b/libc/nt/user32/GetGestureConfig.S new file mode 100644 index 000000000..cc3e6d09d --- /dev/null +++ b/libc/nt/user32/GetGestureConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetGestureConfig,GetGestureConfig,1852 diff --git a/libc/nt/user32/GetGestureConfig.s b/libc/nt/user32/GetGestureConfig.s deleted file mode 100644 index f48ac7d56..000000000 --- a/libc/nt/user32/GetGestureConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetGestureConfig,GetGestureConfig,1852 diff --git a/libc/nt/user32/GetGestureExtraArgs.S b/libc/nt/user32/GetGestureExtraArgs.S new file mode 100644 index 000000000..b96f39b03 --- /dev/null +++ b/libc/nt/user32/GetGestureExtraArgs.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetGestureExtraArgs,GetGestureExtraArgs,1853 diff --git a/libc/nt/user32/GetGestureExtraArgs.s b/libc/nt/user32/GetGestureExtraArgs.s deleted file mode 100644 index 07bbc580d..000000000 --- a/libc/nt/user32/GetGestureExtraArgs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetGestureExtraArgs,GetGestureExtraArgs,1853 diff --git a/libc/nt/user32/GetGestureInfo.S b/libc/nt/user32/GetGestureInfo.S new file mode 100644 index 000000000..1c311d271 --- /dev/null +++ b/libc/nt/user32/GetGestureInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetGestureInfo,GetGestureInfo,1854 diff --git a/libc/nt/user32/GetGestureInfo.s b/libc/nt/user32/GetGestureInfo.s deleted file mode 100644 index dc666379a..000000000 --- a/libc/nt/user32/GetGestureInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetGestureInfo,GetGestureInfo,1854 diff --git a/libc/nt/user32/GetGuiResources.S b/libc/nt/user32/GetGuiResources.S new file mode 100644 index 000000000..fb88e4eee --- /dev/null +++ b/libc/nt/user32/GetGuiResources.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetGuiResources,GetGuiResources,1855 diff --git a/libc/nt/user32/GetGuiResources.s b/libc/nt/user32/GetGuiResources.s deleted file mode 100644 index 2f80c1b2f..000000000 --- a/libc/nt/user32/GetGuiResources.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetGuiResources,GetGuiResources,1855 diff --git a/libc/nt/user32/GetIconInfo.S b/libc/nt/user32/GetIconInfo.S new file mode 100644 index 000000000..ac4062a19 --- /dev/null +++ b/libc/nt/user32/GetIconInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetIconInfo,GetIconInfo,1856 diff --git a/libc/nt/user32/GetIconInfo.s b/libc/nt/user32/GetIconInfo.s deleted file mode 100644 index aec09d0ec..000000000 --- a/libc/nt/user32/GetIconInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetIconInfo,GetIconInfo,1856 diff --git a/libc/nt/user32/GetIconInfoExW.S b/libc/nt/user32/GetIconInfoExW.S new file mode 100644 index 000000000..bff4358e7 --- /dev/null +++ b/libc/nt/user32/GetIconInfoExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetIconInfoExW,GetIconInfoExW,1858 diff --git a/libc/nt/user32/GetIconInfoExW.s b/libc/nt/user32/GetIconInfoExW.s deleted file mode 100644 index 2bf8dfa60..000000000 --- a/libc/nt/user32/GetIconInfoExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetIconInfoExW,GetIconInfoExW,1858 diff --git a/libc/nt/user32/GetInputDesktop.S b/libc/nt/user32/GetInputDesktop.S new file mode 100644 index 000000000..16f5c0f36 --- /dev/null +++ b/libc/nt/user32/GetInputDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetInputDesktop,GetInputDesktop,1859 diff --git a/libc/nt/user32/GetInputDesktop.s b/libc/nt/user32/GetInputDesktop.s deleted file mode 100644 index 8b2fd270a..000000000 --- a/libc/nt/user32/GetInputDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetInputDesktop,GetInputDesktop,1859 diff --git a/libc/nt/user32/GetInputLocaleInfo.S b/libc/nt/user32/GetInputLocaleInfo.S new file mode 100644 index 000000000..8a5e57aec --- /dev/null +++ b/libc/nt/user32/GetInputLocaleInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetInputLocaleInfo,GetInputLocaleInfo,1860 diff --git a/libc/nt/user32/GetInputLocaleInfo.s b/libc/nt/user32/GetInputLocaleInfo.s deleted file mode 100644 index 518f6d5a9..000000000 --- a/libc/nt/user32/GetInputLocaleInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetInputLocaleInfo,GetInputLocaleInfo,1860 diff --git a/libc/nt/user32/GetInputState.S b/libc/nt/user32/GetInputState.S new file mode 100644 index 000000000..27328a8c0 --- /dev/null +++ b/libc/nt/user32/GetInputState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetInputState,GetInputState,1861 diff --git a/libc/nt/user32/GetInputState.s b/libc/nt/user32/GetInputState.s deleted file mode 100644 index 21ab5518a..000000000 --- a/libc/nt/user32/GetInputState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetInputState,GetInputState,1861 diff --git a/libc/nt/user32/GetInternalWindowPos.S b/libc/nt/user32/GetInternalWindowPos.S new file mode 100644 index 000000000..2e8387ef8 --- /dev/null +++ b/libc/nt/user32/GetInternalWindowPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetInternalWindowPos,GetInternalWindowPos,1862 diff --git a/libc/nt/user32/GetInternalWindowPos.s b/libc/nt/user32/GetInternalWindowPos.s deleted file mode 100644 index 0e5928b89..000000000 --- a/libc/nt/user32/GetInternalWindowPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetInternalWindowPos,GetInternalWindowPos,1862 diff --git a/libc/nt/user32/GetKBCodePage.S b/libc/nt/user32/GetKBCodePage.S new file mode 100644 index 000000000..9749b1369 --- /dev/null +++ b/libc/nt/user32/GetKBCodePage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKBCodePage,GetKBCodePage,1863 diff --git a/libc/nt/user32/GetKBCodePage.s b/libc/nt/user32/GetKBCodePage.s deleted file mode 100644 index c37d82a51..000000000 --- a/libc/nt/user32/GetKBCodePage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKBCodePage,GetKBCodePage,1863 diff --git a/libc/nt/user32/GetKeyNameTextW.S b/libc/nt/user32/GetKeyNameTextW.S new file mode 100644 index 000000000..45f3799ae --- /dev/null +++ b/libc/nt/user32/GetKeyNameTextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyNameTextW,GetKeyNameTextW,1865 diff --git a/libc/nt/user32/GetKeyNameTextW.s b/libc/nt/user32/GetKeyNameTextW.s deleted file mode 100644 index dc50b2a78..000000000 --- a/libc/nt/user32/GetKeyNameTextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyNameTextW,GetKeyNameTextW,1865 diff --git a/libc/nt/user32/GetKeyState.S b/libc/nt/user32/GetKeyState.S new file mode 100644 index 000000000..d12351084 --- /dev/null +++ b/libc/nt/user32/GetKeyState.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyState,GetKeyState,1866 + +#ifdef __x86_64__ + .text.windows +GetKeyState: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetKeyState(%rip) + leave + ret + .endfn GetKeyState,globl + .previous +#endif diff --git a/libc/nt/user32/GetKeyState.s b/libc/nt/user32/GetKeyState.s deleted file mode 100644 index 7642595fa..000000000 --- a/libc/nt/user32/GetKeyState.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyState,GetKeyState,1866 - - .text.windows -GetKeyState: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetKeyState(%rip) - leave - ret - .endfn GetKeyState,globl - .previous diff --git a/libc/nt/user32/GetKeyboardLayout.S b/libc/nt/user32/GetKeyboardLayout.S new file mode 100644 index 000000000..0a8fd0d39 --- /dev/null +++ b/libc/nt/user32/GetKeyboardLayout.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyboardLayout,GetKeyboardLayout,1867 + +#ifdef __x86_64__ + .text.windows +GetKeyboardLayout: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetKeyboardLayout(%rip) + leave + ret + .endfn GetKeyboardLayout,globl + .previous +#endif diff --git a/libc/nt/user32/GetKeyboardLayout.s b/libc/nt/user32/GetKeyboardLayout.s deleted file mode 100644 index 83b10d936..000000000 --- a/libc/nt/user32/GetKeyboardLayout.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyboardLayout,GetKeyboardLayout,1867 - - .text.windows -GetKeyboardLayout: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetKeyboardLayout(%rip) - leave - ret - .endfn GetKeyboardLayout,globl - .previous diff --git a/libc/nt/user32/GetKeyboardLayoutList.S b/libc/nt/user32/GetKeyboardLayoutList.S new file mode 100644 index 000000000..c43fb16e9 --- /dev/null +++ b/libc/nt/user32/GetKeyboardLayoutList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyboardLayoutList,GetKeyboardLayoutList,1868 diff --git a/libc/nt/user32/GetKeyboardLayoutList.s b/libc/nt/user32/GetKeyboardLayoutList.s deleted file mode 100644 index 0328e4d31..000000000 --- a/libc/nt/user32/GetKeyboardLayoutList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyboardLayoutList,GetKeyboardLayoutList,1868 diff --git a/libc/nt/user32/GetKeyboardLayoutNameW.S b/libc/nt/user32/GetKeyboardLayoutNameW.S new file mode 100644 index 000000000..d8038f09b --- /dev/null +++ b/libc/nt/user32/GetKeyboardLayoutNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyboardLayoutNameW,GetKeyboardLayoutNameW,1870 diff --git a/libc/nt/user32/GetKeyboardLayoutNameW.s b/libc/nt/user32/GetKeyboardLayoutNameW.s deleted file mode 100644 index 061d72b42..000000000 --- a/libc/nt/user32/GetKeyboardLayoutNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyboardLayoutNameW,GetKeyboardLayoutNameW,1870 diff --git a/libc/nt/user32/GetKeyboardState.S b/libc/nt/user32/GetKeyboardState.S new file mode 100644 index 000000000..95c14c15f --- /dev/null +++ b/libc/nt/user32/GetKeyboardState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyboardState,GetKeyboardState,1871 diff --git a/libc/nt/user32/GetKeyboardState.s b/libc/nt/user32/GetKeyboardState.s deleted file mode 100644 index 3ccfdd673..000000000 --- a/libc/nt/user32/GetKeyboardState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyboardState,GetKeyboardState,1871 diff --git a/libc/nt/user32/GetKeyboardType.S b/libc/nt/user32/GetKeyboardType.S new file mode 100644 index 000000000..040872b65 --- /dev/null +++ b/libc/nt/user32/GetKeyboardType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetKeyboardType,GetKeyboardType,1872 diff --git a/libc/nt/user32/GetKeyboardType.s b/libc/nt/user32/GetKeyboardType.s deleted file mode 100644 index 0bd6d411b..000000000 --- a/libc/nt/user32/GetKeyboardType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetKeyboardType,GetKeyboardType,1872 diff --git a/libc/nt/user32/GetLastActivePopup.S b/libc/nt/user32/GetLastActivePopup.S new file mode 100644 index 000000000..adcbf0107 --- /dev/null +++ b/libc/nt/user32/GetLastActivePopup.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetLastActivePopup,GetLastActivePopup,1873 diff --git a/libc/nt/user32/GetLastActivePopup.s b/libc/nt/user32/GetLastActivePopup.s deleted file mode 100644 index e833ab096..000000000 --- a/libc/nt/user32/GetLastActivePopup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetLastActivePopup,GetLastActivePopup,1873 diff --git a/libc/nt/user32/GetLastInputInfo.S b/libc/nt/user32/GetLastInputInfo.S new file mode 100644 index 000000000..affc2db84 --- /dev/null +++ b/libc/nt/user32/GetLastInputInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetLastInputInfo,GetLastInputInfo,1874 diff --git a/libc/nt/user32/GetLastInputInfo.s b/libc/nt/user32/GetLastInputInfo.s deleted file mode 100644 index b19492e2f..000000000 --- a/libc/nt/user32/GetLastInputInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetLastInputInfo,GetLastInputInfo,1874 diff --git a/libc/nt/user32/GetLayeredWindowAttributes.S b/libc/nt/user32/GetLayeredWindowAttributes.S new file mode 100644 index 000000000..b28451d97 --- /dev/null +++ b/libc/nt/user32/GetLayeredWindowAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetLayeredWindowAttributes,GetLayeredWindowAttributes,1875 diff --git a/libc/nt/user32/GetLayeredWindowAttributes.s b/libc/nt/user32/GetLayeredWindowAttributes.s deleted file mode 100644 index 2ea1b6df4..000000000 --- a/libc/nt/user32/GetLayeredWindowAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetLayeredWindowAttributes,GetLayeredWindowAttributes,1875 diff --git a/libc/nt/user32/GetListBoxInfo.S b/libc/nt/user32/GetListBoxInfo.S new file mode 100644 index 000000000..26020ebaf --- /dev/null +++ b/libc/nt/user32/GetListBoxInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetListBoxInfo,GetListBoxInfo,1876 diff --git a/libc/nt/user32/GetListBoxInfo.s b/libc/nt/user32/GetListBoxInfo.s deleted file mode 100644 index 1aad0292c..000000000 --- a/libc/nt/user32/GetListBoxInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetListBoxInfo,GetListBoxInfo,1876 diff --git a/libc/nt/user32/GetMagnificationDesktopColorEffect.S b/libc/nt/user32/GetMagnificationDesktopColorEffect.S new file mode 100644 index 000000000..63f93e9a7 --- /dev/null +++ b/libc/nt/user32/GetMagnificationDesktopColorEffect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMagnificationDesktopColorEffect,GetMagnificationDesktopColorEffect,1877 diff --git a/libc/nt/user32/GetMagnificationDesktopColorEffect.s b/libc/nt/user32/GetMagnificationDesktopColorEffect.s deleted file mode 100644 index 300d5bcca..000000000 --- a/libc/nt/user32/GetMagnificationDesktopColorEffect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMagnificationDesktopColorEffect,GetMagnificationDesktopColorEffect,1877 diff --git a/libc/nt/user32/GetMagnificationDesktopMagnification.S b/libc/nt/user32/GetMagnificationDesktopMagnification.S new file mode 100644 index 000000000..7bb634b72 --- /dev/null +++ b/libc/nt/user32/GetMagnificationDesktopMagnification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMagnificationDesktopMagnification,GetMagnificationDesktopMagnification,1878 diff --git a/libc/nt/user32/GetMagnificationDesktopMagnification.s b/libc/nt/user32/GetMagnificationDesktopMagnification.s deleted file mode 100644 index 87885d492..000000000 --- a/libc/nt/user32/GetMagnificationDesktopMagnification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMagnificationDesktopMagnification,GetMagnificationDesktopMagnification,1878 diff --git a/libc/nt/user32/GetMagnificationDesktopSamplingMode.S b/libc/nt/user32/GetMagnificationDesktopSamplingMode.S new file mode 100644 index 000000000..644a46f72 --- /dev/null +++ b/libc/nt/user32/GetMagnificationDesktopSamplingMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMagnificationDesktopSamplingMode,GetMagnificationDesktopSamplingMode,1879 diff --git a/libc/nt/user32/GetMagnificationDesktopSamplingMode.s b/libc/nt/user32/GetMagnificationDesktopSamplingMode.s deleted file mode 100644 index e234f2f19..000000000 --- a/libc/nt/user32/GetMagnificationDesktopSamplingMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMagnificationDesktopSamplingMode,GetMagnificationDesktopSamplingMode,1879 diff --git a/libc/nt/user32/GetMagnificationLensCtxInformation.S b/libc/nt/user32/GetMagnificationLensCtxInformation.S new file mode 100644 index 000000000..d4a9fdf5a --- /dev/null +++ b/libc/nt/user32/GetMagnificationLensCtxInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMagnificationLensCtxInformation,GetMagnificationLensCtxInformation,1880 diff --git a/libc/nt/user32/GetMagnificationLensCtxInformation.s b/libc/nt/user32/GetMagnificationLensCtxInformation.s deleted file mode 100644 index 955f0ed1b..000000000 --- a/libc/nt/user32/GetMagnificationLensCtxInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMagnificationLensCtxInformation,GetMagnificationLensCtxInformation,1880 diff --git a/libc/nt/user32/GetMenu.S b/libc/nt/user32/GetMenu.S new file mode 100644 index 000000000..1001b6b93 --- /dev/null +++ b/libc/nt/user32/GetMenu.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenu,GetMenu,1881 + +#ifdef __x86_64__ + .text.windows +GetMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetMenu(%rip) + leave + ret + .endfn GetMenu,globl + .previous +#endif diff --git a/libc/nt/user32/GetMenu.s b/libc/nt/user32/GetMenu.s deleted file mode 100644 index 28e3acf2b..000000000 --- a/libc/nt/user32/GetMenu.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenu,GetMenu,1881 - - .text.windows -GetMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetMenu(%rip) - leave - ret - .endfn GetMenu,globl - .previous diff --git a/libc/nt/user32/GetMenuBarInfo.S b/libc/nt/user32/GetMenuBarInfo.S new file mode 100644 index 000000000..36b8ad702 --- /dev/null +++ b/libc/nt/user32/GetMenuBarInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuBarInfo,GetMenuBarInfo,1882 diff --git a/libc/nt/user32/GetMenuBarInfo.s b/libc/nt/user32/GetMenuBarInfo.s deleted file mode 100644 index 0ca4f02cb..000000000 --- a/libc/nt/user32/GetMenuBarInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuBarInfo,GetMenuBarInfo,1882 diff --git a/libc/nt/user32/GetMenuCheckMarkDimensions.S b/libc/nt/user32/GetMenuCheckMarkDimensions.S new file mode 100644 index 000000000..b960484d0 --- /dev/null +++ b/libc/nt/user32/GetMenuCheckMarkDimensions.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuCheckMarkDimensions,GetMenuCheckMarkDimensions,1883 diff --git a/libc/nt/user32/GetMenuCheckMarkDimensions.s b/libc/nt/user32/GetMenuCheckMarkDimensions.s deleted file mode 100644 index 8d079b7b3..000000000 --- a/libc/nt/user32/GetMenuCheckMarkDimensions.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuCheckMarkDimensions,GetMenuCheckMarkDimensions,1883 diff --git a/libc/nt/user32/GetMenuContextHelpId.S b/libc/nt/user32/GetMenuContextHelpId.S new file mode 100644 index 000000000..e866be3da --- /dev/null +++ b/libc/nt/user32/GetMenuContextHelpId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuContextHelpId,GetMenuContextHelpId,1884 diff --git a/libc/nt/user32/GetMenuContextHelpId.s b/libc/nt/user32/GetMenuContextHelpId.s deleted file mode 100644 index 0df9d9a41..000000000 --- a/libc/nt/user32/GetMenuContextHelpId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuContextHelpId,GetMenuContextHelpId,1884 diff --git a/libc/nt/user32/GetMenuDefaultItem.S b/libc/nt/user32/GetMenuDefaultItem.S new file mode 100644 index 000000000..7c01a7f62 --- /dev/null +++ b/libc/nt/user32/GetMenuDefaultItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuDefaultItem,GetMenuDefaultItem,1885 diff --git a/libc/nt/user32/GetMenuDefaultItem.s b/libc/nt/user32/GetMenuDefaultItem.s deleted file mode 100644 index 01395d7b5..000000000 --- a/libc/nt/user32/GetMenuDefaultItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuDefaultItem,GetMenuDefaultItem,1885 diff --git a/libc/nt/user32/GetMenuInfo.S b/libc/nt/user32/GetMenuInfo.S new file mode 100644 index 000000000..3619db3fb --- /dev/null +++ b/libc/nt/user32/GetMenuInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuInfo,GetMenuInfo,1886 diff --git a/libc/nt/user32/GetMenuInfo.s b/libc/nt/user32/GetMenuInfo.s deleted file mode 100644 index 86e0a7ab0..000000000 --- a/libc/nt/user32/GetMenuInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuInfo,GetMenuInfo,1886 diff --git a/libc/nt/user32/GetMenuItemCount.S b/libc/nt/user32/GetMenuItemCount.S new file mode 100644 index 000000000..01e1be4db --- /dev/null +++ b/libc/nt/user32/GetMenuItemCount.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuItemCount,GetMenuItemCount,1887 diff --git a/libc/nt/user32/GetMenuItemCount.s b/libc/nt/user32/GetMenuItemCount.s deleted file mode 100644 index c2f5f9bdf..000000000 --- a/libc/nt/user32/GetMenuItemCount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuItemCount,GetMenuItemCount,1887 diff --git a/libc/nt/user32/GetMenuItemID.S b/libc/nt/user32/GetMenuItemID.S new file mode 100644 index 000000000..1e9b568fc --- /dev/null +++ b/libc/nt/user32/GetMenuItemID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuItemID,GetMenuItemID,1888 diff --git a/libc/nt/user32/GetMenuItemID.s b/libc/nt/user32/GetMenuItemID.s deleted file mode 100644 index ce3c6746b..000000000 --- a/libc/nt/user32/GetMenuItemID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuItemID,GetMenuItemID,1888 diff --git a/libc/nt/user32/GetMenuItemInfoW.S b/libc/nt/user32/GetMenuItemInfoW.S new file mode 100644 index 000000000..72a4681fc --- /dev/null +++ b/libc/nt/user32/GetMenuItemInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuItemInfoW,GetMenuItemInfoW,1890 diff --git a/libc/nt/user32/GetMenuItemInfoW.s b/libc/nt/user32/GetMenuItemInfoW.s deleted file mode 100644 index f2244b8aa..000000000 --- a/libc/nt/user32/GetMenuItemInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuItemInfoW,GetMenuItemInfoW,1890 diff --git a/libc/nt/user32/GetMenuItemRect.S b/libc/nt/user32/GetMenuItemRect.S new file mode 100644 index 000000000..6e9016ba5 --- /dev/null +++ b/libc/nt/user32/GetMenuItemRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuItemRect,GetMenuItemRect,1891 diff --git a/libc/nt/user32/GetMenuItemRect.s b/libc/nt/user32/GetMenuItemRect.s deleted file mode 100644 index c5d78f9b9..000000000 --- a/libc/nt/user32/GetMenuItemRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuItemRect,GetMenuItemRect,1891 diff --git a/libc/nt/user32/GetMenuState.S b/libc/nt/user32/GetMenuState.S new file mode 100644 index 000000000..b080eb8a4 --- /dev/null +++ b/libc/nt/user32/GetMenuState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuState,GetMenuState,1892 diff --git a/libc/nt/user32/GetMenuState.s b/libc/nt/user32/GetMenuState.s deleted file mode 100644 index f190bce94..000000000 --- a/libc/nt/user32/GetMenuState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuState,GetMenuState,1892 diff --git a/libc/nt/user32/GetMenuStringW.S b/libc/nt/user32/GetMenuStringW.S new file mode 100644 index 000000000..575680481 --- /dev/null +++ b/libc/nt/user32/GetMenuStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMenuStringW,GetMenuStringW,1894 diff --git a/libc/nt/user32/GetMenuStringW.s b/libc/nt/user32/GetMenuStringW.s deleted file mode 100644 index a9a7b609a..000000000 --- a/libc/nt/user32/GetMenuStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMenuStringW,GetMenuStringW,1894 diff --git a/libc/nt/user32/GetMessageExtraInfo.S b/libc/nt/user32/GetMessageExtraInfo.S new file mode 100644 index 000000000..6a8181c32 --- /dev/null +++ b/libc/nt/user32/GetMessageExtraInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMessageExtraInfo,GetMessageExtraInfo,1896 diff --git a/libc/nt/user32/GetMessageExtraInfo.s b/libc/nt/user32/GetMessageExtraInfo.s deleted file mode 100644 index efa1b7a30..000000000 --- a/libc/nt/user32/GetMessageExtraInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMessageExtraInfo,GetMessageExtraInfo,1896 diff --git a/libc/nt/user32/GetMessagePos.S b/libc/nt/user32/GetMessagePos.S new file mode 100644 index 000000000..1b0a91264 --- /dev/null +++ b/libc/nt/user32/GetMessagePos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMessagePos,GetMessagePos,1897 diff --git a/libc/nt/user32/GetMessagePos.s b/libc/nt/user32/GetMessagePos.s deleted file mode 100644 index 9ede3d83c..000000000 --- a/libc/nt/user32/GetMessagePos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMessagePos,GetMessagePos,1897 diff --git a/libc/nt/user32/GetMessageTime.S b/libc/nt/user32/GetMessageTime.S new file mode 100644 index 000000000..c44e6cea7 --- /dev/null +++ b/libc/nt/user32/GetMessageTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMessageTime,GetMessageTime,1898 diff --git a/libc/nt/user32/GetMessageTime.s b/libc/nt/user32/GetMessageTime.s deleted file mode 100644 index 85ab56110..000000000 --- a/libc/nt/user32/GetMessageTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMessageTime,GetMessageTime,1898 diff --git a/libc/nt/user32/GetMessageW.S b/libc/nt/user32/GetMessageW.S new file mode 100644 index 000000000..297e341e7 --- /dev/null +++ b/libc/nt/user32/GetMessageW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMessageW,GetMessageW,1899 + +#ifdef __x86_64__ + .text.windows +GetMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetMessageW(%rip),%rax + jmp __sysv2nt + .endfn GetMessage,globl + .previous +#endif diff --git a/libc/nt/user32/GetMessageW.s b/libc/nt/user32/GetMessageW.s deleted file mode 100644 index 394b5c9db..000000000 --- a/libc/nt/user32/GetMessageW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMessageW,GetMessageW,1899 - - .text.windows -GetMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetMessageW(%rip),%rax - jmp __sysv2nt - .endfn GetMessage,globl - .previous diff --git a/libc/nt/user32/GetMonitorInfoW.S b/libc/nt/user32/GetMonitorInfoW.S new file mode 100644 index 000000000..8ab27c51d --- /dev/null +++ b/libc/nt/user32/GetMonitorInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMonitorInfoW,GetMonitorInfoW,1901 diff --git a/libc/nt/user32/GetMonitorInfoW.s b/libc/nt/user32/GetMonitorInfoW.s deleted file mode 100644 index e687155aa..000000000 --- a/libc/nt/user32/GetMonitorInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMonitorInfoW,GetMonitorInfoW,1901 diff --git a/libc/nt/user32/GetMouseMovePointsEx.S b/libc/nt/user32/GetMouseMovePointsEx.S new file mode 100644 index 000000000..37e6c62cb --- /dev/null +++ b/libc/nt/user32/GetMouseMovePointsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetMouseMovePointsEx,GetMouseMovePointsEx,1902 diff --git a/libc/nt/user32/GetMouseMovePointsEx.s b/libc/nt/user32/GetMouseMovePointsEx.s deleted file mode 100644 index 8d0c3d5e2..000000000 --- a/libc/nt/user32/GetMouseMovePointsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetMouseMovePointsEx,GetMouseMovePointsEx,1902 diff --git a/libc/nt/user32/GetNextDlgGroupItem.S b/libc/nt/user32/GetNextDlgGroupItem.S new file mode 100644 index 000000000..8a2137e3a --- /dev/null +++ b/libc/nt/user32/GetNextDlgGroupItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetNextDlgGroupItem,GetNextDlgGroupItem,1903 diff --git a/libc/nt/user32/GetNextDlgGroupItem.s b/libc/nt/user32/GetNextDlgGroupItem.s deleted file mode 100644 index e219258d4..000000000 --- a/libc/nt/user32/GetNextDlgGroupItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetNextDlgGroupItem,GetNextDlgGroupItem,1903 diff --git a/libc/nt/user32/GetNextDlgTabItem.S b/libc/nt/user32/GetNextDlgTabItem.S new file mode 100644 index 000000000..cc70eaf99 --- /dev/null +++ b/libc/nt/user32/GetNextDlgTabItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetNextDlgTabItem,GetNextDlgTabItem,1904 diff --git a/libc/nt/user32/GetNextDlgTabItem.s b/libc/nt/user32/GetNextDlgTabItem.s deleted file mode 100644 index 27b5e7041..000000000 --- a/libc/nt/user32/GetNextDlgTabItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetNextDlgTabItem,GetNextDlgTabItem,1904 diff --git a/libc/nt/user32/GetOpenClipboardWindow.S b/libc/nt/user32/GetOpenClipboardWindow.S new file mode 100644 index 000000000..4af3d6d25 --- /dev/null +++ b/libc/nt/user32/GetOpenClipboardWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetOpenClipboardWindow,GetOpenClipboardWindow,1905 diff --git a/libc/nt/user32/GetOpenClipboardWindow.s b/libc/nt/user32/GetOpenClipboardWindow.s deleted file mode 100644 index ec5fdcea1..000000000 --- a/libc/nt/user32/GetOpenClipboardWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetOpenClipboardWindow,GetOpenClipboardWindow,1905 diff --git a/libc/nt/user32/GetParent.S b/libc/nt/user32/GetParent.S new file mode 100644 index 000000000..a24dac727 --- /dev/null +++ b/libc/nt/user32/GetParent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetParent,GetParent,1906 + +#ifdef __x86_64__ + .text.windows +GetParent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetParent(%rip) + leave + ret + .endfn GetParent,globl + .previous +#endif diff --git a/libc/nt/user32/GetParent.s b/libc/nt/user32/GetParent.s deleted file mode 100644 index 7adc37727..000000000 --- a/libc/nt/user32/GetParent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetParent,GetParent,1906 - - .text.windows -GetParent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetParent(%rip) - leave - ret - .endfn GetParent,globl - .previous diff --git a/libc/nt/user32/GetPhysicalCursorPos.S b/libc/nt/user32/GetPhysicalCursorPos.S new file mode 100644 index 000000000..c2e3f9740 --- /dev/null +++ b/libc/nt/user32/GetPhysicalCursorPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPhysicalCursorPos,GetPhysicalCursorPos,1907 diff --git a/libc/nt/user32/GetPhysicalCursorPos.s b/libc/nt/user32/GetPhysicalCursorPos.s deleted file mode 100644 index cdf078cb2..000000000 --- a/libc/nt/user32/GetPhysicalCursorPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPhysicalCursorPos,GetPhysicalCursorPos,1907 diff --git a/libc/nt/user32/GetPointerCursorId.S b/libc/nt/user32/GetPointerCursorId.S new file mode 100644 index 000000000..7cb0e4171 --- /dev/null +++ b/libc/nt/user32/GetPointerCursorId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerCursorId,GetPointerCursorId,1908 diff --git a/libc/nt/user32/GetPointerCursorId.s b/libc/nt/user32/GetPointerCursorId.s deleted file mode 100644 index 9a95b2450..000000000 --- a/libc/nt/user32/GetPointerCursorId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerCursorId,GetPointerCursorId,1908 diff --git a/libc/nt/user32/GetPointerDevice.S b/libc/nt/user32/GetPointerDevice.S new file mode 100644 index 000000000..174b8c570 --- /dev/null +++ b/libc/nt/user32/GetPointerDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerDevice,GetPointerDevice,1909 diff --git a/libc/nt/user32/GetPointerDevice.s b/libc/nt/user32/GetPointerDevice.s deleted file mode 100644 index 583785860..000000000 --- a/libc/nt/user32/GetPointerDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerDevice,GetPointerDevice,1909 diff --git a/libc/nt/user32/GetPointerDeviceCursors.S b/libc/nt/user32/GetPointerDeviceCursors.S new file mode 100644 index 000000000..4a7b9aafc --- /dev/null +++ b/libc/nt/user32/GetPointerDeviceCursors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerDeviceCursors,GetPointerDeviceCursors,1910 diff --git a/libc/nt/user32/GetPointerDeviceCursors.s b/libc/nt/user32/GetPointerDeviceCursors.s deleted file mode 100644 index 0479f59a6..000000000 --- a/libc/nt/user32/GetPointerDeviceCursors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerDeviceCursors,GetPointerDeviceCursors,1910 diff --git a/libc/nt/user32/GetPointerDeviceProperties.S b/libc/nt/user32/GetPointerDeviceProperties.S new file mode 100644 index 000000000..2dd3095bf --- /dev/null +++ b/libc/nt/user32/GetPointerDeviceProperties.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerDeviceProperties,GetPointerDeviceProperties,1911 diff --git a/libc/nt/user32/GetPointerDeviceProperties.s b/libc/nt/user32/GetPointerDeviceProperties.s deleted file mode 100644 index 731ed4b65..000000000 --- a/libc/nt/user32/GetPointerDeviceProperties.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerDeviceProperties,GetPointerDeviceProperties,1911 diff --git a/libc/nt/user32/GetPointerDeviceRects.S b/libc/nt/user32/GetPointerDeviceRects.S new file mode 100644 index 000000000..8df78e559 --- /dev/null +++ b/libc/nt/user32/GetPointerDeviceRects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerDeviceRects,GetPointerDeviceRects,1912 diff --git a/libc/nt/user32/GetPointerDeviceRects.s b/libc/nt/user32/GetPointerDeviceRects.s deleted file mode 100644 index 4161aad72..000000000 --- a/libc/nt/user32/GetPointerDeviceRects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerDeviceRects,GetPointerDeviceRects,1912 diff --git a/libc/nt/user32/GetPointerDevices.S b/libc/nt/user32/GetPointerDevices.S new file mode 100644 index 000000000..8cc4955ca --- /dev/null +++ b/libc/nt/user32/GetPointerDevices.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerDevices,GetPointerDevices,1913 diff --git a/libc/nt/user32/GetPointerDevices.s b/libc/nt/user32/GetPointerDevices.s deleted file mode 100644 index 6e4b9cbce..000000000 --- a/libc/nt/user32/GetPointerDevices.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerDevices,GetPointerDevices,1913 diff --git a/libc/nt/user32/GetPointerFrameArrivalTimes.S b/libc/nt/user32/GetPointerFrameArrivalTimes.S new file mode 100644 index 000000000..5954a5e03 --- /dev/null +++ b/libc/nt/user32/GetPointerFrameArrivalTimes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFrameArrivalTimes,GetPointerFrameArrivalTimes,1914 diff --git a/libc/nt/user32/GetPointerFrameArrivalTimes.s b/libc/nt/user32/GetPointerFrameArrivalTimes.s deleted file mode 100644 index ca1d2704f..000000000 --- a/libc/nt/user32/GetPointerFrameArrivalTimes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFrameArrivalTimes,GetPointerFrameArrivalTimes,1914 diff --git a/libc/nt/user32/GetPointerFrameInfo.S b/libc/nt/user32/GetPointerFrameInfo.S new file mode 100644 index 000000000..e810dede0 --- /dev/null +++ b/libc/nt/user32/GetPointerFrameInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFrameInfo,GetPointerFrameInfo,1915 diff --git a/libc/nt/user32/GetPointerFrameInfo.s b/libc/nt/user32/GetPointerFrameInfo.s deleted file mode 100644 index c05564ce9..000000000 --- a/libc/nt/user32/GetPointerFrameInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFrameInfo,GetPointerFrameInfo,1915 diff --git a/libc/nt/user32/GetPointerFrameInfoHistory.S b/libc/nt/user32/GetPointerFrameInfoHistory.S new file mode 100644 index 000000000..2709897a9 --- /dev/null +++ b/libc/nt/user32/GetPointerFrameInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFrameInfoHistory,GetPointerFrameInfoHistory,1916 diff --git a/libc/nt/user32/GetPointerFrameInfoHistory.s b/libc/nt/user32/GetPointerFrameInfoHistory.s deleted file mode 100644 index f63463a78..000000000 --- a/libc/nt/user32/GetPointerFrameInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFrameInfoHistory,GetPointerFrameInfoHistory,1916 diff --git a/libc/nt/user32/GetPointerFramePenInfo.S b/libc/nt/user32/GetPointerFramePenInfo.S new file mode 100644 index 000000000..e2ad9b3aa --- /dev/null +++ b/libc/nt/user32/GetPointerFramePenInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFramePenInfo,GetPointerFramePenInfo,1917 diff --git a/libc/nt/user32/GetPointerFramePenInfo.s b/libc/nt/user32/GetPointerFramePenInfo.s deleted file mode 100644 index 4b18213db..000000000 --- a/libc/nt/user32/GetPointerFramePenInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFramePenInfo,GetPointerFramePenInfo,1917 diff --git a/libc/nt/user32/GetPointerFramePenInfoHistory.S b/libc/nt/user32/GetPointerFramePenInfoHistory.S new file mode 100644 index 000000000..fa5b3bc58 --- /dev/null +++ b/libc/nt/user32/GetPointerFramePenInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFramePenInfoHistory,GetPointerFramePenInfoHistory,1918 diff --git a/libc/nt/user32/GetPointerFramePenInfoHistory.s b/libc/nt/user32/GetPointerFramePenInfoHistory.s deleted file mode 100644 index 1d904e34e..000000000 --- a/libc/nt/user32/GetPointerFramePenInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFramePenInfoHistory,GetPointerFramePenInfoHistory,1918 diff --git a/libc/nt/user32/GetPointerFrameTouchInfo.S b/libc/nt/user32/GetPointerFrameTouchInfo.S new file mode 100644 index 000000000..1d9ad32ef --- /dev/null +++ b/libc/nt/user32/GetPointerFrameTouchInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFrameTouchInfo,GetPointerFrameTouchInfo,1919 diff --git a/libc/nt/user32/GetPointerFrameTouchInfo.s b/libc/nt/user32/GetPointerFrameTouchInfo.s deleted file mode 100644 index 141472e9b..000000000 --- a/libc/nt/user32/GetPointerFrameTouchInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFrameTouchInfo,GetPointerFrameTouchInfo,1919 diff --git a/libc/nt/user32/GetPointerFrameTouchInfoHistory.S b/libc/nt/user32/GetPointerFrameTouchInfoHistory.S new file mode 100644 index 000000000..369983215 --- /dev/null +++ b/libc/nt/user32/GetPointerFrameTouchInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerFrameTouchInfoHistory,GetPointerFrameTouchInfoHistory,1920 diff --git a/libc/nt/user32/GetPointerFrameTouchInfoHistory.s b/libc/nt/user32/GetPointerFrameTouchInfoHistory.s deleted file mode 100644 index 64ebcfd9d..000000000 --- a/libc/nt/user32/GetPointerFrameTouchInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerFrameTouchInfoHistory,GetPointerFrameTouchInfoHistory,1920 diff --git a/libc/nt/user32/GetPointerInfo.S b/libc/nt/user32/GetPointerInfo.S new file mode 100644 index 000000000..6f12ee54c --- /dev/null +++ b/libc/nt/user32/GetPointerInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerInfo,GetPointerInfo,1921 diff --git a/libc/nt/user32/GetPointerInfo.s b/libc/nt/user32/GetPointerInfo.s deleted file mode 100644 index a7a30e7b5..000000000 --- a/libc/nt/user32/GetPointerInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerInfo,GetPointerInfo,1921 diff --git a/libc/nt/user32/GetPointerInfoHistory.S b/libc/nt/user32/GetPointerInfoHistory.S new file mode 100644 index 000000000..d95784dc6 --- /dev/null +++ b/libc/nt/user32/GetPointerInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerInfoHistory,GetPointerInfoHistory,1922 diff --git a/libc/nt/user32/GetPointerInfoHistory.s b/libc/nt/user32/GetPointerInfoHistory.s deleted file mode 100644 index 184679197..000000000 --- a/libc/nt/user32/GetPointerInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerInfoHistory,GetPointerInfoHistory,1922 diff --git a/libc/nt/user32/GetPointerInputTransform.S b/libc/nt/user32/GetPointerInputTransform.S new file mode 100644 index 000000000..3f85030d3 --- /dev/null +++ b/libc/nt/user32/GetPointerInputTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerInputTransform,GetPointerInputTransform,1923 diff --git a/libc/nt/user32/GetPointerInputTransform.s b/libc/nt/user32/GetPointerInputTransform.s deleted file mode 100644 index f040d213f..000000000 --- a/libc/nt/user32/GetPointerInputTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerInputTransform,GetPointerInputTransform,1923 diff --git a/libc/nt/user32/GetPointerPenInfo.S b/libc/nt/user32/GetPointerPenInfo.S new file mode 100644 index 000000000..2faf959e4 --- /dev/null +++ b/libc/nt/user32/GetPointerPenInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerPenInfo,GetPointerPenInfo,1924 diff --git a/libc/nt/user32/GetPointerPenInfo.s b/libc/nt/user32/GetPointerPenInfo.s deleted file mode 100644 index ce0fc61b1..000000000 --- a/libc/nt/user32/GetPointerPenInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerPenInfo,GetPointerPenInfo,1924 diff --git a/libc/nt/user32/GetPointerPenInfoHistory.S b/libc/nt/user32/GetPointerPenInfoHistory.S new file mode 100644 index 000000000..ce972235b --- /dev/null +++ b/libc/nt/user32/GetPointerPenInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerPenInfoHistory,GetPointerPenInfoHistory,1925 diff --git a/libc/nt/user32/GetPointerPenInfoHistory.s b/libc/nt/user32/GetPointerPenInfoHistory.s deleted file mode 100644 index 59c5c3fca..000000000 --- a/libc/nt/user32/GetPointerPenInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerPenInfoHistory,GetPointerPenInfoHistory,1925 diff --git a/libc/nt/user32/GetPointerTouchInfo.S b/libc/nt/user32/GetPointerTouchInfo.S new file mode 100644 index 000000000..960d6d721 --- /dev/null +++ b/libc/nt/user32/GetPointerTouchInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerTouchInfo,GetPointerTouchInfo,1926 diff --git a/libc/nt/user32/GetPointerTouchInfo.s b/libc/nt/user32/GetPointerTouchInfo.s deleted file mode 100644 index bbe0ad2bd..000000000 --- a/libc/nt/user32/GetPointerTouchInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerTouchInfo,GetPointerTouchInfo,1926 diff --git a/libc/nt/user32/GetPointerTouchInfoHistory.S b/libc/nt/user32/GetPointerTouchInfoHistory.S new file mode 100644 index 000000000..bce75daba --- /dev/null +++ b/libc/nt/user32/GetPointerTouchInfoHistory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerTouchInfoHistory,GetPointerTouchInfoHistory,1927 diff --git a/libc/nt/user32/GetPointerTouchInfoHistory.s b/libc/nt/user32/GetPointerTouchInfoHistory.s deleted file mode 100644 index 29feccf3f..000000000 --- a/libc/nt/user32/GetPointerTouchInfoHistory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerTouchInfoHistory,GetPointerTouchInfoHistory,1927 diff --git a/libc/nt/user32/GetPointerType.S b/libc/nt/user32/GetPointerType.S new file mode 100644 index 000000000..6009f12c2 --- /dev/null +++ b/libc/nt/user32/GetPointerType.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPointerType,GetPointerType,1928 diff --git a/libc/nt/user32/GetPointerType.s b/libc/nt/user32/GetPointerType.s deleted file mode 100644 index b3354c331..000000000 --- a/libc/nt/user32/GetPointerType.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPointerType,GetPointerType,1928 diff --git a/libc/nt/user32/GetPriorityClipboardFormat.S b/libc/nt/user32/GetPriorityClipboardFormat.S new file mode 100644 index 000000000..78fe0a692 --- /dev/null +++ b/libc/nt/user32/GetPriorityClipboardFormat.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPriorityClipboardFormat,GetPriorityClipboardFormat,1929 diff --git a/libc/nt/user32/GetPriorityClipboardFormat.s b/libc/nt/user32/GetPriorityClipboardFormat.s deleted file mode 100644 index af1f4187d..000000000 --- a/libc/nt/user32/GetPriorityClipboardFormat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPriorityClipboardFormat,GetPriorityClipboardFormat,1929 diff --git a/libc/nt/user32/GetProcessDefaultLayout.S b/libc/nt/user32/GetProcessDefaultLayout.S new file mode 100644 index 000000000..10ff2d367 --- /dev/null +++ b/libc/nt/user32/GetProcessDefaultLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetProcessDefaultLayout,GetProcessDefaultLayout,1930 diff --git a/libc/nt/user32/GetProcessDefaultLayout.s b/libc/nt/user32/GetProcessDefaultLayout.s deleted file mode 100644 index 68d31b4c8..000000000 --- a/libc/nt/user32/GetProcessDefaultLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetProcessDefaultLayout,GetProcessDefaultLayout,1930 diff --git a/libc/nt/user32/GetProcessDpiAwarenessInternal.S b/libc/nt/user32/GetProcessDpiAwarenessInternal.S new file mode 100644 index 000000000..d449803da --- /dev/null +++ b/libc/nt/user32/GetProcessDpiAwarenessInternal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetProcessDpiAwarenessInternal,GetProcessDpiAwarenessInternal,1931 diff --git a/libc/nt/user32/GetProcessDpiAwarenessInternal.s b/libc/nt/user32/GetProcessDpiAwarenessInternal.s deleted file mode 100644 index e3a305ce7..000000000 --- a/libc/nt/user32/GetProcessDpiAwarenessInternal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetProcessDpiAwarenessInternal,GetProcessDpiAwarenessInternal,1931 diff --git a/libc/nt/user32/GetProcessUIContextInformation.S b/libc/nt/user32/GetProcessUIContextInformation.S new file mode 100644 index 000000000..a93c7a3d9 --- /dev/null +++ b/libc/nt/user32/GetProcessUIContextInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetProcessUIContextInformation,GetProcessUIContextInformation,2521 diff --git a/libc/nt/user32/GetProcessUIContextInformation.s b/libc/nt/user32/GetProcessUIContextInformation.s deleted file mode 100644 index 733b5ad8b..000000000 --- a/libc/nt/user32/GetProcessUIContextInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetProcessUIContextInformation,GetProcessUIContextInformation,2521 diff --git a/libc/nt/user32/GetProcessWindowStation.S b/libc/nt/user32/GetProcessWindowStation.S new file mode 100644 index 000000000..37d9a07f8 --- /dev/null +++ b/libc/nt/user32/GetProcessWindowStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetProcessWindowStation,GetProcessWindowStation,1932 diff --git a/libc/nt/user32/GetProcessWindowStation.s b/libc/nt/user32/GetProcessWindowStation.s deleted file mode 100644 index c083671ec..000000000 --- a/libc/nt/user32/GetProcessWindowStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetProcessWindowStation,GetProcessWindowStation,1932 diff --git a/libc/nt/user32/GetProgmanWindow.S b/libc/nt/user32/GetProgmanWindow.S new file mode 100644 index 000000000..f2f7013b1 --- /dev/null +++ b/libc/nt/user32/GetProgmanWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetProgmanWindow,GetProgmanWindow,1933 diff --git a/libc/nt/user32/GetProgmanWindow.s b/libc/nt/user32/GetProgmanWindow.s deleted file mode 100644 index 607218b83..000000000 --- a/libc/nt/user32/GetProgmanWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetProgmanWindow,GetProgmanWindow,1933 diff --git a/libc/nt/user32/GetPropW.S b/libc/nt/user32/GetPropW.S new file mode 100644 index 000000000..1c54d9110 --- /dev/null +++ b/libc/nt/user32/GetPropW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetPropW,GetPropW,1935 diff --git a/libc/nt/user32/GetPropW.s b/libc/nt/user32/GetPropW.s deleted file mode 100644 index cf93f0a3e..000000000 --- a/libc/nt/user32/GetPropW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetPropW,GetPropW,1935 diff --git a/libc/nt/user32/GetQueueStatus.S b/libc/nt/user32/GetQueueStatus.S new file mode 100644 index 000000000..4d48ccd3f --- /dev/null +++ b/libc/nt/user32/GetQueueStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetQueueStatus,GetQueueStatus,1936 diff --git a/libc/nt/user32/GetQueueStatus.s b/libc/nt/user32/GetQueueStatus.s deleted file mode 100644 index fc849159b..000000000 --- a/libc/nt/user32/GetQueueStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetQueueStatus,GetQueueStatus,1936 diff --git a/libc/nt/user32/GetRawInputBuffer.S b/libc/nt/user32/GetRawInputBuffer.S new file mode 100644 index 000000000..2a8cc2379 --- /dev/null +++ b/libc/nt/user32/GetRawInputBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRawInputBuffer,GetRawInputBuffer,1937 diff --git a/libc/nt/user32/GetRawInputBuffer.s b/libc/nt/user32/GetRawInputBuffer.s deleted file mode 100644 index b2a8092a4..000000000 --- a/libc/nt/user32/GetRawInputBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRawInputBuffer,GetRawInputBuffer,1937 diff --git a/libc/nt/user32/GetRawInputData.S b/libc/nt/user32/GetRawInputData.S new file mode 100644 index 000000000..ac7fac2fe --- /dev/null +++ b/libc/nt/user32/GetRawInputData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRawInputData,GetRawInputData,1938 diff --git a/libc/nt/user32/GetRawInputData.s b/libc/nt/user32/GetRawInputData.s deleted file mode 100644 index d36d0d896..000000000 --- a/libc/nt/user32/GetRawInputData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRawInputData,GetRawInputData,1938 diff --git a/libc/nt/user32/GetRawInputDeviceInfoW.S b/libc/nt/user32/GetRawInputDeviceInfoW.S new file mode 100644 index 000000000..239cc07ba --- /dev/null +++ b/libc/nt/user32/GetRawInputDeviceInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRawInputDeviceInfoW,GetRawInputDeviceInfoW,1940 diff --git a/libc/nt/user32/GetRawInputDeviceInfoW.s b/libc/nt/user32/GetRawInputDeviceInfoW.s deleted file mode 100644 index fc16f3415..000000000 --- a/libc/nt/user32/GetRawInputDeviceInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRawInputDeviceInfoW,GetRawInputDeviceInfoW,1940 diff --git a/libc/nt/user32/GetRawInputDeviceList.S b/libc/nt/user32/GetRawInputDeviceList.S new file mode 100644 index 000000000..ed9f27de8 --- /dev/null +++ b/libc/nt/user32/GetRawInputDeviceList.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRawInputDeviceList,GetRawInputDeviceList,1941 diff --git a/libc/nt/user32/GetRawInputDeviceList.s b/libc/nt/user32/GetRawInputDeviceList.s deleted file mode 100644 index dc7443e49..000000000 --- a/libc/nt/user32/GetRawInputDeviceList.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRawInputDeviceList,GetRawInputDeviceList,1941 diff --git a/libc/nt/user32/GetRawPointerDeviceData.S b/libc/nt/user32/GetRawPointerDeviceData.S new file mode 100644 index 000000000..4b72e07c3 --- /dev/null +++ b/libc/nt/user32/GetRawPointerDeviceData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRawPointerDeviceData,GetRawPointerDeviceData,1942 diff --git a/libc/nt/user32/GetRawPointerDeviceData.s b/libc/nt/user32/GetRawPointerDeviceData.s deleted file mode 100644 index 8fc5f3ac4..000000000 --- a/libc/nt/user32/GetRawPointerDeviceData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRawPointerDeviceData,GetRawPointerDeviceData,1942 diff --git a/libc/nt/user32/GetReasonTitleFromReasonCode.S b/libc/nt/user32/GetReasonTitleFromReasonCode.S new file mode 100644 index 000000000..7d95c6d69 --- /dev/null +++ b/libc/nt/user32/GetReasonTitleFromReasonCode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetReasonTitleFromReasonCode,GetReasonTitleFromReasonCode,1943 diff --git a/libc/nt/user32/GetReasonTitleFromReasonCode.s b/libc/nt/user32/GetReasonTitleFromReasonCode.s deleted file mode 100644 index c04e177da..000000000 --- a/libc/nt/user32/GetReasonTitleFromReasonCode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetReasonTitleFromReasonCode,GetReasonTitleFromReasonCode,1943 diff --git a/libc/nt/user32/GetRegisteredRawInputDevices.S b/libc/nt/user32/GetRegisteredRawInputDevices.S new file mode 100644 index 000000000..f49a55b30 --- /dev/null +++ b/libc/nt/user32/GetRegisteredRawInputDevices.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetRegisteredRawInputDevices,GetRegisteredRawInputDevices,1944 diff --git a/libc/nt/user32/GetRegisteredRawInputDevices.s b/libc/nt/user32/GetRegisteredRawInputDevices.s deleted file mode 100644 index d968f1d4b..000000000 --- a/libc/nt/user32/GetRegisteredRawInputDevices.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetRegisteredRawInputDevices,GetRegisteredRawInputDevices,1944 diff --git a/libc/nt/user32/GetScrollBarInfo.S b/libc/nt/user32/GetScrollBarInfo.S new file mode 100644 index 000000000..31754287e --- /dev/null +++ b/libc/nt/user32/GetScrollBarInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetScrollBarInfo,GetScrollBarInfo,1945 diff --git a/libc/nt/user32/GetScrollBarInfo.s b/libc/nt/user32/GetScrollBarInfo.s deleted file mode 100644 index eda200be4..000000000 --- a/libc/nt/user32/GetScrollBarInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetScrollBarInfo,GetScrollBarInfo,1945 diff --git a/libc/nt/user32/GetScrollInfo.S b/libc/nt/user32/GetScrollInfo.S new file mode 100644 index 000000000..bfc863936 --- /dev/null +++ b/libc/nt/user32/GetScrollInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetScrollInfo,GetScrollInfo,1946 diff --git a/libc/nt/user32/GetScrollInfo.s b/libc/nt/user32/GetScrollInfo.s deleted file mode 100644 index 623a551f2..000000000 --- a/libc/nt/user32/GetScrollInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetScrollInfo,GetScrollInfo,1946 diff --git a/libc/nt/user32/GetScrollPos.S b/libc/nt/user32/GetScrollPos.S new file mode 100644 index 000000000..cc1e1a7a8 --- /dev/null +++ b/libc/nt/user32/GetScrollPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetScrollPos,GetScrollPos,1947 diff --git a/libc/nt/user32/GetScrollPos.s b/libc/nt/user32/GetScrollPos.s deleted file mode 100644 index 9b687c071..000000000 --- a/libc/nt/user32/GetScrollPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetScrollPos,GetScrollPos,1947 diff --git a/libc/nt/user32/GetScrollRange.S b/libc/nt/user32/GetScrollRange.S new file mode 100644 index 000000000..58554f6f2 --- /dev/null +++ b/libc/nt/user32/GetScrollRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetScrollRange,GetScrollRange,1948 diff --git a/libc/nt/user32/GetScrollRange.s b/libc/nt/user32/GetScrollRange.s deleted file mode 100644 index 32b64718c..000000000 --- a/libc/nt/user32/GetScrollRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetScrollRange,GetScrollRange,1948 diff --git a/libc/nt/user32/GetSendMessageReceiver.S b/libc/nt/user32/GetSendMessageReceiver.S new file mode 100644 index 000000000..6eda8f11c --- /dev/null +++ b/libc/nt/user32/GetSendMessageReceiver.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSendMessageReceiver,GetSendMessageReceiver,1949 diff --git a/libc/nt/user32/GetSendMessageReceiver.s b/libc/nt/user32/GetSendMessageReceiver.s deleted file mode 100644 index f1cfa4e4f..000000000 --- a/libc/nt/user32/GetSendMessageReceiver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSendMessageReceiver,GetSendMessageReceiver,1949 diff --git a/libc/nt/user32/GetShellWindow.S b/libc/nt/user32/GetShellWindow.S new file mode 100644 index 000000000..85a88c585 --- /dev/null +++ b/libc/nt/user32/GetShellWindow.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetShellWindow,GetShellWindow,1950 + +#ifdef __x86_64__ + .text.windows +GetShellWindow: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_GetShellWindow(%rip) + leave + ret + .endfn GetShellWindow,globl + .previous +#endif diff --git a/libc/nt/user32/GetShellWindow.s b/libc/nt/user32/GetShellWindow.s deleted file mode 100644 index 02600b6ae..000000000 --- a/libc/nt/user32/GetShellWindow.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetShellWindow,GetShellWindow,1950 - - .text.windows -GetShellWindow: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_GetShellWindow(%rip) - leave - ret - .endfn GetShellWindow,globl - .previous diff --git a/libc/nt/user32/GetSubMenu.S b/libc/nt/user32/GetSubMenu.S new file mode 100644 index 000000000..c3da0fd67 --- /dev/null +++ b/libc/nt/user32/GetSubMenu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSubMenu,GetSubMenu,1951 diff --git a/libc/nt/user32/GetSubMenu.s b/libc/nt/user32/GetSubMenu.s deleted file mode 100644 index 0a3c1859d..000000000 --- a/libc/nt/user32/GetSubMenu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSubMenu,GetSubMenu,1951 diff --git a/libc/nt/user32/GetSysColor.S b/libc/nt/user32/GetSysColor.S new file mode 100644 index 000000000..dcede240b --- /dev/null +++ b/libc/nt/user32/GetSysColor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSysColor,GetSysColor,1952 diff --git a/libc/nt/user32/GetSysColor.s b/libc/nt/user32/GetSysColor.s deleted file mode 100644 index e45001054..000000000 --- a/libc/nt/user32/GetSysColor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSysColor,GetSysColor,1952 diff --git a/libc/nt/user32/GetSysColorBrush.S b/libc/nt/user32/GetSysColorBrush.S new file mode 100644 index 000000000..d327d7417 --- /dev/null +++ b/libc/nt/user32/GetSysColorBrush.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSysColorBrush,GetSysColorBrush,1953 diff --git a/libc/nt/user32/GetSysColorBrush.s b/libc/nt/user32/GetSysColorBrush.s deleted file mode 100644 index 25bc6bf43..000000000 --- a/libc/nt/user32/GetSysColorBrush.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSysColorBrush,GetSysColorBrush,1953 diff --git a/libc/nt/user32/GetSystemDpiForProcess.S b/libc/nt/user32/GetSystemDpiForProcess.S new file mode 100644 index 000000000..f5da702b9 --- /dev/null +++ b/libc/nt/user32/GetSystemDpiForProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSystemDpiForProcess,GetSystemDpiForProcess,1954 diff --git a/libc/nt/user32/GetSystemDpiForProcess.s b/libc/nt/user32/GetSystemDpiForProcess.s deleted file mode 100644 index 4740ddc67..000000000 --- a/libc/nt/user32/GetSystemDpiForProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSystemDpiForProcess,GetSystemDpiForProcess,1954 diff --git a/libc/nt/user32/GetSystemMenu.S b/libc/nt/user32/GetSystemMenu.S new file mode 100644 index 000000000..8e1b29169 --- /dev/null +++ b/libc/nt/user32/GetSystemMenu.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSystemMenu,GetSystemMenu,1955 + +#ifdef __x86_64__ + .text.windows +GetSystemMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetSystemMenu(%rip),%rax + jmp __sysv2nt + .endfn GetSystemMenu,globl + .previous +#endif diff --git a/libc/nt/user32/GetSystemMenu.s b/libc/nt/user32/GetSystemMenu.s deleted file mode 100644 index c0442d6f2..000000000 --- a/libc/nt/user32/GetSystemMenu.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSystemMenu,GetSystemMenu,1955 - - .text.windows -GetSystemMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetSystemMenu(%rip),%rax - jmp __sysv2nt - .endfn GetSystemMenu,globl - .previous diff --git a/libc/nt/user32/GetSystemMetrics.S b/libc/nt/user32/GetSystemMetrics.S new file mode 100644 index 000000000..aed2e0302 --- /dev/null +++ b/libc/nt/user32/GetSystemMetrics.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSystemMetrics,GetSystemMetrics,1956 diff --git a/libc/nt/user32/GetSystemMetrics.s b/libc/nt/user32/GetSystemMetrics.s deleted file mode 100644 index 60a5396dd..000000000 --- a/libc/nt/user32/GetSystemMetrics.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSystemMetrics,GetSystemMetrics,1956 diff --git a/libc/nt/user32/GetSystemMetricsForDpi.S b/libc/nt/user32/GetSystemMetricsForDpi.S new file mode 100644 index 000000000..7cefa120a --- /dev/null +++ b/libc/nt/user32/GetSystemMetricsForDpi.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetSystemMetricsForDpi,GetSystemMetricsForDpi,1957 diff --git a/libc/nt/user32/GetSystemMetricsForDpi.s b/libc/nt/user32/GetSystemMetricsForDpi.s deleted file mode 100644 index ecd724fb9..000000000 --- a/libc/nt/user32/GetSystemMetricsForDpi.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetSystemMetricsForDpi,GetSystemMetricsForDpi,1957 diff --git a/libc/nt/user32/GetTabbedTextExtentW.S b/libc/nt/user32/GetTabbedTextExtentW.S new file mode 100644 index 000000000..e75291a90 --- /dev/null +++ b/libc/nt/user32/GetTabbedTextExtentW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTabbedTextExtentW,GetTabbedTextExtentW,1959 diff --git a/libc/nt/user32/GetTabbedTextExtentW.s b/libc/nt/user32/GetTabbedTextExtentW.s deleted file mode 100644 index 7012f1095..000000000 --- a/libc/nt/user32/GetTabbedTextExtentW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTabbedTextExtentW,GetTabbedTextExtentW,1959 diff --git a/libc/nt/user32/GetTaskmanWindow.S b/libc/nt/user32/GetTaskmanWindow.S new file mode 100644 index 000000000..c7baf78b7 --- /dev/null +++ b/libc/nt/user32/GetTaskmanWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTaskmanWindow,GetTaskmanWindow,1960 diff --git a/libc/nt/user32/GetTaskmanWindow.s b/libc/nt/user32/GetTaskmanWindow.s deleted file mode 100644 index 8619a0e2b..000000000 --- a/libc/nt/user32/GetTaskmanWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTaskmanWindow,GetTaskmanWindow,1960 diff --git a/libc/nt/user32/GetThreadDesktop.S b/libc/nt/user32/GetThreadDesktop.S new file mode 100644 index 000000000..09ff91919 --- /dev/null +++ b/libc/nt/user32/GetThreadDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetThreadDesktop,GetThreadDesktop,1961 diff --git a/libc/nt/user32/GetThreadDesktop.s b/libc/nt/user32/GetThreadDesktop.s deleted file mode 100644 index 754351835..000000000 --- a/libc/nt/user32/GetThreadDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetThreadDesktop,GetThreadDesktop,1961 diff --git a/libc/nt/user32/GetThreadDpiAwarenessContext.S b/libc/nt/user32/GetThreadDpiAwarenessContext.S new file mode 100644 index 000000000..ea1f40f84 --- /dev/null +++ b/libc/nt/user32/GetThreadDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetThreadDpiAwarenessContext,GetThreadDpiAwarenessContext,1962 diff --git a/libc/nt/user32/GetThreadDpiAwarenessContext.s b/libc/nt/user32/GetThreadDpiAwarenessContext.s deleted file mode 100644 index b0ed9b7ca..000000000 --- a/libc/nt/user32/GetThreadDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetThreadDpiAwarenessContext,GetThreadDpiAwarenessContext,1962 diff --git a/libc/nt/user32/GetThreadDpiHostingBehavior.S b/libc/nt/user32/GetThreadDpiHostingBehavior.S new file mode 100644 index 000000000..f4e3979a7 --- /dev/null +++ b/libc/nt/user32/GetThreadDpiHostingBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetThreadDpiHostingBehavior,GetThreadDpiHostingBehavior,1963 diff --git a/libc/nt/user32/GetThreadDpiHostingBehavior.s b/libc/nt/user32/GetThreadDpiHostingBehavior.s deleted file mode 100644 index ed92cd310..000000000 --- a/libc/nt/user32/GetThreadDpiHostingBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetThreadDpiHostingBehavior,GetThreadDpiHostingBehavior,1963 diff --git a/libc/nt/user32/GetTitleBarInfo.S b/libc/nt/user32/GetTitleBarInfo.S new file mode 100644 index 000000000..72cf353d0 --- /dev/null +++ b/libc/nt/user32/GetTitleBarInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTitleBarInfo,GetTitleBarInfo,1964 diff --git a/libc/nt/user32/GetTitleBarInfo.s b/libc/nt/user32/GetTitleBarInfo.s deleted file mode 100644 index 9a62db9a0..000000000 --- a/libc/nt/user32/GetTitleBarInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTitleBarInfo,GetTitleBarInfo,1964 diff --git a/libc/nt/user32/GetTopLevelWindow.S b/libc/nt/user32/GetTopLevelWindow.S new file mode 100644 index 000000000..d6f5cf054 --- /dev/null +++ b/libc/nt/user32/GetTopLevelWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTopLevelWindow,GetTopLevelWindow,1965 diff --git a/libc/nt/user32/GetTopLevelWindow.s b/libc/nt/user32/GetTopLevelWindow.s deleted file mode 100644 index 1932c86f5..000000000 --- a/libc/nt/user32/GetTopLevelWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTopLevelWindow,GetTopLevelWindow,1965 diff --git a/libc/nt/user32/GetTopWindow.S b/libc/nt/user32/GetTopWindow.S new file mode 100644 index 000000000..9557f8e99 --- /dev/null +++ b/libc/nt/user32/GetTopWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTopWindow,GetTopWindow,1966 diff --git a/libc/nt/user32/GetTopWindow.s b/libc/nt/user32/GetTopWindow.s deleted file mode 100644 index b8aaf0159..000000000 --- a/libc/nt/user32/GetTopWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTopWindow,GetTopWindow,1966 diff --git a/libc/nt/user32/GetTouchInputInfo.S b/libc/nt/user32/GetTouchInputInfo.S new file mode 100644 index 000000000..b87fc3cd4 --- /dev/null +++ b/libc/nt/user32/GetTouchInputInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetTouchInputInfo,GetTouchInputInfo,1967 diff --git a/libc/nt/user32/GetTouchInputInfo.s b/libc/nt/user32/GetTouchInputInfo.s deleted file mode 100644 index e59a2d42c..000000000 --- a/libc/nt/user32/GetTouchInputInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetTouchInputInfo,GetTouchInputInfo,1967 diff --git a/libc/nt/user32/GetUnpredictedMessagePos.S b/libc/nt/user32/GetUnpredictedMessagePos.S new file mode 100644 index 000000000..64df5e5c0 --- /dev/null +++ b/libc/nt/user32/GetUnpredictedMessagePos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUnpredictedMessagePos,GetUnpredictedMessagePos,1968 diff --git a/libc/nt/user32/GetUnpredictedMessagePos.s b/libc/nt/user32/GetUnpredictedMessagePos.s deleted file mode 100644 index b396948ef..000000000 --- a/libc/nt/user32/GetUnpredictedMessagePos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUnpredictedMessagePos,GetUnpredictedMessagePos,1968 diff --git a/libc/nt/user32/GetUpdateRect.S b/libc/nt/user32/GetUpdateRect.S new file mode 100644 index 000000000..0c9822c8a --- /dev/null +++ b/libc/nt/user32/GetUpdateRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUpdateRect,GetUpdateRect,1969 diff --git a/libc/nt/user32/GetUpdateRect.s b/libc/nt/user32/GetUpdateRect.s deleted file mode 100644 index 6515d03b3..000000000 --- a/libc/nt/user32/GetUpdateRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUpdateRect,GetUpdateRect,1969 diff --git a/libc/nt/user32/GetUpdateRgn.S b/libc/nt/user32/GetUpdateRgn.S new file mode 100644 index 000000000..139760a3b --- /dev/null +++ b/libc/nt/user32/GetUpdateRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUpdateRgn,GetUpdateRgn,1970 diff --git a/libc/nt/user32/GetUpdateRgn.s b/libc/nt/user32/GetUpdateRgn.s deleted file mode 100644 index b57035c42..000000000 --- a/libc/nt/user32/GetUpdateRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUpdateRgn,GetUpdateRgn,1970 diff --git a/libc/nt/user32/GetUpdatedClipboardFormats.S b/libc/nt/user32/GetUpdatedClipboardFormats.S new file mode 100644 index 000000000..89bdacc74 --- /dev/null +++ b/libc/nt/user32/GetUpdatedClipboardFormats.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUpdatedClipboardFormats,GetUpdatedClipboardFormats,1971 diff --git a/libc/nt/user32/GetUpdatedClipboardFormats.s b/libc/nt/user32/GetUpdatedClipboardFormats.s deleted file mode 100644 index b8fa4c1bf..000000000 --- a/libc/nt/user32/GetUpdatedClipboardFormats.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUpdatedClipboardFormats,GetUpdatedClipboardFormats,1971 diff --git a/libc/nt/user32/GetUserObjectInformationW.S b/libc/nt/user32/GetUserObjectInformationW.S new file mode 100644 index 000000000..726ced836 --- /dev/null +++ b/libc/nt/user32/GetUserObjectInformationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUserObjectInformationW,GetUserObjectInformationW,1973 diff --git a/libc/nt/user32/GetUserObjectInformationW.s b/libc/nt/user32/GetUserObjectInformationW.s deleted file mode 100644 index 093adc5c7..000000000 --- a/libc/nt/user32/GetUserObjectInformationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUserObjectInformationW,GetUserObjectInformationW,1973 diff --git a/libc/nt/user32/GetUserObjectSecurity.S b/libc/nt/user32/GetUserObjectSecurity.S new file mode 100644 index 000000000..c5f187295 --- /dev/null +++ b/libc/nt/user32/GetUserObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetUserObjectSecurity,GetUserObjectSecurity,1974 diff --git a/libc/nt/user32/GetUserObjectSecurity.s b/libc/nt/user32/GetUserObjectSecurity.s deleted file mode 100644 index 7bcadc3fa..000000000 --- a/libc/nt/user32/GetUserObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetUserObjectSecurity,GetUserObjectSecurity,1974 diff --git a/libc/nt/user32/GetWinStationInfo.S b/libc/nt/user32/GetWinStationInfo.S new file mode 100644 index 000000000..3e4ae9438 --- /dev/null +++ b/libc/nt/user32/GetWinStationInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWinStationInfo,GetWinStationInfo,1975 diff --git a/libc/nt/user32/GetWinStationInfo.s b/libc/nt/user32/GetWinStationInfo.s deleted file mode 100644 index ac36fe0d2..000000000 --- a/libc/nt/user32/GetWinStationInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWinStationInfo,GetWinStationInfo,1975 diff --git a/libc/nt/user32/GetWindow.S b/libc/nt/user32/GetWindow.S new file mode 100644 index 000000000..744a1a4aa --- /dev/null +++ b/libc/nt/user32/GetWindow.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindow,GetWindow,1976 + +#ifdef __x86_64__ + .text.windows +GetWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindow(%rip),%rax + jmp __sysv2nt + .endfn GetWindow,globl + .previous +#endif diff --git a/libc/nt/user32/GetWindow.s b/libc/nt/user32/GetWindow.s deleted file mode 100644 index e1ad96933..000000000 --- a/libc/nt/user32/GetWindow.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindow,GetWindow,1976 - - .text.windows -GetWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindow(%rip),%rax - jmp __sysv2nt - .endfn GetWindow,globl - .previous diff --git a/libc/nt/user32/GetWindowBand.S b/libc/nt/user32/GetWindowBand.S new file mode 100644 index 000000000..0d82c4a1e --- /dev/null +++ b/libc/nt/user32/GetWindowBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowBand,GetWindowBand,1977 diff --git a/libc/nt/user32/GetWindowBand.s b/libc/nt/user32/GetWindowBand.s deleted file mode 100644 index 14b35b30f..000000000 --- a/libc/nt/user32/GetWindowBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowBand,GetWindowBand,1977 diff --git a/libc/nt/user32/GetWindowCompositionAttribute.S b/libc/nt/user32/GetWindowCompositionAttribute.S new file mode 100644 index 000000000..5f203b82c --- /dev/null +++ b/libc/nt/user32/GetWindowCompositionAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowCompositionAttribute,GetWindowCompositionAttribute,1978 diff --git a/libc/nt/user32/GetWindowCompositionAttribute.s b/libc/nt/user32/GetWindowCompositionAttribute.s deleted file mode 100644 index 62132eab0..000000000 --- a/libc/nt/user32/GetWindowCompositionAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowCompositionAttribute,GetWindowCompositionAttribute,1978 diff --git a/libc/nt/user32/GetWindowCompositionInfo.S b/libc/nt/user32/GetWindowCompositionInfo.S new file mode 100644 index 000000000..4b457d55a --- /dev/null +++ b/libc/nt/user32/GetWindowCompositionInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowCompositionInfo,GetWindowCompositionInfo,1979 diff --git a/libc/nt/user32/GetWindowCompositionInfo.s b/libc/nt/user32/GetWindowCompositionInfo.s deleted file mode 100644 index 7103e5815..000000000 --- a/libc/nt/user32/GetWindowCompositionInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowCompositionInfo,GetWindowCompositionInfo,1979 diff --git a/libc/nt/user32/GetWindowContextHelpId.S b/libc/nt/user32/GetWindowContextHelpId.S new file mode 100644 index 000000000..71aae5f8b --- /dev/null +++ b/libc/nt/user32/GetWindowContextHelpId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowContextHelpId,GetWindowContextHelpId,1980 diff --git a/libc/nt/user32/GetWindowContextHelpId.s b/libc/nt/user32/GetWindowContextHelpId.s deleted file mode 100644 index ce047aa0d..000000000 --- a/libc/nt/user32/GetWindowContextHelpId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowContextHelpId,GetWindowContextHelpId,1980 diff --git a/libc/nt/user32/GetWindowDC.S b/libc/nt/user32/GetWindowDC.S new file mode 100644 index 000000000..e649e19b1 --- /dev/null +++ b/libc/nt/user32/GetWindowDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowDC,GetWindowDC,1981 diff --git a/libc/nt/user32/GetWindowDC.s b/libc/nt/user32/GetWindowDC.s deleted file mode 100644 index e2ef76d97..000000000 --- a/libc/nt/user32/GetWindowDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowDC,GetWindowDC,1981 diff --git a/libc/nt/user32/GetWindowDisplayAffinity.S b/libc/nt/user32/GetWindowDisplayAffinity.S new file mode 100644 index 000000000..7311a3d58 --- /dev/null +++ b/libc/nt/user32/GetWindowDisplayAffinity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowDisplayAffinity,GetWindowDisplayAffinity,1982 diff --git a/libc/nt/user32/GetWindowDisplayAffinity.s b/libc/nt/user32/GetWindowDisplayAffinity.s deleted file mode 100644 index 8c6cd981e..000000000 --- a/libc/nt/user32/GetWindowDisplayAffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowDisplayAffinity,GetWindowDisplayAffinity,1982 diff --git a/libc/nt/user32/GetWindowDpiAwarenessContext.S b/libc/nt/user32/GetWindowDpiAwarenessContext.S new file mode 100644 index 000000000..8d25c3c4a --- /dev/null +++ b/libc/nt/user32/GetWindowDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowDpiAwarenessContext,GetWindowDpiAwarenessContext,1983 diff --git a/libc/nt/user32/GetWindowDpiAwarenessContext.s b/libc/nt/user32/GetWindowDpiAwarenessContext.s deleted file mode 100644 index ea83a7945..000000000 --- a/libc/nt/user32/GetWindowDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowDpiAwarenessContext,GetWindowDpiAwarenessContext,1983 diff --git a/libc/nt/user32/GetWindowDpiHostingBehavior.S b/libc/nt/user32/GetWindowDpiHostingBehavior.S new file mode 100644 index 000000000..df0825ef9 --- /dev/null +++ b/libc/nt/user32/GetWindowDpiHostingBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowDpiHostingBehavior,GetWindowDpiHostingBehavior,1984 diff --git a/libc/nt/user32/GetWindowDpiHostingBehavior.s b/libc/nt/user32/GetWindowDpiHostingBehavior.s deleted file mode 100644 index 7325af46d..000000000 --- a/libc/nt/user32/GetWindowDpiHostingBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowDpiHostingBehavior,GetWindowDpiHostingBehavior,1984 diff --git a/libc/nt/user32/GetWindowFeedbackSetting.S b/libc/nt/user32/GetWindowFeedbackSetting.S new file mode 100644 index 000000000..31a8d0a3d --- /dev/null +++ b/libc/nt/user32/GetWindowFeedbackSetting.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowFeedbackSetting,GetWindowFeedbackSetting,1985 diff --git a/libc/nt/user32/GetWindowFeedbackSetting.s b/libc/nt/user32/GetWindowFeedbackSetting.s deleted file mode 100644 index 4ecd91a29..000000000 --- a/libc/nt/user32/GetWindowFeedbackSetting.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowFeedbackSetting,GetWindowFeedbackSetting,1985 diff --git a/libc/nt/user32/GetWindowInfo.S b/libc/nt/user32/GetWindowInfo.S new file mode 100644 index 000000000..a145f558c --- /dev/null +++ b/libc/nt/user32/GetWindowInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowInfo,GetWindowInfo,1986 diff --git a/libc/nt/user32/GetWindowInfo.s b/libc/nt/user32/GetWindowInfo.s deleted file mode 100644 index 70307e524..000000000 --- a/libc/nt/user32/GetWindowInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowInfo,GetWindowInfo,1986 diff --git a/libc/nt/user32/GetWindowLongPtrW.S b/libc/nt/user32/GetWindowLongPtrW.S new file mode 100644 index 000000000..6658c397e --- /dev/null +++ b/libc/nt/user32/GetWindowLongPtrW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowLongPtrW,GetWindowLongPtrW,1989 diff --git a/libc/nt/user32/GetWindowLongPtrW.s b/libc/nt/user32/GetWindowLongPtrW.s deleted file mode 100644 index a4da60927..000000000 --- a/libc/nt/user32/GetWindowLongPtrW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowLongPtrW,GetWindowLongPtrW,1989 diff --git a/libc/nt/user32/GetWindowLongW.S b/libc/nt/user32/GetWindowLongW.S new file mode 100644 index 000000000..c5ae9467a --- /dev/null +++ b/libc/nt/user32/GetWindowLongW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowLongW,GetWindowLongW,1990 diff --git a/libc/nt/user32/GetWindowLongW.s b/libc/nt/user32/GetWindowLongW.s deleted file mode 100644 index c3221afdb..000000000 --- a/libc/nt/user32/GetWindowLongW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowLongW,GetWindowLongW,1990 diff --git a/libc/nt/user32/GetWindowMinimizeRect.S b/libc/nt/user32/GetWindowMinimizeRect.S new file mode 100644 index 000000000..4ce3f0569 --- /dev/null +++ b/libc/nt/user32/GetWindowMinimizeRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowMinimizeRect,GetWindowMinimizeRect,1991 diff --git a/libc/nt/user32/GetWindowMinimizeRect.s b/libc/nt/user32/GetWindowMinimizeRect.s deleted file mode 100644 index b5b62267c..000000000 --- a/libc/nt/user32/GetWindowMinimizeRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowMinimizeRect,GetWindowMinimizeRect,1991 diff --git a/libc/nt/user32/GetWindowModuleFileNameW.S b/libc/nt/user32/GetWindowModuleFileNameW.S new file mode 100644 index 000000000..3f260c0c4 --- /dev/null +++ b/libc/nt/user32/GetWindowModuleFileNameW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowModuleFileNameW,GetWindowModuleFileNameW,1994 diff --git a/libc/nt/user32/GetWindowModuleFileNameW.s b/libc/nt/user32/GetWindowModuleFileNameW.s deleted file mode 100644 index c18b466bc..000000000 --- a/libc/nt/user32/GetWindowModuleFileNameW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowModuleFileNameW,GetWindowModuleFileNameW,1994 diff --git a/libc/nt/user32/GetWindowPlacement.S b/libc/nt/user32/GetWindowPlacement.S new file mode 100644 index 000000000..f211d77c2 --- /dev/null +++ b/libc/nt/user32/GetWindowPlacement.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowPlacement,GetWindowPlacement,1995 + +#ifdef __x86_64__ + .text.windows +GetWindowPlacement: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindowPlacement(%rip),%rax + jmp __sysv2nt + .endfn GetWindowPlacement,globl + .previous +#endif diff --git a/libc/nt/user32/GetWindowPlacement.s b/libc/nt/user32/GetWindowPlacement.s deleted file mode 100644 index 7bcb6952c..000000000 --- a/libc/nt/user32/GetWindowPlacement.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowPlacement,GetWindowPlacement,1995 - - .text.windows -GetWindowPlacement: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindowPlacement(%rip),%rax - jmp __sysv2nt - .endfn GetWindowPlacement,globl - .previous diff --git a/libc/nt/user32/GetWindowProcessHandle.S b/libc/nt/user32/GetWindowProcessHandle.S new file mode 100644 index 000000000..b6cbeed1d --- /dev/null +++ b/libc/nt/user32/GetWindowProcessHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowProcessHandle,GetWindowProcessHandle,1996 diff --git a/libc/nt/user32/GetWindowProcessHandle.s b/libc/nt/user32/GetWindowProcessHandle.s deleted file mode 100644 index fb127f031..000000000 --- a/libc/nt/user32/GetWindowProcessHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowProcessHandle,GetWindowProcessHandle,1996 diff --git a/libc/nt/user32/GetWindowRect.S b/libc/nt/user32/GetWindowRect.S new file mode 100644 index 000000000..a166ffa8d --- /dev/null +++ b/libc/nt/user32/GetWindowRect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowRect,GetWindowRect,1997 + +#ifdef __x86_64__ + .text.windows +GetWindowRect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindowRect(%rip),%rax + jmp __sysv2nt + .endfn GetWindowRect,globl + .previous +#endif diff --git a/libc/nt/user32/GetWindowRect.s b/libc/nt/user32/GetWindowRect.s deleted file mode 100644 index 183537b16..000000000 --- a/libc/nt/user32/GetWindowRect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowRect,GetWindowRect,1997 - - .text.windows -GetWindowRect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindowRect(%rip),%rax - jmp __sysv2nt - .endfn GetWindowRect,globl - .previous diff --git a/libc/nt/user32/GetWindowRgn.S b/libc/nt/user32/GetWindowRgn.S new file mode 100644 index 000000000..85f3daaca --- /dev/null +++ b/libc/nt/user32/GetWindowRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowRgn,GetWindowRgn,1998 diff --git a/libc/nt/user32/GetWindowRgn.s b/libc/nt/user32/GetWindowRgn.s deleted file mode 100644 index cedaf0b01..000000000 --- a/libc/nt/user32/GetWindowRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowRgn,GetWindowRgn,1998 diff --git a/libc/nt/user32/GetWindowRgnBox.S b/libc/nt/user32/GetWindowRgnBox.S new file mode 100644 index 000000000..5173ea102 --- /dev/null +++ b/libc/nt/user32/GetWindowRgnBox.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowRgnBox,GetWindowRgnBox,1999 diff --git a/libc/nt/user32/GetWindowRgnBox.s b/libc/nt/user32/GetWindowRgnBox.s deleted file mode 100644 index a204d152b..000000000 --- a/libc/nt/user32/GetWindowRgnBox.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowRgnBox,GetWindowRgnBox,1999 diff --git a/libc/nt/user32/GetWindowRgnEx.S b/libc/nt/user32/GetWindowRgnEx.S new file mode 100644 index 000000000..aa26aea3a --- /dev/null +++ b/libc/nt/user32/GetWindowRgnEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowRgnEx,GetWindowRgnEx,2000 diff --git a/libc/nt/user32/GetWindowRgnEx.s b/libc/nt/user32/GetWindowRgnEx.s deleted file mode 100644 index d663f2840..000000000 --- a/libc/nt/user32/GetWindowRgnEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowRgnEx,GetWindowRgnEx,2000 diff --git a/libc/nt/user32/GetWindowTextLengthW.S b/libc/nt/user32/GetWindowTextLengthW.S new file mode 100644 index 000000000..4e072dd0b --- /dev/null +++ b/libc/nt/user32/GetWindowTextLengthW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowTextLengthW,GetWindowTextLengthW,2006 diff --git a/libc/nt/user32/GetWindowTextLengthW.s b/libc/nt/user32/GetWindowTextLengthW.s deleted file mode 100644 index 9ef47cf6a..000000000 --- a/libc/nt/user32/GetWindowTextLengthW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowTextLengthW,GetWindowTextLengthW,2006 diff --git a/libc/nt/user32/GetWindowTextW.S b/libc/nt/user32/GetWindowTextW.S new file mode 100644 index 000000000..9a556db7a --- /dev/null +++ b/libc/nt/user32/GetWindowTextW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowTextW,GetWindowTextW,2007 + +#ifdef __x86_64__ + .text.windows +GetWindowText: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetWindowTextW(%rip),%rax + jmp __sysv2nt + .endfn GetWindowText,globl + .previous +#endif diff --git a/libc/nt/user32/GetWindowTextW.s b/libc/nt/user32/GetWindowTextW.s deleted file mode 100644 index 2ce6f5773..000000000 --- a/libc/nt/user32/GetWindowTextW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowTextW,GetWindowTextW,2007 - - .text.windows -GetWindowText: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetWindowTextW(%rip),%rax - jmp __sysv2nt - .endfn GetWindowText,globl - .previous diff --git a/libc/nt/user32/GetWindowThreadProcessId.S b/libc/nt/user32/GetWindowThreadProcessId.S new file mode 100644 index 000000000..f50af71ca --- /dev/null +++ b/libc/nt/user32/GetWindowThreadProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowThreadProcessId,GetWindowThreadProcessId,2008 diff --git a/libc/nt/user32/GetWindowThreadProcessId.s b/libc/nt/user32/GetWindowThreadProcessId.s deleted file mode 100644 index 7786e929a..000000000 --- a/libc/nt/user32/GetWindowThreadProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowThreadProcessId,GetWindowThreadProcessId,2008 diff --git a/libc/nt/user32/GetWindowWord.S b/libc/nt/user32/GetWindowWord.S new file mode 100644 index 000000000..5314ae8e8 --- /dev/null +++ b/libc/nt/user32/GetWindowWord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GetWindowWord,GetWindowWord,2009 diff --git a/libc/nt/user32/GetWindowWord.s b/libc/nt/user32/GetWindowWord.s deleted file mode 100644 index 334a352c3..000000000 --- a/libc/nt/user32/GetWindowWord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GetWindowWord,GetWindowWord,2009 diff --git a/libc/nt/user32/GhostWindowFromHungWindow.S b/libc/nt/user32/GhostWindowFromHungWindow.S new file mode 100644 index 000000000..35b8aa40f --- /dev/null +++ b/libc/nt/user32/GhostWindowFromHungWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GhostWindowFromHungWindow,GhostWindowFromHungWindow,2011 diff --git a/libc/nt/user32/GhostWindowFromHungWindow.s b/libc/nt/user32/GhostWindowFromHungWindow.s deleted file mode 100644 index c3debed2d..000000000 --- a/libc/nt/user32/GhostWindowFromHungWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GhostWindowFromHungWindow,GhostWindowFromHungWindow,2011 diff --git a/libc/nt/user32/GrayStringW.S b/libc/nt/user32/GrayStringW.S new file mode 100644 index 000000000..eaad97c23 --- /dev/null +++ b/libc/nt/user32/GrayStringW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_GrayStringW,GrayStringW,2013 diff --git a/libc/nt/user32/GrayStringW.s b/libc/nt/user32/GrayStringW.s deleted file mode 100644 index d577ab24b..000000000 --- a/libc/nt/user32/GrayStringW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_GrayStringW,GrayStringW,2013 diff --git a/libc/nt/user32/HandleDelegatedInput.S b/libc/nt/user32/HandleDelegatedInput.S new file mode 100644 index 000000000..fa3e2c6aa --- /dev/null +++ b/libc/nt/user32/HandleDelegatedInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_HandleDelegatedInput,HandleDelegatedInput,2505 diff --git a/libc/nt/user32/HandleDelegatedInput.s b/libc/nt/user32/HandleDelegatedInput.s deleted file mode 100644 index cf8f2444d..000000000 --- a/libc/nt/user32/HandleDelegatedInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_HandleDelegatedInput,HandleDelegatedInput,2505 diff --git a/libc/nt/user32/HideCaret.S b/libc/nt/user32/HideCaret.S new file mode 100644 index 000000000..f61b586d1 --- /dev/null +++ b/libc/nt/user32/HideCaret.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_HideCaret,HideCaret,2014 diff --git a/libc/nt/user32/HideCaret.s b/libc/nt/user32/HideCaret.s deleted file mode 100644 index d9239e346..000000000 --- a/libc/nt/user32/HideCaret.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_HideCaret,HideCaret,2014 diff --git a/libc/nt/user32/HiliteMenuItem.S b/libc/nt/user32/HiliteMenuItem.S new file mode 100644 index 000000000..09f9d3c9f --- /dev/null +++ b/libc/nt/user32/HiliteMenuItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_HiliteMenuItem,HiliteMenuItem,2015 diff --git a/libc/nt/user32/HiliteMenuItem.s b/libc/nt/user32/HiliteMenuItem.s deleted file mode 100644 index c1286905b..000000000 --- a/libc/nt/user32/HiliteMenuItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_HiliteMenuItem,HiliteMenuItem,2015 diff --git a/libc/nt/user32/HungWindowFromGhostWindow.S b/libc/nt/user32/HungWindowFromGhostWindow.S new file mode 100644 index 000000000..8730c6038 --- /dev/null +++ b/libc/nt/user32/HungWindowFromGhostWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_HungWindowFromGhostWindow,HungWindowFromGhostWindow,2016 diff --git a/libc/nt/user32/HungWindowFromGhostWindow.s b/libc/nt/user32/HungWindowFromGhostWindow.s deleted file mode 100644 index e828ac078..000000000 --- a/libc/nt/user32/HungWindowFromGhostWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_HungWindowFromGhostWindow,HungWindowFromGhostWindow,2016 diff --git a/libc/nt/user32/IMPGetIMEW.S b/libc/nt/user32/IMPGetIMEW.S new file mode 100644 index 000000000..8bddcb9c3 --- /dev/null +++ b/libc/nt/user32/IMPGetIMEW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IMPGetIMEW,IMPGetIMEW,2018 diff --git a/libc/nt/user32/IMPGetIMEW.s b/libc/nt/user32/IMPGetIMEW.s deleted file mode 100644 index d59f3aba5..000000000 --- a/libc/nt/user32/IMPGetIMEW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IMPGetIMEW,IMPGetIMEW,2018 diff --git a/libc/nt/user32/IMPQueryIMEW.S b/libc/nt/user32/IMPQueryIMEW.S new file mode 100644 index 000000000..9b83b0b9c --- /dev/null +++ b/libc/nt/user32/IMPQueryIMEW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IMPQueryIMEW,IMPQueryIMEW,2020 diff --git a/libc/nt/user32/IMPQueryIMEW.s b/libc/nt/user32/IMPQueryIMEW.s deleted file mode 100644 index c0da7f709..000000000 --- a/libc/nt/user32/IMPQueryIMEW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IMPQueryIMEW,IMPQueryIMEW,2020 diff --git a/libc/nt/user32/IMPSetIMEW.S b/libc/nt/user32/IMPSetIMEW.S new file mode 100644 index 000000000..856c0c4cd --- /dev/null +++ b/libc/nt/user32/IMPSetIMEW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IMPSetIMEW,IMPSetIMEW,2022 diff --git a/libc/nt/user32/IMPSetIMEW.s b/libc/nt/user32/IMPSetIMEW.s deleted file mode 100644 index 2ea6565ea..000000000 --- a/libc/nt/user32/IMPSetIMEW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IMPSetIMEW,IMPSetIMEW,2022 diff --git a/libc/nt/user32/ImpersonateDdeClientWindow.S b/libc/nt/user32/ImpersonateDdeClientWindow.S new file mode 100644 index 000000000..15aac10fe --- /dev/null +++ b/libc/nt/user32/ImpersonateDdeClientWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ImpersonateDdeClientWindow,ImpersonateDdeClientWindow,2023 diff --git a/libc/nt/user32/ImpersonateDdeClientWindow.s b/libc/nt/user32/ImpersonateDdeClientWindow.s deleted file mode 100644 index 79482db71..000000000 --- a/libc/nt/user32/ImpersonateDdeClientWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ImpersonateDdeClientWindow,ImpersonateDdeClientWindow,2023 diff --git a/libc/nt/user32/InSendMessage.S b/libc/nt/user32/InSendMessage.S new file mode 100644 index 000000000..306f73d45 --- /dev/null +++ b/libc/nt/user32/InSendMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InSendMessage,InSendMessage,2024 diff --git a/libc/nt/user32/InSendMessage.s b/libc/nt/user32/InSendMessage.s deleted file mode 100644 index 634d097c7..000000000 --- a/libc/nt/user32/InSendMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InSendMessage,InSendMessage,2024 diff --git a/libc/nt/user32/InSendMessageEx.S b/libc/nt/user32/InSendMessageEx.S new file mode 100644 index 000000000..c62365295 --- /dev/null +++ b/libc/nt/user32/InSendMessageEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InSendMessageEx,InSendMessageEx,2025 diff --git a/libc/nt/user32/InSendMessageEx.s b/libc/nt/user32/InSendMessageEx.s deleted file mode 100644 index 9a7b0d8ff..000000000 --- a/libc/nt/user32/InSendMessageEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InSendMessageEx,InSendMessageEx,2025 diff --git a/libc/nt/user32/InflateRect.S b/libc/nt/user32/InflateRect.S new file mode 100644 index 000000000..0c0948c61 --- /dev/null +++ b/libc/nt/user32/InflateRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InflateRect,InflateRect,2026 diff --git a/libc/nt/user32/InflateRect.s b/libc/nt/user32/InflateRect.s deleted file mode 100644 index 0c5d6f2e0..000000000 --- a/libc/nt/user32/InflateRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InflateRect,InflateRect,2026 diff --git a/libc/nt/user32/InheritWindowMonitor.S b/libc/nt/user32/InheritWindowMonitor.S new file mode 100644 index 000000000..36415f1a2 --- /dev/null +++ b/libc/nt/user32/InheritWindowMonitor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InheritWindowMonitor,InheritWindowMonitor,2027 diff --git a/libc/nt/user32/InheritWindowMonitor.s b/libc/nt/user32/InheritWindowMonitor.s deleted file mode 100644 index 9805a2373..000000000 --- a/libc/nt/user32/InheritWindowMonitor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InheritWindowMonitor,InheritWindowMonitor,2027 diff --git a/libc/nt/user32/InitDManipHook.S b/libc/nt/user32/InitDManipHook.S new file mode 100644 index 000000000..312eb1545 --- /dev/null +++ b/libc/nt/user32/InitDManipHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitDManipHook,InitDManipHook,2028 diff --git a/libc/nt/user32/InitDManipHook.s b/libc/nt/user32/InitDManipHook.s deleted file mode 100644 index 192c4917d..000000000 --- a/libc/nt/user32/InitDManipHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitDManipHook,InitDManipHook,2028 diff --git a/libc/nt/user32/InitializeGenericHidInjection.S b/libc/nt/user32/InitializeGenericHidInjection.S new file mode 100644 index 000000000..5766f288c --- /dev/null +++ b/libc/nt/user32/InitializeGenericHidInjection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializeGenericHidInjection,InitializeGenericHidInjection,2029 diff --git a/libc/nt/user32/InitializeGenericHidInjection.s b/libc/nt/user32/InitializeGenericHidInjection.s deleted file mode 100644 index 61eae080c..000000000 --- a/libc/nt/user32/InitializeGenericHidInjection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializeGenericHidInjection,InitializeGenericHidInjection,2029 diff --git a/libc/nt/user32/InitializeInputDeviceInjection.S b/libc/nt/user32/InitializeInputDeviceInjection.S new file mode 100644 index 000000000..37dd98783 --- /dev/null +++ b/libc/nt/user32/InitializeInputDeviceInjection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializeInputDeviceInjection,InitializeInputDeviceInjection,2030 diff --git a/libc/nt/user32/InitializeInputDeviceInjection.s b/libc/nt/user32/InitializeInputDeviceInjection.s deleted file mode 100644 index 01ace8e13..000000000 --- a/libc/nt/user32/InitializeInputDeviceInjection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializeInputDeviceInjection,InitializeInputDeviceInjection,2030 diff --git a/libc/nt/user32/InitializeLpkHooks.S b/libc/nt/user32/InitializeLpkHooks.S new file mode 100644 index 000000000..78bafed72 --- /dev/null +++ b/libc/nt/user32/InitializeLpkHooks.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializeLpkHooks,InitializeLpkHooks,2031 diff --git a/libc/nt/user32/InitializeLpkHooks.s b/libc/nt/user32/InitializeLpkHooks.s deleted file mode 100644 index c734e3f9f..000000000 --- a/libc/nt/user32/InitializeLpkHooks.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializeLpkHooks,InitializeLpkHooks,2031 diff --git a/libc/nt/user32/InitializePointerDeviceInjection.S b/libc/nt/user32/InitializePointerDeviceInjection.S new file mode 100644 index 000000000..d3edcc23c --- /dev/null +++ b/libc/nt/user32/InitializePointerDeviceInjection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializePointerDeviceInjection,InitializePointerDeviceInjection,2032 diff --git a/libc/nt/user32/InitializePointerDeviceInjection.s b/libc/nt/user32/InitializePointerDeviceInjection.s deleted file mode 100644 index 877315390..000000000 --- a/libc/nt/user32/InitializePointerDeviceInjection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializePointerDeviceInjection,InitializePointerDeviceInjection,2032 diff --git a/libc/nt/user32/InitializePointerDeviceInjectionEx.S b/libc/nt/user32/InitializePointerDeviceInjectionEx.S new file mode 100644 index 000000000..5c4664577 --- /dev/null +++ b/libc/nt/user32/InitializePointerDeviceInjectionEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializePointerDeviceInjectionEx,InitializePointerDeviceInjectionEx,2033 diff --git a/libc/nt/user32/InitializePointerDeviceInjectionEx.s b/libc/nt/user32/InitializePointerDeviceInjectionEx.s deleted file mode 100644 index a705e15f7..000000000 --- a/libc/nt/user32/InitializePointerDeviceInjectionEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializePointerDeviceInjectionEx,InitializePointerDeviceInjectionEx,2033 diff --git a/libc/nt/user32/InitializeTouchInjection.S b/libc/nt/user32/InitializeTouchInjection.S new file mode 100644 index 000000000..c548f289f --- /dev/null +++ b/libc/nt/user32/InitializeTouchInjection.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InitializeTouchInjection,InitializeTouchInjection,2034 diff --git a/libc/nt/user32/InitializeTouchInjection.s b/libc/nt/user32/InitializeTouchInjection.s deleted file mode 100644 index 3a6646717..000000000 --- a/libc/nt/user32/InitializeTouchInjection.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InitializeTouchInjection,InitializeTouchInjection,2034 diff --git a/libc/nt/user32/InjectDeviceInput.S b/libc/nt/user32/InjectDeviceInput.S new file mode 100644 index 000000000..8ac14c213 --- /dev/null +++ b/libc/nt/user32/InjectDeviceInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectDeviceInput,InjectDeviceInput,2035 diff --git a/libc/nt/user32/InjectDeviceInput.s b/libc/nt/user32/InjectDeviceInput.s deleted file mode 100644 index 93015fa6e..000000000 --- a/libc/nt/user32/InjectDeviceInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectDeviceInput,InjectDeviceInput,2035 diff --git a/libc/nt/user32/InjectGenericHidInput.S b/libc/nt/user32/InjectGenericHidInput.S new file mode 100644 index 000000000..092f90818 --- /dev/null +++ b/libc/nt/user32/InjectGenericHidInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectGenericHidInput,InjectGenericHidInput,2036 diff --git a/libc/nt/user32/InjectGenericHidInput.s b/libc/nt/user32/InjectGenericHidInput.s deleted file mode 100644 index 6dee3c76c..000000000 --- a/libc/nt/user32/InjectGenericHidInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectGenericHidInput,InjectGenericHidInput,2036 diff --git a/libc/nt/user32/InjectKeyboardInput.S b/libc/nt/user32/InjectKeyboardInput.S new file mode 100644 index 000000000..7c21ade92 --- /dev/null +++ b/libc/nt/user32/InjectKeyboardInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectKeyboardInput,InjectKeyboardInput,2037 diff --git a/libc/nt/user32/InjectKeyboardInput.s b/libc/nt/user32/InjectKeyboardInput.s deleted file mode 100644 index f26b0f638..000000000 --- a/libc/nt/user32/InjectKeyboardInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectKeyboardInput,InjectKeyboardInput,2037 diff --git a/libc/nt/user32/InjectMouseInput.S b/libc/nt/user32/InjectMouseInput.S new file mode 100644 index 000000000..07125b828 --- /dev/null +++ b/libc/nt/user32/InjectMouseInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectMouseInput,InjectMouseInput,2038 diff --git a/libc/nt/user32/InjectMouseInput.s b/libc/nt/user32/InjectMouseInput.s deleted file mode 100644 index 72a60d742..000000000 --- a/libc/nt/user32/InjectMouseInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectMouseInput,InjectMouseInput,2038 diff --git a/libc/nt/user32/InjectPointerInput.S b/libc/nt/user32/InjectPointerInput.S new file mode 100644 index 000000000..37dbf34ff --- /dev/null +++ b/libc/nt/user32/InjectPointerInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectPointerInput,InjectPointerInput,2039 diff --git a/libc/nt/user32/InjectPointerInput.s b/libc/nt/user32/InjectPointerInput.s deleted file mode 100644 index c8b368859..000000000 --- a/libc/nt/user32/InjectPointerInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectPointerInput,InjectPointerInput,2039 diff --git a/libc/nt/user32/InjectTouchInput.S b/libc/nt/user32/InjectTouchInput.S new file mode 100644 index 000000000..146aacbc4 --- /dev/null +++ b/libc/nt/user32/InjectTouchInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InjectTouchInput,InjectTouchInput,2040 diff --git a/libc/nt/user32/InjectTouchInput.s b/libc/nt/user32/InjectTouchInput.s deleted file mode 100644 index 0809b0bf0..000000000 --- a/libc/nt/user32/InjectTouchInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InjectTouchInput,InjectTouchInput,2040 diff --git a/libc/nt/user32/InsertMenuItemW.S b/libc/nt/user32/InsertMenuItemW.S new file mode 100644 index 000000000..d40c5bc95 --- /dev/null +++ b/libc/nt/user32/InsertMenuItemW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InsertMenuItemW,InsertMenuItemW,2043 diff --git a/libc/nt/user32/InsertMenuItemW.s b/libc/nt/user32/InsertMenuItemW.s deleted file mode 100644 index 7a6e79e52..000000000 --- a/libc/nt/user32/InsertMenuItemW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InsertMenuItemW,InsertMenuItemW,2043 diff --git a/libc/nt/user32/InsertMenuW.S b/libc/nt/user32/InsertMenuW.S new file mode 100644 index 000000000..b750a690e --- /dev/null +++ b/libc/nt/user32/InsertMenuW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InsertMenuW,InsertMenuW,2044 + +#ifdef __x86_64__ + .text.windows +InsertMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_InsertMenuW(%rip),%rax + jmp __sysv2nt6 + .endfn InsertMenu,globl + .previous +#endif diff --git a/libc/nt/user32/InsertMenuW.s b/libc/nt/user32/InsertMenuW.s deleted file mode 100644 index 6429bab99..000000000 --- a/libc/nt/user32/InsertMenuW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InsertMenuW,InsertMenuW,2044 - - .text.windows -InsertMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_InsertMenuW(%rip),%rax - jmp __sysv2nt6 - .endfn InsertMenu,globl - .previous diff --git a/libc/nt/user32/InternalGetWindowIcon.S b/libc/nt/user32/InternalGetWindowIcon.S new file mode 100644 index 000000000..cfaf44298 --- /dev/null +++ b/libc/nt/user32/InternalGetWindowIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InternalGetWindowIcon,InternalGetWindowIcon,2045 diff --git a/libc/nt/user32/InternalGetWindowIcon.s b/libc/nt/user32/InternalGetWindowIcon.s deleted file mode 100644 index c48295a17..000000000 --- a/libc/nt/user32/InternalGetWindowIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InternalGetWindowIcon,InternalGetWindowIcon,2045 diff --git a/libc/nt/user32/InternalGetWindowText.S b/libc/nt/user32/InternalGetWindowText.S new file mode 100644 index 000000000..229dc6361 --- /dev/null +++ b/libc/nt/user32/InternalGetWindowText.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InternalGetWindowText,InternalGetWindowText,2046 diff --git a/libc/nt/user32/InternalGetWindowText.s b/libc/nt/user32/InternalGetWindowText.s deleted file mode 100644 index 49f1f5f9d..000000000 --- a/libc/nt/user32/InternalGetWindowText.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InternalGetWindowText,InternalGetWindowText,2046 diff --git a/libc/nt/user32/IntersectRect.S b/libc/nt/user32/IntersectRect.S new file mode 100644 index 000000000..f0c3b20a2 --- /dev/null +++ b/libc/nt/user32/IntersectRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IntersectRect,IntersectRect,2047 diff --git a/libc/nt/user32/IntersectRect.s b/libc/nt/user32/IntersectRect.s deleted file mode 100644 index f368b97af..000000000 --- a/libc/nt/user32/IntersectRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IntersectRect,IntersectRect,2047 diff --git a/libc/nt/user32/InvalidateRect.S b/libc/nt/user32/InvalidateRect.S new file mode 100644 index 000000000..5f4268842 --- /dev/null +++ b/libc/nt/user32/InvalidateRect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InvalidateRect,InvalidateRect,2048 + +#ifdef __x86_64__ + .text.windows +InvalidateRect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_InvalidateRect(%rip),%rax + jmp __sysv2nt + .endfn InvalidateRect,globl + .previous +#endif diff --git a/libc/nt/user32/InvalidateRect.s b/libc/nt/user32/InvalidateRect.s deleted file mode 100644 index f273dbdfc..000000000 --- a/libc/nt/user32/InvalidateRect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InvalidateRect,InvalidateRect,2048 - - .text.windows -InvalidateRect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_InvalidateRect(%rip),%rax - jmp __sysv2nt - .endfn InvalidateRect,globl - .previous diff --git a/libc/nt/user32/InvalidateRgn.S b/libc/nt/user32/InvalidateRgn.S new file mode 100644 index 000000000..dea2e8bbc --- /dev/null +++ b/libc/nt/user32/InvalidateRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InvalidateRgn,InvalidateRgn,2049 diff --git a/libc/nt/user32/InvalidateRgn.s b/libc/nt/user32/InvalidateRgn.s deleted file mode 100644 index 2e3220e3d..000000000 --- a/libc/nt/user32/InvalidateRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InvalidateRgn,InvalidateRgn,2049 diff --git a/libc/nt/user32/InvertRect.S b/libc/nt/user32/InvertRect.S new file mode 100644 index 000000000..bb759c2b5 --- /dev/null +++ b/libc/nt/user32/InvertRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_InvertRect,InvertRect,2050 diff --git a/libc/nt/user32/InvertRect.s b/libc/nt/user32/InvertRect.s deleted file mode 100644 index 041a93e9c..000000000 --- a/libc/nt/user32/InvertRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_InvertRect,InvertRect,2050 diff --git a/libc/nt/user32/IsChild.S b/libc/nt/user32/IsChild.S new file mode 100644 index 000000000..ec97a9504 --- /dev/null +++ b/libc/nt/user32/IsChild.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsChild,IsChild,2059 + +#ifdef __x86_64__ + .text.windows +IsChild: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_IsChild(%rip),%rax + jmp __sysv2nt + .endfn IsChild,globl + .previous +#endif diff --git a/libc/nt/user32/IsChild.s b/libc/nt/user32/IsChild.s deleted file mode 100644 index dc9d31edd..000000000 --- a/libc/nt/user32/IsChild.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsChild,IsChild,2059 - - .text.windows -IsChild: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_IsChild(%rip),%rax - jmp __sysv2nt - .endfn IsChild,globl - .previous diff --git a/libc/nt/user32/IsClipboardFormatAvailable.S b/libc/nt/user32/IsClipboardFormatAvailable.S new file mode 100644 index 000000000..2e13ec92c --- /dev/null +++ b/libc/nt/user32/IsClipboardFormatAvailable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsClipboardFormatAvailable,IsClipboardFormatAvailable,2060 diff --git a/libc/nt/user32/IsClipboardFormatAvailable.s b/libc/nt/user32/IsClipboardFormatAvailable.s deleted file mode 100644 index bfbaf3607..000000000 --- a/libc/nt/user32/IsClipboardFormatAvailable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsClipboardFormatAvailable,IsClipboardFormatAvailable,2060 diff --git a/libc/nt/user32/IsDialogMessageW.S b/libc/nt/user32/IsDialogMessageW.S new file mode 100644 index 000000000..db9608e28 --- /dev/null +++ b/libc/nt/user32/IsDialogMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsDialogMessageW,IsDialogMessageW,2063 diff --git a/libc/nt/user32/IsDialogMessageW.s b/libc/nt/user32/IsDialogMessageW.s deleted file mode 100644 index 1522b638a..000000000 --- a/libc/nt/user32/IsDialogMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsDialogMessageW,IsDialogMessageW,2063 diff --git a/libc/nt/user32/IsDlgButtonChecked.S b/libc/nt/user32/IsDlgButtonChecked.S new file mode 100644 index 000000000..3396fc7c4 --- /dev/null +++ b/libc/nt/user32/IsDlgButtonChecked.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsDlgButtonChecked,IsDlgButtonChecked,2064 diff --git a/libc/nt/user32/IsDlgButtonChecked.s b/libc/nt/user32/IsDlgButtonChecked.s deleted file mode 100644 index bcc3e28a6..000000000 --- a/libc/nt/user32/IsDlgButtonChecked.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsDlgButtonChecked,IsDlgButtonChecked,2064 diff --git a/libc/nt/user32/IsGUIThread.S b/libc/nt/user32/IsGUIThread.S new file mode 100644 index 000000000..120ff979f --- /dev/null +++ b/libc/nt/user32/IsGUIThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsGUIThread,IsGUIThread,2065 diff --git a/libc/nt/user32/IsGUIThread.s b/libc/nt/user32/IsGUIThread.s deleted file mode 100644 index 8a54d4c27..000000000 --- a/libc/nt/user32/IsGUIThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsGUIThread,IsGUIThread,2065 diff --git a/libc/nt/user32/IsHungAppWindow.S b/libc/nt/user32/IsHungAppWindow.S new file mode 100644 index 000000000..584b04970 --- /dev/null +++ b/libc/nt/user32/IsHungAppWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsHungAppWindow,IsHungAppWindow,2066 diff --git a/libc/nt/user32/IsHungAppWindow.s b/libc/nt/user32/IsHungAppWindow.s deleted file mode 100644 index 4e6900114..000000000 --- a/libc/nt/user32/IsHungAppWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsHungAppWindow,IsHungAppWindow,2066 diff --git a/libc/nt/user32/IsIconic.S b/libc/nt/user32/IsIconic.S new file mode 100644 index 000000000..aaaf135a9 --- /dev/null +++ b/libc/nt/user32/IsIconic.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsIconic,IsIconic,2067 + +#ifdef __x86_64__ + .text.windows +IsIconic: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_IsIconic(%rip) + leave + ret + .endfn IsIconic,globl + .previous +#endif diff --git a/libc/nt/user32/IsIconic.s b/libc/nt/user32/IsIconic.s deleted file mode 100644 index 18221b654..000000000 --- a/libc/nt/user32/IsIconic.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsIconic,IsIconic,2067 - - .text.windows -IsIconic: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_IsIconic(%rip) - leave - ret - .endfn IsIconic,globl - .previous diff --git a/libc/nt/user32/IsImmersiveProcess.S b/libc/nt/user32/IsImmersiveProcess.S new file mode 100644 index 000000000..33b55c611 --- /dev/null +++ b/libc/nt/user32/IsImmersiveProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsImmersiveProcess,IsImmersiveProcess,2068 diff --git a/libc/nt/user32/IsImmersiveProcess.s b/libc/nt/user32/IsImmersiveProcess.s deleted file mode 100644 index 3e4b520bd..000000000 --- a/libc/nt/user32/IsImmersiveProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsImmersiveProcess,IsImmersiveProcess,2068 diff --git a/libc/nt/user32/IsInDesktopWindowBand.S b/libc/nt/user32/IsInDesktopWindowBand.S new file mode 100644 index 000000000..8ba1f9ba8 --- /dev/null +++ b/libc/nt/user32/IsInDesktopWindowBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsInDesktopWindowBand,IsInDesktopWindowBand,2069 diff --git a/libc/nt/user32/IsInDesktopWindowBand.s b/libc/nt/user32/IsInDesktopWindowBand.s deleted file mode 100644 index 6a632c9ad..000000000 --- a/libc/nt/user32/IsInDesktopWindowBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsInDesktopWindowBand,IsInDesktopWindowBand,2069 diff --git a/libc/nt/user32/IsMenu.S b/libc/nt/user32/IsMenu.S new file mode 100644 index 000000000..07922f2a1 --- /dev/null +++ b/libc/nt/user32/IsMenu.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsMenu,IsMenu,2070 + +#ifdef __x86_64__ + .text.windows +IsMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_IsMenu(%rip) + leave + ret + .endfn IsMenu,globl + .previous +#endif diff --git a/libc/nt/user32/IsMenu.s b/libc/nt/user32/IsMenu.s deleted file mode 100644 index f87f905be..000000000 --- a/libc/nt/user32/IsMenu.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsMenu,IsMenu,2070 - - .text.windows -IsMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_IsMenu(%rip) - leave - ret - .endfn IsMenu,globl - .previous diff --git a/libc/nt/user32/IsMouseInPointerEnabled.S b/libc/nt/user32/IsMouseInPointerEnabled.S new file mode 100644 index 000000000..2a59f4c4e --- /dev/null +++ b/libc/nt/user32/IsMouseInPointerEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsMouseInPointerEnabled,IsMouseInPointerEnabled,2071 diff --git a/libc/nt/user32/IsMouseInPointerEnabled.s b/libc/nt/user32/IsMouseInPointerEnabled.s deleted file mode 100644 index 09438fdba..000000000 --- a/libc/nt/user32/IsMouseInPointerEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsMouseInPointerEnabled,IsMouseInPointerEnabled,2071 diff --git a/libc/nt/user32/IsOneCoreTransformMode.S b/libc/nt/user32/IsOneCoreTransformMode.S new file mode 100644 index 000000000..5a11cfcd2 --- /dev/null +++ b/libc/nt/user32/IsOneCoreTransformMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsOneCoreTransformMode,IsOneCoreTransformMode,2072 diff --git a/libc/nt/user32/IsOneCoreTransformMode.s b/libc/nt/user32/IsOneCoreTransformMode.s deleted file mode 100644 index 0516e2224..000000000 --- a/libc/nt/user32/IsOneCoreTransformMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsOneCoreTransformMode,IsOneCoreTransformMode,2072 diff --git a/libc/nt/user32/IsProcessDPIAware.S b/libc/nt/user32/IsProcessDPIAware.S new file mode 100644 index 000000000..c49bd84ca --- /dev/null +++ b/libc/nt/user32/IsProcessDPIAware.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsProcessDPIAware,IsProcessDPIAware,2073 diff --git a/libc/nt/user32/IsProcessDPIAware.s b/libc/nt/user32/IsProcessDPIAware.s deleted file mode 100644 index 36d2c79a1..000000000 --- a/libc/nt/user32/IsProcessDPIAware.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsProcessDPIAware,IsProcessDPIAware,2073 diff --git a/libc/nt/user32/IsQueueAttached.S b/libc/nt/user32/IsQueueAttached.S new file mode 100644 index 000000000..7bccb1c84 --- /dev/null +++ b/libc/nt/user32/IsQueueAttached.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsQueueAttached,IsQueueAttached,2074 diff --git a/libc/nt/user32/IsQueueAttached.s b/libc/nt/user32/IsQueueAttached.s deleted file mode 100644 index 4d4da9342..000000000 --- a/libc/nt/user32/IsQueueAttached.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsQueueAttached,IsQueueAttached,2074 diff --git a/libc/nt/user32/IsRectEmpty.S b/libc/nt/user32/IsRectEmpty.S new file mode 100644 index 000000000..cfc709d21 --- /dev/null +++ b/libc/nt/user32/IsRectEmpty.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsRectEmpty,IsRectEmpty,2075 diff --git a/libc/nt/user32/IsRectEmpty.s b/libc/nt/user32/IsRectEmpty.s deleted file mode 100644 index 83c04ef95..000000000 --- a/libc/nt/user32/IsRectEmpty.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsRectEmpty,IsRectEmpty,2075 diff --git a/libc/nt/user32/IsSETEnabled.S b/libc/nt/user32/IsSETEnabled.S new file mode 100644 index 000000000..abf6d789e --- /dev/null +++ b/libc/nt/user32/IsSETEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsSETEnabled,IsSETEnabled,2076 diff --git a/libc/nt/user32/IsSETEnabled.s b/libc/nt/user32/IsSETEnabled.s deleted file mode 100644 index 6a6394872..000000000 --- a/libc/nt/user32/IsSETEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsSETEnabled,IsSETEnabled,2076 diff --git a/libc/nt/user32/IsServerSideWindow.S b/libc/nt/user32/IsServerSideWindow.S new file mode 100644 index 000000000..61691ff82 --- /dev/null +++ b/libc/nt/user32/IsServerSideWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsServerSideWindow,IsServerSideWindow,2077 diff --git a/libc/nt/user32/IsServerSideWindow.s b/libc/nt/user32/IsServerSideWindow.s deleted file mode 100644 index d53b059fe..000000000 --- a/libc/nt/user32/IsServerSideWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsServerSideWindow,IsServerSideWindow,2077 diff --git a/libc/nt/user32/IsThreadDesktopComposited.S b/libc/nt/user32/IsThreadDesktopComposited.S new file mode 100644 index 000000000..8f81f143b --- /dev/null +++ b/libc/nt/user32/IsThreadDesktopComposited.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsThreadDesktopComposited,IsThreadDesktopComposited,2078 diff --git a/libc/nt/user32/IsThreadDesktopComposited.s b/libc/nt/user32/IsThreadDesktopComposited.s deleted file mode 100644 index 146274c12..000000000 --- a/libc/nt/user32/IsThreadDesktopComposited.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsThreadDesktopComposited,IsThreadDesktopComposited,2078 diff --git a/libc/nt/user32/IsThreadMessageQueueAttached.S b/libc/nt/user32/IsThreadMessageQueueAttached.S new file mode 100644 index 000000000..aec9825f8 --- /dev/null +++ b/libc/nt/user32/IsThreadMessageQueueAttached.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsThreadMessageQueueAttached,IsThreadMessageQueueAttached,2528 diff --git a/libc/nt/user32/IsThreadMessageQueueAttached.s b/libc/nt/user32/IsThreadMessageQueueAttached.s deleted file mode 100644 index 7ee7128ca..000000000 --- a/libc/nt/user32/IsThreadMessageQueueAttached.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsThreadMessageQueueAttached,IsThreadMessageQueueAttached,2528 diff --git a/libc/nt/user32/IsThreadTSFEventAware.S b/libc/nt/user32/IsThreadTSFEventAware.S new file mode 100644 index 000000000..b0f188521 --- /dev/null +++ b/libc/nt/user32/IsThreadTSFEventAware.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsThreadTSFEventAware,IsThreadTSFEventAware,2079 diff --git a/libc/nt/user32/IsThreadTSFEventAware.s b/libc/nt/user32/IsThreadTSFEventAware.s deleted file mode 100644 index 7e2b0b51e..000000000 --- a/libc/nt/user32/IsThreadTSFEventAware.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsThreadTSFEventAware,IsThreadTSFEventAware,2079 diff --git a/libc/nt/user32/IsTopLevelWindow.S b/libc/nt/user32/IsTopLevelWindow.S new file mode 100644 index 000000000..a445ca1c5 --- /dev/null +++ b/libc/nt/user32/IsTopLevelWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsTopLevelWindow,IsTopLevelWindow,2080 diff --git a/libc/nt/user32/IsTopLevelWindow.s b/libc/nt/user32/IsTopLevelWindow.s deleted file mode 100644 index f52f1257a..000000000 --- a/libc/nt/user32/IsTopLevelWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsTopLevelWindow,IsTopLevelWindow,2080 diff --git a/libc/nt/user32/IsTouchWindow.S b/libc/nt/user32/IsTouchWindow.S new file mode 100644 index 000000000..d5e139dd5 --- /dev/null +++ b/libc/nt/user32/IsTouchWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsTouchWindow,IsTouchWindow,2081 diff --git a/libc/nt/user32/IsTouchWindow.s b/libc/nt/user32/IsTouchWindow.s deleted file mode 100644 index 1db7cef19..000000000 --- a/libc/nt/user32/IsTouchWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsTouchWindow,IsTouchWindow,2081 diff --git a/libc/nt/user32/IsValidDpiAwarenessContext.S b/libc/nt/user32/IsValidDpiAwarenessContext.S new file mode 100644 index 000000000..25184dd08 --- /dev/null +++ b/libc/nt/user32/IsValidDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsValidDpiAwarenessContext,IsValidDpiAwarenessContext,2082 diff --git a/libc/nt/user32/IsValidDpiAwarenessContext.s b/libc/nt/user32/IsValidDpiAwarenessContext.s deleted file mode 100644 index 3026f51ec..000000000 --- a/libc/nt/user32/IsValidDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsValidDpiAwarenessContext,IsValidDpiAwarenessContext,2082 diff --git a/libc/nt/user32/IsWinEventHookInstalled.S b/libc/nt/user32/IsWinEventHookInstalled.S new file mode 100644 index 000000000..4db3972b0 --- /dev/null +++ b/libc/nt/user32/IsWinEventHookInstalled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWinEventHookInstalled,IsWinEventHookInstalled,2083 diff --git a/libc/nt/user32/IsWinEventHookInstalled.s b/libc/nt/user32/IsWinEventHookInstalled.s deleted file mode 100644 index 004d2a269..000000000 --- a/libc/nt/user32/IsWinEventHookInstalled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWinEventHookInstalled,IsWinEventHookInstalled,2083 diff --git a/libc/nt/user32/IsWindow.S b/libc/nt/user32/IsWindow.S new file mode 100644 index 000000000..c942cded6 --- /dev/null +++ b/libc/nt/user32/IsWindow.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindow,IsWindow,2084 + +#ifdef __x86_64__ + .text.windows +IsWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_IsWindow(%rip) + leave + ret + .endfn IsWindow,globl + .previous +#endif diff --git a/libc/nt/user32/IsWindow.s b/libc/nt/user32/IsWindow.s deleted file mode 100644 index 61cc8c5d2..000000000 --- a/libc/nt/user32/IsWindow.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindow,IsWindow,2084 - - .text.windows -IsWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_IsWindow(%rip) - leave - ret - .endfn IsWindow,globl - .previous diff --git a/libc/nt/user32/IsWindowArranged.S b/libc/nt/user32/IsWindowArranged.S new file mode 100644 index 000000000..4e9423244 --- /dev/null +++ b/libc/nt/user32/IsWindowArranged.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowArranged,IsWindowArranged,2085 diff --git a/libc/nt/user32/IsWindowArranged.s b/libc/nt/user32/IsWindowArranged.s deleted file mode 100644 index d2a506397..000000000 --- a/libc/nt/user32/IsWindowArranged.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowArranged,IsWindowArranged,2085 diff --git a/libc/nt/user32/IsWindowEnabled.S b/libc/nt/user32/IsWindowEnabled.S new file mode 100644 index 000000000..b751eb491 --- /dev/null +++ b/libc/nt/user32/IsWindowEnabled.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowEnabled,IsWindowEnabled,2086 diff --git a/libc/nt/user32/IsWindowEnabled.s b/libc/nt/user32/IsWindowEnabled.s deleted file mode 100644 index f5739de40..000000000 --- a/libc/nt/user32/IsWindowEnabled.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowEnabled,IsWindowEnabled,2086 diff --git a/libc/nt/user32/IsWindowInDestroy.S b/libc/nt/user32/IsWindowInDestroy.S new file mode 100644 index 000000000..53255883a --- /dev/null +++ b/libc/nt/user32/IsWindowInDestroy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowInDestroy,IsWindowInDestroy,2087 diff --git a/libc/nt/user32/IsWindowInDestroy.s b/libc/nt/user32/IsWindowInDestroy.s deleted file mode 100644 index 3ac6b6134..000000000 --- a/libc/nt/user32/IsWindowInDestroy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowInDestroy,IsWindowInDestroy,2087 diff --git a/libc/nt/user32/IsWindowRedirectedForPrint.S b/libc/nt/user32/IsWindowRedirectedForPrint.S new file mode 100644 index 000000000..07aa2ac94 --- /dev/null +++ b/libc/nt/user32/IsWindowRedirectedForPrint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowRedirectedForPrint,IsWindowRedirectedForPrint,2088 diff --git a/libc/nt/user32/IsWindowRedirectedForPrint.s b/libc/nt/user32/IsWindowRedirectedForPrint.s deleted file mode 100644 index 847d67544..000000000 --- a/libc/nt/user32/IsWindowRedirectedForPrint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowRedirectedForPrint,IsWindowRedirectedForPrint,2088 diff --git a/libc/nt/user32/IsWindowUnicode.S b/libc/nt/user32/IsWindowUnicode.S new file mode 100644 index 000000000..a6bb36368 --- /dev/null +++ b/libc/nt/user32/IsWindowUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowUnicode,IsWindowUnicode,2089 diff --git a/libc/nt/user32/IsWindowUnicode.s b/libc/nt/user32/IsWindowUnicode.s deleted file mode 100644 index 82bbc1645..000000000 --- a/libc/nt/user32/IsWindowUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowUnicode,IsWindowUnicode,2089 diff --git a/libc/nt/user32/IsWindowVisible.S b/libc/nt/user32/IsWindowVisible.S new file mode 100644 index 000000000..be523d68b --- /dev/null +++ b/libc/nt/user32/IsWindowVisible.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsWindowVisible,IsWindowVisible,2090 + +#ifdef __x86_64__ + .text.windows +IsWindowVisible: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_IsWindowVisible(%rip) + leave + ret + .endfn IsWindowVisible,globl + .previous +#endif diff --git a/libc/nt/user32/IsWindowVisible.s b/libc/nt/user32/IsWindowVisible.s deleted file mode 100644 index 4e89b1007..000000000 --- a/libc/nt/user32/IsWindowVisible.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsWindowVisible,IsWindowVisible,2090 - - .text.windows -IsWindowVisible: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_IsWindowVisible(%rip) - leave - ret - .endfn IsWindowVisible,globl - .previous diff --git a/libc/nt/user32/IsZoomed.S b/libc/nt/user32/IsZoomed.S new file mode 100644 index 000000000..5aa881087 --- /dev/null +++ b/libc/nt/user32/IsZoomed.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_IsZoomed,IsZoomed,2092 + +#ifdef __x86_64__ + .text.windows +IsZoomed: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_IsZoomed(%rip) + leave + ret + .endfn IsZoomed,globl + .previous +#endif diff --git a/libc/nt/user32/IsZoomed.s b/libc/nt/user32/IsZoomed.s deleted file mode 100644 index e098ac783..000000000 --- a/libc/nt/user32/IsZoomed.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_IsZoomed,IsZoomed,2092 - - .text.windows -IsZoomed: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_IsZoomed(%rip) - leave - ret - .endfn IsZoomed,globl - .previous diff --git a/libc/nt/user32/KillTimer.S b/libc/nt/user32/KillTimer.S new file mode 100644 index 000000000..8d9188759 --- /dev/null +++ b/libc/nt/user32/KillTimer.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_KillTimer,KillTimer,2093 + +#ifdef __x86_64__ + .text.windows +KillTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_KillTimer(%rip),%rax + jmp __sysv2nt + .endfn KillTimer,globl + .previous +#endif diff --git a/libc/nt/user32/KillTimer.s b/libc/nt/user32/KillTimer.s deleted file mode 100644 index 4ae771984..000000000 --- a/libc/nt/user32/KillTimer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_KillTimer,KillTimer,2093 - - .text.windows -KillTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_KillTimer(%rip),%rax - jmp __sysv2nt - .endfn KillTimer,globl - .previous diff --git a/libc/nt/user32/LoadAcceleratorsW.S b/libc/nt/user32/LoadAcceleratorsW.S new file mode 100644 index 000000000..7a568be4b --- /dev/null +++ b/libc/nt/user32/LoadAcceleratorsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadAcceleratorsW,LoadAcceleratorsW,2095 diff --git a/libc/nt/user32/LoadAcceleratorsW.s b/libc/nt/user32/LoadAcceleratorsW.s deleted file mode 100644 index 3ae00696c..000000000 --- a/libc/nt/user32/LoadAcceleratorsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadAcceleratorsW,LoadAcceleratorsW,2095 diff --git a/libc/nt/user32/LoadBitmapW.S b/libc/nt/user32/LoadBitmapW.S new file mode 100644 index 000000000..cf8a84706 --- /dev/null +++ b/libc/nt/user32/LoadBitmapW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadBitmapW,LoadBitmapW,2097 diff --git a/libc/nt/user32/LoadBitmapW.s b/libc/nt/user32/LoadBitmapW.s deleted file mode 100644 index ac531b588..000000000 --- a/libc/nt/user32/LoadBitmapW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadBitmapW,LoadBitmapW,2097 diff --git a/libc/nt/user32/LoadCursorFromFileW.S b/libc/nt/user32/LoadCursorFromFileW.S new file mode 100644 index 000000000..fe87eb459 --- /dev/null +++ b/libc/nt/user32/LoadCursorFromFileW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadCursorFromFileW,LoadCursorFromFileW,2100 diff --git a/libc/nt/user32/LoadCursorFromFileW.s b/libc/nt/user32/LoadCursorFromFileW.s deleted file mode 100644 index 5f864bf59..000000000 --- a/libc/nt/user32/LoadCursorFromFileW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadCursorFromFileW,LoadCursorFromFileW,2100 diff --git a/libc/nt/user32/LoadCursorW.S b/libc/nt/user32/LoadCursorW.S new file mode 100644 index 000000000..238a59f1f --- /dev/null +++ b/libc/nt/user32/LoadCursorW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadCursorW,LoadCursorW,2101 + +#ifdef __x86_64__ + .text.windows +LoadCursor: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LoadCursorW(%rip),%rax + jmp __sysv2nt + .endfn LoadCursor,globl + .previous +#endif diff --git a/libc/nt/user32/LoadCursorW.s b/libc/nt/user32/LoadCursorW.s deleted file mode 100644 index 67d7f197c..000000000 --- a/libc/nt/user32/LoadCursorW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadCursorW,LoadCursorW,2101 - - .text.windows -LoadCursor: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LoadCursorW(%rip),%rax - jmp __sysv2nt - .endfn LoadCursor,globl - .previous diff --git a/libc/nt/user32/LoadIconW.S b/libc/nt/user32/LoadIconW.S new file mode 100644 index 000000000..e27f19e20 --- /dev/null +++ b/libc/nt/user32/LoadIconW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadIconW,LoadIconW,2103 + +#ifdef __x86_64__ + .text.windows +LoadIcon: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LoadIconW(%rip),%rax + jmp __sysv2nt + .endfn LoadIcon,globl + .previous +#endif diff --git a/libc/nt/user32/LoadIconW.s b/libc/nt/user32/LoadIconW.s deleted file mode 100644 index 6dd0330f6..000000000 --- a/libc/nt/user32/LoadIconW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadIconW,LoadIconW,2103 - - .text.windows -LoadIcon: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LoadIconW(%rip),%rax - jmp __sysv2nt - .endfn LoadIcon,globl - .previous diff --git a/libc/nt/user32/LoadImageW.S b/libc/nt/user32/LoadImageW.S new file mode 100644 index 000000000..b27476dfe --- /dev/null +++ b/libc/nt/user32/LoadImageW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadImageW,LoadImageW,2105 + +#ifdef __x86_64__ + .text.windows +LoadImage: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_LoadImageW(%rip),%rax + jmp __sysv2nt6 + .endfn LoadImage,globl + .previous +#endif diff --git a/libc/nt/user32/LoadImageW.s b/libc/nt/user32/LoadImageW.s deleted file mode 100644 index 3b30f0302..000000000 --- a/libc/nt/user32/LoadImageW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadImageW,LoadImageW,2105 - - .text.windows -LoadImage: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_LoadImageW(%rip),%rax - jmp __sysv2nt6 - .endfn LoadImage,globl - .previous diff --git a/libc/nt/user32/LoadKeyboardLayoutEx.S b/libc/nt/user32/LoadKeyboardLayoutEx.S new file mode 100644 index 000000000..a3d79df60 --- /dev/null +++ b/libc/nt/user32/LoadKeyboardLayoutEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadKeyboardLayoutEx,LoadKeyboardLayoutEx,2107 diff --git a/libc/nt/user32/LoadKeyboardLayoutEx.s b/libc/nt/user32/LoadKeyboardLayoutEx.s deleted file mode 100644 index e9a7ddf24..000000000 --- a/libc/nt/user32/LoadKeyboardLayoutEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadKeyboardLayoutEx,LoadKeyboardLayoutEx,2107 diff --git a/libc/nt/user32/LoadKeyboardLayoutW.S b/libc/nt/user32/LoadKeyboardLayoutW.S new file mode 100644 index 000000000..bf0fdf699 --- /dev/null +++ b/libc/nt/user32/LoadKeyboardLayoutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadKeyboardLayoutW,LoadKeyboardLayoutW,2108 diff --git a/libc/nt/user32/LoadKeyboardLayoutW.s b/libc/nt/user32/LoadKeyboardLayoutW.s deleted file mode 100644 index caf5da98b..000000000 --- a/libc/nt/user32/LoadKeyboardLayoutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadKeyboardLayoutW,LoadKeyboardLayoutW,2108 diff --git a/libc/nt/user32/LoadLocalFonts.S b/libc/nt/user32/LoadLocalFonts.S new file mode 100644 index 000000000..cdfddd69c --- /dev/null +++ b/libc/nt/user32/LoadLocalFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadLocalFonts,LoadLocalFonts,2109 diff --git a/libc/nt/user32/LoadLocalFonts.s b/libc/nt/user32/LoadLocalFonts.s deleted file mode 100644 index 03e9757c4..000000000 --- a/libc/nt/user32/LoadLocalFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadLocalFonts,LoadLocalFonts,2109 diff --git a/libc/nt/user32/LoadMenuIndirectW.S b/libc/nt/user32/LoadMenuIndirectW.S new file mode 100644 index 000000000..ce02d0229 --- /dev/null +++ b/libc/nt/user32/LoadMenuIndirectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadMenuIndirectW,LoadMenuIndirectW,2112 diff --git a/libc/nt/user32/LoadMenuIndirectW.s b/libc/nt/user32/LoadMenuIndirectW.s deleted file mode 100644 index 332f05a4c..000000000 --- a/libc/nt/user32/LoadMenuIndirectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadMenuIndirectW,LoadMenuIndirectW,2112 diff --git a/libc/nt/user32/LoadMenuW.S b/libc/nt/user32/LoadMenuW.S new file mode 100644 index 000000000..b75b1b9ec --- /dev/null +++ b/libc/nt/user32/LoadMenuW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadMenuW,LoadMenuW,2113 diff --git a/libc/nt/user32/LoadMenuW.s b/libc/nt/user32/LoadMenuW.s deleted file mode 100644 index 0ca20bc44..000000000 --- a/libc/nt/user32/LoadMenuW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadMenuW,LoadMenuW,2113 diff --git a/libc/nt/user32/LoadRemoteFonts.S b/libc/nt/user32/LoadRemoteFonts.S new file mode 100644 index 000000000..95c76596a --- /dev/null +++ b/libc/nt/user32/LoadRemoteFonts.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LoadRemoteFonts,LoadRemoteFonts,2114 diff --git a/libc/nt/user32/LoadRemoteFonts.s b/libc/nt/user32/LoadRemoteFonts.s deleted file mode 100644 index 94a8c6a00..000000000 --- a/libc/nt/user32/LoadRemoteFonts.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LoadRemoteFonts,LoadRemoteFonts,2114 diff --git a/libc/nt/user32/LockSetForegroundWindow.S b/libc/nt/user32/LockSetForegroundWindow.S new file mode 100644 index 000000000..06bb64e3f --- /dev/null +++ b/libc/nt/user32/LockSetForegroundWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LockSetForegroundWindow,LockSetForegroundWindow,2117 diff --git a/libc/nt/user32/LockSetForegroundWindow.s b/libc/nt/user32/LockSetForegroundWindow.s deleted file mode 100644 index 037f96320..000000000 --- a/libc/nt/user32/LockSetForegroundWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LockSetForegroundWindow,LockSetForegroundWindow,2117 diff --git a/libc/nt/user32/LockWindowStation.S b/libc/nt/user32/LockWindowStation.S new file mode 100644 index 000000000..492412bc7 --- /dev/null +++ b/libc/nt/user32/LockWindowStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LockWindowStation,LockWindowStation,2118 diff --git a/libc/nt/user32/LockWindowStation.s b/libc/nt/user32/LockWindowStation.s deleted file mode 100644 index d22926353..000000000 --- a/libc/nt/user32/LockWindowStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LockWindowStation,LockWindowStation,2118 diff --git a/libc/nt/user32/LockWindowUpdate.S b/libc/nt/user32/LockWindowUpdate.S new file mode 100644 index 000000000..8eb8c6045 --- /dev/null +++ b/libc/nt/user32/LockWindowUpdate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LockWindowUpdate,LockWindowUpdate,2119 diff --git a/libc/nt/user32/LockWindowUpdate.s b/libc/nt/user32/LockWindowUpdate.s deleted file mode 100644 index 95ccf50a8..000000000 --- a/libc/nt/user32/LockWindowUpdate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LockWindowUpdate,LockWindowUpdate,2119 diff --git a/libc/nt/user32/LockWorkStation.S b/libc/nt/user32/LockWorkStation.S new file mode 100644 index 000000000..52ad241b5 --- /dev/null +++ b/libc/nt/user32/LockWorkStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LockWorkStation,LockWorkStation,2120 diff --git a/libc/nt/user32/LockWorkStation.s b/libc/nt/user32/LockWorkStation.s deleted file mode 100644 index 127fa751f..000000000 --- a/libc/nt/user32/LockWorkStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LockWorkStation,LockWorkStation,2120 diff --git a/libc/nt/user32/LogicalToPhysicalPoint.S b/libc/nt/user32/LogicalToPhysicalPoint.S new file mode 100644 index 000000000..1e87a270a --- /dev/null +++ b/libc/nt/user32/LogicalToPhysicalPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LogicalToPhysicalPoint,LogicalToPhysicalPoint,2121 diff --git a/libc/nt/user32/LogicalToPhysicalPoint.s b/libc/nt/user32/LogicalToPhysicalPoint.s deleted file mode 100644 index 0571eaa65..000000000 --- a/libc/nt/user32/LogicalToPhysicalPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LogicalToPhysicalPoint,LogicalToPhysicalPoint,2121 diff --git a/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.S b/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.S new file mode 100644 index 000000000..fdbedb258 --- /dev/null +++ b/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LogicalToPhysicalPointForPerMonitorDPI,LogicalToPhysicalPointForPerMonitorDPI,2122 diff --git a/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.s b/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.s deleted file mode 100644 index eafc10777..000000000 --- a/libc/nt/user32/LogicalToPhysicalPointForPerMonitorDPI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LogicalToPhysicalPointForPerMonitorDPI,LogicalToPhysicalPointForPerMonitorDPI,2122 diff --git a/libc/nt/user32/LookupIconIdFromDirectory.S b/libc/nt/user32/LookupIconIdFromDirectory.S new file mode 100644 index 000000000..18a982fec --- /dev/null +++ b/libc/nt/user32/LookupIconIdFromDirectory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LookupIconIdFromDirectory,LookupIconIdFromDirectory,2123 diff --git a/libc/nt/user32/LookupIconIdFromDirectory.s b/libc/nt/user32/LookupIconIdFromDirectory.s deleted file mode 100644 index 7219224c0..000000000 --- a/libc/nt/user32/LookupIconIdFromDirectory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LookupIconIdFromDirectory,LookupIconIdFromDirectory,2123 diff --git a/libc/nt/user32/LookupIconIdFromDirectoryEx.S b/libc/nt/user32/LookupIconIdFromDirectoryEx.S new file mode 100644 index 000000000..daff466c2 --- /dev/null +++ b/libc/nt/user32/LookupIconIdFromDirectoryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_LookupIconIdFromDirectoryEx,LookupIconIdFromDirectoryEx,2124 diff --git a/libc/nt/user32/LookupIconIdFromDirectoryEx.s b/libc/nt/user32/LookupIconIdFromDirectoryEx.s deleted file mode 100644 index 778dff2a6..000000000 --- a/libc/nt/user32/LookupIconIdFromDirectoryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_LookupIconIdFromDirectoryEx,LookupIconIdFromDirectoryEx,2124 diff --git a/libc/nt/user32/MBToWCSEx.S b/libc/nt/user32/MBToWCSEx.S new file mode 100644 index 000000000..f4fd0d5cc --- /dev/null +++ b/libc/nt/user32/MBToWCSEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MBToWCSEx,MBToWCSEx,2125 diff --git a/libc/nt/user32/MBToWCSEx.s b/libc/nt/user32/MBToWCSEx.s deleted file mode 100644 index a52c6bceb..000000000 --- a/libc/nt/user32/MBToWCSEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MBToWCSEx,MBToWCSEx,2125 diff --git a/libc/nt/user32/MBToWCSExt.S b/libc/nt/user32/MBToWCSExt.S new file mode 100644 index 000000000..026473dc7 --- /dev/null +++ b/libc/nt/user32/MBToWCSExt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MBToWCSExt,MBToWCSExt,2126 diff --git a/libc/nt/user32/MBToWCSExt.s b/libc/nt/user32/MBToWCSExt.s deleted file mode 100644 index 7cbadd160..000000000 --- a/libc/nt/user32/MBToWCSExt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MBToWCSExt,MBToWCSExt,2126 diff --git a/libc/nt/user32/MB_GetString.S b/libc/nt/user32/MB_GetString.S new file mode 100644 index 000000000..6cd1ab5e1 --- /dev/null +++ b/libc/nt/user32/MB_GetString.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MB_GetString,MB_GetString,2127 diff --git a/libc/nt/user32/MB_GetString.s b/libc/nt/user32/MB_GetString.s deleted file mode 100644 index 15f5486ee..000000000 --- a/libc/nt/user32/MB_GetString.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MB_GetString,MB_GetString,2127 diff --git a/libc/nt/user32/MITActivateInputProcessing.S b/libc/nt/user32/MITActivateInputProcessing.S new file mode 100644 index 000000000..30388bce7 --- /dev/null +++ b/libc/nt/user32/MITActivateInputProcessing.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITActivateInputProcessing,MITActivateInputProcessing,2128 diff --git a/libc/nt/user32/MITActivateInputProcessing.s b/libc/nt/user32/MITActivateInputProcessing.s deleted file mode 100644 index f213fc9d9..000000000 --- a/libc/nt/user32/MITActivateInputProcessing.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITActivateInputProcessing,MITActivateInputProcessing,2128 diff --git a/libc/nt/user32/MITBindInputTypeToMonitors.S b/libc/nt/user32/MITBindInputTypeToMonitors.S new file mode 100644 index 000000000..6a7912876 --- /dev/null +++ b/libc/nt/user32/MITBindInputTypeToMonitors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITBindInputTypeToMonitors,MITBindInputTypeToMonitors,2129 diff --git a/libc/nt/user32/MITBindInputTypeToMonitors.s b/libc/nt/user32/MITBindInputTypeToMonitors.s deleted file mode 100644 index ed92df644..000000000 --- a/libc/nt/user32/MITBindInputTypeToMonitors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITBindInputTypeToMonitors,MITBindInputTypeToMonitors,2129 diff --git a/libc/nt/user32/MITCoreMsgKGetConnectionHandle.S b/libc/nt/user32/MITCoreMsgKGetConnectionHandle.S new file mode 100644 index 000000000..c35615669 --- /dev/null +++ b/libc/nt/user32/MITCoreMsgKGetConnectionHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITCoreMsgKGetConnectionHandle,MITCoreMsgKGetConnectionHandle,2130 diff --git a/libc/nt/user32/MITCoreMsgKGetConnectionHandle.s b/libc/nt/user32/MITCoreMsgKGetConnectionHandle.s deleted file mode 100644 index f05df6173..000000000 --- a/libc/nt/user32/MITCoreMsgKGetConnectionHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITCoreMsgKGetConnectionHandle,MITCoreMsgKGetConnectionHandle,2130 diff --git a/libc/nt/user32/MITCoreMsgKOpenConnectionTo.S b/libc/nt/user32/MITCoreMsgKOpenConnectionTo.S new file mode 100644 index 000000000..b09e0b1ba --- /dev/null +++ b/libc/nt/user32/MITCoreMsgKOpenConnectionTo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITCoreMsgKOpenConnectionTo,MITCoreMsgKOpenConnectionTo,2131 diff --git a/libc/nt/user32/MITCoreMsgKOpenConnectionTo.s b/libc/nt/user32/MITCoreMsgKOpenConnectionTo.s deleted file mode 100644 index 86f2869b3..000000000 --- a/libc/nt/user32/MITCoreMsgKOpenConnectionTo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITCoreMsgKOpenConnectionTo,MITCoreMsgKOpenConnectionTo,2131 diff --git a/libc/nt/user32/MITCoreMsgKSend.S b/libc/nt/user32/MITCoreMsgKSend.S new file mode 100644 index 000000000..9c9794eb0 --- /dev/null +++ b/libc/nt/user32/MITCoreMsgKSend.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITCoreMsgKSend,MITCoreMsgKSend,2132 diff --git a/libc/nt/user32/MITCoreMsgKSend.s b/libc/nt/user32/MITCoreMsgKSend.s deleted file mode 100644 index 68f5115ff..000000000 --- a/libc/nt/user32/MITCoreMsgKSend.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITCoreMsgKSend,MITCoreMsgKSend,2132 diff --git a/libc/nt/user32/MITDeactivateInputProcessing.S b/libc/nt/user32/MITDeactivateInputProcessing.S new file mode 100644 index 000000000..6001968fc --- /dev/null +++ b/libc/nt/user32/MITDeactivateInputProcessing.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITDeactivateInputProcessing,MITDeactivateInputProcessing,2133 diff --git a/libc/nt/user32/MITDeactivateInputProcessing.s b/libc/nt/user32/MITDeactivateInputProcessing.s deleted file mode 100644 index a91c16d76..000000000 --- a/libc/nt/user32/MITDeactivateInputProcessing.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITDeactivateInputProcessing,MITDeactivateInputProcessing,2133 diff --git a/libc/nt/user32/MITDisableMouseIntercept.S b/libc/nt/user32/MITDisableMouseIntercept.S new file mode 100644 index 000000000..1a878d5b3 --- /dev/null +++ b/libc/nt/user32/MITDisableMouseIntercept.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITDisableMouseIntercept,MITDisableMouseIntercept,2134 diff --git a/libc/nt/user32/MITDisableMouseIntercept.s b/libc/nt/user32/MITDisableMouseIntercept.s deleted file mode 100644 index 1ea6dcb8e..000000000 --- a/libc/nt/user32/MITDisableMouseIntercept.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITDisableMouseIntercept,MITDisableMouseIntercept,2134 diff --git a/libc/nt/user32/MITDispatchCompletion.S b/libc/nt/user32/MITDispatchCompletion.S new file mode 100644 index 000000000..add3167e7 --- /dev/null +++ b/libc/nt/user32/MITDispatchCompletion.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITDispatchCompletion,MITDispatchCompletion,2135 diff --git a/libc/nt/user32/MITDispatchCompletion.s b/libc/nt/user32/MITDispatchCompletion.s deleted file mode 100644 index bc04a66e1..000000000 --- a/libc/nt/user32/MITDispatchCompletion.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITDispatchCompletion,MITDispatchCompletion,2135 diff --git a/libc/nt/user32/MITEnableMouseIntercept.S b/libc/nt/user32/MITEnableMouseIntercept.S new file mode 100644 index 000000000..21e28d36f --- /dev/null +++ b/libc/nt/user32/MITEnableMouseIntercept.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITEnableMouseIntercept,MITEnableMouseIntercept,2136 diff --git a/libc/nt/user32/MITEnableMouseIntercept.s b/libc/nt/user32/MITEnableMouseIntercept.s deleted file mode 100644 index 5a00d30e9..000000000 --- a/libc/nt/user32/MITEnableMouseIntercept.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITEnableMouseIntercept,MITEnableMouseIntercept,2136 diff --git a/libc/nt/user32/MITGetCursorUpdateHandle.S b/libc/nt/user32/MITGetCursorUpdateHandle.S new file mode 100644 index 000000000..b7571ac08 --- /dev/null +++ b/libc/nt/user32/MITGetCursorUpdateHandle.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITGetCursorUpdateHandle,MITGetCursorUpdateHandle,2137 diff --git a/libc/nt/user32/MITGetCursorUpdateHandle.s b/libc/nt/user32/MITGetCursorUpdateHandle.s deleted file mode 100644 index 249b35ef8..000000000 --- a/libc/nt/user32/MITGetCursorUpdateHandle.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITGetCursorUpdateHandle,MITGetCursorUpdateHandle,2137 diff --git a/libc/nt/user32/MITInjectLegacyISMTouchFrame.S b/libc/nt/user32/MITInjectLegacyISMTouchFrame.S new file mode 100644 index 000000000..342ceb553 --- /dev/null +++ b/libc/nt/user32/MITInjectLegacyISMTouchFrame.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITInjectLegacyISMTouchFrame,MITInjectLegacyISMTouchFrame,2138 diff --git a/libc/nt/user32/MITInjectLegacyISMTouchFrame.s b/libc/nt/user32/MITInjectLegacyISMTouchFrame.s deleted file mode 100644 index 17408063c..000000000 --- a/libc/nt/user32/MITInjectLegacyISMTouchFrame.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITInjectLegacyISMTouchFrame,MITInjectLegacyISMTouchFrame,2138 diff --git a/libc/nt/user32/MITRegisterManipulationThread.S b/libc/nt/user32/MITRegisterManipulationThread.S new file mode 100644 index 000000000..24e84b358 --- /dev/null +++ b/libc/nt/user32/MITRegisterManipulationThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITRegisterManipulationThread,MITRegisterManipulationThread,2139 diff --git a/libc/nt/user32/MITRegisterManipulationThread.s b/libc/nt/user32/MITRegisterManipulationThread.s deleted file mode 100644 index 3a08a07ad..000000000 --- a/libc/nt/user32/MITRegisterManipulationThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITRegisterManipulationThread,MITRegisterManipulationThread,2139 diff --git a/libc/nt/user32/MITSetForegroundRoutingInfo.S b/libc/nt/user32/MITSetForegroundRoutingInfo.S new file mode 100644 index 000000000..9f01fe901 --- /dev/null +++ b/libc/nt/user32/MITSetForegroundRoutingInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSetForegroundRoutingInfo,MITSetForegroundRoutingInfo,2140 diff --git a/libc/nt/user32/MITSetForegroundRoutingInfo.s b/libc/nt/user32/MITSetForegroundRoutingInfo.s deleted file mode 100644 index 9529a2599..000000000 --- a/libc/nt/user32/MITSetForegroundRoutingInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSetForegroundRoutingInfo,MITSetForegroundRoutingInfo,2140 diff --git a/libc/nt/user32/MITSetInputCallbacks.S b/libc/nt/user32/MITSetInputCallbacks.S new file mode 100644 index 000000000..0a832629d --- /dev/null +++ b/libc/nt/user32/MITSetInputCallbacks.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSetInputCallbacks,MITSetInputCallbacks,2141 diff --git a/libc/nt/user32/MITSetInputCallbacks.s b/libc/nt/user32/MITSetInputCallbacks.s deleted file mode 100644 index ac64c57f8..000000000 --- a/libc/nt/user32/MITSetInputCallbacks.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSetInputCallbacks,MITSetInputCallbacks,2141 diff --git a/libc/nt/user32/MITSetInputDelegationMode.S b/libc/nt/user32/MITSetInputDelegationMode.S new file mode 100644 index 000000000..414bb0a4e --- /dev/null +++ b/libc/nt/user32/MITSetInputDelegationMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSetInputDelegationMode,MITSetInputDelegationMode,2142 diff --git a/libc/nt/user32/MITSetInputDelegationMode.s b/libc/nt/user32/MITSetInputDelegationMode.s deleted file mode 100644 index f5de0e2fd..000000000 --- a/libc/nt/user32/MITSetInputDelegationMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSetInputDelegationMode,MITSetInputDelegationMode,2142 diff --git a/libc/nt/user32/MITSetLastInputRecipient.S b/libc/nt/user32/MITSetLastInputRecipient.S new file mode 100644 index 000000000..f7ee8939c --- /dev/null +++ b/libc/nt/user32/MITSetLastInputRecipient.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSetLastInputRecipient,MITSetLastInputRecipient,2143 diff --git a/libc/nt/user32/MITSetLastInputRecipient.s b/libc/nt/user32/MITSetLastInputRecipient.s deleted file mode 100644 index 42eefc502..000000000 --- a/libc/nt/user32/MITSetLastInputRecipient.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSetLastInputRecipient,MITSetLastInputRecipient,2143 diff --git a/libc/nt/user32/MITSetManipulationInputTarget.S b/libc/nt/user32/MITSetManipulationInputTarget.S new file mode 100644 index 000000000..4f99088aa --- /dev/null +++ b/libc/nt/user32/MITSetManipulationInputTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSetManipulationInputTarget,MITSetManipulationInputTarget,2144 diff --git a/libc/nt/user32/MITSetManipulationInputTarget.s b/libc/nt/user32/MITSetManipulationInputTarget.s deleted file mode 100644 index 7959e8362..000000000 --- a/libc/nt/user32/MITSetManipulationInputTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSetManipulationInputTarget,MITSetManipulationInputTarget,2144 diff --git a/libc/nt/user32/MITStopAndEndInertia.S b/libc/nt/user32/MITStopAndEndInertia.S new file mode 100644 index 000000000..51d1385af --- /dev/null +++ b/libc/nt/user32/MITStopAndEndInertia.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITStopAndEndInertia,MITStopAndEndInertia,2145 diff --git a/libc/nt/user32/MITStopAndEndInertia.s b/libc/nt/user32/MITStopAndEndInertia.s deleted file mode 100644 index fd9edfc4b..000000000 --- a/libc/nt/user32/MITStopAndEndInertia.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITStopAndEndInertia,MITStopAndEndInertia,2145 diff --git a/libc/nt/user32/MITSynthesizeMouseInput.S b/libc/nt/user32/MITSynthesizeMouseInput.S new file mode 100644 index 000000000..31d3d44cf --- /dev/null +++ b/libc/nt/user32/MITSynthesizeMouseInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSynthesizeMouseInput,MITSynthesizeMouseInput,2146 diff --git a/libc/nt/user32/MITSynthesizeMouseInput.s b/libc/nt/user32/MITSynthesizeMouseInput.s deleted file mode 100644 index ea5cacf8b..000000000 --- a/libc/nt/user32/MITSynthesizeMouseInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSynthesizeMouseInput,MITSynthesizeMouseInput,2146 diff --git a/libc/nt/user32/MITSynthesizeMouseWheel.S b/libc/nt/user32/MITSynthesizeMouseWheel.S new file mode 100644 index 000000000..59f69c629 --- /dev/null +++ b/libc/nt/user32/MITSynthesizeMouseWheel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSynthesizeMouseWheel,MITSynthesizeMouseWheel,2147 diff --git a/libc/nt/user32/MITSynthesizeMouseWheel.s b/libc/nt/user32/MITSynthesizeMouseWheel.s deleted file mode 100644 index 19eebc866..000000000 --- a/libc/nt/user32/MITSynthesizeMouseWheel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSynthesizeMouseWheel,MITSynthesizeMouseWheel,2147 diff --git a/libc/nt/user32/MITSynthesizeTouchInput.S b/libc/nt/user32/MITSynthesizeTouchInput.S new file mode 100644 index 000000000..bd4f6952e --- /dev/null +++ b/libc/nt/user32/MITSynthesizeTouchInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITSynthesizeTouchInput,MITSynthesizeTouchInput,2148 diff --git a/libc/nt/user32/MITSynthesizeTouchInput.s b/libc/nt/user32/MITSynthesizeTouchInput.s deleted file mode 100644 index 0ccbb5088..000000000 --- a/libc/nt/user32/MITSynthesizeTouchInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITSynthesizeTouchInput,MITSynthesizeTouchInput,2148 diff --git a/libc/nt/user32/MITUpdateInputGlobals.S b/libc/nt/user32/MITUpdateInputGlobals.S new file mode 100644 index 000000000..3dc75baf0 --- /dev/null +++ b/libc/nt/user32/MITUpdateInputGlobals.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITUpdateInputGlobals,MITUpdateInputGlobals,2149 diff --git a/libc/nt/user32/MITUpdateInputGlobals.s b/libc/nt/user32/MITUpdateInputGlobals.s deleted file mode 100644 index 5893649ef..000000000 --- a/libc/nt/user32/MITUpdateInputGlobals.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITUpdateInputGlobals,MITUpdateInputGlobals,2149 diff --git a/libc/nt/user32/MITWaitForMultipleObjectsEx.S b/libc/nt/user32/MITWaitForMultipleObjectsEx.S new file mode 100644 index 000000000..9a596c00d --- /dev/null +++ b/libc/nt/user32/MITWaitForMultipleObjectsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MITWaitForMultipleObjectsEx,MITWaitForMultipleObjectsEx,2150 diff --git a/libc/nt/user32/MITWaitForMultipleObjectsEx.s b/libc/nt/user32/MITWaitForMultipleObjectsEx.s deleted file mode 100644 index 7df9bec94..000000000 --- a/libc/nt/user32/MITWaitForMultipleObjectsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MITWaitForMultipleObjectsEx,MITWaitForMultipleObjectsEx,2150 diff --git a/libc/nt/user32/MakeThreadTSFEventAware.S b/libc/nt/user32/MakeThreadTSFEventAware.S new file mode 100644 index 000000000..6d5758be1 --- /dev/null +++ b/libc/nt/user32/MakeThreadTSFEventAware.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MakeThreadTSFEventAware,MakeThreadTSFEventAware,2151 diff --git a/libc/nt/user32/MakeThreadTSFEventAware.s b/libc/nt/user32/MakeThreadTSFEventAware.s deleted file mode 100644 index a881a33ea..000000000 --- a/libc/nt/user32/MakeThreadTSFEventAware.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MakeThreadTSFEventAware,MakeThreadTSFEventAware,2151 diff --git a/libc/nt/user32/MapDialogRect.S b/libc/nt/user32/MapDialogRect.S new file mode 100644 index 000000000..ca1620fb7 --- /dev/null +++ b/libc/nt/user32/MapDialogRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MapDialogRect,MapDialogRect,2152 diff --git a/libc/nt/user32/MapDialogRect.s b/libc/nt/user32/MapDialogRect.s deleted file mode 100644 index d0d0a0c4e..000000000 --- a/libc/nt/user32/MapDialogRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MapDialogRect,MapDialogRect,2152 diff --git a/libc/nt/user32/MapVirtualKeyExW.S b/libc/nt/user32/MapVirtualKeyExW.S new file mode 100644 index 000000000..d1c5e9ce5 --- /dev/null +++ b/libc/nt/user32/MapVirtualKeyExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MapVirtualKeyExW,MapVirtualKeyExW,2155 + +#ifdef __x86_64__ + .text.windows +MapVirtualKeyEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MapVirtualKeyExW(%rip),%rax + jmp __sysv2nt + .endfn MapVirtualKeyEx,globl + .previous +#endif diff --git a/libc/nt/user32/MapVirtualKeyExW.s b/libc/nt/user32/MapVirtualKeyExW.s deleted file mode 100644 index 94cf4f083..000000000 --- a/libc/nt/user32/MapVirtualKeyExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MapVirtualKeyExW,MapVirtualKeyExW,2155 - - .text.windows -MapVirtualKeyEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MapVirtualKeyExW(%rip),%rax - jmp __sysv2nt - .endfn MapVirtualKeyEx,globl - .previous diff --git a/libc/nt/user32/MapVirtualKeyW.S b/libc/nt/user32/MapVirtualKeyW.S new file mode 100644 index 000000000..6a38755d4 --- /dev/null +++ b/libc/nt/user32/MapVirtualKeyW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MapVirtualKeyW,MapVirtualKeyW,2156 diff --git a/libc/nt/user32/MapVirtualKeyW.s b/libc/nt/user32/MapVirtualKeyW.s deleted file mode 100644 index f3a240ebc..000000000 --- a/libc/nt/user32/MapVirtualKeyW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MapVirtualKeyW,MapVirtualKeyW,2156 diff --git a/libc/nt/user32/MapVisualRelativePoints.S b/libc/nt/user32/MapVisualRelativePoints.S new file mode 100644 index 000000000..87e1cf880 --- /dev/null +++ b/libc/nt/user32/MapVisualRelativePoints.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MapVisualRelativePoints,MapVisualRelativePoints,2157 diff --git a/libc/nt/user32/MapVisualRelativePoints.s b/libc/nt/user32/MapVisualRelativePoints.s deleted file mode 100644 index 6151b4fd7..000000000 --- a/libc/nt/user32/MapVisualRelativePoints.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MapVisualRelativePoints,MapVisualRelativePoints,2157 diff --git a/libc/nt/user32/MapWindowPoints.S b/libc/nt/user32/MapWindowPoints.S new file mode 100644 index 000000000..6f0fe44b5 --- /dev/null +++ b/libc/nt/user32/MapWindowPoints.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MapWindowPoints,MapWindowPoints,2158 diff --git a/libc/nt/user32/MapWindowPoints.s b/libc/nt/user32/MapWindowPoints.s deleted file mode 100644 index bd67208f6..000000000 --- a/libc/nt/user32/MapWindowPoints.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MapWindowPoints,MapWindowPoints,2158 diff --git a/libc/nt/user32/MenuItemFromPoint.S b/libc/nt/user32/MenuItemFromPoint.S new file mode 100644 index 000000000..3effffc7a --- /dev/null +++ b/libc/nt/user32/MenuItemFromPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MenuItemFromPoint,MenuItemFromPoint,2159 diff --git a/libc/nt/user32/MenuItemFromPoint.s b/libc/nt/user32/MenuItemFromPoint.s deleted file mode 100644 index e05fc43c0..000000000 --- a/libc/nt/user32/MenuItemFromPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MenuItemFromPoint,MenuItemFromPoint,2159 diff --git a/libc/nt/user32/MenuWindowProcW.S b/libc/nt/user32/MenuWindowProcW.S new file mode 100644 index 000000000..425488ec7 --- /dev/null +++ b/libc/nt/user32/MenuWindowProcW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MenuWindowProcW,MenuWindowProcW,2161 diff --git a/libc/nt/user32/MenuWindowProcW.s b/libc/nt/user32/MenuWindowProcW.s deleted file mode 100644 index 32e2ebe9c..000000000 --- a/libc/nt/user32/MenuWindowProcW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MenuWindowProcW,MenuWindowProcW,2161 diff --git a/libc/nt/user32/MessageBeep.S b/libc/nt/user32/MessageBeep.S new file mode 100644 index 000000000..42821eda9 --- /dev/null +++ b/libc/nt/user32/MessageBeep.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MessageBeep,MessageBeep,2162 diff --git a/libc/nt/user32/MessageBeep.s b/libc/nt/user32/MessageBeep.s deleted file mode 100644 index 3882822ec..000000000 --- a/libc/nt/user32/MessageBeep.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MessageBeep,MessageBeep,2162 diff --git a/libc/nt/user32/MessageBoxExW.S b/libc/nt/user32/MessageBoxExW.S new file mode 100644 index 000000000..266dceb26 --- /dev/null +++ b/libc/nt/user32/MessageBoxExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MessageBoxExW,MessageBoxExW,2165 + +#ifdef __x86_64__ + .text.windows +MessageBoxEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MessageBoxExW(%rip),%rax + jmp __sysv2nt6 + .endfn MessageBoxEx,globl + .previous +#endif diff --git a/libc/nt/user32/MessageBoxExW.s b/libc/nt/user32/MessageBoxExW.s deleted file mode 100644 index 5569e448e..000000000 --- a/libc/nt/user32/MessageBoxExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MessageBoxExW,MessageBoxExW,2165 - - .text.windows -MessageBoxEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MessageBoxExW(%rip),%rax - jmp __sysv2nt6 - .endfn MessageBoxEx,globl - .previous diff --git a/libc/nt/user32/MessageBoxIndirectW.S b/libc/nt/user32/MessageBoxIndirectW.S new file mode 100644 index 000000000..7a5b9f1fd --- /dev/null +++ b/libc/nt/user32/MessageBoxIndirectW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MessageBoxIndirectW,MessageBoxIndirectW,2167 diff --git a/libc/nt/user32/MessageBoxIndirectW.s b/libc/nt/user32/MessageBoxIndirectW.s deleted file mode 100644 index 2c842a5aa..000000000 --- a/libc/nt/user32/MessageBoxIndirectW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MessageBoxIndirectW,MessageBoxIndirectW,2167 diff --git a/libc/nt/user32/MessageBoxTimeoutW.S b/libc/nt/user32/MessageBoxTimeoutW.S new file mode 100644 index 000000000..9b64e3eb6 --- /dev/null +++ b/libc/nt/user32/MessageBoxTimeoutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MessageBoxTimeoutW,MessageBoxTimeoutW,2169 diff --git a/libc/nt/user32/MessageBoxTimeoutW.s b/libc/nt/user32/MessageBoxTimeoutW.s deleted file mode 100644 index 0f17f7a07..000000000 --- a/libc/nt/user32/MessageBoxTimeoutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MessageBoxTimeoutW,MessageBoxTimeoutW,2169 diff --git a/libc/nt/user32/MessageBoxW.S b/libc/nt/user32/MessageBoxW.S new file mode 100644 index 000000000..d8ab8139e --- /dev/null +++ b/libc/nt/user32/MessageBoxW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MessageBoxW,MessageBoxW,2170 + +#ifdef __x86_64__ + .text.windows +MessageBox: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MessageBoxW(%rip),%rax + jmp __sysv2nt + .endfn MessageBox,globl + .previous +#endif diff --git a/libc/nt/user32/MessageBoxW.s b/libc/nt/user32/MessageBoxW.s deleted file mode 100644 index 1287e5c82..000000000 --- a/libc/nt/user32/MessageBoxW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MessageBoxW,MessageBoxW,2170 - - .text.windows -MessageBox: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MessageBoxW(%rip),%rax - jmp __sysv2nt - .endfn MessageBox,globl - .previous diff --git a/libc/nt/user32/ModifyMenuW.S b/libc/nt/user32/ModifyMenuW.S new file mode 100644 index 000000000..389bb4a54 --- /dev/null +++ b/libc/nt/user32/ModifyMenuW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ModifyMenuW,ModifyMenuW,2172 diff --git a/libc/nt/user32/ModifyMenuW.s b/libc/nt/user32/ModifyMenuW.s deleted file mode 100644 index ab1e22a27..000000000 --- a/libc/nt/user32/ModifyMenuW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ModifyMenuW,ModifyMenuW,2172 diff --git a/libc/nt/user32/MonitorFromPoint.S b/libc/nt/user32/MonitorFromPoint.S new file mode 100644 index 000000000..9afe4a22e --- /dev/null +++ b/libc/nt/user32/MonitorFromPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MonitorFromPoint,MonitorFromPoint,2173 diff --git a/libc/nt/user32/MonitorFromPoint.s b/libc/nt/user32/MonitorFromPoint.s deleted file mode 100644 index 9a80adcf5..000000000 --- a/libc/nt/user32/MonitorFromPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MonitorFromPoint,MonitorFromPoint,2173 diff --git a/libc/nt/user32/MonitorFromRect.S b/libc/nt/user32/MonitorFromRect.S new file mode 100644 index 000000000..491d031bd --- /dev/null +++ b/libc/nt/user32/MonitorFromRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MonitorFromRect,MonitorFromRect,2174 diff --git a/libc/nt/user32/MonitorFromRect.s b/libc/nt/user32/MonitorFromRect.s deleted file mode 100644 index 7a99aeeb3..000000000 --- a/libc/nt/user32/MonitorFromRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MonitorFromRect,MonitorFromRect,2174 diff --git a/libc/nt/user32/MonitorFromWindow.S b/libc/nt/user32/MonitorFromWindow.S new file mode 100644 index 000000000..5254e0286 --- /dev/null +++ b/libc/nt/user32/MonitorFromWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MonitorFromWindow,MonitorFromWindow,2175 diff --git a/libc/nt/user32/MonitorFromWindow.s b/libc/nt/user32/MonitorFromWindow.s deleted file mode 100644 index 7916ef235..000000000 --- a/libc/nt/user32/MonitorFromWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MonitorFromWindow,MonitorFromWindow,2175 diff --git a/libc/nt/user32/MoveWindow.S b/libc/nt/user32/MoveWindow.S new file mode 100644 index 000000000..2a0550f1d --- /dev/null +++ b/libc/nt/user32/MoveWindow.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MoveWindow,MoveWindow,2176 + +#ifdef __x86_64__ + .text.windows +MoveWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_MoveWindow(%rip),%rax + jmp __sysv2nt6 + .endfn MoveWindow,globl + .previous +#endif diff --git a/libc/nt/user32/MoveWindow.s b/libc/nt/user32/MoveWindow.s deleted file mode 100644 index ac1081e49..000000000 --- a/libc/nt/user32/MoveWindow.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MoveWindow,MoveWindow,2176 - - .text.windows -MoveWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_MoveWindow(%rip),%rax - jmp __sysv2nt6 - .endfn MoveWindow,globl - .previous diff --git a/libc/nt/user32/MsgWaitForMultipleObjects.S b/libc/nt/user32/MsgWaitForMultipleObjects.S new file mode 100644 index 000000000..10d5e8731 --- /dev/null +++ b/libc/nt/user32/MsgWaitForMultipleObjects.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MsgWaitForMultipleObjects,MsgWaitForMultipleObjects,2177 diff --git a/libc/nt/user32/MsgWaitForMultipleObjects.s b/libc/nt/user32/MsgWaitForMultipleObjects.s deleted file mode 100644 index c267a1019..000000000 --- a/libc/nt/user32/MsgWaitForMultipleObjects.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MsgWaitForMultipleObjects,MsgWaitForMultipleObjects,2177 diff --git a/libc/nt/user32/MsgWaitForMultipleObjectsEx.S b/libc/nt/user32/MsgWaitForMultipleObjectsEx.S new file mode 100644 index 000000000..9f358b33d --- /dev/null +++ b/libc/nt/user32/MsgWaitForMultipleObjectsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_MsgWaitForMultipleObjectsEx,MsgWaitForMultipleObjectsEx,2178 diff --git a/libc/nt/user32/MsgWaitForMultipleObjectsEx.s b/libc/nt/user32/MsgWaitForMultipleObjectsEx.s deleted file mode 100644 index e0dca3237..000000000 --- a/libc/nt/user32/MsgWaitForMultipleObjectsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_MsgWaitForMultipleObjectsEx,MsgWaitForMultipleObjectsEx,2178 diff --git a/libc/nt/user32/NotifyOverlayWindow.S b/libc/nt/user32/NotifyOverlayWindow.S new file mode 100644 index 000000000..a46053289 --- /dev/null +++ b/libc/nt/user32/NotifyOverlayWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_NotifyOverlayWindow,NotifyOverlayWindow,2179 diff --git a/libc/nt/user32/NotifyOverlayWindow.s b/libc/nt/user32/NotifyOverlayWindow.s deleted file mode 100644 index 046f099d0..000000000 --- a/libc/nt/user32/NotifyOverlayWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_NotifyOverlayWindow,NotifyOverlayWindow,2179 diff --git a/libc/nt/user32/NotifyWinEvent.S b/libc/nt/user32/NotifyWinEvent.S new file mode 100644 index 000000000..9e07d925d --- /dev/null +++ b/libc/nt/user32/NotifyWinEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_NotifyWinEvent,NotifyWinEvent,2180 diff --git a/libc/nt/user32/NotifyWinEvent.s b/libc/nt/user32/NotifyWinEvent.s deleted file mode 100644 index 3d3058129..000000000 --- a/libc/nt/user32/NotifyWinEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_NotifyWinEvent,NotifyWinEvent,2180 diff --git a/libc/nt/user32/OemKeyScan.S b/libc/nt/user32/OemKeyScan.S new file mode 100644 index 000000000..867316fc0 --- /dev/null +++ b/libc/nt/user32/OemKeyScan.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OemKeyScan,OemKeyScan,2181 diff --git a/libc/nt/user32/OemKeyScan.s b/libc/nt/user32/OemKeyScan.s deleted file mode 100644 index 51974d989..000000000 --- a/libc/nt/user32/OemKeyScan.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OemKeyScan,OemKeyScan,2181 diff --git a/libc/nt/user32/OemToCharBuffW.S b/libc/nt/user32/OemToCharBuffW.S new file mode 100644 index 000000000..9a8a4f3a9 --- /dev/null +++ b/libc/nt/user32/OemToCharBuffW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OemToCharBuffW,OemToCharBuffW,2184 diff --git a/libc/nt/user32/OemToCharBuffW.s b/libc/nt/user32/OemToCharBuffW.s deleted file mode 100644 index 83482eb9c..000000000 --- a/libc/nt/user32/OemToCharBuffW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OemToCharBuffW,OemToCharBuffW,2184 diff --git a/libc/nt/user32/OemToCharW.S b/libc/nt/user32/OemToCharW.S new file mode 100644 index 000000000..97203b374 --- /dev/null +++ b/libc/nt/user32/OemToCharW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OemToCharW,OemToCharW,2185 diff --git a/libc/nt/user32/OemToCharW.s b/libc/nt/user32/OemToCharW.s deleted file mode 100644 index e3ca55b5d..000000000 --- a/libc/nt/user32/OemToCharW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OemToCharW,OemToCharW,2185 diff --git a/libc/nt/user32/OffsetRect.S b/libc/nt/user32/OffsetRect.S new file mode 100644 index 000000000..d9138b8ea --- /dev/null +++ b/libc/nt/user32/OffsetRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OffsetRect,OffsetRect,2186 diff --git a/libc/nt/user32/OffsetRect.s b/libc/nt/user32/OffsetRect.s deleted file mode 100644 index 8fabef7d2..000000000 --- a/libc/nt/user32/OffsetRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OffsetRect,OffsetRect,2186 diff --git a/libc/nt/user32/OpenClipboard.S b/libc/nt/user32/OpenClipboard.S new file mode 100644 index 000000000..26a2a545c --- /dev/null +++ b/libc/nt/user32/OpenClipboard.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenClipboard,OpenClipboard,2187 diff --git a/libc/nt/user32/OpenClipboard.s b/libc/nt/user32/OpenClipboard.s deleted file mode 100644 index 5aeb9a2ab..000000000 --- a/libc/nt/user32/OpenClipboard.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenClipboard,OpenClipboard,2187 diff --git a/libc/nt/user32/OpenDesktopW.S b/libc/nt/user32/OpenDesktopW.S new file mode 100644 index 000000000..3ab2c08b8 --- /dev/null +++ b/libc/nt/user32/OpenDesktopW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenDesktopW,OpenDesktopW,2189 diff --git a/libc/nt/user32/OpenDesktopW.s b/libc/nt/user32/OpenDesktopW.s deleted file mode 100644 index e962a8c9d..000000000 --- a/libc/nt/user32/OpenDesktopW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenDesktopW,OpenDesktopW,2189 diff --git a/libc/nt/user32/OpenIcon.S b/libc/nt/user32/OpenIcon.S new file mode 100644 index 000000000..63763e515 --- /dev/null +++ b/libc/nt/user32/OpenIcon.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenIcon,OpenIcon,2190 diff --git a/libc/nt/user32/OpenIcon.s b/libc/nt/user32/OpenIcon.s deleted file mode 100644 index 02c3bcd6e..000000000 --- a/libc/nt/user32/OpenIcon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenIcon,OpenIcon,2190 diff --git a/libc/nt/user32/OpenInputDesktop.S b/libc/nt/user32/OpenInputDesktop.S new file mode 100644 index 000000000..741622884 --- /dev/null +++ b/libc/nt/user32/OpenInputDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenInputDesktop,OpenInputDesktop,2191 diff --git a/libc/nt/user32/OpenInputDesktop.s b/libc/nt/user32/OpenInputDesktop.s deleted file mode 100644 index 1f78a0880..000000000 --- a/libc/nt/user32/OpenInputDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenInputDesktop,OpenInputDesktop,2191 diff --git a/libc/nt/user32/OpenThreadDesktop.S b/libc/nt/user32/OpenThreadDesktop.S new file mode 100644 index 000000000..f4e463908 --- /dev/null +++ b/libc/nt/user32/OpenThreadDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenThreadDesktop,OpenThreadDesktop,2192 diff --git a/libc/nt/user32/OpenThreadDesktop.s b/libc/nt/user32/OpenThreadDesktop.s deleted file mode 100644 index 5bfc8e9f9..000000000 --- a/libc/nt/user32/OpenThreadDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenThreadDesktop,OpenThreadDesktop,2192 diff --git a/libc/nt/user32/OpenWindowStationW.S b/libc/nt/user32/OpenWindowStationW.S new file mode 100644 index 000000000..8cfb9f5d6 --- /dev/null +++ b/libc/nt/user32/OpenWindowStationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_OpenWindowStationW,OpenWindowStationW,2194 diff --git a/libc/nt/user32/OpenWindowStationW.s b/libc/nt/user32/OpenWindowStationW.s deleted file mode 100644 index 057b09f66..000000000 --- a/libc/nt/user32/OpenWindowStationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_OpenWindowStationW,OpenWindowStationW,2194 diff --git a/libc/nt/user32/PackDDElParam.S b/libc/nt/user32/PackDDElParam.S new file mode 100644 index 000000000..c158c9b94 --- /dev/null +++ b/libc/nt/user32/PackDDElParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PackDDElParam,PackDDElParam,2195 diff --git a/libc/nt/user32/PackDDElParam.s b/libc/nt/user32/PackDDElParam.s deleted file mode 100644 index dd29f4ba0..000000000 --- a/libc/nt/user32/PackDDElParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PackDDElParam,PackDDElParam,2195 diff --git a/libc/nt/user32/PackTouchHitTestingProximityEvaluation.S b/libc/nt/user32/PackTouchHitTestingProximityEvaluation.S new file mode 100644 index 000000000..2d4f3a30d --- /dev/null +++ b/libc/nt/user32/PackTouchHitTestingProximityEvaluation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PackTouchHitTestingProximityEvaluation,PackTouchHitTestingProximityEvaluation,2196 diff --git a/libc/nt/user32/PackTouchHitTestingProximityEvaluation.s b/libc/nt/user32/PackTouchHitTestingProximityEvaluation.s deleted file mode 100644 index 8ff2b8631..000000000 --- a/libc/nt/user32/PackTouchHitTestingProximityEvaluation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PackTouchHitTestingProximityEvaluation,PackTouchHitTestingProximityEvaluation,2196 diff --git a/libc/nt/user32/PaintDesktop.S b/libc/nt/user32/PaintDesktop.S new file mode 100644 index 000000000..963975552 --- /dev/null +++ b/libc/nt/user32/PaintDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PaintDesktop,PaintDesktop,2197 diff --git a/libc/nt/user32/PaintDesktop.s b/libc/nt/user32/PaintDesktop.s deleted file mode 100644 index 53d9a75fe..000000000 --- a/libc/nt/user32/PaintDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PaintDesktop,PaintDesktop,2197 diff --git a/libc/nt/user32/PaintMenuBar.S b/libc/nt/user32/PaintMenuBar.S new file mode 100644 index 000000000..3686ced56 --- /dev/null +++ b/libc/nt/user32/PaintMenuBar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PaintMenuBar,PaintMenuBar,2198 diff --git a/libc/nt/user32/PaintMenuBar.s b/libc/nt/user32/PaintMenuBar.s deleted file mode 100644 index 128b476b9..000000000 --- a/libc/nt/user32/PaintMenuBar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PaintMenuBar,PaintMenuBar,2198 diff --git a/libc/nt/user32/PaintMonitor.S b/libc/nt/user32/PaintMonitor.S new file mode 100644 index 000000000..87e01b8a7 --- /dev/null +++ b/libc/nt/user32/PaintMonitor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PaintMonitor,PaintMonitor,2199 diff --git a/libc/nt/user32/PaintMonitor.s b/libc/nt/user32/PaintMonitor.s deleted file mode 100644 index fbc20621b..000000000 --- a/libc/nt/user32/PaintMonitor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PaintMonitor,PaintMonitor,2199 diff --git a/libc/nt/user32/PeekMessageW.S b/libc/nt/user32/PeekMessageW.S new file mode 100644 index 000000000..deb424f65 --- /dev/null +++ b/libc/nt/user32/PeekMessageW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PeekMessageW,PeekMessageW,2201 + +#ifdef __x86_64__ + .text.windows +PeekMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_PeekMessageW(%rip),%rax + jmp __sysv2nt6 + .endfn PeekMessage,globl + .previous +#endif diff --git a/libc/nt/user32/PeekMessageW.s b/libc/nt/user32/PeekMessageW.s deleted file mode 100644 index be605e96e..000000000 --- a/libc/nt/user32/PeekMessageW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PeekMessageW,PeekMessageW,2201 - - .text.windows -PeekMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_PeekMessageW(%rip),%rax - jmp __sysv2nt6 - .endfn PeekMessage,globl - .previous diff --git a/libc/nt/user32/PhysicalToLogicalPoint.S b/libc/nt/user32/PhysicalToLogicalPoint.S new file mode 100644 index 000000000..942be2c92 --- /dev/null +++ b/libc/nt/user32/PhysicalToLogicalPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PhysicalToLogicalPoint,PhysicalToLogicalPoint,2202 diff --git a/libc/nt/user32/PhysicalToLogicalPoint.s b/libc/nt/user32/PhysicalToLogicalPoint.s deleted file mode 100644 index 11e4c8026..000000000 --- a/libc/nt/user32/PhysicalToLogicalPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PhysicalToLogicalPoint,PhysicalToLogicalPoint,2202 diff --git a/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.S b/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.S new file mode 100644 index 000000000..38ca0af33 --- /dev/null +++ b/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PhysicalToLogicalPointForPerMonitorDPI,PhysicalToLogicalPointForPerMonitorDPI,2203 diff --git a/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.s b/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.s deleted file mode 100644 index 56f99f95b..000000000 --- a/libc/nt/user32/PhysicalToLogicalPointForPerMonitorDPI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PhysicalToLogicalPointForPerMonitorDPI,PhysicalToLogicalPointForPerMonitorDPI,2203 diff --git a/libc/nt/user32/PostMessageW.S b/libc/nt/user32/PostMessageW.S new file mode 100644 index 000000000..44a3ae784 --- /dev/null +++ b/libc/nt/user32/PostMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PostMessageW,PostMessageW,2205 diff --git a/libc/nt/user32/PostMessageW.s b/libc/nt/user32/PostMessageW.s deleted file mode 100644 index fde5827f1..000000000 --- a/libc/nt/user32/PostMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PostMessageW,PostMessageW,2205 diff --git a/libc/nt/user32/PostQuitMessage.S b/libc/nt/user32/PostQuitMessage.S new file mode 100644 index 000000000..fb7f467e0 --- /dev/null +++ b/libc/nt/user32/PostQuitMessage.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PostQuitMessage,PostQuitMessage,2206 + +#ifdef __x86_64__ + .text.windows +PostQuitMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_PostQuitMessage(%rip) + leave + ret + .endfn PostQuitMessage,globl + .previous +#endif diff --git a/libc/nt/user32/PostQuitMessage.s b/libc/nt/user32/PostQuitMessage.s deleted file mode 100644 index 4a6f204cd..000000000 --- a/libc/nt/user32/PostQuitMessage.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PostQuitMessage,PostQuitMessage,2206 - - .text.windows -PostQuitMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_PostQuitMessage(%rip) - leave - ret - .endfn PostQuitMessage,globl - .previous diff --git a/libc/nt/user32/PostThreadMessageW.S b/libc/nt/user32/PostThreadMessageW.S new file mode 100644 index 000000000..8a8e10979 --- /dev/null +++ b/libc/nt/user32/PostThreadMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PostThreadMessageW,PostThreadMessageW,2208 diff --git a/libc/nt/user32/PostThreadMessageW.s b/libc/nt/user32/PostThreadMessageW.s deleted file mode 100644 index b1feb3d0b..000000000 --- a/libc/nt/user32/PostThreadMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PostThreadMessageW,PostThreadMessageW,2208 diff --git a/libc/nt/user32/PrintWindow.S b/libc/nt/user32/PrintWindow.S new file mode 100644 index 000000000..3320675bd --- /dev/null +++ b/libc/nt/user32/PrintWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PrintWindow,PrintWindow,2209 diff --git a/libc/nt/user32/PrintWindow.s b/libc/nt/user32/PrintWindow.s deleted file mode 100644 index 318b3c53c..000000000 --- a/libc/nt/user32/PrintWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PrintWindow,PrintWindow,2209 diff --git a/libc/nt/user32/PrivateExtractIconExW.S b/libc/nt/user32/PrivateExtractIconExW.S new file mode 100644 index 000000000..30b4703d0 --- /dev/null +++ b/libc/nt/user32/PrivateExtractIconExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PrivateExtractIconExW,PrivateExtractIconExW,2211 diff --git a/libc/nt/user32/PrivateExtractIconExW.s b/libc/nt/user32/PrivateExtractIconExW.s deleted file mode 100644 index 0d1d17c2e..000000000 --- a/libc/nt/user32/PrivateExtractIconExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PrivateExtractIconExW,PrivateExtractIconExW,2211 diff --git a/libc/nt/user32/PrivateExtractIconsW.S b/libc/nt/user32/PrivateExtractIconsW.S new file mode 100644 index 000000000..56c289270 --- /dev/null +++ b/libc/nt/user32/PrivateExtractIconsW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PrivateExtractIconsW,PrivateExtractIconsW,2213 diff --git a/libc/nt/user32/PrivateExtractIconsW.s b/libc/nt/user32/PrivateExtractIconsW.s deleted file mode 100644 index ba55c7447..000000000 --- a/libc/nt/user32/PrivateExtractIconsW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PrivateExtractIconsW,PrivateExtractIconsW,2213 diff --git a/libc/nt/user32/PrivateRegisterICSProc.S b/libc/nt/user32/PrivateRegisterICSProc.S new file mode 100644 index 000000000..ff6001eca --- /dev/null +++ b/libc/nt/user32/PrivateRegisterICSProc.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PrivateRegisterICSProc,PrivateRegisterICSProc,2214 diff --git a/libc/nt/user32/PrivateRegisterICSProc.s b/libc/nt/user32/PrivateRegisterICSProc.s deleted file mode 100644 index 05c504e03..000000000 --- a/libc/nt/user32/PrivateRegisterICSProc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PrivateRegisterICSProc,PrivateRegisterICSProc,2214 diff --git a/libc/nt/user32/PtInRect.S b/libc/nt/user32/PtInRect.S new file mode 100644 index 000000000..1a9803e08 --- /dev/null +++ b/libc/nt/user32/PtInRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_PtInRect,PtInRect,2215 diff --git a/libc/nt/user32/PtInRect.s b/libc/nt/user32/PtInRect.s deleted file mode 100644 index 19efca27f..000000000 --- a/libc/nt/user32/PtInRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_PtInRect,PtInRect,2215 diff --git a/libc/nt/user32/QueryBSDRWindow.S b/libc/nt/user32/QueryBSDRWindow.S new file mode 100644 index 000000000..ca8f06ab1 --- /dev/null +++ b/libc/nt/user32/QueryBSDRWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_QueryBSDRWindow,QueryBSDRWindow,2216 diff --git a/libc/nt/user32/QueryBSDRWindow.s b/libc/nt/user32/QueryBSDRWindow.s deleted file mode 100644 index 5608f5199..000000000 --- a/libc/nt/user32/QueryBSDRWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_QueryBSDRWindow,QueryBSDRWindow,2216 diff --git a/libc/nt/user32/QueryDisplayConfig.S b/libc/nt/user32/QueryDisplayConfig.S new file mode 100644 index 000000000..9944fea07 --- /dev/null +++ b/libc/nt/user32/QueryDisplayConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_QueryDisplayConfig,QueryDisplayConfig,2217 diff --git a/libc/nt/user32/QueryDisplayConfig.s b/libc/nt/user32/QueryDisplayConfig.s deleted file mode 100644 index 1f04dff46..000000000 --- a/libc/nt/user32/QueryDisplayConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_QueryDisplayConfig,QueryDisplayConfig,2217 diff --git a/libc/nt/user32/QuerySendMessage.S b/libc/nt/user32/QuerySendMessage.S new file mode 100644 index 000000000..905554974 --- /dev/null +++ b/libc/nt/user32/QuerySendMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_QuerySendMessage,QuerySendMessage,2218 diff --git a/libc/nt/user32/QuerySendMessage.s b/libc/nt/user32/QuerySendMessage.s deleted file mode 100644 index 2fe891199..000000000 --- a/libc/nt/user32/QuerySendMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_QuerySendMessage,QuerySendMessage,2218 diff --git a/libc/nt/user32/RIMAddInputObserver.S b/libc/nt/user32/RIMAddInputObserver.S new file mode 100644 index 000000000..b554126ec --- /dev/null +++ b/libc/nt/user32/RIMAddInputObserver.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMAddInputObserver,RIMAddInputObserver,2219 diff --git a/libc/nt/user32/RIMAddInputObserver.s b/libc/nt/user32/RIMAddInputObserver.s deleted file mode 100644 index ce97538d6..000000000 --- a/libc/nt/user32/RIMAddInputObserver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMAddInputObserver,RIMAddInputObserver,2219 diff --git a/libc/nt/user32/RIMAreSiblingDevices.S b/libc/nt/user32/RIMAreSiblingDevices.S new file mode 100644 index 000000000..de9b4ad4d --- /dev/null +++ b/libc/nt/user32/RIMAreSiblingDevices.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMAreSiblingDevices,RIMAreSiblingDevices,2220 diff --git a/libc/nt/user32/RIMAreSiblingDevices.s b/libc/nt/user32/RIMAreSiblingDevices.s deleted file mode 100644 index 7d68b03be..000000000 --- a/libc/nt/user32/RIMAreSiblingDevices.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMAreSiblingDevices,RIMAreSiblingDevices,2220 diff --git a/libc/nt/user32/RIMDeviceIoControl.S b/libc/nt/user32/RIMDeviceIoControl.S new file mode 100644 index 000000000..a7de36241 --- /dev/null +++ b/libc/nt/user32/RIMDeviceIoControl.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMDeviceIoControl,RIMDeviceIoControl,2221 diff --git a/libc/nt/user32/RIMDeviceIoControl.s b/libc/nt/user32/RIMDeviceIoControl.s deleted file mode 100644 index 862da1246..000000000 --- a/libc/nt/user32/RIMDeviceIoControl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMDeviceIoControl,RIMDeviceIoControl,2221 diff --git a/libc/nt/user32/RIMEnableMonitorMappingForDevice.S b/libc/nt/user32/RIMEnableMonitorMappingForDevice.S new file mode 100644 index 000000000..9d7ffcd93 --- /dev/null +++ b/libc/nt/user32/RIMEnableMonitorMappingForDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMEnableMonitorMappingForDevice,RIMEnableMonitorMappingForDevice,2222 diff --git a/libc/nt/user32/RIMEnableMonitorMappingForDevice.s b/libc/nt/user32/RIMEnableMonitorMappingForDevice.s deleted file mode 100644 index 72f321542..000000000 --- a/libc/nt/user32/RIMEnableMonitorMappingForDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMEnableMonitorMappingForDevice,RIMEnableMonitorMappingForDevice,2222 diff --git a/libc/nt/user32/RIMFreeInputBuffer.S b/libc/nt/user32/RIMFreeInputBuffer.S new file mode 100644 index 000000000..a1c72c511 --- /dev/null +++ b/libc/nt/user32/RIMFreeInputBuffer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMFreeInputBuffer,RIMFreeInputBuffer,2223 diff --git a/libc/nt/user32/RIMFreeInputBuffer.s b/libc/nt/user32/RIMFreeInputBuffer.s deleted file mode 100644 index 9de25691f..000000000 --- a/libc/nt/user32/RIMFreeInputBuffer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMFreeInputBuffer,RIMFreeInputBuffer,2223 diff --git a/libc/nt/user32/RIMGetDevicePreparsedData.S b/libc/nt/user32/RIMGetDevicePreparsedData.S new file mode 100644 index 000000000..deb3a84aa --- /dev/null +++ b/libc/nt/user32/RIMGetDevicePreparsedData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetDevicePreparsedData,RIMGetDevicePreparsedData,2224 diff --git a/libc/nt/user32/RIMGetDevicePreparsedData.s b/libc/nt/user32/RIMGetDevicePreparsedData.s deleted file mode 100644 index f7a149521..000000000 --- a/libc/nt/user32/RIMGetDevicePreparsedData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetDevicePreparsedData,RIMGetDevicePreparsedData,2224 diff --git a/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.S b/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.S new file mode 100644 index 000000000..4441ff35f --- /dev/null +++ b/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetDevicePreparsedDataLockfree,RIMGetDevicePreparsedDataLockfree,2225 diff --git a/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.s b/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.s deleted file mode 100644 index 343ce46c6..000000000 --- a/libc/nt/user32/RIMGetDevicePreparsedDataLockfree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetDevicePreparsedDataLockfree,RIMGetDevicePreparsedDataLockfree,2225 diff --git a/libc/nt/user32/RIMGetDeviceProperties.S b/libc/nt/user32/RIMGetDeviceProperties.S new file mode 100644 index 000000000..0a025881c --- /dev/null +++ b/libc/nt/user32/RIMGetDeviceProperties.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetDeviceProperties,RIMGetDeviceProperties,2226 diff --git a/libc/nt/user32/RIMGetDeviceProperties.s b/libc/nt/user32/RIMGetDeviceProperties.s deleted file mode 100644 index 7864a61c8..000000000 --- a/libc/nt/user32/RIMGetDeviceProperties.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetDeviceProperties,RIMGetDeviceProperties,2226 diff --git a/libc/nt/user32/RIMGetDevicePropertiesLockfree.S b/libc/nt/user32/RIMGetDevicePropertiesLockfree.S new file mode 100644 index 000000000..4d594903d --- /dev/null +++ b/libc/nt/user32/RIMGetDevicePropertiesLockfree.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetDevicePropertiesLockfree,RIMGetDevicePropertiesLockfree,2227 diff --git a/libc/nt/user32/RIMGetDevicePropertiesLockfree.s b/libc/nt/user32/RIMGetDevicePropertiesLockfree.s deleted file mode 100644 index 1f8111b0b..000000000 --- a/libc/nt/user32/RIMGetDevicePropertiesLockfree.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetDevicePropertiesLockfree,RIMGetDevicePropertiesLockfree,2227 diff --git a/libc/nt/user32/RIMGetPhysicalDeviceRect.S b/libc/nt/user32/RIMGetPhysicalDeviceRect.S new file mode 100644 index 000000000..3cf3ab56b --- /dev/null +++ b/libc/nt/user32/RIMGetPhysicalDeviceRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetPhysicalDeviceRect,RIMGetPhysicalDeviceRect,2228 diff --git a/libc/nt/user32/RIMGetPhysicalDeviceRect.s b/libc/nt/user32/RIMGetPhysicalDeviceRect.s deleted file mode 100644 index 4400ffdd6..000000000 --- a/libc/nt/user32/RIMGetPhysicalDeviceRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetPhysicalDeviceRect,RIMGetPhysicalDeviceRect,2228 diff --git a/libc/nt/user32/RIMGetSourceProcessId.S b/libc/nt/user32/RIMGetSourceProcessId.S new file mode 100644 index 000000000..1d7438843 --- /dev/null +++ b/libc/nt/user32/RIMGetSourceProcessId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMGetSourceProcessId,RIMGetSourceProcessId,2229 diff --git a/libc/nt/user32/RIMGetSourceProcessId.s b/libc/nt/user32/RIMGetSourceProcessId.s deleted file mode 100644 index 801416767..000000000 --- a/libc/nt/user32/RIMGetSourceProcessId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMGetSourceProcessId,RIMGetSourceProcessId,2229 diff --git a/libc/nt/user32/RIMObserveNextInput.S b/libc/nt/user32/RIMObserveNextInput.S new file mode 100644 index 000000000..38001ed81 --- /dev/null +++ b/libc/nt/user32/RIMObserveNextInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMObserveNextInput,RIMObserveNextInput,2230 diff --git a/libc/nt/user32/RIMObserveNextInput.s b/libc/nt/user32/RIMObserveNextInput.s deleted file mode 100644 index 3082a1580..000000000 --- a/libc/nt/user32/RIMObserveNextInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMObserveNextInput,RIMObserveNextInput,2230 diff --git a/libc/nt/user32/RIMOnPnpNotification.S b/libc/nt/user32/RIMOnPnpNotification.S new file mode 100644 index 000000000..500af41c2 --- /dev/null +++ b/libc/nt/user32/RIMOnPnpNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMOnPnpNotification,RIMOnPnpNotification,2231 diff --git a/libc/nt/user32/RIMOnPnpNotification.s b/libc/nt/user32/RIMOnPnpNotification.s deleted file mode 100644 index f011502f5..000000000 --- a/libc/nt/user32/RIMOnPnpNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMOnPnpNotification,RIMOnPnpNotification,2231 diff --git a/libc/nt/user32/RIMOnTimerNotification.S b/libc/nt/user32/RIMOnTimerNotification.S new file mode 100644 index 000000000..a60f63e5a --- /dev/null +++ b/libc/nt/user32/RIMOnTimerNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMOnTimerNotification,RIMOnTimerNotification,2232 diff --git a/libc/nt/user32/RIMOnTimerNotification.s b/libc/nt/user32/RIMOnTimerNotification.s deleted file mode 100644 index bc965b0ee..000000000 --- a/libc/nt/user32/RIMOnTimerNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMOnTimerNotification,RIMOnTimerNotification,2232 diff --git a/libc/nt/user32/RIMReadInput.S b/libc/nt/user32/RIMReadInput.S new file mode 100644 index 000000000..8e89128de --- /dev/null +++ b/libc/nt/user32/RIMReadInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMReadInput,RIMReadInput,2233 diff --git a/libc/nt/user32/RIMReadInput.s b/libc/nt/user32/RIMReadInput.s deleted file mode 100644 index 1425393eb..000000000 --- a/libc/nt/user32/RIMReadInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMReadInput,RIMReadInput,2233 diff --git a/libc/nt/user32/RIMRegisterForInput.S b/libc/nt/user32/RIMRegisterForInput.S new file mode 100644 index 000000000..3b8e79cb6 --- /dev/null +++ b/libc/nt/user32/RIMRegisterForInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMRegisterForInput,RIMRegisterForInput,2234 diff --git a/libc/nt/user32/RIMRegisterForInput.s b/libc/nt/user32/RIMRegisterForInput.s deleted file mode 100644 index 761b44d31..000000000 --- a/libc/nt/user32/RIMRegisterForInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMRegisterForInput,RIMRegisterForInput,2234 diff --git a/libc/nt/user32/RIMRemoveInputObserver.S b/libc/nt/user32/RIMRemoveInputObserver.S new file mode 100644 index 000000000..541eed5da --- /dev/null +++ b/libc/nt/user32/RIMRemoveInputObserver.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMRemoveInputObserver,RIMRemoveInputObserver,2235 diff --git a/libc/nt/user32/RIMRemoveInputObserver.s b/libc/nt/user32/RIMRemoveInputObserver.s deleted file mode 100644 index c20c20e8f..000000000 --- a/libc/nt/user32/RIMRemoveInputObserver.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMRemoveInputObserver,RIMRemoveInputObserver,2235 diff --git a/libc/nt/user32/RIMSetTestModeStatus.S b/libc/nt/user32/RIMSetTestModeStatus.S new file mode 100644 index 000000000..c66706a5a --- /dev/null +++ b/libc/nt/user32/RIMSetTestModeStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMSetTestModeStatus,RIMSetTestModeStatus,2236 diff --git a/libc/nt/user32/RIMSetTestModeStatus.s b/libc/nt/user32/RIMSetTestModeStatus.s deleted file mode 100644 index 2bf710742..000000000 --- a/libc/nt/user32/RIMSetTestModeStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMSetTestModeStatus,RIMSetTestModeStatus,2236 diff --git a/libc/nt/user32/RIMUnregisterForInput.S b/libc/nt/user32/RIMUnregisterForInput.S new file mode 100644 index 000000000..e32ee000f --- /dev/null +++ b/libc/nt/user32/RIMUnregisterForInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMUnregisterForInput,RIMUnregisterForInput,2237 diff --git a/libc/nt/user32/RIMUnregisterForInput.s b/libc/nt/user32/RIMUnregisterForInput.s deleted file mode 100644 index 5a97d9e43..000000000 --- a/libc/nt/user32/RIMUnregisterForInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMUnregisterForInput,RIMUnregisterForInput,2237 diff --git a/libc/nt/user32/RIMUpdateInputObserverRegistration.S b/libc/nt/user32/RIMUpdateInputObserverRegistration.S new file mode 100644 index 000000000..edcf36ba2 --- /dev/null +++ b/libc/nt/user32/RIMUpdateInputObserverRegistration.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RIMUpdateInputObserverRegistration,RIMUpdateInputObserverRegistration,2238 diff --git a/libc/nt/user32/RIMUpdateInputObserverRegistration.s b/libc/nt/user32/RIMUpdateInputObserverRegistration.s deleted file mode 100644 index 7cc088be6..000000000 --- a/libc/nt/user32/RIMUpdateInputObserverRegistration.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RIMUpdateInputObserverRegistration,RIMUpdateInputObserverRegistration,2238 diff --git a/libc/nt/user32/RealChildWindowFromPoint.S b/libc/nt/user32/RealChildWindowFromPoint.S new file mode 100644 index 000000000..aa11b2c32 --- /dev/null +++ b/libc/nt/user32/RealChildWindowFromPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RealChildWindowFromPoint,RealChildWindowFromPoint,2239 diff --git a/libc/nt/user32/RealChildWindowFromPoint.s b/libc/nt/user32/RealChildWindowFromPoint.s deleted file mode 100644 index 8e16678b5..000000000 --- a/libc/nt/user32/RealChildWindowFromPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RealChildWindowFromPoint,RealChildWindowFromPoint,2239 diff --git a/libc/nt/user32/RealGetWindowClassW.S b/libc/nt/user32/RealGetWindowClassW.S new file mode 100644 index 000000000..928cfb799 --- /dev/null +++ b/libc/nt/user32/RealGetWindowClassW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RealGetWindowClassW,RealGetWindowClassW,2242 diff --git a/libc/nt/user32/RealGetWindowClassW.s b/libc/nt/user32/RealGetWindowClassW.s deleted file mode 100644 index 1b826aed8..000000000 --- a/libc/nt/user32/RealGetWindowClassW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RealGetWindowClassW,RealGetWindowClassW,2242 diff --git a/libc/nt/user32/ReasonCodeNeedsBugID.S b/libc/nt/user32/ReasonCodeNeedsBugID.S new file mode 100644 index 000000000..beb1faef3 --- /dev/null +++ b/libc/nt/user32/ReasonCodeNeedsBugID.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReasonCodeNeedsBugID,ReasonCodeNeedsBugID,2243 diff --git a/libc/nt/user32/ReasonCodeNeedsBugID.s b/libc/nt/user32/ReasonCodeNeedsBugID.s deleted file mode 100644 index ad29c9347..000000000 --- a/libc/nt/user32/ReasonCodeNeedsBugID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReasonCodeNeedsBugID,ReasonCodeNeedsBugID,2243 diff --git a/libc/nt/user32/ReasonCodeNeedsComment.S b/libc/nt/user32/ReasonCodeNeedsComment.S new file mode 100644 index 000000000..09bf45b29 --- /dev/null +++ b/libc/nt/user32/ReasonCodeNeedsComment.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReasonCodeNeedsComment,ReasonCodeNeedsComment,2244 diff --git a/libc/nt/user32/ReasonCodeNeedsComment.s b/libc/nt/user32/ReasonCodeNeedsComment.s deleted file mode 100644 index 621e98381..000000000 --- a/libc/nt/user32/ReasonCodeNeedsComment.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReasonCodeNeedsComment,ReasonCodeNeedsComment,2244 diff --git a/libc/nt/user32/RecordShutdownReason.S b/libc/nt/user32/RecordShutdownReason.S new file mode 100644 index 000000000..2c4698670 --- /dev/null +++ b/libc/nt/user32/RecordShutdownReason.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RecordShutdownReason,RecordShutdownReason,2245 diff --git a/libc/nt/user32/RecordShutdownReason.s b/libc/nt/user32/RecordShutdownReason.s deleted file mode 100644 index 37174f63b..000000000 --- a/libc/nt/user32/RecordShutdownReason.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RecordShutdownReason,RecordShutdownReason,2245 diff --git a/libc/nt/user32/RedrawWindow.S b/libc/nt/user32/RedrawWindow.S new file mode 100644 index 000000000..933d6abe9 --- /dev/null +++ b/libc/nt/user32/RedrawWindow.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RedrawWindow,RedrawWindow,2246 + +#ifdef __x86_64__ + .text.windows +RedrawWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_RedrawWindow(%rip),%rax + jmp __sysv2nt + .endfn RedrawWindow,globl + .previous +#endif diff --git a/libc/nt/user32/RedrawWindow.s b/libc/nt/user32/RedrawWindow.s deleted file mode 100644 index e0a1211b3..000000000 --- a/libc/nt/user32/RedrawWindow.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RedrawWindow,RedrawWindow,2246 - - .text.windows -RedrawWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_RedrawWindow(%rip),%rax - jmp __sysv2nt - .endfn RedrawWindow,globl - .previous diff --git a/libc/nt/user32/RegisterBSDRWindow.S b/libc/nt/user32/RegisterBSDRWindow.S new file mode 100644 index 000000000..a849004f3 --- /dev/null +++ b/libc/nt/user32/RegisterBSDRWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterBSDRWindow,RegisterBSDRWindow,2247 diff --git a/libc/nt/user32/RegisterBSDRWindow.s b/libc/nt/user32/RegisterBSDRWindow.s deleted file mode 100644 index 0e0100f77..000000000 --- a/libc/nt/user32/RegisterBSDRWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterBSDRWindow,RegisterBSDRWindow,2247 diff --git a/libc/nt/user32/RegisterClassExW.S b/libc/nt/user32/RegisterClassExW.S new file mode 100644 index 000000000..da665cdbc --- /dev/null +++ b/libc/nt/user32/RegisterClassExW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterClassExW,RegisterClassExW,2250 + +#ifdef __x86_64__ + .text.windows +RegisterClassEx: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegisterClassExW(%rip) + leave + ret + .endfn RegisterClassEx,globl + .previous +#endif diff --git a/libc/nt/user32/RegisterClassExW.s b/libc/nt/user32/RegisterClassExW.s deleted file mode 100644 index 55305cd26..000000000 --- a/libc/nt/user32/RegisterClassExW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterClassExW,RegisterClassExW,2250 - - .text.windows -RegisterClassEx: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegisterClassExW(%rip) - leave - ret - .endfn RegisterClassEx,globl - .previous diff --git a/libc/nt/user32/RegisterClassW.S b/libc/nt/user32/RegisterClassW.S new file mode 100644 index 000000000..a4afc49b5 --- /dev/null +++ b/libc/nt/user32/RegisterClassW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterClassW,RegisterClassW,2251 + +#ifdef __x86_64__ + .text.windows +RegisterClass: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_RegisterClassW(%rip) + leave + ret + .endfn RegisterClass,globl + .previous +#endif diff --git a/libc/nt/user32/RegisterClassW.s b/libc/nt/user32/RegisterClassW.s deleted file mode 100644 index 08d3b62ca..000000000 --- a/libc/nt/user32/RegisterClassW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterClassW,RegisterClassW,2251 - - .text.windows -RegisterClass: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_RegisterClassW(%rip) - leave - ret - .endfn RegisterClass,globl - .previous diff --git a/libc/nt/user32/RegisterClipboardFormatW.S b/libc/nt/user32/RegisterClipboardFormatW.S new file mode 100644 index 000000000..362492b63 --- /dev/null +++ b/libc/nt/user32/RegisterClipboardFormatW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterClipboardFormatW,RegisterClipboardFormatW,2253 diff --git a/libc/nt/user32/RegisterClipboardFormatW.s b/libc/nt/user32/RegisterClipboardFormatW.s deleted file mode 100644 index a016a5f3d..000000000 --- a/libc/nt/user32/RegisterClipboardFormatW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterClipboardFormatW,RegisterClipboardFormatW,2253 diff --git a/libc/nt/user32/RegisterDManipHook.S b/libc/nt/user32/RegisterDManipHook.S new file mode 100644 index 000000000..aa08ba38c --- /dev/null +++ b/libc/nt/user32/RegisterDManipHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterDManipHook,RegisterDManipHook,2254 diff --git a/libc/nt/user32/RegisterDManipHook.s b/libc/nt/user32/RegisterDManipHook.s deleted file mode 100644 index db760f06a..000000000 --- a/libc/nt/user32/RegisterDManipHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterDManipHook,RegisterDManipHook,2254 diff --git a/libc/nt/user32/RegisterDeviceNotificationW.S b/libc/nt/user32/RegisterDeviceNotificationW.S new file mode 100644 index 000000000..24e2e6f59 --- /dev/null +++ b/libc/nt/user32/RegisterDeviceNotificationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterDeviceNotificationW,RegisterDeviceNotificationW,2256 diff --git a/libc/nt/user32/RegisterDeviceNotificationW.s b/libc/nt/user32/RegisterDeviceNotificationW.s deleted file mode 100644 index 154fa4dc3..000000000 --- a/libc/nt/user32/RegisterDeviceNotificationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterDeviceNotificationW,RegisterDeviceNotificationW,2256 diff --git a/libc/nt/user32/RegisterErrorReportingDialog.S b/libc/nt/user32/RegisterErrorReportingDialog.S new file mode 100644 index 000000000..95032fd2c --- /dev/null +++ b/libc/nt/user32/RegisterErrorReportingDialog.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterErrorReportingDialog,RegisterErrorReportingDialog,2257 diff --git a/libc/nt/user32/RegisterErrorReportingDialog.s b/libc/nt/user32/RegisterErrorReportingDialog.s deleted file mode 100644 index f06579bfa..000000000 --- a/libc/nt/user32/RegisterErrorReportingDialog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterErrorReportingDialog,RegisterErrorReportingDialog,2257 diff --git a/libc/nt/user32/RegisterFrostWindow.S b/libc/nt/user32/RegisterFrostWindow.S new file mode 100644 index 000000000..f41dfdf5c --- /dev/null +++ b/libc/nt/user32/RegisterFrostWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterFrostWindow,RegisterFrostWindow,2258 diff --git a/libc/nt/user32/RegisterFrostWindow.s b/libc/nt/user32/RegisterFrostWindow.s deleted file mode 100644 index a9281be22..000000000 --- a/libc/nt/user32/RegisterFrostWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterFrostWindow,RegisterFrostWindow,2258 diff --git a/libc/nt/user32/RegisterGhostWindow.S b/libc/nt/user32/RegisterGhostWindow.S new file mode 100644 index 000000000..09de075a1 --- /dev/null +++ b/libc/nt/user32/RegisterGhostWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterGhostWindow,RegisterGhostWindow,2259 diff --git a/libc/nt/user32/RegisterGhostWindow.s b/libc/nt/user32/RegisterGhostWindow.s deleted file mode 100644 index 40ab6555e..000000000 --- a/libc/nt/user32/RegisterGhostWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterGhostWindow,RegisterGhostWindow,2259 diff --git a/libc/nt/user32/RegisterHotKey.S b/libc/nt/user32/RegisterHotKey.S new file mode 100644 index 000000000..0651e274b --- /dev/null +++ b/libc/nt/user32/RegisterHotKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterHotKey,RegisterHotKey,2260 diff --git a/libc/nt/user32/RegisterHotKey.s b/libc/nt/user32/RegisterHotKey.s deleted file mode 100644 index 4091d4f7c..000000000 --- a/libc/nt/user32/RegisterHotKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterHotKey,RegisterHotKey,2260 diff --git a/libc/nt/user32/RegisterLogonProcess.S b/libc/nt/user32/RegisterLogonProcess.S new file mode 100644 index 000000000..86b1fc973 --- /dev/null +++ b/libc/nt/user32/RegisterLogonProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterLogonProcess,RegisterLogonProcess,2261 diff --git a/libc/nt/user32/RegisterLogonProcess.s b/libc/nt/user32/RegisterLogonProcess.s deleted file mode 100644 index 1d07eaa72..000000000 --- a/libc/nt/user32/RegisterLogonProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterLogonProcess,RegisterLogonProcess,2261 diff --git a/libc/nt/user32/RegisterMessagePumpHook.S b/libc/nt/user32/RegisterMessagePumpHook.S new file mode 100644 index 000000000..7021593ca --- /dev/null +++ b/libc/nt/user32/RegisterMessagePumpHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterMessagePumpHook,RegisterMessagePumpHook,2262 diff --git a/libc/nt/user32/RegisterMessagePumpHook.s b/libc/nt/user32/RegisterMessagePumpHook.s deleted file mode 100644 index 0165788c4..000000000 --- a/libc/nt/user32/RegisterMessagePumpHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterMessagePumpHook,RegisterMessagePumpHook,2262 diff --git a/libc/nt/user32/RegisterPointerDeviceNotifications.S b/libc/nt/user32/RegisterPointerDeviceNotifications.S new file mode 100644 index 000000000..ae3cd945f --- /dev/null +++ b/libc/nt/user32/RegisterPointerDeviceNotifications.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterPointerDeviceNotifications,RegisterPointerDeviceNotifications,2263 diff --git a/libc/nt/user32/RegisterPointerDeviceNotifications.s b/libc/nt/user32/RegisterPointerDeviceNotifications.s deleted file mode 100644 index 5083bde56..000000000 --- a/libc/nt/user32/RegisterPointerDeviceNotifications.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterPointerDeviceNotifications,RegisterPointerDeviceNotifications,2263 diff --git a/libc/nt/user32/RegisterPointerInputTarget.S b/libc/nt/user32/RegisterPointerInputTarget.S new file mode 100644 index 000000000..05b9c8117 --- /dev/null +++ b/libc/nt/user32/RegisterPointerInputTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterPointerInputTarget,RegisterPointerInputTarget,2264 diff --git a/libc/nt/user32/RegisterPointerInputTarget.s b/libc/nt/user32/RegisterPointerInputTarget.s deleted file mode 100644 index f140a34f9..000000000 --- a/libc/nt/user32/RegisterPointerInputTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterPointerInputTarget,RegisterPointerInputTarget,2264 diff --git a/libc/nt/user32/RegisterPointerInputTargetEx.S b/libc/nt/user32/RegisterPointerInputTargetEx.S new file mode 100644 index 000000000..811e1226d --- /dev/null +++ b/libc/nt/user32/RegisterPointerInputTargetEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterPointerInputTargetEx,RegisterPointerInputTargetEx,2265 diff --git a/libc/nt/user32/RegisterPointerInputTargetEx.s b/libc/nt/user32/RegisterPointerInputTargetEx.s deleted file mode 100644 index 0b4825379..000000000 --- a/libc/nt/user32/RegisterPointerInputTargetEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterPointerInputTargetEx,RegisterPointerInputTargetEx,2265 diff --git a/libc/nt/user32/RegisterPowerSettingNotification.S b/libc/nt/user32/RegisterPowerSettingNotification.S new file mode 100644 index 000000000..30048474c --- /dev/null +++ b/libc/nt/user32/RegisterPowerSettingNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterPowerSettingNotification,RegisterPowerSettingNotification,2266 diff --git a/libc/nt/user32/RegisterPowerSettingNotification.s b/libc/nt/user32/RegisterPowerSettingNotification.s deleted file mode 100644 index ec1307efc..000000000 --- a/libc/nt/user32/RegisterPowerSettingNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterPowerSettingNotification,RegisterPowerSettingNotification,2266 diff --git a/libc/nt/user32/RegisterRawInputDevices.S b/libc/nt/user32/RegisterRawInputDevices.S new file mode 100644 index 000000000..272c0ef8c --- /dev/null +++ b/libc/nt/user32/RegisterRawInputDevices.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterRawInputDevices,RegisterRawInputDevices,2267 diff --git a/libc/nt/user32/RegisterRawInputDevices.s b/libc/nt/user32/RegisterRawInputDevices.s deleted file mode 100644 index 114b2eb95..000000000 --- a/libc/nt/user32/RegisterRawInputDevices.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterRawInputDevices,RegisterRawInputDevices,2267 diff --git a/libc/nt/user32/RegisterServicesProcess.S b/libc/nt/user32/RegisterServicesProcess.S new file mode 100644 index 000000000..0a333d0bf --- /dev/null +++ b/libc/nt/user32/RegisterServicesProcess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterServicesProcess,RegisterServicesProcess,2268 diff --git a/libc/nt/user32/RegisterServicesProcess.s b/libc/nt/user32/RegisterServicesProcess.s deleted file mode 100644 index 3980db8b0..000000000 --- a/libc/nt/user32/RegisterServicesProcess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterServicesProcess,RegisterServicesProcess,2268 diff --git a/libc/nt/user32/RegisterSessionPort.S b/libc/nt/user32/RegisterSessionPort.S new file mode 100644 index 000000000..a345c2911 --- /dev/null +++ b/libc/nt/user32/RegisterSessionPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterSessionPort,RegisterSessionPort,2269 diff --git a/libc/nt/user32/RegisterSessionPort.s b/libc/nt/user32/RegisterSessionPort.s deleted file mode 100644 index 01ebe03f2..000000000 --- a/libc/nt/user32/RegisterSessionPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterSessionPort,RegisterSessionPort,2269 diff --git a/libc/nt/user32/RegisterShellHookWindow.S b/libc/nt/user32/RegisterShellHookWindow.S new file mode 100644 index 000000000..5e58ed2b3 --- /dev/null +++ b/libc/nt/user32/RegisterShellHookWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterShellHookWindow,RegisterShellHookWindow,2270 diff --git a/libc/nt/user32/RegisterShellHookWindow.s b/libc/nt/user32/RegisterShellHookWindow.s deleted file mode 100644 index 4f1e4a0d9..000000000 --- a/libc/nt/user32/RegisterShellHookWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterShellHookWindow,RegisterShellHookWindow,2270 diff --git a/libc/nt/user32/RegisterSuspendResumeNotification.S b/libc/nt/user32/RegisterSuspendResumeNotification.S new file mode 100644 index 000000000..12d26b238 --- /dev/null +++ b/libc/nt/user32/RegisterSuspendResumeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterSuspendResumeNotification,RegisterSuspendResumeNotification,2271 diff --git a/libc/nt/user32/RegisterSuspendResumeNotification.s b/libc/nt/user32/RegisterSuspendResumeNotification.s deleted file mode 100644 index d3c3ff022..000000000 --- a/libc/nt/user32/RegisterSuspendResumeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterSuspendResumeNotification,RegisterSuspendResumeNotification,2271 diff --git a/libc/nt/user32/RegisterSystemThread.S b/libc/nt/user32/RegisterSystemThread.S new file mode 100644 index 000000000..f510611c0 --- /dev/null +++ b/libc/nt/user32/RegisterSystemThread.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterSystemThread,RegisterSystemThread,2272 diff --git a/libc/nt/user32/RegisterSystemThread.s b/libc/nt/user32/RegisterSystemThread.s deleted file mode 100644 index f8b6f8598..000000000 --- a/libc/nt/user32/RegisterSystemThread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterSystemThread,RegisterSystemThread,2272 diff --git a/libc/nt/user32/RegisterTasklist.S b/libc/nt/user32/RegisterTasklist.S new file mode 100644 index 000000000..a0f569fee --- /dev/null +++ b/libc/nt/user32/RegisterTasklist.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterTasklist,RegisterTasklist,2273 diff --git a/libc/nt/user32/RegisterTasklist.s b/libc/nt/user32/RegisterTasklist.s deleted file mode 100644 index 969ee6c58..000000000 --- a/libc/nt/user32/RegisterTasklist.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterTasklist,RegisterTasklist,2273 diff --git a/libc/nt/user32/RegisterTouchHitTestingWindow.S b/libc/nt/user32/RegisterTouchHitTestingWindow.S new file mode 100644 index 000000000..1273cfb40 --- /dev/null +++ b/libc/nt/user32/RegisterTouchHitTestingWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterTouchHitTestingWindow,RegisterTouchHitTestingWindow,2274 diff --git a/libc/nt/user32/RegisterTouchHitTestingWindow.s b/libc/nt/user32/RegisterTouchHitTestingWindow.s deleted file mode 100644 index 7fdb67a6b..000000000 --- a/libc/nt/user32/RegisterTouchHitTestingWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterTouchHitTestingWindow,RegisterTouchHitTestingWindow,2274 diff --git a/libc/nt/user32/RegisterTouchWindow.S b/libc/nt/user32/RegisterTouchWindow.S new file mode 100644 index 000000000..4cf1b3e25 --- /dev/null +++ b/libc/nt/user32/RegisterTouchWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterTouchWindow,RegisterTouchWindow,2275 diff --git a/libc/nt/user32/RegisterTouchWindow.s b/libc/nt/user32/RegisterTouchWindow.s deleted file mode 100644 index 429f1ded8..000000000 --- a/libc/nt/user32/RegisterTouchWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterTouchWindow,RegisterTouchWindow,2275 diff --git a/libc/nt/user32/RegisterUserApiHook.S b/libc/nt/user32/RegisterUserApiHook.S new file mode 100644 index 000000000..28bbfdbd0 --- /dev/null +++ b/libc/nt/user32/RegisterUserApiHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterUserApiHook,RegisterUserApiHook,2276 diff --git a/libc/nt/user32/RegisterUserApiHook.s b/libc/nt/user32/RegisterUserApiHook.s deleted file mode 100644 index 01762b5c1..000000000 --- a/libc/nt/user32/RegisterUserApiHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterUserApiHook,RegisterUserApiHook,2276 diff --git a/libc/nt/user32/RegisterWindowMessageW.S b/libc/nt/user32/RegisterWindowMessageW.S new file mode 100644 index 000000000..01df6c3ff --- /dev/null +++ b/libc/nt/user32/RegisterWindowMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RegisterWindowMessageW,RegisterWindowMessageW,2278 diff --git a/libc/nt/user32/RegisterWindowMessageW.s b/libc/nt/user32/RegisterWindowMessageW.s deleted file mode 100644 index 45fe06235..000000000 --- a/libc/nt/user32/RegisterWindowMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RegisterWindowMessageW,RegisterWindowMessageW,2278 diff --git a/libc/nt/user32/ReleaseCapture.S b/libc/nt/user32/ReleaseCapture.S new file mode 100644 index 000000000..f4e65761b --- /dev/null +++ b/libc/nt/user32/ReleaseCapture.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReleaseCapture,ReleaseCapture,2279 + +#ifdef __x86_64__ + .text.windows +ReleaseCapture: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_ReleaseCapture(%rip) + leave + ret + .endfn ReleaseCapture,globl + .previous +#endif diff --git a/libc/nt/user32/ReleaseCapture.s b/libc/nt/user32/ReleaseCapture.s deleted file mode 100644 index 7bdd27670..000000000 --- a/libc/nt/user32/ReleaseCapture.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReleaseCapture,ReleaseCapture,2279 - - .text.windows -ReleaseCapture: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_ReleaseCapture(%rip) - leave - ret - .endfn ReleaseCapture,globl - .previous diff --git a/libc/nt/user32/ReleaseDC.S b/libc/nt/user32/ReleaseDC.S new file mode 100644 index 000000000..8b377dde5 --- /dev/null +++ b/libc/nt/user32/ReleaseDC.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReleaseDC,ReleaseDC,2280 + +#ifdef __x86_64__ + .text.windows +ReleaseDC: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ReleaseDC(%rip),%rax + jmp __sysv2nt + .endfn ReleaseDC,globl + .previous +#endif diff --git a/libc/nt/user32/ReleaseDC.s b/libc/nt/user32/ReleaseDC.s deleted file mode 100644 index fdf077a9c..000000000 --- a/libc/nt/user32/ReleaseDC.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReleaseDC,ReleaseDC,2280 - - .text.windows -ReleaseDC: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ReleaseDC(%rip),%rax - jmp __sysv2nt - .endfn ReleaseDC,globl - .previous diff --git a/libc/nt/user32/ReleaseDwmHitTestWaiters.S b/libc/nt/user32/ReleaseDwmHitTestWaiters.S new file mode 100644 index 000000000..48aeba426 --- /dev/null +++ b/libc/nt/user32/ReleaseDwmHitTestWaiters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReleaseDwmHitTestWaiters,ReleaseDwmHitTestWaiters,2281 diff --git a/libc/nt/user32/ReleaseDwmHitTestWaiters.s b/libc/nt/user32/ReleaseDwmHitTestWaiters.s deleted file mode 100644 index a9e8a88c5..000000000 --- a/libc/nt/user32/ReleaseDwmHitTestWaiters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReleaseDwmHitTestWaiters,ReleaseDwmHitTestWaiters,2281 diff --git a/libc/nt/user32/RemoveClipboardFormatListener.S b/libc/nt/user32/RemoveClipboardFormatListener.S new file mode 100644 index 000000000..f77c8f315 --- /dev/null +++ b/libc/nt/user32/RemoveClipboardFormatListener.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RemoveClipboardFormatListener,RemoveClipboardFormatListener,2282 diff --git a/libc/nt/user32/RemoveClipboardFormatListener.s b/libc/nt/user32/RemoveClipboardFormatListener.s deleted file mode 100644 index 27c226750..000000000 --- a/libc/nt/user32/RemoveClipboardFormatListener.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RemoveClipboardFormatListener,RemoveClipboardFormatListener,2282 diff --git a/libc/nt/user32/RemoveInjectionDevice.S b/libc/nt/user32/RemoveInjectionDevice.S new file mode 100644 index 000000000..f6eea7c65 --- /dev/null +++ b/libc/nt/user32/RemoveInjectionDevice.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RemoveInjectionDevice,RemoveInjectionDevice,2283 diff --git a/libc/nt/user32/RemoveInjectionDevice.s b/libc/nt/user32/RemoveInjectionDevice.s deleted file mode 100644 index cd8d5d5da..000000000 --- a/libc/nt/user32/RemoveInjectionDevice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RemoveInjectionDevice,RemoveInjectionDevice,2283 diff --git a/libc/nt/user32/RemoveMenu.S b/libc/nt/user32/RemoveMenu.S new file mode 100644 index 000000000..d338e0eb1 --- /dev/null +++ b/libc/nt/user32/RemoveMenu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RemoveMenu,RemoveMenu,2284 diff --git a/libc/nt/user32/RemoveMenu.s b/libc/nt/user32/RemoveMenu.s deleted file mode 100644 index fa4e43b73..000000000 --- a/libc/nt/user32/RemoveMenu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RemoveMenu,RemoveMenu,2284 diff --git a/libc/nt/user32/RemovePropW.S b/libc/nt/user32/RemovePropW.S new file mode 100644 index 000000000..fd55ed773 --- /dev/null +++ b/libc/nt/user32/RemovePropW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RemovePropW,RemovePropW,2286 diff --git a/libc/nt/user32/RemovePropW.s b/libc/nt/user32/RemovePropW.s deleted file mode 100644 index 4ea7384a0..000000000 --- a/libc/nt/user32/RemovePropW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RemovePropW,RemovePropW,2286 diff --git a/libc/nt/user32/RemoveThreadTSFEventAwareness.S b/libc/nt/user32/RemoveThreadTSFEventAwareness.S new file mode 100644 index 000000000..4b0a90115 --- /dev/null +++ b/libc/nt/user32/RemoveThreadTSFEventAwareness.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_RemoveThreadTSFEventAwareness,RemoveThreadTSFEventAwareness,2287 diff --git a/libc/nt/user32/RemoveThreadTSFEventAwareness.s b/libc/nt/user32/RemoveThreadTSFEventAwareness.s deleted file mode 100644 index 92325307d..000000000 --- a/libc/nt/user32/RemoveThreadTSFEventAwareness.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_RemoveThreadTSFEventAwareness,RemoveThreadTSFEventAwareness,2287 diff --git a/libc/nt/user32/ReplyMessage.S b/libc/nt/user32/ReplyMessage.S new file mode 100644 index 000000000..db880bec7 --- /dev/null +++ b/libc/nt/user32/ReplyMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReplyMessage,ReplyMessage,2288 diff --git a/libc/nt/user32/ReplyMessage.s b/libc/nt/user32/ReplyMessage.s deleted file mode 100644 index 6a515e994..000000000 --- a/libc/nt/user32/ReplyMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReplyMessage,ReplyMessage,2288 diff --git a/libc/nt/user32/ReportInertia.S b/libc/nt/user32/ReportInertia.S new file mode 100644 index 000000000..9d7d5eb5f --- /dev/null +++ b/libc/nt/user32/ReportInertia.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReportInertia,ReportInertia,2551 diff --git a/libc/nt/user32/ReportInertia.s b/libc/nt/user32/ReportInertia.s deleted file mode 100644 index f8d8a292f..000000000 --- a/libc/nt/user32/ReportInertia.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReportInertia,ReportInertia,2551 diff --git a/libc/nt/user32/ResolveDesktopForWOW.S b/libc/nt/user32/ResolveDesktopForWOW.S new file mode 100644 index 000000000..85b5bfb37 --- /dev/null +++ b/libc/nt/user32/ResolveDesktopForWOW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ResolveDesktopForWOW,ResolveDesktopForWOW,2289 diff --git a/libc/nt/user32/ResolveDesktopForWOW.s b/libc/nt/user32/ResolveDesktopForWOW.s deleted file mode 100644 index 680c9ab41..000000000 --- a/libc/nt/user32/ResolveDesktopForWOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ResolveDesktopForWOW,ResolveDesktopForWOW,2289 diff --git a/libc/nt/user32/ReuseDDElParam.S b/libc/nt/user32/ReuseDDElParam.S new file mode 100644 index 000000000..46724a849 --- /dev/null +++ b/libc/nt/user32/ReuseDDElParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ReuseDDElParam,ReuseDDElParam,2290 diff --git a/libc/nt/user32/ReuseDDElParam.s b/libc/nt/user32/ReuseDDElParam.s deleted file mode 100644 index e843b5e02..000000000 --- a/libc/nt/user32/ReuseDDElParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ReuseDDElParam,ReuseDDElParam,2290 diff --git a/libc/nt/user32/ScreenToClient.S b/libc/nt/user32/ScreenToClient.S new file mode 100644 index 000000000..fb67a69c9 --- /dev/null +++ b/libc/nt/user32/ScreenToClient.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ScreenToClient,ScreenToClient,2291 diff --git a/libc/nt/user32/ScreenToClient.s b/libc/nt/user32/ScreenToClient.s deleted file mode 100644 index 5e9c3b64b..000000000 --- a/libc/nt/user32/ScreenToClient.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ScreenToClient,ScreenToClient,2291 diff --git a/libc/nt/user32/ScrollChildren.S b/libc/nt/user32/ScrollChildren.S new file mode 100644 index 000000000..5baea7827 --- /dev/null +++ b/libc/nt/user32/ScrollChildren.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ScrollChildren,ScrollChildren,2292 diff --git a/libc/nt/user32/ScrollChildren.s b/libc/nt/user32/ScrollChildren.s deleted file mode 100644 index b19c0409d..000000000 --- a/libc/nt/user32/ScrollChildren.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ScrollChildren,ScrollChildren,2292 diff --git a/libc/nt/user32/ScrollDC.S b/libc/nt/user32/ScrollDC.S new file mode 100644 index 000000000..8e48cfb1a --- /dev/null +++ b/libc/nt/user32/ScrollDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ScrollDC,ScrollDC,2293 diff --git a/libc/nt/user32/ScrollDC.s b/libc/nt/user32/ScrollDC.s deleted file mode 100644 index c69c9bf4d..000000000 --- a/libc/nt/user32/ScrollDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ScrollDC,ScrollDC,2293 diff --git a/libc/nt/user32/ScrollWindow.S b/libc/nt/user32/ScrollWindow.S new file mode 100644 index 000000000..ab3f102c8 --- /dev/null +++ b/libc/nt/user32/ScrollWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ScrollWindow,ScrollWindow,2294 diff --git a/libc/nt/user32/ScrollWindow.s b/libc/nt/user32/ScrollWindow.s deleted file mode 100644 index a19f96b54..000000000 --- a/libc/nt/user32/ScrollWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ScrollWindow,ScrollWindow,2294 diff --git a/libc/nt/user32/ScrollWindowEx.S b/libc/nt/user32/ScrollWindowEx.S new file mode 100644 index 000000000..bf97fd191 --- /dev/null +++ b/libc/nt/user32/ScrollWindowEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ScrollWindowEx,ScrollWindowEx,2295 diff --git a/libc/nt/user32/ScrollWindowEx.s b/libc/nt/user32/ScrollWindowEx.s deleted file mode 100644 index a1c174d4b..000000000 --- a/libc/nt/user32/ScrollWindowEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ScrollWindowEx,ScrollWindowEx,2295 diff --git a/libc/nt/user32/SendDlgItemMessageW.S b/libc/nt/user32/SendDlgItemMessageW.S new file mode 100644 index 000000000..26c3775ae --- /dev/null +++ b/libc/nt/user32/SendDlgItemMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendDlgItemMessageW,SendDlgItemMessageW,2297 diff --git a/libc/nt/user32/SendDlgItemMessageW.s b/libc/nt/user32/SendDlgItemMessageW.s deleted file mode 100644 index 63208612b..000000000 --- a/libc/nt/user32/SendDlgItemMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendDlgItemMessageW,SendDlgItemMessageW,2297 diff --git a/libc/nt/user32/SendIMEMessageExW.S b/libc/nt/user32/SendIMEMessageExW.S new file mode 100644 index 000000000..05c312081 --- /dev/null +++ b/libc/nt/user32/SendIMEMessageExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendIMEMessageExW,SendIMEMessageExW,2299 diff --git a/libc/nt/user32/SendIMEMessageExW.s b/libc/nt/user32/SendIMEMessageExW.s deleted file mode 100644 index ae515264b..000000000 --- a/libc/nt/user32/SendIMEMessageExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendIMEMessageExW,SendIMEMessageExW,2299 diff --git a/libc/nt/user32/SendInput.S b/libc/nt/user32/SendInput.S new file mode 100644 index 000000000..d3e908a3a --- /dev/null +++ b/libc/nt/user32/SendInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendInput,SendInput,2300 diff --git a/libc/nt/user32/SendInput.s b/libc/nt/user32/SendInput.s deleted file mode 100644 index 2daca245b..000000000 --- a/libc/nt/user32/SendInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendInput,SendInput,2300 diff --git a/libc/nt/user32/SendMessageCallbackW.S b/libc/nt/user32/SendMessageCallbackW.S new file mode 100644 index 000000000..85ee0e609 --- /dev/null +++ b/libc/nt/user32/SendMessageCallbackW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendMessageCallbackW,SendMessageCallbackW,2303 diff --git a/libc/nt/user32/SendMessageCallbackW.s b/libc/nt/user32/SendMessageCallbackW.s deleted file mode 100644 index eeb6853f2..000000000 --- a/libc/nt/user32/SendMessageCallbackW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendMessageCallbackW,SendMessageCallbackW,2303 diff --git a/libc/nt/user32/SendMessageTimeoutW.S b/libc/nt/user32/SendMessageTimeoutW.S new file mode 100644 index 000000000..79083b1e7 --- /dev/null +++ b/libc/nt/user32/SendMessageTimeoutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendMessageTimeoutW,SendMessageTimeoutW,2305 diff --git a/libc/nt/user32/SendMessageTimeoutW.s b/libc/nt/user32/SendMessageTimeoutW.s deleted file mode 100644 index 709dd7721..000000000 --- a/libc/nt/user32/SendMessageTimeoutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendMessageTimeoutW,SendMessageTimeoutW,2305 diff --git a/libc/nt/user32/SendMessageW.S b/libc/nt/user32/SendMessageW.S new file mode 100644 index 000000000..8578b0c01 --- /dev/null +++ b/libc/nt/user32/SendMessageW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendMessageW,SendMessageW,2306 + +#ifdef __x86_64__ + .text.windows +SendMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SendMessageW(%rip),%rax + jmp __sysv2nt + .endfn SendMessage,globl + .previous +#endif diff --git a/libc/nt/user32/SendMessageW.s b/libc/nt/user32/SendMessageW.s deleted file mode 100644 index 5e803f285..000000000 --- a/libc/nt/user32/SendMessageW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendMessageW,SendMessageW,2306 - - .text.windows -SendMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SendMessageW(%rip),%rax - jmp __sysv2nt - .endfn SendMessage,globl - .previous diff --git a/libc/nt/user32/SendNotifyMessageW.S b/libc/nt/user32/SendNotifyMessageW.S new file mode 100644 index 000000000..ced23678b --- /dev/null +++ b/libc/nt/user32/SendNotifyMessageW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SendNotifyMessageW,SendNotifyMessageW,2308 diff --git a/libc/nt/user32/SendNotifyMessageW.s b/libc/nt/user32/SendNotifyMessageW.s deleted file mode 100644 index 073767845..000000000 --- a/libc/nt/user32/SendNotifyMessageW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SendNotifyMessageW,SendNotifyMessageW,2308 diff --git a/libc/nt/user32/SetActiveWindow.S b/libc/nt/user32/SetActiveWindow.S new file mode 100644 index 000000000..52c49b8e7 --- /dev/null +++ b/libc/nt/user32/SetActiveWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetActiveWindow,SetActiveWindow,2309 diff --git a/libc/nt/user32/SetActiveWindow.s b/libc/nt/user32/SetActiveWindow.s deleted file mode 100644 index 8d2234d0d..000000000 --- a/libc/nt/user32/SetActiveWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetActiveWindow,SetActiveWindow,2309 diff --git a/libc/nt/user32/SetCapture.S b/libc/nt/user32/SetCapture.S new file mode 100644 index 000000000..9d64f4b6b --- /dev/null +++ b/libc/nt/user32/SetCapture.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCapture,SetCapture,2310 + +#ifdef __x86_64__ + .text.windows +SetCapture: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetCapture(%rip) + leave + ret + .endfn SetCapture,globl + .previous +#endif diff --git a/libc/nt/user32/SetCapture.s b/libc/nt/user32/SetCapture.s deleted file mode 100644 index c71259f72..000000000 --- a/libc/nt/user32/SetCapture.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCapture,SetCapture,2310 - - .text.windows -SetCapture: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetCapture(%rip) - leave - ret - .endfn SetCapture,globl - .previous diff --git a/libc/nt/user32/SetCaretBlinkTime.S b/libc/nt/user32/SetCaretBlinkTime.S new file mode 100644 index 000000000..906f8251c --- /dev/null +++ b/libc/nt/user32/SetCaretBlinkTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCaretBlinkTime,SetCaretBlinkTime,2311 diff --git a/libc/nt/user32/SetCaretBlinkTime.s b/libc/nt/user32/SetCaretBlinkTime.s deleted file mode 100644 index 9d8c41517..000000000 --- a/libc/nt/user32/SetCaretBlinkTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCaretBlinkTime,SetCaretBlinkTime,2311 diff --git a/libc/nt/user32/SetCaretPos.S b/libc/nt/user32/SetCaretPos.S new file mode 100644 index 000000000..86d289cb2 --- /dev/null +++ b/libc/nt/user32/SetCaretPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCaretPos,SetCaretPos,2312 diff --git a/libc/nt/user32/SetCaretPos.s b/libc/nt/user32/SetCaretPos.s deleted file mode 100644 index 1127e8691..000000000 --- a/libc/nt/user32/SetCaretPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCaretPos,SetCaretPos,2312 diff --git a/libc/nt/user32/SetClassLongPtrW.S b/libc/nt/user32/SetClassLongPtrW.S new file mode 100644 index 000000000..95535fcc2 --- /dev/null +++ b/libc/nt/user32/SetClassLongPtrW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetClassLongPtrW,SetClassLongPtrW,2315 diff --git a/libc/nt/user32/SetClassLongPtrW.s b/libc/nt/user32/SetClassLongPtrW.s deleted file mode 100644 index a2e292cd3..000000000 --- a/libc/nt/user32/SetClassLongPtrW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetClassLongPtrW,SetClassLongPtrW,2315 diff --git a/libc/nt/user32/SetClassLongW.S b/libc/nt/user32/SetClassLongW.S new file mode 100644 index 000000000..3c4e1e572 --- /dev/null +++ b/libc/nt/user32/SetClassLongW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetClassLongW,SetClassLongW,2316 + +#ifdef __x86_64__ + .text.windows +SetClassLong: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetClassLongW(%rip),%rax + jmp __sysv2nt + .endfn SetClassLong,globl + .previous +#endif diff --git a/libc/nt/user32/SetClassLongW.s b/libc/nt/user32/SetClassLongW.s deleted file mode 100644 index 03b598ddb..000000000 --- a/libc/nt/user32/SetClassLongW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetClassLongW,SetClassLongW,2316 - - .text.windows -SetClassLong: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetClassLongW(%rip),%rax - jmp __sysv2nt - .endfn SetClassLong,globl - .previous diff --git a/libc/nt/user32/SetClassWord.S b/libc/nt/user32/SetClassWord.S new file mode 100644 index 000000000..2821b9217 --- /dev/null +++ b/libc/nt/user32/SetClassWord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetClassWord,SetClassWord,2317 diff --git a/libc/nt/user32/SetClassWord.s b/libc/nt/user32/SetClassWord.s deleted file mode 100644 index bb673f53f..000000000 --- a/libc/nt/user32/SetClassWord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetClassWord,SetClassWord,2317 diff --git a/libc/nt/user32/SetClipboardData.S b/libc/nt/user32/SetClipboardData.S new file mode 100644 index 000000000..402a5f21d --- /dev/null +++ b/libc/nt/user32/SetClipboardData.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetClipboardData,SetClipboardData,2318 diff --git a/libc/nt/user32/SetClipboardData.s b/libc/nt/user32/SetClipboardData.s deleted file mode 100644 index 861b7b01b..000000000 --- a/libc/nt/user32/SetClipboardData.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetClipboardData,SetClipboardData,2318 diff --git a/libc/nt/user32/SetClipboardViewer.S b/libc/nt/user32/SetClipboardViewer.S new file mode 100644 index 000000000..554204568 --- /dev/null +++ b/libc/nt/user32/SetClipboardViewer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetClipboardViewer,SetClipboardViewer,2319 diff --git a/libc/nt/user32/SetClipboardViewer.s b/libc/nt/user32/SetClipboardViewer.s deleted file mode 100644 index 13f3722ab..000000000 --- a/libc/nt/user32/SetClipboardViewer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetClipboardViewer,SetClipboardViewer,2319 diff --git a/libc/nt/user32/SetCoalescableTimer.S b/libc/nt/user32/SetCoalescableTimer.S new file mode 100644 index 000000000..7c4b07b17 --- /dev/null +++ b/libc/nt/user32/SetCoalescableTimer.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCoalescableTimer,SetCoalescableTimer,2320 diff --git a/libc/nt/user32/SetCoalescableTimer.s b/libc/nt/user32/SetCoalescableTimer.s deleted file mode 100644 index 1ceb8bb42..000000000 --- a/libc/nt/user32/SetCoalescableTimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCoalescableTimer,SetCoalescableTimer,2320 diff --git a/libc/nt/user32/SetCoreWindow.S b/libc/nt/user32/SetCoreWindow.S new file mode 100644 index 000000000..58ab64811 --- /dev/null +++ b/libc/nt/user32/SetCoreWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCoreWindow,SetCoreWindow,2571 diff --git a/libc/nt/user32/SetCoreWindow.s b/libc/nt/user32/SetCoreWindow.s deleted file mode 100644 index ac10f33bb..000000000 --- a/libc/nt/user32/SetCoreWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCoreWindow,SetCoreWindow,2571 diff --git a/libc/nt/user32/SetCursor.S b/libc/nt/user32/SetCursor.S new file mode 100644 index 000000000..286e2c9bc --- /dev/null +++ b/libc/nt/user32/SetCursor.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCursor,SetCursor,2321 + +#ifdef __x86_64__ + .text.windows +SetCursor: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_SetCursor(%rip) + leave + ret + .endfn SetCursor,globl + .previous +#endif diff --git a/libc/nt/user32/SetCursor.s b/libc/nt/user32/SetCursor.s deleted file mode 100644 index 0567766dc..000000000 --- a/libc/nt/user32/SetCursor.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCursor,SetCursor,2321 - - .text.windows -SetCursor: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_SetCursor(%rip) - leave - ret - .endfn SetCursor,globl - .previous diff --git a/libc/nt/user32/SetCursorContents.S b/libc/nt/user32/SetCursorContents.S new file mode 100644 index 000000000..1ce673a37 --- /dev/null +++ b/libc/nt/user32/SetCursorContents.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCursorContents,SetCursorContents,2322 diff --git a/libc/nt/user32/SetCursorContents.s b/libc/nt/user32/SetCursorContents.s deleted file mode 100644 index 9aad53024..000000000 --- a/libc/nt/user32/SetCursorContents.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCursorContents,SetCursorContents,2322 diff --git a/libc/nt/user32/SetCursorPos.S b/libc/nt/user32/SetCursorPos.S new file mode 100644 index 000000000..7532d1abe --- /dev/null +++ b/libc/nt/user32/SetCursorPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetCursorPos,SetCursorPos,2323 diff --git a/libc/nt/user32/SetCursorPos.s b/libc/nt/user32/SetCursorPos.s deleted file mode 100644 index 893b7743b..000000000 --- a/libc/nt/user32/SetCursorPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetCursorPos,SetCursorPos,2323 diff --git a/libc/nt/user32/SetDebugErrorLevel.S b/libc/nt/user32/SetDebugErrorLevel.S new file mode 100644 index 000000000..0fae470a1 --- /dev/null +++ b/libc/nt/user32/SetDebugErrorLevel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDebugErrorLevel,SetDebugErrorLevel,2324 diff --git a/libc/nt/user32/SetDebugErrorLevel.s b/libc/nt/user32/SetDebugErrorLevel.s deleted file mode 100644 index 4806d60fe..000000000 --- a/libc/nt/user32/SetDebugErrorLevel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDebugErrorLevel,SetDebugErrorLevel,2324 diff --git a/libc/nt/user32/SetDeskWallpaper.S b/libc/nt/user32/SetDeskWallpaper.S new file mode 100644 index 000000000..a4c548939 --- /dev/null +++ b/libc/nt/user32/SetDeskWallpaper.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDeskWallpaper,SetDeskWallpaper,2325 diff --git a/libc/nt/user32/SetDeskWallpaper.s b/libc/nt/user32/SetDeskWallpaper.s deleted file mode 100644 index ea49b6d23..000000000 --- a/libc/nt/user32/SetDeskWallpaper.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDeskWallpaper,SetDeskWallpaper,2325 diff --git a/libc/nt/user32/SetDesktopColorTransform.S b/libc/nt/user32/SetDesktopColorTransform.S new file mode 100644 index 000000000..45448f502 --- /dev/null +++ b/libc/nt/user32/SetDesktopColorTransform.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDesktopColorTransform,SetDesktopColorTransform,2326 diff --git a/libc/nt/user32/SetDesktopColorTransform.s b/libc/nt/user32/SetDesktopColorTransform.s deleted file mode 100644 index 82dfe6a56..000000000 --- a/libc/nt/user32/SetDesktopColorTransform.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDesktopColorTransform,SetDesktopColorTransform,2326 diff --git a/libc/nt/user32/SetDialogControlDpiChangeBehavior.S b/libc/nt/user32/SetDialogControlDpiChangeBehavior.S new file mode 100644 index 000000000..d39658cad --- /dev/null +++ b/libc/nt/user32/SetDialogControlDpiChangeBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDialogControlDpiChangeBehavior,SetDialogControlDpiChangeBehavior,2327 diff --git a/libc/nt/user32/SetDialogControlDpiChangeBehavior.s b/libc/nt/user32/SetDialogControlDpiChangeBehavior.s deleted file mode 100644 index 2165529ca..000000000 --- a/libc/nt/user32/SetDialogControlDpiChangeBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDialogControlDpiChangeBehavior,SetDialogControlDpiChangeBehavior,2327 diff --git a/libc/nt/user32/SetDialogDpiChangeBehavior.S b/libc/nt/user32/SetDialogDpiChangeBehavior.S new file mode 100644 index 000000000..05c4ce48d --- /dev/null +++ b/libc/nt/user32/SetDialogDpiChangeBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDialogDpiChangeBehavior,SetDialogDpiChangeBehavior,2328 diff --git a/libc/nt/user32/SetDialogDpiChangeBehavior.s b/libc/nt/user32/SetDialogDpiChangeBehavior.s deleted file mode 100644 index b43f5eeeb..000000000 --- a/libc/nt/user32/SetDialogDpiChangeBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDialogDpiChangeBehavior,SetDialogDpiChangeBehavior,2328 diff --git a/libc/nt/user32/SetDisplayAutoRotationPreferences.S b/libc/nt/user32/SetDisplayAutoRotationPreferences.S new file mode 100644 index 000000000..482a46ed3 --- /dev/null +++ b/libc/nt/user32/SetDisplayAutoRotationPreferences.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDisplayAutoRotationPreferences,SetDisplayAutoRotationPreferences,2329 diff --git a/libc/nt/user32/SetDisplayAutoRotationPreferences.s b/libc/nt/user32/SetDisplayAutoRotationPreferences.s deleted file mode 100644 index 22d403752..000000000 --- a/libc/nt/user32/SetDisplayAutoRotationPreferences.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDisplayAutoRotationPreferences,SetDisplayAutoRotationPreferences,2329 diff --git a/libc/nt/user32/SetDisplayConfig.S b/libc/nt/user32/SetDisplayConfig.S new file mode 100644 index 000000000..738ce2be4 --- /dev/null +++ b/libc/nt/user32/SetDisplayConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDisplayConfig,SetDisplayConfig,2330 diff --git a/libc/nt/user32/SetDisplayConfig.s b/libc/nt/user32/SetDisplayConfig.s deleted file mode 100644 index 70a31828f..000000000 --- a/libc/nt/user32/SetDisplayConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDisplayConfig,SetDisplayConfig,2330 diff --git a/libc/nt/user32/SetDlgItemInt.S b/libc/nt/user32/SetDlgItemInt.S new file mode 100644 index 000000000..ded4a9f15 --- /dev/null +++ b/libc/nt/user32/SetDlgItemInt.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDlgItemInt,SetDlgItemInt,2331 diff --git a/libc/nt/user32/SetDlgItemInt.s b/libc/nt/user32/SetDlgItemInt.s deleted file mode 100644 index 24aecfa9d..000000000 --- a/libc/nt/user32/SetDlgItemInt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDlgItemInt,SetDlgItemInt,2331 diff --git a/libc/nt/user32/SetDlgItemTextW.S b/libc/nt/user32/SetDlgItemTextW.S new file mode 100644 index 000000000..da08aca02 --- /dev/null +++ b/libc/nt/user32/SetDlgItemTextW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDlgItemTextW,SetDlgItemTextW,2333 diff --git a/libc/nt/user32/SetDlgItemTextW.s b/libc/nt/user32/SetDlgItemTextW.s deleted file mode 100644 index 3e6660a36..000000000 --- a/libc/nt/user32/SetDlgItemTextW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDlgItemTextW,SetDlgItemTextW,2333 diff --git a/libc/nt/user32/SetDoubleClickTime.S b/libc/nt/user32/SetDoubleClickTime.S new file mode 100644 index 000000000..6e3960596 --- /dev/null +++ b/libc/nt/user32/SetDoubleClickTime.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetDoubleClickTime,SetDoubleClickTime,2334 diff --git a/libc/nt/user32/SetDoubleClickTime.s b/libc/nt/user32/SetDoubleClickTime.s deleted file mode 100644 index 3bfa9ba34..000000000 --- a/libc/nt/user32/SetDoubleClickTime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetDoubleClickTime,SetDoubleClickTime,2334 diff --git a/libc/nt/user32/SetFeatureReportResponse.S b/libc/nt/user32/SetFeatureReportResponse.S new file mode 100644 index 000000000..f3d83736d --- /dev/null +++ b/libc/nt/user32/SetFeatureReportResponse.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetFeatureReportResponse,SetFeatureReportResponse,2335 diff --git a/libc/nt/user32/SetFeatureReportResponse.s b/libc/nt/user32/SetFeatureReportResponse.s deleted file mode 100644 index 432045c5a..000000000 --- a/libc/nt/user32/SetFeatureReportResponse.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetFeatureReportResponse,SetFeatureReportResponse,2335 diff --git a/libc/nt/user32/SetFocus.S b/libc/nt/user32/SetFocus.S new file mode 100644 index 000000000..1ad0080df --- /dev/null +++ b/libc/nt/user32/SetFocus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetFocus,SetFocus,2336 diff --git a/libc/nt/user32/SetFocus.s b/libc/nt/user32/SetFocus.s deleted file mode 100644 index e4239416e..000000000 --- a/libc/nt/user32/SetFocus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetFocus,SetFocus,2336 diff --git a/libc/nt/user32/SetForegroundWindow.S b/libc/nt/user32/SetForegroundWindow.S new file mode 100644 index 000000000..6f7e0cf9b --- /dev/null +++ b/libc/nt/user32/SetForegroundWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetForegroundWindow,SetForegroundWindow,2337 diff --git a/libc/nt/user32/SetForegroundWindow.s b/libc/nt/user32/SetForegroundWindow.s deleted file mode 100644 index 9486058e7..000000000 --- a/libc/nt/user32/SetForegroundWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetForegroundWindow,SetForegroundWindow,2337 diff --git a/libc/nt/user32/SetGestureConfig.S b/libc/nt/user32/SetGestureConfig.S new file mode 100644 index 000000000..b58c76332 --- /dev/null +++ b/libc/nt/user32/SetGestureConfig.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetGestureConfig,SetGestureConfig,2338 diff --git a/libc/nt/user32/SetGestureConfig.s b/libc/nt/user32/SetGestureConfig.s deleted file mode 100644 index 554d948e5..000000000 --- a/libc/nt/user32/SetGestureConfig.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetGestureConfig,SetGestureConfig,2338 diff --git a/libc/nt/user32/SetInternalWindowPos.S b/libc/nt/user32/SetInternalWindowPos.S new file mode 100644 index 000000000..ed18bfe29 --- /dev/null +++ b/libc/nt/user32/SetInternalWindowPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetInternalWindowPos,SetInternalWindowPos,2339 diff --git a/libc/nt/user32/SetInternalWindowPos.s b/libc/nt/user32/SetInternalWindowPos.s deleted file mode 100644 index 3e31c93c1..000000000 --- a/libc/nt/user32/SetInternalWindowPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetInternalWindowPos,SetInternalWindowPos,2339 diff --git a/libc/nt/user32/SetKeyboardState.S b/libc/nt/user32/SetKeyboardState.S new file mode 100644 index 000000000..b7aa535f3 --- /dev/null +++ b/libc/nt/user32/SetKeyboardState.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetKeyboardState,SetKeyboardState,2340 diff --git a/libc/nt/user32/SetKeyboardState.s b/libc/nt/user32/SetKeyboardState.s deleted file mode 100644 index 2740877e6..000000000 --- a/libc/nt/user32/SetKeyboardState.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetKeyboardState,SetKeyboardState,2340 diff --git a/libc/nt/user32/SetLastErrorEx.S b/libc/nt/user32/SetLastErrorEx.S new file mode 100644 index 000000000..40bfa2970 --- /dev/null +++ b/libc/nt/user32/SetLastErrorEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetLastErrorEx,SetLastErrorEx,2341 diff --git a/libc/nt/user32/SetLastErrorEx.s b/libc/nt/user32/SetLastErrorEx.s deleted file mode 100644 index 6b45a0aaa..000000000 --- a/libc/nt/user32/SetLastErrorEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetLastErrorEx,SetLastErrorEx,2341 diff --git a/libc/nt/user32/SetLayeredWindowAttributes.S b/libc/nt/user32/SetLayeredWindowAttributes.S new file mode 100644 index 000000000..9d184c988 --- /dev/null +++ b/libc/nt/user32/SetLayeredWindowAttributes.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetLayeredWindowAttributes,SetLayeredWindowAttributes,2342 diff --git a/libc/nt/user32/SetLayeredWindowAttributes.s b/libc/nt/user32/SetLayeredWindowAttributes.s deleted file mode 100644 index 65bbc13ca..000000000 --- a/libc/nt/user32/SetLayeredWindowAttributes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetLayeredWindowAttributes,SetLayeredWindowAttributes,2342 diff --git a/libc/nt/user32/SetMagnificationDesktopColorEffect.S b/libc/nt/user32/SetMagnificationDesktopColorEffect.S new file mode 100644 index 000000000..fa61842fb --- /dev/null +++ b/libc/nt/user32/SetMagnificationDesktopColorEffect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMagnificationDesktopColorEffect,SetMagnificationDesktopColorEffect,2343 diff --git a/libc/nt/user32/SetMagnificationDesktopColorEffect.s b/libc/nt/user32/SetMagnificationDesktopColorEffect.s deleted file mode 100644 index 90ca19be7..000000000 --- a/libc/nt/user32/SetMagnificationDesktopColorEffect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMagnificationDesktopColorEffect,SetMagnificationDesktopColorEffect,2343 diff --git a/libc/nt/user32/SetMagnificationDesktopMagnification.S b/libc/nt/user32/SetMagnificationDesktopMagnification.S new file mode 100644 index 000000000..ecf197a6e --- /dev/null +++ b/libc/nt/user32/SetMagnificationDesktopMagnification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMagnificationDesktopMagnification,SetMagnificationDesktopMagnification,2344 diff --git a/libc/nt/user32/SetMagnificationDesktopMagnification.s b/libc/nt/user32/SetMagnificationDesktopMagnification.s deleted file mode 100644 index 9e3f3f155..000000000 --- a/libc/nt/user32/SetMagnificationDesktopMagnification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMagnificationDesktopMagnification,SetMagnificationDesktopMagnification,2344 diff --git a/libc/nt/user32/SetMagnificationDesktopSamplingMode.S b/libc/nt/user32/SetMagnificationDesktopSamplingMode.S new file mode 100644 index 000000000..606f34609 --- /dev/null +++ b/libc/nt/user32/SetMagnificationDesktopSamplingMode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMagnificationDesktopSamplingMode,SetMagnificationDesktopSamplingMode,2345 diff --git a/libc/nt/user32/SetMagnificationDesktopSamplingMode.s b/libc/nt/user32/SetMagnificationDesktopSamplingMode.s deleted file mode 100644 index 4f0564365..000000000 --- a/libc/nt/user32/SetMagnificationDesktopSamplingMode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMagnificationDesktopSamplingMode,SetMagnificationDesktopSamplingMode,2345 diff --git a/libc/nt/user32/SetMagnificationLensCtxInformation.S b/libc/nt/user32/SetMagnificationLensCtxInformation.S new file mode 100644 index 000000000..00d7e33e5 --- /dev/null +++ b/libc/nt/user32/SetMagnificationLensCtxInformation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMagnificationLensCtxInformation,SetMagnificationLensCtxInformation,2346 diff --git a/libc/nt/user32/SetMagnificationLensCtxInformation.s b/libc/nt/user32/SetMagnificationLensCtxInformation.s deleted file mode 100644 index af74da7d0..000000000 --- a/libc/nt/user32/SetMagnificationLensCtxInformation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMagnificationLensCtxInformation,SetMagnificationLensCtxInformation,2346 diff --git a/libc/nt/user32/SetMenu.S b/libc/nt/user32/SetMenu.S new file mode 100644 index 000000000..828ca24d2 --- /dev/null +++ b/libc/nt/user32/SetMenu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenu,SetMenu,2347 diff --git a/libc/nt/user32/SetMenu.s b/libc/nt/user32/SetMenu.s deleted file mode 100644 index f0068d0e4..000000000 --- a/libc/nt/user32/SetMenu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenu,SetMenu,2347 diff --git a/libc/nt/user32/SetMenuContextHelpId.S b/libc/nt/user32/SetMenuContextHelpId.S new file mode 100644 index 000000000..d16090bcb --- /dev/null +++ b/libc/nt/user32/SetMenuContextHelpId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenuContextHelpId,SetMenuContextHelpId,2348 diff --git a/libc/nt/user32/SetMenuContextHelpId.s b/libc/nt/user32/SetMenuContextHelpId.s deleted file mode 100644 index 901e402c9..000000000 --- a/libc/nt/user32/SetMenuContextHelpId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenuContextHelpId,SetMenuContextHelpId,2348 diff --git a/libc/nt/user32/SetMenuDefaultItem.S b/libc/nt/user32/SetMenuDefaultItem.S new file mode 100644 index 000000000..5b88f669b --- /dev/null +++ b/libc/nt/user32/SetMenuDefaultItem.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenuDefaultItem,SetMenuDefaultItem,2349 diff --git a/libc/nt/user32/SetMenuDefaultItem.s b/libc/nt/user32/SetMenuDefaultItem.s deleted file mode 100644 index a652724de..000000000 --- a/libc/nt/user32/SetMenuDefaultItem.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenuDefaultItem,SetMenuDefaultItem,2349 diff --git a/libc/nt/user32/SetMenuInfo.S b/libc/nt/user32/SetMenuInfo.S new file mode 100644 index 000000000..b4eb772d3 --- /dev/null +++ b/libc/nt/user32/SetMenuInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenuInfo,SetMenuInfo,2350 diff --git a/libc/nt/user32/SetMenuInfo.s b/libc/nt/user32/SetMenuInfo.s deleted file mode 100644 index bf2d49996..000000000 --- a/libc/nt/user32/SetMenuInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenuInfo,SetMenuInfo,2350 diff --git a/libc/nt/user32/SetMenuItemBitmaps.S b/libc/nt/user32/SetMenuItemBitmaps.S new file mode 100644 index 000000000..2407dcb58 --- /dev/null +++ b/libc/nt/user32/SetMenuItemBitmaps.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenuItemBitmaps,SetMenuItemBitmaps,2351 diff --git a/libc/nt/user32/SetMenuItemBitmaps.s b/libc/nt/user32/SetMenuItemBitmaps.s deleted file mode 100644 index 6ce5de9ef..000000000 --- a/libc/nt/user32/SetMenuItemBitmaps.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenuItemBitmaps,SetMenuItemBitmaps,2351 diff --git a/libc/nt/user32/SetMenuItemInfoW.S b/libc/nt/user32/SetMenuItemInfoW.S new file mode 100644 index 000000000..54158cc2b --- /dev/null +++ b/libc/nt/user32/SetMenuItemInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMenuItemInfoW,SetMenuItemInfoW,2353 diff --git a/libc/nt/user32/SetMenuItemInfoW.s b/libc/nt/user32/SetMenuItemInfoW.s deleted file mode 100644 index 4411401ea..000000000 --- a/libc/nt/user32/SetMenuItemInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMenuItemInfoW,SetMenuItemInfoW,2353 diff --git a/libc/nt/user32/SetMessageExtraInfo.S b/libc/nt/user32/SetMessageExtraInfo.S new file mode 100644 index 000000000..b4e0f0234 --- /dev/null +++ b/libc/nt/user32/SetMessageExtraInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMessageExtraInfo,SetMessageExtraInfo,2354 diff --git a/libc/nt/user32/SetMessageExtraInfo.s b/libc/nt/user32/SetMessageExtraInfo.s deleted file mode 100644 index e41d7a0b5..000000000 --- a/libc/nt/user32/SetMessageExtraInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMessageExtraInfo,SetMessageExtraInfo,2354 diff --git a/libc/nt/user32/SetMessageQueue.S b/libc/nt/user32/SetMessageQueue.S new file mode 100644 index 000000000..a6681755a --- /dev/null +++ b/libc/nt/user32/SetMessageQueue.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMessageQueue,SetMessageQueue,2355 diff --git a/libc/nt/user32/SetMessageQueue.s b/libc/nt/user32/SetMessageQueue.s deleted file mode 100644 index 9245c2058..000000000 --- a/libc/nt/user32/SetMessageQueue.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMessageQueue,SetMessageQueue,2355 diff --git a/libc/nt/user32/SetMirrorRendering.S b/libc/nt/user32/SetMirrorRendering.S new file mode 100644 index 000000000..275b29b57 --- /dev/null +++ b/libc/nt/user32/SetMirrorRendering.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetMirrorRendering,SetMirrorRendering,2356 diff --git a/libc/nt/user32/SetMirrorRendering.s b/libc/nt/user32/SetMirrorRendering.s deleted file mode 100644 index 774936d17..000000000 --- a/libc/nt/user32/SetMirrorRendering.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetMirrorRendering,SetMirrorRendering,2356 diff --git a/libc/nt/user32/SetParent.S b/libc/nt/user32/SetParent.S new file mode 100644 index 000000000..6333c1363 --- /dev/null +++ b/libc/nt/user32/SetParent.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetParent,SetParent,2357 + +#ifdef __x86_64__ + .text.windows +SetParent: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetParent(%rip),%rax + jmp __sysv2nt + .endfn SetParent,globl + .previous +#endif diff --git a/libc/nt/user32/SetParent.s b/libc/nt/user32/SetParent.s deleted file mode 100644 index 2a4b60069..000000000 --- a/libc/nt/user32/SetParent.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetParent,SetParent,2357 - - .text.windows -SetParent: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetParent(%rip),%rax - jmp __sysv2nt - .endfn SetParent,globl - .previous diff --git a/libc/nt/user32/SetPhysicalCursorPos.S b/libc/nt/user32/SetPhysicalCursorPos.S new file mode 100644 index 000000000..93e672b09 --- /dev/null +++ b/libc/nt/user32/SetPhysicalCursorPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetPhysicalCursorPos,SetPhysicalCursorPos,2358 diff --git a/libc/nt/user32/SetPhysicalCursorPos.s b/libc/nt/user32/SetPhysicalCursorPos.s deleted file mode 100644 index 1835ef746..000000000 --- a/libc/nt/user32/SetPhysicalCursorPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetPhysicalCursorPos,SetPhysicalCursorPos,2358 diff --git a/libc/nt/user32/SetProcessDPIAware.S b/libc/nt/user32/SetProcessDPIAware.S new file mode 100644 index 000000000..e5063df37 --- /dev/null +++ b/libc/nt/user32/SetProcessDPIAware.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessDPIAware,SetProcessDPIAware,2359 diff --git a/libc/nt/user32/SetProcessDPIAware.s b/libc/nt/user32/SetProcessDPIAware.s deleted file mode 100644 index 4bcbab615..000000000 --- a/libc/nt/user32/SetProcessDPIAware.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessDPIAware,SetProcessDPIAware,2359 diff --git a/libc/nt/user32/SetProcessDefaultLayout.S b/libc/nt/user32/SetProcessDefaultLayout.S new file mode 100644 index 000000000..7f27212e7 --- /dev/null +++ b/libc/nt/user32/SetProcessDefaultLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessDefaultLayout,SetProcessDefaultLayout,2360 diff --git a/libc/nt/user32/SetProcessDefaultLayout.s b/libc/nt/user32/SetProcessDefaultLayout.s deleted file mode 100644 index 578dd2bf9..000000000 --- a/libc/nt/user32/SetProcessDefaultLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessDefaultLayout,SetProcessDefaultLayout,2360 diff --git a/libc/nt/user32/SetProcessDpiAwarenessContext.S b/libc/nt/user32/SetProcessDpiAwarenessContext.S new file mode 100644 index 000000000..1324a1e10 --- /dev/null +++ b/libc/nt/user32/SetProcessDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessDpiAwarenessContext,SetProcessDpiAwarenessContext,2361 diff --git a/libc/nt/user32/SetProcessDpiAwarenessContext.s b/libc/nt/user32/SetProcessDpiAwarenessContext.s deleted file mode 100644 index 8f7475d01..000000000 --- a/libc/nt/user32/SetProcessDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessDpiAwarenessContext,SetProcessDpiAwarenessContext,2361 diff --git a/libc/nt/user32/SetProcessDpiAwarenessInternal.S b/libc/nt/user32/SetProcessDpiAwarenessInternal.S new file mode 100644 index 000000000..5d6714b08 --- /dev/null +++ b/libc/nt/user32/SetProcessDpiAwarenessInternal.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessDpiAwarenessInternal,SetProcessDpiAwarenessInternal,2362 diff --git a/libc/nt/user32/SetProcessDpiAwarenessInternal.s b/libc/nt/user32/SetProcessDpiAwarenessInternal.s deleted file mode 100644 index 30949bd47..000000000 --- a/libc/nt/user32/SetProcessDpiAwarenessInternal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessDpiAwarenessInternal,SetProcessDpiAwarenessInternal,2362 diff --git a/libc/nt/user32/SetProcessRestrictionExemption.S b/libc/nt/user32/SetProcessRestrictionExemption.S new file mode 100644 index 000000000..9186aba96 --- /dev/null +++ b/libc/nt/user32/SetProcessRestrictionExemption.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessRestrictionExemption,SetProcessRestrictionExemption,2363 diff --git a/libc/nt/user32/SetProcessRestrictionExemption.s b/libc/nt/user32/SetProcessRestrictionExemption.s deleted file mode 100644 index 3fed77dd3..000000000 --- a/libc/nt/user32/SetProcessRestrictionExemption.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessRestrictionExemption,SetProcessRestrictionExemption,2363 diff --git a/libc/nt/user32/SetProcessWindowStation.S b/libc/nt/user32/SetProcessWindowStation.S new file mode 100644 index 000000000..c055c6a9c --- /dev/null +++ b/libc/nt/user32/SetProcessWindowStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProcessWindowStation,SetProcessWindowStation,2364 diff --git a/libc/nt/user32/SetProcessWindowStation.s b/libc/nt/user32/SetProcessWindowStation.s deleted file mode 100644 index 71e40e683..000000000 --- a/libc/nt/user32/SetProcessWindowStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProcessWindowStation,SetProcessWindowStation,2364 diff --git a/libc/nt/user32/SetProgmanWindow.S b/libc/nt/user32/SetProgmanWindow.S new file mode 100644 index 000000000..e75526d5d --- /dev/null +++ b/libc/nt/user32/SetProgmanWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetProgmanWindow,SetProgmanWindow,2365 diff --git a/libc/nt/user32/SetProgmanWindow.s b/libc/nt/user32/SetProgmanWindow.s deleted file mode 100644 index 7dc4ec046..000000000 --- a/libc/nt/user32/SetProgmanWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetProgmanWindow,SetProgmanWindow,2365 diff --git a/libc/nt/user32/SetPropW.S b/libc/nt/user32/SetPropW.S new file mode 100644 index 000000000..6eaefa4f6 --- /dev/null +++ b/libc/nt/user32/SetPropW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetPropW,SetPropW,2367 diff --git a/libc/nt/user32/SetPropW.s b/libc/nt/user32/SetPropW.s deleted file mode 100644 index 4c4329316..000000000 --- a/libc/nt/user32/SetPropW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetPropW,SetPropW,2367 diff --git a/libc/nt/user32/SetRect.S b/libc/nt/user32/SetRect.S new file mode 100644 index 000000000..a6c1b8c9e --- /dev/null +++ b/libc/nt/user32/SetRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetRect,SetRect,2368 diff --git a/libc/nt/user32/SetRect.s b/libc/nt/user32/SetRect.s deleted file mode 100644 index 7503f03db..000000000 --- a/libc/nt/user32/SetRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetRect,SetRect,2368 diff --git a/libc/nt/user32/SetRectEmpty.S b/libc/nt/user32/SetRectEmpty.S new file mode 100644 index 000000000..70f02cdf9 --- /dev/null +++ b/libc/nt/user32/SetRectEmpty.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetRectEmpty,SetRectEmpty,2369 diff --git a/libc/nt/user32/SetRectEmpty.s b/libc/nt/user32/SetRectEmpty.s deleted file mode 100644 index d4198aed3..000000000 --- a/libc/nt/user32/SetRectEmpty.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetRectEmpty,SetRectEmpty,2369 diff --git a/libc/nt/user32/SetScrollInfo.S b/libc/nt/user32/SetScrollInfo.S new file mode 100644 index 000000000..f0340d131 --- /dev/null +++ b/libc/nt/user32/SetScrollInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetScrollInfo,SetScrollInfo,2370 diff --git a/libc/nt/user32/SetScrollInfo.s b/libc/nt/user32/SetScrollInfo.s deleted file mode 100644 index c6128c5c2..000000000 --- a/libc/nt/user32/SetScrollInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetScrollInfo,SetScrollInfo,2370 diff --git a/libc/nt/user32/SetScrollPos.S b/libc/nt/user32/SetScrollPos.S new file mode 100644 index 000000000..7bc599d09 --- /dev/null +++ b/libc/nt/user32/SetScrollPos.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetScrollPos,SetScrollPos,2371 diff --git a/libc/nt/user32/SetScrollPos.s b/libc/nt/user32/SetScrollPos.s deleted file mode 100644 index 950285388..000000000 --- a/libc/nt/user32/SetScrollPos.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetScrollPos,SetScrollPos,2371 diff --git a/libc/nt/user32/SetScrollRange.S b/libc/nt/user32/SetScrollRange.S new file mode 100644 index 000000000..4904cfa28 --- /dev/null +++ b/libc/nt/user32/SetScrollRange.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetScrollRange,SetScrollRange,2372 diff --git a/libc/nt/user32/SetScrollRange.s b/libc/nt/user32/SetScrollRange.s deleted file mode 100644 index 5d93a5abc..000000000 --- a/libc/nt/user32/SetScrollRange.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetScrollRange,SetScrollRange,2372 diff --git a/libc/nt/user32/SetShellWindow.S b/libc/nt/user32/SetShellWindow.S new file mode 100644 index 000000000..5d160b5a0 --- /dev/null +++ b/libc/nt/user32/SetShellWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetShellWindow,SetShellWindow,2373 diff --git a/libc/nt/user32/SetShellWindow.s b/libc/nt/user32/SetShellWindow.s deleted file mode 100644 index 2a749d161..000000000 --- a/libc/nt/user32/SetShellWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetShellWindow,SetShellWindow,2373 diff --git a/libc/nt/user32/SetShellWindowEx.S b/libc/nt/user32/SetShellWindowEx.S new file mode 100644 index 000000000..3c3261f63 --- /dev/null +++ b/libc/nt/user32/SetShellWindowEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetShellWindowEx,SetShellWindowEx,2374 diff --git a/libc/nt/user32/SetShellWindowEx.s b/libc/nt/user32/SetShellWindowEx.s deleted file mode 100644 index 45ffcf908..000000000 --- a/libc/nt/user32/SetShellWindowEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetShellWindowEx,SetShellWindowEx,2374 diff --git a/libc/nt/user32/SetSysColors.S b/libc/nt/user32/SetSysColors.S new file mode 100644 index 000000000..0ce8fd64a --- /dev/null +++ b/libc/nt/user32/SetSysColors.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetSysColors,SetSysColors,2375 diff --git a/libc/nt/user32/SetSysColors.s b/libc/nt/user32/SetSysColors.s deleted file mode 100644 index 558957d17..000000000 --- a/libc/nt/user32/SetSysColors.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetSysColors,SetSysColors,2375 diff --git a/libc/nt/user32/SetSysColorsTemp.S b/libc/nt/user32/SetSysColorsTemp.S new file mode 100644 index 000000000..e99ccbc6c --- /dev/null +++ b/libc/nt/user32/SetSysColorsTemp.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetSysColorsTemp,SetSysColorsTemp,2376 diff --git a/libc/nt/user32/SetSysColorsTemp.s b/libc/nt/user32/SetSysColorsTemp.s deleted file mode 100644 index 48cbe4502..000000000 --- a/libc/nt/user32/SetSysColorsTemp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetSysColorsTemp,SetSysColorsTemp,2376 diff --git a/libc/nt/user32/SetSystemCursor.S b/libc/nt/user32/SetSystemCursor.S new file mode 100644 index 000000000..57f8c51fa --- /dev/null +++ b/libc/nt/user32/SetSystemCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetSystemCursor,SetSystemCursor,2377 diff --git a/libc/nt/user32/SetSystemCursor.s b/libc/nt/user32/SetSystemCursor.s deleted file mode 100644 index f85c34620..000000000 --- a/libc/nt/user32/SetSystemCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetSystemCursor,SetSystemCursor,2377 diff --git a/libc/nt/user32/SetSystemMenu.S b/libc/nt/user32/SetSystemMenu.S new file mode 100644 index 000000000..51e7b11dd --- /dev/null +++ b/libc/nt/user32/SetSystemMenu.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetSystemMenu,SetSystemMenu,2378 diff --git a/libc/nt/user32/SetSystemMenu.s b/libc/nt/user32/SetSystemMenu.s deleted file mode 100644 index 4855f403c..000000000 --- a/libc/nt/user32/SetSystemMenu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetSystemMenu,SetSystemMenu,2378 diff --git a/libc/nt/user32/SetTaskmanWindow.S b/libc/nt/user32/SetTaskmanWindow.S new file mode 100644 index 000000000..e2f881a58 --- /dev/null +++ b/libc/nt/user32/SetTaskmanWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetTaskmanWindow,SetTaskmanWindow,2379 diff --git a/libc/nt/user32/SetTaskmanWindow.s b/libc/nt/user32/SetTaskmanWindow.s deleted file mode 100644 index 2e36ad975..000000000 --- a/libc/nt/user32/SetTaskmanWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetTaskmanWindow,SetTaskmanWindow,2379 diff --git a/libc/nt/user32/SetThreadDesktop.S b/libc/nt/user32/SetThreadDesktop.S new file mode 100644 index 000000000..052031f21 --- /dev/null +++ b/libc/nt/user32/SetThreadDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetThreadDesktop,SetThreadDesktop,2380 diff --git a/libc/nt/user32/SetThreadDesktop.s b/libc/nt/user32/SetThreadDesktop.s deleted file mode 100644 index cd06c575d..000000000 --- a/libc/nt/user32/SetThreadDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetThreadDesktop,SetThreadDesktop,2380 diff --git a/libc/nt/user32/SetThreadDpiAwarenessContext.S b/libc/nt/user32/SetThreadDpiAwarenessContext.S new file mode 100644 index 000000000..bc192bcd3 --- /dev/null +++ b/libc/nt/user32/SetThreadDpiAwarenessContext.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetThreadDpiAwarenessContext,SetThreadDpiAwarenessContext,2381 diff --git a/libc/nt/user32/SetThreadDpiAwarenessContext.s b/libc/nt/user32/SetThreadDpiAwarenessContext.s deleted file mode 100644 index 7c7a2733f..000000000 --- a/libc/nt/user32/SetThreadDpiAwarenessContext.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetThreadDpiAwarenessContext,SetThreadDpiAwarenessContext,2381 diff --git a/libc/nt/user32/SetThreadDpiHostingBehavior.S b/libc/nt/user32/SetThreadDpiHostingBehavior.S new file mode 100644 index 000000000..6bc924205 --- /dev/null +++ b/libc/nt/user32/SetThreadDpiHostingBehavior.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetThreadDpiHostingBehavior,SetThreadDpiHostingBehavior,2382 diff --git a/libc/nt/user32/SetThreadDpiHostingBehavior.s b/libc/nt/user32/SetThreadDpiHostingBehavior.s deleted file mode 100644 index 20d52d67e..000000000 --- a/libc/nt/user32/SetThreadDpiHostingBehavior.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetThreadDpiHostingBehavior,SetThreadDpiHostingBehavior,2382 diff --git a/libc/nt/user32/SetThreadInputBlocked.S b/libc/nt/user32/SetThreadInputBlocked.S new file mode 100644 index 000000000..b7ff0c902 --- /dev/null +++ b/libc/nt/user32/SetThreadInputBlocked.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetThreadInputBlocked,SetThreadInputBlocked,2383 diff --git a/libc/nt/user32/SetThreadInputBlocked.s b/libc/nt/user32/SetThreadInputBlocked.s deleted file mode 100644 index 22fd5fc65..000000000 --- a/libc/nt/user32/SetThreadInputBlocked.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetThreadInputBlocked,SetThreadInputBlocked,2383 diff --git a/libc/nt/user32/SetTimer.S b/libc/nt/user32/SetTimer.S new file mode 100644 index 000000000..1457d089d --- /dev/null +++ b/libc/nt/user32/SetTimer.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetTimer,SetTimer,2384 + +#ifdef __x86_64__ + .text.windows +SetTimer: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetTimer(%rip),%rax + jmp __sysv2nt + .endfn SetTimer,globl + .previous +#endif diff --git a/libc/nt/user32/SetTimer.s b/libc/nt/user32/SetTimer.s deleted file mode 100644 index 6dc97c889..000000000 --- a/libc/nt/user32/SetTimer.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetTimer,SetTimer,2384 - - .text.windows -SetTimer: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetTimer(%rip),%rax - jmp __sysv2nt - .endfn SetTimer,globl - .previous diff --git a/libc/nt/user32/SetUserObjectInformationW.S b/libc/nt/user32/SetUserObjectInformationW.S new file mode 100644 index 000000000..298650f76 --- /dev/null +++ b/libc/nt/user32/SetUserObjectInformationW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetUserObjectInformationW,SetUserObjectInformationW,2386 diff --git a/libc/nt/user32/SetUserObjectInformationW.s b/libc/nt/user32/SetUserObjectInformationW.s deleted file mode 100644 index f0d7f1eb2..000000000 --- a/libc/nt/user32/SetUserObjectInformationW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetUserObjectInformationW,SetUserObjectInformationW,2386 diff --git a/libc/nt/user32/SetUserObjectSecurity.S b/libc/nt/user32/SetUserObjectSecurity.S new file mode 100644 index 000000000..5442ed978 --- /dev/null +++ b/libc/nt/user32/SetUserObjectSecurity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetUserObjectSecurity,SetUserObjectSecurity,2387 diff --git a/libc/nt/user32/SetUserObjectSecurity.s b/libc/nt/user32/SetUserObjectSecurity.s deleted file mode 100644 index 3672f4625..000000000 --- a/libc/nt/user32/SetUserObjectSecurity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetUserObjectSecurity,SetUserObjectSecurity,2387 diff --git a/libc/nt/user32/SetWinEventHook.S b/libc/nt/user32/SetWinEventHook.S new file mode 100644 index 000000000..92ee45c52 --- /dev/null +++ b/libc/nt/user32/SetWinEventHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWinEventHook,SetWinEventHook,2388 diff --git a/libc/nt/user32/SetWinEventHook.s b/libc/nt/user32/SetWinEventHook.s deleted file mode 100644 index 3bbc03014..000000000 --- a/libc/nt/user32/SetWinEventHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWinEventHook,SetWinEventHook,2388 diff --git a/libc/nt/user32/SetWindowBand.S b/libc/nt/user32/SetWindowBand.S new file mode 100644 index 000000000..d5e7e5428 --- /dev/null +++ b/libc/nt/user32/SetWindowBand.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowBand,SetWindowBand,2389 diff --git a/libc/nt/user32/SetWindowBand.s b/libc/nt/user32/SetWindowBand.s deleted file mode 100644 index 742e57f66..000000000 --- a/libc/nt/user32/SetWindowBand.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowBand,SetWindowBand,2389 diff --git a/libc/nt/user32/SetWindowCompositionAttribute.S b/libc/nt/user32/SetWindowCompositionAttribute.S new file mode 100644 index 000000000..82e4c9a52 --- /dev/null +++ b/libc/nt/user32/SetWindowCompositionAttribute.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowCompositionAttribute,SetWindowCompositionAttribute,2390 diff --git a/libc/nt/user32/SetWindowCompositionAttribute.s b/libc/nt/user32/SetWindowCompositionAttribute.s deleted file mode 100644 index aa98ccf15..000000000 --- a/libc/nt/user32/SetWindowCompositionAttribute.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowCompositionAttribute,SetWindowCompositionAttribute,2390 diff --git a/libc/nt/user32/SetWindowCompositionTransition.S b/libc/nt/user32/SetWindowCompositionTransition.S new file mode 100644 index 000000000..7369aab69 --- /dev/null +++ b/libc/nt/user32/SetWindowCompositionTransition.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowCompositionTransition,SetWindowCompositionTransition,2391 diff --git a/libc/nt/user32/SetWindowCompositionTransition.s b/libc/nt/user32/SetWindowCompositionTransition.s deleted file mode 100644 index 81f0a8aec..000000000 --- a/libc/nt/user32/SetWindowCompositionTransition.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowCompositionTransition,SetWindowCompositionTransition,2391 diff --git a/libc/nt/user32/SetWindowContextHelpId.S b/libc/nt/user32/SetWindowContextHelpId.S new file mode 100644 index 000000000..487d22d7e --- /dev/null +++ b/libc/nt/user32/SetWindowContextHelpId.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowContextHelpId,SetWindowContextHelpId,2392 diff --git a/libc/nt/user32/SetWindowContextHelpId.s b/libc/nt/user32/SetWindowContextHelpId.s deleted file mode 100644 index c443e113e..000000000 --- a/libc/nt/user32/SetWindowContextHelpId.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowContextHelpId,SetWindowContextHelpId,2392 diff --git a/libc/nt/user32/SetWindowDisplayAffinity.S b/libc/nt/user32/SetWindowDisplayAffinity.S new file mode 100644 index 000000000..befd16b2f --- /dev/null +++ b/libc/nt/user32/SetWindowDisplayAffinity.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowDisplayAffinity,SetWindowDisplayAffinity,2393 diff --git a/libc/nt/user32/SetWindowDisplayAffinity.s b/libc/nt/user32/SetWindowDisplayAffinity.s deleted file mode 100644 index 0809d37d3..000000000 --- a/libc/nt/user32/SetWindowDisplayAffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowDisplayAffinity,SetWindowDisplayAffinity,2393 diff --git a/libc/nt/user32/SetWindowFeedbackSetting.S b/libc/nt/user32/SetWindowFeedbackSetting.S new file mode 100644 index 000000000..66d176c67 --- /dev/null +++ b/libc/nt/user32/SetWindowFeedbackSetting.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowFeedbackSetting,SetWindowFeedbackSetting,2394 diff --git a/libc/nt/user32/SetWindowFeedbackSetting.s b/libc/nt/user32/SetWindowFeedbackSetting.s deleted file mode 100644 index 2356f0d9f..000000000 --- a/libc/nt/user32/SetWindowFeedbackSetting.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowFeedbackSetting,SetWindowFeedbackSetting,2394 diff --git a/libc/nt/user32/SetWindowLongPtrW.S b/libc/nt/user32/SetWindowLongPtrW.S new file mode 100644 index 000000000..3026df948 --- /dev/null +++ b/libc/nt/user32/SetWindowLongPtrW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowLongPtrW,SetWindowLongPtrW,2397 diff --git a/libc/nt/user32/SetWindowLongPtrW.s b/libc/nt/user32/SetWindowLongPtrW.s deleted file mode 100644 index 6e18c83c1..000000000 --- a/libc/nt/user32/SetWindowLongPtrW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowLongPtrW,SetWindowLongPtrW,2397 diff --git a/libc/nt/user32/SetWindowLongW.S b/libc/nt/user32/SetWindowLongW.S new file mode 100644 index 000000000..c9925b9d9 --- /dev/null +++ b/libc/nt/user32/SetWindowLongW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowLongW,SetWindowLongW,2398 + +#ifdef __x86_64__ + .text.windows +SetWindowLong: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowLongW(%rip),%rax + jmp __sysv2nt + .endfn SetWindowLong,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowLongW.s b/libc/nt/user32/SetWindowLongW.s deleted file mode 100644 index 3b47b3f20..000000000 --- a/libc/nt/user32/SetWindowLongW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowLongW,SetWindowLongW,2398 - - .text.windows -SetWindowLong: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowLongW(%rip),%rax - jmp __sysv2nt - .endfn SetWindowLong,globl - .previous diff --git a/libc/nt/user32/SetWindowPlacement.S b/libc/nt/user32/SetWindowPlacement.S new file mode 100644 index 000000000..e4d589699 --- /dev/null +++ b/libc/nt/user32/SetWindowPlacement.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowPlacement,SetWindowPlacement,2399 + +#ifdef __x86_64__ + .text.windows +SetWindowPlacement: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowPlacement(%rip),%rax + jmp __sysv2nt + .endfn SetWindowPlacement,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowPlacement.s b/libc/nt/user32/SetWindowPlacement.s deleted file mode 100644 index 275ee2e7a..000000000 --- a/libc/nt/user32/SetWindowPlacement.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowPlacement,SetWindowPlacement,2399 - - .text.windows -SetWindowPlacement: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowPlacement(%rip),%rax - jmp __sysv2nt - .endfn SetWindowPlacement,globl - .previous diff --git a/libc/nt/user32/SetWindowPos.S b/libc/nt/user32/SetWindowPos.S new file mode 100644 index 000000000..5ae5825c0 --- /dev/null +++ b/libc/nt/user32/SetWindowPos.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowPos,SetWindowPos,2400 + +#ifdef __x86_64__ + .text.windows +SetWindowPos: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowPos(%rip),%rax + jmp __sysv2nt8 + .endfn SetWindowPos,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowPos.s b/libc/nt/user32/SetWindowPos.s deleted file mode 100644 index e6a14d30e..000000000 --- a/libc/nt/user32/SetWindowPos.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowPos,SetWindowPos,2400 - - .text.windows -SetWindowPos: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowPos(%rip),%rax - jmp __sysv2nt8 - .endfn SetWindowPos,globl - .previous diff --git a/libc/nt/user32/SetWindowRgn.S b/libc/nt/user32/SetWindowRgn.S new file mode 100644 index 000000000..c96bc171f --- /dev/null +++ b/libc/nt/user32/SetWindowRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowRgn,SetWindowRgn,2401 diff --git a/libc/nt/user32/SetWindowRgn.s b/libc/nt/user32/SetWindowRgn.s deleted file mode 100644 index 0367d8913..000000000 --- a/libc/nt/user32/SetWindowRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowRgn,SetWindowRgn,2401 diff --git a/libc/nt/user32/SetWindowRgnEx.S b/libc/nt/user32/SetWindowRgnEx.S new file mode 100644 index 000000000..1a1b64fc3 --- /dev/null +++ b/libc/nt/user32/SetWindowRgnEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowRgnEx,SetWindowRgnEx,2402 diff --git a/libc/nt/user32/SetWindowRgnEx.s b/libc/nt/user32/SetWindowRgnEx.s deleted file mode 100644 index e3b4ce97d..000000000 --- a/libc/nt/user32/SetWindowRgnEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowRgnEx,SetWindowRgnEx,2402 diff --git a/libc/nt/user32/SetWindowStationUser.S b/libc/nt/user32/SetWindowStationUser.S new file mode 100644 index 000000000..9e29f746a --- /dev/null +++ b/libc/nt/user32/SetWindowStationUser.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowStationUser,SetWindowStationUser,2403 diff --git a/libc/nt/user32/SetWindowStationUser.s b/libc/nt/user32/SetWindowStationUser.s deleted file mode 100644 index 77dfaf176..000000000 --- a/libc/nt/user32/SetWindowStationUser.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowStationUser,SetWindowStationUser,2403 diff --git a/libc/nt/user32/SetWindowTextW.S b/libc/nt/user32/SetWindowTextW.S new file mode 100644 index 000000000..bf1891b42 --- /dev/null +++ b/libc/nt/user32/SetWindowTextW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowTextW,SetWindowTextW,2405 + +#ifdef __x86_64__ + .text.windows +SetWindowText: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowTextW(%rip),%rax + jmp __sysv2nt + .endfn SetWindowText,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowTextW.s b/libc/nt/user32/SetWindowTextW.s deleted file mode 100644 index 8b861be4d..000000000 --- a/libc/nt/user32/SetWindowTextW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowTextW,SetWindowTextW,2405 - - .text.windows -SetWindowText: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowTextW(%rip),%rax - jmp __sysv2nt - .endfn SetWindowText,globl - .previous diff --git a/libc/nt/user32/SetWindowWord.S b/libc/nt/user32/SetWindowWord.S new file mode 100644 index 000000000..cf96fb3d5 --- /dev/null +++ b/libc/nt/user32/SetWindowWord.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowWord,SetWindowWord,2406 diff --git a/libc/nt/user32/SetWindowWord.s b/libc/nt/user32/SetWindowWord.s deleted file mode 100644 index 7ca9b7f96..000000000 --- a/libc/nt/user32/SetWindowWord.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowWord,SetWindowWord,2406 diff --git a/libc/nt/user32/SetWindowsHookExW.S b/libc/nt/user32/SetWindowsHookExW.S new file mode 100644 index 000000000..d553d8438 --- /dev/null +++ b/libc/nt/user32/SetWindowsHookExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowsHookExW,SetWindowsHookExW,2409 + +#ifdef __x86_64__ + .text.windows +SetWindowsHookEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowsHookExW(%rip),%rax + jmp __sysv2nt + .endfn SetWindowsHookEx,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowsHookExW.s b/libc/nt/user32/SetWindowsHookExW.s deleted file mode 100644 index f3e46d7f5..000000000 --- a/libc/nt/user32/SetWindowsHookExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowsHookExW,SetWindowsHookExW,2409 - - .text.windows -SetWindowsHookEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowsHookExW(%rip),%rax - jmp __sysv2nt - .endfn SetWindowsHookEx,globl - .previous diff --git a/libc/nt/user32/SetWindowsHookW.S b/libc/nt/user32/SetWindowsHookW.S new file mode 100644 index 000000000..34be62501 --- /dev/null +++ b/libc/nt/user32/SetWindowsHookW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SetWindowsHookW,SetWindowsHookW,2410 + +#ifdef __x86_64__ + .text.windows +SetWindowsHook: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetWindowsHookW(%rip),%rax + jmp __sysv2nt + .endfn SetWindowsHook,globl + .previous +#endif diff --git a/libc/nt/user32/SetWindowsHookW.s b/libc/nt/user32/SetWindowsHookW.s deleted file mode 100644 index 9c09a8fb5..000000000 --- a/libc/nt/user32/SetWindowsHookW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SetWindowsHookW,SetWindowsHookW,2410 - - .text.windows -SetWindowsHook: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetWindowsHookW(%rip),%rax - jmp __sysv2nt - .endfn SetWindowsHook,globl - .previous diff --git a/libc/nt/user32/ShowCaret.S b/libc/nt/user32/ShowCaret.S new file mode 100644 index 000000000..7bf165e5d --- /dev/null +++ b/libc/nt/user32/ShowCaret.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowCaret,ShowCaret,2411 + +#ifdef __x86_64__ + .text.windows +ShowCaret: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ShowCaret(%rip) + leave + ret + .endfn ShowCaret,globl + .previous +#endif diff --git a/libc/nt/user32/ShowCaret.s b/libc/nt/user32/ShowCaret.s deleted file mode 100644 index 375b4c3ce..000000000 --- a/libc/nt/user32/ShowCaret.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowCaret,ShowCaret,2411 - - .text.windows -ShowCaret: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ShowCaret(%rip) - leave - ret - .endfn ShowCaret,globl - .previous diff --git a/libc/nt/user32/ShowCursor.S b/libc/nt/user32/ShowCursor.S new file mode 100644 index 000000000..b1f0ede83 --- /dev/null +++ b/libc/nt/user32/ShowCursor.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowCursor,ShowCursor,2412 + +#ifdef __x86_64__ + .text.windows +ShowCursor: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_ShowCursor(%rip) + leave + ret + .endfn ShowCursor,globl + .previous +#endif diff --git a/libc/nt/user32/ShowCursor.s b/libc/nt/user32/ShowCursor.s deleted file mode 100644 index e07897a76..000000000 --- a/libc/nt/user32/ShowCursor.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowCursor,ShowCursor,2412 - - .text.windows -ShowCursor: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_ShowCursor(%rip) - leave - ret - .endfn ShowCursor,globl - .previous diff --git a/libc/nt/user32/ShowOwnedPopups.S b/libc/nt/user32/ShowOwnedPopups.S new file mode 100644 index 000000000..108d24c88 --- /dev/null +++ b/libc/nt/user32/ShowOwnedPopups.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowOwnedPopups,ShowOwnedPopups,2413 diff --git a/libc/nt/user32/ShowOwnedPopups.s b/libc/nt/user32/ShowOwnedPopups.s deleted file mode 100644 index 9cc9da5d6..000000000 --- a/libc/nt/user32/ShowOwnedPopups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowOwnedPopups,ShowOwnedPopups,2413 diff --git a/libc/nt/user32/ShowScrollBar.S b/libc/nt/user32/ShowScrollBar.S new file mode 100644 index 000000000..ad423ef97 --- /dev/null +++ b/libc/nt/user32/ShowScrollBar.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowScrollBar,ShowScrollBar,2414 diff --git a/libc/nt/user32/ShowScrollBar.s b/libc/nt/user32/ShowScrollBar.s deleted file mode 100644 index 5ba409783..000000000 --- a/libc/nt/user32/ShowScrollBar.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowScrollBar,ShowScrollBar,2414 diff --git a/libc/nt/user32/ShowStartGlass.S b/libc/nt/user32/ShowStartGlass.S new file mode 100644 index 000000000..0dbd8fda2 --- /dev/null +++ b/libc/nt/user32/ShowStartGlass.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowStartGlass,ShowStartGlass,2415 diff --git a/libc/nt/user32/ShowStartGlass.s b/libc/nt/user32/ShowStartGlass.s deleted file mode 100644 index b295fc9a9..000000000 --- a/libc/nt/user32/ShowStartGlass.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowStartGlass,ShowStartGlass,2415 diff --git a/libc/nt/user32/ShowSystemCursor.S b/libc/nt/user32/ShowSystemCursor.S new file mode 100644 index 000000000..102925632 --- /dev/null +++ b/libc/nt/user32/ShowSystemCursor.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowSystemCursor,ShowSystemCursor,2416 diff --git a/libc/nt/user32/ShowSystemCursor.s b/libc/nt/user32/ShowSystemCursor.s deleted file mode 100644 index d46688816..000000000 --- a/libc/nt/user32/ShowSystemCursor.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowSystemCursor,ShowSystemCursor,2416 diff --git a/libc/nt/user32/ShowWindow.S b/libc/nt/user32/ShowWindow.S new file mode 100644 index 000000000..1ede3e238 --- /dev/null +++ b/libc/nt/user32/ShowWindow.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowWindow,ShowWindow,2417 + +#ifdef __x86_64__ + .text.windows +ShowWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ShowWindow(%rip),%rax + jmp __sysv2nt + .endfn ShowWindow,globl + .previous +#endif diff --git a/libc/nt/user32/ShowWindow.s b/libc/nt/user32/ShowWindow.s deleted file mode 100644 index ba2f057d0..000000000 --- a/libc/nt/user32/ShowWindow.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowWindow,ShowWindow,2417 - - .text.windows -ShowWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ShowWindow(%rip),%rax - jmp __sysv2nt - .endfn ShowWindow,globl - .previous diff --git a/libc/nt/user32/ShowWindowAsync.S b/libc/nt/user32/ShowWindowAsync.S new file mode 100644 index 000000000..05dc467c6 --- /dev/null +++ b/libc/nt/user32/ShowWindowAsync.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShowWindowAsync,ShowWindowAsync,2418 diff --git a/libc/nt/user32/ShowWindowAsync.s b/libc/nt/user32/ShowWindowAsync.s deleted file mode 100644 index 3a0bb9376..000000000 --- a/libc/nt/user32/ShowWindowAsync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShowWindowAsync,ShowWindowAsync,2418 diff --git a/libc/nt/user32/ShutdownBlockReasonCreate.S b/libc/nt/user32/ShutdownBlockReasonCreate.S new file mode 100644 index 000000000..bc4901c59 --- /dev/null +++ b/libc/nt/user32/ShutdownBlockReasonCreate.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShutdownBlockReasonCreate,ShutdownBlockReasonCreate,2419 diff --git a/libc/nt/user32/ShutdownBlockReasonCreate.s b/libc/nt/user32/ShutdownBlockReasonCreate.s deleted file mode 100644 index 24f9b4ec6..000000000 --- a/libc/nt/user32/ShutdownBlockReasonCreate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShutdownBlockReasonCreate,ShutdownBlockReasonCreate,2419 diff --git a/libc/nt/user32/ShutdownBlockReasonDestroy.S b/libc/nt/user32/ShutdownBlockReasonDestroy.S new file mode 100644 index 000000000..a3ffae320 --- /dev/null +++ b/libc/nt/user32/ShutdownBlockReasonDestroy.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShutdownBlockReasonDestroy,ShutdownBlockReasonDestroy,2420 diff --git a/libc/nt/user32/ShutdownBlockReasonDestroy.s b/libc/nt/user32/ShutdownBlockReasonDestroy.s deleted file mode 100644 index 84bc2ab78..000000000 --- a/libc/nt/user32/ShutdownBlockReasonDestroy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShutdownBlockReasonDestroy,ShutdownBlockReasonDestroy,2420 diff --git a/libc/nt/user32/ShutdownBlockReasonQuery.S b/libc/nt/user32/ShutdownBlockReasonQuery.S new file mode 100644 index 000000000..30e8a4b4e --- /dev/null +++ b/libc/nt/user32/ShutdownBlockReasonQuery.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ShutdownBlockReasonQuery,ShutdownBlockReasonQuery,2421 diff --git a/libc/nt/user32/ShutdownBlockReasonQuery.s b/libc/nt/user32/ShutdownBlockReasonQuery.s deleted file mode 100644 index a4648bbd5..000000000 --- a/libc/nt/user32/ShutdownBlockReasonQuery.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ShutdownBlockReasonQuery,ShutdownBlockReasonQuery,2421 diff --git a/libc/nt/user32/SignalRedirectionStartComplete.S b/libc/nt/user32/SignalRedirectionStartComplete.S new file mode 100644 index 000000000..465602b92 --- /dev/null +++ b/libc/nt/user32/SignalRedirectionStartComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SignalRedirectionStartComplete,SignalRedirectionStartComplete,2422 diff --git a/libc/nt/user32/SignalRedirectionStartComplete.s b/libc/nt/user32/SignalRedirectionStartComplete.s deleted file mode 100644 index cc1163aef..000000000 --- a/libc/nt/user32/SignalRedirectionStartComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SignalRedirectionStartComplete,SignalRedirectionStartComplete,2422 diff --git a/libc/nt/user32/SkipPointerFrameMessages.S b/libc/nt/user32/SkipPointerFrameMessages.S new file mode 100644 index 000000000..12bc42654 --- /dev/null +++ b/libc/nt/user32/SkipPointerFrameMessages.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SkipPointerFrameMessages,SkipPointerFrameMessages,2423 diff --git a/libc/nt/user32/SkipPointerFrameMessages.s b/libc/nt/user32/SkipPointerFrameMessages.s deleted file mode 100644 index 37f03cb51..000000000 --- a/libc/nt/user32/SkipPointerFrameMessages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SkipPointerFrameMessages,SkipPointerFrameMessages,2423 diff --git a/libc/nt/user32/SoftModalMessageBox.S b/libc/nt/user32/SoftModalMessageBox.S new file mode 100644 index 000000000..5b019d31a --- /dev/null +++ b/libc/nt/user32/SoftModalMessageBox.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SoftModalMessageBox,SoftModalMessageBox,2424 diff --git a/libc/nt/user32/SoftModalMessageBox.s b/libc/nt/user32/SoftModalMessageBox.s deleted file mode 100644 index 0c695c484..000000000 --- a/libc/nt/user32/SoftModalMessageBox.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SoftModalMessageBox,SoftModalMessageBox,2424 diff --git a/libc/nt/user32/SoundSentry.S b/libc/nt/user32/SoundSentry.S new file mode 100644 index 000000000..1c70e8e5b --- /dev/null +++ b/libc/nt/user32/SoundSentry.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SoundSentry,SoundSentry,2425 diff --git a/libc/nt/user32/SoundSentry.s b/libc/nt/user32/SoundSentry.s deleted file mode 100644 index 7b3a27096..000000000 --- a/libc/nt/user32/SoundSentry.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SoundSentry,SoundSentry,2425 diff --git a/libc/nt/user32/SubtractRect.S b/libc/nt/user32/SubtractRect.S new file mode 100644 index 000000000..43813c4b5 --- /dev/null +++ b/libc/nt/user32/SubtractRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SubtractRect,SubtractRect,2426 diff --git a/libc/nt/user32/SubtractRect.s b/libc/nt/user32/SubtractRect.s deleted file mode 100644 index 2978174e7..000000000 --- a/libc/nt/user32/SubtractRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SubtractRect,SubtractRect,2426 diff --git a/libc/nt/user32/SwapMouseButton.S b/libc/nt/user32/SwapMouseButton.S new file mode 100644 index 000000000..17404d259 --- /dev/null +++ b/libc/nt/user32/SwapMouseButton.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SwapMouseButton,SwapMouseButton,2427 diff --git a/libc/nt/user32/SwapMouseButton.s b/libc/nt/user32/SwapMouseButton.s deleted file mode 100644 index 1d168a63d..000000000 --- a/libc/nt/user32/SwapMouseButton.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SwapMouseButton,SwapMouseButton,2427 diff --git a/libc/nt/user32/SwitchDesktop.S b/libc/nt/user32/SwitchDesktop.S new file mode 100644 index 000000000..d98d327e5 --- /dev/null +++ b/libc/nt/user32/SwitchDesktop.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SwitchDesktop,SwitchDesktop,2428 diff --git a/libc/nt/user32/SwitchDesktop.s b/libc/nt/user32/SwitchDesktop.s deleted file mode 100644 index 544be2e04..000000000 --- a/libc/nt/user32/SwitchDesktop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SwitchDesktop,SwitchDesktop,2428 diff --git a/libc/nt/user32/SwitchDesktopWithFade.S b/libc/nt/user32/SwitchDesktopWithFade.S new file mode 100644 index 000000000..0086c85a7 --- /dev/null +++ b/libc/nt/user32/SwitchDesktopWithFade.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SwitchDesktopWithFade,SwitchDesktopWithFade,2429 diff --git a/libc/nt/user32/SwitchDesktopWithFade.s b/libc/nt/user32/SwitchDesktopWithFade.s deleted file mode 100644 index a26d03814..000000000 --- a/libc/nt/user32/SwitchDesktopWithFade.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SwitchDesktopWithFade,SwitchDesktopWithFade,2429 diff --git a/libc/nt/user32/SwitchToThisWindow.S b/libc/nt/user32/SwitchToThisWindow.S new file mode 100644 index 000000000..331f85b97 --- /dev/null +++ b/libc/nt/user32/SwitchToThisWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SwitchToThisWindow,SwitchToThisWindow,2430 diff --git a/libc/nt/user32/SwitchToThisWindow.s b/libc/nt/user32/SwitchToThisWindow.s deleted file mode 100644 index 468edde5d..000000000 --- a/libc/nt/user32/SwitchToThisWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SwitchToThisWindow,SwitchToThisWindow,2430 diff --git a/libc/nt/user32/SystemParametersInfoForDpi.S b/libc/nt/user32/SystemParametersInfoForDpi.S new file mode 100644 index 000000000..11168db5d --- /dev/null +++ b/libc/nt/user32/SystemParametersInfoForDpi.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SystemParametersInfoForDpi,SystemParametersInfoForDpi,2432 diff --git a/libc/nt/user32/SystemParametersInfoForDpi.s b/libc/nt/user32/SystemParametersInfoForDpi.s deleted file mode 100644 index 48b34d2e1..000000000 --- a/libc/nt/user32/SystemParametersInfoForDpi.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SystemParametersInfoForDpi,SystemParametersInfoForDpi,2432 diff --git a/libc/nt/user32/SystemParametersInfoW.S b/libc/nt/user32/SystemParametersInfoW.S new file mode 100644 index 000000000..10131fd1b --- /dev/null +++ b/libc/nt/user32/SystemParametersInfoW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_SystemParametersInfoW,SystemParametersInfoW,2433 diff --git a/libc/nt/user32/SystemParametersInfoW.s b/libc/nt/user32/SystemParametersInfoW.s deleted file mode 100644 index bf556770e..000000000 --- a/libc/nt/user32/SystemParametersInfoW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_SystemParametersInfoW,SystemParametersInfoW,2433 diff --git a/libc/nt/user32/TabbedTextOutW.S b/libc/nt/user32/TabbedTextOutW.S new file mode 100644 index 000000000..d9bec42ac --- /dev/null +++ b/libc/nt/user32/TabbedTextOutW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TabbedTextOutW,TabbedTextOutW,2435 diff --git a/libc/nt/user32/TabbedTextOutW.s b/libc/nt/user32/TabbedTextOutW.s deleted file mode 100644 index 4f822bf74..000000000 --- a/libc/nt/user32/TabbedTextOutW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TabbedTextOutW,TabbedTextOutW,2435 diff --git a/libc/nt/user32/TileChildWindows.S b/libc/nt/user32/TileChildWindows.S new file mode 100644 index 000000000..c901e0374 --- /dev/null +++ b/libc/nt/user32/TileChildWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TileChildWindows,TileChildWindows,2436 diff --git a/libc/nt/user32/TileChildWindows.s b/libc/nt/user32/TileChildWindows.s deleted file mode 100644 index 2dbf4d9db..000000000 --- a/libc/nt/user32/TileChildWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TileChildWindows,TileChildWindows,2436 diff --git a/libc/nt/user32/TileWindows.S b/libc/nt/user32/TileWindows.S new file mode 100644 index 000000000..4fd4de82a --- /dev/null +++ b/libc/nt/user32/TileWindows.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TileWindows,TileWindows,2437 diff --git a/libc/nt/user32/TileWindows.s b/libc/nt/user32/TileWindows.s deleted file mode 100644 index c153267f2..000000000 --- a/libc/nt/user32/TileWindows.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TileWindows,TileWindows,2437 diff --git a/libc/nt/user32/ToAscii.S b/libc/nt/user32/ToAscii.S new file mode 100644 index 000000000..61083c09b --- /dev/null +++ b/libc/nt/user32/ToAscii.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ToAscii,ToAscii,2438 diff --git a/libc/nt/user32/ToAscii.s b/libc/nt/user32/ToAscii.s deleted file mode 100644 index 12e4062d6..000000000 --- a/libc/nt/user32/ToAscii.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ToAscii,ToAscii,2438 diff --git a/libc/nt/user32/ToAsciiEx.S b/libc/nt/user32/ToAsciiEx.S new file mode 100644 index 000000000..5e88125d4 --- /dev/null +++ b/libc/nt/user32/ToAsciiEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ToAsciiEx,ToAsciiEx,2439 diff --git a/libc/nt/user32/ToAsciiEx.s b/libc/nt/user32/ToAsciiEx.s deleted file mode 100644 index 06b693a96..000000000 --- a/libc/nt/user32/ToAsciiEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ToAsciiEx,ToAsciiEx,2439 diff --git a/libc/nt/user32/ToUnicode.S b/libc/nt/user32/ToUnicode.S new file mode 100644 index 000000000..fd7bc66cc --- /dev/null +++ b/libc/nt/user32/ToUnicode.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ToUnicode,ToUnicode,2440 diff --git a/libc/nt/user32/ToUnicode.s b/libc/nt/user32/ToUnicode.s deleted file mode 100644 index d7622ad62..000000000 --- a/libc/nt/user32/ToUnicode.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ToUnicode,ToUnicode,2440 diff --git a/libc/nt/user32/ToUnicodeEx.S b/libc/nt/user32/ToUnicodeEx.S new file mode 100644 index 000000000..fb858b24d --- /dev/null +++ b/libc/nt/user32/ToUnicodeEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ToUnicodeEx,ToUnicodeEx,2441 diff --git a/libc/nt/user32/ToUnicodeEx.s b/libc/nt/user32/ToUnicodeEx.s deleted file mode 100644 index 79e9d009f..000000000 --- a/libc/nt/user32/ToUnicodeEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ToUnicodeEx,ToUnicodeEx,2441 diff --git a/libc/nt/user32/TrackMouseEvent.S b/libc/nt/user32/TrackMouseEvent.S new file mode 100644 index 000000000..534aae496 --- /dev/null +++ b/libc/nt/user32/TrackMouseEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TrackMouseEvent,TrackMouseEvent,2442 diff --git a/libc/nt/user32/TrackMouseEvent.s b/libc/nt/user32/TrackMouseEvent.s deleted file mode 100644 index 9b20a9f96..000000000 --- a/libc/nt/user32/TrackMouseEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TrackMouseEvent,TrackMouseEvent,2442 diff --git a/libc/nt/user32/TrackPopupMenu.S b/libc/nt/user32/TrackPopupMenu.S new file mode 100644 index 000000000..8a1a46c00 --- /dev/null +++ b/libc/nt/user32/TrackPopupMenu.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TrackPopupMenu,TrackPopupMenu,2443 + +#ifdef __x86_64__ + .text.windows +TrackPopupMenu: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_TrackPopupMenu(%rip),%rax + jmp __sysv2nt8 + .endfn TrackPopupMenu,globl + .previous +#endif diff --git a/libc/nt/user32/TrackPopupMenu.s b/libc/nt/user32/TrackPopupMenu.s deleted file mode 100644 index 2f4b88272..000000000 --- a/libc/nt/user32/TrackPopupMenu.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TrackPopupMenu,TrackPopupMenu,2443 - - .text.windows -TrackPopupMenu: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_TrackPopupMenu(%rip),%rax - jmp __sysv2nt8 - .endfn TrackPopupMenu,globl - .previous diff --git a/libc/nt/user32/TrackPopupMenuEx.S b/libc/nt/user32/TrackPopupMenuEx.S new file mode 100644 index 000000000..f6707f6d0 --- /dev/null +++ b/libc/nt/user32/TrackPopupMenuEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TrackPopupMenuEx,TrackPopupMenuEx,2444 diff --git a/libc/nt/user32/TrackPopupMenuEx.s b/libc/nt/user32/TrackPopupMenuEx.s deleted file mode 100644 index 230f939a3..000000000 --- a/libc/nt/user32/TrackPopupMenuEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TrackPopupMenuEx,TrackPopupMenuEx,2444 diff --git a/libc/nt/user32/TranslateAcceleratorW.S b/libc/nt/user32/TranslateAcceleratorW.S new file mode 100644 index 000000000..e37b7bf9d --- /dev/null +++ b/libc/nt/user32/TranslateAcceleratorW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TranslateAcceleratorW,TranslateAcceleratorW,2447 diff --git a/libc/nt/user32/TranslateAcceleratorW.s b/libc/nt/user32/TranslateAcceleratorW.s deleted file mode 100644 index 83613c43e..000000000 --- a/libc/nt/user32/TranslateAcceleratorW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TranslateAcceleratorW,TranslateAcceleratorW,2447 diff --git a/libc/nt/user32/TranslateMDISysAccel.S b/libc/nt/user32/TranslateMDISysAccel.S new file mode 100644 index 000000000..a271217a0 --- /dev/null +++ b/libc/nt/user32/TranslateMDISysAccel.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TranslateMDISysAccel,TranslateMDISysAccel,2448 diff --git a/libc/nt/user32/TranslateMDISysAccel.s b/libc/nt/user32/TranslateMDISysAccel.s deleted file mode 100644 index cd4fe3168..000000000 --- a/libc/nt/user32/TranslateMDISysAccel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TranslateMDISysAccel,TranslateMDISysAccel,2448 diff --git a/libc/nt/user32/TranslateMessage.S b/libc/nt/user32/TranslateMessage.S new file mode 100644 index 000000000..e10c371f5 --- /dev/null +++ b/libc/nt/user32/TranslateMessage.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TranslateMessage,TranslateMessage,2449 + +#ifdef __x86_64__ + .text.windows +TranslateMessage: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_TranslateMessage(%rip) + leave + ret + .endfn TranslateMessage,globl + .previous +#endif diff --git a/libc/nt/user32/TranslateMessage.s b/libc/nt/user32/TranslateMessage.s deleted file mode 100644 index c98c623c1..000000000 --- a/libc/nt/user32/TranslateMessage.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TranslateMessage,TranslateMessage,2449 - - .text.windows -TranslateMessage: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_TranslateMessage(%rip) - leave - ret - .endfn TranslateMessage,globl - .previous diff --git a/libc/nt/user32/TranslateMessageEx.S b/libc/nt/user32/TranslateMessageEx.S new file mode 100644 index 000000000..0787358d5 --- /dev/null +++ b/libc/nt/user32/TranslateMessageEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_TranslateMessageEx,TranslateMessageEx,2450 diff --git a/libc/nt/user32/TranslateMessageEx.s b/libc/nt/user32/TranslateMessageEx.s deleted file mode 100644 index e09da5d8b..000000000 --- a/libc/nt/user32/TranslateMessageEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_TranslateMessageEx,TranslateMessageEx,2450 diff --git a/libc/nt/user32/UndelegateInput.S b/libc/nt/user32/UndelegateInput.S new file mode 100644 index 000000000..374ab3826 --- /dev/null +++ b/libc/nt/user32/UndelegateInput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UndelegateInput,UndelegateInput,2504 diff --git a/libc/nt/user32/UndelegateInput.s b/libc/nt/user32/UndelegateInput.s deleted file mode 100644 index d7d5fddb9..000000000 --- a/libc/nt/user32/UndelegateInput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UndelegateInput,UndelegateInput,2504 diff --git a/libc/nt/user32/UnhookWinEvent.S b/libc/nt/user32/UnhookWinEvent.S new file mode 100644 index 000000000..65ff1c238 --- /dev/null +++ b/libc/nt/user32/UnhookWinEvent.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnhookWinEvent,UnhookWinEvent,2451 diff --git a/libc/nt/user32/UnhookWinEvent.s b/libc/nt/user32/UnhookWinEvent.s deleted file mode 100644 index a81d3f947..000000000 --- a/libc/nt/user32/UnhookWinEvent.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnhookWinEvent,UnhookWinEvent,2451 diff --git a/libc/nt/user32/UnhookWindowsHook.S b/libc/nt/user32/UnhookWindowsHook.S new file mode 100644 index 000000000..96adecb26 --- /dev/null +++ b/libc/nt/user32/UnhookWindowsHook.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnhookWindowsHook,UnhookWindowsHook,2452 + +#ifdef __x86_64__ + .text.windows +UnhookWindowsHook: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_UnhookWindowsHook(%rip),%rax + jmp __sysv2nt + .endfn UnhookWindowsHook,globl + .previous +#endif diff --git a/libc/nt/user32/UnhookWindowsHook.s b/libc/nt/user32/UnhookWindowsHook.s deleted file mode 100644 index 4cabb5700..000000000 --- a/libc/nt/user32/UnhookWindowsHook.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnhookWindowsHook,UnhookWindowsHook,2452 - - .text.windows -UnhookWindowsHook: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_UnhookWindowsHook(%rip),%rax - jmp __sysv2nt - .endfn UnhookWindowsHook,globl - .previous diff --git a/libc/nt/user32/UnhookWindowsHookEx.S b/libc/nt/user32/UnhookWindowsHookEx.S new file mode 100644 index 000000000..0d4ffbae4 --- /dev/null +++ b/libc/nt/user32/UnhookWindowsHookEx.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnhookWindowsHookEx,UnhookWindowsHookEx,2453 + +#ifdef __x86_64__ + .text.windows +UnhookWindowsHookEx: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_UnhookWindowsHookEx(%rip) + leave + ret + .endfn UnhookWindowsHookEx,globl + .previous +#endif diff --git a/libc/nt/user32/UnhookWindowsHookEx.s b/libc/nt/user32/UnhookWindowsHookEx.s deleted file mode 100644 index d70955dac..000000000 --- a/libc/nt/user32/UnhookWindowsHookEx.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnhookWindowsHookEx,UnhookWindowsHookEx,2453 - - .text.windows -UnhookWindowsHookEx: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_UnhookWindowsHookEx(%rip) - leave - ret - .endfn UnhookWindowsHookEx,globl - .previous diff --git a/libc/nt/user32/UnionRect.S b/libc/nt/user32/UnionRect.S new file mode 100644 index 000000000..d6aca6d82 --- /dev/null +++ b/libc/nt/user32/UnionRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnionRect,UnionRect,2454 diff --git a/libc/nt/user32/UnionRect.s b/libc/nt/user32/UnionRect.s deleted file mode 100644 index 34bf1cbd4..000000000 --- a/libc/nt/user32/UnionRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnionRect,UnionRect,2454 diff --git a/libc/nt/user32/UnloadKeyboardLayout.S b/libc/nt/user32/UnloadKeyboardLayout.S new file mode 100644 index 000000000..3c28d98e6 --- /dev/null +++ b/libc/nt/user32/UnloadKeyboardLayout.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnloadKeyboardLayout,UnloadKeyboardLayout,2455 diff --git a/libc/nt/user32/UnloadKeyboardLayout.s b/libc/nt/user32/UnloadKeyboardLayout.s deleted file mode 100644 index 148c39a54..000000000 --- a/libc/nt/user32/UnloadKeyboardLayout.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnloadKeyboardLayout,UnloadKeyboardLayout,2455 diff --git a/libc/nt/user32/UnlockWindowStation.S b/libc/nt/user32/UnlockWindowStation.S new file mode 100644 index 000000000..282aeeadd --- /dev/null +++ b/libc/nt/user32/UnlockWindowStation.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnlockWindowStation,UnlockWindowStation,2456 diff --git a/libc/nt/user32/UnlockWindowStation.s b/libc/nt/user32/UnlockWindowStation.s deleted file mode 100644 index 68b6416a1..000000000 --- a/libc/nt/user32/UnlockWindowStation.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnlockWindowStation,UnlockWindowStation,2456 diff --git a/libc/nt/user32/UnpackDDElParam.S b/libc/nt/user32/UnpackDDElParam.S new file mode 100644 index 000000000..0f2a06f85 --- /dev/null +++ b/libc/nt/user32/UnpackDDElParam.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnpackDDElParam,UnpackDDElParam,2457 diff --git a/libc/nt/user32/UnpackDDElParam.s b/libc/nt/user32/UnpackDDElParam.s deleted file mode 100644 index 8c9625c6a..000000000 --- a/libc/nt/user32/UnpackDDElParam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnpackDDElParam,UnpackDDElParam,2457 diff --git a/libc/nt/user32/UnregisterClassW.S b/libc/nt/user32/UnregisterClassW.S new file mode 100644 index 000000000..638213172 --- /dev/null +++ b/libc/nt/user32/UnregisterClassW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterClassW,UnregisterClassW,2459 diff --git a/libc/nt/user32/UnregisterClassW.s b/libc/nt/user32/UnregisterClassW.s deleted file mode 100644 index 96b96d776..000000000 --- a/libc/nt/user32/UnregisterClassW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterClassW,UnregisterClassW,2459 diff --git a/libc/nt/user32/UnregisterDeviceNotification.S b/libc/nt/user32/UnregisterDeviceNotification.S new file mode 100644 index 000000000..7da2b5e41 --- /dev/null +++ b/libc/nt/user32/UnregisterDeviceNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterDeviceNotification,UnregisterDeviceNotification,2460 diff --git a/libc/nt/user32/UnregisterDeviceNotification.s b/libc/nt/user32/UnregisterDeviceNotification.s deleted file mode 100644 index b8dd3dbb5..000000000 --- a/libc/nt/user32/UnregisterDeviceNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterDeviceNotification,UnregisterDeviceNotification,2460 diff --git a/libc/nt/user32/UnregisterHotKey.S b/libc/nt/user32/UnregisterHotKey.S new file mode 100644 index 000000000..61204e35d --- /dev/null +++ b/libc/nt/user32/UnregisterHotKey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterHotKey,UnregisterHotKey,2461 diff --git a/libc/nt/user32/UnregisterHotKey.s b/libc/nt/user32/UnregisterHotKey.s deleted file mode 100644 index b4b42dbc0..000000000 --- a/libc/nt/user32/UnregisterHotKey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterHotKey,UnregisterHotKey,2461 diff --git a/libc/nt/user32/UnregisterMessagePumpHook.S b/libc/nt/user32/UnregisterMessagePumpHook.S new file mode 100644 index 000000000..de6924263 --- /dev/null +++ b/libc/nt/user32/UnregisterMessagePumpHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterMessagePumpHook,UnregisterMessagePumpHook,2462 diff --git a/libc/nt/user32/UnregisterMessagePumpHook.s b/libc/nt/user32/UnregisterMessagePumpHook.s deleted file mode 100644 index b051a517c..000000000 --- a/libc/nt/user32/UnregisterMessagePumpHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterMessagePumpHook,UnregisterMessagePumpHook,2462 diff --git a/libc/nt/user32/UnregisterPointerInputTarget.S b/libc/nt/user32/UnregisterPointerInputTarget.S new file mode 100644 index 000000000..b059c6992 --- /dev/null +++ b/libc/nt/user32/UnregisterPointerInputTarget.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterPointerInputTarget,UnregisterPointerInputTarget,2463 diff --git a/libc/nt/user32/UnregisterPointerInputTarget.s b/libc/nt/user32/UnregisterPointerInputTarget.s deleted file mode 100644 index 72d1d97aa..000000000 --- a/libc/nt/user32/UnregisterPointerInputTarget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterPointerInputTarget,UnregisterPointerInputTarget,2463 diff --git a/libc/nt/user32/UnregisterPointerInputTargetEx.S b/libc/nt/user32/UnregisterPointerInputTargetEx.S new file mode 100644 index 000000000..2e7473120 --- /dev/null +++ b/libc/nt/user32/UnregisterPointerInputTargetEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterPointerInputTargetEx,UnregisterPointerInputTargetEx,2464 diff --git a/libc/nt/user32/UnregisterPointerInputTargetEx.s b/libc/nt/user32/UnregisterPointerInputTargetEx.s deleted file mode 100644 index 7789cbcc1..000000000 --- a/libc/nt/user32/UnregisterPointerInputTargetEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterPointerInputTargetEx,UnregisterPointerInputTargetEx,2464 diff --git a/libc/nt/user32/UnregisterPowerSettingNotification.S b/libc/nt/user32/UnregisterPowerSettingNotification.S new file mode 100644 index 000000000..9ff3a3da7 --- /dev/null +++ b/libc/nt/user32/UnregisterPowerSettingNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterPowerSettingNotification,UnregisterPowerSettingNotification,2465 diff --git a/libc/nt/user32/UnregisterPowerSettingNotification.s b/libc/nt/user32/UnregisterPowerSettingNotification.s deleted file mode 100644 index dc092b0ec..000000000 --- a/libc/nt/user32/UnregisterPowerSettingNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterPowerSettingNotification,UnregisterPowerSettingNotification,2465 diff --git a/libc/nt/user32/UnregisterSessionPort.S b/libc/nt/user32/UnregisterSessionPort.S new file mode 100644 index 000000000..5e56ce5fb --- /dev/null +++ b/libc/nt/user32/UnregisterSessionPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterSessionPort,UnregisterSessionPort,2466 diff --git a/libc/nt/user32/UnregisterSessionPort.s b/libc/nt/user32/UnregisterSessionPort.s deleted file mode 100644 index 39331da13..000000000 --- a/libc/nt/user32/UnregisterSessionPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterSessionPort,UnregisterSessionPort,2466 diff --git a/libc/nt/user32/UnregisterSuspendResumeNotification.S b/libc/nt/user32/UnregisterSuspendResumeNotification.S new file mode 100644 index 000000000..051c0f004 --- /dev/null +++ b/libc/nt/user32/UnregisterSuspendResumeNotification.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterSuspendResumeNotification,UnregisterSuspendResumeNotification,2467 diff --git a/libc/nt/user32/UnregisterSuspendResumeNotification.s b/libc/nt/user32/UnregisterSuspendResumeNotification.s deleted file mode 100644 index 68633e51e..000000000 --- a/libc/nt/user32/UnregisterSuspendResumeNotification.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterSuspendResumeNotification,UnregisterSuspendResumeNotification,2467 diff --git a/libc/nt/user32/UnregisterTouchWindow.S b/libc/nt/user32/UnregisterTouchWindow.S new file mode 100644 index 000000000..00cd7cc5a --- /dev/null +++ b/libc/nt/user32/UnregisterTouchWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterTouchWindow,UnregisterTouchWindow,2468 diff --git a/libc/nt/user32/UnregisterTouchWindow.s b/libc/nt/user32/UnregisterTouchWindow.s deleted file mode 100644 index 5ba0551c0..000000000 --- a/libc/nt/user32/UnregisterTouchWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterTouchWindow,UnregisterTouchWindow,2468 diff --git a/libc/nt/user32/UnregisterUserApiHook.S b/libc/nt/user32/UnregisterUserApiHook.S new file mode 100644 index 000000000..ad6c82f93 --- /dev/null +++ b/libc/nt/user32/UnregisterUserApiHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UnregisterUserApiHook,UnregisterUserApiHook,2469 diff --git a/libc/nt/user32/UnregisterUserApiHook.s b/libc/nt/user32/UnregisterUserApiHook.s deleted file mode 100644 index bc71dfea1..000000000 --- a/libc/nt/user32/UnregisterUserApiHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UnregisterUserApiHook,UnregisterUserApiHook,2469 diff --git a/libc/nt/user32/UpdateDefaultDesktopThumbnail.S b/libc/nt/user32/UpdateDefaultDesktopThumbnail.S new file mode 100644 index 000000000..649abe88c --- /dev/null +++ b/libc/nt/user32/UpdateDefaultDesktopThumbnail.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdateDefaultDesktopThumbnail,UpdateDefaultDesktopThumbnail,2470 diff --git a/libc/nt/user32/UpdateDefaultDesktopThumbnail.s b/libc/nt/user32/UpdateDefaultDesktopThumbnail.s deleted file mode 100644 index a69e67ff6..000000000 --- a/libc/nt/user32/UpdateDefaultDesktopThumbnail.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdateDefaultDesktopThumbnail,UpdateDefaultDesktopThumbnail,2470 diff --git a/libc/nt/user32/UpdateLayeredWindow.S b/libc/nt/user32/UpdateLayeredWindow.S new file mode 100644 index 000000000..a4860fbdb --- /dev/null +++ b/libc/nt/user32/UpdateLayeredWindow.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdateLayeredWindow,UpdateLayeredWindow,2471 diff --git a/libc/nt/user32/UpdateLayeredWindow.s b/libc/nt/user32/UpdateLayeredWindow.s deleted file mode 100644 index ec1d7366b..000000000 --- a/libc/nt/user32/UpdateLayeredWindow.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdateLayeredWindow,UpdateLayeredWindow,2471 diff --git a/libc/nt/user32/UpdateLayeredWindowIndirect.S b/libc/nt/user32/UpdateLayeredWindowIndirect.S new file mode 100644 index 000000000..201b8a9e1 --- /dev/null +++ b/libc/nt/user32/UpdateLayeredWindowIndirect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdateLayeredWindowIndirect,UpdateLayeredWindowIndirect,2472 diff --git a/libc/nt/user32/UpdateLayeredWindowIndirect.s b/libc/nt/user32/UpdateLayeredWindowIndirect.s deleted file mode 100644 index dd0fa1b73..000000000 --- a/libc/nt/user32/UpdateLayeredWindowIndirect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdateLayeredWindowIndirect,UpdateLayeredWindowIndirect,2472 diff --git a/libc/nt/user32/UpdatePerUserSystemParameters.S b/libc/nt/user32/UpdatePerUserSystemParameters.S new file mode 100644 index 000000000..83c678794 --- /dev/null +++ b/libc/nt/user32/UpdatePerUserSystemParameters.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdatePerUserSystemParameters,UpdatePerUserSystemParameters,2473 diff --git a/libc/nt/user32/UpdatePerUserSystemParameters.s b/libc/nt/user32/UpdatePerUserSystemParameters.s deleted file mode 100644 index f4e9574bf..000000000 --- a/libc/nt/user32/UpdatePerUserSystemParameters.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdatePerUserSystemParameters,UpdatePerUserSystemParameters,2473 diff --git a/libc/nt/user32/UpdateWindow.S b/libc/nt/user32/UpdateWindow.S new file mode 100644 index 000000000..36e6c969d --- /dev/null +++ b/libc/nt/user32/UpdateWindow.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdateWindow,UpdateWindow,2474 + +#ifdef __x86_64__ + .text.windows +UpdateWindow: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_UpdateWindow(%rip) + leave + ret + .endfn UpdateWindow,globl + .previous +#endif diff --git a/libc/nt/user32/UpdateWindow.s b/libc/nt/user32/UpdateWindow.s deleted file mode 100644 index 608c969e4..000000000 --- a/libc/nt/user32/UpdateWindow.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdateWindow,UpdateWindow,2474 - - .text.windows -UpdateWindow: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_UpdateWindow(%rip) - leave - ret - .endfn UpdateWindow,globl - .previous diff --git a/libc/nt/user32/UpdateWindowInputSinkHints.S b/libc/nt/user32/UpdateWindowInputSinkHints.S new file mode 100644 index 000000000..459943327 --- /dev/null +++ b/libc/nt/user32/UpdateWindowInputSinkHints.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UpdateWindowInputSinkHints,UpdateWindowInputSinkHints,2475 diff --git a/libc/nt/user32/UpdateWindowInputSinkHints.s b/libc/nt/user32/UpdateWindowInputSinkHints.s deleted file mode 100644 index 1be4f7c89..000000000 --- a/libc/nt/user32/UpdateWindowInputSinkHints.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UpdateWindowInputSinkHints,UpdateWindowInputSinkHints,2475 diff --git a/libc/nt/user32/User32InitializeImmEntryTable.S b/libc/nt/user32/User32InitializeImmEntryTable.S new file mode 100644 index 000000000..88dd086cb --- /dev/null +++ b/libc/nt/user32/User32InitializeImmEntryTable.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_User32InitializeImmEntryTable,User32InitializeImmEntryTable,2476 diff --git a/libc/nt/user32/User32InitializeImmEntryTable.s b/libc/nt/user32/User32InitializeImmEntryTable.s deleted file mode 100644 index 9b3905991..000000000 --- a/libc/nt/user32/User32InitializeImmEntryTable.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_User32InitializeImmEntryTable,User32InitializeImmEntryTable,2476 diff --git a/libc/nt/user32/UserClientDllInitialize.S b/libc/nt/user32/UserClientDllInitialize.S new file mode 100644 index 000000000..e9a25ec8c --- /dev/null +++ b/libc/nt/user32/UserClientDllInitialize.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserClientDllInitialize,UserClientDllInitialize,2477 diff --git a/libc/nt/user32/UserClientDllInitialize.s b/libc/nt/user32/UserClientDllInitialize.s deleted file mode 100644 index 05c060927..000000000 --- a/libc/nt/user32/UserClientDllInitialize.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserClientDllInitialize,UserClientDllInitialize,2477 diff --git a/libc/nt/user32/UserHandleGrantAccess.S b/libc/nt/user32/UserHandleGrantAccess.S new file mode 100644 index 000000000..d7d82b075 --- /dev/null +++ b/libc/nt/user32/UserHandleGrantAccess.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserHandleGrantAccess,UserHandleGrantAccess,2478 diff --git a/libc/nt/user32/UserHandleGrantAccess.s b/libc/nt/user32/UserHandleGrantAccess.s deleted file mode 100644 index 88406ed3e..000000000 --- a/libc/nt/user32/UserHandleGrantAccess.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserHandleGrantAccess,UserHandleGrantAccess,2478 diff --git a/libc/nt/user32/UserLpkPSMTextOut.S b/libc/nt/user32/UserLpkPSMTextOut.S new file mode 100644 index 000000000..1e903cbb2 --- /dev/null +++ b/libc/nt/user32/UserLpkPSMTextOut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserLpkPSMTextOut,UserLpkPSMTextOut,2479 diff --git a/libc/nt/user32/UserLpkPSMTextOut.s b/libc/nt/user32/UserLpkPSMTextOut.s deleted file mode 100644 index b522b98b2..000000000 --- a/libc/nt/user32/UserLpkPSMTextOut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserLpkPSMTextOut,UserLpkPSMTextOut,2479 diff --git a/libc/nt/user32/UserLpkTabbedTextOut.S b/libc/nt/user32/UserLpkTabbedTextOut.S new file mode 100644 index 000000000..1c177f1d8 --- /dev/null +++ b/libc/nt/user32/UserLpkTabbedTextOut.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserLpkTabbedTextOut,UserLpkTabbedTextOut,2480 diff --git a/libc/nt/user32/UserLpkTabbedTextOut.s b/libc/nt/user32/UserLpkTabbedTextOut.s deleted file mode 100644 index 0cd8bbc75..000000000 --- a/libc/nt/user32/UserLpkTabbedTextOut.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserLpkTabbedTextOut,UserLpkTabbedTextOut,2480 diff --git a/libc/nt/user32/UserRealizePalette.S b/libc/nt/user32/UserRealizePalette.S new file mode 100644 index 000000000..82998eb0d --- /dev/null +++ b/libc/nt/user32/UserRealizePalette.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserRealizePalette,UserRealizePalette,2481 diff --git a/libc/nt/user32/UserRealizePalette.s b/libc/nt/user32/UserRealizePalette.s deleted file mode 100644 index a43d83ed2..000000000 --- a/libc/nt/user32/UserRealizePalette.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserRealizePalette,UserRealizePalette,2481 diff --git a/libc/nt/user32/UserRegisterWowHandlers.S b/libc/nt/user32/UserRegisterWowHandlers.S new file mode 100644 index 000000000..855f48c94 --- /dev/null +++ b/libc/nt/user32/UserRegisterWowHandlers.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_UserRegisterWowHandlers,UserRegisterWowHandlers,2482 diff --git a/libc/nt/user32/UserRegisterWowHandlers.s b/libc/nt/user32/UserRegisterWowHandlers.s deleted file mode 100644 index e217ac38a..000000000 --- a/libc/nt/user32/UserRegisterWowHandlers.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_UserRegisterWowHandlers,UserRegisterWowHandlers,2482 diff --git a/libc/nt/user32/VRipOutput.S b/libc/nt/user32/VRipOutput.S new file mode 100644 index 000000000..5721b36e2 --- /dev/null +++ b/libc/nt/user32/VRipOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_VRipOutput,VRipOutput,2483 diff --git a/libc/nt/user32/VRipOutput.s b/libc/nt/user32/VRipOutput.s deleted file mode 100644 index 97874fccb..000000000 --- a/libc/nt/user32/VRipOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_VRipOutput,VRipOutput,2483 diff --git a/libc/nt/user32/VTagOutput.S b/libc/nt/user32/VTagOutput.S new file mode 100644 index 000000000..1885dccaf --- /dev/null +++ b/libc/nt/user32/VTagOutput.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_VTagOutput,VTagOutput,2484 diff --git a/libc/nt/user32/VTagOutput.s b/libc/nt/user32/VTagOutput.s deleted file mode 100644 index 2ccec5424..000000000 --- a/libc/nt/user32/VTagOutput.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_VTagOutput,VTagOutput,2484 diff --git a/libc/nt/user32/ValidateRect.S b/libc/nt/user32/ValidateRect.S new file mode 100644 index 000000000..ba4f2ffca --- /dev/null +++ b/libc/nt/user32/ValidateRect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ValidateRect,ValidateRect,2485 diff --git a/libc/nt/user32/ValidateRect.s b/libc/nt/user32/ValidateRect.s deleted file mode 100644 index 0ddd2173d..000000000 --- a/libc/nt/user32/ValidateRect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ValidateRect,ValidateRect,2485 diff --git a/libc/nt/user32/ValidateRgn.S b/libc/nt/user32/ValidateRgn.S new file mode 100644 index 000000000..6e00d7e1f --- /dev/null +++ b/libc/nt/user32/ValidateRgn.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_ValidateRgn,ValidateRgn,2486 diff --git a/libc/nt/user32/ValidateRgn.s b/libc/nt/user32/ValidateRgn.s deleted file mode 100644 index 52afc430e..000000000 --- a/libc/nt/user32/ValidateRgn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_ValidateRgn,ValidateRgn,2486 diff --git a/libc/nt/user32/VkKeyScanExW.S b/libc/nt/user32/VkKeyScanExW.S new file mode 100644 index 000000000..23c8ecc2e --- /dev/null +++ b/libc/nt/user32/VkKeyScanExW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_VkKeyScanExW,VkKeyScanExW,2489 diff --git a/libc/nt/user32/VkKeyScanExW.s b/libc/nt/user32/VkKeyScanExW.s deleted file mode 100644 index 43f458f57..000000000 --- a/libc/nt/user32/VkKeyScanExW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_VkKeyScanExW,VkKeyScanExW,2489 diff --git a/libc/nt/user32/VkKeyScanW.S b/libc/nt/user32/VkKeyScanW.S new file mode 100644 index 000000000..ef53c6fce --- /dev/null +++ b/libc/nt/user32/VkKeyScanW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_VkKeyScanW,VkKeyScanW,2490 diff --git a/libc/nt/user32/VkKeyScanW.s b/libc/nt/user32/VkKeyScanW.s deleted file mode 100644 index 20305605d..000000000 --- a/libc/nt/user32/VkKeyScanW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_VkKeyScanW,VkKeyScanW,2490 diff --git a/libc/nt/user32/WCSToMBEx.S b/libc/nt/user32/WCSToMBEx.S new file mode 100644 index 000000000..fc2f4ecf1 --- /dev/null +++ b/libc/nt/user32/WCSToMBEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WCSToMBEx,WCSToMBEx,2491 diff --git a/libc/nt/user32/WCSToMBEx.s b/libc/nt/user32/WCSToMBEx.s deleted file mode 100644 index aa996d380..000000000 --- a/libc/nt/user32/WCSToMBEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WCSToMBEx,WCSToMBEx,2491 diff --git a/libc/nt/user32/WINNLSEnableIME.S b/libc/nt/user32/WINNLSEnableIME.S new file mode 100644 index 000000000..277ecd801 --- /dev/null +++ b/libc/nt/user32/WINNLSEnableIME.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WINNLSEnableIME,WINNLSEnableIME,2492 diff --git a/libc/nt/user32/WINNLSEnableIME.s b/libc/nt/user32/WINNLSEnableIME.s deleted file mode 100644 index 6832a52d5..000000000 --- a/libc/nt/user32/WINNLSEnableIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WINNLSEnableIME,WINNLSEnableIME,2492 diff --git a/libc/nt/user32/WINNLSGetEnableStatus.S b/libc/nt/user32/WINNLSGetEnableStatus.S new file mode 100644 index 000000000..04fdca68e --- /dev/null +++ b/libc/nt/user32/WINNLSGetEnableStatus.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WINNLSGetEnableStatus,WINNLSGetEnableStatus,2493 diff --git a/libc/nt/user32/WINNLSGetEnableStatus.s b/libc/nt/user32/WINNLSGetEnableStatus.s deleted file mode 100644 index 0087c832c..000000000 --- a/libc/nt/user32/WINNLSGetEnableStatus.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WINNLSGetEnableStatus,WINNLSGetEnableStatus,2493 diff --git a/libc/nt/user32/WINNLSGetIMEHotkey.S b/libc/nt/user32/WINNLSGetIMEHotkey.S new file mode 100644 index 000000000..57adb5c71 --- /dev/null +++ b/libc/nt/user32/WINNLSGetIMEHotkey.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WINNLSGetIMEHotkey,WINNLSGetIMEHotkey,2494 diff --git a/libc/nt/user32/WINNLSGetIMEHotkey.s b/libc/nt/user32/WINNLSGetIMEHotkey.s deleted file mode 100644 index f440e626a..000000000 --- a/libc/nt/user32/WINNLSGetIMEHotkey.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WINNLSGetIMEHotkey,WINNLSGetIMEHotkey,2494 diff --git a/libc/nt/user32/WaitForInputIdle.S b/libc/nt/user32/WaitForInputIdle.S new file mode 100644 index 000000000..a5b17444a --- /dev/null +++ b/libc/nt/user32/WaitForInputIdle.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WaitForInputIdle,WaitForInputIdle,2495 + +#ifdef __x86_64__ + .text.windows +WaitForInputIdle: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WaitForInputIdle(%rip),%rax + jmp __sysv2nt + .endfn WaitForInputIdle,globl + .previous +#endif diff --git a/libc/nt/user32/WaitForInputIdle.s b/libc/nt/user32/WaitForInputIdle.s deleted file mode 100644 index ca70e4591..000000000 --- a/libc/nt/user32/WaitForInputIdle.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WaitForInputIdle,WaitForInputIdle,2495 - - .text.windows -WaitForInputIdle: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WaitForInputIdle(%rip),%rax - jmp __sysv2nt - .endfn WaitForInputIdle,globl - .previous diff --git a/libc/nt/user32/WaitForRedirectionStartComplete.S b/libc/nt/user32/WaitForRedirectionStartComplete.S new file mode 100644 index 000000000..2b8edf4be --- /dev/null +++ b/libc/nt/user32/WaitForRedirectionStartComplete.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WaitForRedirectionStartComplete,WaitForRedirectionStartComplete,2496 diff --git a/libc/nt/user32/WaitForRedirectionStartComplete.s b/libc/nt/user32/WaitForRedirectionStartComplete.s deleted file mode 100644 index 979c757dd..000000000 --- a/libc/nt/user32/WaitForRedirectionStartComplete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WaitForRedirectionStartComplete,WaitForRedirectionStartComplete,2496 diff --git a/libc/nt/user32/WaitMessage.S b/libc/nt/user32/WaitMessage.S new file mode 100644 index 000000000..0aec1dc7a --- /dev/null +++ b/libc/nt/user32/WaitMessage.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WaitMessage,WaitMessage,2497 diff --git a/libc/nt/user32/WaitMessage.s b/libc/nt/user32/WaitMessage.s deleted file mode 100644 index 1da00ac37..000000000 --- a/libc/nt/user32/WaitMessage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WaitMessage,WaitMessage,2497 diff --git a/libc/nt/user32/WinHelpW.S b/libc/nt/user32/WinHelpW.S new file mode 100644 index 000000000..da2e1fdf1 --- /dev/null +++ b/libc/nt/user32/WinHelpW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WinHelpW,WinHelpW,2499 diff --git a/libc/nt/user32/WinHelpW.s b/libc/nt/user32/WinHelpW.s deleted file mode 100644 index b6f93309b..000000000 --- a/libc/nt/user32/WinHelpW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WinHelpW,WinHelpW,2499 diff --git a/libc/nt/user32/WindowFromDC.S b/libc/nt/user32/WindowFromDC.S new file mode 100644 index 000000000..f38fa93da --- /dev/null +++ b/libc/nt/user32/WindowFromDC.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WindowFromDC,WindowFromDC,2500 diff --git a/libc/nt/user32/WindowFromDC.s b/libc/nt/user32/WindowFromDC.s deleted file mode 100644 index 07073bc05..000000000 --- a/libc/nt/user32/WindowFromDC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WindowFromDC,WindowFromDC,2500 diff --git a/libc/nt/user32/WindowFromPhysicalPoint.S b/libc/nt/user32/WindowFromPhysicalPoint.S new file mode 100644 index 000000000..d963cc718 --- /dev/null +++ b/libc/nt/user32/WindowFromPhysicalPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WindowFromPhysicalPoint,WindowFromPhysicalPoint,2501 diff --git a/libc/nt/user32/WindowFromPhysicalPoint.s b/libc/nt/user32/WindowFromPhysicalPoint.s deleted file mode 100644 index b47984b24..000000000 --- a/libc/nt/user32/WindowFromPhysicalPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WindowFromPhysicalPoint,WindowFromPhysicalPoint,2501 diff --git a/libc/nt/user32/WindowFromPoint.S b/libc/nt/user32/WindowFromPoint.S new file mode 100644 index 000000000..2ffe83879 --- /dev/null +++ b/libc/nt/user32/WindowFromPoint.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp user32,__imp_WindowFromPoint,WindowFromPoint,2502 diff --git a/libc/nt/user32/WindowFromPoint.s b/libc/nt/user32/WindowFromPoint.s deleted file mode 100644 index 1f0aa4add..000000000 --- a/libc/nt/user32/WindowFromPoint.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp user32,__imp_WindowFromPoint,WindowFromPoint,2502 diff --git a/libc/nt/ws2_32/FreeAddrInfoExW.S b/libc/nt/ws2_32/FreeAddrInfoExW.S new file mode 100644 index 000000000..6d6ce51a5 --- /dev/null +++ b/libc/nt/ws2_32/FreeAddrInfoExW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_FreeAddrInfoExW,FreeAddrInfoExW,26 + +#ifdef __x86_64__ + .text.windows +FreeAddrInfoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FreeAddrInfoExW(%rip) + leave + ret + .endfn FreeAddrInfoEx,globl + .previous +#endif diff --git a/libc/nt/ws2_32/FreeAddrInfoExW.s b/libc/nt/ws2_32/FreeAddrInfoExW.s deleted file mode 100644 index 16dfa5493..000000000 --- a/libc/nt/ws2_32/FreeAddrInfoExW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_FreeAddrInfoExW,FreeAddrInfoExW,26 - - .text.windows -FreeAddrInfoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FreeAddrInfoExW(%rip) - leave - ret - .endfn FreeAddrInfoEx,globl - .previous diff --git a/libc/nt/ws2_32/FreeAddrInfoW.S b/libc/nt/ws2_32/FreeAddrInfoW.S new file mode 100644 index 000000000..c8fdab96b --- /dev/null +++ b/libc/nt/ws2_32/FreeAddrInfoW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_FreeAddrInfoW,FreeAddrInfoW,27 + +#ifdef __x86_64__ + .text.windows +FreeAddrInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_FreeAddrInfoW(%rip) + leave + ret + .endfn FreeAddrInfo,globl + .previous +#endif diff --git a/libc/nt/ws2_32/FreeAddrInfoW.s b/libc/nt/ws2_32/FreeAddrInfoW.s deleted file mode 100644 index 38a4c2684..000000000 --- a/libc/nt/ws2_32/FreeAddrInfoW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_FreeAddrInfoW,FreeAddrInfoW,27 - - .text.windows -FreeAddrInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_FreeAddrInfoW(%rip) - leave - ret - .endfn FreeAddrInfo,globl - .previous diff --git a/libc/nt/ws2_32/GetAddrInfoExCancel.S b/libc/nt/ws2_32/GetAddrInfoExCancel.S new file mode 100644 index 000000000..d31b78a8a --- /dev/null +++ b/libc/nt/ws2_32/GetAddrInfoExCancel.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetAddrInfoExCancel,GetAddrInfoExCancel,29 + +#ifdef __x86_64__ + .text.windows +GetAddrInfoExCancel: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetAddrInfoExCancel(%rip) + leave + ret + .endfn GetAddrInfoExCancel,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetAddrInfoExCancel.s b/libc/nt/ws2_32/GetAddrInfoExCancel.s deleted file mode 100644 index 6c2b7efd9..000000000 --- a/libc/nt/ws2_32/GetAddrInfoExCancel.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetAddrInfoExCancel,GetAddrInfoExCancel,29 - - .text.windows -GetAddrInfoExCancel: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetAddrInfoExCancel(%rip) - leave - ret - .endfn GetAddrInfoExCancel,globl - .previous diff --git a/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.S b/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.S new file mode 100644 index 000000000..986bac8a4 --- /dev/null +++ b/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetAddrInfoExOverlappedResult,GetAddrInfoExOverlappedResult,30 + +#ifdef __x86_64__ + .text.windows +GetAddrInfoExOverlappedResult: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_GetAddrInfoExOverlappedResult(%rip) + leave + ret + .endfn GetAddrInfoExOverlappedResult,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.s b/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.s deleted file mode 100644 index 982e352a7..000000000 --- a/libc/nt/ws2_32/GetAddrInfoExOverlappedResult.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetAddrInfoExOverlappedResult,GetAddrInfoExOverlappedResult,30 - - .text.windows -GetAddrInfoExOverlappedResult: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_GetAddrInfoExOverlappedResult(%rip) - leave - ret - .endfn GetAddrInfoExOverlappedResult,globl - .previous diff --git a/libc/nt/ws2_32/GetAddrInfoExW.S b/libc/nt/ws2_32/GetAddrInfoExW.S new file mode 100644 index 000000000..183f62d84 --- /dev/null +++ b/libc/nt/ws2_32/GetAddrInfoExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetAddrInfoExW,GetAddrInfoExW,31 + +#ifdef __x86_64__ + .text.windows +GetAddrInfoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAddrInfoExW(%rip),%rax + jmp __sysv2nt10 + .endfn GetAddrInfoEx,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetAddrInfoExW.s b/libc/nt/ws2_32/GetAddrInfoExW.s deleted file mode 100644 index b9d0fe6d3..000000000 --- a/libc/nt/ws2_32/GetAddrInfoExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetAddrInfoExW,GetAddrInfoExW,31 - - .text.windows -GetAddrInfoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAddrInfoExW(%rip),%rax - jmp __sysv2nt10 - .endfn GetAddrInfoEx,globl - .previous diff --git a/libc/nt/ws2_32/GetAddrInfoW.S b/libc/nt/ws2_32/GetAddrInfoW.S new file mode 100644 index 000000000..7e215faa6 --- /dev/null +++ b/libc/nt/ws2_32/GetAddrInfoW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetAddrInfoW,GetAddrInfoW,32 + +#ifdef __x86_64__ + .text.windows +GetAddrInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetAddrInfoW(%rip),%rax + jmp __sysv2nt + .endfn GetAddrInfo,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetAddrInfoW.s b/libc/nt/ws2_32/GetAddrInfoW.s deleted file mode 100644 index b9662e5af..000000000 --- a/libc/nt/ws2_32/GetAddrInfoW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetAddrInfoW,GetAddrInfoW,32 - - .text.windows -GetAddrInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetAddrInfoW(%rip),%rax - jmp __sysv2nt - .endfn GetAddrInfo,globl - .previous diff --git a/libc/nt/ws2_32/GetHostNameW.S b/libc/nt/ws2_32/GetHostNameW.S new file mode 100644 index 000000000..4c880f19c --- /dev/null +++ b/libc/nt/ws2_32/GetHostNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetHostNameW,GetHostNameW,33 + +#ifdef __x86_64__ + .text.windows +GetHostName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetHostNameW(%rip),%rax + jmp __sysv2nt + .endfn GetHostName,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetHostNameW.s b/libc/nt/ws2_32/GetHostNameW.s deleted file mode 100644 index 6e85d6ed8..000000000 --- a/libc/nt/ws2_32/GetHostNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetHostNameW,GetHostNameW,33 - - .text.windows -GetHostName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetHostNameW(%rip),%rax - jmp __sysv2nt - .endfn GetHostName,globl - .previous diff --git a/libc/nt/ws2_32/GetNameInfoW.S b/libc/nt/ws2_32/GetNameInfoW.S new file mode 100644 index 000000000..c64336e60 --- /dev/null +++ b/libc/nt/ws2_32/GetNameInfoW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_GetNameInfoW,GetNameInfoW,34 + +#ifdef __x86_64__ + .text.windows +GetNameInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_GetNameInfoW(%rip),%rax + jmp __sysv2nt8 + .endfn GetNameInfo,globl + .previous +#endif diff --git a/libc/nt/ws2_32/GetNameInfoW.s b/libc/nt/ws2_32/GetNameInfoW.s deleted file mode 100644 index d7803f640..000000000 --- a/libc/nt/ws2_32/GetNameInfoW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_GetNameInfoW,GetNameInfoW,34 - - .text.windows -GetNameInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_GetNameInfoW(%rip),%rax - jmp __sysv2nt8 - .endfn GetNameInfo,globl - .previous diff --git a/libc/nt/ws2_32/SetAddrInfoExW.S b/libc/nt/ws2_32/SetAddrInfoExW.S new file mode 100644 index 000000000..885f5e400 --- /dev/null +++ b/libc/nt/ws2_32/SetAddrInfoExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_SetAddrInfoExW,SetAddrInfoExW,38 + +#ifdef __x86_64__ + .text.windows +SetAddrInfoEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_SetAddrInfoExW(%rip),%rax + jmp __sysv2nt12 + .endfn SetAddrInfoEx,globl + .previous +#endif diff --git a/libc/nt/ws2_32/SetAddrInfoExW.s b/libc/nt/ws2_32/SetAddrInfoExW.s deleted file mode 100644 index 65e9adedf..000000000 --- a/libc/nt/ws2_32/SetAddrInfoExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_SetAddrInfoExW,SetAddrInfoExW,38 - - .text.windows -SetAddrInfoEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_SetAddrInfoExW(%rip),%rax - jmp __sysv2nt12 - .endfn SetAddrInfoEx,globl - .previous diff --git a/libc/nt/ws2_32/WSAAccept.S b/libc/nt/ws2_32/WSAAccept.S new file mode 100644 index 000000000..35676ea88 --- /dev/null +++ b/libc/nt/ws2_32/WSAAccept.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAccept,WSAAccept,41 + +#ifdef __x86_64__ + .text.windows +WSAAccept: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAccept(%rip),%rax + jmp __sysv2nt6 + .endfn WSAAccept,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAccept.s b/libc/nt/ws2_32/WSAAccept.s deleted file mode 100644 index 64a30bf5d..000000000 --- a/libc/nt/ws2_32/WSAAccept.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAccept,WSAAccept,41 - - .text.windows -WSAAccept: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAccept(%rip),%rax - jmp __sysv2nt6 - .endfn WSAAccept,globl - .previous diff --git a/libc/nt/ws2_32/WSAAddressToStringW.S b/libc/nt/ws2_32/WSAAddressToStringW.S new file mode 100644 index 000000000..b303d9d20 --- /dev/null +++ b/libc/nt/ws2_32/WSAAddressToStringW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAddressToStringW,WSAAddressToStringW,43 + +#ifdef __x86_64__ + .text.windows +WSAAddressToString: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAddressToStringW(%rip),%rax + jmp __sysv2nt6 + .endfn WSAAddressToString,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAddressToStringW.s b/libc/nt/ws2_32/WSAAddressToStringW.s deleted file mode 100644 index 1a1688ed5..000000000 --- a/libc/nt/ws2_32/WSAAddressToStringW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAddressToStringW,WSAAddressToStringW,43 - - .text.windows -WSAAddressToString: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAddressToStringW(%rip),%rax - jmp __sysv2nt6 - .endfn WSAAddressToString,globl - .previous diff --git a/libc/nt/ws2_32/WSAAsyncGetHostByAddr.S b/libc/nt/ws2_32/WSAAsyncGetHostByAddr.S new file mode 100644 index 000000000..7d32601da --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetHostByAddr.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetHostByAddr,WSAAsyncGetHostByAddr,102 + +#ifdef __x86_64__ + .text.windows +WSAAsyncGetHostByAddr: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAsyncGetHostByAddr(%rip),%rax + jmp __sysv2nt8 + .endfn WSAAsyncGetHostByAddr,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAsyncGetHostByAddr.s b/libc/nt/ws2_32/WSAAsyncGetHostByAddr.s deleted file mode 100644 index c3ca8781a..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetHostByAddr.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetHostByAddr,WSAAsyncGetHostByAddr,102 - - .text.windows -WSAAsyncGetHostByAddr: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAsyncGetHostByAddr(%rip),%rax - jmp __sysv2nt8 - .endfn WSAAsyncGetHostByAddr,globl - .previous diff --git a/libc/nt/ws2_32/WSAAsyncGetHostByName.S b/libc/nt/ws2_32/WSAAsyncGetHostByName.S new file mode 100644 index 000000000..222cd8acf --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetHostByName.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetHostByName,WSAAsyncGetHostByName,103 + +#ifdef __x86_64__ + .text.windows +WSAAsyncGetHostByName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAsyncGetHostByName(%rip),%rax + jmp __sysv2nt6 + .endfn WSAAsyncGetHostByName,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAsyncGetHostByName.s b/libc/nt/ws2_32/WSAAsyncGetHostByName.s deleted file mode 100644 index efbf7212d..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetHostByName.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetHostByName,WSAAsyncGetHostByName,103 - - .text.windows -WSAAsyncGetHostByName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAsyncGetHostByName(%rip),%rax - jmp __sysv2nt6 - .endfn WSAAsyncGetHostByName,globl - .previous diff --git a/libc/nt/ws2_32/WSAAsyncGetProtoByName.S b/libc/nt/ws2_32/WSAAsyncGetProtoByName.S new file mode 100644 index 000000000..0abee986d --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetProtoByName.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetProtoByName,WSAAsyncGetProtoByName,105 + +#ifdef __x86_64__ + .text.windows +WSAAsyncGetProtoByName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAsyncGetProtoByName(%rip),%rax + jmp __sysv2nt6 + .endfn WSAAsyncGetProtoByName,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAsyncGetProtoByName.s b/libc/nt/ws2_32/WSAAsyncGetProtoByName.s deleted file mode 100644 index 85c7f9abe..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetProtoByName.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetProtoByName,WSAAsyncGetProtoByName,105 - - .text.windows -WSAAsyncGetProtoByName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAsyncGetProtoByName(%rip),%rax - jmp __sysv2nt6 - .endfn WSAAsyncGetProtoByName,globl - .previous diff --git a/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.S b/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.S new file mode 100644 index 000000000..05761d261 --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetProtoByNumber,WSAAsyncGetProtoByNumber,104 + +#ifdef __x86_64__ + .text.windows +WSAAsyncGetProtoByNumber: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAAsyncGetProtoByNumber(%rip),%rax + jmp __sysv2nt6 + .endfn WSAAsyncGetProtoByNumber,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.s b/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.s deleted file mode 100644 index 6e8a2d016..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetProtoByNumber.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetProtoByNumber,WSAAsyncGetProtoByNumber,104 - - .text.windows -WSAAsyncGetProtoByNumber: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAAsyncGetProtoByNumber(%rip),%rax - jmp __sysv2nt6 - .endfn WSAAsyncGetProtoByNumber,globl - .previous diff --git a/libc/nt/ws2_32/WSAAsyncGetServByName.S b/libc/nt/ws2_32/WSAAsyncGetServByName.S new file mode 100644 index 000000000..66cca9aaa --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetServByName.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetServByName,WSAAsyncGetServByName,107 diff --git a/libc/nt/ws2_32/WSAAsyncGetServByName.s b/libc/nt/ws2_32/WSAAsyncGetServByName.s deleted file mode 100644 index 2c0139bc2..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetServByName.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetServByName,WSAAsyncGetServByName,107 diff --git a/libc/nt/ws2_32/WSAAsyncGetServByPort.S b/libc/nt/ws2_32/WSAAsyncGetServByPort.S new file mode 100644 index 000000000..b7425c417 --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncGetServByPort.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncGetServByPort,WSAAsyncGetServByPort,106 diff --git a/libc/nt/ws2_32/WSAAsyncGetServByPort.s b/libc/nt/ws2_32/WSAAsyncGetServByPort.s deleted file mode 100644 index ea9a229de..000000000 --- a/libc/nt/ws2_32/WSAAsyncGetServByPort.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncGetServByPort,WSAAsyncGetServByPort,106 diff --git a/libc/nt/ws2_32/WSAAsyncSelect.S b/libc/nt/ws2_32/WSAAsyncSelect.S new file mode 100644 index 000000000..9d2ad1b78 --- /dev/null +++ b/libc/nt/ws2_32/WSAAsyncSelect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAAsyncSelect,WSAAsyncSelect,101 diff --git a/libc/nt/ws2_32/WSAAsyncSelect.s b/libc/nt/ws2_32/WSAAsyncSelect.s deleted file mode 100644 index a83e37f47..000000000 --- a/libc/nt/ws2_32/WSAAsyncSelect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAAsyncSelect,WSAAsyncSelect,101 diff --git a/libc/nt/ws2_32/WSACancelAsyncRequest.S b/libc/nt/ws2_32/WSACancelAsyncRequest.S new file mode 100644 index 000000000..69b641476 --- /dev/null +++ b/libc/nt/ws2_32/WSACancelAsyncRequest.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSACancelAsyncRequest,WSACancelAsyncRequest,108 diff --git a/libc/nt/ws2_32/WSACancelAsyncRequest.s b/libc/nt/ws2_32/WSACancelAsyncRequest.s deleted file mode 100644 index 5f65429a0..000000000 --- a/libc/nt/ws2_32/WSACancelAsyncRequest.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSACancelAsyncRequest,WSACancelAsyncRequest,108 diff --git a/libc/nt/ws2_32/WSACancelBlockingCall.S b/libc/nt/ws2_32/WSACancelBlockingCall.S new file mode 100644 index 000000000..9d4fe62e9 --- /dev/null +++ b/libc/nt/ws2_32/WSACancelBlockingCall.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSACancelBlockingCall,WSACancelBlockingCall,113 diff --git a/libc/nt/ws2_32/WSACancelBlockingCall.s b/libc/nt/ws2_32/WSACancelBlockingCall.s deleted file mode 100644 index aed60a7e2..000000000 --- a/libc/nt/ws2_32/WSACancelBlockingCall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSACancelBlockingCall,WSACancelBlockingCall,113 diff --git a/libc/nt/ws2_32/WSACleanup.S b/libc/nt/ws2_32/WSACleanup.S new file mode 100644 index 000000000..19ea98ed5 --- /dev/null +++ b/libc/nt/ws2_32/WSACleanup.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSACleanup,WSACleanup,116 + +#ifdef __x86_64__ + .text.windows +WSACleanup: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_WSACleanup(%rip) + leave + ret + .endfn WSACleanup,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSACleanup.s b/libc/nt/ws2_32/WSACleanup.s deleted file mode 100644 index c7933b823..000000000 --- a/libc/nt/ws2_32/WSACleanup.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSACleanup,WSACleanup,116 - - .text.windows -WSACleanup: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_WSACleanup(%rip) - leave - ret - .endfn WSACleanup,globl - .previous diff --git a/libc/nt/ws2_32/WSACloseEvent.S b/libc/nt/ws2_32/WSACloseEvent.S new file mode 100644 index 000000000..f4fc1c5f9 --- /dev/null +++ b/libc/nt/ws2_32/WSACloseEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSACloseEvent,WSACloseEvent,45 + +#ifdef __x86_64__ + .text.windows +WSACloseEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSACloseEvent(%rip) + leave + ret + .endfn WSACloseEvent,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSACloseEvent.s b/libc/nt/ws2_32/WSACloseEvent.s deleted file mode 100644 index 9efebb562..000000000 --- a/libc/nt/ws2_32/WSACloseEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSACloseEvent,WSACloseEvent,45 - - .text.windows -WSACloseEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSACloseEvent(%rip) - leave - ret - .endfn WSACloseEvent,globl - .previous diff --git a/libc/nt/ws2_32/WSAConnect.S b/libc/nt/ws2_32/WSAConnect.S new file mode 100644 index 000000000..a4c4fd0c2 --- /dev/null +++ b/libc/nt/ws2_32/WSAConnect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAConnect,WSAConnect,46 + +#ifdef __x86_64__ + .text.windows +WSAConnect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAConnect(%rip),%rax + jmp __sysv2nt8 + .endfn WSAConnect,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAConnect.s b/libc/nt/ws2_32/WSAConnect.s deleted file mode 100644 index b7bfe37b1..000000000 --- a/libc/nt/ws2_32/WSAConnect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAConnect,WSAConnect,46 - - .text.windows -WSAConnect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAConnect(%rip),%rax - jmp __sysv2nt8 - .endfn WSAConnect,globl - .previous diff --git a/libc/nt/ws2_32/WSAConnectByList.S b/libc/nt/ws2_32/WSAConnectByList.S new file mode 100644 index 000000000..585e5b195 --- /dev/null +++ b/libc/nt/ws2_32/WSAConnectByList.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAConnectByList,WSAConnectByList,47 + +#ifdef __x86_64__ + .text.windows +WSAConnectByList: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAConnectByList(%rip),%rax + jmp __sysv2nt8 + .endfn WSAConnectByList,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAConnectByList.s b/libc/nt/ws2_32/WSAConnectByList.s deleted file mode 100644 index 18a3314b1..000000000 --- a/libc/nt/ws2_32/WSAConnectByList.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAConnectByList,WSAConnectByList,47 - - .text.windows -WSAConnectByList: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAConnectByList(%rip),%rax - jmp __sysv2nt8 - .endfn WSAConnectByList,globl - .previous diff --git a/libc/nt/ws2_32/WSAConnectByNameW.S b/libc/nt/ws2_32/WSAConnectByNameW.S new file mode 100644 index 000000000..08aa2b237 --- /dev/null +++ b/libc/nt/ws2_32/WSAConnectByNameW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAConnectByNameW,WSAConnectByNameW,49 + +#ifdef __x86_64__ + .text.windows +WSAConnectByName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAConnectByNameW(%rip),%rax + jmp __sysv2nt10 + .endfn WSAConnectByName,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAConnectByNameW.s b/libc/nt/ws2_32/WSAConnectByNameW.s deleted file mode 100644 index 43b9fedae..000000000 --- a/libc/nt/ws2_32/WSAConnectByNameW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAConnectByNameW,WSAConnectByNameW,49 - - .text.windows -WSAConnectByName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAConnectByNameW(%rip),%rax - jmp __sysv2nt10 - .endfn WSAConnectByName,globl - .previous diff --git a/libc/nt/ws2_32/WSACreateEvent.S b/libc/nt/ws2_32/WSACreateEvent.S new file mode 100644 index 000000000..cac342f45 --- /dev/null +++ b/libc/nt/ws2_32/WSACreateEvent.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSACreateEvent,WSACreateEvent,50 + +#ifdef __x86_64__ + .text.windows +WSACreateEvent: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_WSACreateEvent(%rip) + leave + ret + .endfn WSACreateEvent,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSACreateEvent.s b/libc/nt/ws2_32/WSACreateEvent.s deleted file mode 100644 index 6e012e86f..000000000 --- a/libc/nt/ws2_32/WSACreateEvent.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSACreateEvent,WSACreateEvent,50 - - .text.windows -WSACreateEvent: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_WSACreateEvent(%rip) - leave - ret - .endfn WSACreateEvent,globl - .previous diff --git a/libc/nt/ws2_32/WSADuplicateSocketW.S b/libc/nt/ws2_32/WSADuplicateSocketW.S new file mode 100644 index 000000000..8bea610b5 --- /dev/null +++ b/libc/nt/ws2_32/WSADuplicateSocketW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSADuplicateSocketW,WSADuplicateSocketW,59 + +#ifdef __x86_64__ + .text.windows +WSADuplicateSocket: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSADuplicateSocketW(%rip),%rax + jmp __sysv2nt + .endfn WSADuplicateSocket,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSADuplicateSocketW.s b/libc/nt/ws2_32/WSADuplicateSocketW.s deleted file mode 100644 index 760a78893..000000000 --- a/libc/nt/ws2_32/WSADuplicateSocketW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSADuplicateSocketW,WSADuplicateSocketW,59 - - .text.windows -WSADuplicateSocket: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSADuplicateSocketW(%rip),%rax - jmp __sysv2nt - .endfn WSADuplicateSocket,globl - .previous diff --git a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.S b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.S new file mode 100644 index 000000000..0bb6aae4d --- /dev/null +++ b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAEnumNameSpaceProvidersExW,WSAEnumNameSpaceProvidersExW,62 + +#ifdef __x86_64__ + .text.windows +WSAEnumNameSpaceProvidersEx: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAEnumNameSpaceProvidersExW(%rip),%rax + jmp __sysv2nt + .endfn WSAEnumNameSpaceProvidersEx,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.s b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.s deleted file mode 100644 index 558c8a2fd..000000000 --- a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersExW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAEnumNameSpaceProvidersExW,WSAEnumNameSpaceProvidersExW,62 - - .text.windows -WSAEnumNameSpaceProvidersEx: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAEnumNameSpaceProvidersExW(%rip),%rax - jmp __sysv2nt - .endfn WSAEnumNameSpaceProvidersEx,globl - .previous diff --git a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.S b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.S new file mode 100644 index 000000000..093cb37fe --- /dev/null +++ b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAEnumNameSpaceProvidersW,WSAEnumNameSpaceProvidersW,63 + +#ifdef __x86_64__ + .text.windows +WSAEnumNameSpaceProviders: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAEnumNameSpaceProvidersW(%rip),%rax + jmp __sysv2nt + .endfn WSAEnumNameSpaceProviders,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.s b/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.s deleted file mode 100644 index ff2961dd0..000000000 --- a/libc/nt/ws2_32/WSAEnumNameSpaceProvidersW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAEnumNameSpaceProvidersW,WSAEnumNameSpaceProvidersW,63 - - .text.windows -WSAEnumNameSpaceProviders: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAEnumNameSpaceProvidersW(%rip),%rax - jmp __sysv2nt - .endfn WSAEnumNameSpaceProviders,globl - .previous diff --git a/libc/nt/ws2_32/WSAEnumNetworkEvents.S b/libc/nt/ws2_32/WSAEnumNetworkEvents.S new file mode 100644 index 000000000..5d2279949 --- /dev/null +++ b/libc/nt/ws2_32/WSAEnumNetworkEvents.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAEnumNetworkEvents,WSAEnumNetworkEvents,64 + +#ifdef __x86_64__ + .text.windows +WSAEnumNetworkEvents: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAEnumNetworkEvents(%rip),%rax + jmp __sysv2nt + .endfn WSAEnumNetworkEvents,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAEnumNetworkEvents.s b/libc/nt/ws2_32/WSAEnumNetworkEvents.s deleted file mode 100644 index 51e61850d..000000000 --- a/libc/nt/ws2_32/WSAEnumNetworkEvents.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAEnumNetworkEvents,WSAEnumNetworkEvents,64 - - .text.windows -WSAEnumNetworkEvents: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAEnumNetworkEvents(%rip),%rax - jmp __sysv2nt - .endfn WSAEnumNetworkEvents,globl - .previous diff --git a/libc/nt/ws2_32/WSAEnumProtocolsW.S b/libc/nt/ws2_32/WSAEnumProtocolsW.S new file mode 100644 index 000000000..6764e9cc6 --- /dev/null +++ b/libc/nt/ws2_32/WSAEnumProtocolsW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAEnumProtocolsW,WSAEnumProtocolsW,66 + +#ifdef __x86_64__ + .text.windows +WSAEnumProtocols: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAEnumProtocolsW(%rip),%rax + jmp __sysv2nt + .endfn WSAEnumProtocols,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAEnumProtocolsW.s b/libc/nt/ws2_32/WSAEnumProtocolsW.s deleted file mode 100644 index 30cd96d4b..000000000 --- a/libc/nt/ws2_32/WSAEnumProtocolsW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAEnumProtocolsW,WSAEnumProtocolsW,66 - - .text.windows -WSAEnumProtocols: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAEnumProtocolsW(%rip),%rax - jmp __sysv2nt - .endfn WSAEnumProtocols,globl - .previous diff --git a/libc/nt/ws2_32/WSAEventSelect.S b/libc/nt/ws2_32/WSAEventSelect.S new file mode 100644 index 000000000..9112eb868 --- /dev/null +++ b/libc/nt/ws2_32/WSAEventSelect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAEventSelect,WSAEventSelect,67 + +#ifdef __x86_64__ + .text.windows +WSAEventSelect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAEventSelect(%rip),%rax + jmp __sysv2nt + .endfn WSAEventSelect,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAEventSelect.s b/libc/nt/ws2_32/WSAEventSelect.s deleted file mode 100644 index 1f48263c8..000000000 --- a/libc/nt/ws2_32/WSAEventSelect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAEventSelect,WSAEventSelect,67 - - .text.windows -WSAEventSelect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAEventSelect(%rip),%rax - jmp __sysv2nt - .endfn WSAEventSelect,globl - .previous diff --git a/libc/nt/ws2_32/WSAGetLastError.S b/libc/nt/ws2_32/WSAGetLastError.S new file mode 100644 index 000000000..6556eab15 --- /dev/null +++ b/libc/nt/ws2_32/WSAGetLastError.S @@ -0,0 +1,16 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAGetLastError,WSAGetLastError,111 + +#ifdef __x86_64__ + .text.windows +WSAGetLastError: + push %rbp + mov %rsp,%rbp + .profilable + sub $32,%rsp + call *__imp_WSAGetLastError(%rip) + leave + ret + .endfn WSAGetLastError,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAGetLastError.s b/libc/nt/ws2_32/WSAGetLastError.s deleted file mode 100644 index c176b3471..000000000 --- a/libc/nt/ws2_32/WSAGetLastError.s +++ /dev/null @@ -1,14 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAGetLastError,WSAGetLastError,111 - - .text.windows -WSAGetLastError: - push %rbp - mov %rsp,%rbp - .profilable - sub $32,%rsp - call *__imp_WSAGetLastError(%rip) - leave - ret - .endfn WSAGetLastError,globl - .previous diff --git a/libc/nt/ws2_32/WSAGetOverlappedResult.S b/libc/nt/ws2_32/WSAGetOverlappedResult.S new file mode 100644 index 000000000..730189191 --- /dev/null +++ b/libc/nt/ws2_32/WSAGetOverlappedResult.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAGetOverlappedResult,WSAGetOverlappedResult,68 + +#ifdef __x86_64__ + .text.windows +WSAGetOverlappedResult: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAGetOverlappedResult(%rip),%rax + jmp __sysv2nt6 + .endfn WSAGetOverlappedResult,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAGetOverlappedResult.s b/libc/nt/ws2_32/WSAGetOverlappedResult.s deleted file mode 100644 index f41e31526..000000000 --- a/libc/nt/ws2_32/WSAGetOverlappedResult.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAGetOverlappedResult,WSAGetOverlappedResult,68 - - .text.windows -WSAGetOverlappedResult: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAGetOverlappedResult(%rip),%rax - jmp __sysv2nt6 - .endfn WSAGetOverlappedResult,globl - .previous diff --git a/libc/nt/ws2_32/WSAGetQOSByName.S b/libc/nt/ws2_32/WSAGetQOSByName.S new file mode 100644 index 000000000..93a2a95c0 --- /dev/null +++ b/libc/nt/ws2_32/WSAGetQOSByName.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAGetQOSByName,WSAGetQOSByName,69 + +#ifdef __x86_64__ + .text.windows +WSAGetQOSByName: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAGetQOSByName(%rip),%rax + jmp __sysv2nt + .endfn WSAGetQOSByName,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAGetQOSByName.s b/libc/nt/ws2_32/WSAGetQOSByName.s deleted file mode 100644 index 362d2c7b0..000000000 --- a/libc/nt/ws2_32/WSAGetQOSByName.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAGetQOSByName,WSAGetQOSByName,69 - - .text.windows -WSAGetQOSByName: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAGetQOSByName(%rip),%rax - jmp __sysv2nt - .endfn WSAGetQOSByName,globl - .previous diff --git a/libc/nt/ws2_32/WSAGetServiceClassInfoW.S b/libc/nt/ws2_32/WSAGetServiceClassInfoW.S new file mode 100644 index 000000000..96b287461 --- /dev/null +++ b/libc/nt/ws2_32/WSAGetServiceClassInfoW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAGetServiceClassInfoW,WSAGetServiceClassInfoW,71 + +#ifdef __x86_64__ + .text.windows +WSAGetServiceClassInfo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAGetServiceClassInfoW(%rip),%rax + jmp __sysv2nt + .endfn WSAGetServiceClassInfo,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAGetServiceClassInfoW.s b/libc/nt/ws2_32/WSAGetServiceClassInfoW.s deleted file mode 100644 index 33ae1b946..000000000 --- a/libc/nt/ws2_32/WSAGetServiceClassInfoW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAGetServiceClassInfoW,WSAGetServiceClassInfoW,71 - - .text.windows -WSAGetServiceClassInfo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAGetServiceClassInfoW(%rip),%rax - jmp __sysv2nt - .endfn WSAGetServiceClassInfo,globl - .previous diff --git a/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.S b/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.S new file mode 100644 index 000000000..bd442c4fc --- /dev/null +++ b/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAGetServiceClassNameByClassIdW,WSAGetServiceClassNameByClassIdW,73 + +#ifdef __x86_64__ + .text.windows +WSAGetServiceClassNameByClassId: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAGetServiceClassNameByClassIdW(%rip),%rax + jmp __sysv2nt + .endfn WSAGetServiceClassNameByClassId,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.s b/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.s deleted file mode 100644 index 28ad12627..000000000 --- a/libc/nt/ws2_32/WSAGetServiceClassNameByClassIdW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAGetServiceClassNameByClassIdW,WSAGetServiceClassNameByClassIdW,73 - - .text.windows -WSAGetServiceClassNameByClassId: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAGetServiceClassNameByClassIdW(%rip),%rax - jmp __sysv2nt - .endfn WSAGetServiceClassNameByClassId,globl - .previous diff --git a/libc/nt/ws2_32/WSAInstallServiceClassW.S b/libc/nt/ws2_32/WSAInstallServiceClassW.S new file mode 100644 index 000000000..209bb1e4c --- /dev/null +++ b/libc/nt/ws2_32/WSAInstallServiceClassW.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAInstallServiceClassW,WSAInstallServiceClassW,77 + +#ifdef __x86_64__ + .text.windows +WSAInstallServiceClass: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSAInstallServiceClassW(%rip) + leave + ret + .endfn WSAInstallServiceClass,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAInstallServiceClassW.s b/libc/nt/ws2_32/WSAInstallServiceClassW.s deleted file mode 100644 index c4b2a3c4d..000000000 --- a/libc/nt/ws2_32/WSAInstallServiceClassW.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAInstallServiceClassW,WSAInstallServiceClassW,77 - - .text.windows -WSAInstallServiceClass: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSAInstallServiceClassW(%rip) - leave - ret - .endfn WSAInstallServiceClass,globl - .previous diff --git a/libc/nt/ws2_32/WSAIoctl.S b/libc/nt/ws2_32/WSAIoctl.S new file mode 100644 index 000000000..fd98655dc --- /dev/null +++ b/libc/nt/ws2_32/WSAIoctl.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAIoctl,WSAIoctl,78 + +#ifdef __x86_64__ + .text.windows +WSAIoctl: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAIoctl(%rip),%rax + jmp __sysv2nt10 + .endfn WSAIoctl,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAIoctl.s b/libc/nt/ws2_32/WSAIoctl.s deleted file mode 100644 index f4ea8c389..000000000 --- a/libc/nt/ws2_32/WSAIoctl.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAIoctl,WSAIoctl,78 - - .text.windows -WSAIoctl: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAIoctl(%rip),%rax - jmp __sysv2nt10 - .endfn WSAIoctl,globl - .previous diff --git a/libc/nt/ws2_32/WSAJoinLeaf.S b/libc/nt/ws2_32/WSAJoinLeaf.S new file mode 100644 index 000000000..4d8abccbe --- /dev/null +++ b/libc/nt/ws2_32/WSAJoinLeaf.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAJoinLeaf,WSAJoinLeaf,79 + +#ifdef __x86_64__ + .text.windows +WSAJoinLeaf: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAJoinLeaf(%rip),%rax + jmp __sysv2nt8 + .endfn WSAJoinLeaf,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAJoinLeaf.s b/libc/nt/ws2_32/WSAJoinLeaf.s deleted file mode 100644 index c35dc9e15..000000000 --- a/libc/nt/ws2_32/WSAJoinLeaf.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAJoinLeaf,WSAJoinLeaf,79 - - .text.windows -WSAJoinLeaf: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAJoinLeaf(%rip),%rax - jmp __sysv2nt8 - .endfn WSAJoinLeaf,globl - .previous diff --git a/libc/nt/ws2_32/WSALookupServiceBeginW.S b/libc/nt/ws2_32/WSALookupServiceBeginW.S new file mode 100644 index 000000000..6532622ce --- /dev/null +++ b/libc/nt/ws2_32/WSALookupServiceBeginW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSALookupServiceBeginW,WSALookupServiceBeginW,81 + +#ifdef __x86_64__ + .text.windows +WSALookupServiceBegin: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSALookupServiceBeginW(%rip),%rax + jmp __sysv2nt + .endfn WSALookupServiceBegin,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSALookupServiceBeginW.s b/libc/nt/ws2_32/WSALookupServiceBeginW.s deleted file mode 100644 index 3ca918045..000000000 --- a/libc/nt/ws2_32/WSALookupServiceBeginW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSALookupServiceBeginW,WSALookupServiceBeginW,81 - - .text.windows -WSALookupServiceBegin: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSALookupServiceBeginW(%rip),%rax - jmp __sysv2nt - .endfn WSALookupServiceBegin,globl - .previous diff --git a/libc/nt/ws2_32/WSALookupServiceEnd.S b/libc/nt/ws2_32/WSALookupServiceEnd.S new file mode 100644 index 000000000..ea7c4aa16 --- /dev/null +++ b/libc/nt/ws2_32/WSALookupServiceEnd.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSALookupServiceEnd,WSALookupServiceEnd,82 + +#ifdef __x86_64__ + .text.windows +WSALookupServiceEnd: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSALookupServiceEnd(%rip) + leave + ret + .endfn WSALookupServiceEnd,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSALookupServiceEnd.s b/libc/nt/ws2_32/WSALookupServiceEnd.s deleted file mode 100644 index 9264c540d..000000000 --- a/libc/nt/ws2_32/WSALookupServiceEnd.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSALookupServiceEnd,WSALookupServiceEnd,82 - - .text.windows -WSALookupServiceEnd: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSALookupServiceEnd(%rip) - leave - ret - .endfn WSALookupServiceEnd,globl - .previous diff --git a/libc/nt/ws2_32/WSALookupServiceNextW.S b/libc/nt/ws2_32/WSALookupServiceNextW.S new file mode 100644 index 000000000..dc73b8ebd --- /dev/null +++ b/libc/nt/ws2_32/WSALookupServiceNextW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSALookupServiceNextW,WSALookupServiceNextW,84 + +#ifdef __x86_64__ + .text.windows +WSALookupServiceNext: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSALookupServiceNextW(%rip),%rax + jmp __sysv2nt + .endfn WSALookupServiceNext,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSALookupServiceNextW.s b/libc/nt/ws2_32/WSALookupServiceNextW.s deleted file mode 100644 index bee47ae1e..000000000 --- a/libc/nt/ws2_32/WSALookupServiceNextW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSALookupServiceNextW,WSALookupServiceNextW,84 - - .text.windows -WSALookupServiceNext: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSALookupServiceNextW(%rip),%rax - jmp __sysv2nt - .endfn WSALookupServiceNext,globl - .previous diff --git a/libc/nt/ws2_32/WSANSPIoctl.S b/libc/nt/ws2_32/WSANSPIoctl.S new file mode 100644 index 000000000..cb18b9bb2 --- /dev/null +++ b/libc/nt/ws2_32/WSANSPIoctl.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSANSPIoctl,WSANSPIoctl,85 + +#ifdef __x86_64__ + .text.windows +WSANSPIoctl: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSANSPIoctl(%rip),%rax + jmp __sysv2nt8 + .endfn WSANSPIoctl,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSANSPIoctl.s b/libc/nt/ws2_32/WSANSPIoctl.s deleted file mode 100644 index 2fd754694..000000000 --- a/libc/nt/ws2_32/WSANSPIoctl.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSANSPIoctl,WSANSPIoctl,85 - - .text.windows -WSANSPIoctl: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSANSPIoctl(%rip),%rax - jmp __sysv2nt8 - .endfn WSANSPIoctl,globl - .previous diff --git a/libc/nt/ws2_32/WSAPoll.S b/libc/nt/ws2_32/WSAPoll.S new file mode 100644 index 000000000..b15a13934 --- /dev/null +++ b/libc/nt/ws2_32/WSAPoll.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAPoll,WSAPoll,88 + +#ifdef __x86_64__ + .text.windows +WSAPoll: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAPoll(%rip),%rax + jmp __sysv2nt + .endfn WSAPoll,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAPoll.s b/libc/nt/ws2_32/WSAPoll.s deleted file mode 100644 index d415967e3..000000000 --- a/libc/nt/ws2_32/WSAPoll.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAPoll,WSAPoll,88 - - .text.windows -WSAPoll: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAPoll(%rip),%rax - jmp __sysv2nt - .endfn WSAPoll,globl - .previous diff --git a/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.S b/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.S new file mode 100644 index 000000000..4a7e8c069 --- /dev/null +++ b/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAProviderCompleteAsyncCall,WSAProviderCompleteAsyncCall,89 diff --git a/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.s b/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.s deleted file mode 100644 index 9835d47f8..000000000 --- a/libc/nt/ws2_32/WSAProviderCompleteAsyncCall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAProviderCompleteAsyncCall,WSAProviderCompleteAsyncCall,89 diff --git a/libc/nt/ws2_32/WSAProviderConfigChange.S b/libc/nt/ws2_32/WSAProviderConfigChange.S new file mode 100644 index 000000000..155124b23 --- /dev/null +++ b/libc/nt/ws2_32/WSAProviderConfigChange.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAProviderConfigChange,WSAProviderConfigChange,90 + +#ifdef __x86_64__ + .text.windows +WSAProviderConfigChange: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAProviderConfigChange(%rip),%rax + jmp __sysv2nt + .endfn WSAProviderConfigChange,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAProviderConfigChange.s b/libc/nt/ws2_32/WSAProviderConfigChange.s deleted file mode 100644 index 4651635fd..000000000 --- a/libc/nt/ws2_32/WSAProviderConfigChange.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAProviderConfigChange,WSAProviderConfigChange,90 - - .text.windows -WSAProviderConfigChange: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAProviderConfigChange(%rip),%rax - jmp __sysv2nt - .endfn WSAProviderConfigChange,globl - .previous diff --git a/libc/nt/ws2_32/WSARecv.S b/libc/nt/ws2_32/WSARecv.S new file mode 100644 index 000000000..d651ce39b --- /dev/null +++ b/libc/nt/ws2_32/WSARecv.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSARecv,WSARecv,91 + +#ifdef __x86_64__ + .text.windows +__WSARecv: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSARecv(%rip),%rax + jmp __sysv2nt8 + .endfn __WSARecv,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSARecv.s b/libc/nt/ws2_32/WSARecv.s deleted file mode 100644 index 9920758ec..000000000 --- a/libc/nt/ws2_32/WSARecv.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSARecv,WSARecv,91 - - .text.windows -__WSARecv: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSARecv(%rip),%rax - jmp __sysv2nt8 - .endfn __WSARecv,globl - .previous diff --git a/libc/nt/ws2_32/WSARecvDisconnect.S b/libc/nt/ws2_32/WSARecvDisconnect.S new file mode 100644 index 000000000..029014db0 --- /dev/null +++ b/libc/nt/ws2_32/WSARecvDisconnect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSARecvDisconnect,WSARecvDisconnect,92 + +#ifdef __x86_64__ + .text.windows +WSARecvDisconnect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSARecvDisconnect(%rip),%rax + jmp __sysv2nt + .endfn WSARecvDisconnect,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSARecvDisconnect.s b/libc/nt/ws2_32/WSARecvDisconnect.s deleted file mode 100644 index e8f611a75..000000000 --- a/libc/nt/ws2_32/WSARecvDisconnect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSARecvDisconnect,WSARecvDisconnect,92 - - .text.windows -WSARecvDisconnect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSARecvDisconnect(%rip),%rax - jmp __sysv2nt - .endfn WSARecvDisconnect,globl - .previous diff --git a/libc/nt/ws2_32/WSARecvFrom.S b/libc/nt/ws2_32/WSARecvFrom.S new file mode 100644 index 000000000..293009095 --- /dev/null +++ b/libc/nt/ws2_32/WSARecvFrom.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSARecvFrom,WSARecvFrom,93 + +#ifdef __x86_64__ + .text.windows +__WSARecvFrom: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSARecvFrom(%rip),%rax + jmp __sysv2nt10 + .endfn __WSARecvFrom,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSARecvFrom.s b/libc/nt/ws2_32/WSARecvFrom.s deleted file mode 100644 index 595ce2609..000000000 --- a/libc/nt/ws2_32/WSARecvFrom.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSARecvFrom,WSARecvFrom,93 - - .text.windows -__WSARecvFrom: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSARecvFrom(%rip),%rax - jmp __sysv2nt10 - .endfn __WSARecvFrom,globl - .previous diff --git a/libc/nt/ws2_32/WSARemoveServiceClass.S b/libc/nt/ws2_32/WSARemoveServiceClass.S new file mode 100644 index 000000000..519583378 --- /dev/null +++ b/libc/nt/ws2_32/WSARemoveServiceClass.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSARemoveServiceClass,WSARemoveServiceClass,94 + +#ifdef __x86_64__ + .text.windows +WSARemoveServiceClass: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSARemoveServiceClass(%rip) + leave + ret + .endfn WSARemoveServiceClass,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSARemoveServiceClass.s b/libc/nt/ws2_32/WSARemoveServiceClass.s deleted file mode 100644 index 225e5f840..000000000 --- a/libc/nt/ws2_32/WSARemoveServiceClass.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSARemoveServiceClass,WSARemoveServiceClass,94 - - .text.windows -WSARemoveServiceClass: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSARemoveServiceClass(%rip) - leave - ret - .endfn WSARemoveServiceClass,globl - .previous diff --git a/libc/nt/ws2_32/WSAResetEvent.S b/libc/nt/ws2_32/WSAResetEvent.S new file mode 100644 index 000000000..2d77251cd --- /dev/null +++ b/libc/nt/ws2_32/WSAResetEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAResetEvent,WSAResetEvent,95 + +#ifdef __x86_64__ + .text.windows +WSAResetEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSAResetEvent(%rip) + leave + ret + .endfn WSAResetEvent,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAResetEvent.s b/libc/nt/ws2_32/WSAResetEvent.s deleted file mode 100644 index bd363c4bd..000000000 --- a/libc/nt/ws2_32/WSAResetEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAResetEvent,WSAResetEvent,95 - - .text.windows -WSAResetEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSAResetEvent(%rip) - leave - ret - .endfn WSAResetEvent,globl - .previous diff --git a/libc/nt/ws2_32/WSASend.S b/libc/nt/ws2_32/WSASend.S new file mode 100644 index 000000000..7d1f7bb83 --- /dev/null +++ b/libc/nt/ws2_32/WSASend.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASend,WSASend,96 + +#ifdef __x86_64__ + .text.windows +WSASend: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASend(%rip),%rax + jmp __sysv2nt8 + .endfn WSASend,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASend.s b/libc/nt/ws2_32/WSASend.s deleted file mode 100644 index f17f6406d..000000000 --- a/libc/nt/ws2_32/WSASend.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASend,WSASend,96 - - .text.windows -WSASend: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASend(%rip),%rax - jmp __sysv2nt8 - .endfn WSASend,globl - .previous diff --git a/libc/nt/ws2_32/WSASendDisconnect.S b/libc/nt/ws2_32/WSASendDisconnect.S new file mode 100644 index 000000000..7dde97efd --- /dev/null +++ b/libc/nt/ws2_32/WSASendDisconnect.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASendDisconnect,WSASendDisconnect,97 + +#ifdef __x86_64__ + .text.windows +WSASendDisconnect: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASendDisconnect(%rip),%rax + jmp __sysv2nt + .endfn WSASendDisconnect,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASendDisconnect.s b/libc/nt/ws2_32/WSASendDisconnect.s deleted file mode 100644 index 0e3f10fd8..000000000 --- a/libc/nt/ws2_32/WSASendDisconnect.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASendDisconnect,WSASendDisconnect,97 - - .text.windows -WSASendDisconnect: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASendDisconnect(%rip),%rax - jmp __sysv2nt - .endfn WSASendDisconnect,globl - .previous diff --git a/libc/nt/ws2_32/WSASendMsg.S b/libc/nt/ws2_32/WSASendMsg.S new file mode 100644 index 000000000..04c7b2e23 --- /dev/null +++ b/libc/nt/ws2_32/WSASendMsg.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASendMsg,WSASendMsg,98 + +#ifdef __x86_64__ + .text.windows +WSASendMsg: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASendMsg(%rip),%rax + jmp __sysv2nt6 + .endfn WSASendMsg,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASendMsg.s b/libc/nt/ws2_32/WSASendMsg.s deleted file mode 100644 index 637f43b39..000000000 --- a/libc/nt/ws2_32/WSASendMsg.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASendMsg,WSASendMsg,98 - - .text.windows -WSASendMsg: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASendMsg(%rip),%rax - jmp __sysv2nt6 - .endfn WSASendMsg,globl - .previous diff --git a/libc/nt/ws2_32/WSASendTo.S b/libc/nt/ws2_32/WSASendTo.S new file mode 100644 index 000000000..68b821d64 --- /dev/null +++ b/libc/nt/ws2_32/WSASendTo.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASendTo,WSASendTo,99 + +#ifdef __x86_64__ + .text.windows +WSASendTo: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASendTo(%rip),%rax + jmp __sysv2nt10 + .endfn WSASendTo,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASendTo.s b/libc/nt/ws2_32/WSASendTo.s deleted file mode 100644 index 9e9f3dd29..000000000 --- a/libc/nt/ws2_32/WSASendTo.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASendTo,WSASendTo,99 - - .text.windows -WSASendTo: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASendTo(%rip),%rax - jmp __sysv2nt10 - .endfn WSASendTo,globl - .previous diff --git a/libc/nt/ws2_32/WSASetBlockingHook.S b/libc/nt/ws2_32/WSASetBlockingHook.S new file mode 100644 index 000000000..b855a8960 --- /dev/null +++ b/libc/nt/ws2_32/WSASetBlockingHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASetBlockingHook,WSASetBlockingHook,109 diff --git a/libc/nt/ws2_32/WSASetBlockingHook.s b/libc/nt/ws2_32/WSASetBlockingHook.s deleted file mode 100644 index f3a408c00..000000000 --- a/libc/nt/ws2_32/WSASetBlockingHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASetBlockingHook,WSASetBlockingHook,109 diff --git a/libc/nt/ws2_32/WSASetEvent.S b/libc/nt/ws2_32/WSASetEvent.S new file mode 100644 index 000000000..a4c1018b0 --- /dev/null +++ b/libc/nt/ws2_32/WSASetEvent.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASetEvent,WSASetEvent,100 + +#ifdef __x86_64__ + .text.windows +WSASetEvent: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSASetEvent(%rip) + leave + ret + .endfn WSASetEvent,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASetEvent.s b/libc/nt/ws2_32/WSASetEvent.s deleted file mode 100644 index 62db2de94..000000000 --- a/libc/nt/ws2_32/WSASetEvent.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASetEvent,WSASetEvent,100 - - .text.windows -WSASetEvent: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSASetEvent(%rip) - leave - ret - .endfn WSASetEvent,globl - .previous diff --git a/libc/nt/ws2_32/WSASetLastError.S b/libc/nt/ws2_32/WSASetLastError.S new file mode 100644 index 000000000..38747b285 --- /dev/null +++ b/libc/nt/ws2_32/WSASetLastError.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASetLastError,WSASetLastError,112 + +#ifdef __x86_64__ + .text.windows +WSASetLastError: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_WSASetLastError(%rip) + leave + ret + .endfn WSASetLastError,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASetLastError.s b/libc/nt/ws2_32/WSASetLastError.s deleted file mode 100644 index d49c8e6a6..000000000 --- a/libc/nt/ws2_32/WSASetLastError.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASetLastError,WSASetLastError,112 - - .text.windows -WSASetLastError: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_WSASetLastError(%rip) - leave - ret - .endfn WSASetLastError,globl - .previous diff --git a/libc/nt/ws2_32/WSASetServiceW.S b/libc/nt/ws2_32/WSASetServiceW.S new file mode 100644 index 000000000..d4a2ebe63 --- /dev/null +++ b/libc/nt/ws2_32/WSASetServiceW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASetServiceW,WSASetServiceW,118 + +#ifdef __x86_64__ + .text.windows +WSASetService: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASetServiceW(%rip),%rax + jmp __sysv2nt + .endfn WSASetService,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASetServiceW.s b/libc/nt/ws2_32/WSASetServiceW.s deleted file mode 100644 index 7fdc84bb9..000000000 --- a/libc/nt/ws2_32/WSASetServiceW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASetServiceW,WSASetServiceW,118 - - .text.windows -WSASetService: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASetServiceW(%rip),%rax - jmp __sysv2nt - .endfn WSASetService,globl - .previous diff --git a/libc/nt/ws2_32/WSASocketW.S b/libc/nt/ws2_32/WSASocketW.S new file mode 100644 index 000000000..29a4bdbef --- /dev/null +++ b/libc/nt/ws2_32/WSASocketW.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSASocketW,WSASocketW,120 + +#ifdef __x86_64__ + .text.windows +WSASocket: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSASocketW(%rip),%rax + jmp __sysv2nt6 + .endfn WSASocket,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSASocketW.s b/libc/nt/ws2_32/WSASocketW.s deleted file mode 100644 index 03da8d431..000000000 --- a/libc/nt/ws2_32/WSASocketW.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSASocketW,WSASocketW,120 - - .text.windows -WSASocket: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSASocketW(%rip),%rax - jmp __sysv2nt6 - .endfn WSASocket,globl - .previous diff --git a/libc/nt/ws2_32/WSAStartup.S b/libc/nt/ws2_32/WSAStartup.S new file mode 100644 index 000000000..230a79a1f --- /dev/null +++ b/libc/nt/ws2_32/WSAStartup.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAStartup,WSAStartup,115 + +#ifdef __x86_64__ + .text.windows +WSAStartup: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAStartup(%rip),%rax + jmp __sysv2nt + .endfn WSAStartup,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAStartup.s b/libc/nt/ws2_32/WSAStartup.s deleted file mode 100644 index 4da010816..000000000 --- a/libc/nt/ws2_32/WSAStartup.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAStartup,WSAStartup,115 - - .text.windows -WSAStartup: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAStartup(%rip),%rax - jmp __sysv2nt - .endfn WSAStartup,globl - .previous diff --git a/libc/nt/ws2_32/WSAStringToAddressW.S b/libc/nt/ws2_32/WSAStringToAddressW.S new file mode 100644 index 000000000..5371fbcc4 --- /dev/null +++ b/libc/nt/ws2_32/WSAStringToAddressW.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAStringToAddressW,WSAStringToAddressW,122 diff --git a/libc/nt/ws2_32/WSAStringToAddressW.s b/libc/nt/ws2_32/WSAStringToAddressW.s deleted file mode 100644 index 045d61c5b..000000000 --- a/libc/nt/ws2_32/WSAStringToAddressW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAStringToAddressW,WSAStringToAddressW,122 diff --git a/libc/nt/ws2_32/WSAUnadvertiseProvider.S b/libc/nt/ws2_32/WSAUnadvertiseProvider.S new file mode 100644 index 000000000..ee3c3ffb9 --- /dev/null +++ b/libc/nt/ws2_32/WSAUnadvertiseProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAUnadvertiseProvider,WSAUnadvertiseProvider,123 diff --git a/libc/nt/ws2_32/WSAUnadvertiseProvider.s b/libc/nt/ws2_32/WSAUnadvertiseProvider.s deleted file mode 100644 index 27b8d9c64..000000000 --- a/libc/nt/ws2_32/WSAUnadvertiseProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAUnadvertiseProvider,WSAUnadvertiseProvider,123 diff --git a/libc/nt/ws2_32/WSAUnhookBlockingHook.S b/libc/nt/ws2_32/WSAUnhookBlockingHook.S new file mode 100644 index 000000000..5bf401639 --- /dev/null +++ b/libc/nt/ws2_32/WSAUnhookBlockingHook.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAUnhookBlockingHook,WSAUnhookBlockingHook,110 diff --git a/libc/nt/ws2_32/WSAUnhookBlockingHook.s b/libc/nt/ws2_32/WSAUnhookBlockingHook.s deleted file mode 100644 index cd6540f7d..000000000 --- a/libc/nt/ws2_32/WSAUnhookBlockingHook.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAUnhookBlockingHook,WSAUnhookBlockingHook,110 diff --git a/libc/nt/ws2_32/WSAWaitForMultipleEvents.S b/libc/nt/ws2_32/WSAWaitForMultipleEvents.S new file mode 100644 index 000000000..5651fd86a --- /dev/null +++ b/libc/nt/ws2_32/WSAWaitForMultipleEvents.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSAWaitForMultipleEvents,WSAWaitForMultipleEvents,124 + +#ifdef __x86_64__ + .text.windows +__WSAWaitForMultipleEvents: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_WSAWaitForMultipleEvents(%rip),%rax + jmp __sysv2nt6 + .endfn __WSAWaitForMultipleEvents,globl + .previous +#endif diff --git a/libc/nt/ws2_32/WSAWaitForMultipleEvents.s b/libc/nt/ws2_32/WSAWaitForMultipleEvents.s deleted file mode 100644 index f8e775285..000000000 --- a/libc/nt/ws2_32/WSAWaitForMultipleEvents.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSAWaitForMultipleEvents,WSAWaitForMultipleEvents,124 - - .text.windows -__WSAWaitForMultipleEvents: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_WSAWaitForMultipleEvents(%rip),%rax - jmp __sysv2nt6 - .endfn __WSAWaitForMultipleEvents,globl - .previous diff --git a/libc/nt/ws2_32/WSApSetPostRoutine.S b/libc/nt/ws2_32/WSApSetPostRoutine.S new file mode 100644 index 000000000..d9b277e06 --- /dev/null +++ b/libc/nt/ws2_32/WSApSetPostRoutine.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSApSetPostRoutine,WSApSetPostRoutine,24 diff --git a/libc/nt/ws2_32/WSApSetPostRoutine.s b/libc/nt/ws2_32/WSApSetPostRoutine.s deleted file mode 100644 index 9c9e8f97f..000000000 --- a/libc/nt/ws2_32/WSApSetPostRoutine.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSApSetPostRoutine,WSApSetPostRoutine,24 diff --git a/libc/nt/ws2_32/WSCDeinstallProvider.S b/libc/nt/ws2_32/WSCDeinstallProvider.S new file mode 100644 index 000000000..caaf909b0 --- /dev/null +++ b/libc/nt/ws2_32/WSCDeinstallProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCDeinstallProvider,WSCDeinstallProvider,125 diff --git a/libc/nt/ws2_32/WSCDeinstallProvider.s b/libc/nt/ws2_32/WSCDeinstallProvider.s deleted file mode 100644 index 31e853c4f..000000000 --- a/libc/nt/ws2_32/WSCDeinstallProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCDeinstallProvider,WSCDeinstallProvider,125 diff --git a/libc/nt/ws2_32/WSCDeinstallProvider32.S b/libc/nt/ws2_32/WSCDeinstallProvider32.S new file mode 100644 index 000000000..1969dfcd9 --- /dev/null +++ b/libc/nt/ws2_32/WSCDeinstallProvider32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCDeinstallProvider32,WSCDeinstallProvider32,126 diff --git a/libc/nt/ws2_32/WSCDeinstallProvider32.s b/libc/nt/ws2_32/WSCDeinstallProvider32.s deleted file mode 100644 index d96eb0b2a..000000000 --- a/libc/nt/ws2_32/WSCDeinstallProvider32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCDeinstallProvider32,WSCDeinstallProvider32,126 diff --git a/libc/nt/ws2_32/WSCDeinstallProviderEx.S b/libc/nt/ws2_32/WSCDeinstallProviderEx.S new file mode 100644 index 000000000..6ae710782 --- /dev/null +++ b/libc/nt/ws2_32/WSCDeinstallProviderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCDeinstallProviderEx,WSCDeinstallProviderEx,127 diff --git a/libc/nt/ws2_32/WSCDeinstallProviderEx.s b/libc/nt/ws2_32/WSCDeinstallProviderEx.s deleted file mode 100644 index b089b888b..000000000 --- a/libc/nt/ws2_32/WSCDeinstallProviderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCDeinstallProviderEx,WSCDeinstallProviderEx,127 diff --git a/libc/nt/ws2_32/WSCEnableNSProvider.S b/libc/nt/ws2_32/WSCEnableNSProvider.S new file mode 100644 index 000000000..ef7905c20 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnableNSProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnableNSProvider,WSCEnableNSProvider,128 diff --git a/libc/nt/ws2_32/WSCEnableNSProvider.s b/libc/nt/ws2_32/WSCEnableNSProvider.s deleted file mode 100644 index 56b8a1692..000000000 --- a/libc/nt/ws2_32/WSCEnableNSProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnableNSProvider,WSCEnableNSProvider,128 diff --git a/libc/nt/ws2_32/WSCEnableNSProvider32.S b/libc/nt/ws2_32/WSCEnableNSProvider32.S new file mode 100644 index 000000000..35335026c --- /dev/null +++ b/libc/nt/ws2_32/WSCEnableNSProvider32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnableNSProvider32,WSCEnableNSProvider32,129 diff --git a/libc/nt/ws2_32/WSCEnableNSProvider32.s b/libc/nt/ws2_32/WSCEnableNSProvider32.s deleted file mode 100644 index 1fd61cc8a..000000000 --- a/libc/nt/ws2_32/WSCEnableNSProvider32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnableNSProvider32,WSCEnableNSProvider32,129 diff --git a/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.S b/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.S new file mode 100644 index 000000000..a14e2d9e4 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnumNameSpaceProviders32,WSCEnumNameSpaceProviders32,130 diff --git a/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.s b/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.s deleted file mode 100644 index 6f1f512ac..000000000 --- a/libc/nt/ws2_32/WSCEnumNameSpaceProviders32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnumNameSpaceProviders32,WSCEnumNameSpaceProviders32,130 diff --git a/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.S b/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.S new file mode 100644 index 000000000..41f447d13 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnumNameSpaceProvidersEx32,WSCEnumNameSpaceProvidersEx32,131 diff --git a/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.s b/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.s deleted file mode 100644 index eae2d76c4..000000000 --- a/libc/nt/ws2_32/WSCEnumNameSpaceProvidersEx32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnumNameSpaceProvidersEx32,WSCEnumNameSpaceProvidersEx32,131 diff --git a/libc/nt/ws2_32/WSCEnumProtocols.S b/libc/nt/ws2_32/WSCEnumProtocols.S new file mode 100644 index 000000000..ccf7b2980 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnumProtocols.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnumProtocols,WSCEnumProtocols,132 diff --git a/libc/nt/ws2_32/WSCEnumProtocols.s b/libc/nt/ws2_32/WSCEnumProtocols.s deleted file mode 100644 index 0385e8efa..000000000 --- a/libc/nt/ws2_32/WSCEnumProtocols.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnumProtocols,WSCEnumProtocols,132 diff --git a/libc/nt/ws2_32/WSCEnumProtocols32.S b/libc/nt/ws2_32/WSCEnumProtocols32.S new file mode 100644 index 000000000..1d18c3375 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnumProtocols32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnumProtocols32,WSCEnumProtocols32,133 diff --git a/libc/nt/ws2_32/WSCEnumProtocols32.s b/libc/nt/ws2_32/WSCEnumProtocols32.s deleted file mode 100644 index 64e788bf1..000000000 --- a/libc/nt/ws2_32/WSCEnumProtocols32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnumProtocols32,WSCEnumProtocols32,133 diff --git a/libc/nt/ws2_32/WSCEnumProtocolsEx.S b/libc/nt/ws2_32/WSCEnumProtocolsEx.S new file mode 100644 index 000000000..e3fdb56b2 --- /dev/null +++ b/libc/nt/ws2_32/WSCEnumProtocolsEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCEnumProtocolsEx,WSCEnumProtocolsEx,134 diff --git a/libc/nt/ws2_32/WSCEnumProtocolsEx.s b/libc/nt/ws2_32/WSCEnumProtocolsEx.s deleted file mode 100644 index 371d1dcd7..000000000 --- a/libc/nt/ws2_32/WSCEnumProtocolsEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCEnumProtocolsEx,WSCEnumProtocolsEx,134 diff --git a/libc/nt/ws2_32/WSCGetApplicationCategory.S b/libc/nt/ws2_32/WSCGetApplicationCategory.S new file mode 100644 index 000000000..13dd7107e --- /dev/null +++ b/libc/nt/ws2_32/WSCGetApplicationCategory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetApplicationCategory,WSCGetApplicationCategory,135 diff --git a/libc/nt/ws2_32/WSCGetApplicationCategory.s b/libc/nt/ws2_32/WSCGetApplicationCategory.s deleted file mode 100644 index 43a2e34bb..000000000 --- a/libc/nt/ws2_32/WSCGetApplicationCategory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetApplicationCategory,WSCGetApplicationCategory,135 diff --git a/libc/nt/ws2_32/WSCGetApplicationCategoryEx.S b/libc/nt/ws2_32/WSCGetApplicationCategoryEx.S new file mode 100644 index 000000000..061649041 --- /dev/null +++ b/libc/nt/ws2_32/WSCGetApplicationCategoryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetApplicationCategoryEx,WSCGetApplicationCategoryEx,136 diff --git a/libc/nt/ws2_32/WSCGetApplicationCategoryEx.s b/libc/nt/ws2_32/WSCGetApplicationCategoryEx.s deleted file mode 100644 index 44bd2c46d..000000000 --- a/libc/nt/ws2_32/WSCGetApplicationCategoryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetApplicationCategoryEx,WSCGetApplicationCategoryEx,136 diff --git a/libc/nt/ws2_32/WSCGetProviderInfo.S b/libc/nt/ws2_32/WSCGetProviderInfo.S new file mode 100644 index 000000000..be477e271 --- /dev/null +++ b/libc/nt/ws2_32/WSCGetProviderInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetProviderInfo,WSCGetProviderInfo,137 diff --git a/libc/nt/ws2_32/WSCGetProviderInfo.s b/libc/nt/ws2_32/WSCGetProviderInfo.s deleted file mode 100644 index 39c118e2a..000000000 --- a/libc/nt/ws2_32/WSCGetProviderInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetProviderInfo,WSCGetProviderInfo,137 diff --git a/libc/nt/ws2_32/WSCGetProviderInfo32.S b/libc/nt/ws2_32/WSCGetProviderInfo32.S new file mode 100644 index 000000000..7b032a05e --- /dev/null +++ b/libc/nt/ws2_32/WSCGetProviderInfo32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetProviderInfo32,WSCGetProviderInfo32,138 diff --git a/libc/nt/ws2_32/WSCGetProviderInfo32.s b/libc/nt/ws2_32/WSCGetProviderInfo32.s deleted file mode 100644 index c86b2ed82..000000000 --- a/libc/nt/ws2_32/WSCGetProviderInfo32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetProviderInfo32,WSCGetProviderInfo32,138 diff --git a/libc/nt/ws2_32/WSCGetProviderPath.S b/libc/nt/ws2_32/WSCGetProviderPath.S new file mode 100644 index 000000000..8ea4b84ea --- /dev/null +++ b/libc/nt/ws2_32/WSCGetProviderPath.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetProviderPath,WSCGetProviderPath,139 diff --git a/libc/nt/ws2_32/WSCGetProviderPath.s b/libc/nt/ws2_32/WSCGetProviderPath.s deleted file mode 100644 index 763c8bd1f..000000000 --- a/libc/nt/ws2_32/WSCGetProviderPath.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetProviderPath,WSCGetProviderPath,139 diff --git a/libc/nt/ws2_32/WSCGetProviderPath32.S b/libc/nt/ws2_32/WSCGetProviderPath32.S new file mode 100644 index 000000000..38e73df26 --- /dev/null +++ b/libc/nt/ws2_32/WSCGetProviderPath32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCGetProviderPath32,WSCGetProviderPath32,140 diff --git a/libc/nt/ws2_32/WSCGetProviderPath32.s b/libc/nt/ws2_32/WSCGetProviderPath32.s deleted file mode 100644 index b07c6bb6b..000000000 --- a/libc/nt/ws2_32/WSCGetProviderPath32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCGetProviderPath32,WSCGetProviderPath32,140 diff --git a/libc/nt/ws2_32/WSCInstallNameSpace.S b/libc/nt/ws2_32/WSCInstallNameSpace.S new file mode 100644 index 000000000..f0026b70e --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallNameSpace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallNameSpace,WSCInstallNameSpace,141 diff --git a/libc/nt/ws2_32/WSCInstallNameSpace.s b/libc/nt/ws2_32/WSCInstallNameSpace.s deleted file mode 100644 index 7a5d5a699..000000000 --- a/libc/nt/ws2_32/WSCInstallNameSpace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallNameSpace,WSCInstallNameSpace,141 diff --git a/libc/nt/ws2_32/WSCInstallNameSpace32.S b/libc/nt/ws2_32/WSCInstallNameSpace32.S new file mode 100644 index 000000000..93c7a20b6 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallNameSpace32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallNameSpace32,WSCInstallNameSpace32,142 diff --git a/libc/nt/ws2_32/WSCInstallNameSpace32.s b/libc/nt/ws2_32/WSCInstallNameSpace32.s deleted file mode 100644 index 5a2043c4d..000000000 --- a/libc/nt/ws2_32/WSCInstallNameSpace32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallNameSpace32,WSCInstallNameSpace32,142 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx.S b/libc/nt/ws2_32/WSCInstallNameSpaceEx.S new file mode 100644 index 000000000..a2edbd1a1 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallNameSpaceEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallNameSpaceEx,WSCInstallNameSpaceEx,143 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx.s b/libc/nt/ws2_32/WSCInstallNameSpaceEx.s deleted file mode 100644 index 60529f3d6..000000000 --- a/libc/nt/ws2_32/WSCInstallNameSpaceEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallNameSpaceEx,WSCInstallNameSpaceEx,143 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx2.S b/libc/nt/ws2_32/WSCInstallNameSpaceEx2.S new file mode 100644 index 000000000..da4af3c71 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallNameSpaceEx2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallNameSpaceEx2,WSCInstallNameSpaceEx2,144 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx2.s b/libc/nt/ws2_32/WSCInstallNameSpaceEx2.s deleted file mode 100644 index 44f65e679..000000000 --- a/libc/nt/ws2_32/WSCInstallNameSpaceEx2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallNameSpaceEx2,WSCInstallNameSpaceEx2,144 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx32.S b/libc/nt/ws2_32/WSCInstallNameSpaceEx32.S new file mode 100644 index 000000000..cacd3f51c --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallNameSpaceEx32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallNameSpaceEx32,WSCInstallNameSpaceEx32,145 diff --git a/libc/nt/ws2_32/WSCInstallNameSpaceEx32.s b/libc/nt/ws2_32/WSCInstallNameSpaceEx32.s deleted file mode 100644 index 0cc97f922..000000000 --- a/libc/nt/ws2_32/WSCInstallNameSpaceEx32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallNameSpaceEx32,WSCInstallNameSpaceEx32,145 diff --git a/libc/nt/ws2_32/WSCInstallProvider.S b/libc/nt/ws2_32/WSCInstallProvider.S new file mode 100644 index 000000000..3ebf0edfc --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallProvider,WSCInstallProvider,146 diff --git a/libc/nt/ws2_32/WSCInstallProvider.s b/libc/nt/ws2_32/WSCInstallProvider.s deleted file mode 100644 index 88dbe688e..000000000 --- a/libc/nt/ws2_32/WSCInstallProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallProvider,WSCInstallProvider,146 diff --git a/libc/nt/ws2_32/WSCInstallProvider64_32.S b/libc/nt/ws2_32/WSCInstallProvider64_32.S new file mode 100644 index 000000000..9f4f11bb8 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallProvider64_32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallProvider64_32,WSCInstallProvider64_32,147 diff --git a/libc/nt/ws2_32/WSCInstallProvider64_32.s b/libc/nt/ws2_32/WSCInstallProvider64_32.s deleted file mode 100644 index 75b9da182..000000000 --- a/libc/nt/ws2_32/WSCInstallProvider64_32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallProvider64_32,WSCInstallProvider64_32,147 diff --git a/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.S b/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.S new file mode 100644 index 000000000..3e762e4a6 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallProviderAndChains64_32,WSCInstallProviderAndChains64_32,148 diff --git a/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.s b/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.s deleted file mode 100644 index 76a26373c..000000000 --- a/libc/nt/ws2_32/WSCInstallProviderAndChains64_32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallProviderAndChains64_32,WSCInstallProviderAndChains64_32,148 diff --git a/libc/nt/ws2_32/WSCInstallProviderEx.S b/libc/nt/ws2_32/WSCInstallProviderEx.S new file mode 100644 index 000000000..0d59200d2 --- /dev/null +++ b/libc/nt/ws2_32/WSCInstallProviderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCInstallProviderEx,WSCInstallProviderEx,149 diff --git a/libc/nt/ws2_32/WSCInstallProviderEx.s b/libc/nt/ws2_32/WSCInstallProviderEx.s deleted file mode 100644 index 77520542b..000000000 --- a/libc/nt/ws2_32/WSCInstallProviderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCInstallProviderEx,WSCInstallProviderEx,149 diff --git a/libc/nt/ws2_32/WSCSetApplicationCategory.S b/libc/nt/ws2_32/WSCSetApplicationCategory.S new file mode 100644 index 000000000..001cd9039 --- /dev/null +++ b/libc/nt/ws2_32/WSCSetApplicationCategory.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCSetApplicationCategory,WSCSetApplicationCategory,150 diff --git a/libc/nt/ws2_32/WSCSetApplicationCategory.s b/libc/nt/ws2_32/WSCSetApplicationCategory.s deleted file mode 100644 index 373731326..000000000 --- a/libc/nt/ws2_32/WSCSetApplicationCategory.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCSetApplicationCategory,WSCSetApplicationCategory,150 diff --git a/libc/nt/ws2_32/WSCSetApplicationCategoryEx.S b/libc/nt/ws2_32/WSCSetApplicationCategoryEx.S new file mode 100644 index 000000000..60f15db55 --- /dev/null +++ b/libc/nt/ws2_32/WSCSetApplicationCategoryEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCSetApplicationCategoryEx,WSCSetApplicationCategoryEx,152 diff --git a/libc/nt/ws2_32/WSCSetApplicationCategoryEx.s b/libc/nt/ws2_32/WSCSetApplicationCategoryEx.s deleted file mode 100644 index 7c3f3f5b2..000000000 --- a/libc/nt/ws2_32/WSCSetApplicationCategoryEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCSetApplicationCategoryEx,WSCSetApplicationCategoryEx,152 diff --git a/libc/nt/ws2_32/WSCSetProviderInfo.S b/libc/nt/ws2_32/WSCSetProviderInfo.S new file mode 100644 index 000000000..b01b601b6 --- /dev/null +++ b/libc/nt/ws2_32/WSCSetProviderInfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCSetProviderInfo,WSCSetProviderInfo,153 diff --git a/libc/nt/ws2_32/WSCSetProviderInfo.s b/libc/nt/ws2_32/WSCSetProviderInfo.s deleted file mode 100644 index 6e689f81a..000000000 --- a/libc/nt/ws2_32/WSCSetProviderInfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCSetProviderInfo,WSCSetProviderInfo,153 diff --git a/libc/nt/ws2_32/WSCSetProviderInfo32.S b/libc/nt/ws2_32/WSCSetProviderInfo32.S new file mode 100644 index 000000000..dda8b34a5 --- /dev/null +++ b/libc/nt/ws2_32/WSCSetProviderInfo32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCSetProviderInfo32,WSCSetProviderInfo32,154 diff --git a/libc/nt/ws2_32/WSCSetProviderInfo32.s b/libc/nt/ws2_32/WSCSetProviderInfo32.s deleted file mode 100644 index b621e567e..000000000 --- a/libc/nt/ws2_32/WSCSetProviderInfo32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCSetProviderInfo32,WSCSetProviderInfo32,154 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpace.S b/libc/nt/ws2_32/WSCUnInstallNameSpace.S new file mode 100644 index 000000000..0d4b4f25c --- /dev/null +++ b/libc/nt/ws2_32/WSCUnInstallNameSpace.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUnInstallNameSpace,WSCUnInstallNameSpace,155 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpace.s b/libc/nt/ws2_32/WSCUnInstallNameSpace.s deleted file mode 100644 index 5140a8943..000000000 --- a/libc/nt/ws2_32/WSCUnInstallNameSpace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUnInstallNameSpace,WSCUnInstallNameSpace,155 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpace32.S b/libc/nt/ws2_32/WSCUnInstallNameSpace32.S new file mode 100644 index 000000000..671b8d1ea --- /dev/null +++ b/libc/nt/ws2_32/WSCUnInstallNameSpace32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUnInstallNameSpace32,WSCUnInstallNameSpace32,156 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpace32.s b/libc/nt/ws2_32/WSCUnInstallNameSpace32.s deleted file mode 100644 index 19ceef950..000000000 --- a/libc/nt/ws2_32/WSCUnInstallNameSpace32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUnInstallNameSpace32,WSCUnInstallNameSpace32,156 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.S b/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.S new file mode 100644 index 000000000..779094e98 --- /dev/null +++ b/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUnInstallNameSpaceEx2,WSCUnInstallNameSpaceEx2,157 diff --git a/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.s b/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.s deleted file mode 100644 index 6f93347bf..000000000 --- a/libc/nt/ws2_32/WSCUnInstallNameSpaceEx2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUnInstallNameSpaceEx2,WSCUnInstallNameSpaceEx2,157 diff --git a/libc/nt/ws2_32/WSCUpdateProvider.S b/libc/nt/ws2_32/WSCUpdateProvider.S new file mode 100644 index 000000000..1e6f2d48e --- /dev/null +++ b/libc/nt/ws2_32/WSCUpdateProvider.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUpdateProvider,WSCUpdateProvider,158 diff --git a/libc/nt/ws2_32/WSCUpdateProvider.s b/libc/nt/ws2_32/WSCUpdateProvider.s deleted file mode 100644 index c40337e7e..000000000 --- a/libc/nt/ws2_32/WSCUpdateProvider.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUpdateProvider,WSCUpdateProvider,158 diff --git a/libc/nt/ws2_32/WSCUpdateProvider32.S b/libc/nt/ws2_32/WSCUpdateProvider32.S new file mode 100644 index 000000000..ac4fc6997 --- /dev/null +++ b/libc/nt/ws2_32/WSCUpdateProvider32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUpdateProvider32,WSCUpdateProvider32,159 diff --git a/libc/nt/ws2_32/WSCUpdateProvider32.s b/libc/nt/ws2_32/WSCUpdateProvider32.s deleted file mode 100644 index d8fbdfd68..000000000 --- a/libc/nt/ws2_32/WSCUpdateProvider32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUpdateProvider32,WSCUpdateProvider32,159 diff --git a/libc/nt/ws2_32/WSCUpdateProviderEx.S b/libc/nt/ws2_32/WSCUpdateProviderEx.S new file mode 100644 index 000000000..d0c78c93f --- /dev/null +++ b/libc/nt/ws2_32/WSCUpdateProviderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCUpdateProviderEx,WSCUpdateProviderEx,160 diff --git a/libc/nt/ws2_32/WSCUpdateProviderEx.s b/libc/nt/ws2_32/WSCUpdateProviderEx.s deleted file mode 100644 index a5ee15df9..000000000 --- a/libc/nt/ws2_32/WSCUpdateProviderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCUpdateProviderEx,WSCUpdateProviderEx,160 diff --git a/libc/nt/ws2_32/WSCWriteNameSpaceOrder.S b/libc/nt/ws2_32/WSCWriteNameSpaceOrder.S new file mode 100644 index 000000000..561cce734 --- /dev/null +++ b/libc/nt/ws2_32/WSCWriteNameSpaceOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCWriteNameSpaceOrder,WSCWriteNameSpaceOrder,161 diff --git a/libc/nt/ws2_32/WSCWriteNameSpaceOrder.s b/libc/nt/ws2_32/WSCWriteNameSpaceOrder.s deleted file mode 100644 index 45de63eff..000000000 --- a/libc/nt/ws2_32/WSCWriteNameSpaceOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCWriteNameSpaceOrder,WSCWriteNameSpaceOrder,161 diff --git a/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.S b/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.S new file mode 100644 index 000000000..16820e8b3 --- /dev/null +++ b/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCWriteNameSpaceOrder32,WSCWriteNameSpaceOrder32,162 diff --git a/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.s b/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.s deleted file mode 100644 index 5ae23b8ad..000000000 --- a/libc/nt/ws2_32/WSCWriteNameSpaceOrder32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCWriteNameSpaceOrder32,WSCWriteNameSpaceOrder32,162 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrder.S b/libc/nt/ws2_32/WSCWriteProviderOrder.S new file mode 100644 index 000000000..3874c0497 --- /dev/null +++ b/libc/nt/ws2_32/WSCWriteProviderOrder.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCWriteProviderOrder,WSCWriteProviderOrder,163 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrder.s b/libc/nt/ws2_32/WSCWriteProviderOrder.s deleted file mode 100644 index c49abd125..000000000 --- a/libc/nt/ws2_32/WSCWriteProviderOrder.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCWriteProviderOrder,WSCWriteProviderOrder,163 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrder32.S b/libc/nt/ws2_32/WSCWriteProviderOrder32.S new file mode 100644 index 000000000..92e2d0559 --- /dev/null +++ b/libc/nt/ws2_32/WSCWriteProviderOrder32.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCWriteProviderOrder32,WSCWriteProviderOrder32,164 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrder32.s b/libc/nt/ws2_32/WSCWriteProviderOrder32.s deleted file mode 100644 index 085866032..000000000 --- a/libc/nt/ws2_32/WSCWriteProviderOrder32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCWriteProviderOrder32,WSCWriteProviderOrder32,164 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrderEx.S b/libc/nt/ws2_32/WSCWriteProviderOrderEx.S new file mode 100644 index 000000000..a6ebeeb6d --- /dev/null +++ b/libc/nt/ws2_32/WSCWriteProviderOrderEx.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_WSCWriteProviderOrderEx,WSCWriteProviderOrderEx,165 diff --git a/libc/nt/ws2_32/WSCWriteProviderOrderEx.s b/libc/nt/ws2_32/WSCWriteProviderOrderEx.s deleted file mode 100644 index 35d2176f8..000000000 --- a/libc/nt/ws2_32/WSCWriteProviderOrderEx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_WSCWriteProviderOrderEx,WSCWriteProviderOrderEx,165 diff --git a/libc/nt/ws2_32/accept.S b/libc/nt/ws2_32/accept.S new file mode 100644 index 000000000..8edb39f9b --- /dev/null +++ b/libc/nt/ws2_32/accept.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_accept,accept,1 + +#ifdef __x86_64__ + .text.windows +__sys_accept_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_accept(%rip),%rax + jmp __sysv2nt + .endfn __sys_accept_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/accept.s b/libc/nt/ws2_32/accept.s deleted file mode 100644 index a0541b4e7..000000000 --- a/libc/nt/ws2_32/accept.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_accept,accept,1 - - .text.windows -__sys_accept_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_accept(%rip),%rax - jmp __sysv2nt - .endfn __sys_accept_nt,globl - .previous diff --git a/libc/nt/ws2_32/bind.S b/libc/nt/ws2_32/bind.S new file mode 100644 index 000000000..c73e12013 --- /dev/null +++ b/libc/nt/ws2_32/bind.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_bind,bind,2 + +#ifdef __x86_64__ + .text.windows +__sys_bind_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_bind(%rip),%rax + jmp __sysv2nt + .endfn __sys_bind_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/bind.s b/libc/nt/ws2_32/bind.s deleted file mode 100644 index 61b2d996c..000000000 --- a/libc/nt/ws2_32/bind.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_bind,bind,2 - - .text.windows -__sys_bind_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_bind(%rip),%rax - jmp __sysv2nt - .endfn __sys_bind_nt,globl - .previous diff --git a/libc/nt/ws2_32/closesocket.S b/libc/nt/ws2_32/closesocket.S new file mode 100644 index 000000000..47c4d23a2 --- /dev/null +++ b/libc/nt/ws2_32/closesocket.S @@ -0,0 +1,17 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_closesocket,closesocket,3 + +#ifdef __x86_64__ + .text.windows +__sys_closesocket_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov %rdi,%rcx + sub $32,%rsp + call *__imp_closesocket(%rip) + leave + ret + .endfn __sys_closesocket_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/closesocket.s b/libc/nt/ws2_32/closesocket.s deleted file mode 100644 index 9bd7862c2..000000000 --- a/libc/nt/ws2_32/closesocket.s +++ /dev/null @@ -1,15 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_closesocket,closesocket,3 - - .text.windows -__sys_closesocket_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov %rdi,%rcx - sub $32,%rsp - call *__imp_closesocket(%rip) - leave - ret - .endfn __sys_closesocket_nt,globl - .previous diff --git a/libc/nt/ws2_32/connect.S b/libc/nt/ws2_32/connect.S new file mode 100644 index 000000000..9cd6be59d --- /dev/null +++ b/libc/nt/ws2_32/connect.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_connect,connect,4 diff --git a/libc/nt/ws2_32/connect.s b/libc/nt/ws2_32/connect.s deleted file mode 100644 index c57f4ba98..000000000 --- a/libc/nt/ws2_32/connect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_connect,connect,4 diff --git a/libc/nt/ws2_32/freeaddrinfo.S b/libc/nt/ws2_32/freeaddrinfo.S new file mode 100644 index 000000000..470ae0df1 --- /dev/null +++ b/libc/nt/ws2_32/freeaddrinfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_freeaddrinfo,freeaddrinfo,190 diff --git a/libc/nt/ws2_32/freeaddrinfo.s b/libc/nt/ws2_32/freeaddrinfo.s deleted file mode 100644 index 3f6974653..000000000 --- a/libc/nt/ws2_32/freeaddrinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_freeaddrinfo,freeaddrinfo,190 diff --git a/libc/nt/ws2_32/getaddrinfo.S b/libc/nt/ws2_32/getaddrinfo.S new file mode 100644 index 000000000..194a84a02 --- /dev/null +++ b/libc/nt/ws2_32/getaddrinfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getaddrinfo,getaddrinfo,191 diff --git a/libc/nt/ws2_32/getaddrinfo.s b/libc/nt/ws2_32/getaddrinfo.s deleted file mode 100644 index cc0f4bdf6..000000000 --- a/libc/nt/ws2_32/getaddrinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getaddrinfo,getaddrinfo,191 diff --git a/libc/nt/ws2_32/gethostbyaddr.S b/libc/nt/ws2_32/gethostbyaddr.S new file mode 100644 index 000000000..8cc430aed --- /dev/null +++ b/libc/nt/ws2_32/gethostbyaddr.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_gethostbyaddr,gethostbyaddr,51 diff --git a/libc/nt/ws2_32/gethostbyaddr.s b/libc/nt/ws2_32/gethostbyaddr.s deleted file mode 100644 index b7fb55d2e..000000000 --- a/libc/nt/ws2_32/gethostbyaddr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_gethostbyaddr,gethostbyaddr,51 diff --git a/libc/nt/ws2_32/gethostbyname.S b/libc/nt/ws2_32/gethostbyname.S new file mode 100644 index 000000000..455042f3d --- /dev/null +++ b/libc/nt/ws2_32/gethostbyname.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_gethostbyname,gethostbyname,52 diff --git a/libc/nt/ws2_32/gethostbyname.s b/libc/nt/ws2_32/gethostbyname.s deleted file mode 100644 index fb1a94506..000000000 --- a/libc/nt/ws2_32/gethostbyname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_gethostbyname,gethostbyname,52 diff --git a/libc/nt/ws2_32/gethostname.S b/libc/nt/ws2_32/gethostname.S new file mode 100644 index 000000000..629942c5b --- /dev/null +++ b/libc/nt/ws2_32/gethostname.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_gethostname,gethostname,57 diff --git a/libc/nt/ws2_32/gethostname.s b/libc/nt/ws2_32/gethostname.s deleted file mode 100644 index 5023e9e38..000000000 --- a/libc/nt/ws2_32/gethostname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_gethostname,gethostname,57 diff --git a/libc/nt/ws2_32/getnameinfo.S b/libc/nt/ws2_32/getnameinfo.S new file mode 100644 index 000000000..4648b29ae --- /dev/null +++ b/libc/nt/ws2_32/getnameinfo.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getnameinfo,getnameinfo,192 diff --git a/libc/nt/ws2_32/getnameinfo.s b/libc/nt/ws2_32/getnameinfo.s deleted file mode 100644 index 537759c1d..000000000 --- a/libc/nt/ws2_32/getnameinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getnameinfo,getnameinfo,192 diff --git a/libc/nt/ws2_32/getpeername.S b/libc/nt/ws2_32/getpeername.S new file mode 100644 index 000000000..615423c3b --- /dev/null +++ b/libc/nt/ws2_32/getpeername.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getpeername,getpeername,5 + +#ifdef __x86_64__ + .text.windows +__sys_getpeername_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_getpeername(%rip),%rax + jmp __sysv2nt + .endfn __sys_getpeername_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/getpeername.s b/libc/nt/ws2_32/getpeername.s deleted file mode 100644 index 612b7389e..000000000 --- a/libc/nt/ws2_32/getpeername.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getpeername,getpeername,5 - - .text.windows -__sys_getpeername_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_getpeername(%rip),%rax - jmp __sysv2nt - .endfn __sys_getpeername_nt,globl - .previous diff --git a/libc/nt/ws2_32/getprotobyname.S b/libc/nt/ws2_32/getprotobyname.S new file mode 100644 index 000000000..72ce20450 --- /dev/null +++ b/libc/nt/ws2_32/getprotobyname.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getprotobyname,getprotobyname,53 diff --git a/libc/nt/ws2_32/getprotobyname.s b/libc/nt/ws2_32/getprotobyname.s deleted file mode 100644 index c0ac98e96..000000000 --- a/libc/nt/ws2_32/getprotobyname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getprotobyname,getprotobyname,53 diff --git a/libc/nt/ws2_32/getprotobynumber.S b/libc/nt/ws2_32/getprotobynumber.S new file mode 100644 index 000000000..9119d9370 --- /dev/null +++ b/libc/nt/ws2_32/getprotobynumber.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getprotobynumber,getprotobynumber,54 diff --git a/libc/nt/ws2_32/getprotobynumber.s b/libc/nt/ws2_32/getprotobynumber.s deleted file mode 100644 index 5df81140f..000000000 --- a/libc/nt/ws2_32/getprotobynumber.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getprotobynumber,getprotobynumber,54 diff --git a/libc/nt/ws2_32/getservbyname.S b/libc/nt/ws2_32/getservbyname.S new file mode 100644 index 000000000..445b2f0b8 --- /dev/null +++ b/libc/nt/ws2_32/getservbyname.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getservbyname,getservbyname,55 diff --git a/libc/nt/ws2_32/getservbyname.s b/libc/nt/ws2_32/getservbyname.s deleted file mode 100644 index c04e111f3..000000000 --- a/libc/nt/ws2_32/getservbyname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getservbyname,getservbyname,55 diff --git a/libc/nt/ws2_32/getservbyport.S b/libc/nt/ws2_32/getservbyport.S new file mode 100644 index 000000000..933eec20e --- /dev/null +++ b/libc/nt/ws2_32/getservbyport.S @@ -0,0 +1,2 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getservbyport,getservbyport,56 diff --git a/libc/nt/ws2_32/getservbyport.s b/libc/nt/ws2_32/getservbyport.s deleted file mode 100644 index a99c2f26f..000000000 --- a/libc/nt/ws2_32/getservbyport.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getservbyport,getservbyport,56 diff --git a/libc/nt/ws2_32/getsockname.S b/libc/nt/ws2_32/getsockname.S new file mode 100644 index 000000000..63f81b7ac --- /dev/null +++ b/libc/nt/ws2_32/getsockname.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getsockname,getsockname,6 + +#ifdef __x86_64__ + .text.windows +__sys_getsockname_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_getsockname(%rip),%rax + jmp __sysv2nt + .endfn __sys_getsockname_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/getsockname.s b/libc/nt/ws2_32/getsockname.s deleted file mode 100644 index b9bb433aa..000000000 --- a/libc/nt/ws2_32/getsockname.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getsockname,getsockname,6 - - .text.windows -__sys_getsockname_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_getsockname(%rip),%rax - jmp __sysv2nt - .endfn __sys_getsockname_nt,globl - .previous diff --git a/libc/nt/ws2_32/getsockopt.S b/libc/nt/ws2_32/getsockopt.S new file mode 100644 index 000000000..7c2af7d8c --- /dev/null +++ b/libc/nt/ws2_32/getsockopt.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_getsockopt,getsockopt,7 + +#ifdef __x86_64__ + .text.windows +__sys_getsockopt_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_getsockopt(%rip),%rax + jmp __sysv2nt6 + .endfn __sys_getsockopt_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/getsockopt.s b/libc/nt/ws2_32/getsockopt.s deleted file mode 100644 index c02e46c6b..000000000 --- a/libc/nt/ws2_32/getsockopt.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_getsockopt,getsockopt,7 - - .text.windows -__sys_getsockopt_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_getsockopt(%rip),%rax - jmp __sysv2nt6 - .endfn __sys_getsockopt_nt,globl - .previous diff --git a/libc/nt/ws2_32/ioctlsocket.S b/libc/nt/ws2_32/ioctlsocket.S new file mode 100644 index 000000000..1fd70f122 --- /dev/null +++ b/libc/nt/ws2_32/ioctlsocket.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_ioctlsocket,ioctlsocket,10 + +#ifdef __x86_64__ + .text.windows +__sys_ioctlsocket_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_ioctlsocket(%rip),%rax + jmp __sysv2nt + .endfn __sys_ioctlsocket_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/ioctlsocket.s b/libc/nt/ws2_32/ioctlsocket.s deleted file mode 100644 index 73455b464..000000000 --- a/libc/nt/ws2_32/ioctlsocket.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_ioctlsocket,ioctlsocket,10 - - .text.windows -__sys_ioctlsocket_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_ioctlsocket(%rip),%rax - jmp __sysv2nt - .endfn __sys_ioctlsocket_nt,globl - .previous diff --git a/libc/nt/ws2_32/listen.S b/libc/nt/ws2_32/listen.S new file mode 100644 index 000000000..f9c9bb608 --- /dev/null +++ b/libc/nt/ws2_32/listen.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_listen,listen,13 + +#ifdef __x86_64__ + .text.windows +__sys_listen_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_listen(%rip),%rax + jmp __sysv2nt + .endfn __sys_listen_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/listen.s b/libc/nt/ws2_32/listen.s deleted file mode 100644 index f00b2fdd7..000000000 --- a/libc/nt/ws2_32/listen.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_listen,listen,13 - - .text.windows -__sys_listen_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_listen(%rip),%rax - jmp __sysv2nt - .endfn __sys_listen_nt,globl - .previous diff --git a/libc/nt/ws2_32/recv.S b/libc/nt/ws2_32/recv.S new file mode 100644 index 000000000..9fd0d175c --- /dev/null +++ b/libc/nt/ws2_32/recv.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_recv,recv,16 + +#ifdef __x86_64__ + .text.windows +__sys_recv_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_recv(%rip),%rax + jmp __sysv2nt + .endfn __sys_recv_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/recv.s b/libc/nt/ws2_32/recv.s deleted file mode 100644 index d13d28f26..000000000 --- a/libc/nt/ws2_32/recv.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_recv,recv,16 - - .text.windows -__sys_recv_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_recv(%rip),%rax - jmp __sysv2nt - .endfn __sys_recv_nt,globl - .previous diff --git a/libc/nt/ws2_32/recvfrom.S b/libc/nt/ws2_32/recvfrom.S new file mode 100644 index 000000000..51a725741 --- /dev/null +++ b/libc/nt/ws2_32/recvfrom.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_recvfrom,recvfrom,17 + +#ifdef __x86_64__ + .text.windows +__sys_recvfrom_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_recvfrom(%rip),%rax + jmp __sysv2nt6 + .endfn __sys_recvfrom_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/recvfrom.s b/libc/nt/ws2_32/recvfrom.s deleted file mode 100644 index bd35c88b7..000000000 --- a/libc/nt/ws2_32/recvfrom.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_recvfrom,recvfrom,17 - - .text.windows -__sys_recvfrom_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_recvfrom(%rip),%rax - jmp __sysv2nt6 - .endfn __sys_recvfrom_nt,globl - .previous diff --git a/libc/nt/ws2_32/select.S b/libc/nt/ws2_32/select.S new file mode 100644 index 000000000..bfecec903 --- /dev/null +++ b/libc/nt/ws2_32/select.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_select,select,18 + +#ifdef __x86_64__ + .text.windows +__sys_select_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_select(%rip),%rax + jmp __sysv2nt6 + .endfn __sys_select_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/select.s b/libc/nt/ws2_32/select.s deleted file mode 100644 index e101d1466..000000000 --- a/libc/nt/ws2_32/select.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_select,select,18 - - .text.windows -__sys_select_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_select(%rip),%rax - jmp __sysv2nt6 - .endfn __sys_select_nt,globl - .previous diff --git a/libc/nt/ws2_32/send.S b/libc/nt/ws2_32/send.S new file mode 100644 index 000000000..89122a539 --- /dev/null +++ b/libc/nt/ws2_32/send.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_send,send,19 + +#ifdef __x86_64__ + .text.windows +__sys_send_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_send(%rip),%rax + jmp __sysv2nt + .endfn __sys_send_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/send.s b/libc/nt/ws2_32/send.s deleted file mode 100644 index 6a9ef24cc..000000000 --- a/libc/nt/ws2_32/send.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_send,send,19 - - .text.windows -__sys_send_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_send(%rip),%rax - jmp __sysv2nt - .endfn __sys_send_nt,globl - .previous diff --git a/libc/nt/ws2_32/sendto.S b/libc/nt/ws2_32/sendto.S new file mode 100644 index 000000000..85ac2ab9f --- /dev/null +++ b/libc/nt/ws2_32/sendto.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_sendto,sendto,20 + +#ifdef __x86_64__ + .text.windows +__sys_sendto_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_sendto(%rip),%rax + jmp __sysv2nt6 + .endfn __sys_sendto_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/sendto.s b/libc/nt/ws2_32/sendto.s deleted file mode 100644 index ed0220462..000000000 --- a/libc/nt/ws2_32/sendto.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_sendto,sendto,20 - - .text.windows -__sys_sendto_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_sendto(%rip),%rax - jmp __sysv2nt6 - .endfn __sys_sendto_nt,globl - .previous diff --git a/libc/nt/ws2_32/setsockopt.S b/libc/nt/ws2_32/setsockopt.S new file mode 100644 index 000000000..ff567cb93 --- /dev/null +++ b/libc/nt/ws2_32/setsockopt.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_setsockopt,setsockopt,21 + +#ifdef __x86_64__ + .text.windows +__sys_setsockopt_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_setsockopt(%rip),%rax + jmp __sysv2nt6 + .endfn __sys_setsockopt_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/setsockopt.s b/libc/nt/ws2_32/setsockopt.s deleted file mode 100644 index 70fb3ca75..000000000 --- a/libc/nt/ws2_32/setsockopt.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_setsockopt,setsockopt,21 - - .text.windows -__sys_setsockopt_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_setsockopt(%rip),%rax - jmp __sysv2nt6 - .endfn __sys_setsockopt_nt,globl - .previous diff --git a/libc/nt/ws2_32/shutdown.S b/libc/nt/ws2_32/shutdown.S new file mode 100644 index 000000000..10d764c85 --- /dev/null +++ b/libc/nt/ws2_32/shutdown.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_shutdown,shutdown,22 + +#ifdef __x86_64__ + .text.windows +__sys_shutdown_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_shutdown(%rip),%rax + jmp __sysv2nt + .endfn __sys_shutdown_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/shutdown.s b/libc/nt/ws2_32/shutdown.s deleted file mode 100644 index 8494e7a22..000000000 --- a/libc/nt/ws2_32/shutdown.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_shutdown,shutdown,22 - - .text.windows -__sys_shutdown_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_shutdown(%rip),%rax - jmp __sysv2nt - .endfn __sys_shutdown_nt,globl - .previous diff --git a/libc/nt/ws2_32/socket.S b/libc/nt/ws2_32/socket.S new file mode 100644 index 000000000..bb559b927 --- /dev/null +++ b/libc/nt/ws2_32/socket.S @@ -0,0 +1,14 @@ +#include "libc/nt/codegen.h" +.imp ws2_32,__imp_socket,socket,23 + +#ifdef __x86_64__ + .text.windows +__sys_socket_nt: + push %rbp + mov %rsp,%rbp + .profilable + mov __imp_socket(%rip),%rax + jmp __sysv2nt + .endfn __sys_socket_nt,globl + .previous +#endif diff --git a/libc/nt/ws2_32/socket.s b/libc/nt/ws2_32/socket.s deleted file mode 100644 index cc72cc2b7..000000000 --- a/libc/nt/ws2_32/socket.s +++ /dev/null @@ -1,12 +0,0 @@ -.include "o/libc/nt/codegen.inc" -.imp ws2_32,__imp_socket,socket,23 - - .text.windows -__sys_socket_nt: - push %rbp - mov %rsp,%rbp - .profilable - mov __imp_socket(%rip),%rax - jmp __sysv2nt - .endfn __sys_socket_nt,globl - .previous diff --git a/libc/runtime/cosmo.S b/libc/runtime/cosmo.S index 98d0a4d5c..654ad7c07 100644 --- a/libc/runtime/cosmo.S +++ b/libc/runtime/cosmo.S @@ -53,7 +53,7 @@ cosmo: push %rbp // Section 3.4.1: Initial Stack and Register State fldcw 1f(%rip) .rodata - .align 2 + .balign 2 // 8087 FPU Control Word // IM: Invalid Operation ───────────────┐ // DM: Denormal Operand ───────────────┐│ diff --git a/libc/runtime/enable_tls.c b/libc/runtime/enable_tls.c index 9bfe4de05..26bdacf56 100644 --- a/libc/runtime/enable_tls.c +++ b/libc/runtime/enable_tls.c @@ -140,8 +140,10 @@ void __enable_tls(void) { // ask the operating system to change the x86 segment register __set_tls(tib); +#ifdef __x86_64__ // rewrite the executable tls opcodes in memory __morph_tls(); +#endif // we are now allowed to use tls __tls_enabled = true; diff --git a/libc/runtime/fegetround.c b/libc/runtime/fegetround.c deleted file mode 100644 index 7095671d2..000000000 --- a/libc/runtime/fegetround.c +++ /dev/null @@ -1,32 +0,0 @@ -/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ -│vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ -╞══════════════════════════════════════════════════════════════════════════════╡ -│ Copyright 2021 Justine Alexandra Roberts Tunney │ -│ │ -│ Permission to use, copy, modify, and/or distribute this software for │ -│ any purpose with or without fee is hereby granted, provided that the │ -│ above copyright notice and this permission notice appear in all copies. │ -│ │ -│ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL │ -│ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED │ -│ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE │ -│ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL │ -│ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR │ -│ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER │ -│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ -│ PERFORMANCE OF THIS SOFTWARE. │ -╚─────────────────────────────────────────────────────────────────────────────*/ -#include "libc/runtime/fenv.h" - -/** - * Returns rounding mode. - * - * This implementation retrieves it from the x87 FPU control word. - * - * @see fesetround() for changing this - */ -int fegetround(void) { - uint16_t x87cw; - asm("fnstcw\t%0" : "=m"(x87cw)); - return x87cw & 0x0c00; -} diff --git a/libc/runtime/fenv.h b/libc/runtime/fenv.h index f8ca8a82c..6528eaf4c 100644 --- a/libc/runtime/fenv.h +++ b/libc/runtime/fenv.h @@ -1,11 +1,7 @@ #ifndef COSMOPOLITAN_LIBC_RUNTIME_FENV_H_ #define COSMOPOLITAN_LIBC_RUNTIME_FENV_H_ -#define FE_TONEAREST 0x0000 -#define FE_DOWNWARD 0x0400 -#define FE_UPWARD 0x0800 -#define FE_TOWARDZERO 0x0c00 - +#ifdef __x86_64__ #define FE_INVALID 1 #define __FE_DENORM 2 #define FE_DIVBYZERO 4 @@ -13,6 +9,22 @@ #define FE_UNDERFLOW 16 #define FE_INEXACT 32 #define FE_ALL_EXCEPT 63 +#define FE_TONEAREST 0x0000 +#define FE_DOWNWARD 0x0400 +#define FE_UPWARD 0x0800 +#define FE_TOWARDZERO 0x0c00 +#elif defined(__aarch64__) +#define FE_INVALID 1 +#define FE_DIVBYZERO 2 +#define FE_OVERFLOW 4 +#define FE_UNDERFLOW 8 +#define FE_INEXACT 16 +#define FE_ALL_EXCEPT 31 +#define FE_TONEAREST 0 +#define FE_DOWNWARD 0x800000 +#define FE_UPWARD 0x400000 +#define FE_TOWARDZERO 0xc00000 +#endif #ifdef __FLT_EVAL_METHOD__ #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ diff --git a/libc/runtime/fltrounds.c b/libc/runtime/fltrounds.c index c3a8920b8..1ff1ebd9b 100644 --- a/libc/runtime/fltrounds.c +++ b/libc/runtime/fltrounds.c @@ -18,19 +18,17 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/runtime/fenv.h" -int __flt_rounds(void) { - int x87cw; - asm("fnstcw\t%0" : "=m"(x87cw)); - switch ((x87cw & 0x0c00) >> 10) { - case FE_TOWARDZERO >> 10: +int __flt_rounds() { + switch (fegetround()) { + case FE_TOWARDZERO: return 0; - case FE_TONEAREST >> 10: + case FE_TONEAREST: return 1; - case FE_UPWARD >> 10: + case FE_UPWARD: return 2; - case FE_DOWNWARD >> 10: + case FE_DOWNWARD: return 3; default: - unreachable; + return -1; } } diff --git a/libc/runtime/free_s.c b/libc/runtime/free_s.c index b0c8bc545..7d6c57c9c 100644 --- a/libc/runtime/free_s.c +++ b/libc/runtime/free_s.c @@ -16,7 +16,6 @@ │ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ -#include "libc/intrin/lockxchg.h" #include "libc/mem/mem.h" #include "libc/runtime/runtime.h" @@ -24,8 +23,8 @@ void free_s(void *v) { void **pp = (void **)v; - void *p = NULL; - lockxchg(pp, &p); + void *p = *pp; + *pp = 0; if (_isheap(p)) { _weakfree(p); } diff --git a/libc/runtime/init.S b/libc/runtime/init.S index 2a7985a57..23f1c7c0f 100644 --- a/libc/runtime/init.S +++ b/libc/runtime/init.S @@ -83,7 +83,7 @@ _woot: leave .type __init_rodata_end,@object .globl __init_rodata_start,__init_rodata_end .hidden __init_rodata_start,__init_rodata_end - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __init_rodata_start: .previous/* @@ -108,7 +108,7 @@ __init_rodata_end: .type __init_bss_end,@object .globl __init_bss_start,__init_bss_end .hidden __init_bss_start,__init_bss_end - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __init_bss_start: .previous/* diff --git a/libc/runtime/morph.greg.c b/libc/runtime/morph.greg.c index 5d86e4e55..45e7aeef6 100644 --- a/libc/runtime/morph.greg.c +++ b/libc/runtime/morph.greg.c @@ -38,8 +38,33 @@ __msabi extern typeof(VirtualProtect) *const __imp_VirtualProtect; +static inline int __morph_rt_sigprocmask(int h, const sigset_t *s, sigset_t *o, + size_t c) { +#ifdef __aarch64__ + register long r0 asm("x0") = (long)h; + register long r1 asm("x1") = (long)s; + register long r2 asm("x2") = (long)o; + register long r3 asm("x3") = (long)c; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(135), "r"(r0), "r"(r1), "r"(r2), "r"(r3) + : "x8", "memory"); + return res_x0; +#else + return 0; +#endif +} + +static inline int __morph_sigprocmask(int how, const sigset_t *set, + sigset_t *oldset) { + return __morph_rt_sigprocmask(how, set, oldset, sizeof(*set)); +} + static privileged void __morph_mprotect(void *addr, size_t size, int prot, int ntprot) { +#ifdef __x86_64__ bool cf; int ax, dx; uint32_t op; @@ -60,6 +85,18 @@ static privileged void __morph_mprotect(void *addr, size_t size, int prot, } else { __imp_VirtualProtect(addr, size, ntprot, &op); } +#elif defined(__aarch64__) + register long r0 asm("x0") = (long)addr; + register long r1 asm("x1") = (long)size; + register long r2 asm("x2") = (long)prot; + register long res_x0 asm("x0"); + asm volatile("mov\tx8,%1\n" + "svc\t0" + : "=r"(res_x0) + : "i"(226), "r"(r0), "r"(r1), "r"(r2) + : "x8", "memory"); + _npassert(!res_x0); +#endif } /** @@ -73,6 +110,7 @@ privileged void __morph_begin(sigset_t *save) { intptr_t dx; sigset_t ss = {{-1, -1}}; STRACE("__morph_begin()"); +#ifdef __x86_64__ if (IsOpenbsd()) { asm volatile(CFLAG_ASM("syscall") : CFLAG_CONSTRAINT(cf), "=a"(ax), "=d"(dx) @@ -88,6 +126,9 @@ privileged void __morph_begin(sigset_t *save) { : "rcx", "r8", "r9", "r10", "r11", "memory", "cc"); _npassert(!ax); } +#else + __morph_sigprocmask(SIG_BLOCK, &ss, save); +#endif __morph_mprotect(_base, __privileged_addr - _base, PROT_READ | PROT_WRITE, kNtPageWritecopy); } @@ -101,6 +142,7 @@ privileged void __morph_end(sigset_t *save) { bool cf; __morph_mprotect(_base, __privileged_addr - _base, PROT_READ | PROT_EXEC, kNtPageExecuteRead); +#ifdef __x86_64__ if (IsOpenbsd()) { asm volatile(CFLAG_ASM("syscall") : CFLAG_CONSTRAINT(cf), "=a"(ax), "=d"(dx) @@ -115,5 +157,8 @@ privileged void __morph_end(sigset_t *save) { : "rcx", "r8", "r9", "r10", "r11", "memory", "cc"); _npassert(!ax); } +#else + __morph_sigprocmask(SIG_SETMASK, save, 0); +#endif STRACE("__morph_end()"); } diff --git a/libc/runtime/morph_tls.c b/libc/runtime/morph_tls.c index 6eb4e9b1f..bcdbd3266 100644 --- a/libc/runtime/morph_tls.c +++ b/libc/runtime/morph_tls.c @@ -26,6 +26,7 @@ typedef char xmm_t __attribute__((__vector_size__(16), __aligned__(1))); privileged void __morph_tls(void) { +#ifdef __x86_64__ // We need to rewrite SysV _Thread_local code. You MUST use the // -mno-tls-direct-seg-refs flag which generates code like this // @@ -115,4 +116,5 @@ privileged void __morph_tls(void) { __morph_end(&mask); } +#endif } diff --git a/libc/runtime/runtime.mk b/libc/runtime/runtime.mk index 6a37e86a4..8aa9b33ab 100644 --- a/libc/runtime/runtime.mk +++ b/libc/runtime/runtime.mk @@ -67,7 +67,7 @@ $(LIBC_RUNTIME_A).pkg: \ o/$(MODE)/libc/runtime/ftracer.o: private \ OVERRIDE_CFLAGS += \ -x-no-pg \ - -mno-fentry \ + $(MNO_FENTRY) \ -ffreestanding \ -fno-sanitize=all diff --git a/libc/runtime/set_tls.c b/libc/runtime/set_tls.c index c936a840e..ad5f8d59a 100644 --- a/libc/runtime/set_tls.c +++ b/libc/runtime/set_tls.c @@ -27,6 +27,7 @@ int sys_set_tls(); void __set_tls(struct CosmoTib *tib) { +#ifdef __x86_64__ // ask the operating system to change the x86 segment register int ax, dx; if (IsWindows()) { @@ -56,4 +57,7 @@ void __set_tls(struct CosmoTib *tib) { : "c"(MSR_IA32_FS_BASE), "a"((uint32_t)val), "d"((uint32_t)(val >> 32))); } +#else + asm volatile("msr\ttpidr_el0,%0" : /* no outputs */ : "r"(tib + 1)); +#endif } diff --git a/libc/runtime/stack.h b/libc/runtime/stack.h index ac3db3c70..8381f3373 100644 --- a/libc/runtime/stack.h +++ b/libc/runtime/stack.h @@ -98,6 +98,7 @@ extern char ape_stack_align[] __attribute__((__weak__)); #define GetStackAddr() \ (((intptr_t)__builtin_frame_address(0) - 1) & -GetStackSize()) +#ifdef __x86_64__ /** * Returns preferred bottom address of stack. * @@ -116,6 +117,9 @@ extern char ape_stack_align[] __attribute__((__weak__)); : "i"(ADDEND)); \ vAddr; \ }) +#else +#define GetStaticStackAddr(ADDEND) (GetStackAddr() + ADDEND) +#endif /** * Returns true if at least `n` bytes of stack are available. diff --git a/libc/stdio/g_rando.S b/libc/stdio/g_rando.S index 4061d04b3..23985e4e1 100644 --- a/libc/stdio/g_rando.S +++ b/libc/stdio/g_rando.S @@ -19,7 +19,7 @@ #include "libc/macros.internal.h" .bss - .align 8 + .balign 8 g_rando: .quad 0 .endobj g_rando,globl diff --git a/libc/str/keastasianwidth.S b/libc/str/keastasianwidth.S index ebc5e3795..7ae313d61 100644 --- a/libc/str/keastasianwidth.S +++ b/libc/str/keastasianwidth.S @@ -2,7 +2,7 @@ #include "libc/macros.internal.h" .rodata - .align 4 + .balign 4 kEastAsianWidthBits: .long 32768 * 8 .endobj kEastAsianWidthBits,globl,hidden diff --git a/libc/stubs/stackguard.S b/libc/stubs/stackguard.S index 9bf9caf43..138f11ad9 100644 --- a/libc/stubs/stackguard.S +++ b/libc/stubs/stackguard.S @@ -37,7 +37,7 @@ __stack_chk_fail: .endfn __stack_chk_fail,weak .bss - .align 8 + .balign 8 __stack_chk_guard: .quad 0 .endobj __stack_chk_guard,weak diff --git a/libc/stubs/typeinfo.S b/libc/stubs/typeinfo.S index 337de4af1..af0b7f9f9 100644 --- a/libc/stubs/typeinfo.S +++ b/libc/stubs/typeinfo.S @@ -20,7 +20,7 @@ // __cxxabiv1::__function_type_info (?) // Because Clang in MODE=dbg doesn't respect -fno-rtti - .align 8 + .balign 8 _ZTVN10__cxxabiv120__function_type_infoE: .quad 0 .endobj _ZTVN10__cxxabiv120__function_type_infoE,globl diff --git a/libc/sysv/consts/ABORTED_COMMAND.S b/libc/sysv/consts/ABORTED_COMMAND.S new file mode 100644 index 000000000..4cbcc7df9 --- /dev/null +++ b/libc/sysv/consts/ABORTED_COMMAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ABORTED_COMMAND,11,0,0,0,0,0 diff --git a/libc/sysv/consts/ABORTED_COMMAND.s b/libc/sysv/consts/ABORTED_COMMAND.s deleted file mode 100644 index d6cc72054..000000000 --- a/libc/sysv/consts/ABORTED_COMMAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ABORTED_COMMAND,11,0,0,0,0,0 diff --git a/libc/sysv/consts/ACCT_BYTEORDER.S b/libc/sysv/consts/ACCT_BYTEORDER.S new file mode 100644 index 000000000..f781519b4 --- /dev/null +++ b/libc/sysv/consts/ACCT_BYTEORDER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ACCT_BYTEORDER,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ACCT_BYTEORDER.s b/libc/sysv/consts/ACCT_BYTEORDER.s deleted file mode 100644 index 75399f334..000000000 --- a/libc/sysv/consts/ACCT_BYTEORDER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ACCT_BYTEORDER,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ACCT_COMM.S b/libc/sysv/consts/ACCT_COMM.S new file mode 100644 index 000000000..ae676d743 --- /dev/null +++ b/libc/sysv/consts/ACCT_COMM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ACCT_COMM,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/ACCT_COMM.s b/libc/sysv/consts/ACCT_COMM.s deleted file mode 100644 index e28fba6d1..000000000 --- a/libc/sysv/consts/ACCT_COMM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ACCT_COMM,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/ACK.S b/libc/sysv/consts/ACK.S new file mode 100644 index 000000000..7d1fee371 --- /dev/null +++ b/libc/sysv/consts/ACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ACK,4,4,4,4,4,0 diff --git a/libc/sysv/consts/ACK.s b/libc/sysv/consts/ACK.s deleted file mode 100644 index 53eb4e5c7..000000000 --- a/libc/sysv/consts/ACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ACK,4,4,4,4,4,0 diff --git a/libc/sysv/consts/ACORE.S b/libc/sysv/consts/ACORE.S new file mode 100644 index 000000000..6f8490395 --- /dev/null +++ b/libc/sysv/consts/ACORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ACORE,0,8,8,8,8,0 diff --git a/libc/sysv/consts/ACORE.s b/libc/sysv/consts/ACORE.s deleted file mode 100644 index fda12d1f7..000000000 --- a/libc/sysv/consts/ACORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ACORE,0,8,8,8,8,0 diff --git a/libc/sysv/consts/AFORK.S b/libc/sysv/consts/AFORK.S new file mode 100644 index 000000000..0eb2c0456 --- /dev/null +++ b/libc/sysv/consts/AFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,AFORK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/AFORK.s b/libc/sysv/consts/AFORK.s deleted file mode 100644 index 6f49ff9a1..000000000 --- a/libc/sysv/consts/AFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,AFORK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/AF_ALG.S b/libc/sysv/consts/AF_ALG.S new file mode 100644 index 000000000..c59010173 --- /dev/null +++ b/libc/sysv/consts/AF_ALG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ALG,38,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ALG.s b/libc/sysv/consts/AF_ALG.s deleted file mode 100644 index 546896abd..000000000 --- a/libc/sysv/consts/AF_ALG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ALG,38,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_APPLETALK.S b/libc/sysv/consts/AF_APPLETALK.S new file mode 100644 index 000000000..bbed198c5 --- /dev/null +++ b/libc/sysv/consts/AF_APPLETALK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_APPLETALK,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/AF_APPLETALK.s b/libc/sysv/consts/AF_APPLETALK.s deleted file mode 100644 index bd735a508..000000000 --- a/libc/sysv/consts/AF_APPLETALK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_APPLETALK,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/AF_ASH.S b/libc/sysv/consts/AF_ASH.S new file mode 100644 index 000000000..44fe7d5a0 --- /dev/null +++ b/libc/sysv/consts/AF_ASH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ASH,18,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ASH.s b/libc/sysv/consts/AF_ASH.s deleted file mode 100644 index ecb9f8eb2..000000000 --- a/libc/sysv/consts/AF_ASH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ASH,18,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ATMPVC.S b/libc/sysv/consts/AF_ATMPVC.S new file mode 100644 index 000000000..a0952310b --- /dev/null +++ b/libc/sysv/consts/AF_ATMPVC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ATMPVC,8,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ATMPVC.s b/libc/sysv/consts/AF_ATMPVC.s deleted file mode 100644 index d7ec846af..000000000 --- a/libc/sysv/consts/AF_ATMPVC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ATMPVC,8,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ATMSVC.S b/libc/sysv/consts/AF_ATMSVC.S new file mode 100644 index 000000000..c05f96c99 --- /dev/null +++ b/libc/sysv/consts/AF_ATMSVC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ATMSVC,20,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ATMSVC.s b/libc/sysv/consts/AF_ATMSVC.s deleted file mode 100644 index 52cd19711..000000000 --- a/libc/sysv/consts/AF_ATMSVC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ATMSVC,20,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_AX25.S b/libc/sysv/consts/AF_AX25.S new file mode 100644 index 000000000..6ac8c5097 --- /dev/null +++ b/libc/sysv/consts/AF_AX25.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_AX25,3,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_AX25.s b/libc/sysv/consts/AF_AX25.s deleted file mode 100644 index 682b4f8b9..000000000 --- a/libc/sysv/consts/AF_AX25.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_AX25,3,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_BLUETOOTH.S b/libc/sysv/consts/AF_BLUETOOTH.S new file mode 100644 index 000000000..7cd00f07a --- /dev/null +++ b/libc/sysv/consts/AF_BLUETOOTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_BLUETOOTH,31,0,36,0x20,31,0 diff --git a/libc/sysv/consts/AF_BLUETOOTH.s b/libc/sysv/consts/AF_BLUETOOTH.s deleted file mode 100644 index 9eb53655b..000000000 --- a/libc/sysv/consts/AF_BLUETOOTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_BLUETOOTH,31,0,36,0x20,31,0 diff --git a/libc/sysv/consts/AF_BRIDGE.S b/libc/sysv/consts/AF_BRIDGE.S new file mode 100644 index 000000000..3cbdabbb3 --- /dev/null +++ b/libc/sysv/consts/AF_BRIDGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_BRIDGE,7,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_BRIDGE.s b/libc/sysv/consts/AF_BRIDGE.s deleted file mode 100644 index 6a6a04624..000000000 --- a/libc/sysv/consts/AF_BRIDGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_BRIDGE,7,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_CAIF.S b/libc/sysv/consts/AF_CAIF.S new file mode 100644 index 000000000..2af442068 --- /dev/null +++ b/libc/sysv/consts/AF_CAIF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_CAIF,37,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_CAIF.s b/libc/sysv/consts/AF_CAIF.s deleted file mode 100644 index 68783de76..000000000 --- a/libc/sysv/consts/AF_CAIF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_CAIF,37,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_CAN.S b/libc/sysv/consts/AF_CAN.S new file mode 100644 index 000000000..41eaacb12 --- /dev/null +++ b/libc/sysv/consts/AF_CAN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_CAN,29,0,0,0,35,0 diff --git a/libc/sysv/consts/AF_CAN.s b/libc/sysv/consts/AF_CAN.s deleted file mode 100644 index 24697a72a..000000000 --- a/libc/sysv/consts/AF_CAN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_CAN,29,0,0,0,35,0 diff --git a/libc/sysv/consts/AF_ECONET.S b/libc/sysv/consts/AF_ECONET.S new file mode 100644 index 000000000..48c8667e0 --- /dev/null +++ b/libc/sysv/consts/AF_ECONET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ECONET,19,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ECONET.s b/libc/sysv/consts/AF_ECONET.s deleted file mode 100644 index 026094543..000000000 --- a/libc/sysv/consts/AF_ECONET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ECONET,19,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_FILE.S b/libc/sysv/consts/AF_FILE.S new file mode 100644 index 000000000..419d70a87 --- /dev/null +++ b/libc/sysv/consts/AF_FILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_FILE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_FILE.s b/libc/sysv/consts/AF_FILE.s deleted file mode 100644 index bce207a0a..000000000 --- a/libc/sysv/consts/AF_FILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_FILE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IB.S b/libc/sysv/consts/AF_IB.S new file mode 100644 index 000000000..251f8d7a2 --- /dev/null +++ b/libc/sysv/consts/AF_IB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_IB,27,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IB.s b/libc/sysv/consts/AF_IB.s deleted file mode 100644 index cceae36c2..000000000 --- a/libc/sysv/consts/AF_IB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_IB,27,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IEEE802154.S b/libc/sysv/consts/AF_IEEE802154.S new file mode 100644 index 000000000..9bb1d979d --- /dev/null +++ b/libc/sysv/consts/AF_IEEE802154.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_IEEE802154,36,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IEEE802154.s b/libc/sysv/consts/AF_IEEE802154.s deleted file mode 100644 index 945ce7ce8..000000000 --- a/libc/sysv/consts/AF_IEEE802154.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_IEEE802154,36,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_INET.S b/libc/sysv/consts/AF_INET.S new file mode 100644 index 000000000..d496aff72 --- /dev/null +++ b/libc/sysv/consts/AF_INET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_INET,2,2,2,2,2,2 diff --git a/libc/sysv/consts/AF_INET.s b/libc/sysv/consts/AF_INET.s deleted file mode 100644 index 611ce0e00..000000000 --- a/libc/sysv/consts/AF_INET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_INET,2,2,2,2,2,2 diff --git a/libc/sysv/consts/AF_INET6.S b/libc/sysv/consts/AF_INET6.S new file mode 100644 index 000000000..ea933b00a --- /dev/null +++ b/libc/sysv/consts/AF_INET6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_INET6,10,30,28,24,24,23 diff --git a/libc/sysv/consts/AF_INET6.s b/libc/sysv/consts/AF_INET6.s deleted file mode 100644 index 74fc5cca5..000000000 --- a/libc/sysv/consts/AF_INET6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_INET6,10,30,28,24,24,23 diff --git a/libc/sysv/consts/AF_IPX.S b/libc/sysv/consts/AF_IPX.S new file mode 100644 index 000000000..b4f2f79d7 --- /dev/null +++ b/libc/sysv/consts/AF_IPX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_IPX,4,23,23,23,23,6 diff --git a/libc/sysv/consts/AF_IPX.s b/libc/sysv/consts/AF_IPX.s deleted file mode 100644 index 1ffe5e57d..000000000 --- a/libc/sysv/consts/AF_IPX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_IPX,4,23,23,23,23,6 diff --git a/libc/sysv/consts/AF_IRDA.S b/libc/sysv/consts/AF_IRDA.S new file mode 100644 index 000000000..5e75e236b --- /dev/null +++ b/libc/sysv/consts/AF_IRDA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_IRDA,23,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IRDA.s b/libc/sysv/consts/AF_IRDA.s deleted file mode 100644 index 68df40b28..000000000 --- a/libc/sysv/consts/AF_IRDA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_IRDA,23,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ISDN.S b/libc/sysv/consts/AF_ISDN.S new file mode 100644 index 000000000..641815d94 --- /dev/null +++ b/libc/sysv/consts/AF_ISDN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ISDN,34,28,26,26,26,0 diff --git a/libc/sysv/consts/AF_ISDN.s b/libc/sysv/consts/AF_ISDN.s deleted file mode 100644 index f44afcbe0..000000000 --- a/libc/sysv/consts/AF_ISDN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ISDN,34,28,26,26,26,0 diff --git a/libc/sysv/consts/AF_IUCV.S b/libc/sysv/consts/AF_IUCV.S new file mode 100644 index 000000000..38e9c638e --- /dev/null +++ b/libc/sysv/consts/AF_IUCV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_IUCV,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_IUCV.s b/libc/sysv/consts/AF_IUCV.s deleted file mode 100644 index fe0ca13e3..000000000 --- a/libc/sysv/consts/AF_IUCV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_IUCV,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_KCM.S b/libc/sysv/consts/AF_KCM.S new file mode 100644 index 000000000..912d36fe7 --- /dev/null +++ b/libc/sysv/consts/AF_KCM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_KCM,41,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_KCM.s b/libc/sysv/consts/AF_KCM.s deleted file mode 100644 index 200c6074f..000000000 --- a/libc/sysv/consts/AF_KCM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_KCM,41,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_KEY.S b/libc/sysv/consts/AF_KEY.S new file mode 100644 index 000000000..896a11678 --- /dev/null +++ b/libc/sysv/consts/AF_KEY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_KEY,15,0,0,30,0,0 diff --git a/libc/sysv/consts/AF_KEY.s b/libc/sysv/consts/AF_KEY.s deleted file mode 100644 index bf0f3f2fb..000000000 --- a/libc/sysv/consts/AF_KEY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_KEY,15,0,0,30,0,0 diff --git a/libc/sysv/consts/AF_LINK.S b/libc/sysv/consts/AF_LINK.S new file mode 100644 index 000000000..7b95ace9d --- /dev/null +++ b/libc/sysv/consts/AF_LINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_LINK,0,18,18,18,18,0 diff --git a/libc/sysv/consts/AF_LINK.s b/libc/sysv/consts/AF_LINK.s deleted file mode 100644 index 7aa73285e..000000000 --- a/libc/sysv/consts/AF_LINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_LINK,0,18,18,18,18,0 diff --git a/libc/sysv/consts/AF_LLC.S b/libc/sysv/consts/AF_LLC.S new file mode 100644 index 000000000..69666a44e --- /dev/null +++ b/libc/sysv/consts/AF_LLC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_LLC,26,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_LLC.s b/libc/sysv/consts/AF_LLC.s deleted file mode 100644 index 5267986d4..000000000 --- a/libc/sysv/consts/AF_LLC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_LLC,26,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_LOCAL.S b/libc/sysv/consts/AF_LOCAL.S new file mode 100644 index 000000000..183ec49bf --- /dev/null +++ b/libc/sysv/consts/AF_LOCAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_LOCAL,1,1,1,1,1,1 diff --git a/libc/sysv/consts/AF_LOCAL.s b/libc/sysv/consts/AF_LOCAL.s deleted file mode 100644 index 2728bf942..000000000 --- a/libc/sysv/consts/AF_LOCAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_LOCAL,1,1,1,1,1,1 diff --git a/libc/sysv/consts/AF_MAX.S b/libc/sysv/consts/AF_MAX.S new file mode 100644 index 000000000..c4516b23b --- /dev/null +++ b/libc/sysv/consts/AF_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_MAX,42,40,42,36,37,35 diff --git a/libc/sysv/consts/AF_MAX.s b/libc/sysv/consts/AF_MAX.s deleted file mode 100644 index 505e012ea..000000000 --- a/libc/sysv/consts/AF_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_MAX,42,40,42,36,37,35 diff --git a/libc/sysv/consts/AF_MPLS.S b/libc/sysv/consts/AF_MPLS.S new file mode 100644 index 000000000..2f9e614d6 --- /dev/null +++ b/libc/sysv/consts/AF_MPLS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_MPLS,28,0,0,33,33,0 diff --git a/libc/sysv/consts/AF_MPLS.s b/libc/sysv/consts/AF_MPLS.s deleted file mode 100644 index b7d6f46fa..000000000 --- a/libc/sysv/consts/AF_MPLS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_MPLS,28,0,0,33,33,0 diff --git a/libc/sysv/consts/AF_NETBEUI.S b/libc/sysv/consts/AF_NETBEUI.S new file mode 100644 index 000000000..20c9099af --- /dev/null +++ b/libc/sysv/consts/AF_NETBEUI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_NETBEUI,13,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NETBEUI.s b/libc/sysv/consts/AF_NETBEUI.s deleted file mode 100644 index a93d64019..000000000 --- a/libc/sysv/consts/AF_NETBEUI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_NETBEUI,13,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NETLINK.S b/libc/sysv/consts/AF_NETLINK.S new file mode 100644 index 000000000..5bdf97e16 --- /dev/null +++ b/libc/sysv/consts/AF_NETLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_NETLINK,16,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NETLINK.s b/libc/sysv/consts/AF_NETLINK.s deleted file mode 100644 index d83794ef4..000000000 --- a/libc/sysv/consts/AF_NETLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_NETLINK,16,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NETROM.S b/libc/sysv/consts/AF_NETROM.S new file mode 100644 index 000000000..5e0f7e8a3 --- /dev/null +++ b/libc/sysv/consts/AF_NETROM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_NETROM,6,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NETROM.s b/libc/sysv/consts/AF_NETROM.s deleted file mode 100644 index 1651b6bf5..000000000 --- a/libc/sysv/consts/AF_NETROM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_NETROM,6,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NFC.S b/libc/sysv/consts/AF_NFC.S new file mode 100644 index 000000000..a8b38eb0b --- /dev/null +++ b/libc/sysv/consts/AF_NFC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_NFC,39,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_NFC.s b/libc/sysv/consts/AF_NFC.s deleted file mode 100644 index 8599c6434..000000000 --- a/libc/sysv/consts/AF_NFC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_NFC,39,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PACKET.S b/libc/sysv/consts/AF_PACKET.S new file mode 100644 index 000000000..d6e323577 --- /dev/null +++ b/libc/sysv/consts/AF_PACKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_PACKET,17,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PACKET.s b/libc/sysv/consts/AF_PACKET.s deleted file mode 100644 index 85c1fc1c4..000000000 --- a/libc/sysv/consts/AF_PACKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_PACKET,17,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PHONET.S b/libc/sysv/consts/AF_PHONET.S new file mode 100644 index 000000000..e65f14a92 --- /dev/null +++ b/libc/sysv/consts/AF_PHONET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_PHONET,35,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PHONET.s b/libc/sysv/consts/AF_PHONET.s deleted file mode 100644 index 4f0f480c7..000000000 --- a/libc/sysv/consts/AF_PHONET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_PHONET,35,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PPPOX.S b/libc/sysv/consts/AF_PPPOX.S new file mode 100644 index 000000000..28cf821dc --- /dev/null +++ b/libc/sysv/consts/AF_PPPOX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_PPPOX,24,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_PPPOX.s b/libc/sysv/consts/AF_PPPOX.s deleted file mode 100644 index 1e77676a9..000000000 --- a/libc/sysv/consts/AF_PPPOX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_PPPOX,24,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_RDS.S b/libc/sysv/consts/AF_RDS.S new file mode 100644 index 000000000..bc1194c6a --- /dev/null +++ b/libc/sysv/consts/AF_RDS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_RDS,21,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_RDS.s b/libc/sysv/consts/AF_RDS.s deleted file mode 100644 index 07a6b6097..000000000 --- a/libc/sysv/consts/AF_RDS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_RDS,21,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ROSE.S b/libc/sysv/consts/AF_ROSE.S new file mode 100644 index 000000000..9fa7fd51e --- /dev/null +++ b/libc/sysv/consts/AF_ROSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ROSE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ROSE.s b/libc/sysv/consts/AF_ROSE.s deleted file mode 100644 index 3da23ed57..000000000 --- a/libc/sysv/consts/AF_ROSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ROSE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_ROUTE.S b/libc/sysv/consts/AF_ROUTE.S new file mode 100644 index 000000000..ab76d1e23 --- /dev/null +++ b/libc/sysv/consts/AF_ROUTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_ROUTE,16,17,17,17,34,0 diff --git a/libc/sysv/consts/AF_ROUTE.s b/libc/sysv/consts/AF_ROUTE.s deleted file mode 100644 index 10ade1ba8..000000000 --- a/libc/sysv/consts/AF_ROUTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_ROUTE,16,17,17,17,34,0 diff --git a/libc/sysv/consts/AF_RXRPC.S b/libc/sysv/consts/AF_RXRPC.S new file mode 100644 index 000000000..de1362e3a --- /dev/null +++ b/libc/sysv/consts/AF_RXRPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_RXRPC,33,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_RXRPC.s b/libc/sysv/consts/AF_RXRPC.s deleted file mode 100644 index 316e5974b..000000000 --- a/libc/sysv/consts/AF_RXRPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_RXRPC,33,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_SECURITY.S b/libc/sysv/consts/AF_SECURITY.S new file mode 100644 index 000000000..ef1a4082d --- /dev/null +++ b/libc/sysv/consts/AF_SECURITY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_SECURITY,14,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_SECURITY.s b/libc/sysv/consts/AF_SECURITY.s deleted file mode 100644 index 4d0ac3b2e..000000000 --- a/libc/sysv/consts/AF_SECURITY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_SECURITY,14,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_SNA.S b/libc/sysv/consts/AF_SNA.S new file mode 100644 index 000000000..d6ebc1b75 --- /dev/null +++ b/libc/sysv/consts/AF_SNA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_SNA,22,11,11,11,11,11 diff --git a/libc/sysv/consts/AF_SNA.s b/libc/sysv/consts/AF_SNA.s deleted file mode 100644 index 0d31ad76d..000000000 --- a/libc/sysv/consts/AF_SNA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_SNA,22,11,11,11,11,11 diff --git a/libc/sysv/consts/AF_TIPC.S b/libc/sysv/consts/AF_TIPC.S new file mode 100644 index 000000000..3d7a12160 --- /dev/null +++ b/libc/sysv/consts/AF_TIPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_TIPC,30,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_TIPC.s b/libc/sysv/consts/AF_TIPC.s deleted file mode 100644 index d642082ba..000000000 --- a/libc/sysv/consts/AF_TIPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_TIPC,30,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_UNIX.S b/libc/sysv/consts/AF_UNIX.S new file mode 100644 index 000000000..ed190c7d4 --- /dev/null +++ b/libc/sysv/consts/AF_UNIX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_UNIX,1,1,1,1,1,1 diff --git a/libc/sysv/consts/AF_UNIX.s b/libc/sysv/consts/AF_UNIX.s deleted file mode 100644 index 9bbd1bdb0..000000000 --- a/libc/sysv/consts/AF_UNIX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_UNIX,1,1,1,1,1,1 diff --git a/libc/sysv/consts/AF_UNSPEC.S b/libc/sysv/consts/AF_UNSPEC.S new file mode 100644 index 000000000..23e5eb753 --- /dev/null +++ b/libc/sysv/consts/AF_UNSPEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_UNSPEC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_UNSPEC.s b/libc/sysv/consts/AF_UNSPEC.s deleted file mode 100644 index 64f5036c8..000000000 --- a/libc/sysv/consts/AF_UNSPEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_UNSPEC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_VSOCK.S b/libc/sysv/consts/AF_VSOCK.S new file mode 100644 index 000000000..49a398ea0 --- /dev/null +++ b/libc/sysv/consts/AF_VSOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_VSOCK,40,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_VSOCK.s b/libc/sysv/consts/AF_VSOCK.s deleted file mode 100644 index ea4ed8c4c..000000000 --- a/libc/sysv/consts/AF_VSOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_VSOCK,40,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_WANPIPE.S b/libc/sysv/consts/AF_WANPIPE.S new file mode 100644 index 000000000..8475c3331 --- /dev/null +++ b/libc/sysv/consts/AF_WANPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_WANPIPE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_WANPIPE.s b/libc/sysv/consts/AF_WANPIPE.s deleted file mode 100644 index 1bf9b2fa9..000000000 --- a/libc/sysv/consts/AF_WANPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_WANPIPE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_X25.S b/libc/sysv/consts/AF_X25.S new file mode 100644 index 000000000..e73a1562d --- /dev/null +++ b/libc/sysv/consts/AF_X25.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,AF_X25,9,0,0,0,0,0 diff --git a/libc/sysv/consts/AF_X25.s b/libc/sysv/consts/AF_X25.s deleted file mode 100644 index 2ae8d5006..000000000 --- a/libc/sysv/consts/AF_X25.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,AF_X25,9,0,0,0,0,0 diff --git a/libc/sysv/consts/AIO_ALLDONE.S b/libc/sysv/consts/AIO_ALLDONE.S new file mode 100644 index 000000000..fbced72f7 --- /dev/null +++ b/libc/sysv/consts/AIO_ALLDONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,AIO_ALLDONE,2,1,3,0,0,0 diff --git a/libc/sysv/consts/AIO_ALLDONE.s b/libc/sysv/consts/AIO_ALLDONE.s deleted file mode 100644 index 42a97045e..000000000 --- a/libc/sysv/consts/AIO_ALLDONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,AIO_ALLDONE,2,1,3,0,0,0 diff --git a/libc/sysv/consts/AIO_CANCELED.S b/libc/sysv/consts/AIO_CANCELED.S new file mode 100644 index 000000000..47acb00f4 --- /dev/null +++ b/libc/sysv/consts/AIO_CANCELED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,AIO_CANCELED,0,2,1,0,0,0 diff --git a/libc/sysv/consts/AIO_CANCELED.s b/libc/sysv/consts/AIO_CANCELED.s deleted file mode 100644 index 6ec37a9bf..000000000 --- a/libc/sysv/consts/AIO_CANCELED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,AIO_CANCELED,0,2,1,0,0,0 diff --git a/libc/sysv/consts/AIO_NOTCANCELED.S b/libc/sysv/consts/AIO_NOTCANCELED.S new file mode 100644 index 000000000..ce744f807 --- /dev/null +++ b/libc/sysv/consts/AIO_NOTCANCELED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,AIO_NOTCANCELED,1,4,2,0,0,0 diff --git a/libc/sysv/consts/AIO_NOTCANCELED.s b/libc/sysv/consts/AIO_NOTCANCELED.s deleted file mode 100644 index a501b4133..000000000 --- a/libc/sysv/consts/AIO_NOTCANCELED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,AIO_NOTCANCELED,1,4,2,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.S b/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.S new file mode 100644 index 000000000..adb1fce4f --- /dev/null +++ b/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_AEAD_ASSOCLEN,4,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.s b/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.s deleted file mode 100644 index f7593b175..000000000 --- a/libc/sysv/consts/ALG_SET_AEAD_ASSOCLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_AEAD_ASSOCLEN,4,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.S b/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.S new file mode 100644 index 000000000..c189aa408 --- /dev/null +++ b/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_AEAD_AUTHSIZE,5,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.s b/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.s deleted file mode 100644 index 655110496..000000000 --- a/libc/sysv/consts/ALG_SET_AEAD_AUTHSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_AEAD_AUTHSIZE,5,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.S b/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.S new file mode 100644 index 000000000..859863d68 --- /dev/null +++ b/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_DRBG_ENTROPY,6,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.s b/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.s deleted file mode 100644 index 07b3fabe9..000000000 --- a/libc/sysv/consts/ALG_SET_DRBG_ENTROPY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_DRBG_ENTROPY,6,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_IV.S b/libc/sysv/consts/ALG_SET_IV.S new file mode 100644 index 000000000..a98afeb22 --- /dev/null +++ b/libc/sysv/consts/ALG_SET_IV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_IV,2,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_IV.s b/libc/sysv/consts/ALG_SET_IV.s deleted file mode 100644 index 11718d948..000000000 --- a/libc/sysv/consts/ALG_SET_IV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_IV,2,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_KEY.S b/libc/sysv/consts/ALG_SET_KEY.S new file mode 100644 index 000000000..4873384c5 --- /dev/null +++ b/libc/sysv/consts/ALG_SET_KEY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_KEY,1,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_KEY.s b/libc/sysv/consts/ALG_SET_KEY.s deleted file mode 100644 index 6e41c7c79..000000000 --- a/libc/sysv/consts/ALG_SET_KEY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_KEY,1,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_OP.S b/libc/sysv/consts/ALG_SET_OP.S new file mode 100644 index 000000000..62c64aeb4 --- /dev/null +++ b/libc/sysv/consts/ALG_SET_OP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon alg,ALG_SET_OP,3,0,0,0,0,0 diff --git a/libc/sysv/consts/ALG_SET_OP.s b/libc/sysv/consts/ALG_SET_OP.s deleted file mode 100644 index 7d03bfec4..000000000 --- a/libc/sysv/consts/ALG_SET_OP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon alg,ALG_SET_OP,3,0,0,0,0,0 diff --git a/libc/sysv/consts/AREGTYPE.S b/libc/sysv/consts/AREGTYPE.S new file mode 100644 index 000000000..f34b61b11 --- /dev/null +++ b/libc/sysv/consts/AREGTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,AREGTYPE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/AREGTYPE.s b/libc/sysv/consts/AREGTYPE.s deleted file mode 100644 index 9aa269a5b..000000000 --- a/libc/sysv/consts/AREGTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,AREGTYPE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_BASE.S b/libc/sysv/consts/AT_BASE.S new file mode 100644 index 000000000..84a16f7eb --- /dev/null +++ b/libc/sysv/consts/AT_BASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_BASE,7,0,7,0,7,0 diff --git a/libc/sysv/consts/AT_BASE.s b/libc/sysv/consts/AT_BASE.s deleted file mode 100644 index c39dc04aa..000000000 --- a/libc/sysv/consts/AT_BASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_BASE,7,0,7,0,7,0 diff --git a/libc/sysv/consts/AT_BASE_PLATFORM.S b/libc/sysv/consts/AT_BASE_PLATFORM.S new file mode 100644 index 000000000..a8fc53633 --- /dev/null +++ b/libc/sysv/consts/AT_BASE_PLATFORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_BASE_PLATFORM,24,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_BASE_PLATFORM.s b/libc/sysv/consts/AT_BASE_PLATFORM.s deleted file mode 100644 index b4965a090..000000000 --- a/libc/sysv/consts/AT_BASE_PLATFORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_BASE_PLATFORM,24,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_CANARY.S b/libc/sysv/consts/AT_CANARY.S new file mode 100644 index 000000000..9a0fda0b6 --- /dev/null +++ b/libc/sysv/consts/AT_CANARY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_CANARY,0,0,16,0,0,0 diff --git a/libc/sysv/consts/AT_CANARY.s b/libc/sysv/consts/AT_CANARY.s deleted file mode 100644 index 7853f038a..000000000 --- a/libc/sysv/consts/AT_CANARY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_CANARY,0,0,16,0,0,0 diff --git a/libc/sysv/consts/AT_CANARYLEN.S b/libc/sysv/consts/AT_CANARYLEN.S new file mode 100644 index 000000000..ee5e819d9 --- /dev/null +++ b/libc/sysv/consts/AT_CANARYLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_CANARYLEN,0,0,17,0,0,0 diff --git a/libc/sysv/consts/AT_CANARYLEN.s b/libc/sysv/consts/AT_CANARYLEN.s deleted file mode 100644 index 03120d26f..000000000 --- a/libc/sysv/consts/AT_CANARYLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_CANARYLEN,0,0,17,0,0,0 diff --git a/libc/sysv/consts/AT_CLKTCK.S b/libc/sysv/consts/AT_CLKTCK.S new file mode 100644 index 000000000..889a06243 --- /dev/null +++ b/libc/sysv/consts/AT_CLKTCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_CLKTCK,17,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_CLKTCK.s b/libc/sysv/consts/AT_CLKTCK.s deleted file mode 100644 index 8d9288b30..000000000 --- a/libc/sysv/consts/AT_CLKTCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_CLKTCK,17,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_DCACHEBSIZE.S b/libc/sysv/consts/AT_DCACHEBSIZE.S new file mode 100644 index 000000000..c891f8a0d --- /dev/null +++ b/libc/sysv/consts/AT_DCACHEBSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_DCACHEBSIZE,19,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_DCACHEBSIZE.s b/libc/sysv/consts/AT_DCACHEBSIZE.s deleted file mode 100644 index 158845c7b..000000000 --- a/libc/sysv/consts/AT_DCACHEBSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_DCACHEBSIZE,19,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_EACCESS.S b/libc/sysv/consts/AT_EACCESS.S new file mode 100644 index 000000000..9e18631fd --- /dev/null +++ b/libc/sysv/consts/AT_EACCESS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_EACCESS,0x0200,0x10,0x0100,1,0x100,0 diff --git a/libc/sysv/consts/AT_EACCESS.s b/libc/sysv/consts/AT_EACCESS.s deleted file mode 100644 index 070d197b8..000000000 --- a/libc/sysv/consts/AT_EACCESS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_EACCESS,0x0200,0x10,0x0100,1,0x100,0 diff --git a/libc/sysv/consts/AT_EGID.S b/libc/sysv/consts/AT_EGID.S new file mode 100644 index 000000000..1826e2b9e --- /dev/null +++ b/libc/sysv/consts/AT_EGID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EGID,14,0,0,0,2002,0 diff --git a/libc/sysv/consts/AT_EGID.s b/libc/sysv/consts/AT_EGID.s deleted file mode 100644 index 4139efa24..000000000 --- a/libc/sysv/consts/AT_EGID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EGID,14,0,0,0,2002,0 diff --git a/libc/sysv/consts/AT_EHDRFLAGS.S b/libc/sysv/consts/AT_EHDRFLAGS.S new file mode 100644 index 000000000..47b678e3b --- /dev/null +++ b/libc/sysv/consts/AT_EHDRFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EHDRFLAGS,0,0,24,0,0,0 diff --git a/libc/sysv/consts/AT_EHDRFLAGS.s b/libc/sysv/consts/AT_EHDRFLAGS.s deleted file mode 100644 index 3ad3e0c6c..000000000 --- a/libc/sysv/consts/AT_EHDRFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EHDRFLAGS,0,0,24,0,0,0 diff --git a/libc/sysv/consts/AT_EMPTY_PATH.S b/libc/sysv/consts/AT_EMPTY_PATH.S new file mode 100644 index 000000000..9ebdd6c75 --- /dev/null +++ b/libc/sysv/consts/AT_EMPTY_PATH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_EMPTY_PATH,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_EMPTY_PATH.s b/libc/sysv/consts/AT_EMPTY_PATH.s deleted file mode 100644 index 0c6d52033..000000000 --- a/libc/sysv/consts/AT_EMPTY_PATH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_EMPTY_PATH,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_ENTRY.S b/libc/sysv/consts/AT_ENTRY.S new file mode 100644 index 000000000..d9ac51feb --- /dev/null +++ b/libc/sysv/consts/AT_ENTRY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_ENTRY,9,0,9,0,9,0 diff --git a/libc/sysv/consts/AT_ENTRY.s b/libc/sysv/consts/AT_ENTRY.s deleted file mode 100644 index 9313db659..000000000 --- a/libc/sysv/consts/AT_ENTRY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_ENTRY,9,0,9,0,9,0 diff --git a/libc/sysv/consts/AT_EUID.S b/libc/sysv/consts/AT_EUID.S new file mode 100644 index 000000000..9de5fb104 --- /dev/null +++ b/libc/sysv/consts/AT_EUID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EUID,12,0,0,0,2000,0 diff --git a/libc/sysv/consts/AT_EUID.s b/libc/sysv/consts/AT_EUID.s deleted file mode 100644 index 321ce5e7d..000000000 --- a/libc/sysv/consts/AT_EUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EUID,12,0,0,0,2000,0 diff --git a/libc/sysv/consts/AT_EXECFD.S b/libc/sysv/consts/AT_EXECFD.S new file mode 100644 index 000000000..720919516 --- /dev/null +++ b/libc/sysv/consts/AT_EXECFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EXECFD,2,0,2,0,2,0 diff --git a/libc/sysv/consts/AT_EXECFD.s b/libc/sysv/consts/AT_EXECFD.s deleted file mode 100644 index d17922a10..000000000 --- a/libc/sysv/consts/AT_EXECFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EXECFD,2,0,2,0,2,0 diff --git a/libc/sysv/consts/AT_EXECFN.S b/libc/sysv/consts/AT_EXECFN.S new file mode 100644 index 000000000..0fa809424 --- /dev/null +++ b/libc/sysv/consts/AT_EXECFN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EXECFN,31,31,15,999,2014,31 diff --git a/libc/sysv/consts/AT_EXECFN.s b/libc/sysv/consts/AT_EXECFN.s deleted file mode 100644 index d974c5f53..000000000 --- a/libc/sysv/consts/AT_EXECFN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EXECFN,31,31,15,999,2014,31 diff --git a/libc/sysv/consts/AT_EXECPATH.S b/libc/sysv/consts/AT_EXECPATH.S new file mode 100644 index 000000000..119cf8b4f --- /dev/null +++ b/libc/sysv/consts/AT_EXECPATH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_EXECPATH,31,31,15,999,2014,31 diff --git a/libc/sysv/consts/AT_EXECPATH.s b/libc/sysv/consts/AT_EXECPATH.s deleted file mode 100644 index 138b84cb0..000000000 --- a/libc/sysv/consts/AT_EXECPATH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_EXECPATH,31,31,15,999,2014,31 diff --git a/libc/sysv/consts/AT_FDCWD.S b/libc/sysv/consts/AT_FDCWD.S new file mode 100644 index 000000000..66cc5fb6d --- /dev/null +++ b/libc/sysv/consts/AT_FDCWD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_FDCWD,-100,-2,-100,-100,-100,-100 diff --git a/libc/sysv/consts/AT_FDCWD.s b/libc/sysv/consts/AT_FDCWD.s deleted file mode 100644 index 2265e280e..000000000 --- a/libc/sysv/consts/AT_FDCWD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_FDCWD,-100,-2,-100,-100,-100,-100 diff --git a/libc/sysv/consts/AT_FLAGS.S b/libc/sysv/consts/AT_FLAGS.S new file mode 100644 index 000000000..b5bf0d555 --- /dev/null +++ b/libc/sysv/consts/AT_FLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_FLAGS,8,0,8,0,8,0 diff --git a/libc/sysv/consts/AT_FLAGS.s b/libc/sysv/consts/AT_FLAGS.s deleted file mode 100644 index 424a3c854..000000000 --- a/libc/sysv/consts/AT_FLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_FLAGS,8,0,8,0,8,0 diff --git a/libc/sysv/consts/AT_GID.S b/libc/sysv/consts/AT_GID.S new file mode 100644 index 000000000..b58908583 --- /dev/null +++ b/libc/sysv/consts/AT_GID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_GID,13,0,0,0,2003,0 diff --git a/libc/sysv/consts/AT_GID.s b/libc/sysv/consts/AT_GID.s deleted file mode 100644 index aac73423c..000000000 --- a/libc/sysv/consts/AT_GID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_GID,13,0,0,0,2003,0 diff --git a/libc/sysv/consts/AT_HWCAP.S b/libc/sysv/consts/AT_HWCAP.S new file mode 100644 index 000000000..e8ccfd9cf --- /dev/null +++ b/libc/sysv/consts/AT_HWCAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_HWCAP,16,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_HWCAP.s b/libc/sysv/consts/AT_HWCAP.s deleted file mode 100644 index 74188f8f0..000000000 --- a/libc/sysv/consts/AT_HWCAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_HWCAP,16,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_HWCAP2.S b/libc/sysv/consts/AT_HWCAP2.S new file mode 100644 index 000000000..7bbc03ef8 --- /dev/null +++ b/libc/sysv/consts/AT_HWCAP2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_HWCAP2,26,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_HWCAP2.s b/libc/sysv/consts/AT_HWCAP2.s deleted file mode 100644 index bdb6b70ad..000000000 --- a/libc/sysv/consts/AT_HWCAP2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_HWCAP2,26,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_ICACHEBSIZE.S b/libc/sysv/consts/AT_ICACHEBSIZE.S new file mode 100644 index 000000000..7ae38a63b --- /dev/null +++ b/libc/sysv/consts/AT_ICACHEBSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_ICACHEBSIZE,20,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_ICACHEBSIZE.s b/libc/sysv/consts/AT_ICACHEBSIZE.s deleted file mode 100644 index 1af7d0bf6..000000000 --- a/libc/sysv/consts/AT_ICACHEBSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_ICACHEBSIZE,20,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_MINSIGSTKSZ.S b/libc/sysv/consts/AT_MINSIGSTKSZ.S new file mode 100644 index 000000000..15758208f --- /dev/null +++ b/libc/sysv/consts/AT_MINSIGSTKSZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_MINSIGSTKSZ,51,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_MINSIGSTKSZ.s b/libc/sysv/consts/AT_MINSIGSTKSZ.s deleted file mode 100644 index 558b4f803..000000000 --- a/libc/sysv/consts/AT_MINSIGSTKSZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_MINSIGSTKSZ,51,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_NCPUS.S b/libc/sysv/consts/AT_NCPUS.S new file mode 100644 index 000000000..a79325514 --- /dev/null +++ b/libc/sysv/consts/AT_NCPUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_NCPUS,0,0,19,0,0,0 diff --git a/libc/sysv/consts/AT_NCPUS.s b/libc/sysv/consts/AT_NCPUS.s deleted file mode 100644 index 359042430..000000000 --- a/libc/sysv/consts/AT_NCPUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_NCPUS,0,0,19,0,0,0 diff --git a/libc/sysv/consts/AT_NOTELF.S b/libc/sysv/consts/AT_NOTELF.S new file mode 100644 index 000000000..b1126c402 --- /dev/null +++ b/libc/sysv/consts/AT_NOTELF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_NOTELF,10,0,10,0,0,0 diff --git a/libc/sysv/consts/AT_NOTELF.s b/libc/sysv/consts/AT_NOTELF.s deleted file mode 100644 index 8bb9d5d7c..000000000 --- a/libc/sysv/consts/AT_NOTELF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_NOTELF,10,0,10,0,0,0 diff --git a/libc/sysv/consts/AT_NO_AUTOMOUNT.S b/libc/sysv/consts/AT_NO_AUTOMOUNT.S new file mode 100644 index 000000000..62ea21cc8 --- /dev/null +++ b/libc/sysv/consts/AT_NO_AUTOMOUNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_NO_AUTOMOUNT,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_NO_AUTOMOUNT.s b/libc/sysv/consts/AT_NO_AUTOMOUNT.s deleted file mode 100644 index 736428afb..000000000 --- a/libc/sysv/consts/AT_NO_AUTOMOUNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_NO_AUTOMOUNT,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_OSRELDATE.S b/libc/sysv/consts/AT_OSRELDATE.S new file mode 100644 index 000000000..d9e9855bb --- /dev/null +++ b/libc/sysv/consts/AT_OSRELDATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_OSRELDATE,0,0,18,0,0,0 diff --git a/libc/sysv/consts/AT_OSRELDATE.s b/libc/sysv/consts/AT_OSRELDATE.s deleted file mode 100644 index 60b80929c..000000000 --- a/libc/sysv/consts/AT_OSRELDATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_OSRELDATE,0,0,18,0,0,0 diff --git a/libc/sysv/consts/AT_PAGESIZES.S b/libc/sysv/consts/AT_PAGESIZES.S new file mode 100644 index 000000000..7ecb5f2cd --- /dev/null +++ b/libc/sysv/consts/AT_PAGESIZES.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PAGESIZES,0,0,20,0,0,0 diff --git a/libc/sysv/consts/AT_PAGESIZES.s b/libc/sysv/consts/AT_PAGESIZES.s deleted file mode 100644 index 29c99a100..000000000 --- a/libc/sysv/consts/AT_PAGESIZES.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PAGESIZES,0,0,20,0,0,0 diff --git a/libc/sysv/consts/AT_PAGESIZESLEN.S b/libc/sysv/consts/AT_PAGESIZESLEN.S new file mode 100644 index 000000000..1c2509346 --- /dev/null +++ b/libc/sysv/consts/AT_PAGESIZESLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PAGESIZESLEN,0,0,21,0,0,0 diff --git a/libc/sysv/consts/AT_PAGESIZESLEN.s b/libc/sysv/consts/AT_PAGESIZESLEN.s deleted file mode 100644 index b8b1e2e14..000000000 --- a/libc/sysv/consts/AT_PAGESIZESLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PAGESIZESLEN,0,0,21,0,0,0 diff --git a/libc/sysv/consts/AT_PAGESZ.S b/libc/sysv/consts/AT_PAGESZ.S new file mode 100644 index 000000000..8a5000837 --- /dev/null +++ b/libc/sysv/consts/AT_PAGESZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PAGESZ,6,0,6,0,6,0 diff --git a/libc/sysv/consts/AT_PAGESZ.s b/libc/sysv/consts/AT_PAGESZ.s deleted file mode 100644 index dbab58066..000000000 --- a/libc/sysv/consts/AT_PAGESZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PAGESZ,6,0,6,0,6,0 diff --git a/libc/sysv/consts/AT_PHDR.S b/libc/sysv/consts/AT_PHDR.S new file mode 100644 index 000000000..64b33fe67 --- /dev/null +++ b/libc/sysv/consts/AT_PHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PHDR,3,0,3,0,3,0 diff --git a/libc/sysv/consts/AT_PHDR.s b/libc/sysv/consts/AT_PHDR.s deleted file mode 100644 index e2e1a013e..000000000 --- a/libc/sysv/consts/AT_PHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PHDR,3,0,3,0,3,0 diff --git a/libc/sysv/consts/AT_PHENT.S b/libc/sysv/consts/AT_PHENT.S new file mode 100644 index 000000000..2afb2c290 --- /dev/null +++ b/libc/sysv/consts/AT_PHENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PHENT,4,0,4,0,4,0 diff --git a/libc/sysv/consts/AT_PHENT.s b/libc/sysv/consts/AT_PHENT.s deleted file mode 100644 index 72543941d..000000000 --- a/libc/sysv/consts/AT_PHENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PHENT,4,0,4,0,4,0 diff --git a/libc/sysv/consts/AT_PHNUM.S b/libc/sysv/consts/AT_PHNUM.S new file mode 100644 index 000000000..0b677987f --- /dev/null +++ b/libc/sysv/consts/AT_PHNUM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PHNUM,5,0,5,0,5,0 diff --git a/libc/sysv/consts/AT_PHNUM.s b/libc/sysv/consts/AT_PHNUM.s deleted file mode 100644 index 8e6026e9f..000000000 --- a/libc/sysv/consts/AT_PHNUM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PHNUM,5,0,5,0,5,0 diff --git a/libc/sysv/consts/AT_PLATFORM.S b/libc/sysv/consts/AT_PLATFORM.S new file mode 100644 index 000000000..97c1aef6e --- /dev/null +++ b/libc/sysv/consts/AT_PLATFORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_PLATFORM,15,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_PLATFORM.s b/libc/sysv/consts/AT_PLATFORM.s deleted file mode 100644 index 01eddc14e..000000000 --- a/libc/sysv/consts/AT_PLATFORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_PLATFORM,15,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_RANDOM.S b/libc/sysv/consts/AT_RANDOM.S new file mode 100644 index 000000000..9badd07c8 --- /dev/null +++ b/libc/sysv/consts/AT_RANDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_RANDOM,25,0,16,0,0,0 diff --git a/libc/sysv/consts/AT_RANDOM.s b/libc/sysv/consts/AT_RANDOM.s deleted file mode 100644 index 538b2728e..000000000 --- a/libc/sysv/consts/AT_RANDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_RANDOM,25,0,16,0,0,0 diff --git a/libc/sysv/consts/AT_REMOVEDIR.S b/libc/sysv/consts/AT_REMOVEDIR.S new file mode 100644 index 000000000..cef47cc15 --- /dev/null +++ b/libc/sysv/consts/AT_REMOVEDIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_REMOVEDIR,0x0200,0x80,0x0800,8,0x800,0x0200 diff --git a/libc/sysv/consts/AT_REMOVEDIR.s b/libc/sysv/consts/AT_REMOVEDIR.s deleted file mode 100644 index 1659797bc..000000000 --- a/libc/sysv/consts/AT_REMOVEDIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_REMOVEDIR,0x0200,0x80,0x0800,8,0x800,0x0200 diff --git a/libc/sysv/consts/AT_SECURE.S b/libc/sysv/consts/AT_SECURE.S new file mode 100644 index 000000000..40b16972f --- /dev/null +++ b/libc/sysv/consts/AT_SECURE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_SECURE,23,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_SECURE.s b/libc/sysv/consts/AT_SECURE.s deleted file mode 100644 index 357843916..000000000 --- a/libc/sysv/consts/AT_SECURE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_SECURE,23,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_STACKBASE.S b/libc/sysv/consts/AT_STACKBASE.S new file mode 100644 index 000000000..a7689a9b0 --- /dev/null +++ b/libc/sysv/consts/AT_STACKBASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_STACKBASE,0,0,0,0,13,0 diff --git a/libc/sysv/consts/AT_STACKBASE.s b/libc/sysv/consts/AT_STACKBASE.s deleted file mode 100644 index 676df9669..000000000 --- a/libc/sysv/consts/AT_STACKBASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_STACKBASE,0,0,0,0,13,0 diff --git a/libc/sysv/consts/AT_STACKPROT.S b/libc/sysv/consts/AT_STACKPROT.S new file mode 100644 index 000000000..3e45d2737 --- /dev/null +++ b/libc/sysv/consts/AT_STACKPROT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_STACKPROT,0,0,23,0,0,0 diff --git a/libc/sysv/consts/AT_STACKPROT.s b/libc/sysv/consts/AT_STACKPROT.s deleted file mode 100644 index 2659e0bb9..000000000 --- a/libc/sysv/consts/AT_STACKPROT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_STACKPROT,0,0,23,0,0,0 diff --git a/libc/sysv/consts/AT_SYMLINK_FOLLOW.S b/libc/sysv/consts/AT_SYMLINK_FOLLOW.S new file mode 100644 index 000000000..a232727ad --- /dev/null +++ b/libc/sysv/consts/AT_SYMLINK_FOLLOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_SYMLINK_FOLLOW,0x0400,0x40,0x0400,4,0x400,0 diff --git a/libc/sysv/consts/AT_SYMLINK_FOLLOW.s b/libc/sysv/consts/AT_SYMLINK_FOLLOW.s deleted file mode 100644 index 0209c2194..000000000 --- a/libc/sysv/consts/AT_SYMLINK_FOLLOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_SYMLINK_FOLLOW,0x0400,0x40,0x0400,4,0x400,0 diff --git a/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.S b/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.S new file mode 100644 index 000000000..86f57a995 --- /dev/null +++ b/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon at,AT_SYMLINK_NOFOLLOW,0x0100,0x20,0x0200,2,0x200,0x0100 diff --git a/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.s b/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.s deleted file mode 100644 index aa27f88eb..000000000 --- a/libc/sysv/consts/AT_SYMLINK_NOFOLLOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon at,AT_SYMLINK_NOFOLLOW,0x0100,0x20,0x0200,2,0x200,0x0100 diff --git a/libc/sysv/consts/AT_SYSINFO_EHDR.S b/libc/sysv/consts/AT_SYSINFO_EHDR.S new file mode 100644 index 000000000..7e17729db --- /dev/null +++ b/libc/sysv/consts/AT_SYSINFO_EHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_SYSINFO_EHDR,33,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_SYSINFO_EHDR.s b/libc/sysv/consts/AT_SYSINFO_EHDR.s deleted file mode 100644 index fc20b69bf..000000000 --- a/libc/sysv/consts/AT_SYSINFO_EHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_SYSINFO_EHDR,33,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_TIMEKEEP.S b/libc/sysv/consts/AT_TIMEKEEP.S new file mode 100644 index 000000000..f90ab4b4c --- /dev/null +++ b/libc/sysv/consts/AT_TIMEKEEP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_TIMEKEEP,0,0,22,0,0,0 diff --git a/libc/sysv/consts/AT_TIMEKEEP.s b/libc/sysv/consts/AT_TIMEKEEP.s deleted file mode 100644 index 7c9dd33aa..000000000 --- a/libc/sysv/consts/AT_TIMEKEEP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_TIMEKEEP,0,0,22,0,0,0 diff --git a/libc/sysv/consts/AT_UCACHEBSIZE.S b/libc/sysv/consts/AT_UCACHEBSIZE.S new file mode 100644 index 000000000..3944b751c --- /dev/null +++ b/libc/sysv/consts/AT_UCACHEBSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_UCACHEBSIZE,21,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_UCACHEBSIZE.s b/libc/sysv/consts/AT_UCACHEBSIZE.s deleted file mode 100644 index b9520b8cd..000000000 --- a/libc/sysv/consts/AT_UCACHEBSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_UCACHEBSIZE,21,0,0,0,0,0 diff --git a/libc/sysv/consts/AT_UID.S b/libc/sysv/consts/AT_UID.S new file mode 100644 index 000000000..a646b5235 --- /dev/null +++ b/libc/sysv/consts/AT_UID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon auxv,AT_UID,11,0,0,0,2001,0 diff --git a/libc/sysv/consts/AT_UID.s b/libc/sysv/consts/AT_UID.s deleted file mode 100644 index 2121d29ad..000000000 --- a/libc/sysv/consts/AT_UID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon auxv,AT_UID,11,0,0,0,2001,0 diff --git a/libc/sysv/consts/B0.S b/libc/sysv/consts/B0.S new file mode 100644 index 000000000..10c881343 --- /dev/null +++ b/libc/sysv/consts/B0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B0,0,0,0,0,0,0 diff --git a/libc/sysv/consts/B0.s b/libc/sysv/consts/B0.s deleted file mode 100644 index a2dfad128..000000000 --- a/libc/sysv/consts/B0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B0,0,0,0,0,0,0 diff --git a/libc/sysv/consts/B1000000.S b/libc/sysv/consts/B1000000.S new file mode 100644 index 000000000..15271654f --- /dev/null +++ b/libc/sysv/consts/B1000000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B1000000,0x1008,1000000,1000000,1000000,1000000,1000000 diff --git a/libc/sysv/consts/B1000000.s b/libc/sysv/consts/B1000000.s deleted file mode 100644 index c6c8ae9ac..000000000 --- a/libc/sysv/consts/B1000000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B1000000,0x1008,1000000,1000000,1000000,1000000,1000000 diff --git a/libc/sysv/consts/B110.S b/libc/sysv/consts/B110.S new file mode 100644 index 000000000..e3089240b --- /dev/null +++ b/libc/sysv/consts/B110.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B110,3,110,110,110,110,110 diff --git a/libc/sysv/consts/B110.s b/libc/sysv/consts/B110.s deleted file mode 100644 index a49b1ede3..000000000 --- a/libc/sysv/consts/B110.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B110,3,110,110,110,110,110 diff --git a/libc/sysv/consts/B115200.S b/libc/sysv/consts/B115200.S new file mode 100644 index 000000000..5d6d37373 --- /dev/null +++ b/libc/sysv/consts/B115200.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B115200,0x1002,115200,115200,115200,115200,115200 diff --git a/libc/sysv/consts/B115200.s b/libc/sysv/consts/B115200.s deleted file mode 100644 index 1cd70186d..000000000 --- a/libc/sysv/consts/B115200.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B115200,0x1002,115200,115200,115200,115200,115200 diff --git a/libc/sysv/consts/B1152000.S b/libc/sysv/consts/B1152000.S new file mode 100644 index 000000000..b33858fbe --- /dev/null +++ b/libc/sysv/consts/B1152000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B1152000,0x1009,1152000,1152000,1152000,1152000,1152000 diff --git a/libc/sysv/consts/B1152000.s b/libc/sysv/consts/B1152000.s deleted file mode 100644 index 21b17045d..000000000 --- a/libc/sysv/consts/B1152000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B1152000,0x1009,1152000,1152000,1152000,1152000,1152000 diff --git a/libc/sysv/consts/B1200.S b/libc/sysv/consts/B1200.S new file mode 100644 index 000000000..b25edbc28 --- /dev/null +++ b/libc/sysv/consts/B1200.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B1200,9,1200,1200,1200,1200,1200 diff --git a/libc/sysv/consts/B1200.s b/libc/sysv/consts/B1200.s deleted file mode 100644 index c4ae5e9db..000000000 --- a/libc/sysv/consts/B1200.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B1200,9,1200,1200,1200,1200,1200 diff --git a/libc/sysv/consts/B134.S b/libc/sysv/consts/B134.S new file mode 100644 index 000000000..53266cb86 --- /dev/null +++ b/libc/sysv/consts/B134.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B134,4,134,134,134,134,134 diff --git a/libc/sysv/consts/B134.s b/libc/sysv/consts/B134.s deleted file mode 100644 index 3150b1fc3..000000000 --- a/libc/sysv/consts/B134.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B134,4,134,134,134,134,134 diff --git a/libc/sysv/consts/B150.S b/libc/sysv/consts/B150.S new file mode 100644 index 000000000..31796864f --- /dev/null +++ b/libc/sysv/consts/B150.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B150,5,150,150,150,150,150 diff --git a/libc/sysv/consts/B150.s b/libc/sysv/consts/B150.s deleted file mode 100644 index 5468176ab..000000000 --- a/libc/sysv/consts/B150.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B150,5,150,150,150,150,150 diff --git a/libc/sysv/consts/B1500000.S b/libc/sysv/consts/B1500000.S new file mode 100644 index 000000000..653c8f976 --- /dev/null +++ b/libc/sysv/consts/B1500000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B1500000,0x100a,1500000,1500000,1500000,1500000,1500000 diff --git a/libc/sysv/consts/B1500000.s b/libc/sysv/consts/B1500000.s deleted file mode 100644 index 9bb71dc25..000000000 --- a/libc/sysv/consts/B1500000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B1500000,0x100a,1500000,1500000,1500000,1500000,1500000 diff --git a/libc/sysv/consts/B1800.S b/libc/sysv/consts/B1800.S new file mode 100644 index 000000000..ac7324d24 --- /dev/null +++ b/libc/sysv/consts/B1800.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B1800,10,1800,1800,1800,1800,1800 diff --git a/libc/sysv/consts/B1800.s b/libc/sysv/consts/B1800.s deleted file mode 100644 index 6b17873f6..000000000 --- a/libc/sysv/consts/B1800.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B1800,10,1800,1800,1800,1800,1800 diff --git a/libc/sysv/consts/B19200.S b/libc/sysv/consts/B19200.S new file mode 100644 index 000000000..b0d8b2fe3 --- /dev/null +++ b/libc/sysv/consts/B19200.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B19200,14,19200,19200,19200,19200,19200 diff --git a/libc/sysv/consts/B19200.s b/libc/sysv/consts/B19200.s deleted file mode 100644 index 2be3aa9ea..000000000 --- a/libc/sysv/consts/B19200.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B19200,14,19200,19200,19200,19200,19200 diff --git a/libc/sysv/consts/B200.S b/libc/sysv/consts/B200.S new file mode 100644 index 000000000..2254f3148 --- /dev/null +++ b/libc/sysv/consts/B200.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B200,6,200,200,200,200,200 diff --git a/libc/sysv/consts/B200.s b/libc/sysv/consts/B200.s deleted file mode 100644 index 942b23f81..000000000 --- a/libc/sysv/consts/B200.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B200,6,200,200,200,200,200 diff --git a/libc/sysv/consts/B2000000.S b/libc/sysv/consts/B2000000.S new file mode 100644 index 000000000..12431b130 --- /dev/null +++ b/libc/sysv/consts/B2000000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B2000000,0x100b,2000000,2000000,2000000,2000000,2000000 diff --git a/libc/sysv/consts/B2000000.s b/libc/sysv/consts/B2000000.s deleted file mode 100644 index 9a2266176..000000000 --- a/libc/sysv/consts/B2000000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B2000000,0x100b,2000000,2000000,2000000,2000000,2000000 diff --git a/libc/sysv/consts/B230400.S b/libc/sysv/consts/B230400.S new file mode 100644 index 000000000..fbc970572 --- /dev/null +++ b/libc/sysv/consts/B230400.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B230400,0x1003,230400,230400,230400,230400,230400 diff --git a/libc/sysv/consts/B230400.s b/libc/sysv/consts/B230400.s deleted file mode 100644 index e1d0a7756..000000000 --- a/libc/sysv/consts/B230400.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B230400,0x1003,230400,230400,230400,230400,230400 diff --git a/libc/sysv/consts/B2400.S b/libc/sysv/consts/B2400.S new file mode 100644 index 000000000..1aa9c6d2a --- /dev/null +++ b/libc/sysv/consts/B2400.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B2400,11,2400,2400,2400,2400,2400 diff --git a/libc/sysv/consts/B2400.s b/libc/sysv/consts/B2400.s deleted file mode 100644 index b5e704ddc..000000000 --- a/libc/sysv/consts/B2400.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B2400,11,2400,2400,2400,2400,2400 diff --git a/libc/sysv/consts/B2500000.S b/libc/sysv/consts/B2500000.S new file mode 100644 index 000000000..58087d5e2 --- /dev/null +++ b/libc/sysv/consts/B2500000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B2500000,0x100c,2500000,2500000,2500000,2500000,2500000 diff --git a/libc/sysv/consts/B2500000.s b/libc/sysv/consts/B2500000.s deleted file mode 100644 index 1acb797b4..000000000 --- a/libc/sysv/consts/B2500000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B2500000,0x100c,2500000,2500000,2500000,2500000,2500000 diff --git a/libc/sysv/consts/B300.S b/libc/sysv/consts/B300.S new file mode 100644 index 000000000..f7a21f0ed --- /dev/null +++ b/libc/sysv/consts/B300.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B300,7,300,300,300,300,300 diff --git a/libc/sysv/consts/B300.s b/libc/sysv/consts/B300.s deleted file mode 100644 index 296d10fe4..000000000 --- a/libc/sysv/consts/B300.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B300,7,300,300,300,300,300 diff --git a/libc/sysv/consts/B3000000.S b/libc/sysv/consts/B3000000.S new file mode 100644 index 000000000..b836b8a2b --- /dev/null +++ b/libc/sysv/consts/B3000000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B3000000,0x100d,3000000,3000000,3000000,3000000,3000000 diff --git a/libc/sysv/consts/B3000000.s b/libc/sysv/consts/B3000000.s deleted file mode 100644 index 6d4f71572..000000000 --- a/libc/sysv/consts/B3000000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B3000000,0x100d,3000000,3000000,3000000,3000000,3000000 diff --git a/libc/sysv/consts/B3500000.S b/libc/sysv/consts/B3500000.S new file mode 100644 index 000000000..aaf07b7aa --- /dev/null +++ b/libc/sysv/consts/B3500000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B3500000,0x100e,3500000,3500000,3500000,3500000,3500000 diff --git a/libc/sysv/consts/B3500000.s b/libc/sysv/consts/B3500000.s deleted file mode 100644 index a86415186..000000000 --- a/libc/sysv/consts/B3500000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B3500000,0x100e,3500000,3500000,3500000,3500000,3500000 diff --git a/libc/sysv/consts/B38400.S b/libc/sysv/consts/B38400.S new file mode 100644 index 000000000..3d72fa554 --- /dev/null +++ b/libc/sysv/consts/B38400.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B38400,15,38400,38400,38400,38400,38400 diff --git a/libc/sysv/consts/B38400.s b/libc/sysv/consts/B38400.s deleted file mode 100644 index 0d10b17ea..000000000 --- a/libc/sysv/consts/B38400.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B38400,15,38400,38400,38400,38400,38400 diff --git a/libc/sysv/consts/B4000000.S b/libc/sysv/consts/B4000000.S new file mode 100644 index 000000000..85e960368 --- /dev/null +++ b/libc/sysv/consts/B4000000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B4000000,0x100f,4000000,4000000,4000000,4000000,4000000 diff --git a/libc/sysv/consts/B4000000.s b/libc/sysv/consts/B4000000.s deleted file mode 100644 index f83baaba0..000000000 --- a/libc/sysv/consts/B4000000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B4000000,0x100f,4000000,4000000,4000000,4000000,4000000 diff --git a/libc/sysv/consts/B4800.S b/libc/sysv/consts/B4800.S new file mode 100644 index 000000000..1cee65d3f --- /dev/null +++ b/libc/sysv/consts/B4800.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B4800,12,4800,4800,4800,4800,4800 diff --git a/libc/sysv/consts/B4800.s b/libc/sysv/consts/B4800.s deleted file mode 100644 index 99134b6b1..000000000 --- a/libc/sysv/consts/B4800.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B4800,12,4800,4800,4800,4800,4800 diff --git a/libc/sysv/consts/B50.S b/libc/sysv/consts/B50.S new file mode 100644 index 000000000..f91f28f81 --- /dev/null +++ b/libc/sysv/consts/B50.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B50,1,50,50,50,50,50 diff --git a/libc/sysv/consts/B50.s b/libc/sysv/consts/B50.s deleted file mode 100644 index c010ae819..000000000 --- a/libc/sysv/consts/B50.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B50,1,50,50,50,50,50 diff --git a/libc/sysv/consts/B500000.S b/libc/sysv/consts/B500000.S new file mode 100644 index 000000000..ab8366c3c --- /dev/null +++ b/libc/sysv/consts/B500000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B500000,0x1005,500000,500000,500000,500000,500000 diff --git a/libc/sysv/consts/B500000.s b/libc/sysv/consts/B500000.s deleted file mode 100644 index d5c0dba10..000000000 --- a/libc/sysv/consts/B500000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B500000,0x1005,500000,500000,500000,500000,500000 diff --git a/libc/sysv/consts/B57600.S b/libc/sysv/consts/B57600.S new file mode 100644 index 000000000..77ff9892e --- /dev/null +++ b/libc/sysv/consts/B57600.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B57600,0x1001,57600,57600,57600,57600,57600 diff --git a/libc/sysv/consts/B57600.s b/libc/sysv/consts/B57600.s deleted file mode 100644 index 77306126a..000000000 --- a/libc/sysv/consts/B57600.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B57600,0x1001,57600,57600,57600,57600,57600 diff --git a/libc/sysv/consts/B576000.S b/libc/sysv/consts/B576000.S new file mode 100644 index 000000000..e51060e8a --- /dev/null +++ b/libc/sysv/consts/B576000.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B576000,0x1006,576000,576000,576000,576000,576000 diff --git a/libc/sysv/consts/B576000.s b/libc/sysv/consts/B576000.s deleted file mode 100644 index 5b46b3c65..000000000 --- a/libc/sysv/consts/B576000.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B576000,0x1006,576000,576000,576000,576000,576000 diff --git a/libc/sysv/consts/B600.S b/libc/sysv/consts/B600.S new file mode 100644 index 000000000..e6e7a01f7 --- /dev/null +++ b/libc/sysv/consts/B600.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B600,8,600,600,600,600,600 diff --git a/libc/sysv/consts/B600.s b/libc/sysv/consts/B600.s deleted file mode 100644 index 9443aeb53..000000000 --- a/libc/sysv/consts/B600.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B600,8,600,600,600,600,600 diff --git a/libc/sysv/consts/B75.S b/libc/sysv/consts/B75.S new file mode 100644 index 000000000..f13c41a6d --- /dev/null +++ b/libc/sysv/consts/B75.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B75,2,75,75,75,75,75 diff --git a/libc/sysv/consts/B75.s b/libc/sysv/consts/B75.s deleted file mode 100644 index 61f34b2cf..000000000 --- a/libc/sysv/consts/B75.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B75,2,75,75,75,75,75 diff --git a/libc/sysv/consts/B9600.S b/libc/sysv/consts/B9600.S new file mode 100644 index 000000000..7058c32dc --- /dev/null +++ b/libc/sysv/consts/B9600.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon baud,B9600,13,9600,9600,9600,9600,9600 diff --git a/libc/sysv/consts/B9600.s b/libc/sysv/consts/B9600.s deleted file mode 100644 index adacf6629..000000000 --- a/libc/sysv/consts/B9600.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon baud,B9600,13,9600,9600,9600,9600,9600 diff --git a/libc/sysv/consts/BC_BASE_MAX.S b/libc/sysv/consts/BC_BASE_MAX.S new file mode 100644 index 000000000..ea9e95405 --- /dev/null +++ b/libc/sysv/consts/BC_BASE_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,BC_BASE_MAX,99,99,99,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BC_BASE_MAX.s b/libc/sysv/consts/BC_BASE_MAX.s deleted file mode 100644 index 919a75a84..000000000 --- a/libc/sysv/consts/BC_BASE_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,BC_BASE_MAX,99,99,99,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BC_DIM_MAX.S b/libc/sysv/consts/BC_DIM_MAX.S new file mode 100644 index 000000000..c3b298696 --- /dev/null +++ b/libc/sysv/consts/BC_DIM_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,BC_DIM_MAX,0x0800,0x0800,0x0800,0xffff,0xffff,0 diff --git a/libc/sysv/consts/BC_DIM_MAX.s b/libc/sysv/consts/BC_DIM_MAX.s deleted file mode 100644 index a04e9cc6a..000000000 --- a/libc/sysv/consts/BC_DIM_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,BC_DIM_MAX,0x0800,0x0800,0x0800,0xffff,0xffff,0 diff --git a/libc/sysv/consts/BC_SCALE_MAX.S b/libc/sysv/consts/BC_SCALE_MAX.S new file mode 100644 index 000000000..0bafd226c --- /dev/null +++ b/libc/sysv/consts/BC_SCALE_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,BC_SCALE_MAX,99,99,99,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BC_SCALE_MAX.s b/libc/sysv/consts/BC_SCALE_MAX.s deleted file mode 100644 index 3853bf687..000000000 --- a/libc/sysv/consts/BC_SCALE_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,BC_SCALE_MAX,99,99,99,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BC_STRING_MAX.S b/libc/sysv/consts/BC_STRING_MAX.S new file mode 100644 index 000000000..3be4da649 --- /dev/null +++ b/libc/sysv/consts/BC_STRING_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,BC_STRING_MAX,0x03e8,0x03e8,0x03e8,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BC_STRING_MAX.s b/libc/sysv/consts/BC_STRING_MAX.s deleted file mode 100644 index bca14f54b..000000000 --- a/libc/sysv/consts/BC_STRING_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,BC_STRING_MAX,0x03e8,0x03e8,0x03e8,0x7fffffff,0x7fffffff,0 diff --git a/libc/sysv/consts/BRKINT.S b/libc/sysv/consts/BRKINT.S new file mode 100644 index 000000000..3c8b9ec0f --- /dev/null +++ b/libc/sysv/consts/BRKINT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,BRKINT,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010 diff --git a/libc/sysv/consts/BRKINT.s b/libc/sysv/consts/BRKINT.s deleted file mode 100644 index c819dba5a..000000000 --- a/libc/sysv/consts/BRKINT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,BRKINT,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010 diff --git a/libc/sysv/consts/BS0.S b/libc/sysv/consts/BS0.S new file mode 100644 index 000000000..8bc4e5f04 --- /dev/null +++ b/libc/sysv/consts/BS0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,BS0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/BS0.s b/libc/sysv/consts/BS0.s deleted file mode 100644 index 5b775bf37..000000000 --- a/libc/sysv/consts/BS0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,BS0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/BS1.S b/libc/sysv/consts/BS1.S new file mode 100644 index 000000000..39b78a224 --- /dev/null +++ b/libc/sysv/consts/BS1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,BS1,0b0010000000000000,0b001000000000000000,0b001000000000000000,0,0,0b0010000000000000 diff --git a/libc/sysv/consts/BS1.s b/libc/sysv/consts/BS1.s deleted file mode 100644 index 1ecfd5a41..000000000 --- a/libc/sysv/consts/BS1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,BS1,0b0010000000000000,0b001000000000000000,0b001000000000000000,0,0,0b0010000000000000 diff --git a/libc/sysv/consts/BSDLY.S b/libc/sysv/consts/BSDLY.S new file mode 100644 index 000000000..474b85c3a --- /dev/null +++ b/libc/sysv/consts/BSDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,BSDLY,0b0010000000000000,0b001000000000000000,0b001000000000000000,0,0,0b0010000000000000 diff --git a/libc/sysv/consts/BSDLY.s b/libc/sysv/consts/BSDLY.s deleted file mode 100644 index ef497a346..000000000 --- a/libc/sysv/consts/BSDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,BSDLY,0b0010000000000000,0b001000000000000000,0b001000000000000000,0,0,0b0010000000000000 diff --git a/libc/sysv/consts/BUSY.S b/libc/sysv/consts/BUSY.S new file mode 100644 index 000000000..829165988 --- /dev/null +++ b/libc/sysv/consts/BUSY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,BUSY,4,0,0,0,0,0 diff --git a/libc/sysv/consts/BUSY.s b/libc/sysv/consts/BUSY.s deleted file mode 100644 index ce660951f..000000000 --- a/libc/sysv/consts/BUSY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,BUSY,4,0,0,0,0,0 diff --git a/libc/sysv/consts/BUS_ADRALN.S b/libc/sysv/consts/BUS_ADRALN.S new file mode 100644 index 000000000..1ef06bbbc --- /dev/null +++ b/libc/sysv/consts/BUS_ADRALN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_ADRALN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/BUS_ADRALN.s b/libc/sysv/consts/BUS_ADRALN.s deleted file mode 100644 index 8de14790c..000000000 --- a/libc/sysv/consts/BUS_ADRALN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_ADRALN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/BUS_ADRERR.S b/libc/sysv/consts/BUS_ADRERR.S new file mode 100644 index 000000000..67cd338da --- /dev/null +++ b/libc/sysv/consts/BUS_ADRERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_ADRERR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/BUS_ADRERR.s b/libc/sysv/consts/BUS_ADRERR.s deleted file mode 100644 index e821a119f..000000000 --- a/libc/sysv/consts/BUS_ADRERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_ADRERR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/BUS_MCEERR_AO.S b/libc/sysv/consts/BUS_MCEERR_AO.S new file mode 100644 index 000000000..6da2b9896 --- /dev/null +++ b/libc/sysv/consts/BUS_MCEERR_AO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_MCEERR_AO,5,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/BUS_MCEERR_AO.s b/libc/sysv/consts/BUS_MCEERR_AO.s deleted file mode 100644 index 80a5f01ed..000000000 --- a/libc/sysv/consts/BUS_MCEERR_AO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_MCEERR_AO,5,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/BUS_MCEERR_AR.S b/libc/sysv/consts/BUS_MCEERR_AR.S new file mode 100644 index 000000000..45e32fdbe --- /dev/null +++ b/libc/sysv/consts/BUS_MCEERR_AR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_MCEERR_AR,4,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/BUS_MCEERR_AR.s b/libc/sysv/consts/BUS_MCEERR_AR.s deleted file mode 100644 index 5cd8a2c3b..000000000 --- a/libc/sysv/consts/BUS_MCEERR_AR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_MCEERR_AR,4,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/BUS_OBJERR.S b/libc/sysv/consts/BUS_OBJERR.S new file mode 100644 index 000000000..96dc0771c --- /dev/null +++ b/libc/sysv/consts/BUS_OBJERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_OBJERR,3,3,3,3,3,3 diff --git a/libc/sysv/consts/BUS_OBJERR.s b/libc/sysv/consts/BUS_OBJERR.s deleted file mode 100644 index 53aac7627..000000000 --- a/libc/sysv/consts/BUS_OBJERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_OBJERR,3,3,3,3,3,3 diff --git a/libc/sysv/consts/BUS_OOMERR.S b/libc/sysv/consts/BUS_OOMERR.S new file mode 100644 index 000000000..bafccff3a --- /dev/null +++ b/libc/sysv/consts/BUS_OOMERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,BUS_OOMERR,-1,-1,100,-1,-1,-1 diff --git a/libc/sysv/consts/BUS_OOMERR.s b/libc/sysv/consts/BUS_OOMERR.s deleted file mode 100644 index d4f35648a..000000000 --- a/libc/sysv/consts/BUS_OOMERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,BUS_OOMERR,-1,-1,100,-1,-1,-1 diff --git a/libc/sysv/consts/CBAUD.S b/libc/sysv/consts/CBAUD.S new file mode 100644 index 000000000..0c8cfbe21 --- /dev/null +++ b/libc/sysv/consts/CBAUD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CBAUD,0x100f,0,0,0,0,0 diff --git a/libc/sysv/consts/CBAUD.s b/libc/sysv/consts/CBAUD.s deleted file mode 100644 index f56563845..000000000 --- a/libc/sysv/consts/CBAUD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CBAUD,0x100f,0,0,0,0,0 diff --git a/libc/sysv/consts/CBAUDEX.S b/libc/sysv/consts/CBAUDEX.S new file mode 100644 index 000000000..576780e6e --- /dev/null +++ b/libc/sysv/consts/CBAUDEX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CBAUDEX,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/CBAUDEX.s b/libc/sysv/consts/CBAUDEX.s deleted file mode 100644 index c97d09b29..000000000 --- a/libc/sysv/consts/CBAUDEX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CBAUDEX,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/CDISCARD.S b/libc/sysv/consts/CDISCARD.S new file mode 100644 index 000000000..c813745a0 --- /dev/null +++ b/libc/sysv/consts/CDISCARD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CDISCARD,15,15,15,15,15,0 diff --git a/libc/sysv/consts/CDISCARD.s b/libc/sysv/consts/CDISCARD.s deleted file mode 100644 index 1ca9c191c..000000000 --- a/libc/sysv/consts/CDISCARD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CDISCARD,15,15,15,15,15,0 diff --git a/libc/sysv/consts/CEOT.S b/libc/sysv/consts/CEOT.S new file mode 100644 index 000000000..5460dd7cd --- /dev/null +++ b/libc/sysv/consts/CEOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CEOT,4,4,4,4,4,0 diff --git a/libc/sysv/consts/CEOT.s b/libc/sysv/consts/CEOT.s deleted file mode 100644 index f7182254f..000000000 --- a/libc/sysv/consts/CEOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CEOT,4,4,4,4,4,0 diff --git a/libc/sysv/consts/CERASE.S b/libc/sysv/consts/CERASE.S new file mode 100644 index 000000000..659498ad8 --- /dev/null +++ b/libc/sysv/consts/CERASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CERASE,127,127,127,127,127,0 diff --git a/libc/sysv/consts/CERASE.s b/libc/sysv/consts/CERASE.s deleted file mode 100644 index d289bede2..000000000 --- a/libc/sysv/consts/CERASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CERASE,127,127,127,127,127,0 diff --git a/libc/sysv/consts/CHRTYPE.S b/libc/sysv/consts/CHRTYPE.S new file mode 100644 index 000000000..fa0adcabb --- /dev/null +++ b/libc/sysv/consts/CHRTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CHRTYPE,51,51,51,51,51,0 diff --git a/libc/sysv/consts/CHRTYPE.s b/libc/sysv/consts/CHRTYPE.s deleted file mode 100644 index 343948af5..000000000 --- a/libc/sysv/consts/CHRTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CHRTYPE,51,51,51,51,51,0 diff --git a/libc/sysv/consts/CIBAUD.S b/libc/sysv/consts/CIBAUD.S new file mode 100644 index 000000000..71d2ee5ae --- /dev/null +++ b/libc/sysv/consts/CIBAUD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CIBAUD,0x100f0000,0,0,0,0,0 diff --git a/libc/sysv/consts/CIBAUD.s b/libc/sysv/consts/CIBAUD.s deleted file mode 100644 index 4144604dc..000000000 --- a/libc/sysv/consts/CIBAUD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CIBAUD,0x100f0000,0,0,0,0,0 diff --git a/libc/sysv/consts/CKILL.S b/libc/sysv/consts/CKILL.S new file mode 100644 index 000000000..01ae353dd --- /dev/null +++ b/libc/sysv/consts/CKILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CKILL,21,21,21,21,21,0 diff --git a/libc/sysv/consts/CKILL.s b/libc/sysv/consts/CKILL.s deleted file mode 100644 index f9c9f9e62..000000000 --- a/libc/sysv/consts/CKILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CKILL,21,21,21,21,21,0 diff --git a/libc/sysv/consts/CLD_CONTINUED.S b/libc/sysv/consts/CLD_CONTINUED.S new file mode 100644 index 000000000..3665d1432 --- /dev/null +++ b/libc/sysv/consts/CLD_CONTINUED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_CONTINUED,6,6,6,6,6,6 diff --git a/libc/sysv/consts/CLD_CONTINUED.s b/libc/sysv/consts/CLD_CONTINUED.s deleted file mode 100644 index 3c6d1a0aa..000000000 --- a/libc/sysv/consts/CLD_CONTINUED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_CONTINUED,6,6,6,6,6,6 diff --git a/libc/sysv/consts/CLD_DUMPED.S b/libc/sysv/consts/CLD_DUMPED.S new file mode 100644 index 000000000..5dbe99925 --- /dev/null +++ b/libc/sysv/consts/CLD_DUMPED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_DUMPED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/CLD_DUMPED.s b/libc/sysv/consts/CLD_DUMPED.s deleted file mode 100644 index a6120396f..000000000 --- a/libc/sysv/consts/CLD_DUMPED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_DUMPED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/CLD_EXITED.S b/libc/sysv/consts/CLD_EXITED.S new file mode 100644 index 000000000..ff63e185d --- /dev/null +++ b/libc/sysv/consts/CLD_EXITED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_EXITED,1,1,1,1,1,1 diff --git a/libc/sysv/consts/CLD_EXITED.s b/libc/sysv/consts/CLD_EXITED.s deleted file mode 100644 index 3cc1b6202..000000000 --- a/libc/sysv/consts/CLD_EXITED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_EXITED,1,1,1,1,1,1 diff --git a/libc/sysv/consts/CLD_KILLED.S b/libc/sysv/consts/CLD_KILLED.S new file mode 100644 index 000000000..3453b6985 --- /dev/null +++ b/libc/sysv/consts/CLD_KILLED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_KILLED,2,2,2,2,2,2 diff --git a/libc/sysv/consts/CLD_KILLED.s b/libc/sysv/consts/CLD_KILLED.s deleted file mode 100644 index 52c5e4618..000000000 --- a/libc/sysv/consts/CLD_KILLED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_KILLED,2,2,2,2,2,2 diff --git a/libc/sysv/consts/CLD_STOPPED.S b/libc/sysv/consts/CLD_STOPPED.S new file mode 100644 index 000000000..2ec88545d --- /dev/null +++ b/libc/sysv/consts/CLD_STOPPED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_STOPPED,5,5,5,5,5,5 diff --git a/libc/sysv/consts/CLD_STOPPED.s b/libc/sysv/consts/CLD_STOPPED.s deleted file mode 100644 index 495ccb352..000000000 --- a/libc/sysv/consts/CLD_STOPPED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_STOPPED,5,5,5,5,5,5 diff --git a/libc/sysv/consts/CLD_TRAPPED.S b/libc/sysv/consts/CLD_TRAPPED.S new file mode 100644 index 000000000..35f858ef6 --- /dev/null +++ b/libc/sysv/consts/CLD_TRAPPED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,CLD_TRAPPED,4,4,4,4,4,4 diff --git a/libc/sysv/consts/CLD_TRAPPED.s b/libc/sysv/consts/CLD_TRAPPED.s deleted file mode 100644 index 2eae1c24f..000000000 --- a/libc/sysv/consts/CLD_TRAPPED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,CLD_TRAPPED,4,4,4,4,4,4 diff --git a/libc/sysv/consts/CLNEXT.S b/libc/sysv/consts/CLNEXT.S new file mode 100644 index 000000000..0e78f6036 --- /dev/null +++ b/libc/sysv/consts/CLNEXT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CLNEXT,22,22,22,22,22,0 diff --git a/libc/sysv/consts/CLNEXT.s b/libc/sysv/consts/CLNEXT.s deleted file mode 100644 index e2c170777..000000000 --- a/libc/sysv/consts/CLNEXT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CLNEXT,22,22,22,22,22,0 diff --git a/libc/sysv/consts/CLOCAL.S b/libc/sysv/consts/CLOCAL.S new file mode 100644 index 000000000..d9bcd3c33 --- /dev/null +++ b/libc/sysv/consts/CLOCAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CLOCAL,0b0000100000000000,0b1000000000000000,0b1000000000000000,0b1000000000000000,0b1000000000000000,0b0000100000000000 diff --git a/libc/sysv/consts/CLOCAL.s b/libc/sysv/consts/CLOCAL.s deleted file mode 100644 index c81e823fd..000000000 --- a/libc/sysv/consts/CLOCAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CLOCAL,0b0000100000000000,0b1000000000000000,0b1000000000000000,0b1000000000000000,0b1000000000000000,0b0000100000000000 diff --git a/libc/sysv/consts/CLOCK_BOOTTIME.S b/libc/sysv/consts/CLOCK_BOOTTIME.S new file mode 100644 index 000000000..2c9052ba6 --- /dev/null +++ b/libc/sysv/consts/CLOCK_BOOTTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_BOOTTIME,7,127,127,6,127,127 diff --git a/libc/sysv/consts/CLOCK_BOOTTIME.s b/libc/sysv/consts/CLOCK_BOOTTIME.s deleted file mode 100644 index 372b62b44..000000000 --- a/libc/sysv/consts/CLOCK_BOOTTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_BOOTTIME,7,127,127,6,127,127 diff --git a/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.S b/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.S new file mode 100644 index 000000000..8bb8436ca --- /dev/null +++ b/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_BOOTTIME_ALARM,9,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.s b/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.s deleted file mode 100644 index 09eb6bbb5..000000000 --- a/libc/sysv/consts/CLOCK_BOOTTIME_ALARM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_BOOTTIME_ALARM,9,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC.S b/libc/sysv/consts/CLOCK_MONOTONIC.S new file mode 100644 index 000000000..5e411f501 --- /dev/null +++ b/libc/sysv/consts/CLOCK_MONOTONIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_MONOTONIC,1,1,4,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC.s b/libc/sysv/consts/CLOCK_MONOTONIC.s deleted file mode 100644 index 193d8887e..000000000 --- a/libc/sysv/consts/CLOCK_MONOTONIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_MONOTONIC,1,1,4,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.S b/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.S new file mode 100644 index 000000000..26b66a4df --- /dev/null +++ b/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_MONOTONIC_COARSE,6,1,12,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.s b/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.s deleted file mode 100644 index 27a0944fe..000000000 --- a/libc/sysv/consts/CLOCK_MONOTONIC_COARSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_MONOTONIC_COARSE,6,1,12,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_FAST.S b/libc/sysv/consts/CLOCK_MONOTONIC_FAST.S new file mode 100644 index 000000000..1cb8505dd --- /dev/null +++ b/libc/sysv/consts/CLOCK_MONOTONIC_FAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_MONOTONIC_FAST,1,1,12,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_FAST.s b/libc/sysv/consts/CLOCK_MONOTONIC_FAST.s deleted file mode 100644 index 294004284..000000000 --- a/libc/sysv/consts/CLOCK_MONOTONIC_FAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_MONOTONIC_FAST,1,1,12,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.S b/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.S new file mode 100644 index 000000000..1e029e071 --- /dev/null +++ b/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_MONOTONIC_PRECISE,1,1,11,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.s b/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.s deleted file mode 100644 index 9166a895b..000000000 --- a/libc/sysv/consts/CLOCK_MONOTONIC_PRECISE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_MONOTONIC_PRECISE,1,1,11,3,3,1 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_RAW.S b/libc/sysv/consts/CLOCK_MONOTONIC_RAW.S new file mode 100644 index 000000000..b3a92716f --- /dev/null +++ b/libc/sysv/consts/CLOCK_MONOTONIC_RAW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_MONOTONIC_RAW,4,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_MONOTONIC_RAW.s b/libc/sysv/consts/CLOCK_MONOTONIC_RAW.s deleted file mode 100644 index 3c48e067b..000000000 --- a/libc/sysv/consts/CLOCK_MONOTONIC_RAW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_MONOTONIC_RAW,4,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.S b/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.S new file mode 100644 index 000000000..3b5801c9d --- /dev/null +++ b/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_PROCESS_CPUTIME_ID,2,127,15,2,0x40000000,127 diff --git a/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.s b/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.s deleted file mode 100644 index f82e09685..000000000 --- a/libc/sysv/consts/CLOCK_PROCESS_CPUTIME_ID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_PROCESS_CPUTIME_ID,2,127,15,2,0x40000000,127 diff --git a/libc/sysv/consts/CLOCK_PROF.S b/libc/sysv/consts/CLOCK_PROF.S new file mode 100644 index 000000000..bd45dc737 --- /dev/null +++ b/libc/sysv/consts/CLOCK_PROF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_PROF,127,127,2,127,2,127 diff --git a/libc/sysv/consts/CLOCK_PROF.s b/libc/sysv/consts/CLOCK_PROF.s deleted file mode 100644 index 5e8a325c9..000000000 --- a/libc/sysv/consts/CLOCK_PROF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_PROF,127,127,2,127,2,127 diff --git a/libc/sysv/consts/CLOCK_REALTIME.S b/libc/sysv/consts/CLOCK_REALTIME.S new file mode 100644 index 000000000..b519ed582 --- /dev/null +++ b/libc/sysv/consts/CLOCK_REALTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_REALTIME,0,0,0,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME.s b/libc/sysv/consts/CLOCK_REALTIME.s deleted file mode 100644 index 35a145baa..000000000 --- a/libc/sysv/consts/CLOCK_REALTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_REALTIME,0,0,0,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_ALARM.S b/libc/sysv/consts/CLOCK_REALTIME_ALARM.S new file mode 100644 index 000000000..952e62db7 --- /dev/null +++ b/libc/sysv/consts/CLOCK_REALTIME_ALARM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_REALTIME_ALARM,8,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_REALTIME_ALARM.s b/libc/sysv/consts/CLOCK_REALTIME_ALARM.s deleted file mode 100644 index ef5e4fcf3..000000000 --- a/libc/sysv/consts/CLOCK_REALTIME_ALARM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_REALTIME_ALARM,8,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_REALTIME_COARSE.S b/libc/sysv/consts/CLOCK_REALTIME_COARSE.S new file mode 100644 index 000000000..b1610e999 --- /dev/null +++ b/libc/sysv/consts/CLOCK_REALTIME_COARSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_REALTIME_COARSE,5,0,10,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_COARSE.s b/libc/sysv/consts/CLOCK_REALTIME_COARSE.s deleted file mode 100644 index adb7c4621..000000000 --- a/libc/sysv/consts/CLOCK_REALTIME_COARSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_REALTIME_COARSE,5,0,10,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_FAST.S b/libc/sysv/consts/CLOCK_REALTIME_FAST.S new file mode 100644 index 000000000..f350fd180 --- /dev/null +++ b/libc/sysv/consts/CLOCK_REALTIME_FAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_REALTIME_FAST,0,0,10,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_FAST.s b/libc/sysv/consts/CLOCK_REALTIME_FAST.s deleted file mode 100644 index a1f4b20a5..000000000 --- a/libc/sysv/consts/CLOCK_REALTIME_FAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_REALTIME_FAST,0,0,10,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_PRECISE.S b/libc/sysv/consts/CLOCK_REALTIME_PRECISE.S new file mode 100644 index 000000000..ec180dcb2 --- /dev/null +++ b/libc/sysv/consts/CLOCK_REALTIME_PRECISE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_REALTIME_PRECISE,0,0,9,0,0,0 diff --git a/libc/sysv/consts/CLOCK_REALTIME_PRECISE.s b/libc/sysv/consts/CLOCK_REALTIME_PRECISE.s deleted file mode 100644 index d171d2d0d..000000000 --- a/libc/sysv/consts/CLOCK_REALTIME_PRECISE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_REALTIME_PRECISE,0,0,9,0,0,0 diff --git a/libc/sysv/consts/CLOCK_SECOND.S b/libc/sysv/consts/CLOCK_SECOND.S new file mode 100644 index 000000000..235f58f0f --- /dev/null +++ b/libc/sysv/consts/CLOCK_SECOND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_SECOND,127,127,13,127,127,127 diff --git a/libc/sysv/consts/CLOCK_SECOND.s b/libc/sysv/consts/CLOCK_SECOND.s deleted file mode 100644 index 49fbfef18..000000000 --- a/libc/sysv/consts/CLOCK_SECOND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_SECOND,127,127,13,127,127,127 diff --git a/libc/sysv/consts/CLOCK_TAI.S b/libc/sysv/consts/CLOCK_TAI.S new file mode 100644 index 000000000..3e09cb5b0 --- /dev/null +++ b/libc/sysv/consts/CLOCK_TAI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_TAI,11,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_TAI.s b/libc/sysv/consts/CLOCK_TAI.s deleted file mode 100644 index d55cf6ef7..000000000 --- a/libc/sysv/consts/CLOCK_TAI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_TAI,11,127,127,127,127,127 diff --git a/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.S b/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.S new file mode 100644 index 000000000..fc4ad1a4f --- /dev/null +++ b/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_THREAD_CPUTIME_ID,3,127,14,4,0x20000000,127 diff --git a/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.s b/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.s deleted file mode 100644 index 8cb85e685..000000000 --- a/libc/sysv/consts/CLOCK_THREAD_CPUTIME_ID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_THREAD_CPUTIME_ID,3,127,14,4,0x20000000,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME.S b/libc/sysv/consts/CLOCK_UPTIME.S new file mode 100644 index 000000000..4da3e9b3f --- /dev/null +++ b/libc/sysv/consts/CLOCK_UPTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_UPTIME,127,127,5,5,127,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME.s b/libc/sysv/consts/CLOCK_UPTIME.s deleted file mode 100644 index 1c1c9d0d5..000000000 --- a/libc/sysv/consts/CLOCK_UPTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_UPTIME,127,127,5,5,127,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME_FAST.S b/libc/sysv/consts/CLOCK_UPTIME_FAST.S new file mode 100644 index 000000000..1f6cd6e45 --- /dev/null +++ b/libc/sysv/consts/CLOCK_UPTIME_FAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_UPTIME_FAST,127,127,8,127,127,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME_FAST.s b/libc/sysv/consts/CLOCK_UPTIME_FAST.s deleted file mode 100644 index c0921b03b..000000000 --- a/libc/sysv/consts/CLOCK_UPTIME_FAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_UPTIME_FAST,127,127,8,127,127,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME_PRECISE.S b/libc/sysv/consts/CLOCK_UPTIME_PRECISE.S new file mode 100644 index 000000000..26df72e2e --- /dev/null +++ b/libc/sysv/consts/CLOCK_UPTIME_PRECISE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clock,CLOCK_UPTIME_PRECISE,127,127,7,127,127,127 diff --git a/libc/sysv/consts/CLOCK_UPTIME_PRECISE.s b/libc/sysv/consts/CLOCK_UPTIME_PRECISE.s deleted file mode 100644 index 60ed32de8..000000000 --- a/libc/sysv/consts/CLOCK_UPTIME_PRECISE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clock,CLOCK_UPTIME_PRECISE,127,127,7,127,127,127 diff --git a/libc/sysv/consts/CLONE_VM.S b/libc/sysv/consts/CLONE_VM.S new file mode 100644 index 000000000..be6328bfa --- /dev/null +++ b/libc/sysv/consts/CLONE_VM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon clone,CLONE_VM,0x00000100,0x00000100,0x00000100,0x00000100,0x00000100,0x00000100 diff --git a/libc/sysv/consts/CLONE_VM.s b/libc/sysv/consts/CLONE_VM.s deleted file mode 100644 index cae54f4b7..000000000 --- a/libc/sysv/consts/CLONE_VM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon clone,CLONE_VM,0x00000100,0x00000100,0x00000100,0x00000100,0x00000100,0x00000100 diff --git a/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.S b/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.S new file mode 100644 index 000000000..b474fd385 --- /dev/null +++ b/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon close,CLOSE_RANGE_CLOEXEC,4,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.s b/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.s deleted file mode 100644 index 787492807..000000000 --- a/libc/sysv/consts/CLOSE_RANGE_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon close,CLOSE_RANGE_CLOEXEC,4,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/CLOSE_RANGE_UNSHARE.S b/libc/sysv/consts/CLOSE_RANGE_UNSHARE.S new file mode 100644 index 000000000..ecb86e410 --- /dev/null +++ b/libc/sysv/consts/CLOSE_RANGE_UNSHARE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon close,CLOSE_RANGE_UNSHARE,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/CLOSE_RANGE_UNSHARE.s b/libc/sysv/consts/CLOSE_RANGE_UNSHARE.s deleted file mode 100644 index 6d53a9af8..000000000 --- a/libc/sysv/consts/CLOSE_RANGE_UNSHARE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon close,CLOSE_RANGE_UNSHARE,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/CMIN.S b/libc/sysv/consts/CMIN.S new file mode 100644 index 000000000..ba1e51c31 --- /dev/null +++ b/libc/sysv/consts/CMIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CMIN,1,1,1,1,1,0 diff --git a/libc/sysv/consts/CMIN.s b/libc/sysv/consts/CMIN.s deleted file mode 100644 index 1519e811b..000000000 --- a/libc/sysv/consts/CMIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CMIN,1,1,1,1,1,0 diff --git a/libc/sysv/consts/CMSPAR.S b/libc/sysv/consts/CMSPAR.S new file mode 100644 index 000000000..d66ee375c --- /dev/null +++ b/libc/sysv/consts/CMSPAR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CMSPAR,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/CMSPAR.s b/libc/sysv/consts/CMSPAR.s deleted file mode 100644 index 78e673eb0..000000000 --- a/libc/sysv/consts/CMSPAR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CMSPAR,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/COMMAND_COMPLETE.S b/libc/sysv/consts/COMMAND_COMPLETE.S new file mode 100644 index 000000000..cf50776e7 --- /dev/null +++ b/libc/sysv/consts/COMMAND_COMPLETE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,COMMAND_COMPLETE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/COMMAND_COMPLETE.s b/libc/sysv/consts/COMMAND_COMPLETE.s deleted file mode 100644 index 807ad4680..000000000 --- a/libc/sysv/consts/COMMAND_COMPLETE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,COMMAND_COMPLETE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/COMMAND_TERMINATED.S b/libc/sysv/consts/COMMAND_TERMINATED.S new file mode 100644 index 000000000..d801700bb --- /dev/null +++ b/libc/sysv/consts/COMMAND_TERMINATED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,COMMAND_TERMINATED,17,0,0,0,0,0 diff --git a/libc/sysv/consts/COMMAND_TERMINATED.s b/libc/sysv/consts/COMMAND_TERMINATED.s deleted file mode 100644 index 8257cdca1..000000000 --- a/libc/sysv/consts/COMMAND_TERMINATED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,COMMAND_TERMINATED,17,0,0,0,0,0 diff --git a/libc/sysv/consts/COMPLETE.S b/libc/sysv/consts/COMPLETE.S new file mode 100644 index 000000000..5937c4562 --- /dev/null +++ b/libc/sysv/consts/COMPLETE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,COMPLETE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/COMPLETE.s b/libc/sysv/consts/COMPLETE.s deleted file mode 100644 index c355a351e..000000000 --- a/libc/sysv/consts/COMPLETE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,COMPLETE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/CONTINUE.S b/libc/sysv/consts/CONTINUE.S new file mode 100644 index 000000000..845807988 --- /dev/null +++ b/libc/sysv/consts/CONTINUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CONTINUE,3,3,3,3,3,0 diff --git a/libc/sysv/consts/CONTINUE.s b/libc/sysv/consts/CONTINUE.s deleted file mode 100644 index 1fbcf6715..000000000 --- a/libc/sysv/consts/CONTINUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CONTINUE,3,3,3,3,3,0 diff --git a/libc/sysv/consts/CONTTYPE.S b/libc/sysv/consts/CONTTYPE.S new file mode 100644 index 000000000..d42d40005 --- /dev/null +++ b/libc/sysv/consts/CONTTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CONTTYPE,55,55,55,55,55,0 diff --git a/libc/sysv/consts/CONTTYPE.s b/libc/sysv/consts/CONTTYPE.s deleted file mode 100644 index fb517a4a7..000000000 --- a/libc/sysv/consts/CONTTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CONTTYPE,55,55,55,55,55,0 diff --git a/libc/sysv/consts/COPY_ABORTED.S b/libc/sysv/consts/COPY_ABORTED.S new file mode 100644 index 000000000..cdddf3e9d --- /dev/null +++ b/libc/sysv/consts/COPY_ABORTED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,COPY_ABORTED,10,0,0,0,0,0 diff --git a/libc/sysv/consts/COPY_ABORTED.s b/libc/sysv/consts/COPY_ABORTED.s deleted file mode 100644 index c5e49ec2c..000000000 --- a/libc/sysv/consts/COPY_ABORTED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,COPY_ABORTED,10,0,0,0,0,0 diff --git a/libc/sysv/consts/COPY_VERIFY.S b/libc/sysv/consts/COPY_VERIFY.S new file mode 100644 index 000000000..7b1be5664 --- /dev/null +++ b/libc/sysv/consts/COPY_VERIFY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,COPY_VERIFY,58,0,0,0,0,0 diff --git a/libc/sysv/consts/COPY_VERIFY.s b/libc/sysv/consts/COPY_VERIFY.s deleted file mode 100644 index 95b9db4ed..000000000 --- a/libc/sysv/consts/COPY_VERIFY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,COPY_VERIFY,58,0,0,0,0,0 diff --git a/libc/sysv/consts/CQUIT.S b/libc/sysv/consts/CQUIT.S new file mode 100644 index 000000000..3ecea85e4 --- /dev/null +++ b/libc/sysv/consts/CQUIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CQUIT,28,28,28,28,28,0 diff --git a/libc/sysv/consts/CQUIT.s b/libc/sysv/consts/CQUIT.s deleted file mode 100644 index 1e938bcfe..000000000 --- a/libc/sysv/consts/CQUIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CQUIT,28,28,28,28,28,0 diff --git a/libc/sysv/consts/CR0.S b/libc/sysv/consts/CR0.S new file mode 100644 index 000000000..02c2e947d --- /dev/null +++ b/libc/sysv/consts/CR0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CR0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/CR0.s b/libc/sysv/consts/CR0.s deleted file mode 100644 index ac4c14d2b..000000000 --- a/libc/sysv/consts/CR0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CR0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/CR1.S b/libc/sysv/consts/CR1.S new file mode 100644 index 000000000..480913c80 --- /dev/null +++ b/libc/sysv/consts/CR1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CR1,0b0000001000000000,0b000001000000000000,0b000001000000000000,0,0b000001000000000000,0b0000001000000000 diff --git a/libc/sysv/consts/CR1.s b/libc/sysv/consts/CR1.s deleted file mode 100644 index 67b9d70c7..000000000 --- a/libc/sysv/consts/CR1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CR1,0b0000001000000000,0b000001000000000000,0b000001000000000000,0,0b000001000000000000,0b0000001000000000 diff --git a/libc/sysv/consts/CR2.S b/libc/sysv/consts/CR2.S new file mode 100644 index 000000000..bb27c6949 --- /dev/null +++ b/libc/sysv/consts/CR2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CR2,0b0000010000000000,0b000010000000000000,0b000010000000000000,0,0b000000010000000000,0b0000010000000000 diff --git a/libc/sysv/consts/CR2.s b/libc/sysv/consts/CR2.s deleted file mode 100644 index a2cca31d2..000000000 --- a/libc/sysv/consts/CR2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CR2,0b0000010000000000,0b000010000000000000,0b000010000000000000,0,0b000000010000000000,0b0000010000000000 diff --git a/libc/sysv/consts/CR3.S b/libc/sysv/consts/CR3.S new file mode 100644 index 000000000..5e65c9feb --- /dev/null +++ b/libc/sysv/consts/CR3.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CR3,0b0000011000000000,0b000011000000000000,0b000011000000000000,0,0b000000011000000000,0b0000011000000000 diff --git a/libc/sysv/consts/CR3.s b/libc/sysv/consts/CR3.s deleted file mode 100644 index c55c69aad..000000000 --- a/libc/sysv/consts/CR3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CR3,0b0000011000000000,0b000011000000000000,0b000011000000000000,0,0b000000011000000000,0b0000011000000000 diff --git a/libc/sysv/consts/CRDLY.S b/libc/sysv/consts/CRDLY.S new file mode 100644 index 000000000..8add5ff6a --- /dev/null +++ b/libc/sysv/consts/CRDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CRDLY,0b0000011000000000,0b000011000000000000,0b000011000000000000,0,0,0b0000011000000000 diff --git a/libc/sysv/consts/CRDLY.s b/libc/sysv/consts/CRDLY.s deleted file mode 100644 index d025aa88c..000000000 --- a/libc/sysv/consts/CRDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CRDLY,0b0000011000000000,0b000011000000000000,0b000011000000000000,0,0,0b0000011000000000 diff --git a/libc/sysv/consts/CREAD.S b/libc/sysv/consts/CREAD.S new file mode 100644 index 000000000..e18ada92d --- /dev/null +++ b/libc/sysv/consts/CREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CREAD,0b0000000010000000,0b000000100000000000,0b000000100000000000,0b0000100000000000,0b0000100000000000,0b0000000010000000 diff --git a/libc/sysv/consts/CREAD.s b/libc/sysv/consts/CREAD.s deleted file mode 100644 index c63b8f8d2..000000000 --- a/libc/sysv/consts/CREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CREAD,0b0000000010000000,0b000000100000000000,0b000000100000000000,0b0000100000000000,0b0000100000000000,0b0000000010000000 diff --git a/libc/sysv/consts/CREPRINT.S b/libc/sysv/consts/CREPRINT.S new file mode 100644 index 000000000..e07a53de5 --- /dev/null +++ b/libc/sysv/consts/CREPRINT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CREPRINT,18,18,18,18,18,0 diff --git a/libc/sysv/consts/CREPRINT.s b/libc/sysv/consts/CREPRINT.s deleted file mode 100644 index df6fd9f3c..000000000 --- a/libc/sysv/consts/CREPRINT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CREPRINT,18,18,18,18,18,0 diff --git a/libc/sysv/consts/CRPRNT.S b/libc/sysv/consts/CRPRNT.S new file mode 100644 index 000000000..adeefdc6d --- /dev/null +++ b/libc/sysv/consts/CRPRNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CRPRNT,18,18,18,18,18,0 diff --git a/libc/sysv/consts/CRPRNT.s b/libc/sysv/consts/CRPRNT.s deleted file mode 100644 index 4f37d2205..000000000 --- a/libc/sysv/consts/CRPRNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CRPRNT,18,18,18,18,18,0 diff --git a/libc/sysv/consts/CS5.S b/libc/sysv/consts/CS5.S new file mode 100644 index 000000000..ac9704d4c --- /dev/null +++ b/libc/sysv/consts/CS5.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CS5,0b0000000000000000,0b000000000000000000,0b000000000000000000,0b0000000000000000,0b0000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/CS5.s b/libc/sysv/consts/CS5.s deleted file mode 100644 index 3b0f8d2c6..000000000 --- a/libc/sysv/consts/CS5.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CS5,0b0000000000000000,0b000000000000000000,0b000000000000000000,0b0000000000000000,0b0000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/CS6.S b/libc/sysv/consts/CS6.S new file mode 100644 index 000000000..4b5329830 --- /dev/null +++ b/libc/sysv/consts/CS6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CS6,0b0000000000010000,0b000000000100000000,0b000000000100000000,0b0000000100000000,0b0000000100000000,0b0000000000010000 diff --git a/libc/sysv/consts/CS6.s b/libc/sysv/consts/CS6.s deleted file mode 100644 index 8f558921a..000000000 --- a/libc/sysv/consts/CS6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CS6,0b0000000000010000,0b000000000100000000,0b000000000100000000,0b0000000100000000,0b0000000100000000,0b0000000000010000 diff --git a/libc/sysv/consts/CS7.S b/libc/sysv/consts/CS7.S new file mode 100644 index 000000000..923e5982c --- /dev/null +++ b/libc/sysv/consts/CS7.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CS7,0b0000000000100000,0b000000001000000000,0b000000001000000000,0b0000001000000000,0b0000001000000000,0b0000000000100000 diff --git a/libc/sysv/consts/CS7.s b/libc/sysv/consts/CS7.s deleted file mode 100644 index 369443388..000000000 --- a/libc/sysv/consts/CS7.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CS7,0b0000000000100000,0b000000001000000000,0b000000001000000000,0b0000001000000000,0b0000001000000000,0b0000000000100000 diff --git a/libc/sysv/consts/CS8.S b/libc/sysv/consts/CS8.S new file mode 100644 index 000000000..21784475b --- /dev/null +++ b/libc/sysv/consts/CS8.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CS8,0b0000000000110000,0b000000001100000000,0b000000001100000000,0b0000001100000000,0b0000001100000000,0b0000000000110000 diff --git a/libc/sysv/consts/CS8.s b/libc/sysv/consts/CS8.s deleted file mode 100644 index a0f90a2bc..000000000 --- a/libc/sysv/consts/CS8.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CS8,0b0000000000110000,0b000000001100000000,0b000000001100000000,0b0000001100000000,0b0000001100000000,0b0000000000110000 diff --git a/libc/sysv/consts/CSIZE.S b/libc/sysv/consts/CSIZE.S new file mode 100644 index 000000000..59abbeb63 --- /dev/null +++ b/libc/sysv/consts/CSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CSIZE,0b0000000000110000,0b000000001100000000,0b000000001100000000,0b0000001100000000,0b0000001100000000,0b0000000000110000 diff --git a/libc/sysv/consts/CSIZE.s b/libc/sysv/consts/CSIZE.s deleted file mode 100644 index a7f629733..000000000 --- a/libc/sysv/consts/CSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CSIZE,0b0000000000110000,0b000000001100000000,0b000000001100000000,0b0000001100000000,0b0000001100000000,0b0000000000110000 diff --git a/libc/sysv/consts/CSTART.S b/libc/sysv/consts/CSTART.S new file mode 100644 index 000000000..c1bacf88d --- /dev/null +++ b/libc/sysv/consts/CSTART.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CSTART,17,17,17,17,17,0 diff --git a/libc/sysv/consts/CSTART.s b/libc/sysv/consts/CSTART.s deleted file mode 100644 index 48afaa075..000000000 --- a/libc/sysv/consts/CSTART.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CSTART,17,17,17,17,17,0 diff --git a/libc/sysv/consts/CSTOP.S b/libc/sysv/consts/CSTOP.S new file mode 100644 index 000000000..fb8a62ec6 --- /dev/null +++ b/libc/sysv/consts/CSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CSTOP,19,19,19,19,19,0 diff --git a/libc/sysv/consts/CSTOP.s b/libc/sysv/consts/CSTOP.s deleted file mode 100644 index beaee12a0..000000000 --- a/libc/sysv/consts/CSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CSTOP,19,19,19,19,19,0 diff --git a/libc/sysv/consts/CSTOPB.S b/libc/sysv/consts/CSTOPB.S new file mode 100644 index 000000000..5374da0e4 --- /dev/null +++ b/libc/sysv/consts/CSTOPB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,CSTOPB,0b0000000001000000,0b000000010000000000,0b000000010000000000,0b0000010000000000,0b0000010000000000,0b0000000001000000 diff --git a/libc/sysv/consts/CSTOPB.s b/libc/sysv/consts/CSTOPB.s deleted file mode 100644 index 6d41760b1..000000000 --- a/libc/sysv/consts/CSTOPB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,CSTOPB,0b0000000001000000,0b000000010000000000,0b000000010000000000,0b0000010000000000,0b0000010000000000,0b0000000001000000 diff --git a/libc/sysv/consts/CTIME.S b/libc/sysv/consts/CTIME.S new file mode 100644 index 000000000..602af12fe --- /dev/null +++ b/libc/sysv/consts/CTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,CTIME,0,0,0,0,0,0 diff --git a/libc/sysv/consts/CTIME.s b/libc/sysv/consts/CTIME.s deleted file mode 100644 index ca6e5332a..000000000 --- a/libc/sysv/consts/CTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,CTIME,0,0,0,0,0,0 diff --git a/libc/sysv/consts/DATA.S b/libc/sysv/consts/DATA.S new file mode 100644 index 000000000..75f0dce48 --- /dev/null +++ b/libc/sysv/consts/DATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,DATA,3,3,3,3,3,0 diff --git a/libc/sysv/consts/DATA.s b/libc/sysv/consts/DATA.s deleted file mode 100644 index 6c5a31009..000000000 --- a/libc/sysv/consts/DATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,DATA,3,3,3,3,3,0 diff --git a/libc/sysv/consts/DEV_BSIZE.S b/libc/sysv/consts/DEV_BSIZE.S new file mode 100644 index 000000000..6a6bcf323 --- /dev/null +++ b/libc/sysv/consts/DEV_BSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,DEV_BSIZE,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/DEV_BSIZE.s b/libc/sysv/consts/DEV_BSIZE.s deleted file mode 100644 index 974f51392..000000000 --- a/libc/sysv/consts/DEV_BSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,DEV_BSIZE,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/DIRTYPE.S b/libc/sysv/consts/DIRTYPE.S new file mode 100644 index 000000000..0c3dc0f80 --- /dev/null +++ b/libc/sysv/consts/DIRTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,DIRTYPE,53,53,53,53,53,0 diff --git a/libc/sysv/consts/DIRTYPE.s b/libc/sysv/consts/DIRTYPE.s deleted file mode 100644 index c7eb31c6b..000000000 --- a/libc/sysv/consts/DIRTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,DIRTYPE,53,53,53,53,53,0 diff --git a/libc/sysv/consts/DT_BLK.S b/libc/sysv/consts/DT_BLK.S new file mode 100644 index 000000000..a079931e5 --- /dev/null +++ b/libc/sysv/consts/DT_BLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_BLK,6,6,6,6,6,6 diff --git a/libc/sysv/consts/DT_BLK.s b/libc/sysv/consts/DT_BLK.s deleted file mode 100644 index 4c1c79808..000000000 --- a/libc/sysv/consts/DT_BLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_BLK,6,6,6,6,6,6 diff --git a/libc/sysv/consts/DT_CHR.S b/libc/sysv/consts/DT_CHR.S new file mode 100644 index 000000000..1c7e35573 --- /dev/null +++ b/libc/sysv/consts/DT_CHR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_CHR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/DT_CHR.s b/libc/sysv/consts/DT_CHR.s deleted file mode 100644 index 1b42b202d..000000000 --- a/libc/sysv/consts/DT_CHR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_CHR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/DT_DIR.S b/libc/sysv/consts/DT_DIR.S new file mode 100644 index 000000000..cc29316e3 --- /dev/null +++ b/libc/sysv/consts/DT_DIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_DIR,4,4,4,4,4,4 diff --git a/libc/sysv/consts/DT_DIR.s b/libc/sysv/consts/DT_DIR.s deleted file mode 100644 index 241f522c4..000000000 --- a/libc/sysv/consts/DT_DIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_DIR,4,4,4,4,4,4 diff --git a/libc/sysv/consts/DT_FIFO.S b/libc/sysv/consts/DT_FIFO.S new file mode 100644 index 000000000..731177539 --- /dev/null +++ b/libc/sysv/consts/DT_FIFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_FIFO,1,1,1,1,1,1 diff --git a/libc/sysv/consts/DT_FIFO.s b/libc/sysv/consts/DT_FIFO.s deleted file mode 100644 index 4ceb4ecd1..000000000 --- a/libc/sysv/consts/DT_FIFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_FIFO,1,1,1,1,1,1 diff --git a/libc/sysv/consts/DT_LNK.S b/libc/sysv/consts/DT_LNK.S new file mode 100644 index 000000000..36c23af14 --- /dev/null +++ b/libc/sysv/consts/DT_LNK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_LNK,10,10,10,10,10,10 diff --git a/libc/sysv/consts/DT_LNK.s b/libc/sysv/consts/DT_LNK.s deleted file mode 100644 index 3465cde41..000000000 --- a/libc/sysv/consts/DT_LNK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_LNK,10,10,10,10,10,10 diff --git a/libc/sysv/consts/DT_REG.S b/libc/sysv/consts/DT_REG.S new file mode 100644 index 000000000..d2ddb5aaf --- /dev/null +++ b/libc/sysv/consts/DT_REG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_REG,8,8,8,8,8,8 diff --git a/libc/sysv/consts/DT_REG.s b/libc/sysv/consts/DT_REG.s deleted file mode 100644 index 62e99a0cb..000000000 --- a/libc/sysv/consts/DT_REG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_REG,8,8,8,8,8,8 diff --git a/libc/sysv/consts/DT_SOCK.S b/libc/sysv/consts/DT_SOCK.S new file mode 100644 index 000000000..43facd0fc --- /dev/null +++ b/libc/sysv/consts/DT_SOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_SOCK,12,12,12,12,12,12 diff --git a/libc/sysv/consts/DT_SOCK.s b/libc/sysv/consts/DT_SOCK.s deleted file mode 100644 index 6f63917dd..000000000 --- a/libc/sysv/consts/DT_SOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_SOCK,12,12,12,12,12,12 diff --git a/libc/sysv/consts/DT_UNKNOWN.S b/libc/sysv/consts/DT_UNKNOWN.S new file mode 100644 index 000000000..97a25caa7 --- /dev/null +++ b/libc/sysv/consts/DT_UNKNOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon dt,DT_UNKNOWN,0,0,0,0,0,0 diff --git a/libc/sysv/consts/DT_UNKNOWN.s b/libc/sysv/consts/DT_UNKNOWN.s deleted file mode 100644 index 323ac23cc..000000000 --- a/libc/sysv/consts/DT_UNKNOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon dt,DT_UNKNOWN,0,0,0,0,0,0 diff --git a/libc/sysv/consts/D_FMT.S b/libc/sysv/consts/D_FMT.S new file mode 100644 index 000000000..af52c8e22 --- /dev/null +++ b/libc/sysv/consts/D_FMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,D_FMT,0x020029,2,2,1,1,0 diff --git a/libc/sysv/consts/D_FMT.s b/libc/sysv/consts/D_FMT.s deleted file mode 100644 index 7c6e19a35..000000000 --- a/libc/sysv/consts/D_FMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,D_FMT,0x020029,2,2,1,1,0 diff --git a/libc/sysv/consts/D_T_FMT.S b/libc/sysv/consts/D_T_FMT.S new file mode 100644 index 000000000..a0fc414cc --- /dev/null +++ b/libc/sysv/consts/D_T_FMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,D_T_FMT,0x020028,1,1,0,0,0 diff --git a/libc/sysv/consts/D_T_FMT.s b/libc/sysv/consts/D_T_FMT.s deleted file mode 100644 index 99ff0508e..000000000 --- a/libc/sysv/consts/D_T_FMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,D_T_FMT,0x020028,1,1,0,0,0 diff --git a/libc/sysv/consts/E2BIG.S b/libc/sysv/consts/E2BIG.S new file mode 100644 index 000000000..dfedac5eb --- /dev/null +++ b/libc/sysv/consts/E2BIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,E2BIG,7,7,7,7,7,1639 diff --git a/libc/sysv/consts/E2BIG.s b/libc/sysv/consts/E2BIG.s deleted file mode 100644 index 239a63f83..000000000 --- a/libc/sysv/consts/E2BIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,E2BIG,7,7,7,7,7,1639 diff --git a/libc/sysv/consts/EACCES.S b/libc/sysv/consts/EACCES.S new file mode 100644 index 000000000..54dfe5d54 --- /dev/null +++ b/libc/sysv/consts/EACCES.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EACCES,13,13,13,13,13,5 +.yoink kDos2Errno.EACCES diff --git a/libc/sysv/consts/EACCES.s b/libc/sysv/consts/EACCES.s deleted file mode 100644 index 568a7caad..000000000 --- a/libc/sysv/consts/EACCES.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EACCES,13,13,13,13,13,5 -.yoink kDos2Errno.EACCES diff --git a/libc/sysv/consts/EADDRINUSE.S b/libc/sysv/consts/EADDRINUSE.S new file mode 100644 index 000000000..9c781e04a --- /dev/null +++ b/libc/sysv/consts/EADDRINUSE.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EADDRINUSE,98,48,48,48,48,10048 +.yoink kDos2Errno.EADDRINUSE diff --git a/libc/sysv/consts/EADDRINUSE.s b/libc/sysv/consts/EADDRINUSE.s deleted file mode 100644 index e6c24b1e4..000000000 --- a/libc/sysv/consts/EADDRINUSE.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EADDRINUSE,98,48,48,48,48,10048 -.yoink kDos2Errno.EADDRINUSE diff --git a/libc/sysv/consts/EADDRNOTAVAIL.S b/libc/sysv/consts/EADDRNOTAVAIL.S new file mode 100644 index 000000000..5bce5f4b4 --- /dev/null +++ b/libc/sysv/consts/EADDRNOTAVAIL.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EADDRNOTAVAIL,99,49,49,49,49,10049 +.yoink kDos2Errno.EADDRNOTAVAIL diff --git a/libc/sysv/consts/EADDRNOTAVAIL.s b/libc/sysv/consts/EADDRNOTAVAIL.s deleted file mode 100644 index eb1b0d618..000000000 --- a/libc/sysv/consts/EADDRNOTAVAIL.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EADDRNOTAVAIL,99,49,49,49,49,10049 -.yoink kDos2Errno.EADDRNOTAVAIL diff --git a/libc/sysv/consts/EADV.S b/libc/sysv/consts/EADV.S new file mode 100644 index 000000000..578918110 --- /dev/null +++ b/libc/sysv/consts/EADV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EADV,68,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EADV.s b/libc/sysv/consts/EADV.s deleted file mode 100644 index d6b57a875..000000000 --- a/libc/sysv/consts/EADV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EADV,68,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EAFNOSUPPORT.S b/libc/sysv/consts/EAFNOSUPPORT.S new file mode 100644 index 000000000..9c46c22e3 --- /dev/null +++ b/libc/sysv/consts/EAFNOSUPPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EAFNOSUPPORT,97,47,47,47,47,10047 diff --git a/libc/sysv/consts/EAFNOSUPPORT.s b/libc/sysv/consts/EAFNOSUPPORT.s deleted file mode 100644 index bd74b8f00..000000000 --- a/libc/sysv/consts/EAFNOSUPPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EAFNOSUPPORT,97,47,47,47,47,10047 diff --git a/libc/sysv/consts/EAGAIN.S b/libc/sysv/consts/EAGAIN.S new file mode 100644 index 000000000..50b9b119d --- /dev/null +++ b/libc/sysv/consts/EAGAIN.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EAGAIN,11,35,35,35,35,10035 +.yoink kDos2Errno.EAGAIN diff --git a/libc/sysv/consts/EAGAIN.s b/libc/sysv/consts/EAGAIN.s deleted file mode 100644 index bec611ad4..000000000 --- a/libc/sysv/consts/EAGAIN.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EAGAIN,11,35,35,35,35,10035 -.yoink kDos2Errno.EAGAIN diff --git a/libc/sysv/consts/EALREADY.S b/libc/sysv/consts/EALREADY.S new file mode 100644 index 000000000..b55024332 --- /dev/null +++ b/libc/sysv/consts/EALREADY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EALREADY,114,37,37,37,37,10037 diff --git a/libc/sysv/consts/EALREADY.s b/libc/sysv/consts/EALREADY.s deleted file mode 100644 index 184fe0648..000000000 --- a/libc/sysv/consts/EALREADY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EALREADY,114,37,37,37,37,10037 diff --git a/libc/sysv/consts/EAUTH.S b/libc/sysv/consts/EAUTH.S new file mode 100644 index 000000000..f18e99385 --- /dev/null +++ b/libc/sysv/consts/EAUTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EAUTH,306,80,80,80,80,1244 diff --git a/libc/sysv/consts/EAUTH.s b/libc/sysv/consts/EAUTH.s deleted file mode 100644 index 1d9b39c9b..000000000 --- a/libc/sysv/consts/EAUTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EAUTH,306,80,80,80,80,1244 diff --git a/libc/sysv/consts/EBADARCH.S b/libc/sysv/consts/EBADARCH.S new file mode 100644 index 000000000..74b3154c9 --- /dev/null +++ b/libc/sysv/consts/EBADARCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADARCH,313,86,313,313,313,216 diff --git a/libc/sysv/consts/EBADARCH.s b/libc/sysv/consts/EBADARCH.s deleted file mode 100644 index 7d3e12abf..000000000 --- a/libc/sysv/consts/EBADARCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADARCH,313,86,313,313,313,216 diff --git a/libc/sysv/consts/EBADE.S b/libc/sysv/consts/EBADE.S new file mode 100644 index 000000000..257966ed0 --- /dev/null +++ b/libc/sysv/consts/EBADE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EBADE,52,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADE.s b/libc/sysv/consts/EBADE.s deleted file mode 100644 index 0c2747a27..000000000 --- a/libc/sysv/consts/EBADE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EBADE,52,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADEXEC.S b/libc/sysv/consts/EBADEXEC.S new file mode 100644 index 000000000..e93bb62ef --- /dev/null +++ b/libc/sysv/consts/EBADEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADEXEC,312,85,312,312,312,192 diff --git a/libc/sysv/consts/EBADEXEC.s b/libc/sysv/consts/EBADEXEC.s deleted file mode 100644 index 915d338f6..000000000 --- a/libc/sysv/consts/EBADEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADEXEC,312,85,312,312,312,192 diff --git a/libc/sysv/consts/EBADF.S b/libc/sysv/consts/EBADF.S new file mode 100644 index 000000000..bef861a9e --- /dev/null +++ b/libc/sysv/consts/EBADF.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADF,9,9,9,9,9,6 +.yoink kDos2Errno.EBADF diff --git a/libc/sysv/consts/EBADF.s b/libc/sysv/consts/EBADF.s deleted file mode 100644 index 46a9a00d0..000000000 --- a/libc/sysv/consts/EBADF.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADF,9,9,9,9,9,6 -.yoink kDos2Errno.EBADF diff --git a/libc/sysv/consts/EBADFD.S b/libc/sysv/consts/EBADFD.S new file mode 100644 index 000000000..ffeca98d9 --- /dev/null +++ b/libc/sysv/consts/EBADFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADFD,77,9,0,0,0,0 diff --git a/libc/sysv/consts/EBADFD.s b/libc/sysv/consts/EBADFD.s deleted file mode 100644 index ff8140fbf..000000000 --- a/libc/sysv/consts/EBADFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADFD,77,9,0,0,0,0 diff --git a/libc/sysv/consts/EBADMACHO.S b/libc/sysv/consts/EBADMACHO.S new file mode 100644 index 000000000..c2b5c64d5 --- /dev/null +++ b/libc/sysv/consts/EBADMACHO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADMACHO,315,88,315,315,315,0 diff --git a/libc/sysv/consts/EBADMACHO.s b/libc/sysv/consts/EBADMACHO.s deleted file mode 100644 index 2dd6ac705..000000000 --- a/libc/sysv/consts/EBADMACHO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADMACHO,315,88,315,315,315,0 diff --git a/libc/sysv/consts/EBADMSG.S b/libc/sysv/consts/EBADMSG.S new file mode 100644 index 000000000..f0e5b6d29 --- /dev/null +++ b/libc/sysv/consts/EBADMSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADMSG,74,94,89,92,88,0 diff --git a/libc/sysv/consts/EBADMSG.s b/libc/sysv/consts/EBADMSG.s deleted file mode 100644 index 88da40f73..000000000 --- a/libc/sysv/consts/EBADMSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADMSG,74,94,89,92,88,0 diff --git a/libc/sysv/consts/EBADR.S b/libc/sysv/consts/EBADR.S new file mode 100644 index 000000000..7635921df --- /dev/null +++ b/libc/sysv/consts/EBADR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EBADR,53,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADR.s b/libc/sysv/consts/EBADR.s deleted file mode 100644 index 8bec26cc3..000000000 --- a/libc/sysv/consts/EBADR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EBADR,53,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADRPC.S b/libc/sysv/consts/EBADRPC.S new file mode 100644 index 000000000..897420ff9 --- /dev/null +++ b/libc/sysv/consts/EBADRPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBADRPC,300,72,72,72,72,1626 diff --git a/libc/sysv/consts/EBADRPC.s b/libc/sysv/consts/EBADRPC.s deleted file mode 100644 index a89448011..000000000 --- a/libc/sysv/consts/EBADRPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBADRPC,300,72,72,72,72,1626 diff --git a/libc/sysv/consts/EBADRQC.S b/libc/sysv/consts/EBADRQC.S new file mode 100644 index 000000000..ab0c35618 --- /dev/null +++ b/libc/sysv/consts/EBADRQC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EBADRQC,56,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADRQC.s b/libc/sysv/consts/EBADRQC.s deleted file mode 100644 index 2e046c2f2..000000000 --- a/libc/sysv/consts/EBADRQC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EBADRQC,56,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADSLT.S b/libc/sysv/consts/EBADSLT.S new file mode 100644 index 000000000..9f798d913 --- /dev/null +++ b/libc/sysv/consts/EBADSLT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EBADSLT,57,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBADSLT.s b/libc/sysv/consts/EBADSLT.s deleted file mode 100644 index 00e7264dd..000000000 --- a/libc/sysv/consts/EBADSLT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EBADSLT,57,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EBUSY.S b/libc/sysv/consts/EBUSY.S new file mode 100644 index 000000000..3f38bdbe0 --- /dev/null +++ b/libc/sysv/consts/EBUSY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EBUSY,16,16,16,16,16,170 diff --git a/libc/sysv/consts/EBUSY.s b/libc/sysv/consts/EBUSY.s deleted file mode 100644 index 9c0c8dc2b..000000000 --- a/libc/sysv/consts/EBUSY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EBUSY,16,16,16,16,16,170 diff --git a/libc/sysv/consts/ECANCELED.S b/libc/sysv/consts/ECANCELED.S new file mode 100644 index 000000000..3effcbc21 --- /dev/null +++ b/libc/sysv/consts/ECANCELED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ECANCELED,125,89,85,88,87,1223 diff --git a/libc/sysv/consts/ECANCELED.s b/libc/sysv/consts/ECANCELED.s deleted file mode 100644 index 2c0d748a8..000000000 --- a/libc/sysv/consts/ECANCELED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ECANCELED,125,89,85,88,87,1223 diff --git a/libc/sysv/consts/ECHILD.S b/libc/sysv/consts/ECHILD.S new file mode 100644 index 000000000..2a4b43204 --- /dev/null +++ b/libc/sysv/consts/ECHILD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ECHILD,10,10,10,10,10,128 diff --git a/libc/sysv/consts/ECHILD.s b/libc/sysv/consts/ECHILD.s deleted file mode 100644 index f6defee2c..000000000 --- a/libc/sysv/consts/ECHILD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ECHILD,10,10,10,10,10,128 diff --git a/libc/sysv/consts/ECHO.S b/libc/sysv/consts/ECHO.S new file mode 100644 index 000000000..54a1026b6 --- /dev/null +++ b/libc/sysv/consts/ECHO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHO,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/ECHO.s b/libc/sysv/consts/ECHO.s deleted file mode 100644 index 83e60cb6b..000000000 --- a/libc/sysv/consts/ECHO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHO,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/ECHOCTL.S b/libc/sysv/consts/ECHOCTL.S new file mode 100644 index 000000000..ad56643c1 --- /dev/null +++ b/libc/sysv/consts/ECHOCTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHOCTL,0b0000001000000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000001000000000 diff --git a/libc/sysv/consts/ECHOCTL.s b/libc/sysv/consts/ECHOCTL.s deleted file mode 100644 index 4e1acbf44..000000000 --- a/libc/sysv/consts/ECHOCTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHOCTL,0b0000001000000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000001000000000 diff --git a/libc/sysv/consts/ECHOE.S b/libc/sysv/consts/ECHOE.S new file mode 100644 index 000000000..5edc05397 --- /dev/null +++ b/libc/sysv/consts/ECHOE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHOE,0b0000000000010000,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000010000 diff --git a/libc/sysv/consts/ECHOE.s b/libc/sysv/consts/ECHOE.s deleted file mode 100644 index a8d9133db..000000000 --- a/libc/sysv/consts/ECHOE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHOE,0b0000000000010000,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000010000 diff --git a/libc/sysv/consts/ECHOK.S b/libc/sysv/consts/ECHOK.S new file mode 100644 index 000000000..0ae9c6954 --- /dev/null +++ b/libc/sysv/consts/ECHOK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHOK,0b0000000000100000,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000100000 diff --git a/libc/sysv/consts/ECHOK.s b/libc/sysv/consts/ECHOK.s deleted file mode 100644 index 715383762..000000000 --- a/libc/sysv/consts/ECHOK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHOK,0b0000000000100000,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000100000 diff --git a/libc/sysv/consts/ECHOKE.S b/libc/sysv/consts/ECHOKE.S new file mode 100644 index 000000000..e03bf5c58 --- /dev/null +++ b/libc/sysv/consts/ECHOKE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHOKE,0b0000100000000000,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000100000000000 diff --git a/libc/sysv/consts/ECHOKE.s b/libc/sysv/consts/ECHOKE.s deleted file mode 100644 index dae58280d..000000000 --- a/libc/sysv/consts/ECHOKE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHOKE,0b0000100000000000,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000100000000000 diff --git a/libc/sysv/consts/ECHONL.S b/libc/sysv/consts/ECHONL.S new file mode 100644 index 000000000..0dc92c2d8 --- /dev/null +++ b/libc/sysv/consts/ECHONL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHONL,0b0000000001000000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000001000000 diff --git a/libc/sysv/consts/ECHONL.s b/libc/sysv/consts/ECHONL.s deleted file mode 100644 index c153fbafa..000000000 --- a/libc/sysv/consts/ECHONL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHONL,0b0000000001000000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000001000000 diff --git a/libc/sysv/consts/ECHOPRT.S b/libc/sysv/consts/ECHOPRT.S new file mode 100644 index 000000000..13d810ba0 --- /dev/null +++ b/libc/sysv/consts/ECHOPRT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ECHOPRT,0b0000010000000000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000010000000000 diff --git a/libc/sysv/consts/ECHOPRT.s b/libc/sysv/consts/ECHOPRT.s deleted file mode 100644 index 909c829db..000000000 --- a/libc/sysv/consts/ECHOPRT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ECHOPRT,0b0000010000000000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000010000000000 diff --git a/libc/sysv/consts/ECHRNG.S b/libc/sysv/consts/ECHRNG.S new file mode 100644 index 000000000..09e788f66 --- /dev/null +++ b/libc/sysv/consts/ECHRNG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ECHRNG,44,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ECHRNG.s b/libc/sysv/consts/ECHRNG.s deleted file mode 100644 index af8260269..000000000 --- a/libc/sysv/consts/ECHRNG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ECHRNG,44,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ECOMM.S b/libc/sysv/consts/ECOMM.S new file mode 100644 index 000000000..24eb77c43 --- /dev/null +++ b/libc/sysv/consts/ECOMM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ECOMM,70,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ECOMM.s b/libc/sysv/consts/ECOMM.s deleted file mode 100644 index 1b07ba85e..000000000 --- a/libc/sysv/consts/ECOMM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ECOMM,70,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ECONNABORTED.S b/libc/sysv/consts/ECONNABORTED.S new file mode 100644 index 000000000..e2973172d --- /dev/null +++ b/libc/sysv/consts/ECONNABORTED.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ECONNABORTED,103,53,53,53,53,10053 +.yoink kDos2Errno.ECONNABORTED diff --git a/libc/sysv/consts/ECONNABORTED.s b/libc/sysv/consts/ECONNABORTED.s deleted file mode 100644 index ff99a126f..000000000 --- a/libc/sysv/consts/ECONNABORTED.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ECONNABORTED,103,53,53,53,53,10053 -.yoink kDos2Errno.ECONNABORTED diff --git a/libc/sysv/consts/ECONNREFUSED.S b/libc/sysv/consts/ECONNREFUSED.S new file mode 100644 index 000000000..82bcb02f5 --- /dev/null +++ b/libc/sysv/consts/ECONNREFUSED.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ECONNREFUSED,111,61,61,61,61,10061 +.yoink kDos2Errno.ECONNREFUSED diff --git a/libc/sysv/consts/ECONNREFUSED.s b/libc/sysv/consts/ECONNREFUSED.s deleted file mode 100644 index f70b75ab9..000000000 --- a/libc/sysv/consts/ECONNREFUSED.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ECONNREFUSED,111,61,61,61,61,10061 -.yoink kDos2Errno.ECONNREFUSED diff --git a/libc/sysv/consts/ECONNRESET.S b/libc/sysv/consts/ECONNRESET.S new file mode 100644 index 000000000..6f251ce18 --- /dev/null +++ b/libc/sysv/consts/ECONNRESET.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ECONNRESET,104,54,54,54,54,10054 +.yoink kDos2Errno.ECONNRESET diff --git a/libc/sysv/consts/ECONNRESET.s b/libc/sysv/consts/ECONNRESET.s deleted file mode 100644 index 6b256d062..000000000 --- a/libc/sysv/consts/ECONNRESET.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ECONNRESET,104,54,54,54,54,10054 -.yoink kDos2Errno.ECONNRESET diff --git a/libc/sysv/consts/EDEADLK.S b/libc/sysv/consts/EDEADLK.S new file mode 100644 index 000000000..04f0798af --- /dev/null +++ b/libc/sysv/consts/EDEADLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EDEADLK,35,11,11,11,11,1131 diff --git a/libc/sysv/consts/EDEADLK.s b/libc/sysv/consts/EDEADLK.s deleted file mode 100644 index 5f5d954e7..000000000 --- a/libc/sysv/consts/EDEADLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EDEADLK,35,11,11,11,11,1131 diff --git a/libc/sysv/consts/EDESTADDRREQ.S b/libc/sysv/consts/EDESTADDRREQ.S new file mode 100644 index 000000000..a1cdc8ed0 --- /dev/null +++ b/libc/sysv/consts/EDESTADDRREQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EDESTADDRREQ,89,39,39,39,39,10039 diff --git a/libc/sysv/consts/EDESTADDRREQ.s b/libc/sysv/consts/EDESTADDRREQ.s deleted file mode 100644 index 731de15d5..000000000 --- a/libc/sysv/consts/EDESTADDRREQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EDESTADDRREQ,89,39,39,39,39,10039 diff --git a/libc/sysv/consts/EDEVERR.S b/libc/sysv/consts/EDEVERR.S new file mode 100644 index 000000000..cf8c61b49 --- /dev/null +++ b/libc/sysv/consts/EDEVERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EDEVERR,311,83,311,311,311,483 diff --git a/libc/sysv/consts/EDEVERR.s b/libc/sysv/consts/EDEVERR.s deleted file mode 100644 index b9fd0c96c..000000000 --- a/libc/sysv/consts/EDEVERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EDEVERR,311,83,311,311,311,483 diff --git a/libc/sysv/consts/EDOM.S b/libc/sysv/consts/EDOM.S new file mode 100644 index 000000000..fa7657e3c --- /dev/null +++ b/libc/sysv/consts/EDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EDOM,33,33,33,33,33,20000 diff --git a/libc/sysv/consts/EDOM.s b/libc/sysv/consts/EDOM.s deleted file mode 100644 index 4f9bee5d7..000000000 --- a/libc/sysv/consts/EDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EDOM,33,33,33,33,33,20000 diff --git a/libc/sysv/consts/EDOTDOT.S b/libc/sysv/consts/EDOTDOT.S new file mode 100644 index 000000000..86e2bf5d5 --- /dev/null +++ b/libc/sysv/consts/EDOTDOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EDOTDOT,73,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EDOTDOT.s b/libc/sysv/consts/EDOTDOT.s deleted file mode 100644 index 172751c08..000000000 --- a/libc/sysv/consts/EDOTDOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EDOTDOT,73,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EDQUOT.S b/libc/sysv/consts/EDQUOT.S new file mode 100644 index 000000000..5de2923ae --- /dev/null +++ b/libc/sysv/consts/EDQUOT.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EDQUOT,122,69,69,69,69,1816 +.yoink kDos2Errno.EDQUOT diff --git a/libc/sysv/consts/EDQUOT.s b/libc/sysv/consts/EDQUOT.s deleted file mode 100644 index 5bd117e2d..000000000 --- a/libc/sysv/consts/EDQUOT.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EDQUOT,122,69,69,69,69,1816 -.yoink kDos2Errno.EDQUOT diff --git a/libc/sysv/consts/EEXIST.S b/libc/sysv/consts/EEXIST.S new file mode 100644 index 000000000..b05d3933c --- /dev/null +++ b/libc/sysv/consts/EEXIST.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EEXIST,17,17,17,17,17,183 +.yoink kDos2Errno.EEXIST diff --git a/libc/sysv/consts/EEXIST.s b/libc/sysv/consts/EEXIST.s deleted file mode 100644 index b6841db7c..000000000 --- a/libc/sysv/consts/EEXIST.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EEXIST,17,17,17,17,17,183 -.yoink kDos2Errno.EEXIST diff --git a/libc/sysv/consts/EFAULT.S b/libc/sysv/consts/EFAULT.S new file mode 100644 index 000000000..b42a51054 --- /dev/null +++ b/libc/sysv/consts/EFAULT.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EFAULT,14,14,14,14,14,487 +.yoink kDos2Errno.EFAULT diff --git a/libc/sysv/consts/EFAULT.s b/libc/sysv/consts/EFAULT.s deleted file mode 100644 index cfd358111..000000000 --- a/libc/sysv/consts/EFAULT.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EFAULT,14,14,14,14,14,487 -.yoink kDos2Errno.EFAULT diff --git a/libc/sysv/consts/EFBIG.S b/libc/sysv/consts/EFBIG.S new file mode 100644 index 000000000..3ad3974a2 --- /dev/null +++ b/libc/sysv/consts/EFBIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EFBIG,27,27,27,27,27,223 diff --git a/libc/sysv/consts/EFBIG.s b/libc/sysv/consts/EFBIG.s deleted file mode 100644 index f18797b0a..000000000 --- a/libc/sysv/consts/EFBIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EFBIG,27,27,27,27,27,223 diff --git a/libc/sysv/consts/EFD_CLOEXEC.S b/libc/sysv/consts/EFD_CLOEXEC.S new file mode 100644 index 000000000..140b6538c --- /dev/null +++ b/libc/sysv/consts/EFD_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/EFD_CLOEXEC.s b/libc/sysv/consts/EFD_CLOEXEC.s deleted file mode 100644 index fa90be201..000000000 --- a/libc/sysv/consts/EFD_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/EFD_NONBLOCK.S b/libc/sysv/consts/EFD_NONBLOCK.S new file mode 100644 index 000000000..ff7c1178a --- /dev/null +++ b/libc/sysv/consts/EFD_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/EFD_NONBLOCK.s b/libc/sysv/consts/EFD_NONBLOCK.s deleted file mode 100644 index 7d9838c51..000000000 --- a/libc/sysv/consts/EFD_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/EFD_SEMAPHORE.S b/libc/sysv/consts/EFD_SEMAPHORE.S new file mode 100644 index 000000000..e3ee82964 --- /dev/null +++ b/libc/sysv/consts/EFD_SEMAPHORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EFD_SEMAPHORE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/EFD_SEMAPHORE.s b/libc/sysv/consts/EFD_SEMAPHORE.s deleted file mode 100644 index bd145a35f..000000000 --- a/libc/sysv/consts/EFD_SEMAPHORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EFD_SEMAPHORE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/EFTYPE.S b/libc/sysv/consts/EFTYPE.S new file mode 100644 index 000000000..81ed7d87f --- /dev/null +++ b/libc/sysv/consts/EFTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EFTYPE,305,79,79,79,79,222 diff --git a/libc/sysv/consts/EFTYPE.s b/libc/sysv/consts/EFTYPE.s deleted file mode 100644 index 1e6f58faf..000000000 --- a/libc/sysv/consts/EFTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EFTYPE,305,79,79,79,79,222 diff --git a/libc/sysv/consts/EHOSTDOWN.S b/libc/sysv/consts/EHOSTDOWN.S new file mode 100644 index 000000000..f754f9ea3 --- /dev/null +++ b/libc/sysv/consts/EHOSTDOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EHOSTDOWN,112,64,64,64,64,10064 diff --git a/libc/sysv/consts/EHOSTDOWN.s b/libc/sysv/consts/EHOSTDOWN.s deleted file mode 100644 index c87139ae6..000000000 --- a/libc/sysv/consts/EHOSTDOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EHOSTDOWN,112,64,64,64,64,10064 diff --git a/libc/sysv/consts/EHOSTUNREACH.S b/libc/sysv/consts/EHOSTUNREACH.S new file mode 100644 index 000000000..c9d580e9e --- /dev/null +++ b/libc/sysv/consts/EHOSTUNREACH.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EHOSTUNREACH,113,65,65,65,65,10065 +.yoink kDos2Errno.EHOSTUNREACH diff --git a/libc/sysv/consts/EHOSTUNREACH.s b/libc/sysv/consts/EHOSTUNREACH.s deleted file mode 100644 index 4bccf7461..000000000 --- a/libc/sysv/consts/EHOSTUNREACH.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EHOSTUNREACH,113,65,65,65,65,10065 -.yoink kDos2Errno.EHOSTUNREACH diff --git a/libc/sysv/consts/EHWPOISON.S b/libc/sysv/consts/EHWPOISON.S new file mode 100644 index 000000000..ad9ecdb7d --- /dev/null +++ b/libc/sysv/consts/EHWPOISON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EHWPOISON,133,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EHWPOISON.s b/libc/sysv/consts/EHWPOISON.s deleted file mode 100644 index df6d391d4..000000000 --- a/libc/sysv/consts/EHWPOISON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EHWPOISON,133,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EIDRM.S b/libc/sysv/consts/EIDRM.S new file mode 100644 index 000000000..8552865cc --- /dev/null +++ b/libc/sysv/consts/EIDRM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EIDRM,43,90,82,89,82,1287 diff --git a/libc/sysv/consts/EIDRM.s b/libc/sysv/consts/EIDRM.s deleted file mode 100644 index 89dc074fd..000000000 --- a/libc/sysv/consts/EIDRM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EIDRM,43,90,82,89,82,1287 diff --git a/libc/sysv/consts/EILSEQ.S b/libc/sysv/consts/EILSEQ.S new file mode 100644 index 000000000..ce00f63b8 --- /dev/null +++ b/libc/sysv/consts/EILSEQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EILSEQ,84,92,86,84,85,582 diff --git a/libc/sysv/consts/EILSEQ.s b/libc/sysv/consts/EILSEQ.s deleted file mode 100644 index bd3838539..000000000 --- a/libc/sysv/consts/EILSEQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EILSEQ,84,92,86,84,85,582 diff --git a/libc/sysv/consts/EINPROGRESS.S b/libc/sysv/consts/EINPROGRESS.S new file mode 100644 index 000000000..e11f3c3bd --- /dev/null +++ b/libc/sysv/consts/EINPROGRESS.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EINPROGRESS,115,36,36,36,36,10036 +.yoink kDos2Errno.EINPROGRESS diff --git a/libc/sysv/consts/EINPROGRESS.s b/libc/sysv/consts/EINPROGRESS.s deleted file mode 100644 index 4fec07922..000000000 --- a/libc/sysv/consts/EINPROGRESS.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EINPROGRESS,115,36,36,36,36,10036 -.yoink kDos2Errno.EINPROGRESS diff --git a/libc/sysv/consts/EINTR.S b/libc/sysv/consts/EINTR.S new file mode 100644 index 000000000..43470a5a8 --- /dev/null +++ b/libc/sysv/consts/EINTR.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EINTR,4,4,4,4,4,10004 +.yoink kDos2Errno.EINTR diff --git a/libc/sysv/consts/EINTR.s b/libc/sysv/consts/EINTR.s deleted file mode 100644 index c5df19d6e..000000000 --- a/libc/sysv/consts/EINTR.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EINTR,4,4,4,4,4,10004 -.yoink kDos2Errno.EINTR diff --git a/libc/sysv/consts/EINVAL.S b/libc/sysv/consts/EINVAL.S new file mode 100644 index 000000000..de1c2fa2f --- /dev/null +++ b/libc/sysv/consts/EINVAL.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EINVAL,22,22,22,22,22,87 +.yoink kDos2Errno.EINVAL diff --git a/libc/sysv/consts/EINVAL.s b/libc/sysv/consts/EINVAL.s deleted file mode 100644 index fb562f261..000000000 --- a/libc/sysv/consts/EINVAL.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EINVAL,22,22,22,22,22,87 -.yoink kDos2Errno.EINVAL diff --git a/libc/sysv/consts/EIO.S b/libc/sysv/consts/EIO.S new file mode 100644 index 000000000..bb19f45ac --- /dev/null +++ b/libc/sysv/consts/EIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EIO,5,5,5,5,5,1117 diff --git a/libc/sysv/consts/EIO.s b/libc/sysv/consts/EIO.s deleted file mode 100644 index 48a1f966a..000000000 --- a/libc/sysv/consts/EIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EIO,5,5,5,5,5,1117 diff --git a/libc/sysv/consts/EISCONN.S b/libc/sysv/consts/EISCONN.S new file mode 100644 index 000000000..aa3544687 --- /dev/null +++ b/libc/sysv/consts/EISCONN.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EISCONN,106,56,56,56,56,10056 +.yoink kDos2Errno.EISCONN diff --git a/libc/sysv/consts/EISCONN.s b/libc/sysv/consts/EISCONN.s deleted file mode 100644 index ec8bbb1d0..000000000 --- a/libc/sysv/consts/EISCONN.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EISCONN,106,56,56,56,56,10056 -.yoink kDos2Errno.EISCONN diff --git a/libc/sysv/consts/EISDIR.S b/libc/sysv/consts/EISDIR.S new file mode 100644 index 000000000..9487b97dd --- /dev/null +++ b/libc/sysv/consts/EISDIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EISDIR,21,21,21,21,21,267 diff --git a/libc/sysv/consts/EISDIR.s b/libc/sysv/consts/EISDIR.s deleted file mode 100644 index f8fbbfccd..000000000 --- a/libc/sysv/consts/EISDIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EISDIR,21,21,21,21,21,267 diff --git a/libc/sysv/consts/EISNAM.S b/libc/sysv/consts/EISNAM.S new file mode 100644 index 000000000..7e7ccc7cd --- /dev/null +++ b/libc/sysv/consts/EISNAM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EISNAM,120,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EISNAM.s b/libc/sysv/consts/EISNAM.s deleted file mode 100644 index 1cbfffb19..000000000 --- a/libc/sysv/consts/EISNAM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EISNAM,120,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYEXPIRED.S b/libc/sysv/consts/EKEYEXPIRED.S new file mode 100644 index 000000000..ab1662d8a --- /dev/null +++ b/libc/sysv/consts/EKEYEXPIRED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EKEYEXPIRED,127,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYEXPIRED.s b/libc/sysv/consts/EKEYEXPIRED.s deleted file mode 100644 index a02dac016..000000000 --- a/libc/sysv/consts/EKEYEXPIRED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EKEYEXPIRED,127,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYREJECTED.S b/libc/sysv/consts/EKEYREJECTED.S new file mode 100644 index 000000000..3e55264be --- /dev/null +++ b/libc/sysv/consts/EKEYREJECTED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EKEYREJECTED,129,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYREJECTED.s b/libc/sysv/consts/EKEYREJECTED.s deleted file mode 100644 index 2c353deef..000000000 --- a/libc/sysv/consts/EKEYREJECTED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EKEYREJECTED,129,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYREVOKED.S b/libc/sysv/consts/EKEYREVOKED.S new file mode 100644 index 000000000..9e0092dcb --- /dev/null +++ b/libc/sysv/consts/EKEYREVOKED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EKEYREVOKED,128,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EKEYREVOKED.s b/libc/sysv/consts/EKEYREVOKED.s deleted file mode 100644 index 59be76e70..000000000 --- a/libc/sysv/consts/EKEYREVOKED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EKEYREVOKED,128,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL2HLT.S b/libc/sysv/consts/EL2HLT.S new file mode 100644 index 000000000..c05441851 --- /dev/null +++ b/libc/sysv/consts/EL2HLT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EL2HLT,51,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL2HLT.s b/libc/sysv/consts/EL2HLT.s deleted file mode 100644 index 5a8cf2cc2..000000000 --- a/libc/sysv/consts/EL2HLT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EL2HLT,51,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL2NSYNC.S b/libc/sysv/consts/EL2NSYNC.S new file mode 100644 index 000000000..2d14b9d74 --- /dev/null +++ b/libc/sysv/consts/EL2NSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EL2NSYNC,45,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL2NSYNC.s b/libc/sysv/consts/EL2NSYNC.s deleted file mode 100644 index 2e1bf3583..000000000 --- a/libc/sysv/consts/EL2NSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EL2NSYNC,45,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL3HLT.S b/libc/sysv/consts/EL3HLT.S new file mode 100644 index 000000000..0565e0700 --- /dev/null +++ b/libc/sysv/consts/EL3HLT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EL3HLT,46,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL3HLT.s b/libc/sysv/consts/EL3HLT.s deleted file mode 100644 index 1bd1211fb..000000000 --- a/libc/sysv/consts/EL3HLT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EL3HLT,46,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL3RST.S b/libc/sysv/consts/EL3RST.S new file mode 100644 index 000000000..7499e873f --- /dev/null +++ b/libc/sysv/consts/EL3RST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EL3RST,47,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EL3RST.s b/libc/sysv/consts/EL3RST.s deleted file mode 100644 index f7c4c3d02..000000000 --- a/libc/sysv/consts/EL3RST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EL3RST,47,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELF_NGREG.S b/libc/sysv/consts/ELF_NGREG.S new file mode 100644 index 000000000..42e4fe0d3 --- /dev/null +++ b/libc/sysv/consts/ELF_NGREG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ELF_NGREG,27,0,0,0,0,0 diff --git a/libc/sysv/consts/ELF_NGREG.s b/libc/sysv/consts/ELF_NGREG.s deleted file mode 100644 index 7858b5c52..000000000 --- a/libc/sysv/consts/ELF_NGREG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ELF_NGREG,27,0,0,0,0,0 diff --git a/libc/sysv/consts/ELF_PRARGSZ.S b/libc/sysv/consts/ELF_PRARGSZ.S new file mode 100644 index 000000000..37583a070 --- /dev/null +++ b/libc/sysv/consts/ELF_PRARGSZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,ELF_PRARGSZ,80,0,0,0,0,0 diff --git a/libc/sysv/consts/ELF_PRARGSZ.s b/libc/sysv/consts/ELF_PRARGSZ.s deleted file mode 100644 index 0d471d0d1..000000000 --- a/libc/sysv/consts/ELF_PRARGSZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,ELF_PRARGSZ,80,0,0,0,0,0 diff --git a/libc/sysv/consts/ELIBACC.S b/libc/sysv/consts/ELIBACC.S new file mode 100644 index 000000000..05953b5a4 --- /dev/null +++ b/libc/sysv/consts/ELIBACC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELIBACC,79,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBACC.s b/libc/sysv/consts/ELIBACC.s deleted file mode 100644 index 5bd3cdd93..000000000 --- a/libc/sysv/consts/ELIBACC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELIBACC,79,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBBAD.S b/libc/sysv/consts/ELIBBAD.S new file mode 100644 index 000000000..fb0c801de --- /dev/null +++ b/libc/sysv/consts/ELIBBAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELIBBAD,80,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBBAD.s b/libc/sysv/consts/ELIBBAD.s deleted file mode 100644 index f670ad514..000000000 --- a/libc/sysv/consts/ELIBBAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELIBBAD,80,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBEXEC.S b/libc/sysv/consts/ELIBEXEC.S new file mode 100644 index 000000000..71927496c --- /dev/null +++ b/libc/sysv/consts/ELIBEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELIBEXEC,83,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBEXEC.s b/libc/sysv/consts/ELIBEXEC.s deleted file mode 100644 index d0bddc3ec..000000000 --- a/libc/sysv/consts/ELIBEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELIBEXEC,83,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBMAX.S b/libc/sysv/consts/ELIBMAX.S new file mode 100644 index 000000000..0341b8776 --- /dev/null +++ b/libc/sysv/consts/ELIBMAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELIBMAX,82,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBMAX.s b/libc/sysv/consts/ELIBMAX.s deleted file mode 100644 index 107e64053..000000000 --- a/libc/sysv/consts/ELIBMAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELIBMAX,82,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBSCN.S b/libc/sysv/consts/ELIBSCN.S new file mode 100644 index 000000000..80d38c286 --- /dev/null +++ b/libc/sysv/consts/ELIBSCN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELIBSCN,81,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELIBSCN.s b/libc/sysv/consts/ELIBSCN.s deleted file mode 100644 index ad0cf33ed..000000000 --- a/libc/sysv/consts/ELIBSCN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELIBSCN,81,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELNRNG.S b/libc/sysv/consts/ELNRNG.S new file mode 100644 index 000000000..4e62eb92c --- /dev/null +++ b/libc/sysv/consts/ELNRNG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ELNRNG,48,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELNRNG.s b/libc/sysv/consts/ELNRNG.s deleted file mode 100644 index 88d4ecbca..000000000 --- a/libc/sysv/consts/ELNRNG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ELNRNG,48,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ELOOP.S b/libc/sysv/consts/ELOOP.S new file mode 100644 index 000000000..1d60cff21 --- /dev/null +++ b/libc/sysv/consts/ELOOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ELOOP,40,62,62,62,62,1921 diff --git a/libc/sysv/consts/ELOOP.s b/libc/sysv/consts/ELOOP.s deleted file mode 100644 index ede118591..000000000 --- a/libc/sysv/consts/ELOOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ELOOP,40,62,62,62,62,1921 diff --git a/libc/sysv/consts/EMEDIUMTYPE.S b/libc/sysv/consts/EMEDIUMTYPE.S new file mode 100644 index 000000000..e2397891f --- /dev/null +++ b/libc/sysv/consts/EMEDIUMTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EMEDIUMTYPE,124,0,0,86,0,0 diff --git a/libc/sysv/consts/EMEDIUMTYPE.s b/libc/sysv/consts/EMEDIUMTYPE.s deleted file mode 100644 index 0fdd4cd3d..000000000 --- a/libc/sysv/consts/EMEDIUMTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EMEDIUMTYPE,124,0,0,86,0,0 diff --git a/libc/sysv/consts/EMFILE.S b/libc/sysv/consts/EMFILE.S new file mode 100644 index 000000000..cf15a0d89 --- /dev/null +++ b/libc/sysv/consts/EMFILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EMFILE,24,24,24,24,24,4 diff --git a/libc/sysv/consts/EMFILE.s b/libc/sysv/consts/EMFILE.s deleted file mode 100644 index 3d3d11054..000000000 --- a/libc/sysv/consts/EMFILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EMFILE,24,24,24,24,24,4 diff --git a/libc/sysv/consts/EMLINK.S b/libc/sysv/consts/EMLINK.S new file mode 100644 index 000000000..7279d4329 --- /dev/null +++ b/libc/sysv/consts/EMLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EMLINK,31,31,31,31,31,1142 diff --git a/libc/sysv/consts/EMLINK.s b/libc/sysv/consts/EMLINK.s deleted file mode 100644 index 274d026f9..000000000 --- a/libc/sysv/consts/EMLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EMLINK,31,31,31,31,31,1142 diff --git a/libc/sysv/consts/EMPTY.S b/libc/sysv/consts/EMPTY.S new file mode 100644 index 000000000..5a9295f00 --- /dev/null +++ b/libc/sysv/consts/EMPTY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,EMPTY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/EMPTY.s b/libc/sysv/consts/EMPTY.s deleted file mode 100644 index 33eb18fca..000000000 --- a/libc/sysv/consts/EMPTY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,EMPTY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/EMSGSIZE.S b/libc/sysv/consts/EMSGSIZE.S new file mode 100644 index 000000000..766821c18 --- /dev/null +++ b/libc/sysv/consts/EMSGSIZE.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EMSGSIZE,90,40,40,40,40,10040 +.yoink kDos2Errno.EMSGSIZE diff --git a/libc/sysv/consts/EMSGSIZE.s b/libc/sysv/consts/EMSGSIZE.s deleted file mode 100644 index da41c40d8..000000000 --- a/libc/sysv/consts/EMSGSIZE.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EMSGSIZE,90,40,40,40,40,10040 -.yoink kDos2Errno.EMSGSIZE diff --git a/libc/sysv/consts/EMULTIHOP.S b/libc/sysv/consts/EMULTIHOP.S new file mode 100644 index 000000000..434e78754 --- /dev/null +++ b/libc/sysv/consts/EMULTIHOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EMULTIHOP,72,95,90,0,94,0 diff --git a/libc/sysv/consts/EMULTIHOP.s b/libc/sysv/consts/EMULTIHOP.s deleted file mode 100644 index a9a16b933..000000000 --- a/libc/sysv/consts/EMULTIHOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EMULTIHOP,72,95,90,0,94,0 diff --git a/libc/sysv/consts/EM_ALTERA_NIOS2.S b/libc/sysv/consts/EM_ALTERA_NIOS2.S new file mode 100644 index 000000000..23388e414 --- /dev/null +++ b/libc/sysv/consts/EM_ALTERA_NIOS2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EM_ALTERA_NIOS2,113,0,0,0,0,0 diff --git a/libc/sysv/consts/EM_ALTERA_NIOS2.s b/libc/sysv/consts/EM_ALTERA_NIOS2.s deleted file mode 100644 index 1380c4a15..000000000 --- a/libc/sysv/consts/EM_ALTERA_NIOS2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EM_ALTERA_NIOS2,113,0,0,0,0,0 diff --git a/libc/sysv/consts/EM_LATTICEMICO32.S b/libc/sysv/consts/EM_LATTICEMICO32.S new file mode 100644 index 000000000..1ea67aa09 --- /dev/null +++ b/libc/sysv/consts/EM_LATTICEMICO32.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EM_LATTICEMICO32,138,0,0,0,0,0 diff --git a/libc/sysv/consts/EM_LATTICEMICO32.s b/libc/sysv/consts/EM_LATTICEMICO32.s deleted file mode 100644 index fa44949cb..000000000 --- a/libc/sysv/consts/EM_LATTICEMICO32.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EM_LATTICEMICO32,138,0,0,0,0,0 diff --git a/libc/sysv/consts/ENAMETOOLONG.S b/libc/sysv/consts/ENAMETOOLONG.S new file mode 100644 index 000000000..02d062d97 --- /dev/null +++ b/libc/sysv/consts/ENAMETOOLONG.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENAMETOOLONG,36,63,63,63,63,10063 +.yoink kDos2Errno.ENAMETOOLONG diff --git a/libc/sysv/consts/ENAMETOOLONG.s b/libc/sysv/consts/ENAMETOOLONG.s deleted file mode 100644 index d06bd106b..000000000 --- a/libc/sysv/consts/ENAMETOOLONG.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENAMETOOLONG,36,63,63,63,63,10063 -.yoink kDos2Errno.ENAMETOOLONG diff --git a/libc/sysv/consts/ENAVAIL.S b/libc/sysv/consts/ENAVAIL.S new file mode 100644 index 000000000..7dc54e47a --- /dev/null +++ b/libc/sysv/consts/ENAVAIL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENAVAIL,119,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENAVAIL.s b/libc/sysv/consts/ENAVAIL.s deleted file mode 100644 index 602c07cf7..000000000 --- a/libc/sysv/consts/ENAVAIL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENAVAIL,119,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENDRUNDISC.S b/libc/sysv/consts/ENDRUNDISC.S new file mode 100644 index 000000000..20dfae40c --- /dev/null +++ b/libc/sysv/consts/ENDRUNDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ENDRUNDISC,0,0,0,0x9,0x9,0 diff --git a/libc/sysv/consts/ENDRUNDISC.s b/libc/sysv/consts/ENDRUNDISC.s deleted file mode 100644 index e380bf89e..000000000 --- a/libc/sysv/consts/ENDRUNDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ENDRUNDISC,0,0,0,0x9,0x9,0 diff --git a/libc/sysv/consts/ENEEDAUTH.S b/libc/sysv/consts/ENEEDAUTH.S new file mode 100644 index 000000000..2bf19dcf9 --- /dev/null +++ b/libc/sysv/consts/ENEEDAUTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENEEDAUTH,307,81,81,81,81,224 diff --git a/libc/sysv/consts/ENEEDAUTH.s b/libc/sysv/consts/ENEEDAUTH.s deleted file mode 100644 index 09bad1db5..000000000 --- a/libc/sysv/consts/ENEEDAUTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENEEDAUTH,307,81,81,81,81,224 diff --git a/libc/sysv/consts/ENETDOWN.S b/libc/sysv/consts/ENETDOWN.S new file mode 100644 index 000000000..a9ec6b3e4 --- /dev/null +++ b/libc/sysv/consts/ENETDOWN.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENETDOWN,100,50,50,50,50,10050 +.yoink kDos2Errno.ENETDOWN diff --git a/libc/sysv/consts/ENETDOWN.s b/libc/sysv/consts/ENETDOWN.s deleted file mode 100644 index a33ce04c8..000000000 --- a/libc/sysv/consts/ENETDOWN.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENETDOWN,100,50,50,50,50,10050 -.yoink kDos2Errno.ENETDOWN diff --git a/libc/sysv/consts/ENETRESET.S b/libc/sysv/consts/ENETRESET.S new file mode 100644 index 000000000..b143aaf05 --- /dev/null +++ b/libc/sysv/consts/ENETRESET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENETRESET,102,52,52,52,52,10052 diff --git a/libc/sysv/consts/ENETRESET.s b/libc/sysv/consts/ENETRESET.s deleted file mode 100644 index 6e46e1982..000000000 --- a/libc/sysv/consts/ENETRESET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENETRESET,102,52,52,52,52,10052 diff --git a/libc/sysv/consts/ENETUNREACH.S b/libc/sysv/consts/ENETUNREACH.S new file mode 100644 index 000000000..7e07adfd3 --- /dev/null +++ b/libc/sysv/consts/ENETUNREACH.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENETUNREACH,101,51,51,51,51,10051 +.yoink kDos2Errno.ENETUNREACH diff --git a/libc/sysv/consts/ENETUNREACH.s b/libc/sysv/consts/ENETUNREACH.s deleted file mode 100644 index 51df610ff..000000000 --- a/libc/sysv/consts/ENETUNREACH.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENETUNREACH,101,51,51,51,51,10051 -.yoink kDos2Errno.ENETUNREACH diff --git a/libc/sysv/consts/ENFILE.S b/libc/sysv/consts/ENFILE.S new file mode 100644 index 000000000..7e301a421 --- /dev/null +++ b/libc/sysv/consts/ENFILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENFILE,23,23,23,23,23,331 diff --git a/libc/sysv/consts/ENFILE.s b/libc/sysv/consts/ENFILE.s deleted file mode 100644 index e6b3cf0db..000000000 --- a/libc/sysv/consts/ENFILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENFILE,23,23,23,23,23,331 diff --git a/libc/sysv/consts/ENOANO.S b/libc/sysv/consts/ENOANO.S new file mode 100644 index 000000000..a1ebdc99d --- /dev/null +++ b/libc/sysv/consts/ENOANO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOANO,55,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOANO.s b/libc/sysv/consts/ENOANO.s deleted file mode 100644 index 3f5da5dec..000000000 --- a/libc/sysv/consts/ENOANO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOANO,55,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOATTR.S b/libc/sysv/consts/ENOATTR.S new file mode 100644 index 000000000..edc1d9e17 --- /dev/null +++ b/libc/sysv/consts/ENOATTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOATTR,309,93,87,83,93,117 diff --git a/libc/sysv/consts/ENOATTR.s b/libc/sysv/consts/ENOATTR.s deleted file mode 100644 index 55bf0f57e..000000000 --- a/libc/sysv/consts/ENOATTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOATTR,309,93,87,83,93,117 diff --git a/libc/sysv/consts/ENOBUFS.S b/libc/sysv/consts/ENOBUFS.S new file mode 100644 index 000000000..c366d39ca --- /dev/null +++ b/libc/sysv/consts/ENOBUFS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOBUFS,105,55,55,55,55,10055 diff --git a/libc/sysv/consts/ENOBUFS.s b/libc/sysv/consts/ENOBUFS.s deleted file mode 100644 index b5b55622b..000000000 --- a/libc/sysv/consts/ENOBUFS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOBUFS,105,55,55,55,55,10055 diff --git a/libc/sysv/consts/ENOCSI.S b/libc/sysv/consts/ENOCSI.S new file mode 100644 index 000000000..704514df0 --- /dev/null +++ b/libc/sysv/consts/ENOCSI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOCSI,50,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOCSI.s b/libc/sysv/consts/ENOCSI.s deleted file mode 100644 index f1f6feb08..000000000 --- a/libc/sysv/consts/ENOCSI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOCSI,50,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENODATA.S b/libc/sysv/consts/ENODATA.S new file mode 100644 index 000000000..0fd7a9733 --- /dev/null +++ b/libc/sysv/consts/ENODATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENODATA,61,96,0,0,89,232 diff --git a/libc/sysv/consts/ENODATA.s b/libc/sysv/consts/ENODATA.s deleted file mode 100644 index d15584c71..000000000 --- a/libc/sysv/consts/ENODATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENODATA,61,96,0,0,89,232 diff --git a/libc/sysv/consts/ENODEV.S b/libc/sysv/consts/ENODEV.S new file mode 100644 index 000000000..368c2a2e2 --- /dev/null +++ b/libc/sysv/consts/ENODEV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENODEV,19,19,19,19,19,1200 diff --git a/libc/sysv/consts/ENODEV.s b/libc/sysv/consts/ENODEV.s deleted file mode 100644 index c3be203a5..000000000 --- a/libc/sysv/consts/ENODEV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENODEV,19,19,19,19,19,1200 diff --git a/libc/sysv/consts/ENOENT.S b/libc/sysv/consts/ENOENT.S new file mode 100644 index 000000000..838268d18 --- /dev/null +++ b/libc/sysv/consts/ENOENT.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOENT,2,2,2,2,2,2 +.yoink kDos2Errno.ENOENT diff --git a/libc/sysv/consts/ENOENT.s b/libc/sysv/consts/ENOENT.s deleted file mode 100644 index 2344662ca..000000000 --- a/libc/sysv/consts/ENOENT.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOENT,2,2,2,2,2,2 -.yoink kDos2Errno.ENOENT diff --git a/libc/sysv/consts/ENOEXEC.S b/libc/sysv/consts/ENOEXEC.S new file mode 100644 index 000000000..c2c6e856a --- /dev/null +++ b/libc/sysv/consts/ENOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOEXEC,8,8,8,8,8,193 diff --git a/libc/sysv/consts/ENOEXEC.s b/libc/sysv/consts/ENOEXEC.s deleted file mode 100644 index cb16e668a..000000000 --- a/libc/sysv/consts/ENOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOEXEC,8,8,8,8,8,193 diff --git a/libc/sysv/consts/ENOKEY.S b/libc/sysv/consts/ENOKEY.S new file mode 100644 index 000000000..11664a64b --- /dev/null +++ b/libc/sysv/consts/ENOKEY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOKEY,126,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOKEY.s b/libc/sysv/consts/ENOKEY.s deleted file mode 100644 index f80902a4b..000000000 --- a/libc/sysv/consts/ENOKEY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOKEY,126,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOLCK.S b/libc/sysv/consts/ENOLCK.S new file mode 100644 index 000000000..e5dc857f0 --- /dev/null +++ b/libc/sysv/consts/ENOLCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOLCK,37,77,77,77,77,158 diff --git a/libc/sysv/consts/ENOLCK.s b/libc/sysv/consts/ENOLCK.s deleted file mode 100644 index 9686bd637..000000000 --- a/libc/sysv/consts/ENOLCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOLCK,37,77,77,77,77,158 diff --git a/libc/sysv/consts/ENOLINK.S b/libc/sysv/consts/ENOLINK.S new file mode 100644 index 000000000..875ea6b1b --- /dev/null +++ b/libc/sysv/consts/ENOLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOLINK,67,97,91,0,95,0 diff --git a/libc/sysv/consts/ENOLINK.s b/libc/sysv/consts/ENOLINK.s deleted file mode 100644 index de89c95c5..000000000 --- a/libc/sysv/consts/ENOLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOLINK,67,97,91,0,95,0 diff --git a/libc/sysv/consts/ENOMEDIUM.S b/libc/sysv/consts/ENOMEDIUM.S new file mode 100644 index 000000000..e7125df4b --- /dev/null +++ b/libc/sysv/consts/ENOMEDIUM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOMEDIUM,123,0,0,85,0,0 diff --git a/libc/sysv/consts/ENOMEDIUM.s b/libc/sysv/consts/ENOMEDIUM.s deleted file mode 100644 index e4dd94617..000000000 --- a/libc/sysv/consts/ENOMEDIUM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOMEDIUM,123,0,0,85,0,0 diff --git a/libc/sysv/consts/ENOMEM.S b/libc/sysv/consts/ENOMEM.S new file mode 100644 index 000000000..0d43a0da7 --- /dev/null +++ b/libc/sysv/consts/ENOMEM.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOMEM,12,12,12,12,12,14 +.yoink kDos2Errno.ENOMEM diff --git a/libc/sysv/consts/ENOMEM.s b/libc/sysv/consts/ENOMEM.s deleted file mode 100644 index d83dba57d..000000000 --- a/libc/sysv/consts/ENOMEM.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOMEM,12,12,12,12,12,14 -.yoink kDos2Errno.ENOMEM diff --git a/libc/sysv/consts/ENOMSG.S b/libc/sysv/consts/ENOMSG.S new file mode 100644 index 000000000..1eb0031c5 --- /dev/null +++ b/libc/sysv/consts/ENOMSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOMSG,42,91,83,90,83,4306 diff --git a/libc/sysv/consts/ENOMSG.s b/libc/sysv/consts/ENOMSG.s deleted file mode 100644 index f456a859d..000000000 --- a/libc/sysv/consts/ENOMSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOMSG,42,91,83,90,83,4306 diff --git a/libc/sysv/consts/ENONET.S b/libc/sysv/consts/ENONET.S new file mode 100644 index 000000000..51237fd49 --- /dev/null +++ b/libc/sysv/consts/ENONET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENONET,64,317,317,317,317,0 diff --git a/libc/sysv/consts/ENONET.s b/libc/sysv/consts/ENONET.s deleted file mode 100644 index 0adc68865..000000000 --- a/libc/sysv/consts/ENONET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENONET,64,317,317,317,317,0 diff --git a/libc/sysv/consts/ENOPKG.S b/libc/sysv/consts/ENOPKG.S new file mode 100644 index 000000000..245ad898f --- /dev/null +++ b/libc/sysv/consts/ENOPKG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOPKG,65,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOPKG.s b/libc/sysv/consts/ENOPKG.s deleted file mode 100644 index 003b171c0..000000000 --- a/libc/sysv/consts/ENOPKG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOPKG,65,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOPOLICY.S b/libc/sysv/consts/ENOPOLICY.S new file mode 100644 index 000000000..c460245d0 --- /dev/null +++ b/libc/sysv/consts/ENOPOLICY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOPOLICY,316,103,316,316,316,0 diff --git a/libc/sysv/consts/ENOPOLICY.s b/libc/sysv/consts/ENOPOLICY.s deleted file mode 100644 index a4fe4ae6a..000000000 --- a/libc/sysv/consts/ENOPOLICY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOPOLICY,316,103,316,316,316,0 diff --git a/libc/sysv/consts/ENOPROTOOPT.S b/libc/sysv/consts/ENOPROTOOPT.S new file mode 100644 index 000000000..1ba684676 --- /dev/null +++ b/libc/sysv/consts/ENOPROTOOPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOPROTOOPT,92,42,42,42,42,10042 diff --git a/libc/sysv/consts/ENOPROTOOPT.s b/libc/sysv/consts/ENOPROTOOPT.s deleted file mode 100644 index e573736d5..000000000 --- a/libc/sysv/consts/ENOPROTOOPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOPROTOOPT,92,42,42,42,42,10042 diff --git a/libc/sysv/consts/ENOSPC.S b/libc/sysv/consts/ENOSPC.S new file mode 100644 index 000000000..3d483e64e --- /dev/null +++ b/libc/sysv/consts/ENOSPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOSPC,28,28,28,28,28,39 diff --git a/libc/sysv/consts/ENOSPC.s b/libc/sysv/consts/ENOSPC.s deleted file mode 100644 index 392ff1bec..000000000 --- a/libc/sysv/consts/ENOSPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOSPC,28,28,28,28,28,39 diff --git a/libc/sysv/consts/ENOSR.S b/libc/sysv/consts/ENOSR.S new file mode 100644 index 000000000..6dde58df3 --- /dev/null +++ b/libc/sysv/consts/ENOSR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOSR,63,98,0,90,90,0 diff --git a/libc/sysv/consts/ENOSR.s b/libc/sysv/consts/ENOSR.s deleted file mode 100644 index 744c6da49..000000000 --- a/libc/sysv/consts/ENOSR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOSR,63,98,0,90,90,0 diff --git a/libc/sysv/consts/ENOSTR.S b/libc/sysv/consts/ENOSTR.S new file mode 100644 index 000000000..749624fa4 --- /dev/null +++ b/libc/sysv/consts/ENOSTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOSTR,60,99,0,0,91,0 diff --git a/libc/sysv/consts/ENOSTR.s b/libc/sysv/consts/ENOSTR.s deleted file mode 100644 index af985f153..000000000 --- a/libc/sysv/consts/ENOSTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOSTR,60,99,0,0,91,0 diff --git a/libc/sysv/consts/ENOSYS.S b/libc/sysv/consts/ENOSYS.S new file mode 100644 index 000000000..0952d33d1 --- /dev/null +++ b/libc/sysv/consts/ENOSYS.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOSYS,38,78,78,78,78,1 +.yoink kDos2Errno.ENOSYS diff --git a/libc/sysv/consts/ENOSYS.s b/libc/sysv/consts/ENOSYS.s deleted file mode 100644 index 046d38577..000000000 --- a/libc/sysv/consts/ENOSYS.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOSYS,38,78,78,78,78,1 -.yoink kDos2Errno.ENOSYS diff --git a/libc/sysv/consts/ENOTBLK.S b/libc/sysv/consts/ENOTBLK.S new file mode 100644 index 000000000..42435bf1c --- /dev/null +++ b/libc/sysv/consts/ENOTBLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTBLK,15,15,15,15,15,26 diff --git a/libc/sysv/consts/ENOTBLK.s b/libc/sysv/consts/ENOTBLK.s deleted file mode 100644 index 503ff9e85..000000000 --- a/libc/sysv/consts/ENOTBLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTBLK,15,15,15,15,15,26 diff --git a/libc/sysv/consts/ENOTCONN.S b/libc/sysv/consts/ENOTCONN.S new file mode 100644 index 000000000..82dfb5b2e --- /dev/null +++ b/libc/sysv/consts/ENOTCONN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTCONN,107,57,57,57,57,10057 diff --git a/libc/sysv/consts/ENOTCONN.s b/libc/sysv/consts/ENOTCONN.s deleted file mode 100644 index ce83288ae..000000000 --- a/libc/sysv/consts/ENOTCONN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTCONN,107,57,57,57,57,10057 diff --git a/libc/sysv/consts/ENOTDIR.S b/libc/sysv/consts/ENOTDIR.S new file mode 100644 index 000000000..96d44c374 --- /dev/null +++ b/libc/sysv/consts/ENOTDIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTDIR,20,20,20,20,20,3 diff --git a/libc/sysv/consts/ENOTDIR.s b/libc/sysv/consts/ENOTDIR.s deleted file mode 100644 index 448256907..000000000 --- a/libc/sysv/consts/ENOTDIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTDIR,20,20,20,20,20,3 diff --git a/libc/sysv/consts/ENOTEMPTY.S b/libc/sysv/consts/ENOTEMPTY.S new file mode 100644 index 000000000..ee3a28a6d --- /dev/null +++ b/libc/sysv/consts/ENOTEMPTY.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTEMPTY,39,66,66,66,66,145 +.yoink kDos2Errno.ENOTEMPTY diff --git a/libc/sysv/consts/ENOTEMPTY.s b/libc/sysv/consts/ENOTEMPTY.s deleted file mode 100644 index 2005367a8..000000000 --- a/libc/sysv/consts/ENOTEMPTY.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTEMPTY,39,66,66,66,66,145 -.yoink kDos2Errno.ENOTEMPTY diff --git a/libc/sysv/consts/ENOTNAM.S b/libc/sysv/consts/ENOTNAM.S new file mode 100644 index 000000000..ab3efc1cc --- /dev/null +++ b/libc/sysv/consts/ENOTNAM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOTNAM,118,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOTNAM.s b/libc/sysv/consts/ENOTNAM.s deleted file mode 100644 index eed775c7c..000000000 --- a/libc/sysv/consts/ENOTNAM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOTNAM,118,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOTRECOVERABLE.S b/libc/sysv/consts/ENOTRECOVERABLE.S new file mode 100644 index 000000000..2a10e41e0 --- /dev/null +++ b/libc/sysv/consts/ENOTRECOVERABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTRECOVERABLE,131,104,95,93,98,0 diff --git a/libc/sysv/consts/ENOTRECOVERABLE.s b/libc/sysv/consts/ENOTRECOVERABLE.s deleted file mode 100644 index bc83c32e2..000000000 --- a/libc/sysv/consts/ENOTRECOVERABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTRECOVERABLE,131,104,95,93,98,0 diff --git a/libc/sysv/consts/ENOTSOCK.S b/libc/sysv/consts/ENOTSOCK.S new file mode 100644 index 000000000..9c302f5e9 --- /dev/null +++ b/libc/sysv/consts/ENOTSOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTSOCK,88,38,38,38,38,10038 diff --git a/libc/sysv/consts/ENOTSOCK.s b/libc/sysv/consts/ENOTSOCK.s deleted file mode 100644 index 5939a3bae..000000000 --- a/libc/sysv/consts/ENOTSOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTSOCK,88,38,38,38,38,10038 diff --git a/libc/sysv/consts/ENOTSUP.S b/libc/sysv/consts/ENOTSUP.S new file mode 100644 index 000000000..7dbcb443a --- /dev/null +++ b/libc/sysv/consts/ENOTSUP.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTSUP,95,45,45,91,86,10045 +.yoink kDos2Errno.ENOTSUP diff --git a/libc/sysv/consts/ENOTSUP.s b/libc/sysv/consts/ENOTSUP.s deleted file mode 100644 index 41c63cb9e..000000000 --- a/libc/sysv/consts/ENOTSUP.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTSUP,95,45,45,91,86,10045 -.yoink kDos2Errno.ENOTSUP diff --git a/libc/sysv/consts/ENOTTY.S b/libc/sysv/consts/ENOTTY.S new file mode 100644 index 000000000..dc18782e8 --- /dev/null +++ b/libc/sysv/consts/ENOTTY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENOTTY,25,25,25,25,25,1118 diff --git a/libc/sysv/consts/ENOTTY.s b/libc/sysv/consts/ENOTTY.s deleted file mode 100644 index 1eabfc080..000000000 --- a/libc/sysv/consts/ENOTTY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENOTTY,25,25,25,25,25,1118 diff --git a/libc/sysv/consts/ENOTUNIQ.S b/libc/sysv/consts/ENOTUNIQ.S new file mode 100644 index 000000000..91fed5d0e --- /dev/null +++ b/libc/sysv/consts/ENOTUNIQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ENOTUNIQ,76,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENOTUNIQ.s b/libc/sysv/consts/ENOTUNIQ.s deleted file mode 100644 index e86d994b9..000000000 --- a/libc/sysv/consts/ENOTUNIQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ENOTUNIQ,76,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ENXIO.S b/libc/sysv/consts/ENXIO.S new file mode 100644 index 000000000..0382322b3 --- /dev/null +++ b/libc/sysv/consts/ENXIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ENXIO,6,6,6,6,6,1112 diff --git a/libc/sysv/consts/ENXIO.s b/libc/sysv/consts/ENXIO.s deleted file mode 100644 index 81f0bd882..000000000 --- a/libc/sysv/consts/ENXIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ENXIO,6,6,6,6,6,1112 diff --git a/libc/sysv/consts/EOPNOTSUPP.S b/libc/sysv/consts/EOPNOTSUPP.S new file mode 100644 index 000000000..dc9a2e8ec --- /dev/null +++ b/libc/sysv/consts/EOPNOTSUPP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EOPNOTSUPP,95,102,45,45,45,10045 diff --git a/libc/sysv/consts/EOPNOTSUPP.s b/libc/sysv/consts/EOPNOTSUPP.s deleted file mode 100644 index c49333557..000000000 --- a/libc/sysv/consts/EOPNOTSUPP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EOPNOTSUPP,95,102,45,45,45,10045 diff --git a/libc/sysv/consts/EOVERFLOW.S b/libc/sysv/consts/EOVERFLOW.S new file mode 100644 index 000000000..ba04a22fb --- /dev/null +++ b/libc/sysv/consts/EOVERFLOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EOVERFLOW,75,84,84,87,84,534 diff --git a/libc/sysv/consts/EOVERFLOW.s b/libc/sysv/consts/EOVERFLOW.s deleted file mode 100644 index efa709cfa..000000000 --- a/libc/sysv/consts/EOVERFLOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EOVERFLOW,75,84,84,87,84,534 diff --git a/libc/sysv/consts/EOWNERDEAD.S b/libc/sysv/consts/EOWNERDEAD.S new file mode 100644 index 000000000..4729b40ff --- /dev/null +++ b/libc/sysv/consts/EOWNERDEAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EOWNERDEAD,130,105,96,94,97,105 diff --git a/libc/sysv/consts/EOWNERDEAD.s b/libc/sysv/consts/EOWNERDEAD.s deleted file mode 100644 index a8b4413bb..000000000 --- a/libc/sysv/consts/EOWNERDEAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EOWNERDEAD,130,105,96,94,97,105 diff --git a/libc/sysv/consts/EPERM.S b/libc/sysv/consts/EPERM.S new file mode 100644 index 000000000..dd7caf3dc --- /dev/null +++ b/libc/sysv/consts/EPERM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPERM,1,1,1,1,1,12 diff --git a/libc/sysv/consts/EPERM.s b/libc/sysv/consts/EPERM.s deleted file mode 100644 index 38051309d..000000000 --- a/libc/sysv/consts/EPERM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPERM,1,1,1,1,1,12 diff --git a/libc/sysv/consts/EPFNOSUPPORT.S b/libc/sysv/consts/EPFNOSUPPORT.S new file mode 100644 index 000000000..cd75b77bb --- /dev/null +++ b/libc/sysv/consts/EPFNOSUPPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPFNOSUPPORT,96,46,46,46,46,10046 diff --git a/libc/sysv/consts/EPFNOSUPPORT.s b/libc/sysv/consts/EPFNOSUPPORT.s deleted file mode 100644 index e234ea84d..000000000 --- a/libc/sysv/consts/EPFNOSUPPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPFNOSUPPORT,96,46,46,46,46,10046 diff --git a/libc/sysv/consts/EPIPE.S b/libc/sysv/consts/EPIPE.S new file mode 100644 index 000000000..159ffd228 --- /dev/null +++ b/libc/sysv/consts/EPIPE.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPIPE,32,32,32,32,32,109 +.yoink kDos2Errno.EPIPE diff --git a/libc/sysv/consts/EPIPE.s b/libc/sysv/consts/EPIPE.s deleted file mode 100644 index f4e66907a..000000000 --- a/libc/sysv/consts/EPIPE.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPIPE,32,32,32,32,32,109 -.yoink kDos2Errno.EPIPE diff --git a/libc/sysv/consts/EPOLLERR.S b/libc/sysv/consts/EPOLLERR.S new file mode 100644 index 000000000..20216e3b7 --- /dev/null +++ b/libc/sysv/consts/EPOLLERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLERR,8,8,8,8,8,8 diff --git a/libc/sysv/consts/EPOLLERR.s b/libc/sysv/consts/EPOLLERR.s deleted file mode 100644 index 19f9a5b1b..000000000 --- a/libc/sysv/consts/EPOLLERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLERR,8,8,8,8,8,8 diff --git a/libc/sysv/consts/EPOLLET.S b/libc/sysv/consts/EPOLLET.S new file mode 100644 index 000000000..f7400eb57 --- /dev/null +++ b/libc/sysv/consts/EPOLLET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLET,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/EPOLLET.s b/libc/sysv/consts/EPOLLET.s deleted file mode 100644 index 70dadbd39..000000000 --- a/libc/sysv/consts/EPOLLET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLET,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/EPOLLEXCLUSIVE.S b/libc/sysv/consts/EPOLLEXCLUSIVE.S new file mode 100644 index 000000000..a8fd7ae3a --- /dev/null +++ b/libc/sysv/consts/EPOLLEXCLUSIVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLEXCLUSIVE,0x10000000,0x10000000,0x10000000,0x10000000,0x10000000,0x10000000 diff --git a/libc/sysv/consts/EPOLLEXCLUSIVE.s b/libc/sysv/consts/EPOLLEXCLUSIVE.s deleted file mode 100644 index f6ea93535..000000000 --- a/libc/sysv/consts/EPOLLEXCLUSIVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLEXCLUSIVE,0x10000000,0x10000000,0x10000000,0x10000000,0x10000000,0x10000000 diff --git a/libc/sysv/consts/EPOLLHUP.S b/libc/sysv/consts/EPOLLHUP.S new file mode 100644 index 000000000..e69374dfc --- /dev/null +++ b/libc/sysv/consts/EPOLLHUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLHUP,0x10,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/EPOLLHUP.s b/libc/sysv/consts/EPOLLHUP.s deleted file mode 100644 index 40af65779..000000000 --- a/libc/sysv/consts/EPOLLHUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLHUP,0x10,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/EPOLLIN.S b/libc/sysv/consts/EPOLLIN.S new file mode 100644 index 000000000..d40f86ca3 --- /dev/null +++ b/libc/sysv/consts/EPOLLIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/EPOLLIN.s b/libc/sysv/consts/EPOLLIN.s deleted file mode 100644 index a96241aa5..000000000 --- a/libc/sysv/consts/EPOLLIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/EPOLLMSG.S b/libc/sysv/consts/EPOLLMSG.S new file mode 100644 index 000000000..23f104cc2 --- /dev/null +++ b/libc/sysv/consts/EPOLLMSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLMSG,0x0400,0x0400,0x0400,0x0400,0x0400,0x0400 diff --git a/libc/sysv/consts/EPOLLMSG.s b/libc/sysv/consts/EPOLLMSG.s deleted file mode 100644 index 1ae0beb24..000000000 --- a/libc/sysv/consts/EPOLLMSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLMSG,0x0400,0x0400,0x0400,0x0400,0x0400,0x0400 diff --git a/libc/sysv/consts/EPOLLONESHOT.S b/libc/sysv/consts/EPOLLONESHOT.S new file mode 100644 index 000000000..7422a86e0 --- /dev/null +++ b/libc/sysv/consts/EPOLLONESHOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLONESHOT,0x40000000,0x40000000,0x40000000,0x40000000,0x40000000,0x40000000 diff --git a/libc/sysv/consts/EPOLLONESHOT.s b/libc/sysv/consts/EPOLLONESHOT.s deleted file mode 100644 index 2c7ba1dc4..000000000 --- a/libc/sysv/consts/EPOLLONESHOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLONESHOT,0x40000000,0x40000000,0x40000000,0x40000000,0x40000000,0x40000000 diff --git a/libc/sysv/consts/EPOLLOUT.S b/libc/sysv/consts/EPOLLOUT.S new file mode 100644 index 000000000..724f0d75f --- /dev/null +++ b/libc/sysv/consts/EPOLLOUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLOUT,4,4,4,4,4,4 diff --git a/libc/sysv/consts/EPOLLOUT.s b/libc/sysv/consts/EPOLLOUT.s deleted file mode 100644 index ca7778fd0..000000000 --- a/libc/sysv/consts/EPOLLOUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLOUT,4,4,4,4,4,4 diff --git a/libc/sysv/consts/EPOLLPRI.S b/libc/sysv/consts/EPOLLPRI.S new file mode 100644 index 000000000..540de8eca --- /dev/null +++ b/libc/sysv/consts/EPOLLPRI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLPRI,2,2,2,2,2,2 diff --git a/libc/sysv/consts/EPOLLPRI.s b/libc/sysv/consts/EPOLLPRI.s deleted file mode 100644 index c0b177a7c..000000000 --- a/libc/sysv/consts/EPOLLPRI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLPRI,2,2,2,2,2,2 diff --git a/libc/sysv/consts/EPOLLRDBAND.S b/libc/sysv/consts/EPOLLRDBAND.S new file mode 100644 index 000000000..038d3d952 --- /dev/null +++ b/libc/sysv/consts/EPOLLRDBAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLRDBAND,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/EPOLLRDBAND.s b/libc/sysv/consts/EPOLLRDBAND.s deleted file mode 100644 index 7aff2cf9d..000000000 --- a/libc/sysv/consts/EPOLLRDBAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLRDBAND,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/EPOLLRDHUP.S b/libc/sysv/consts/EPOLLRDHUP.S new file mode 100644 index 000000000..6d540b407 --- /dev/null +++ b/libc/sysv/consts/EPOLLRDHUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLRDHUP,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000 diff --git a/libc/sysv/consts/EPOLLRDHUP.s b/libc/sysv/consts/EPOLLRDHUP.s deleted file mode 100644 index 4709e67e4..000000000 --- a/libc/sysv/consts/EPOLLRDHUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLRDHUP,0x2000,0x2000,0x2000,0x2000,0x2000,0x2000 diff --git a/libc/sysv/consts/EPOLLRDNORM.S b/libc/sysv/consts/EPOLLRDNORM.S new file mode 100644 index 000000000..7383b6b68 --- /dev/null +++ b/libc/sysv/consts/EPOLLRDNORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLRDNORM,0x40,0x40,0x40,0x40,0x40,0x40 diff --git a/libc/sysv/consts/EPOLLRDNORM.s b/libc/sysv/consts/EPOLLRDNORM.s deleted file mode 100644 index 25d28ee18..000000000 --- a/libc/sysv/consts/EPOLLRDNORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLRDNORM,0x40,0x40,0x40,0x40,0x40,0x40 diff --git a/libc/sysv/consts/EPOLLWAKEUP.S b/libc/sysv/consts/EPOLLWAKEUP.S new file mode 100644 index 000000000..5ab21d206 --- /dev/null +++ b/libc/sysv/consts/EPOLLWAKEUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLWAKEUP,0x20000000,0x20000000,0x20000000,0x20000000,0x20000000,0x20000000 diff --git a/libc/sysv/consts/EPOLLWAKEUP.s b/libc/sysv/consts/EPOLLWAKEUP.s deleted file mode 100644 index 26d28c314..000000000 --- a/libc/sysv/consts/EPOLLWAKEUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLWAKEUP,0x20000000,0x20000000,0x20000000,0x20000000,0x20000000,0x20000000 diff --git a/libc/sysv/consts/EPOLLWRBAND.S b/libc/sysv/consts/EPOLLWRBAND.S new file mode 100644 index 000000000..ed111bbd5 --- /dev/null +++ b/libc/sysv/consts/EPOLLWRBAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLWRBAND,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200 diff --git a/libc/sysv/consts/EPOLLWRBAND.s b/libc/sysv/consts/EPOLLWRBAND.s deleted file mode 100644 index 1f541d61f..000000000 --- a/libc/sysv/consts/EPOLLWRBAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLWRBAND,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200 diff --git a/libc/sysv/consts/EPOLLWRNORM.S b/libc/sysv/consts/EPOLLWRNORM.S new file mode 100644 index 000000000..adc162ece --- /dev/null +++ b/libc/sysv/consts/EPOLLWRNORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLLWRNORM,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/EPOLLWRNORM.s b/libc/sysv/consts/EPOLLWRNORM.s deleted file mode 100644 index d9e7c46de..000000000 --- a/libc/sysv/consts/EPOLLWRNORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLLWRNORM,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/EPOLL_CLOEXEC.S b/libc/sysv/consts/EPOLL_CLOEXEC.S new file mode 100644 index 000000000..9be17ae63 --- /dev/null +++ b/libc/sysv/consts/EPOLL_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLL_CLOEXEC,0x080000,0x01000000,0x100000,0x010000,0x010000,0x80000 diff --git a/libc/sysv/consts/EPOLL_CLOEXEC.s b/libc/sysv/consts/EPOLL_CLOEXEC.s deleted file mode 100644 index 532f6ad68..000000000 --- a/libc/sysv/consts/EPOLL_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLL_CLOEXEC,0x080000,0x01000000,0x100000,0x010000,0x010000,0x80000 diff --git a/libc/sysv/consts/EPOLL_CTL_ADD.S b/libc/sysv/consts/EPOLL_CTL_ADD.S new file mode 100644 index 000000000..c2d26ae2c --- /dev/null +++ b/libc/sysv/consts/EPOLL_CTL_ADD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLL_CTL_ADD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/EPOLL_CTL_ADD.s b/libc/sysv/consts/EPOLL_CTL_ADD.s deleted file mode 100644 index a47079930..000000000 --- a/libc/sysv/consts/EPOLL_CTL_ADD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLL_CTL_ADD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/EPOLL_CTL_DEL.S b/libc/sysv/consts/EPOLL_CTL_DEL.S new file mode 100644 index 000000000..dd094c78a --- /dev/null +++ b/libc/sysv/consts/EPOLL_CTL_DEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLL_CTL_DEL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/EPOLL_CTL_DEL.s b/libc/sysv/consts/EPOLL_CTL_DEL.s deleted file mode 100644 index c7f0b2389..000000000 --- a/libc/sysv/consts/EPOLL_CTL_DEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLL_CTL_DEL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/EPOLL_CTL_MOD.S b/libc/sysv/consts/EPOLL_CTL_MOD.S new file mode 100644 index 000000000..8e67ff87f --- /dev/null +++ b/libc/sysv/consts/EPOLL_CTL_MOD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon epoll,EPOLL_CTL_MOD,3,3,3,3,3,3 diff --git a/libc/sysv/consts/EPOLL_CTL_MOD.s b/libc/sysv/consts/EPOLL_CTL_MOD.s deleted file mode 100644 index bf9e40f24..000000000 --- a/libc/sysv/consts/EPOLL_CTL_MOD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon epoll,EPOLL_CTL_MOD,3,3,3,3,3,3 diff --git a/libc/sysv/consts/EPROCLIM.S b/libc/sysv/consts/EPROCLIM.S new file mode 100644 index 000000000..abc05e314 --- /dev/null +++ b/libc/sysv/consts/EPROCLIM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROCLIM,308,67,67,67,67,10067 diff --git a/libc/sysv/consts/EPROCLIM.s b/libc/sysv/consts/EPROCLIM.s deleted file mode 100644 index c6b6c37e1..000000000 --- a/libc/sysv/consts/EPROCLIM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROCLIM,308,67,67,67,67,10067 diff --git a/libc/sysv/consts/EPROCUNAVAIL.S b/libc/sysv/consts/EPROCUNAVAIL.S new file mode 100644 index 000000000..d7785d34e --- /dev/null +++ b/libc/sysv/consts/EPROCUNAVAIL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROCUNAVAIL,304,76,76,76,76,15841 diff --git a/libc/sysv/consts/EPROCUNAVAIL.s b/libc/sysv/consts/EPROCUNAVAIL.s deleted file mode 100644 index c089b3d34..000000000 --- a/libc/sysv/consts/EPROCUNAVAIL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROCUNAVAIL,304,76,76,76,76,15841 diff --git a/libc/sysv/consts/EPROGMISMATCH.S b/libc/sysv/consts/EPROGMISMATCH.S new file mode 100644 index 000000000..3ffefdf3b --- /dev/null +++ b/libc/sysv/consts/EPROGMISMATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROGMISMATCH,303,75,75,75,75,595 diff --git a/libc/sysv/consts/EPROGMISMATCH.s b/libc/sysv/consts/EPROGMISMATCH.s deleted file mode 100644 index 4fe5685bf..000000000 --- a/libc/sysv/consts/EPROGMISMATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROGMISMATCH,303,75,75,75,75,595 diff --git a/libc/sysv/consts/EPROGUNAVAIL.S b/libc/sysv/consts/EPROGUNAVAIL.S new file mode 100644 index 000000000..e09bdc98e --- /dev/null +++ b/libc/sysv/consts/EPROGUNAVAIL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROGUNAVAIL,302,74,74,74,74,329 diff --git a/libc/sysv/consts/EPROGUNAVAIL.s b/libc/sysv/consts/EPROGUNAVAIL.s deleted file mode 100644 index 3be0d9cb6..000000000 --- a/libc/sysv/consts/EPROGUNAVAIL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROGUNAVAIL,302,74,74,74,74,329 diff --git a/libc/sysv/consts/EPROTO.S b/libc/sysv/consts/EPROTO.S new file mode 100644 index 000000000..57c1b9bf9 --- /dev/null +++ b/libc/sysv/consts/EPROTO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROTO,71,100,92,95,96,7065 diff --git a/libc/sysv/consts/EPROTO.s b/libc/sysv/consts/EPROTO.s deleted file mode 100644 index 490ca5e6d..000000000 --- a/libc/sysv/consts/EPROTO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROTO,71,100,92,95,96,7065 diff --git a/libc/sysv/consts/EPROTONOSUPPORT.S b/libc/sysv/consts/EPROTONOSUPPORT.S new file mode 100644 index 000000000..045280e56 --- /dev/null +++ b/libc/sysv/consts/EPROTONOSUPPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROTONOSUPPORT,93,43,43,43,43,10043 diff --git a/libc/sysv/consts/EPROTONOSUPPORT.s b/libc/sysv/consts/EPROTONOSUPPORT.s deleted file mode 100644 index c653b1443..000000000 --- a/libc/sysv/consts/EPROTONOSUPPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROTONOSUPPORT,93,43,43,43,43,10043 diff --git a/libc/sysv/consts/EPROTOTYPE.S b/libc/sysv/consts/EPROTOTYPE.S new file mode 100644 index 000000000..f151689f1 --- /dev/null +++ b/libc/sysv/consts/EPROTOTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPROTOTYPE,91,41,41,41,41,10041 diff --git a/libc/sysv/consts/EPROTOTYPE.s b/libc/sysv/consts/EPROTOTYPE.s deleted file mode 100644 index cba6b3aa4..000000000 --- a/libc/sysv/consts/EPROTOTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPROTOTYPE,91,41,41,41,41,10041 diff --git a/libc/sysv/consts/EPWROFF.S b/libc/sysv/consts/EPWROFF.S new file mode 100644 index 000000000..768d4eeb1 --- /dev/null +++ b/libc/sysv/consts/EPWROFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EPWROFF,310,82,310,310,310,639 diff --git a/libc/sysv/consts/EPWROFF.s b/libc/sysv/consts/EPWROFF.s deleted file mode 100644 index 19837bcbe..000000000 --- a/libc/sysv/consts/EPWROFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EPWROFF,310,82,310,310,310,639 diff --git a/libc/sysv/consts/ERA.S b/libc/sysv/consts/ERA.S new file mode 100644 index 000000000..b356dc911 --- /dev/null +++ b/libc/sysv/consts/ERA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ERA,0x02002c,45,45,0,0,0 diff --git a/libc/sysv/consts/ERA.s b/libc/sysv/consts/ERA.s deleted file mode 100644 index 41f6051b1..000000000 --- a/libc/sysv/consts/ERA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ERA,0x02002c,45,45,0,0,0 diff --git a/libc/sysv/consts/ERANGE.S b/libc/sysv/consts/ERANGE.S new file mode 100644 index 000000000..158b69b10 --- /dev/null +++ b/libc/sysv/consts/ERANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ERANGE,34,34,34,34,34,6604 diff --git a/libc/sysv/consts/ERANGE.s b/libc/sysv/consts/ERANGE.s deleted file mode 100644 index 121962c60..000000000 --- a/libc/sysv/consts/ERANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ERANGE,34,34,34,34,34,6604 diff --git a/libc/sysv/consts/EREMCHG.S b/libc/sysv/consts/EREMCHG.S new file mode 100644 index 000000000..94988ef66 --- /dev/null +++ b/libc/sysv/consts/EREMCHG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EREMCHG,78,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EREMCHG.s b/libc/sysv/consts/EREMCHG.s deleted file mode 100644 index e43334af0..000000000 --- a/libc/sysv/consts/EREMCHG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EREMCHG,78,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EREMOTE.S b/libc/sysv/consts/EREMOTE.S new file mode 100644 index 000000000..69f56be92 --- /dev/null +++ b/libc/sysv/consts/EREMOTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EREMOTE,66,71,71,71,71,10071 diff --git a/libc/sysv/consts/EREMOTE.s b/libc/sysv/consts/EREMOTE.s deleted file mode 100644 index 834b8684f..000000000 --- a/libc/sysv/consts/EREMOTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EREMOTE,66,71,71,71,71,10071 diff --git a/libc/sysv/consts/EREMOTEIO.S b/libc/sysv/consts/EREMOTEIO.S new file mode 100644 index 000000000..44a77fd31 --- /dev/null +++ b/libc/sysv/consts/EREMOTEIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EREMOTEIO,121,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EREMOTEIO.s b/libc/sysv/consts/EREMOTEIO.s deleted file mode 100644 index 706a2d3fd..000000000 --- a/libc/sysv/consts/EREMOTEIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EREMOTEIO,121,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ERESTART.S b/libc/sysv/consts/ERESTART.S new file mode 100644 index 000000000..8cd52c1b9 --- /dev/null +++ b/libc/sysv/consts/ERESTART.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ERESTART,85,-1,-1,-1,-3,0 diff --git a/libc/sysv/consts/ERESTART.s b/libc/sysv/consts/ERESTART.s deleted file mode 100644 index 08fd77757..000000000 --- a/libc/sysv/consts/ERESTART.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ERESTART,85,-1,-1,-1,-3,0 diff --git a/libc/sysv/consts/ERFKILL.S b/libc/sysv/consts/ERFKILL.S new file mode 100644 index 000000000..9a88a955b --- /dev/null +++ b/libc/sysv/consts/ERFKILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ERFKILL,132,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ERFKILL.s b/libc/sysv/consts/ERFKILL.s deleted file mode 100644 index 43ca85ada..000000000 --- a/libc/sysv/consts/ERFKILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ERFKILL,132,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EROFS.S b/libc/sysv/consts/EROFS.S new file mode 100644 index 000000000..e0086240f --- /dev/null +++ b/libc/sysv/consts/EROFS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EROFS,30,30,30,30,30,6009 diff --git a/libc/sysv/consts/EROFS.s b/libc/sysv/consts/EROFS.s deleted file mode 100644 index f24233435..000000000 --- a/libc/sysv/consts/EROFS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EROFS,30,30,30,30,30,6009 diff --git a/libc/sysv/consts/ERPCMISMATCH.S b/libc/sysv/consts/ERPCMISMATCH.S new file mode 100644 index 000000000..e484d9210 --- /dev/null +++ b/libc/sysv/consts/ERPCMISMATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ERPCMISMATCH,301,73,73,73,73,1627 diff --git a/libc/sysv/consts/ERPCMISMATCH.s b/libc/sysv/consts/ERPCMISMATCH.s deleted file mode 100644 index 2f7dfacef..000000000 --- a/libc/sysv/consts/ERPCMISMATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ERPCMISMATCH,301,73,73,73,73,1627 diff --git a/libc/sysv/consts/ESHLIBVERS.S b/libc/sysv/consts/ESHLIBVERS.S new file mode 100644 index 000000000..3a2fff5a2 --- /dev/null +++ b/libc/sysv/consts/ESHLIBVERS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESHLIBVERS,314,87,314,314,314,0 diff --git a/libc/sysv/consts/ESHLIBVERS.s b/libc/sysv/consts/ESHLIBVERS.s deleted file mode 100644 index cf87faec7..000000000 --- a/libc/sysv/consts/ESHLIBVERS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESHLIBVERS,314,87,314,314,314,0 diff --git a/libc/sysv/consts/ESHUTDOWN.S b/libc/sysv/consts/ESHUTDOWN.S new file mode 100644 index 000000000..27b16dd80 --- /dev/null +++ b/libc/sysv/consts/ESHUTDOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESHUTDOWN,108,58,58,58,58,10058 diff --git a/libc/sysv/consts/ESHUTDOWN.s b/libc/sysv/consts/ESHUTDOWN.s deleted file mode 100644 index 3a653686b..000000000 --- a/libc/sysv/consts/ESHUTDOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESHUTDOWN,108,58,58,58,58,10058 diff --git a/libc/sysv/consts/ESOCKTNOSUPPORT.S b/libc/sysv/consts/ESOCKTNOSUPPORT.S new file mode 100644 index 000000000..38f9c165e --- /dev/null +++ b/libc/sysv/consts/ESOCKTNOSUPPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESOCKTNOSUPPORT,94,44,44,44,44,10044 diff --git a/libc/sysv/consts/ESOCKTNOSUPPORT.s b/libc/sysv/consts/ESOCKTNOSUPPORT.s deleted file mode 100644 index e238e2f44..000000000 --- a/libc/sysv/consts/ESOCKTNOSUPPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESOCKTNOSUPPORT,94,44,44,44,44,10044 diff --git a/libc/sysv/consts/ESPIPE.S b/libc/sysv/consts/ESPIPE.S new file mode 100644 index 000000000..d1b7a078a --- /dev/null +++ b/libc/sysv/consts/ESPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESPIPE,29,29,29,29,29,25 diff --git a/libc/sysv/consts/ESPIPE.s b/libc/sysv/consts/ESPIPE.s deleted file mode 100644 index 431a9450d..000000000 --- a/libc/sysv/consts/ESPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESPIPE,29,29,29,29,29,25 diff --git a/libc/sysv/consts/ESRCH.S b/libc/sysv/consts/ESRCH.S new file mode 100644 index 000000000..77c4e3037 --- /dev/null +++ b/libc/sysv/consts/ESRCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESRCH,3,3,3,3,3,566 diff --git a/libc/sysv/consts/ESRCH.s b/libc/sysv/consts/ESRCH.s deleted file mode 100644 index 653776adc..000000000 --- a/libc/sysv/consts/ESRCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESRCH,3,3,3,3,3,566 diff --git a/libc/sysv/consts/ESRMNT.S b/libc/sysv/consts/ESRMNT.S new file mode 100644 index 000000000..c27ad8729 --- /dev/null +++ b/libc/sysv/consts/ESRMNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ESRMNT,69,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ESRMNT.s b/libc/sysv/consts/ESRMNT.s deleted file mode 100644 index 94b6acf55..000000000 --- a/libc/sysv/consts/ESRMNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ESRMNT,69,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ESTALE.S b/libc/sysv/consts/ESTALE.S new file mode 100644 index 000000000..b086b85fb --- /dev/null +++ b/libc/sysv/consts/ESTALE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ESTALE,116,70,70,70,70,10070 diff --git a/libc/sysv/consts/ESTALE.s b/libc/sysv/consts/ESTALE.s deleted file mode 100644 index b066ea6ea..000000000 --- a/libc/sysv/consts/ESTALE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ESTALE,116,70,70,70,70,10070 diff --git a/libc/sysv/consts/ESTRPIPE.S b/libc/sysv/consts/ESTRPIPE.S new file mode 100644 index 000000000..ece5af701 --- /dev/null +++ b/libc/sysv/consts/ESTRPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,ESTRPIPE,86,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ESTRPIPE.s b/libc/sysv/consts/ESTRPIPE.s deleted file mode 100644 index 8ae1f74f1..000000000 --- a/libc/sysv/consts/ESTRPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,ESTRPIPE,86,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/ETIME.S b/libc/sysv/consts/ETIME.S new file mode 100644 index 000000000..6a6be3233 --- /dev/null +++ b/libc/sysv/consts/ETIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ETIME,62,101,60,60,92,1460 diff --git a/libc/sysv/consts/ETIME.s b/libc/sysv/consts/ETIME.s deleted file mode 100644 index 93e1c9d18..000000000 --- a/libc/sysv/consts/ETIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ETIME,62,101,60,60,92,1460 diff --git a/libc/sysv/consts/ETIMEDOUT.S b/libc/sysv/consts/ETIMEDOUT.S new file mode 100644 index 000000000..72bcc8688 --- /dev/null +++ b/libc/sysv/consts/ETIMEDOUT.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ETIMEDOUT,110,60,60,60,60,1460 +.yoink kDos2Errno.ETIMEDOUT diff --git a/libc/sysv/consts/ETIMEDOUT.s b/libc/sysv/consts/ETIMEDOUT.s deleted file mode 100644 index 9c183daeb..000000000 --- a/libc/sysv/consts/ETIMEDOUT.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ETIMEDOUT,110,60,60,60,60,1460 -.yoink kDos2Errno.ETIMEDOUT diff --git a/libc/sysv/consts/ETOOMANYREFS.S b/libc/sysv/consts/ETOOMANYREFS.S new file mode 100644 index 000000000..3a3ba0c61 --- /dev/null +++ b/libc/sysv/consts/ETOOMANYREFS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ETOOMANYREFS,109,59,59,59,59,10059 diff --git a/libc/sysv/consts/ETOOMANYREFS.s b/libc/sysv/consts/ETOOMANYREFS.s deleted file mode 100644 index 5be22c76d..000000000 --- a/libc/sysv/consts/ETOOMANYREFS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ETOOMANYREFS,109,59,59,59,59,10059 diff --git a/libc/sysv/consts/ETXTBSY.S b/libc/sysv/consts/ETXTBSY.S new file mode 100644 index 000000000..4f978aa61 --- /dev/null +++ b/libc/sysv/consts/ETXTBSY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,ETXTBSY,26,26,26,26,26,148 diff --git a/libc/sysv/consts/ETXTBSY.s b/libc/sysv/consts/ETXTBSY.s deleted file mode 100644 index 135a51d2b..000000000 --- a/libc/sysv/consts/ETXTBSY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,ETXTBSY,26,26,26,26,26,148 diff --git a/libc/sysv/consts/EUCLEAN.S b/libc/sysv/consts/EUCLEAN.S new file mode 100644 index 000000000..ff3b66c47 --- /dev/null +++ b/libc/sysv/consts/EUCLEAN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EUCLEAN,117,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EUCLEAN.s b/libc/sysv/consts/EUCLEAN.s deleted file mode 100644 index 4a134de17..000000000 --- a/libc/sysv/consts/EUCLEAN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EUCLEAN,117,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EUNATCH.S b/libc/sysv/consts/EUNATCH.S new file mode 100644 index 000000000..92bc1d112 --- /dev/null +++ b/libc/sysv/consts/EUNATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EUNATCH,49,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EUNATCH.s b/libc/sysv/consts/EUNATCH.s deleted file mode 100644 index 9e2b08712..000000000 --- a/libc/sysv/consts/EUNATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EUNATCH,49,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EUSERS.S b/libc/sysv/consts/EUSERS.S new file mode 100644 index 000000000..489f96247 --- /dev/null +++ b/libc/sysv/consts/EUSERS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EUSERS,87,68,68,68,68,10068 diff --git a/libc/sysv/consts/EUSERS.s b/libc/sysv/consts/EUSERS.s deleted file mode 100644 index ae34dff39..000000000 --- a/libc/sysv/consts/EUSERS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EUSERS,87,68,68,68,68,10068 diff --git a/libc/sysv/consts/EWOULDBLOCK.S b/libc/sysv/consts/EWOULDBLOCK.S new file mode 100644 index 000000000..ad71ebc3d --- /dev/null +++ b/libc/sysv/consts/EWOULDBLOCK.S @@ -0,0 +1,3 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,EWOULDBLOCK,11,35,35,35,35,10035 +.yoink kDos2Errno.EWOULDBLOCK diff --git a/libc/sysv/consts/EWOULDBLOCK.s b/libc/sysv/consts/EWOULDBLOCK.s deleted file mode 100644 index 9a4b18ba2..000000000 --- a/libc/sysv/consts/EWOULDBLOCK.s +++ /dev/null @@ -1,3 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,EWOULDBLOCK,11,35,35,35,35,10035 -.yoink kDos2Errno.EWOULDBLOCK diff --git a/libc/sysv/consts/EXDEV.S b/libc/sysv/consts/EXDEV.S new file mode 100644 index 000000000..36c756444 --- /dev/null +++ b/libc/sysv/consts/EXDEV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon errno,EXDEV,18,18,18,18,18,17 diff --git a/libc/sysv/consts/EXDEV.s b/libc/sysv/consts/EXDEV.s deleted file mode 100644 index 2fec040b1..000000000 --- a/libc/sysv/consts/EXDEV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon errno,EXDEV,18,18,18,18,18,17 diff --git a/libc/sysv/consts/EXFULL.S b/libc/sysv/consts/EXFULL.S new file mode 100644 index 000000000..f21047935 --- /dev/null +++ b/libc/sysv/consts/EXFULL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon junkerr,EXFULL,54,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EXFULL.s b/libc/sysv/consts/EXFULL.s deleted file mode 100644 index 3a9c7fa16..000000000 --- a/libc/sysv/consts/EXFULL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon junkerr,EXFULL,54,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/EXPR_NEST_MAX.S b/libc/sysv/consts/EXPR_NEST_MAX.S new file mode 100644 index 000000000..40d8d646a --- /dev/null +++ b/libc/sysv/consts/EXPR_NEST_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,EXPR_NEST_MAX,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/EXPR_NEST_MAX.s b/libc/sysv/consts/EXPR_NEST_MAX.s deleted file mode 100644 index 47d3cc23e..000000000 --- a/libc/sysv/consts/EXPR_NEST_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,EXPR_NEST_MAX,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/EXTA.S b/libc/sysv/consts/EXTA.S new file mode 100644 index 000000000..9c56df558 --- /dev/null +++ b/libc/sysv/consts/EXTA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,EXTA,14,0x4b00,0x4b00,0x4b00,0x4b00,0 diff --git a/libc/sysv/consts/EXTA.s b/libc/sysv/consts/EXTA.s deleted file mode 100644 index 2d9c06228..000000000 --- a/libc/sysv/consts/EXTA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,EXTA,14,0x4b00,0x4b00,0x4b00,0x4b00,0 diff --git a/libc/sysv/consts/EXTB.S b/libc/sysv/consts/EXTB.S new file mode 100644 index 000000000..82b0ece7d --- /dev/null +++ b/libc/sysv/consts/EXTB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,EXTB,15,0x9600,0x9600,0x9600,0x9600,0 diff --git a/libc/sysv/consts/EXTB.s b/libc/sysv/consts/EXTB.s deleted file mode 100644 index 132c67729..000000000 --- a/libc/sysv/consts/EXTB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,EXTB,15,0x9600,0x9600,0x9600,0x9600,0 diff --git a/libc/sysv/consts/EXTPROC.S b/libc/sysv/consts/EXTPROC.S new file mode 100644 index 000000000..44f76bf3d --- /dev/null +++ b/libc/sysv/consts/EXTPROC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,EXTPROC,65536,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,65536 diff --git a/libc/sysv/consts/EXTPROC.s b/libc/sysv/consts/EXTPROC.s deleted file mode 100644 index 86dcb0274..000000000 --- a/libc/sysv/consts/EXTPROC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,EXTPROC,65536,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,65536 diff --git a/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.S b/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.S new file mode 100644 index 000000000..466b40bf4 --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_COLLAPSE_RANGE,0x08,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.s b/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.s deleted file mode 100644 index e9762b9fc..000000000 --- a/libc/sysv/consts/FALLOC_FL_COLLAPSE_RANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_COLLAPSE_RANGE,0x08,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.S b/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.S new file mode 100644 index 000000000..8e60e5bb5 --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_INSERT_RANGE,0x20,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.s b/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.s deleted file mode 100644 index 2eb5dc4c5..000000000 --- a/libc/sysv/consts/FALLOC_FL_INSERT_RANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_INSERT_RANGE,0x20,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.S b/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.S new file mode 100644 index 000000000..09ed10ec8 --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_KEEP_SIZE,0x01,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.s b/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.s deleted file mode 100644 index ef0df6799..000000000 --- a/libc/sysv/consts/FALLOC_FL_KEEP_SIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_KEEP_SIZE,0x01,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.S b/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.S new file mode 100644 index 000000000..d19c25b26 --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_NO_HIDE_STALE,0x04,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.s b/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.s deleted file mode 100644 index 002205d17..000000000 --- a/libc/sysv/consts/FALLOC_FL_NO_HIDE_STALE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_NO_HIDE_STALE,0x04,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.S b/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.S new file mode 100644 index 000000000..6db2dce1e --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_PUNCH_HOLE,0x02,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.s b/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.s deleted file mode 100644 index 14e50154a..000000000 --- a/libc/sysv/consts/FALLOC_FL_PUNCH_HOLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_PUNCH_HOLE,0x02,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.S b/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.S new file mode 100644 index 000000000..524ef5ca1 --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_UNSHARE_RANGE,0x40,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.s b/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.s deleted file mode 100644 index 4fa21f130..000000000 --- a/libc/sysv/consts/FALLOC_FL_UNSHARE_RANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_UNSHARE_RANGE,0x40,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.S b/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.S new file mode 100644 index 000000000..07523981f --- /dev/null +++ b/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FALLOC_FL_ZERO_RANGE,0x10,-1,-1,-1,-1,0x000980C8 diff --git a/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.s b/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.s deleted file mode 100644 index 64ca95d17..000000000 --- a/libc/sysv/consts/FALLOC_FL_ZERO_RANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FALLOC_FL_ZERO_RANGE,0x10,-1,-1,-1,-1,0x000980C8 diff --git a/libc/sysv/consts/FBIOGETCMAP.S b/libc/sysv/consts/FBIOGETCMAP.S new file mode 100644 index 000000000..b0b76cbb5 --- /dev/null +++ b/libc/sysv/consts/FBIOGETCMAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOGETCMAP,0x4604,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOGETCMAP.s b/libc/sysv/consts/FBIOGETCMAP.s deleted file mode 100644 index 28884404e..000000000 --- a/libc/sysv/consts/FBIOGETCMAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOGETCMAP,0x4604,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOGET_FSCREENINFO.S b/libc/sysv/consts/FBIOGET_FSCREENINFO.S new file mode 100644 index 000000000..ef5bf8011 --- /dev/null +++ b/libc/sysv/consts/FBIOGET_FSCREENINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOGET_FSCREENINFO,0x4602,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOGET_FSCREENINFO.s b/libc/sysv/consts/FBIOGET_FSCREENINFO.s deleted file mode 100644 index c5b0c1fc2..000000000 --- a/libc/sysv/consts/FBIOGET_FSCREENINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOGET_FSCREENINFO,0x4602,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOGET_VSCREENINFO.S b/libc/sysv/consts/FBIOGET_VSCREENINFO.S new file mode 100644 index 000000000..08bc1c715 --- /dev/null +++ b/libc/sysv/consts/FBIOGET_VSCREENINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOGET_VSCREENINFO,0x4600,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOGET_VSCREENINFO.s b/libc/sysv/consts/FBIOGET_VSCREENINFO.s deleted file mode 100644 index 4e5820327..000000000 --- a/libc/sysv/consts/FBIOGET_VSCREENINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOGET_VSCREENINFO,0x4600,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPAN_DISPLAY.S b/libc/sysv/consts/FBIOPAN_DISPLAY.S new file mode 100644 index 000000000..cce388659 --- /dev/null +++ b/libc/sysv/consts/FBIOPAN_DISPLAY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOPAN_DISPLAY,0x4606,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPAN_DISPLAY.s b/libc/sysv/consts/FBIOPAN_DISPLAY.s deleted file mode 100644 index 31eaa964a..000000000 --- a/libc/sysv/consts/FBIOPAN_DISPLAY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOPAN_DISPLAY,0x4606,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPUTCMAP.S b/libc/sysv/consts/FBIOPUTCMAP.S new file mode 100644 index 000000000..2a8a8096f --- /dev/null +++ b/libc/sysv/consts/FBIOPUTCMAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOPUTCMAP,0x4605,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPUTCMAP.s b/libc/sysv/consts/FBIOPUTCMAP.s deleted file mode 100644 index 7d7761be7..000000000 --- a/libc/sysv/consts/FBIOPUTCMAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOPUTCMAP,0x4605,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPUT_VSCREENINFO.S b/libc/sysv/consts/FBIOPUT_VSCREENINFO.S new file mode 100644 index 000000000..336a74045 --- /dev/null +++ b/libc/sysv/consts/FBIOPUT_VSCREENINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIOPUT_VSCREENINFO,0x4601,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIOPUT_VSCREENINFO.s b/libc/sysv/consts/FBIOPUT_VSCREENINFO.s deleted file mode 100644 index 5d169b20b..000000000 --- a/libc/sysv/consts/FBIOPUT_VSCREENINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIOPUT_VSCREENINFO,0x4601,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIO_WAITFORVSYNC.S b/libc/sysv/consts/FBIO_WAITFORVSYNC.S new file mode 100644 index 000000000..2789c195e --- /dev/null +++ b/libc/sysv/consts/FBIO_WAITFORVSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,FBIO_WAITFORVSYNC,0x40044620,0,0,0,0,0 diff --git a/libc/sysv/consts/FBIO_WAITFORVSYNC.s b/libc/sysv/consts/FBIO_WAITFORVSYNC.s deleted file mode 100644 index 7726588fc..000000000 --- a/libc/sysv/consts/FBIO_WAITFORVSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,FBIO_WAITFORVSYNC,0x40044620,0,0,0,0,0 diff --git a/libc/sysv/consts/FD_CLOEXEC.S b/libc/sysv/consts/FD_CLOEXEC.S new file mode 100644 index 000000000..775be543d --- /dev/null +++ b/libc/sysv/consts/FD_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl3,FD_CLOEXEC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/FD_CLOEXEC.s b/libc/sysv/consts/FD_CLOEXEC.s deleted file mode 100644 index eb94c7ba2..000000000 --- a/libc/sysv/consts/FD_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl3,FD_CLOEXEC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/FD_SETSIZE.S b/libc/sysv/consts/FD_SETSIZE.S new file mode 100644 index 000000000..a1a140ade --- /dev/null +++ b/libc/sysv/consts/FD_SETSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon select,FD_SETSIZE,0x0400,0x0400,0x0400,0x0400,0x0400,0x0400 diff --git a/libc/sysv/consts/FD_SETSIZE.s b/libc/sysv/consts/FD_SETSIZE.s deleted file mode 100644 index 24c8bc891..000000000 --- a/libc/sysv/consts/FD_SETSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon select,FD_SETSIZE,0x0400,0x0400,0x0400,0x0400,0x0400,0x0400 diff --git a/libc/sysv/consts/FF0.S b/libc/sysv/consts/FF0.S new file mode 100644 index 000000000..795a9afcd --- /dev/null +++ b/libc/sysv/consts/FF0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,FF0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/FF0.s b/libc/sysv/consts/FF0.s deleted file mode 100644 index cc32bd3d4..000000000 --- a/libc/sysv/consts/FF0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,FF0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/FF1.S b/libc/sysv/consts/FF1.S new file mode 100644 index 000000000..190052ae8 --- /dev/null +++ b/libc/sysv/consts/FF1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,FF1,0b1000000000000000,0b000100000000000000,0b000100000000000000,0,0,0b1000000000000000 diff --git a/libc/sysv/consts/FF1.s b/libc/sysv/consts/FF1.s deleted file mode 100644 index 783774953..000000000 --- a/libc/sysv/consts/FF1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,FF1,0b1000000000000000,0b000100000000000000,0b000100000000000000,0,0,0b1000000000000000 diff --git a/libc/sysv/consts/FFDLY.S b/libc/sysv/consts/FFDLY.S new file mode 100644 index 000000000..02ca29bdc --- /dev/null +++ b/libc/sysv/consts/FFDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,FFDLY,0b1000000000000000,0b000100000000000000,0b000100000000000000,0,0,0b1000000000000000 diff --git a/libc/sysv/consts/FFDLY.s b/libc/sysv/consts/FFDLY.s deleted file mode 100644 index 0e3afa1b1..000000000 --- a/libc/sysv/consts/FFDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,FFDLY,0b1000000000000000,0b000100000000000000,0b000100000000000000,0,0,0b1000000000000000 diff --git a/libc/sysv/consts/FIFOTYPE.S b/libc/sysv/consts/FIFOTYPE.S new file mode 100644 index 000000000..a1a4f3ac8 --- /dev/null +++ b/libc/sysv/consts/FIFOTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FIFOTYPE,54,54,54,54,54,0 diff --git a/libc/sysv/consts/FIFOTYPE.s b/libc/sysv/consts/FIFOTYPE.s deleted file mode 100644 index d451952e2..000000000 --- a/libc/sysv/consts/FIFOTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FIFOTYPE,54,54,54,54,54,0 diff --git a/libc/sysv/consts/FIOASYNC.S b/libc/sysv/consts/FIOASYNC.S new file mode 100644 index 000000000..b23e2f3cc --- /dev/null +++ b/libc/sysv/consts/FIOASYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ioctl,FIOASYNC,0x5452,0x8004667d,0x8004667d,0x8004667d,0x8004667d,0x8004667d diff --git a/libc/sysv/consts/FIOASYNC.s b/libc/sysv/consts/FIOASYNC.s deleted file mode 100644 index fdfb659a5..000000000 --- a/libc/sysv/consts/FIOASYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ioctl,FIOASYNC,0x5452,0x8004667d,0x8004667d,0x8004667d,0x8004667d,0x8004667d diff --git a/libc/sysv/consts/FIOCLEX.S b/libc/sysv/consts/FIOCLEX.S new file mode 100644 index 000000000..6ee37bad7 --- /dev/null +++ b/libc/sysv/consts/FIOCLEX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ioctl,FIOCLEX,0x5451,0x20006601,0x20006601,0x20006601,0x20006601,0x5451 diff --git a/libc/sysv/consts/FIOCLEX.s b/libc/sysv/consts/FIOCLEX.s deleted file mode 100644 index 196c39b1b..000000000 --- a/libc/sysv/consts/FIOCLEX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ioctl,FIOCLEX,0x5451,0x20006601,0x20006601,0x20006601,0x20006601,0x5451 diff --git a/libc/sysv/consts/FIODGNAME.S b/libc/sysv/consts/FIODGNAME.S new file mode 100644 index 000000000..309a59f79 --- /dev/null +++ b/libc/sysv/consts/FIODGNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,FIODGNAME,0,0,0x80106678,0,0,0 diff --git a/libc/sysv/consts/FIODGNAME.s b/libc/sysv/consts/FIODGNAME.s deleted file mode 100644 index 0c0fb683d..000000000 --- a/libc/sysv/consts/FIODGNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,FIODGNAME,0,0,0x80106678,0,0,0 diff --git a/libc/sysv/consts/FIONBIO.S b/libc/sysv/consts/FIONBIO.S new file mode 100644 index 000000000..614b9b315 --- /dev/null +++ b/libc/sysv/consts/FIONBIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ioctl,FIONBIO,0x5421,0x8004667e,0x8004667e,0x8004667e,0x8004667e,0x8004667e diff --git a/libc/sysv/consts/FIONBIO.s b/libc/sysv/consts/FIONBIO.s deleted file mode 100644 index f53cc8255..000000000 --- a/libc/sysv/consts/FIONBIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ioctl,FIONBIO,0x5421,0x8004667e,0x8004667e,0x8004667e,0x8004667e,0x8004667e diff --git a/libc/sysv/consts/FIONCLEX.S b/libc/sysv/consts/FIONCLEX.S new file mode 100644 index 000000000..8113394d1 --- /dev/null +++ b/libc/sysv/consts/FIONCLEX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ioctl,FIONCLEX,0x5450,0x20006602,0x20006602,0x20006602,0x20006602,0x5450 diff --git a/libc/sysv/consts/FIONCLEX.s b/libc/sysv/consts/FIONCLEX.s deleted file mode 100644 index 59f4be755..000000000 --- a/libc/sysv/consts/FIONCLEX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ioctl,FIONCLEX,0x5450,0x20006602,0x20006602,0x20006602,0x20006602,0x5450 diff --git a/libc/sysv/consts/FIONREAD.S b/libc/sysv/consts/FIONREAD.S new file mode 100644 index 000000000..d26172d33 --- /dev/null +++ b/libc/sysv/consts/FIONREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ioctl,FIONREAD,0x541b,0x4004667f,0x4004667f,0x4004667f,0x4004667f,0x4004667f diff --git a/libc/sysv/consts/FIONREAD.s b/libc/sysv/consts/FIONREAD.s deleted file mode 100644 index cd8400175..000000000 --- a/libc/sysv/consts/FIONREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ioctl,FIONREAD,0x541b,0x4004667f,0x4004667f,0x4004667f,0x4004667f,0x4004667f diff --git a/libc/sysv/consts/FLUSHO.S b/libc/sysv/consts/FLUSHO.S new file mode 100644 index 000000000..3ae1de2a0 --- /dev/null +++ b/libc/sysv/consts/FLUSHO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,FLUSHO,0b0001000000000000,8388608,8388608,8388608,8388608,0b0001000000000000 diff --git a/libc/sysv/consts/FLUSHO.s b/libc/sysv/consts/FLUSHO.s deleted file mode 100644 index 6954c5566..000000000 --- a/libc/sysv/consts/FLUSHO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,FLUSHO,0b0001000000000000,8388608,8388608,8388608,8388608,0b0001000000000000 diff --git a/libc/sysv/consts/FPE_FLTDIV.S b/libc/sysv/consts/FPE_FLTDIV.S new file mode 100644 index 000000000..779be8461 --- /dev/null +++ b/libc/sysv/consts/FPE_FLTDIV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTDIV,3,1,3,3,3,3 diff --git a/libc/sysv/consts/FPE_FLTDIV.s b/libc/sysv/consts/FPE_FLTDIV.s deleted file mode 100644 index 968f7f22e..000000000 --- a/libc/sysv/consts/FPE_FLTDIV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTDIV,3,1,3,3,3,3 diff --git a/libc/sysv/consts/FPE_FLTINV.S b/libc/sysv/consts/FPE_FLTINV.S new file mode 100644 index 000000000..efd268e49 --- /dev/null +++ b/libc/sysv/consts/FPE_FLTINV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTINV,7,5,7,7,7,7 diff --git a/libc/sysv/consts/FPE_FLTINV.s b/libc/sysv/consts/FPE_FLTINV.s deleted file mode 100644 index 2edb034f2..000000000 --- a/libc/sysv/consts/FPE_FLTINV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTINV,7,5,7,7,7,7 diff --git a/libc/sysv/consts/FPE_FLTOVF.S b/libc/sysv/consts/FPE_FLTOVF.S new file mode 100644 index 000000000..ff290e423 --- /dev/null +++ b/libc/sysv/consts/FPE_FLTOVF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTOVF,4,2,4,4,4,4 diff --git a/libc/sysv/consts/FPE_FLTOVF.s b/libc/sysv/consts/FPE_FLTOVF.s deleted file mode 100644 index 9b35548fa..000000000 --- a/libc/sysv/consts/FPE_FLTOVF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTOVF,4,2,4,4,4,4 diff --git a/libc/sysv/consts/FPE_FLTRES.S b/libc/sysv/consts/FPE_FLTRES.S new file mode 100644 index 000000000..8dcf2076d --- /dev/null +++ b/libc/sysv/consts/FPE_FLTRES.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTRES,6,4,6,6,6,6 diff --git a/libc/sysv/consts/FPE_FLTRES.s b/libc/sysv/consts/FPE_FLTRES.s deleted file mode 100644 index 5c0f23899..000000000 --- a/libc/sysv/consts/FPE_FLTRES.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTRES,6,4,6,6,6,6 diff --git a/libc/sysv/consts/FPE_FLTSUB.S b/libc/sysv/consts/FPE_FLTSUB.S new file mode 100644 index 000000000..1c16c937e --- /dev/null +++ b/libc/sysv/consts/FPE_FLTSUB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTSUB,8,6,8,8,8,8 diff --git a/libc/sysv/consts/FPE_FLTSUB.s b/libc/sysv/consts/FPE_FLTSUB.s deleted file mode 100644 index 2fdaf93cf..000000000 --- a/libc/sysv/consts/FPE_FLTSUB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTSUB,8,6,8,8,8,8 diff --git a/libc/sysv/consts/FPE_FLTUND.S b/libc/sysv/consts/FPE_FLTUND.S new file mode 100644 index 000000000..9a93a8dd8 --- /dev/null +++ b/libc/sysv/consts/FPE_FLTUND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_FLTUND,5,3,5,5,5,5 diff --git a/libc/sysv/consts/FPE_FLTUND.s b/libc/sysv/consts/FPE_FLTUND.s deleted file mode 100644 index 7c15f58dc..000000000 --- a/libc/sysv/consts/FPE_FLTUND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_FLTUND,5,3,5,5,5,5 diff --git a/libc/sysv/consts/FPE_INTDIV.S b/libc/sysv/consts/FPE_INTDIV.S new file mode 100644 index 000000000..23ea84b2a --- /dev/null +++ b/libc/sysv/consts/FPE_INTDIV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_INTDIV,1,7,2,1,1,1 diff --git a/libc/sysv/consts/FPE_INTDIV.s b/libc/sysv/consts/FPE_INTDIV.s deleted file mode 100644 index 49b3f24c1..000000000 --- a/libc/sysv/consts/FPE_INTDIV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_INTDIV,1,7,2,1,1,1 diff --git a/libc/sysv/consts/FPE_INTOVF.S b/libc/sysv/consts/FPE_INTOVF.S new file mode 100644 index 000000000..dd44f7bbc --- /dev/null +++ b/libc/sysv/consts/FPE_INTOVF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,FPE_INTOVF,2,8,1,2,2,2 diff --git a/libc/sysv/consts/FPE_INTOVF.s b/libc/sysv/consts/FPE_INTOVF.s deleted file mode 100644 index d38ef0880..000000000 --- a/libc/sysv/consts/FPE_INTOVF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,FPE_INTOVF,2,8,1,2,2,2 diff --git a/libc/sysv/consts/FREAD.S b/libc/sysv/consts/FREAD.S new file mode 100644 index 000000000..8b66a42c9 --- /dev/null +++ b/libc/sysv/consts/FREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,FREAD,0,1,1,1,1,0 diff --git a/libc/sysv/consts/FREAD.s b/libc/sysv/consts/FREAD.s deleted file mode 100644 index aa98c6383..000000000 --- a/libc/sysv/consts/FREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,FREAD,0,1,1,1,1,0 diff --git a/libc/sysv/consts/FSETLOCKING_BYCALLER.S b/libc/sysv/consts/FSETLOCKING_BYCALLER.S new file mode 100644 index 000000000..b64ce7413 --- /dev/null +++ b/libc/sysv/consts/FSETLOCKING_BYCALLER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FSETLOCKING_BYCALLER,2,0,0,0,0,0 diff --git a/libc/sysv/consts/FSETLOCKING_BYCALLER.s b/libc/sysv/consts/FSETLOCKING_BYCALLER.s deleted file mode 100644 index ffdf84ebb..000000000 --- a/libc/sysv/consts/FSETLOCKING_BYCALLER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FSETLOCKING_BYCALLER,2,0,0,0,0,0 diff --git a/libc/sysv/consts/FSETLOCKING_INTERNAL.S b/libc/sysv/consts/FSETLOCKING_INTERNAL.S new file mode 100644 index 000000000..42ff6f94e --- /dev/null +++ b/libc/sysv/consts/FSETLOCKING_INTERNAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FSETLOCKING_INTERNAL,1,0,0,0,0,0 diff --git a/libc/sysv/consts/FSETLOCKING_INTERNAL.s b/libc/sysv/consts/FSETLOCKING_INTERNAL.s deleted file mode 100644 index 0d66ac573..000000000 --- a/libc/sysv/consts/FSETLOCKING_INTERNAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FSETLOCKING_INTERNAL,1,0,0,0,0,0 diff --git a/libc/sysv/consts/FSETLOCKING_QUERY.S b/libc/sysv/consts/FSETLOCKING_QUERY.S new file mode 100644 index 000000000..23f48e604 --- /dev/null +++ b/libc/sysv/consts/FSETLOCKING_QUERY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,FSETLOCKING_QUERY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/FSETLOCKING_QUERY.s b/libc/sysv/consts/FSETLOCKING_QUERY.s deleted file mode 100644 index a978b76bd..000000000 --- a/libc/sysv/consts/FSETLOCKING_QUERY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,FSETLOCKING_QUERY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/FUTEX_PRIVATE_FLAG.S b/libc/sysv/consts/FUTEX_PRIVATE_FLAG.S new file mode 100644 index 000000000..6946c0b1f --- /dev/null +++ b/libc/sysv/consts/FUTEX_PRIVATE_FLAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon futex,FUTEX_PRIVATE_FLAG,128,0,128,128,0,0 diff --git a/libc/sysv/consts/FUTEX_PRIVATE_FLAG.s b/libc/sysv/consts/FUTEX_PRIVATE_FLAG.s deleted file mode 100644 index debac8648..000000000 --- a/libc/sysv/consts/FUTEX_PRIVATE_FLAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon futex,FUTEX_PRIVATE_FLAG,128,0,128,128,0,0 diff --git a/libc/sysv/consts/FUTEX_REQUEUE.S b/libc/sysv/consts/FUTEX_REQUEUE.S new file mode 100644 index 000000000..bd5951023 --- /dev/null +++ b/libc/sysv/consts/FUTEX_REQUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon futex,FUTEX_REQUEUE,3,0,0,3,0,0 diff --git a/libc/sysv/consts/FUTEX_REQUEUE.s b/libc/sysv/consts/FUTEX_REQUEUE.s deleted file mode 100644 index e25e5dffb..000000000 --- a/libc/sysv/consts/FUTEX_REQUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon futex,FUTEX_REQUEUE,3,0,0,3,0,0 diff --git a/libc/sysv/consts/FUTEX_WAIT.S b/libc/sysv/consts/FUTEX_WAIT.S new file mode 100644 index 000000000..8e9527b99 --- /dev/null +++ b/libc/sysv/consts/FUTEX_WAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon futex,FUTEX_WAIT,0,0,0,1,0,0 diff --git a/libc/sysv/consts/FUTEX_WAIT.s b/libc/sysv/consts/FUTEX_WAIT.s deleted file mode 100644 index e992bfe80..000000000 --- a/libc/sysv/consts/FUTEX_WAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon futex,FUTEX_WAIT,0,0,0,1,0,0 diff --git a/libc/sysv/consts/FUTEX_WAKE.S b/libc/sysv/consts/FUTEX_WAKE.S new file mode 100644 index 000000000..f725f641a --- /dev/null +++ b/libc/sysv/consts/FUTEX_WAKE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon futex,FUTEX_WAKE,1,0,1,2,1,1 diff --git a/libc/sysv/consts/FUTEX_WAKE.s b/libc/sysv/consts/FUTEX_WAKE.s deleted file mode 100644 index f8004bc14..000000000 --- a/libc/sysv/consts/FUTEX_WAKE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon futex,FUTEX_WAKE,1,0,1,2,1,1 diff --git a/libc/sysv/consts/FWRITE.S b/libc/sysv/consts/FWRITE.S new file mode 100644 index 000000000..83e30ef17 --- /dev/null +++ b/libc/sysv/consts/FWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,FWRITE,0,2,2,2,2,0 diff --git a/libc/sysv/consts/FWRITE.s b/libc/sysv/consts/FWRITE.s deleted file mode 100644 index f0b037e54..000000000 --- a/libc/sysv/consts/FWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,FWRITE,0,2,2,2,2,0 diff --git a/libc/sysv/consts/F_BARRIERFSYNC.S b/libc/sysv/consts/F_BARRIERFSYNC.S new file mode 100644 index 000000000..43cd9e11c --- /dev/null +++ b/libc/sysv/consts/F_BARRIERFSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_BARRIERFSYNC,-1,85,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_BARRIERFSYNC.s b/libc/sysv/consts/F_BARRIERFSYNC.s deleted file mode 100644 index 4ecb064a8..000000000 --- a/libc/sysv/consts/F_BARRIERFSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_BARRIERFSYNC,-1,85,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_DUPFD.S b/libc/sysv/consts/F_DUPFD.S new file mode 100644 index 000000000..74c1f5370 --- /dev/null +++ b/libc/sysv/consts/F_DUPFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_DUPFD,0,0,0,0,0,0 diff --git a/libc/sysv/consts/F_DUPFD.s b/libc/sysv/consts/F_DUPFD.s deleted file mode 100644 index c574e31c6..000000000 --- a/libc/sysv/consts/F_DUPFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_DUPFD,0,0,0,0,0,0 diff --git a/libc/sysv/consts/F_DUPFD_CLOEXEC.S b/libc/sysv/consts/F_DUPFD_CLOEXEC.S new file mode 100644 index 000000000..6f74a43d5 --- /dev/null +++ b/libc/sysv/consts/F_DUPFD_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_DUPFD_CLOEXEC,0x0406,67,17,10,12,0x0406 diff --git a/libc/sysv/consts/F_DUPFD_CLOEXEC.s b/libc/sysv/consts/F_DUPFD_CLOEXEC.s deleted file mode 100644 index 23cde0d36..000000000 --- a/libc/sysv/consts/F_DUPFD_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_DUPFD_CLOEXEC,0x0406,67,17,10,12,0x0406 diff --git a/libc/sysv/consts/F_FULLFSYNC.S b/libc/sysv/consts/F_FULLFSYNC.S new file mode 100644 index 000000000..3ba3770f1 --- /dev/null +++ b/libc/sysv/consts/F_FULLFSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_FULLFSYNC,-1,51,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_FULLFSYNC.s b/libc/sysv/consts/F_FULLFSYNC.s deleted file mode 100644 index 23e0f6384..000000000 --- a/libc/sysv/consts/F_FULLFSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_FULLFSYNC,-1,51,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETFD.S b/libc/sysv/consts/F_GETFD.S new file mode 100644 index 000000000..c336760f6 --- /dev/null +++ b/libc/sysv/consts/F_GETFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_GETFD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/F_GETFD.s b/libc/sysv/consts/F_GETFD.s deleted file mode 100644 index 6e4e0eba5..000000000 --- a/libc/sysv/consts/F_GETFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_GETFD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/F_GETFL.S b/libc/sysv/consts/F_GETFL.S new file mode 100644 index 000000000..f76c8d376 --- /dev/null +++ b/libc/sysv/consts/F_GETFL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_GETFL,3,3,3,3,3,3 diff --git a/libc/sysv/consts/F_GETFL.s b/libc/sysv/consts/F_GETFL.s deleted file mode 100644 index 33b9b949f..000000000 --- a/libc/sysv/consts/F_GETFL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_GETFL,3,3,3,3,3,3 diff --git a/libc/sysv/consts/F_GETLEASE.S b/libc/sysv/consts/F_GETLEASE.S new file mode 100644 index 000000000..d06f5af8c --- /dev/null +++ b/libc/sysv/consts/F_GETLEASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_GETLEASE,0x0401,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETLEASE.s b/libc/sysv/consts/F_GETLEASE.s deleted file mode 100644 index 8fef9d881..000000000 --- a/libc/sysv/consts/F_GETLEASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_GETLEASE,0x0401,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETLK.S b/libc/sysv/consts/F_GETLK.S new file mode 100644 index 000000000..474192801 --- /dev/null +++ b/libc/sysv/consts/F_GETLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_GETLK,5,7,11,7,7,5 diff --git a/libc/sysv/consts/F_GETLK.s b/libc/sysv/consts/F_GETLK.s deleted file mode 100644 index fb8d8d1bc..000000000 --- a/libc/sysv/consts/F_GETLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_GETLK,5,7,11,7,7,5 diff --git a/libc/sysv/consts/F_GETLK64.S b/libc/sysv/consts/F_GETLK64.S new file mode 100644 index 000000000..b4a57a902 --- /dev/null +++ b/libc/sysv/consts/F_GETLK64.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,F_GETLK64,5,7,11,7,7,5 diff --git a/libc/sysv/consts/F_GETLK64.s b/libc/sysv/consts/F_GETLK64.s deleted file mode 100644 index 423a7f53d..000000000 --- a/libc/sysv/consts/F_GETLK64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,F_GETLK64,5,7,11,7,7,5 diff --git a/libc/sysv/consts/F_GETNOSIGPIPE.S b/libc/sysv/consts/F_GETNOSIGPIPE.S new file mode 100644 index 000000000..4d817d7ed --- /dev/null +++ b/libc/sysv/consts/F_GETNOSIGPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl3,F_GETNOSIGPIPE,-1,74,-1,-1,13,-1 diff --git a/libc/sysv/consts/F_GETNOSIGPIPE.s b/libc/sysv/consts/F_GETNOSIGPIPE.s deleted file mode 100644 index d2072f449..000000000 --- a/libc/sysv/consts/F_GETNOSIGPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl3,F_GETNOSIGPIPE,-1,74,-1,-1,13,-1 diff --git a/libc/sysv/consts/F_GETOWN.S b/libc/sysv/consts/F_GETOWN.S new file mode 100644 index 000000000..b5dc7f331 --- /dev/null +++ b/libc/sysv/consts/F_GETOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_GETOWN,9,5,5,5,5,-1 diff --git a/libc/sysv/consts/F_GETOWN.s b/libc/sysv/consts/F_GETOWN.s deleted file mode 100644 index cf9953e05..000000000 --- a/libc/sysv/consts/F_GETOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_GETOWN,9,5,5,5,5,-1 diff --git a/libc/sysv/consts/F_GETOWN_EX.S b/libc/sysv/consts/F_GETOWN_EX.S new file mode 100644 index 000000000..3923af7b2 --- /dev/null +++ b/libc/sysv/consts/F_GETOWN_EX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_GETOWN_EX,0x10,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETOWN_EX.s b/libc/sysv/consts/F_GETOWN_EX.s deleted file mode 100644 index ddb6b299b..000000000 --- a/libc/sysv/consts/F_GETOWN_EX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_GETOWN_EX,0x10,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETPATH.S b/libc/sysv/consts/F_GETPATH.S new file mode 100644 index 000000000..cae75cca5 --- /dev/null +++ b/libc/sysv/consts/F_GETPATH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl3,F_GETPATH,-1,50,-1,-1,15,-1 diff --git a/libc/sysv/consts/F_GETPATH.s b/libc/sysv/consts/F_GETPATH.s deleted file mode 100644 index 149087c19..000000000 --- a/libc/sysv/consts/F_GETPATH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl3,F_GETPATH,-1,50,-1,-1,15,-1 diff --git a/libc/sysv/consts/F_GETPIPE_SZ.S b/libc/sysv/consts/F_GETPIPE_SZ.S new file mode 100644 index 000000000..bede91b99 --- /dev/null +++ b/libc/sysv/consts/F_GETPIPE_SZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_GETPIPE_SZ,0x0408,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETPIPE_SZ.s b/libc/sysv/consts/F_GETPIPE_SZ.s deleted file mode 100644 index aa68970ff..000000000 --- a/libc/sysv/consts/F_GETPIPE_SZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_GETPIPE_SZ,0x0408,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETSIG.S b/libc/sysv/consts/F_GETSIG.S new file mode 100644 index 000000000..d9c8c7439 --- /dev/null +++ b/libc/sysv/consts/F_GETSIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_GETSIG,11,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_GETSIG.s b/libc/sysv/consts/F_GETSIG.s deleted file mode 100644 index 952bee435..000000000 --- a/libc/sysv/consts/F_GETSIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_GETSIG,11,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_MAXFD.S b/libc/sysv/consts/F_MAXFD.S new file mode 100644 index 000000000..358c4b1ef --- /dev/null +++ b/libc/sysv/consts/F_MAXFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_MAXFD,-1,-1,-1,-1,11,-1 diff --git a/libc/sysv/consts/F_MAXFD.s b/libc/sysv/consts/F_MAXFD.s deleted file mode 100644 index 63fc01668..000000000 --- a/libc/sysv/consts/F_MAXFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_MAXFD,-1,-1,-1,-1,11,-1 diff --git a/libc/sysv/consts/F_NOCACHE.S b/libc/sysv/consts/F_NOCACHE.S new file mode 100644 index 000000000..b402dc12f --- /dev/null +++ b/libc/sysv/consts/F_NOCACHE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_NOCACHE,-1,48,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_NOCACHE.s b/libc/sysv/consts/F_NOCACHE.s deleted file mode 100644 index 298d8d22d..000000000 --- a/libc/sysv/consts/F_NOCACHE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_NOCACHE,-1,48,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_NOTIFY.S b/libc/sysv/consts/F_NOTIFY.S new file mode 100644 index 000000000..d667d239f --- /dev/null +++ b/libc/sysv/consts/F_NOTIFY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_NOTIFY,0x0402,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_NOTIFY.s b/libc/sysv/consts/F_NOTIFY.s deleted file mode 100644 index 5570be2bf..000000000 --- a/libc/sysv/consts/F_NOTIFY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_NOTIFY,0x0402,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_GETLK.S b/libc/sysv/consts/F_OFD_GETLK.S new file mode 100644 index 000000000..50626be2e --- /dev/null +++ b/libc/sysv/consts/F_OFD_GETLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_OFD_GETLK,36,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_GETLK.s b/libc/sysv/consts/F_OFD_GETLK.s deleted file mode 100644 index 592a7b9e1..000000000 --- a/libc/sysv/consts/F_OFD_GETLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_OFD_GETLK,36,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_SETLK.S b/libc/sysv/consts/F_OFD_SETLK.S new file mode 100644 index 000000000..86c168fcb --- /dev/null +++ b/libc/sysv/consts/F_OFD_SETLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_OFD_SETLK,37,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_SETLK.s b/libc/sysv/consts/F_OFD_SETLK.s deleted file mode 100644 index d9b807b95..000000000 --- a/libc/sysv/consts/F_OFD_SETLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_OFD_SETLK,37,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_SETLKW.S b/libc/sysv/consts/F_OFD_SETLKW.S new file mode 100644 index 000000000..f800ffa96 --- /dev/null +++ b/libc/sysv/consts/F_OFD_SETLKW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_OFD_SETLKW,38,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OFD_SETLKW.s b/libc/sysv/consts/F_OFD_SETLKW.s deleted file mode 100644 index c4a6d7a70..000000000 --- a/libc/sysv/consts/F_OFD_SETLKW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_OFD_SETLKW,38,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_OK.S b/libc/sysv/consts/F_OK.S new file mode 100644 index 000000000..49cab113d --- /dev/null +++ b/libc/sysv/consts/F_OK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon access,F_OK,0,0,0,0,0,0 diff --git a/libc/sysv/consts/F_OK.s b/libc/sysv/consts/F_OK.s deleted file mode 100644 index e1a108078..000000000 --- a/libc/sysv/consts/F_OK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon access,F_OK,0,0,0,0,0,0 diff --git a/libc/sysv/consts/F_RDLCK.S b/libc/sysv/consts/F_RDLCK.S new file mode 100644 index 000000000..65f333ee8 --- /dev/null +++ b/libc/sysv/consts/F_RDLCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_RDLCK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/F_RDLCK.s b/libc/sysv/consts/F_RDLCK.s deleted file mode 100644 index 8dd03c9d8..000000000 --- a/libc/sysv/consts/F_RDLCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_RDLCK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/F_SETFD.S b/libc/sysv/consts/F_SETFD.S new file mode 100644 index 000000000..4eff82f5c --- /dev/null +++ b/libc/sysv/consts/F_SETFD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_SETFD,2,2,2,2,2,2 diff --git a/libc/sysv/consts/F_SETFD.s b/libc/sysv/consts/F_SETFD.s deleted file mode 100644 index 5dbf35a62..000000000 --- a/libc/sysv/consts/F_SETFD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_SETFD,2,2,2,2,2,2 diff --git a/libc/sysv/consts/F_SETFL.S b/libc/sysv/consts/F_SETFL.S new file mode 100644 index 000000000..d2de8879c --- /dev/null +++ b/libc/sysv/consts/F_SETFL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_SETFL,4,4,4,4,4,4 diff --git a/libc/sysv/consts/F_SETFL.s b/libc/sysv/consts/F_SETFL.s deleted file mode 100644 index 47e934549..000000000 --- a/libc/sysv/consts/F_SETFL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_SETFL,4,4,4,4,4,4 diff --git a/libc/sysv/consts/F_SETLEASE.S b/libc/sysv/consts/F_SETLEASE.S new file mode 100644 index 000000000..486ad3415 --- /dev/null +++ b/libc/sysv/consts/F_SETLEASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETLEASE,0x0400,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETLEASE.s b/libc/sysv/consts/F_SETLEASE.s deleted file mode 100644 index e6cfb8401..000000000 --- a/libc/sysv/consts/F_SETLEASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETLEASE,0x0400,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETLK.S b/libc/sysv/consts/F_SETLK.S new file mode 100644 index 000000000..6f4ec8b29 --- /dev/null +++ b/libc/sysv/consts/F_SETLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETLK,6,8,12,8,8,6 diff --git a/libc/sysv/consts/F_SETLK.s b/libc/sysv/consts/F_SETLK.s deleted file mode 100644 index dd25a8309..000000000 --- a/libc/sysv/consts/F_SETLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETLK,6,8,12,8,8,6 diff --git a/libc/sysv/consts/F_SETLK64.S b/libc/sysv/consts/F_SETLK64.S new file mode 100644 index 000000000..0747c5aed --- /dev/null +++ b/libc/sysv/consts/F_SETLK64.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,F_SETLK64,6,8,12,8,8,6 diff --git a/libc/sysv/consts/F_SETLK64.s b/libc/sysv/consts/F_SETLK64.s deleted file mode 100644 index 1ec0b97b5..000000000 --- a/libc/sysv/consts/F_SETLK64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,F_SETLK64,6,8,12,8,8,6 diff --git a/libc/sysv/consts/F_SETLKW.S b/libc/sysv/consts/F_SETLKW.S new file mode 100644 index 000000000..042933722 --- /dev/null +++ b/libc/sysv/consts/F_SETLKW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETLKW,7,9,13,9,9,7 diff --git a/libc/sysv/consts/F_SETLKW.s b/libc/sysv/consts/F_SETLKW.s deleted file mode 100644 index a69139ec3..000000000 --- a/libc/sysv/consts/F_SETLKW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETLKW,7,9,13,9,9,7 diff --git a/libc/sysv/consts/F_SETLKW64.S b/libc/sysv/consts/F_SETLKW64.S new file mode 100644 index 000000000..569ba2b70 --- /dev/null +++ b/libc/sysv/consts/F_SETLKW64.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,F_SETLKW64,7,9,13,9,9,7 diff --git a/libc/sysv/consts/F_SETLKW64.s b/libc/sysv/consts/F_SETLKW64.s deleted file mode 100644 index f376e2b38..000000000 --- a/libc/sysv/consts/F_SETLKW64.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,F_SETLKW64,7,9,13,9,9,7 diff --git a/libc/sysv/consts/F_SETNOSIGPIPE.S b/libc/sysv/consts/F_SETNOSIGPIPE.S new file mode 100644 index 000000000..ea3c25a37 --- /dev/null +++ b/libc/sysv/consts/F_SETNOSIGPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl3,F_SETNOSIGPIPE,-1,73,-1,-1,14,-1 diff --git a/libc/sysv/consts/F_SETNOSIGPIPE.s b/libc/sysv/consts/F_SETNOSIGPIPE.s deleted file mode 100644 index 586c476c1..000000000 --- a/libc/sysv/consts/F_SETNOSIGPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl3,F_SETNOSIGPIPE,-1,73,-1,-1,14,-1 diff --git a/libc/sysv/consts/F_SETOWN.S b/libc/sysv/consts/F_SETOWN.S new file mode 100644 index 000000000..19d2d8b33 --- /dev/null +++ b/libc/sysv/consts/F_SETOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl2,F_SETOWN,8,6,6,6,6,-1 diff --git a/libc/sysv/consts/F_SETOWN.s b/libc/sysv/consts/F_SETOWN.s deleted file mode 100644 index 765587f78..000000000 --- a/libc/sysv/consts/F_SETOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl2,F_SETOWN,8,6,6,6,6,-1 diff --git a/libc/sysv/consts/F_SETOWN_EX.S b/libc/sysv/consts/F_SETOWN_EX.S new file mode 100644 index 000000000..276b3d8f9 --- /dev/null +++ b/libc/sysv/consts/F_SETOWN_EX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETOWN_EX,15,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETOWN_EX.s b/libc/sysv/consts/F_SETOWN_EX.s deleted file mode 100644 index 0a740bc62..000000000 --- a/libc/sysv/consts/F_SETOWN_EX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETOWN_EX,15,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETPIPE_SZ.S b/libc/sysv/consts/F_SETPIPE_SZ.S new file mode 100644 index 000000000..7c0221405 --- /dev/null +++ b/libc/sysv/consts/F_SETPIPE_SZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETPIPE_SZ,0x0407,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETPIPE_SZ.s b/libc/sysv/consts/F_SETPIPE_SZ.s deleted file mode 100644 index 8e83d2a45..000000000 --- a/libc/sysv/consts/F_SETPIPE_SZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETPIPE_SZ,0x0407,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETSIG.S b/libc/sysv/consts/F_SETSIG.S new file mode 100644 index 000000000..596fd0eed --- /dev/null +++ b/libc/sysv/consts/F_SETSIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_SETSIG,10,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_SETSIG.s b/libc/sysv/consts/F_SETSIG.s deleted file mode 100644 index ebf6c4144..000000000 --- a/libc/sysv/consts/F_SETSIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_SETSIG,10,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/F_UNLCK.S b/libc/sysv/consts/F_UNLCK.S new file mode 100644 index 000000000..6e40c08f4 --- /dev/null +++ b/libc/sysv/consts/F_UNLCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_UNLCK,2,2,2,2,2,2 diff --git a/libc/sysv/consts/F_UNLCK.s b/libc/sysv/consts/F_UNLCK.s deleted file mode 100644 index caa3a254f..000000000 --- a/libc/sysv/consts/F_UNLCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_UNLCK,2,2,2,2,2,2 diff --git a/libc/sysv/consts/F_WRLCK.S b/libc/sysv/consts/F_WRLCK.S new file mode 100644 index 000000000..bf4098372 --- /dev/null +++ b/libc/sysv/consts/F_WRLCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fcntl,F_WRLCK,1,3,3,3,3,1 diff --git a/libc/sysv/consts/F_WRLCK.s b/libc/sysv/consts/F_WRLCK.s deleted file mode 100644 index c12dd174b..000000000 --- a/libc/sysv/consts/F_WRLCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fcntl,F_WRLCK,1,3,3,3,3,1 diff --git a/libc/sysv/consts/GIO_FONT.S b/libc/sysv/consts/GIO_FONT.S new file mode 100644 index 000000000..ef3af7dbd --- /dev/null +++ b/libc/sysv/consts/GIO_FONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,GIO_FONT,0x4b60,0,0,0,0,0 diff --git a/libc/sysv/consts/GIO_FONT.s b/libc/sysv/consts/GIO_FONT.s deleted file mode 100644 index 6b83720f8..000000000 --- a/libc/sysv/consts/GIO_FONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,GIO_FONT,0x4b60,0,0,0,0,0 diff --git a/libc/sysv/consts/GIO_FONTX.S b/libc/sysv/consts/GIO_FONTX.S new file mode 100644 index 000000000..d218546af --- /dev/null +++ b/libc/sysv/consts/GIO_FONTX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,GIO_FONTX,0x4b6b,0,0,0,0,0 diff --git a/libc/sysv/consts/GIO_FONTX.s b/libc/sysv/consts/GIO_FONTX.s deleted file mode 100644 index 1bac4c7b8..000000000 --- a/libc/sysv/consts/GIO_FONTX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,GIO_FONTX,0x4b6b,0,0,0,0,0 diff --git a/libc/sysv/consts/GRPQUOTA.S b/libc/sysv/consts/GRPQUOTA.S new file mode 100644 index 000000000..0e049f7a3 --- /dev/null +++ b/libc/sysv/consts/GRPQUOTA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,GRPQUOTA,1,1,1,1,1,0 diff --git a/libc/sysv/consts/GRPQUOTA.s b/libc/sysv/consts/GRPQUOTA.s deleted file mode 100644 index 0464e978c..000000000 --- a/libc/sysv/consts/GRPQUOTA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,GRPQUOTA,1,1,1,1,1,0 diff --git a/libc/sysv/consts/H4DISC.S b/libc/sysv/consts/H4DISC.S new file mode 100644 index 000000000..28debcffb --- /dev/null +++ b/libc/sysv/consts/H4DISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,H4DISC,0,0,0x7,0,0,0 diff --git a/libc/sysv/consts/H4DISC.s b/libc/sysv/consts/H4DISC.s deleted file mode 100644 index ee23a45a8..000000000 --- a/libc/sysv/consts/H4DISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,H4DISC,0,0,0x7,0,0,0 diff --git a/libc/sysv/consts/HOST_NAME_MAX.S b/libc/sysv/consts/HOST_NAME_MAX.S new file mode 100644 index 000000000..9af1a0351 --- /dev/null +++ b/libc/sysv/consts/HOST_NAME_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,HOST_NAME_MAX,0x40,0,0,255,255,0 diff --git a/libc/sysv/consts/HOST_NAME_MAX.s b/libc/sysv/consts/HOST_NAME_MAX.s deleted file mode 100644 index 729e7b3b6..000000000 --- a/libc/sysv/consts/HOST_NAME_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,HOST_NAME_MAX,0x40,0,0,255,255,0 diff --git a/libc/sysv/consts/HUPCL.S b/libc/sysv/consts/HUPCL.S new file mode 100644 index 000000000..6d27a2fb8 --- /dev/null +++ b/libc/sysv/consts/HUPCL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,HUPCL,0b0000010000000000,0b000100000000000000,0b000100000000000000,0b0100000000000000,0b0100000000000000,0b0000010000000000 diff --git a/libc/sysv/consts/HUPCL.s b/libc/sysv/consts/HUPCL.s deleted file mode 100644 index b19561aed..000000000 --- a/libc/sysv/consts/HUPCL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,HUPCL,0b0000010000000000,0b000100000000000000,0b000100000000000000,0b0100000000000000,0b0100000000000000,0b0000010000000000 diff --git a/libc/sysv/consts/ICANON.S b/libc/sysv/consts/ICANON.S new file mode 100644 index 000000000..89b1e0f5c --- /dev/null +++ b/libc/sysv/consts/ICANON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ICANON,0b0000000000000010,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000000000010 diff --git a/libc/sysv/consts/ICANON.s b/libc/sysv/consts/ICANON.s deleted file mode 100644 index e03eac5a7..000000000 --- a/libc/sysv/consts/ICANON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ICANON,0b0000000000000010,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000000000010 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH.S b/libc/sysv/consts/ICMP6_DST_UNREACH.S new file mode 100644 index 000000000..28bd0cb55 --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH,1,1,1,1,1,0 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH.s b/libc/sysv/consts/ICMP6_DST_UNREACH.s deleted file mode 100644 index dbd5c3671..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH,1,1,1,1,1,0 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.S b/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.S new file mode 100644 index 000000000..c70d461c0 --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH_ADDR,3,3,3,3,3,3 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.s b/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.s deleted file mode 100644 index cab682da0..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH_ADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH_ADDR,3,3,3,3,3,3 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.S b/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.S new file mode 100644 index 000000000..0e25e6b1d --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH_ADMIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.s b/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.s deleted file mode 100644 index b8fcc0f91..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH_ADMIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH_ADMIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.S b/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.S new file mode 100644 index 000000000..607f0e41e --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH_BEYONDSCOPE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.s b/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.s deleted file mode 100644 index 866af7d64..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH_BEYONDSCOPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH_BEYONDSCOPE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.S b/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.S new file mode 100644 index 000000000..f0fa7db6d --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH_NOPORT,4,4,4,4,4,4 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.s b/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.s deleted file mode 100644 index 707bb5082..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH_NOPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH_NOPORT,4,4,4,4,4,4 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.S b/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.S new file mode 100644 index 000000000..4577a5ff6 --- /dev/null +++ b/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_DST_UNREACH_NOROUTE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.s b/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.s deleted file mode 100644 index 655106b77..000000000 --- a/libc/sysv/consts/ICMP6_DST_UNREACH_NOROUTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_DST_UNREACH_NOROUTE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICMP6_ECHO_REPLY.S b/libc/sysv/consts/ICMP6_ECHO_REPLY.S new file mode 100644 index 000000000..ce3e4a26b --- /dev/null +++ b/libc/sysv/consts/ICMP6_ECHO_REPLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_ECHO_REPLY,129,129,129,129,129,0 diff --git a/libc/sysv/consts/ICMP6_ECHO_REPLY.s b/libc/sysv/consts/ICMP6_ECHO_REPLY.s deleted file mode 100644 index 973ee1b12..000000000 --- a/libc/sysv/consts/ICMP6_ECHO_REPLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_ECHO_REPLY,129,129,129,129,129,0 diff --git a/libc/sysv/consts/ICMP6_ECHO_REQUEST.S b/libc/sysv/consts/ICMP6_ECHO_REQUEST.S new file mode 100644 index 000000000..a2d98b69e --- /dev/null +++ b/libc/sysv/consts/ICMP6_ECHO_REQUEST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_ECHO_REQUEST,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_ECHO_REQUEST.s b/libc/sysv/consts/ICMP6_ECHO_REQUEST.s deleted file mode 100644 index 8f9aa0952..000000000 --- a/libc/sysv/consts/ICMP6_ECHO_REQUEST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_ECHO_REQUEST,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_FILTER.S b/libc/sysv/consts/ICMP6_FILTER.S new file mode 100644 index 000000000..892e74073 --- /dev/null +++ b/libc/sysv/consts/ICMP6_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_FILTER,1,18,18,18,18,0 diff --git a/libc/sysv/consts/ICMP6_FILTER.s b/libc/sysv/consts/ICMP6_FILTER.s deleted file mode 100644 index 31191c2f7..000000000 --- a/libc/sysv/consts/ICMP6_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_FILTER,1,18,18,18,18,0 diff --git a/libc/sysv/consts/ICMP6_INFOMSG_MASK.S b/libc/sysv/consts/ICMP6_INFOMSG_MASK.S new file mode 100644 index 000000000..b2503396e --- /dev/null +++ b/libc/sysv/consts/ICMP6_INFOMSG_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_INFOMSG_MASK,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/ICMP6_INFOMSG_MASK.s b/libc/sysv/consts/ICMP6_INFOMSG_MASK.s deleted file mode 100644 index 7b568d353..000000000 --- a/libc/sysv/consts/ICMP6_INFOMSG_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_INFOMSG_MASK,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.S b/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.S new file mode 100644 index 000000000..86d48d409 --- /dev/null +++ b/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_PACKET_TOO_BIG,2,2,2,2,2,0 diff --git a/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.s b/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.s deleted file mode 100644 index 57687a44f..000000000 --- a/libc/sysv/consts/ICMP6_PACKET_TOO_BIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_PACKET_TOO_BIG,2,2,2,2,2,0 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.S b/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.S new file mode 100644 index 000000000..d110380cd --- /dev/null +++ b/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_PARAMPROB_HEADER,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.s b/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.s deleted file mode 100644 index 39e0d3855..000000000 --- a/libc/sysv/consts/ICMP6_PARAMPROB_HEADER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_PARAMPROB_HEADER,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.S b/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.S new file mode 100644 index 000000000..264d6f79f --- /dev/null +++ b/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_PARAMPROB_NEXTHEADER,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.s b/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.s deleted file mode 100644 index 916337706..000000000 --- a/libc/sysv/consts/ICMP6_PARAMPROB_NEXTHEADER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_PARAMPROB_NEXTHEADER,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.S b/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.S new file mode 100644 index 000000000..33fe65e31 --- /dev/null +++ b/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_PARAMPROB_OPTION,2,2,2,2,2,2 diff --git a/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.s b/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.s deleted file mode 100644 index cccbc2c6a..000000000 --- a/libc/sysv/consts/ICMP6_PARAMPROB_OPTION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_PARAMPROB_OPTION,2,2,2,2,2,2 diff --git a/libc/sysv/consts/ICMP6_PARAM_PROB.S b/libc/sysv/consts/ICMP6_PARAM_PROB.S new file mode 100644 index 000000000..358fb5843 --- /dev/null +++ b/libc/sysv/consts/ICMP6_PARAM_PROB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_PARAM_PROB,4,4,4,4,4,0 diff --git a/libc/sysv/consts/ICMP6_PARAM_PROB.s b/libc/sysv/consts/ICMP6_PARAM_PROB.s deleted file mode 100644 index 7024667b3..000000000 --- a/libc/sysv/consts/ICMP6_PARAM_PROB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_PARAM_PROB,4,4,4,4,4,0 diff --git a/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.S b/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.S new file mode 100644 index 000000000..547ac8175 --- /dev/null +++ b/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_ROUTER_RENUMBERING,138,138,138,138,138,0 diff --git a/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.s b/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.s deleted file mode 100644 index 67527c24b..000000000 --- a/libc/sysv/consts/ICMP6_ROUTER_RENUMBERING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_ROUTER_RENUMBERING,138,138,138,138,138,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.S b/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.S new file mode 100644 index 000000000..fc6ea66bf --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_FLAGS_FORCEAPPLY,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.s b/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.s deleted file mode 100644 index 9dd12fe7c..000000000 --- a/libc/sysv/consts/ICMP6_RR_FLAGS_FORCEAPPLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_FLAGS_FORCEAPPLY,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S b/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S new file mode 100644 index 000000000..b75638c2f --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_FLAGS_PREVDONE,8,8,8,8,8,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.s b/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.s deleted file mode 100644 index f5f91ab12..000000000 --- a/libc/sysv/consts/ICMP6_RR_FLAGS_PREVDONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_FLAGS_PREVDONE,8,8,8,8,8,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.S b/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.S new file mode 100644 index 000000000..14a74d17b --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_FLAGS_REQRESULT,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.s b/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.s deleted file mode 100644 index bd9827648..000000000 --- a/libc/sysv/consts/ICMP6_RR_FLAGS_REQRESULT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_FLAGS_REQRESULT,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.S b/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.S new file mode 100644 index 000000000..1bf6abebe --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_FLAGS_SPECSITE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.s b/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.s deleted file mode 100644 index e7cb6582c..000000000 --- a/libc/sysv/consts/ICMP6_RR_FLAGS_SPECSITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_FLAGS_SPECSITE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.S b/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.S new file mode 100644 index 000000000..f696f86e3 --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_FLAGS_TEST,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.s b/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.s deleted file mode 100644 index c7f31bc8f..000000000 --- a/libc/sysv/consts/ICMP6_RR_FLAGS_TEST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_FLAGS_TEST,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.S b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.S new file mode 100644 index 000000000..14183c93a --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s deleted file mode 100644 index 39574b8cb..000000000 --- a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.S b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.S new file mode 100644 index 000000000..9a7a10620 --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s b/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s deleted file mode 100644 index b7f67ccdd..000000000 --- a/libc/sysv/consts/ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.S b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.S new file mode 100644 index 000000000..f7ee0445a --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_PCOUSE_RAFLAGS_AUTO,0x10,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s deleted file mode 100644 index c5c1da5fc..000000000 --- a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_AUTO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_PCOUSE_RAFLAGS_AUTO,0x10,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.S b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.S new file mode 100644 index 000000000..ab5d9ab31 --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_PCOUSE_RAFLAGS_ONLINK,0x20,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s b/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s deleted file mode 100644 index df53940a7..000000000 --- a/libc/sysv/consts/ICMP6_RR_PCOUSE_RAFLAGS_ONLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_PCOUSE_RAFLAGS_ONLINK,0x20,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.S b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.S new file mode 100644 index 000000000..d80486986 --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_RESULT_FLAGS_FORBIDDEN,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s deleted file mode 100644 index f4c691092..000000000 --- a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_FORBIDDEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_RESULT_FLAGS_FORBIDDEN,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.S b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.S new file mode 100644 index 000000000..34c88566f --- /dev/null +++ b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_RR_RESULT_FLAGS_OOB,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.s b/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.s deleted file mode 100644 index 13524a1e8..000000000 --- a/libc/sysv/consts/ICMP6_RR_RESULT_FLAGS_OOB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_RR_RESULT_FLAGS_OOB,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEEDED.S b/libc/sysv/consts/ICMP6_TIME_EXCEEDED.S new file mode 100644 index 000000000..2a4eeb723 --- /dev/null +++ b/libc/sysv/consts/ICMP6_TIME_EXCEEDED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_TIME_EXCEEDED,3,3,3,3,3,0 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEEDED.s b/libc/sysv/consts/ICMP6_TIME_EXCEEDED.s deleted file mode 100644 index dbf9a0240..000000000 --- a/libc/sysv/consts/ICMP6_TIME_EXCEEDED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_TIME_EXCEEDED,3,3,3,3,3,0 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.S b/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.S new file mode 100644 index 000000000..4ff5d29a2 --- /dev/null +++ b/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_TIME_EXCEED_REASSEMBLY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.s b/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.s deleted file mode 100644 index 146125b68..000000000 --- a/libc/sysv/consts/ICMP6_TIME_EXCEED_REASSEMBLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_TIME_EXCEED_REASSEMBLY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.S b/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.S new file mode 100644 index 000000000..31a86edd8 --- /dev/null +++ b/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon icmp6,ICMP6_TIME_EXCEED_TRANSIT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.s b/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.s deleted file mode 100644 index a8b147515..000000000 --- a/libc/sysv/consts/ICMP6_TIME_EXCEED_TRANSIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon icmp6,ICMP6_TIME_EXCEED_TRANSIT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/ICRNL.S b/libc/sysv/consts/ICRNL.S new file mode 100644 index 000000000..fc2eb3d84 --- /dev/null +++ b/libc/sysv/consts/ICRNL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ICRNL,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/ICRNL.s b/libc/sysv/consts/ICRNL.s deleted file mode 100644 index d01ddd3a0..000000000 --- a/libc/sysv/consts/ICRNL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ICRNL,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/IEXTEN.S b/libc/sysv/consts/IEXTEN.S new file mode 100644 index 000000000..2b5d76fd9 --- /dev/null +++ b/libc/sysv/consts/IEXTEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IEXTEN,0b1000000000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b1000000000000000 diff --git a/libc/sysv/consts/IEXTEN.s b/libc/sysv/consts/IEXTEN.s deleted file mode 100644 index ea01c0fdf..000000000 --- a/libc/sysv/consts/IEXTEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IEXTEN,0b1000000000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b1000000000000000 diff --git a/libc/sysv/consts/IFF_ALLMULTI.S b/libc/sysv/consts/IFF_ALLMULTI.S new file mode 100644 index 000000000..2857d6be1 --- /dev/null +++ b/libc/sysv/consts/IFF_ALLMULTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_ALLMULTI,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200 diff --git a/libc/sysv/consts/IFF_ALLMULTI.s b/libc/sysv/consts/IFF_ALLMULTI.s deleted file mode 100644 index bd4c4d906..000000000 --- a/libc/sysv/consts/IFF_ALLMULTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_ALLMULTI,0x0200,0x0200,0x0200,0x0200,0x0200,0x0200 diff --git a/libc/sysv/consts/IFF_AUTOMEDIA.S b/libc/sysv/consts/IFF_AUTOMEDIA.S new file mode 100644 index 000000000..8d54f46b9 --- /dev/null +++ b/libc/sysv/consts/IFF_AUTOMEDIA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_AUTOMEDIA,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_AUTOMEDIA.s b/libc/sysv/consts/IFF_AUTOMEDIA.s deleted file mode 100644 index a846354f4..000000000 --- a/libc/sysv/consts/IFF_AUTOMEDIA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_AUTOMEDIA,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_BROADCAST.S b/libc/sysv/consts/IFF_BROADCAST.S new file mode 100644 index 000000000..461879423 --- /dev/null +++ b/libc/sysv/consts/IFF_BROADCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_BROADCAST,2,2,2,2,2,2 diff --git a/libc/sysv/consts/IFF_BROADCAST.s b/libc/sysv/consts/IFF_BROADCAST.s deleted file mode 100644 index 17ff76e6b..000000000 --- a/libc/sysv/consts/IFF_BROADCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_BROADCAST,2,2,2,2,2,2 diff --git a/libc/sysv/consts/IFF_DEBUG.S b/libc/sysv/consts/IFF_DEBUG.S new file mode 100644 index 000000000..0e811d455 --- /dev/null +++ b/libc/sysv/consts/IFF_DEBUG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_DEBUG,4,4,4,4,4,4 diff --git a/libc/sysv/consts/IFF_DEBUG.s b/libc/sysv/consts/IFF_DEBUG.s deleted file mode 100644 index caf42cfe5..000000000 --- a/libc/sysv/consts/IFF_DEBUG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_DEBUG,4,4,4,4,4,4 diff --git a/libc/sysv/consts/IFF_DYNAMIC.S b/libc/sysv/consts/IFF_DYNAMIC.S new file mode 100644 index 000000000..244e62ee1 --- /dev/null +++ b/libc/sysv/consts/IFF_DYNAMIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_DYNAMIC,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_DYNAMIC.s b/libc/sysv/consts/IFF_DYNAMIC.s deleted file mode 100644 index c85509d45..000000000 --- a/libc/sysv/consts/IFF_DYNAMIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_DYNAMIC,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_LOOPBACK.S b/libc/sysv/consts/IFF_LOOPBACK.S new file mode 100644 index 000000000..0c62170fb --- /dev/null +++ b/libc/sysv/consts/IFF_LOOPBACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_LOOPBACK,8,8,8,8,8,4 diff --git a/libc/sysv/consts/IFF_LOOPBACK.s b/libc/sysv/consts/IFF_LOOPBACK.s deleted file mode 100644 index 1d42d1a39..000000000 --- a/libc/sysv/consts/IFF_LOOPBACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_LOOPBACK,8,8,8,8,8,4 diff --git a/libc/sysv/consts/IFF_MASTER.S b/libc/sysv/consts/IFF_MASTER.S new file mode 100644 index 000000000..8c67fb921 --- /dev/null +++ b/libc/sysv/consts/IFF_MASTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_MASTER,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_MASTER.s b/libc/sysv/consts/IFF_MASTER.s deleted file mode 100644 index 1b21ed192..000000000 --- a/libc/sysv/consts/IFF_MASTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_MASTER,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_MULTICAST.S b/libc/sysv/consts/IFF_MULTICAST.S new file mode 100644 index 000000000..8f158e689 --- /dev/null +++ b/libc/sysv/consts/IFF_MULTICAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_MULTICAST,0x1000,0x8000,0x8000,0x8000,0x8000,0x1000 diff --git a/libc/sysv/consts/IFF_MULTICAST.s b/libc/sysv/consts/IFF_MULTICAST.s deleted file mode 100644 index 91662e52f..000000000 --- a/libc/sysv/consts/IFF_MULTICAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_MULTICAST,0x1000,0x8000,0x8000,0x8000,0x8000,0x1000 diff --git a/libc/sysv/consts/IFF_NOARP.S b/libc/sysv/consts/IFF_NOARP.S new file mode 100644 index 000000000..bffe6175c --- /dev/null +++ b/libc/sysv/consts/IFF_NOARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_NOARP,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/IFF_NOARP.s b/libc/sysv/consts/IFF_NOARP.s deleted file mode 100644 index 0642a82ef..000000000 --- a/libc/sysv/consts/IFF_NOARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_NOARP,0x80,0x80,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/IFF_NOTRAILERS.S b/libc/sysv/consts/IFF_NOTRAILERS.S new file mode 100644 index 000000000..65a6217f5 --- /dev/null +++ b/libc/sysv/consts/IFF_NOTRAILERS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_NOTRAILERS,0x20,0x20,0,0,0,0 diff --git a/libc/sysv/consts/IFF_NOTRAILERS.s b/libc/sysv/consts/IFF_NOTRAILERS.s deleted file mode 100644 index 4dca75cd5..000000000 --- a/libc/sysv/consts/IFF_NOTRAILERS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_NOTRAILERS,0x20,0x20,0,0,0,0 diff --git a/libc/sysv/consts/IFF_POINTOPOINT.S b/libc/sysv/consts/IFF_POINTOPOINT.S new file mode 100644 index 000000000..894fe8d56 --- /dev/null +++ b/libc/sysv/consts/IFF_POINTOPOINT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_POINTOPOINT,0x10,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/IFF_POINTOPOINT.s b/libc/sysv/consts/IFF_POINTOPOINT.s deleted file mode 100644 index e46e5e33f..000000000 --- a/libc/sysv/consts/IFF_POINTOPOINT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_POINTOPOINT,0x10,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/IFF_PORTSEL.S b/libc/sysv/consts/IFF_PORTSEL.S new file mode 100644 index 000000000..be61a440f --- /dev/null +++ b/libc/sysv/consts/IFF_PORTSEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_PORTSEL,0x2000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_PORTSEL.s b/libc/sysv/consts/IFF_PORTSEL.s deleted file mode 100644 index 999ad0a62..000000000 --- a/libc/sysv/consts/IFF_PORTSEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_PORTSEL,0x2000,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_PROMISC.S b/libc/sysv/consts/IFF_PROMISC.S new file mode 100644 index 000000000..be1f05540 --- /dev/null +++ b/libc/sysv/consts/IFF_PROMISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_PROMISC,0x100,0x100,0x100,0x100,0x100,0 diff --git a/libc/sysv/consts/IFF_PROMISC.s b/libc/sysv/consts/IFF_PROMISC.s deleted file mode 100644 index c59eceb0c..000000000 --- a/libc/sysv/consts/IFF_PROMISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_PROMISC,0x100,0x100,0x100,0x100,0x100,0 diff --git a/libc/sysv/consts/IFF_RUNNING.S b/libc/sysv/consts/IFF_RUNNING.S new file mode 100644 index 000000000..c849bbc45 --- /dev/null +++ b/libc/sysv/consts/IFF_RUNNING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_RUNNING,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/IFF_RUNNING.s b/libc/sysv/consts/IFF_RUNNING.s deleted file mode 100644 index 1beb0a130..000000000 --- a/libc/sysv/consts/IFF_RUNNING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_RUNNING,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/IFF_SLAVE.S b/libc/sysv/consts/IFF_SLAVE.S new file mode 100644 index 000000000..713936655 --- /dev/null +++ b/libc/sysv/consts/IFF_SLAVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_SLAVE,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_SLAVE.s b/libc/sysv/consts/IFF_SLAVE.s deleted file mode 100644 index a318900bf..000000000 --- a/libc/sysv/consts/IFF_SLAVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_SLAVE,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/IFF_UP.S b/libc/sysv/consts/IFF_UP.S new file mode 100644 index 000000000..f58b798fe --- /dev/null +++ b/libc/sysv/consts/IFF_UP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iff,IFF_UP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IFF_UP.s b/libc/sysv/consts/IFF_UP.s deleted file mode 100644 index 773415c30..000000000 --- a/libc/sysv/consts/IFF_UP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iff,IFF_UP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IF_NAMESIZE.S b/libc/sysv/consts/IF_NAMESIZE.S new file mode 100644 index 000000000..0b976ac74 --- /dev/null +++ b/libc/sysv/consts/IF_NAMESIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,IF_NAMESIZE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/IF_NAMESIZE.s b/libc/sysv/consts/IF_NAMESIZE.s deleted file mode 100644 index 8effe3c5a..000000000 --- a/libc/sysv/consts/IF_NAMESIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,IF_NAMESIZE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/IGNBRK.S b/libc/sysv/consts/IGNBRK.S new file mode 100644 index 000000000..f51440166 --- /dev/null +++ b/libc/sysv/consts/IGNBRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IGNBRK,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/IGNBRK.s b/libc/sysv/consts/IGNBRK.s deleted file mode 100644 index e8a39f180..000000000 --- a/libc/sysv/consts/IGNBRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IGNBRK,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/IGNCR.S b/libc/sysv/consts/IGNCR.S new file mode 100644 index 000000000..d56d1b0fc --- /dev/null +++ b/libc/sysv/consts/IGNCR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IGNCR,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/IGNCR.s b/libc/sysv/consts/IGNCR.s deleted file mode 100644 index 92d4ad83d..000000000 --- a/libc/sysv/consts/IGNCR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IGNCR,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/IGNPAR.S b/libc/sysv/consts/IGNPAR.S new file mode 100644 index 000000000..bc8f78f4a --- /dev/null +++ b/libc/sysv/consts/IGNPAR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IGNPAR,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100 diff --git a/libc/sysv/consts/IGNPAR.s b/libc/sysv/consts/IGNPAR.s deleted file mode 100644 index 18ecd0ca0..000000000 --- a/libc/sysv/consts/IGNPAR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IGNPAR,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100 diff --git a/libc/sysv/consts/ILL_BADSTK.S b/libc/sysv/consts/ILL_BADSTK.S new file mode 100644 index 000000000..296262949 --- /dev/null +++ b/libc/sysv/consts/ILL_BADSTK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_BADSTK,8,8,8,8,8,8 diff --git a/libc/sysv/consts/ILL_BADSTK.s b/libc/sysv/consts/ILL_BADSTK.s deleted file mode 100644 index e09a80920..000000000 --- a/libc/sysv/consts/ILL_BADSTK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_BADSTK,8,8,8,8,8,8 diff --git a/libc/sysv/consts/ILL_COPROC.S b/libc/sysv/consts/ILL_COPROC.S new file mode 100644 index 000000000..220f3d6ba --- /dev/null +++ b/libc/sysv/consts/ILL_COPROC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_COPROC,7,7,7,7,7,7 diff --git a/libc/sysv/consts/ILL_COPROC.s b/libc/sysv/consts/ILL_COPROC.s deleted file mode 100644 index e01039802..000000000 --- a/libc/sysv/consts/ILL_COPROC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_COPROC,7,7,7,7,7,7 diff --git a/libc/sysv/consts/ILL_ILLADR.S b/libc/sysv/consts/ILL_ILLADR.S new file mode 100644 index 000000000..7aff4a492 --- /dev/null +++ b/libc/sysv/consts/ILL_ILLADR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_ILLADR,3,5,3,3,3,3 diff --git a/libc/sysv/consts/ILL_ILLADR.s b/libc/sysv/consts/ILL_ILLADR.s deleted file mode 100644 index 505b6458e..000000000 --- a/libc/sysv/consts/ILL_ILLADR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_ILLADR,3,5,3,3,3,3 diff --git a/libc/sysv/consts/ILL_ILLOPC.S b/libc/sysv/consts/ILL_ILLOPC.S new file mode 100644 index 000000000..9343caf39 --- /dev/null +++ b/libc/sysv/consts/ILL_ILLOPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_ILLOPC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ILL_ILLOPC.s b/libc/sysv/consts/ILL_ILLOPC.s deleted file mode 100644 index 465c35910..000000000 --- a/libc/sysv/consts/ILL_ILLOPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_ILLOPC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/ILL_ILLOPN.S b/libc/sysv/consts/ILL_ILLOPN.S new file mode 100644 index 000000000..ad757bc07 --- /dev/null +++ b/libc/sysv/consts/ILL_ILLOPN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_ILLOPN,2,4,2,2,2,2 diff --git a/libc/sysv/consts/ILL_ILLOPN.s b/libc/sysv/consts/ILL_ILLOPN.s deleted file mode 100644 index f2fa97991..000000000 --- a/libc/sysv/consts/ILL_ILLOPN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_ILLOPN,2,4,2,2,2,2 diff --git a/libc/sysv/consts/ILL_ILLTRP.S b/libc/sysv/consts/ILL_ILLTRP.S new file mode 100644 index 000000000..722e291f4 --- /dev/null +++ b/libc/sysv/consts/ILL_ILLTRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_ILLTRP,4,2,4,4,4,4 diff --git a/libc/sysv/consts/ILL_ILLTRP.s b/libc/sysv/consts/ILL_ILLTRP.s deleted file mode 100644 index fb9d14a0b..000000000 --- a/libc/sysv/consts/ILL_ILLTRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_ILLTRP,4,2,4,4,4,4 diff --git a/libc/sysv/consts/ILL_PRVOPC.S b/libc/sysv/consts/ILL_PRVOPC.S new file mode 100644 index 000000000..438b12a21 --- /dev/null +++ b/libc/sysv/consts/ILL_PRVOPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_PRVOPC,5,3,5,5,5,5 diff --git a/libc/sysv/consts/ILL_PRVOPC.s b/libc/sysv/consts/ILL_PRVOPC.s deleted file mode 100644 index aab3b3485..000000000 --- a/libc/sysv/consts/ILL_PRVOPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_PRVOPC,5,3,5,5,5,5 diff --git a/libc/sysv/consts/ILL_PRVREG.S b/libc/sysv/consts/ILL_PRVREG.S new file mode 100644 index 000000000..bfbb3b56a --- /dev/null +++ b/libc/sysv/consts/ILL_PRVREG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,ILL_PRVREG,6,6,6,6,6,6 diff --git a/libc/sysv/consts/ILL_PRVREG.s b/libc/sysv/consts/ILL_PRVREG.s deleted file mode 100644 index e71f79d68..000000000 --- a/libc/sysv/consts/ILL_PRVREG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,ILL_PRVREG,6,6,6,6,6,6 diff --git a/libc/sysv/consts/IMAXBEL.S b/libc/sysv/consts/IMAXBEL.S new file mode 100644 index 000000000..fd3c2ad67 --- /dev/null +++ b/libc/sysv/consts/IMAXBEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IMAXBEL,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000 diff --git a/libc/sysv/consts/IMAXBEL.s b/libc/sysv/consts/IMAXBEL.s deleted file mode 100644 index d2fd2d506..000000000 --- a/libc/sysv/consts/IMAXBEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IMAXBEL,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000,0b0010000000000000 diff --git a/libc/sysv/consts/INET6_ADDRSTRLEN.S b/libc/sysv/consts/INET6_ADDRSTRLEN.S new file mode 100644 index 000000000..cd558b18d --- /dev/null +++ b/libc/sysv/consts/INET6_ADDRSTRLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,INET6_ADDRSTRLEN,46,46,46,46,46,65 diff --git a/libc/sysv/consts/INET6_ADDRSTRLEN.s b/libc/sysv/consts/INET6_ADDRSTRLEN.s deleted file mode 100644 index 216dc5f6a..000000000 --- a/libc/sysv/consts/INET6_ADDRSTRLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,INET6_ADDRSTRLEN,46,46,46,46,46,65 diff --git a/libc/sysv/consts/INET_ADDRSTRLEN.S b/libc/sysv/consts/INET_ADDRSTRLEN.S new file mode 100644 index 000000000..9894f4c17 --- /dev/null +++ b/libc/sysv/consts/INET_ADDRSTRLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,INET_ADDRSTRLEN,0x10,0x10,0x10,0x10,0x10,22 diff --git a/libc/sysv/consts/INET_ADDRSTRLEN.s b/libc/sysv/consts/INET_ADDRSTRLEN.s deleted file mode 100644 index 62704eb68..000000000 --- a/libc/sysv/consts/INET_ADDRSTRLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,INET_ADDRSTRLEN,0x10,0x10,0x10,0x10,0x10,22 diff --git a/libc/sysv/consts/INLCR.S b/libc/sysv/consts/INLCR.S new file mode 100644 index 000000000..3046e4c5c --- /dev/null +++ b/libc/sysv/consts/INLCR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,INLCR,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/INLCR.s b/libc/sysv/consts/INLCR.s deleted file mode 100644 index 9ad717bed..000000000 --- a/libc/sysv/consts/INLCR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,INLCR,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/INPCK.S b/libc/sysv/consts/INPCK.S new file mode 100644 index 000000000..06a9e93b5 --- /dev/null +++ b/libc/sysv/consts/INPCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,INPCK,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000 diff --git a/libc/sysv/consts/INPCK.s b/libc/sysv/consts/INPCK.s deleted file mode 100644 index 379017d83..000000000 --- a/libc/sysv/consts/INPCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,INPCK,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000 diff --git a/libc/sysv/consts/INTERMEDIATE_C_GOOD.S b/libc/sysv/consts/INTERMEDIATE_C_GOOD.S new file mode 100644 index 000000000..6901e192c --- /dev/null +++ b/libc/sysv/consts/INTERMEDIATE_C_GOOD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,INTERMEDIATE_C_GOOD,10,0,0,0,0,0 diff --git a/libc/sysv/consts/INTERMEDIATE_C_GOOD.s b/libc/sysv/consts/INTERMEDIATE_C_GOOD.s deleted file mode 100644 index e8b56d031..000000000 --- a/libc/sysv/consts/INTERMEDIATE_C_GOOD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,INTERMEDIATE_C_GOOD,10,0,0,0,0,0 diff --git a/libc/sysv/consts/INTERMEDIATE_GOOD.S b/libc/sysv/consts/INTERMEDIATE_GOOD.S new file mode 100644 index 000000000..521222cfe --- /dev/null +++ b/libc/sysv/consts/INTERMEDIATE_GOOD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,INTERMEDIATE_GOOD,8,0,0,0,0,0 diff --git a/libc/sysv/consts/INTERMEDIATE_GOOD.s b/libc/sysv/consts/INTERMEDIATE_GOOD.s deleted file mode 100644 index e280cc2c8..000000000 --- a/libc/sysv/consts/INTERMEDIATE_GOOD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,INTERMEDIATE_GOOD,8,0,0,0,0,0 diff --git a/libc/sysv/consts/IOV_MAX.S b/libc/sysv/consts/IOV_MAX.S new file mode 100644 index 000000000..c2ab7fb9d --- /dev/null +++ b/libc/sysv/consts/IOV_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,IOV_MAX,0x0400,0x0400,0x0400,0x0400,0x0400,16 diff --git a/libc/sysv/consts/IOV_MAX.s b/libc/sysv/consts/IOV_MAX.s deleted file mode 100644 index 3e029f801..000000000 --- a/libc/sysv/consts/IOV_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,IOV_MAX,0x0400,0x0400,0x0400,0x0400,0x0400,16 diff --git a/libc/sysv/consts/IP6F_MORE_FRAG.S b/libc/sysv/consts/IP6F_MORE_FRAG.S new file mode 100644 index 000000000..f20c3dd2d --- /dev/null +++ b/libc/sysv/consts/IP6F_MORE_FRAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,IP6F_MORE_FRAG,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/IP6F_MORE_FRAG.s b/libc/sysv/consts/IP6F_MORE_FRAG.s deleted file mode 100644 index 2bb9584aa..000000000 --- a/libc/sysv/consts/IP6F_MORE_FRAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,IP6F_MORE_FRAG,0x0100,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/IP6F_OFF_MASK.S b/libc/sysv/consts/IP6F_OFF_MASK.S new file mode 100644 index 000000000..9e52922dc --- /dev/null +++ b/libc/sysv/consts/IP6F_OFF_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,IP6F_OFF_MASK,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff diff --git a/libc/sysv/consts/IP6F_OFF_MASK.s b/libc/sysv/consts/IP6F_OFF_MASK.s deleted file mode 100644 index 310a4c90a..000000000 --- a/libc/sysv/consts/IP6F_OFF_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,IP6F_OFF_MASK,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff,0xf8ff diff --git a/libc/sysv/consts/IP6F_RESERVED_MASK.S b/libc/sysv/consts/IP6F_RESERVED_MASK.S new file mode 100644 index 000000000..56ed9cfda --- /dev/null +++ b/libc/sysv/consts/IP6F_RESERVED_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,IP6F_RESERVED_MASK,0x0600,0x0600,0x0600,0x0600,0x0600,0x0600 diff --git a/libc/sysv/consts/IP6F_RESERVED_MASK.s b/libc/sysv/consts/IP6F_RESERVED_MASK.s deleted file mode 100644 index ac75eab0b..000000000 --- a/libc/sysv/consts/IP6F_RESERVED_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,IP6F_RESERVED_MASK,0x0600,0x0600,0x0600,0x0600,0x0600,0x0600 diff --git a/libc/sysv/consts/IPPORT_USERRESERVED.S b/libc/sysv/consts/IPPORT_USERRESERVED.S new file mode 100644 index 000000000..b12920d80 --- /dev/null +++ b/libc/sysv/consts/IPPORT_USERRESERVED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipport,IPPORT_USERRESERVED,5000,5000,5000,49151,5000,5000 diff --git a/libc/sysv/consts/IPPORT_USERRESERVED.s b/libc/sysv/consts/IPPORT_USERRESERVED.s deleted file mode 100644 index fc2567465..000000000 --- a/libc/sysv/consts/IPPORT_USERRESERVED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipport,IPPORT_USERRESERVED,5000,5000,5000,49151,5000,5000 diff --git a/libc/sysv/consts/IPPROTO_AH.S b/libc/sysv/consts/IPPROTO_AH.S new file mode 100644 index 000000000..b97c50878 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_AH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_AH,51,51,51,51,51,-1 diff --git a/libc/sysv/consts/IPPROTO_AH.s b/libc/sysv/consts/IPPROTO_AH.s deleted file mode 100644 index 2c8ce7339..000000000 --- a/libc/sysv/consts/IPPROTO_AH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_AH,51,51,51,51,51,-1 diff --git a/libc/sysv/consts/IPPROTO_BEETPH.S b/libc/sysv/consts/IPPROTO_BEETPH.S new file mode 100644 index 000000000..3e9d66e10 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_BEETPH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_BEETPH,94,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_BEETPH.s b/libc/sysv/consts/IPPROTO_BEETPH.s deleted file mode 100644 index 3d00fdcba..000000000 --- a/libc/sysv/consts/IPPROTO_BEETPH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_BEETPH,94,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_COMP.S b/libc/sysv/consts/IPPROTO_COMP.S new file mode 100644 index 000000000..29fa9dda5 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_COMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_COMP,108,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_COMP.s b/libc/sysv/consts/IPPROTO_COMP.s deleted file mode 100644 index fff18d853..000000000 --- a/libc/sysv/consts/IPPROTO_COMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_COMP,108,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_DCCP.S b/libc/sysv/consts/IPPROTO_DCCP.S new file mode 100644 index 000000000..d781c241c --- /dev/null +++ b/libc/sysv/consts/IPPROTO_DCCP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_DCCP,33,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_DCCP.s b/libc/sysv/consts/IPPROTO_DCCP.s deleted file mode 100644 index c7760eecb..000000000 --- a/libc/sysv/consts/IPPROTO_DCCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_DCCP,33,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_DSTOPTS.S b/libc/sysv/consts/IPPROTO_DSTOPTS.S new file mode 100644 index 000000000..58b4ac1f4 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_DSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_DSTOPTS,60,60,60,60,60,-1 diff --git a/libc/sysv/consts/IPPROTO_DSTOPTS.s b/libc/sysv/consts/IPPROTO_DSTOPTS.s deleted file mode 100644 index 035ed2994..000000000 --- a/libc/sysv/consts/IPPROTO_DSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_DSTOPTS,60,60,60,60,60,-1 diff --git a/libc/sysv/consts/IPPROTO_EGP.S b/libc/sysv/consts/IPPROTO_EGP.S new file mode 100644 index 000000000..cb0deac5a --- /dev/null +++ b/libc/sysv/consts/IPPROTO_EGP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_EGP,8,8,8,8,8,-1 diff --git a/libc/sysv/consts/IPPROTO_EGP.s b/libc/sysv/consts/IPPROTO_EGP.s deleted file mode 100644 index fc697d834..000000000 --- a/libc/sysv/consts/IPPROTO_EGP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_EGP,8,8,8,8,8,-1 diff --git a/libc/sysv/consts/IPPROTO_ENCAP.S b/libc/sysv/consts/IPPROTO_ENCAP.S new file mode 100644 index 000000000..8e80ee667 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_ENCAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_ENCAP,98,98,98,98,98,-1 diff --git a/libc/sysv/consts/IPPROTO_ENCAP.s b/libc/sysv/consts/IPPROTO_ENCAP.s deleted file mode 100644 index 90fa9e6da..000000000 --- a/libc/sysv/consts/IPPROTO_ENCAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_ENCAP,98,98,98,98,98,-1 diff --git a/libc/sysv/consts/IPPROTO_ESP.S b/libc/sysv/consts/IPPROTO_ESP.S new file mode 100644 index 000000000..d449e645f --- /dev/null +++ b/libc/sysv/consts/IPPROTO_ESP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_ESP,50,50,50,50,50,-1 diff --git a/libc/sysv/consts/IPPROTO_ESP.s b/libc/sysv/consts/IPPROTO_ESP.s deleted file mode 100644 index 609a7307d..000000000 --- a/libc/sysv/consts/IPPROTO_ESP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_ESP,50,50,50,50,50,-1 diff --git a/libc/sysv/consts/IPPROTO_FRAGMENT.S b/libc/sysv/consts/IPPROTO_FRAGMENT.S new file mode 100644 index 000000000..a45478104 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_FRAGMENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_FRAGMENT,44,44,44,44,44,-1 diff --git a/libc/sysv/consts/IPPROTO_FRAGMENT.s b/libc/sysv/consts/IPPROTO_FRAGMENT.s deleted file mode 100644 index 9fca50143..000000000 --- a/libc/sysv/consts/IPPROTO_FRAGMENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_FRAGMENT,44,44,44,44,44,-1 diff --git a/libc/sysv/consts/IPPROTO_GRE.S b/libc/sysv/consts/IPPROTO_GRE.S new file mode 100644 index 000000000..1dc4409d7 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_GRE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_GRE,47,47,47,47,47,-1 diff --git a/libc/sysv/consts/IPPROTO_GRE.s b/libc/sysv/consts/IPPROTO_GRE.s deleted file mode 100644 index c208466c6..000000000 --- a/libc/sysv/consts/IPPROTO_GRE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_GRE,47,47,47,47,47,-1 diff --git a/libc/sysv/consts/IPPROTO_HOPOPTS.S b/libc/sysv/consts/IPPROTO_HOPOPTS.S new file mode 100644 index 000000000..790c1e0ac --- /dev/null +++ b/libc/sysv/consts/IPPROTO_HOPOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_HOPOPTS,-1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_HOPOPTS.s b/libc/sysv/consts/IPPROTO_HOPOPTS.s deleted file mode 100644 index 13866b5ca..000000000 --- a/libc/sysv/consts/IPPROTO_HOPOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_HOPOPTS,-1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_ICMP.S b/libc/sysv/consts/IPPROTO_ICMP.S new file mode 100644 index 000000000..ff5aa8494 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_ICMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_ICMP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IPPROTO_ICMP.s b/libc/sysv/consts/IPPROTO_ICMP.s deleted file mode 100644 index 448706270..000000000 --- a/libc/sysv/consts/IPPROTO_ICMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_ICMP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IPPROTO_ICMPV6.S b/libc/sysv/consts/IPPROTO_ICMPV6.S new file mode 100644 index 000000000..3dcef015d --- /dev/null +++ b/libc/sysv/consts/IPPROTO_ICMPV6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_ICMPV6,58,58,58,58,58,-1 diff --git a/libc/sysv/consts/IPPROTO_ICMPV6.s b/libc/sysv/consts/IPPROTO_ICMPV6.s deleted file mode 100644 index a2e6157b4..000000000 --- a/libc/sysv/consts/IPPROTO_ICMPV6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_ICMPV6,58,58,58,58,58,-1 diff --git a/libc/sysv/consts/IPPROTO_IDP.S b/libc/sysv/consts/IPPROTO_IDP.S new file mode 100644 index 000000000..0d0c1a6b3 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_IDP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_IDP,22,22,22,22,22,22 diff --git a/libc/sysv/consts/IPPROTO_IDP.s b/libc/sysv/consts/IPPROTO_IDP.s deleted file mode 100644 index c9ed6a6e2..000000000 --- a/libc/sysv/consts/IPPROTO_IDP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_IDP,22,22,22,22,22,22 diff --git a/libc/sysv/consts/IPPROTO_IGMP.S b/libc/sysv/consts/IPPROTO_IGMP.S new file mode 100644 index 000000000..808784a42 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_IGMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_IGMP,2,2,2,2,2,2 diff --git a/libc/sysv/consts/IPPROTO_IGMP.s b/libc/sysv/consts/IPPROTO_IGMP.s deleted file mode 100644 index 128cc8096..000000000 --- a/libc/sysv/consts/IPPROTO_IGMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_IGMP,2,2,2,2,2,2 diff --git a/libc/sysv/consts/IPPROTO_IP.S b/libc/sysv/consts/IPPROTO_IP.S new file mode 100644 index 000000000..7046da191 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_IP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_IP,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPPROTO_IP.s b/libc/sysv/consts/IPPROTO_IP.s deleted file mode 100644 index 83a96b485..000000000 --- a/libc/sysv/consts/IPPROTO_IP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_IP,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPPROTO_IPIP.S b/libc/sysv/consts/IPPROTO_IPIP.S new file mode 100644 index 000000000..511797207 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_IPIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_IPIP,4,4,4,4,4,-1 diff --git a/libc/sysv/consts/IPPROTO_IPIP.s b/libc/sysv/consts/IPPROTO_IPIP.s deleted file mode 100644 index b5783741a..000000000 --- a/libc/sysv/consts/IPPROTO_IPIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_IPIP,4,4,4,4,4,-1 diff --git a/libc/sysv/consts/IPPROTO_IPV6.S b/libc/sysv/consts/IPPROTO_IPV6.S new file mode 100644 index 000000000..371681cd0 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_IPV6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_IPV6,41,41,41,41,41,-1 diff --git a/libc/sysv/consts/IPPROTO_IPV6.s b/libc/sysv/consts/IPPROTO_IPV6.s deleted file mode 100644 index 553ac533f..000000000 --- a/libc/sysv/consts/IPPROTO_IPV6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_IPV6,41,41,41,41,41,-1 diff --git a/libc/sysv/consts/IPPROTO_MH.S b/libc/sysv/consts/IPPROTO_MH.S new file mode 100644 index 000000000..1fec07c47 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_MH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_MH,135,-1,135,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_MH.s b/libc/sysv/consts/IPPROTO_MH.s deleted file mode 100644 index c2cfd607c..000000000 --- a/libc/sysv/consts/IPPROTO_MH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_MH,135,-1,135,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_MPLS.S b/libc/sysv/consts/IPPROTO_MPLS.S new file mode 100644 index 000000000..2d0ad7a16 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_MPLS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_MPLS,137,-1,137,137,137,-1 diff --git a/libc/sysv/consts/IPPROTO_MPLS.s b/libc/sysv/consts/IPPROTO_MPLS.s deleted file mode 100644 index e1d18ca32..000000000 --- a/libc/sysv/consts/IPPROTO_MPLS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_MPLS,137,-1,137,137,137,-1 diff --git a/libc/sysv/consts/IPPROTO_MTP.S b/libc/sysv/consts/IPPROTO_MTP.S new file mode 100644 index 000000000..60a202651 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_MTP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_MTP,92,92,92,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_MTP.s b/libc/sysv/consts/IPPROTO_MTP.s deleted file mode 100644 index f0734e0ba..000000000 --- a/libc/sysv/consts/IPPROTO_MTP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_MTP,92,92,92,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_NONE.S b/libc/sysv/consts/IPPROTO_NONE.S new file mode 100644 index 000000000..2c6e9c571 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_NONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_NONE,59,59,59,59,59,-1 diff --git a/libc/sysv/consts/IPPROTO_NONE.s b/libc/sysv/consts/IPPROTO_NONE.s deleted file mode 100644 index 2c77d0f9a..000000000 --- a/libc/sysv/consts/IPPROTO_NONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_NONE,59,59,59,59,59,-1 diff --git a/libc/sysv/consts/IPPROTO_PIM.S b/libc/sysv/consts/IPPROTO_PIM.S new file mode 100644 index 000000000..77c9982e9 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_PIM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_PIM,103,103,103,103,103,-1 diff --git a/libc/sysv/consts/IPPROTO_PIM.s b/libc/sysv/consts/IPPROTO_PIM.s deleted file mode 100644 index 811cfb336..000000000 --- a/libc/sysv/consts/IPPROTO_PIM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_PIM,103,103,103,103,103,-1 diff --git a/libc/sysv/consts/IPPROTO_PUP.S b/libc/sysv/consts/IPPROTO_PUP.S new file mode 100644 index 000000000..b7b03f38a --- /dev/null +++ b/libc/sysv/consts/IPPROTO_PUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_PUP,12,12,12,12,12,12 diff --git a/libc/sysv/consts/IPPROTO_PUP.s b/libc/sysv/consts/IPPROTO_PUP.s deleted file mode 100644 index dea63ea57..000000000 --- a/libc/sysv/consts/IPPROTO_PUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_PUP,12,12,12,12,12,12 diff --git a/libc/sysv/consts/IPPROTO_RAW.S b/libc/sysv/consts/IPPROTO_RAW.S new file mode 100644 index 000000000..91069e993 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_RAW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_RAW,255,255,255,255,255,255 diff --git a/libc/sysv/consts/IPPROTO_RAW.s b/libc/sysv/consts/IPPROTO_RAW.s deleted file mode 100644 index 888887c66..000000000 --- a/libc/sysv/consts/IPPROTO_RAW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_RAW,255,255,255,255,255,255 diff --git a/libc/sysv/consts/IPPROTO_ROUTING.S b/libc/sysv/consts/IPPROTO_ROUTING.S new file mode 100644 index 000000000..47b842bd9 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_ROUTING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_ROUTING,43,43,43,43,43,-1 diff --git a/libc/sysv/consts/IPPROTO_ROUTING.s b/libc/sysv/consts/IPPROTO_ROUTING.s deleted file mode 100644 index 6afd2d4e4..000000000 --- a/libc/sysv/consts/IPPROTO_ROUTING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_ROUTING,43,43,43,43,43,-1 diff --git a/libc/sysv/consts/IPPROTO_RSVP.S b/libc/sysv/consts/IPPROTO_RSVP.S new file mode 100644 index 000000000..24aab0df2 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_RSVP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_RSVP,46,46,46,46,46,-1 diff --git a/libc/sysv/consts/IPPROTO_RSVP.s b/libc/sysv/consts/IPPROTO_RSVP.s deleted file mode 100644 index cf633710f..000000000 --- a/libc/sysv/consts/IPPROTO_RSVP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_RSVP,46,46,46,46,46,-1 diff --git a/libc/sysv/consts/IPPROTO_SCTP.S b/libc/sysv/consts/IPPROTO_SCTP.S new file mode 100644 index 000000000..5a013dff9 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_SCTP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_SCTP,132,132,132,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_SCTP.s b/libc/sysv/consts/IPPROTO_SCTP.s deleted file mode 100644 index f135044e9..000000000 --- a/libc/sysv/consts/IPPROTO_SCTP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_SCTP,132,132,132,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_TCP.S b/libc/sysv/consts/IPPROTO_TCP.S new file mode 100644 index 000000000..948b273b6 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_TCP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_TCP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/IPPROTO_TCP.s b/libc/sysv/consts/IPPROTO_TCP.s deleted file mode 100644 index a12fb090b..000000000 --- a/libc/sysv/consts/IPPROTO_TCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_TCP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/IPPROTO_TP.S b/libc/sysv/consts/IPPROTO_TP.S new file mode 100644 index 000000000..460fca0e1 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_TP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_TP,29,29,29,29,29,-1 diff --git a/libc/sysv/consts/IPPROTO_TP.s b/libc/sysv/consts/IPPROTO_TP.s deleted file mode 100644 index b3bd5ad75..000000000 --- a/libc/sysv/consts/IPPROTO_TP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_TP,29,29,29,29,29,-1 diff --git a/libc/sysv/consts/IPPROTO_UDP.S b/libc/sysv/consts/IPPROTO_UDP.S new file mode 100644 index 000000000..c6753ad68 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_UDP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_UDP,17,17,17,17,17,17 diff --git a/libc/sysv/consts/IPPROTO_UDP.s b/libc/sysv/consts/IPPROTO_UDP.s deleted file mode 100644 index d1093bf9e..000000000 --- a/libc/sysv/consts/IPPROTO_UDP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_UDP,17,17,17,17,17,17 diff --git a/libc/sysv/consts/IPPROTO_UDPLITE.S b/libc/sysv/consts/IPPROTO_UDPLITE.S new file mode 100644 index 000000000..e1dd619e4 --- /dev/null +++ b/libc/sysv/consts/IPPROTO_UDPLITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon iproto,IPPROTO_UDPLITE,136,-1,136,-1,-1,-1 diff --git a/libc/sysv/consts/IPPROTO_UDPLITE.s b/libc/sysv/consts/IPPROTO_UDPLITE.s deleted file mode 100644 index b358b9d66..000000000 --- a/libc/sysv/consts/IPPROTO_UDPLITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon iproto,IPPROTO_UDPLITE,136,-1,136,-1,-1,-1 diff --git a/libc/sysv/consts/IPV6_2292DSTOPTS.S b/libc/sysv/consts/IPV6_2292DSTOPTS.S new file mode 100644 index 000000000..ca2ed00b5 --- /dev/null +++ b/libc/sysv/consts/IPV6_2292DSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292DSTOPTS,4,23,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292DSTOPTS.s b/libc/sysv/consts/IPV6_2292DSTOPTS.s deleted file mode 100644 index da84b9e36..000000000 --- a/libc/sysv/consts/IPV6_2292DSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292DSTOPTS,4,23,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292HOPLIMIT.S b/libc/sysv/consts/IPV6_2292HOPLIMIT.S new file mode 100644 index 000000000..63cfa1b38 --- /dev/null +++ b/libc/sysv/consts/IPV6_2292HOPLIMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292HOPLIMIT,8,20,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292HOPLIMIT.s b/libc/sysv/consts/IPV6_2292HOPLIMIT.s deleted file mode 100644 index e3388bd0f..000000000 --- a/libc/sysv/consts/IPV6_2292HOPLIMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292HOPLIMIT,8,20,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292HOPOPTS.S b/libc/sysv/consts/IPV6_2292HOPOPTS.S new file mode 100644 index 000000000..69ce3c3f8 --- /dev/null +++ b/libc/sysv/consts/IPV6_2292HOPOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292HOPOPTS,3,22,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292HOPOPTS.s b/libc/sysv/consts/IPV6_2292HOPOPTS.s deleted file mode 100644 index 41d0a6cb6..000000000 --- a/libc/sysv/consts/IPV6_2292HOPOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292HOPOPTS,3,22,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292PKTINFO.S b/libc/sysv/consts/IPV6_2292PKTINFO.S new file mode 100644 index 000000000..d6c837946 --- /dev/null +++ b/libc/sysv/consts/IPV6_2292PKTINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292PKTINFO,2,19,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292PKTINFO.s b/libc/sysv/consts/IPV6_2292PKTINFO.s deleted file mode 100644 index 0ed53b2ba..000000000 --- a/libc/sysv/consts/IPV6_2292PKTINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292PKTINFO,2,19,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292PKTOPTIONS.S b/libc/sysv/consts/IPV6_2292PKTOPTIONS.S new file mode 100644 index 000000000..dec7e5c47 --- /dev/null +++ b/libc/sysv/consts/IPV6_2292PKTOPTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292PKTOPTIONS,6,25,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292PKTOPTIONS.s b/libc/sysv/consts/IPV6_2292PKTOPTIONS.s deleted file mode 100644 index 1e50e8173..000000000 --- a/libc/sysv/consts/IPV6_2292PKTOPTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292PKTOPTIONS,6,25,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292RTHDR.S b/libc/sysv/consts/IPV6_2292RTHDR.S new file mode 100644 index 000000000..4fdc632cb --- /dev/null +++ b/libc/sysv/consts/IPV6_2292RTHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_2292RTHDR,5,24,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_2292RTHDR.s b/libc/sysv/consts/IPV6_2292RTHDR.s deleted file mode 100644 index 02463561a..000000000 --- a/libc/sysv/consts/IPV6_2292RTHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_2292RTHDR,5,24,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_ADDRFORM.S b/libc/sysv/consts/IPV6_ADDRFORM.S new file mode 100644 index 000000000..e90dbd61d --- /dev/null +++ b/libc/sysv/consts/IPV6_ADDRFORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_ADDRFORM,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_ADDRFORM.s b/libc/sysv/consts/IPV6_ADDRFORM.s deleted file mode 100644 index d7da349b8..000000000 --- a/libc/sysv/consts/IPV6_ADDRFORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_ADDRFORM,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.S b/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.S new file mode 100644 index 000000000..620c9f3ad --- /dev/null +++ b/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_ADD_MEMBERSHIP,20,0,0,0,0,12 diff --git a/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.s b/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.s deleted file mode 100644 index 603f6abc2..000000000 --- a/libc/sysv/consts/IPV6_ADD_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_ADD_MEMBERSHIP,20,0,0,0,0,12 diff --git a/libc/sysv/consts/IPV6_AUTHHDR.S b/libc/sysv/consts/IPV6_AUTHHDR.S new file mode 100644 index 000000000..140ae54f6 --- /dev/null +++ b/libc/sysv/consts/IPV6_AUTHHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_AUTHHDR,10,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_AUTHHDR.s b/libc/sysv/consts/IPV6_AUTHHDR.s deleted file mode 100644 index 2a312e0cb..000000000 --- a/libc/sysv/consts/IPV6_AUTHHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_AUTHHDR,10,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_AUTOFLOWLABEL.S b/libc/sysv/consts/IPV6_AUTOFLOWLABEL.S new file mode 100644 index 000000000..4cf10b38a --- /dev/null +++ b/libc/sysv/consts/IPV6_AUTOFLOWLABEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_AUTOFLOWLABEL,0,0,59,59,59,0 diff --git a/libc/sysv/consts/IPV6_AUTOFLOWLABEL.s b/libc/sysv/consts/IPV6_AUTOFLOWLABEL.s deleted file mode 100644 index c94f7b70f..000000000 --- a/libc/sysv/consts/IPV6_AUTOFLOWLABEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_AUTOFLOWLABEL,0,0,59,59,59,0 diff --git a/libc/sysv/consts/IPV6_CHECKSUM.S b/libc/sysv/consts/IPV6_CHECKSUM.S new file mode 100644 index 000000000..d450e5daa --- /dev/null +++ b/libc/sysv/consts/IPV6_CHECKSUM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_CHECKSUM,7,26,26,26,26,26 diff --git a/libc/sysv/consts/IPV6_CHECKSUM.s b/libc/sysv/consts/IPV6_CHECKSUM.s deleted file mode 100644 index ab71ac556..000000000 --- a/libc/sysv/consts/IPV6_CHECKSUM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_CHECKSUM,7,26,26,26,26,26 diff --git a/libc/sysv/consts/IPV6_DONTFRAG.S b/libc/sysv/consts/IPV6_DONTFRAG.S new file mode 100644 index 000000000..4466d2b2a --- /dev/null +++ b/libc/sysv/consts/IPV6_DONTFRAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_DONTFRAG,62,0,62,62,62,14 diff --git a/libc/sysv/consts/IPV6_DONTFRAG.s b/libc/sysv/consts/IPV6_DONTFRAG.s deleted file mode 100644 index 7a278d2fa..000000000 --- a/libc/sysv/consts/IPV6_DONTFRAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_DONTFRAG,62,0,62,62,62,14 diff --git a/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.S b/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.S new file mode 100644 index 000000000..f2213e1da --- /dev/null +++ b/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_DROP_MEMBERSHIP,21,0,0,0,0,13 diff --git a/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.s b/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.s deleted file mode 100644 index e9c374e7c..000000000 --- a/libc/sysv/consts/IPV6_DROP_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_DROP_MEMBERSHIP,21,0,0,0,0,13 diff --git a/libc/sysv/consts/IPV6_DSTOPTS.S b/libc/sysv/consts/IPV6_DSTOPTS.S new file mode 100644 index 000000000..5735280df --- /dev/null +++ b/libc/sysv/consts/IPV6_DSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_DSTOPTS,59,0,50,50,50,0 diff --git a/libc/sysv/consts/IPV6_DSTOPTS.s b/libc/sysv/consts/IPV6_DSTOPTS.s deleted file mode 100644 index 5bee498d6..000000000 --- a/libc/sysv/consts/IPV6_DSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_DSTOPTS,59,0,50,50,50,0 diff --git a/libc/sysv/consts/IPV6_HDRINCL.S b/libc/sysv/consts/IPV6_HDRINCL.S new file mode 100644 index 000000000..d552b9a3f --- /dev/null +++ b/libc/sysv/consts/IPV6_HDRINCL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_HDRINCL,36,0,0,0,0,2 diff --git a/libc/sysv/consts/IPV6_HDRINCL.s b/libc/sysv/consts/IPV6_HDRINCL.s deleted file mode 100644 index dbe0d8ed1..000000000 --- a/libc/sysv/consts/IPV6_HDRINCL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_HDRINCL,36,0,0,0,0,2 diff --git a/libc/sysv/consts/IPV6_HOPLIMIT.S b/libc/sysv/consts/IPV6_HOPLIMIT.S new file mode 100644 index 000000000..a5f60f5e0 --- /dev/null +++ b/libc/sysv/consts/IPV6_HOPLIMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_HOPLIMIT,52,0,47,47,47,21 diff --git a/libc/sysv/consts/IPV6_HOPLIMIT.s b/libc/sysv/consts/IPV6_HOPLIMIT.s deleted file mode 100644 index a8962c6bf..000000000 --- a/libc/sysv/consts/IPV6_HOPLIMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_HOPLIMIT,52,0,47,47,47,21 diff --git a/libc/sysv/consts/IPV6_HOPOPTS.S b/libc/sysv/consts/IPV6_HOPOPTS.S new file mode 100644 index 000000000..09d6198d3 --- /dev/null +++ b/libc/sysv/consts/IPV6_HOPOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_HOPOPTS,54,0,49,49,49,1 diff --git a/libc/sysv/consts/IPV6_HOPOPTS.s b/libc/sysv/consts/IPV6_HOPOPTS.s deleted file mode 100644 index a33df9652..000000000 --- a/libc/sysv/consts/IPV6_HOPOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_HOPOPTS,54,0,49,49,49,1 diff --git a/libc/sysv/consts/IPV6_IPSEC_POLICY.S b/libc/sysv/consts/IPV6_IPSEC_POLICY.S new file mode 100644 index 000000000..861f61133 --- /dev/null +++ b/libc/sysv/consts/IPV6_IPSEC_POLICY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_IPSEC_POLICY,34,28,28,0,0,0 diff --git a/libc/sysv/consts/IPV6_IPSEC_POLICY.s b/libc/sysv/consts/IPV6_IPSEC_POLICY.s deleted file mode 100644 index a69ba6749..000000000 --- a/libc/sysv/consts/IPV6_IPSEC_POLICY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_IPSEC_POLICY,34,28,28,0,0,0 diff --git a/libc/sysv/consts/IPV6_JOIN_ANYCAST.S b/libc/sysv/consts/IPV6_JOIN_ANYCAST.S new file mode 100644 index 000000000..0a9a20655 --- /dev/null +++ b/libc/sysv/consts/IPV6_JOIN_ANYCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_JOIN_ANYCAST,27,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_JOIN_ANYCAST.s b/libc/sysv/consts/IPV6_JOIN_ANYCAST.s deleted file mode 100644 index 7f179b273..000000000 --- a/libc/sysv/consts/IPV6_JOIN_ANYCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_JOIN_ANYCAST,27,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_JOIN_GROUP.S b/libc/sysv/consts/IPV6_JOIN_GROUP.S new file mode 100644 index 000000000..bd074403e --- /dev/null +++ b/libc/sysv/consts/IPV6_JOIN_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_JOIN_GROUP,20,12,12,12,12,12 diff --git a/libc/sysv/consts/IPV6_JOIN_GROUP.s b/libc/sysv/consts/IPV6_JOIN_GROUP.s deleted file mode 100644 index 78f2722c3..000000000 --- a/libc/sysv/consts/IPV6_JOIN_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_JOIN_GROUP,20,12,12,12,12,12 diff --git a/libc/sysv/consts/IPV6_LEAVE_ANYCAST.S b/libc/sysv/consts/IPV6_LEAVE_ANYCAST.S new file mode 100644 index 000000000..ce2519c09 --- /dev/null +++ b/libc/sysv/consts/IPV6_LEAVE_ANYCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_LEAVE_ANYCAST,28,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_LEAVE_ANYCAST.s b/libc/sysv/consts/IPV6_LEAVE_ANYCAST.s deleted file mode 100644 index fbf95c83f..000000000 --- a/libc/sysv/consts/IPV6_LEAVE_ANYCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_LEAVE_ANYCAST,28,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_LEAVE_GROUP.S b/libc/sysv/consts/IPV6_LEAVE_GROUP.S new file mode 100644 index 000000000..938600ec3 --- /dev/null +++ b/libc/sysv/consts/IPV6_LEAVE_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_LEAVE_GROUP,21,13,13,13,13,13 diff --git a/libc/sysv/consts/IPV6_LEAVE_GROUP.s b/libc/sysv/consts/IPV6_LEAVE_GROUP.s deleted file mode 100644 index 11c666e55..000000000 --- a/libc/sysv/consts/IPV6_LEAVE_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_LEAVE_GROUP,21,13,13,13,13,13 diff --git a/libc/sysv/consts/IPV6_MINHOPCOUNT.S b/libc/sysv/consts/IPV6_MINHOPCOUNT.S new file mode 100644 index 000000000..18c4eef29 --- /dev/null +++ b/libc/sysv/consts/IPV6_MINHOPCOUNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MINHOPCOUNT,0,0,0,65,65,0 diff --git a/libc/sysv/consts/IPV6_MINHOPCOUNT.s b/libc/sysv/consts/IPV6_MINHOPCOUNT.s deleted file mode 100644 index 5a8e21961..000000000 --- a/libc/sysv/consts/IPV6_MINHOPCOUNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MINHOPCOUNT,0,0,0,65,65,0 diff --git a/libc/sysv/consts/IPV6_MTU.S b/libc/sysv/consts/IPV6_MTU.S new file mode 100644 index 000000000..6e0657cbc --- /dev/null +++ b/libc/sysv/consts/IPV6_MTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MTU,24,0,0,0,0,72 diff --git a/libc/sysv/consts/IPV6_MTU.s b/libc/sysv/consts/IPV6_MTU.s deleted file mode 100644 index 7c8b67a75..000000000 --- a/libc/sysv/consts/IPV6_MTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MTU,24,0,0,0,0,72 diff --git a/libc/sysv/consts/IPV6_MTU_DISCOVER.S b/libc/sysv/consts/IPV6_MTU_DISCOVER.S new file mode 100644 index 000000000..bbee4cc70 --- /dev/null +++ b/libc/sysv/consts/IPV6_MTU_DISCOVER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MTU_DISCOVER,23,0,0,0,0,71 diff --git a/libc/sysv/consts/IPV6_MTU_DISCOVER.s b/libc/sysv/consts/IPV6_MTU_DISCOVER.s deleted file mode 100644 index 5f681a4f6..000000000 --- a/libc/sysv/consts/IPV6_MTU_DISCOVER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MTU_DISCOVER,23,0,0,0,0,71 diff --git a/libc/sysv/consts/IPV6_MULTICAST_HOPS.S b/libc/sysv/consts/IPV6_MULTICAST_HOPS.S new file mode 100644 index 000000000..ab5aa2b70 --- /dev/null +++ b/libc/sysv/consts/IPV6_MULTICAST_HOPS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MULTICAST_HOPS,18,10,10,10,10,10 diff --git a/libc/sysv/consts/IPV6_MULTICAST_HOPS.s b/libc/sysv/consts/IPV6_MULTICAST_HOPS.s deleted file mode 100644 index 169e304d6..000000000 --- a/libc/sysv/consts/IPV6_MULTICAST_HOPS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MULTICAST_HOPS,18,10,10,10,10,10 diff --git a/libc/sysv/consts/IPV6_MULTICAST_IF.S b/libc/sysv/consts/IPV6_MULTICAST_IF.S new file mode 100644 index 000000000..f953a81fe --- /dev/null +++ b/libc/sysv/consts/IPV6_MULTICAST_IF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MULTICAST_IF,17,9,9,9,9,9 diff --git a/libc/sysv/consts/IPV6_MULTICAST_IF.s b/libc/sysv/consts/IPV6_MULTICAST_IF.s deleted file mode 100644 index 52f7e3d96..000000000 --- a/libc/sysv/consts/IPV6_MULTICAST_IF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MULTICAST_IF,17,9,9,9,9,9 diff --git a/libc/sysv/consts/IPV6_MULTICAST_LOOP.S b/libc/sysv/consts/IPV6_MULTICAST_LOOP.S new file mode 100644 index 000000000..5d40edda6 --- /dev/null +++ b/libc/sysv/consts/IPV6_MULTICAST_LOOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_MULTICAST_LOOP,19,11,11,11,11,11 diff --git a/libc/sysv/consts/IPV6_MULTICAST_LOOP.s b/libc/sysv/consts/IPV6_MULTICAST_LOOP.s deleted file mode 100644 index 28254fd00..000000000 --- a/libc/sysv/consts/IPV6_MULTICAST_LOOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_MULTICAST_LOOP,19,11,11,11,11,11 diff --git a/libc/sysv/consts/IPV6_NEXTHOP.S b/libc/sysv/consts/IPV6_NEXTHOP.S new file mode 100644 index 000000000..ae5427471 --- /dev/null +++ b/libc/sysv/consts/IPV6_NEXTHOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_NEXTHOP,9,0,48,48,48,0 diff --git a/libc/sysv/consts/IPV6_NEXTHOP.s b/libc/sysv/consts/IPV6_NEXTHOP.s deleted file mode 100644 index 3e0e1e62e..000000000 --- a/libc/sysv/consts/IPV6_NEXTHOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_NEXTHOP,9,0,48,48,48,0 diff --git a/libc/sysv/consts/IPV6_ORIGDSTADDR.S b/libc/sysv/consts/IPV6_ORIGDSTADDR.S new file mode 100644 index 000000000..189f3a013 --- /dev/null +++ b/libc/sysv/consts/IPV6_ORIGDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_ORIGDSTADDR,0,0,72,0,0,0 diff --git a/libc/sysv/consts/IPV6_ORIGDSTADDR.s b/libc/sysv/consts/IPV6_ORIGDSTADDR.s deleted file mode 100644 index 723547bcb..000000000 --- a/libc/sysv/consts/IPV6_ORIGDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_ORIGDSTADDR,0,0,72,0,0,0 diff --git a/libc/sysv/consts/IPV6_PATHMTU.S b/libc/sysv/consts/IPV6_PATHMTU.S new file mode 100644 index 000000000..79c04a55d --- /dev/null +++ b/libc/sysv/consts/IPV6_PATHMTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PATHMTU,61,0,44,44,44,0 diff --git a/libc/sysv/consts/IPV6_PATHMTU.s b/libc/sysv/consts/IPV6_PATHMTU.s deleted file mode 100644 index 9334f73d7..000000000 --- a/libc/sysv/consts/IPV6_PATHMTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PATHMTU,61,0,44,44,44,0 diff --git a/libc/sysv/consts/IPV6_PKTINFO.S b/libc/sysv/consts/IPV6_PKTINFO.S new file mode 100644 index 000000000..f0b6c735a --- /dev/null +++ b/libc/sysv/consts/IPV6_PKTINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PKTINFO,50,0,46,46,46,19 diff --git a/libc/sysv/consts/IPV6_PKTINFO.s b/libc/sysv/consts/IPV6_PKTINFO.s deleted file mode 100644 index 7079e13cb..000000000 --- a/libc/sysv/consts/IPV6_PKTINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PKTINFO,50,0,46,46,46,19 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_DO.S b/libc/sysv/consts/IPV6_PMTUDISC_DO.S new file mode 100644 index 000000000..fe0102e84 --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_DO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_DO,2,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_DO.s b/libc/sysv/consts/IPV6_PMTUDISC_DO.s deleted file mode 100644 index 13fba16cf..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_DO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_DO,2,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_DONT.S b/libc/sysv/consts/IPV6_PMTUDISC_DONT.S new file mode 100644 index 000000000..da0b5bcec --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_DONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_DONT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_DONT.s b/libc/sysv/consts/IPV6_PMTUDISC_DONT.s deleted file mode 100644 index 8e1d3ace1..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_DONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_DONT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.S b/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.S new file mode 100644 index 000000000..5f79d7e6e --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_INTERFACE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.s b/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.s deleted file mode 100644 index b8c16e2f2..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_INTERFACE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_INTERFACE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_OMIT.S b/libc/sysv/consts/IPV6_PMTUDISC_OMIT.S new file mode 100644 index 000000000..bb8c9f76b --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_OMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_OMIT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_OMIT.s b/libc/sysv/consts/IPV6_PMTUDISC_OMIT.s deleted file mode 100644 index 847349bed..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_OMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_OMIT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_PROBE.S b/libc/sysv/consts/IPV6_PMTUDISC_PROBE.S new file mode 100644 index 000000000..a6d31e4a2 --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_PROBE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_PROBE,3,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_PROBE.s b/libc/sysv/consts/IPV6_PMTUDISC_PROBE.s deleted file mode 100644 index 680791c19..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_PROBE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_PROBE,3,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_WANT.S b/libc/sysv/consts/IPV6_PMTUDISC_WANT.S new file mode 100644 index 000000000..9a98dac36 --- /dev/null +++ b/libc/sysv/consts/IPV6_PMTUDISC_WANT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_PMTUDISC_WANT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_PMTUDISC_WANT.s b/libc/sysv/consts/IPV6_PMTUDISC_WANT.s deleted file mode 100644 index 77c4ccc58..000000000 --- a/libc/sysv/consts/IPV6_PMTUDISC_WANT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_PMTUDISC_WANT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RECVDSTOPTS.S b/libc/sysv/consts/IPV6_RECVDSTOPTS.S new file mode 100644 index 000000000..de81530c7 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVDSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVDSTOPTS,58,0,40,40,40,0 diff --git a/libc/sysv/consts/IPV6_RECVDSTOPTS.s b/libc/sysv/consts/IPV6_RECVDSTOPTS.s deleted file mode 100644 index 9d2255d6c..000000000 --- a/libc/sysv/consts/IPV6_RECVDSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVDSTOPTS,58,0,40,40,40,0 diff --git a/libc/sysv/consts/IPV6_RECVERR.S b/libc/sysv/consts/IPV6_RECVERR.S new file mode 100644 index 000000000..849759979 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVERR,25,0,0,0,0,75 diff --git a/libc/sysv/consts/IPV6_RECVERR.s b/libc/sysv/consts/IPV6_RECVERR.s deleted file mode 100644 index 39e1bae2f..000000000 --- a/libc/sysv/consts/IPV6_RECVERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVERR,25,0,0,0,0,75 diff --git a/libc/sysv/consts/IPV6_RECVHOPLIMIT.S b/libc/sysv/consts/IPV6_RECVHOPLIMIT.S new file mode 100644 index 000000000..d83f110d1 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVHOPLIMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVHOPLIMIT,51,0,37,37,37,0 diff --git a/libc/sysv/consts/IPV6_RECVHOPLIMIT.s b/libc/sysv/consts/IPV6_RECVHOPLIMIT.s deleted file mode 100644 index 0120e166a..000000000 --- a/libc/sysv/consts/IPV6_RECVHOPLIMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVHOPLIMIT,51,0,37,37,37,0 diff --git a/libc/sysv/consts/IPV6_RECVHOPOPTS.S b/libc/sysv/consts/IPV6_RECVHOPOPTS.S new file mode 100644 index 000000000..4596579c1 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVHOPOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVHOPOPTS,53,0,39,39,39,0 diff --git a/libc/sysv/consts/IPV6_RECVHOPOPTS.s b/libc/sysv/consts/IPV6_RECVHOPOPTS.s deleted file mode 100644 index a40ec05d2..000000000 --- a/libc/sysv/consts/IPV6_RECVHOPOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVHOPOPTS,53,0,39,39,39,0 diff --git a/libc/sysv/consts/IPV6_RECVORIGDSTADDR.S b/libc/sysv/consts/IPV6_RECVORIGDSTADDR.S new file mode 100644 index 000000000..a3404ddc2 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVORIGDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVORIGDSTADDR,0,0,72,0,0,0 diff --git a/libc/sysv/consts/IPV6_RECVORIGDSTADDR.s b/libc/sysv/consts/IPV6_RECVORIGDSTADDR.s deleted file mode 100644 index 445638e33..000000000 --- a/libc/sysv/consts/IPV6_RECVORIGDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVORIGDSTADDR,0,0,72,0,0,0 diff --git a/libc/sysv/consts/IPV6_RECVPATHMTU.S b/libc/sysv/consts/IPV6_RECVPATHMTU.S new file mode 100644 index 000000000..02e381818 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVPATHMTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVPATHMTU,60,0,43,43,43,0 diff --git a/libc/sysv/consts/IPV6_RECVPATHMTU.s b/libc/sysv/consts/IPV6_RECVPATHMTU.s deleted file mode 100644 index 3c6f70d8d..000000000 --- a/libc/sysv/consts/IPV6_RECVPATHMTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVPATHMTU,60,0,43,43,43,0 diff --git a/libc/sysv/consts/IPV6_RECVPKTINFO.S b/libc/sysv/consts/IPV6_RECVPKTINFO.S new file mode 100644 index 000000000..3e324f841 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVPKTINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVPKTINFO,49,0,36,36,36,0 diff --git a/libc/sysv/consts/IPV6_RECVPKTINFO.s b/libc/sysv/consts/IPV6_RECVPKTINFO.s deleted file mode 100644 index 19a325d3f..000000000 --- a/libc/sysv/consts/IPV6_RECVPKTINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVPKTINFO,49,0,36,36,36,0 diff --git a/libc/sysv/consts/IPV6_RECVRTHDR.S b/libc/sysv/consts/IPV6_RECVRTHDR.S new file mode 100644 index 000000000..7d5893ea2 --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVRTHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVRTHDR,56,0,38,38,38,38 diff --git a/libc/sysv/consts/IPV6_RECVRTHDR.s b/libc/sysv/consts/IPV6_RECVRTHDR.s deleted file mode 100644 index 61a0f6ef5..000000000 --- a/libc/sysv/consts/IPV6_RECVRTHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVRTHDR,56,0,38,38,38,38 diff --git a/libc/sysv/consts/IPV6_RECVTCLASS.S b/libc/sysv/consts/IPV6_RECVTCLASS.S new file mode 100644 index 000000000..91901cfcc --- /dev/null +++ b/libc/sysv/consts/IPV6_RECVTCLASS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RECVTCLASS,66,35,57,57,57,40 diff --git a/libc/sysv/consts/IPV6_RECVTCLASS.s b/libc/sysv/consts/IPV6_RECVTCLASS.s deleted file mode 100644 index a6ca6967b..000000000 --- a/libc/sysv/consts/IPV6_RECVTCLASS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RECVTCLASS,66,35,57,57,57,40 diff --git a/libc/sysv/consts/IPV6_ROUTER_ALERT.S b/libc/sysv/consts/IPV6_ROUTER_ALERT.S new file mode 100644 index 000000000..70f36eea2 --- /dev/null +++ b/libc/sysv/consts/IPV6_ROUTER_ALERT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_ROUTER_ALERT,22,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_ROUTER_ALERT.s b/libc/sysv/consts/IPV6_ROUTER_ALERT.s deleted file mode 100644 index 08b37bc46..000000000 --- a/libc/sysv/consts/IPV6_ROUTER_ALERT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_ROUTER_ALERT,22,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR.S b/libc/sysv/consts/IPV6_RTHDR.S new file mode 100644 index 000000000..b7c9fd97f --- /dev/null +++ b/libc/sysv/consts/IPV6_RTHDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RTHDR,57,0,51,51,51,0x20 diff --git a/libc/sysv/consts/IPV6_RTHDR.s b/libc/sysv/consts/IPV6_RTHDR.s deleted file mode 100644 index e2d76cfbe..000000000 --- a/libc/sysv/consts/IPV6_RTHDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RTHDR,57,0,51,51,51,0x20 diff --git a/libc/sysv/consts/IPV6_RTHDRDSTOPTS.S b/libc/sysv/consts/IPV6_RTHDRDSTOPTS.S new file mode 100644 index 000000000..244efa8f3 --- /dev/null +++ b/libc/sysv/consts/IPV6_RTHDRDSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RTHDRDSTOPTS,55,0,35,35,35,0 diff --git a/libc/sysv/consts/IPV6_RTHDRDSTOPTS.s b/libc/sysv/consts/IPV6_RTHDRDSTOPTS.s deleted file mode 100644 index e4b7b0383..000000000 --- a/libc/sysv/consts/IPV6_RTHDRDSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RTHDRDSTOPTS,55,0,35,35,35,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_LOOSE.S b/libc/sysv/consts/IPV6_RTHDR_LOOSE.S new file mode 100644 index 000000000..b6cdb3b84 --- /dev/null +++ b/libc/sysv/consts/IPV6_RTHDR_LOOSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RTHDR_LOOSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_LOOSE.s b/libc/sysv/consts/IPV6_RTHDR_LOOSE.s deleted file mode 100644 index 728b7b660..000000000 --- a/libc/sysv/consts/IPV6_RTHDR_LOOSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RTHDR_LOOSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_STRICT.S b/libc/sysv/consts/IPV6_RTHDR_STRICT.S new file mode 100644 index 000000000..86afa3ccf --- /dev/null +++ b/libc/sysv/consts/IPV6_RTHDR_STRICT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RTHDR_STRICT,1,1,1,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_STRICT.s b/libc/sysv/consts/IPV6_RTHDR_STRICT.s deleted file mode 100644 index ec702358e..000000000 --- a/libc/sysv/consts/IPV6_RTHDR_STRICT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RTHDR_STRICT,1,1,1,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_TYPE_0.S b/libc/sysv/consts/IPV6_RTHDR_TYPE_0.S new file mode 100644 index 000000000..de44ee521 --- /dev/null +++ b/libc/sysv/consts/IPV6_RTHDR_TYPE_0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RTHDR_TYPE_0,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RTHDR_TYPE_0.s b/libc/sysv/consts/IPV6_RTHDR_TYPE_0.s deleted file mode 100644 index 882cfe641..000000000 --- a/libc/sysv/consts/IPV6_RTHDR_TYPE_0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RTHDR_TYPE_0,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RXDSTOPTS.S b/libc/sysv/consts/IPV6_RXDSTOPTS.S new file mode 100644 index 000000000..fbdd0b9b5 --- /dev/null +++ b/libc/sysv/consts/IPV6_RXDSTOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RXDSTOPTS,59,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RXDSTOPTS.s b/libc/sysv/consts/IPV6_RXDSTOPTS.s deleted file mode 100644 index deabf7645..000000000 --- a/libc/sysv/consts/IPV6_RXDSTOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RXDSTOPTS,59,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RXHOPOPTS.S b/libc/sysv/consts/IPV6_RXHOPOPTS.S new file mode 100644 index 000000000..d9a567e0c --- /dev/null +++ b/libc/sysv/consts/IPV6_RXHOPOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_RXHOPOPTS,54,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_RXHOPOPTS.s b/libc/sysv/consts/IPV6_RXHOPOPTS.s deleted file mode 100644 index 8a1d8dcf2..000000000 --- a/libc/sysv/consts/IPV6_RXHOPOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_RXHOPOPTS,54,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_TCLASS.S b/libc/sysv/consts/IPV6_TCLASS.S new file mode 100644 index 000000000..a55d48d41 --- /dev/null +++ b/libc/sysv/consts/IPV6_TCLASS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_TCLASS,67,36,61,61,61,39 diff --git a/libc/sysv/consts/IPV6_TCLASS.s b/libc/sysv/consts/IPV6_TCLASS.s deleted file mode 100644 index 332a28247..000000000 --- a/libc/sysv/consts/IPV6_TCLASS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_TCLASS,67,36,61,61,61,39 diff --git a/libc/sysv/consts/IPV6_UNICAST_HOPS.S b/libc/sysv/consts/IPV6_UNICAST_HOPS.S new file mode 100644 index 000000000..5bdc77b97 --- /dev/null +++ b/libc/sysv/consts/IPV6_UNICAST_HOPS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_UNICAST_HOPS,0x10,4,4,4,4,4 diff --git a/libc/sysv/consts/IPV6_UNICAST_HOPS.s b/libc/sysv/consts/IPV6_UNICAST_HOPS.s deleted file mode 100644 index 07447979f..000000000 --- a/libc/sysv/consts/IPV6_UNICAST_HOPS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_UNICAST_HOPS,0x10,4,4,4,4,4 diff --git a/libc/sysv/consts/IPV6_V6ONLY.S b/libc/sysv/consts/IPV6_V6ONLY.S new file mode 100644 index 000000000..880ae858e --- /dev/null +++ b/libc/sysv/consts/IPV6_V6ONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_V6ONLY,26,27,27,27,27,27 diff --git a/libc/sysv/consts/IPV6_V6ONLY.s b/libc/sysv/consts/IPV6_V6ONLY.s deleted file mode 100644 index 8b4ac653e..000000000 --- a/libc/sysv/consts/IPV6_V6ONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_V6ONLY,26,27,27,27,27,27 diff --git a/libc/sysv/consts/IPV6_XFRM_POLICY.S b/libc/sysv/consts/IPV6_XFRM_POLICY.S new file mode 100644 index 000000000..42edace0e --- /dev/null +++ b/libc/sysv/consts/IPV6_XFRM_POLICY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ipv6,IPV6_XFRM_POLICY,35,0,0,0,0,0 diff --git a/libc/sysv/consts/IPV6_XFRM_POLICY.s b/libc/sysv/consts/IPV6_XFRM_POLICY.s deleted file mode 100644 index 2254198bf..000000000 --- a/libc/sysv/consts/IPV6_XFRM_POLICY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ipv6,IPV6_XFRM_POLICY,35,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_ADD_MEMBERSHIP.S b/libc/sysv/consts/IP_ADD_MEMBERSHIP.S new file mode 100644 index 000000000..f6ed74684 --- /dev/null +++ b/libc/sysv/consts/IP_ADD_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_ADD_MEMBERSHIP,35,12,12,12,12,5 diff --git a/libc/sysv/consts/IP_ADD_MEMBERSHIP.s b/libc/sysv/consts/IP_ADD_MEMBERSHIP.s deleted file mode 100644 index 15b41db94..000000000 --- a/libc/sysv/consts/IP_ADD_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_ADD_MEMBERSHIP,35,12,12,12,12,5 diff --git a/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.S b/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.S new file mode 100644 index 000000000..b7d4593ef --- /dev/null +++ b/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_ADD_SOURCE_MEMBERSHIP,39,70,70,0,0,15 diff --git a/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.s b/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.s deleted file mode 100644 index c3da66f17..000000000 --- a/libc/sysv/consts/IP_ADD_SOURCE_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_ADD_SOURCE_MEMBERSHIP,39,70,70,0,0,15 diff --git a/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.S b/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.S new file mode 100644 index 000000000..8861eb7a8 --- /dev/null +++ b/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_BIND_ADDRESS_NO_PORT,24,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.s b/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.s deleted file mode 100644 index ddc6645cd..000000000 --- a/libc/sysv/consts/IP_BIND_ADDRESS_NO_PORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_BIND_ADDRESS_NO_PORT,24,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_BLOCK_SOURCE.S b/libc/sysv/consts/IP_BLOCK_SOURCE.S new file mode 100644 index 000000000..1e98fdade --- /dev/null +++ b/libc/sysv/consts/IP_BLOCK_SOURCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_BLOCK_SOURCE,38,72,72,0,0,17 diff --git a/libc/sysv/consts/IP_BLOCK_SOURCE.s b/libc/sysv/consts/IP_BLOCK_SOURCE.s deleted file mode 100644 index c0d89c2bf..000000000 --- a/libc/sysv/consts/IP_BLOCK_SOURCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_BLOCK_SOURCE,38,72,72,0,0,17 diff --git a/libc/sysv/consts/IP_CHECKSUM.S b/libc/sysv/consts/IP_CHECKSUM.S new file mode 100644 index 000000000..787d53d3a --- /dev/null +++ b/libc/sysv/consts/IP_CHECKSUM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_CHECKSUM,23,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_CHECKSUM.s b/libc/sysv/consts/IP_CHECKSUM.s deleted file mode 100644 index 911b9e2d4..000000000 --- a/libc/sysv/consts/IP_CHECKSUM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_CHECKSUM,23,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.S b/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.S new file mode 100644 index 000000000..5188df912 --- /dev/null +++ b/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_DEFAULT_MULTICAST_LOOP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.s b/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.s deleted file mode 100644 index bcd65c7aa..000000000 --- a/libc/sysv/consts/IP_DEFAULT_MULTICAST_LOOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_DEFAULT_MULTICAST_LOOP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.S b/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.S new file mode 100644 index 000000000..01a28b1a8 --- /dev/null +++ b/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_DEFAULT_MULTICAST_TTL,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.s b/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.s deleted file mode 100644 index 0c16f8a8e..000000000 --- a/libc/sysv/consts/IP_DEFAULT_MULTICAST_TTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_DEFAULT_MULTICAST_TTL,1,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_DROP_MEMBERSHIP.S b/libc/sysv/consts/IP_DROP_MEMBERSHIP.S new file mode 100644 index 000000000..9f143eb73 --- /dev/null +++ b/libc/sysv/consts/IP_DROP_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_DROP_MEMBERSHIP,36,13,13,13,13,6 diff --git a/libc/sysv/consts/IP_DROP_MEMBERSHIP.s b/libc/sysv/consts/IP_DROP_MEMBERSHIP.s deleted file mode 100644 index 385b7706e..000000000 --- a/libc/sysv/consts/IP_DROP_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_DROP_MEMBERSHIP,36,13,13,13,13,6 diff --git a/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.S b/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.S new file mode 100644 index 000000000..ca5e8ec27 --- /dev/null +++ b/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_DROP_SOURCE_MEMBERSHIP,40,71,71,0,0,0x10 diff --git a/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.s b/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.s deleted file mode 100644 index 3d761e27d..000000000 --- a/libc/sysv/consts/IP_DROP_SOURCE_MEMBERSHIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_DROP_SOURCE_MEMBERSHIP,40,71,71,0,0,0x10 diff --git a/libc/sysv/consts/IP_FREEBIND.S b/libc/sysv/consts/IP_FREEBIND.S new file mode 100644 index 000000000..7aef99438 --- /dev/null +++ b/libc/sysv/consts/IP_FREEBIND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_FREEBIND,15,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_FREEBIND.s b/libc/sysv/consts/IP_FREEBIND.s deleted file mode 100644 index 581e7d336..000000000 --- a/libc/sysv/consts/IP_FREEBIND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_FREEBIND,15,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_HDRINCL.S b/libc/sysv/consts/IP_HDRINCL.S new file mode 100644 index 000000000..4887566c3 --- /dev/null +++ b/libc/sysv/consts/IP_HDRINCL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_HDRINCL,3,2,2,2,2,2 diff --git a/libc/sysv/consts/IP_HDRINCL.s b/libc/sysv/consts/IP_HDRINCL.s deleted file mode 100644 index f0ea0979f..000000000 --- a/libc/sysv/consts/IP_HDRINCL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_HDRINCL,3,2,2,2,2,2 diff --git a/libc/sysv/consts/IP_IPSEC_POLICY.S b/libc/sysv/consts/IP_IPSEC_POLICY.S new file mode 100644 index 000000000..e00c5e6f9 --- /dev/null +++ b/libc/sysv/consts/IP_IPSEC_POLICY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_IPSEC_POLICY,0x10,21,21,0,0,0 diff --git a/libc/sysv/consts/IP_IPSEC_POLICY.s b/libc/sysv/consts/IP_IPSEC_POLICY.s deleted file mode 100644 index 892f980df..000000000 --- a/libc/sysv/consts/IP_IPSEC_POLICY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_IPSEC_POLICY,0x10,21,21,0,0,0 diff --git a/libc/sysv/consts/IP_MAX_MEMBERSHIPS.S b/libc/sysv/consts/IP_MAX_MEMBERSHIPS.S new file mode 100644 index 000000000..e93c68327 --- /dev/null +++ b/libc/sysv/consts/IP_MAX_MEMBERSHIPS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MAX_MEMBERSHIPS,20,0x0fff,0x0fff,0x0fff,0x0fff,20 diff --git a/libc/sysv/consts/IP_MAX_MEMBERSHIPS.s b/libc/sysv/consts/IP_MAX_MEMBERSHIPS.s deleted file mode 100644 index eb94bf21f..000000000 --- a/libc/sysv/consts/IP_MAX_MEMBERSHIPS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MAX_MEMBERSHIPS,20,0x0fff,0x0fff,0x0fff,0x0fff,20 diff --git a/libc/sysv/consts/IP_MINTTL.S b/libc/sysv/consts/IP_MINTTL.S new file mode 100644 index 000000000..bb794558a --- /dev/null +++ b/libc/sysv/consts/IP_MINTTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MINTTL,21,0,66,32,24,0 diff --git a/libc/sysv/consts/IP_MINTTL.s b/libc/sysv/consts/IP_MINTTL.s deleted file mode 100644 index 3982fa4f5..000000000 --- a/libc/sysv/consts/IP_MINTTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MINTTL,21,0,66,32,24,0 diff --git a/libc/sysv/consts/IP_MSFILTER.S b/libc/sysv/consts/IP_MSFILTER.S new file mode 100644 index 000000000..7238c4f56 --- /dev/null +++ b/libc/sysv/consts/IP_MSFILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MSFILTER,41,74,74,0,0,0 diff --git a/libc/sysv/consts/IP_MSFILTER.s b/libc/sysv/consts/IP_MSFILTER.s deleted file mode 100644 index da08c7fa4..000000000 --- a/libc/sysv/consts/IP_MSFILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MSFILTER,41,74,74,0,0,0 diff --git a/libc/sysv/consts/IP_MTU.S b/libc/sysv/consts/IP_MTU.S new file mode 100644 index 000000000..baacf7bf8 --- /dev/null +++ b/libc/sysv/consts/IP_MTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MTU,14,0,0,0,0,73 diff --git a/libc/sysv/consts/IP_MTU.s b/libc/sysv/consts/IP_MTU.s deleted file mode 100644 index 98bafd19e..000000000 --- a/libc/sysv/consts/IP_MTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MTU,14,0,0,0,0,73 diff --git a/libc/sysv/consts/IP_MTU_DISCOVER.S b/libc/sysv/consts/IP_MTU_DISCOVER.S new file mode 100644 index 000000000..a4f823a7a --- /dev/null +++ b/libc/sysv/consts/IP_MTU_DISCOVER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MTU_DISCOVER,10,0,0,0,0,71 diff --git a/libc/sysv/consts/IP_MTU_DISCOVER.s b/libc/sysv/consts/IP_MTU_DISCOVER.s deleted file mode 100644 index 53adb9837..000000000 --- a/libc/sysv/consts/IP_MTU_DISCOVER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MTU_DISCOVER,10,0,0,0,0,71 diff --git a/libc/sysv/consts/IP_MULTICAST_ALL.S b/libc/sysv/consts/IP_MULTICAST_ALL.S new file mode 100644 index 000000000..177ee1468 --- /dev/null +++ b/libc/sysv/consts/IP_MULTICAST_ALL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MULTICAST_ALL,49,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_MULTICAST_ALL.s b/libc/sysv/consts/IP_MULTICAST_ALL.s deleted file mode 100644 index f7f6edc9b..000000000 --- a/libc/sysv/consts/IP_MULTICAST_ALL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MULTICAST_ALL,49,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_MULTICAST_IF.S b/libc/sysv/consts/IP_MULTICAST_IF.S new file mode 100644 index 000000000..15a293548 --- /dev/null +++ b/libc/sysv/consts/IP_MULTICAST_IF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MULTICAST_IF,0x20,9,9,9,9,2 diff --git a/libc/sysv/consts/IP_MULTICAST_IF.s b/libc/sysv/consts/IP_MULTICAST_IF.s deleted file mode 100644 index ee5ee6ece..000000000 --- a/libc/sysv/consts/IP_MULTICAST_IF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MULTICAST_IF,0x20,9,9,9,9,2 diff --git a/libc/sysv/consts/IP_MULTICAST_LOOP.S b/libc/sysv/consts/IP_MULTICAST_LOOP.S new file mode 100644 index 000000000..acb649a6f --- /dev/null +++ b/libc/sysv/consts/IP_MULTICAST_LOOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MULTICAST_LOOP,34,11,11,11,11,4 diff --git a/libc/sysv/consts/IP_MULTICAST_LOOP.s b/libc/sysv/consts/IP_MULTICAST_LOOP.s deleted file mode 100644 index fea0734f2..000000000 --- a/libc/sysv/consts/IP_MULTICAST_LOOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MULTICAST_LOOP,34,11,11,11,11,4 diff --git a/libc/sysv/consts/IP_MULTICAST_TTL.S b/libc/sysv/consts/IP_MULTICAST_TTL.S new file mode 100644 index 000000000..584539d04 --- /dev/null +++ b/libc/sysv/consts/IP_MULTICAST_TTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_MULTICAST_TTL,33,10,10,10,10,3 diff --git a/libc/sysv/consts/IP_MULTICAST_TTL.s b/libc/sysv/consts/IP_MULTICAST_TTL.s deleted file mode 100644 index 777110744..000000000 --- a/libc/sysv/consts/IP_MULTICAST_TTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_MULTICAST_TTL,33,10,10,10,10,3 diff --git a/libc/sysv/consts/IP_NODEFRAG.S b/libc/sysv/consts/IP_NODEFRAG.S new file mode 100644 index 000000000..266aa57f6 --- /dev/null +++ b/libc/sysv/consts/IP_NODEFRAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_NODEFRAG,22,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_NODEFRAG.s b/libc/sysv/consts/IP_NODEFRAG.s deleted file mode 100644 index 418731238..000000000 --- a/libc/sysv/consts/IP_NODEFRAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_NODEFRAG,22,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_OPTIONS.S b/libc/sysv/consts/IP_OPTIONS.S new file mode 100644 index 000000000..8e87c6e15 --- /dev/null +++ b/libc/sysv/consts/IP_OPTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_OPTIONS,4,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_OPTIONS.s b/libc/sysv/consts/IP_OPTIONS.s deleted file mode 100644 index 0cf9ff6c1..000000000 --- a/libc/sysv/consts/IP_OPTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_OPTIONS,4,1,1,1,1,1 diff --git a/libc/sysv/consts/IP_ORIGDSTADDR.S b/libc/sysv/consts/IP_ORIGDSTADDR.S new file mode 100644 index 000000000..5003ef499 --- /dev/null +++ b/libc/sysv/consts/IP_ORIGDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_ORIGDSTADDR,20,0,27,0,0,0 diff --git a/libc/sysv/consts/IP_ORIGDSTADDR.s b/libc/sysv/consts/IP_ORIGDSTADDR.s deleted file mode 100644 index 6e6460f82..000000000 --- a/libc/sysv/consts/IP_ORIGDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_ORIGDSTADDR,20,0,27,0,0,0 diff --git a/libc/sysv/consts/IP_PASSSEC.S b/libc/sysv/consts/IP_PASSSEC.S new file mode 100644 index 000000000..aeb79e3c2 --- /dev/null +++ b/libc/sysv/consts/IP_PASSSEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PASSSEC,18,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PASSSEC.s b/libc/sysv/consts/IP_PASSSEC.s deleted file mode 100644 index 7107a33d3..000000000 --- a/libc/sysv/consts/IP_PASSSEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PASSSEC,18,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PKTINFO.S b/libc/sysv/consts/IP_PKTINFO.S new file mode 100644 index 000000000..c98e0be94 --- /dev/null +++ b/libc/sysv/consts/IP_PKTINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PKTINFO,8,26,0,0,25,19 diff --git a/libc/sysv/consts/IP_PKTINFO.s b/libc/sysv/consts/IP_PKTINFO.s deleted file mode 100644 index e91bc8b5e..000000000 --- a/libc/sysv/consts/IP_PKTINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PKTINFO,8,26,0,0,25,19 diff --git a/libc/sysv/consts/IP_PKTOPTIONS.S b/libc/sysv/consts/IP_PKTOPTIONS.S new file mode 100644 index 000000000..f1b0d4bfc --- /dev/null +++ b/libc/sysv/consts/IP_PKTOPTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PKTOPTIONS,9,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PKTOPTIONS.s b/libc/sysv/consts/IP_PKTOPTIONS.s deleted file mode 100644 index 3bbaeb895..000000000 --- a/libc/sysv/consts/IP_PKTOPTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PKTOPTIONS,9,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC.S b/libc/sysv/consts/IP_PMTUDISC.S new file mode 100644 index 000000000..7d653953d --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC,10,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC.s b/libc/sysv/consts/IP_PMTUDISC.s deleted file mode 100644 index c7023f03c..000000000 --- a/libc/sysv/consts/IP_PMTUDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC,10,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_DO.S b/libc/sysv/consts/IP_PMTUDISC_DO.S new file mode 100644 index 000000000..14165b9d3 --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_DO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_DO,2,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_DO.s b/libc/sysv/consts/IP_PMTUDISC_DO.s deleted file mode 100644 index 660b48964..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_DO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_DO,2,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_DONT.S b/libc/sysv/consts/IP_PMTUDISC_DONT.S new file mode 100644 index 000000000..2bb7db46d --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_DONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_DONT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_DONT.s b/libc/sysv/consts/IP_PMTUDISC_DONT.s deleted file mode 100644 index f18cd433c..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_DONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_DONT,0,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_INTERFACE.S b/libc/sysv/consts/IP_PMTUDISC_INTERFACE.S new file mode 100644 index 000000000..922a44937 --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_INTERFACE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_INTERFACE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_INTERFACE.s b/libc/sysv/consts/IP_PMTUDISC_INTERFACE.s deleted file mode 100644 index d5102dc48..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_INTERFACE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_INTERFACE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_OMIT.S b/libc/sysv/consts/IP_PMTUDISC_OMIT.S new file mode 100644 index 000000000..c22bb1ee5 --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_OMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_OMIT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_OMIT.s b/libc/sysv/consts/IP_PMTUDISC_OMIT.s deleted file mode 100644 index b515f0298..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_OMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_OMIT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_PROBE.S b/libc/sysv/consts/IP_PMTUDISC_PROBE.S new file mode 100644 index 000000000..6dd5a49dd --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_PROBE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_PROBE,3,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_PROBE.s b/libc/sysv/consts/IP_PMTUDISC_PROBE.s deleted file mode 100644 index 39141b0d7..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_PROBE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_PROBE,3,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_WANT.S b/libc/sysv/consts/IP_PMTUDISC_WANT.S new file mode 100644 index 000000000..42dd746b8 --- /dev/null +++ b/libc/sysv/consts/IP_PMTUDISC_WANT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_PMTUDISC_WANT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_PMTUDISC_WANT.s b/libc/sysv/consts/IP_PMTUDISC_WANT.s deleted file mode 100644 index f5f008d73..000000000 --- a/libc/sysv/consts/IP_PMTUDISC_WANT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_PMTUDISC_WANT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_RECVDSTADDR.S b/libc/sysv/consts/IP_RECVDSTADDR.S new file mode 100644 index 000000000..99646ed8d --- /dev/null +++ b/libc/sysv/consts/IP_RECVDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVDSTADDR,0,7,7,7,7,0 diff --git a/libc/sysv/consts/IP_RECVDSTADDR.s b/libc/sysv/consts/IP_RECVDSTADDR.s deleted file mode 100644 index 169b0e67f..000000000 --- a/libc/sysv/consts/IP_RECVDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVDSTADDR,0,7,7,7,7,0 diff --git a/libc/sysv/consts/IP_RECVERR.S b/libc/sysv/consts/IP_RECVERR.S new file mode 100644 index 000000000..77d8c78cc --- /dev/null +++ b/libc/sysv/consts/IP_RECVERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVERR,11,0,0,0,0,75 diff --git a/libc/sysv/consts/IP_RECVERR.s b/libc/sysv/consts/IP_RECVERR.s deleted file mode 100644 index 3a946b37e..000000000 --- a/libc/sysv/consts/IP_RECVERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVERR,11,0,0,0,0,75 diff --git a/libc/sysv/consts/IP_RECVOPTS.S b/libc/sysv/consts/IP_RECVOPTS.S new file mode 100644 index 000000000..a6f1bbb99 --- /dev/null +++ b/libc/sysv/consts/IP_RECVOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVOPTS,6,5,5,5,5,0 diff --git a/libc/sysv/consts/IP_RECVOPTS.s b/libc/sysv/consts/IP_RECVOPTS.s deleted file mode 100644 index 8baa62dd3..000000000 --- a/libc/sysv/consts/IP_RECVOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVOPTS,6,5,5,5,5,0 diff --git a/libc/sysv/consts/IP_RECVORIGDSTADDR.S b/libc/sysv/consts/IP_RECVORIGDSTADDR.S new file mode 100644 index 000000000..bea20fa22 --- /dev/null +++ b/libc/sysv/consts/IP_RECVORIGDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVORIGDSTADDR,20,0,27,0,0,0 diff --git a/libc/sysv/consts/IP_RECVORIGDSTADDR.s b/libc/sysv/consts/IP_RECVORIGDSTADDR.s deleted file mode 100644 index b2926de31..000000000 --- a/libc/sysv/consts/IP_RECVORIGDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVORIGDSTADDR,20,0,27,0,0,0 diff --git a/libc/sysv/consts/IP_RECVRETOPTS.S b/libc/sysv/consts/IP_RECVRETOPTS.S new file mode 100644 index 000000000..c11ff4db2 --- /dev/null +++ b/libc/sysv/consts/IP_RECVRETOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVRETOPTS,7,6,6,6,6,0 diff --git a/libc/sysv/consts/IP_RECVRETOPTS.s b/libc/sysv/consts/IP_RECVRETOPTS.s deleted file mode 100644 index e906451f6..000000000 --- a/libc/sysv/consts/IP_RECVRETOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVRETOPTS,7,6,6,6,6,0 diff --git a/libc/sysv/consts/IP_RECVTOS.S b/libc/sysv/consts/IP_RECVTOS.S new file mode 100644 index 000000000..edd78a03b --- /dev/null +++ b/libc/sysv/consts/IP_RECVTOS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVTOS,13,0,68,0,0,40 diff --git a/libc/sysv/consts/IP_RECVTOS.s b/libc/sysv/consts/IP_RECVTOS.s deleted file mode 100644 index 19ff0c4b6..000000000 --- a/libc/sysv/consts/IP_RECVTOS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVTOS,13,0,68,0,0,40 diff --git a/libc/sysv/consts/IP_RECVTTL.S b/libc/sysv/consts/IP_RECVTTL.S new file mode 100644 index 000000000..33267934f --- /dev/null +++ b/libc/sysv/consts/IP_RECVTTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RECVTTL,12,24,65,31,23,21 diff --git a/libc/sysv/consts/IP_RECVTTL.s b/libc/sysv/consts/IP_RECVTTL.s deleted file mode 100644 index 83adefbfc..000000000 --- a/libc/sysv/consts/IP_RECVTTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RECVTTL,12,24,65,31,23,21 diff --git a/libc/sysv/consts/IP_RETOPTS.S b/libc/sysv/consts/IP_RETOPTS.S new file mode 100644 index 000000000..de4ce9feb --- /dev/null +++ b/libc/sysv/consts/IP_RETOPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_RETOPTS,7,8,8,8,8,0 diff --git a/libc/sysv/consts/IP_RETOPTS.s b/libc/sysv/consts/IP_RETOPTS.s deleted file mode 100644 index e3f0d4d57..000000000 --- a/libc/sysv/consts/IP_RETOPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_RETOPTS,7,8,8,8,8,0 diff --git a/libc/sysv/consts/IP_ROUTER_ALERT.S b/libc/sysv/consts/IP_ROUTER_ALERT.S new file mode 100644 index 000000000..37c0b1ab6 --- /dev/null +++ b/libc/sysv/consts/IP_ROUTER_ALERT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_ROUTER_ALERT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_ROUTER_ALERT.s b/libc/sysv/consts/IP_ROUTER_ALERT.s deleted file mode 100644 index ffc5c4c5d..000000000 --- a/libc/sysv/consts/IP_ROUTER_ALERT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_ROUTER_ALERT,5,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_TOS.S b/libc/sysv/consts/IP_TOS.S new file mode 100644 index 000000000..73838ba03 --- /dev/null +++ b/libc/sysv/consts/IP_TOS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_TOS,1,3,3,3,3,8 diff --git a/libc/sysv/consts/IP_TOS.s b/libc/sysv/consts/IP_TOS.s deleted file mode 100644 index 092d3e84f..000000000 --- a/libc/sysv/consts/IP_TOS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_TOS,1,3,3,3,3,8 diff --git a/libc/sysv/consts/IP_TRANSPARENT.S b/libc/sysv/consts/IP_TRANSPARENT.S new file mode 100644 index 000000000..93e635e83 --- /dev/null +++ b/libc/sysv/consts/IP_TRANSPARENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_TRANSPARENT,19,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_TRANSPARENT.s b/libc/sysv/consts/IP_TRANSPARENT.s deleted file mode 100644 index 0bfb9e386..000000000 --- a/libc/sysv/consts/IP_TRANSPARENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_TRANSPARENT,19,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_TTL.S b/libc/sysv/consts/IP_TTL.S new file mode 100644 index 000000000..ea5927372 --- /dev/null +++ b/libc/sysv/consts/IP_TTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_TTL,2,4,4,4,4,7 diff --git a/libc/sysv/consts/IP_TTL.s b/libc/sysv/consts/IP_TTL.s deleted file mode 100644 index 1dac5e9e5..000000000 --- a/libc/sysv/consts/IP_TTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_TTL,2,4,4,4,4,7 diff --git a/libc/sysv/consts/IP_UNBLOCK_SOURCE.S b/libc/sysv/consts/IP_UNBLOCK_SOURCE.S new file mode 100644 index 000000000..a2f8360a0 --- /dev/null +++ b/libc/sysv/consts/IP_UNBLOCK_SOURCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_UNBLOCK_SOURCE,37,73,73,0,0,18 diff --git a/libc/sysv/consts/IP_UNBLOCK_SOURCE.s b/libc/sysv/consts/IP_UNBLOCK_SOURCE.s deleted file mode 100644 index d636e8b23..000000000 --- a/libc/sysv/consts/IP_UNBLOCK_SOURCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_UNBLOCK_SOURCE,37,73,73,0,0,18 diff --git a/libc/sysv/consts/IP_UNICAST_IF.S b/libc/sysv/consts/IP_UNICAST_IF.S new file mode 100644 index 000000000..5aa36d95c --- /dev/null +++ b/libc/sysv/consts/IP_UNICAST_IF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_UNICAST_IF,50,0,0,0,0,31 diff --git a/libc/sysv/consts/IP_UNICAST_IF.s b/libc/sysv/consts/IP_UNICAST_IF.s deleted file mode 100644 index 991214896..000000000 --- a/libc/sysv/consts/IP_UNICAST_IF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_UNICAST_IF,50,0,0,0,0,31 diff --git a/libc/sysv/consts/IP_XFRM_POLICY.S b/libc/sysv/consts/IP_XFRM_POLICY.S new file mode 100644 index 000000000..e0b926ef8 --- /dev/null +++ b/libc/sysv/consts/IP_XFRM_POLICY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ip,IP_XFRM_POLICY,17,0,0,0,0,0 diff --git a/libc/sysv/consts/IP_XFRM_POLICY.s b/libc/sysv/consts/IP_XFRM_POLICY.s deleted file mode 100644 index 786eaf578..000000000 --- a/libc/sysv/consts/IP_XFRM_POLICY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ip,IP_XFRM_POLICY,17,0,0,0,0,0 diff --git a/libc/sysv/consts/ISIG.S b/libc/sysv/consts/ISIG.S new file mode 100644 index 000000000..febf9f55e --- /dev/null +++ b/libc/sysv/consts/ISIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ISIG,0b0000000000000001,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000000000001 diff --git a/libc/sysv/consts/ISIG.s b/libc/sysv/consts/ISIG.s deleted file mode 100644 index 7b8252d7f..000000000 --- a/libc/sysv/consts/ISIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ISIG,0b0000000000000001,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000000000001 diff --git a/libc/sysv/consts/ISTRIP.S b/libc/sysv/consts/ISTRIP.S new file mode 100644 index 000000000..8a87bb56a --- /dev/null +++ b/libc/sysv/consts/ISTRIP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ISTRIP,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000 diff --git a/libc/sysv/consts/ISTRIP.s b/libc/sysv/consts/ISTRIP.s deleted file mode 100644 index 1d795eb4b..000000000 --- a/libc/sysv/consts/ISTRIP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ISTRIP,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000 diff --git a/libc/sysv/consts/IUCLC.S b/libc/sysv/consts/IUCLC.S new file mode 100644 index 000000000..a65687f66 --- /dev/null +++ b/libc/sysv/consts/IUCLC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IUCLC,0b0000001000000000,0,0,0b0001000000000000,0,0b0000001000000000 diff --git a/libc/sysv/consts/IUCLC.s b/libc/sysv/consts/IUCLC.s deleted file mode 100644 index 74ae15ed5..000000000 --- a/libc/sysv/consts/IUCLC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IUCLC,0b0000001000000000,0,0,0b0001000000000000,0,0b0000001000000000 diff --git a/libc/sysv/consts/IUTF8.S b/libc/sysv/consts/IUTF8.S new file mode 100644 index 000000000..105ba279b --- /dev/null +++ b/libc/sysv/consts/IUTF8.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IUTF8,0b0100000000000000,0b0100000000000000,0,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/IUTF8.s b/libc/sysv/consts/IUTF8.s deleted file mode 100644 index 91cd752a8..000000000 --- a/libc/sysv/consts/IUTF8.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IUTF8,0b0100000000000000,0b0100000000000000,0,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/IXANY.S b/libc/sysv/consts/IXANY.S new file mode 100644 index 000000000..4d6be74d1 --- /dev/null +++ b/libc/sysv/consts/IXANY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IXANY,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000 diff --git a/libc/sysv/consts/IXANY.s b/libc/sysv/consts/IXANY.s deleted file mode 100644 index 4b789d382..000000000 --- a/libc/sysv/consts/IXANY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IXANY,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000,0b0000100000000000 diff --git a/libc/sysv/consts/IXOFF.S b/libc/sysv/consts/IXOFF.S new file mode 100644 index 000000000..a609da9cb --- /dev/null +++ b/libc/sysv/consts/IXOFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IXOFF,0b0001000000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0001000000000000 diff --git a/libc/sysv/consts/IXOFF.s b/libc/sysv/consts/IXOFF.s deleted file mode 100644 index d34c0bad0..000000000 --- a/libc/sysv/consts/IXOFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IXOFF,0b0001000000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0000010000000000,0b0001000000000000 diff --git a/libc/sysv/consts/IXON.S b/libc/sysv/consts/IXON.S new file mode 100644 index 000000000..1d4d21284 --- /dev/null +++ b/libc/sysv/consts/IXON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,IXON,0b0000010000000000,0b0000001000000000,0b0000001000000000,0b0000001000000000,0b0000001000000000,0b0000010000000000 diff --git a/libc/sysv/consts/IXON.s b/libc/sysv/consts/IXON.s deleted file mode 100644 index bc9404b43..000000000 --- a/libc/sysv/consts/IXON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,IXON,0b0000010000000000,0b0000001000000000,0b0000001000000000,0b0000001000000000,0b0000001000000000,0b0000010000000000 diff --git a/libc/sysv/consts/KDFONTOP.S b/libc/sysv/consts/KDFONTOP.S new file mode 100644 index 000000000..dc2669eaf --- /dev/null +++ b/libc/sysv/consts/KDFONTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,KDFONTOP,0x4b72,0,0,0,0,0 diff --git a/libc/sysv/consts/KDFONTOP.s b/libc/sysv/consts/KDFONTOP.s deleted file mode 100644 index 95c16c0f2..000000000 --- a/libc/sysv/consts/KDFONTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,KDFONTOP,0x4b72,0,0,0,0,0 diff --git a/libc/sysv/consts/LINE_MAX.S b/libc/sysv/consts/LINE_MAX.S new file mode 100644 index 000000000..558735c58 --- /dev/null +++ b/libc/sysv/consts/LINE_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LINE_MAX,0x0800,0x0800,0x0800,0x0800,0x0800,0 diff --git a/libc/sysv/consts/LINE_MAX.s b/libc/sysv/consts/LINE_MAX.s deleted file mode 100644 index fb9c58afe..000000000 --- a/libc/sysv/consts/LINE_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LINE_MAX,0x0800,0x0800,0x0800,0x0800,0x0800,0 diff --git a/libc/sysv/consts/LINKED_CMD_COMPLETE.S b/libc/sysv/consts/LINKED_CMD_COMPLETE.S new file mode 100644 index 000000000..9aca8bc9b --- /dev/null +++ b/libc/sysv/consts/LINKED_CMD_COMPLETE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LINKED_CMD_COMPLETE,10,0,0,0,0,0 diff --git a/libc/sysv/consts/LINKED_CMD_COMPLETE.s b/libc/sysv/consts/LINKED_CMD_COMPLETE.s deleted file mode 100644 index 47e9b7bdf..000000000 --- a/libc/sysv/consts/LINKED_CMD_COMPLETE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LINKED_CMD_COMPLETE,10,0,0,0,0,0 diff --git a/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.S b/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.S new file mode 100644 index 000000000..ca81cc6af --- /dev/null +++ b/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LINKED_FLG_CMD_COMPLETE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.s b/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.s deleted file mode 100644 index f0343e5f4..000000000 --- a/libc/sysv/consts/LINKED_FLG_CMD_COMPLETE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LINKED_FLG_CMD_COMPLETE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/LINK_MAX.S b/libc/sysv/consts/LINK_MAX.S new file mode 100644 index 000000000..160673bd0 --- /dev/null +++ b/libc/sysv/consts/LINK_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,LINK_MAX,127,32767,32767,32767,32767,64 diff --git a/libc/sysv/consts/LINK_MAX.s b/libc/sysv/consts/LINK_MAX.s deleted file mode 100644 index 2ea57e842..000000000 --- a/libc/sysv/consts/LINK_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,LINK_MAX,127,32767,32767,32767,32767,64 diff --git a/libc/sysv/consts/LIO_NOP.S b/libc/sysv/consts/LIO_NOP.S new file mode 100644 index 000000000..7c97e2e37 --- /dev/null +++ b/libc/sysv/consts/LIO_NOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lio,LIO_NOP,127,0,0,127,0,127 diff --git a/libc/sysv/consts/LIO_NOP.s b/libc/sysv/consts/LIO_NOP.s deleted file mode 100644 index d1645bdb3..000000000 --- a/libc/sysv/consts/LIO_NOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lio,LIO_NOP,127,0,0,127,0,127 diff --git a/libc/sysv/consts/LIO_NOWAIT.S b/libc/sysv/consts/LIO_NOWAIT.S new file mode 100644 index 000000000..8490477ca --- /dev/null +++ b/libc/sysv/consts/LIO_NOWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lio,LIO_NOWAIT,127,1,0,127,0,127 diff --git a/libc/sysv/consts/LIO_NOWAIT.s b/libc/sysv/consts/LIO_NOWAIT.s deleted file mode 100644 index a4ed98526..000000000 --- a/libc/sysv/consts/LIO_NOWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lio,LIO_NOWAIT,127,1,0,127,0,127 diff --git a/libc/sysv/consts/LIO_READ.S b/libc/sysv/consts/LIO_READ.S new file mode 100644 index 000000000..36191492e --- /dev/null +++ b/libc/sysv/consts/LIO_READ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lio,LIO_READ,127,1,2,127,2,127 diff --git a/libc/sysv/consts/LIO_READ.s b/libc/sysv/consts/LIO_READ.s deleted file mode 100644 index da0eeee58..000000000 --- a/libc/sysv/consts/LIO_READ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lio,LIO_READ,127,1,2,127,2,127 diff --git a/libc/sysv/consts/LIO_WAIT.S b/libc/sysv/consts/LIO_WAIT.S new file mode 100644 index 000000000..234e09b64 --- /dev/null +++ b/libc/sysv/consts/LIO_WAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lio,LIO_WAIT,127,2,1,127,1,127 diff --git a/libc/sysv/consts/LIO_WAIT.s b/libc/sysv/consts/LIO_WAIT.s deleted file mode 100644 index 4ef9d245d..000000000 --- a/libc/sysv/consts/LIO_WAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lio,LIO_WAIT,127,2,1,127,1,127 diff --git a/libc/sysv/consts/LIO_WRITE.S b/libc/sysv/consts/LIO_WRITE.S new file mode 100644 index 000000000..cb10c8f75 --- /dev/null +++ b/libc/sysv/consts/LIO_WRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lio,LIO_WRITE,127,2,1,127,1,127 diff --git a/libc/sysv/consts/LIO_WRITE.s b/libc/sysv/consts/LIO_WRITE.s deleted file mode 100644 index 715336b47..000000000 --- a/libc/sysv/consts/LIO_WRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lio,LIO_WRITE,127,2,1,127,1,127 diff --git a/libc/sysv/consts/LNKTYPE.S b/libc/sysv/consts/LNKTYPE.S new file mode 100644 index 000000000..3acc859ad --- /dev/null +++ b/libc/sysv/consts/LNKTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LNKTYPE,49,49,49,49,49,0 diff --git a/libc/sysv/consts/LNKTYPE.s b/libc/sysv/consts/LNKTYPE.s deleted file mode 100644 index d5730d5af..000000000 --- a/libc/sysv/consts/LNKTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LNKTYPE,49,49,49,49,49,0 diff --git a/libc/sysv/consts/LOCAL_PEERCRED.S b/libc/sysv/consts/LOCAL_PEERCRED.S new file mode 100644 index 000000000..9fc999511 --- /dev/null +++ b/libc/sysv/consts/LOCAL_PEERCRED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,LOCAL_PEERCRED,0,1,1,0,0,0 diff --git a/libc/sysv/consts/LOCAL_PEERCRED.s b/libc/sysv/consts/LOCAL_PEERCRED.s deleted file mode 100644 index 94feafd9e..000000000 --- a/libc/sysv/consts/LOCAL_PEERCRED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,LOCAL_PEERCRED,0,1,1,0,0,0 diff --git a/libc/sysv/consts/LOCK_EX.S b/libc/sysv/consts/LOCK_EX.S new file mode 100644 index 000000000..5a1edb614 --- /dev/null +++ b/libc/sysv/consts/LOCK_EX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lock,LOCK_EX,2,2,2,2,2,2 diff --git a/libc/sysv/consts/LOCK_EX.s b/libc/sysv/consts/LOCK_EX.s deleted file mode 100644 index ae2db3bbd..000000000 --- a/libc/sysv/consts/LOCK_EX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lock,LOCK_EX,2,2,2,2,2,2 diff --git a/libc/sysv/consts/LOCK_NB.S b/libc/sysv/consts/LOCK_NB.S new file mode 100644 index 000000000..fd38ac29b --- /dev/null +++ b/libc/sysv/consts/LOCK_NB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lock,LOCK_NB,4,4,4,4,4,1 diff --git a/libc/sysv/consts/LOCK_NB.s b/libc/sysv/consts/LOCK_NB.s deleted file mode 100644 index be86d6fa7..000000000 --- a/libc/sysv/consts/LOCK_NB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lock,LOCK_NB,4,4,4,4,4,1 diff --git a/libc/sysv/consts/LOCK_SH.S b/libc/sysv/consts/LOCK_SH.S new file mode 100644 index 000000000..04519a67d --- /dev/null +++ b/libc/sysv/consts/LOCK_SH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lock,LOCK_SH,1,1,1,1,1,0 diff --git a/libc/sysv/consts/LOCK_SH.s b/libc/sysv/consts/LOCK_SH.s deleted file mode 100644 index d90ebe897..000000000 --- a/libc/sysv/consts/LOCK_SH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lock,LOCK_SH,1,1,1,1,1,0 diff --git a/libc/sysv/consts/LOCK_UN.S b/libc/sysv/consts/LOCK_UN.S new file mode 100644 index 000000000..ac43f42fd --- /dev/null +++ b/libc/sysv/consts/LOCK_UN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lock,LOCK_UN,8,8,8,8,8,8 diff --git a/libc/sysv/consts/LOCK_UN.s b/libc/sysv/consts/LOCK_UN.s deleted file mode 100644 index 6fa60fa75..000000000 --- a/libc/sysv/consts/LOCK_UN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lock,LOCK_UN,8,8,8,8,8,8 diff --git a/libc/sysv/consts/LOCK_UNLOCK_CACHE.S b/libc/sysv/consts/LOCK_UNLOCK_CACHE.S new file mode 100644 index 000000000..b9210afaf --- /dev/null +++ b/libc/sysv/consts/LOCK_UNLOCK_CACHE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon lock,LOCK_UNLOCK_CACHE,54,0,0,0,0,0 diff --git a/libc/sysv/consts/LOCK_UNLOCK_CACHE.s b/libc/sysv/consts/LOCK_UNLOCK_CACHE.s deleted file mode 100644 index df1b761b9..000000000 --- a/libc/sysv/consts/LOCK_UNLOCK_CACHE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon lock,LOCK_UNLOCK_CACHE,54,0,0,0,0,0 diff --git a/libc/sysv/consts/LOGIN_NAME_MAX.S b/libc/sysv/consts/LOGIN_NAME_MAX.S new file mode 100644 index 000000000..6bc451342 --- /dev/null +++ b/libc/sysv/consts/LOGIN_NAME_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LOGIN_NAME_MAX,0x0100,0,0,0x20,0x20,0 diff --git a/libc/sysv/consts/LOGIN_NAME_MAX.s b/libc/sysv/consts/LOGIN_NAME_MAX.s deleted file mode 100644 index e6ecb5610..000000000 --- a/libc/sysv/consts/LOGIN_NAME_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LOGIN_NAME_MAX,0x0100,0,0,0x20,0x20,0 diff --git a/libc/sysv/consts/LOGIN_PROCESS.S b/libc/sysv/consts/LOGIN_PROCESS.S new file mode 100644 index 000000000..95e6dc224 --- /dev/null +++ b/libc/sysv/consts/LOGIN_PROCESS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,LOGIN_PROCESS,6,6,6,0,0,0 diff --git a/libc/sysv/consts/LOGIN_PROCESS.s b/libc/sysv/consts/LOGIN_PROCESS.s deleted file mode 100644 index d3fca3de3..000000000 --- a/libc/sysv/consts/LOGIN_PROCESS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,LOGIN_PROCESS,6,6,6,0,0,0 diff --git a/libc/sysv/consts/L_INCR.S b/libc/sysv/consts/L_INCR.S new file mode 100644 index 000000000..fa3ca6797 --- /dev/null +++ b/libc/sysv/consts/L_INCR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,L_INCR,1,1,1,1,1,0 diff --git a/libc/sysv/consts/L_INCR.s b/libc/sysv/consts/L_INCR.s deleted file mode 100644 index c3e5eb767..000000000 --- a/libc/sysv/consts/L_INCR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,L_INCR,1,1,1,1,1,0 diff --git a/libc/sysv/consts/L_SET.S b/libc/sysv/consts/L_SET.S new file mode 100644 index 000000000..d27c0c714 --- /dev/null +++ b/libc/sysv/consts/L_SET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,L_SET,0,0,0,0,0,0 diff --git a/libc/sysv/consts/L_SET.s b/libc/sysv/consts/L_SET.s deleted file mode 100644 index c10c3c3b9..000000000 --- a/libc/sysv/consts/L_SET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,L_SET,0,0,0,0,0,0 diff --git a/libc/sysv/consts/L_XTND.S b/libc/sysv/consts/L_XTND.S new file mode 100644 index 000000000..ffe82d908 --- /dev/null +++ b/libc/sysv/consts/L_XTND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,L_XTND,2,2,2,2,2,0 diff --git a/libc/sysv/consts/L_XTND.s b/libc/sysv/consts/L_XTND.s deleted file mode 100644 index d3604e643..000000000 --- a/libc/sysv/consts/L_XTND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,L_XTND,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MADV_DODUMP.S b/libc/sysv/consts/MADV_DODUMP.S new file mode 100644 index 000000000..f8e709e27 --- /dev/null +++ b/libc/sysv/consts/MADV_DODUMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_DODUMP,17,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DODUMP.s b/libc/sysv/consts/MADV_DODUMP.s deleted file mode 100644 index 169527c2b..000000000 --- a/libc/sysv/consts/MADV_DODUMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_DODUMP,17,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DOFORK.S b/libc/sysv/consts/MADV_DOFORK.S new file mode 100644 index 000000000..07615b18c --- /dev/null +++ b/libc/sysv/consts/MADV_DOFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_DOFORK,11,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DOFORK.s b/libc/sysv/consts/MADV_DOFORK.s deleted file mode 100644 index 0a99cad2f..000000000 --- a/libc/sysv/consts/MADV_DOFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_DOFORK,11,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DONTDUMP.S b/libc/sysv/consts/MADV_DONTDUMP.S new file mode 100644 index 000000000..28fcf75b1 --- /dev/null +++ b/libc/sysv/consts/MADV_DONTDUMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_DONTDUMP,16,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DONTDUMP.s b/libc/sysv/consts/MADV_DONTDUMP.s deleted file mode 100644 index e9c0e7ea0..000000000 --- a/libc/sysv/consts/MADV_DONTDUMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_DONTDUMP,16,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DONTFORK.S b/libc/sysv/consts/MADV_DONTFORK.S new file mode 100644 index 000000000..28eded7f4 --- /dev/null +++ b/libc/sysv/consts/MADV_DONTFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_DONTFORK,10,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DONTFORK.s b/libc/sysv/consts/MADV_DONTFORK.s deleted file mode 100644 index e5acede8f..000000000 --- a/libc/sysv/consts/MADV_DONTFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_DONTFORK,10,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_DONTNEED.S b/libc/sysv/consts/MADV_DONTNEED.S new file mode 100644 index 000000000..6567e21f8 --- /dev/null +++ b/libc/sysv/consts/MADV_DONTNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_DONTNEED,4,4,4,4,4,127 diff --git a/libc/sysv/consts/MADV_DONTNEED.s b/libc/sysv/consts/MADV_DONTNEED.s deleted file mode 100644 index cff5d583c..000000000 --- a/libc/sysv/consts/MADV_DONTNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_DONTNEED,4,4,4,4,4,127 diff --git a/libc/sysv/consts/MADV_FREE.S b/libc/sysv/consts/MADV_FREE.S new file mode 100644 index 000000000..70bcb56e0 --- /dev/null +++ b/libc/sysv/consts/MADV_FREE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_FREE,8,5,5,6,6,8 diff --git a/libc/sysv/consts/MADV_FREE.s b/libc/sysv/consts/MADV_FREE.s deleted file mode 100644 index d39277dd9..000000000 --- a/libc/sysv/consts/MADV_FREE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_FREE,8,5,5,6,6,8 diff --git a/libc/sysv/consts/MADV_HUGEPAGE.S b/libc/sysv/consts/MADV_HUGEPAGE.S new file mode 100644 index 000000000..0afab715f --- /dev/null +++ b/libc/sysv/consts/MADV_HUGEPAGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_HUGEPAGE,14,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_HUGEPAGE.s b/libc/sysv/consts/MADV_HUGEPAGE.s deleted file mode 100644 index 77691fda2..000000000 --- a/libc/sysv/consts/MADV_HUGEPAGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_HUGEPAGE,14,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_HWPOISON.S b/libc/sysv/consts/MADV_HWPOISON.S new file mode 100644 index 000000000..c8f76111a --- /dev/null +++ b/libc/sysv/consts/MADV_HWPOISON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_HWPOISON,100,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_HWPOISON.s b/libc/sysv/consts/MADV_HWPOISON.s deleted file mode 100644 index e338bfd6f..000000000 --- a/libc/sysv/consts/MADV_HWPOISON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_HWPOISON,100,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_MERGEABLE.S b/libc/sysv/consts/MADV_MERGEABLE.S new file mode 100644 index 000000000..172668fcc --- /dev/null +++ b/libc/sysv/consts/MADV_MERGEABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_MERGEABLE,12,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_MERGEABLE.s b/libc/sysv/consts/MADV_MERGEABLE.s deleted file mode 100644 index ab7606968..000000000 --- a/libc/sysv/consts/MADV_MERGEABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_MERGEABLE,12,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_NOHUGEPAGE.S b/libc/sysv/consts/MADV_NOHUGEPAGE.S new file mode 100644 index 000000000..9458ebc54 --- /dev/null +++ b/libc/sysv/consts/MADV_NOHUGEPAGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_NOHUGEPAGE,15,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_NOHUGEPAGE.s b/libc/sysv/consts/MADV_NOHUGEPAGE.s deleted file mode 100644 index b6427d330..000000000 --- a/libc/sysv/consts/MADV_NOHUGEPAGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_NOHUGEPAGE,15,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_NORMAL.S b/libc/sysv/consts/MADV_NORMAL.S new file mode 100644 index 000000000..c38bc7dae --- /dev/null +++ b/libc/sysv/consts/MADV_NORMAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/MADV_NORMAL.s b/libc/sysv/consts/MADV_NORMAL.s deleted file mode 100644 index d1ac602e1..000000000 --- a/libc/sysv/consts/MADV_NORMAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/MADV_RANDOM.S b/libc/sysv/consts/MADV_RANDOM.S new file mode 100644 index 000000000..e7c7b43c6 --- /dev/null +++ b/libc/sysv/consts/MADV_RANDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_RANDOM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MADV_RANDOM.s b/libc/sysv/consts/MADV_RANDOM.s deleted file mode 100644 index e6804de09..000000000 --- a/libc/sysv/consts/MADV_RANDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_RANDOM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MADV_REMOVE.S b/libc/sysv/consts/MADV_REMOVE.S new file mode 100644 index 000000000..cc77e67fc --- /dev/null +++ b/libc/sysv/consts/MADV_REMOVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_REMOVE,9,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_REMOVE.s b/libc/sysv/consts/MADV_REMOVE.s deleted file mode 100644 index 0e8bf59b6..000000000 --- a/libc/sysv/consts/MADV_REMOVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_REMOVE,9,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_SEQUENTIAL.S b/libc/sysv/consts/MADV_SEQUENTIAL.S new file mode 100644 index 000000000..8b54e4626 --- /dev/null +++ b/libc/sysv/consts/MADV_SEQUENTIAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_SEQUENTIAL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MADV_SEQUENTIAL.s b/libc/sysv/consts/MADV_SEQUENTIAL.s deleted file mode 100644 index c3c423c1b..000000000 --- a/libc/sysv/consts/MADV_SEQUENTIAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_SEQUENTIAL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MADV_UNMERGEABLE.S b/libc/sysv/consts/MADV_UNMERGEABLE.S new file mode 100644 index 000000000..d0335eb72 --- /dev/null +++ b/libc/sysv/consts/MADV_UNMERGEABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_UNMERGEABLE,13,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_UNMERGEABLE.s b/libc/sysv/consts/MADV_UNMERGEABLE.s deleted file mode 100644 index afe9a7c43..000000000 --- a/libc/sysv/consts/MADV_UNMERGEABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_UNMERGEABLE,13,127,127,127,127,127 diff --git a/libc/sysv/consts/MADV_WILLNEED.S b/libc/sysv/consts/MADV_WILLNEED.S new file mode 100644 index 000000000..9c09e7708 --- /dev/null +++ b/libc/sysv/consts/MADV_WILLNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon madv,MADV_WILLNEED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/MADV_WILLNEED.s b/libc/sysv/consts/MADV_WILLNEED.s deleted file mode 100644 index 49cd097ed..000000000 --- a/libc/sysv/consts/MADV_WILLNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon madv,MADV_WILLNEED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/MAP_32BIT.S b/libc/sysv/consts/MAP_32BIT.S new file mode 100644 index 000000000..992a099ca --- /dev/null +++ b/libc/sysv/consts/MAP_32BIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,MAP_32BIT,0x00000040,0,0x00080000,0,0,0 diff --git a/libc/sysv/consts/MAP_32BIT.s b/libc/sysv/consts/MAP_32BIT.s deleted file mode 100644 index 79adf3964..000000000 --- a/libc/sysv/consts/MAP_32BIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,MAP_32BIT,0x00000040,0,0x00080000,0,0,0 diff --git a/libc/sysv/consts/MAP_ANON.S b/libc/sysv/consts/MAP_ANON.S new file mode 100644 index 000000000..a5bd6ea5b --- /dev/null +++ b/libc/sysv/consts/MAP_ANON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,MAP_ANON,0x00000020,0x00001000,0x00001000,0x00001000,0x00001000,0x00000020 diff --git a/libc/sysv/consts/MAP_ANON.s b/libc/sysv/consts/MAP_ANON.s deleted file mode 100644 index a6145ebea..000000000 --- a/libc/sysv/consts/MAP_ANON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,MAP_ANON,0x00000020,0x00001000,0x00001000,0x00001000,0x00001000,0x00000020 diff --git a/libc/sysv/consts/MAP_ANONYMOUS.S b/libc/sysv/consts/MAP_ANONYMOUS.S new file mode 100644 index 000000000..b150f720f --- /dev/null +++ b/libc/sysv/consts/MAP_ANONYMOUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_ANONYMOUS,0x00000020,0x00001000,0x00001000,0x00001000,0x00001000,0x00000020 diff --git a/libc/sysv/consts/MAP_ANONYMOUS.s b/libc/sysv/consts/MAP_ANONYMOUS.s deleted file mode 100644 index 92321726e..000000000 --- a/libc/sysv/consts/MAP_ANONYMOUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_ANONYMOUS,0x00000020,0x00001000,0x00001000,0x00001000,0x00001000,0x00000020 diff --git a/libc/sysv/consts/MAP_CONCEAL.S b/libc/sysv/consts/MAP_CONCEAL.S new file mode 100644 index 000000000..a1a043dff --- /dev/null +++ b/libc/sysv/consts/MAP_CONCEAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_CONCEAL,0,0,0x00020000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/MAP_CONCEAL.s b/libc/sysv/consts/MAP_CONCEAL.s deleted file mode 100644 index 566d1663b..000000000 --- a/libc/sysv/consts/MAP_CONCEAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_CONCEAL,0,0,0x00020000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/MAP_DENYWRITE.S b/libc/sysv/consts/MAP_DENYWRITE.S new file mode 100644 index 000000000..3f495ded7 --- /dev/null +++ b/libc/sysv/consts/MAP_DENYWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,MAP_DENYWRITE,0x00000800,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_DENYWRITE.s b/libc/sysv/consts/MAP_DENYWRITE.s deleted file mode 100644 index 246b9a01d..000000000 --- a/libc/sysv/consts/MAP_DENYWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,MAP_DENYWRITE,0x00000800,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_EXECUTABLE.S b/libc/sysv/consts/MAP_EXECUTABLE.S new file mode 100644 index 000000000..078c5b380 --- /dev/null +++ b/libc/sysv/consts/MAP_EXECUTABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,MAP_EXECUTABLE,0x00001000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_EXECUTABLE.s b/libc/sysv/consts/MAP_EXECUTABLE.s deleted file mode 100644 index 09757dd93..000000000 --- a/libc/sysv/consts/MAP_EXECUTABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,MAP_EXECUTABLE,0x00001000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_FILE.S b/libc/sysv/consts/MAP_FILE.S new file mode 100644 index 000000000..55800b2c4 --- /dev/null +++ b/libc/sysv/consts/MAP_FILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_FILE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_FILE.s b/libc/sysv/consts/MAP_FILE.s deleted file mode 100644 index e55a512dc..000000000 --- a/libc/sysv/consts/MAP_FILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_FILE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_FIXED.S b/libc/sysv/consts/MAP_FIXED.S new file mode 100644 index 000000000..7ad7d769e --- /dev/null +++ b/libc/sysv/consts/MAP_FIXED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_FIXED,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010 diff --git a/libc/sysv/consts/MAP_FIXED.s b/libc/sysv/consts/MAP_FIXED.s deleted file mode 100644 index 86c8f078f..000000000 --- a/libc/sysv/consts/MAP_FIXED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_FIXED,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010,0x00000010 diff --git a/libc/sysv/consts/MAP_FIXED_NOREPLACE.S b/libc/sysv/consts/MAP_FIXED_NOREPLACE.S new file mode 100644 index 000000000..0056e9e66 --- /dev/null +++ b/libc/sysv/consts/MAP_FIXED_NOREPLACE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_FIXED_NOREPLACE,0x08000000,0x00004010,0x08000000,0x08000000,0x08000000,0x08000000 diff --git a/libc/sysv/consts/MAP_FIXED_NOREPLACE.s b/libc/sysv/consts/MAP_FIXED_NOREPLACE.s deleted file mode 100644 index 697b97efa..000000000 --- a/libc/sysv/consts/MAP_FIXED_NOREPLACE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_FIXED_NOREPLACE,0x08000000,0x00004010,0x08000000,0x08000000,0x08000000,0x08000000 diff --git a/libc/sysv/consts/MAP_GROWSDOWN.S b/libc/sysv/consts/MAP_GROWSDOWN.S new file mode 100644 index 000000000..920b244c1 --- /dev/null +++ b/libc/sysv/consts/MAP_GROWSDOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_GROWSDOWN,0x00000100,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_GROWSDOWN.s b/libc/sysv/consts/MAP_GROWSDOWN.s deleted file mode 100644 index 10bed151e..000000000 --- a/libc/sysv/consts/MAP_GROWSDOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_GROWSDOWN,0x00000100,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_HASSEMAPHORE.S b/libc/sysv/consts/MAP_HASSEMAPHORE.S new file mode 100644 index 000000000..807f606aa --- /dev/null +++ b/libc/sysv/consts/MAP_HASSEMAPHORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_HASSEMAPHORE,0,0x00000200,0x00000200,0,0x00000200,0 diff --git a/libc/sysv/consts/MAP_HASSEMAPHORE.s b/libc/sysv/consts/MAP_HASSEMAPHORE.s deleted file mode 100644 index 6b9ad56b8..000000000 --- a/libc/sysv/consts/MAP_HASSEMAPHORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_HASSEMAPHORE,0,0x00000200,0x00000200,0,0x00000200,0 diff --git a/libc/sysv/consts/MAP_HUGETLB.S b/libc/sysv/consts/MAP_HUGETLB.S new file mode 100644 index 000000000..ba20aef3c --- /dev/null +++ b/libc/sysv/consts/MAP_HUGETLB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_HUGETLB,0x00040000,0,0,0,0,0x80000000 diff --git a/libc/sysv/consts/MAP_HUGETLB.s b/libc/sysv/consts/MAP_HUGETLB.s deleted file mode 100644 index e6defe0c8..000000000 --- a/libc/sysv/consts/MAP_HUGETLB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_HUGETLB,0x00040000,0,0,0,0,0x80000000 diff --git a/libc/sysv/consts/MAP_HUGE_MASK.S b/libc/sysv/consts/MAP_HUGE_MASK.S new file mode 100644 index 000000000..fdbaf59d1 --- /dev/null +++ b/libc/sysv/consts/MAP_HUGE_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_HUGE_MASK,63,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_HUGE_MASK.s b/libc/sysv/consts/MAP_HUGE_MASK.s deleted file mode 100644 index fdfc52f0a..000000000 --- a/libc/sysv/consts/MAP_HUGE_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_HUGE_MASK,63,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_HUGE_SHIFT.S b/libc/sysv/consts/MAP_HUGE_SHIFT.S new file mode 100644 index 000000000..48db68c54 --- /dev/null +++ b/libc/sysv/consts/MAP_HUGE_SHIFT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_HUGE_SHIFT,26,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_HUGE_SHIFT.s b/libc/sysv/consts/MAP_HUGE_SHIFT.s deleted file mode 100644 index 9184656de..000000000 --- a/libc/sysv/consts/MAP_HUGE_SHIFT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_HUGE_SHIFT,26,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_INHERIT.S b/libc/sysv/consts/MAP_INHERIT.S new file mode 100644 index 000000000..7216389f8 --- /dev/null +++ b/libc/sysv/consts/MAP_INHERIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_INHERIT,-1,-1,-1,-1,0x00000080,-1 diff --git a/libc/sysv/consts/MAP_INHERIT.s b/libc/sysv/consts/MAP_INHERIT.s deleted file mode 100644 index 4375849c2..000000000 --- a/libc/sysv/consts/MAP_INHERIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_INHERIT,-1,-1,-1,-1,0x00000080,-1 diff --git a/libc/sysv/consts/MAP_LOCKED.S b/libc/sysv/consts/MAP_LOCKED.S new file mode 100644 index 000000000..c16233884 --- /dev/null +++ b/libc/sysv/consts/MAP_LOCKED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_LOCKED,0x00002000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_LOCKED.s b/libc/sysv/consts/MAP_LOCKED.s deleted file mode 100644 index f25665c40..000000000 --- a/libc/sysv/consts/MAP_LOCKED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_LOCKED,0x00002000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_NOCORE.S b/libc/sysv/consts/MAP_NOCORE.S new file mode 100644 index 000000000..bb2e48762 --- /dev/null +++ b/libc/sysv/consts/MAP_NOCORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,MAP_NOCORE,0,0,0x00020000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/MAP_NOCORE.s b/libc/sysv/consts/MAP_NOCORE.s deleted file mode 100644 index 5c235296b..000000000 --- a/libc/sysv/consts/MAP_NOCORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,MAP_NOCORE,0,0,0x00020000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/MAP_NONBLOCK.S b/libc/sysv/consts/MAP_NONBLOCK.S new file mode 100644 index 000000000..5f13740b3 --- /dev/null +++ b/libc/sysv/consts/MAP_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_NONBLOCK,0x00010000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_NONBLOCK.s b/libc/sysv/consts/MAP_NONBLOCK.s deleted file mode 100644 index 64c07058d..000000000 --- a/libc/sysv/consts/MAP_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_NONBLOCK,0x00010000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_NORESERVE.S b/libc/sysv/consts/MAP_NORESERVE.S new file mode 100644 index 000000000..a5ca8a6f1 --- /dev/null +++ b/libc/sysv/consts/MAP_NORESERVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_NORESERVE,0x00004000,0x00000040,0,0,0x00000040,0 diff --git a/libc/sysv/consts/MAP_NORESERVE.s b/libc/sysv/consts/MAP_NORESERVE.s deleted file mode 100644 index 666839a0d..000000000 --- a/libc/sysv/consts/MAP_NORESERVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_NORESERVE,0x00004000,0x00000040,0,0,0x00000040,0 diff --git a/libc/sysv/consts/MAP_NOSYNC.S b/libc/sysv/consts/MAP_NOSYNC.S new file mode 100644 index 000000000..054342f35 --- /dev/null +++ b/libc/sysv/consts/MAP_NOSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_NOSYNC,0,0,0x00000800,0,0,0 diff --git a/libc/sysv/consts/MAP_NOSYNC.s b/libc/sysv/consts/MAP_NOSYNC.s deleted file mode 100644 index 3ce807d7f..000000000 --- a/libc/sysv/consts/MAP_NOSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_NOSYNC,0,0,0x00000800,0,0,0 diff --git a/libc/sysv/consts/MAP_POPULATE.S b/libc/sysv/consts/MAP_POPULATE.S new file mode 100644 index 000000000..bca16d04f --- /dev/null +++ b/libc/sysv/consts/MAP_POPULATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_POPULATE,0x00008000,0,0x00040000,0,0,0 diff --git a/libc/sysv/consts/MAP_POPULATE.s b/libc/sysv/consts/MAP_POPULATE.s deleted file mode 100644 index 9e9acdede..000000000 --- a/libc/sysv/consts/MAP_POPULATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_POPULATE,0x00008000,0,0x00040000,0,0,0 diff --git a/libc/sysv/consts/MAP_PRIVATE.S b/libc/sysv/consts/MAP_PRIVATE.S new file mode 100644 index 000000000..81c74f873 --- /dev/null +++ b/libc/sysv/consts/MAP_PRIVATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_PRIVATE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MAP_PRIVATE.s b/libc/sysv/consts/MAP_PRIVATE.s deleted file mode 100644 index 63ccf363a..000000000 --- a/libc/sysv/consts/MAP_PRIVATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_PRIVATE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MAP_SHARED.S b/libc/sysv/consts/MAP_SHARED.S new file mode 100644 index 000000000..16bba1f9e --- /dev/null +++ b/libc/sysv/consts/MAP_SHARED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_SHARED,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MAP_SHARED.s b/libc/sysv/consts/MAP_SHARED.s deleted file mode 100644 index 655bb1000..000000000 --- a/libc/sysv/consts/MAP_SHARED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_SHARED,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MAP_SHARED_VALIDATE.S b/libc/sysv/consts/MAP_SHARED_VALIDATE.S new file mode 100644 index 000000000..8259e9f03 --- /dev/null +++ b/libc/sysv/consts/MAP_SHARED_VALIDATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_SHARED_VALIDATE,3,1,1,1,1,1 diff --git a/libc/sysv/consts/MAP_SHARED_VALIDATE.s b/libc/sysv/consts/MAP_SHARED_VALIDATE.s deleted file mode 100644 index 6a2819d71..000000000 --- a/libc/sysv/consts/MAP_SHARED_VALIDATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_SHARED_VALIDATE,3,1,1,1,1,1 diff --git a/libc/sysv/consts/MAP_STACK.S b/libc/sysv/consts/MAP_STACK.S new file mode 100644 index 000000000..35ef8bdf1 --- /dev/null +++ b/libc/sysv/consts/MAP_STACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_STACK,6,6,6,6,6,6 diff --git a/libc/sysv/consts/MAP_STACK.s b/libc/sysv/consts/MAP_STACK.s deleted file mode 100644 index eaaafeee4..000000000 --- a/libc/sysv/consts/MAP_STACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_STACK,6,6,6,6,6,6 diff --git a/libc/sysv/consts/MAP_SYNC.S b/libc/sysv/consts/MAP_SYNC.S new file mode 100644 index 000000000..6553b1a60 --- /dev/null +++ b/libc/sysv/consts/MAP_SYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_SYNC,0x00080000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_SYNC.s b/libc/sysv/consts/MAP_SYNC.s deleted file mode 100644 index 402676aae..000000000 --- a/libc/sysv/consts/MAP_SYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_SYNC,0x00080000,0,0,0,0,0 diff --git a/libc/sysv/consts/MAP_TYPE.S b/libc/sysv/consts/MAP_TYPE.S new file mode 100644 index 000000000..d530757ed --- /dev/null +++ b/libc/sysv/consts/MAP_TYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mmap,MAP_TYPE,15,15,15,15,15,15 diff --git a/libc/sysv/consts/MAP_TYPE.s b/libc/sysv/consts/MAP_TYPE.s deleted file mode 100644 index 1602ce8dc..000000000 --- a/libc/sysv/consts/MAP_TYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mmap,MAP_TYPE,15,15,15,15,15,15 diff --git a/libc/sysv/consts/MATH_ERREXCEPT.S b/libc/sysv/consts/MATH_ERREXCEPT.S new file mode 100644 index 000000000..be334efa5 --- /dev/null +++ b/libc/sysv/consts/MATH_ERREXCEPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MATH_ERREXCEPT,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MATH_ERREXCEPT.s b/libc/sysv/consts/MATH_ERREXCEPT.s deleted file mode 100644 index 1e079ab2d..000000000 --- a/libc/sysv/consts/MATH_ERREXCEPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MATH_ERREXCEPT,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MATH_ERRNO.S b/libc/sysv/consts/MATH_ERRNO.S new file mode 100644 index 000000000..6d7d067d2 --- /dev/null +++ b/libc/sysv/consts/MATH_ERRNO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MATH_ERRNO,1,1,1,1,1,0 diff --git a/libc/sysv/consts/MATH_ERRNO.s b/libc/sysv/consts/MATH_ERRNO.s deleted file mode 100644 index 24c3d3d5f..000000000 --- a/libc/sysv/consts/MATH_ERRNO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MATH_ERRNO,1,1,1,1,1,0 diff --git a/libc/sysv/consts/MAXNAMLEN.S b/libc/sysv/consts/MAXNAMLEN.S new file mode 100644 index 000000000..136c5bbf5 --- /dev/null +++ b/libc/sysv/consts/MAXNAMLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MAXNAMLEN,255,255,255,255,255,0 diff --git a/libc/sysv/consts/MAXNAMLEN.s b/libc/sysv/consts/MAXNAMLEN.s deleted file mode 100644 index 56abab20a..000000000 --- a/libc/sysv/consts/MAXNAMLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MAXNAMLEN,255,255,255,255,255,0 diff --git a/libc/sysv/consts/MAXQUOTAS.S b/libc/sysv/consts/MAXQUOTAS.S new file mode 100644 index 000000000..dbcdf533c --- /dev/null +++ b/libc/sysv/consts/MAXQUOTAS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MAXQUOTAS,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MAXQUOTAS.s b/libc/sysv/consts/MAXQUOTAS.s deleted file mode 100644 index 855404350..000000000 --- a/libc/sysv/consts/MAXQUOTAS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MAXQUOTAS,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MAX_CANON.S b/libc/sysv/consts/MAX_CANON.S new file mode 100644 index 000000000..16c36dade --- /dev/null +++ b/libc/sysv/consts/MAX_CANON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,MAX_CANON,255,1024,255,255,255,255 diff --git a/libc/sysv/consts/MAX_CANON.s b/libc/sysv/consts/MAX_CANON.s deleted file mode 100644 index 321b643fa..000000000 --- a/libc/sysv/consts/MAX_CANON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,MAX_CANON,255,1024,255,255,255,255 diff --git a/libc/sysv/consts/MAX_DQ_TIME.S b/libc/sysv/consts/MAX_DQ_TIME.S new file mode 100644 index 000000000..230c6af5c --- /dev/null +++ b/libc/sysv/consts/MAX_DQ_TIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MAX_DQ_TIME,0x093a80,0x093a80,0x093a80,0x093a80,0x093a80,0 diff --git a/libc/sysv/consts/MAX_DQ_TIME.s b/libc/sysv/consts/MAX_DQ_TIME.s deleted file mode 100644 index 6a1319063..000000000 --- a/libc/sysv/consts/MAX_DQ_TIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MAX_DQ_TIME,0x093a80,0x093a80,0x093a80,0x093a80,0x093a80,0 diff --git a/libc/sysv/consts/MAX_HANDLE_SZ.S b/libc/sysv/consts/MAX_HANDLE_SZ.S new file mode 100644 index 000000000..54a1eebc8 --- /dev/null +++ b/libc/sysv/consts/MAX_HANDLE_SZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MAX_HANDLE_SZ,0x80,0,0,0,0,0 diff --git a/libc/sysv/consts/MAX_HANDLE_SZ.s b/libc/sysv/consts/MAX_HANDLE_SZ.s deleted file mode 100644 index 3e50e851d..000000000 --- a/libc/sysv/consts/MAX_HANDLE_SZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MAX_HANDLE_SZ,0x80,0,0,0,0,0 diff --git a/libc/sysv/consts/MAX_INPUT.S b/libc/sysv/consts/MAX_INPUT.S new file mode 100644 index 000000000..98a536bbe --- /dev/null +++ b/libc/sysv/consts/MAX_INPUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,MAX_INPUT,255,1024,255,255,255,255 diff --git a/libc/sysv/consts/MAX_INPUT.s b/libc/sysv/consts/MAX_INPUT.s deleted file mode 100644 index 757fa3440..000000000 --- a/libc/sysv/consts/MAX_INPUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,MAX_INPUT,255,1024,255,255,255,255 diff --git a/libc/sysv/consts/MAX_IQ_TIME.S b/libc/sysv/consts/MAX_IQ_TIME.S new file mode 100644 index 000000000..0e9d4b848 --- /dev/null +++ b/libc/sysv/consts/MAX_IQ_TIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MAX_IQ_TIME,0x093a80,0x093a80,0x093a80,0x093a80,0x093a80,0 diff --git a/libc/sysv/consts/MAX_IQ_TIME.s b/libc/sysv/consts/MAX_IQ_TIME.s deleted file mode 100644 index 34b88bbc1..000000000 --- a/libc/sysv/consts/MAX_IQ_TIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MAX_IQ_TIME,0x093a80,0x093a80,0x093a80,0x093a80,0x093a80,0 diff --git a/libc/sysv/consts/MCAST_BLOCK_SOURCE.S b/libc/sysv/consts/MCAST_BLOCK_SOURCE.S new file mode 100644 index 000000000..4457f24a9 --- /dev/null +++ b/libc/sysv/consts/MCAST_BLOCK_SOURCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_BLOCK_SOURCE,43,84,84,0,0,43 diff --git a/libc/sysv/consts/MCAST_BLOCK_SOURCE.s b/libc/sysv/consts/MCAST_BLOCK_SOURCE.s deleted file mode 100644 index 6e1fb92ab..000000000 --- a/libc/sysv/consts/MCAST_BLOCK_SOURCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_BLOCK_SOURCE,43,84,84,0,0,43 diff --git a/libc/sysv/consts/MCAST_EXCLUDE.S b/libc/sysv/consts/MCAST_EXCLUDE.S new file mode 100644 index 000000000..c16b67f0d --- /dev/null +++ b/libc/sysv/consts/MCAST_EXCLUDE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_EXCLUDE,0,2,2,0,0,0 diff --git a/libc/sysv/consts/MCAST_EXCLUDE.s b/libc/sysv/consts/MCAST_EXCLUDE.s deleted file mode 100644 index 1c8c4d9b1..000000000 --- a/libc/sysv/consts/MCAST_EXCLUDE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_EXCLUDE,0,2,2,0,0,0 diff --git a/libc/sysv/consts/MCAST_INCLUDE.S b/libc/sysv/consts/MCAST_INCLUDE.S new file mode 100644 index 000000000..36365cd56 --- /dev/null +++ b/libc/sysv/consts/MCAST_INCLUDE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_INCLUDE,1,1,1,0,0,0 diff --git a/libc/sysv/consts/MCAST_INCLUDE.s b/libc/sysv/consts/MCAST_INCLUDE.s deleted file mode 100644 index c2067ef02..000000000 --- a/libc/sysv/consts/MCAST_INCLUDE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_INCLUDE,1,1,1,0,0,0 diff --git a/libc/sysv/consts/MCAST_JOIN_GROUP.S b/libc/sysv/consts/MCAST_JOIN_GROUP.S new file mode 100644 index 000000000..2b4818977 --- /dev/null +++ b/libc/sysv/consts/MCAST_JOIN_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_JOIN_GROUP,42,80,80,0,0,41 diff --git a/libc/sysv/consts/MCAST_JOIN_GROUP.s b/libc/sysv/consts/MCAST_JOIN_GROUP.s deleted file mode 100644 index 4e6f751c1..000000000 --- a/libc/sysv/consts/MCAST_JOIN_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_JOIN_GROUP,42,80,80,0,0,41 diff --git a/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.S b/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.S new file mode 100644 index 000000000..eb9693e3b --- /dev/null +++ b/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_JOIN_SOURCE_GROUP,46,82,82,0,0,45 diff --git a/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.s b/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.s deleted file mode 100644 index 5ab31bbcc..000000000 --- a/libc/sysv/consts/MCAST_JOIN_SOURCE_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_JOIN_SOURCE_GROUP,46,82,82,0,0,45 diff --git a/libc/sysv/consts/MCAST_LEAVE_GROUP.S b/libc/sysv/consts/MCAST_LEAVE_GROUP.S new file mode 100644 index 000000000..e189c2e53 --- /dev/null +++ b/libc/sysv/consts/MCAST_LEAVE_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_LEAVE_GROUP,45,81,81,0,0,42 diff --git a/libc/sysv/consts/MCAST_LEAVE_GROUP.s b/libc/sysv/consts/MCAST_LEAVE_GROUP.s deleted file mode 100644 index 2515789df..000000000 --- a/libc/sysv/consts/MCAST_LEAVE_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_LEAVE_GROUP,45,81,81,0,0,42 diff --git a/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.S b/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.S new file mode 100644 index 000000000..ee439ae38 --- /dev/null +++ b/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_LEAVE_SOURCE_GROUP,47,83,83,0,0,46 diff --git a/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.s b/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.s deleted file mode 100644 index f54643705..000000000 --- a/libc/sysv/consts/MCAST_LEAVE_SOURCE_GROUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_LEAVE_SOURCE_GROUP,47,83,83,0,0,46 diff --git a/libc/sysv/consts/MCAST_MSFILTER.S b/libc/sysv/consts/MCAST_MSFILTER.S new file mode 100644 index 000000000..9f4ee2610 --- /dev/null +++ b/libc/sysv/consts/MCAST_MSFILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_MSFILTER,48,0,0,0,0,0 diff --git a/libc/sysv/consts/MCAST_MSFILTER.s b/libc/sysv/consts/MCAST_MSFILTER.s deleted file mode 100644 index be5400cdb..000000000 --- a/libc/sysv/consts/MCAST_MSFILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_MSFILTER,48,0,0,0,0,0 diff --git a/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.S b/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.S new file mode 100644 index 000000000..c92072d82 --- /dev/null +++ b/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MCAST_UNBLOCK_SOURCE,44,85,85,0,0,44 diff --git a/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.s b/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.s deleted file mode 100644 index 7eb774085..000000000 --- a/libc/sysv/consts/MCAST_UNBLOCK_SOURCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MCAST_UNBLOCK_SOURCE,44,85,85,0,0,44 diff --git a/libc/sysv/consts/MCL_CURRENT.S b/libc/sysv/consts/MCL_CURRENT.S new file mode 100644 index 000000000..2a79ade8e --- /dev/null +++ b/libc/sysv/consts/MCL_CURRENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mlock,MCL_CURRENT,1,1,1,1,1,0 diff --git a/libc/sysv/consts/MCL_CURRENT.s b/libc/sysv/consts/MCL_CURRENT.s deleted file mode 100644 index 2b196f3d7..000000000 --- a/libc/sysv/consts/MCL_CURRENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mlock,MCL_CURRENT,1,1,1,1,1,0 diff --git a/libc/sysv/consts/MCL_FUTURE.S b/libc/sysv/consts/MCL_FUTURE.S new file mode 100644 index 000000000..8bc51f881 --- /dev/null +++ b/libc/sysv/consts/MCL_FUTURE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mlock,MCL_FUTURE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MCL_FUTURE.s b/libc/sysv/consts/MCL_FUTURE.s deleted file mode 100644 index f77fae4b6..000000000 --- a/libc/sysv/consts/MCL_FUTURE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mlock,MCL_FUTURE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/MCL_ONFAULT.S b/libc/sysv/consts/MCL_ONFAULT.S new file mode 100644 index 000000000..b30b3b871 --- /dev/null +++ b/libc/sysv/consts/MCL_ONFAULT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mlock,MCL_ONFAULT,4,0,0,0,0,0 diff --git a/libc/sysv/consts/MCL_ONFAULT.s b/libc/sysv/consts/MCL_ONFAULT.s deleted file mode 100644 index 9085caad4..000000000 --- a/libc/sysv/consts/MCL_ONFAULT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mlock,MCL_ONFAULT,4,0,0,0,0,0 diff --git a/libc/sysv/consts/MEDIUM_ERROR.S b/libc/sysv/consts/MEDIUM_ERROR.S new file mode 100644 index 000000000..774dba1ee --- /dev/null +++ b/libc/sysv/consts/MEDIUM_ERROR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MEDIUM_ERROR,3,0,0,0,0,0 diff --git a/libc/sysv/consts/MEDIUM_ERROR.s b/libc/sysv/consts/MEDIUM_ERROR.s deleted file mode 100644 index e5ec1c50e..000000000 --- a/libc/sysv/consts/MEDIUM_ERROR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MEDIUM_ERROR,3,0,0,0,0,0 diff --git a/libc/sysv/consts/MEDIUM_SCAN.S b/libc/sysv/consts/MEDIUM_SCAN.S new file mode 100644 index 000000000..858c6a1d1 --- /dev/null +++ b/libc/sysv/consts/MEDIUM_SCAN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MEDIUM_SCAN,56,0,0,0,0,0 diff --git a/libc/sysv/consts/MEDIUM_SCAN.s b/libc/sysv/consts/MEDIUM_SCAN.s deleted file mode 100644 index 1277247d5..000000000 --- a/libc/sysv/consts/MEDIUM_SCAN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MEDIUM_SCAN,56,0,0,0,0,0 diff --git a/libc/sysv/consts/MLD_LISTENER_QUERY.S b/libc/sysv/consts/MLD_LISTENER_QUERY.S new file mode 100644 index 000000000..0e45255c2 --- /dev/null +++ b/libc/sysv/consts/MLD_LISTENER_QUERY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MLD_LISTENER_QUERY,130,130,130,130,130,0 diff --git a/libc/sysv/consts/MLD_LISTENER_QUERY.s b/libc/sysv/consts/MLD_LISTENER_QUERY.s deleted file mode 100644 index 790bdc9e9..000000000 --- a/libc/sysv/consts/MLD_LISTENER_QUERY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MLD_LISTENER_QUERY,130,130,130,130,130,0 diff --git a/libc/sysv/consts/MLD_LISTENER_REDUCTION.S b/libc/sysv/consts/MLD_LISTENER_REDUCTION.S new file mode 100644 index 000000000..a1b4633a3 --- /dev/null +++ b/libc/sysv/consts/MLD_LISTENER_REDUCTION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MLD_LISTENER_REDUCTION,132,132,132,0,0,0 diff --git a/libc/sysv/consts/MLD_LISTENER_REDUCTION.s b/libc/sysv/consts/MLD_LISTENER_REDUCTION.s deleted file mode 100644 index 4c6a4c70c..000000000 --- a/libc/sysv/consts/MLD_LISTENER_REDUCTION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MLD_LISTENER_REDUCTION,132,132,132,0,0,0 diff --git a/libc/sysv/consts/MLD_LISTENER_REPORT.S b/libc/sysv/consts/MLD_LISTENER_REPORT.S new file mode 100644 index 000000000..3f7e4cced --- /dev/null +++ b/libc/sysv/consts/MLD_LISTENER_REPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,MLD_LISTENER_REPORT,131,131,131,131,131,0 diff --git a/libc/sysv/consts/MLD_LISTENER_REPORT.s b/libc/sysv/consts/MLD_LISTENER_REPORT.s deleted file mode 100644 index 0cd1a2878..000000000 --- a/libc/sysv/consts/MLD_LISTENER_REPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,MLD_LISTENER_REPORT,131,131,131,131,131,0 diff --git a/libc/sysv/consts/MNT_ASYNC.S b/libc/sysv/consts/MNT_ASYNC.S new file mode 100644 index 000000000..6d6801154 --- /dev/null +++ b/libc/sysv/consts/MNT_ASYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_ASYNC,0,0x00000040,0x00000040,0x00000040,0x00000040,0 diff --git a/libc/sysv/consts/MNT_ASYNC.s b/libc/sysv/consts/MNT_ASYNC.s deleted file mode 100644 index 2d6ef1e15..000000000 --- a/libc/sysv/consts/MNT_ASYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_ASYNC,0,0x00000040,0x00000040,0x00000040,0x00000040,0 diff --git a/libc/sysv/consts/MNT_BYFSID.S b/libc/sysv/consts/MNT_BYFSID.S new file mode 100644 index 000000000..4fe55cfbe --- /dev/null +++ b/libc/sysv/consts/MNT_BYFSID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon unmount,MNT_BYFSID,0,0,0x08000000,0,0,0 diff --git a/libc/sysv/consts/MNT_BYFSID.s b/libc/sysv/consts/MNT_BYFSID.s deleted file mode 100644 index 626ace282..000000000 --- a/libc/sysv/consts/MNT_BYFSID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon unmount,MNT_BYFSID,0,0,0x08000000,0,0,0 diff --git a/libc/sysv/consts/MNT_DETACH.S b/libc/sysv/consts/MNT_DETACH.S new file mode 100644 index 000000000..543a7cb7d --- /dev/null +++ b/libc/sysv/consts/MNT_DETACH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon unmount,MNT_DETACH,2,0,0,0,0,0 diff --git a/libc/sysv/consts/MNT_DETACH.s b/libc/sysv/consts/MNT_DETACH.s deleted file mode 100644 index 12ad75591..000000000 --- a/libc/sysv/consts/MNT_DETACH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon unmount,MNT_DETACH,2,0,0,0,0,0 diff --git a/libc/sysv/consts/MNT_EXPIRE.S b/libc/sysv/consts/MNT_EXPIRE.S new file mode 100644 index 000000000..03cb742ac --- /dev/null +++ b/libc/sysv/consts/MNT_EXPIRE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon unmount,MNT_EXPIRE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/MNT_EXPIRE.s b/libc/sysv/consts/MNT_EXPIRE.s deleted file mode 100644 index 3b751d2cc..000000000 --- a/libc/sysv/consts/MNT_EXPIRE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon unmount,MNT_EXPIRE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/MNT_FORCE.S b/libc/sysv/consts/MNT_FORCE.S new file mode 100644 index 000000000..98f8c4b3d --- /dev/null +++ b/libc/sysv/consts/MNT_FORCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon unmount,MNT_FORCE,1,0x00080000,0x00080000,0x00080000,0x00080000,2 diff --git a/libc/sysv/consts/MNT_FORCE.s b/libc/sysv/consts/MNT_FORCE.s deleted file mode 100644 index 155ccc5f6..000000000 --- a/libc/sysv/consts/MNT_FORCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon unmount,MNT_FORCE,1,0x00080000,0x00080000,0x00080000,0x00080000,2 diff --git a/libc/sysv/consts/MNT_NOATIME.S b/libc/sysv/consts/MNT_NOATIME.S new file mode 100644 index 000000000..e9d4951a2 --- /dev/null +++ b/libc/sysv/consts/MNT_NOATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NOATIME,0x00000400,0x10000000,0x10000000,0x00008000,0x04000000,0x00000400 diff --git a/libc/sysv/consts/MNT_NOATIME.s b/libc/sysv/consts/MNT_NOATIME.s deleted file mode 100644 index 257f5da52..000000000 --- a/libc/sysv/consts/MNT_NOATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NOATIME,0x00000400,0x10000000,0x10000000,0x00008000,0x04000000,0x00000400 diff --git a/libc/sysv/consts/MNT_NOCLUSTERR.S b/libc/sysv/consts/MNT_NOCLUSTERR.S new file mode 100644 index 000000000..690edfb57 --- /dev/null +++ b/libc/sysv/consts/MNT_NOCLUSTERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NOCLUSTERR,0,0,0x40000000,0,0,0 diff --git a/libc/sysv/consts/MNT_NOCLUSTERR.s b/libc/sysv/consts/MNT_NOCLUSTERR.s deleted file mode 100644 index a652f6962..000000000 --- a/libc/sysv/consts/MNT_NOCLUSTERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NOCLUSTERR,0,0,0x40000000,0,0,0 diff --git a/libc/sysv/consts/MNT_NOCLUSTERW.S b/libc/sysv/consts/MNT_NOCLUSTERW.S new file mode 100644 index 000000000..2209ffe6f --- /dev/null +++ b/libc/sysv/consts/MNT_NOCLUSTERW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NOCLUSTERW,0,0,0x80000000,0,0,0 diff --git a/libc/sysv/consts/MNT_NOCLUSTERW.s b/libc/sysv/consts/MNT_NOCLUSTERW.s deleted file mode 100644 index e1d4f57d6..000000000 --- a/libc/sysv/consts/MNT_NOCLUSTERW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NOCLUSTERW,0,0,0x80000000,0,0,0 diff --git a/libc/sysv/consts/MNT_NODEV.S b/libc/sysv/consts/MNT_NODEV.S new file mode 100644 index 000000000..a398cc29f --- /dev/null +++ b/libc/sysv/consts/MNT_NODEV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NODEV,0x00000004,0x00000010,0x00000010,0x00000010,0x00000010,0x00000004 diff --git a/libc/sysv/consts/MNT_NODEV.s b/libc/sysv/consts/MNT_NODEV.s deleted file mode 100644 index 64b4494da..000000000 --- a/libc/sysv/consts/MNT_NODEV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NODEV,0x00000004,0x00000010,0x00000010,0x00000010,0x00000010,0x00000004 diff --git a/libc/sysv/consts/MNT_NOEXEC.S b/libc/sysv/consts/MNT_NOEXEC.S new file mode 100644 index 000000000..6ff223e32 --- /dev/null +++ b/libc/sysv/consts/MNT_NOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NOEXEC,0x00000008,0x00000004,0x00000004,0x00000004,0x00000004,0x00000008 diff --git a/libc/sysv/consts/MNT_NOEXEC.s b/libc/sysv/consts/MNT_NOEXEC.s deleted file mode 100644 index 8c88cc06e..000000000 --- a/libc/sysv/consts/MNT_NOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NOEXEC,0x00000008,0x00000004,0x00000004,0x00000004,0x00000004,0x00000008 diff --git a/libc/sysv/consts/MNT_NOSUID.S b/libc/sysv/consts/MNT_NOSUID.S new file mode 100644 index 000000000..c5891d684 --- /dev/null +++ b/libc/sysv/consts/MNT_NOSUID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_NOSUID,0,0x00000008,0x00000008,0x00000008,0x00000008,0x00000001 diff --git a/libc/sysv/consts/MNT_NOSUID.s b/libc/sysv/consts/MNT_NOSUID.s deleted file mode 100644 index b83a91f5b..000000000 --- a/libc/sysv/consts/MNT_NOSUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_NOSUID,0,0x00000008,0x00000008,0x00000008,0x00000008,0x00000001 diff --git a/libc/sysv/consts/MNT_RDONLY.S b/libc/sysv/consts/MNT_RDONLY.S new file mode 100644 index 000000000..9e2fb1b03 --- /dev/null +++ b/libc/sysv/consts/MNT_RDONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_RDONLY,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001 diff --git a/libc/sysv/consts/MNT_RDONLY.s b/libc/sysv/consts/MNT_RDONLY.s deleted file mode 100644 index f375c1864..000000000 --- a/libc/sysv/consts/MNT_RDONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_RDONLY,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001 diff --git a/libc/sysv/consts/MNT_RELATIME.S b/libc/sysv/consts/MNT_RELATIME.S new file mode 100644 index 000000000..83d8f7894 --- /dev/null +++ b/libc/sysv/consts/MNT_RELATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_RELATIME,0x00200000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/MNT_RELATIME.s b/libc/sysv/consts/MNT_RELATIME.s deleted file mode 100644 index 5ea6f9de9..000000000 --- a/libc/sysv/consts/MNT_RELATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_RELATIME,0x00200000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/MNT_RELOAD.S b/libc/sysv/consts/MNT_RELOAD.S new file mode 100644 index 000000000..3b58a8e62 --- /dev/null +++ b/libc/sysv/consts/MNT_RELOAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_RELOAD,0,0x00040000,0x00040000,0x00040000,0x00040000,0 diff --git a/libc/sysv/consts/MNT_RELOAD.s b/libc/sysv/consts/MNT_RELOAD.s deleted file mode 100644 index d8e47243f..000000000 --- a/libc/sysv/consts/MNT_RELOAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_RELOAD,0,0x00040000,0x00040000,0x00040000,0x00040000,0 diff --git a/libc/sysv/consts/MNT_SNAPSHOT.S b/libc/sysv/consts/MNT_SNAPSHOT.S new file mode 100644 index 000000000..184bdf2f8 --- /dev/null +++ b/libc/sysv/consts/MNT_SNAPSHOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_SNAPSHOT,0,0x40000000,0x01000000,0,0,0 diff --git a/libc/sysv/consts/MNT_SNAPSHOT.s b/libc/sysv/consts/MNT_SNAPSHOT.s deleted file mode 100644 index 05cc89e18..000000000 --- a/libc/sysv/consts/MNT_SNAPSHOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_SNAPSHOT,0,0x40000000,0x01000000,0,0,0 diff --git a/libc/sysv/consts/MNT_STRICTATIME.S b/libc/sysv/consts/MNT_STRICTATIME.S new file mode 100644 index 000000000..b86c625aa --- /dev/null +++ b/libc/sysv/consts/MNT_STRICTATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_STRICTATIME,0x01000000,0x80000000,0,0,0,0 diff --git a/libc/sysv/consts/MNT_STRICTATIME.s b/libc/sysv/consts/MNT_STRICTATIME.s deleted file mode 100644 index 1f48b8b67..000000000 --- a/libc/sysv/consts/MNT_STRICTATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_STRICTATIME,0x01000000,0x80000000,0,0,0,0 diff --git a/libc/sysv/consts/MNT_SUIDDIR.S b/libc/sysv/consts/MNT_SUIDDIR.S new file mode 100644 index 000000000..4c99fa5ac --- /dev/null +++ b/libc/sysv/consts/MNT_SUIDDIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_SUIDDIR,0,0,0x00100000,0,0,0 diff --git a/libc/sysv/consts/MNT_SUIDDIR.s b/libc/sysv/consts/MNT_SUIDDIR.s deleted file mode 100644 index ba68a5f26..000000000 --- a/libc/sysv/consts/MNT_SUIDDIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_SUIDDIR,0,0,0x00100000,0,0,0 diff --git a/libc/sysv/consts/MNT_SYNCHRONOUS.S b/libc/sysv/consts/MNT_SYNCHRONOUS.S new file mode 100644 index 000000000..5813c0cbb --- /dev/null +++ b/libc/sysv/consts/MNT_SYNCHRONOUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_SYNCHRONOUS,0x00000010,0x00000002,0x00000002,0x00000002,0x00000002,0x00000010 diff --git a/libc/sysv/consts/MNT_SYNCHRONOUS.s b/libc/sysv/consts/MNT_SYNCHRONOUS.s deleted file mode 100644 index fb87d6d68..000000000 --- a/libc/sysv/consts/MNT_SYNCHRONOUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_SYNCHRONOUS,0x00000010,0x00000002,0x00000002,0x00000002,0x00000002,0x00000010 diff --git a/libc/sysv/consts/MNT_UPDATE.S b/libc/sysv/consts/MNT_UPDATE.S new file mode 100644 index 000000000..5d98d31b7 --- /dev/null +++ b/libc/sysv/consts/MNT_UPDATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MNT_UPDATE,0x00000020,0x00010000,0x00010000,0x00010000,0x00010000,0x00000020 diff --git a/libc/sysv/consts/MNT_UPDATE.s b/libc/sysv/consts/MNT_UPDATE.s deleted file mode 100644 index a06b665a0..000000000 --- a/libc/sysv/consts/MNT_UPDATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MNT_UPDATE,0x00000020,0x00010000,0x00010000,0x00010000,0x00010000,0x00000020 diff --git a/libc/sysv/consts/MREMAP_FIXED.S b/libc/sysv/consts/MREMAP_FIXED.S new file mode 100644 index 000000000..1728f93b2 --- /dev/null +++ b/libc/sysv/consts/MREMAP_FIXED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mremap,MREMAP_FIXED,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MREMAP_FIXED.s b/libc/sysv/consts/MREMAP_FIXED.s deleted file mode 100644 index 767974bb3..000000000 --- a/libc/sysv/consts/MREMAP_FIXED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mremap,MREMAP_FIXED,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MREMAP_MAYMOVE.S b/libc/sysv/consts/MREMAP_MAYMOVE.S new file mode 100644 index 000000000..dff45ee3c --- /dev/null +++ b/libc/sysv/consts/MREMAP_MAYMOVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mremap,MREMAP_MAYMOVE,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MREMAP_MAYMOVE.s b/libc/sysv/consts/MREMAP_MAYMOVE.s deleted file mode 100644 index 73f70c46b..000000000 --- a/libc/sysv/consts/MREMAP_MAYMOVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mremap,MREMAP_MAYMOVE,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MSG_BATCH.S b/libc/sysv/consts/MSG_BATCH.S new file mode 100644 index 000000000..86323c445 --- /dev/null +++ b/libc/sysv/consts/MSG_BATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_BATCH,0x040000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_BATCH.s b/libc/sysv/consts/MSG_BATCH.s deleted file mode 100644 index 2b9f013ae..000000000 --- a/libc/sysv/consts/MSG_BATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_BATCH,0x040000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_BCAST.S b/libc/sysv/consts/MSG_BCAST.S new file mode 100644 index 000000000..41fa09dc5 --- /dev/null +++ b/libc/sysv/consts/MSG_BCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_BCAST,0,0,0,0x100,0x100,0 diff --git a/libc/sysv/consts/MSG_BCAST.s b/libc/sysv/consts/MSG_BCAST.s deleted file mode 100644 index 8eec19d62..000000000 --- a/libc/sysv/consts/MSG_BCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_BCAST,0,0,0,0x100,0x100,0 diff --git a/libc/sysv/consts/MSG_CMSG_CLOEXEC.S b/libc/sysv/consts/MSG_CMSG_CLOEXEC.S new file mode 100644 index 000000000..31b22502a --- /dev/null +++ b/libc/sysv/consts/MSG_CMSG_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_CMSG_CLOEXEC,0x40000000,0,0x040000,0x0800,0x0800,0 diff --git a/libc/sysv/consts/MSG_CMSG_CLOEXEC.s b/libc/sysv/consts/MSG_CMSG_CLOEXEC.s deleted file mode 100644 index 9a20c9275..000000000 --- a/libc/sysv/consts/MSG_CMSG_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_CMSG_CLOEXEC,0x40000000,0,0x040000,0x0800,0x0800,0 diff --git a/libc/sysv/consts/MSG_CONFIRM.S b/libc/sysv/consts/MSG_CONFIRM.S new file mode 100644 index 000000000..330cb58b5 --- /dev/null +++ b/libc/sysv/consts/MSG_CONFIRM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_CONFIRM,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_CONFIRM.s b/libc/sysv/consts/MSG_CONFIRM.s deleted file mode 100644 index ccf9ee1e9..000000000 --- a/libc/sysv/consts/MSG_CONFIRM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_CONFIRM,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_CTRUNC.S b/libc/sysv/consts/MSG_CTRUNC.S new file mode 100644 index 000000000..d3228af58 --- /dev/null +++ b/libc/sysv/consts/MSG_CTRUNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_CTRUNC,8,0x20,0x20,0x20,0x20,0x0200 diff --git a/libc/sysv/consts/MSG_CTRUNC.s b/libc/sysv/consts/MSG_CTRUNC.s deleted file mode 100644 index 998e2a8dd..000000000 --- a/libc/sysv/consts/MSG_CTRUNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_CTRUNC,8,0x20,0x20,0x20,0x20,0x0200 diff --git a/libc/sysv/consts/MSG_DONTROUTE.S b/libc/sysv/consts/MSG_DONTROUTE.S new file mode 100644 index 000000000..8cfe5e617 --- /dev/null +++ b/libc/sysv/consts/MSG_DONTROUTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_DONTROUTE,4,4,4,4,4,4 diff --git a/libc/sysv/consts/MSG_DONTROUTE.s b/libc/sysv/consts/MSG_DONTROUTE.s deleted file mode 100644 index a212db945..000000000 --- a/libc/sysv/consts/MSG_DONTROUTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_DONTROUTE,4,4,4,4,4,4 diff --git a/libc/sysv/consts/MSG_DONTWAIT.S b/libc/sysv/consts/MSG_DONTWAIT.S new file mode 100644 index 000000000..0b82ea02e --- /dev/null +++ b/libc/sysv/consts/MSG_DONTWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_DONTWAIT,0x40,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/MSG_DONTWAIT.s b/libc/sysv/consts/MSG_DONTWAIT.s deleted file mode 100644 index 22f406eb1..000000000 --- a/libc/sysv/consts/MSG_DONTWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_DONTWAIT,0x40,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/MSG_EOF.S b/libc/sysv/consts/MSG_EOF.S new file mode 100644 index 000000000..7ca3c13ed --- /dev/null +++ b/libc/sysv/consts/MSG_EOF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_EOF,0x0200,0x0100,0x0100,0,0,0 diff --git a/libc/sysv/consts/MSG_EOF.s b/libc/sysv/consts/MSG_EOF.s deleted file mode 100644 index 10ded3cfb..000000000 --- a/libc/sysv/consts/MSG_EOF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_EOF,0x0200,0x0100,0x0100,0,0,0 diff --git a/libc/sysv/consts/MSG_EOR.S b/libc/sysv/consts/MSG_EOR.S new file mode 100644 index 000000000..0ff8a5442 --- /dev/null +++ b/libc/sysv/consts/MSG_EOR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_EOR,0x80,8,8,8,8,0 diff --git a/libc/sysv/consts/MSG_EOR.s b/libc/sysv/consts/MSG_EOR.s deleted file mode 100644 index a420602af..000000000 --- a/libc/sysv/consts/MSG_EOR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_EOR,0x80,8,8,8,8,0 diff --git a/libc/sysv/consts/MSG_ERRQUEUE.S b/libc/sysv/consts/MSG_ERRQUEUE.S new file mode 100644 index 000000000..c3df9de4f --- /dev/null +++ b/libc/sysv/consts/MSG_ERRQUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_ERRQUEUE,0x2000,0,0,0,0,0x1000 diff --git a/libc/sysv/consts/MSG_ERRQUEUE.s b/libc/sysv/consts/MSG_ERRQUEUE.s deleted file mode 100644 index ae461fce9..000000000 --- a/libc/sysv/consts/MSG_ERRQUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_ERRQUEUE,0x2000,0,0,0,0,0x1000 diff --git a/libc/sysv/consts/MSG_EXCEPT.S b/libc/sysv/consts/MSG_EXCEPT.S new file mode 100644 index 000000000..0f54f2e03 --- /dev/null +++ b/libc/sysv/consts/MSG_EXCEPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_EXCEPT,0x2000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_EXCEPT.s b/libc/sysv/consts/MSG_EXCEPT.s deleted file mode 100644 index 746714147..000000000 --- a/libc/sysv/consts/MSG_EXCEPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_EXCEPT,0x2000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_FASTOPEN.S b/libc/sysv/consts/MSG_FASTOPEN.S new file mode 100644 index 000000000..1710c2728 --- /dev/null +++ b/libc/sysv/consts/MSG_FASTOPEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_FASTOPEN,0x20000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_FASTOPEN.s b/libc/sysv/consts/MSG_FASTOPEN.s deleted file mode 100644 index 5891ade3a..000000000 --- a/libc/sysv/consts/MSG_FASTOPEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_FASTOPEN,0x20000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_FIN.S b/libc/sysv/consts/MSG_FIN.S new file mode 100644 index 000000000..22c6a6e01 --- /dev/null +++ b/libc/sysv/consts/MSG_FIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_FIN,0x0200,0x0100,0x0100,0,0,0 diff --git a/libc/sysv/consts/MSG_FIN.s b/libc/sysv/consts/MSG_FIN.s deleted file mode 100644 index 77701edb9..000000000 --- a/libc/sysv/consts/MSG_FIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_FIN,0x0200,0x0100,0x0100,0,0,0 diff --git a/libc/sysv/consts/MSG_INFO.S b/libc/sysv/consts/MSG_INFO.S new file mode 100644 index 000000000..31e865fbe --- /dev/null +++ b/libc/sysv/consts/MSG_INFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_INFO,12,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_INFO.s b/libc/sysv/consts/MSG_INFO.s deleted file mode 100644 index 53080de60..000000000 --- a/libc/sysv/consts/MSG_INFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_INFO,12,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_MCAST.S b/libc/sysv/consts/MSG_MCAST.S new file mode 100644 index 000000000..9a4981ff6 --- /dev/null +++ b/libc/sysv/consts/MSG_MCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_MCAST,0,0,0,0x200,0x200,0 diff --git a/libc/sysv/consts/MSG_MCAST.s b/libc/sysv/consts/MSG_MCAST.s deleted file mode 100644 index 6624f8c19..000000000 --- a/libc/sysv/consts/MSG_MCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_MCAST,0,0,0,0x200,0x200,0 diff --git a/libc/sysv/consts/MSG_MORE.S b/libc/sysv/consts/MSG_MORE.S new file mode 100644 index 000000000..a52d32849 --- /dev/null +++ b/libc/sysv/consts/MSG_MORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_MORE,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_MORE.s b/libc/sysv/consts/MSG_MORE.s deleted file mode 100644 index 6c58c6f82..000000000 --- a/libc/sysv/consts/MSG_MORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_MORE,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_NOERROR.S b/libc/sysv/consts/MSG_NOERROR.S new file mode 100644 index 000000000..55899e81f --- /dev/null +++ b/libc/sysv/consts/MSG_NOERROR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_NOERROR,0x1000,0x1000,0x1000,0x1000,0x1000,0 diff --git a/libc/sysv/consts/MSG_NOERROR.s b/libc/sysv/consts/MSG_NOERROR.s deleted file mode 100644 index 9dbfd8455..000000000 --- a/libc/sysv/consts/MSG_NOERROR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_NOERROR,0x1000,0x1000,0x1000,0x1000,0x1000,0 diff --git a/libc/sysv/consts/MSG_NOSIGNAL.S b/libc/sysv/consts/MSG_NOSIGNAL.S new file mode 100644 index 000000000..8ea8f1828 --- /dev/null +++ b/libc/sysv/consts/MSG_NOSIGNAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_NOSIGNAL,0x4000,0x80000,0x020000,0x0400,0x0400,0 diff --git a/libc/sysv/consts/MSG_NOSIGNAL.s b/libc/sysv/consts/MSG_NOSIGNAL.s deleted file mode 100644 index 497c5f714..000000000 --- a/libc/sysv/consts/MSG_NOSIGNAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_NOSIGNAL,0x4000,0x80000,0x020000,0x0400,0x0400,0 diff --git a/libc/sysv/consts/MSG_NOTIFICATION.S b/libc/sysv/consts/MSG_NOTIFICATION.S new file mode 100644 index 000000000..2583572af --- /dev/null +++ b/libc/sysv/consts/MSG_NOTIFICATION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_NOTIFICATION,0x8000,0,0x2000,0,0x4000,0 diff --git a/libc/sysv/consts/MSG_NOTIFICATION.s b/libc/sysv/consts/MSG_NOTIFICATION.s deleted file mode 100644 index 9c83ea36c..000000000 --- a/libc/sysv/consts/MSG_NOTIFICATION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_NOTIFICATION,0x8000,0,0x2000,0,0x4000,0 diff --git a/libc/sysv/consts/MSG_OOB.S b/libc/sysv/consts/MSG_OOB.S new file mode 100644 index 000000000..ae704f425 --- /dev/null +++ b/libc/sysv/consts/MSG_OOB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_OOB,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MSG_OOB.s b/libc/sysv/consts/MSG_OOB.s deleted file mode 100644 index 12b7753be..000000000 --- a/libc/sysv/consts/MSG_OOB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_OOB,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MSG_PARITY_ERROR.S b/libc/sysv/consts/MSG_PARITY_ERROR.S new file mode 100644 index 000000000..f1fc82e3f --- /dev/null +++ b/libc/sysv/consts/MSG_PARITY_ERROR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_PARITY_ERROR,9,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_PARITY_ERROR.s b/libc/sysv/consts/MSG_PARITY_ERROR.s deleted file mode 100644 index dc2d73af5..000000000 --- a/libc/sysv/consts/MSG_PARITY_ERROR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_PARITY_ERROR,9,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_PEEK.S b/libc/sysv/consts/MSG_PEEK.S new file mode 100644 index 000000000..f1a3ba251 --- /dev/null +++ b/libc/sysv/consts/MSG_PEEK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_PEEK,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MSG_PEEK.s b/libc/sysv/consts/MSG_PEEK.s deleted file mode 100644 index 352d42887..000000000 --- a/libc/sysv/consts/MSG_PEEK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_PEEK,2,2,2,2,2,2 diff --git a/libc/sysv/consts/MSG_PROXY.S b/libc/sysv/consts/MSG_PROXY.S new file mode 100644 index 000000000..725751756 --- /dev/null +++ b/libc/sysv/consts/MSG_PROXY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_PROXY,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_PROXY.s b/libc/sysv/consts/MSG_PROXY.s deleted file mode 100644 index ce828e35c..000000000 --- a/libc/sysv/consts/MSG_PROXY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_PROXY,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_RST.S b/libc/sysv/consts/MSG_RST.S new file mode 100644 index 000000000..a38339525 --- /dev/null +++ b/libc/sysv/consts/MSG_RST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_RST,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_RST.s b/libc/sysv/consts/MSG_RST.s deleted file mode 100644 index d0877b165..000000000 --- a/libc/sysv/consts/MSG_RST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_RST,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_STAT.S b/libc/sysv/consts/MSG_STAT.S new file mode 100644 index 000000000..50e5a0b4d --- /dev/null +++ b/libc/sysv/consts/MSG_STAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_STAT,11,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_STAT.s b/libc/sysv/consts/MSG_STAT.s deleted file mode 100644 index c1fdd3adf..000000000 --- a/libc/sysv/consts/MSG_STAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_STAT,11,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_SYN.S b/libc/sysv/consts/MSG_SYN.S new file mode 100644 index 000000000..1c893db70 --- /dev/null +++ b/libc/sysv/consts/MSG_SYN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_SYN,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_SYN.s b/libc/sysv/consts/MSG_SYN.s deleted file mode 100644 index 7da57d1db..000000000 --- a/libc/sysv/consts/MSG_SYN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_SYN,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/MSG_TRUNC.S b/libc/sysv/consts/MSG_TRUNC.S new file mode 100644 index 000000000..80818d952 --- /dev/null +++ b/libc/sysv/consts/MSG_TRUNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_TRUNC,0x20,0x10,0x10,0x10,0x10,0x0100 diff --git a/libc/sysv/consts/MSG_TRUNC.s b/libc/sysv/consts/MSG_TRUNC.s deleted file mode 100644 index 2e39d6608..000000000 --- a/libc/sysv/consts/MSG_TRUNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_TRUNC,0x20,0x10,0x10,0x10,0x10,0x0100 diff --git a/libc/sysv/consts/MSG_WAITALL.S b/libc/sysv/consts/MSG_WAITALL.S new file mode 100644 index 000000000..d6eb1b7ab --- /dev/null +++ b/libc/sysv/consts/MSG_WAITALL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_WAITALL,0x0100,0x40,0x40,0x40,0x40,8 diff --git a/libc/sysv/consts/MSG_WAITALL.s b/libc/sysv/consts/MSG_WAITALL.s deleted file mode 100644 index a555cf3ea..000000000 --- a/libc/sysv/consts/MSG_WAITALL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_WAITALL,0x0100,0x40,0x40,0x40,0x40,8 diff --git a/libc/sysv/consts/MSG_WAITFORONE.S b/libc/sysv/consts/MSG_WAITFORONE.S new file mode 100644 index 000000000..8efc2c230 --- /dev/null +++ b/libc/sysv/consts/MSG_WAITFORONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon msg,MSG_WAITFORONE,0x010000,0,0x080000,0,0x2000,0 diff --git a/libc/sysv/consts/MSG_WAITFORONE.s b/libc/sysv/consts/MSG_WAITFORONE.s deleted file mode 100644 index e07b8fe2c..000000000 --- a/libc/sysv/consts/MSG_WAITFORONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon msg,MSG_WAITFORONE,0x010000,0,0x080000,0,0x2000,0 diff --git a/libc/sysv/consts/MS_ACTIVE.S b/libc/sysv/consts/MS_ACTIVE.S new file mode 100644 index 000000000..fe69447c1 --- /dev/null +++ b/libc/sysv/consts/MS_ACTIVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_ACTIVE,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_ACTIVE.s b/libc/sysv/consts/MS_ACTIVE.s deleted file mode 100644 index de1260a68..000000000 --- a/libc/sysv/consts/MS_ACTIVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_ACTIVE,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_ASYNC.S b/libc/sysv/consts/MS_ASYNC.S new file mode 100644 index 000000000..ff0ec98c0 --- /dev/null +++ b/libc/sysv/consts/MS_ASYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ms,MS_ASYNC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MS_ASYNC.s b/libc/sysv/consts/MS_ASYNC.s deleted file mode 100644 index b3dcda6e1..000000000 --- a/libc/sysv/consts/MS_ASYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ms,MS_ASYNC,1,1,1,1,1,1 diff --git a/libc/sysv/consts/MS_BIND.S b/libc/sysv/consts/MS_BIND.S new file mode 100644 index 000000000..f039c978b --- /dev/null +++ b/libc/sysv/consts/MS_BIND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_BIND,0x00001000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_BIND.s b/libc/sysv/consts/MS_BIND.s deleted file mode 100644 index 86b019626..000000000 --- a/libc/sysv/consts/MS_BIND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_BIND,0x00001000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_DIRSYNC.S b/libc/sysv/consts/MS_DIRSYNC.S new file mode 100644 index 000000000..235168d0b --- /dev/null +++ b/libc/sysv/consts/MS_DIRSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_DIRSYNC,0x00000080,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_DIRSYNC.s b/libc/sysv/consts/MS_DIRSYNC.s deleted file mode 100644 index 0e28d335e..000000000 --- a/libc/sysv/consts/MS_DIRSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_DIRSYNC,0x00000080,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_INVALIDATE.S b/libc/sysv/consts/MS_INVALIDATE.S new file mode 100644 index 000000000..fc2fc01a7 --- /dev/null +++ b/libc/sysv/consts/MS_INVALIDATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ms,MS_INVALIDATE,2,2,2,4,2,0 diff --git a/libc/sysv/consts/MS_INVALIDATE.s b/libc/sysv/consts/MS_INVALIDATE.s deleted file mode 100644 index b1490e5a9..000000000 --- a/libc/sysv/consts/MS_INVALIDATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ms,MS_INVALIDATE,2,2,2,4,2,0 diff --git a/libc/sysv/consts/MS_I_VERSION.S b/libc/sysv/consts/MS_I_VERSION.S new file mode 100644 index 000000000..c5595cca4 --- /dev/null +++ b/libc/sysv/consts/MS_I_VERSION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_I_VERSION,0x00800000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_I_VERSION.s b/libc/sysv/consts/MS_I_VERSION.s deleted file mode 100644 index 3fdbab2db..000000000 --- a/libc/sysv/consts/MS_I_VERSION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_I_VERSION,0x00800000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_KERNMOUNT.S b/libc/sysv/consts/MS_KERNMOUNT.S new file mode 100644 index 000000000..7b36a8794 --- /dev/null +++ b/libc/sysv/consts/MS_KERNMOUNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_KERNMOUNT,0x00400000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_KERNMOUNT.s b/libc/sysv/consts/MS_KERNMOUNT.s deleted file mode 100644 index 3fbfca6b7..000000000 --- a/libc/sysv/consts/MS_KERNMOUNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_KERNMOUNT,0x00400000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_LAZYTIME.S b/libc/sysv/consts/MS_LAZYTIME.S new file mode 100644 index 000000000..3648887fd --- /dev/null +++ b/libc/sysv/consts/MS_LAZYTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_LAZYTIME,0x02000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_LAZYTIME.s b/libc/sysv/consts/MS_LAZYTIME.s deleted file mode 100644 index 5cf72888c..000000000 --- a/libc/sysv/consts/MS_LAZYTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_LAZYTIME,0x02000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MANDLOCK.S b/libc/sysv/consts/MS_MANDLOCK.S new file mode 100644 index 000000000..e91ae1447 --- /dev/null +++ b/libc/sysv/consts/MS_MANDLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_MANDLOCK,0x00000040,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MANDLOCK.s b/libc/sysv/consts/MS_MANDLOCK.s deleted file mode 100644 index 34a4aafeb..000000000 --- a/libc/sysv/consts/MS_MANDLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_MANDLOCK,0x00000040,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MGC_MSK.S b/libc/sysv/consts/MS_MGC_MSK.S new file mode 100644 index 000000000..73a19e58d --- /dev/null +++ b/libc/sysv/consts/MS_MGC_MSK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_MGC_MSK,0xffff0000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MGC_MSK.s b/libc/sysv/consts/MS_MGC_MSK.s deleted file mode 100644 index f72b87753..000000000 --- a/libc/sysv/consts/MS_MGC_MSK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_MGC_MSK,0xffff0000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MGC_VAL.S b/libc/sysv/consts/MS_MGC_VAL.S new file mode 100644 index 000000000..ed0844bf9 --- /dev/null +++ b/libc/sysv/consts/MS_MGC_VAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_MGC_VAL,0xc0ed0000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MGC_VAL.s b/libc/sysv/consts/MS_MGC_VAL.s deleted file mode 100644 index fb4885309..000000000 --- a/libc/sysv/consts/MS_MGC_VAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_MGC_VAL,0xc0ed0000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MOVE.S b/libc/sysv/consts/MS_MOVE.S new file mode 100644 index 000000000..576706f92 --- /dev/null +++ b/libc/sysv/consts/MS_MOVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_MOVE,0x00002000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_MOVE.s b/libc/sysv/consts/MS_MOVE.s deleted file mode 100644 index 10f62eb05..000000000 --- a/libc/sysv/consts/MS_MOVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_MOVE,0x00002000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_NOATIME.S b/libc/sysv/consts/MS_NOATIME.S new file mode 100644 index 000000000..99e0f77cf --- /dev/null +++ b/libc/sysv/consts/MS_NOATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NOATIME,0x00000400,0x10000000,0x10000000,0x00008000,0x04000000,0x00000400 diff --git a/libc/sysv/consts/MS_NOATIME.s b/libc/sysv/consts/MS_NOATIME.s deleted file mode 100644 index d2c1962dd..000000000 --- a/libc/sysv/consts/MS_NOATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NOATIME,0x00000400,0x10000000,0x10000000,0x00008000,0x04000000,0x00000400 diff --git a/libc/sysv/consts/MS_NODEV.S b/libc/sysv/consts/MS_NODEV.S new file mode 100644 index 000000000..fb6f27b4f --- /dev/null +++ b/libc/sysv/consts/MS_NODEV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NODEV,0x00000004,0x00000010,0x00000010,0x00000010,0x00000010,0x00000004 diff --git a/libc/sysv/consts/MS_NODEV.s b/libc/sysv/consts/MS_NODEV.s deleted file mode 100644 index 6f2621fb6..000000000 --- a/libc/sysv/consts/MS_NODEV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NODEV,0x00000004,0x00000010,0x00000010,0x00000010,0x00000010,0x00000004 diff --git a/libc/sysv/consts/MS_NODIRATIME.S b/libc/sysv/consts/MS_NODIRATIME.S new file mode 100644 index 000000000..3750896ce --- /dev/null +++ b/libc/sysv/consts/MS_NODIRATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NODIRATIME,0x00000800,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_NODIRATIME.s b/libc/sysv/consts/MS_NODIRATIME.s deleted file mode 100644 index 281a87cc1..000000000 --- a/libc/sysv/consts/MS_NODIRATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NODIRATIME,0x00000800,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_NOEXEC.S b/libc/sysv/consts/MS_NOEXEC.S new file mode 100644 index 000000000..b7c74d87c --- /dev/null +++ b/libc/sysv/consts/MS_NOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NOEXEC,0x00000008,0x00000004,0x00000004,0x00000004,0x00000004,0x00000008 diff --git a/libc/sysv/consts/MS_NOEXEC.s b/libc/sysv/consts/MS_NOEXEC.s deleted file mode 100644 index 06d5d9ddb..000000000 --- a/libc/sysv/consts/MS_NOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NOEXEC,0x00000008,0x00000004,0x00000004,0x00000004,0x00000004,0x00000008 diff --git a/libc/sysv/consts/MS_NOSUID.S b/libc/sysv/consts/MS_NOSUID.S new file mode 100644 index 000000000..ea06cd1f4 --- /dev/null +++ b/libc/sysv/consts/MS_NOSUID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NOSUID,0x00000002,0x00000008,0x00000008,0x00000008,0x00000008,0x00000001 diff --git a/libc/sysv/consts/MS_NOSUID.s b/libc/sysv/consts/MS_NOSUID.s deleted file mode 100644 index 6b06bf5e2..000000000 --- a/libc/sysv/consts/MS_NOSUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NOSUID,0x00000002,0x00000008,0x00000008,0x00000008,0x00000008,0x00000001 diff --git a/libc/sysv/consts/MS_NOUSER.S b/libc/sysv/consts/MS_NOUSER.S new file mode 100644 index 000000000..20a756aa6 --- /dev/null +++ b/libc/sysv/consts/MS_NOUSER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_NOUSER,0x80000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_NOUSER.s b/libc/sysv/consts/MS_NOUSER.s deleted file mode 100644 index d46df4028..000000000 --- a/libc/sysv/consts/MS_NOUSER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_NOUSER,0x80000000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_POSIXACL.S b/libc/sysv/consts/MS_POSIXACL.S new file mode 100644 index 000000000..bbd03edae --- /dev/null +++ b/libc/sysv/consts/MS_POSIXACL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_POSIXACL,0x00010000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_POSIXACL.s b/libc/sysv/consts/MS_POSIXACL.s deleted file mode 100644 index f421a7a6e..000000000 --- a/libc/sysv/consts/MS_POSIXACL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_POSIXACL,0x00010000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_PRIVATE.S b/libc/sysv/consts/MS_PRIVATE.S new file mode 100644 index 000000000..a211ea4cb --- /dev/null +++ b/libc/sysv/consts/MS_PRIVATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_PRIVATE,0x00040000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_PRIVATE.s b/libc/sysv/consts/MS_PRIVATE.s deleted file mode 100644 index ea2d910fd..000000000 --- a/libc/sysv/consts/MS_PRIVATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_PRIVATE,0x00040000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_RDONLY.S b/libc/sysv/consts/MS_RDONLY.S new file mode 100644 index 000000000..11018f7c6 --- /dev/null +++ b/libc/sysv/consts/MS_RDONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_RDONLY,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001 diff --git a/libc/sysv/consts/MS_RDONLY.s b/libc/sysv/consts/MS_RDONLY.s deleted file mode 100644 index b5b9ce284..000000000 --- a/libc/sysv/consts/MS_RDONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_RDONLY,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001,0x00000001 diff --git a/libc/sysv/consts/MS_REC.S b/libc/sysv/consts/MS_REC.S new file mode 100644 index 000000000..be7980d7b --- /dev/null +++ b/libc/sysv/consts/MS_REC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_REC,0x00004000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_REC.s b/libc/sysv/consts/MS_REC.s deleted file mode 100644 index ef8862a33..000000000 --- a/libc/sysv/consts/MS_REC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_REC,0x00004000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_RELATIME.S b/libc/sysv/consts/MS_RELATIME.S new file mode 100644 index 000000000..6d9f92c6c --- /dev/null +++ b/libc/sysv/consts/MS_RELATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_RELATIME,0x00200000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/MS_RELATIME.s b/libc/sysv/consts/MS_RELATIME.s deleted file mode 100644 index 107594a57..000000000 --- a/libc/sysv/consts/MS_RELATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_RELATIME,0x00200000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/MS_REMOUNT.S b/libc/sysv/consts/MS_REMOUNT.S new file mode 100644 index 000000000..1ddb46eba --- /dev/null +++ b/libc/sysv/consts/MS_REMOUNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_REMOUNT,0x00000020,0x00010000,0x00010000,0x00010000,0x00010000,0x00000020 diff --git a/libc/sysv/consts/MS_REMOUNT.s b/libc/sysv/consts/MS_REMOUNT.s deleted file mode 100644 index 05e5c1afb..000000000 --- a/libc/sysv/consts/MS_REMOUNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_REMOUNT,0x00000020,0x00010000,0x00010000,0x00010000,0x00010000,0x00000020 diff --git a/libc/sysv/consts/MS_RMT_MASK.S b/libc/sysv/consts/MS_RMT_MASK.S new file mode 100644 index 000000000..035e40b18 --- /dev/null +++ b/libc/sysv/consts/MS_RMT_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_RMT_MASK,0x02800051,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_RMT_MASK.s b/libc/sysv/consts/MS_RMT_MASK.s deleted file mode 100644 index 522c1d638..000000000 --- a/libc/sysv/consts/MS_RMT_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_RMT_MASK,0x02800051,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SHARED.S b/libc/sysv/consts/MS_SHARED.S new file mode 100644 index 000000000..32d6490cd --- /dev/null +++ b/libc/sysv/consts/MS_SHARED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_SHARED,0x00100000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SHARED.s b/libc/sysv/consts/MS_SHARED.s deleted file mode 100644 index d924b5277..000000000 --- a/libc/sysv/consts/MS_SHARED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_SHARED,0x00100000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SILENT.S b/libc/sysv/consts/MS_SILENT.S new file mode 100644 index 000000000..0cc3d36ba --- /dev/null +++ b/libc/sysv/consts/MS_SILENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_SILENT,0x00008000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SILENT.s b/libc/sysv/consts/MS_SILENT.s deleted file mode 100644 index bdcd0469d..000000000 --- a/libc/sysv/consts/MS_SILENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_SILENT,0x00008000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SLAVE.S b/libc/sysv/consts/MS_SLAVE.S new file mode 100644 index 000000000..620a82683 --- /dev/null +++ b/libc/sysv/consts/MS_SLAVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_SLAVE,0x00080000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_SLAVE.s b/libc/sysv/consts/MS_SLAVE.s deleted file mode 100644 index e1495bbd1..000000000 --- a/libc/sysv/consts/MS_SLAVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_SLAVE,0x00080000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_STRICTATIME.S b/libc/sysv/consts/MS_STRICTATIME.S new file mode 100644 index 000000000..6745942b0 --- /dev/null +++ b/libc/sysv/consts/MS_STRICTATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_STRICTATIME,0x01000000,0x80000000,0,0,0,0 diff --git a/libc/sysv/consts/MS_STRICTATIME.s b/libc/sysv/consts/MS_STRICTATIME.s deleted file mode 100644 index 0a9fca053..000000000 --- a/libc/sysv/consts/MS_STRICTATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_STRICTATIME,0x01000000,0x80000000,0,0,0,0 diff --git a/libc/sysv/consts/MS_SYNC.S b/libc/sysv/consts/MS_SYNC.S new file mode 100644 index 000000000..1141b89a2 --- /dev/null +++ b/libc/sysv/consts/MS_SYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ms,MS_SYNC,4,16,0,2,4,4 diff --git a/libc/sysv/consts/MS_SYNC.s b/libc/sysv/consts/MS_SYNC.s deleted file mode 100644 index 2eb88b467..000000000 --- a/libc/sysv/consts/MS_SYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ms,MS_SYNC,4,16,0,2,4,4 diff --git a/libc/sysv/consts/MS_SYNCHRONOUS.S b/libc/sysv/consts/MS_SYNCHRONOUS.S new file mode 100644 index 000000000..2cf70af68 --- /dev/null +++ b/libc/sysv/consts/MS_SYNCHRONOUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_SYNCHRONOUS,0x00000010,0x00000002,0x00000002,0x00000002,0x00000002,0x00000010 diff --git a/libc/sysv/consts/MS_SYNCHRONOUS.s b/libc/sysv/consts/MS_SYNCHRONOUS.s deleted file mode 100644 index e3d2017ad..000000000 --- a/libc/sysv/consts/MS_SYNCHRONOUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_SYNCHRONOUS,0x00000010,0x00000002,0x00000002,0x00000002,0x00000002,0x00000010 diff --git a/libc/sysv/consts/MS_UNBINDABLE.S b/libc/sysv/consts/MS_UNBINDABLE.S new file mode 100644 index 000000000..516f1a02e --- /dev/null +++ b/libc/sysv/consts/MS_UNBINDABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mount,MS_UNBINDABLE,0x00020000,0,0,0,0,0 diff --git a/libc/sysv/consts/MS_UNBINDABLE.s b/libc/sysv/consts/MS_UNBINDABLE.s deleted file mode 100644 index 5b226a3bc..000000000 --- a/libc/sysv/consts/MS_UNBINDABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mount,MS_UNBINDABLE,0x00020000,0,0,0,0,0 diff --git a/libc/sysv/consts/NBBY.S b/libc/sysv/consts/NBBY.S new file mode 100644 index 000000000..375fc53b7 --- /dev/null +++ b/libc/sysv/consts/NBBY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,NBBY,8,8,8,8,8,0 diff --git a/libc/sysv/consts/NBBY.s b/libc/sysv/consts/NBBY.s deleted file mode 100644 index e91d174f6..000000000 --- a/libc/sysv/consts/NBBY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,NBBY,8,8,8,8,8,0 diff --git a/libc/sysv/consts/NCCS.S b/libc/sysv/consts/NCCS.S new file mode 100644 index 000000000..93b1a046d --- /dev/null +++ b/libc/sysv/consts/NCCS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NCCS,20,20,20,20,20,20 diff --git a/libc/sysv/consts/NCCS.s b/libc/sysv/consts/NCCS.s deleted file mode 100644 index 5243435bd..000000000 --- a/libc/sysv/consts/NCCS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NCCS,20,20,20,20,20,20 diff --git a/libc/sysv/consts/NETGRAPHDISC.S b/libc/sysv/consts/NETGRAPHDISC.S new file mode 100644 index 000000000..878e9d913 --- /dev/null +++ b/libc/sysv/consts/NETGRAPHDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NETGRAPHDISC,0,0,0x6,0,0,0 diff --git a/libc/sysv/consts/NETGRAPHDISC.s b/libc/sysv/consts/NETGRAPHDISC.s deleted file mode 100644 index f1885ae39..000000000 --- a/libc/sysv/consts/NETGRAPHDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NETGRAPHDISC,0,0,0x6,0,0,0 diff --git a/libc/sysv/consts/NGROUPS_MAX.S b/libc/sysv/consts/NGROUPS_MAX.S new file mode 100644 index 000000000..15210dcf8 --- /dev/null +++ b/libc/sysv/consts/NGROUPS_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,NGROUPS_MAX,65536,16,1023,16,16,0 diff --git a/libc/sysv/consts/NGROUPS_MAX.s b/libc/sysv/consts/NGROUPS_MAX.s deleted file mode 100644 index 17fa28e47..000000000 --- a/libc/sysv/consts/NGROUPS_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,NGROUPS_MAX,65536,16,1023,16,16,0 diff --git a/libc/sysv/consts/NL0.S b/libc/sysv/consts/NL0.S new file mode 100644 index 000000000..5d667bfd8 --- /dev/null +++ b/libc/sysv/consts/NL0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NL0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/NL0.s b/libc/sysv/consts/NL0.s deleted file mode 100644 index 9ca378156..000000000 --- a/libc/sysv/consts/NL0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NL0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/NL1.S b/libc/sysv/consts/NL1.S new file mode 100644 index 000000000..c2d164edb --- /dev/null +++ b/libc/sysv/consts/NL1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NL1,0b0000000100000000,0b000000000100000000,0b000000000100000000,0,0b000000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/NL1.s b/libc/sysv/consts/NL1.s deleted file mode 100644 index 60b6cf7bf..000000000 --- a/libc/sysv/consts/NL1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NL1,0b0000000100000000,0b000000000100000000,0b000000000100000000,0,0b000000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/NL2.S b/libc/sysv/consts/NL2.S new file mode 100644 index 000000000..38a536303 --- /dev/null +++ b/libc/sysv/consts/NL2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NL2,0,0b000000001000000000,0b000000001000000000,0,0b000000001000000000,0 diff --git a/libc/sysv/consts/NL2.s b/libc/sysv/consts/NL2.s deleted file mode 100644 index 3951ed791..000000000 --- a/libc/sysv/consts/NL2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NL2,0,0b000000001000000000,0b000000001000000000,0,0b000000001000000000,0 diff --git a/libc/sysv/consts/NL3.S b/libc/sysv/consts/NL3.S new file mode 100644 index 000000000..6bd74840d --- /dev/null +++ b/libc/sysv/consts/NL3.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NL3,0,0b000000001100000000,0b000000001100000000,0,0b000000001100000000,0 diff --git a/libc/sysv/consts/NL3.s b/libc/sysv/consts/NL3.s deleted file mode 100644 index 09ca43055..000000000 --- a/libc/sysv/consts/NL3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NL3,0,0b000000001100000000,0b000000001100000000,0,0b000000001100000000,0 diff --git a/libc/sysv/consts/NLDLY.S b/libc/sysv/consts/NLDLY.S new file mode 100644 index 000000000..c883c606e --- /dev/null +++ b/libc/sysv/consts/NLDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NLDLY,0b0000000100000000,0b000000001100000000,0b000000001100000000,0,0,0b0000000100000000 diff --git a/libc/sysv/consts/NLDLY.s b/libc/sysv/consts/NLDLY.s deleted file mode 100644 index a76021c8d..000000000 --- a/libc/sysv/consts/NLDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NLDLY,0b0000000100000000,0b000000001100000000,0b000000001100000000,0,0,0b0000000100000000 diff --git a/libc/sysv/consts/NMEADISC.S b/libc/sysv/consts/NMEADISC.S new file mode 100644 index 000000000..9f8bf7019 --- /dev/null +++ b/libc/sysv/consts/NMEADISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NMEADISC,0,0,0,0x7,0x7,0 diff --git a/libc/sysv/consts/NMEADISC.s b/libc/sysv/consts/NMEADISC.s deleted file mode 100644 index 732a61fe7..000000000 --- a/libc/sysv/consts/NMEADISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NMEADISC,0,0,0,0x7,0x7,0 diff --git a/libc/sysv/consts/NOFLSH.S b/libc/sysv/consts/NOFLSH.S new file mode 100644 index 000000000..90ad30617 --- /dev/null +++ b/libc/sysv/consts/NOFLSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,NOFLSH,0b0000000010000000,2147483648,2147483648,2147483648,2147483648,0b0000000010000000 diff --git a/libc/sysv/consts/NOFLSH.s b/libc/sysv/consts/NOFLSH.s deleted file mode 100644 index 45cf9096e..000000000 --- a/libc/sysv/consts/NOFLSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,NOFLSH,0b0000000010000000,2147483648,2147483648,2147483648,2147483648,0b0000000010000000 diff --git a/libc/sysv/consts/NO_ADDRESS.S b/libc/sysv/consts/NO_ADDRESS.S new file mode 100644 index 000000000..09ea4576b --- /dev/null +++ b/libc/sysv/consts/NO_ADDRESS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,NO_ADDRESS,4,4,4,4,4,0x2afc diff --git a/libc/sysv/consts/NO_ADDRESS.s b/libc/sysv/consts/NO_ADDRESS.s deleted file mode 100644 index 396fe67a4..000000000 --- a/libc/sysv/consts/NO_ADDRESS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,NO_ADDRESS,4,4,4,4,4,0x2afc diff --git a/libc/sysv/consts/NO_SENSE.S b/libc/sysv/consts/NO_SENSE.S new file mode 100644 index 000000000..e5f07b902 --- /dev/null +++ b/libc/sysv/consts/NO_SENSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,NO_SENSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/NO_SENSE.s b/libc/sysv/consts/NO_SENSE.s deleted file mode 100644 index bb22811b7..000000000 --- a/libc/sysv/consts/NO_SENSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,NO_SENSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/NR_DQHASH.S b/libc/sysv/consts/NR_DQHASH.S new file mode 100644 index 000000000..bf28514d8 --- /dev/null +++ b/libc/sysv/consts/NR_DQHASH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,NR_DQHASH,43,0,0,0,0,0 diff --git a/libc/sysv/consts/NR_DQHASH.s b/libc/sysv/consts/NR_DQHASH.s deleted file mode 100644 index 20f9bc3bf..000000000 --- a/libc/sysv/consts/NR_DQHASH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,NR_DQHASH,43,0,0,0,0,0 diff --git a/libc/sysv/consts/NR_DQUOTS.S b/libc/sysv/consts/NR_DQUOTS.S new file mode 100644 index 000000000..4c8d2039d --- /dev/null +++ b/libc/sysv/consts/NR_DQUOTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,NR_DQUOTS,0x0100,0,0,0,0,0 diff --git a/libc/sysv/consts/NR_DQUOTS.s b/libc/sysv/consts/NR_DQUOTS.s deleted file mode 100644 index b0abd7030..000000000 --- a/libc/sysv/consts/NR_DQUOTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,NR_DQUOTS,0x0100,0,0,0,0,0 diff --git a/libc/sysv/consts/OCRNL.S b/libc/sysv/consts/OCRNL.S new file mode 100644 index 000000000..0b8f1be58 --- /dev/null +++ b/libc/sysv/consts/OCRNL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,OCRNL,0b0000000000001000,0b000000000000010000,0b000000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000001000 diff --git a/libc/sysv/consts/OCRNL.s b/libc/sysv/consts/OCRNL.s deleted file mode 100644 index 0cc2abef3..000000000 --- a/libc/sysv/consts/OCRNL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,OCRNL,0b0000000000001000,0b000000000000010000,0b000000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000001000 diff --git a/libc/sysv/consts/OFDEL.S b/libc/sysv/consts/OFDEL.S new file mode 100644 index 000000000..4906a3af1 --- /dev/null +++ b/libc/sysv/consts/OFDEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,OFDEL,0b0000000010000000,0b100000000000000000,0,0,0,0b0000000010000000 diff --git a/libc/sysv/consts/OFDEL.s b/libc/sysv/consts/OFDEL.s deleted file mode 100644 index aa7dddb4b..000000000 --- a/libc/sysv/consts/OFDEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,OFDEL,0b0000000010000000,0b100000000000000000,0,0,0,0b0000000010000000 diff --git a/libc/sysv/consts/OFILL.S b/libc/sysv/consts/OFILL.S new file mode 100644 index 000000000..ee391801b --- /dev/null +++ b/libc/sysv/consts/OFILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,OFILL,0b0000000001000000,0b000000000010000000,0,0,0,0b0000000001000000 diff --git a/libc/sysv/consts/OFILL.s b/libc/sysv/consts/OFILL.s deleted file mode 100644 index db21b91ef..000000000 --- a/libc/sysv/consts/OFILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,OFILL,0b0000000001000000,0b000000000010000000,0,0,0,0b0000000001000000 diff --git a/libc/sysv/consts/OLCUC.S b/libc/sysv/consts/OLCUC.S new file mode 100644 index 000000000..9a644b4a5 --- /dev/null +++ b/libc/sysv/consts/OLCUC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,OLCUC,0b0000000000000010,0,0,0b0000000000100000,0,0b0000000000000010 diff --git a/libc/sysv/consts/OLCUC.s b/libc/sysv/consts/OLCUC.s deleted file mode 100644 index ed2a95089..000000000 --- a/libc/sysv/consts/OLCUC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,OLCUC,0b0000000000000010,0,0,0b0000000000100000,0,0b0000000000000010 diff --git a/libc/sysv/consts/ONLCR.S b/libc/sysv/consts/ONLCR.S new file mode 100644 index 000000000..182ca5e11 --- /dev/null +++ b/libc/sysv/consts/ONLCR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ONLCR,0b0000000000000100,0b000000000000000010,0b000000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000100 diff --git a/libc/sysv/consts/ONLCR.s b/libc/sysv/consts/ONLCR.s deleted file mode 100644 index dbb60ea8e..000000000 --- a/libc/sysv/consts/ONLCR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ONLCR,0b0000000000000100,0b000000000000000010,0b000000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000100 diff --git a/libc/sysv/consts/ONLRET.S b/libc/sysv/consts/ONLRET.S new file mode 100644 index 000000000..7e23c240f --- /dev/null +++ b/libc/sysv/consts/ONLRET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ONLRET,0b0000000000100000,0b000000000001000000,0b000000000001000000,0b0000000010000000,0b0000000010000000,0b0000000000100000 diff --git a/libc/sysv/consts/ONLRET.s b/libc/sysv/consts/ONLRET.s deleted file mode 100644 index d34088089..000000000 --- a/libc/sysv/consts/ONLRET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ONLRET,0b0000000000100000,0b000000000001000000,0b000000000001000000,0b0000000010000000,0b0000000010000000,0b0000000000100000 diff --git a/libc/sysv/consts/ONOCR.S b/libc/sysv/consts/ONOCR.S new file mode 100644 index 000000000..2095228f0 --- /dev/null +++ b/libc/sysv/consts/ONOCR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,ONOCR,0b0000000000010000,0b000000000000100000,0b000000000000100000,0b0000000001000000,0b0000000001000000,0b0000000000010000 diff --git a/libc/sysv/consts/ONOCR.s b/libc/sysv/consts/ONOCR.s deleted file mode 100644 index 09c4d52eb..000000000 --- a/libc/sysv/consts/ONOCR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,ONOCR,0b0000000000010000,0b000000000000100000,0b000000000000100000,0b0000000001000000,0b0000000001000000,0b0000000000010000 diff --git a/libc/sysv/consts/OPOST.S b/libc/sysv/consts/OPOST.S new file mode 100644 index 000000000..dba9648f1 --- /dev/null +++ b/libc/sysv/consts/OPOST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,OPOST,0b0000000000000001,0b000000000000000001,0b000000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/OPOST.s b/libc/sysv/consts/OPOST.s deleted file mode 100644 index 54af34e5e..000000000 --- a/libc/sysv/consts/OPOST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,OPOST,0b0000000000000001,0b000000000000000001,0b000000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/O_ACCMODE.S b/libc/sysv/consts/O_ACCMODE.S new file mode 100644 index 000000000..975af5e22 --- /dev/null +++ b/libc/sysv/consts/O_ACCMODE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_ACCMODE,3,3,3,3,3,3 diff --git a/libc/sysv/consts/O_ACCMODE.s b/libc/sysv/consts/O_ACCMODE.s deleted file mode 100644 index ffd4ee664..000000000 --- a/libc/sysv/consts/O_ACCMODE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_ACCMODE,3,3,3,3,3,3 diff --git a/libc/sysv/consts/O_APPEND.S b/libc/sysv/consts/O_APPEND.S new file mode 100644 index 000000000..3a0bab7d5 --- /dev/null +++ b/libc/sysv/consts/O_APPEND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_APPEND,0x00000400,8,8,8,8,0x00000400 diff --git a/libc/sysv/consts/O_APPEND.s b/libc/sysv/consts/O_APPEND.s deleted file mode 100644 index 623e72537..000000000 --- a/libc/sysv/consts/O_APPEND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_APPEND,0x00000400,8,8,8,8,0x00000400 diff --git a/libc/sysv/consts/O_ASYNC.S b/libc/sysv/consts/O_ASYNC.S new file mode 100644 index 000000000..63cbb6d9b --- /dev/null +++ b/libc/sysv/consts/O_ASYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_ASYNC,0x00002000,0x00000040,0x00000040,0x00000040,0x00000040,0 diff --git a/libc/sysv/consts/O_ASYNC.s b/libc/sysv/consts/O_ASYNC.s deleted file mode 100644 index 7be218b4c..000000000 --- a/libc/sysv/consts/O_ASYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_ASYNC,0x00002000,0x00000040,0x00000040,0x00000040,0x00000040,0 diff --git a/libc/sysv/consts/O_CLOEXEC.S b/libc/sysv/consts/O_CLOEXEC.S new file mode 100644 index 000000000..77de11e39 --- /dev/null +++ b/libc/sysv/consts/O_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_CLOEXEC,0x00080000,0x01000000,0x00100000,0x00010000,0x00400000,0x00080000 diff --git a/libc/sysv/consts/O_CLOEXEC.s b/libc/sysv/consts/O_CLOEXEC.s deleted file mode 100644 index b5111f82f..000000000 --- a/libc/sysv/consts/O_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_CLOEXEC,0x00080000,0x01000000,0x00100000,0x00010000,0x00400000,0x00080000 diff --git a/libc/sysv/consts/O_COMPRESSED.S b/libc/sysv/consts/O_COMPRESSED.S new file mode 100644 index 000000000..251563818 --- /dev/null +++ b/libc/sysv/consts/O_COMPRESSED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_COMPRESSED,0,0,0,0,0,0x20000000 diff --git a/libc/sysv/consts/O_COMPRESSED.s b/libc/sysv/consts/O_COMPRESSED.s deleted file mode 100644 index 328f8db2f..000000000 --- a/libc/sysv/consts/O_COMPRESSED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_COMPRESSED,0,0,0,0,0,0x20000000 diff --git a/libc/sysv/consts/O_CREAT.S b/libc/sysv/consts/O_CREAT.S new file mode 100644 index 000000000..9924d1ecc --- /dev/null +++ b/libc/sysv/consts/O_CREAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_CREAT,0x00000040,0x00000200,0x00000200,0x00000200,0x00000200,0x00000040 diff --git a/libc/sysv/consts/O_CREAT.s b/libc/sysv/consts/O_CREAT.s deleted file mode 100644 index 54508026a..000000000 --- a/libc/sysv/consts/O_CREAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_CREAT,0x00000040,0x00000200,0x00000200,0x00000200,0x00000200,0x00000040 diff --git a/libc/sysv/consts/O_DIRECT.S b/libc/sysv/consts/O_DIRECT.S new file mode 100644 index 000000000..8a205a29f --- /dev/null +++ b/libc/sysv/consts/O_DIRECT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_DIRECT,0x00004000,0,0x00010000,0,0x00080000,0x00004000 diff --git a/libc/sysv/consts/O_DIRECT.s b/libc/sysv/consts/O_DIRECT.s deleted file mode 100644 index 133dc3a65..000000000 --- a/libc/sysv/consts/O_DIRECT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_DIRECT,0x00004000,0,0x00010000,0,0x00080000,0x00004000 diff --git a/libc/sysv/consts/O_DIRECTORY.S b/libc/sysv/consts/O_DIRECTORY.S new file mode 100644 index 000000000..8a41b6e27 --- /dev/null +++ b/libc/sysv/consts/O_DIRECTORY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_DIRECTORY,0x00010000,0x00100000,0x00020000,0x00020000,0x00200000,0x00010000 diff --git a/libc/sysv/consts/O_DIRECTORY.s b/libc/sysv/consts/O_DIRECTORY.s deleted file mode 100644 index 7dabcdbf7..000000000 --- a/libc/sysv/consts/O_DIRECTORY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_DIRECTORY,0x00010000,0x00100000,0x00020000,0x00020000,0x00200000,0x00010000 diff --git a/libc/sysv/consts/O_DSYNC.S b/libc/sysv/consts/O_DSYNC.S new file mode 100644 index 000000000..1670c5476 --- /dev/null +++ b/libc/sysv/consts/O_DSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_DSYNC,0x00001000,0x00400000,0,0x00000080,0x00010000,0 diff --git a/libc/sysv/consts/O_DSYNC.s b/libc/sysv/consts/O_DSYNC.s deleted file mode 100644 index 51678d8a2..000000000 --- a/libc/sysv/consts/O_DSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_DSYNC,0x00001000,0x00400000,0,0x00000080,0x00010000,0 diff --git a/libc/sysv/consts/O_EXCL.S b/libc/sysv/consts/O_EXCL.S new file mode 100644 index 000000000..07615526b --- /dev/null +++ b/libc/sysv/consts/O_EXCL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_EXCL,0x00000080,0x00000800,0x00000800,0x00000800,0x00000800,0x00000080 diff --git a/libc/sysv/consts/O_EXCL.s b/libc/sysv/consts/O_EXCL.s deleted file mode 100644 index 8dde5578b..000000000 --- a/libc/sysv/consts/O_EXCL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_EXCL,0x00000080,0x00000800,0x00000800,0x00000800,0x00000800,0x00000080 diff --git a/libc/sysv/consts/O_EXEC.S b/libc/sysv/consts/O_EXEC.S new file mode 100644 index 000000000..ea9d0eaf0 --- /dev/null +++ b/libc/sysv/consts/O_EXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_EXEC,0x00200000,0,0x00040000,0,0x04000000,0 diff --git a/libc/sysv/consts/O_EXEC.s b/libc/sysv/consts/O_EXEC.s deleted file mode 100644 index 05a0ef1a8..000000000 --- a/libc/sysv/consts/O_EXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_EXEC,0x00200000,0,0x00040000,0,0x04000000,0 diff --git a/libc/sysv/consts/O_EXLOCK.S b/libc/sysv/consts/O_EXLOCK.S new file mode 100644 index 000000000..bd8eaa1f3 --- /dev/null +++ b/libc/sysv/consts/O_EXLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_EXLOCK,0,0x00000020,0x00000020,0x00000020,0x00000020,0 diff --git a/libc/sysv/consts/O_EXLOCK.s b/libc/sysv/consts/O_EXLOCK.s deleted file mode 100644 index 684acc1a8..000000000 --- a/libc/sysv/consts/O_EXLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_EXLOCK,0,0x00000020,0x00000020,0x00000020,0x00000020,0 diff --git a/libc/sysv/consts/O_INDEXED.S b/libc/sysv/consts/O_INDEXED.S new file mode 100644 index 000000000..3bcd6320a --- /dev/null +++ b/libc/sysv/consts/O_INDEXED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_INDEXED,0,0,0,0,0,0x10000000 diff --git a/libc/sysv/consts/O_INDEXED.s b/libc/sysv/consts/O_INDEXED.s deleted file mode 100644 index 6c372664b..000000000 --- a/libc/sysv/consts/O_INDEXED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_INDEXED,0,0,0,0,0,0x10000000 diff --git a/libc/sysv/consts/O_LARGEFILE.S b/libc/sysv/consts/O_LARGEFILE.S new file mode 100644 index 000000000..49df189d5 --- /dev/null +++ b/libc/sysv/consts/O_LARGEFILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,O_LARGEFILE,0x00008000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_LARGEFILE.s b/libc/sysv/consts/O_LARGEFILE.s deleted file mode 100644 index 1244481f2..000000000 --- a/libc/sysv/consts/O_LARGEFILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,O_LARGEFILE,0x00008000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_NDELAY.S b/libc/sysv/consts/O_NDELAY.S new file mode 100644 index 000000000..bb2191050 --- /dev/null +++ b/libc/sysv/consts/O_NDELAY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NDELAY,0x00000800,0x00000004,0x00000004,0x00000004,0x00000004,0x00000800 diff --git a/libc/sysv/consts/O_NDELAY.s b/libc/sysv/consts/O_NDELAY.s deleted file mode 100644 index 58c118374..000000000 --- a/libc/sysv/consts/O_NDELAY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NDELAY,0x00000800,0x00000004,0x00000004,0x00000004,0x00000004,0x00000800 diff --git a/libc/sysv/consts/O_NOATIME.S b/libc/sysv/consts/O_NOATIME.S new file mode 100644 index 000000000..3ae86dc6a --- /dev/null +++ b/libc/sysv/consts/O_NOATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NOATIME,0x00040000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_NOATIME.s b/libc/sysv/consts/O_NOATIME.s deleted file mode 100644 index 43d772b7c..000000000 --- a/libc/sysv/consts/O_NOATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NOATIME,0x00040000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_NOCTTY.S b/libc/sysv/consts/O_NOCTTY.S new file mode 100644 index 000000000..f6a1df496 --- /dev/null +++ b/libc/sysv/consts/O_NOCTTY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NOCTTY,0x00000100,0x00020000,0x00008000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/O_NOCTTY.s b/libc/sysv/consts/O_NOCTTY.s deleted file mode 100644 index a38bdaf96..000000000 --- a/libc/sysv/consts/O_NOCTTY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NOCTTY,0x00000100,0x00020000,0x00008000,0x00008000,0x00008000,0 diff --git a/libc/sysv/consts/O_NOFOLLOW.S b/libc/sysv/consts/O_NOFOLLOW.S new file mode 100644 index 000000000..823dfcb1a --- /dev/null +++ b/libc/sysv/consts/O_NOFOLLOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NOFOLLOW,0x00020000,0x00000100,0x00000100,0x00000100,0x00000100,0x00020000 diff --git a/libc/sysv/consts/O_NOFOLLOW.s b/libc/sysv/consts/O_NOFOLLOW.s deleted file mode 100644 index 4b2977fc7..000000000 --- a/libc/sysv/consts/O_NOFOLLOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NOFOLLOW,0x00020000,0x00000100,0x00000100,0x00000100,0x00000100,0x00020000 diff --git a/libc/sysv/consts/O_NOFOLLOW_ANY.S b/libc/sysv/consts/O_NOFOLLOW_ANY.S new file mode 100644 index 000000000..f9a437f6b --- /dev/null +++ b/libc/sysv/consts/O_NOFOLLOW_ANY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NOFOLLOW_ANY,0,0x20000000,0,0,0,0 diff --git a/libc/sysv/consts/O_NOFOLLOW_ANY.s b/libc/sysv/consts/O_NOFOLLOW_ANY.s deleted file mode 100644 index 96e67bf5b..000000000 --- a/libc/sysv/consts/O_NOFOLLOW_ANY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NOFOLLOW_ANY,0,0x20000000,0,0,0,0 diff --git a/libc/sysv/consts/O_NONBLOCK.S b/libc/sysv/consts/O_NONBLOCK.S new file mode 100644 index 000000000..1ca6b0780 --- /dev/null +++ b/libc/sysv/consts/O_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_NONBLOCK,0x00000800,0x00000004,0x00000004,0x00000004,0x00000004,0x00000800 diff --git a/libc/sysv/consts/O_NONBLOCK.s b/libc/sysv/consts/O_NONBLOCK.s deleted file mode 100644 index 6a084c310..000000000 --- a/libc/sysv/consts/O_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_NONBLOCK,0x00000800,0x00000004,0x00000004,0x00000004,0x00000004,0x00000800 diff --git a/libc/sysv/consts/O_PATH.S b/libc/sysv/consts/O_PATH.S new file mode 100644 index 000000000..d4603a0c7 --- /dev/null +++ b/libc/sysv/consts/O_PATH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_PATH,0x00200000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_PATH.s b/libc/sysv/consts/O_PATH.s deleted file mode 100644 index 6e333d02a..000000000 --- a/libc/sysv/consts/O_PATH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_PATH,0x00200000,0,0,0,0,0 diff --git a/libc/sysv/consts/O_RANDOM.S b/libc/sysv/consts/O_RANDOM.S new file mode 100644 index 000000000..f7cb69d59 --- /dev/null +++ b/libc/sysv/consts/O_RANDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_RANDOM,0,0,0,0,0,0x80000000 diff --git a/libc/sysv/consts/O_RANDOM.s b/libc/sysv/consts/O_RANDOM.s deleted file mode 100644 index 5c363f046..000000000 --- a/libc/sysv/consts/O_RANDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_RANDOM,0,0,0,0,0,0x80000000 diff --git a/libc/sysv/consts/O_RDONLY.S b/libc/sysv/consts/O_RDONLY.S new file mode 100644 index 000000000..0db270eb7 --- /dev/null +++ b/libc/sysv/consts/O_RDONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_RDONLY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/O_RDONLY.s b/libc/sysv/consts/O_RDONLY.s deleted file mode 100644 index 9daecc6df..000000000 --- a/libc/sysv/consts/O_RDONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_RDONLY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/O_RDWR.S b/libc/sysv/consts/O_RDWR.S new file mode 100644 index 000000000..87de21ff9 --- /dev/null +++ b/libc/sysv/consts/O_RDWR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_RDWR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/O_RDWR.s b/libc/sysv/consts/O_RDWR.s deleted file mode 100644 index 8baa5f476..000000000 --- a/libc/sysv/consts/O_RDWR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_RDWR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/O_RSYNC.S b/libc/sysv/consts/O_RSYNC.S new file mode 100644 index 000000000..e412b6b76 --- /dev/null +++ b/libc/sysv/consts/O_RSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_RSYNC,0x00101000,0,0,0x00000080,0x00020000,0 diff --git a/libc/sysv/consts/O_RSYNC.s b/libc/sysv/consts/O_RSYNC.s deleted file mode 100644 index 353d2f0e9..000000000 --- a/libc/sysv/consts/O_RSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_RSYNC,0x00101000,0,0,0x00000080,0x00020000,0 diff --git a/libc/sysv/consts/O_SEARCH.S b/libc/sysv/consts/O_SEARCH.S new file mode 100644 index 000000000..361efe674 --- /dev/null +++ b/libc/sysv/consts/O_SEARCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_SEARCH,0,0,0x00040000,0,0x00800000,0 diff --git a/libc/sysv/consts/O_SEARCH.s b/libc/sysv/consts/O_SEARCH.s deleted file mode 100644 index 680ed6bb0..000000000 --- a/libc/sysv/consts/O_SEARCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_SEARCH,0,0,0x00040000,0,0x00800000,0 diff --git a/libc/sysv/consts/O_SEQUENTIAL.S b/libc/sysv/consts/O_SEQUENTIAL.S new file mode 100644 index 000000000..3a0be8664 --- /dev/null +++ b/libc/sysv/consts/O_SEQUENTIAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_SEQUENTIAL,0,0,0,0,0,0x40000000 diff --git a/libc/sysv/consts/O_SEQUENTIAL.s b/libc/sysv/consts/O_SEQUENTIAL.s deleted file mode 100644 index 400d3ac02..000000000 --- a/libc/sysv/consts/O_SEQUENTIAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_SEQUENTIAL,0,0,0,0,0,0x40000000 diff --git a/libc/sysv/consts/O_SHLOCK.S b/libc/sysv/consts/O_SHLOCK.S new file mode 100644 index 000000000..515f78b0c --- /dev/null +++ b/libc/sysv/consts/O_SHLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_SHLOCK,0,0x00000010,0x00000010,0x00000010,0x00000010,0 diff --git a/libc/sysv/consts/O_SHLOCK.s b/libc/sysv/consts/O_SHLOCK.s deleted file mode 100644 index dfe88c61b..000000000 --- a/libc/sysv/consts/O_SHLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_SHLOCK,0,0x00000010,0x00000010,0x00000010,0x00000010,0 diff --git a/libc/sysv/consts/O_SPARSE.S b/libc/sysv/consts/O_SPARSE.S new file mode 100644 index 000000000..7b17bfe52 --- /dev/null +++ b/libc/sysv/consts/O_SPARSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_SPARSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/O_SPARSE.s b/libc/sysv/consts/O_SPARSE.s deleted file mode 100644 index c97b88aa8..000000000 --- a/libc/sysv/consts/O_SPARSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_SPARSE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/O_SYNC.S b/libc/sysv/consts/O_SYNC.S new file mode 100644 index 000000000..fefb1ee29 --- /dev/null +++ b/libc/sysv/consts/O_SYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_SYNC,0x00101000,0x00000080,0x00000080,0x00000080,0x00000080,0 diff --git a/libc/sysv/consts/O_SYNC.s b/libc/sysv/consts/O_SYNC.s deleted file mode 100644 index d35e5ed48..000000000 --- a/libc/sysv/consts/O_SYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_SYNC,0x00101000,0x00000080,0x00000080,0x00000080,0x00000080,0 diff --git a/libc/sysv/consts/O_TMPFILE.S b/libc/sysv/consts/O_TMPFILE.S new file mode 100644 index 000000000..b89e4a048 --- /dev/null +++ b/libc/sysv/consts/O_TMPFILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_TMPFILE,0x00410000,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/O_TMPFILE.s b/libc/sysv/consts/O_TMPFILE.s deleted file mode 100644 index 363ceaf4c..000000000 --- a/libc/sysv/consts/O_TMPFILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_TMPFILE,0x00410000,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/O_TRUNC.S b/libc/sysv/consts/O_TRUNC.S new file mode 100644 index 000000000..c54bfc428 --- /dev/null +++ b/libc/sysv/consts/O_TRUNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_TRUNC,0x00000200,0x00000400,0x00000400,0x00000400,0x00000400,0x00000200 diff --git a/libc/sysv/consts/O_TRUNC.s b/libc/sysv/consts/O_TRUNC.s deleted file mode 100644 index 6652a5295..000000000 --- a/libc/sysv/consts/O_TRUNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_TRUNC,0x00000200,0x00000400,0x00000400,0x00000400,0x00000400,0x00000200 diff --git a/libc/sysv/consts/O_TTY_INIT.S b/libc/sysv/consts/O_TTY_INIT.S new file mode 100644 index 000000000..f5d9281e4 --- /dev/null +++ b/libc/sysv/consts/O_TTY_INIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_TTY_INIT,0,0,0x00080000,0,0,0 diff --git a/libc/sysv/consts/O_TTY_INIT.s b/libc/sysv/consts/O_TTY_INIT.s deleted file mode 100644 index a94ae9e5d..000000000 --- a/libc/sysv/consts/O_TTY_INIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_TTY_INIT,0,0,0x00080000,0,0,0 diff --git a/libc/sysv/consts/O_VERIFY.S b/libc/sysv/consts/O_VERIFY.S new file mode 100644 index 000000000..edad2785d --- /dev/null +++ b/libc/sysv/consts/O_VERIFY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_VERIFY,0,0,0x00200000,0,0,0 diff --git a/libc/sysv/consts/O_VERIFY.s b/libc/sysv/consts/O_VERIFY.s deleted file mode 100644 index 9478df23a..000000000 --- a/libc/sysv/consts/O_VERIFY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_VERIFY,0,0,0x00200000,0,0,0 diff --git a/libc/sysv/consts/O_WRONLY.S b/libc/sysv/consts/O_WRONLY.S new file mode 100644 index 000000000..0188a8b58 --- /dev/null +++ b/libc/sysv/consts/O_WRONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon open,O_WRONLY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/O_WRONLY.s b/libc/sysv/consts/O_WRONLY.s deleted file mode 100644 index a0c2eee2f..000000000 --- a/libc/sysv/consts/O_WRONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon open,O_WRONLY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PARENB.S b/libc/sysv/consts/PARENB.S new file mode 100644 index 000000000..9900cf43b --- /dev/null +++ b/libc/sysv/consts/PARENB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,PARENB,0b0000000100000000,0b000001000000000000,0b000001000000000000,0b0001000000000000,0b0001000000000000,0b0000000100000000 diff --git a/libc/sysv/consts/PARENB.s b/libc/sysv/consts/PARENB.s deleted file mode 100644 index 844efbc5b..000000000 --- a/libc/sysv/consts/PARENB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,PARENB,0b0000000100000000,0b000001000000000000,0b000001000000000000,0b0001000000000000,0b0001000000000000,0b0000000100000000 diff --git a/libc/sysv/consts/PARMRK.S b/libc/sysv/consts/PARMRK.S new file mode 100644 index 000000000..9ad18548b --- /dev/null +++ b/libc/sysv/consts/PARMRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,PARMRK,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/PARMRK.s b/libc/sysv/consts/PARMRK.s deleted file mode 100644 index f0127b5e4..000000000 --- a/libc/sysv/consts/PARMRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,PARMRK,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/PARODD.S b/libc/sysv/consts/PARODD.S new file mode 100644 index 000000000..1cfe04b15 --- /dev/null +++ b/libc/sysv/consts/PARODD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,PARODD,0b0000001000000000,0b000010000000000000,0b000010000000000000,0b0010000000000000,0b0010000000000000,0b0000001000000000 diff --git a/libc/sysv/consts/PARODD.s b/libc/sysv/consts/PARODD.s deleted file mode 100644 index fb124aaba..000000000 --- a/libc/sysv/consts/PARODD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,PARODD,0b0000001000000000,0b000010000000000000,0b000010000000000000,0b0010000000000000,0b0010000000000000,0b0000001000000000 diff --git a/libc/sysv/consts/PENDIN.S b/libc/sysv/consts/PENDIN.S new file mode 100644 index 000000000..38e26bac9 --- /dev/null +++ b/libc/sysv/consts/PENDIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,PENDIN,0b0100000000000000,536870912,536870912,536870912,536870912,0b0100000000000000 diff --git a/libc/sysv/consts/PENDIN.s b/libc/sysv/consts/PENDIN.s deleted file mode 100644 index e79612888..000000000 --- a/libc/sysv/consts/PENDIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,PENDIN,0b0100000000000000,536870912,536870912,536870912,536870912,0b0100000000000000 diff --git a/libc/sysv/consts/PERSISTENT_RESERVE_IN.S b/libc/sysv/consts/PERSISTENT_RESERVE_IN.S new file mode 100644 index 000000000..9b7ba024c --- /dev/null +++ b/libc/sysv/consts/PERSISTENT_RESERVE_IN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,PERSISTENT_RESERVE_IN,94,0,0,0,0,0 diff --git a/libc/sysv/consts/PERSISTENT_RESERVE_IN.s b/libc/sysv/consts/PERSISTENT_RESERVE_IN.s deleted file mode 100644 index 42457681d..000000000 --- a/libc/sysv/consts/PERSISTENT_RESERVE_IN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,PERSISTENT_RESERVE_IN,94,0,0,0,0,0 diff --git a/libc/sysv/consts/PERSISTENT_RESERVE_OUT.S b/libc/sysv/consts/PERSISTENT_RESERVE_OUT.S new file mode 100644 index 000000000..83d23636c --- /dev/null +++ b/libc/sysv/consts/PERSISTENT_RESERVE_OUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,PERSISTENT_RESERVE_OUT,95,0,0,0,0,0 diff --git a/libc/sysv/consts/PERSISTENT_RESERVE_OUT.s b/libc/sysv/consts/PERSISTENT_RESERVE_OUT.s deleted file mode 100644 index f2311bee0..000000000 --- a/libc/sysv/consts/PERSISTENT_RESERVE_OUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,PERSISTENT_RESERVE_OUT,95,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ALG.S b/libc/sysv/consts/PF_ALG.S new file mode 100644 index 000000000..ef0181295 --- /dev/null +++ b/libc/sysv/consts/PF_ALG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ALG,38,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ALG.s b/libc/sysv/consts/PF_ALG.s deleted file mode 100644 index d0267ae22..000000000 --- a/libc/sysv/consts/PF_ALG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ALG,38,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_APPLETALK.S b/libc/sysv/consts/PF_APPLETALK.S new file mode 100644 index 000000000..b1ab510d2 --- /dev/null +++ b/libc/sysv/consts/PF_APPLETALK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_APPLETALK,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/PF_APPLETALK.s b/libc/sysv/consts/PF_APPLETALK.s deleted file mode 100644 index 4570d0d4b..000000000 --- a/libc/sysv/consts/PF_APPLETALK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_APPLETALK,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/PF_ASH.S b/libc/sysv/consts/PF_ASH.S new file mode 100644 index 000000000..79aab347b --- /dev/null +++ b/libc/sysv/consts/PF_ASH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ASH,18,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ASH.s b/libc/sysv/consts/PF_ASH.s deleted file mode 100644 index 5ac472b5e..000000000 --- a/libc/sysv/consts/PF_ASH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ASH,18,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ATMPVC.S b/libc/sysv/consts/PF_ATMPVC.S new file mode 100644 index 000000000..bc818e1c5 --- /dev/null +++ b/libc/sysv/consts/PF_ATMPVC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ATMPVC,8,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ATMPVC.s b/libc/sysv/consts/PF_ATMPVC.s deleted file mode 100644 index 3a88fc7de..000000000 --- a/libc/sysv/consts/PF_ATMPVC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ATMPVC,8,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ATMSVC.S b/libc/sysv/consts/PF_ATMSVC.S new file mode 100644 index 000000000..1386002ac --- /dev/null +++ b/libc/sysv/consts/PF_ATMSVC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ATMSVC,20,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ATMSVC.s b/libc/sysv/consts/PF_ATMSVC.s deleted file mode 100644 index 59ec29d6b..000000000 --- a/libc/sysv/consts/PF_ATMSVC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ATMSVC,20,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_AX25.S b/libc/sysv/consts/PF_AX25.S new file mode 100644 index 000000000..8c94618af --- /dev/null +++ b/libc/sysv/consts/PF_AX25.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_AX25,3,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_AX25.s b/libc/sysv/consts/PF_AX25.s deleted file mode 100644 index 0751dfe67..000000000 --- a/libc/sysv/consts/PF_AX25.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_AX25,3,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_BLUETOOTH.S b/libc/sysv/consts/PF_BLUETOOTH.S new file mode 100644 index 000000000..8f8e4667d --- /dev/null +++ b/libc/sysv/consts/PF_BLUETOOTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_BLUETOOTH,31,0,36,0x20,0x20,0 diff --git a/libc/sysv/consts/PF_BLUETOOTH.s b/libc/sysv/consts/PF_BLUETOOTH.s deleted file mode 100644 index 9286fb505..000000000 --- a/libc/sysv/consts/PF_BLUETOOTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_BLUETOOTH,31,0,36,0x20,0x20,0 diff --git a/libc/sysv/consts/PF_BRIDGE.S b/libc/sysv/consts/PF_BRIDGE.S new file mode 100644 index 000000000..3d7a7bdd8 --- /dev/null +++ b/libc/sysv/consts/PF_BRIDGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_BRIDGE,7,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_BRIDGE.s b/libc/sysv/consts/PF_BRIDGE.s deleted file mode 100644 index 44b261a2a..000000000 --- a/libc/sysv/consts/PF_BRIDGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_BRIDGE,7,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_CAIF.S b/libc/sysv/consts/PF_CAIF.S new file mode 100644 index 000000000..2dc2f7e46 --- /dev/null +++ b/libc/sysv/consts/PF_CAIF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_CAIF,37,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_CAIF.s b/libc/sysv/consts/PF_CAIF.s deleted file mode 100644 index b09c6b3f8..000000000 --- a/libc/sysv/consts/PF_CAIF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_CAIF,37,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_CAN.S b/libc/sysv/consts/PF_CAN.S new file mode 100644 index 000000000..476670edb --- /dev/null +++ b/libc/sysv/consts/PF_CAN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon af,PF_CAN,29,0,0,0,35,0 diff --git a/libc/sysv/consts/PF_CAN.s b/libc/sysv/consts/PF_CAN.s deleted file mode 100644 index 58df2de32..000000000 --- a/libc/sysv/consts/PF_CAN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon af,PF_CAN,29,0,0,0,35,0 diff --git a/libc/sysv/consts/PF_ECONET.S b/libc/sysv/consts/PF_ECONET.S new file mode 100644 index 000000000..a685e615a --- /dev/null +++ b/libc/sysv/consts/PF_ECONET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ECONET,19,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ECONET.s b/libc/sysv/consts/PF_ECONET.s deleted file mode 100644 index c44700dd3..000000000 --- a/libc/sysv/consts/PF_ECONET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ECONET,19,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_FILE.S b/libc/sysv/consts/PF_FILE.S new file mode 100644 index 000000000..8a2f63cd6 --- /dev/null +++ b/libc/sysv/consts/PF_FILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_FILE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_FILE.s b/libc/sysv/consts/PF_FILE.s deleted file mode 100644 index 1187669d5..000000000 --- a/libc/sysv/consts/PF_FILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_FILE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IB.S b/libc/sysv/consts/PF_IB.S new file mode 100644 index 000000000..78967b904 --- /dev/null +++ b/libc/sysv/consts/PF_IB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_IB,27,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IB.s b/libc/sysv/consts/PF_IB.s deleted file mode 100644 index de39fef21..000000000 --- a/libc/sysv/consts/PF_IB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_IB,27,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IEEE802154.S b/libc/sysv/consts/PF_IEEE802154.S new file mode 100644 index 000000000..8e9b484a6 --- /dev/null +++ b/libc/sysv/consts/PF_IEEE802154.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_IEEE802154,36,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IEEE802154.s b/libc/sysv/consts/PF_IEEE802154.s deleted file mode 100644 index 57fc08c82..000000000 --- a/libc/sysv/consts/PF_IEEE802154.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_IEEE802154,36,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_INET.S b/libc/sysv/consts/PF_INET.S new file mode 100644 index 000000000..057b9ec10 --- /dev/null +++ b/libc/sysv/consts/PF_INET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_INET,2,2,2,2,2,0 diff --git a/libc/sysv/consts/PF_INET.s b/libc/sysv/consts/PF_INET.s deleted file mode 100644 index ecf910ca9..000000000 --- a/libc/sysv/consts/PF_INET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_INET,2,2,2,2,2,0 diff --git a/libc/sysv/consts/PF_INET6.S b/libc/sysv/consts/PF_INET6.S new file mode 100644 index 000000000..2a6a5ef5a --- /dev/null +++ b/libc/sysv/consts/PF_INET6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_INET6,10,30,28,24,24,23 diff --git a/libc/sysv/consts/PF_INET6.s b/libc/sysv/consts/PF_INET6.s deleted file mode 100644 index 8fdcad023..000000000 --- a/libc/sysv/consts/PF_INET6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_INET6,10,30,28,24,24,23 diff --git a/libc/sysv/consts/PF_IPX.S b/libc/sysv/consts/PF_IPX.S new file mode 100644 index 000000000..4cd6edfee --- /dev/null +++ b/libc/sysv/consts/PF_IPX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_IPX,4,23,23,23,23,0 diff --git a/libc/sysv/consts/PF_IPX.s b/libc/sysv/consts/PF_IPX.s deleted file mode 100644 index a9ac673b3..000000000 --- a/libc/sysv/consts/PF_IPX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_IPX,4,23,23,23,23,0 diff --git a/libc/sysv/consts/PF_IRDA.S b/libc/sysv/consts/PF_IRDA.S new file mode 100644 index 000000000..9b22df5c2 --- /dev/null +++ b/libc/sysv/consts/PF_IRDA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_IRDA,23,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IRDA.s b/libc/sysv/consts/PF_IRDA.s deleted file mode 100644 index fdd2468e6..000000000 --- a/libc/sysv/consts/PF_IRDA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_IRDA,23,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ISDN.S b/libc/sysv/consts/PF_ISDN.S new file mode 100644 index 000000000..603d6a224 --- /dev/null +++ b/libc/sysv/consts/PF_ISDN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ISDN,34,28,26,26,26,0 diff --git a/libc/sysv/consts/PF_ISDN.s b/libc/sysv/consts/PF_ISDN.s deleted file mode 100644 index 69f330173..000000000 --- a/libc/sysv/consts/PF_ISDN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ISDN,34,28,26,26,26,0 diff --git a/libc/sysv/consts/PF_IUCV.S b/libc/sysv/consts/PF_IUCV.S new file mode 100644 index 000000000..663bc8e23 --- /dev/null +++ b/libc/sysv/consts/PF_IUCV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_IUCV,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_IUCV.s b/libc/sysv/consts/PF_IUCV.s deleted file mode 100644 index 3d171f52a..000000000 --- a/libc/sysv/consts/PF_IUCV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_IUCV,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_KCM.S b/libc/sysv/consts/PF_KCM.S new file mode 100644 index 000000000..d87319e72 --- /dev/null +++ b/libc/sysv/consts/PF_KCM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_KCM,41,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_KCM.s b/libc/sysv/consts/PF_KCM.s deleted file mode 100644 index 64effd6c7..000000000 --- a/libc/sysv/consts/PF_KCM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_KCM,41,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_KEY.S b/libc/sysv/consts/PF_KEY.S new file mode 100644 index 000000000..ee876d800 --- /dev/null +++ b/libc/sysv/consts/PF_KEY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_KEY,15,29,27,30,30,0 diff --git a/libc/sysv/consts/PF_KEY.s b/libc/sysv/consts/PF_KEY.s deleted file mode 100644 index 45b91776e..000000000 --- a/libc/sysv/consts/PF_KEY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_KEY,15,29,27,30,30,0 diff --git a/libc/sysv/consts/PF_LLC.S b/libc/sysv/consts/PF_LLC.S new file mode 100644 index 000000000..409ccafe6 --- /dev/null +++ b/libc/sysv/consts/PF_LLC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_LLC,26,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_LLC.s b/libc/sysv/consts/PF_LLC.s deleted file mode 100644 index 6202d0e71..000000000 --- a/libc/sysv/consts/PF_LLC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_LLC,26,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_LOCAL.S b/libc/sysv/consts/PF_LOCAL.S new file mode 100644 index 000000000..0b77733bd --- /dev/null +++ b/libc/sysv/consts/PF_LOCAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_LOCAL,1,1,1,1,1,0 diff --git a/libc/sysv/consts/PF_LOCAL.s b/libc/sysv/consts/PF_LOCAL.s deleted file mode 100644 index 41cf5ff8d..000000000 --- a/libc/sysv/consts/PF_LOCAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_LOCAL,1,1,1,1,1,0 diff --git a/libc/sysv/consts/PF_MAX.S b/libc/sysv/consts/PF_MAX.S new file mode 100644 index 000000000..38ec75c4e --- /dev/null +++ b/libc/sysv/consts/PF_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_MAX,42,40,42,36,36,35 diff --git a/libc/sysv/consts/PF_MAX.s b/libc/sysv/consts/PF_MAX.s deleted file mode 100644 index 0d3ce5b71..000000000 --- a/libc/sysv/consts/PF_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_MAX,42,40,42,36,36,35 diff --git a/libc/sysv/consts/PF_MPLS.S b/libc/sysv/consts/PF_MPLS.S new file mode 100644 index 000000000..f5285fa28 --- /dev/null +++ b/libc/sysv/consts/PF_MPLS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_MPLS,28,0,0,33,33,0 diff --git a/libc/sysv/consts/PF_MPLS.s b/libc/sysv/consts/PF_MPLS.s deleted file mode 100644 index b375ca98d..000000000 --- a/libc/sysv/consts/PF_MPLS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_MPLS,28,0,0,33,33,0 diff --git a/libc/sysv/consts/PF_NETBEUI.S b/libc/sysv/consts/PF_NETBEUI.S new file mode 100644 index 000000000..21d0bf337 --- /dev/null +++ b/libc/sysv/consts/PF_NETBEUI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_NETBEUI,13,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NETBEUI.s b/libc/sysv/consts/PF_NETBEUI.s deleted file mode 100644 index f8d046eb3..000000000 --- a/libc/sysv/consts/PF_NETBEUI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_NETBEUI,13,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NETLINK.S b/libc/sysv/consts/PF_NETLINK.S new file mode 100644 index 000000000..25ea9c602 --- /dev/null +++ b/libc/sysv/consts/PF_NETLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_NETLINK,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NETLINK.s b/libc/sysv/consts/PF_NETLINK.s deleted file mode 100644 index f34a6d875..000000000 --- a/libc/sysv/consts/PF_NETLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_NETLINK,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NETROM.S b/libc/sysv/consts/PF_NETROM.S new file mode 100644 index 000000000..9880b4c3b --- /dev/null +++ b/libc/sysv/consts/PF_NETROM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_NETROM,6,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NETROM.s b/libc/sysv/consts/PF_NETROM.s deleted file mode 100644 index 8ee7662b9..000000000 --- a/libc/sysv/consts/PF_NETROM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_NETROM,6,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NFC.S b/libc/sysv/consts/PF_NFC.S new file mode 100644 index 000000000..d2c1073b7 --- /dev/null +++ b/libc/sysv/consts/PF_NFC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_NFC,39,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_NFC.s b/libc/sysv/consts/PF_NFC.s deleted file mode 100644 index 707d29a49..000000000 --- a/libc/sysv/consts/PF_NFC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_NFC,39,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PACKET.S b/libc/sysv/consts/PF_PACKET.S new file mode 100644 index 000000000..9d74e7e2b --- /dev/null +++ b/libc/sysv/consts/PF_PACKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_PACKET,17,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PACKET.s b/libc/sysv/consts/PF_PACKET.s deleted file mode 100644 index c90207fa9..000000000 --- a/libc/sysv/consts/PF_PACKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_PACKET,17,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PHONET.S b/libc/sysv/consts/PF_PHONET.S new file mode 100644 index 000000000..871ee9863 --- /dev/null +++ b/libc/sysv/consts/PF_PHONET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_PHONET,35,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PHONET.s b/libc/sysv/consts/PF_PHONET.s deleted file mode 100644 index ec3972fc1..000000000 --- a/libc/sysv/consts/PF_PHONET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_PHONET,35,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PPPOX.S b/libc/sysv/consts/PF_PPPOX.S new file mode 100644 index 000000000..50fcaae82 --- /dev/null +++ b/libc/sysv/consts/PF_PPPOX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_PPPOX,24,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_PPPOX.s b/libc/sysv/consts/PF_PPPOX.s deleted file mode 100644 index aa3db740c..000000000 --- a/libc/sysv/consts/PF_PPPOX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_PPPOX,24,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_RDS.S b/libc/sysv/consts/PF_RDS.S new file mode 100644 index 000000000..37f66d8b6 --- /dev/null +++ b/libc/sysv/consts/PF_RDS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_RDS,21,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_RDS.s b/libc/sysv/consts/PF_RDS.s deleted file mode 100644 index 081585951..000000000 --- a/libc/sysv/consts/PF_RDS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_RDS,21,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ROSE.S b/libc/sysv/consts/PF_ROSE.S new file mode 100644 index 000000000..7eab5b5f8 --- /dev/null +++ b/libc/sysv/consts/PF_ROSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ROSE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ROSE.s b/libc/sysv/consts/PF_ROSE.s deleted file mode 100644 index ecd387e77..000000000 --- a/libc/sysv/consts/PF_ROSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ROSE,11,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_ROUTE.S b/libc/sysv/consts/PF_ROUTE.S new file mode 100644 index 000000000..61bf9aa66 --- /dev/null +++ b/libc/sysv/consts/PF_ROUTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_ROUTE,0x10,17,17,17,17,0 diff --git a/libc/sysv/consts/PF_ROUTE.s b/libc/sysv/consts/PF_ROUTE.s deleted file mode 100644 index 16d9ce095..000000000 --- a/libc/sysv/consts/PF_ROUTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_ROUTE,0x10,17,17,17,17,0 diff --git a/libc/sysv/consts/PF_RXRPC.S b/libc/sysv/consts/PF_RXRPC.S new file mode 100644 index 000000000..d178297f4 --- /dev/null +++ b/libc/sysv/consts/PF_RXRPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_RXRPC,33,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_RXRPC.s b/libc/sysv/consts/PF_RXRPC.s deleted file mode 100644 index f93571cb9..000000000 --- a/libc/sysv/consts/PF_RXRPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_RXRPC,33,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_SECURITY.S b/libc/sysv/consts/PF_SECURITY.S new file mode 100644 index 000000000..043f5993e --- /dev/null +++ b/libc/sysv/consts/PF_SECURITY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_SECURITY,14,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_SECURITY.s b/libc/sysv/consts/PF_SECURITY.s deleted file mode 100644 index ba8971183..000000000 --- a/libc/sysv/consts/PF_SECURITY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_SECURITY,14,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_SNA.S b/libc/sysv/consts/PF_SNA.S new file mode 100644 index 000000000..12fed4fb2 --- /dev/null +++ b/libc/sysv/consts/PF_SNA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_SNA,22,11,11,11,11,11 diff --git a/libc/sysv/consts/PF_SNA.s b/libc/sysv/consts/PF_SNA.s deleted file mode 100644 index ea9d5f6c5..000000000 --- a/libc/sysv/consts/PF_SNA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_SNA,22,11,11,11,11,11 diff --git a/libc/sysv/consts/PF_TIPC.S b/libc/sysv/consts/PF_TIPC.S new file mode 100644 index 000000000..f1cbab5fa --- /dev/null +++ b/libc/sysv/consts/PF_TIPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_TIPC,30,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_TIPC.s b/libc/sysv/consts/PF_TIPC.s deleted file mode 100644 index 8356abe61..000000000 --- a/libc/sysv/consts/PF_TIPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_TIPC,30,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_UNIX.S b/libc/sysv/consts/PF_UNIX.S new file mode 100644 index 000000000..bc57523b9 --- /dev/null +++ b/libc/sysv/consts/PF_UNIX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_UNIX,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PF_UNIX.s b/libc/sysv/consts/PF_UNIX.s deleted file mode 100644 index 48fdfbc49..000000000 --- a/libc/sysv/consts/PF_UNIX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_UNIX,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PF_UNSPEC.S b/libc/sysv/consts/PF_UNSPEC.S new file mode 100644 index 000000000..abe4df8c5 --- /dev/null +++ b/libc/sysv/consts/PF_UNSPEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_UNSPEC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_UNSPEC.s b/libc/sysv/consts/PF_UNSPEC.s deleted file mode 100644 index 4ef6d65d5..000000000 --- a/libc/sysv/consts/PF_UNSPEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_UNSPEC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_VSOCK.S b/libc/sysv/consts/PF_VSOCK.S new file mode 100644 index 000000000..8649196ee --- /dev/null +++ b/libc/sysv/consts/PF_VSOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_VSOCK,40,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_VSOCK.s b/libc/sysv/consts/PF_VSOCK.s deleted file mode 100644 index 481de720c..000000000 --- a/libc/sysv/consts/PF_VSOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_VSOCK,40,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_WANPIPE.S b/libc/sysv/consts/PF_WANPIPE.S new file mode 100644 index 000000000..0828fa360 --- /dev/null +++ b/libc/sysv/consts/PF_WANPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_WANPIPE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_WANPIPE.s b/libc/sysv/consts/PF_WANPIPE.s deleted file mode 100644 index f677e78f4..000000000 --- a/libc/sysv/consts/PF_WANPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_WANPIPE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_X25.S b/libc/sysv/consts/PF_X25.S new file mode 100644 index 000000000..e8223ce83 --- /dev/null +++ b/libc/sysv/consts/PF_X25.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pf,PF_X25,9,0,0,0,0,0 diff --git a/libc/sysv/consts/PF_X25.s b/libc/sysv/consts/PF_X25.s deleted file mode 100644 index 31b7b7ada..000000000 --- a/libc/sysv/consts/PF_X25.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pf,PF_X25,9,0,0,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT.S b/libc/sysv/consts/PIO_FONT.S new file mode 100644 index 000000000..fe1682d2d --- /dev/null +++ b/libc/sysv/consts/PIO_FONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONT,0x4b61,0,0,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT.s b/libc/sysv/consts/PIO_FONT.s deleted file mode 100644 index 50383b387..000000000 --- a/libc/sysv/consts/PIO_FONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONT,0x4b61,0,0,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x14.S b/libc/sysv/consts/PIO_FONT8x14.S new file mode 100644 index 000000000..7dedebc6c --- /dev/null +++ b/libc/sysv/consts/PIO_FONT8x14.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONT8x14,0,0,0x8e006342,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x14.s b/libc/sysv/consts/PIO_FONT8x14.s deleted file mode 100644 index 3bcdb9de4..000000000 --- a/libc/sysv/consts/PIO_FONT8x14.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONT8x14,0,0,0x8e006342,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x16.S b/libc/sysv/consts/PIO_FONT8x16.S new file mode 100644 index 000000000..e294be92b --- /dev/null +++ b/libc/sysv/consts/PIO_FONT8x16.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONT8x16,0,0,0x90006344,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x16.s b/libc/sysv/consts/PIO_FONT8x16.s deleted file mode 100644 index d32c75945..000000000 --- a/libc/sysv/consts/PIO_FONT8x16.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONT8x16,0,0,0x90006344,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x8.S b/libc/sysv/consts/PIO_FONT8x8.S new file mode 100644 index 000000000..a1f5559a6 --- /dev/null +++ b/libc/sysv/consts/PIO_FONT8x8.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONT8x8,0,0,0x88006340,0,0,0 diff --git a/libc/sysv/consts/PIO_FONT8x8.s b/libc/sysv/consts/PIO_FONT8x8.s deleted file mode 100644 index e7e676924..000000000 --- a/libc/sysv/consts/PIO_FONT8x8.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONT8x8,0,0,0x88006340,0,0,0 diff --git a/libc/sysv/consts/PIO_FONTRESET.S b/libc/sysv/consts/PIO_FONTRESET.S new file mode 100644 index 000000000..39d1a441e --- /dev/null +++ b/libc/sysv/consts/PIO_FONTRESET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONTRESET,0x4b6d,0,0x20006348,0,0,0 diff --git a/libc/sysv/consts/PIO_FONTRESET.s b/libc/sysv/consts/PIO_FONTRESET.s deleted file mode 100644 index 468549f7d..000000000 --- a/libc/sysv/consts/PIO_FONTRESET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONTRESET,0x4b6d,0,0x20006348,0,0,0 diff --git a/libc/sysv/consts/PIO_FONTX.S b/libc/sysv/consts/PIO_FONTX.S new file mode 100644 index 000000000..75772c28f --- /dev/null +++ b/libc/sysv/consts/PIO_FONTX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_FONTX,0x4b6c,0,0,0,0,0 diff --git a/libc/sysv/consts/PIO_FONTX.s b/libc/sysv/consts/PIO_FONTX.s deleted file mode 100644 index 27397fbb0..000000000 --- a/libc/sysv/consts/PIO_FONTX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_FONTX,0x4b6c,0,0,0,0,0 diff --git a/libc/sysv/consts/PIO_VFONT.S b/libc/sysv/consts/PIO_VFONT.S new file mode 100644 index 000000000..65fd53d6d --- /dev/null +++ b/libc/sysv/consts/PIO_VFONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon vid,PIO_VFONT,0,0,0x84086346,0,0,0 diff --git a/libc/sysv/consts/PIO_VFONT.s b/libc/sysv/consts/PIO_VFONT.s deleted file mode 100644 index 6476186e1..000000000 --- a/libc/sysv/consts/PIO_VFONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon vid,PIO_VFONT,0,0,0x84086346,0,0,0 diff --git a/libc/sysv/consts/PIPE_BUF.S b/libc/sysv/consts/PIPE_BUF.S new file mode 100644 index 000000000..34d0d247e --- /dev/null +++ b/libc/sysv/consts/PIPE_BUF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,PIPE_BUF,4096,512,512,512,512,4096 diff --git a/libc/sysv/consts/PIPE_BUF.s b/libc/sysv/consts/PIPE_BUF.s deleted file mode 100644 index b92451c9e..000000000 --- a/libc/sysv/consts/PIPE_BUF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,PIPE_BUF,4096,512,512,512,512,4096 diff --git a/libc/sysv/consts/POLLERR.S b/libc/sysv/consts/POLLERR.S new file mode 100644 index 000000000..4b8129c6c --- /dev/null +++ b/libc/sysv/consts/POLLERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLERR,8,8,8,8,8,0x0001 diff --git a/libc/sysv/consts/POLLERR.s b/libc/sysv/consts/POLLERR.s deleted file mode 100644 index 04daac578..000000000 --- a/libc/sysv/consts/POLLERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLERR,8,8,8,8,8,0x0001 diff --git a/libc/sysv/consts/POLLHUP.S b/libc/sysv/consts/POLLHUP.S new file mode 100644 index 000000000..f05fc4d9b --- /dev/null +++ b/libc/sysv/consts/POLLHUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLHUP,0x10,0x10,0x10,0x10,0x10,0x0002 diff --git a/libc/sysv/consts/POLLHUP.s b/libc/sysv/consts/POLLHUP.s deleted file mode 100644 index 7ab650728..000000000 --- a/libc/sysv/consts/POLLHUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLHUP,0x10,0x10,0x10,0x10,0x10,0x0002 diff --git a/libc/sysv/consts/POLLIN.S b/libc/sysv/consts/POLLIN.S new file mode 100644 index 000000000..02b0ca22e --- /dev/null +++ b/libc/sysv/consts/POLLIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLIN,1,1,1,1,1,0x0300 diff --git a/libc/sysv/consts/POLLIN.s b/libc/sysv/consts/POLLIN.s deleted file mode 100644 index cbf6801fd..000000000 --- a/libc/sysv/consts/POLLIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLIN,1,1,1,1,1,0x0300 diff --git a/libc/sysv/consts/POLLNVAL.S b/libc/sysv/consts/POLLNVAL.S new file mode 100644 index 000000000..9e146d39b --- /dev/null +++ b/libc/sysv/consts/POLLNVAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLNVAL,0x20,0x20,0x20,0x20,0x20,0x0004 diff --git a/libc/sysv/consts/POLLNVAL.s b/libc/sysv/consts/POLLNVAL.s deleted file mode 100644 index ab68a32a9..000000000 --- a/libc/sysv/consts/POLLNVAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLNVAL,0x20,0x20,0x20,0x20,0x20,0x0004 diff --git a/libc/sysv/consts/POLLOUT.S b/libc/sysv/consts/POLLOUT.S new file mode 100644 index 000000000..d1b49b515 --- /dev/null +++ b/libc/sysv/consts/POLLOUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLOUT,4,4,4,4,4,0x0010 diff --git a/libc/sysv/consts/POLLOUT.s b/libc/sysv/consts/POLLOUT.s deleted file mode 100644 index cc5717afb..000000000 --- a/libc/sysv/consts/POLLOUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLOUT,4,4,4,4,4,0x0010 diff --git a/libc/sysv/consts/POLLPRI.S b/libc/sysv/consts/POLLPRI.S new file mode 100644 index 000000000..2c43c862f --- /dev/null +++ b/libc/sysv/consts/POLLPRI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLPRI,2,2,2,2,2,0x0400 diff --git a/libc/sysv/consts/POLLPRI.s b/libc/sysv/consts/POLLPRI.s deleted file mode 100644 index b591c8306..000000000 --- a/libc/sysv/consts/POLLPRI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLPRI,2,2,2,2,2,0x0400 diff --git a/libc/sysv/consts/POLLRDBAND.S b/libc/sysv/consts/POLLRDBAND.S new file mode 100644 index 000000000..b5053c131 --- /dev/null +++ b/libc/sysv/consts/POLLRDBAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLRDBAND,0x80,0x80,0x80,0x80,0x80,0x0200 diff --git a/libc/sysv/consts/POLLRDBAND.s b/libc/sysv/consts/POLLRDBAND.s deleted file mode 100644 index 04337e679..000000000 --- a/libc/sysv/consts/POLLRDBAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLRDBAND,0x80,0x80,0x80,0x80,0x80,0x0200 diff --git a/libc/sysv/consts/POLLRDHUP.S b/libc/sysv/consts/POLLRDHUP.S new file mode 100644 index 000000000..b13bb90cc --- /dev/null +++ b/libc/sysv/consts/POLLRDHUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLRDHUP,0x2000,0x10,0x10,0x10,0x10,2 diff --git a/libc/sysv/consts/POLLRDHUP.s b/libc/sysv/consts/POLLRDHUP.s deleted file mode 100644 index fca084f5d..000000000 --- a/libc/sysv/consts/POLLRDHUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLRDHUP,0x2000,0x10,0x10,0x10,0x10,2 diff --git a/libc/sysv/consts/POLLRDNORM.S b/libc/sysv/consts/POLLRDNORM.S new file mode 100644 index 000000000..ee79646bc --- /dev/null +++ b/libc/sysv/consts/POLLRDNORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLRDNORM,0x40,0x40,0x40,0x40,0x40,0x0100 diff --git a/libc/sysv/consts/POLLRDNORM.s b/libc/sysv/consts/POLLRDNORM.s deleted file mode 100644 index faca7b1e1..000000000 --- a/libc/sysv/consts/POLLRDNORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLRDNORM,0x40,0x40,0x40,0x40,0x40,0x0100 diff --git a/libc/sysv/consts/POLLWRBAND.S b/libc/sysv/consts/POLLWRBAND.S new file mode 100644 index 000000000..a83800d83 --- /dev/null +++ b/libc/sysv/consts/POLLWRBAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLWRBAND,0x0200,0x0100,0x0100,0x0100,0x0100,0x0020 diff --git a/libc/sysv/consts/POLLWRBAND.s b/libc/sysv/consts/POLLWRBAND.s deleted file mode 100644 index 6c0719a39..000000000 --- a/libc/sysv/consts/POLLWRBAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLWRBAND,0x0200,0x0100,0x0100,0x0100,0x0100,0x0020 diff --git a/libc/sysv/consts/POLLWRNORM.S b/libc/sysv/consts/POLLWRNORM.S new file mode 100644 index 000000000..917c79ab7 --- /dev/null +++ b/libc/sysv/consts/POLLWRNORM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon poll,POLLWRNORM,0x0100,4,4,4,4,0x0010 diff --git a/libc/sysv/consts/POLLWRNORM.s b/libc/sysv/consts/POLLWRNORM.s deleted file mode 100644 index a51816d98..000000000 --- a/libc/sysv/consts/POLLWRNORM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon poll,POLLWRNORM,0x0100,4,4,4,4,0x0010 diff --git a/libc/sysv/consts/POLL_ERR.S b/libc/sysv/consts/POLL_ERR.S new file mode 100644 index 000000000..1c0e2ffd5 --- /dev/null +++ b/libc/sysv/consts/POLL_ERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_ERR,4,4,4,4,4,4 diff --git a/libc/sysv/consts/POLL_ERR.s b/libc/sysv/consts/POLL_ERR.s deleted file mode 100644 index 5723b4941..000000000 --- a/libc/sysv/consts/POLL_ERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_ERR,4,4,4,4,4,4 diff --git a/libc/sysv/consts/POLL_HUP.S b/libc/sysv/consts/POLL_HUP.S new file mode 100644 index 000000000..514a3cef2 --- /dev/null +++ b/libc/sysv/consts/POLL_HUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_HUP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/POLL_HUP.s b/libc/sysv/consts/POLL_HUP.s deleted file mode 100644 index 07a05c03c..000000000 --- a/libc/sysv/consts/POLL_HUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_HUP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/POLL_IN.S b/libc/sysv/consts/POLL_IN.S new file mode 100644 index 000000000..1c2be195e --- /dev/null +++ b/libc/sysv/consts/POLL_IN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_IN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/POLL_IN.s b/libc/sysv/consts/POLL_IN.s deleted file mode 100644 index e3decb977..000000000 --- a/libc/sysv/consts/POLL_IN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_IN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/POLL_MSG.S b/libc/sysv/consts/POLL_MSG.S new file mode 100644 index 000000000..acd5a6183 --- /dev/null +++ b/libc/sysv/consts/POLL_MSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_MSG,3,3,3,3,3,3 diff --git a/libc/sysv/consts/POLL_MSG.s b/libc/sysv/consts/POLL_MSG.s deleted file mode 100644 index 13b2f925e..000000000 --- a/libc/sysv/consts/POLL_MSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_MSG,3,3,3,3,3,3 diff --git a/libc/sysv/consts/POLL_OUT.S b/libc/sysv/consts/POLL_OUT.S new file mode 100644 index 000000000..5b9eb0746 --- /dev/null +++ b/libc/sysv/consts/POLL_OUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_OUT,2,2,2,2,2,2 diff --git a/libc/sysv/consts/POLL_OUT.s b/libc/sysv/consts/POLL_OUT.s deleted file mode 100644 index 03c541082..000000000 --- a/libc/sysv/consts/POLL_OUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_OUT,2,2,2,2,2,2 diff --git a/libc/sysv/consts/POLL_PRI.S b/libc/sysv/consts/POLL_PRI.S new file mode 100644 index 000000000..13d080839 --- /dev/null +++ b/libc/sysv/consts/POLL_PRI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,POLL_PRI,5,5,5,5,5,5 diff --git a/libc/sysv/consts/POLL_PRI.s b/libc/sysv/consts/POLL_PRI.s deleted file mode 100644 index 61b83b06e..000000000 --- a/libc/sysv/consts/POLL_PRI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,POLL_PRI,5,5,5,5,5,5 diff --git a/libc/sysv/consts/POSIX_FADV_DONTNEED.S b/libc/sysv/consts/POSIX_FADV_DONTNEED.S new file mode 100644 index 000000000..710c85ef1 --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_DONTNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_FADV_DONTNEED,4,127,4,4,4,127 diff --git a/libc/sysv/consts/POSIX_FADV_DONTNEED.s b/libc/sysv/consts/POSIX_FADV_DONTNEED.s deleted file mode 100644 index a4c6b9119..000000000 --- a/libc/sysv/consts/POSIX_FADV_DONTNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_FADV_DONTNEED,4,127,4,4,4,127 diff --git a/libc/sysv/consts/POSIX_FADV_NOREUSE.S b/libc/sysv/consts/POSIX_FADV_NOREUSE.S new file mode 100644 index 000000000..ff5f39d9c --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_NOREUSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon fadv,POSIX_FADV_NOREUSE,5,127,5,127,5,127 diff --git a/libc/sysv/consts/POSIX_FADV_NOREUSE.s b/libc/sysv/consts/POSIX_FADV_NOREUSE.s deleted file mode 100644 index 2087ca03f..000000000 --- a/libc/sysv/consts/POSIX_FADV_NOREUSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon fadv,POSIX_FADV_NOREUSE,5,127,5,127,5,127 diff --git a/libc/sysv/consts/POSIX_FADV_NORMAL.S b/libc/sysv/consts/POSIX_FADV_NORMAL.S new file mode 100644 index 000000000..99b3e2bda --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_NORMAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_FADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/POSIX_FADV_NORMAL.s b/libc/sysv/consts/POSIX_FADV_NORMAL.s deleted file mode 100644 index 84e15a81a..000000000 --- a/libc/sysv/consts/POSIX_FADV_NORMAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_FADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/POSIX_FADV_RANDOM.S b/libc/sysv/consts/POSIX_FADV_RANDOM.S new file mode 100644 index 000000000..5c197c3bc --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_RANDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_FADV_RANDOM,1,127,1,1,1,1 diff --git a/libc/sysv/consts/POSIX_FADV_RANDOM.s b/libc/sysv/consts/POSIX_FADV_RANDOM.s deleted file mode 100644 index 67b1988e0..000000000 --- a/libc/sysv/consts/POSIX_FADV_RANDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_FADV_RANDOM,1,127,1,1,1,1 diff --git a/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.S b/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.S new file mode 100644 index 000000000..a8dfb1688 --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_FADV_SEQUENTIAL,2,127,2,2,2,2 diff --git a/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.s b/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.s deleted file mode 100644 index 98f5aa0fd..000000000 --- a/libc/sysv/consts/POSIX_FADV_SEQUENTIAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_FADV_SEQUENTIAL,2,127,2,2,2,2 diff --git a/libc/sysv/consts/POSIX_FADV_WILLNEED.S b/libc/sysv/consts/POSIX_FADV_WILLNEED.S new file mode 100644 index 000000000..7ae0fe7da --- /dev/null +++ b/libc/sysv/consts/POSIX_FADV_WILLNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_FADV_WILLNEED,3,127,3,3,3,3 diff --git a/libc/sysv/consts/POSIX_FADV_WILLNEED.s b/libc/sysv/consts/POSIX_FADV_WILLNEED.s deleted file mode 100644 index d3cb2d81a..000000000 --- a/libc/sysv/consts/POSIX_FADV_WILLNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_FADV_WILLNEED,3,127,3,3,3,3 diff --git a/libc/sysv/consts/POSIX_MADV_DONTNEED.S b/libc/sysv/consts/POSIX_MADV_DONTNEED.S new file mode 100644 index 000000000..77d260f6b --- /dev/null +++ b/libc/sysv/consts/POSIX_MADV_DONTNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_MADV_DONTNEED,4,4,4,4,4,127 diff --git a/libc/sysv/consts/POSIX_MADV_DONTNEED.s b/libc/sysv/consts/POSIX_MADV_DONTNEED.s deleted file mode 100644 index cb728b75e..000000000 --- a/libc/sysv/consts/POSIX_MADV_DONTNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_MADV_DONTNEED,4,4,4,4,4,127 diff --git a/libc/sysv/consts/POSIX_MADV_NORMAL.S b/libc/sysv/consts/POSIX_MADV_NORMAL.S new file mode 100644 index 000000000..5bf67af47 --- /dev/null +++ b/libc/sysv/consts/POSIX_MADV_NORMAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_MADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/POSIX_MADV_NORMAL.s b/libc/sysv/consts/POSIX_MADV_NORMAL.s deleted file mode 100644 index dbb85edbb..000000000 --- a/libc/sysv/consts/POSIX_MADV_NORMAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_MADV_NORMAL,0,0,0,0,0,0 diff --git a/libc/sysv/consts/POSIX_MADV_RANDOM.S b/libc/sysv/consts/POSIX_MADV_RANDOM.S new file mode 100644 index 000000000..5e4976e8e --- /dev/null +++ b/libc/sysv/consts/POSIX_MADV_RANDOM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_MADV_RANDOM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/POSIX_MADV_RANDOM.s b/libc/sysv/consts/POSIX_MADV_RANDOM.s deleted file mode 100644 index 4fbd1fe0f..000000000 --- a/libc/sysv/consts/POSIX_MADV_RANDOM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_MADV_RANDOM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S b/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S new file mode 100644 index 000000000..0c6183349 --- /dev/null +++ b/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_MADV_SEQUENTIAL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.s b/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.s deleted file mode 100644 index 19b0deeef..000000000 --- a/libc/sysv/consts/POSIX_MADV_SEQUENTIAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_MADV_SEQUENTIAL,2,2,2,2,2,2 diff --git a/libc/sysv/consts/POSIX_MADV_WILLNEED.S b/libc/sysv/consts/POSIX_MADV_WILLNEED.S new file mode 100644 index 000000000..0aafef239 --- /dev/null +++ b/libc/sysv/consts/POSIX_MADV_WILLNEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,POSIX_MADV_WILLNEED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/POSIX_MADV_WILLNEED.s b/libc/sysv/consts/POSIX_MADV_WILLNEED.s deleted file mode 100644 index 04a0a6066..000000000 --- a/libc/sysv/consts/POSIX_MADV_WILLNEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,POSIX_MADV_WILLNEED,3,3,3,3,3,3 diff --git a/libc/sysv/consts/PPPDISC.S b/libc/sysv/consts/PPPDISC.S new file mode 100644 index 000000000..18ed9e94e --- /dev/null +++ b/libc/sysv/consts/PPPDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,PPPDISC,0,0x5,0x5,0x5,0x5,0 diff --git a/libc/sysv/consts/PPPDISC.s b/libc/sysv/consts/PPPDISC.s deleted file mode 100644 index 21581bdca..000000000 --- a/libc/sysv/consts/PPPDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,PPPDISC,0,0x5,0x5,0x5,0x5,0 diff --git a/libc/sysv/consts/PRELIM.S b/libc/sysv/consts/PRELIM.S new file mode 100644 index 000000000..f073ab6f2 --- /dev/null +++ b/libc/sysv/consts/PRELIM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,PRELIM,1,1,1,1,1,0 diff --git a/libc/sysv/consts/PRELIM.s b/libc/sysv/consts/PRELIM.s deleted file mode 100644 index 117475308..000000000 --- a/libc/sysv/consts/PRELIM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,PRELIM,1,1,1,1,1,0 diff --git a/libc/sysv/consts/PRIO_MAX.S b/libc/sysv/consts/PRIO_MAX.S new file mode 100644 index 000000000..ff08d7123 --- /dev/null +++ b/libc/sysv/consts/PRIO_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon prio,PRIO_MAX,20,20,20,20,20,20 diff --git a/libc/sysv/consts/PRIO_MAX.s b/libc/sysv/consts/PRIO_MAX.s deleted file mode 100644 index c8863dc49..000000000 --- a/libc/sysv/consts/PRIO_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon prio,PRIO_MAX,20,20,20,20,20,20 diff --git a/libc/sysv/consts/PRIO_MIN.S b/libc/sysv/consts/PRIO_MIN.S new file mode 100644 index 000000000..1bf809203 --- /dev/null +++ b/libc/sysv/consts/PRIO_MIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon prio,PRIO_MIN,-20,-20,-20,-20,-20,-20 diff --git a/libc/sysv/consts/PRIO_MIN.s b/libc/sysv/consts/PRIO_MIN.s deleted file mode 100644 index 0572772a8..000000000 --- a/libc/sysv/consts/PRIO_MIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon prio,PRIO_MIN,-20,-20,-20,-20,-20,-20 diff --git a/libc/sysv/consts/PRIO_PGRP.S b/libc/sysv/consts/PRIO_PGRP.S new file mode 100644 index 000000000..99eef0c59 --- /dev/null +++ b/libc/sysv/consts/PRIO_PGRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon prio,PRIO_PGRP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PRIO_PGRP.s b/libc/sysv/consts/PRIO_PGRP.s deleted file mode 100644 index 28cda719e..000000000 --- a/libc/sysv/consts/PRIO_PGRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon prio,PRIO_PGRP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PRIO_PROCESS.S b/libc/sysv/consts/PRIO_PROCESS.S new file mode 100644 index 000000000..ef83509d7 --- /dev/null +++ b/libc/sysv/consts/PRIO_PROCESS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon prio,PRIO_PROCESS,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PRIO_PROCESS.s b/libc/sysv/consts/PRIO_PROCESS.s deleted file mode 100644 index 7fb979a5e..000000000 --- a/libc/sysv/consts/PRIO_PROCESS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon prio,PRIO_PROCESS,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PRIO_USER.S b/libc/sysv/consts/PRIO_USER.S new file mode 100644 index 000000000..de09cd9e0 --- /dev/null +++ b/libc/sysv/consts/PRIO_USER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon prio,PRIO_USER,2,2,2,2,2,2 diff --git a/libc/sysv/consts/PRIO_USER.s b/libc/sysv/consts/PRIO_USER.s deleted file mode 100644 index 7c02cac64..000000000 --- a/libc/sysv/consts/PRIO_USER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon prio,PRIO_USER,2,2,2,2,2,2 diff --git a/libc/sysv/consts/PROT_EXEC.S b/libc/sysv/consts/PROT_EXEC.S new file mode 100644 index 000000000..0d1dd0fdf --- /dev/null +++ b/libc/sysv/consts/PROT_EXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_EXEC,4,4,4,4,4,4 diff --git a/libc/sysv/consts/PROT_EXEC.s b/libc/sysv/consts/PROT_EXEC.s deleted file mode 100644 index b71b06bee..000000000 --- a/libc/sysv/consts/PROT_EXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_EXEC,4,4,4,4,4,4 diff --git a/libc/sysv/consts/PROT_GROWSDOWN.S b/libc/sysv/consts/PROT_GROWSDOWN.S new file mode 100644 index 000000000..36c5a220b --- /dev/null +++ b/libc/sysv/consts/PROT_GROWSDOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_GROWSDOWN,0x01000000,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_GROWSDOWN.s b/libc/sysv/consts/PROT_GROWSDOWN.s deleted file mode 100644 index 96ddf209e..000000000 --- a/libc/sysv/consts/PROT_GROWSDOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_GROWSDOWN,0x01000000,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_GROWSUP.S b/libc/sysv/consts/PROT_GROWSUP.S new file mode 100644 index 000000000..6cc1b32df --- /dev/null +++ b/libc/sysv/consts/PROT_GROWSUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_GROWSUP,0x02000000,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_GROWSUP.s b/libc/sysv/consts/PROT_GROWSUP.s deleted file mode 100644 index f38029f32..000000000 --- a/libc/sysv/consts/PROT_GROWSUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_GROWSUP,0x02000000,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_NONE.S b/libc/sysv/consts/PROT_NONE.S new file mode 100644 index 000000000..62e7deafc --- /dev/null +++ b/libc/sysv/consts/PROT_NONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_NONE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_NONE.s b/libc/sysv/consts/PROT_NONE.s deleted file mode 100644 index 272e05fed..000000000 --- a/libc/sysv/consts/PROT_NONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_NONE,0,0,0,0,0,0 diff --git a/libc/sysv/consts/PROT_READ.S b/libc/sysv/consts/PROT_READ.S new file mode 100644 index 000000000..d895f7bee --- /dev/null +++ b/libc/sysv/consts/PROT_READ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_READ,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PROT_READ.s b/libc/sysv/consts/PROT_READ.s deleted file mode 100644 index 63b636e57..000000000 --- a/libc/sysv/consts/PROT_READ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_READ,1,1,1,1,1,1 diff --git a/libc/sysv/consts/PROT_WRITE.S b/libc/sysv/consts/PROT_WRITE.S new file mode 100644 index 000000000..a1be641a3 --- /dev/null +++ b/libc/sysv/consts/PROT_WRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon mprot,PROT_WRITE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/PROT_WRITE.s b/libc/sysv/consts/PROT_WRITE.s deleted file mode 100644 index 824e207e0..000000000 --- a/libc/sysv/consts/PROT_WRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon mprot,PROT_WRITE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/PTMGET.S b/libc/sysv/consts/PTMGET.S new file mode 100644 index 000000000..747952d1e --- /dev/null +++ b/libc/sysv/consts/PTMGET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,PTMGET,0,0,0,0x40287401,0x40287401,-1 diff --git a/libc/sysv/consts/PTMGET.s b/libc/sysv/consts/PTMGET.s deleted file mode 100644 index ab1959a12..000000000 --- a/libc/sysv/consts/PTMGET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,PTMGET,0,0,0,0x40287401,0x40287401,-1 diff --git a/libc/sysv/consts/PTRACE_ATTACH.S b/libc/sysv/consts/PTRACE_ATTACH.S new file mode 100644 index 000000000..3d58d592c --- /dev/null +++ b/libc/sysv/consts/PTRACE_ATTACH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_ATTACH,16,10,10,9,-1,-1 diff --git a/libc/sysv/consts/PTRACE_ATTACH.s b/libc/sysv/consts/PTRACE_ATTACH.s deleted file mode 100644 index 6db9697fd..000000000 --- a/libc/sysv/consts/PTRACE_ATTACH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_ATTACH,16,10,10,9,-1,-1 diff --git a/libc/sysv/consts/PTRACE_CONT.S b/libc/sysv/consts/PTRACE_CONT.S new file mode 100644 index 000000000..6c46df602 --- /dev/null +++ b/libc/sysv/consts/PTRACE_CONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_CONT,7,7,7,7,-1,-1 diff --git a/libc/sysv/consts/PTRACE_CONT.s b/libc/sysv/consts/PTRACE_CONT.s deleted file mode 100644 index 7c2df5d19..000000000 --- a/libc/sysv/consts/PTRACE_CONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_CONT,7,7,7,7,-1,-1 diff --git a/libc/sysv/consts/PTRACE_DETACH.S b/libc/sysv/consts/PTRACE_DETACH.S new file mode 100644 index 000000000..d51d4f335 --- /dev/null +++ b/libc/sysv/consts/PTRACE_DETACH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_DETACH,17,11,11,10,-1,-1 diff --git a/libc/sysv/consts/PTRACE_DETACH.s b/libc/sysv/consts/PTRACE_DETACH.s deleted file mode 100644 index 61d199c07..000000000 --- a/libc/sysv/consts/PTRACE_DETACH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_DETACH,17,11,11,10,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_CLONE.S b/libc/sysv/consts/PTRACE_EVENT_CLONE.S new file mode 100644 index 000000000..3a2727fd7 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_CLONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_CLONE,3,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_CLONE.s b/libc/sysv/consts/PTRACE_EVENT_CLONE.s deleted file mode 100644 index 40130c2fe..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_CLONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_CLONE,3,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_EXEC.S b/libc/sysv/consts/PTRACE_EVENT_EXEC.S new file mode 100644 index 000000000..60724a949 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_EXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_EXEC,4,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_EXEC.s b/libc/sysv/consts/PTRACE_EVENT_EXEC.s deleted file mode 100644 index 92b935d80..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_EXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_EXEC,4,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_EXIT.S b/libc/sysv/consts/PTRACE_EVENT_EXIT.S new file mode 100644 index 000000000..cec84ed05 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_EXIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_EXIT,6,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_EXIT.s b/libc/sysv/consts/PTRACE_EVENT_EXIT.s deleted file mode 100644 index f78fc0808..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_EXIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_EXIT,6,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_FORK.S b/libc/sysv/consts/PTRACE_EVENT_FORK.S new file mode 100644 index 000000000..f638b353f --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_FORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_FORK,1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_FORK.s b/libc/sysv/consts/PTRACE_EVENT_FORK.s deleted file mode 100644 index 606ece658..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_FORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_FORK,1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_SECCOMP.S b/libc/sysv/consts/PTRACE_EVENT_SECCOMP.S new file mode 100644 index 000000000..81f486a31 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_SECCOMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_SECCOMP,7,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_SECCOMP.s b/libc/sysv/consts/PTRACE_EVENT_SECCOMP.s deleted file mode 100644 index 068873214..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_SECCOMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_SECCOMP,7,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_STOP.S b/libc/sysv/consts/PTRACE_EVENT_STOP.S new file mode 100644 index 000000000..8aaf95499 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_STOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_STOP,128,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_STOP.s b/libc/sysv/consts/PTRACE_EVENT_STOP.s deleted file mode 100644 index df73035e2..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_STOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_STOP,128,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_VFORK.S b/libc/sysv/consts/PTRACE_EVENT_VFORK.S new file mode 100644 index 000000000..c04f14def --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_VFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_VFORK,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_VFORK.s b/libc/sysv/consts/PTRACE_EVENT_VFORK.s deleted file mode 100644 index 11ca38368..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_VFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_VFORK,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.S b/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.S new file mode 100644 index 000000000..af7ba0e87 --- /dev/null +++ b/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_EVENT_VFORK_DONE,5,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.s b/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.s deleted file mode 100644 index 03174bffd..000000000 --- a/libc/sysv/consts/PTRACE_EVENT_VFORK_DONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_EVENT_VFORK_DONE,5,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETEVENTMSG.S b/libc/sysv/consts/PTRACE_GETEVENTMSG.S new file mode 100644 index 000000000..5bf00d1a6 --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETEVENTMSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETEVENTMSG,0x4201,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETEVENTMSG.s b/libc/sysv/consts/PTRACE_GETEVENTMSG.s deleted file mode 100644 index 131bb2ce2..000000000 --- a/libc/sysv/consts/PTRACE_GETEVENTMSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETEVENTMSG,0x4201,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETFPREGS.S b/libc/sysv/consts/PTRACE_GETFPREGS.S new file mode 100644 index 000000000..553d4414d --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETFPREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETFPREGS,14,-1,35,35,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETFPREGS.s b/libc/sysv/consts/PTRACE_GETFPREGS.s deleted file mode 100644 index b19130a2e..000000000 --- a/libc/sysv/consts/PTRACE_GETFPREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETFPREGS,14,-1,35,35,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETFPXREGS.S b/libc/sysv/consts/PTRACE_GETFPXREGS.S new file mode 100644 index 000000000..1104438ba --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETFPXREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETFPXREGS,18,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETFPXREGS.s b/libc/sysv/consts/PTRACE_GETFPXREGS.s deleted file mode 100644 index 20c078fed..000000000 --- a/libc/sysv/consts/PTRACE_GETFPXREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETFPXREGS,18,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETREGS.S b/libc/sysv/consts/PTRACE_GETREGS.S new file mode 100644 index 000000000..caa4f5872 --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETREGS,12,-1,33,33,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETREGS.s b/libc/sysv/consts/PTRACE_GETREGS.s deleted file mode 100644 index 4cd9dec01..000000000 --- a/libc/sysv/consts/PTRACE_GETREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETREGS,12,-1,33,33,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETREGSET.S b/libc/sysv/consts/PTRACE_GETREGSET.S new file mode 100644 index 000000000..6ee5f920d --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETREGSET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETREGSET,0x4204,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETREGSET.s b/libc/sysv/consts/PTRACE_GETREGSET.s deleted file mode 100644 index 19a72c859..000000000 --- a/libc/sysv/consts/PTRACE_GETREGSET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETREGSET,0x4204,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETSIGINFO.S b/libc/sysv/consts/PTRACE_GETSIGINFO.S new file mode 100644 index 000000000..82e0cddc5 --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETSIGINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETSIGINFO,0x4202,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETSIGINFO.s b/libc/sysv/consts/PTRACE_GETSIGINFO.s deleted file mode 100644 index 7a290dabc..000000000 --- a/libc/sysv/consts/PTRACE_GETSIGINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETSIGINFO,0x4202,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETSIGMASK.S b/libc/sysv/consts/PTRACE_GETSIGMASK.S new file mode 100644 index 000000000..05843fdae --- /dev/null +++ b/libc/sysv/consts/PTRACE_GETSIGMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_GETSIGMASK,0x420a,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_GETSIGMASK.s b/libc/sysv/consts/PTRACE_GETSIGMASK.s deleted file mode 100644 index 646ccde4d..000000000 --- a/libc/sysv/consts/PTRACE_GETSIGMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_GETSIGMASK,0x420a,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_INTERRUPT.S b/libc/sysv/consts/PTRACE_INTERRUPT.S new file mode 100644 index 000000000..ba19ae8bf --- /dev/null +++ b/libc/sysv/consts/PTRACE_INTERRUPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_INTERRUPT,0x4207,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_INTERRUPT.s b/libc/sysv/consts/PTRACE_INTERRUPT.s deleted file mode 100644 index c33b3686f..000000000 --- a/libc/sysv/consts/PTRACE_INTERRUPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_INTERRUPT,0x4207,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_KILL.S b/libc/sysv/consts/PTRACE_KILL.S new file mode 100644 index 000000000..bcecfa61d --- /dev/null +++ b/libc/sysv/consts/PTRACE_KILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_KILL,8,8,8,8,-1,-1 diff --git a/libc/sysv/consts/PTRACE_KILL.s b/libc/sysv/consts/PTRACE_KILL.s deleted file mode 100644 index 605b23ba8..000000000 --- a/libc/sysv/consts/PTRACE_KILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_KILL,8,8,8,8,-1,-1 diff --git a/libc/sysv/consts/PTRACE_LISTEN.S b/libc/sysv/consts/PTRACE_LISTEN.S new file mode 100644 index 000000000..2711ed3b0 --- /dev/null +++ b/libc/sysv/consts/PTRACE_LISTEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_LISTEN,0x4208,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_LISTEN.s b/libc/sysv/consts/PTRACE_LISTEN.s deleted file mode 100644 index 2cb82a2d4..000000000 --- a/libc/sysv/consts/PTRACE_LISTEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_LISTEN,0x4208,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_MASK.S b/libc/sysv/consts/PTRACE_O_MASK.S new file mode 100644 index 000000000..ff86504c2 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_MASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_MASK,0x007f,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_MASK.s b/libc/sysv/consts/PTRACE_O_MASK.s deleted file mode 100644 index 0d606521a..000000000 --- a/libc/sysv/consts/PTRACE_O_MASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_MASK,0x007f,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACECLONE.S b/libc/sysv/consts/PTRACE_O_TRACECLONE.S new file mode 100644 index 000000000..8dc5f9dd6 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACECLONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACECLONE,0x0008,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACECLONE.s b/libc/sysv/consts/PTRACE_O_TRACECLONE.s deleted file mode 100644 index 1b4e4b101..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACECLONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACECLONE,0x0008,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEEXEC.S b/libc/sysv/consts/PTRACE_O_TRACEEXEC.S new file mode 100644 index 000000000..9c6d66dfe --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACEEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACEEXEC,0x0010,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEEXEC.s b/libc/sysv/consts/PTRACE_O_TRACEEXEC.s deleted file mode 100644 index 17d5ba6b5..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACEEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACEEXEC,0x0010,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEEXIT.S b/libc/sysv/consts/PTRACE_O_TRACEEXIT.S new file mode 100644 index 000000000..5e09ef54c --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACEEXIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACEEXIT,0x0040,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEEXIT.s b/libc/sysv/consts/PTRACE_O_TRACEEXIT.s deleted file mode 100644 index 045c9cb88..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACEEXIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACEEXIT,0x0040,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEFORK.S b/libc/sysv/consts/PTRACE_O_TRACEFORK.S new file mode 100644 index 000000000..45f46d528 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACEFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACEFORK,0x0002,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEFORK.s b/libc/sysv/consts/PTRACE_O_TRACEFORK.s deleted file mode 100644 index 0386ca0b3..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACEFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACEFORK,0x0002,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACESECCOMP.S b/libc/sysv/consts/PTRACE_O_TRACESECCOMP.S new file mode 100644 index 000000000..85d279b86 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACESECCOMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACESECCOMP,0x0080,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACESECCOMP.s b/libc/sysv/consts/PTRACE_O_TRACESECCOMP.s deleted file mode 100644 index dc4e23c2f..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACESECCOMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACESECCOMP,0x0080,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.S b/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.S new file mode 100644 index 000000000..529698783 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACESYSGOOD,0x0001,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.s b/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.s deleted file mode 100644 index 482ccb144..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACESYSGOOD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACESYSGOOD,0x0001,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEVFORK.S b/libc/sysv/consts/PTRACE_O_TRACEVFORK.S new file mode 100644 index 000000000..9ddba0fb5 --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACEVFORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACEVFORK,0x0004,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEVFORK.s b/libc/sysv/consts/PTRACE_O_TRACEVFORK.s deleted file mode 100644 index 5f5d1f2fc..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACEVFORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACEVFORK,0x0004,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.S b/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.S new file mode 100644 index 000000000..28a75f59e --- /dev/null +++ b/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_O_TRACEVFORKDONE,0x0020,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.s b/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.s deleted file mode 100644 index 9087fc0c6..000000000 --- a/libc/sysv/consts/PTRACE_O_TRACEVFORKDONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_O_TRACEVFORKDONE,0x0020,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKDATA.S b/libc/sysv/consts/PTRACE_PEEKDATA.S new file mode 100644 index 000000000..53bfb25f4 --- /dev/null +++ b/libc/sysv/consts/PTRACE_PEEKDATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_PEEKDATA,2,2,2,2,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKDATA.s b/libc/sysv/consts/PTRACE_PEEKDATA.s deleted file mode 100644 index 7819c9c73..000000000 --- a/libc/sysv/consts/PTRACE_PEEKDATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_PEEKDATA,2,2,2,2,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKSIGINFO.S b/libc/sysv/consts/PTRACE_PEEKSIGINFO.S new file mode 100644 index 000000000..5c4c713cf --- /dev/null +++ b/libc/sysv/consts/PTRACE_PEEKSIGINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_PEEKSIGINFO,0x4209,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKSIGINFO.s b/libc/sysv/consts/PTRACE_PEEKSIGINFO.s deleted file mode 100644 index 7b24a6d02..000000000 --- a/libc/sysv/consts/PTRACE_PEEKSIGINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_PEEKSIGINFO,0x4209,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKTEXT.S b/libc/sysv/consts/PTRACE_PEEKTEXT.S new file mode 100644 index 000000000..7bf85778d --- /dev/null +++ b/libc/sysv/consts/PTRACE_PEEKTEXT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_PEEKTEXT,1,1,1,1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKTEXT.s b/libc/sysv/consts/PTRACE_PEEKTEXT.s deleted file mode 100644 index b72d7d534..000000000 --- a/libc/sysv/consts/PTRACE_PEEKTEXT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_PEEKTEXT,1,1,1,1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKUSER.S b/libc/sysv/consts/PTRACE_PEEKUSER.S new file mode 100644 index 000000000..0eb51cce0 --- /dev/null +++ b/libc/sysv/consts/PTRACE_PEEKUSER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_PEEKUSER,3,3,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_PEEKUSER.s b/libc/sysv/consts/PTRACE_PEEKUSER.s deleted file mode 100644 index 3cd10a21e..000000000 --- a/libc/sysv/consts/PTRACE_PEEKUSER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_PEEKUSER,3,3,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKEDATA.S b/libc/sysv/consts/PTRACE_POKEDATA.S new file mode 100644 index 000000000..8a3ab76d4 --- /dev/null +++ b/libc/sysv/consts/PTRACE_POKEDATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_POKEDATA,5,5,5,5,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKEDATA.s b/libc/sysv/consts/PTRACE_POKEDATA.s deleted file mode 100644 index ea89c494d..000000000 --- a/libc/sysv/consts/PTRACE_POKEDATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_POKEDATA,5,5,5,5,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKETEXT.S b/libc/sysv/consts/PTRACE_POKETEXT.S new file mode 100644 index 000000000..6b51b623b --- /dev/null +++ b/libc/sysv/consts/PTRACE_POKETEXT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_POKETEXT,4,4,4,4,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKETEXT.s b/libc/sysv/consts/PTRACE_POKETEXT.s deleted file mode 100644 index 3e22d76f7..000000000 --- a/libc/sysv/consts/PTRACE_POKETEXT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_POKETEXT,4,4,4,4,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKEUSER.S b/libc/sysv/consts/PTRACE_POKEUSER.S new file mode 100644 index 000000000..a4553d5e4 --- /dev/null +++ b/libc/sysv/consts/PTRACE_POKEUSER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_POKEUSER,6,6,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_POKEUSER.s b/libc/sysv/consts/PTRACE_POKEUSER.s deleted file mode 100644 index 5a7b002ae..000000000 --- a/libc/sysv/consts/PTRACE_POKEUSER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_POKEUSER,6,6,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.S b/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.S new file mode 100644 index 000000000..f9da9874f --- /dev/null +++ b/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SECCOMP_GET_FILTER,0x420c,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.s b/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.s deleted file mode 100644 index f582b9700..000000000 --- a/libc/sysv/consts/PTRACE_SECCOMP_GET_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SECCOMP_GET_FILTER,0x420c,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SEIZE.S b/libc/sysv/consts/PTRACE_SEIZE.S new file mode 100644 index 000000000..95729dcf0 --- /dev/null +++ b/libc/sysv/consts/PTRACE_SEIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SEIZE,0x4206,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SEIZE.s b/libc/sysv/consts/PTRACE_SEIZE.s deleted file mode 100644 index 351bad08b..000000000 --- a/libc/sysv/consts/PTRACE_SEIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SEIZE,0x4206,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETFPREGS.S b/libc/sysv/consts/PTRACE_SETFPREGS.S new file mode 100644 index 000000000..0a2be284c --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETFPREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETFPREGS,15,-1,36,36,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETFPREGS.s b/libc/sysv/consts/PTRACE_SETFPREGS.s deleted file mode 100644 index b16c33fe9..000000000 --- a/libc/sysv/consts/PTRACE_SETFPREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETFPREGS,15,-1,36,36,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETFPXREGS.S b/libc/sysv/consts/PTRACE_SETFPXREGS.S new file mode 100644 index 000000000..fd2489c2b --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETFPXREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETFPXREGS,19,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETFPXREGS.s b/libc/sysv/consts/PTRACE_SETFPXREGS.s deleted file mode 100644 index cfd252bd3..000000000 --- a/libc/sysv/consts/PTRACE_SETFPXREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETFPXREGS,19,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETOPTIONS.S b/libc/sysv/consts/PTRACE_SETOPTIONS.S new file mode 100644 index 000000000..845e4e15c --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETOPTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETOPTIONS,0x4200,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETOPTIONS.s b/libc/sysv/consts/PTRACE_SETOPTIONS.s deleted file mode 100644 index 1e7dfa2bf..000000000 --- a/libc/sysv/consts/PTRACE_SETOPTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETOPTIONS,0x4200,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETREGS.S b/libc/sysv/consts/PTRACE_SETREGS.S new file mode 100644 index 000000000..9dba245d0 --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETREGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETREGS,13,-1,34,34,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETREGS.s b/libc/sysv/consts/PTRACE_SETREGS.s deleted file mode 100644 index 360358de8..000000000 --- a/libc/sysv/consts/PTRACE_SETREGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETREGS,13,-1,34,34,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETREGSET.S b/libc/sysv/consts/PTRACE_SETREGSET.S new file mode 100644 index 000000000..e0302ba96 --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETREGSET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETREGSET,0x4205,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETREGSET.s b/libc/sysv/consts/PTRACE_SETREGSET.s deleted file mode 100644 index 605860b5a..000000000 --- a/libc/sysv/consts/PTRACE_SETREGSET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETREGSET,0x4205,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETSIGINFO.S b/libc/sysv/consts/PTRACE_SETSIGINFO.S new file mode 100644 index 000000000..9df405cc6 --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETSIGINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETSIGINFO,0x4203,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETSIGINFO.s b/libc/sysv/consts/PTRACE_SETSIGINFO.s deleted file mode 100644 index 5c5a95b97..000000000 --- a/libc/sysv/consts/PTRACE_SETSIGINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETSIGINFO,0x4203,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETSIGMASK.S b/libc/sysv/consts/PTRACE_SETSIGMASK.S new file mode 100644 index 000000000..155f0e74b --- /dev/null +++ b/libc/sysv/consts/PTRACE_SETSIGMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SETSIGMASK,0x420b,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SETSIGMASK.s b/libc/sysv/consts/PTRACE_SETSIGMASK.s deleted file mode 100644 index fc3759fad..000000000 --- a/libc/sysv/consts/PTRACE_SETSIGMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SETSIGMASK,0x420b,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SINGLESTEP.S b/libc/sysv/consts/PTRACE_SINGLESTEP.S new file mode 100644 index 000000000..aaf5419a1 --- /dev/null +++ b/libc/sysv/consts/PTRACE_SINGLESTEP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SINGLESTEP,9,9,9,32,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SINGLESTEP.s b/libc/sysv/consts/PTRACE_SINGLESTEP.s deleted file mode 100644 index d4b017681..000000000 --- a/libc/sysv/consts/PTRACE_SINGLESTEP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SINGLESTEP,9,9,9,32,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SYSCALL.S b/libc/sysv/consts/PTRACE_SYSCALL.S new file mode 100644 index 000000000..c9ddab87f --- /dev/null +++ b/libc/sysv/consts/PTRACE_SYSCALL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_SYSCALL,24,-1,22,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_SYSCALL.s b/libc/sysv/consts/PTRACE_SYSCALL.s deleted file mode 100644 index 7abc145d0..000000000 --- a/libc/sysv/consts/PTRACE_SYSCALL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_SYSCALL,24,-1,22,-1,-1,-1 diff --git a/libc/sysv/consts/PTRACE_TRACEME.S b/libc/sysv/consts/PTRACE_TRACEME.S new file mode 100644 index 000000000..f5f92ea28 --- /dev/null +++ b/libc/sysv/consts/PTRACE_TRACEME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ptrace,PTRACE_TRACEME,0,0,0,0,-1,-1 diff --git a/libc/sysv/consts/PTRACE_TRACEME.s b/libc/sysv/consts/PTRACE_TRACEME.s deleted file mode 100644 index 3d19aeba8..000000000 --- a/libc/sysv/consts/PTRACE_TRACEME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ptrace,PTRACE_TRACEME,0,0,0,0,-1,-1 diff --git a/libc/sysv/consts/Q_GETFMT.S b/libc/sysv/consts/Q_GETFMT.S new file mode 100644 index 000000000..826985d83 --- /dev/null +++ b/libc/sysv/consts/Q_GETFMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_GETFMT,0x800004,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_GETFMT.s b/libc/sysv/consts/Q_GETFMT.s deleted file mode 100644 index a3d44059c..000000000 --- a/libc/sysv/consts/Q_GETFMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_GETFMT,0x800004,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_GETINFO.S b/libc/sysv/consts/Q_GETINFO.S new file mode 100644 index 000000000..c4f7a25b8 --- /dev/null +++ b/libc/sysv/consts/Q_GETINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_GETINFO,0x800005,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_GETINFO.s b/libc/sysv/consts/Q_GETINFO.s deleted file mode 100644 index fd627c38b..000000000 --- a/libc/sysv/consts/Q_GETINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_GETINFO,0x800005,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_GETQUOTA.S b/libc/sysv/consts/Q_GETQUOTA.S new file mode 100644 index 000000000..a6eaa379c --- /dev/null +++ b/libc/sysv/consts/Q_GETQUOTA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_GETQUOTA,0x800007,768,0x0700,768,768,0 diff --git a/libc/sysv/consts/Q_GETQUOTA.s b/libc/sysv/consts/Q_GETQUOTA.s deleted file mode 100644 index 39aa26b72..000000000 --- a/libc/sysv/consts/Q_GETQUOTA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_GETQUOTA,0x800007,768,0x0700,768,768,0 diff --git a/libc/sysv/consts/Q_QUOTAOFF.S b/libc/sysv/consts/Q_QUOTAOFF.S new file mode 100644 index 000000000..309c70dbc --- /dev/null +++ b/libc/sysv/consts/Q_QUOTAOFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_QUOTAOFF,0x800003,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/Q_QUOTAOFF.s b/libc/sysv/consts/Q_QUOTAOFF.s deleted file mode 100644 index 5f76a8817..000000000 --- a/libc/sysv/consts/Q_QUOTAOFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_QUOTAOFF,0x800003,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/Q_QUOTAON.S b/libc/sysv/consts/Q_QUOTAON.S new file mode 100644 index 000000000..a92d965d8 --- /dev/null +++ b/libc/sysv/consts/Q_QUOTAON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_QUOTAON,0x800002,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/Q_QUOTAON.s b/libc/sysv/consts/Q_QUOTAON.s deleted file mode 100644 index 49d46e6cd..000000000 --- a/libc/sysv/consts/Q_QUOTAON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_QUOTAON,0x800002,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/Q_SETINFO.S b/libc/sysv/consts/Q_SETINFO.S new file mode 100644 index 000000000..580238c62 --- /dev/null +++ b/libc/sysv/consts/Q_SETINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_SETINFO,0x800006,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_SETINFO.s b/libc/sysv/consts/Q_SETINFO.s deleted file mode 100644 index ff524b522..000000000 --- a/libc/sysv/consts/Q_SETINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_SETINFO,0x800006,0,0,0,0,0 diff --git a/libc/sysv/consts/Q_SETQUOTA.S b/libc/sysv/consts/Q_SETQUOTA.S new file mode 100644 index 000000000..2ce625db1 --- /dev/null +++ b/libc/sysv/consts/Q_SETQUOTA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_SETQUOTA,0x800008,0x0400,0x0800,0x0400,0x0400,0 diff --git a/libc/sysv/consts/Q_SETQUOTA.s b/libc/sysv/consts/Q_SETQUOTA.s deleted file mode 100644 index d29103114..000000000 --- a/libc/sysv/consts/Q_SETQUOTA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_SETQUOTA,0x800008,0x0400,0x0800,0x0400,0x0400,0 diff --git a/libc/sysv/consts/Q_SYNC.S b/libc/sysv/consts/Q_SYNC.S new file mode 100644 index 000000000..4a435c8be --- /dev/null +++ b/libc/sysv/consts/Q_SYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,Q_SYNC,0x800001,0x0600,0x0600,0x0600,0x0600,0 diff --git a/libc/sysv/consts/Q_SYNC.s b/libc/sysv/consts/Q_SYNC.s deleted file mode 100644 index 9347b55e5..000000000 --- a/libc/sysv/consts/Q_SYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,Q_SYNC,0x800001,0x0600,0x0600,0x0600,0x0600,0 diff --git a/libc/sysv/consts/RB_AUTOBOOT.S b/libc/sysv/consts/RB_AUTOBOOT.S new file mode 100644 index 000000000..af3809dd4 --- /dev/null +++ b/libc/sysv/consts/RB_AUTOBOOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_AUTOBOOT,0x01234567,0,0,0,0,4 diff --git a/libc/sysv/consts/RB_AUTOBOOT.s b/libc/sysv/consts/RB_AUTOBOOT.s deleted file mode 100644 index 2d6d7fad7..000000000 --- a/libc/sysv/consts/RB_AUTOBOOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_AUTOBOOT,0x01234567,0,0,0,0,4 diff --git a/libc/sysv/consts/RB_DISABLE_CAD.S b/libc/sysv/consts/RB_DISABLE_CAD.S new file mode 100644 index 000000000..e7e383360 --- /dev/null +++ b/libc/sysv/consts/RB_DISABLE_CAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_DISABLE_CAD,0,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_DISABLE_CAD.s b/libc/sysv/consts/RB_DISABLE_CAD.s deleted file mode 100644 index ad2443d7b..000000000 --- a/libc/sysv/consts/RB_DISABLE_CAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_DISABLE_CAD,0,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_ENABLE_CAD.S b/libc/sysv/consts/RB_ENABLE_CAD.S new file mode 100644 index 000000000..32f69564c --- /dev/null +++ b/libc/sysv/consts/RB_ENABLE_CAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_ENABLE_CAD,0x89abcdef,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_ENABLE_CAD.s b/libc/sysv/consts/RB_ENABLE_CAD.s deleted file mode 100644 index 47b2aec3a..000000000 --- a/libc/sysv/consts/RB_ENABLE_CAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_ENABLE_CAD,0x89abcdef,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_HALT.S b/libc/sysv/consts/RB_HALT.S new file mode 100644 index 000000000..78a2d0f73 --- /dev/null +++ b/libc/sysv/consts/RB_HALT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_HALT,0xcdef0123,8,8,8,8,16 diff --git a/libc/sysv/consts/RB_HALT.s b/libc/sysv/consts/RB_HALT.s deleted file mode 100644 index 8af99e04d..000000000 --- a/libc/sysv/consts/RB_HALT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_HALT,0xcdef0123,8,8,8,8,16 diff --git a/libc/sysv/consts/RB_HALT_SYSTEM.S b/libc/sysv/consts/RB_HALT_SYSTEM.S new file mode 100644 index 000000000..55564fac0 --- /dev/null +++ b/libc/sysv/consts/RB_HALT_SYSTEM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_HALT_SYSTEM,0xcdef0123,8,8,8,8,16 diff --git a/libc/sysv/consts/RB_HALT_SYSTEM.s b/libc/sysv/consts/RB_HALT_SYSTEM.s deleted file mode 100644 index 957d69167..000000000 --- a/libc/sysv/consts/RB_HALT_SYSTEM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_HALT_SYSTEM,0xcdef0123,8,8,8,8,16 diff --git a/libc/sysv/consts/RB_KEXEC.S b/libc/sysv/consts/RB_KEXEC.S new file mode 100644 index 000000000..ae434fa28 --- /dev/null +++ b/libc/sysv/consts/RB_KEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_KEXEC,0x45584543,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_KEXEC.s b/libc/sysv/consts/RB_KEXEC.s deleted file mode 100644 index eb60fd1eb..000000000 --- a/libc/sysv/consts/RB_KEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_KEXEC,0x45584543,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xffffffff diff --git a/libc/sysv/consts/RB_NOSYNC.S b/libc/sysv/consts/RB_NOSYNC.S new file mode 100644 index 000000000..7f1891301 --- /dev/null +++ b/libc/sysv/consts/RB_NOSYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_NOSYNC,0x20000000,4,4,4,4,0x20000000 diff --git a/libc/sysv/consts/RB_NOSYNC.s b/libc/sysv/consts/RB_NOSYNC.s deleted file mode 100644 index 2f7dd82f2..000000000 --- a/libc/sysv/consts/RB_NOSYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_NOSYNC,0x20000000,4,4,4,4,0x20000000 diff --git a/libc/sysv/consts/RB_POWERDOWN.S b/libc/sysv/consts/RB_POWERDOWN.S new file mode 100644 index 000000000..9758eebe7 --- /dev/null +++ b/libc/sysv/consts/RB_POWERDOWN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_POWERDOWN,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_POWERDOWN.s b/libc/sysv/consts/RB_POWERDOWN.s deleted file mode 100644 index 914b66806..000000000 --- a/libc/sysv/consts/RB_POWERDOWN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_POWERDOWN,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_POWEROFF.S b/libc/sysv/consts/RB_POWEROFF.S new file mode 100644 index 000000000..56e6b566c --- /dev/null +++ b/libc/sysv/consts/RB_POWEROFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_POWEROFF,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_POWEROFF.s b/libc/sysv/consts/RB_POWEROFF.s deleted file mode 100644 index af636351d..000000000 --- a/libc/sysv/consts/RB_POWEROFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_POWEROFF,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_POWER_OFF.S b/libc/sysv/consts/RB_POWER_OFF.S new file mode 100644 index 000000000..e260da637 --- /dev/null +++ b/libc/sysv/consts/RB_POWER_OFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_POWER_OFF,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_POWER_OFF.s b/libc/sysv/consts/RB_POWER_OFF.s deleted file mode 100644 index f6aabb17d..000000000 --- a/libc/sysv/consts/RB_POWER_OFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_POWER_OFF,0x4321fedc,0xffffffff,0x4000,0x1000,0x808,8 diff --git a/libc/sysv/consts/RB_SW_SUSPEND.S b/libc/sysv/consts/RB_SW_SUSPEND.S new file mode 100644 index 000000000..c2528864c --- /dev/null +++ b/libc/sysv/consts/RB_SW_SUSPEND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon reboot,RB_SW_SUSPEND,0xd000fce2,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xd000fce2 diff --git a/libc/sysv/consts/RB_SW_SUSPEND.s b/libc/sysv/consts/RB_SW_SUSPEND.s deleted file mode 100644 index b7951067b..000000000 --- a/libc/sysv/consts/RB_SW_SUSPEND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon reboot,RB_SW_SUSPEND,0xd000fce2,0xffffffff,0xffffffff,0xffffffff,0xffffffff,0xd000fce2 diff --git a/libc/sysv/consts/REGTYPE.S b/libc/sysv/consts/REGTYPE.S new file mode 100644 index 000000000..dad58991e --- /dev/null +++ b/libc/sysv/consts/REGTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,REGTYPE,48,48,48,48,48,0 diff --git a/libc/sysv/consts/REGTYPE.s b/libc/sysv/consts/REGTYPE.s deleted file mode 100644 index 1b5c1661d..000000000 --- a/libc/sysv/consts/REGTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,REGTYPE,48,48,48,48,48,0 diff --git a/libc/sysv/consts/RES_PRF_CLASS.S b/libc/sysv/consts/RES_PRF_CLASS.S new file mode 100644 index 000000000..4ae332136 --- /dev/null +++ b/libc/sysv/consts/RES_PRF_CLASS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RES_PRF_CLASS,4,4,4,4,4,0 diff --git a/libc/sysv/consts/RES_PRF_CLASS.s b/libc/sysv/consts/RES_PRF_CLASS.s deleted file mode 100644 index d99a0a6a2..000000000 --- a/libc/sysv/consts/RES_PRF_CLASS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RES_PRF_CLASS,4,4,4,4,4,0 diff --git a/libc/sysv/consts/RHF_GUARANTEE_START_INIT.S b/libc/sysv/consts/RHF_GUARANTEE_START_INIT.S new file mode 100644 index 000000000..08e8dcea6 --- /dev/null +++ b/libc/sysv/consts/RHF_GUARANTEE_START_INIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RHF_GUARANTEE_START_INIT,0x80,0,0,0,0,0 diff --git a/libc/sysv/consts/RHF_GUARANTEE_START_INIT.s b/libc/sysv/consts/RHF_GUARANTEE_START_INIT.s deleted file mode 100644 index f06beec77..000000000 --- a/libc/sysv/consts/RHF_GUARANTEE_START_INIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RHF_GUARANTEE_START_INIT,0x80,0,0,0,0,0 diff --git a/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.S b/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.S new file mode 100644 index 000000000..08a9014da --- /dev/null +++ b/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RHF_NO_LIBRARY_REPLACEMENT,4,0,0,0,0,0 diff --git a/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.s b/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.s deleted file mode 100644 index 49b432a21..000000000 --- a/libc/sysv/consts/RHF_NO_LIBRARY_REPLACEMENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RHF_NO_LIBRARY_REPLACEMENT,4,0,0,0,0,0 diff --git a/libc/sysv/consts/RLIMIT_AS.S b/libc/sysv/consts/RLIMIT_AS.S new file mode 100644 index 000000000..6566a9f46 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_AS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_AS,9,5,10,2,10,0 diff --git a/libc/sysv/consts/RLIMIT_AS.s b/libc/sysv/consts/RLIMIT_AS.s deleted file mode 100644 index af49880e7..000000000 --- a/libc/sysv/consts/RLIMIT_AS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_AS,9,5,10,2,10,0 diff --git a/libc/sysv/consts/RLIMIT_CORE.S b/libc/sysv/consts/RLIMIT_CORE.S new file mode 100644 index 000000000..0b70c7a64 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_CORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_CORE,4,4,4,4,4,127 diff --git a/libc/sysv/consts/RLIMIT_CORE.s b/libc/sysv/consts/RLIMIT_CORE.s deleted file mode 100644 index 91015efd6..000000000 --- a/libc/sysv/consts/RLIMIT_CORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_CORE,4,4,4,4,4,127 diff --git a/libc/sysv/consts/RLIMIT_CPU.S b/libc/sysv/consts/RLIMIT_CPU.S new file mode 100644 index 000000000..3c722caf1 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_CPU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_CPU,0,0,0,0,0,127 diff --git a/libc/sysv/consts/RLIMIT_CPU.s b/libc/sysv/consts/RLIMIT_CPU.s deleted file mode 100644 index 9fbe79025..000000000 --- a/libc/sysv/consts/RLIMIT_CPU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_CPU,0,0,0,0,0,127 diff --git a/libc/sysv/consts/RLIMIT_DATA.S b/libc/sysv/consts/RLIMIT_DATA.S new file mode 100644 index 000000000..492ee8dcc --- /dev/null +++ b/libc/sysv/consts/RLIMIT_DATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_DATA,2,2,2,2,2,127 diff --git a/libc/sysv/consts/RLIMIT_DATA.s b/libc/sysv/consts/RLIMIT_DATA.s deleted file mode 100644 index fc771cd5c..000000000 --- a/libc/sysv/consts/RLIMIT_DATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_DATA,2,2,2,2,2,127 diff --git a/libc/sysv/consts/RLIMIT_FSIZE.S b/libc/sysv/consts/RLIMIT_FSIZE.S new file mode 100644 index 000000000..1ba468e45 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_FSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_FSIZE,1,1,1,1,1,127 diff --git a/libc/sysv/consts/RLIMIT_FSIZE.s b/libc/sysv/consts/RLIMIT_FSIZE.s deleted file mode 100644 index 812b85bec..000000000 --- a/libc/sysv/consts/RLIMIT_FSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_FSIZE,1,1,1,1,1,127 diff --git a/libc/sysv/consts/RLIMIT_LOCKS.S b/libc/sysv/consts/RLIMIT_LOCKS.S new file mode 100644 index 000000000..fc4b768f1 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_LOCKS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_LOCKS,10,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_LOCKS.s b/libc/sysv/consts/RLIMIT_LOCKS.s deleted file mode 100644 index d14a190e6..000000000 --- a/libc/sysv/consts/RLIMIT_LOCKS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_LOCKS,10,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_MEMLOCK.S b/libc/sysv/consts/RLIMIT_MEMLOCK.S new file mode 100644 index 000000000..1b6453b6b --- /dev/null +++ b/libc/sysv/consts/RLIMIT_MEMLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_MEMLOCK,8,6,6,6,6,127 diff --git a/libc/sysv/consts/RLIMIT_MEMLOCK.s b/libc/sysv/consts/RLIMIT_MEMLOCK.s deleted file mode 100644 index c329a6965..000000000 --- a/libc/sysv/consts/RLIMIT_MEMLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_MEMLOCK,8,6,6,6,6,127 diff --git a/libc/sysv/consts/RLIMIT_MSGQUEUE.S b/libc/sysv/consts/RLIMIT_MSGQUEUE.S new file mode 100644 index 000000000..5f5b72750 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_MSGQUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_MSGQUEUE,12,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_MSGQUEUE.s b/libc/sysv/consts/RLIMIT_MSGQUEUE.s deleted file mode 100644 index c3fc19576..000000000 --- a/libc/sysv/consts/RLIMIT_MSGQUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_MSGQUEUE,12,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_NICE.S b/libc/sysv/consts/RLIMIT_NICE.S new file mode 100644 index 000000000..96ce1be85 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_NICE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_NICE,13,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_NICE.s b/libc/sysv/consts/RLIMIT_NICE.s deleted file mode 100644 index f808925e7..000000000 --- a/libc/sysv/consts/RLIMIT_NICE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_NICE,13,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_NOFILE.S b/libc/sysv/consts/RLIMIT_NOFILE.S new file mode 100644 index 000000000..264b45dce --- /dev/null +++ b/libc/sysv/consts/RLIMIT_NOFILE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_NOFILE,7,8,8,8,8,127 diff --git a/libc/sysv/consts/RLIMIT_NOFILE.s b/libc/sysv/consts/RLIMIT_NOFILE.s deleted file mode 100644 index 6110ebe25..000000000 --- a/libc/sysv/consts/RLIMIT_NOFILE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_NOFILE,7,8,8,8,8,127 diff --git a/libc/sysv/consts/RLIMIT_NPROC.S b/libc/sysv/consts/RLIMIT_NPROC.S new file mode 100644 index 000000000..060763a46 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_NPROC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_NPROC,6,7,7,7,7,127 diff --git a/libc/sysv/consts/RLIMIT_NPROC.s b/libc/sysv/consts/RLIMIT_NPROC.s deleted file mode 100644 index 677368ba3..000000000 --- a/libc/sysv/consts/RLIMIT_NPROC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_NPROC,6,7,7,7,7,127 diff --git a/libc/sysv/consts/RLIMIT_NPTS.S b/libc/sysv/consts/RLIMIT_NPTS.S new file mode 100644 index 000000000..2eb11efae --- /dev/null +++ b/libc/sysv/consts/RLIMIT_NPTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_NPTS,127,127,11,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_NPTS.s b/libc/sysv/consts/RLIMIT_NPTS.s deleted file mode 100644 index eb276faac..000000000 --- a/libc/sysv/consts/RLIMIT_NPTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_NPTS,127,127,11,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_RSS.S b/libc/sysv/consts/RLIMIT_RSS.S new file mode 100644 index 000000000..552e12ba5 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_RSS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_RSS,5,5,5,5,5,127 diff --git a/libc/sysv/consts/RLIMIT_RSS.s b/libc/sysv/consts/RLIMIT_RSS.s deleted file mode 100644 index 5c22cd809..000000000 --- a/libc/sysv/consts/RLIMIT_RSS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_RSS,5,5,5,5,5,127 diff --git a/libc/sysv/consts/RLIMIT_RTPRIO.S b/libc/sysv/consts/RLIMIT_RTPRIO.S new file mode 100644 index 000000000..d1b418404 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_RTPRIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_RTPRIO,14,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_RTPRIO.s b/libc/sysv/consts/RLIMIT_RTPRIO.s deleted file mode 100644 index 6c4b975aa..000000000 --- a/libc/sysv/consts/RLIMIT_RTPRIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_RTPRIO,14,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_RTTIME.S b/libc/sysv/consts/RLIMIT_RTTIME.S new file mode 100644 index 000000000..a0ce0c97c --- /dev/null +++ b/libc/sysv/consts/RLIMIT_RTTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_RTTIME,15,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_RTTIME.s b/libc/sysv/consts/RLIMIT_RTTIME.s deleted file mode 100644 index 1ddec0876..000000000 --- a/libc/sysv/consts/RLIMIT_RTTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_RTTIME,15,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_SBSIZE.S b/libc/sysv/consts/RLIMIT_SBSIZE.S new file mode 100644 index 000000000..7c0d8c733 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_SBSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_SBSIZE,127,127,9,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_SBSIZE.s b/libc/sysv/consts/RLIMIT_SBSIZE.s deleted file mode 100644 index 270d89e45..000000000 --- a/libc/sysv/consts/RLIMIT_SBSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_SBSIZE,127,127,9,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_SIGPENDING.S b/libc/sysv/consts/RLIMIT_SIGPENDING.S new file mode 100644 index 000000000..7e8014a74 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_SIGPENDING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_SIGPENDING,11,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_SIGPENDING.s b/libc/sysv/consts/RLIMIT_SIGPENDING.s deleted file mode 100644 index 96d43a27e..000000000 --- a/libc/sysv/consts/RLIMIT_SIGPENDING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_SIGPENDING,11,127,127,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_STACK.S b/libc/sysv/consts/RLIMIT_STACK.S new file mode 100644 index 000000000..ca5899cad --- /dev/null +++ b/libc/sysv/consts/RLIMIT_STACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_STACK,3,3,3,3,3,127 diff --git a/libc/sysv/consts/RLIMIT_STACK.s b/libc/sysv/consts/RLIMIT_STACK.s deleted file mode 100644 index 71c528d6e..000000000 --- a/libc/sysv/consts/RLIMIT_STACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_STACK,3,3,3,3,3,127 diff --git a/libc/sysv/consts/RLIMIT_SWAP.S b/libc/sysv/consts/RLIMIT_SWAP.S new file mode 100644 index 000000000..e050a7b04 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_SWAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlimit,RLIMIT_SWAP,127,127,12,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_SWAP.s b/libc/sysv/consts/RLIMIT_SWAP.s deleted file mode 100644 index a7f0c268c..000000000 --- a/libc/sysv/consts/RLIMIT_SWAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlimit,RLIMIT_SWAP,127,127,12,127,127,127 diff --git a/libc/sysv/consts/RLIMIT_VMEM.S b/libc/sysv/consts/RLIMIT_VMEM.S new file mode 100644 index 000000000..30017ab72 --- /dev/null +++ b/libc/sysv/consts/RLIMIT_VMEM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,RLIMIT_VMEM,9,5,10,127,10,127 diff --git a/libc/sysv/consts/RLIMIT_VMEM.s b/libc/sysv/consts/RLIMIT_VMEM.s deleted file mode 100644 index e712a465a..000000000 --- a/libc/sysv/consts/RLIMIT_VMEM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,RLIMIT_VMEM,9,5,10,127,10,127 diff --git a/libc/sysv/consts/RLIM_INFINITY.S b/libc/sysv/consts/RLIM_INFINITY.S new file mode 100644 index 000000000..dc4f5dd5f --- /dev/null +++ b/libc/sysv/consts/RLIM_INFINITY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlim,RLIM_INFINITY,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RLIM_INFINITY.s b/libc/sysv/consts/RLIM_INFINITY.s deleted file mode 100644 index db2985bd5..000000000 --- a/libc/sysv/consts/RLIM_INFINITY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlim,RLIM_INFINITY,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RLIM_NLIMITS.S b/libc/sysv/consts/RLIM_NLIMITS.S new file mode 100644 index 000000000..6d78ad657 --- /dev/null +++ b/libc/sysv/consts/RLIM_NLIMITS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlim,RLIM_NLIMITS,16,9,15,9,12,1 diff --git a/libc/sysv/consts/RLIM_NLIMITS.s b/libc/sysv/consts/RLIM_NLIMITS.s deleted file mode 100644 index bceaa242d..000000000 --- a/libc/sysv/consts/RLIM_NLIMITS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlim,RLIM_NLIMITS,16,9,15,9,12,1 diff --git a/libc/sysv/consts/RLIM_SAVED_CUR.S b/libc/sysv/consts/RLIM_SAVED_CUR.S new file mode 100644 index 000000000..af38d59b7 --- /dev/null +++ b/libc/sysv/consts/RLIM_SAVED_CUR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlim,RLIM_SAVED_CUR,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RLIM_SAVED_CUR.s b/libc/sysv/consts/RLIM_SAVED_CUR.s deleted file mode 100644 index 0a8dff6f1..000000000 --- a/libc/sysv/consts/RLIM_SAVED_CUR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlim,RLIM_SAVED_CUR,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RLIM_SAVED_MAX.S b/libc/sysv/consts/RLIM_SAVED_MAX.S new file mode 100644 index 000000000..40807baa6 --- /dev/null +++ b/libc/sysv/consts/RLIM_SAVED_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rlim,RLIM_SAVED_MAX,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RLIM_SAVED_MAX.s b/libc/sysv/consts/RLIM_SAVED_MAX.s deleted file mode 100644 index 958f280d2..000000000 --- a/libc/sysv/consts/RLIM_SAVED_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rlim,RLIM_SAVED_MAX,0xffffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0x7fffffffffffffff,0xffffffffffffffff diff --git a/libc/sysv/consts/RPM_PCO_ADD.S b/libc/sysv/consts/RPM_PCO_ADD.S new file mode 100644 index 000000000..aa11369ea --- /dev/null +++ b/libc/sysv/consts/RPM_PCO_ADD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RPM_PCO_ADD,1,1,1,1,1,0 diff --git a/libc/sysv/consts/RPM_PCO_ADD.s b/libc/sysv/consts/RPM_PCO_ADD.s deleted file mode 100644 index 9b1e50754..000000000 --- a/libc/sysv/consts/RPM_PCO_ADD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RPM_PCO_ADD,1,1,1,1,1,0 diff --git a/libc/sysv/consts/RPM_PCO_CHANGE.S b/libc/sysv/consts/RPM_PCO_CHANGE.S new file mode 100644 index 000000000..96ec892cb --- /dev/null +++ b/libc/sysv/consts/RPM_PCO_CHANGE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RPM_PCO_CHANGE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/RPM_PCO_CHANGE.s b/libc/sysv/consts/RPM_PCO_CHANGE.s deleted file mode 100644 index 0b568e052..000000000 --- a/libc/sysv/consts/RPM_PCO_CHANGE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RPM_PCO_CHANGE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/RPM_PCO_SETGLOBAL.S b/libc/sysv/consts/RPM_PCO_SETGLOBAL.S new file mode 100644 index 000000000..013dcf39e --- /dev/null +++ b/libc/sysv/consts/RPM_PCO_SETGLOBAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RPM_PCO_SETGLOBAL,3,3,3,3,3,0 diff --git a/libc/sysv/consts/RPM_PCO_SETGLOBAL.s b/libc/sysv/consts/RPM_PCO_SETGLOBAL.s deleted file mode 100644 index 2008bf659..000000000 --- a/libc/sysv/consts/RPM_PCO_SETGLOBAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RPM_PCO_SETGLOBAL,3,3,3,3,3,0 diff --git a/libc/sysv/consts/RRQ.S b/libc/sysv/consts/RRQ.S new file mode 100644 index 000000000..20d6b3621 --- /dev/null +++ b/libc/sysv/consts/RRQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RRQ,1,1,1,1,1,0 diff --git a/libc/sysv/consts/RRQ.s b/libc/sysv/consts/RRQ.s deleted file mode 100644 index efaee5793..000000000 --- a/libc/sysv/consts/RRQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RRQ,1,1,1,1,1,0 diff --git a/libc/sysv/consts/RTF_NOFORWARD.S b/libc/sysv/consts/RTF_NOFORWARD.S new file mode 100644 index 000000000..f5eea9cbd --- /dev/null +++ b/libc/sysv/consts/RTF_NOFORWARD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RTF_NOFORWARD,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/RTF_NOFORWARD.s b/libc/sysv/consts/RTF_NOFORWARD.s deleted file mode 100644 index e5ff09033..000000000 --- a/libc/sysv/consts/RTF_NOFORWARD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RTF_NOFORWARD,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/RTF_NOPMTUDISC.S b/libc/sysv/consts/RTF_NOPMTUDISC.S new file mode 100644 index 000000000..f1ae66d79 --- /dev/null +++ b/libc/sysv/consts/RTF_NOPMTUDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,RTF_NOPMTUDISC,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/RTF_NOPMTUDISC.s b/libc/sysv/consts/RTF_NOPMTUDISC.s deleted file mode 100644 index dc73b9807..000000000 --- a/libc/sysv/consts/RTF_NOPMTUDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,RTF_NOPMTUDISC,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/RUSAGE_BOTH.S b/libc/sysv/consts/RUSAGE_BOTH.S new file mode 100644 index 000000000..81a577b18 --- /dev/null +++ b/libc/sysv/consts/RUSAGE_BOTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rusage,RUSAGE_BOTH,-2,99,99,99,99,99 diff --git a/libc/sysv/consts/RUSAGE_BOTH.s b/libc/sysv/consts/RUSAGE_BOTH.s deleted file mode 100644 index 75b9e8e5f..000000000 --- a/libc/sysv/consts/RUSAGE_BOTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rusage,RUSAGE_BOTH,-2,99,99,99,99,99 diff --git a/libc/sysv/consts/RUSAGE_CHILDREN.S b/libc/sysv/consts/RUSAGE_CHILDREN.S new file mode 100644 index 000000000..b3d527e36 --- /dev/null +++ b/libc/sysv/consts/RUSAGE_CHILDREN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rusage,RUSAGE_CHILDREN,-1,-1,-1,-1,-1,99 diff --git a/libc/sysv/consts/RUSAGE_CHILDREN.s b/libc/sysv/consts/RUSAGE_CHILDREN.s deleted file mode 100644 index d9f04bf6f..000000000 --- a/libc/sysv/consts/RUSAGE_CHILDREN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rusage,RUSAGE_CHILDREN,-1,-1,-1,-1,-1,99 diff --git a/libc/sysv/consts/RUSAGE_SELF.S b/libc/sysv/consts/RUSAGE_SELF.S new file mode 100644 index 000000000..cac04cb05 --- /dev/null +++ b/libc/sysv/consts/RUSAGE_SELF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rusage,RUSAGE_SELF,0,0,0,0,0,0 diff --git a/libc/sysv/consts/RUSAGE_SELF.s b/libc/sysv/consts/RUSAGE_SELF.s deleted file mode 100644 index b4eb822f1..000000000 --- a/libc/sysv/consts/RUSAGE_SELF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rusage,RUSAGE_SELF,0,0,0,0,0,0 diff --git a/libc/sysv/consts/RUSAGE_THREAD.S b/libc/sysv/consts/RUSAGE_THREAD.S new file mode 100644 index 000000000..5f00bd437 --- /dev/null +++ b/libc/sysv/consts/RUSAGE_THREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon rusage,RUSAGE_THREAD,1,99,1,1,1,1 diff --git a/libc/sysv/consts/RUSAGE_THREAD.s b/libc/sysv/consts/RUSAGE_THREAD.s deleted file mode 100644 index accfa609a..000000000 --- a/libc/sysv/consts/RUSAGE_THREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon rusage,RUSAGE_THREAD,1,99,1,1,1,1 diff --git a/libc/sysv/consts/R_OK.S b/libc/sysv/consts/R_OK.S new file mode 100644 index 000000000..c22b2e41b --- /dev/null +++ b/libc/sysv/consts/R_OK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon access,R_OK,4,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/R_OK.s b/libc/sysv/consts/R_OK.s deleted file mode 100644 index 0965746ec..000000000 --- a/libc/sysv/consts/R_OK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon access,R_OK,4,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/SARMAG.S b/libc/sysv/consts/SARMAG.S new file mode 100644 index 000000000..f7ebb2eb0 --- /dev/null +++ b/libc/sysv/consts/SARMAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SARMAG,8,8,8,8,8,0 diff --git a/libc/sysv/consts/SARMAG.s b/libc/sysv/consts/SARMAG.s deleted file mode 100644 index ac67b2136..000000000 --- a/libc/sysv/consts/SARMAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SARMAG,8,8,8,8,8,0 diff --git a/libc/sysv/consts/SA_NOCLDSTOP.S b/libc/sysv/consts/SA_NOCLDSTOP.S new file mode 100644 index 000000000..01f482ea8 --- /dev/null +++ b/libc/sysv/consts/SA_NOCLDSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_NOCLDSTOP,1,8,8,8,8,1 diff --git a/libc/sysv/consts/SA_NOCLDSTOP.s b/libc/sysv/consts/SA_NOCLDSTOP.s deleted file mode 100644 index 72fb113d4..000000000 --- a/libc/sysv/consts/SA_NOCLDSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_NOCLDSTOP,1,8,8,8,8,1 diff --git a/libc/sysv/consts/SA_NOCLDWAIT.S b/libc/sysv/consts/SA_NOCLDWAIT.S new file mode 100644 index 000000000..921c1c347 --- /dev/null +++ b/libc/sysv/consts/SA_NOCLDWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_NOCLDWAIT,2,32,32,32,32,2 diff --git a/libc/sysv/consts/SA_NOCLDWAIT.s b/libc/sysv/consts/SA_NOCLDWAIT.s deleted file mode 100644 index 300958279..000000000 --- a/libc/sysv/consts/SA_NOCLDWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_NOCLDWAIT,2,32,32,32,32,2 diff --git a/libc/sysv/consts/SA_NODEFER.S b/libc/sysv/consts/SA_NODEFER.S new file mode 100644 index 000000000..785678705 --- /dev/null +++ b/libc/sysv/consts/SA_NODEFER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_NODEFER,0x40000000,16,16,16,16,0x40000000 diff --git a/libc/sysv/consts/SA_NODEFER.s b/libc/sysv/consts/SA_NODEFER.s deleted file mode 100644 index 9f8f0ad34..000000000 --- a/libc/sysv/consts/SA_NODEFER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_NODEFER,0x40000000,16,16,16,16,0x40000000 diff --git a/libc/sysv/consts/SA_NOMASK.S b/libc/sysv/consts/SA_NOMASK.S new file mode 100644 index 000000000..77d364345 --- /dev/null +++ b/libc/sysv/consts/SA_NOMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,SA_NOMASK,0x40000000,16,16,16,16,0x40000000 diff --git a/libc/sysv/consts/SA_NOMASK.s b/libc/sysv/consts/SA_NOMASK.s deleted file mode 100644 index 78b6e974f..000000000 --- a/libc/sysv/consts/SA_NOMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,SA_NOMASK,0x40000000,16,16,16,16,0x40000000 diff --git a/libc/sysv/consts/SA_ONESHOT.S b/libc/sysv/consts/SA_ONESHOT.S new file mode 100644 index 000000000..f719357fc --- /dev/null +++ b/libc/sysv/consts/SA_ONESHOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,SA_ONESHOT,0x80000000,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/SA_ONESHOT.s b/libc/sysv/consts/SA_ONESHOT.s deleted file mode 100644 index ca4c30aee..000000000 --- a/libc/sysv/consts/SA_ONESHOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,SA_ONESHOT,0x80000000,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/SA_ONSTACK.S b/libc/sysv/consts/SA_ONSTACK.S new file mode 100644 index 000000000..10237f767 --- /dev/null +++ b/libc/sysv/consts/SA_ONSTACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_ONSTACK,0x08000000,1,1,1,1,0x08000000 diff --git a/libc/sysv/consts/SA_ONSTACK.s b/libc/sysv/consts/SA_ONSTACK.s deleted file mode 100644 index 7877375f2..000000000 --- a/libc/sysv/consts/SA_ONSTACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_ONSTACK,0x08000000,1,1,1,1,0x08000000 diff --git a/libc/sysv/consts/SA_RESETHAND.S b/libc/sysv/consts/SA_RESETHAND.S new file mode 100644 index 000000000..57447ed2e --- /dev/null +++ b/libc/sysv/consts/SA_RESETHAND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_RESETHAND,0x80000000,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/SA_RESETHAND.s b/libc/sysv/consts/SA_RESETHAND.s deleted file mode 100644 index f3150dae5..000000000 --- a/libc/sysv/consts/SA_RESETHAND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_RESETHAND,0x80000000,4,4,4,4,0x80000000 diff --git a/libc/sysv/consts/SA_RESTART.S b/libc/sysv/consts/SA_RESTART.S new file mode 100644 index 000000000..4d55eea7e --- /dev/null +++ b/libc/sysv/consts/SA_RESTART.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_RESTART,0x10000000,2,2,2,2,0x10000000 diff --git a/libc/sysv/consts/SA_RESTART.s b/libc/sysv/consts/SA_RESTART.s deleted file mode 100644 index 141ffa175..000000000 --- a/libc/sysv/consts/SA_RESTART.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_RESTART,0x10000000,2,2,2,2,0x10000000 diff --git a/libc/sysv/consts/SA_SIGINFO.S b/libc/sysv/consts/SA_SIGINFO.S new file mode 100644 index 000000000..46ca4be61 --- /dev/null +++ b/libc/sysv/consts/SA_SIGINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sigact,SA_SIGINFO,4,64,64,64,64,4 diff --git a/libc/sysv/consts/SA_SIGINFO.s b/libc/sysv/consts/SA_SIGINFO.s deleted file mode 100644 index 8cd7ab12f..000000000 --- a/libc/sysv/consts/SA_SIGINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sigact,SA_SIGINFO,4,64,64,64,64,4 diff --git a/libc/sysv/consts/SCHED_BATCH.S b/libc/sysv/consts/SCHED_BATCH.S new file mode 100644 index 000000000..a81933d84 --- /dev/null +++ b/libc/sysv/consts/SCHED_BATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_BATCH,3,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_BATCH.s b/libc/sysv/consts/SCHED_BATCH.s deleted file mode 100644 index bd9aed335..000000000 --- a/libc/sysv/consts/SCHED_BATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_BATCH,3,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_DEADLINE.S b/libc/sysv/consts/SCHED_DEADLINE.S new file mode 100644 index 000000000..cff230279 --- /dev/null +++ b/libc/sysv/consts/SCHED_DEADLINE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_DEADLINE,6,127,127,127,127,127 diff --git a/libc/sysv/consts/SCHED_DEADLINE.s b/libc/sysv/consts/SCHED_DEADLINE.s deleted file mode 100644 index f3ed0a046..000000000 --- a/libc/sysv/consts/SCHED_DEADLINE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_DEADLINE,6,127,127,127,127,127 diff --git a/libc/sysv/consts/SCHED_FIFO.S b/libc/sysv/consts/SCHED_FIFO.S new file mode 100644 index 000000000..e425dadc0 --- /dev/null +++ b/libc/sysv/consts/SCHED_FIFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_FIFO,1,127,1,127,1,127 diff --git a/libc/sysv/consts/SCHED_FIFO.s b/libc/sysv/consts/SCHED_FIFO.s deleted file mode 100644 index 6dc266ec2..000000000 --- a/libc/sysv/consts/SCHED_FIFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_FIFO,1,127,1,127,1,127 diff --git a/libc/sysv/consts/SCHED_IDLE.S b/libc/sysv/consts/SCHED_IDLE.S new file mode 100644 index 000000000..39455510b --- /dev/null +++ b/libc/sysv/consts/SCHED_IDLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_IDLE,5,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_IDLE.s b/libc/sysv/consts/SCHED_IDLE.s deleted file mode 100644 index 9850d7730..000000000 --- a/libc/sysv/consts/SCHED_IDLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_IDLE,5,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_OTHER.S b/libc/sysv/consts/SCHED_OTHER.S new file mode 100644 index 000000000..da8d73018 --- /dev/null +++ b/libc/sysv/consts/SCHED_OTHER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_OTHER,0,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_OTHER.s b/libc/sysv/consts/SCHED_OTHER.s deleted file mode 100644 index b52e79f6d..000000000 --- a/libc/sysv/consts/SCHED_OTHER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_OTHER,0,127,2,127,0,127 diff --git a/libc/sysv/consts/SCHED_RESET_ON_FORK.S b/libc/sysv/consts/SCHED_RESET_ON_FORK.S new file mode 100644 index 000000000..a8bbf5eb4 --- /dev/null +++ b/libc/sysv/consts/SCHED_RESET_ON_FORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_RESET_ON_FORK,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/SCHED_RESET_ON_FORK.s b/libc/sysv/consts/SCHED_RESET_ON_FORK.s deleted file mode 100644 index aad93a4d7..000000000 --- a/libc/sysv/consts/SCHED_RESET_ON_FORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_RESET_ON_FORK,0x40000000,0,0,0,0,0 diff --git a/libc/sysv/consts/SCHED_RR.S b/libc/sysv/consts/SCHED_RR.S new file mode 100644 index 000000000..e7f0210eb --- /dev/null +++ b/libc/sysv/consts/SCHED_RR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sched,SCHED_RR,2,127,3,127,2,127 diff --git a/libc/sysv/consts/SCHED_RR.s b/libc/sysv/consts/SCHED_RR.s deleted file mode 100644 index 74e930455..000000000 --- a/libc/sysv/consts/SCHED_RR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sched,SCHED_RR,2,127,3,127,2,127 diff --git a/libc/sysv/consts/SCM_CREDENTIALS.S b/libc/sysv/consts/SCM_CREDENTIALS.S new file mode 100644 index 000000000..665d0c1db --- /dev/null +++ b/libc/sysv/consts/SCM_CREDENTIALS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_CREDENTIALS,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_CREDENTIALS.s b/libc/sysv/consts/SCM_CREDENTIALS.s deleted file mode 100644 index 6cdfc7d83..000000000 --- a/libc/sysv/consts/SCM_CREDENTIALS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_CREDENTIALS,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_RIGHTS.S b/libc/sysv/consts/SCM_RIGHTS.S new file mode 100644 index 000000000..9a4c6fae1 --- /dev/null +++ b/libc/sysv/consts/SCM_RIGHTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_RIGHTS,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SCM_RIGHTS.s b/libc/sysv/consts/SCM_RIGHTS.s deleted file mode 100644 index 42815c0dd..000000000 --- a/libc/sysv/consts/SCM_RIGHTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_RIGHTS,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SCM_TIMESTAMP.S b/libc/sysv/consts/SCM_TIMESTAMP.S new file mode 100644 index 000000000..a441be2b3 --- /dev/null +++ b/libc/sysv/consts/SCM_TIMESTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_TIMESTAMP,29,2,2,4,8,0 diff --git a/libc/sysv/consts/SCM_TIMESTAMP.s b/libc/sysv/consts/SCM_TIMESTAMP.s deleted file mode 100644 index 75e524c87..000000000 --- a/libc/sysv/consts/SCM_TIMESTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_TIMESTAMP,29,2,2,4,8,0 diff --git a/libc/sysv/consts/SCM_TIMESTAMPING.S b/libc/sysv/consts/SCM_TIMESTAMPING.S new file mode 100644 index 000000000..fbabfc85c --- /dev/null +++ b/libc/sysv/consts/SCM_TIMESTAMPING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_TIMESTAMPING,37,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_TIMESTAMPING.s b/libc/sysv/consts/SCM_TIMESTAMPING.s deleted file mode 100644 index 28036721b..000000000 --- a/libc/sysv/consts/SCM_TIMESTAMPING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_TIMESTAMPING,37,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_TIMESTAMPNS.S b/libc/sysv/consts/SCM_TIMESTAMPNS.S new file mode 100644 index 000000000..469df11a1 --- /dev/null +++ b/libc/sysv/consts/SCM_TIMESTAMPNS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_TIMESTAMPNS,35,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_TIMESTAMPNS.s b/libc/sysv/consts/SCM_TIMESTAMPNS.s deleted file mode 100644 index c959e1e03..000000000 --- a/libc/sysv/consts/SCM_TIMESTAMPNS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_TIMESTAMPNS,35,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_WIFI_STATUS.S b/libc/sysv/consts/SCM_WIFI_STATUS.S new file mode 100644 index 000000000..7ba70d13a --- /dev/null +++ b/libc/sysv/consts/SCM_WIFI_STATUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon scm,SCM_WIFI_STATUS,41,0,0,0,0,0 diff --git a/libc/sysv/consts/SCM_WIFI_STATUS.s b/libc/sysv/consts/SCM_WIFI_STATUS.s deleted file mode 100644 index 1d64ba2ea..000000000 --- a/libc/sysv/consts/SCM_WIFI_STATUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon scm,SCM_WIFI_STATUS,41,0,0,0,0,0 diff --git a/libc/sysv/consts/SEEK_DATA.S b/libc/sysv/consts/SEEK_DATA.S new file mode 100644 index 000000000..d1b8d0591 --- /dev/null +++ b/libc/sysv/consts/SEEK_DATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SEEK_DATA,3,4,3,-1,-1,-1 diff --git a/libc/sysv/consts/SEEK_DATA.s b/libc/sysv/consts/SEEK_DATA.s deleted file mode 100644 index e1cc5d396..000000000 --- a/libc/sysv/consts/SEEK_DATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SEEK_DATA,3,4,3,-1,-1,-1 diff --git a/libc/sysv/consts/SEEK_HOLE.S b/libc/sysv/consts/SEEK_HOLE.S new file mode 100644 index 000000000..89cc1c2bd --- /dev/null +++ b/libc/sysv/consts/SEEK_HOLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SEEK_HOLE,4,3,4,-1,-1,-1 diff --git a/libc/sysv/consts/SEEK_HOLE.s b/libc/sysv/consts/SEEK_HOLE.s deleted file mode 100644 index 3eace519a..000000000 --- a/libc/sysv/consts/SEEK_HOLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SEEK_HOLE,4,3,4,-1,-1,-1 diff --git a/libc/sysv/consts/SEGSIZE.S b/libc/sysv/consts/SEGSIZE.S new file mode 100644 index 000000000..4576d3475 --- /dev/null +++ b/libc/sysv/consts/SEGSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SEGSIZE,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/SEGSIZE.s b/libc/sysv/consts/SEGSIZE.s deleted file mode 100644 index 88a30cb4f..000000000 --- a/libc/sysv/consts/SEGSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SEGSIZE,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/SEGV_ACCERR.S b/libc/sysv/consts/SEGV_ACCERR.S new file mode 100644 index 000000000..bafc738d8 --- /dev/null +++ b/libc/sysv/consts/SEGV_ACCERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SEGV_ACCERR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SEGV_ACCERR.s b/libc/sysv/consts/SEGV_ACCERR.s deleted file mode 100644 index 863bb3596..000000000 --- a/libc/sysv/consts/SEGV_ACCERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SEGV_ACCERR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SEGV_MAPERR.S b/libc/sysv/consts/SEGV_MAPERR.S new file mode 100644 index 000000000..3f77bd82c --- /dev/null +++ b/libc/sysv/consts/SEGV_MAPERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SEGV_MAPERR,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SEGV_MAPERR.s b/libc/sysv/consts/SEGV_MAPERR.s deleted file mode 100644 index 64ddd8f83..000000000 --- a/libc/sysv/consts/SEGV_MAPERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SEGV_MAPERR,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SEGV_PKUERR.S b/libc/sysv/consts/SEGV_PKUERR.S new file mode 100644 index 000000000..56b6d5418 --- /dev/null +++ b/libc/sysv/consts/SEGV_PKUERR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SEGV_PKUERR,-1,-1,100,-1,-1,-1 diff --git a/libc/sysv/consts/SEGV_PKUERR.s b/libc/sysv/consts/SEGV_PKUERR.s deleted file mode 100644 index 07edda26f..000000000 --- a/libc/sysv/consts/SEGV_PKUERR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SEGV_PKUERR,-1,-1,100,-1,-1,-1 diff --git a/libc/sysv/consts/SEND_DIAGNOSTIC.S b/libc/sysv/consts/SEND_DIAGNOSTIC.S new file mode 100644 index 000000000..75b102170 --- /dev/null +++ b/libc/sysv/consts/SEND_DIAGNOSTIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SEND_DIAGNOSTIC,29,0,0,0,0,0 diff --git a/libc/sysv/consts/SEND_DIAGNOSTIC.s b/libc/sysv/consts/SEND_DIAGNOSTIC.s deleted file mode 100644 index cd03de530..000000000 --- a/libc/sysv/consts/SEND_DIAGNOSTIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SEND_DIAGNOSTIC,29,0,0,0,0,0 diff --git a/libc/sysv/consts/SEND_VOLUME_TAG.S b/libc/sysv/consts/SEND_VOLUME_TAG.S new file mode 100644 index 000000000..bc9508638 --- /dev/null +++ b/libc/sysv/consts/SEND_VOLUME_TAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SEND_VOLUME_TAG,182,0,0,0,0,0 diff --git a/libc/sysv/consts/SEND_VOLUME_TAG.s b/libc/sysv/consts/SEND_VOLUME_TAG.s deleted file mode 100644 index b715cedcd..000000000 --- a/libc/sysv/consts/SEND_VOLUME_TAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SEND_VOLUME_TAG,182,0,0,0,0,0 diff --git a/libc/sysv/consts/SET_LIMITS.S b/libc/sysv/consts/SET_LIMITS.S new file mode 100644 index 000000000..2868b0586 --- /dev/null +++ b/libc/sysv/consts/SET_LIMITS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SET_LIMITS,51,0,0,0,0,0 diff --git a/libc/sysv/consts/SET_LIMITS.s b/libc/sysv/consts/SET_LIMITS.s deleted file mode 100644 index 96ef43a71..000000000 --- a/libc/sysv/consts/SET_LIMITS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SET_LIMITS,51,0,0,0,0,0 diff --git a/libc/sysv/consts/SET_WINDOW.S b/libc/sysv/consts/SET_WINDOW.S new file mode 100644 index 000000000..e72e092f1 --- /dev/null +++ b/libc/sysv/consts/SET_WINDOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SET_WINDOW,36,0,0,0,0,0 diff --git a/libc/sysv/consts/SET_WINDOW.s b/libc/sysv/consts/SET_WINDOW.s deleted file mode 100644 index b27b14c34..000000000 --- a/libc/sysv/consts/SET_WINDOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SET_WINDOW,36,0,0,0,0,0 diff --git a/libc/sysv/consts/SFD_CLOEXEC.S b/libc/sysv/consts/SFD_CLOEXEC.S new file mode 100644 index 000000000..1c566d061 --- /dev/null +++ b/libc/sysv/consts/SFD_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/SFD_CLOEXEC.s b/libc/sysv/consts/SFD_CLOEXEC.s deleted file mode 100644 index cb36ae09e..000000000 --- a/libc/sysv/consts/SFD_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/SFD_NONBLOCK.S b/libc/sysv/consts/SFD_NONBLOCK.S new file mode 100644 index 000000000..b9ec13999 --- /dev/null +++ b/libc/sysv/consts/SFD_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/SFD_NONBLOCK.s b/libc/sysv/consts/SFD_NONBLOCK.s deleted file mode 100644 index 4035f5829..000000000 --- a/libc/sysv/consts/SFD_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/SF_MNOWAIT.S b/libc/sysv/consts/SF_MNOWAIT.S new file mode 100644 index 000000000..763cb660a --- /dev/null +++ b/libc/sysv/consts/SF_MNOWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sf,SF_MNOWAIT,0,0,2,0,0,0 diff --git a/libc/sysv/consts/SF_MNOWAIT.s b/libc/sysv/consts/SF_MNOWAIT.s deleted file mode 100644 index 636d66172..000000000 --- a/libc/sysv/consts/SF_MNOWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sf,SF_MNOWAIT,0,0,2,0,0,0 diff --git a/libc/sysv/consts/SF_NODISKIO.S b/libc/sysv/consts/SF_NODISKIO.S new file mode 100644 index 000000000..a26612e8b --- /dev/null +++ b/libc/sysv/consts/SF_NODISKIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sf,SF_NODISKIO,0,0,1,0,0,0 diff --git a/libc/sysv/consts/SF_NODISKIO.s b/libc/sysv/consts/SF_NODISKIO.s deleted file mode 100644 index 7b20fcefa..000000000 --- a/libc/sysv/consts/SF_NODISKIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sf,SF_NODISKIO,0,0,1,0,0,0 diff --git a/libc/sysv/consts/SF_SYNC.S b/libc/sysv/consts/SF_SYNC.S new file mode 100644 index 000000000..f3cb43f3c --- /dev/null +++ b/libc/sysv/consts/SF_SYNC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sf,SF_SYNC,0,0,4,0,0,0 diff --git a/libc/sysv/consts/SF_SYNC.s b/libc/sysv/consts/SF_SYNC.s deleted file mode 100644 index 8ece805ca..000000000 --- a/libc/sysv/consts/SF_SYNC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sf,SF_SYNC,0,0,4,0,0,0 diff --git a/libc/sysv/consts/SHM_ANON.S b/libc/sysv/consts/SHM_ANON.S new file mode 100644 index 000000000..a89a370eb --- /dev/null +++ b/libc/sysv/consts/SHM_ANON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_ANON,0,0,1,0,0,0 diff --git a/libc/sysv/consts/SHM_ANON.s b/libc/sysv/consts/SHM_ANON.s deleted file mode 100644 index e16543c5a..000000000 --- a/libc/sysv/consts/SHM_ANON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_ANON,0,0,1,0,0,0 diff --git a/libc/sysv/consts/SHM_DEST.S b/libc/sysv/consts/SHM_DEST.S new file mode 100644 index 000000000..bf2fd0575 --- /dev/null +++ b/libc/sysv/consts/SHM_DEST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_DEST,0x0200,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_DEST.s b/libc/sysv/consts/SHM_DEST.s deleted file mode 100644 index 2c23f152d..000000000 --- a/libc/sysv/consts/SHM_DEST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_DEST,0x0200,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_EXEC.S b/libc/sysv/consts/SHM_EXEC.S new file mode 100644 index 000000000..fd3f2d6ac --- /dev/null +++ b/libc/sysv/consts/SHM_EXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_EXEC,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_EXEC.s b/libc/sysv/consts/SHM_EXEC.s deleted file mode 100644 index 7180f3e1f..000000000 --- a/libc/sysv/consts/SHM_EXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_EXEC,0x8000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_HUGETLB.S b/libc/sysv/consts/SHM_HUGETLB.S new file mode 100644 index 000000000..8186fb504 --- /dev/null +++ b/libc/sysv/consts/SHM_HUGETLB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_HUGETLB,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_HUGETLB.s b/libc/sysv/consts/SHM_HUGETLB.s deleted file mode 100644 index cb6a44b92..000000000 --- a/libc/sysv/consts/SHM_HUGETLB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_HUGETLB,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_INFO.S b/libc/sysv/consts/SHM_INFO.S new file mode 100644 index 000000000..1a146f491 --- /dev/null +++ b/libc/sysv/consts/SHM_INFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_INFO,14,0,14,0,0,0 diff --git a/libc/sysv/consts/SHM_INFO.s b/libc/sysv/consts/SHM_INFO.s deleted file mode 100644 index 4d1d694b2..000000000 --- a/libc/sysv/consts/SHM_INFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_INFO,14,0,14,0,0,0 diff --git a/libc/sysv/consts/SHM_LOCK.S b/libc/sysv/consts/SHM_LOCK.S new file mode 100644 index 000000000..281526abd --- /dev/null +++ b/libc/sysv/consts/SHM_LOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_LOCK,11,0,11,3,3,0 diff --git a/libc/sysv/consts/SHM_LOCK.s b/libc/sysv/consts/SHM_LOCK.s deleted file mode 100644 index e52856830..000000000 --- a/libc/sysv/consts/SHM_LOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_LOCK,11,0,11,3,3,0 diff --git a/libc/sysv/consts/SHM_LOCKED.S b/libc/sysv/consts/SHM_LOCKED.S new file mode 100644 index 000000000..dbc2e05b0 --- /dev/null +++ b/libc/sysv/consts/SHM_LOCKED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_LOCKED,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_LOCKED.s b/libc/sysv/consts/SHM_LOCKED.s deleted file mode 100644 index a2e44c94b..000000000 --- a/libc/sysv/consts/SHM_LOCKED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_LOCKED,0x0400,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_NORESERVE.S b/libc/sysv/consts/SHM_NORESERVE.S new file mode 100644 index 000000000..8d7602afc --- /dev/null +++ b/libc/sysv/consts/SHM_NORESERVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_NORESERVE,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_NORESERVE.s b/libc/sysv/consts/SHM_NORESERVE.s deleted file mode 100644 index 37321afeb..000000000 --- a/libc/sysv/consts/SHM_NORESERVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_NORESERVE,0x1000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_R.S b/libc/sysv/consts/SHM_R.S new file mode 100644 index 000000000..fff8b2319 --- /dev/null +++ b/libc/sysv/consts/SHM_R.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_R,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/SHM_R.s b/libc/sysv/consts/SHM_R.s deleted file mode 100644 index 8cbaec12a..000000000 --- a/libc/sysv/consts/SHM_R.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_R,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/SHM_RDONLY.S b/libc/sysv/consts/SHM_RDONLY.S new file mode 100644 index 000000000..59af5a886 --- /dev/null +++ b/libc/sysv/consts/SHM_RDONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_RDONLY,0x1000,0x1000,0x1000,0x1000,0x1000,0 diff --git a/libc/sysv/consts/SHM_RDONLY.s b/libc/sysv/consts/SHM_RDONLY.s deleted file mode 100644 index 78e445c5e..000000000 --- a/libc/sysv/consts/SHM_RDONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_RDONLY,0x1000,0x1000,0x1000,0x1000,0x1000,0 diff --git a/libc/sysv/consts/SHM_REMAP.S b/libc/sysv/consts/SHM_REMAP.S new file mode 100644 index 000000000..886e3c719 --- /dev/null +++ b/libc/sysv/consts/SHM_REMAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_REMAP,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_REMAP.s b/libc/sysv/consts/SHM_REMAP.s deleted file mode 100644 index f82b04184..000000000 --- a/libc/sysv/consts/SHM_REMAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_REMAP,0x4000,0,0,0,0,0 diff --git a/libc/sysv/consts/SHM_RND.S b/libc/sysv/consts/SHM_RND.S new file mode 100644 index 000000000..c5abe7ff6 --- /dev/null +++ b/libc/sysv/consts/SHM_RND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_RND,0x2000,0x2000,0x2000,0x2000,0x2000,0 diff --git a/libc/sysv/consts/SHM_RND.s b/libc/sysv/consts/SHM_RND.s deleted file mode 100644 index c7c38692d..000000000 --- a/libc/sysv/consts/SHM_RND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_RND,0x2000,0x2000,0x2000,0x2000,0x2000,0 diff --git a/libc/sysv/consts/SHM_STAT.S b/libc/sysv/consts/SHM_STAT.S new file mode 100644 index 000000000..e6a76ece7 --- /dev/null +++ b/libc/sysv/consts/SHM_STAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_STAT,13,0,13,0,0,0 diff --git a/libc/sysv/consts/SHM_STAT.s b/libc/sysv/consts/SHM_STAT.s deleted file mode 100644 index 401b3a37e..000000000 --- a/libc/sysv/consts/SHM_STAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_STAT,13,0,13,0,0,0 diff --git a/libc/sysv/consts/SHM_UNLOCK.S b/libc/sysv/consts/SHM_UNLOCK.S new file mode 100644 index 000000000..ac65abe82 --- /dev/null +++ b/libc/sysv/consts/SHM_UNLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_UNLOCK,12,0,12,4,4,0 diff --git a/libc/sysv/consts/SHM_UNLOCK.s b/libc/sysv/consts/SHM_UNLOCK.s deleted file mode 100644 index 8d96438d5..000000000 --- a/libc/sysv/consts/SHM_UNLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_UNLOCK,12,0,12,4,4,0 diff --git a/libc/sysv/consts/SHM_W.S b/libc/sysv/consts/SHM_W.S new file mode 100644 index 000000000..85eb84c99 --- /dev/null +++ b/libc/sysv/consts/SHM_W.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon shm,SHM_W,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/SHM_W.s b/libc/sysv/consts/SHM_W.s deleted file mode 100644 index 8a9ff442a..000000000 --- a/libc/sysv/consts/SHM_W.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon shm,SHM_W,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/SHUT_RD.S b/libc/sysv/consts/SHUT_RD.S new file mode 100644 index 000000000..457b8e939 --- /dev/null +++ b/libc/sysv/consts/SHUT_RD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SHUT_RD,0,0,0,0,0,0 diff --git a/libc/sysv/consts/SHUT_RD.s b/libc/sysv/consts/SHUT_RD.s deleted file mode 100644 index 486b25619..000000000 --- a/libc/sysv/consts/SHUT_RD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SHUT_RD,0,0,0,0,0,0 diff --git a/libc/sysv/consts/SHUT_RDWR.S b/libc/sysv/consts/SHUT_RDWR.S new file mode 100644 index 000000000..a7c06a164 --- /dev/null +++ b/libc/sysv/consts/SHUT_RDWR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SHUT_RDWR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SHUT_RDWR.s b/libc/sysv/consts/SHUT_RDWR.s deleted file mode 100644 index 9cd5ed632..000000000 --- a/libc/sysv/consts/SHUT_RDWR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SHUT_RDWR,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SHUT_WR.S b/libc/sysv/consts/SHUT_WR.S new file mode 100644 index 000000000..f78abc5ea --- /dev/null +++ b/libc/sysv/consts/SHUT_WR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SHUT_WR,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SHUT_WR.s b/libc/sysv/consts/SHUT_WR.s deleted file mode 100644 index 63288b1b6..000000000 --- a/libc/sysv/consts/SHUT_WR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SHUT_WR,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SIGABRT.S b/libc/sysv/consts/SIGABRT.S new file mode 100644 index 000000000..afaab58d7 --- /dev/null +++ b/libc/sysv/consts/SIGABRT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGABRT,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SIGABRT.s b/libc/sysv/consts/SIGABRT.s deleted file mode 100644 index 6fe199b70..000000000 --- a/libc/sysv/consts/SIGABRT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGABRT,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SIGALRM.S b/libc/sysv/consts/SIGALRM.S new file mode 100644 index 000000000..46647d89f --- /dev/null +++ b/libc/sysv/consts/SIGALRM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGALRM,14,14,14,14,14,14 diff --git a/libc/sysv/consts/SIGALRM.s b/libc/sysv/consts/SIGALRM.s deleted file mode 100644 index 64f7d721a..000000000 --- a/libc/sysv/consts/SIGALRM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGALRM,14,14,14,14,14,14 diff --git a/libc/sysv/consts/SIGBUS.S b/libc/sysv/consts/SIGBUS.S new file mode 100644 index 000000000..e14b13325 --- /dev/null +++ b/libc/sysv/consts/SIGBUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGBUS,7,10,10,10,10,7 diff --git a/libc/sysv/consts/SIGBUS.s b/libc/sysv/consts/SIGBUS.s deleted file mode 100644 index cf07add86..000000000 --- a/libc/sysv/consts/SIGBUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGBUS,7,10,10,10,10,7 diff --git a/libc/sysv/consts/SIGCHLD.S b/libc/sysv/consts/SIGCHLD.S new file mode 100644 index 000000000..39b783ad3 --- /dev/null +++ b/libc/sysv/consts/SIGCHLD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGCHLD,17,20,20,20,20,17 diff --git a/libc/sysv/consts/SIGCHLD.s b/libc/sysv/consts/SIGCHLD.s deleted file mode 100644 index 8e6e76aa6..000000000 --- a/libc/sysv/consts/SIGCHLD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGCHLD,17,20,20,20,20,17 diff --git a/libc/sysv/consts/SIGCONT.S b/libc/sysv/consts/SIGCONT.S new file mode 100644 index 000000000..9cc4c4278 --- /dev/null +++ b/libc/sysv/consts/SIGCONT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGCONT,18,19,19,19,19,18 diff --git a/libc/sysv/consts/SIGCONT.s b/libc/sysv/consts/SIGCONT.s deleted file mode 100644 index fd2da7832..000000000 --- a/libc/sysv/consts/SIGCONT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGCONT,18,19,19,19,19,18 diff --git a/libc/sysv/consts/SIGEMT.S b/libc/sysv/consts/SIGEMT.S new file mode 100644 index 000000000..f025a526d --- /dev/null +++ b/libc/sysv/consts/SIGEMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGEMT,64,7,7,7,7,64 diff --git a/libc/sysv/consts/SIGEMT.s b/libc/sysv/consts/SIGEMT.s deleted file mode 100644 index bf0b0df8d..000000000 --- a/libc/sysv/consts/SIGEMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGEMT,64,7,7,7,7,64 diff --git a/libc/sysv/consts/SIGEV_NONE.S b/libc/sysv/consts/SIGEV_NONE.S new file mode 100644 index 000000000..89ab3b0a2 --- /dev/null +++ b/libc/sysv/consts/SIGEV_NONE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIGEV_NONE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SIGEV_NONE.s b/libc/sysv/consts/SIGEV_NONE.s deleted file mode 100644 index c10230a09..000000000 --- a/libc/sysv/consts/SIGEV_NONE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIGEV_NONE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SIGEV_SIGNAL.S b/libc/sysv/consts/SIGEV_SIGNAL.S new file mode 100644 index 000000000..29cd6a287 --- /dev/null +++ b/libc/sysv/consts/SIGEV_SIGNAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIGEV_SIGNAL,0,1,1,0,1,0 diff --git a/libc/sysv/consts/SIGEV_SIGNAL.s b/libc/sysv/consts/SIGEV_SIGNAL.s deleted file mode 100644 index 212272421..000000000 --- a/libc/sysv/consts/SIGEV_SIGNAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIGEV_SIGNAL,0,1,1,0,1,0 diff --git a/libc/sysv/consts/SIGEV_THREAD.S b/libc/sysv/consts/SIGEV_THREAD.S new file mode 100644 index 000000000..4f1cdbcee --- /dev/null +++ b/libc/sysv/consts/SIGEV_THREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIGEV_THREAD,2,3,2,0,2,0 diff --git a/libc/sysv/consts/SIGEV_THREAD.s b/libc/sysv/consts/SIGEV_THREAD.s deleted file mode 100644 index 189d2fdc5..000000000 --- a/libc/sysv/consts/SIGEV_THREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIGEV_THREAD,2,3,2,0,2,0 diff --git a/libc/sysv/consts/SIGFPE.S b/libc/sysv/consts/SIGFPE.S new file mode 100644 index 000000000..17683e1c6 --- /dev/null +++ b/libc/sysv/consts/SIGFPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGFPE,8,8,8,8,8,8 diff --git a/libc/sysv/consts/SIGFPE.s b/libc/sysv/consts/SIGFPE.s deleted file mode 100644 index d4e5039e4..000000000 --- a/libc/sysv/consts/SIGFPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGFPE,8,8,8,8,8,8 diff --git a/libc/sysv/consts/SIGHUP.S b/libc/sysv/consts/SIGHUP.S new file mode 100644 index 000000000..856057a18 --- /dev/null +++ b/libc/sysv/consts/SIGHUP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGHUP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SIGHUP.s b/libc/sysv/consts/SIGHUP.s deleted file mode 100644 index 7097241e1..000000000 --- a/libc/sysv/consts/SIGHUP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGHUP,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SIGILL.S b/libc/sysv/consts/SIGILL.S new file mode 100644 index 000000000..7f600c0a6 --- /dev/null +++ b/libc/sysv/consts/SIGILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGILL,4,4,4,4,4,4 diff --git a/libc/sysv/consts/SIGILL.s b/libc/sysv/consts/SIGILL.s deleted file mode 100644 index d0956c4a8..000000000 --- a/libc/sysv/consts/SIGILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGILL,4,4,4,4,4,4 diff --git a/libc/sysv/consts/SIGINFO.S b/libc/sysv/consts/SIGINFO.S new file mode 100644 index 000000000..a308ccfa4 --- /dev/null +++ b/libc/sysv/consts/SIGINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGINFO,63,29,29,29,29,63 diff --git a/libc/sysv/consts/SIGINFO.s b/libc/sysv/consts/SIGINFO.s deleted file mode 100644 index d62ae73ef..000000000 --- a/libc/sysv/consts/SIGINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGINFO,63,29,29,29,29,63 diff --git a/libc/sysv/consts/SIGINT.S b/libc/sysv/consts/SIGINT.S new file mode 100644 index 000000000..84b62c225 --- /dev/null +++ b/libc/sysv/consts/SIGINT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGINT,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SIGINT.s b/libc/sysv/consts/SIGINT.s deleted file mode 100644 index 7f05a5444..000000000 --- a/libc/sysv/consts/SIGINT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGINT,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SIGIO.S b/libc/sysv/consts/SIGIO.S new file mode 100644 index 000000000..ad6a5cd17 --- /dev/null +++ b/libc/sysv/consts/SIGIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGIO,29,23,23,23,23,29 diff --git a/libc/sysv/consts/SIGIO.s b/libc/sysv/consts/SIGIO.s deleted file mode 100644 index c56e35856..000000000 --- a/libc/sysv/consts/SIGIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGIO,29,23,23,23,23,29 diff --git a/libc/sysv/consts/SIGIOT.S b/libc/sysv/consts/SIGIOT.S new file mode 100644 index 000000000..0da16e1b9 --- /dev/null +++ b/libc/sysv/consts/SIGIOT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,SIGIOT,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SIGIOT.s b/libc/sysv/consts/SIGIOT.s deleted file mode 100644 index f1836174f..000000000 --- a/libc/sysv/consts/SIGIOT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,SIGIOT,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SIGKILL.S b/libc/sysv/consts/SIGKILL.S new file mode 100644 index 000000000..074d3014f --- /dev/null +++ b/libc/sysv/consts/SIGKILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGKILL,9,9,9,9,9,9 diff --git a/libc/sysv/consts/SIGKILL.s b/libc/sysv/consts/SIGKILL.s deleted file mode 100644 index 553ea0435..000000000 --- a/libc/sysv/consts/SIGKILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGKILL,9,9,9,9,9,9 diff --git a/libc/sysv/consts/SIGPIPE.S b/libc/sysv/consts/SIGPIPE.S new file mode 100644 index 000000000..af7e2add6 --- /dev/null +++ b/libc/sysv/consts/SIGPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGPIPE,13,13,13,13,13,13 diff --git a/libc/sysv/consts/SIGPIPE.s b/libc/sysv/consts/SIGPIPE.s deleted file mode 100644 index 3e5c1d479..000000000 --- a/libc/sysv/consts/SIGPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGPIPE,13,13,13,13,13,13 diff --git a/libc/sysv/consts/SIGPOLL.S b/libc/sysv/consts/SIGPOLL.S new file mode 100644 index 000000000..9fc61e573 --- /dev/null +++ b/libc/sysv/consts/SIGPOLL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,SIGPOLL,29,23,23,23,23,29 diff --git a/libc/sysv/consts/SIGPOLL.s b/libc/sysv/consts/SIGPOLL.s deleted file mode 100644 index 063e47300..000000000 --- a/libc/sysv/consts/SIGPOLL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,SIGPOLL,29,23,23,23,23,29 diff --git a/libc/sysv/consts/SIGPROF.S b/libc/sysv/consts/SIGPROF.S new file mode 100644 index 000000000..00ca97285 --- /dev/null +++ b/libc/sysv/consts/SIGPROF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGPROF,27,27,27,27,27,27 diff --git a/libc/sysv/consts/SIGPROF.s b/libc/sysv/consts/SIGPROF.s deleted file mode 100644 index 96845cc49..000000000 --- a/libc/sysv/consts/SIGPROF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGPROF,27,27,27,27,27,27 diff --git a/libc/sysv/consts/SIGPWR.S b/libc/sysv/consts/SIGPWR.S new file mode 100644 index 000000000..60286b13b --- /dev/null +++ b/libc/sysv/consts/SIGPWR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGPWR,30,30,30,30,32,30 diff --git a/libc/sysv/consts/SIGPWR.s b/libc/sysv/consts/SIGPWR.s deleted file mode 100644 index 9952defe7..000000000 --- a/libc/sysv/consts/SIGPWR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGPWR,30,30,30,30,32,30 diff --git a/libc/sysv/consts/SIGQUIT.S b/libc/sysv/consts/SIGQUIT.S new file mode 100644 index 000000000..877361abb --- /dev/null +++ b/libc/sysv/consts/SIGQUIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGQUIT,3,3,3,3,3,3 diff --git a/libc/sysv/consts/SIGQUIT.s b/libc/sysv/consts/SIGQUIT.s deleted file mode 100644 index dbbb48e93..000000000 --- a/libc/sysv/consts/SIGQUIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGQUIT,3,3,3,3,3,3 diff --git a/libc/sysv/consts/SIGRTMAX.S b/libc/sysv/consts/SIGRTMAX.S new file mode 100644 index 000000000..384e448ad --- /dev/null +++ b/libc/sysv/consts/SIGRTMAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGRTMAX,64,0,126,0,63,64 diff --git a/libc/sysv/consts/SIGRTMAX.s b/libc/sysv/consts/SIGRTMAX.s deleted file mode 100644 index 7160f22b7..000000000 --- a/libc/sysv/consts/SIGRTMAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGRTMAX,64,0,126,0,63,64 diff --git a/libc/sysv/consts/SIGRTMIN.S b/libc/sysv/consts/SIGRTMIN.S new file mode 100644 index 000000000..eaf53702d --- /dev/null +++ b/libc/sysv/consts/SIGRTMIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGRTMIN,32,0,65,0,33,32 diff --git a/libc/sysv/consts/SIGRTMIN.s b/libc/sysv/consts/SIGRTMIN.s deleted file mode 100644 index 28c2ccaa6..000000000 --- a/libc/sysv/consts/SIGRTMIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGRTMIN,32,0,65,0,33,32 diff --git a/libc/sysv/consts/SIGSEGV.S b/libc/sysv/consts/SIGSEGV.S new file mode 100644 index 000000000..4055922df --- /dev/null +++ b/libc/sysv/consts/SIGSEGV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGSEGV,11,11,11,11,11,11 diff --git a/libc/sysv/consts/SIGSEGV.s b/libc/sysv/consts/SIGSEGV.s deleted file mode 100644 index 3a9a66f69..000000000 --- a/libc/sysv/consts/SIGSEGV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGSEGV,11,11,11,11,11,11 diff --git a/libc/sysv/consts/SIGSTKFLT.S b/libc/sysv/consts/SIGSTKFLT.S new file mode 100644 index 000000000..c6102eb0c --- /dev/null +++ b/libc/sysv/consts/SIGSTKFLT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGSTKFLT,16,0,0,0,0,0 diff --git a/libc/sysv/consts/SIGSTKFLT.s b/libc/sysv/consts/SIGSTKFLT.s deleted file mode 100644 index b394ebb43..000000000 --- a/libc/sysv/consts/SIGSTKFLT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGSTKFLT,16,0,0,0,0,0 diff --git a/libc/sysv/consts/SIGSTOP.S b/libc/sysv/consts/SIGSTOP.S new file mode 100644 index 000000000..85f6eaa46 --- /dev/null +++ b/libc/sysv/consts/SIGSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGSTOP,19,17,17,17,17,19 diff --git a/libc/sysv/consts/SIGSTOP.s b/libc/sysv/consts/SIGSTOP.s deleted file mode 100644 index 8020dae3c..000000000 --- a/libc/sysv/consts/SIGSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGSTOP,19,17,17,17,17,19 diff --git a/libc/sysv/consts/SIGSYS.S b/libc/sysv/consts/SIGSYS.S new file mode 100644 index 000000000..e5450011e --- /dev/null +++ b/libc/sysv/consts/SIGSYS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGSYS,31,12,12,12,12,31 diff --git a/libc/sysv/consts/SIGSYS.s b/libc/sysv/consts/SIGSYS.s deleted file mode 100644 index a37bc1c79..000000000 --- a/libc/sysv/consts/SIGSYS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGSYS,31,12,12,12,12,31 diff --git a/libc/sysv/consts/SIGTERM.S b/libc/sysv/consts/SIGTERM.S new file mode 100644 index 000000000..76c974606 --- /dev/null +++ b/libc/sysv/consts/SIGTERM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTERM,15,15,15,15,15,15 diff --git a/libc/sysv/consts/SIGTERM.s b/libc/sysv/consts/SIGTERM.s deleted file mode 100644 index 617fb49e9..000000000 --- a/libc/sysv/consts/SIGTERM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTERM,15,15,15,15,15,15 diff --git a/libc/sysv/consts/SIGTHR.S b/libc/sysv/consts/SIGTHR.S new file mode 100644 index 000000000..55b61eda7 --- /dev/null +++ b/libc/sysv/consts/SIGTHR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTHR,32,7,32,32,33,32 diff --git a/libc/sysv/consts/SIGTHR.s b/libc/sysv/consts/SIGTHR.s deleted file mode 100644 index a6f1a11b3..000000000 --- a/libc/sysv/consts/SIGTHR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTHR,32,7,32,32,33,32 diff --git a/libc/sysv/consts/SIGTRAP.S b/libc/sysv/consts/SIGTRAP.S new file mode 100644 index 000000000..43b1d3871 --- /dev/null +++ b/libc/sysv/consts/SIGTRAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTRAP,5,5,5,5,5,5 diff --git a/libc/sysv/consts/SIGTRAP.s b/libc/sysv/consts/SIGTRAP.s deleted file mode 100644 index 6818d166c..000000000 --- a/libc/sysv/consts/SIGTRAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTRAP,5,5,5,5,5,5 diff --git a/libc/sysv/consts/SIGTSTP.S b/libc/sysv/consts/SIGTSTP.S new file mode 100644 index 000000000..15246a9ae --- /dev/null +++ b/libc/sysv/consts/SIGTSTP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTSTP,20,18,18,18,18,20 diff --git a/libc/sysv/consts/SIGTSTP.s b/libc/sysv/consts/SIGTSTP.s deleted file mode 100644 index 9393dafef..000000000 --- a/libc/sysv/consts/SIGTSTP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTSTP,20,18,18,18,18,20 diff --git a/libc/sysv/consts/SIGTTIN.S b/libc/sysv/consts/SIGTTIN.S new file mode 100644 index 000000000..9508f9a05 --- /dev/null +++ b/libc/sysv/consts/SIGTTIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTTIN,21,21,21,21,21,21 diff --git a/libc/sysv/consts/SIGTTIN.s b/libc/sysv/consts/SIGTTIN.s deleted file mode 100644 index c59cdccca..000000000 --- a/libc/sysv/consts/SIGTTIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTTIN,21,21,21,21,21,21 diff --git a/libc/sysv/consts/SIGTTOU.S b/libc/sysv/consts/SIGTTOU.S new file mode 100644 index 000000000..d3f936477 --- /dev/null +++ b/libc/sysv/consts/SIGTTOU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGTTOU,22,22,22,22,22,22 diff --git a/libc/sysv/consts/SIGTTOU.s b/libc/sysv/consts/SIGTTOU.s deleted file mode 100644 index 1f003d96c..000000000 --- a/libc/sysv/consts/SIGTTOU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGTTOU,22,22,22,22,22,22 diff --git a/libc/sysv/consts/SIGURG.S b/libc/sysv/consts/SIGURG.S new file mode 100644 index 000000000..9dbe9cb7e --- /dev/null +++ b/libc/sysv/consts/SIGURG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGURG,23,16,16,16,16,23 diff --git a/libc/sysv/consts/SIGURG.s b/libc/sysv/consts/SIGURG.s deleted file mode 100644 index a72cecf1f..000000000 --- a/libc/sysv/consts/SIGURG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGURG,23,16,16,16,16,23 diff --git a/libc/sysv/consts/SIGUSR1.S b/libc/sysv/consts/SIGUSR1.S new file mode 100644 index 000000000..6d782edc5 --- /dev/null +++ b/libc/sysv/consts/SIGUSR1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGUSR1,10,30,30,30,30,10 diff --git a/libc/sysv/consts/SIGUSR1.s b/libc/sysv/consts/SIGUSR1.s deleted file mode 100644 index 09ebe6f4a..000000000 --- a/libc/sysv/consts/SIGUSR1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGUSR1,10,30,30,30,30,10 diff --git a/libc/sysv/consts/SIGUSR2.S b/libc/sysv/consts/SIGUSR2.S new file mode 100644 index 000000000..f9495df19 --- /dev/null +++ b/libc/sysv/consts/SIGUSR2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGUSR2,12,31,31,31,31,12 diff --git a/libc/sysv/consts/SIGUSR2.s b/libc/sysv/consts/SIGUSR2.s deleted file mode 100644 index 6942542bd..000000000 --- a/libc/sysv/consts/SIGUSR2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGUSR2,12,31,31,31,31,12 diff --git a/libc/sysv/consts/SIGVTALRM.S b/libc/sysv/consts/SIGVTALRM.S new file mode 100644 index 000000000..e5a6a4feb --- /dev/null +++ b/libc/sysv/consts/SIGVTALRM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGVTALRM,26,26,26,26,26,26 diff --git a/libc/sysv/consts/SIGVTALRM.s b/libc/sysv/consts/SIGVTALRM.s deleted file mode 100644 index 68bef405d..000000000 --- a/libc/sysv/consts/SIGVTALRM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGVTALRM,26,26,26,26,26,26 diff --git a/libc/sysv/consts/SIGWINCH.S b/libc/sysv/consts/SIGWINCH.S new file mode 100644 index 000000000..c28675b4d --- /dev/null +++ b/libc/sysv/consts/SIGWINCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGWINCH,28,28,28,28,28,28 diff --git a/libc/sysv/consts/SIGWINCH.s b/libc/sysv/consts/SIGWINCH.s deleted file mode 100644 index 0e87ba538..000000000 --- a/libc/sysv/consts/SIGWINCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGWINCH,28,28,28,28,28,28 diff --git a/libc/sysv/consts/SIGXCPU.S b/libc/sysv/consts/SIGXCPU.S new file mode 100644 index 000000000..ad519ed04 --- /dev/null +++ b/libc/sysv/consts/SIGXCPU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGXCPU,24,24,24,24,24,24 diff --git a/libc/sysv/consts/SIGXCPU.s b/libc/sysv/consts/SIGXCPU.s deleted file mode 100644 index 979f296c0..000000000 --- a/libc/sysv/consts/SIGXCPU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGXCPU,24,24,24,24,24,24 diff --git a/libc/sysv/consts/SIGXFSZ.S b/libc/sysv/consts/SIGXFSZ.S new file mode 100644 index 000000000..3a2f51bdf --- /dev/null +++ b/libc/sysv/consts/SIGXFSZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sig,SIGXFSZ,25,25,25,25,25,25 diff --git a/libc/sysv/consts/SIGXFSZ.s b/libc/sysv/consts/SIGXFSZ.s deleted file mode 100644 index d9f9fa042..000000000 --- a/libc/sysv/consts/SIGXFSZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sig,SIGXFSZ,25,25,25,25,25,25 diff --git a/libc/sysv/consts/SIG_BLOCK.S b/libc/sysv/consts/SIG_BLOCK.S new file mode 100644 index 000000000..7947540ad --- /dev/null +++ b/libc/sysv/consts/SIG_BLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIG_BLOCK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/SIG_BLOCK.s b/libc/sysv/consts/SIG_BLOCK.s deleted file mode 100644 index 1458cfed9..000000000 --- a/libc/sysv/consts/SIG_BLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIG_BLOCK,0,1,1,1,1,0 diff --git a/libc/sysv/consts/SIG_SETMASK.S b/libc/sysv/consts/SIG_SETMASK.S new file mode 100644 index 000000000..ed4ebff1e --- /dev/null +++ b/libc/sysv/consts/SIG_SETMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIG_SETMASK,2,3,3,3,3,2 diff --git a/libc/sysv/consts/SIG_SETMASK.s b/libc/sysv/consts/SIG_SETMASK.s deleted file mode 100644 index e8fc7feba..000000000 --- a/libc/sysv/consts/SIG_SETMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIG_SETMASK,2,3,3,3,3,2 diff --git a/libc/sysv/consts/SIG_UNBLOCK.S b/libc/sysv/consts/SIG_UNBLOCK.S new file mode 100644 index 000000000..fdb3cfe34 --- /dev/null +++ b/libc/sysv/consts/SIG_UNBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SIG_UNBLOCK,1,2,2,2,2,1 diff --git a/libc/sysv/consts/SIG_UNBLOCK.s b/libc/sysv/consts/SIG_UNBLOCK.s deleted file mode 100644 index 9c2b89d8c..000000000 --- a/libc/sysv/consts/SIG_UNBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SIG_UNBLOCK,1,2,2,2,2,1 diff --git a/libc/sysv/consts/SIOCADDDLCI.S b/libc/sysv/consts/SIOCADDDLCI.S new file mode 100644 index 000000000..c58aa8be1 --- /dev/null +++ b/libc/sysv/consts/SIOCADDDLCI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCADDDLCI,0x8980,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCADDDLCI.s b/libc/sysv/consts/SIOCADDDLCI.s deleted file mode 100644 index 27c3d1900..000000000 --- a/libc/sysv/consts/SIOCADDDLCI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCADDDLCI,0x8980,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCADDMULTI.S b/libc/sysv/consts/SIOCADDMULTI.S new file mode 100644 index 000000000..b2526190e --- /dev/null +++ b/libc/sysv/consts/SIOCADDMULTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCADDMULTI,0x8931,0x80206931,0x80206931,0x80206931,0x80206931,0 diff --git a/libc/sysv/consts/SIOCADDMULTI.s b/libc/sysv/consts/SIOCADDMULTI.s deleted file mode 100644 index 390c03aa4..000000000 --- a/libc/sysv/consts/SIOCADDMULTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCADDMULTI,0x8931,0x80206931,0x80206931,0x80206931,0x80206931,0 diff --git a/libc/sysv/consts/SIOCADDRT.S b/libc/sysv/consts/SIOCADDRT.S new file mode 100644 index 000000000..687ad0a92 --- /dev/null +++ b/libc/sysv/consts/SIOCADDRT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCADDRT,0x890b,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCADDRT.s b/libc/sysv/consts/SIOCADDRT.s deleted file mode 100644 index 7c47fa998..000000000 --- a/libc/sysv/consts/SIOCADDRT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCADDRT,0x890b,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCATMARK.S b/libc/sysv/consts/SIOCATMARK.S new file mode 100644 index 000000000..344fea0be --- /dev/null +++ b/libc/sysv/consts/SIOCATMARK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCATMARK,0x8905,0x40047307,0x40047307,0x40047307,0x40047307,0x40047307 diff --git a/libc/sysv/consts/SIOCATMARK.s b/libc/sysv/consts/SIOCATMARK.s deleted file mode 100644 index a6ad4fe05..000000000 --- a/libc/sysv/consts/SIOCATMARK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCATMARK,0x8905,0x40047307,0x40047307,0x40047307,0x40047307,0x40047307 diff --git a/libc/sysv/consts/SIOCDARP.S b/libc/sysv/consts/SIOCDARP.S new file mode 100644 index 000000000..756fd439a --- /dev/null +++ b/libc/sysv/consts/SIOCDARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDARP,0x8953,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDARP.s b/libc/sysv/consts/SIOCDARP.s deleted file mode 100644 index 5c27019c3..000000000 --- a/libc/sysv/consts/SIOCDARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDARP,0x8953,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDELDLCI.S b/libc/sysv/consts/SIOCDELDLCI.S new file mode 100644 index 000000000..d9cde414c --- /dev/null +++ b/libc/sysv/consts/SIOCDELDLCI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDELDLCI,0x8981,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDELDLCI.s b/libc/sysv/consts/SIOCDELDLCI.s deleted file mode 100644 index 97e6e84a6..000000000 --- a/libc/sysv/consts/SIOCDELDLCI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDELDLCI,0x8981,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDELMULTI.S b/libc/sysv/consts/SIOCDELMULTI.S new file mode 100644 index 000000000..07ea69795 --- /dev/null +++ b/libc/sysv/consts/SIOCDELMULTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDELMULTI,0x8932,0x80206932,0x80206932,0x80206932,0x80206932,0 diff --git a/libc/sysv/consts/SIOCDELMULTI.s b/libc/sysv/consts/SIOCDELMULTI.s deleted file mode 100644 index 42f7c9e6e..000000000 --- a/libc/sysv/consts/SIOCDELMULTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDELMULTI,0x8932,0x80206932,0x80206932,0x80206932,0x80206932,0 diff --git a/libc/sysv/consts/SIOCDELRT.S b/libc/sysv/consts/SIOCDELRT.S new file mode 100644 index 000000000..d3b02b4c3 --- /dev/null +++ b/libc/sysv/consts/SIOCDELRT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDELRT,0x890c,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDELRT.s b/libc/sysv/consts/SIOCDELRT.s deleted file mode 100644 index 73786887c..000000000 --- a/libc/sysv/consts/SIOCDELRT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDELRT,0x890c,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDEVPRIVATE.S b/libc/sysv/consts/SIOCDEVPRIVATE.S new file mode 100644 index 000000000..9167feb12 --- /dev/null +++ b/libc/sysv/consts/SIOCDEVPRIVATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDEVPRIVATE,0x89f0,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDEVPRIVATE.s b/libc/sysv/consts/SIOCDEVPRIVATE.s deleted file mode 100644 index e6ca4a7bd..000000000 --- a/libc/sysv/consts/SIOCDEVPRIVATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDEVPRIVATE,0x89f0,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDIFADDR.S b/libc/sysv/consts/SIOCDIFADDR.S new file mode 100644 index 000000000..5f1eaf6d9 --- /dev/null +++ b/libc/sysv/consts/SIOCDIFADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDIFADDR,0x8936,0x80206919,0x80206919,0x80206919,0x80206919,0 diff --git a/libc/sysv/consts/SIOCDIFADDR.s b/libc/sysv/consts/SIOCDIFADDR.s deleted file mode 100644 index a3d1a19c3..000000000 --- a/libc/sysv/consts/SIOCDIFADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDIFADDR,0x8936,0x80206919,0x80206919,0x80206919,0x80206919,0 diff --git a/libc/sysv/consts/SIOCDRARP.S b/libc/sysv/consts/SIOCDRARP.S new file mode 100644 index 000000000..735185e82 --- /dev/null +++ b/libc/sysv/consts/SIOCDRARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCDRARP,0x8960,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCDRARP.s b/libc/sysv/consts/SIOCDRARP.s deleted file mode 100644 index 7a5c338cd..000000000 --- a/libc/sysv/consts/SIOCDRARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCDRARP,0x8960,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGARP.S b/libc/sysv/consts/SIOCGARP.S new file mode 100644 index 000000000..7039adada --- /dev/null +++ b/libc/sysv/consts/SIOCGARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGARP,0x8954,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGARP.s b/libc/sysv/consts/SIOCGARP.s deleted file mode 100644 index 3f0d0d2a2..000000000 --- a/libc/sysv/consts/SIOCGARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGARP,0x8954,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFADDR.S b/libc/sysv/consts/SIOCGIFADDR.S new file mode 100644 index 000000000..b95b6467e --- /dev/null +++ b/libc/sysv/consts/SIOCGIFADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFADDR,0x8915,0xc0206921,0xc0206921,0xc0206921,0xc0206921,0 diff --git a/libc/sysv/consts/SIOCGIFADDR.s b/libc/sysv/consts/SIOCGIFADDR.s deleted file mode 100644 index b1764aaac..000000000 --- a/libc/sysv/consts/SIOCGIFADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFADDR,0x8915,0xc0206921,0xc0206921,0xc0206921,0xc0206921,0 diff --git a/libc/sysv/consts/SIOCGIFBR.S b/libc/sysv/consts/SIOCGIFBR.S new file mode 100644 index 000000000..01140fea5 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFBR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFBR,0x8940,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFBR.s b/libc/sysv/consts/SIOCGIFBR.s deleted file mode 100644 index 962ab56b4..000000000 --- a/libc/sysv/consts/SIOCGIFBR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFBR,0x8940,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFBRDADDR.S b/libc/sysv/consts/SIOCGIFBRDADDR.S new file mode 100644 index 000000000..51d5cd19e --- /dev/null +++ b/libc/sysv/consts/SIOCGIFBRDADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFBRDADDR,0x8919,0xc0206923,0xc0206923,0xc0206923,0xc0206923,0 diff --git a/libc/sysv/consts/SIOCGIFBRDADDR.s b/libc/sysv/consts/SIOCGIFBRDADDR.s deleted file mode 100644 index 1bbc17956..000000000 --- a/libc/sysv/consts/SIOCGIFBRDADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFBRDADDR,0x8919,0xc0206923,0xc0206923,0xc0206923,0xc0206923,0 diff --git a/libc/sysv/consts/SIOCGIFCONF.S b/libc/sysv/consts/SIOCGIFCONF.S new file mode 100644 index 000000000..5cccf082c --- /dev/null +++ b/libc/sysv/consts/SIOCGIFCONF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFCONF,0x8912,0xc00c6924,0xc0106924,0xc0106924,0xc0106924,0 diff --git a/libc/sysv/consts/SIOCGIFCONF.s b/libc/sysv/consts/SIOCGIFCONF.s deleted file mode 100644 index 0f9b7668b..000000000 --- a/libc/sysv/consts/SIOCGIFCONF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFCONF,0x8912,0xc00c6924,0xc0106924,0xc0106924,0xc0106924,0 diff --git a/libc/sysv/consts/SIOCGIFCOUNT.S b/libc/sysv/consts/SIOCGIFCOUNT.S new file mode 100644 index 000000000..df10dc54f --- /dev/null +++ b/libc/sysv/consts/SIOCGIFCOUNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFCOUNT,0x8938,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFCOUNT.s b/libc/sysv/consts/SIOCGIFCOUNT.s deleted file mode 100644 index d18fd29bb..000000000 --- a/libc/sysv/consts/SIOCGIFCOUNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFCOUNT,0x8938,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFDSTADDR.S b/libc/sysv/consts/SIOCGIFDSTADDR.S new file mode 100644 index 000000000..838ea6eaa --- /dev/null +++ b/libc/sysv/consts/SIOCGIFDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFDSTADDR,0x8917,0xc0206922,0xc0206922,0xc0206922,0xc0206922,0 diff --git a/libc/sysv/consts/SIOCGIFDSTADDR.s b/libc/sysv/consts/SIOCGIFDSTADDR.s deleted file mode 100644 index 7f47fe700..000000000 --- a/libc/sysv/consts/SIOCGIFDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFDSTADDR,0x8917,0xc0206922,0xc0206922,0xc0206922,0xc0206922,0 diff --git a/libc/sysv/consts/SIOCGIFENCAP.S b/libc/sysv/consts/SIOCGIFENCAP.S new file mode 100644 index 000000000..47d95ab01 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFENCAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFENCAP,0x8925,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFENCAP.s b/libc/sysv/consts/SIOCGIFENCAP.s deleted file mode 100644 index 106222a9b..000000000 --- a/libc/sysv/consts/SIOCGIFENCAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFENCAP,0x8925,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFFLAGS.S b/libc/sysv/consts/SIOCGIFFLAGS.S new file mode 100644 index 000000000..325835ab6 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFFLAGS,0x8913,0xc0206911,0xc0206911,0xc0206911,0xc0206911,0 diff --git a/libc/sysv/consts/SIOCGIFFLAGS.s b/libc/sysv/consts/SIOCGIFFLAGS.s deleted file mode 100644 index 2c42a542e..000000000 --- a/libc/sysv/consts/SIOCGIFFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFFLAGS,0x8913,0xc0206911,0xc0206911,0xc0206911,0xc0206911,0 diff --git a/libc/sysv/consts/SIOCGIFHWADDR.S b/libc/sysv/consts/SIOCGIFHWADDR.S new file mode 100644 index 000000000..28f680a1d --- /dev/null +++ b/libc/sysv/consts/SIOCGIFHWADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFHWADDR,0x8927,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFHWADDR.s b/libc/sysv/consts/SIOCGIFHWADDR.s deleted file mode 100644 index c8b618d8f..000000000 --- a/libc/sysv/consts/SIOCGIFHWADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFHWADDR,0x8927,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFINDEX.S b/libc/sysv/consts/SIOCGIFINDEX.S new file mode 100644 index 000000000..a3a6ca939 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFINDEX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFINDEX,0x8933,0,0xc0206920,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFINDEX.s b/libc/sysv/consts/SIOCGIFINDEX.s deleted file mode 100644 index 2c03e8e57..000000000 --- a/libc/sysv/consts/SIOCGIFINDEX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFINDEX,0x8933,0,0xc0206920,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFMAP.S b/libc/sysv/consts/SIOCGIFMAP.S new file mode 100644 index 000000000..a79cba2ec --- /dev/null +++ b/libc/sysv/consts/SIOCGIFMAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFMAP,0x8970,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFMAP.s b/libc/sysv/consts/SIOCGIFMAP.s deleted file mode 100644 index 593405438..000000000 --- a/libc/sysv/consts/SIOCGIFMAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFMAP,0x8970,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFMEM.S b/libc/sysv/consts/SIOCGIFMEM.S new file mode 100644 index 000000000..004485925 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFMEM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFMEM,0x891f,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFMEM.s b/libc/sysv/consts/SIOCGIFMEM.s deleted file mode 100644 index cffeae4aa..000000000 --- a/libc/sysv/consts/SIOCGIFMEM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFMEM,0x891f,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFMETRIC.S b/libc/sysv/consts/SIOCGIFMETRIC.S new file mode 100644 index 000000000..de819e7d0 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFMETRIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFMETRIC,0x891d,0xc0206917,0xc0206917,0xc0206917,0xc0206917,0 diff --git a/libc/sysv/consts/SIOCGIFMETRIC.s b/libc/sysv/consts/SIOCGIFMETRIC.s deleted file mode 100644 index bb1a5278c..000000000 --- a/libc/sysv/consts/SIOCGIFMETRIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFMETRIC,0x891d,0xc0206917,0xc0206917,0xc0206917,0xc0206917,0 diff --git a/libc/sysv/consts/SIOCGIFMTU.S b/libc/sysv/consts/SIOCGIFMTU.S new file mode 100644 index 000000000..042ee0041 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFMTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFMTU,0x8921,0xc0206933,0xc0206933,0xc020697e,0xc020697e,0 diff --git a/libc/sysv/consts/SIOCGIFMTU.s b/libc/sysv/consts/SIOCGIFMTU.s deleted file mode 100644 index fe26d06c0..000000000 --- a/libc/sysv/consts/SIOCGIFMTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFMTU,0x8921,0xc0206933,0xc0206933,0xc020697e,0xc020697e,0 diff --git a/libc/sysv/consts/SIOCGIFNAME.S b/libc/sysv/consts/SIOCGIFNAME.S new file mode 100644 index 000000000..5200de7e1 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFNAME,0x8910,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFNAME.s b/libc/sysv/consts/SIOCGIFNAME.s deleted file mode 100644 index 1dc068176..000000000 --- a/libc/sysv/consts/SIOCGIFNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFNAME,0x8910,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFNETMASK.S b/libc/sysv/consts/SIOCGIFNETMASK.S new file mode 100644 index 000000000..87f3c355d --- /dev/null +++ b/libc/sysv/consts/SIOCGIFNETMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFNETMASK,0x891b,0xc0206925,0xc0206925,0xc0206925,0xc0206925,0 diff --git a/libc/sysv/consts/SIOCGIFNETMASK.s b/libc/sysv/consts/SIOCGIFNETMASK.s deleted file mode 100644 index 10561a21a..000000000 --- a/libc/sysv/consts/SIOCGIFNETMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFNETMASK,0x891b,0xc0206925,0xc0206925,0xc0206925,0xc0206925,0 diff --git a/libc/sysv/consts/SIOCGIFPFLAGS.S b/libc/sysv/consts/SIOCGIFPFLAGS.S new file mode 100644 index 000000000..d88ffff9b --- /dev/null +++ b/libc/sysv/consts/SIOCGIFPFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFPFLAGS,0x8935,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFPFLAGS.s b/libc/sysv/consts/SIOCGIFPFLAGS.s deleted file mode 100644 index 257e47ac9..000000000 --- a/libc/sysv/consts/SIOCGIFPFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFPFLAGS,0x8935,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFSLAVE.S b/libc/sysv/consts/SIOCGIFSLAVE.S new file mode 100644 index 000000000..6586b9176 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFSLAVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFSLAVE,0x8929,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFSLAVE.s b/libc/sysv/consts/SIOCGIFSLAVE.s deleted file mode 100644 index 2d0aed5de..000000000 --- a/libc/sysv/consts/SIOCGIFSLAVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFSLAVE,0x8929,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFTXQLEN.S b/libc/sysv/consts/SIOCGIFTXQLEN.S new file mode 100644 index 000000000..b7b9bcb92 --- /dev/null +++ b/libc/sysv/consts/SIOCGIFTXQLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGIFTXQLEN,0x8942,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGIFTXQLEN.s b/libc/sysv/consts/SIOCGIFTXQLEN.s deleted file mode 100644 index 4220651ab..000000000 --- a/libc/sysv/consts/SIOCGIFTXQLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGIFTXQLEN,0x8942,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGPGRP.S b/libc/sysv/consts/SIOCGPGRP.S new file mode 100644 index 000000000..85c3adcfe --- /dev/null +++ b/libc/sysv/consts/SIOCGPGRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGPGRP,0x8904,0x40047309,0x40047309,0x40047309,0x40047309,0 diff --git a/libc/sysv/consts/SIOCGPGRP.s b/libc/sysv/consts/SIOCGPGRP.s deleted file mode 100644 index 58870fc5d..000000000 --- a/libc/sysv/consts/SIOCGPGRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGPGRP,0x8904,0x40047309,0x40047309,0x40047309,0x40047309,0 diff --git a/libc/sysv/consts/SIOCGRARP.S b/libc/sysv/consts/SIOCGRARP.S new file mode 100644 index 000000000..80d6b106e --- /dev/null +++ b/libc/sysv/consts/SIOCGRARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGRARP,0x8961,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGRARP.s b/libc/sysv/consts/SIOCGRARP.s deleted file mode 100644 index 47eec604d..000000000 --- a/libc/sysv/consts/SIOCGRARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGRARP,0x8961,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGSTAMP.S b/libc/sysv/consts/SIOCGSTAMP.S new file mode 100644 index 000000000..2dc4bf6f0 --- /dev/null +++ b/libc/sysv/consts/SIOCGSTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGSTAMP,0x8906,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGSTAMP.s b/libc/sysv/consts/SIOCGSTAMP.s deleted file mode 100644 index 66f7aaf7e..000000000 --- a/libc/sysv/consts/SIOCGSTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGSTAMP,0x8906,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGSTAMPNS.S b/libc/sysv/consts/SIOCGSTAMPNS.S new file mode 100644 index 000000000..e7f51a806 --- /dev/null +++ b/libc/sysv/consts/SIOCGSTAMPNS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCGSTAMPNS,0x8907,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCGSTAMPNS.s b/libc/sysv/consts/SIOCGSTAMPNS.s deleted file mode 100644 index 5a427a23a..000000000 --- a/libc/sysv/consts/SIOCGSTAMPNS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCGSTAMPNS,0x8907,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCPROTOPRIVATE.S b/libc/sysv/consts/SIOCPROTOPRIVATE.S new file mode 100644 index 000000000..504c0f98f --- /dev/null +++ b/libc/sysv/consts/SIOCPROTOPRIVATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCPROTOPRIVATE,0x89e0,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCPROTOPRIVATE.s b/libc/sysv/consts/SIOCPROTOPRIVATE.s deleted file mode 100644 index 0e2021e23..000000000 --- a/libc/sysv/consts/SIOCPROTOPRIVATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCPROTOPRIVATE,0x89e0,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCRTMSG.S b/libc/sysv/consts/SIOCRTMSG.S new file mode 100644 index 000000000..d59071de2 --- /dev/null +++ b/libc/sysv/consts/SIOCRTMSG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCRTMSG,0x890d,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCRTMSG.s b/libc/sysv/consts/SIOCRTMSG.s deleted file mode 100644 index b63676a04..000000000 --- a/libc/sysv/consts/SIOCRTMSG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCRTMSG,0x890d,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSARP.S b/libc/sysv/consts/SIOCSARP.S new file mode 100644 index 000000000..758b35e49 --- /dev/null +++ b/libc/sysv/consts/SIOCSARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSARP,0x8955,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSARP.s b/libc/sysv/consts/SIOCSARP.s deleted file mode 100644 index 2a22b3ff9..000000000 --- a/libc/sysv/consts/SIOCSARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSARP,0x8955,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFADDR.S b/libc/sysv/consts/SIOCSIFADDR.S new file mode 100644 index 000000000..e0c7ee774 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFADDR,0x8916,0x8020690c,0x8020690c,0x8020690c,0x8020690c,0 diff --git a/libc/sysv/consts/SIOCSIFADDR.s b/libc/sysv/consts/SIOCSIFADDR.s deleted file mode 100644 index 402fe300a..000000000 --- a/libc/sysv/consts/SIOCSIFADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFADDR,0x8916,0x8020690c,0x8020690c,0x8020690c,0x8020690c,0 diff --git a/libc/sysv/consts/SIOCSIFBR.S b/libc/sysv/consts/SIOCSIFBR.S new file mode 100644 index 000000000..8f78ade01 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFBR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFBR,0x8941,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFBR.s b/libc/sysv/consts/SIOCSIFBR.s deleted file mode 100644 index a8954b003..000000000 --- a/libc/sysv/consts/SIOCSIFBR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFBR,0x8941,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFBRDADDR.S b/libc/sysv/consts/SIOCSIFBRDADDR.S new file mode 100644 index 000000000..1c41d59f4 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFBRDADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFBRDADDR,0x891a,0x80206913,0x80206913,0x80206913,0x80206913,0 diff --git a/libc/sysv/consts/SIOCSIFBRDADDR.s b/libc/sysv/consts/SIOCSIFBRDADDR.s deleted file mode 100644 index 375f064a3..000000000 --- a/libc/sysv/consts/SIOCSIFBRDADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFBRDADDR,0x891a,0x80206913,0x80206913,0x80206913,0x80206913,0 diff --git a/libc/sysv/consts/SIOCSIFDSTADDR.S b/libc/sysv/consts/SIOCSIFDSTADDR.S new file mode 100644 index 000000000..2d25ea3c2 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFDSTADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFDSTADDR,0x8918,0x8020690e,0x8020690e,0x8020690e,0x8020690e,0 diff --git a/libc/sysv/consts/SIOCSIFDSTADDR.s b/libc/sysv/consts/SIOCSIFDSTADDR.s deleted file mode 100644 index b428ccb7b..000000000 --- a/libc/sysv/consts/SIOCSIFDSTADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFDSTADDR,0x8918,0x8020690e,0x8020690e,0x8020690e,0x8020690e,0 diff --git a/libc/sysv/consts/SIOCSIFENCAP.S b/libc/sysv/consts/SIOCSIFENCAP.S new file mode 100644 index 000000000..9a2308e2c --- /dev/null +++ b/libc/sysv/consts/SIOCSIFENCAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFENCAP,0x8926,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFENCAP.s b/libc/sysv/consts/SIOCSIFENCAP.s deleted file mode 100644 index ceabc52a5..000000000 --- a/libc/sysv/consts/SIOCSIFENCAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFENCAP,0x8926,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFFLAGS.S b/libc/sysv/consts/SIOCSIFFLAGS.S new file mode 100644 index 000000000..3527a8197 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFFLAGS,0x8914,0x80206910,0x80206910,0x80206910,0x80206910,0 diff --git a/libc/sysv/consts/SIOCSIFFLAGS.s b/libc/sysv/consts/SIOCSIFFLAGS.s deleted file mode 100644 index 3d78f31e4..000000000 --- a/libc/sysv/consts/SIOCSIFFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFFLAGS,0x8914,0x80206910,0x80206910,0x80206910,0x80206910,0 diff --git a/libc/sysv/consts/SIOCSIFHWADDR.S b/libc/sysv/consts/SIOCSIFHWADDR.S new file mode 100644 index 000000000..2916031e2 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFHWADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFHWADDR,0x8924,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFHWADDR.s b/libc/sysv/consts/SIOCSIFHWADDR.s deleted file mode 100644 index ddfe0b372..000000000 --- a/libc/sysv/consts/SIOCSIFHWADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFHWADDR,0x8924,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFHWBROADCAST.S b/libc/sysv/consts/SIOCSIFHWBROADCAST.S new file mode 100644 index 000000000..6c8b44a27 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFHWBROADCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFHWBROADCAST,0x8937,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFHWBROADCAST.s b/libc/sysv/consts/SIOCSIFHWBROADCAST.s deleted file mode 100644 index 0936363c4..000000000 --- a/libc/sysv/consts/SIOCSIFHWBROADCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFHWBROADCAST,0x8937,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFLINK.S b/libc/sysv/consts/SIOCSIFLINK.S new file mode 100644 index 000000000..272becafb --- /dev/null +++ b/libc/sysv/consts/SIOCSIFLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFLINK,0x8911,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFLINK.s b/libc/sysv/consts/SIOCSIFLINK.s deleted file mode 100644 index b0bb5f15b..000000000 --- a/libc/sysv/consts/SIOCSIFLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFLINK,0x8911,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFMAP.S b/libc/sysv/consts/SIOCSIFMAP.S new file mode 100644 index 000000000..83b572d24 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFMAP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFMAP,0x8971,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFMAP.s b/libc/sysv/consts/SIOCSIFMAP.s deleted file mode 100644 index a875d00dc..000000000 --- a/libc/sysv/consts/SIOCSIFMAP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFMAP,0x8971,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFMEM.S b/libc/sysv/consts/SIOCSIFMEM.S new file mode 100644 index 000000000..573b3140e --- /dev/null +++ b/libc/sysv/consts/SIOCSIFMEM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFMEM,0x8920,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFMEM.s b/libc/sysv/consts/SIOCSIFMEM.s deleted file mode 100644 index 63d2d30ab..000000000 --- a/libc/sysv/consts/SIOCSIFMEM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFMEM,0x8920,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFMETRIC.S b/libc/sysv/consts/SIOCSIFMETRIC.S new file mode 100644 index 000000000..e618ca38d --- /dev/null +++ b/libc/sysv/consts/SIOCSIFMETRIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFMETRIC,0x891e,0x80206918,0x80206918,0x80206918,0x80206918,0 diff --git a/libc/sysv/consts/SIOCSIFMETRIC.s b/libc/sysv/consts/SIOCSIFMETRIC.s deleted file mode 100644 index e95d10840..000000000 --- a/libc/sysv/consts/SIOCSIFMETRIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFMETRIC,0x891e,0x80206918,0x80206918,0x80206918,0x80206918,0 diff --git a/libc/sysv/consts/SIOCSIFMTU.S b/libc/sysv/consts/SIOCSIFMTU.S new file mode 100644 index 000000000..587a09b06 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFMTU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFMTU,0x8922,0x80206934,0x80206934,0x8020697f,0x8020697f,0 diff --git a/libc/sysv/consts/SIOCSIFMTU.s b/libc/sysv/consts/SIOCSIFMTU.s deleted file mode 100644 index 846bd5536..000000000 --- a/libc/sysv/consts/SIOCSIFMTU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFMTU,0x8922,0x80206934,0x80206934,0x8020697f,0x8020697f,0 diff --git a/libc/sysv/consts/SIOCSIFNAME.S b/libc/sysv/consts/SIOCSIFNAME.S new file mode 100644 index 000000000..3c71dc0de --- /dev/null +++ b/libc/sysv/consts/SIOCSIFNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFNAME,0x8923,0,0x80206928,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFNAME.s b/libc/sysv/consts/SIOCSIFNAME.s deleted file mode 100644 index faeee7403..000000000 --- a/libc/sysv/consts/SIOCSIFNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFNAME,0x8923,0,0x80206928,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFNETMASK.S b/libc/sysv/consts/SIOCSIFNETMASK.S new file mode 100644 index 000000000..a42cf4f86 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFNETMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFNETMASK,0x891c,0x80206916,0x80206916,0x80206916,0x80206916,0 diff --git a/libc/sysv/consts/SIOCSIFNETMASK.s b/libc/sysv/consts/SIOCSIFNETMASK.s deleted file mode 100644 index 9920cf329..000000000 --- a/libc/sysv/consts/SIOCSIFNETMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFNETMASK,0x891c,0x80206916,0x80206916,0x80206916,0x80206916,0 diff --git a/libc/sysv/consts/SIOCSIFPFLAGS.S b/libc/sysv/consts/SIOCSIFPFLAGS.S new file mode 100644 index 000000000..5ca9ec28e --- /dev/null +++ b/libc/sysv/consts/SIOCSIFPFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFPFLAGS,0x8934,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFPFLAGS.s b/libc/sysv/consts/SIOCSIFPFLAGS.s deleted file mode 100644 index fcb563309..000000000 --- a/libc/sysv/consts/SIOCSIFPFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFPFLAGS,0x8934,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFSLAVE.S b/libc/sysv/consts/SIOCSIFSLAVE.S new file mode 100644 index 000000000..64f1f925e --- /dev/null +++ b/libc/sysv/consts/SIOCSIFSLAVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFSLAVE,0x8930,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFSLAVE.s b/libc/sysv/consts/SIOCSIFSLAVE.s deleted file mode 100644 index 0beaea0bb..000000000 --- a/libc/sysv/consts/SIOCSIFSLAVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFSLAVE,0x8930,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFTXQLEN.S b/libc/sysv/consts/SIOCSIFTXQLEN.S new file mode 100644 index 000000000..714a4b541 --- /dev/null +++ b/libc/sysv/consts/SIOCSIFTXQLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSIFTXQLEN,0x8943,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSIFTXQLEN.s b/libc/sysv/consts/SIOCSIFTXQLEN.s deleted file mode 100644 index ab2f6c875..000000000 --- a/libc/sysv/consts/SIOCSIFTXQLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSIFTXQLEN,0x8943,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSPGRP.S b/libc/sysv/consts/SIOCSPGRP.S new file mode 100644 index 000000000..b596a0119 --- /dev/null +++ b/libc/sysv/consts/SIOCSPGRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSPGRP,0x8902,0x80047308,0x80047308,0x80047308,0x80047308,0 diff --git a/libc/sysv/consts/SIOCSPGRP.s b/libc/sysv/consts/SIOCSPGRP.s deleted file mode 100644 index af5177538..000000000 --- a/libc/sysv/consts/SIOCSPGRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSPGRP,0x8902,0x80047308,0x80047308,0x80047308,0x80047308,0 diff --git a/libc/sysv/consts/SIOCSRARP.S b/libc/sysv/consts/SIOCSRARP.S new file mode 100644 index 000000000..aa8f4af3e --- /dev/null +++ b/libc/sysv/consts/SIOCSRARP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOCSRARP,0x8962,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOCSRARP.s b/libc/sysv/consts/SIOCSRARP.s deleted file mode 100644 index 662ecb0eb..000000000 --- a/libc/sysv/consts/SIOCSRARP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOCSRARP,0x8962,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOGIFINDEX.S b/libc/sysv/consts/SIOGIFINDEX.S new file mode 100644 index 000000000..993e27a70 --- /dev/null +++ b/libc/sysv/consts/SIOGIFINDEX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sio,SIOGIFINDEX,0x8933,0,0,0,0,0 diff --git a/libc/sysv/consts/SIOGIFINDEX.s b/libc/sysv/consts/SIOGIFINDEX.s deleted file mode 100644 index beccb30d5..000000000 --- a/libc/sysv/consts/SIOGIFINDEX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sio,SIOGIFINDEX,0x8933,0,0,0,0,0 diff --git a/libc/sysv/consts/SI_ASYNCIO.S b/libc/sysv/consts/SI_ASYNCIO.S new file mode 100644 index 000000000..bc1cfc07d --- /dev/null +++ b/libc/sysv/consts/SI_ASYNCIO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_ASYNCIO,-4,0x010004,0x010004,0x80000000,-3,-4 diff --git a/libc/sysv/consts/SI_ASYNCIO.s b/libc/sysv/consts/SI_ASYNCIO.s deleted file mode 100644 index 504334423..000000000 --- a/libc/sysv/consts/SI_ASYNCIO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_ASYNCIO,-4,0x010004,0x010004,0x80000000,-3,-4 diff --git a/libc/sysv/consts/SI_ASYNCNL.S b/libc/sysv/consts/SI_ASYNCNL.S new file mode 100644 index 000000000..090ab2518 --- /dev/null +++ b/libc/sysv/consts/SI_ASYNCNL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_ASYNCNL,-60,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/SI_ASYNCNL.s b/libc/sysv/consts/SI_ASYNCNL.s deleted file mode 100644 index 60f3da377..000000000 --- a/libc/sysv/consts/SI_ASYNCNL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_ASYNCNL,-60,0x80000000,0x80000000,0x80000000,0x80000000,0x80000000 diff --git a/libc/sysv/consts/SI_KERNEL.S b/libc/sysv/consts/SI_KERNEL.S new file mode 100644 index 000000000..05aac846d --- /dev/null +++ b/libc/sysv/consts/SI_KERNEL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_KERNEL,128,0x80000000,0x010006,0x80000000,0x80000000,0x80 diff --git a/libc/sysv/consts/SI_KERNEL.s b/libc/sysv/consts/SI_KERNEL.s deleted file mode 100644 index 13360434e..000000000 --- a/libc/sysv/consts/SI_KERNEL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_KERNEL,128,0x80000000,0x010006,0x80000000,0x80000000,0x80 diff --git a/libc/sysv/consts/SI_MESGQ.S b/libc/sysv/consts/SI_MESGQ.S new file mode 100644 index 000000000..7021509b3 --- /dev/null +++ b/libc/sysv/consts/SI_MESGQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_MESGQ,-3,0x010005,0x010005,0x80000000,-4,-3 diff --git a/libc/sysv/consts/SI_MESGQ.s b/libc/sysv/consts/SI_MESGQ.s deleted file mode 100644 index c187d80b9..000000000 --- a/libc/sysv/consts/SI_MESGQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_MESGQ,-3,0x010005,0x010005,0x80000000,-4,-3 diff --git a/libc/sysv/consts/SI_NOINFO.S b/libc/sysv/consts/SI_NOINFO.S new file mode 100644 index 000000000..be65136ff --- /dev/null +++ b/libc/sysv/consts/SI_NOINFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_NOINFO,32767,0x80000000,0,32767,32767,32767 diff --git a/libc/sysv/consts/SI_NOINFO.s b/libc/sysv/consts/SI_NOINFO.s deleted file mode 100644 index f56edce76..000000000 --- a/libc/sysv/consts/SI_NOINFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_NOINFO,32767,0x80000000,0,32767,32767,32767 diff --git a/libc/sysv/consts/SI_QUEUE.S b/libc/sysv/consts/SI_QUEUE.S new file mode 100644 index 000000000..2379cf591 --- /dev/null +++ b/libc/sysv/consts/SI_QUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_QUEUE,-1,0x010002,0x010002,-2,-1,-1 diff --git a/libc/sysv/consts/SI_QUEUE.s b/libc/sysv/consts/SI_QUEUE.s deleted file mode 100644 index 23aa1549c..000000000 --- a/libc/sysv/consts/SI_QUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_QUEUE,-1,0x010002,0x010002,-2,-1,-1 diff --git a/libc/sysv/consts/SI_TIMER.S b/libc/sysv/consts/SI_TIMER.S new file mode 100644 index 000000000..bd9120da4 --- /dev/null +++ b/libc/sysv/consts/SI_TIMER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_TIMER,-2,0x010003,0x010003,-3,-2,-2 diff --git a/libc/sysv/consts/SI_TIMER.s b/libc/sysv/consts/SI_TIMER.s deleted file mode 100644 index fa5c16630..000000000 --- a/libc/sysv/consts/SI_TIMER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_TIMER,-2,0x010003,0x010003,-3,-2,-2 diff --git a/libc/sysv/consts/SI_TKILL.S b/libc/sysv/consts/SI_TKILL.S new file mode 100644 index 000000000..b9802a707 --- /dev/null +++ b/libc/sysv/consts/SI_TKILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_TKILL,-6,0x80000000,0x010007,-1,-5,-6 diff --git a/libc/sysv/consts/SI_TKILL.s b/libc/sysv/consts/SI_TKILL.s deleted file mode 100644 index 4d1861d12..000000000 --- a/libc/sysv/consts/SI_TKILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_TKILL,-6,0x80000000,0x010007,-1,-5,-6 diff --git a/libc/sysv/consts/SI_USER.S b/libc/sysv/consts/SI_USER.S new file mode 100644 index 000000000..ffc2deea0 --- /dev/null +++ b/libc/sysv/consts/SI_USER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SI_USER,0,0x010001,0x010001,0,0,0 diff --git a/libc/sysv/consts/SI_USER.s b/libc/sysv/consts/SI_USER.s deleted file mode 100644 index 1f7ad8549..000000000 --- a/libc/sysv/consts/SI_USER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SI_USER,0,0x010001,0x010001,0,0,0 diff --git a/libc/sysv/consts/SLIPDISC.S b/libc/sysv/consts/SLIPDISC.S new file mode 100644 index 000000000..fa8ce10a5 --- /dev/null +++ b/libc/sysv/consts/SLIPDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,SLIPDISC,0,0x4,0x4,0x4,0x4,0 diff --git a/libc/sysv/consts/SLIPDISC.s b/libc/sysv/consts/SLIPDISC.s deleted file mode 100644 index cfc9604b8..000000000 --- a/libc/sysv/consts/SLIPDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,SLIPDISC,0,0x4,0x4,0x4,0x4,0 diff --git a/libc/sysv/consts/SOCK_CLOEXEC.S b/libc/sysv/consts/SOCK_CLOEXEC.S new file mode 100644 index 000000000..e27c5aa9a --- /dev/null +++ b/libc/sysv/consts/SOCK_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_CLOEXEC,0x080000,0x080000,0x10000000,0x8000,0x10000000,0x00080000 diff --git a/libc/sysv/consts/SOCK_CLOEXEC.s b/libc/sysv/consts/SOCK_CLOEXEC.s deleted file mode 100644 index e183f787c..000000000 --- a/libc/sysv/consts/SOCK_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_CLOEXEC,0x080000,0x080000,0x10000000,0x8000,0x10000000,0x00080000 diff --git a/libc/sysv/consts/SOCK_DCCP.S b/libc/sysv/consts/SOCK_DCCP.S new file mode 100644 index 000000000..81a0a03b8 --- /dev/null +++ b/libc/sysv/consts/SOCK_DCCP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_DCCP,6,0,0,0,0,0 diff --git a/libc/sysv/consts/SOCK_DCCP.s b/libc/sysv/consts/SOCK_DCCP.s deleted file mode 100644 index 4873c6b31..000000000 --- a/libc/sysv/consts/SOCK_DCCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_DCCP,6,0,0,0,0,0 diff --git a/libc/sysv/consts/SOCK_DGRAM.S b/libc/sysv/consts/SOCK_DGRAM.S new file mode 100644 index 000000000..b34fc7077 --- /dev/null +++ b/libc/sysv/consts/SOCK_DGRAM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_DGRAM,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SOCK_DGRAM.s b/libc/sysv/consts/SOCK_DGRAM.s deleted file mode 100644 index 0a0d707ed..000000000 --- a/libc/sysv/consts/SOCK_DGRAM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_DGRAM,2,2,2,2,2,2 diff --git a/libc/sysv/consts/SOCK_NONBLOCK.S b/libc/sysv/consts/SOCK_NONBLOCK.S new file mode 100644 index 000000000..c25bef5c8 --- /dev/null +++ b/libc/sysv/consts/SOCK_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_NONBLOCK,0x0800,0x0800,0x20000000,0x4000,0x20000000,0x00000800 diff --git a/libc/sysv/consts/SOCK_NONBLOCK.s b/libc/sysv/consts/SOCK_NONBLOCK.s deleted file mode 100644 index f14774776..000000000 --- a/libc/sysv/consts/SOCK_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_NONBLOCK,0x0800,0x0800,0x20000000,0x4000,0x20000000,0x00000800 diff --git a/libc/sysv/consts/SOCK_PACKET.S b/libc/sysv/consts/SOCK_PACKET.S new file mode 100644 index 000000000..f33310b6c --- /dev/null +++ b/libc/sysv/consts/SOCK_PACKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_PACKET,10,0,0,0,0,0 diff --git a/libc/sysv/consts/SOCK_PACKET.s b/libc/sysv/consts/SOCK_PACKET.s deleted file mode 100644 index aee590b85..000000000 --- a/libc/sysv/consts/SOCK_PACKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_PACKET,10,0,0,0,0,0 diff --git a/libc/sysv/consts/SOCK_RAW.S b/libc/sysv/consts/SOCK_RAW.S new file mode 100644 index 000000000..e93f44b58 --- /dev/null +++ b/libc/sysv/consts/SOCK_RAW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_RAW,3,3,3,3,3,3 diff --git a/libc/sysv/consts/SOCK_RAW.s b/libc/sysv/consts/SOCK_RAW.s deleted file mode 100644 index 1a9d52a7d..000000000 --- a/libc/sysv/consts/SOCK_RAW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_RAW,3,3,3,3,3,3 diff --git a/libc/sysv/consts/SOCK_RDM.S b/libc/sysv/consts/SOCK_RDM.S new file mode 100644 index 000000000..83753a89b --- /dev/null +++ b/libc/sysv/consts/SOCK_RDM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_RDM,4,4,4,4,4,4 diff --git a/libc/sysv/consts/SOCK_RDM.s b/libc/sysv/consts/SOCK_RDM.s deleted file mode 100644 index 30ba0191c..000000000 --- a/libc/sysv/consts/SOCK_RDM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_RDM,4,4,4,4,4,4 diff --git a/libc/sysv/consts/SOCK_SEQPACKET.S b/libc/sysv/consts/SOCK_SEQPACKET.S new file mode 100644 index 000000000..046c9a695 --- /dev/null +++ b/libc/sysv/consts/SOCK_SEQPACKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_SEQPACKET,5,5,5,5,5,5 diff --git a/libc/sysv/consts/SOCK_SEQPACKET.s b/libc/sysv/consts/SOCK_SEQPACKET.s deleted file mode 100644 index 3ad090376..000000000 --- a/libc/sysv/consts/SOCK_SEQPACKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_SEQPACKET,5,5,5,5,5,5 diff --git a/libc/sysv/consts/SOCK_STREAM.S b/libc/sysv/consts/SOCK_STREAM.S new file mode 100644 index 000000000..ef73c0724 --- /dev/null +++ b/libc/sysv/consts/SOCK_STREAM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sock,SOCK_STREAM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SOCK_STREAM.s b/libc/sysv/consts/SOCK_STREAM.s deleted file mode 100644 index e382d6c37..000000000 --- a/libc/sysv/consts/SOCK_STREAM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sock,SOCK_STREAM,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SOL_AAL.S b/libc/sysv/consts/SOL_AAL.S new file mode 100644 index 000000000..32eb6cfeb --- /dev/null +++ b/libc/sysv/consts/SOL_AAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_AAL,265,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_AAL.s b/libc/sysv/consts/SOL_AAL.s deleted file mode 100644 index 61a8ce86b..000000000 --- a/libc/sysv/consts/SOL_AAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_AAL,265,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_ALG.S b/libc/sysv/consts/SOL_ALG.S new file mode 100644 index 000000000..95c03a583 --- /dev/null +++ b/libc/sysv/consts/SOL_ALG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_ALG,279,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_ALG.s b/libc/sysv/consts/SOL_ALG.s deleted file mode 100644 index 0aa7e54bb..000000000 --- a/libc/sysv/consts/SOL_ALG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_ALG,279,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_ATM.S b/libc/sysv/consts/SOL_ATM.S new file mode 100644 index 000000000..deb4c159a --- /dev/null +++ b/libc/sysv/consts/SOL_ATM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_ATM,264,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_ATM.s b/libc/sysv/consts/SOL_ATM.s deleted file mode 100644 index 7ad381367..000000000 --- a/libc/sysv/consts/SOL_ATM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_ATM,264,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_BLUETOOTH.S b/libc/sysv/consts/SOL_BLUETOOTH.S new file mode 100644 index 000000000..6db6d4098 --- /dev/null +++ b/libc/sysv/consts/SOL_BLUETOOTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_BLUETOOTH,274,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_BLUETOOTH.s b/libc/sysv/consts/SOL_BLUETOOTH.s deleted file mode 100644 index 8bfae8303..000000000 --- a/libc/sysv/consts/SOL_BLUETOOTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_BLUETOOTH,274,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_CAIF.S b/libc/sysv/consts/SOL_CAIF.S new file mode 100644 index 000000000..035ef7171 --- /dev/null +++ b/libc/sysv/consts/SOL_CAIF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_CAIF,278,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_CAIF.s b/libc/sysv/consts/SOL_CAIF.s deleted file mode 100644 index 6588c7400..000000000 --- a/libc/sysv/consts/SOL_CAIF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_CAIF,278,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_DCCP.S b/libc/sysv/consts/SOL_DCCP.S new file mode 100644 index 000000000..30bccf0a1 --- /dev/null +++ b/libc/sysv/consts/SOL_DCCP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_DCCP,269,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_DCCP.s b/libc/sysv/consts/SOL_DCCP.s deleted file mode 100644 index 91c45d50d..000000000 --- a/libc/sysv/consts/SOL_DCCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_DCCP,269,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_DECNET.S b/libc/sysv/consts/SOL_DECNET.S new file mode 100644 index 000000000..09982b6a9 --- /dev/null +++ b/libc/sysv/consts/SOL_DECNET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_DECNET,261,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_DECNET.s b/libc/sysv/consts/SOL_DECNET.s deleted file mode 100644 index 1a9031fd0..000000000 --- a/libc/sysv/consts/SOL_DECNET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_DECNET,261,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_ICMPV6.S b/libc/sysv/consts/SOL_ICMPV6.S new file mode 100644 index 000000000..02fc792d6 --- /dev/null +++ b/libc/sysv/consts/SOL_ICMPV6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_ICMPV6,58,58,58,58,58,-1 diff --git a/libc/sysv/consts/SOL_ICMPV6.s b/libc/sysv/consts/SOL_ICMPV6.s deleted file mode 100644 index 4379ab879..000000000 --- a/libc/sysv/consts/SOL_ICMPV6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_ICMPV6,58,58,58,58,58,-1 diff --git a/libc/sysv/consts/SOL_IP.S b/libc/sysv/consts/SOL_IP.S new file mode 100644 index 000000000..e5842663a --- /dev/null +++ b/libc/sysv/consts/SOL_IP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_IP,0,0,0,0,0,0 diff --git a/libc/sysv/consts/SOL_IP.s b/libc/sysv/consts/SOL_IP.s deleted file mode 100644 index c2594c815..000000000 --- a/libc/sysv/consts/SOL_IP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_IP,0,0,0,0,0,0 diff --git a/libc/sysv/consts/SOL_IPV6.S b/libc/sysv/consts/SOL_IPV6.S new file mode 100644 index 000000000..9016bacc5 --- /dev/null +++ b/libc/sysv/consts/SOL_IPV6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_IPV6,41,41,41,41,41,41 diff --git a/libc/sysv/consts/SOL_IPV6.s b/libc/sysv/consts/SOL_IPV6.s deleted file mode 100644 index 50d56c348..000000000 --- a/libc/sysv/consts/SOL_IPV6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_IPV6,41,41,41,41,41,41 diff --git a/libc/sysv/consts/SOL_IRDA.S b/libc/sysv/consts/SOL_IRDA.S new file mode 100644 index 000000000..9d727d0ac --- /dev/null +++ b/libc/sysv/consts/SOL_IRDA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_IRDA,266,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_IRDA.s b/libc/sysv/consts/SOL_IRDA.s deleted file mode 100644 index 66a1ad3ea..000000000 --- a/libc/sysv/consts/SOL_IRDA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_IRDA,266,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_IUCV.S b/libc/sysv/consts/SOL_IUCV.S new file mode 100644 index 000000000..3c05ae19f --- /dev/null +++ b/libc/sysv/consts/SOL_IUCV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_IUCV,277,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_IUCV.s b/libc/sysv/consts/SOL_IUCV.s deleted file mode 100644 index 6ab9192b4..000000000 --- a/libc/sysv/consts/SOL_IUCV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_IUCV,277,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_KCM.S b/libc/sysv/consts/SOL_KCM.S new file mode 100644 index 000000000..149e5cac2 --- /dev/null +++ b/libc/sysv/consts/SOL_KCM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_KCM,281,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_KCM.s b/libc/sysv/consts/SOL_KCM.s deleted file mode 100644 index b2035c806..000000000 --- a/libc/sysv/consts/SOL_KCM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_KCM,281,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_LLC.S b/libc/sysv/consts/SOL_LLC.S new file mode 100644 index 000000000..5e142e855 --- /dev/null +++ b/libc/sysv/consts/SOL_LLC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_LLC,268,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_LLC.s b/libc/sysv/consts/SOL_LLC.s deleted file mode 100644 index 6dace63ba..000000000 --- a/libc/sysv/consts/SOL_LLC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_LLC,268,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NETBEUI.S b/libc/sysv/consts/SOL_NETBEUI.S new file mode 100644 index 000000000..48bb33b4e --- /dev/null +++ b/libc/sysv/consts/SOL_NETBEUI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_NETBEUI,267,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NETBEUI.s b/libc/sysv/consts/SOL_NETBEUI.s deleted file mode 100644 index 4f72a9d99..000000000 --- a/libc/sysv/consts/SOL_NETBEUI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_NETBEUI,267,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NETLINK.S b/libc/sysv/consts/SOL_NETLINK.S new file mode 100644 index 000000000..2427eef92 --- /dev/null +++ b/libc/sysv/consts/SOL_NETLINK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_NETLINK,270,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NETLINK.s b/libc/sysv/consts/SOL_NETLINK.s deleted file mode 100644 index 9be1e084a..000000000 --- a/libc/sysv/consts/SOL_NETLINK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_NETLINK,270,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NFC.S b/libc/sysv/consts/SOL_NFC.S new file mode 100644 index 000000000..f8e490816 --- /dev/null +++ b/libc/sysv/consts/SOL_NFC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_NFC,280,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_NFC.s b/libc/sysv/consts/SOL_NFC.s deleted file mode 100644 index f797a8dec..000000000 --- a/libc/sysv/consts/SOL_NFC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_NFC,280,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PACKET.S b/libc/sysv/consts/SOL_PACKET.S new file mode 100644 index 000000000..b140cbd37 --- /dev/null +++ b/libc/sysv/consts/SOL_PACKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_PACKET,263,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PACKET.s b/libc/sysv/consts/SOL_PACKET.s deleted file mode 100644 index 532282ac4..000000000 --- a/libc/sysv/consts/SOL_PACKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_PACKET,263,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PNPIPE.S b/libc/sysv/consts/SOL_PNPIPE.S new file mode 100644 index 000000000..3b76bf4bf --- /dev/null +++ b/libc/sysv/consts/SOL_PNPIPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_PNPIPE,275,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PNPIPE.s b/libc/sysv/consts/SOL_PNPIPE.s deleted file mode 100644 index f7fb24b9e..000000000 --- a/libc/sysv/consts/SOL_PNPIPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_PNPIPE,275,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PPPOL2TP.S b/libc/sysv/consts/SOL_PPPOL2TP.S new file mode 100644 index 000000000..40c206eef --- /dev/null +++ b/libc/sysv/consts/SOL_PPPOL2TP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_PPPOL2TP,273,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_PPPOL2TP.s b/libc/sysv/consts/SOL_PPPOL2TP.s deleted file mode 100644 index 8f6f95ff7..000000000 --- a/libc/sysv/consts/SOL_PPPOL2TP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_PPPOL2TP,273,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RAW.S b/libc/sysv/consts/SOL_RAW.S new file mode 100644 index 000000000..f2df0bbb2 --- /dev/null +++ b/libc/sysv/consts/SOL_RAW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_RAW,255,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RAW.s b/libc/sysv/consts/SOL_RAW.s deleted file mode 100644 index 5d015e706..000000000 --- a/libc/sysv/consts/SOL_RAW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_RAW,255,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RDS.S b/libc/sysv/consts/SOL_RDS.S new file mode 100644 index 000000000..84cbb717f --- /dev/null +++ b/libc/sysv/consts/SOL_RDS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_RDS,276,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RDS.s b/libc/sysv/consts/SOL_RDS.s deleted file mode 100644 index bc5a00f82..000000000 --- a/libc/sysv/consts/SOL_RDS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_RDS,276,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RXRPC.S b/libc/sysv/consts/SOL_RXRPC.S new file mode 100644 index 000000000..903aba483 --- /dev/null +++ b/libc/sysv/consts/SOL_RXRPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_RXRPC,272,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_RXRPC.s b/libc/sysv/consts/SOL_RXRPC.s deleted file mode 100644 index 268318804..000000000 --- a/libc/sysv/consts/SOL_RXRPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_RXRPC,272,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_SOCKET.S b/libc/sysv/consts/SOL_SOCKET.S new file mode 100644 index 000000000..7ab8d5b49 --- /dev/null +++ b/libc/sysv/consts/SOL_SOCKET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_SOCKET,1,0xffff,0xffff,0xffff,0xffff,0xffff diff --git a/libc/sysv/consts/SOL_SOCKET.s b/libc/sysv/consts/SOL_SOCKET.s deleted file mode 100644 index 7f64d1073..000000000 --- a/libc/sysv/consts/SOL_SOCKET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_SOCKET,1,0xffff,0xffff,0xffff,0xffff,0xffff diff --git a/libc/sysv/consts/SOL_TCP.S b/libc/sysv/consts/SOL_TCP.S new file mode 100644 index 000000000..3d507825b --- /dev/null +++ b/libc/sysv/consts/SOL_TCP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_TCP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SOL_TCP.s b/libc/sysv/consts/SOL_TCP.s deleted file mode 100644 index 53b34afda..000000000 --- a/libc/sysv/consts/SOL_TCP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_TCP,6,6,6,6,6,6 diff --git a/libc/sysv/consts/SOL_TIPC.S b/libc/sysv/consts/SOL_TIPC.S new file mode 100644 index 000000000..a39651b26 --- /dev/null +++ b/libc/sysv/consts/SOL_TIPC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_TIPC,271,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_TIPC.s b/libc/sysv/consts/SOL_TIPC.s deleted file mode 100644 index 0bc1b8452..000000000 --- a/libc/sysv/consts/SOL_TIPC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_TIPC,271,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_UDP.S b/libc/sysv/consts/SOL_UDP.S new file mode 100644 index 000000000..86c1de371 --- /dev/null +++ b/libc/sysv/consts/SOL_UDP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_UDP,17,17,17,17,17,17 diff --git a/libc/sysv/consts/SOL_UDP.s b/libc/sysv/consts/SOL_UDP.s deleted file mode 100644 index c9710129f..000000000 --- a/libc/sysv/consts/SOL_UDP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_UDP,17,17,17,17,17,17 diff --git a/libc/sysv/consts/SOL_X25.S b/libc/sysv/consts/SOL_X25.S new file mode 100644 index 000000000..f9cf20846 --- /dev/null +++ b/libc/sysv/consts/SOL_X25.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sol,SOL_X25,262,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOL_X25.s b/libc/sysv/consts/SOL_X25.s deleted file mode 100644 index 941194310..000000000 --- a/libc/sysv/consts/SOL_X25.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sol,SOL_X25,262,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SOMAXCONN.S b/libc/sysv/consts/SOMAXCONN.S new file mode 100644 index 000000000..f7a8b51c9 --- /dev/null +++ b/libc/sysv/consts/SOMAXCONN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,SOMAXCONN,4096,128,128,128,128,2147483647 diff --git a/libc/sysv/consts/SOMAXCONN.s b/libc/sysv/consts/SOMAXCONN.s deleted file mode 100644 index f711831ce..000000000 --- a/libc/sysv/consts/SOMAXCONN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,SOMAXCONN,4096,128,128,128,128,2147483647 diff --git a/libc/sysv/consts/SO_ACCEPTCONN.S b/libc/sysv/consts/SO_ACCEPTCONN.S new file mode 100644 index 000000000..16b7fd1b1 --- /dev/null +++ b/libc/sysv/consts/SO_ACCEPTCONN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ACCEPTCONN,30,2,2,2,2,2 diff --git a/libc/sysv/consts/SO_ACCEPTCONN.s b/libc/sysv/consts/SO_ACCEPTCONN.s deleted file mode 100644 index 6c8b06182..000000000 --- a/libc/sysv/consts/SO_ACCEPTCONN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ACCEPTCONN,30,2,2,2,2,2 diff --git a/libc/sysv/consts/SO_ATTACH_BPF.S b/libc/sysv/consts/SO_ATTACH_BPF.S new file mode 100644 index 000000000..66ec7db9f --- /dev/null +++ b/libc/sysv/consts/SO_ATTACH_BPF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ATTACH_BPF,50,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_BPF.s b/libc/sysv/consts/SO_ATTACH_BPF.s deleted file mode 100644 index b1e17e2bb..000000000 --- a/libc/sysv/consts/SO_ATTACH_BPF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ATTACH_BPF,50,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_FILTER.S b/libc/sysv/consts/SO_ATTACH_FILTER.S new file mode 100644 index 000000000..3e0d8e999 --- /dev/null +++ b/libc/sysv/consts/SO_ATTACH_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ATTACH_FILTER,26,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_FILTER.s b/libc/sysv/consts/SO_ATTACH_FILTER.s deleted file mode 100644 index 8f4ebb930..000000000 --- a/libc/sysv/consts/SO_ATTACH_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ATTACH_FILTER,26,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.S b/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.S new file mode 100644 index 000000000..cce7efa3e --- /dev/null +++ b/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ATTACH_REUSEPORT_CBPF,51,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.s b/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.s deleted file mode 100644 index 043b29a8f..000000000 --- a/libc/sysv/consts/SO_ATTACH_REUSEPORT_CBPF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ATTACH_REUSEPORT_CBPF,51,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.S b/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.S new file mode 100644 index 000000000..560f20a2a --- /dev/null +++ b/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ATTACH_REUSEPORT_EBPF,52,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.s b/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.s deleted file mode 100644 index f05615e18..000000000 --- a/libc/sysv/consts/SO_ATTACH_REUSEPORT_EBPF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ATTACH_REUSEPORT_EBPF,52,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BINDTODEVICE.S b/libc/sysv/consts/SO_BINDTODEVICE.S new file mode 100644 index 000000000..0c2d5fdb2 --- /dev/null +++ b/libc/sysv/consts/SO_BINDTODEVICE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_BINDTODEVICE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BINDTODEVICE.s b/libc/sysv/consts/SO_BINDTODEVICE.s deleted file mode 100644 index 6328cb882..000000000 --- a/libc/sysv/consts/SO_BINDTODEVICE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_BINDTODEVICE,25,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BPF_EXTENSIONS.S b/libc/sysv/consts/SO_BPF_EXTENSIONS.S new file mode 100644 index 000000000..92f59b247 --- /dev/null +++ b/libc/sysv/consts/SO_BPF_EXTENSIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_BPF_EXTENSIONS,48,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BPF_EXTENSIONS.s b/libc/sysv/consts/SO_BPF_EXTENSIONS.s deleted file mode 100644 index ccaf9a5b1..000000000 --- a/libc/sysv/consts/SO_BPF_EXTENSIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_BPF_EXTENSIONS,48,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BROADCAST.S b/libc/sysv/consts/SO_BROADCAST.S new file mode 100644 index 000000000..0312d6f63 --- /dev/null +++ b/libc/sysv/consts/SO_BROADCAST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_BROADCAST,6,0x20,0x20,0x20,0x20,0x20 diff --git a/libc/sysv/consts/SO_BROADCAST.s b/libc/sysv/consts/SO_BROADCAST.s deleted file mode 100644 index be1f10cf8..000000000 --- a/libc/sysv/consts/SO_BROADCAST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_BROADCAST,6,0x20,0x20,0x20,0x20,0x20 diff --git a/libc/sysv/consts/SO_BSDCOMPAT.S b/libc/sysv/consts/SO_BSDCOMPAT.S new file mode 100644 index 000000000..3f66f007c --- /dev/null +++ b/libc/sysv/consts/SO_BSDCOMPAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_BSDCOMPAT,14,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BSDCOMPAT.s b/libc/sysv/consts/SO_BSDCOMPAT.s deleted file mode 100644 index 55e2bc5b8..000000000 --- a/libc/sysv/consts/SO_BSDCOMPAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_BSDCOMPAT,14,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BUSY_POLL.S b/libc/sysv/consts/SO_BUSY_POLL.S new file mode 100644 index 000000000..7ac9c3b2d --- /dev/null +++ b/libc/sysv/consts/SO_BUSY_POLL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_BUSY_POLL,46,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_BUSY_POLL.s b/libc/sysv/consts/SO_BUSY_POLL.s deleted file mode 100644 index 3b4e90a90..000000000 --- a/libc/sysv/consts/SO_BUSY_POLL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_BUSY_POLL,46,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_CNX_ADVICE.S b/libc/sysv/consts/SO_CNX_ADVICE.S new file mode 100644 index 000000000..c439c58f8 --- /dev/null +++ b/libc/sysv/consts/SO_CNX_ADVICE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_CNX_ADVICE,53,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_CNX_ADVICE.s b/libc/sysv/consts/SO_CNX_ADVICE.s deleted file mode 100644 index f84cd4093..000000000 --- a/libc/sysv/consts/SO_CNX_ADVICE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_CNX_ADVICE,53,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_DEBUG.S b/libc/sysv/consts/SO_DEBUG.S new file mode 100644 index 000000000..c4174cabf --- /dev/null +++ b/libc/sysv/consts/SO_DEBUG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DEBUG,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SO_DEBUG.s b/libc/sysv/consts/SO_DEBUG.s deleted file mode 100644 index c8c44026c..000000000 --- a/libc/sysv/consts/SO_DEBUG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DEBUG,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SO_DETACH_BPF.S b/libc/sysv/consts/SO_DETACH_BPF.S new file mode 100644 index 000000000..432dc79f5 --- /dev/null +++ b/libc/sysv/consts/SO_DETACH_BPF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DETACH_BPF,27,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_DETACH_BPF.s b/libc/sysv/consts/SO_DETACH_BPF.s deleted file mode 100644 index 82a4c484c..000000000 --- a/libc/sysv/consts/SO_DETACH_BPF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DETACH_BPF,27,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_DETACH_FILTER.S b/libc/sysv/consts/SO_DETACH_FILTER.S new file mode 100644 index 000000000..d97635436 --- /dev/null +++ b/libc/sysv/consts/SO_DETACH_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DETACH_FILTER,27,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_DETACH_FILTER.s b/libc/sysv/consts/SO_DETACH_FILTER.s deleted file mode 100644 index 470d9d86a..000000000 --- a/libc/sysv/consts/SO_DETACH_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DETACH_FILTER,27,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_DOMAIN.S b/libc/sysv/consts/SO_DOMAIN.S new file mode 100644 index 000000000..8ffeb2e6a --- /dev/null +++ b/libc/sysv/consts/SO_DOMAIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DOMAIN,39,0,0x1019,0x1024,0,0 diff --git a/libc/sysv/consts/SO_DOMAIN.s b/libc/sysv/consts/SO_DOMAIN.s deleted file mode 100644 index 680c872a3..000000000 --- a/libc/sysv/consts/SO_DOMAIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DOMAIN,39,0,0x1019,0x1024,0,0 diff --git a/libc/sysv/consts/SO_DONTLINGER.S b/libc/sysv/consts/SO_DONTLINGER.S new file mode 100644 index 000000000..6d61ff314 --- /dev/null +++ b/libc/sysv/consts/SO_DONTLINGER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DONTLINGER,0,0,0,0,0,~0x80 diff --git a/libc/sysv/consts/SO_DONTLINGER.s b/libc/sysv/consts/SO_DONTLINGER.s deleted file mode 100644 index 362217668..000000000 --- a/libc/sysv/consts/SO_DONTLINGER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DONTLINGER,0,0,0,0,0,~0x80 diff --git a/libc/sysv/consts/SO_DONTROUTE.S b/libc/sysv/consts/SO_DONTROUTE.S new file mode 100644 index 000000000..42c154130 --- /dev/null +++ b/libc/sysv/consts/SO_DONTROUTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_DONTROUTE,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/SO_DONTROUTE.s b/libc/sysv/consts/SO_DONTROUTE.s deleted file mode 100644 index 86c589a8d..000000000 --- a/libc/sysv/consts/SO_DONTROUTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_DONTROUTE,5,0x10,0x10,0x10,0x10,0x10 diff --git a/libc/sysv/consts/SO_ERROR.S b/libc/sysv/consts/SO_ERROR.S new file mode 100644 index 000000000..826db7140 --- /dev/null +++ b/libc/sysv/consts/SO_ERROR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_ERROR,4,0x1007,0x1007,0x1007,0x1007,0x1007 diff --git a/libc/sysv/consts/SO_ERROR.s b/libc/sysv/consts/SO_ERROR.s deleted file mode 100644 index 98d374be3..000000000 --- a/libc/sysv/consts/SO_ERROR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_ERROR,4,0x1007,0x1007,0x1007,0x1007,0x1007 diff --git a/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.S b/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.S new file mode 100644 index 000000000..99d8ee7e7 --- /dev/null +++ b/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_EXCLUSIVEADDRUSE,0,0,0,0,0,0xfffffffb diff --git a/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.s b/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.s deleted file mode 100644 index 82209e74e..000000000 --- a/libc/sysv/consts/SO_EXCLUSIVEADDRUSE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_EXCLUSIVEADDRUSE,0,0,0,0,0,0xfffffffb diff --git a/libc/sysv/consts/SO_GET_FILTER.S b/libc/sysv/consts/SO_GET_FILTER.S new file mode 100644 index 000000000..1ee199373 --- /dev/null +++ b/libc/sysv/consts/SO_GET_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_GET_FILTER,26,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_GET_FILTER.s b/libc/sysv/consts/SO_GET_FILTER.s deleted file mode 100644 index 610d46062..000000000 --- a/libc/sysv/consts/SO_GET_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_GET_FILTER,26,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_INCOMING_CPU.S b/libc/sysv/consts/SO_INCOMING_CPU.S new file mode 100644 index 000000000..186660a9f --- /dev/null +++ b/libc/sysv/consts/SO_INCOMING_CPU.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_INCOMING_CPU,49,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_INCOMING_CPU.s b/libc/sysv/consts/SO_INCOMING_CPU.s deleted file mode 100644 index 98b79cd0a..000000000 --- a/libc/sysv/consts/SO_INCOMING_CPU.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_INCOMING_CPU,49,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_KEEPALIVE.S b/libc/sysv/consts/SO_KEEPALIVE.S new file mode 100644 index 000000000..92c61c13b --- /dev/null +++ b/libc/sysv/consts/SO_KEEPALIVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_KEEPALIVE,9,8,8,8,8,8 diff --git a/libc/sysv/consts/SO_KEEPALIVE.s b/libc/sysv/consts/SO_KEEPALIVE.s deleted file mode 100644 index d58339110..000000000 --- a/libc/sysv/consts/SO_KEEPALIVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_KEEPALIVE,9,8,8,8,8,8 diff --git a/libc/sysv/consts/SO_LINGER.S b/libc/sysv/consts/SO_LINGER.S new file mode 100644 index 000000000..e1e7493fb --- /dev/null +++ b/libc/sysv/consts/SO_LINGER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_LINGER,13,0x1080,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/SO_LINGER.s b/libc/sysv/consts/SO_LINGER.s deleted file mode 100644 index f3060957b..000000000 --- a/libc/sysv/consts/SO_LINGER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_LINGER,13,0x1080,0x80,0x80,0x80,0x80 diff --git a/libc/sysv/consts/SO_LOCK_FILTER.S b/libc/sysv/consts/SO_LOCK_FILTER.S new file mode 100644 index 000000000..015aa2b0d --- /dev/null +++ b/libc/sysv/consts/SO_LOCK_FILTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_LOCK_FILTER,44,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_LOCK_FILTER.s b/libc/sysv/consts/SO_LOCK_FILTER.s deleted file mode 100644 index 5596b9a5c..000000000 --- a/libc/sysv/consts/SO_LOCK_FILTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_LOCK_FILTER,44,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_MARK.S b/libc/sysv/consts/SO_MARK.S new file mode 100644 index 000000000..c9e7f6fec --- /dev/null +++ b/libc/sysv/consts/SO_MARK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_MARK,36,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_MARK.s b/libc/sysv/consts/SO_MARK.s deleted file mode 100644 index 94a0bca54..000000000 --- a/libc/sysv/consts/SO_MARK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_MARK,36,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_MAX_PACING_RATE.S b/libc/sysv/consts/SO_MAX_PACING_RATE.S new file mode 100644 index 000000000..ce3ce16fe --- /dev/null +++ b/libc/sysv/consts/SO_MAX_PACING_RATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_MAX_PACING_RATE,47,0,0x1018,0,0,0 diff --git a/libc/sysv/consts/SO_MAX_PACING_RATE.s b/libc/sysv/consts/SO_MAX_PACING_RATE.s deleted file mode 100644 index aec7bebd7..000000000 --- a/libc/sysv/consts/SO_MAX_PACING_RATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_MAX_PACING_RATE,47,0,0x1018,0,0,0 diff --git a/libc/sysv/consts/SO_NOFCS.S b/libc/sysv/consts/SO_NOFCS.S new file mode 100644 index 000000000..d9652cbc2 --- /dev/null +++ b/libc/sysv/consts/SO_NOFCS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_NOFCS,43,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_NOFCS.s b/libc/sysv/consts/SO_NOFCS.s deleted file mode 100644 index 513c69963..000000000 --- a/libc/sysv/consts/SO_NOFCS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_NOFCS,43,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_NO_CHECK.S b/libc/sysv/consts/SO_NO_CHECK.S new file mode 100644 index 000000000..c74f482ce --- /dev/null +++ b/libc/sysv/consts/SO_NO_CHECK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_NO_CHECK,11,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_NO_CHECK.s b/libc/sysv/consts/SO_NO_CHECK.s deleted file mode 100644 index 526398bd0..000000000 --- a/libc/sysv/consts/SO_NO_CHECK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_NO_CHECK,11,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_OOBINLINE.S b/libc/sysv/consts/SO_OOBINLINE.S new file mode 100644 index 000000000..c306fae8e --- /dev/null +++ b/libc/sysv/consts/SO_OOBINLINE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_OOBINLINE,10,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/SO_OOBINLINE.s b/libc/sysv/consts/SO_OOBINLINE.s deleted file mode 100644 index 3f74d0f8c..000000000 --- a/libc/sysv/consts/SO_OOBINLINE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_OOBINLINE,10,0x0100,0x0100,0x0100,0x0100,0x0100 diff --git a/libc/sysv/consts/SO_PASSCRED.S b/libc/sysv/consts/SO_PASSCRED.S new file mode 100644 index 000000000..19b5a79cf --- /dev/null +++ b/libc/sysv/consts/SO_PASSCRED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PASSCRED,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PASSCRED.s b/libc/sysv/consts/SO_PASSCRED.s deleted file mode 100644 index b0e2ec9e2..000000000 --- a/libc/sysv/consts/SO_PASSCRED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PASSCRED,0x10,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PASSSEC.S b/libc/sysv/consts/SO_PASSSEC.S new file mode 100644 index 000000000..f9465ff82 --- /dev/null +++ b/libc/sysv/consts/SO_PASSSEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PASSSEC,34,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PASSSEC.s b/libc/sysv/consts/SO_PASSSEC.s deleted file mode 100644 index ee1da5336..000000000 --- a/libc/sysv/consts/SO_PASSSEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PASSSEC,34,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEEK_OFF.S b/libc/sysv/consts/SO_PEEK_OFF.S new file mode 100644 index 000000000..b8f7dc4f0 --- /dev/null +++ b/libc/sysv/consts/SO_PEEK_OFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PEEK_OFF,42,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEEK_OFF.s b/libc/sysv/consts/SO_PEEK_OFF.s deleted file mode 100644 index 8d2133f5a..000000000 --- a/libc/sysv/consts/SO_PEEK_OFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PEEK_OFF,42,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEERCRED.S b/libc/sysv/consts/SO_PEERCRED.S new file mode 100644 index 000000000..e47d46102 --- /dev/null +++ b/libc/sysv/consts/SO_PEERCRED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PEERCRED,17,0,0,0x1022,0,0 diff --git a/libc/sysv/consts/SO_PEERCRED.s b/libc/sysv/consts/SO_PEERCRED.s deleted file mode 100644 index b277006fc..000000000 --- a/libc/sysv/consts/SO_PEERCRED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PEERCRED,17,0,0,0x1022,0,0 diff --git a/libc/sysv/consts/SO_PEERNAME.S b/libc/sysv/consts/SO_PEERNAME.S new file mode 100644 index 000000000..30162d8bb --- /dev/null +++ b/libc/sysv/consts/SO_PEERNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PEERNAME,28,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEERNAME.s b/libc/sysv/consts/SO_PEERNAME.s deleted file mode 100644 index 1ecc4bb7c..000000000 --- a/libc/sysv/consts/SO_PEERNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PEERNAME,28,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEERSEC.S b/libc/sysv/consts/SO_PEERSEC.S new file mode 100644 index 000000000..dc9f4b952 --- /dev/null +++ b/libc/sysv/consts/SO_PEERSEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PEERSEC,31,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PEERSEC.s b/libc/sysv/consts/SO_PEERSEC.s deleted file mode 100644 index 512810acc..000000000 --- a/libc/sysv/consts/SO_PEERSEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PEERSEC,31,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PRIORITY.S b/libc/sysv/consts/SO_PRIORITY.S new file mode 100644 index 000000000..4ce468b7c --- /dev/null +++ b/libc/sysv/consts/SO_PRIORITY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PRIORITY,12,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PRIORITY.s b/libc/sysv/consts/SO_PRIORITY.s deleted file mode 100644 index 7b7ed74a6..000000000 --- a/libc/sysv/consts/SO_PRIORITY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PRIORITY,12,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_PROTOCOL.S b/libc/sysv/consts/SO_PROTOCOL.S new file mode 100644 index 000000000..207e3767e --- /dev/null +++ b/libc/sysv/consts/SO_PROTOCOL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_PROTOCOL,38,0,0x1016,0x1025,0,0 diff --git a/libc/sysv/consts/SO_PROTOCOL.s b/libc/sysv/consts/SO_PROTOCOL.s deleted file mode 100644 index 8d66e8de4..000000000 --- a/libc/sysv/consts/SO_PROTOCOL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_PROTOCOL,38,0,0x1016,0x1025,0,0 diff --git a/libc/sysv/consts/SO_RCVBUF.S b/libc/sysv/consts/SO_RCVBUF.S new file mode 100644 index 000000000..d869eba14 --- /dev/null +++ b/libc/sysv/consts/SO_RCVBUF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_RCVBUF,8,0x1002,0x1002,0x1002,0x1002,0x1002 diff --git a/libc/sysv/consts/SO_RCVBUF.s b/libc/sysv/consts/SO_RCVBUF.s deleted file mode 100644 index 0b5ca5adb..000000000 --- a/libc/sysv/consts/SO_RCVBUF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_RCVBUF,8,0x1002,0x1002,0x1002,0x1002,0x1002 diff --git a/libc/sysv/consts/SO_RCVBUFFORCE.S b/libc/sysv/consts/SO_RCVBUFFORCE.S new file mode 100644 index 000000000..310dc0ee8 --- /dev/null +++ b/libc/sysv/consts/SO_RCVBUFFORCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_RCVBUFFORCE,33,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_RCVBUFFORCE.s b/libc/sysv/consts/SO_RCVBUFFORCE.s deleted file mode 100644 index 87682462b..000000000 --- a/libc/sysv/consts/SO_RCVBUFFORCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_RCVBUFFORCE,33,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_RCVLOWAT.S b/libc/sysv/consts/SO_RCVLOWAT.S new file mode 100644 index 000000000..6dbbe2bca --- /dev/null +++ b/libc/sysv/consts/SO_RCVLOWAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_RCVLOWAT,18,0x1004,0x1004,0x1004,0x1004,0x1004 diff --git a/libc/sysv/consts/SO_RCVLOWAT.s b/libc/sysv/consts/SO_RCVLOWAT.s deleted file mode 100644 index 791417a0c..000000000 --- a/libc/sysv/consts/SO_RCVLOWAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_RCVLOWAT,18,0x1004,0x1004,0x1004,0x1004,0x1004 diff --git a/libc/sysv/consts/SO_RCVTIMEO.S b/libc/sysv/consts/SO_RCVTIMEO.S new file mode 100644 index 000000000..ba05af74e --- /dev/null +++ b/libc/sysv/consts/SO_RCVTIMEO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_RCVTIMEO,20,0x1006,0x1006,0x1006,0x100c,0x1006 diff --git a/libc/sysv/consts/SO_RCVTIMEO.s b/libc/sysv/consts/SO_RCVTIMEO.s deleted file mode 100644 index d2fcefa7c..000000000 --- a/libc/sysv/consts/SO_RCVTIMEO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_RCVTIMEO,20,0x1006,0x1006,0x1006,0x100c,0x1006 diff --git a/libc/sysv/consts/SO_REUSEADDR.S b/libc/sysv/consts/SO_REUSEADDR.S new file mode 100644 index 000000000..b78e3b8d5 --- /dev/null +++ b/libc/sysv/consts/SO_REUSEADDR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_REUSEADDR,2,4,4,4,4,4 diff --git a/libc/sysv/consts/SO_REUSEADDR.s b/libc/sysv/consts/SO_REUSEADDR.s deleted file mode 100644 index d9a3f33c7..000000000 --- a/libc/sysv/consts/SO_REUSEADDR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_REUSEADDR,2,4,4,4,4,4 diff --git a/libc/sysv/consts/SO_REUSEPORT.S b/libc/sysv/consts/SO_REUSEPORT.S new file mode 100644 index 000000000..7b14df089 --- /dev/null +++ b/libc/sysv/consts/SO_REUSEPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_REUSEPORT,15,0x0200,0x0200,0x0200,0x0200,4 diff --git a/libc/sysv/consts/SO_REUSEPORT.s b/libc/sysv/consts/SO_REUSEPORT.s deleted file mode 100644 index 8ec43b72c..000000000 --- a/libc/sysv/consts/SO_REUSEPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_REUSEPORT,15,0x0200,0x0200,0x0200,0x0200,4 diff --git a/libc/sysv/consts/SO_RXQ_OVFL.S b/libc/sysv/consts/SO_RXQ_OVFL.S new file mode 100644 index 000000000..88bf44f86 --- /dev/null +++ b/libc/sysv/consts/SO_RXQ_OVFL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_RXQ_OVFL,40,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_RXQ_OVFL.s b/libc/sysv/consts/SO_RXQ_OVFL.s deleted file mode 100644 index d06379ad0..000000000 --- a/libc/sysv/consts/SO_RXQ_OVFL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_RXQ_OVFL,40,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.S b/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.S new file mode 100644 index 000000000..74f2b0529 --- /dev/null +++ b/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SECURITY_AUTHENTICATION,22,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.s b/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.s deleted file mode 100644 index acca03f65..000000000 --- a/libc/sysv/consts/SO_SECURITY_AUTHENTICATION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SECURITY_AUTHENTICATION,22,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.S b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.S new file mode 100644 index 000000000..ce1e11ac2 --- /dev/null +++ b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SECURITY_ENCRYPTION_NETWORK,24,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.s b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.s deleted file mode 100644 index f0d818174..000000000 --- a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_NETWORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SECURITY_ENCRYPTION_NETWORK,24,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.S b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.S new file mode 100644 index 000000000..1cbcfc97c --- /dev/null +++ b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SECURITY_ENCRYPTION_TRANSPORT,23,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.s b/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.s deleted file mode 100644 index 52a974b3e..000000000 --- a/libc/sysv/consts/SO_SECURITY_ENCRYPTION_TRANSPORT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SECURITY_ENCRYPTION_TRANSPORT,23,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SELECT_ERR_QUEUE.S b/libc/sysv/consts/SO_SELECT_ERR_QUEUE.S new file mode 100644 index 000000000..afa9e15e7 --- /dev/null +++ b/libc/sysv/consts/SO_SELECT_ERR_QUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SELECT_ERR_QUEUE,45,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SELECT_ERR_QUEUE.s b/libc/sysv/consts/SO_SELECT_ERR_QUEUE.s deleted file mode 100644 index 75d16b02f..000000000 --- a/libc/sysv/consts/SO_SELECT_ERR_QUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SELECT_ERR_QUEUE,45,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SETFIB.S b/libc/sysv/consts/SO_SETFIB.S new file mode 100644 index 000000000..61edb03c7 --- /dev/null +++ b/libc/sysv/consts/SO_SETFIB.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SETFIB,0,0,0x1014,0,0,0 diff --git a/libc/sysv/consts/SO_SETFIB.s b/libc/sysv/consts/SO_SETFIB.s deleted file mode 100644 index f65b04e04..000000000 --- a/libc/sysv/consts/SO_SETFIB.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SETFIB,0,0,0x1014,0,0,0 diff --git a/libc/sysv/consts/SO_SNDBUF.S b/libc/sysv/consts/SO_SNDBUF.S new file mode 100644 index 000000000..dd8973983 --- /dev/null +++ b/libc/sysv/consts/SO_SNDBUF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SNDBUF,7,0x1001,0x1001,0x1001,0x1001,0x1001 diff --git a/libc/sysv/consts/SO_SNDBUF.s b/libc/sysv/consts/SO_SNDBUF.s deleted file mode 100644 index f473aa35b..000000000 --- a/libc/sysv/consts/SO_SNDBUF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SNDBUF,7,0x1001,0x1001,0x1001,0x1001,0x1001 diff --git a/libc/sysv/consts/SO_SNDBUFFORCE.S b/libc/sysv/consts/SO_SNDBUFFORCE.S new file mode 100644 index 000000000..4a7450485 --- /dev/null +++ b/libc/sysv/consts/SO_SNDBUFFORCE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SNDBUFFORCE,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SNDBUFFORCE.s b/libc/sysv/consts/SO_SNDBUFFORCE.s deleted file mode 100644 index 7a36bb59a..000000000 --- a/libc/sysv/consts/SO_SNDBUFFORCE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SNDBUFFORCE,0x20,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_SNDLOWAT.S b/libc/sysv/consts/SO_SNDLOWAT.S new file mode 100644 index 000000000..e6a06f94a --- /dev/null +++ b/libc/sysv/consts/SO_SNDLOWAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SNDLOWAT,19,0x1003,0x1003,0x1003,0x1003,0x1003 diff --git a/libc/sysv/consts/SO_SNDLOWAT.s b/libc/sysv/consts/SO_SNDLOWAT.s deleted file mode 100644 index ec0d614be..000000000 --- a/libc/sysv/consts/SO_SNDLOWAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SNDLOWAT,19,0x1003,0x1003,0x1003,0x1003,0x1003 diff --git a/libc/sysv/consts/SO_SNDTIMEO.S b/libc/sysv/consts/SO_SNDTIMEO.S new file mode 100644 index 000000000..fbe7f2ebb --- /dev/null +++ b/libc/sysv/consts/SO_SNDTIMEO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_SNDTIMEO,21,0x1005,0x1005,0x1005,0x100b,0x1005 diff --git a/libc/sysv/consts/SO_SNDTIMEO.s b/libc/sysv/consts/SO_SNDTIMEO.s deleted file mode 100644 index bb36e136d..000000000 --- a/libc/sysv/consts/SO_SNDTIMEO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_SNDTIMEO,21,0x1005,0x1005,0x1005,0x100b,0x1005 diff --git a/libc/sysv/consts/SO_TIMESTAMP.S b/libc/sysv/consts/SO_TIMESTAMP.S new file mode 100644 index 000000000..c2e395206 --- /dev/null +++ b/libc/sysv/consts/SO_TIMESTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_TIMESTAMP,29,0x0400,0x0400,0x0800,0x2000,0 diff --git a/libc/sysv/consts/SO_TIMESTAMP.s b/libc/sysv/consts/SO_TIMESTAMP.s deleted file mode 100644 index 29b3a9e7c..000000000 --- a/libc/sysv/consts/SO_TIMESTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_TIMESTAMP,29,0x0400,0x0400,0x0800,0x2000,0 diff --git a/libc/sysv/consts/SO_TIMESTAMPING.S b/libc/sysv/consts/SO_TIMESTAMPING.S new file mode 100644 index 000000000..ca8d4c0c3 --- /dev/null +++ b/libc/sysv/consts/SO_TIMESTAMPING.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_TIMESTAMPING,37,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_TIMESTAMPING.s b/libc/sysv/consts/SO_TIMESTAMPING.s deleted file mode 100644 index 7c4380dd2..000000000 --- a/libc/sysv/consts/SO_TIMESTAMPING.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_TIMESTAMPING,37,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_TIMESTAMPNS.S b/libc/sysv/consts/SO_TIMESTAMPNS.S new file mode 100644 index 000000000..c24a5ca47 --- /dev/null +++ b/libc/sysv/consts/SO_TIMESTAMPNS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_TIMESTAMPNS,35,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_TIMESTAMPNS.s b/libc/sysv/consts/SO_TIMESTAMPNS.s deleted file mode 100644 index 53169e5fe..000000000 --- a/libc/sysv/consts/SO_TIMESTAMPNS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_TIMESTAMPNS,35,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_TYPE.S b/libc/sysv/consts/SO_TYPE.S new file mode 100644 index 000000000..d17564f39 --- /dev/null +++ b/libc/sysv/consts/SO_TYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_TYPE,3,0x1008,0x1008,0x1008,0x1008,0x1008 diff --git a/libc/sysv/consts/SO_TYPE.s b/libc/sysv/consts/SO_TYPE.s deleted file mode 100644 index d03c5eccd..000000000 --- a/libc/sysv/consts/SO_TYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_TYPE,3,0x1008,0x1008,0x1008,0x1008,0x1008 diff --git a/libc/sysv/consts/SO_USELOOPBACK.S b/libc/sysv/consts/SO_USELOOPBACK.S new file mode 100644 index 000000000..40d2321f8 --- /dev/null +++ b/libc/sysv/consts/SO_USELOOPBACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_USELOOPBACK,0,0x40,0x40,0x40,0x40,0x40 diff --git a/libc/sysv/consts/SO_USELOOPBACK.s b/libc/sysv/consts/SO_USELOOPBACK.s deleted file mode 100644 index 9608ae3ac..000000000 --- a/libc/sysv/consts/SO_USELOOPBACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_USELOOPBACK,0,0x40,0x40,0x40,0x40,0x40 diff --git a/libc/sysv/consts/SO_WIFI_STATUS.S b/libc/sysv/consts/SO_WIFI_STATUS.S new file mode 100644 index 000000000..8f7c27cf3 --- /dev/null +++ b/libc/sysv/consts/SO_WIFI_STATUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon so,SO_WIFI_STATUS,41,0,0,0,0,0 diff --git a/libc/sysv/consts/SO_WIFI_STATUS.s b/libc/sysv/consts/SO_WIFI_STATUS.s deleted file mode 100644 index 432a9bf4f..000000000 --- a/libc/sysv/consts/SO_WIFI_STATUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon so,SO_WIFI_STATUS,41,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_GIFT.S b/libc/sysv/consts/SPLICE_F_GIFT.S new file mode 100644 index 000000000..d70050cac --- /dev/null +++ b/libc/sysv/consts/SPLICE_F_GIFT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SPLICE_F_GIFT,8,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_GIFT.s b/libc/sysv/consts/SPLICE_F_GIFT.s deleted file mode 100644 index 6432f8bc3..000000000 --- a/libc/sysv/consts/SPLICE_F_GIFT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SPLICE_F_GIFT,8,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_MORE.S b/libc/sysv/consts/SPLICE_F_MORE.S new file mode 100644 index 000000000..178b675db --- /dev/null +++ b/libc/sysv/consts/SPLICE_F_MORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SPLICE_F_MORE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_MORE.s b/libc/sysv/consts/SPLICE_F_MORE.s deleted file mode 100644 index 7022bf261..000000000 --- a/libc/sysv/consts/SPLICE_F_MORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SPLICE_F_MORE,4,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_MOVE.S b/libc/sysv/consts/SPLICE_F_MOVE.S new file mode 100644 index 000000000..17153ab5d --- /dev/null +++ b/libc/sysv/consts/SPLICE_F_MOVE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SPLICE_F_MOVE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_MOVE.s b/libc/sysv/consts/SPLICE_F_MOVE.s deleted file mode 100644 index b395316f7..000000000 --- a/libc/sysv/consts/SPLICE_F_MOVE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SPLICE_F_MOVE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_NONBLOCK.S b/libc/sysv/consts/SPLICE_F_NONBLOCK.S new file mode 100644 index 000000000..e6f8e5a55 --- /dev/null +++ b/libc/sysv/consts/SPLICE_F_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon splice,SPLICE_F_NONBLOCK,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SPLICE_F_NONBLOCK.s b/libc/sysv/consts/SPLICE_F_NONBLOCK.s deleted file mode 100644 index 3cf59ac8e..000000000 --- a/libc/sysv/consts/SPLICE_F_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon splice,SPLICE_F_NONBLOCK,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SS_DISABLE.S b/libc/sysv/consts/SS_DISABLE.S new file mode 100644 index 000000000..ef27ee807 --- /dev/null +++ b/libc/sysv/consts/SS_DISABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ss,SS_DISABLE,2,4,4,4,4,2 diff --git a/libc/sysv/consts/SS_DISABLE.s b/libc/sysv/consts/SS_DISABLE.s deleted file mode 100644 index 9d6c36e40..000000000 --- a/libc/sysv/consts/SS_DISABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ss,SS_DISABLE,2,4,4,4,4,2 diff --git a/libc/sysv/consts/SS_ONSTACK.S b/libc/sysv/consts/SS_ONSTACK.S new file mode 100644 index 000000000..b00aa8c86 --- /dev/null +++ b/libc/sysv/consts/SS_ONSTACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon ss,SS_ONSTACK,1,1,1,1,1,1 diff --git a/libc/sysv/consts/SS_ONSTACK.s b/libc/sysv/consts/SS_ONSTACK.s deleted file mode 100644 index ee7394561..000000000 --- a/libc/sysv/consts/SS_ONSTACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon ss,SS_ONSTACK,1,1,1,1,1,1 diff --git a/libc/sysv/consts/STRIPDISC.S b/libc/sysv/consts/STRIPDISC.S new file mode 100644 index 000000000..38a02e0d2 --- /dev/null +++ b/libc/sysv/consts/STRIPDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,STRIPDISC,0,0,0,0x6,0x6,0 diff --git a/libc/sysv/consts/STRIPDISC.s b/libc/sysv/consts/STRIPDISC.s deleted file mode 100644 index ebba10da2..000000000 --- a/libc/sysv/consts/STRIPDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,STRIPDISC,0,0,0,0x6,0x6,0 diff --git a/libc/sysv/consts/ST_APPEND.S b/libc/sysv/consts/ST_APPEND.S new file mode 100644 index 000000000..a415d86de --- /dev/null +++ b/libc/sysv/consts/ST_APPEND.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_APPEND,0x0100,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_APPEND.s b/libc/sysv/consts/ST_APPEND.s deleted file mode 100644 index aede40340..000000000 --- a/libc/sysv/consts/ST_APPEND.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_APPEND,0x0100,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_IMMUTABLE.S b/libc/sysv/consts/ST_IMMUTABLE.S new file mode 100644 index 000000000..64e198d6e --- /dev/null +++ b/libc/sysv/consts/ST_IMMUTABLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_IMMUTABLE,0x0200,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_IMMUTABLE.s b/libc/sysv/consts/ST_IMMUTABLE.s deleted file mode 100644 index d498ad7a7..000000000 --- a/libc/sysv/consts/ST_IMMUTABLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_IMMUTABLE,0x0200,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_MANDLOCK.S b/libc/sysv/consts/ST_MANDLOCK.S new file mode 100644 index 000000000..bb11ac34a --- /dev/null +++ b/libc/sysv/consts/ST_MANDLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_MANDLOCK,0x0040,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_MANDLOCK.s b/libc/sysv/consts/ST_MANDLOCK.s deleted file mode 100644 index 4be588eaa..000000000 --- a/libc/sysv/consts/ST_MANDLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_MANDLOCK,0x0040,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_NOATIME.S b/libc/sysv/consts/ST_NOATIME.S new file mode 100644 index 000000000..8ab05f010 --- /dev/null +++ b/libc/sysv/consts/ST_NOATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_NOATIME,0x0040,0x10000000,0x10000000,0x00008000,0x04000000,0 diff --git a/libc/sysv/consts/ST_NOATIME.s b/libc/sysv/consts/ST_NOATIME.s deleted file mode 100644 index 719de0786..000000000 --- a/libc/sysv/consts/ST_NOATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_NOATIME,0x0040,0x10000000,0x10000000,0x00008000,0x04000000,0 diff --git a/libc/sysv/consts/ST_NODEV.S b/libc/sysv/consts/ST_NODEV.S new file mode 100644 index 000000000..b1de4b57e --- /dev/null +++ b/libc/sysv/consts/ST_NODEV.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_NODEV,4,16,0,16,16,0 diff --git a/libc/sysv/consts/ST_NODEV.s b/libc/sysv/consts/ST_NODEV.s deleted file mode 100644 index 8138096da..000000000 --- a/libc/sysv/consts/ST_NODEV.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_NODEV,4,16,0,16,16,0 diff --git a/libc/sysv/consts/ST_NODIRATIME.S b/libc/sysv/consts/ST_NODIRATIME.S new file mode 100644 index 000000000..e8ce4e81e --- /dev/null +++ b/libc/sysv/consts/ST_NODIRATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_NODIRATIME,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_NODIRATIME.s b/libc/sysv/consts/ST_NODIRATIME.s deleted file mode 100644 index 74ac51b24..000000000 --- a/libc/sysv/consts/ST_NODIRATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_NODIRATIME,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_NOEXEC.S b/libc/sysv/consts/ST_NOEXEC.S new file mode 100644 index 000000000..931a037fc --- /dev/null +++ b/libc/sysv/consts/ST_NOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_NOEXEC,8,4,4,4,4,0 diff --git a/libc/sysv/consts/ST_NOEXEC.s b/libc/sysv/consts/ST_NOEXEC.s deleted file mode 100644 index 226619857..000000000 --- a/libc/sysv/consts/ST_NOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_NOEXEC,8,4,4,4,4,0 diff --git a/libc/sysv/consts/ST_NOSUID.S b/libc/sysv/consts/ST_NOSUID.S new file mode 100644 index 000000000..df155293e --- /dev/null +++ b/libc/sysv/consts/ST_NOSUID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_NOSUID,2,8,8,8,8,0 diff --git a/libc/sysv/consts/ST_NOSUID.s b/libc/sysv/consts/ST_NOSUID.s deleted file mode 100644 index d54f80977..000000000 --- a/libc/sysv/consts/ST_NOSUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_NOSUID,2,8,8,8,8,0 diff --git a/libc/sysv/consts/ST_RDONLY.S b/libc/sysv/consts/ST_RDONLY.S new file mode 100644 index 000000000..25dd9e9aa --- /dev/null +++ b/libc/sysv/consts/ST_RDONLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_RDONLY,1,1,1,1,1,0x00080000 diff --git a/libc/sysv/consts/ST_RDONLY.s b/libc/sysv/consts/ST_RDONLY.s deleted file mode 100644 index f14287764..000000000 --- a/libc/sysv/consts/ST_RDONLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_RDONLY,1,1,1,1,1,0x00080000 diff --git a/libc/sysv/consts/ST_RELATIME.S b/libc/sysv/consts/ST_RELATIME.S new file mode 100644 index 000000000..1ed27ae58 --- /dev/null +++ b/libc/sysv/consts/ST_RELATIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_RELATIME,0x1000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/ST_RELATIME.s b/libc/sysv/consts/ST_RELATIME.s deleted file mode 100644 index 6aa68ebae..000000000 --- a/libc/sysv/consts/ST_RELATIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_RELATIME,0x1000,0,0,0,0x00020000,0 diff --git a/libc/sysv/consts/ST_SYNCHRONOUS.S b/libc/sysv/consts/ST_SYNCHRONOUS.S new file mode 100644 index 000000000..cec831e3d --- /dev/null +++ b/libc/sysv/consts/ST_SYNCHRONOUS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_SYNCHRONOUS,16,2,2,2,2,0 diff --git a/libc/sysv/consts/ST_SYNCHRONOUS.s b/libc/sysv/consts/ST_SYNCHRONOUS.s deleted file mode 100644 index 7d64f5b53..000000000 --- a/libc/sysv/consts/ST_SYNCHRONOUS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_SYNCHRONOUS,16,2,2,2,2,0 diff --git a/libc/sysv/consts/ST_WRITE.S b/libc/sysv/consts/ST_WRITE.S new file mode 100644 index 000000000..c83f3f0e8 --- /dev/null +++ b/libc/sysv/consts/ST_WRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon statfs,ST_WRITE,0x0080,0,0,0,0,0 diff --git a/libc/sysv/consts/ST_WRITE.s b/libc/sysv/consts/ST_WRITE.s deleted file mode 100644 index 273b57569..000000000 --- a/libc/sysv/consts/ST_WRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon statfs,ST_WRITE,0x0080,0,0,0,0,0 diff --git a/libc/sysv/consts/SUBCMDMASK.S b/libc/sysv/consts/SUBCMDMASK.S new file mode 100644 index 000000000..cd4eb7331 --- /dev/null +++ b/libc/sysv/consts/SUBCMDMASK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SUBCMDMASK,255,255,255,255,255,0 diff --git a/libc/sysv/consts/SUBCMDMASK.s b/libc/sysv/consts/SUBCMDMASK.s deleted file mode 100644 index e725e210d..000000000 --- a/libc/sysv/consts/SUBCMDMASK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SUBCMDMASK,255,255,255,255,255,0 diff --git a/libc/sysv/consts/SUBCMDSHIFT.S b/libc/sysv/consts/SUBCMDSHIFT.S new file mode 100644 index 000000000..7b2118ade --- /dev/null +++ b/libc/sysv/consts/SUBCMDSHIFT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SUBCMDSHIFT,8,8,8,8,8,0 diff --git a/libc/sysv/consts/SUBCMDSHIFT.s b/libc/sysv/consts/SUBCMDSHIFT.s deleted file mode 100644 index f4c6136d5..000000000 --- a/libc/sysv/consts/SUBCMDSHIFT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SUBCMDSHIFT,8,8,8,8,8,0 diff --git a/libc/sysv/consts/SYMTYPE.S b/libc/sysv/consts/SYMTYPE.S new file mode 100644 index 000000000..fdf68aa29 --- /dev/null +++ b/libc/sysv/consts/SYMTYPE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SYMTYPE,50,50,50,50,50,0 diff --git a/libc/sysv/consts/SYMTYPE.s b/libc/sysv/consts/SYMTYPE.s deleted file mode 100644 index abf6dde26..000000000 --- a/libc/sysv/consts/SYMTYPE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SYMTYPE,50,50,50,50,50,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.S b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.S new file mode 100644 index 000000000..5b92109a1 --- /dev/null +++ b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SYNC_FILE_RANGE_WAIT_AFTER,4,0,0,0,0,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.s b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.s deleted file mode 100644 index e940dbcc0..000000000 --- a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_AFTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SYNC_FILE_RANGE_WAIT_AFTER,4,0,0,0,0,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.S b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.S new file mode 100644 index 000000000..57a3b6606 --- /dev/null +++ b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SYNC_FILE_RANGE_WAIT_BEFORE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.s b/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.s deleted file mode 100644 index f40b71a9d..000000000 --- a/libc/sysv/consts/SYNC_FILE_RANGE_WAIT_BEFORE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SYNC_FILE_RANGE_WAIT_BEFORE,1,0,0,0,0,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.S b/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.S new file mode 100644 index 000000000..47550d9bc --- /dev/null +++ b/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,SYNC_FILE_RANGE_WRITE,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.s b/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.s deleted file mode 100644 index 998d25ebb..000000000 --- a/libc/sysv/consts/SYNC_FILE_RANGE_WRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,SYNC_FILE_RANGE_WRITE,2,0,0,0,0,0 diff --git a/libc/sysv/consts/SYS_SECCOMP.S b/libc/sysv/consts/SYS_SECCOMP.S new file mode 100644 index 000000000..c99380963 --- /dev/null +++ b/libc/sysv/consts/SYS_SECCOMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SYS_SECCOMP,1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SYS_SECCOMP.s b/libc/sysv/consts/SYS_SECCOMP.s deleted file mode 100644 index b1ffb3b3e..000000000 --- a/libc/sysv/consts/SYS_SECCOMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SYS_SECCOMP,1,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SYS_USER_DISPATCH.S b/libc/sysv/consts/SYS_USER_DISPATCH.S new file mode 100644 index 000000000..7daf28756 --- /dev/null +++ b/libc/sysv/consts/SYS_USER_DISPATCH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,SYS_USER_DISPATCH,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/SYS_USER_DISPATCH.s b/libc/sysv/consts/SYS_USER_DISPATCH.s deleted file mode 100644 index 12a93bc59..000000000 --- a/libc/sysv/consts/SYS_USER_DISPATCH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,SYS_USER_DISPATCH,2,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/TAB0.S b/libc/sysv/consts/TAB0.S new file mode 100644 index 000000000..05e012fe7 --- /dev/null +++ b/libc/sysv/consts/TAB0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TAB0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/TAB0.s b/libc/sysv/consts/TAB0.s deleted file mode 100644 index 3917c1082..000000000 --- a/libc/sysv/consts/TAB0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TAB0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0b000000000000000000,0b0000000000000000 diff --git a/libc/sysv/consts/TAB1.S b/libc/sysv/consts/TAB1.S new file mode 100644 index 000000000..5ca4f4c9f --- /dev/null +++ b/libc/sysv/consts/TAB1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TAB1,0b0000100000000000,0b000000010000000000,0b000000010000000000,0,0b000000010000000000,0b0000100000000000 diff --git a/libc/sysv/consts/TAB1.s b/libc/sysv/consts/TAB1.s deleted file mode 100644 index 02d4b5797..000000000 --- a/libc/sysv/consts/TAB1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TAB1,0b0000100000000000,0b000000010000000000,0b000000010000000000,0,0b000000010000000000,0b0000100000000000 diff --git a/libc/sysv/consts/TAB2.S b/libc/sysv/consts/TAB2.S new file mode 100644 index 000000000..75b6974e5 --- /dev/null +++ b/libc/sysv/consts/TAB2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TAB2,0b0001000000000000,0b000000100000000000,0b000000100000000000,0,0b000000100000000000,0b0001000000000000 diff --git a/libc/sysv/consts/TAB2.s b/libc/sysv/consts/TAB2.s deleted file mode 100644 index c3421ab2c..000000000 --- a/libc/sysv/consts/TAB2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TAB2,0b0001000000000000,0b000000100000000000,0b000000100000000000,0,0b000000100000000000,0b0001000000000000 diff --git a/libc/sysv/consts/TAB3.S b/libc/sysv/consts/TAB3.S new file mode 100644 index 000000000..986b1f80a --- /dev/null +++ b/libc/sysv/consts/TAB3.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TAB3,0b0001100000000000,0b000000000000000100,0b000000000000000100,0,0b000000000000000100,0b0001100000000000 diff --git a/libc/sysv/consts/TAB3.s b/libc/sysv/consts/TAB3.s deleted file mode 100644 index b0e0e9bf9..000000000 --- a/libc/sysv/consts/TAB3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TAB3,0b0001100000000000,0b000000000000000100,0b000000000000000100,0,0b000000000000000100,0b0001100000000000 diff --git a/libc/sysv/consts/TABDLY.S b/libc/sysv/consts/TABDLY.S new file mode 100644 index 000000000..9155dbea8 --- /dev/null +++ b/libc/sysv/consts/TABDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TABDLY,0b0001100000000000,0b000000110000000100,0b000000000000000100,0,0,0b0001100000000000 diff --git a/libc/sysv/consts/TABDLY.s b/libc/sysv/consts/TABDLY.s deleted file mode 100644 index c3792f060..000000000 --- a/libc/sysv/consts/TABDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TABDLY,0b0001100000000000,0b000000110000000100,0b000000000000000100,0,0,0b0001100000000000 diff --git a/libc/sysv/consts/TABLDISC.S b/libc/sysv/consts/TABLDISC.S new file mode 100644 index 000000000..7dc72ad71 --- /dev/null +++ b/libc/sysv/consts/TABLDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TABLDISC,0,0x3,0,0x3,0x3,0 diff --git a/libc/sysv/consts/TABLDISC.s b/libc/sysv/consts/TABLDISC.s deleted file mode 100644 index 5f3764bb8..000000000 --- a/libc/sysv/consts/TABLDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TABLDISC,0,0x3,0,0x3,0x3,0 diff --git a/libc/sysv/consts/TCFLSH.S b/libc/sysv/consts/TCFLSH.S new file mode 100644 index 000000000..f6fcafe88 --- /dev/null +++ b/libc/sysv/consts/TCFLSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCFLSH,0x540b,0x80047410,0x80047410,0x80047410,0x80047410,0 diff --git a/libc/sysv/consts/TCFLSH.s b/libc/sysv/consts/TCFLSH.s deleted file mode 100644 index 463c64882..000000000 --- a/libc/sysv/consts/TCFLSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCFLSH,0x540b,0x80047410,0x80047410,0x80047410,0x80047410,0 diff --git a/libc/sysv/consts/TCGETS.S b/libc/sysv/consts/TCGETS.S new file mode 100644 index 000000000..61490ee38 --- /dev/null +++ b/libc/sysv/consts/TCGETS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCGETS,0x5401,0x40487413,0x402c7413,0x402c7413,0x402c7413,0 diff --git a/libc/sysv/consts/TCGETS.s b/libc/sysv/consts/TCGETS.s deleted file mode 100644 index 2824d403c..000000000 --- a/libc/sysv/consts/TCGETS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCGETS,0x5401,0x40487413,0x402c7413,0x402c7413,0x402c7413,0 diff --git a/libc/sysv/consts/TCIFLUSH.S b/libc/sysv/consts/TCIFLUSH.S new file mode 100644 index 000000000..c70852957 --- /dev/null +++ b/libc/sysv/consts/TCIFLUSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCIFLUSH,0,1,1,1,1,0 diff --git a/libc/sysv/consts/TCIFLUSH.s b/libc/sysv/consts/TCIFLUSH.s deleted file mode 100644 index 020a9da12..000000000 --- a/libc/sysv/consts/TCIFLUSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCIFLUSH,0,1,1,1,1,0 diff --git a/libc/sysv/consts/TCIOFF.S b/libc/sysv/consts/TCIOFF.S new file mode 100644 index 000000000..8d24aa87e --- /dev/null +++ b/libc/sysv/consts/TCIOFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCIOFF,2,3,3,3,3,2 diff --git a/libc/sysv/consts/TCIOFF.s b/libc/sysv/consts/TCIOFF.s deleted file mode 100644 index 9183390e2..000000000 --- a/libc/sysv/consts/TCIOFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCIOFF,2,3,3,3,3,2 diff --git a/libc/sysv/consts/TCIOFLUSH.S b/libc/sysv/consts/TCIOFLUSH.S new file mode 100644 index 000000000..e9d5e39ce --- /dev/null +++ b/libc/sysv/consts/TCIOFLUSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCIOFLUSH,2,3,3,3,3,2 diff --git a/libc/sysv/consts/TCIOFLUSH.s b/libc/sysv/consts/TCIOFLUSH.s deleted file mode 100644 index bd2049452..000000000 --- a/libc/sysv/consts/TCIOFLUSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCIOFLUSH,2,3,3,3,3,2 diff --git a/libc/sysv/consts/TCION.S b/libc/sysv/consts/TCION.S new file mode 100644 index 000000000..9f1e6b555 --- /dev/null +++ b/libc/sysv/consts/TCION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCION,3,4,4,4,4,3 diff --git a/libc/sysv/consts/TCION.s b/libc/sysv/consts/TCION.s deleted file mode 100644 index 059ed66e5..000000000 --- a/libc/sysv/consts/TCION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCION,3,4,4,4,4,3 diff --git a/libc/sysv/consts/TCOFLUSH.S b/libc/sysv/consts/TCOFLUSH.S new file mode 100644 index 000000000..ab1f6dca5 --- /dev/null +++ b/libc/sysv/consts/TCOFLUSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCOFLUSH,1,2,2,2,2,1 diff --git a/libc/sysv/consts/TCOFLUSH.s b/libc/sysv/consts/TCOFLUSH.s deleted file mode 100644 index 5910bcc79..000000000 --- a/libc/sysv/consts/TCOFLUSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCOFLUSH,1,2,2,2,2,1 diff --git a/libc/sysv/consts/TCOOFF.S b/libc/sysv/consts/TCOOFF.S new file mode 100644 index 000000000..d2f98b06b --- /dev/null +++ b/libc/sysv/consts/TCOOFF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCOOFF,0,1,1,1,1,0 diff --git a/libc/sysv/consts/TCOOFF.s b/libc/sysv/consts/TCOOFF.s deleted file mode 100644 index 41cd49d40..000000000 --- a/libc/sysv/consts/TCOOFF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCOOFF,0,1,1,1,1,0 diff --git a/libc/sysv/consts/TCOON.S b/libc/sysv/consts/TCOON.S new file mode 100644 index 000000000..61005b315 --- /dev/null +++ b/libc/sysv/consts/TCOON.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCOON,1,2,2,2,2,1 diff --git a/libc/sysv/consts/TCOON.s b/libc/sysv/consts/TCOON.s deleted file mode 100644 index 1eaf8b7b9..000000000 --- a/libc/sysv/consts/TCOON.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCOON,1,2,2,2,2,1 diff --git a/libc/sysv/consts/TCP_CC_INFO.S b/libc/sysv/consts/TCP_CC_INFO.S new file mode 100644 index 000000000..9c9e9bc68 --- /dev/null +++ b/libc/sysv/consts/TCP_CC_INFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_CC_INFO,26,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_CC_INFO.s b/libc/sysv/consts/TCP_CC_INFO.s deleted file mode 100644 index ae5bf7925..000000000 --- a/libc/sysv/consts/TCP_CC_INFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_CC_INFO,26,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_CONGESTION.S b/libc/sysv/consts/TCP_CONGESTION.S new file mode 100644 index 000000000..84cd5a4d1 --- /dev/null +++ b/libc/sysv/consts/TCP_CONGESTION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_CONGESTION,13,0,0x40,0,0,0 diff --git a/libc/sysv/consts/TCP_CONGESTION.s b/libc/sysv/consts/TCP_CONGESTION.s deleted file mode 100644 index d6105469f..000000000 --- a/libc/sysv/consts/TCP_CONGESTION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_CONGESTION,13,0,0x40,0,0,0 diff --git a/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.S b/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.S new file mode 100644 index 000000000..c36f1a3d1 --- /dev/null +++ b/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_COOKIE_TRANSACTIONS,15,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.s b/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.s deleted file mode 100644 index a361129fe..000000000 --- a/libc/sysv/consts/TCP_COOKIE_TRANSACTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_COOKIE_TRANSACTIONS,15,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_CORK.S b/libc/sysv/consts/TCP_CORK.S new file mode 100644 index 000000000..a15486136 --- /dev/null +++ b/libc/sysv/consts/TCP_CORK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_CORK,3,4,4,16,4,0 diff --git a/libc/sysv/consts/TCP_CORK.s b/libc/sysv/consts/TCP_CORK.s deleted file mode 100644 index b878ec538..000000000 --- a/libc/sysv/consts/TCP_CORK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_CORK,3,4,4,16,4,0 diff --git a/libc/sysv/consts/TCP_DEFER_ACCEPT.S b/libc/sysv/consts/TCP_DEFER_ACCEPT.S new file mode 100644 index 000000000..d3d84ea39 --- /dev/null +++ b/libc/sysv/consts/TCP_DEFER_ACCEPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_DEFER_ACCEPT,9,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_DEFER_ACCEPT.s b/libc/sysv/consts/TCP_DEFER_ACCEPT.s deleted file mode 100644 index f15d87db6..000000000 --- a/libc/sysv/consts/TCP_DEFER_ACCEPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_DEFER_ACCEPT,9,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_FASTOPEN.S b/libc/sysv/consts/TCP_FASTOPEN.S new file mode 100644 index 000000000..bd09464a0 --- /dev/null +++ b/libc/sysv/consts/TCP_FASTOPEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_FASTOPEN,23,0,0x0401,0,0,15 diff --git a/libc/sysv/consts/TCP_FASTOPEN.s b/libc/sysv/consts/TCP_FASTOPEN.s deleted file mode 100644 index 2bb44bee6..000000000 --- a/libc/sysv/consts/TCP_FASTOPEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_FASTOPEN,23,0,0x0401,0,0,15 diff --git a/libc/sysv/consts/TCP_FASTOPEN_CONNECT.S b/libc/sysv/consts/TCP_FASTOPEN_CONNECT.S new file mode 100644 index 000000000..289072631 --- /dev/null +++ b/libc/sysv/consts/TCP_FASTOPEN_CONNECT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_FASTOPEN_CONNECT,30,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_FASTOPEN_CONNECT.s b/libc/sysv/consts/TCP_FASTOPEN_CONNECT.s deleted file mode 100644 index 1078c1e42..000000000 --- a/libc/sysv/consts/TCP_FASTOPEN_CONNECT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_FASTOPEN_CONNECT,30,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_INFO.S b/libc/sysv/consts/TCP_INFO.S new file mode 100644 index 000000000..ae9301339 --- /dev/null +++ b/libc/sysv/consts/TCP_INFO.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_INFO,11,0,0x20,0,9,0 diff --git a/libc/sysv/consts/TCP_INFO.s b/libc/sysv/consts/TCP_INFO.s deleted file mode 100644 index d43b5b2e2..000000000 --- a/libc/sysv/consts/TCP_INFO.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_INFO,11,0,0x20,0,9,0 diff --git a/libc/sysv/consts/TCP_KEEPCNT.S b/libc/sysv/consts/TCP_KEEPCNT.S new file mode 100644 index 000000000..7e5fdfdd2 --- /dev/null +++ b/libc/sysv/consts/TCP_KEEPCNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_KEEPCNT,6,0x102,0x400,0,6,0 diff --git a/libc/sysv/consts/TCP_KEEPCNT.s b/libc/sysv/consts/TCP_KEEPCNT.s deleted file mode 100644 index 3c1f0b8bd..000000000 --- a/libc/sysv/consts/TCP_KEEPCNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_KEEPCNT,6,0x102,0x400,0,6,0 diff --git a/libc/sysv/consts/TCP_KEEPIDLE.S b/libc/sysv/consts/TCP_KEEPIDLE.S new file mode 100644 index 000000000..caf87a920 --- /dev/null +++ b/libc/sysv/consts/TCP_KEEPIDLE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_KEEPIDLE,4,0,0x100,0,3,0 diff --git a/libc/sysv/consts/TCP_KEEPIDLE.s b/libc/sysv/consts/TCP_KEEPIDLE.s deleted file mode 100644 index 626eeb40c..000000000 --- a/libc/sysv/consts/TCP_KEEPIDLE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_KEEPIDLE,4,0,0x100,0,3,0 diff --git a/libc/sysv/consts/TCP_KEEPINTVL.S b/libc/sysv/consts/TCP_KEEPINTVL.S new file mode 100644 index 000000000..47bff5307 --- /dev/null +++ b/libc/sysv/consts/TCP_KEEPINTVL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_KEEPINTVL,5,0x101,0x200,0,5,0 diff --git a/libc/sysv/consts/TCP_KEEPINTVL.s b/libc/sysv/consts/TCP_KEEPINTVL.s deleted file mode 100644 index 10f12aa2a..000000000 --- a/libc/sysv/consts/TCP_KEEPINTVL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_KEEPINTVL,5,0x101,0x200,0,5,0 diff --git a/libc/sysv/consts/TCP_LINGER2.S b/libc/sysv/consts/TCP_LINGER2.S new file mode 100644 index 000000000..2616e3ff2 --- /dev/null +++ b/libc/sysv/consts/TCP_LINGER2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_LINGER2,8,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_LINGER2.s b/libc/sysv/consts/TCP_LINGER2.s deleted file mode 100644 index e919b24cb..000000000 --- a/libc/sysv/consts/TCP_LINGER2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_LINGER2,8,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_MAXSEG.S b/libc/sysv/consts/TCP_MAXSEG.S new file mode 100644 index 000000000..535bb79ee --- /dev/null +++ b/libc/sysv/consts/TCP_MAXSEG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_MAXSEG,2,2,2,2,2,0 diff --git a/libc/sysv/consts/TCP_MAXSEG.s b/libc/sysv/consts/TCP_MAXSEG.s deleted file mode 100644 index fd38ab5fa..000000000 --- a/libc/sysv/consts/TCP_MAXSEG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_MAXSEG,2,2,2,2,2,0 diff --git a/libc/sysv/consts/TCP_MD5SIG.S b/libc/sysv/consts/TCP_MD5SIG.S new file mode 100644 index 000000000..3adf7712f --- /dev/null +++ b/libc/sysv/consts/TCP_MD5SIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_MD5SIG,14,0,0x10,4,16,0 diff --git a/libc/sysv/consts/TCP_MD5SIG.s b/libc/sysv/consts/TCP_MD5SIG.s deleted file mode 100644 index 75807a1c5..000000000 --- a/libc/sysv/consts/TCP_MD5SIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_MD5SIG,14,0,0x10,4,16,0 diff --git a/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.S b/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.S new file mode 100644 index 000000000..020bb46db --- /dev/null +++ b/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_MD5SIG_MAXKEYLEN,80,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.s b/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.s deleted file mode 100644 index 96211e5a0..000000000 --- a/libc/sysv/consts/TCP_MD5SIG_MAXKEYLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_MD5SIG_MAXKEYLEN,80,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_NODELAY.S b/libc/sysv/consts/TCP_NODELAY.S new file mode 100644 index 000000000..d58ce7626 --- /dev/null +++ b/libc/sysv/consts/TCP_NODELAY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_NODELAY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TCP_NODELAY.s b/libc/sysv/consts/TCP_NODELAY.s deleted file mode 100644 index 80964093a..000000000 --- a/libc/sysv/consts/TCP_NODELAY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_NODELAY,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TCP_NOTSENT_LOWAT.S b/libc/sysv/consts/TCP_NOTSENT_LOWAT.S new file mode 100644 index 000000000..9dd386083 --- /dev/null +++ b/libc/sysv/consts/TCP_NOTSENT_LOWAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_NOTSENT_LOWAT,25,513,0,0,0,0 diff --git a/libc/sysv/consts/TCP_NOTSENT_LOWAT.s b/libc/sysv/consts/TCP_NOTSENT_LOWAT.s deleted file mode 100644 index b745ac2c1..000000000 --- a/libc/sysv/consts/TCP_NOTSENT_LOWAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_NOTSENT_LOWAT,25,513,0,0,0,0 diff --git a/libc/sysv/consts/TCP_QUEUE_SEQ.S b/libc/sysv/consts/TCP_QUEUE_SEQ.S new file mode 100644 index 000000000..cf20077ef --- /dev/null +++ b/libc/sysv/consts/TCP_QUEUE_SEQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_QUEUE_SEQ,21,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_QUEUE_SEQ.s b/libc/sysv/consts/TCP_QUEUE_SEQ.s deleted file mode 100644 index 00e6ba70b..000000000 --- a/libc/sysv/consts/TCP_QUEUE_SEQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_QUEUE_SEQ,21,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_QUICKACK.S b/libc/sysv/consts/TCP_QUICKACK.S new file mode 100644 index 000000000..e0a8aede7 --- /dev/null +++ b/libc/sysv/consts/TCP_QUICKACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_QUICKACK,12,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_QUICKACK.s b/libc/sysv/consts/TCP_QUICKACK.s deleted file mode 100644 index ea894863e..000000000 --- a/libc/sysv/consts/TCP_QUICKACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_QUICKACK,12,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR.S b/libc/sysv/consts/TCP_REPAIR.S new file mode 100644 index 000000000..ba8d9b3e7 --- /dev/null +++ b/libc/sysv/consts/TCP_REPAIR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_REPAIR,19,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR.s b/libc/sysv/consts/TCP_REPAIR.s deleted file mode 100644 index 1de174136..000000000 --- a/libc/sysv/consts/TCP_REPAIR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_REPAIR,19,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR_OPTIONS.S b/libc/sysv/consts/TCP_REPAIR_OPTIONS.S new file mode 100644 index 000000000..b21f2fe6f --- /dev/null +++ b/libc/sysv/consts/TCP_REPAIR_OPTIONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_REPAIR_OPTIONS,22,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR_OPTIONS.s b/libc/sysv/consts/TCP_REPAIR_OPTIONS.s deleted file mode 100644 index 347896c98..000000000 --- a/libc/sysv/consts/TCP_REPAIR_OPTIONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_REPAIR_OPTIONS,22,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR_QUEUE.S b/libc/sysv/consts/TCP_REPAIR_QUEUE.S new file mode 100644 index 000000000..09a5e8a68 --- /dev/null +++ b/libc/sysv/consts/TCP_REPAIR_QUEUE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_REPAIR_QUEUE,20,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_REPAIR_QUEUE.s b/libc/sysv/consts/TCP_REPAIR_QUEUE.s deleted file mode 100644 index 370f162ba..000000000 --- a/libc/sysv/consts/TCP_REPAIR_QUEUE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_REPAIR_QUEUE,20,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SAVED_SYN.S b/libc/sysv/consts/TCP_SAVED_SYN.S new file mode 100644 index 000000000..1823c9604 --- /dev/null +++ b/libc/sysv/consts/TCP_SAVED_SYN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_SAVED_SYN,28,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SAVED_SYN.s b/libc/sysv/consts/TCP_SAVED_SYN.s deleted file mode 100644 index 3916054a6..000000000 --- a/libc/sysv/consts/TCP_SAVED_SYN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_SAVED_SYN,28,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SAVE_SYN.S b/libc/sysv/consts/TCP_SAVE_SYN.S new file mode 100644 index 000000000..dc3686e9f --- /dev/null +++ b/libc/sysv/consts/TCP_SAVE_SYN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_SAVE_SYN,27,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SAVE_SYN.s b/libc/sysv/consts/TCP_SAVE_SYN.s deleted file mode 100644 index 439b725e1..000000000 --- a/libc/sysv/consts/TCP_SAVE_SYN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_SAVE_SYN,27,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SYNCNT.S b/libc/sysv/consts/TCP_SYNCNT.S new file mode 100644 index 000000000..650f57ec0 --- /dev/null +++ b/libc/sysv/consts/TCP_SYNCNT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_SYNCNT,7,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_SYNCNT.s b/libc/sysv/consts/TCP_SYNCNT.s deleted file mode 100644 index 0d0671f76..000000000 --- a/libc/sysv/consts/TCP_SYNCNT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_SYNCNT,7,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_THIN_DUPACK.S b/libc/sysv/consts/TCP_THIN_DUPACK.S new file mode 100644 index 000000000..3b5f1daa0 --- /dev/null +++ b/libc/sysv/consts/TCP_THIN_DUPACK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_THIN_DUPACK,17,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_THIN_DUPACK.s b/libc/sysv/consts/TCP_THIN_DUPACK.s deleted file mode 100644 index 50d659d76..000000000 --- a/libc/sysv/consts/TCP_THIN_DUPACK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_THIN_DUPACK,17,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.S b/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.S new file mode 100644 index 000000000..dac1ec99a --- /dev/null +++ b/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_THIN_LINEAR_TIMEOUTS,16,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.s b/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.s deleted file mode 100644 index ffd9a1d6e..000000000 --- a/libc/sysv/consts/TCP_THIN_LINEAR_TIMEOUTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_THIN_LINEAR_TIMEOUTS,16,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_TIMESTAMP.S b/libc/sysv/consts/TCP_TIMESTAMP.S new file mode 100644 index 000000000..0421ae602 --- /dev/null +++ b/libc/sysv/consts/TCP_TIMESTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_TIMESTAMP,24,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_TIMESTAMP.s b/libc/sysv/consts/TCP_TIMESTAMP.s deleted file mode 100644 index ebadd9a1c..000000000 --- a/libc/sysv/consts/TCP_TIMESTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_TIMESTAMP,24,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_ULP.S b/libc/sysv/consts/TCP_ULP.S new file mode 100644 index 000000000..292a3681c --- /dev/null +++ b/libc/sysv/consts/TCP_ULP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_ULP,31,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_ULP.s b/libc/sysv/consts/TCP_ULP.s deleted file mode 100644 index b276b3387..000000000 --- a/libc/sysv/consts/TCP_ULP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_ULP,31,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_USER_TIMEOUT.S b/libc/sysv/consts/TCP_USER_TIMEOUT.S new file mode 100644 index 000000000..a5f513e12 --- /dev/null +++ b/libc/sysv/consts/TCP_USER_TIMEOUT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_USER_TIMEOUT,18,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_USER_TIMEOUT.s b/libc/sysv/consts/TCP_USER_TIMEOUT.s deleted file mode 100644 index 326fbbbf0..000000000 --- a/libc/sysv/consts/TCP_USER_TIMEOUT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_USER_TIMEOUT,18,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_WINDOW_CLAMP.S b/libc/sysv/consts/TCP_WINDOW_CLAMP.S new file mode 100644 index 000000000..0b45e0d25 --- /dev/null +++ b/libc/sysv/consts/TCP_WINDOW_CLAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon tcp,TCP_WINDOW_CLAMP,10,0,0,0,0,0 diff --git a/libc/sysv/consts/TCP_WINDOW_CLAMP.s b/libc/sysv/consts/TCP_WINDOW_CLAMP.s deleted file mode 100644 index 34220e281..000000000 --- a/libc/sysv/consts/TCP_WINDOW_CLAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon tcp,TCP_WINDOW_CLAMP,10,0,0,0,0,0 diff --git a/libc/sysv/consts/TCSADRAIN.S b/libc/sysv/consts/TCSADRAIN.S new file mode 100644 index 000000000..610e7f8d2 --- /dev/null +++ b/libc/sysv/consts/TCSADRAIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSADRAIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TCSADRAIN.s b/libc/sysv/consts/TCSADRAIN.s deleted file mode 100644 index 1d0a666ac..000000000 --- a/libc/sysv/consts/TCSADRAIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSADRAIN,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TCSAFLUSH.S b/libc/sysv/consts/TCSAFLUSH.S new file mode 100644 index 000000000..361536ba6 --- /dev/null +++ b/libc/sysv/consts/TCSAFLUSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSAFLUSH,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TCSAFLUSH.s b/libc/sysv/consts/TCSAFLUSH.s deleted file mode 100644 index 4182463c6..000000000 --- a/libc/sysv/consts/TCSAFLUSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSAFLUSH,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TCSANOW.S b/libc/sysv/consts/TCSANOW.S new file mode 100644 index 000000000..32ca3e526 --- /dev/null +++ b/libc/sysv/consts/TCSANOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSANOW,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TCSANOW.s b/libc/sysv/consts/TCSANOW.s deleted file mode 100644 index 63c004d31..000000000 --- a/libc/sysv/consts/TCSANOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSANOW,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TCSBRK.S b/libc/sysv/consts/TCSBRK.S new file mode 100644 index 000000000..059f9c0cf --- /dev/null +++ b/libc/sysv/consts/TCSBRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSBRK,0x5409,0x2000745e,0x2000745e,0x2000745e,0x2000745e,0 diff --git a/libc/sysv/consts/TCSBRK.s b/libc/sysv/consts/TCSBRK.s deleted file mode 100644 index dce4d1df3..000000000 --- a/libc/sysv/consts/TCSBRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSBRK,0x5409,0x2000745e,0x2000745e,0x2000745e,0x2000745e,0 diff --git a/libc/sysv/consts/TCSETS.S b/libc/sysv/consts/TCSETS.S new file mode 100644 index 000000000..c9b831c54 --- /dev/null +++ b/libc/sysv/consts/TCSETS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSETS,0x5402,0x80487414,0x802c7414,0x802c7414,0x802c7414,0x5402 diff --git a/libc/sysv/consts/TCSETS.s b/libc/sysv/consts/TCSETS.s deleted file mode 100644 index d09d80431..000000000 --- a/libc/sysv/consts/TCSETS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSETS,0x5402,0x80487414,0x802c7414,0x802c7414,0x802c7414,0x5402 diff --git a/libc/sysv/consts/TCSETSF.S b/libc/sysv/consts/TCSETSF.S new file mode 100644 index 000000000..59b21440d --- /dev/null +++ b/libc/sysv/consts/TCSETSF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSETSF,0x5404,0x80487416,0x802c7416,0x802c7416,0x802c7416,0x5404 diff --git a/libc/sysv/consts/TCSETSF.s b/libc/sysv/consts/TCSETSF.s deleted file mode 100644 index 26801c48d..000000000 --- a/libc/sysv/consts/TCSETSF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSETSF,0x5404,0x80487416,0x802c7416,0x802c7416,0x802c7416,0x5404 diff --git a/libc/sysv/consts/TCSETSW.S b/libc/sysv/consts/TCSETSW.S new file mode 100644 index 000000000..10075be5f --- /dev/null +++ b/libc/sysv/consts/TCSETSW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCSETSW,0x5403,0x80487415,0x802c7415,0x802c7415,0x802c7415,0x5403 diff --git a/libc/sysv/consts/TCSETSW.s b/libc/sysv/consts/TCSETSW.s deleted file mode 100644 index 0201adabe..000000000 --- a/libc/sysv/consts/TCSETSW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCSETSW,0x5403,0x80487415,0x802c7415,0x802c7415,0x802c7415,0x5403 diff --git a/libc/sysv/consts/TCXONC.S b/libc/sysv/consts/TCXONC.S new file mode 100644 index 000000000..aa10407d7 --- /dev/null +++ b/libc/sysv/consts/TCXONC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TCXONC,0x540A,0,0,0,0,0 diff --git a/libc/sysv/consts/TCXONC.s b/libc/sysv/consts/TCXONC.s deleted file mode 100644 index c7f637d23..000000000 --- a/libc/sysv/consts/TCXONC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TCXONC,0x540A,0,0,0,0,0 diff --git a/libc/sysv/consts/TEST_UNIT_READY.S b/libc/sysv/consts/TEST_UNIT_READY.S new file mode 100644 index 000000000..da289e6ab --- /dev/null +++ b/libc/sysv/consts/TEST_UNIT_READY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TEST_UNIT_READY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TEST_UNIT_READY.s b/libc/sysv/consts/TEST_UNIT_READY.s deleted file mode 100644 index 9f67242ba..000000000 --- a/libc/sysv/consts/TEST_UNIT_READY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TEST_UNIT_READY,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_CLOEXEC.S b/libc/sysv/consts/TFD_CLOEXEC.S new file mode 100644 index 000000000..7d3c9b071 --- /dev/null +++ b/libc/sysv/consts/TFD_CLOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_CLOEXEC.s b/libc/sysv/consts/TFD_CLOEXEC.s deleted file mode 100644 index 6654ca5c9..000000000 --- a/libc/sysv/consts/TFD_CLOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TFD_CLOEXEC,0x080000,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_NONBLOCK.S b/libc/sysv/consts/TFD_NONBLOCK.S new file mode 100644 index 000000000..747f0e5aa --- /dev/null +++ b/libc/sysv/consts/TFD_NONBLOCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_NONBLOCK.s b/libc/sysv/consts/TFD_NONBLOCK.s deleted file mode 100644 index 210f7006a..000000000 --- a/libc/sysv/consts/TFD_NONBLOCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TFD_NONBLOCK,0x0800,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_TIMER_ABSTIME.S b/libc/sysv/consts/TFD_TIMER_ABSTIME.S new file mode 100644 index 000000000..074d0f4b6 --- /dev/null +++ b/libc/sysv/consts/TFD_TIMER_ABSTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TFD_TIMER_ABSTIME,1,0,0,0,0,0 diff --git a/libc/sysv/consts/TFD_TIMER_ABSTIME.s b/libc/sysv/consts/TFD_TIMER_ABSTIME.s deleted file mode 100644 index 01905ac28..000000000 --- a/libc/sysv/consts/TFD_TIMER_ABSTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TFD_TIMER_ABSTIME,1,0,0,0,0,0 diff --git a/libc/sysv/consts/TGEXEC.S b/libc/sysv/consts/TGEXEC.S new file mode 100644 index 000000000..0015135ba --- /dev/null +++ b/libc/sysv/consts/TGEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TGEXEC,8,8,8,8,8,0 diff --git a/libc/sysv/consts/TGEXEC.s b/libc/sysv/consts/TGEXEC.s deleted file mode 100644 index 9e4099122..000000000 --- a/libc/sysv/consts/TGEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TGEXEC,8,8,8,8,8,0 diff --git a/libc/sysv/consts/TGREAD.S b/libc/sysv/consts/TGREAD.S new file mode 100644 index 000000000..00856e3c7 --- /dev/null +++ b/libc/sysv/consts/TGREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TGREAD,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/TGREAD.s b/libc/sysv/consts/TGREAD.s deleted file mode 100644 index f67e13a07..000000000 --- a/libc/sysv/consts/TGREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TGREAD,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/TGWRITE.S b/libc/sysv/consts/TGWRITE.S new file mode 100644 index 000000000..c662de0a2 --- /dev/null +++ b/libc/sysv/consts/TGWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TGWRITE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/TGWRITE.s b/libc/sysv/consts/TGWRITE.s deleted file mode 100644 index 2f99f4bc3..000000000 --- a/libc/sysv/consts/TGWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TGWRITE,0x10,0x10,0x10,0x10,0x10,0 diff --git a/libc/sysv/consts/TIOCCBRK.S b/libc/sysv/consts/TIOCCBRK.S new file mode 100644 index 000000000..891cdc87d --- /dev/null +++ b/libc/sysv/consts/TIOCCBRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCCBRK,0x5428,0x2000747a,0x2000747a,0x2000747a,0x2000747a,0 diff --git a/libc/sysv/consts/TIOCCBRK.s b/libc/sysv/consts/TIOCCBRK.s deleted file mode 100644 index 9342a4dff..000000000 --- a/libc/sysv/consts/TIOCCBRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCCBRK,0x5428,0x2000747a,0x2000747a,0x2000747a,0x2000747a,0 diff --git a/libc/sysv/consts/TIOCCDTR.S b/libc/sysv/consts/TIOCCDTR.S new file mode 100644 index 000000000..66e56ce2d --- /dev/null +++ b/libc/sysv/consts/TIOCCDTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCCDTR,0,0x20007478,0x20007478,0x20007478,0x20007478,0 diff --git a/libc/sysv/consts/TIOCCDTR.s b/libc/sysv/consts/TIOCCDTR.s deleted file mode 100644 index 510433ffc..000000000 --- a/libc/sysv/consts/TIOCCDTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCCDTR,0,0x20007478,0x20007478,0x20007478,0x20007478,0 diff --git a/libc/sysv/consts/TIOCCHKVERAUTH.S b/libc/sysv/consts/TIOCCHKVERAUTH.S new file mode 100644 index 000000000..05b30a6e2 --- /dev/null +++ b/libc/sysv/consts/TIOCCHKVERAUTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCCHKVERAUTH,0,0,0,0x2000741e,0x2000741e,0 diff --git a/libc/sysv/consts/TIOCCHKVERAUTH.s b/libc/sysv/consts/TIOCCHKVERAUTH.s deleted file mode 100644 index 7b2d4981d..000000000 --- a/libc/sysv/consts/TIOCCHKVERAUTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCCHKVERAUTH,0,0,0,0x2000741e,0x2000741e,0 diff --git a/libc/sysv/consts/TIOCCONS.S b/libc/sysv/consts/TIOCCONS.S new file mode 100644 index 000000000..014ac687b --- /dev/null +++ b/libc/sysv/consts/TIOCCONS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCCONS,0x541d,0x80047462,0x80047462,0x80047462,0x80047462,0 diff --git a/libc/sysv/consts/TIOCCONS.s b/libc/sysv/consts/TIOCCONS.s deleted file mode 100644 index d6ea013cb..000000000 --- a/libc/sysv/consts/TIOCCONS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCCONS,0x541d,0x80047462,0x80047462,0x80047462,0x80047462,0 diff --git a/libc/sysv/consts/TIOCEXT.S b/libc/sysv/consts/TIOCEXT.S new file mode 100644 index 000000000..7b07f1609 --- /dev/null +++ b/libc/sysv/consts/TIOCEXT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCEXT,0,0x80047460,0x80047460,0x80047460,0x80047460,0 diff --git a/libc/sysv/consts/TIOCEXT.s b/libc/sysv/consts/TIOCEXT.s deleted file mode 100644 index 23f1fafe3..000000000 --- a/libc/sysv/consts/TIOCEXT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCEXT,0,0x80047460,0x80047460,0x80047460,0x80047460,0 diff --git a/libc/sysv/consts/TIOCFLAG_CLOCAL.S b/libc/sysv/consts/TIOCFLAG_CLOCAL.S new file mode 100644 index 000000000..4e0732362 --- /dev/null +++ b/libc/sysv/consts/TIOCFLAG_CLOCAL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCFLAG_CLOCAL,0,0,0,0x2,0x2,0 diff --git a/libc/sysv/consts/TIOCFLAG_CLOCAL.s b/libc/sysv/consts/TIOCFLAG_CLOCAL.s deleted file mode 100644 index 20b450a7b..000000000 --- a/libc/sysv/consts/TIOCFLAG_CLOCAL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCFLAG_CLOCAL,0,0,0,0x2,0x2,0 diff --git a/libc/sysv/consts/TIOCFLAG_MDMBUF.S b/libc/sysv/consts/TIOCFLAG_MDMBUF.S new file mode 100644 index 000000000..e3c9dcacd --- /dev/null +++ b/libc/sysv/consts/TIOCFLAG_MDMBUF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCFLAG_MDMBUF,0,0,0,0x8,0x8,0 diff --git a/libc/sysv/consts/TIOCFLAG_MDMBUF.s b/libc/sysv/consts/TIOCFLAG_MDMBUF.s deleted file mode 100644 index 086dc7bef..000000000 --- a/libc/sysv/consts/TIOCFLAG_MDMBUF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCFLAG_MDMBUF,0,0,0,0x8,0x8,0 diff --git a/libc/sysv/consts/TIOCFLAG_PPS.S b/libc/sysv/consts/TIOCFLAG_PPS.S new file mode 100644 index 000000000..dcb2ee5ba --- /dev/null +++ b/libc/sysv/consts/TIOCFLAG_PPS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCFLAG_PPS,0,0,0,0x10,0x10,0 diff --git a/libc/sysv/consts/TIOCFLAG_PPS.s b/libc/sysv/consts/TIOCFLAG_PPS.s deleted file mode 100644 index 4498cea19..000000000 --- a/libc/sysv/consts/TIOCFLAG_PPS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCFLAG_PPS,0,0,0,0x10,0x10,0 diff --git a/libc/sysv/consts/TIOCFLAG_SOFTCAR.S b/libc/sysv/consts/TIOCFLAG_SOFTCAR.S new file mode 100644 index 000000000..a4b25437c --- /dev/null +++ b/libc/sysv/consts/TIOCFLAG_SOFTCAR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCFLAG_SOFTCAR,0,0,0,0x1,0x1,0 diff --git a/libc/sysv/consts/TIOCFLAG_SOFTCAR.s b/libc/sysv/consts/TIOCFLAG_SOFTCAR.s deleted file mode 100644 index ba49e88be..000000000 --- a/libc/sysv/consts/TIOCFLAG_SOFTCAR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCFLAG_SOFTCAR,0,0,0,0x1,0x1,0 diff --git a/libc/sysv/consts/TIOCFLUSH.S b/libc/sysv/consts/TIOCFLUSH.S new file mode 100644 index 000000000..f428dfa9b --- /dev/null +++ b/libc/sysv/consts/TIOCFLUSH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCFLUSH,0x540b,0x80047410,0x80047410,0x80047410,0x80047410,0 diff --git a/libc/sysv/consts/TIOCFLUSH.s b/libc/sysv/consts/TIOCFLUSH.s deleted file mode 100644 index 32f8c1500..000000000 --- a/libc/sysv/consts/TIOCFLUSH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCFLUSH,0x540b,0x80047410,0x80047410,0x80047410,0x80047410,0 diff --git a/libc/sysv/consts/TIOCGDRAINWAIT.S b/libc/sysv/consts/TIOCGDRAINWAIT.S new file mode 100644 index 000000000..b6bf1181b --- /dev/null +++ b/libc/sysv/consts/TIOCGDRAINWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGDRAINWAIT,0,0x40047456,0x40047456,0,0,0 diff --git a/libc/sysv/consts/TIOCGDRAINWAIT.s b/libc/sysv/consts/TIOCGDRAINWAIT.s deleted file mode 100644 index e8438ebdf..000000000 --- a/libc/sysv/consts/TIOCGDRAINWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGDRAINWAIT,0,0x40047456,0x40047456,0,0,0 diff --git a/libc/sysv/consts/TIOCGETA.S b/libc/sysv/consts/TIOCGETA.S new file mode 100644 index 000000000..3c452c6fe --- /dev/null +++ b/libc/sysv/consts/TIOCGETA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,TIOCGETA,0x5401,0x40487413,0x402c7413,0x402c7413,0x402c7413,0 diff --git a/libc/sysv/consts/TIOCGETA.s b/libc/sysv/consts/TIOCGETA.s deleted file mode 100644 index 71dc4699e..000000000 --- a/libc/sysv/consts/TIOCGETA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,TIOCGETA,0x5401,0x40487413,0x402c7413,0x402c7413,0x402c7413,0 diff --git a/libc/sysv/consts/TIOCGETD.S b/libc/sysv/consts/TIOCGETD.S new file mode 100644 index 000000000..f4ad1dba0 --- /dev/null +++ b/libc/sysv/consts/TIOCGETD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGETD,0x5424,0x4004741a,0x4004741a,0x4004741a,0x4004741a,0 diff --git a/libc/sysv/consts/TIOCGETD.s b/libc/sysv/consts/TIOCGETD.s deleted file mode 100644 index 46280f0c7..000000000 --- a/libc/sysv/consts/TIOCGETD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGETD,0x5424,0x4004741a,0x4004741a,0x4004741a,0x4004741a,0 diff --git a/libc/sysv/consts/TIOCGFLAGS.S b/libc/sysv/consts/TIOCGFLAGS.S new file mode 100644 index 000000000..182f380b8 --- /dev/null +++ b/libc/sysv/consts/TIOCGFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGFLAGS,0,0,0,0x4004745d,0x4004745d,0 diff --git a/libc/sysv/consts/TIOCGFLAGS.s b/libc/sysv/consts/TIOCGFLAGS.s deleted file mode 100644 index c0c61edbf..000000000 --- a/libc/sysv/consts/TIOCGFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGFLAGS,0,0,0,0x4004745d,0x4004745d,0 diff --git a/libc/sysv/consts/TIOCGPGRP.S b/libc/sysv/consts/TIOCGPGRP.S new file mode 100644 index 000000000..a54c6b65d --- /dev/null +++ b/libc/sysv/consts/TIOCGPGRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGPGRP,0x540f,0x40047477,0x40047477,0x40047477,0x40047477,0 diff --git a/libc/sysv/consts/TIOCGPGRP.s b/libc/sysv/consts/TIOCGPGRP.s deleted file mode 100644 index 4df8ebc1c..000000000 --- a/libc/sysv/consts/TIOCGPGRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGPGRP,0x540f,0x40047477,0x40047477,0x40047477,0x40047477,0 diff --git a/libc/sysv/consts/TIOCGPTN.S b/libc/sysv/consts/TIOCGPTN.S new file mode 100644 index 000000000..2707eef9a --- /dev/null +++ b/libc/sysv/consts/TIOCGPTN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCGPTN,0x80045430,0,0x4004740f,0,0,0 diff --git a/libc/sysv/consts/TIOCGPTN.s b/libc/sysv/consts/TIOCGPTN.s deleted file mode 100644 index 178b8a41f..000000000 --- a/libc/sysv/consts/TIOCGPTN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCGPTN,0x80045430,0,0x4004740f,0,0,0 diff --git a/libc/sysv/consts/TIOCGSID.S b/libc/sysv/consts/TIOCGSID.S new file mode 100644 index 000000000..6418837d3 --- /dev/null +++ b/libc/sysv/consts/TIOCGSID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGSID,0x5429,0x40047463,0x40047463,0x40047463,0x40047463,0 diff --git a/libc/sysv/consts/TIOCGSID.s b/libc/sysv/consts/TIOCGSID.s deleted file mode 100644 index d746f3e98..000000000 --- a/libc/sysv/consts/TIOCGSID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGSID,0x5429,0x40047463,0x40047463,0x40047463,0x40047463,0 diff --git a/libc/sysv/consts/TIOCGTSTAMP.S b/libc/sysv/consts/TIOCGTSTAMP.S new file mode 100644 index 000000000..c7d507d57 --- /dev/null +++ b/libc/sysv/consts/TIOCGTSTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGTSTAMP,0,0,0,0x4010745b,0x4010745b,0 diff --git a/libc/sysv/consts/TIOCGTSTAMP.s b/libc/sysv/consts/TIOCGTSTAMP.s deleted file mode 100644 index afacefbf5..000000000 --- a/libc/sysv/consts/TIOCGTSTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGTSTAMP,0,0,0,0x4010745b,0x4010745b,0 diff --git a/libc/sysv/consts/TIOCGWINSZ.S b/libc/sysv/consts/TIOCGWINSZ.S new file mode 100644 index 000000000..7a1d41b7a --- /dev/null +++ b/libc/sysv/consts/TIOCGWINSZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCGWINSZ,0x5413,1074295912,1074295912,1074295912,1074295912,0x5413 diff --git a/libc/sysv/consts/TIOCGWINSZ.s b/libc/sysv/consts/TIOCGWINSZ.s deleted file mode 100644 index d1d6a5133..000000000 --- a/libc/sysv/consts/TIOCGWINSZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCGWINSZ,0x5413,1074295912,1074295912,1074295912,1074295912,0x5413 diff --git a/libc/sysv/consts/TIOCINQ.S b/libc/sysv/consts/TIOCINQ.S new file mode 100644 index 000000000..8031ea617 --- /dev/null +++ b/libc/sysv/consts/TIOCINQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCINQ,0x541b,0x4004667f,0x4004667f,0x4004667f,0x4004667f,0x4004667f diff --git a/libc/sysv/consts/TIOCINQ.s b/libc/sysv/consts/TIOCINQ.s deleted file mode 100644 index 085a2acb6..000000000 --- a/libc/sysv/consts/TIOCINQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCINQ,0x541b,0x4004667f,0x4004667f,0x4004667f,0x4004667f,0x4004667f diff --git a/libc/sysv/consts/TIOCMBIC.S b/libc/sysv/consts/TIOCMBIC.S new file mode 100644 index 000000000..43aa15d1a --- /dev/null +++ b/libc/sysv/consts/TIOCMBIC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMBIC,0x5417,0x8004746b,0x8004746b,0x8004746b,0x8004746b,-1 diff --git a/libc/sysv/consts/TIOCMBIC.s b/libc/sysv/consts/TIOCMBIC.s deleted file mode 100644 index fd33daef7..000000000 --- a/libc/sysv/consts/TIOCMBIC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMBIC,0x5417,0x8004746b,0x8004746b,0x8004746b,0x8004746b,-1 diff --git a/libc/sysv/consts/TIOCMBIS.S b/libc/sysv/consts/TIOCMBIS.S new file mode 100644 index 000000000..adf823ad5 --- /dev/null +++ b/libc/sysv/consts/TIOCMBIS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMBIS,0x5416,0x8004746c,0x8004746c,0x8004746c,0x8004746c,-1 diff --git a/libc/sysv/consts/TIOCMBIS.s b/libc/sysv/consts/TIOCMBIS.s deleted file mode 100644 index 295b75710..000000000 --- a/libc/sysv/consts/TIOCMBIS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMBIS,0x5416,0x8004746c,0x8004746c,0x8004746c,0x8004746c,-1 diff --git a/libc/sysv/consts/TIOCMGET.S b/libc/sysv/consts/TIOCMGET.S new file mode 100644 index 000000000..fcb691a01 --- /dev/null +++ b/libc/sysv/consts/TIOCMGET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMGET,0x5415,0x4004746a,0x4004746a,0x4004746a,0x4004746a,-1 diff --git a/libc/sysv/consts/TIOCMGET.s b/libc/sysv/consts/TIOCMGET.s deleted file mode 100644 index 237f04cfc..000000000 --- a/libc/sysv/consts/TIOCMGET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMGET,0x5415,0x4004746a,0x4004746a,0x4004746a,0x4004746a,-1 diff --git a/libc/sysv/consts/TIOCMODG.S b/libc/sysv/consts/TIOCMODG.S new file mode 100644 index 000000000..b1fdef4c5 --- /dev/null +++ b/libc/sysv/consts/TIOCMODG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMODG,0,0x40047403,0,0x4004746a,0x4004746a,-1 diff --git a/libc/sysv/consts/TIOCMODG.s b/libc/sysv/consts/TIOCMODG.s deleted file mode 100644 index 531f46d7a..000000000 --- a/libc/sysv/consts/TIOCMODG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMODG,0,0x40047403,0,0x4004746a,0x4004746a,-1 diff --git a/libc/sysv/consts/TIOCMODS.S b/libc/sysv/consts/TIOCMODS.S new file mode 100644 index 000000000..687623fdd --- /dev/null +++ b/libc/sysv/consts/TIOCMODS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMODS,0,0x80047404,0,0x8004746d,0x8004746d,-1 diff --git a/libc/sysv/consts/TIOCMODS.s b/libc/sysv/consts/TIOCMODS.s deleted file mode 100644 index 511c11ebc..000000000 --- a/libc/sysv/consts/TIOCMODS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMODS,0,0x80047404,0,0x8004746d,0x8004746d,-1 diff --git a/libc/sysv/consts/TIOCMSDTRWAIT.S b/libc/sysv/consts/TIOCMSDTRWAIT.S new file mode 100644 index 000000000..3cbe885c8 --- /dev/null +++ b/libc/sysv/consts/TIOCMSDTRWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMSDTRWAIT,0,0x8004745b,0x8004745b,0,0,-1 diff --git a/libc/sysv/consts/TIOCMSDTRWAIT.s b/libc/sysv/consts/TIOCMSDTRWAIT.s deleted file mode 100644 index 28f1ae67c..000000000 --- a/libc/sysv/consts/TIOCMSDTRWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMSDTRWAIT,0,0x8004745b,0x8004745b,0,0,-1 diff --git a/libc/sysv/consts/TIOCMSET.S b/libc/sysv/consts/TIOCMSET.S new file mode 100644 index 000000000..d870fd9b8 --- /dev/null +++ b/libc/sysv/consts/TIOCMSET.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCMSET,0x5418,0x8004746d,0x8004746d,0x8004746d,0x8004746d,-1 diff --git a/libc/sysv/consts/TIOCMSET.s b/libc/sysv/consts/TIOCMSET.s deleted file mode 100644 index 4588fd6b3..000000000 --- a/libc/sysv/consts/TIOCMSET.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCMSET,0x5418,0x8004746d,0x8004746d,0x8004746d,0x8004746d,-1 diff --git a/libc/sysv/consts/TIOCM_CAR.S b/libc/sysv/consts/TIOCM_CAR.S new file mode 100644 index 000000000..39f3cb7c6 --- /dev/null +++ b/libc/sysv/consts/TIOCM_CAR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_CAR,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/TIOCM_CAR.s b/libc/sysv/consts/TIOCM_CAR.s deleted file mode 100644 index ea480227b..000000000 --- a/libc/sysv/consts/TIOCM_CAR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_CAR,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/TIOCM_CD.S b/libc/sysv/consts/TIOCM_CD.S new file mode 100644 index 000000000..c66594f83 --- /dev/null +++ b/libc/sysv/consts/TIOCM_CD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_CD,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/TIOCM_CD.s b/libc/sysv/consts/TIOCM_CD.s deleted file mode 100644 index d5307259f..000000000 --- a/libc/sysv/consts/TIOCM_CD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_CD,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000,0b0000000001000000 diff --git a/libc/sysv/consts/TIOCM_CTS.S b/libc/sysv/consts/TIOCM_CTS.S new file mode 100644 index 000000000..09cd3139b --- /dev/null +++ b/libc/sysv/consts/TIOCM_CTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_CTS,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000 diff --git a/libc/sysv/consts/TIOCM_CTS.s b/libc/sysv/consts/TIOCM_CTS.s deleted file mode 100644 index 62f337e6c..000000000 --- a/libc/sysv/consts/TIOCM_CTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_CTS,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000,0b0000000000100000 diff --git a/libc/sysv/consts/TIOCM_DCD.S b/libc/sysv/consts/TIOCM_DCD.S new file mode 100644 index 000000000..8957b4e65 --- /dev/null +++ b/libc/sysv/consts/TIOCM_DCD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_DCD,0,0,0x40,0,0,-1 diff --git a/libc/sysv/consts/TIOCM_DCD.s b/libc/sysv/consts/TIOCM_DCD.s deleted file mode 100644 index be2eb032c..000000000 --- a/libc/sysv/consts/TIOCM_DCD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_DCD,0,0,0x40,0,0,-1 diff --git a/libc/sysv/consts/TIOCM_DSR.S b/libc/sysv/consts/TIOCM_DSR.S new file mode 100644 index 000000000..35235972f --- /dev/null +++ b/libc/sysv/consts/TIOCM_DSR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_DSR,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/TIOCM_DSR.s b/libc/sysv/consts/TIOCM_DSR.s deleted file mode 100644 index 38610eae5..000000000 --- a/libc/sysv/consts/TIOCM_DSR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_DSR,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000,0b0000000100000000 diff --git a/libc/sysv/consts/TIOCM_DTR.S b/libc/sysv/consts/TIOCM_DTR.S new file mode 100644 index 000000000..75bc0fbbc --- /dev/null +++ b/libc/sysv/consts/TIOCM_DTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_DTR,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010 diff --git a/libc/sysv/consts/TIOCM_DTR.s b/libc/sysv/consts/TIOCM_DTR.s deleted file mode 100644 index 9201354f7..000000000 --- a/libc/sysv/consts/TIOCM_DTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_DTR,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010,0b0000000000000010 diff --git a/libc/sysv/consts/TIOCM_LE.S b/libc/sysv/consts/TIOCM_LE.S new file mode 100644 index 000000000..5b8cfd931 --- /dev/null +++ b/libc/sysv/consts/TIOCM_LE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_LE,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/TIOCM_LE.s b/libc/sysv/consts/TIOCM_LE.s deleted file mode 100644 index 734f0378c..000000000 --- a/libc/sysv/consts/TIOCM_LE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_LE,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001,0b0000000000000001 diff --git a/libc/sysv/consts/TIOCM_RI.S b/libc/sysv/consts/TIOCM_RI.S new file mode 100644 index 000000000..aeb1788ca --- /dev/null +++ b/libc/sysv/consts/TIOCM_RI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_RI,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/TIOCM_RI.s b/libc/sysv/consts/TIOCM_RI.s deleted file mode 100644 index 2e6bd5189..000000000 --- a/libc/sysv/consts/TIOCM_RI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_RI,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/TIOCM_RNG.S b/libc/sysv/consts/TIOCM_RNG.S new file mode 100644 index 000000000..37fc184e3 --- /dev/null +++ b/libc/sysv/consts/TIOCM_RNG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_RNG,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/TIOCM_RNG.s b/libc/sysv/consts/TIOCM_RNG.s deleted file mode 100644 index 3a3bfa7d1..000000000 --- a/libc/sysv/consts/TIOCM_RNG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_RNG,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000,0b0000000010000000 diff --git a/libc/sysv/consts/TIOCM_RTS.S b/libc/sysv/consts/TIOCM_RTS.S new file mode 100644 index 000000000..eabffb22b --- /dev/null +++ b/libc/sysv/consts/TIOCM_RTS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_RTS,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100 diff --git a/libc/sysv/consts/TIOCM_RTS.s b/libc/sysv/consts/TIOCM_RTS.s deleted file mode 100644 index f87bbee4f..000000000 --- a/libc/sysv/consts/TIOCM_RTS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_RTS,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100,0b0000000000000100 diff --git a/libc/sysv/consts/TIOCM_SR.S b/libc/sysv/consts/TIOCM_SR.S new file mode 100644 index 000000000..d1a0c50b5 --- /dev/null +++ b/libc/sysv/consts/TIOCM_SR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_SR,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000 diff --git a/libc/sysv/consts/TIOCM_SR.s b/libc/sysv/consts/TIOCM_SR.s deleted file mode 100644 index 43da0280d..000000000 --- a/libc/sysv/consts/TIOCM_SR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_SR,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000,0b0000000000010000 diff --git a/libc/sysv/consts/TIOCM_ST.S b/libc/sysv/consts/TIOCM_ST.S new file mode 100644 index 000000000..b4063d0c6 --- /dev/null +++ b/libc/sysv/consts/TIOCM_ST.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon modem,TIOCM_ST,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/TIOCM_ST.s b/libc/sysv/consts/TIOCM_ST.s deleted file mode 100644 index 1afbf0d7f..000000000 --- a/libc/sysv/consts/TIOCM_ST.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon modem,TIOCM_ST,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000,0b0000000000001000 diff --git a/libc/sysv/consts/TIOCNOTTY.S b/libc/sysv/consts/TIOCNOTTY.S new file mode 100644 index 000000000..83dfbf636 --- /dev/null +++ b/libc/sysv/consts/TIOCNOTTY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCNOTTY,0x5422,0x20007471,0x20007471,0x20007471,0x20007471,0 diff --git a/libc/sysv/consts/TIOCNOTTY.s b/libc/sysv/consts/TIOCNOTTY.s deleted file mode 100644 index f601fbe73..000000000 --- a/libc/sysv/consts/TIOCNOTTY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCNOTTY,0x5422,0x20007471,0x20007471,0x20007471,0x20007471,0 diff --git a/libc/sysv/consts/TIOCNXCL.S b/libc/sysv/consts/TIOCNXCL.S new file mode 100644 index 000000000..62306a4fb --- /dev/null +++ b/libc/sysv/consts/TIOCNXCL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCNXCL,0x540d,0x2000740e,0x2000740e,0x2000740e,0x2000740e,0 diff --git a/libc/sysv/consts/TIOCNXCL.s b/libc/sysv/consts/TIOCNXCL.s deleted file mode 100644 index f15bb10d9..000000000 --- a/libc/sysv/consts/TIOCNXCL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCNXCL,0x540d,0x2000740e,0x2000740e,0x2000740e,0x2000740e,0 diff --git a/libc/sysv/consts/TIOCOUTQ.S b/libc/sysv/consts/TIOCOUTQ.S new file mode 100644 index 000000000..9427ef4fd --- /dev/null +++ b/libc/sysv/consts/TIOCOUTQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCOUTQ,0x5411,0x40047473,0x40047473,0x40047473,0x40047473,0 diff --git a/libc/sysv/consts/TIOCOUTQ.s b/libc/sysv/consts/TIOCOUTQ.s deleted file mode 100644 index 117027b9b..000000000 --- a/libc/sysv/consts/TIOCOUTQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCOUTQ,0x5411,0x40047473,0x40047473,0x40047473,0x40047473,0 diff --git a/libc/sysv/consts/TIOCPKT.S b/libc/sysv/consts/TIOCPKT.S new file mode 100644 index 000000000..3e48ebe92 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT,0x5420,0x80047470,0x80047470,0x80047470,0x80047470,-1 diff --git a/libc/sysv/consts/TIOCPKT.s b/libc/sysv/consts/TIOCPKT.s deleted file mode 100644 index 961be241a..000000000 --- a/libc/sysv/consts/TIOCPKT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT,0x5420,0x80047470,0x80047470,0x80047470,0x80047470,-1 diff --git a/libc/sysv/consts/TIOCPKT_DATA.S b/libc/sysv/consts/TIOCPKT_DATA.S new file mode 100644 index 000000000..4e78960e6 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_DATA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_DATA,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPKT_DATA.s b/libc/sysv/consts/TIOCPKT_DATA.s deleted file mode 100644 index b8bdaeda4..000000000 --- a/libc/sysv/consts/TIOCPKT_DATA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_DATA,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPKT_DOSTOP.S b/libc/sysv/consts/TIOCPKT_DOSTOP.S new file mode 100644 index 000000000..15e8494f4 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_DOSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_DOSTOP,32,32,32,32,32,32 diff --git a/libc/sysv/consts/TIOCPKT_DOSTOP.s b/libc/sysv/consts/TIOCPKT_DOSTOP.s deleted file mode 100644 index 6100fe9f4..000000000 --- a/libc/sysv/consts/TIOCPKT_DOSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_DOSTOP,32,32,32,32,32,32 diff --git a/libc/sysv/consts/TIOCPKT_FLUSHREAD.S b/libc/sysv/consts/TIOCPKT_FLUSHREAD.S new file mode 100644 index 000000000..2479e7727 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_FLUSHREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_FLUSHREAD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TIOCPKT_FLUSHREAD.s b/libc/sysv/consts/TIOCPKT_FLUSHREAD.s deleted file mode 100644 index 8507014e8..000000000 --- a/libc/sysv/consts/TIOCPKT_FLUSHREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_FLUSHREAD,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TIOCPKT_FLUSHWRITE.S b/libc/sysv/consts/TIOCPKT_FLUSHWRITE.S new file mode 100644 index 000000000..f9097502d --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_FLUSHWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_FLUSHWRITE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TIOCPKT_FLUSHWRITE.s b/libc/sysv/consts/TIOCPKT_FLUSHWRITE.s deleted file mode 100644 index 685f64569..000000000 --- a/libc/sysv/consts/TIOCPKT_FLUSHWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_FLUSHWRITE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TIOCPKT_IOCTL.S b/libc/sysv/consts/TIOCPKT_IOCTL.S new file mode 100644 index 000000000..ba289ded0 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_IOCTL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_IOCTL,64,64,64,64,64,64 diff --git a/libc/sysv/consts/TIOCPKT_IOCTL.s b/libc/sysv/consts/TIOCPKT_IOCTL.s deleted file mode 100644 index 9949aa923..000000000 --- a/libc/sysv/consts/TIOCPKT_IOCTL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_IOCTL,64,64,64,64,64,64 diff --git a/libc/sysv/consts/TIOCPKT_NOSTOP.S b/libc/sysv/consts/TIOCPKT_NOSTOP.S new file mode 100644 index 000000000..2527ca606 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_NOSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_NOSTOP,16,16,16,16,16,16 diff --git a/libc/sysv/consts/TIOCPKT_NOSTOP.s b/libc/sysv/consts/TIOCPKT_NOSTOP.s deleted file mode 100644 index 4c0e28c30..000000000 --- a/libc/sysv/consts/TIOCPKT_NOSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_NOSTOP,16,16,16,16,16,16 diff --git a/libc/sysv/consts/TIOCPKT_START.S b/libc/sysv/consts/TIOCPKT_START.S new file mode 100644 index 000000000..9179a09c6 --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_START.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_START,8,8,8,8,8,8 diff --git a/libc/sysv/consts/TIOCPKT_START.s b/libc/sysv/consts/TIOCPKT_START.s deleted file mode 100644 index 56effa528..000000000 --- a/libc/sysv/consts/TIOCPKT_START.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_START,8,8,8,8,8,8 diff --git a/libc/sysv/consts/TIOCPKT_STOP.S b/libc/sysv/consts/TIOCPKT_STOP.S new file mode 100644 index 000000000..720dae15e --- /dev/null +++ b/libc/sysv/consts/TIOCPKT_STOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCPKT_STOP,4,4,4,4,4,4 diff --git a/libc/sysv/consts/TIOCPKT_STOP.s b/libc/sysv/consts/TIOCPKT_STOP.s deleted file mode 100644 index 1ec526843..000000000 --- a/libc/sysv/consts/TIOCPKT_STOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCPKT_STOP,4,4,4,4,4,4 diff --git a/libc/sysv/consts/TIOCPTMASTER.S b/libc/sysv/consts/TIOCPTMASTER.S new file mode 100644 index 000000000..90d75ab34 --- /dev/null +++ b/libc/sysv/consts/TIOCPTMASTER.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCPTMASTER,0,0,0x2000741c,0,0,0 diff --git a/libc/sysv/consts/TIOCPTMASTER.s b/libc/sysv/consts/TIOCPTMASTER.s deleted file mode 100644 index 869a251f4..000000000 --- a/libc/sysv/consts/TIOCPTMASTER.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCPTMASTER,0,0,0x2000741c,0,0,0 diff --git a/libc/sysv/consts/TIOCPTSNAME.S b/libc/sysv/consts/TIOCPTSNAME.S new file mode 100644 index 000000000..73a46760b --- /dev/null +++ b/libc/sysv/consts/TIOCPTSNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCPTSNAME,0,0,0,0,0x48087448,0 diff --git a/libc/sysv/consts/TIOCPTSNAME.s b/libc/sysv/consts/TIOCPTSNAME.s deleted file mode 100644 index 3830ba98f..000000000 --- a/libc/sysv/consts/TIOCPTSNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCPTSNAME,0,0,0,0,0x48087448,0 diff --git a/libc/sysv/consts/TIOCPTYGNAME.S b/libc/sysv/consts/TIOCPTYGNAME.S new file mode 100644 index 000000000..9a03f2372 --- /dev/null +++ b/libc/sysv/consts/TIOCPTYGNAME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCPTYGNAME,0,0x40807453,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPTYGNAME.s b/libc/sysv/consts/TIOCPTYGNAME.s deleted file mode 100644 index cf2c3daf8..000000000 --- a/libc/sysv/consts/TIOCPTYGNAME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCPTYGNAME,0,0x40807453,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPTYGRANT.S b/libc/sysv/consts/TIOCPTYGRANT.S new file mode 100644 index 000000000..149359fbb --- /dev/null +++ b/libc/sysv/consts/TIOCPTYGRANT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCPTYGRANT,0,0x20007454,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPTYGRANT.s b/libc/sysv/consts/TIOCPTYGRANT.s deleted file mode 100644 index 6d2c03655..000000000 --- a/libc/sysv/consts/TIOCPTYGRANT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCPTYGRANT,0,0x20007454,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPTYUNLK.S b/libc/sysv/consts/TIOCPTYUNLK.S new file mode 100644 index 000000000..2da1b16c0 --- /dev/null +++ b/libc/sysv/consts/TIOCPTYUNLK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCPTYUNLK,0,0x20007452,0,0,0,0 diff --git a/libc/sysv/consts/TIOCPTYUNLK.s b/libc/sysv/consts/TIOCPTYUNLK.s deleted file mode 100644 index 6057d9277..000000000 --- a/libc/sysv/consts/TIOCPTYUNLK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCPTYUNLK,0,0x20007452,0,0,0,0 diff --git a/libc/sysv/consts/TIOCREMOTE.S b/libc/sysv/consts/TIOCREMOTE.S new file mode 100644 index 000000000..b89482ee1 --- /dev/null +++ b/libc/sysv/consts/TIOCREMOTE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCREMOTE,0,0x80047469,0,0x80047469,0x80047469,0 diff --git a/libc/sysv/consts/TIOCREMOTE.s b/libc/sysv/consts/TIOCREMOTE.s deleted file mode 100644 index 7488c1c60..000000000 --- a/libc/sysv/consts/TIOCREMOTE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCREMOTE,0,0x80047469,0,0x80047469,0x80047469,0 diff --git a/libc/sysv/consts/TIOCSBRK.S b/libc/sysv/consts/TIOCSBRK.S new file mode 100644 index 000000000..52c5ea7c0 --- /dev/null +++ b/libc/sysv/consts/TIOCSBRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSBRK,0x5427,0x2000747b,0x2000747b,0x2000747b,0x2000747b,0 diff --git a/libc/sysv/consts/TIOCSBRK.s b/libc/sysv/consts/TIOCSBRK.s deleted file mode 100644 index daede71a6..000000000 --- a/libc/sysv/consts/TIOCSBRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSBRK,0x5427,0x2000747b,0x2000747b,0x2000747b,0x2000747b,0 diff --git a/libc/sysv/consts/TIOCSCTTY.S b/libc/sysv/consts/TIOCSCTTY.S new file mode 100644 index 000000000..6c73e86f7 --- /dev/null +++ b/libc/sysv/consts/TIOCSCTTY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSCTTY,0x540e,0x20007461,0x20007461,0x20007461,0x20007461,0 diff --git a/libc/sysv/consts/TIOCSCTTY.s b/libc/sysv/consts/TIOCSCTTY.s deleted file mode 100644 index 59e2bb164..000000000 --- a/libc/sysv/consts/TIOCSCTTY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSCTTY,0x540e,0x20007461,0x20007461,0x20007461,0x20007461,0 diff --git a/libc/sysv/consts/TIOCSDRAINWAIT.S b/libc/sysv/consts/TIOCSDRAINWAIT.S new file mode 100644 index 000000000..1dd88827a --- /dev/null +++ b/libc/sysv/consts/TIOCSDRAINWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSDRAINWAIT,0,0x80047457,0x80047457,0,0,0 diff --git a/libc/sysv/consts/TIOCSDRAINWAIT.s b/libc/sysv/consts/TIOCSDRAINWAIT.s deleted file mode 100644 index d6dfb6a2b..000000000 --- a/libc/sysv/consts/TIOCSDRAINWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSDRAINWAIT,0,0x80047457,0x80047457,0,0,0 diff --git a/libc/sysv/consts/TIOCSDTR.S b/libc/sysv/consts/TIOCSDTR.S new file mode 100644 index 000000000..3e947bb4d --- /dev/null +++ b/libc/sysv/consts/TIOCSDTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSDTR,0,0x20007479,0x20007479,0x20007479,0x20007479,0 diff --git a/libc/sysv/consts/TIOCSDTR.s b/libc/sysv/consts/TIOCSDTR.s deleted file mode 100644 index fcfce4658..000000000 --- a/libc/sysv/consts/TIOCSDTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSDTR,0,0x20007479,0x20007479,0x20007479,0x20007479,0 diff --git a/libc/sysv/consts/TIOCSERGETLSR.S b/libc/sysv/consts/TIOCSERGETLSR.S new file mode 100644 index 000000000..b531d2252 --- /dev/null +++ b/libc/sysv/consts/TIOCSERGETLSR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSERGETLSR,0x5459,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSERGETLSR.s b/libc/sysv/consts/TIOCSERGETLSR.s deleted file mode 100644 index 84237fc8f..000000000 --- a/libc/sysv/consts/TIOCSERGETLSR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSERGETLSR,0x5459,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSERGETMULTI.S b/libc/sysv/consts/TIOCSERGETMULTI.S new file mode 100644 index 000000000..db733d41d --- /dev/null +++ b/libc/sysv/consts/TIOCSERGETMULTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSERGETMULTI,0x545a,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSERGETMULTI.s b/libc/sysv/consts/TIOCSERGETMULTI.s deleted file mode 100644 index 7fa5729e7..000000000 --- a/libc/sysv/consts/TIOCSERGETMULTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSERGETMULTI,0x545a,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSERSETMULTI.S b/libc/sysv/consts/TIOCSERSETMULTI.S new file mode 100644 index 000000000..f298ae7b9 --- /dev/null +++ b/libc/sysv/consts/TIOCSERSETMULTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSERSETMULTI,0x545b,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSERSETMULTI.s b/libc/sysv/consts/TIOCSERSETMULTI.s deleted file mode 100644 index 7e9b66976..000000000 --- a/libc/sysv/consts/TIOCSERSETMULTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSERSETMULTI,0x545b,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSER_TEMT.S b/libc/sysv/consts/TIOCSER_TEMT.S new file mode 100644 index 000000000..e41b3d11a --- /dev/null +++ b/libc/sysv/consts/TIOCSER_TEMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSER_TEMT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSER_TEMT.s b/libc/sysv/consts/TIOCSER_TEMT.s deleted file mode 100644 index 3351c0de6..000000000 --- a/libc/sysv/consts/TIOCSER_TEMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSER_TEMT,1,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSETA.S b/libc/sysv/consts/TIOCSETA.S new file mode 100644 index 000000000..742349984 --- /dev/null +++ b/libc/sysv/consts/TIOCSETA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,TIOCSETA,0x5402,0x80487414,0x802c7414,0x802c7414,0x802c7414,0x5402 diff --git a/libc/sysv/consts/TIOCSETA.s b/libc/sysv/consts/TIOCSETA.s deleted file mode 100644 index 9850675e4..000000000 --- a/libc/sysv/consts/TIOCSETA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,TIOCSETA,0x5402,0x80487414,0x802c7414,0x802c7414,0x802c7414,0x5402 diff --git a/libc/sysv/consts/TIOCSETAF.S b/libc/sysv/consts/TIOCSETAF.S new file mode 100644 index 000000000..210cbef02 --- /dev/null +++ b/libc/sysv/consts/TIOCSETAF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,TIOCSETAF,0x5404,0x80487416,0x802c7416,0x802c7416,0x802c7416,0x5402 diff --git a/libc/sysv/consts/TIOCSETAF.s b/libc/sysv/consts/TIOCSETAF.s deleted file mode 100644 index b64ea82c2..000000000 --- a/libc/sysv/consts/TIOCSETAF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,TIOCSETAF,0x5404,0x80487416,0x802c7416,0x802c7416,0x802c7416,0x5402 diff --git a/libc/sysv/consts/TIOCSETAW.S b/libc/sysv/consts/TIOCSETAW.S new file mode 100644 index 000000000..9c0e5a06d --- /dev/null +++ b/libc/sysv/consts/TIOCSETAW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon compat,TIOCSETAW,0x5403,0x80487415,0x802c7415,0x802c7415,0x802c7415,0x5403 diff --git a/libc/sysv/consts/TIOCSETAW.s b/libc/sysv/consts/TIOCSETAW.s deleted file mode 100644 index 1d4ad41ce..000000000 --- a/libc/sysv/consts/TIOCSETAW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon compat,TIOCSETAW,0x5403,0x80487415,0x802c7415,0x802c7415,0x802c7415,0x5403 diff --git a/libc/sysv/consts/TIOCSETD.S b/libc/sysv/consts/TIOCSETD.S new file mode 100644 index 000000000..c5ef05712 --- /dev/null +++ b/libc/sysv/consts/TIOCSETD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSETD,0x5423,0x8004741b,0x8004741b,0x8004741b,0x8004741b,0 diff --git a/libc/sysv/consts/TIOCSETD.s b/libc/sysv/consts/TIOCSETD.s deleted file mode 100644 index 9e78c5038..000000000 --- a/libc/sysv/consts/TIOCSETD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSETD,0x5423,0x8004741b,0x8004741b,0x8004741b,0x8004741b,0 diff --git a/libc/sysv/consts/TIOCSETVERAUTH.S b/libc/sysv/consts/TIOCSETVERAUTH.S new file mode 100644 index 000000000..2b715171a --- /dev/null +++ b/libc/sysv/consts/TIOCSETVERAUTH.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSETVERAUTH,0,0,0,0x8004741c,0x8004741c,0 diff --git a/libc/sysv/consts/TIOCSETVERAUTH.s b/libc/sysv/consts/TIOCSETVERAUTH.s deleted file mode 100644 index 380096c50..000000000 --- a/libc/sysv/consts/TIOCSETVERAUTH.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSETVERAUTH,0,0,0,0x8004741c,0x8004741c,0 diff --git a/libc/sysv/consts/TIOCSFLAGS.S b/libc/sysv/consts/TIOCSFLAGS.S new file mode 100644 index 000000000..57242547b --- /dev/null +++ b/libc/sysv/consts/TIOCSFLAGS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSFLAGS,0,0,0,0x8004745c,0x8004745c,0 diff --git a/libc/sysv/consts/TIOCSFLAGS.s b/libc/sysv/consts/TIOCSFLAGS.s deleted file mode 100644 index 930ba3a43..000000000 --- a/libc/sysv/consts/TIOCSFLAGS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSFLAGS,0,0,0,0x8004745c,0x8004745c,0 diff --git a/libc/sysv/consts/TIOCSIG.S b/libc/sysv/consts/TIOCSIG.S new file mode 100644 index 000000000..8bc324253 --- /dev/null +++ b/libc/sysv/consts/TIOCSIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSIG,0x40045436,0x2000745f,0x2004745f,0x8004745f,0x8004745f,0 diff --git a/libc/sysv/consts/TIOCSIG.s b/libc/sysv/consts/TIOCSIG.s deleted file mode 100644 index 3fff75851..000000000 --- a/libc/sysv/consts/TIOCSIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSIG,0x40045436,0x2000745f,0x2004745f,0x8004745f,0x8004745f,0 diff --git a/libc/sysv/consts/TIOCSPGRP.S b/libc/sysv/consts/TIOCSPGRP.S new file mode 100644 index 000000000..16f1a7d97 --- /dev/null +++ b/libc/sysv/consts/TIOCSPGRP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSPGRP,0x5410,0x80047476,0x80047476,0x80047476,0x80047476,0 diff --git a/libc/sysv/consts/TIOCSPGRP.s b/libc/sysv/consts/TIOCSPGRP.s deleted file mode 100644 index d03f2b8c8..000000000 --- a/libc/sysv/consts/TIOCSPGRP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSPGRP,0x5410,0x80047476,0x80047476,0x80047476,0x80047476,0 diff --git a/libc/sysv/consts/TIOCSPTLCK.S b/libc/sysv/consts/TIOCSPTLCK.S new file mode 100644 index 000000000..702752b86 --- /dev/null +++ b/libc/sysv/consts/TIOCSPTLCK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon pty,TIOCSPTLCK,0x40045431,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSPTLCK.s b/libc/sysv/consts/TIOCSPTLCK.s deleted file mode 100644 index 7d4da051e..000000000 --- a/libc/sysv/consts/TIOCSPTLCK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon pty,TIOCSPTLCK,0x40045431,0,0,0,0,0 diff --git a/libc/sysv/consts/TIOCSTART.S b/libc/sysv/consts/TIOCSTART.S new file mode 100644 index 000000000..fb4c9008e --- /dev/null +++ b/libc/sysv/consts/TIOCSTART.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSTART,0x540A,0x2000746e,0x2000746e,0x2000746e,0x2000746e,0 diff --git a/libc/sysv/consts/TIOCSTART.s b/libc/sysv/consts/TIOCSTART.s deleted file mode 100644 index d0954e36b..000000000 --- a/libc/sysv/consts/TIOCSTART.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSTART,0x540A,0x2000746e,0x2000746e,0x2000746e,0x2000746e,0 diff --git a/libc/sysv/consts/TIOCSTAT.S b/libc/sysv/consts/TIOCSTAT.S new file mode 100644 index 000000000..35e81f5f9 --- /dev/null +++ b/libc/sysv/consts/TIOCSTAT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSTAT,0,0x20007465,0x20007465,0x20007465,0x20007465,0 diff --git a/libc/sysv/consts/TIOCSTAT.s b/libc/sysv/consts/TIOCSTAT.s deleted file mode 100644 index fb9b328ff..000000000 --- a/libc/sysv/consts/TIOCSTAT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSTAT,0,0x20007465,0x20007465,0x20007465,0x20007465,0 diff --git a/libc/sysv/consts/TIOCSTI.S b/libc/sysv/consts/TIOCSTI.S new file mode 100644 index 000000000..f976e70ec --- /dev/null +++ b/libc/sysv/consts/TIOCSTI.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSTI,0x5412,0x80017472,0x80017472,0,0,0 diff --git a/libc/sysv/consts/TIOCSTI.s b/libc/sysv/consts/TIOCSTI.s deleted file mode 100644 index 25643eb52..000000000 --- a/libc/sysv/consts/TIOCSTI.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSTI,0x5412,0x80017472,0x80017472,0,0,0 diff --git a/libc/sysv/consts/TIOCSTOP.S b/libc/sysv/consts/TIOCSTOP.S new file mode 100644 index 000000000..ce7d1fef2 --- /dev/null +++ b/libc/sysv/consts/TIOCSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSTOP,0x540A,0x2000746f,0x2000746f,0x2000746f,0x2000746f,0 diff --git a/libc/sysv/consts/TIOCSTOP.s b/libc/sysv/consts/TIOCSTOP.s deleted file mode 100644 index 099b76bb0..000000000 --- a/libc/sysv/consts/TIOCSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSTOP,0x540A,0x2000746f,0x2000746f,0x2000746f,0x2000746f,0 diff --git a/libc/sysv/consts/TIOCSTSTAMP.S b/libc/sysv/consts/TIOCSTSTAMP.S new file mode 100644 index 000000000..d73b0d569 --- /dev/null +++ b/libc/sysv/consts/TIOCSTSTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSTSTAMP,0,0,0,0x8008745a,0x8008745a,0 diff --git a/libc/sysv/consts/TIOCSTSTAMP.s b/libc/sysv/consts/TIOCSTSTAMP.s deleted file mode 100644 index 553bafc63..000000000 --- a/libc/sysv/consts/TIOCSTSTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSTSTAMP,0,0,0,0x8008745a,0x8008745a,0 diff --git a/libc/sysv/consts/TIOCSWINSZ.S b/libc/sysv/consts/TIOCSWINSZ.S new file mode 100644 index 000000000..f2e991fea --- /dev/null +++ b/libc/sysv/consts/TIOCSWINSZ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCSWINSZ,0x5414,0x80087467,0x80087467,0x80087467,0x80087467,0x5414 diff --git a/libc/sysv/consts/TIOCSWINSZ.s b/libc/sysv/consts/TIOCSWINSZ.s deleted file mode 100644 index 119bbebd2..000000000 --- a/libc/sysv/consts/TIOCSWINSZ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCSWINSZ,0x5414,0x80087467,0x80087467,0x80087467,0x80087467,0x5414 diff --git a/libc/sysv/consts/TIOCTIMESTAMP.S b/libc/sysv/consts/TIOCTIMESTAMP.S new file mode 100644 index 000000000..a9391a84b --- /dev/null +++ b/libc/sysv/consts/TIOCTIMESTAMP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCTIMESTAMP,0,0x40107459,0x40107459,0,0,0 diff --git a/libc/sysv/consts/TIOCTIMESTAMP.s b/libc/sysv/consts/TIOCTIMESTAMP.s deleted file mode 100644 index b7764c672..000000000 --- a/libc/sysv/consts/TIOCTIMESTAMP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCTIMESTAMP,0,0x40107459,0x40107459,0,0,0 diff --git a/libc/sysv/consts/TIOCUCNTL_CBRK.S b/libc/sysv/consts/TIOCUCNTL_CBRK.S new file mode 100644 index 000000000..e0dbc010c --- /dev/null +++ b/libc/sysv/consts/TIOCUCNTL_CBRK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TIOCUCNTL_CBRK,0,0,0,0x7a,0x7a,0 diff --git a/libc/sysv/consts/TIOCUCNTL_CBRK.s b/libc/sysv/consts/TIOCUCNTL_CBRK.s deleted file mode 100644 index 090c0e0b3..000000000 --- a/libc/sysv/consts/TIOCUCNTL_CBRK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TIOCUCNTL_CBRK,0,0,0,0x7a,0x7a,0 diff --git a/libc/sysv/consts/TMAGLEN.S b/libc/sysv/consts/TMAGLEN.S new file mode 100644 index 000000000..ead8a2b8b --- /dev/null +++ b/libc/sysv/consts/TMAGLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TMAGLEN,6,6,6,6,6,0 diff --git a/libc/sysv/consts/TMAGLEN.s b/libc/sysv/consts/TMAGLEN.s deleted file mode 100644 index bfa94a1d7..000000000 --- a/libc/sysv/consts/TMAGLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TMAGLEN,6,6,6,6,6,0 diff --git a/libc/sysv/consts/TOEXEC.S b/libc/sysv/consts/TOEXEC.S new file mode 100644 index 000000000..6c0e05a56 --- /dev/null +++ b/libc/sysv/consts/TOEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TOEXEC,1,1,1,1,1,0 diff --git a/libc/sysv/consts/TOEXEC.s b/libc/sysv/consts/TOEXEC.s deleted file mode 100644 index 1ea7fe336..000000000 --- a/libc/sysv/consts/TOEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TOEXEC,1,1,1,1,1,0 diff --git a/libc/sysv/consts/TOREAD.S b/libc/sysv/consts/TOREAD.S new file mode 100644 index 000000000..c4742eff1 --- /dev/null +++ b/libc/sysv/consts/TOREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TOREAD,4,4,4,4,4,0 diff --git a/libc/sysv/consts/TOREAD.s b/libc/sysv/consts/TOREAD.s deleted file mode 100644 index 100d751f0..000000000 --- a/libc/sysv/consts/TOREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TOREAD,4,4,4,4,4,0 diff --git a/libc/sysv/consts/TOSTOP.S b/libc/sysv/consts/TOSTOP.S new file mode 100644 index 000000000..8d15dfd51 --- /dev/null +++ b/libc/sysv/consts/TOSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TOSTOP,0b0000000100000000,4194304,4194304,4194304,4194304,0b0000000100000000 diff --git a/libc/sysv/consts/TOSTOP.s b/libc/sysv/consts/TOSTOP.s deleted file mode 100644 index a3d1963e8..000000000 --- a/libc/sysv/consts/TOSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TOSTOP,0b0000000100000000,4194304,4194304,4194304,4194304,0b0000000100000000 diff --git a/libc/sysv/consts/TOWRITE.S b/libc/sysv/consts/TOWRITE.S new file mode 100644 index 000000000..f143ab264 --- /dev/null +++ b/libc/sysv/consts/TOWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TOWRITE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/TOWRITE.s b/libc/sysv/consts/TOWRITE.s deleted file mode 100644 index 1ad110227..000000000 --- a/libc/sysv/consts/TOWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TOWRITE,2,2,2,2,2,0 diff --git a/libc/sysv/consts/TRANSIENT.S b/libc/sysv/consts/TRANSIENT.S new file mode 100644 index 000000000..9ee572b7e --- /dev/null +++ b/libc/sysv/consts/TRANSIENT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TRANSIENT,4,4,4,4,4,0 diff --git a/libc/sysv/consts/TRANSIENT.s b/libc/sysv/consts/TRANSIENT.s deleted file mode 100644 index e3454b3c2..000000000 --- a/libc/sysv/consts/TRANSIENT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TRANSIENT,4,4,4,4,4,0 diff --git a/libc/sysv/consts/TRAP_BRKPT.S b/libc/sysv/consts/TRAP_BRKPT.S new file mode 100644 index 000000000..a2a5e7b4d --- /dev/null +++ b/libc/sysv/consts/TRAP_BRKPT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,TRAP_BRKPT,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TRAP_BRKPT.s b/libc/sysv/consts/TRAP_BRKPT.s deleted file mode 100644 index 189661769..000000000 --- a/libc/sysv/consts/TRAP_BRKPT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,TRAP_BRKPT,1,1,1,1,1,1 diff --git a/libc/sysv/consts/TRAP_TRACE.S b/libc/sysv/consts/TRAP_TRACE.S new file mode 100644 index 000000000..1daca2f96 --- /dev/null +++ b/libc/sysv/consts/TRAP_TRACE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon sicode,TRAP_TRACE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TRAP_TRACE.s b/libc/sysv/consts/TRAP_TRACE.s deleted file mode 100644 index 03fa0fbae..000000000 --- a/libc/sysv/consts/TRAP_TRACE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon sicode,TRAP_TRACE,2,2,2,2,2,2 diff --git a/libc/sysv/consts/TSGID.S b/libc/sysv/consts/TSGID.S new file mode 100644 index 000000000..8070a4804 --- /dev/null +++ b/libc/sysv/consts/TSGID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TSGID,0x0400,0x0400,0x0400,0x0400,0x0400,0 diff --git a/libc/sysv/consts/TSGID.s b/libc/sysv/consts/TSGID.s deleted file mode 100644 index d9ce2c43c..000000000 --- a/libc/sysv/consts/TSGID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TSGID,0x0400,0x0400,0x0400,0x0400,0x0400,0 diff --git a/libc/sysv/consts/TSUID.S b/libc/sysv/consts/TSUID.S new file mode 100644 index 000000000..c9679239f --- /dev/null +++ b/libc/sysv/consts/TSUID.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TSUID,0x0800,0x0800,0x0800,0x0800,0x0800,0 diff --git a/libc/sysv/consts/TSUID.s b/libc/sysv/consts/TSUID.s deleted file mode 100644 index 4943c09e1..000000000 --- a/libc/sysv/consts/TSUID.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TSUID,0x0800,0x0800,0x0800,0x0800,0x0800,0 diff --git a/libc/sysv/consts/TSVTX.S b/libc/sysv/consts/TSVTX.S new file mode 100644 index 000000000..83499bd5c --- /dev/null +++ b/libc/sysv/consts/TSVTX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TSVTX,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/TSVTX.s b/libc/sysv/consts/TSVTX.s deleted file mode 100644 index 9c7976c19..000000000 --- a/libc/sysv/consts/TSVTX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TSVTX,0x0200,0x0200,0x0200,0x0200,0x0200,0 diff --git a/libc/sysv/consts/TTYDEF_CFLAG.S b/libc/sysv/consts/TTYDEF_CFLAG.S new file mode 100644 index 000000000..37bcbb776 --- /dev/null +++ b/libc/sysv/consts/TTYDEF_CFLAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TTYDEF_CFLAG,0x05a0,0x4b00,0x4b00,0x4b00,0x4b00,0 diff --git a/libc/sysv/consts/TTYDEF_CFLAG.s b/libc/sysv/consts/TTYDEF_CFLAG.s deleted file mode 100644 index ff09191a7..000000000 --- a/libc/sysv/consts/TTYDEF_CFLAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TTYDEF_CFLAG,0x05a0,0x4b00,0x4b00,0x4b00,0x4b00,0 diff --git a/libc/sysv/consts/TTYDEF_IFLAG.S b/libc/sysv/consts/TTYDEF_IFLAG.S new file mode 100644 index 000000000..0da11c57a --- /dev/null +++ b/libc/sysv/consts/TTYDEF_IFLAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TTYDEF_IFLAG,0x2d22,0x2b02,0x2b02,0x2b02,0x2b02,0 diff --git a/libc/sysv/consts/TTYDEF_IFLAG.s b/libc/sysv/consts/TTYDEF_IFLAG.s deleted file mode 100644 index fdc916822..000000000 --- a/libc/sysv/consts/TTYDEF_IFLAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TTYDEF_IFLAG,0x2d22,0x2b02,0x2b02,0x2b02,0x2b02,0 diff --git a/libc/sysv/consts/TTYDEF_LFLAG.S b/libc/sysv/consts/TTYDEF_LFLAG.S new file mode 100644 index 000000000..810b01077 --- /dev/null +++ b/libc/sysv/consts/TTYDEF_LFLAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TTYDEF_LFLAG,0x8a1b,0x05cb,0x05cb,0x05cb,0x05cb,0 diff --git a/libc/sysv/consts/TTYDEF_LFLAG.s b/libc/sysv/consts/TTYDEF_LFLAG.s deleted file mode 100644 index 5b5a4b3d0..000000000 --- a/libc/sysv/consts/TTYDEF_LFLAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TTYDEF_LFLAG,0x8a1b,0x05cb,0x05cb,0x05cb,0x05cb,0 diff --git a/libc/sysv/consts/TTYDEF_OFLAG.S b/libc/sysv/consts/TTYDEF_OFLAG.S new file mode 100644 index 000000000..a08454fc1 --- /dev/null +++ b/libc/sysv/consts/TTYDEF_OFLAG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TTYDEF_OFLAG,0x1805,3,3,7,7,0 diff --git a/libc/sysv/consts/TTYDEF_OFLAG.s b/libc/sysv/consts/TTYDEF_OFLAG.s deleted file mode 100644 index 50556c0a5..000000000 --- a/libc/sysv/consts/TTYDEF_OFLAG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TTYDEF_OFLAG,0x1805,3,3,7,7,0 diff --git a/libc/sysv/consts/TTYDEF_SPEED.S b/libc/sysv/consts/TTYDEF_SPEED.S new file mode 100644 index 000000000..fdf4626fb --- /dev/null +++ b/libc/sysv/consts/TTYDEF_SPEED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TTYDEF_SPEED,13,0x2580,0x2580,0x2580,0x2580,0 diff --git a/libc/sysv/consts/TTYDEF_SPEED.s b/libc/sysv/consts/TTYDEF_SPEED.s deleted file mode 100644 index 6c1638781..000000000 --- a/libc/sysv/consts/TTYDEF_SPEED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TTYDEF_SPEED,13,0x2580,0x2580,0x2580,0x2580,0 diff --git a/libc/sysv/consts/TTYDISC.S b/libc/sysv/consts/TTYDISC.S new file mode 100644 index 000000000..d38421c6b --- /dev/null +++ b/libc/sysv/consts/TTYDISC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,TTYDISC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TTYDISC.s b/libc/sysv/consts/TTYDISC.s deleted file mode 100644 index c5f7a5ded..000000000 --- a/libc/sysv/consts/TTYDISC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,TTYDISC,0,0,0,0,0,0 diff --git a/libc/sysv/consts/TUEXEC.S b/libc/sysv/consts/TUEXEC.S new file mode 100644 index 000000000..f5e390d38 --- /dev/null +++ b/libc/sysv/consts/TUEXEC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TUEXEC,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/TUEXEC.s b/libc/sysv/consts/TUEXEC.s deleted file mode 100644 index a89594463..000000000 --- a/libc/sysv/consts/TUEXEC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TUEXEC,0x40,0x40,0x40,0x40,0x40,0 diff --git a/libc/sysv/consts/TUREAD.S b/libc/sysv/consts/TUREAD.S new file mode 100644 index 000000000..08769aa4b --- /dev/null +++ b/libc/sysv/consts/TUREAD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TUREAD,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/TUREAD.s b/libc/sysv/consts/TUREAD.s deleted file mode 100644 index 044b9e00b..000000000 --- a/libc/sysv/consts/TUREAD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TUREAD,0x0100,0x0100,0x0100,0x0100,0x0100,0 diff --git a/libc/sysv/consts/TUWRITE.S b/libc/sysv/consts/TUWRITE.S new file mode 100644 index 000000000..763d03b25 --- /dev/null +++ b/libc/sysv/consts/TUWRITE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TUWRITE,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/TUWRITE.s b/libc/sysv/consts/TUWRITE.s deleted file mode 100644 index 9fce6a11f..000000000 --- a/libc/sysv/consts/TUWRITE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TUWRITE,0x80,0x80,0x80,0x80,0x80,0 diff --git a/libc/sysv/consts/TVERSLEN.S b/libc/sysv/consts/TVERSLEN.S new file mode 100644 index 000000000..c9e15640a --- /dev/null +++ b/libc/sysv/consts/TVERSLEN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,TVERSLEN,2,2,2,2,2,0 diff --git a/libc/sysv/consts/TVERSLEN.s b/libc/sysv/consts/TVERSLEN.s deleted file mode 100644 index bbbe01b14..000000000 --- a/libc/sysv/consts/TVERSLEN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,TVERSLEN,2,2,2,2,2,0 diff --git a/libc/sysv/consts/T_FMT.S b/libc/sysv/consts/T_FMT.S new file mode 100644 index 000000000..6774046c2 --- /dev/null +++ b/libc/sysv/consts/T_FMT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,T_FMT,0x02002a,3,3,2,2,0 diff --git a/libc/sysv/consts/T_FMT.s b/libc/sysv/consts/T_FMT.s deleted file mode 100644 index cf3a5d969..000000000 --- a/libc/sysv/consts/T_FMT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,T_FMT,0x02002a,3,3,2,2,0 diff --git a/libc/sysv/consts/T_FMT_AMPM.S b/libc/sysv/consts/T_FMT_AMPM.S new file mode 100644 index 000000000..c68f67d3d --- /dev/null +++ b/libc/sysv/consts/T_FMT_AMPM.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,T_FMT_AMPM,0x02002b,4,4,3,3,0 diff --git a/libc/sysv/consts/T_FMT_AMPM.s b/libc/sysv/consts/T_FMT_AMPM.s deleted file mode 100644 index fd3beeaf4..000000000 --- a/libc/sysv/consts/T_FMT_AMPM.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,T_FMT_AMPM,0x02002b,4,4,3,3,0 diff --git a/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.S b/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.S new file mode 100644 index 000000000..0022bee01 --- /dev/null +++ b/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,UDP_ENCAP_ESPINUDP_NON_IKE,1,0,1,0,0,0 diff --git a/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.s b/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.s deleted file mode 100644 index d8e5f98bd..000000000 --- a/libc/sysv/consts/UDP_ENCAP_ESPINUDP_NON_IKE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,UDP_ENCAP_ESPINUDP_NON_IKE,1,0,1,0,0,0 diff --git a/libc/sysv/consts/UDP_NO_CHECK6_RX.S b/libc/sysv/consts/UDP_NO_CHECK6_RX.S new file mode 100644 index 000000000..f2e297c77 --- /dev/null +++ b/libc/sysv/consts/UDP_NO_CHECK6_RX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,UDP_NO_CHECK6_RX,102,0,0,0,0,0 diff --git a/libc/sysv/consts/UDP_NO_CHECK6_RX.s b/libc/sysv/consts/UDP_NO_CHECK6_RX.s deleted file mode 100644 index ff850e258..000000000 --- a/libc/sysv/consts/UDP_NO_CHECK6_RX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,UDP_NO_CHECK6_RX,102,0,0,0,0,0 diff --git a/libc/sysv/consts/UDP_NO_CHECK6_TX.S b/libc/sysv/consts/UDP_NO_CHECK6_TX.S new file mode 100644 index 000000000..13c095e62 --- /dev/null +++ b/libc/sysv/consts/UDP_NO_CHECK6_TX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,UDP_NO_CHECK6_TX,101,0,0,0,0,0 diff --git a/libc/sysv/consts/UDP_NO_CHECK6_TX.s b/libc/sysv/consts/UDP_NO_CHECK6_TX.s deleted file mode 100644 index a7288969b..000000000 --- a/libc/sysv/consts/UDP_NO_CHECK6_TX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,UDP_NO_CHECK6_TX,101,0,0,0,0,0 diff --git a/libc/sysv/consts/UL_GETFSIZE.S b/libc/sysv/consts/UL_GETFSIZE.S new file mode 100644 index 000000000..6ea04ed90 --- /dev/null +++ b/libc/sysv/consts/UL_GETFSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,UL_GETFSIZE,1,1,1,0,0,0 diff --git a/libc/sysv/consts/UL_GETFSIZE.s b/libc/sysv/consts/UL_GETFSIZE.s deleted file mode 100644 index ed70443c5..000000000 --- a/libc/sysv/consts/UL_GETFSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,UL_GETFSIZE,1,1,1,0,0,0 diff --git a/libc/sysv/consts/UL_SETFSIZE.S b/libc/sysv/consts/UL_SETFSIZE.S new file mode 100644 index 000000000..3a35789c8 --- /dev/null +++ b/libc/sysv/consts/UL_SETFSIZE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,UL_SETFSIZE,2,2,2,0,0,0 diff --git a/libc/sysv/consts/UL_SETFSIZE.s b/libc/sysv/consts/UL_SETFSIZE.s deleted file mode 100644 index e00ec06dc..000000000 --- a/libc/sysv/consts/UL_SETFSIZE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,UL_SETFSIZE,2,2,2,0,0,0 diff --git a/libc/sysv/consts/UMOUNT_NOFOLLOW.S b/libc/sysv/consts/UMOUNT_NOFOLLOW.S new file mode 100644 index 000000000..3b4b593dd --- /dev/null +++ b/libc/sysv/consts/UMOUNT_NOFOLLOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon unmount,UMOUNT_NOFOLLOW,8,0,0,0,0,0 diff --git a/libc/sysv/consts/UMOUNT_NOFOLLOW.s b/libc/sysv/consts/UMOUNT_NOFOLLOW.s deleted file mode 100644 index e9dbb454b..000000000 --- a/libc/sysv/consts/UMOUNT_NOFOLLOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon unmount,UMOUNT_NOFOLLOW,8,0,0,0,0,0 diff --git a/libc/sysv/consts/USRQUOTA.S b/libc/sysv/consts/USRQUOTA.S new file mode 100644 index 000000000..d875929a9 --- /dev/null +++ b/libc/sysv/consts/USRQUOTA.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,USRQUOTA,0,0,0,0,0,0 diff --git a/libc/sysv/consts/USRQUOTA.s b/libc/sysv/consts/USRQUOTA.s deleted file mode 100644 index 55acb10ba..000000000 --- a/libc/sysv/consts/USRQUOTA.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,USRQUOTA,0,0,0,0,0,0 diff --git a/libc/sysv/consts/UTIME_NOW.S b/libc/sysv/consts/UTIME_NOW.S new file mode 100644 index 000000000..2c05b683b --- /dev/null +++ b/libc/sysv/consts/UTIME_NOW.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon utime,UTIME_NOW,0x3fffffff,0x3fffffff,-1,-2,0x3fffffff,-2 diff --git a/libc/sysv/consts/UTIME_NOW.s b/libc/sysv/consts/UTIME_NOW.s deleted file mode 100644 index 1d227341e..000000000 --- a/libc/sysv/consts/UTIME_NOW.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon utime,UTIME_NOW,0x3fffffff,0x3fffffff,-1,-2,0x3fffffff,-2 diff --git a/libc/sysv/consts/UTIME_OMIT.S b/libc/sysv/consts/UTIME_OMIT.S new file mode 100644 index 000000000..437de70f8 --- /dev/null +++ b/libc/sysv/consts/UTIME_OMIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon utime,UTIME_OMIT,0x3ffffffe,0x3ffffffe,-2,-1,0x3ffffffe,-1 diff --git a/libc/sysv/consts/UTIME_OMIT.s b/libc/sysv/consts/UTIME_OMIT.s deleted file mode 100644 index 3a20b49d3..000000000 --- a/libc/sysv/consts/UTIME_OMIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon utime,UTIME_OMIT,0x3ffffffe,0x3ffffffe,-2,-1,0x3ffffffe,-1 diff --git a/libc/sysv/consts/VDISCARD.S b/libc/sysv/consts/VDISCARD.S new file mode 100644 index 000000000..56352d9e5 --- /dev/null +++ b/libc/sysv/consts/VDISCARD.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VDISCARD,13+1,15,15,15,15,13 diff --git a/libc/sysv/consts/VDISCARD.s b/libc/sysv/consts/VDISCARD.s deleted file mode 100644 index d6807ff65..000000000 --- a/libc/sysv/consts/VDISCARD.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VDISCARD,13+1,15,15,15,15,13 diff --git a/libc/sysv/consts/VEOF.S b/libc/sysv/consts/VEOF.S new file mode 100644 index 000000000..2ca8fb1ce --- /dev/null +++ b/libc/sysv/consts/VEOF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VEOF,4+1,0,0,0,0,4 diff --git a/libc/sysv/consts/VEOF.s b/libc/sysv/consts/VEOF.s deleted file mode 100644 index da96a621d..000000000 --- a/libc/sysv/consts/VEOF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VEOF,4+1,0,0,0,0,4 diff --git a/libc/sysv/consts/VEOL.S b/libc/sysv/consts/VEOL.S new file mode 100644 index 000000000..a09dfdc34 --- /dev/null +++ b/libc/sysv/consts/VEOL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VEOL,11+1,1,1,1,1,11 diff --git a/libc/sysv/consts/VEOL.s b/libc/sysv/consts/VEOL.s deleted file mode 100644 index e61a47434..000000000 --- a/libc/sysv/consts/VEOL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VEOL,11+1,1,1,1,1,11 diff --git a/libc/sysv/consts/VEOL2.S b/libc/sysv/consts/VEOL2.S new file mode 100644 index 000000000..c5376e531 --- /dev/null +++ b/libc/sysv/consts/VEOL2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VEOL2,16+1,2,2,2,2,16 diff --git a/libc/sysv/consts/VEOL2.s b/libc/sysv/consts/VEOL2.s deleted file mode 100644 index 7d2a8274f..000000000 --- a/libc/sysv/consts/VEOL2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VEOL2,16+1,2,2,2,2,16 diff --git a/libc/sysv/consts/VERASE.S b/libc/sysv/consts/VERASE.S new file mode 100644 index 000000000..730e0dee9 --- /dev/null +++ b/libc/sysv/consts/VERASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VERASE,2+1,3,3,3,3,2 diff --git a/libc/sysv/consts/VERASE.s b/libc/sysv/consts/VERASE.s deleted file mode 100644 index edfe817f3..000000000 --- a/libc/sysv/consts/VERASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VERASE,2+1,3,3,3,3,2 diff --git a/libc/sysv/consts/VERIFY.S b/libc/sysv/consts/VERIFY.S new file mode 100644 index 000000000..359e928eb --- /dev/null +++ b/libc/sysv/consts/VERIFY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VERIFY,47,0,0,0,0,0 diff --git a/libc/sysv/consts/VERIFY.s b/libc/sysv/consts/VERIFY.s deleted file mode 100644 index 32aa5f094..000000000 --- a/libc/sysv/consts/VERIFY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VERIFY,47,0,0,0,0,0 diff --git a/libc/sysv/consts/VINTR.S b/libc/sysv/consts/VINTR.S new file mode 100644 index 000000000..c3952aebe --- /dev/null +++ b/libc/sysv/consts/VINTR.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VINTR,0+1,8,8,8,8,0 diff --git a/libc/sysv/consts/VINTR.s b/libc/sysv/consts/VINTR.s deleted file mode 100644 index 130d2134a..000000000 --- a/libc/sysv/consts/VINTR.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VINTR,0+1,8,8,8,8,0 diff --git a/libc/sysv/consts/VKILL.S b/libc/sysv/consts/VKILL.S new file mode 100644 index 000000000..fe3ea7387 --- /dev/null +++ b/libc/sysv/consts/VKILL.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VKILL,3+1,5,5,5,5,3 diff --git a/libc/sysv/consts/VKILL.s b/libc/sysv/consts/VKILL.s deleted file mode 100644 index 96056db36..000000000 --- a/libc/sysv/consts/VKILL.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VKILL,3+1,5,5,5,5,3 diff --git a/libc/sysv/consts/VLNEXT.S b/libc/sysv/consts/VLNEXT.S new file mode 100644 index 000000000..661ffe501 --- /dev/null +++ b/libc/sysv/consts/VLNEXT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VLNEXT,15+1,14,14,14,14,15 diff --git a/libc/sysv/consts/VLNEXT.s b/libc/sysv/consts/VLNEXT.s deleted file mode 100644 index d6ea1b4f1..000000000 --- a/libc/sysv/consts/VLNEXT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VLNEXT,15+1,14,14,14,14,15 diff --git a/libc/sysv/consts/VMIN.S b/libc/sysv/consts/VMIN.S new file mode 100644 index 000000000..254175e8b --- /dev/null +++ b/libc/sysv/consts/VMIN.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VMIN,6+1,16,16,16,16,6 diff --git a/libc/sysv/consts/VMIN.s b/libc/sysv/consts/VMIN.s deleted file mode 100644 index 7f3144869..000000000 --- a/libc/sysv/consts/VMIN.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VMIN,6+1,16,16,16,16,6 diff --git a/libc/sysv/consts/VQUIT.S b/libc/sysv/consts/VQUIT.S new file mode 100644 index 000000000..6e603d679 --- /dev/null +++ b/libc/sysv/consts/VQUIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VQUIT,1+1,9,9,9,9,1 diff --git a/libc/sysv/consts/VQUIT.s b/libc/sysv/consts/VQUIT.s deleted file mode 100644 index b3a6e9712..000000000 --- a/libc/sysv/consts/VQUIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VQUIT,1+1,9,9,9,9,1 diff --git a/libc/sysv/consts/VREPRINT.S b/libc/sysv/consts/VREPRINT.S new file mode 100644 index 000000000..ebc183242 --- /dev/null +++ b/libc/sysv/consts/VREPRINT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VREPRINT,12+1,6,6,6,6,12 diff --git a/libc/sysv/consts/VREPRINT.s b/libc/sysv/consts/VREPRINT.s deleted file mode 100644 index 58a01ba57..000000000 --- a/libc/sysv/consts/VREPRINT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VREPRINT,12+1,6,6,6,6,12 diff --git a/libc/sysv/consts/VSTART.S b/libc/sysv/consts/VSTART.S new file mode 100644 index 000000000..489a38370 --- /dev/null +++ b/libc/sysv/consts/VSTART.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VSTART,8+1,12,12,12,12,8 diff --git a/libc/sysv/consts/VSTART.s b/libc/sysv/consts/VSTART.s deleted file mode 100644 index 521bb742d..000000000 --- a/libc/sysv/consts/VSTART.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VSTART,8+1,12,12,12,12,8 diff --git a/libc/sysv/consts/VSTOP.S b/libc/sysv/consts/VSTOP.S new file mode 100644 index 000000000..55da19308 --- /dev/null +++ b/libc/sysv/consts/VSTOP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VSTOP,9+1,13,13,13,13,9 diff --git a/libc/sysv/consts/VSTOP.s b/libc/sysv/consts/VSTOP.s deleted file mode 100644 index 6d16d26e3..000000000 --- a/libc/sysv/consts/VSTOP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VSTOP,9+1,13,13,13,13,9 diff --git a/libc/sysv/consts/VSUSP.S b/libc/sysv/consts/VSUSP.S new file mode 100644 index 000000000..735b6396e --- /dev/null +++ b/libc/sysv/consts/VSUSP.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VSUSP,10+1,10,10,10,10,10 diff --git a/libc/sysv/consts/VSUSP.s b/libc/sysv/consts/VSUSP.s deleted file mode 100644 index e5952f98d..000000000 --- a/libc/sysv/consts/VSUSP.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VSUSP,10+1,10,10,10,10,10 diff --git a/libc/sysv/consts/VSWTC.S b/libc/sysv/consts/VSWTC.S new file mode 100644 index 000000000..c422d8f16 --- /dev/null +++ b/libc/sysv/consts/VSWTC.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VSWTC,7+1,0,0,0,0,7 diff --git a/libc/sysv/consts/VSWTC.s b/libc/sysv/consts/VSWTC.s deleted file mode 100644 index 46f6a4e2a..000000000 --- a/libc/sysv/consts/VSWTC.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VSWTC,7+1,0,0,0,0,7 diff --git a/libc/sysv/consts/VT0.S b/libc/sysv/consts/VT0.S new file mode 100644 index 000000000..ac93dc552 --- /dev/null +++ b/libc/sysv/consts/VT0.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VT0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/VT0.s b/libc/sysv/consts/VT0.s deleted file mode 100644 index 8f420d157..000000000 --- a/libc/sysv/consts/VT0.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VT0,0b0000000000000000,0b000000000000000000,0b000000000000000000,0,0,0b0000000000000000 diff --git a/libc/sysv/consts/VT1.S b/libc/sysv/consts/VT1.S new file mode 100644 index 000000000..514ebf2dd --- /dev/null +++ b/libc/sysv/consts/VT1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VT1,0b0100000000000000,0b010000000000000000,0b010000000000000000,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/VT1.s b/libc/sysv/consts/VT1.s deleted file mode 100644 index 1019651f1..000000000 --- a/libc/sysv/consts/VT1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VT1,0b0100000000000000,0b010000000000000000,0b010000000000000000,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/VTDLY.S b/libc/sysv/consts/VTDLY.S new file mode 100644 index 000000000..47b721b82 --- /dev/null +++ b/libc/sysv/consts/VTDLY.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VTDLY,0b0100000000000000,0b010000000000000000,0b010000000000000000,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/VTDLY.s b/libc/sysv/consts/VTDLY.s deleted file mode 100644 index 543bde217..000000000 --- a/libc/sysv/consts/VTDLY.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VTDLY,0b0100000000000000,0b010000000000000000,0b010000000000000000,0,0,0b0100000000000000 diff --git a/libc/sysv/consts/VTIME.S b/libc/sysv/consts/VTIME.S new file mode 100644 index 000000000..7a31658c5 --- /dev/null +++ b/libc/sysv/consts/VTIME.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VTIME,5+1,17,17,17,17,5 diff --git a/libc/sysv/consts/VTIME.s b/libc/sysv/consts/VTIME.s deleted file mode 100644 index 6d68a27a2..000000000 --- a/libc/sysv/consts/VTIME.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VTIME,5+1,17,17,17,17,5 diff --git a/libc/sysv/consts/VWERASE.S b/libc/sysv/consts/VWERASE.S new file mode 100644 index 000000000..b84b37091 --- /dev/null +++ b/libc/sysv/consts/VWERASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,VWERASE,14+1,4,4,4,4,14 diff --git a/libc/sysv/consts/VWERASE.s b/libc/sysv/consts/VWERASE.s deleted file mode 100644 index b048577f6..000000000 --- a/libc/sysv/consts/VWERASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,VWERASE,14+1,4,4,4,4,14 diff --git a/libc/sysv/consts/WCONTINUED.S b/libc/sysv/consts/WCONTINUED.S new file mode 100644 index 000000000..5832c3d7c --- /dev/null +++ b/libc/sysv/consts/WCONTINUED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitpid,WCONTINUED,8,0x10,4,8,16,0 diff --git a/libc/sysv/consts/WCONTINUED.s b/libc/sysv/consts/WCONTINUED.s deleted file mode 100644 index a957e882e..000000000 --- a/libc/sysv/consts/WCONTINUED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitpid,WCONTINUED,8,0x10,4,8,16,0 diff --git a/libc/sysv/consts/WEOF.S b/libc/sysv/consts/WEOF.S new file mode 100644 index 000000000..84c1f5a93 --- /dev/null +++ b/libc/sysv/consts/WEOF.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,WEOF,0xffffffff,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/WEOF.s b/libc/sysv/consts/WEOF.s deleted file mode 100644 index 407757d42..000000000 --- a/libc/sysv/consts/WEOF.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,WEOF,0xffffffff,-1,-1,-1,-1,-1 diff --git a/libc/sysv/consts/WEXITED.S b/libc/sysv/consts/WEXITED.S new file mode 100644 index 000000000..3ee58914c --- /dev/null +++ b/libc/sysv/consts/WEXITED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitid,WEXITED,4,4,0x10,0,32,0 diff --git a/libc/sysv/consts/WEXITED.s b/libc/sysv/consts/WEXITED.s deleted file mode 100644 index 6d38dc26a..000000000 --- a/libc/sysv/consts/WEXITED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitid,WEXITED,4,4,0x10,0,32,0 diff --git a/libc/sysv/consts/WNOHANG.S b/libc/sysv/consts/WNOHANG.S new file mode 100644 index 000000000..541ce8135 --- /dev/null +++ b/libc/sysv/consts/WNOHANG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitpid,WNOHANG,1,1,1,1,1,1 diff --git a/libc/sysv/consts/WNOHANG.s b/libc/sysv/consts/WNOHANG.s deleted file mode 100644 index f9651fdf4..000000000 --- a/libc/sysv/consts/WNOHANG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitpid,WNOHANG,1,1,1,1,1,1 diff --git a/libc/sysv/consts/WNOWAIT.S b/libc/sysv/consts/WNOWAIT.S new file mode 100644 index 000000000..8d2dd2443 --- /dev/null +++ b/libc/sysv/consts/WNOWAIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitid,WNOWAIT,0x01000000,0x20,8,0,0x10000,0 diff --git a/libc/sysv/consts/WNOWAIT.s b/libc/sysv/consts/WNOWAIT.s deleted file mode 100644 index f29d9634b..000000000 --- a/libc/sysv/consts/WNOWAIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitid,WNOWAIT,0x01000000,0x20,8,0,0x10000,0 diff --git a/libc/sysv/consts/WORD_BIT.S b/libc/sysv/consts/WORD_BIT.S new file mode 100644 index 000000000..fb0f2a6ff --- /dev/null +++ b/libc/sysv/consts/WORD_BIT.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,WORD_BIT,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/WORD_BIT.s b/libc/sysv/consts/WORD_BIT.s deleted file mode 100644 index 316bbb0c9..000000000 --- a/libc/sysv/consts/WORD_BIT.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,WORD_BIT,0x20,0x20,0x20,0x20,0x20,0 diff --git a/libc/sysv/consts/WRQ.S b/libc/sysv/consts/WRQ.S new file mode 100644 index 000000000..507992bb7 --- /dev/null +++ b/libc/sysv/consts/WRQ.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,WRQ,2,2,2,2,2,0 diff --git a/libc/sysv/consts/WRQ.s b/libc/sysv/consts/WRQ.s deleted file mode 100644 index ae5f1069d..000000000 --- a/libc/sysv/consts/WRQ.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,WRQ,2,2,2,2,2,0 diff --git a/libc/sysv/consts/WSTOPPED.S b/libc/sysv/consts/WSTOPPED.S new file mode 100644 index 000000000..8d44e55ce --- /dev/null +++ b/libc/sysv/consts/WSTOPPED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitid,WSTOPPED,2,8,2,0,2,0 diff --git a/libc/sysv/consts/WSTOPPED.s b/libc/sysv/consts/WSTOPPED.s deleted file mode 100644 index 27a538b06..000000000 --- a/libc/sysv/consts/WSTOPPED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitid,WSTOPPED,2,8,2,0,2,0 diff --git a/libc/sysv/consts/WUNTRACED.S b/libc/sysv/consts/WUNTRACED.S new file mode 100644 index 000000000..fbadaa94c --- /dev/null +++ b/libc/sysv/consts/WUNTRACED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon waitpid,WUNTRACED,2,2,2,2,2,0 diff --git a/libc/sysv/consts/WUNTRACED.s b/libc/sysv/consts/WUNTRACED.s deleted file mode 100644 index 012e3f362..000000000 --- a/libc/sysv/consts/WUNTRACED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon waitpid,WUNTRACED,2,2,2,2,2,0 diff --git a/libc/sysv/consts/W_OK.S b/libc/sysv/consts/W_OK.S new file mode 100644 index 000000000..ff52a5a5b --- /dev/null +++ b/libc/sysv/consts/W_OK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon access,W_OK,2,2,2,2,2,0x40000000 diff --git a/libc/sysv/consts/W_OK.s b/libc/sysv/consts/W_OK.s deleted file mode 100644 index 1ad9ef812..000000000 --- a/libc/sysv/consts/W_OK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon access,W_OK,2,2,2,2,2,0x40000000 diff --git a/libc/sysv/consts/XATTR_CREATE.S b/libc/sysv/consts/XATTR_CREATE.S new file mode 100644 index 000000000..4255d5725 --- /dev/null +++ b/libc/sysv/consts/XATTR_CREATE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,XATTR_CREATE,1,2,0,0,0,0 diff --git a/libc/sysv/consts/XATTR_CREATE.s b/libc/sysv/consts/XATTR_CREATE.s deleted file mode 100644 index 4043cad8f..000000000 --- a/libc/sysv/consts/XATTR_CREATE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,XATTR_CREATE,1,2,0,0,0,0 diff --git a/libc/sysv/consts/XATTR_REPLACE.S b/libc/sysv/consts/XATTR_REPLACE.S new file mode 100644 index 000000000..225735171 --- /dev/null +++ b/libc/sysv/consts/XATTR_REPLACE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,XATTR_REPLACE,2,4,0,0,0,0 diff --git a/libc/sysv/consts/XATTR_REPLACE.s b/libc/sysv/consts/XATTR_REPLACE.s deleted file mode 100644 index 524cdcd24..000000000 --- a/libc/sysv/consts/XATTR_REPLACE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,XATTR_REPLACE,2,4,0,0,0,0 diff --git a/libc/sysv/consts/XCASE.S b/libc/sysv/consts/XCASE.S new file mode 100644 index 000000000..5e711bf41 --- /dev/null +++ b/libc/sysv/consts/XCASE.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,XCASE,0b0000000000000100,0,0,16777216,0,0b0000000000000100 diff --git a/libc/sysv/consts/XCASE.s b/libc/sysv/consts/XCASE.s deleted file mode 100644 index 9306c90c3..000000000 --- a/libc/sysv/consts/XCASE.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,XCASE,0b0000000000000100,0,0,16777216,0,0b0000000000000100 diff --git a/libc/sysv/consts/XTABS.S b/libc/sysv/consts/XTABS.S new file mode 100644 index 000000000..d6e186fef --- /dev/null +++ b/libc/sysv/consts/XTABS.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon termios,XTABS,0b0001100000000000,0b000000110000000000,0b000000110000000000,0,0b000000110000000000,0b0001100000000000 diff --git a/libc/sysv/consts/XTABS.s b/libc/sysv/consts/XTABS.s deleted file mode 100644 index e94a644a0..000000000 --- a/libc/sysv/consts/XTABS.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon termios,XTABS,0b0001100000000000,0b000000110000000000,0b000000110000000000,0,0b000000110000000000,0b0001100000000000 diff --git a/libc/sysv/consts/X_OK.S b/libc/sysv/consts/X_OK.S new file mode 100644 index 000000000..6a9d2c7f9 --- /dev/null +++ b/libc/sysv/consts/X_OK.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon access,X_OK,1,1,1,1,1,0xa0000000 diff --git a/libc/sysv/consts/X_OK.s b/libc/sysv/consts/X_OK.s deleted file mode 100644 index d4705ce55..000000000 --- a/libc/sysv/consts/X_OK.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon access,X_OK,1,1,1,1,1,0xa0000000 diff --git a/libc/sysv/consts/_ARG_MAX.S b/libc/sysv/consts/_ARG_MAX.S new file mode 100644 index 000000000..1071d0042 --- /dev/null +++ b/libc/sysv/consts/_ARG_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,_ARG_MAX,128*1024,1024*1024,512*1024,512*1024,256*1024,32767*2 diff --git a/libc/sysv/consts/_ARG_MAX.s b/libc/sysv/consts/_ARG_MAX.s deleted file mode 100644 index c42161f26..000000000 --- a/libc/sysv/consts/_ARG_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,_ARG_MAX,128*1024,1024*1024,512*1024,512*1024,256*1024,32767*2 diff --git a/libc/sysv/consts/_LINUX_QUOTA_VERSION.S b/libc/sysv/consts/_LINUX_QUOTA_VERSION.S new file mode 100644 index 000000000..fa1700a25 --- /dev/null +++ b/libc/sysv/consts/_LINUX_QUOTA_VERSION.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,_LINUX_QUOTA_VERSION,2,0,0,0,0,0 diff --git a/libc/sysv/consts/_LINUX_QUOTA_VERSION.s b/libc/sysv/consts/_LINUX_QUOTA_VERSION.s deleted file mode 100644 index ce68d84a1..000000000 --- a/libc/sysv/consts/_LINUX_QUOTA_VERSION.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,_LINUX_QUOTA_VERSION,2,0,0,0,0,0 diff --git a/libc/sysv/consts/_NAME_MAX.S b/libc/sysv/consts/_NAME_MAX.S new file mode 100644 index 000000000..42d20d0bb --- /dev/null +++ b/libc/sysv/consts/_NAME_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,_NAME_MAX,255,255,255,255,511,255 diff --git a/libc/sysv/consts/_NAME_MAX.s b/libc/sysv/consts/_NAME_MAX.s deleted file mode 100644 index e34e961e6..000000000 --- a/libc/sysv/consts/_NAME_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,_NAME_MAX,255,255,255,255,511,255 diff --git a/libc/sysv/consts/_NSIG.S b/libc/sysv/consts/_NSIG.S new file mode 100644 index 000000000..e1efcc23a --- /dev/null +++ b/libc/sysv/consts/_NSIG.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,_NSIG,64,32,128,32,64,64 diff --git a/libc/sysv/consts/_NSIG.s b/libc/sysv/consts/_NSIG.s deleted file mode 100644 index 97df9ada6..000000000 --- a/libc/sysv/consts/_NSIG.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,_NSIG,64,32,128,32,64,64 diff --git a/libc/sysv/consts/_PATH_MAX.S b/libc/sysv/consts/_PATH_MAX.S new file mode 100644 index 000000000..af56d92f4 --- /dev/null +++ b/libc/sysv/consts/_PATH_MAX.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon limits,_PATH_MAX,4096,1024,1024,1024,1024,512 diff --git a/libc/sysv/consts/_PATH_MAX.s b/libc/sysv/consts/_PATH_MAX.s deleted file mode 100644 index b81e56fe6..000000000 --- a/libc/sysv/consts/_PATH_MAX.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon limits,_PATH_MAX,4096,1024,1024,1024,1024,512 diff --git a/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.S b/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.S new file mode 100644 index 000000000..aa810b9ba --- /dev/null +++ b/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon misc,_SEM_SEMUN_UNDEFINED,1,0,0,0,0,0 diff --git a/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.s b/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.s deleted file mode 100644 index 58d7726a9..000000000 --- a/libc/sysv/consts/_SEM_SEMUN_UNDEFINED.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon misc,_SEM_SEMUN_UNDEFINED,1,0,0,0,0,0 diff --git a/libc/sysv/consts/__NR__sysctl.S b/libc/sysv/consts/__NR__sysctl.S new file mode 100644 index 000000000..2eac6dad4 --- /dev/null +++ b/libc/sysv/consts/__NR__sysctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR__sysctl,0x009c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR__sysctl.s b/libc/sysv/consts/__NR__sysctl.s deleted file mode 100644 index 9874e6c1d..000000000 --- a/libc/sysv/consts/__NR__sysctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR__sysctl,0x009c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_accept.S b/libc/sysv/consts/__NR_accept.S new file mode 100644 index 000000000..abd3c8308 --- /dev/null +++ b/libc/sysv/consts/__NR_accept.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_accept,0x002b,0x200001e,0x0063,0x001e,0x01e,0xfff diff --git a/libc/sysv/consts/__NR_accept.s b/libc/sysv/consts/__NR_accept.s deleted file mode 100644 index 948488895..000000000 --- a/libc/sysv/consts/__NR_accept.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_accept,0x002b,0x200001e,0x0063,0x001e,0x01e,0xfff diff --git a/libc/sysv/consts/__NR_accept4.S b/libc/sysv/consts/__NR_accept4.S new file mode 100644 index 000000000..13ccb7959 --- /dev/null +++ b/libc/sysv/consts/__NR_accept4.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_accept4,0x0120,0xfff,0x021d,0x005d,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_accept4.s b/libc/sysv/consts/__NR_accept4.s deleted file mode 100644 index 3cc343ad1..000000000 --- a/libc/sysv/consts/__NR_accept4.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_accept4,0x0120,0xfff,0x021d,0x005d,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_access.S b/libc/sysv/consts/__NR_access.S new file mode 100644 index 000000000..bcbebd9d5 --- /dev/null +++ b/libc/sysv/consts/__NR_access.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_access,0x0015,0x2000021,0x0021,0x0021,0x021,0xfff diff --git a/libc/sysv/consts/__NR_access.s b/libc/sysv/consts/__NR_access.s deleted file mode 100644 index f62c709cc..000000000 --- a/libc/sysv/consts/__NR_access.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_access,0x0015,0x2000021,0x0021,0x0021,0x021,0xfff diff --git a/libc/sysv/consts/__NR_acct.S b/libc/sysv/consts/__NR_acct.S new file mode 100644 index 000000000..5aa75db71 --- /dev/null +++ b/libc/sysv/consts/__NR_acct.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_acct,0x00a3,0x2000033,0x0033,0x0033,0x033,0xfff diff --git a/libc/sysv/consts/__NR_acct.s b/libc/sysv/consts/__NR_acct.s deleted file mode 100644 index 1f59e8c94..000000000 --- a/libc/sysv/consts/__NR_acct.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_acct,0x00a3,0x2000033,0x0033,0x0033,0x033,0xfff diff --git a/libc/sysv/consts/__NR_add_key.S b/libc/sysv/consts/__NR_add_key.S new file mode 100644 index 000000000..2b8a5c1d9 --- /dev/null +++ b/libc/sysv/consts/__NR_add_key.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_add_key,0x00f8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_add_key.s b/libc/sysv/consts/__NR_add_key.s deleted file mode 100644 index 043bb4a32..000000000 --- a/libc/sysv/consts/__NR_add_key.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_add_key,0x00f8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_adjtimex.S b/libc/sysv/consts/__NR_adjtimex.S new file mode 100644 index 000000000..2ee8722aa --- /dev/null +++ b/libc/sysv/consts/__NR_adjtimex.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_adjtimex,0x009f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_adjtimex.s b/libc/sysv/consts/__NR_adjtimex.s deleted file mode 100644 index 45162e90f..000000000 --- a/libc/sysv/consts/__NR_adjtimex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_adjtimex,0x009f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_alarm.S b/libc/sysv/consts/__NR_alarm.S new file mode 100644 index 000000000..5d1f19d99 --- /dev/null +++ b/libc/sysv/consts/__NR_alarm.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_alarm,0x0025,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_alarm.s b/libc/sysv/consts/__NR_alarm.s deleted file mode 100644 index d2b69db16..000000000 --- a/libc/sysv/consts/__NR_alarm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_alarm,0x0025,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_arch_prctl.S b/libc/sysv/consts/__NR_arch_prctl.S new file mode 100644 index 000000000..f6defec8c --- /dev/null +++ b/libc/sysv/consts/__NR_arch_prctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_arch_prctl,0x009e,0x3000003,0x00a5,0x149,0x13d,0xfff diff --git a/libc/sysv/consts/__NR_arch_prctl.s b/libc/sysv/consts/__NR_arch_prctl.s deleted file mode 100644 index 78aac5a1b..000000000 --- a/libc/sysv/consts/__NR_arch_prctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_arch_prctl,0x009e,0x3000003,0x00a5,0x149,0x13d,0xfff diff --git a/libc/sysv/consts/__NR_bind.S b/libc/sysv/consts/__NR_bind.S new file mode 100644 index 000000000..ce037f722 --- /dev/null +++ b/libc/sysv/consts/__NR_bind.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_bind,0x0031,0x2000068,0x0068,0x0068,0x068,0xfff diff --git a/libc/sysv/consts/__NR_bind.s b/libc/sysv/consts/__NR_bind.s deleted file mode 100644 index 3ead90555..000000000 --- a/libc/sysv/consts/__NR_bind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_bind,0x0031,0x2000068,0x0068,0x0068,0x068,0xfff diff --git a/libc/sysv/consts/__NR_bpf.S b/libc/sysv/consts/__NR_bpf.S new file mode 100644 index 000000000..44c6d5fdf --- /dev/null +++ b/libc/sysv/consts/__NR_bpf.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_bpf,0x0141,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_bpf.s b/libc/sysv/consts/__NR_bpf.s deleted file mode 100644 index 7035bf320..000000000 --- a/libc/sysv/consts/__NR_bpf.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_bpf,0x0141,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_capget.S b/libc/sysv/consts/__NR_capget.S new file mode 100644 index 000000000..176c082fa --- /dev/null +++ b/libc/sysv/consts/__NR_capget.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_capget,0x007d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_capget.s b/libc/sysv/consts/__NR_capget.s deleted file mode 100644 index 135c4c2fc..000000000 --- a/libc/sysv/consts/__NR_capget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_capget,0x007d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_capset.S b/libc/sysv/consts/__NR_capset.S new file mode 100644 index 000000000..e5e2f0c23 --- /dev/null +++ b/libc/sysv/consts/__NR_capset.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_capset,0x007e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_capset.s b/libc/sysv/consts/__NR_capset.s deleted file mode 100644 index b6662f38b..000000000 --- a/libc/sysv/consts/__NR_capset.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_capset,0x007e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_chdir.S b/libc/sysv/consts/__NR_chdir.S new file mode 100644 index 000000000..f65b24d01 --- /dev/null +++ b/libc/sysv/consts/__NR_chdir.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_chdir,0x0050,0x200000c,0x000c,0x000c,0x00c,0xfff diff --git a/libc/sysv/consts/__NR_chdir.s b/libc/sysv/consts/__NR_chdir.s deleted file mode 100644 index 35d06d1dc..000000000 --- a/libc/sysv/consts/__NR_chdir.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_chdir,0x0050,0x200000c,0x000c,0x000c,0x00c,0xfff diff --git a/libc/sysv/consts/__NR_chmod.S b/libc/sysv/consts/__NR_chmod.S new file mode 100644 index 000000000..16a682379 --- /dev/null +++ b/libc/sysv/consts/__NR_chmod.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_chmod,0x005a,0x200000f,0x000f,0x000f,0x00f,0xfff diff --git a/libc/sysv/consts/__NR_chmod.s b/libc/sysv/consts/__NR_chmod.s deleted file mode 100644 index e1c936de4..000000000 --- a/libc/sysv/consts/__NR_chmod.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_chmod,0x005a,0x200000f,0x000f,0x000f,0x00f,0xfff diff --git a/libc/sysv/consts/__NR_chown.S b/libc/sysv/consts/__NR_chown.S new file mode 100644 index 000000000..696da41c4 --- /dev/null +++ b/libc/sysv/consts/__NR_chown.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_chown,0x005c,0x2000010,0x0010,0x0010,0x010,0xfff diff --git a/libc/sysv/consts/__NR_chown.s b/libc/sysv/consts/__NR_chown.s deleted file mode 100644 index 372532ce4..000000000 --- a/libc/sysv/consts/__NR_chown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_chown,0x005c,0x2000010,0x0010,0x0010,0x010,0xfff diff --git a/libc/sysv/consts/__NR_chroot.S b/libc/sysv/consts/__NR_chroot.S new file mode 100644 index 000000000..5f0a761a5 --- /dev/null +++ b/libc/sysv/consts/__NR_chroot.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_chroot,0x00a1,0x200003d,0x003d,0x003d,0x03d,0xfff diff --git a/libc/sysv/consts/__NR_chroot.s b/libc/sysv/consts/__NR_chroot.s deleted file mode 100644 index 28bbc4609..000000000 --- a/libc/sysv/consts/__NR_chroot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_chroot,0x00a1,0x200003d,0x003d,0x003d,0x03d,0xfff diff --git a/libc/sysv/consts/__NR_clock_adjtime.S b/libc/sysv/consts/__NR_clock_adjtime.S new file mode 100644 index 000000000..39e2f4702 --- /dev/null +++ b/libc/sysv/consts/__NR_clock_adjtime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clock_adjtime,0x0131,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_clock_adjtime.s b/libc/sysv/consts/__NR_clock_adjtime.s deleted file mode 100644 index 9a0924671..000000000 --- a/libc/sysv/consts/__NR_clock_adjtime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clock_adjtime,0x0131,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_clock_getres.S b/libc/sysv/consts/__NR_clock_getres.S new file mode 100644 index 000000000..5c1178c34 --- /dev/null +++ b/libc/sysv/consts/__NR_clock_getres.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clock_getres,0x00e5,0xfff,0x00ea,0x0059,0x1ad,0xfff diff --git a/libc/sysv/consts/__NR_clock_getres.s b/libc/sysv/consts/__NR_clock_getres.s deleted file mode 100644 index 64d7f50d7..000000000 --- a/libc/sysv/consts/__NR_clock_getres.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clock_getres,0x00e5,0xfff,0x00ea,0x0059,0x1ad,0xfff diff --git a/libc/sysv/consts/__NR_clock_gettime.S b/libc/sysv/consts/__NR_clock_gettime.S new file mode 100644 index 000000000..199133b74 --- /dev/null +++ b/libc/sysv/consts/__NR_clock_gettime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clock_gettime,0x00e4,0xfff,0x00e8,0x0057,0x1ab,0xfff diff --git a/libc/sysv/consts/__NR_clock_gettime.s b/libc/sysv/consts/__NR_clock_gettime.s deleted file mode 100644 index 53809051e..000000000 --- a/libc/sysv/consts/__NR_clock_gettime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clock_gettime,0x00e4,0xfff,0x00e8,0x0057,0x1ab,0xfff diff --git a/libc/sysv/consts/__NR_clock_nanosleep.S b/libc/sysv/consts/__NR_clock_nanosleep.S new file mode 100644 index 000000000..f5be9d951 --- /dev/null +++ b/libc/sysv/consts/__NR_clock_nanosleep.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clock_nanosleep,0x00e6,0xfff,0x00f4,0xfff,0x1dd,0xfff diff --git a/libc/sysv/consts/__NR_clock_nanosleep.s b/libc/sysv/consts/__NR_clock_nanosleep.s deleted file mode 100644 index 4b6741313..000000000 --- a/libc/sysv/consts/__NR_clock_nanosleep.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clock_nanosleep,0x00e6,0xfff,0x00f4,0xfff,0x1dd,0xfff diff --git a/libc/sysv/consts/__NR_clock_settime.S b/libc/sysv/consts/__NR_clock_settime.S new file mode 100644 index 000000000..b465f65dd --- /dev/null +++ b/libc/sysv/consts/__NR_clock_settime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clock_settime,0x00e3,0xfff,0x00e9,0x0058,0x1ac,0xfff diff --git a/libc/sysv/consts/__NR_clock_settime.s b/libc/sysv/consts/__NR_clock_settime.s deleted file mode 100644 index 3de3e3acc..000000000 --- a/libc/sysv/consts/__NR_clock_settime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clock_settime,0x00e3,0xfff,0x00e9,0x0058,0x1ac,0xfff diff --git a/libc/sysv/consts/__NR_clone.S b/libc/sysv/consts/__NR_clone.S new file mode 100644 index 000000000..0087233b3 --- /dev/null +++ b/libc/sysv/consts/__NR_clone.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_clone,0x0038,0xfff,0xfff,0xfff,0x11f,0xfff diff --git a/libc/sysv/consts/__NR_clone.s b/libc/sysv/consts/__NR_clone.s deleted file mode 100644 index 1066ab44e..000000000 --- a/libc/sysv/consts/__NR_clone.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_clone,0x0038,0xfff,0xfff,0xfff,0x11f,0xfff diff --git a/libc/sysv/consts/__NR_close.S b/libc/sysv/consts/__NR_close.S new file mode 100644 index 000000000..15f1b19fe --- /dev/null +++ b/libc/sysv/consts/__NR_close.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_close,0x0003,0x2000006,0x0006,0x0006,0x006,0xfff diff --git a/libc/sysv/consts/__NR_close.s b/libc/sysv/consts/__NR_close.s deleted file mode 100644 index ad390ef52..000000000 --- a/libc/sysv/consts/__NR_close.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_close,0x0003,0x2000006,0x0006,0x0006,0x006,0xfff diff --git a/libc/sysv/consts/__NR_connect.S b/libc/sysv/consts/__NR_connect.S new file mode 100644 index 000000000..db3b78ce8 --- /dev/null +++ b/libc/sysv/consts/__NR_connect.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_connect,0x002a,0x2000062,0x0062,0x0062,0x062,0xfff diff --git a/libc/sysv/consts/__NR_connect.s b/libc/sysv/consts/__NR_connect.s deleted file mode 100644 index 338a38e6b..000000000 --- a/libc/sysv/consts/__NR_connect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_connect,0x002a,0x2000062,0x0062,0x0062,0x062,0xfff diff --git a/libc/sysv/consts/__NR_copy_file_range.S b/libc/sysv/consts/__NR_copy_file_range.S new file mode 100644 index 000000000..2870056bf --- /dev/null +++ b/libc/sysv/consts/__NR_copy_file_range.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_copy_file_range,0x0146,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_copy_file_range.s b/libc/sysv/consts/__NR_copy_file_range.s deleted file mode 100644 index 65c4df889..000000000 --- a/libc/sysv/consts/__NR_copy_file_range.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_copy_file_range,0x0146,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_cpuset_getaffinity.S b/libc/sysv/consts/__NR_cpuset_getaffinity.S new file mode 100644 index 000000000..7d24f9bb4 --- /dev/null +++ b/libc/sysv/consts/__NR_cpuset_getaffinity.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_cpuset_getaffinity,0xfff,0xfff,0x01e7,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_cpuset_getaffinity.s b/libc/sysv/consts/__NR_cpuset_getaffinity.s deleted file mode 100644 index 53c41a53f..000000000 --- a/libc/sysv/consts/__NR_cpuset_getaffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_cpuset_getaffinity,0xfff,0xfff,0x01e7,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_cpuset_setaffinity.S b/libc/sysv/consts/__NR_cpuset_setaffinity.S new file mode 100644 index 000000000..8c33fef14 --- /dev/null +++ b/libc/sysv/consts/__NR_cpuset_setaffinity.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_cpuset_setaffinity,0xfff,0xfff,0x01e8,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_cpuset_setaffinity.s b/libc/sysv/consts/__NR_cpuset_setaffinity.s deleted file mode 100644 index 4cf2e8126..000000000 --- a/libc/sysv/consts/__NR_cpuset_setaffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_cpuset_setaffinity,0xfff,0xfff,0x01e8,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_creat.S b/libc/sysv/consts/__NR_creat.S new file mode 100644 index 000000000..1286d7929 --- /dev/null +++ b/libc/sysv/consts/__NR_creat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_creat,0x0055,0xfff,0x0008,0xfff,0x008,0xfff diff --git a/libc/sysv/consts/__NR_creat.s b/libc/sysv/consts/__NR_creat.s deleted file mode 100644 index cb66277c1..000000000 --- a/libc/sysv/consts/__NR_creat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_creat,0x0055,0xfff,0x0008,0xfff,0x008,0xfff diff --git a/libc/sysv/consts/__NR_delete_module.S b/libc/sysv/consts/__NR_delete_module.S new file mode 100644 index 000000000..93c9f431e --- /dev/null +++ b/libc/sysv/consts/__NR_delete_module.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_delete_module,0x00b0,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_delete_module.s b/libc/sysv/consts/__NR_delete_module.s deleted file mode 100644 index 318810c18..000000000 --- a/libc/sysv/consts/__NR_delete_module.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_delete_module,0x00b0,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_dup.S b/libc/sysv/consts/__NR_dup.S new file mode 100644 index 000000000..7c9c6a64f --- /dev/null +++ b/libc/sysv/consts/__NR_dup.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_dup,0x0020,0x2000029,0x0029,0x0029,0x029,0xfff diff --git a/libc/sysv/consts/__NR_dup.s b/libc/sysv/consts/__NR_dup.s deleted file mode 100644 index b06a3f17c..000000000 --- a/libc/sysv/consts/__NR_dup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_dup,0x0020,0x2000029,0x0029,0x0029,0x029,0xfff diff --git a/libc/sysv/consts/__NR_dup2.S b/libc/sysv/consts/__NR_dup2.S new file mode 100644 index 000000000..f60d3bed5 --- /dev/null +++ b/libc/sysv/consts/__NR_dup2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_dup2,0x0021,0x200005a,0x005a,0x005a,0x05a,0xfff diff --git a/libc/sysv/consts/__NR_dup2.s b/libc/sysv/consts/__NR_dup2.s deleted file mode 100644 index 216105e90..000000000 --- a/libc/sysv/consts/__NR_dup2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_dup2,0x0021,0x200005a,0x005a,0x005a,0x05a,0xfff diff --git a/libc/sysv/consts/__NR_dup3.S b/libc/sysv/consts/__NR_dup3.S new file mode 100644 index 000000000..a578989e1 --- /dev/null +++ b/libc/sysv/consts/__NR_dup3.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_dup3,0x0124,0xfff,0xfff,0x0066,0x1c6,0xfff diff --git a/libc/sysv/consts/__NR_dup3.s b/libc/sysv/consts/__NR_dup3.s deleted file mode 100644 index 4f43da0aa..000000000 --- a/libc/sysv/consts/__NR_dup3.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_dup3,0x0124,0xfff,0xfff,0x0066,0x1c6,0xfff diff --git a/libc/sysv/consts/__NR_epoll_create.S b/libc/sysv/consts/__NR_epoll_create.S new file mode 100644 index 000000000..911bcbc3b --- /dev/null +++ b/libc/sysv/consts/__NR_epoll_create.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_epoll_create,0x00d5,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_create.s b/libc/sysv/consts/__NR_epoll_create.s deleted file mode 100644 index b579135f7..000000000 --- a/libc/sysv/consts/__NR_epoll_create.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_epoll_create,0x00d5,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_create1.S b/libc/sysv/consts/__NR_epoll_create1.S new file mode 100644 index 000000000..e156f9132 --- /dev/null +++ b/libc/sysv/consts/__NR_epoll_create1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_epoll_create1,0x0123,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_create1.s b/libc/sysv/consts/__NR_epoll_create1.s deleted file mode 100644 index 54185d5a6..000000000 --- a/libc/sysv/consts/__NR_epoll_create1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_epoll_create1,0x0123,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_ctl.S b/libc/sysv/consts/__NR_epoll_ctl.S new file mode 100644 index 000000000..373455fb4 --- /dev/null +++ b/libc/sysv/consts/__NR_epoll_ctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_epoll_ctl,0x00e9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_ctl.s b/libc/sysv/consts/__NR_epoll_ctl.s deleted file mode 100644 index 1a713ff6a..000000000 --- a/libc/sysv/consts/__NR_epoll_ctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_epoll_ctl,0x00e9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_pwait.S b/libc/sysv/consts/__NR_epoll_pwait.S new file mode 100644 index 000000000..4005e238b --- /dev/null +++ b/libc/sysv/consts/__NR_epoll_pwait.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_epoll_pwait,0x0119,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_pwait.s b/libc/sysv/consts/__NR_epoll_pwait.s deleted file mode 100644 index f77c8aef0..000000000 --- a/libc/sysv/consts/__NR_epoll_pwait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_epoll_pwait,0x0119,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_wait.S b/libc/sysv/consts/__NR_epoll_wait.S new file mode 100644 index 000000000..9b4c9a0c4 --- /dev/null +++ b/libc/sysv/consts/__NR_epoll_wait.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_epoll_wait,0x00e8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_epoll_wait.s b/libc/sysv/consts/__NR_epoll_wait.s deleted file mode 100644 index d7acb09bb..000000000 --- a/libc/sysv/consts/__NR_epoll_wait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_epoll_wait,0x00e8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_eventfd.S b/libc/sysv/consts/__NR_eventfd.S new file mode 100644 index 000000000..3bad98e75 --- /dev/null +++ b/libc/sysv/consts/__NR_eventfd.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_eventfd,0x011c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_eventfd.s b/libc/sysv/consts/__NR_eventfd.s deleted file mode 100644 index cd0254565..000000000 --- a/libc/sysv/consts/__NR_eventfd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_eventfd,0x011c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_eventfd2.S b/libc/sysv/consts/__NR_eventfd2.S new file mode 100644 index 000000000..7e2710e5a --- /dev/null +++ b/libc/sysv/consts/__NR_eventfd2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_eventfd2,0x0122,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_eventfd2.s b/libc/sysv/consts/__NR_eventfd2.s deleted file mode 100644 index ed17adac5..000000000 --- a/libc/sysv/consts/__NR_eventfd2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_eventfd2,0x0122,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_execve.S b/libc/sysv/consts/__NR_execve.S new file mode 100644 index 000000000..4f46f9ad6 --- /dev/null +++ b/libc/sysv/consts/__NR_execve.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_execve,0x003b,0x200003b,0x003b,0x003b,0x03b,0xfff diff --git a/libc/sysv/consts/__NR_execve.s b/libc/sysv/consts/__NR_execve.s deleted file mode 100644 index ed5df589a..000000000 --- a/libc/sysv/consts/__NR_execve.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_execve,0x003b,0x200003b,0x003b,0x003b,0x03b,0xfff diff --git a/libc/sysv/consts/__NR_execveat.S b/libc/sysv/consts/__NR_execveat.S new file mode 100644 index 000000000..0dc5e154a --- /dev/null +++ b/libc/sysv/consts/__NR_execveat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_execveat,0x0142,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_execveat.s b/libc/sysv/consts/__NR_execveat.s deleted file mode 100644 index 15484064e..000000000 --- a/libc/sysv/consts/__NR_execveat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_execveat,0x0142,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_exit.S b/libc/sysv/consts/__NR_exit.S new file mode 100644 index 000000000..de72e4a7c --- /dev/null +++ b/libc/sysv/consts/__NR_exit.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_exit,0x003c,0x2000169,0x01af,0x012e,0x136,0xfff diff --git a/libc/sysv/consts/__NR_exit.s b/libc/sysv/consts/__NR_exit.s deleted file mode 100644 index 7905a534d..000000000 --- a/libc/sysv/consts/__NR_exit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_exit,0x003c,0x2000169,0x01af,0x012e,0x136,0xfff diff --git a/libc/sysv/consts/__NR_exit_group.S b/libc/sysv/consts/__NR_exit_group.S new file mode 100644 index 000000000..8c3e70d13 --- /dev/null +++ b/libc/sysv/consts/__NR_exit_group.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_exit_group,0x00e7,0x2000001,0x0001,0x0001,0x001,0xfff diff --git a/libc/sysv/consts/__NR_exit_group.s b/libc/sysv/consts/__NR_exit_group.s deleted file mode 100644 index b11d623ec..000000000 --- a/libc/sysv/consts/__NR_exit_group.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_exit_group,0x00e7,0x2000001,0x0001,0x0001,0x001,0xfff diff --git a/libc/sysv/consts/__NR_faccessat.S b/libc/sysv/consts/__NR_faccessat.S new file mode 100644 index 000000000..84c542fb3 --- /dev/null +++ b/libc/sysv/consts/__NR_faccessat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_faccessat,0x010d,0x20001d2,0x01e9,0x0139,0x1ce,0xfff diff --git a/libc/sysv/consts/__NR_faccessat.s b/libc/sysv/consts/__NR_faccessat.s deleted file mode 100644 index afeb90e4e..000000000 --- a/libc/sysv/consts/__NR_faccessat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_faccessat,0x010d,0x20001d2,0x01e9,0x0139,0x1ce,0xfff diff --git a/libc/sysv/consts/__NR_fadvise.S b/libc/sysv/consts/__NR_fadvise.S new file mode 100644 index 000000000..2666a7a64 --- /dev/null +++ b/libc/sysv/consts/__NR_fadvise.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fadvise,0x00dd,0xfff,0x0213,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fadvise.s b/libc/sysv/consts/__NR_fadvise.s deleted file mode 100644 index e3eb5e99d..000000000 --- a/libc/sysv/consts/__NR_fadvise.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fadvise,0x00dd,0xfff,0x0213,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fallocate.S b/libc/sysv/consts/__NR_fallocate.S new file mode 100644 index 000000000..a8879c777 --- /dev/null +++ b/libc/sysv/consts/__NR_fallocate.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fallocate,0x011d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fallocate.s b/libc/sysv/consts/__NR_fallocate.s deleted file mode 100644 index 016e03954..000000000 --- a/libc/sysv/consts/__NR_fallocate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fallocate,0x011d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fanotify_init.S b/libc/sysv/consts/__NR_fanotify_init.S new file mode 100644 index 000000000..7d1cd9c72 --- /dev/null +++ b/libc/sysv/consts/__NR_fanotify_init.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fanotify_init,0x012c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fanotify_init.s b/libc/sysv/consts/__NR_fanotify_init.s deleted file mode 100644 index aad1bdf52..000000000 --- a/libc/sysv/consts/__NR_fanotify_init.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fanotify_init,0x012c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fanotify_mark.S b/libc/sysv/consts/__NR_fanotify_mark.S new file mode 100644 index 000000000..71ef3b724 --- /dev/null +++ b/libc/sysv/consts/__NR_fanotify_mark.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fanotify_mark,0x012d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fanotify_mark.s b/libc/sysv/consts/__NR_fanotify_mark.s deleted file mode 100644 index 8f6cac05e..000000000 --- a/libc/sysv/consts/__NR_fanotify_mark.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fanotify_mark,0x012d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fchdir.S b/libc/sysv/consts/__NR_fchdir.S new file mode 100644 index 000000000..025b0331b --- /dev/null +++ b/libc/sysv/consts/__NR_fchdir.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fchdir,0x0051,0x200000d,0x000d,0x000d,0x00d,0xfff diff --git a/libc/sysv/consts/__NR_fchdir.s b/libc/sysv/consts/__NR_fchdir.s deleted file mode 100644 index a9ac84f61..000000000 --- a/libc/sysv/consts/__NR_fchdir.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fchdir,0x0051,0x200000d,0x000d,0x000d,0x00d,0xfff diff --git a/libc/sysv/consts/__NR_fchmod.S b/libc/sysv/consts/__NR_fchmod.S new file mode 100644 index 000000000..6908b843b --- /dev/null +++ b/libc/sysv/consts/__NR_fchmod.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fchmod,0x005b,0x200007c,0x007c,0x007c,0x07c,0xfff diff --git a/libc/sysv/consts/__NR_fchmod.s b/libc/sysv/consts/__NR_fchmod.s deleted file mode 100644 index 7104b96bb..000000000 --- a/libc/sysv/consts/__NR_fchmod.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fchmod,0x005b,0x200007c,0x007c,0x007c,0x07c,0xfff diff --git a/libc/sysv/consts/__NR_fchmodat.S b/libc/sysv/consts/__NR_fchmodat.S new file mode 100644 index 000000000..82a950b4d --- /dev/null +++ b/libc/sysv/consts/__NR_fchmodat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fchmodat,0x010c,0x20001d3,0x01ea,0x013a,0x1cf,0xfff diff --git a/libc/sysv/consts/__NR_fchmodat.s b/libc/sysv/consts/__NR_fchmodat.s deleted file mode 100644 index 7ac64f865..000000000 --- a/libc/sysv/consts/__NR_fchmodat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fchmodat,0x010c,0x20001d3,0x01ea,0x013a,0x1cf,0xfff diff --git a/libc/sysv/consts/__NR_fchown.S b/libc/sysv/consts/__NR_fchown.S new file mode 100644 index 000000000..50ad43ad7 --- /dev/null +++ b/libc/sysv/consts/__NR_fchown.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fchown,0x005d,0x200007b,0x007b,0x007b,0x07b,0xfff diff --git a/libc/sysv/consts/__NR_fchown.s b/libc/sysv/consts/__NR_fchown.s deleted file mode 100644 index 70118cc33..000000000 --- a/libc/sysv/consts/__NR_fchown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fchown,0x005d,0x200007b,0x007b,0x007b,0x07b,0xfff diff --git a/libc/sysv/consts/__NR_fchownat.S b/libc/sysv/consts/__NR_fchownat.S new file mode 100644 index 000000000..e40c43fac --- /dev/null +++ b/libc/sysv/consts/__NR_fchownat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fchownat,0x0104,0x20001d4,0x01eb,0x013b,0x1d0,0xfff diff --git a/libc/sysv/consts/__NR_fchownat.s b/libc/sysv/consts/__NR_fchownat.s deleted file mode 100644 index f364730b8..000000000 --- a/libc/sysv/consts/__NR_fchownat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fchownat,0x0104,0x20001d4,0x01eb,0x013b,0x1d0,0xfff diff --git a/libc/sysv/consts/__NR_fcntl.S b/libc/sysv/consts/__NR_fcntl.S new file mode 100644 index 000000000..168ed2172 --- /dev/null +++ b/libc/sysv/consts/__NR_fcntl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fcntl,0x0048,0x200005c,0x005c,0x005c,0x05c,0xfff diff --git a/libc/sysv/consts/__NR_fcntl.s b/libc/sysv/consts/__NR_fcntl.s deleted file mode 100644 index 6edda53ae..000000000 --- a/libc/sysv/consts/__NR_fcntl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fcntl,0x0048,0x200005c,0x005c,0x005c,0x05c,0xfff diff --git a/libc/sysv/consts/__NR_fdatasync.S b/libc/sysv/consts/__NR_fdatasync.S new file mode 100644 index 000000000..a11c28d70 --- /dev/null +++ b/libc/sysv/consts/__NR_fdatasync.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fdatasync,0x004b,0x20000bb,0x0226,0x005f,0x0f1,0xfff diff --git a/libc/sysv/consts/__NR_fdatasync.s b/libc/sysv/consts/__NR_fdatasync.s deleted file mode 100644 index ba961b8a6..000000000 --- a/libc/sysv/consts/__NR_fdatasync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fdatasync,0x004b,0x20000bb,0x0226,0x005f,0x0f1,0xfff diff --git a/libc/sysv/consts/__NR_fgetxattr.S b/libc/sysv/consts/__NR_fgetxattr.S new file mode 100644 index 000000000..00a21ee30 --- /dev/null +++ b/libc/sysv/consts/__NR_fgetxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fgetxattr,0x00c1,0x20000eb,0xfff,0xfff,0x17c,0xfff diff --git a/libc/sysv/consts/__NR_fgetxattr.s b/libc/sysv/consts/__NR_fgetxattr.s deleted file mode 100644 index 5c66b2ec9..000000000 --- a/libc/sysv/consts/__NR_fgetxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fgetxattr,0x00c1,0x20000eb,0xfff,0xfff,0x17c,0xfff diff --git a/libc/sysv/consts/__NR_finit_module.S b/libc/sysv/consts/__NR_finit_module.S new file mode 100644 index 000000000..85bd972e8 --- /dev/null +++ b/libc/sysv/consts/__NR_finit_module.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_finit_module,0x0139,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_finit_module.s b/libc/sysv/consts/__NR_finit_module.s deleted file mode 100644 index d88e63949..000000000 --- a/libc/sysv/consts/__NR_finit_module.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_finit_module,0x0139,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_flistxattr.S b/libc/sysv/consts/__NR_flistxattr.S new file mode 100644 index 000000000..3201ed5fe --- /dev/null +++ b/libc/sysv/consts/__NR_flistxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_flistxattr,0x00c4,0x20000f1,0xfff,0xfff,0x17f,0xfff diff --git a/libc/sysv/consts/__NR_flistxattr.s b/libc/sysv/consts/__NR_flistxattr.s deleted file mode 100644 index 1b1f6ca14..000000000 --- a/libc/sysv/consts/__NR_flistxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_flistxattr,0x00c4,0x20000f1,0xfff,0xfff,0x17f,0xfff diff --git a/libc/sysv/consts/__NR_flock.S b/libc/sysv/consts/__NR_flock.S new file mode 100644 index 000000000..3257555e4 --- /dev/null +++ b/libc/sysv/consts/__NR_flock.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_flock,0x0049,0x2000083,0x0083,0x0083,0x083,0xfff diff --git a/libc/sysv/consts/__NR_flock.s b/libc/sysv/consts/__NR_flock.s deleted file mode 100644 index fca60c595..000000000 --- a/libc/sysv/consts/__NR_flock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_flock,0x0049,0x2000083,0x0083,0x0083,0x083,0xfff diff --git a/libc/sysv/consts/__NR_fork.S b/libc/sysv/consts/__NR_fork.S new file mode 100644 index 000000000..8af233ca2 --- /dev/null +++ b/libc/sysv/consts/__NR_fork.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fork,0x0039,0x2000002,0x0002,0x0002,0x002,0xfff diff --git a/libc/sysv/consts/__NR_fork.s b/libc/sysv/consts/__NR_fork.s deleted file mode 100644 index 79129510c..000000000 --- a/libc/sysv/consts/__NR_fork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fork,0x0039,0x2000002,0x0002,0x0002,0x002,0xfff diff --git a/libc/sysv/consts/__NR_fremovexattr.S b/libc/sysv/consts/__NR_fremovexattr.S new file mode 100644 index 000000000..f97f52992 --- /dev/null +++ b/libc/sysv/consts/__NR_fremovexattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fremovexattr,0x00c7,0x20000ef,0xfff,0xfff,0x182,0xfff diff --git a/libc/sysv/consts/__NR_fremovexattr.s b/libc/sysv/consts/__NR_fremovexattr.s deleted file mode 100644 index 3659046a3..000000000 --- a/libc/sysv/consts/__NR_fremovexattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fremovexattr,0x00c7,0x20000ef,0xfff,0xfff,0x182,0xfff diff --git a/libc/sysv/consts/__NR_fsetxattr.S b/libc/sysv/consts/__NR_fsetxattr.S new file mode 100644 index 000000000..5f39e810e --- /dev/null +++ b/libc/sysv/consts/__NR_fsetxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fsetxattr,0x00be,0x20000ed,0xfff,0xfff,0x179,0xfff diff --git a/libc/sysv/consts/__NR_fsetxattr.s b/libc/sysv/consts/__NR_fsetxattr.s deleted file mode 100644 index 2656470db..000000000 --- a/libc/sysv/consts/__NR_fsetxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fsetxattr,0x00be,0x20000ed,0xfff,0xfff,0x179,0xfff diff --git a/libc/sysv/consts/__NR_fstat.S b/libc/sysv/consts/__NR_fstat.S new file mode 100644 index 000000000..0bf1c3a0c --- /dev/null +++ b/libc/sysv/consts/__NR_fstat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fstat,0x0005,0x2000153,0x0227,0x0035,0x1b8,0xfff diff --git a/libc/sysv/consts/__NR_fstat.s b/libc/sysv/consts/__NR_fstat.s deleted file mode 100644 index 3b8efa20b..000000000 --- a/libc/sysv/consts/__NR_fstat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fstat,0x0005,0x2000153,0x0227,0x0035,0x1b8,0xfff diff --git a/libc/sysv/consts/__NR_fstatat.S b/libc/sysv/consts/__NR_fstatat.S new file mode 100644 index 000000000..42b606ba4 --- /dev/null +++ b/libc/sysv/consts/__NR_fstatat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fstatat,0x0106,0x20001d6,0x0228,0x002a,0x1d2,0xfff diff --git a/libc/sysv/consts/__NR_fstatat.s b/libc/sysv/consts/__NR_fstatat.s deleted file mode 100644 index 3e7549cf3..000000000 --- a/libc/sysv/consts/__NR_fstatat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fstatat,0x0106,0x20001d6,0x0228,0x002a,0x1d2,0xfff diff --git a/libc/sysv/consts/__NR_fstatfs.S b/libc/sysv/consts/__NR_fstatfs.S new file mode 100644 index 000000000..7892a980b --- /dev/null +++ b/libc/sysv/consts/__NR_fstatfs.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fstatfs,0x008a,0x200015a,0x022c,0x0040,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fstatfs.s b/libc/sysv/consts/__NR_fstatfs.s deleted file mode 100644 index ab4823b30..000000000 --- a/libc/sysv/consts/__NR_fstatfs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fstatfs,0x008a,0x200015a,0x022c,0x0040,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_fsync.S b/libc/sysv/consts/__NR_fsync.S new file mode 100644 index 000000000..21eda63c5 --- /dev/null +++ b/libc/sysv/consts/__NR_fsync.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_fsync,0x004a,0x200005f,0x005f,0x005f,0x05f,0xfff diff --git a/libc/sysv/consts/__NR_fsync.s b/libc/sysv/consts/__NR_fsync.s deleted file mode 100644 index d41451261..000000000 --- a/libc/sysv/consts/__NR_fsync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_fsync,0x004a,0x200005f,0x005f,0x005f,0x05f,0xfff diff --git a/libc/sysv/consts/__NR_ftruncate.S b/libc/sysv/consts/__NR_ftruncate.S new file mode 100644 index 000000000..008a10cf0 --- /dev/null +++ b/libc/sysv/consts/__NR_ftruncate.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ftruncate,0x004d,0x20000c9,0x01e0,0x00c9,0x0c9,0xfff diff --git a/libc/sysv/consts/__NR_ftruncate.s b/libc/sysv/consts/__NR_ftruncate.s deleted file mode 100644 index c1c99cfe8..000000000 --- a/libc/sysv/consts/__NR_ftruncate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ftruncate,0x004d,0x20000c9,0x01e0,0x00c9,0x0c9,0xfff diff --git a/libc/sysv/consts/__NR_futex.S b/libc/sysv/consts/__NR_futex.S new file mode 100644 index 000000000..e2fc44985 --- /dev/null +++ b/libc/sysv/consts/__NR_futex.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_futex,0x00ca,0xfff,0x1c6,0x0053,0x0a6,0xfff diff --git a/libc/sysv/consts/__NR_futex.s b/libc/sysv/consts/__NR_futex.s deleted file mode 100644 index 61c7a2ff5..000000000 --- a/libc/sysv/consts/__NR_futex.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_futex,0x00ca,0xfff,0x1c6,0x0053,0x0a6,0xfff diff --git a/libc/sysv/consts/__NR_futimens.S b/libc/sysv/consts/__NR_futimens.S new file mode 100644 index 000000000..0eae2d7b2 --- /dev/null +++ b/libc/sysv/consts/__NR_futimens.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_futimens,0xfff,0xfff,0x0222,0x0055,0x1d8,0xfff diff --git a/libc/sysv/consts/__NR_futimens.s b/libc/sysv/consts/__NR_futimens.s deleted file mode 100644 index c9c59604a..000000000 --- a/libc/sysv/consts/__NR_futimens.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_futimens,0xfff,0xfff,0x0222,0x0055,0x1d8,0xfff diff --git a/libc/sysv/consts/__NR_futimes.S b/libc/sysv/consts/__NR_futimes.S new file mode 100644 index 000000000..fc1ec59be --- /dev/null +++ b/libc/sysv/consts/__NR_futimes.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_futimes,0xfff,0x200008b,0x00ce,0x004d,0x1a7,0xfff diff --git a/libc/sysv/consts/__NR_futimes.s b/libc/sysv/consts/__NR_futimes.s deleted file mode 100644 index 6ca9088a1..000000000 --- a/libc/sysv/consts/__NR_futimes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_futimes,0xfff,0x200008b,0x00ce,0x004d,0x1a7,0xfff diff --git a/libc/sysv/consts/__NR_futimesat.S b/libc/sysv/consts/__NR_futimesat.S new file mode 100644 index 000000000..12cc92abe --- /dev/null +++ b/libc/sysv/consts/__NR_futimesat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_futimesat,0x0105,0xfff,0x01ee,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_futimesat.s b/libc/sysv/consts/__NR_futimesat.s deleted file mode 100644 index 11cc16a18..000000000 --- a/libc/sysv/consts/__NR_futimesat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_futimesat,0x0105,0xfff,0x01ee,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_get_mempolicy.S b/libc/sysv/consts/__NR_get_mempolicy.S new file mode 100644 index 000000000..a28c8e5fb --- /dev/null +++ b/libc/sysv/consts/__NR_get_mempolicy.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_get_mempolicy,0x00ef,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_get_mempolicy.s b/libc/sysv/consts/__NR_get_mempolicy.s deleted file mode 100644 index 7ff939163..000000000 --- a/libc/sysv/consts/__NR_get_mempolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_get_mempolicy,0x00ef,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_get_robust_list.S b/libc/sysv/consts/__NR_get_robust_list.S new file mode 100644 index 000000000..7ec5b07dc --- /dev/null +++ b/libc/sysv/consts/__NR_get_robust_list.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_get_robust_list,0x0112,0xfff,0xfff,0xfff,0x0a8,0xfff diff --git a/libc/sysv/consts/__NR_get_robust_list.s b/libc/sysv/consts/__NR_get_robust_list.s deleted file mode 100644 index 943a6e031..000000000 --- a/libc/sysv/consts/__NR_get_robust_list.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_get_robust_list,0x0112,0xfff,0xfff,0xfff,0x0a8,0xfff diff --git a/libc/sysv/consts/__NR_getcpu.S b/libc/sysv/consts/__NR_getcpu.S new file mode 100644 index 000000000..8cbc875c5 --- /dev/null +++ b/libc/sysv/consts/__NR_getcpu.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getcpu,0x0135,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getcpu.s b/libc/sysv/consts/__NR_getcpu.s deleted file mode 100644 index 5c6eaaa67..000000000 --- a/libc/sysv/consts/__NR_getcpu.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getcpu,0x0135,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getcwd.S b/libc/sysv/consts/__NR_getcwd.S new file mode 100644 index 000000000..0fc634eb1 --- /dev/null +++ b/libc/sysv/consts/__NR_getcwd.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getcwd,0x004f,0xfff,0x0146,0x0130,0x128,0xfff diff --git a/libc/sysv/consts/__NR_getcwd.s b/libc/sysv/consts/__NR_getcwd.s deleted file mode 100644 index dff55215b..000000000 --- a/libc/sysv/consts/__NR_getcwd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getcwd,0x004f,0xfff,0x0146,0x0130,0x128,0xfff diff --git a/libc/sysv/consts/__NR_getdents.S b/libc/sysv/consts/__NR_getdents.S new file mode 100644 index 000000000..820b9c253 --- /dev/null +++ b/libc/sysv/consts/__NR_getdents.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getdents,0x00d9,0xfff,0x0110,0x0063,0x186,0xfff diff --git a/libc/sysv/consts/__NR_getdents.s b/libc/sysv/consts/__NR_getdents.s deleted file mode 100644 index fff8f559b..000000000 --- a/libc/sysv/consts/__NR_getdents.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getdents,0x00d9,0xfff,0x0110,0x0063,0x186,0xfff diff --git a/libc/sysv/consts/__NR_getegid.S b/libc/sysv/consts/__NR_getegid.S new file mode 100644 index 000000000..3eb25e4b2 --- /dev/null +++ b/libc/sysv/consts/__NR_getegid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getegid,0x006c,0x200002b,0x002b,0x002b,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getegid.s b/libc/sysv/consts/__NR_getegid.s deleted file mode 100644 index 8ecfbb21f..000000000 --- a/libc/sysv/consts/__NR_getegid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getegid,0x006c,0x200002b,0x002b,0x002b,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_geteuid.S b/libc/sysv/consts/__NR_geteuid.S new file mode 100644 index 000000000..2e6ef6355 --- /dev/null +++ b/libc/sysv/consts/__NR_geteuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_geteuid,0x006b,0x2000019,0x0019,0x0019,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_geteuid.s b/libc/sysv/consts/__NR_geteuid.s deleted file mode 100644 index 5bbd273bf..000000000 --- a/libc/sysv/consts/__NR_geteuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_geteuid,0x006b,0x2000019,0x0019,0x0019,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getgid.S b/libc/sysv/consts/__NR_getgid.S new file mode 100644 index 000000000..23139c624 --- /dev/null +++ b/libc/sysv/consts/__NR_getgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getgid,0x0068,0x200002f,0x002f,0x002f,0x02f,0xfff diff --git a/libc/sysv/consts/__NR_getgid.s b/libc/sysv/consts/__NR_getgid.s deleted file mode 100644 index bf26214a0..000000000 --- a/libc/sysv/consts/__NR_getgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getgid,0x0068,0x200002f,0x002f,0x002f,0x02f,0xfff diff --git a/libc/sysv/consts/__NR_getgroups.S b/libc/sysv/consts/__NR_getgroups.S new file mode 100644 index 000000000..1dd280c50 --- /dev/null +++ b/libc/sysv/consts/__NR_getgroups.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getgroups,0x0073,0x200004f,0x004f,0x004f,0x04f,0xfff diff --git a/libc/sysv/consts/__NR_getgroups.s b/libc/sysv/consts/__NR_getgroups.s deleted file mode 100644 index f7adfe2dc..000000000 --- a/libc/sysv/consts/__NR_getgroups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getgroups,0x0073,0x200004f,0x004f,0x004f,0x04f,0xfff diff --git a/libc/sysv/consts/__NR_getitimer.S b/libc/sysv/consts/__NR_getitimer.S new file mode 100644 index 000000000..a58524897 --- /dev/null +++ b/libc/sysv/consts/__NR_getitimer.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getitimer,0x0024,0x2000056,0x0056,0x0046,0x1aa,0xfff diff --git a/libc/sysv/consts/__NR_getitimer.s b/libc/sysv/consts/__NR_getitimer.s deleted file mode 100644 index cfed1031d..000000000 --- a/libc/sysv/consts/__NR_getitimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getitimer,0x0024,0x2000056,0x0056,0x0046,0x1aa,0xfff diff --git a/libc/sysv/consts/__NR_getpeername.S b/libc/sysv/consts/__NR_getpeername.S new file mode 100644 index 000000000..30982f27f --- /dev/null +++ b/libc/sysv/consts/__NR_getpeername.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getpeername,0x0034,0x200001f,0x008d,0x001f,0x01f,0xfff diff --git a/libc/sysv/consts/__NR_getpeername.s b/libc/sysv/consts/__NR_getpeername.s deleted file mode 100644 index 3b222dbae..000000000 --- a/libc/sysv/consts/__NR_getpeername.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getpeername,0x0034,0x200001f,0x008d,0x001f,0x01f,0xfff diff --git a/libc/sysv/consts/__NR_getpgid.S b/libc/sysv/consts/__NR_getpgid.S new file mode 100644 index 000000000..63fa41f19 --- /dev/null +++ b/libc/sysv/consts/__NR_getpgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getpgid,0x0079,0x2000097,0x00cf,0x00cf,0x0cf,0xfff diff --git a/libc/sysv/consts/__NR_getpgid.s b/libc/sysv/consts/__NR_getpgid.s deleted file mode 100644 index d1c90123f..000000000 --- a/libc/sysv/consts/__NR_getpgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getpgid,0x0079,0x2000097,0x00cf,0x00cf,0x0cf,0xfff diff --git a/libc/sysv/consts/__NR_getpgrp.S b/libc/sysv/consts/__NR_getpgrp.S new file mode 100644 index 000000000..3677572f3 --- /dev/null +++ b/libc/sysv/consts/__NR_getpgrp.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getpgrp,0x006f,0x2000051,0x0051,0x0051,0x051,0xfff diff --git a/libc/sysv/consts/__NR_getpgrp.s b/libc/sysv/consts/__NR_getpgrp.s deleted file mode 100644 index b1f4db08f..000000000 --- a/libc/sysv/consts/__NR_getpgrp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getpgrp,0x006f,0x2000051,0x0051,0x0051,0x051,0xfff diff --git a/libc/sysv/consts/__NR_getpid.S b/libc/sysv/consts/__NR_getpid.S new file mode 100644 index 000000000..34e02ca78 --- /dev/null +++ b/libc/sysv/consts/__NR_getpid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getpid,0x0027,0x2000014,0x0014,0x0014,0x014,0xfff diff --git a/libc/sysv/consts/__NR_getpid.s b/libc/sysv/consts/__NR_getpid.s deleted file mode 100644 index 500cf1a17..000000000 --- a/libc/sysv/consts/__NR_getpid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getpid,0x0027,0x2000014,0x0014,0x0014,0x014,0xfff diff --git a/libc/sysv/consts/__NR_getppid.S b/libc/sysv/consts/__NR_getppid.S new file mode 100644 index 000000000..ec151850b --- /dev/null +++ b/libc/sysv/consts/__NR_getppid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getppid,0x006e,0x2000027,0x0027,0x0027,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getppid.s b/libc/sysv/consts/__NR_getppid.s deleted file mode 100644 index b21a7e3e8..000000000 --- a/libc/sysv/consts/__NR_getppid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getppid,0x006e,0x2000027,0x0027,0x0027,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getpriority.S b/libc/sysv/consts/__NR_getpriority.S new file mode 100644 index 000000000..21f6d9915 --- /dev/null +++ b/libc/sysv/consts/__NR_getpriority.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getpriority,0x008c,0x2000064,0x0064,0x0064,0x064,0xfff diff --git a/libc/sysv/consts/__NR_getpriority.s b/libc/sysv/consts/__NR_getpriority.s deleted file mode 100644 index a166c8fe9..000000000 --- a/libc/sysv/consts/__NR_getpriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getpriority,0x008c,0x2000064,0x0064,0x0064,0x064,0xfff diff --git a/libc/sysv/consts/__NR_getrandom.S b/libc/sysv/consts/__NR_getrandom.S new file mode 100644 index 000000000..82edc902f --- /dev/null +++ b/libc/sysv/consts/__NR_getrandom.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getrandom,0x013e,0x20001f4,0x0233,0x0007,0x05b,0xfff diff --git a/libc/sysv/consts/__NR_getrandom.s b/libc/sysv/consts/__NR_getrandom.s deleted file mode 100644 index 6e4ac67c6..000000000 --- a/libc/sysv/consts/__NR_getrandom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getrandom,0x013e,0x20001f4,0x0233,0x0007,0x05b,0xfff diff --git a/libc/sysv/consts/__NR_getresgid.S b/libc/sysv/consts/__NR_getresgid.S new file mode 100644 index 000000000..6ab2cd6ad --- /dev/null +++ b/libc/sysv/consts/__NR_getresgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getresgid,0x0078,0xfff,0x0169,0x011b,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getresgid.s b/libc/sysv/consts/__NR_getresgid.s deleted file mode 100644 index 2dc27e599..000000000 --- a/libc/sysv/consts/__NR_getresgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getresgid,0x0078,0xfff,0x0169,0x011b,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getresuid.S b/libc/sysv/consts/__NR_getresuid.S new file mode 100644 index 000000000..7c25f39c8 --- /dev/null +++ b/libc/sysv/consts/__NR_getresuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getresuid,0x0076,0xfff,0x0168,0x0119,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getresuid.s b/libc/sysv/consts/__NR_getresuid.s deleted file mode 100644 index 0439d0775..000000000 --- a/libc/sysv/consts/__NR_getresuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getresuid,0x0076,0xfff,0x0168,0x0119,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_getrlimit.S b/libc/sysv/consts/__NR_getrlimit.S new file mode 100644 index 000000000..04d47601c --- /dev/null +++ b/libc/sysv/consts/__NR_getrlimit.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getrlimit,0x0061,0x20000c2,0x00c2,0x00c2,0x0c2,0xfff diff --git a/libc/sysv/consts/__NR_getrlimit.s b/libc/sysv/consts/__NR_getrlimit.s deleted file mode 100644 index bdae71193..000000000 --- a/libc/sysv/consts/__NR_getrlimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getrlimit,0x0061,0x20000c2,0x00c2,0x00c2,0x0c2,0xfff diff --git a/libc/sysv/consts/__NR_getrusage.S b/libc/sysv/consts/__NR_getrusage.S new file mode 100644 index 000000000..86eb1d0a0 --- /dev/null +++ b/libc/sysv/consts/__NR_getrusage.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getrusage,0x0062,0x2000075,0x0075,0x0013,0x1bd,0xfff diff --git a/libc/sysv/consts/__NR_getrusage.s b/libc/sysv/consts/__NR_getrusage.s deleted file mode 100644 index d82a0f8c6..000000000 --- a/libc/sysv/consts/__NR_getrusage.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getrusage,0x0062,0x2000075,0x0075,0x0013,0x1bd,0xfff diff --git a/libc/sysv/consts/__NR_getsid.S b/libc/sysv/consts/__NR_getsid.S new file mode 100644 index 000000000..8ae617795 --- /dev/null +++ b/libc/sysv/consts/__NR_getsid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getsid,0x007c,0x2000136,0x0136,0x00ff,0x11e,0xfff diff --git a/libc/sysv/consts/__NR_getsid.s b/libc/sysv/consts/__NR_getsid.s deleted file mode 100644 index 1d280d3a9..000000000 --- a/libc/sysv/consts/__NR_getsid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getsid,0x007c,0x2000136,0x0136,0x00ff,0x11e,0xfff diff --git a/libc/sysv/consts/__NR_getsockname.S b/libc/sysv/consts/__NR_getsockname.S new file mode 100644 index 000000000..c093814d1 --- /dev/null +++ b/libc/sysv/consts/__NR_getsockname.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getsockname,0x0033,0x2000020,0x0020,0x0020,0x020,0xfff diff --git a/libc/sysv/consts/__NR_getsockname.s b/libc/sysv/consts/__NR_getsockname.s deleted file mode 100644 index ea73e38eb..000000000 --- a/libc/sysv/consts/__NR_getsockname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getsockname,0x0033,0x2000020,0x0020,0x0020,0x020,0xfff diff --git a/libc/sysv/consts/__NR_getsockopt.S b/libc/sysv/consts/__NR_getsockopt.S new file mode 100644 index 000000000..994acca1c --- /dev/null +++ b/libc/sysv/consts/__NR_getsockopt.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getsockopt,0x0037,0x2000076,0x0076,0x0076,0x076,0xfff diff --git a/libc/sysv/consts/__NR_getsockopt.s b/libc/sysv/consts/__NR_getsockopt.s deleted file mode 100644 index 73f3407b8..000000000 --- a/libc/sysv/consts/__NR_getsockopt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getsockopt,0x0037,0x2000076,0x0076,0x0076,0x076,0xfff diff --git a/libc/sysv/consts/__NR_gettid.S b/libc/sysv/consts/__NR_gettid.S new file mode 100644 index 000000000..18f1309c6 --- /dev/null +++ b/libc/sysv/consts/__NR_gettid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_gettid,0x00ba,0x0100001b,432,299,311,0xfff diff --git a/libc/sysv/consts/__NR_gettid.s b/libc/sysv/consts/__NR_gettid.s deleted file mode 100644 index 38b042d04..000000000 --- a/libc/sysv/consts/__NR_gettid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_gettid,0x00ba,0x0100001b,432,299,311,0xfff diff --git a/libc/sysv/consts/__NR_gettimeofday.S b/libc/sysv/consts/__NR_gettimeofday.S new file mode 100644 index 000000000..6511d0071 --- /dev/null +++ b/libc/sysv/consts/__NR_gettimeofday.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_gettimeofday,0x0060,0x2000074,0x0074,0x0043,0x1a2,0xfff diff --git a/libc/sysv/consts/__NR_gettimeofday.s b/libc/sysv/consts/__NR_gettimeofday.s deleted file mode 100644 index 90b79f335..000000000 --- a/libc/sysv/consts/__NR_gettimeofday.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_gettimeofday,0x0060,0x2000074,0x0074,0x0043,0x1a2,0xfff diff --git a/libc/sysv/consts/__NR_getuid.S b/libc/sysv/consts/__NR_getuid.S new file mode 100644 index 000000000..c6f261c80 --- /dev/null +++ b/libc/sysv/consts/__NR_getuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getuid,0x0066,0x2000018,0x0018,0x0018,0x018,0xfff diff --git a/libc/sysv/consts/__NR_getuid.s b/libc/sysv/consts/__NR_getuid.s deleted file mode 100644 index 46b8a23ae..000000000 --- a/libc/sysv/consts/__NR_getuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getuid,0x0066,0x2000018,0x0018,0x0018,0x018,0xfff diff --git a/libc/sysv/consts/__NR_getxattr.S b/libc/sysv/consts/__NR_getxattr.S new file mode 100644 index 000000000..ad4d687c6 --- /dev/null +++ b/libc/sysv/consts/__NR_getxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_getxattr,0x00bf,0x20000ea,0xfff,0xfff,0x17a,0xfff diff --git a/libc/sysv/consts/__NR_getxattr.s b/libc/sysv/consts/__NR_getxattr.s deleted file mode 100644 index bfcfbd9aa..000000000 --- a/libc/sysv/consts/__NR_getxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_getxattr,0x00bf,0x20000ea,0xfff,0xfff,0x17a,0xfff diff --git a/libc/sysv/consts/__NR_init_module.S b/libc/sysv/consts/__NR_init_module.S new file mode 100644 index 000000000..3bdbf9401 --- /dev/null +++ b/libc/sysv/consts/__NR_init_module.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_init_module,0x00af,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_init_module.s b/libc/sysv/consts/__NR_init_module.s deleted file mode 100644 index de966d2fb..000000000 --- a/libc/sysv/consts/__NR_init_module.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_init_module,0x00af,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_add_watch.S b/libc/sysv/consts/__NR_inotify_add_watch.S new file mode 100644 index 000000000..63663996f --- /dev/null +++ b/libc/sysv/consts/__NR_inotify_add_watch.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_inotify_add_watch,0x00fe,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_add_watch.s b/libc/sysv/consts/__NR_inotify_add_watch.s deleted file mode 100644 index 84d0f533f..000000000 --- a/libc/sysv/consts/__NR_inotify_add_watch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_inotify_add_watch,0x00fe,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_init.S b/libc/sysv/consts/__NR_inotify_init.S new file mode 100644 index 000000000..68a48ac73 --- /dev/null +++ b/libc/sysv/consts/__NR_inotify_init.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_inotify_init,0x00fd,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_init.s b/libc/sysv/consts/__NR_inotify_init.s deleted file mode 100644 index de0fcbf7b..000000000 --- a/libc/sysv/consts/__NR_inotify_init.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_inotify_init,0x00fd,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_init1.S b/libc/sysv/consts/__NR_inotify_init1.S new file mode 100644 index 000000000..7ed4d3367 --- /dev/null +++ b/libc/sysv/consts/__NR_inotify_init1.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_inotify_init1,0x0126,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_init1.s b/libc/sysv/consts/__NR_inotify_init1.s deleted file mode 100644 index 1a4700d1f..000000000 --- a/libc/sysv/consts/__NR_inotify_init1.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_inotify_init1,0x0126,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_rm_watch.S b/libc/sysv/consts/__NR_inotify_rm_watch.S new file mode 100644 index 000000000..c4722ab1c --- /dev/null +++ b/libc/sysv/consts/__NR_inotify_rm_watch.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_inotify_rm_watch,0x00ff,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_inotify_rm_watch.s b/libc/sysv/consts/__NR_inotify_rm_watch.s deleted file mode 100644 index ac892de18..000000000 --- a/libc/sysv/consts/__NR_inotify_rm_watch.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_inotify_rm_watch,0x00ff,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_cancel.S b/libc/sysv/consts/__NR_io_cancel.S new file mode 100644 index 000000000..d239a51ed --- /dev/null +++ b/libc/sysv/consts/__NR_io_cancel.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_cancel,0x00d2,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_cancel.s b/libc/sysv/consts/__NR_io_cancel.s deleted file mode 100644 index 000826238..000000000 --- a/libc/sysv/consts/__NR_io_cancel.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_cancel,0x00d2,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_destroy.S b/libc/sysv/consts/__NR_io_destroy.S new file mode 100644 index 000000000..76626373f --- /dev/null +++ b/libc/sysv/consts/__NR_io_destroy.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_destroy,0x00cf,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_destroy.s b/libc/sysv/consts/__NR_io_destroy.s deleted file mode 100644 index 102e90a05..000000000 --- a/libc/sysv/consts/__NR_io_destroy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_destroy,0x00cf,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_getevents.S b/libc/sysv/consts/__NR_io_getevents.S new file mode 100644 index 000000000..2d1695e95 --- /dev/null +++ b/libc/sysv/consts/__NR_io_getevents.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_getevents,0x00d0,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_getevents.s b/libc/sysv/consts/__NR_io_getevents.s deleted file mode 100644 index c5bd184de..000000000 --- a/libc/sysv/consts/__NR_io_getevents.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_getevents,0x00d0,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_pgetevents.S b/libc/sysv/consts/__NR_io_pgetevents.S new file mode 100644 index 000000000..aabde4ac2 --- /dev/null +++ b/libc/sysv/consts/__NR_io_pgetevents.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_pgetevents,0x014d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_pgetevents.s b/libc/sysv/consts/__NR_io_pgetevents.s deleted file mode 100644 index f6cd3e6cb..000000000 --- a/libc/sysv/consts/__NR_io_pgetevents.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_pgetevents,0x014d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_setup.S b/libc/sysv/consts/__NR_io_setup.S new file mode 100644 index 000000000..46424939a --- /dev/null +++ b/libc/sysv/consts/__NR_io_setup.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_setup,0x00ce,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_setup.s b/libc/sysv/consts/__NR_io_setup.s deleted file mode 100644 index ec695c66d..000000000 --- a/libc/sysv/consts/__NR_io_setup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_setup,0x00ce,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_submit.S b/libc/sysv/consts/__NR_io_submit.S new file mode 100644 index 000000000..4d991b490 --- /dev/null +++ b/libc/sysv/consts/__NR_io_submit.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_submit,0x00d1,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_submit.s b/libc/sysv/consts/__NR_io_submit.s deleted file mode 100644 index b14fb69b5..000000000 --- a/libc/sysv/consts/__NR_io_submit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_submit,0x00d1,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_enter.S b/libc/sysv/consts/__NR_io_uring_enter.S new file mode 100644 index 000000000..e301f2eec --- /dev/null +++ b/libc/sysv/consts/__NR_io_uring_enter.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_uring_enter,0x01aa,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_enter.s b/libc/sysv/consts/__NR_io_uring_enter.s deleted file mode 100644 index 385f0109f..000000000 --- a/libc/sysv/consts/__NR_io_uring_enter.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_uring_enter,0x01aa,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_register.S b/libc/sysv/consts/__NR_io_uring_register.S new file mode 100644 index 000000000..75bafe4b2 --- /dev/null +++ b/libc/sysv/consts/__NR_io_uring_register.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_uring_register,0x01ab,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_register.s b/libc/sysv/consts/__NR_io_uring_register.s deleted file mode 100644 index b292d038e..000000000 --- a/libc/sysv/consts/__NR_io_uring_register.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_uring_register,0x01ab,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_setup.S b/libc/sysv/consts/__NR_io_uring_setup.S new file mode 100644 index 000000000..9baf0b2ba --- /dev/null +++ b/libc/sysv/consts/__NR_io_uring_setup.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_io_uring_setup,0x01a9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_io_uring_setup.s b/libc/sysv/consts/__NR_io_uring_setup.s deleted file mode 100644 index c51407618..000000000 --- a/libc/sysv/consts/__NR_io_uring_setup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_io_uring_setup,0x01a9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioctl.S b/libc/sysv/consts/__NR_ioctl.S new file mode 100644 index 000000000..59ae95c32 --- /dev/null +++ b/libc/sysv/consts/__NR_ioctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ioctl,0x0010,0x2000036,0x0036,0x0036,0x036,0xfff diff --git a/libc/sysv/consts/__NR_ioctl.s b/libc/sysv/consts/__NR_ioctl.s deleted file mode 100644 index e846399e3..000000000 --- a/libc/sysv/consts/__NR_ioctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ioctl,0x0010,0x2000036,0x0036,0x0036,0x036,0xfff diff --git a/libc/sysv/consts/__NR_ioperm.S b/libc/sysv/consts/__NR_ioperm.S new file mode 100644 index 000000000..c84a8f612 --- /dev/null +++ b/libc/sysv/consts/__NR_ioperm.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ioperm,0x00ad,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioperm.s b/libc/sysv/consts/__NR_ioperm.s deleted file mode 100644 index d5f208afd..000000000 --- a/libc/sysv/consts/__NR_ioperm.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ioperm,0x00ad,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_iopl.S b/libc/sysv/consts/__NR_iopl.S new file mode 100644 index 000000000..455b2e6a5 --- /dev/null +++ b/libc/sysv/consts/__NR_iopl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_iopl,0x00ac,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_iopl.s b/libc/sysv/consts/__NR_iopl.s deleted file mode 100644 index dd7cc2dd4..000000000 --- a/libc/sysv/consts/__NR_iopl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_iopl,0x00ac,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioprio_get.S b/libc/sysv/consts/__NR_ioprio_get.S new file mode 100644 index 000000000..1ea6a96d4 --- /dev/null +++ b/libc/sysv/consts/__NR_ioprio_get.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ioprio_get,0x00fc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioprio_get.s b/libc/sysv/consts/__NR_ioprio_get.s deleted file mode 100644 index 1acc1025e..000000000 --- a/libc/sysv/consts/__NR_ioprio_get.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ioprio_get,0x00fc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioprio_set.S b/libc/sysv/consts/__NR_ioprio_set.S new file mode 100644 index 000000000..8d1b3b79c --- /dev/null +++ b/libc/sysv/consts/__NR_ioprio_set.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ioprio_set,0x00fb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ioprio_set.s b/libc/sysv/consts/__NR_ioprio_set.s deleted file mode 100644 index 2259d12e4..000000000 --- a/libc/sysv/consts/__NR_ioprio_set.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ioprio_set,0x00fb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kcmp.S b/libc/sysv/consts/__NR_kcmp.S new file mode 100644 index 000000000..c42d8fe8a --- /dev/null +++ b/libc/sysv/consts/__NR_kcmp.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_kcmp,0x0138,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kcmp.s b/libc/sysv/consts/__NR_kcmp.s deleted file mode 100644 index 9a0f6f3ac..000000000 --- a/libc/sysv/consts/__NR_kcmp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_kcmp,0x0138,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kexec_file_load.S b/libc/sysv/consts/__NR_kexec_file_load.S new file mode 100644 index 000000000..16a353289 --- /dev/null +++ b/libc/sysv/consts/__NR_kexec_file_load.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_kexec_file_load,0x0140,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kexec_file_load.s b/libc/sysv/consts/__NR_kexec_file_load.s deleted file mode 100644 index 8c12a7ad8..000000000 --- a/libc/sysv/consts/__NR_kexec_file_load.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_kexec_file_load,0x0140,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kexec_load.S b/libc/sysv/consts/__NR_kexec_load.S new file mode 100644 index 000000000..7c9f1f0c2 --- /dev/null +++ b/libc/sysv/consts/__NR_kexec_load.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_kexec_load,0x00f6,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kexec_load.s b/libc/sysv/consts/__NR_kexec_load.s deleted file mode 100644 index f85cbcb47..000000000 --- a/libc/sysv/consts/__NR_kexec_load.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_kexec_load,0x00f6,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_keyctl.S b/libc/sysv/consts/__NR_keyctl.S new file mode 100644 index 000000000..4390c4827 --- /dev/null +++ b/libc/sysv/consts/__NR_keyctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_keyctl,0x00fa,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_keyctl.s b/libc/sysv/consts/__NR_keyctl.s deleted file mode 100644 index c4f84e9eb..000000000 --- a/libc/sysv/consts/__NR_keyctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_keyctl,0x00fa,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_kill.S b/libc/sysv/consts/__NR_kill.S new file mode 100644 index 000000000..96ab5bd30 --- /dev/null +++ b/libc/sysv/consts/__NR_kill.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_kill,0x003e,0x2000025,0x0025,0x007a,0x025,0xfff diff --git a/libc/sysv/consts/__NR_kill.s b/libc/sysv/consts/__NR_kill.s deleted file mode 100644 index aabbeb988..000000000 --- a/libc/sysv/consts/__NR_kill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_kill,0x003e,0x2000025,0x0025,0x007a,0x025,0xfff diff --git a/libc/sysv/consts/__NR_killpg.S b/libc/sysv/consts/__NR_killpg.S new file mode 100644 index 000000000..f44da5087 --- /dev/null +++ b/libc/sysv/consts/__NR_killpg.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_killpg,0xfff,0xfff,0x0092,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_killpg.s b/libc/sysv/consts/__NR_killpg.s deleted file mode 100644 index fac357eea..000000000 --- a/libc/sysv/consts/__NR_killpg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_killpg,0xfff,0xfff,0x0092,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ktrace.S b/libc/sysv/consts/__NR_ktrace.S new file mode 100644 index 000000000..33e4dc47a --- /dev/null +++ b/libc/sysv/consts/__NR_ktrace.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ktrace,0xfff,0xfff,0x002d,0x002d,0x02d,0xfff diff --git a/libc/sysv/consts/__NR_ktrace.s b/libc/sysv/consts/__NR_ktrace.s deleted file mode 100644 index ac220bfbb..000000000 --- a/libc/sysv/consts/__NR_ktrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ktrace,0xfff,0xfff,0x002d,0x002d,0x02d,0xfff diff --git a/libc/sysv/consts/__NR_lchown.S b/libc/sysv/consts/__NR_lchown.S new file mode 100644 index 000000000..6fca22bce --- /dev/null +++ b/libc/sysv/consts/__NR_lchown.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lchown,0x005e,0x200016c,0x00fe,0x00fe,0x113,0xfff diff --git a/libc/sysv/consts/__NR_lchown.s b/libc/sysv/consts/__NR_lchown.s deleted file mode 100644 index 1ce769836..000000000 --- a/libc/sysv/consts/__NR_lchown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lchown,0x005e,0x200016c,0x00fe,0x00fe,0x113,0xfff diff --git a/libc/sysv/consts/__NR_lgetxattr.S b/libc/sysv/consts/__NR_lgetxattr.S new file mode 100644 index 000000000..a13e1bbcd --- /dev/null +++ b/libc/sysv/consts/__NR_lgetxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lgetxattr,0x00c0,0xfff,0xfff,0xfff,0x17b,0xfff diff --git a/libc/sysv/consts/__NR_lgetxattr.s b/libc/sysv/consts/__NR_lgetxattr.s deleted file mode 100644 index 39b74f160..000000000 --- a/libc/sysv/consts/__NR_lgetxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lgetxattr,0x00c0,0xfff,0xfff,0xfff,0x17b,0xfff diff --git a/libc/sysv/consts/__NR_link.S b/libc/sysv/consts/__NR_link.S new file mode 100644 index 000000000..94b034dc0 --- /dev/null +++ b/libc/sysv/consts/__NR_link.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_link,0x0056,0x2000009,0x0009,0x0009,0x009,0xfff diff --git a/libc/sysv/consts/__NR_link.s b/libc/sysv/consts/__NR_link.s deleted file mode 100644 index 73fad90b4..000000000 --- a/libc/sysv/consts/__NR_link.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_link,0x0056,0x2000009,0x0009,0x0009,0x009,0xfff diff --git a/libc/sysv/consts/__NR_linkat.S b/libc/sysv/consts/__NR_linkat.S new file mode 100644 index 000000000..613826a21 --- /dev/null +++ b/libc/sysv/consts/__NR_linkat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_linkat,0x0109,0x20001d7,0x01ef,0x013d,0x1c9,0xfff diff --git a/libc/sysv/consts/__NR_linkat.s b/libc/sysv/consts/__NR_linkat.s deleted file mode 100644 index ce9fd6337..000000000 --- a/libc/sysv/consts/__NR_linkat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_linkat,0x0109,0x20001d7,0x01ef,0x013d,0x1c9,0xfff diff --git a/libc/sysv/consts/__NR_listen.S b/libc/sysv/consts/__NR_listen.S new file mode 100644 index 000000000..ebbe0153c --- /dev/null +++ b/libc/sysv/consts/__NR_listen.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_listen,0x0032,0x200006a,0x006a,0x006a,0x06a,0xfff diff --git a/libc/sysv/consts/__NR_listen.s b/libc/sysv/consts/__NR_listen.s deleted file mode 100644 index e3cd84858..000000000 --- a/libc/sysv/consts/__NR_listen.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_listen,0x0032,0x200006a,0x006a,0x006a,0x06a,0xfff diff --git a/libc/sysv/consts/__NR_listxattr.S b/libc/sysv/consts/__NR_listxattr.S new file mode 100644 index 000000000..b7fafcdfe --- /dev/null +++ b/libc/sysv/consts/__NR_listxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_listxattr,0x00c2,0x20000f0,0xfff,0xfff,0x17d,0xfff diff --git a/libc/sysv/consts/__NR_listxattr.s b/libc/sysv/consts/__NR_listxattr.s deleted file mode 100644 index 2a6cac05c..000000000 --- a/libc/sysv/consts/__NR_listxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_listxattr,0x00c2,0x20000f0,0xfff,0xfff,0x17d,0xfff diff --git a/libc/sysv/consts/__NR_llistxattr.S b/libc/sysv/consts/__NR_llistxattr.S new file mode 100644 index 000000000..ef8be62af --- /dev/null +++ b/libc/sysv/consts/__NR_llistxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_llistxattr,0x00c3,0xfff,0xfff,0xfff,0x17e,0xfff diff --git a/libc/sysv/consts/__NR_llistxattr.s b/libc/sysv/consts/__NR_llistxattr.s deleted file mode 100644 index 38bf1b9be..000000000 --- a/libc/sysv/consts/__NR_llistxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_llistxattr,0x00c3,0xfff,0xfff,0xfff,0x17e,0xfff diff --git a/libc/sysv/consts/__NR_lookup_dcookie.S b/libc/sysv/consts/__NR_lookup_dcookie.S new file mode 100644 index 000000000..72cfe06e6 --- /dev/null +++ b/libc/sysv/consts/__NR_lookup_dcookie.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lookup_dcookie,0x00d4,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_lookup_dcookie.s b/libc/sysv/consts/__NR_lookup_dcookie.s deleted file mode 100644 index 3f1f5d030..000000000 --- a/libc/sysv/consts/__NR_lookup_dcookie.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lookup_dcookie,0x00d4,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_lremovexattr.S b/libc/sysv/consts/__NR_lremovexattr.S new file mode 100644 index 000000000..feaabc341 --- /dev/null +++ b/libc/sysv/consts/__NR_lremovexattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lremovexattr,0x00c6,0xfff,0xfff,0xfff,0x181,0xfff diff --git a/libc/sysv/consts/__NR_lremovexattr.s b/libc/sysv/consts/__NR_lremovexattr.s deleted file mode 100644 index 1879a38cd..000000000 --- a/libc/sysv/consts/__NR_lremovexattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lremovexattr,0x00c6,0xfff,0xfff,0xfff,0x181,0xfff diff --git a/libc/sysv/consts/__NR_lseek.S b/libc/sysv/consts/__NR_lseek.S new file mode 100644 index 000000000..74fe4178e --- /dev/null +++ b/libc/sysv/consts/__NR_lseek.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lseek,0x0008,0x20000c7,0x01de,0x00c7,0x0c7,0xfff diff --git a/libc/sysv/consts/__NR_lseek.s b/libc/sysv/consts/__NR_lseek.s deleted file mode 100644 index da3e8336c..000000000 --- a/libc/sysv/consts/__NR_lseek.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lseek,0x0008,0x20000c7,0x01de,0x00c7,0x0c7,0xfff diff --git a/libc/sysv/consts/__NR_lsetxattr.S b/libc/sysv/consts/__NR_lsetxattr.S new file mode 100644 index 000000000..9778ce595 --- /dev/null +++ b/libc/sysv/consts/__NR_lsetxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lsetxattr,0x00bd,0xfff,0xfff,0xfff,0x178,0xfff diff --git a/libc/sysv/consts/__NR_lsetxattr.s b/libc/sysv/consts/__NR_lsetxattr.s deleted file mode 100644 index ffc42b10f..000000000 --- a/libc/sysv/consts/__NR_lsetxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lsetxattr,0x00bd,0xfff,0xfff,0xfff,0x178,0xfff diff --git a/libc/sysv/consts/__NR_lstat.S b/libc/sysv/consts/__NR_lstat.S new file mode 100644 index 000000000..a54bca613 --- /dev/null +++ b/libc/sysv/consts/__NR_lstat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_lstat,0x0006,0x2000154,0x0028,0x0028,0x1b9,0xfff diff --git a/libc/sysv/consts/__NR_lstat.s b/libc/sysv/consts/__NR_lstat.s deleted file mode 100644 index 2df4e31cb..000000000 --- a/libc/sysv/consts/__NR_lstat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_lstat,0x0006,0x2000154,0x0028,0x0028,0x1b9,0xfff diff --git a/libc/sysv/consts/__NR_madvise.S b/libc/sysv/consts/__NR_madvise.S new file mode 100644 index 000000000..5c809d6d1 --- /dev/null +++ b/libc/sysv/consts/__NR_madvise.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_madvise,0x001c,0x200004b,0x004b,0x004b,0x04b,0xfff diff --git a/libc/sysv/consts/__NR_madvise.s b/libc/sysv/consts/__NR_madvise.s deleted file mode 100644 index 0e4a4b1e4..000000000 --- a/libc/sysv/consts/__NR_madvise.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_madvise,0x001c,0x200004b,0x004b,0x004b,0x04b,0xfff diff --git a/libc/sysv/consts/__NR_mbind.S b/libc/sysv/consts/__NR_mbind.S new file mode 100644 index 000000000..0ad30f844 --- /dev/null +++ b/libc/sysv/consts/__NR_mbind.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mbind,0x00ed,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mbind.s b/libc/sysv/consts/__NR_mbind.s deleted file mode 100644 index 687ece7a5..000000000 --- a/libc/sysv/consts/__NR_mbind.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mbind,0x00ed,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_membarrier.S b/libc/sysv/consts/__NR_membarrier.S new file mode 100644 index 000000000..5ac4eba21 --- /dev/null +++ b/libc/sysv/consts/__NR_membarrier.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_membarrier,0x0144,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_membarrier.s b/libc/sysv/consts/__NR_membarrier.s deleted file mode 100644 index b88e49bd8..000000000 --- a/libc/sysv/consts/__NR_membarrier.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_membarrier,0x0144,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_memfd_create.S b/libc/sysv/consts/__NR_memfd_create.S new file mode 100644 index 000000000..9f1c5f6e0 --- /dev/null +++ b/libc/sysv/consts/__NR_memfd_create.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_memfd_create,0x013f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_memfd_create.s b/libc/sysv/consts/__NR_memfd_create.s deleted file mode 100644 index 4c5c1628f..000000000 --- a/libc/sysv/consts/__NR_memfd_create.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_memfd_create,0x013f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_migrate_pages.S b/libc/sysv/consts/__NR_migrate_pages.S new file mode 100644 index 000000000..d6a42f8a9 --- /dev/null +++ b/libc/sysv/consts/__NR_migrate_pages.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_migrate_pages,0x0100,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_migrate_pages.s b/libc/sysv/consts/__NR_migrate_pages.s deleted file mode 100644 index 3c1164ca5..000000000 --- a/libc/sysv/consts/__NR_migrate_pages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_migrate_pages,0x0100,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mincore.S b/libc/sysv/consts/__NR_mincore.S new file mode 100644 index 000000000..0fec5be27 --- /dev/null +++ b/libc/sysv/consts/__NR_mincore.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mincore,0x001b,0x200004e,0x004e,0x004e,0x04e,0xfff diff --git a/libc/sysv/consts/__NR_mincore.s b/libc/sysv/consts/__NR_mincore.s deleted file mode 100644 index d215fcc82..000000000 --- a/libc/sysv/consts/__NR_mincore.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mincore,0x001b,0x200004e,0x004e,0x004e,0x04e,0xfff diff --git a/libc/sysv/consts/__NR_mkdir.S b/libc/sysv/consts/__NR_mkdir.S new file mode 100644 index 000000000..71ef7394c --- /dev/null +++ b/libc/sysv/consts/__NR_mkdir.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mkdir,0x0053,0x2000088,0x0088,0x0088,0x088,0xfff diff --git a/libc/sysv/consts/__NR_mkdir.s b/libc/sysv/consts/__NR_mkdir.s deleted file mode 100644 index 8f818632b..000000000 --- a/libc/sysv/consts/__NR_mkdir.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mkdir,0x0053,0x2000088,0x0088,0x0088,0x088,0xfff diff --git a/libc/sysv/consts/__NR_mkdirat.S b/libc/sysv/consts/__NR_mkdirat.S new file mode 100644 index 000000000..7a611b26d --- /dev/null +++ b/libc/sysv/consts/__NR_mkdirat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mkdirat,0x0102,0x20001db,0x01f0,0x013e,0x1cd,0xfff diff --git a/libc/sysv/consts/__NR_mkdirat.s b/libc/sysv/consts/__NR_mkdirat.s deleted file mode 100644 index 50f1555eb..000000000 --- a/libc/sysv/consts/__NR_mkdirat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mkdirat,0x0102,0x20001db,0x01f0,0x013e,0x1cd,0xfff diff --git a/libc/sysv/consts/__NR_mkfifo.S b/libc/sysv/consts/__NR_mkfifo.S new file mode 100644 index 000000000..7f69a5644 --- /dev/null +++ b/libc/sysv/consts/__NR_mkfifo.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mkfifo,0xfff,0x2000084,0x0084,0x0084,0x084,0xfff diff --git a/libc/sysv/consts/__NR_mkfifo.s b/libc/sysv/consts/__NR_mkfifo.s deleted file mode 100644 index 8a0363a1b..000000000 --- a/libc/sysv/consts/__NR_mkfifo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mkfifo,0xfff,0x2000084,0x0084,0x0084,0x084,0xfff diff --git a/libc/sysv/consts/__NR_mkfifoat.S b/libc/sysv/consts/__NR_mkfifoat.S new file mode 100644 index 000000000..e7da7daa5 --- /dev/null +++ b/libc/sysv/consts/__NR_mkfifoat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mkfifoat,0xfff,0xfff,0x01f1,0x013f,0x1cb,0xfff diff --git a/libc/sysv/consts/__NR_mkfifoat.s b/libc/sysv/consts/__NR_mkfifoat.s deleted file mode 100644 index dffe0325c..000000000 --- a/libc/sysv/consts/__NR_mkfifoat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mkfifoat,0xfff,0xfff,0x01f1,0x013f,0x1cb,0xfff diff --git a/libc/sysv/consts/__NR_mknod.S b/libc/sysv/consts/__NR_mknod.S new file mode 100644 index 000000000..addff0579 --- /dev/null +++ b/libc/sysv/consts/__NR_mknod.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mknod,0x0085,0x200000e,0x000e,0x000e,0x1c2,0xfff diff --git a/libc/sysv/consts/__NR_mknod.s b/libc/sysv/consts/__NR_mknod.s deleted file mode 100644 index 29a19555b..000000000 --- a/libc/sysv/consts/__NR_mknod.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mknod,0x0085,0x200000e,0x000e,0x000e,0x1c2,0xfff diff --git a/libc/sysv/consts/__NR_mknodat.S b/libc/sysv/consts/__NR_mknodat.S new file mode 100644 index 000000000..65397068c --- /dev/null +++ b/libc/sysv/consts/__NR_mknodat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mknodat,0x0103,0xfff,0x22ff,0x0140,0x1cc,0xfff diff --git a/libc/sysv/consts/__NR_mknodat.s b/libc/sysv/consts/__NR_mknodat.s deleted file mode 100644 index b5ea14ad8..000000000 --- a/libc/sysv/consts/__NR_mknodat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mknodat,0x0103,0xfff,0x22ff,0x0140,0x1cc,0xfff diff --git a/libc/sysv/consts/__NR_mlock.S b/libc/sysv/consts/__NR_mlock.S new file mode 100644 index 000000000..06bb13d69 --- /dev/null +++ b/libc/sysv/consts/__NR_mlock.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mlock,0x0095,0x20000cb,0x00cb,0x00cb,0x0cb,0xfff diff --git a/libc/sysv/consts/__NR_mlock.s b/libc/sysv/consts/__NR_mlock.s deleted file mode 100644 index cb3a5c90d..000000000 --- a/libc/sysv/consts/__NR_mlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mlock,0x0095,0x20000cb,0x00cb,0x00cb,0x0cb,0xfff diff --git a/libc/sysv/consts/__NR_mlock2.S b/libc/sysv/consts/__NR_mlock2.S new file mode 100644 index 000000000..21a5d4e9b --- /dev/null +++ b/libc/sysv/consts/__NR_mlock2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mlock2,0x0145,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mlock2.s b/libc/sysv/consts/__NR_mlock2.s deleted file mode 100644 index b8695c559..000000000 --- a/libc/sysv/consts/__NR_mlock2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mlock2,0x0145,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mlockall.S b/libc/sysv/consts/__NR_mlockall.S new file mode 100644 index 000000000..023d17eca --- /dev/null +++ b/libc/sysv/consts/__NR_mlockall.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mlockall,0x0097,0x2000144,0x0144,0x010f,0x0f2,0xfff diff --git a/libc/sysv/consts/__NR_mlockall.s b/libc/sysv/consts/__NR_mlockall.s deleted file mode 100644 index 07a3d5e5a..000000000 --- a/libc/sysv/consts/__NR_mlockall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mlockall,0x0097,0x2000144,0x0144,0x010f,0x0f2,0xfff diff --git a/libc/sysv/consts/__NR_mmap.S b/libc/sysv/consts/__NR_mmap.S new file mode 100644 index 000000000..0e9c53acd --- /dev/null +++ b/libc/sysv/consts/__NR_mmap.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mmap,0x0009,0x20000c5,0x01dd,0x00c5,0x0c5,0xfff diff --git a/libc/sysv/consts/__NR_mmap.s b/libc/sysv/consts/__NR_mmap.s deleted file mode 100644 index fdd1674c6..000000000 --- a/libc/sysv/consts/__NR_mmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mmap,0x0009,0x20000c5,0x01dd,0x00c5,0x0c5,0xfff diff --git a/libc/sysv/consts/__NR_modify_ldt.S b/libc/sysv/consts/__NR_modify_ldt.S new file mode 100644 index 000000000..850203e29 --- /dev/null +++ b/libc/sysv/consts/__NR_modify_ldt.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_modify_ldt,0x009a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_modify_ldt.s b/libc/sysv/consts/__NR_modify_ldt.s deleted file mode 100644 index ba9aaf9d3..000000000 --- a/libc/sysv/consts/__NR_modify_ldt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_modify_ldt,0x009a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mount.S b/libc/sysv/consts/__NR_mount.S new file mode 100644 index 000000000..f27afb0ad --- /dev/null +++ b/libc/sysv/consts/__NR_mount.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mount,0x00a5,0x20000a7,0x0015,0x0015,0x19a,0xfff diff --git a/libc/sysv/consts/__NR_mount.s b/libc/sysv/consts/__NR_mount.s deleted file mode 100644 index 358c99e9d..000000000 --- a/libc/sysv/consts/__NR_mount.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mount,0x00a5,0x20000a7,0x0015,0x0015,0x19a,0xfff diff --git a/libc/sysv/consts/__NR_move_pages.S b/libc/sysv/consts/__NR_move_pages.S new file mode 100644 index 000000000..6a267f81a --- /dev/null +++ b/libc/sysv/consts/__NR_move_pages.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_move_pages,0x0117,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_move_pages.s b/libc/sysv/consts/__NR_move_pages.s deleted file mode 100644 index 02f7d8089..000000000 --- a/libc/sysv/consts/__NR_move_pages.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_move_pages,0x0117,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mprotect.S b/libc/sysv/consts/__NR_mprotect.S new file mode 100644 index 000000000..7e0542fff --- /dev/null +++ b/libc/sysv/consts/__NR_mprotect.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mprotect,0x000a,0x200004a,0x004a,0x004a,0x04a,0xfff diff --git a/libc/sysv/consts/__NR_mprotect.s b/libc/sysv/consts/__NR_mprotect.s deleted file mode 100644 index 12096267f..000000000 --- a/libc/sysv/consts/__NR_mprotect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mprotect,0x000a,0x200004a,0x004a,0x004a,0x04a,0xfff diff --git a/libc/sysv/consts/__NR_mq_getsetattr.S b/libc/sysv/consts/__NR_mq_getsetattr.S new file mode 100644 index 000000000..29061a0f9 --- /dev/null +++ b/libc/sysv/consts/__NR_mq_getsetattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_getsetattr,0x00f5,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mq_getsetattr.s b/libc/sysv/consts/__NR_mq_getsetattr.s deleted file mode 100644 index 6d63f68f1..000000000 --- a/libc/sysv/consts/__NR_mq_getsetattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_getsetattr,0x00f5,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_mq_notify.S b/libc/sysv/consts/__NR_mq_notify.S new file mode 100644 index 000000000..a569754f5 --- /dev/null +++ b/libc/sysv/consts/__NR_mq_notify.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_notify,0x00f4,0xfff,0xfff,0xfff,0x106,0xfff diff --git a/libc/sysv/consts/__NR_mq_notify.s b/libc/sysv/consts/__NR_mq_notify.s deleted file mode 100644 index 69bf891e4..000000000 --- a/libc/sysv/consts/__NR_mq_notify.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_notify,0x00f4,0xfff,0xfff,0xfff,0x106,0xfff diff --git a/libc/sysv/consts/__NR_mq_open.S b/libc/sysv/consts/__NR_mq_open.S new file mode 100644 index 000000000..3674dec40 --- /dev/null +++ b/libc/sysv/consts/__NR_mq_open.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_open,0x00f0,0xfff,0xfff,0xfff,0x101,0xfff diff --git a/libc/sysv/consts/__NR_mq_open.s b/libc/sysv/consts/__NR_mq_open.s deleted file mode 100644 index 833f8a2a0..000000000 --- a/libc/sysv/consts/__NR_mq_open.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_open,0x00f0,0xfff,0xfff,0xfff,0x101,0xfff diff --git a/libc/sysv/consts/__NR_mq_timedreceive.S b/libc/sysv/consts/__NR_mq_timedreceive.S new file mode 100644 index 000000000..ed5850367 --- /dev/null +++ b/libc/sysv/consts/__NR_mq_timedreceive.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_timedreceive,0x00f3,0xfff,0xfff,0xfff,0x1b1,0xfff diff --git a/libc/sysv/consts/__NR_mq_timedreceive.s b/libc/sysv/consts/__NR_mq_timedreceive.s deleted file mode 100644 index 44b52e493..000000000 --- a/libc/sysv/consts/__NR_mq_timedreceive.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_timedreceive,0x00f3,0xfff,0xfff,0xfff,0x1b1,0xfff diff --git a/libc/sysv/consts/__NR_mq_timedsend.S b/libc/sysv/consts/__NR_mq_timedsend.S new file mode 100644 index 000000000..2d5088141 --- /dev/null +++ b/libc/sysv/consts/__NR_mq_timedsend.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_timedsend,0x00f2,0xfff,0xfff,0xfff,0x1b0,0xfff diff --git a/libc/sysv/consts/__NR_mq_timedsend.s b/libc/sysv/consts/__NR_mq_timedsend.s deleted file mode 100644 index c52295c57..000000000 --- a/libc/sysv/consts/__NR_mq_timedsend.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_timedsend,0x00f2,0xfff,0xfff,0xfff,0x1b0,0xfff diff --git a/libc/sysv/consts/__NR_mq_unlink.S b/libc/sysv/consts/__NR_mq_unlink.S new file mode 100644 index 000000000..ab6b2d59d --- /dev/null +++ b/libc/sysv/consts/__NR_mq_unlink.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mq_unlink,0x00f1,0xfff,0xfff,0xfff,0x103,0xfff diff --git a/libc/sysv/consts/__NR_mq_unlink.s b/libc/sysv/consts/__NR_mq_unlink.s deleted file mode 100644 index 394726845..000000000 --- a/libc/sysv/consts/__NR_mq_unlink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mq_unlink,0x00f1,0xfff,0xfff,0xfff,0x103,0xfff diff --git a/libc/sysv/consts/__NR_mremap.S b/libc/sysv/consts/__NR_mremap.S new file mode 100644 index 000000000..f0b68fd6c --- /dev/null +++ b/libc/sysv/consts/__NR_mremap.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_mremap,0x0019,0xfff,0xfff,0xfff,0x19b,0xfff diff --git a/libc/sysv/consts/__NR_mremap.s b/libc/sysv/consts/__NR_mremap.s deleted file mode 100644 index 2696a1028..000000000 --- a/libc/sysv/consts/__NR_mremap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_mremap,0x0019,0xfff,0xfff,0xfff,0x19b,0xfff diff --git a/libc/sysv/consts/__NR_msgctl.S b/libc/sysv/consts/__NR_msgctl.S new file mode 100644 index 000000000..3eb268f94 --- /dev/null +++ b/libc/sysv/consts/__NR_msgctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msgctl,0x0047,0x2000102,0x01ff,0x0129,0x1bc,0xfff diff --git a/libc/sysv/consts/__NR_msgctl.s b/libc/sysv/consts/__NR_msgctl.s deleted file mode 100644 index 42f8a8d63..000000000 --- a/libc/sysv/consts/__NR_msgctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msgctl,0x0047,0x2000102,0x01ff,0x0129,0x1bc,0xfff diff --git a/libc/sysv/consts/__NR_msgget.S b/libc/sysv/consts/__NR_msgget.S new file mode 100644 index 000000000..6bf996181 --- /dev/null +++ b/libc/sysv/consts/__NR_msgget.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msgget,0x0044,0x2000103,0x00e1,0x00e1,0x0e1,0xfff diff --git a/libc/sysv/consts/__NR_msgget.s b/libc/sysv/consts/__NR_msgget.s deleted file mode 100644 index 73f410fa5..000000000 --- a/libc/sysv/consts/__NR_msgget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msgget,0x0044,0x2000103,0x00e1,0x00e1,0x0e1,0xfff diff --git a/libc/sysv/consts/__NR_msgrcv.S b/libc/sysv/consts/__NR_msgrcv.S new file mode 100644 index 000000000..0c233c642 --- /dev/null +++ b/libc/sysv/consts/__NR_msgrcv.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msgrcv,0x0046,0x2000105,0x00e3,0x00e3,0x0e3,0xfff diff --git a/libc/sysv/consts/__NR_msgrcv.s b/libc/sysv/consts/__NR_msgrcv.s deleted file mode 100644 index 4bdbd57f1..000000000 --- a/libc/sysv/consts/__NR_msgrcv.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msgrcv,0x0046,0x2000105,0x00e3,0x00e3,0x0e3,0xfff diff --git a/libc/sysv/consts/__NR_msgsnd.S b/libc/sysv/consts/__NR_msgsnd.S new file mode 100644 index 000000000..070bb2da0 --- /dev/null +++ b/libc/sysv/consts/__NR_msgsnd.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msgsnd,0x0045,0x2000104,0x00e2,0x00e2,0x0e2,0xfff diff --git a/libc/sysv/consts/__NR_msgsnd.s b/libc/sysv/consts/__NR_msgsnd.s deleted file mode 100644 index 4a51f34eb..000000000 --- a/libc/sysv/consts/__NR_msgsnd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msgsnd,0x0045,0x2000104,0x00e2,0x00e2,0x0e2,0xfff diff --git a/libc/sysv/consts/__NR_msync.S b/libc/sysv/consts/__NR_msync.S new file mode 100644 index 000000000..5b6f15b2a --- /dev/null +++ b/libc/sysv/consts/__NR_msync.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msync,0x001a,0x2000041,0x0041,0x0100,0x115,0xfff diff --git a/libc/sysv/consts/__NR_msync.s b/libc/sysv/consts/__NR_msync.s deleted file mode 100644 index 7c1fc8d04..000000000 --- a/libc/sysv/consts/__NR_msync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msync,0x001a,0x2000041,0x0041,0x0100,0x115,0xfff diff --git a/libc/sysv/consts/__NR_msyscall.S b/libc/sysv/consts/__NR_msyscall.S new file mode 100644 index 000000000..57ea56e1b --- /dev/null +++ b/libc/sysv/consts/__NR_msyscall.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_msyscall,0xfff,0xfff,0xfff,0x0025,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_msyscall.s b/libc/sysv/consts/__NR_msyscall.s deleted file mode 100644 index cc2dba3f0..000000000 --- a/libc/sysv/consts/__NR_msyscall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_msyscall,0xfff,0xfff,0xfff,0x0025,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_munlock.S b/libc/sysv/consts/__NR_munlock.S new file mode 100644 index 000000000..10a295c04 --- /dev/null +++ b/libc/sysv/consts/__NR_munlock.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_munlock,0x0096,0x20000cc,0x00cc,0x00cc,0x0cc,0xfff diff --git a/libc/sysv/consts/__NR_munlock.s b/libc/sysv/consts/__NR_munlock.s deleted file mode 100644 index e83d47db3..000000000 --- a/libc/sysv/consts/__NR_munlock.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_munlock,0x0096,0x20000cc,0x00cc,0x00cc,0x0cc,0xfff diff --git a/libc/sysv/consts/__NR_munlockall.S b/libc/sysv/consts/__NR_munlockall.S new file mode 100644 index 000000000..8d814ff17 --- /dev/null +++ b/libc/sysv/consts/__NR_munlockall.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_munlockall,0x0098,0x2000145,0x0145,0x0110,0x0f3,0xfff diff --git a/libc/sysv/consts/__NR_munlockall.s b/libc/sysv/consts/__NR_munlockall.s deleted file mode 100644 index 9a51b0d7d..000000000 --- a/libc/sysv/consts/__NR_munlockall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_munlockall,0x0098,0x2000145,0x0145,0x0110,0x0f3,0xfff diff --git a/libc/sysv/consts/__NR_munmap.S b/libc/sysv/consts/__NR_munmap.S new file mode 100644 index 000000000..40e37418c --- /dev/null +++ b/libc/sysv/consts/__NR_munmap.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_munmap,0x000b,0x2000049,0x0049,0x0049,0x049,0xfff diff --git a/libc/sysv/consts/__NR_munmap.s b/libc/sysv/consts/__NR_munmap.s deleted file mode 100644 index 1bc5586a3..000000000 --- a/libc/sysv/consts/__NR_munmap.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_munmap,0x000b,0x2000049,0x0049,0x0049,0x049,0xfff diff --git a/libc/sysv/consts/__NR_name_to_handle_at.S b/libc/sysv/consts/__NR_name_to_handle_at.S new file mode 100644 index 000000000..b427061ef --- /dev/null +++ b/libc/sysv/consts/__NR_name_to_handle_at.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_name_to_handle_at,0x012f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_name_to_handle_at.s b/libc/sysv/consts/__NR_name_to_handle_at.s deleted file mode 100644 index e821c97e6..000000000 --- a/libc/sysv/consts/__NR_name_to_handle_at.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_name_to_handle_at,0x012f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_nanosleep.S b/libc/sysv/consts/__NR_nanosleep.S new file mode 100644 index 000000000..f8998c4b8 --- /dev/null +++ b/libc/sysv/consts/__NR_nanosleep.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_nanosleep,0x0023,0xfff,0x00f0,0x005b,0x1ae,0xfff diff --git a/libc/sysv/consts/__NR_nanosleep.s b/libc/sysv/consts/__NR_nanosleep.s deleted file mode 100644 index 40ca6ed42..000000000 --- a/libc/sysv/consts/__NR_nanosleep.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_nanosleep,0x0023,0xfff,0x00f0,0x005b,0x1ae,0xfff diff --git a/libc/sysv/consts/__NR_open.S b/libc/sysv/consts/__NR_open.S new file mode 100644 index 000000000..950db95d5 --- /dev/null +++ b/libc/sysv/consts/__NR_open.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_open,0x0002,0x2000005,0x0005,0x0005,0x005,0xfff diff --git a/libc/sysv/consts/__NR_open.s b/libc/sysv/consts/__NR_open.s deleted file mode 100644 index 9f1344ab1..000000000 --- a/libc/sysv/consts/__NR_open.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_open,0x0002,0x2000005,0x0005,0x0005,0x005,0xfff diff --git a/libc/sysv/consts/__NR_open_by_handle_at.S b/libc/sysv/consts/__NR_open_by_handle_at.S new file mode 100644 index 000000000..801428953 --- /dev/null +++ b/libc/sysv/consts/__NR_open_by_handle_at.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_open_by_handle_at,0x0130,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_open_by_handle_at.s b/libc/sysv/consts/__NR_open_by_handle_at.s deleted file mode 100644 index edb389670..000000000 --- a/libc/sysv/consts/__NR_open_by_handle_at.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_open_by_handle_at,0x0130,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_openat.S b/libc/sysv/consts/__NR_openat.S new file mode 100644 index 000000000..d6d343e95 --- /dev/null +++ b/libc/sysv/consts/__NR_openat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_openat,0x0101,0x20001cf,0x01f3,0x0141,0x1d4,0xfff diff --git a/libc/sysv/consts/__NR_openat.s b/libc/sysv/consts/__NR_openat.s deleted file mode 100644 index 69c4e5418..000000000 --- a/libc/sysv/consts/__NR_openat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_openat,0x0101,0x20001cf,0x01f3,0x0141,0x1d4,0xfff diff --git a/libc/sysv/consts/__NR_pause.S b/libc/sysv/consts/__NR_pause.S new file mode 100644 index 000000000..26c695448 --- /dev/null +++ b/libc/sysv/consts/__NR_pause.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pause,0x0022,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pause.s b/libc/sysv/consts/__NR_pause.s deleted file mode 100644 index f3e60264d..000000000 --- a/libc/sysv/consts/__NR_pause.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pause,0x0022,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_perf_event_open.S b/libc/sysv/consts/__NR_perf_event_open.S new file mode 100644 index 000000000..96d9009ef --- /dev/null +++ b/libc/sysv/consts/__NR_perf_event_open.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_perf_event_open,0x012a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_perf_event_open.s b/libc/sysv/consts/__NR_perf_event_open.s deleted file mode 100644 index f60a43aae..000000000 --- a/libc/sysv/consts/__NR_perf_event_open.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_perf_event_open,0x012a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_personality.S b/libc/sysv/consts/__NR_personality.S new file mode 100644 index 000000000..b75c162d4 --- /dev/null +++ b/libc/sysv/consts/__NR_personality.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_personality,0x0087,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_personality.s b/libc/sysv/consts/__NR_personality.s deleted file mode 100644 index 773dc774d..000000000 --- a/libc/sysv/consts/__NR_personality.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_personality,0x0087,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pidfd_send_signal.S b/libc/sysv/consts/__NR_pidfd_send_signal.S new file mode 100644 index 000000000..21d65687a --- /dev/null +++ b/libc/sysv/consts/__NR_pidfd_send_signal.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pidfd_send_signal,0x01a8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pidfd_send_signal.s b/libc/sysv/consts/__NR_pidfd_send_signal.s deleted file mode 100644 index 094a89e5a..000000000 --- a/libc/sysv/consts/__NR_pidfd_send_signal.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pidfd_send_signal,0x01a8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pipe.S b/libc/sysv/consts/__NR_pipe.S new file mode 100644 index 000000000..d70ec7905 --- /dev/null +++ b/libc/sysv/consts/__NR_pipe.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pipe,0x0016,0x200002a,0x021e,0x0107,0x02a,0xfff diff --git a/libc/sysv/consts/__NR_pipe.s b/libc/sysv/consts/__NR_pipe.s deleted file mode 100644 index 6e9ec31de..000000000 --- a/libc/sysv/consts/__NR_pipe.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pipe,0x0016,0x200002a,0x021e,0x0107,0x02a,0xfff diff --git a/libc/sysv/consts/__NR_pipe2.S b/libc/sysv/consts/__NR_pipe2.S new file mode 100644 index 000000000..506bfabea --- /dev/null +++ b/libc/sysv/consts/__NR_pipe2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pipe2,0x0125,0xfff,0x021e,0x0065,0x1c5,0xfff diff --git a/libc/sysv/consts/__NR_pipe2.s b/libc/sysv/consts/__NR_pipe2.s deleted file mode 100644 index 907cac660..000000000 --- a/libc/sysv/consts/__NR_pipe2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pipe2,0x0125,0xfff,0x021e,0x0065,0x1c5,0xfff diff --git a/libc/sysv/consts/__NR_pivot_root.S b/libc/sysv/consts/__NR_pivot_root.S new file mode 100644 index 000000000..00fbd6d4e --- /dev/null +++ b/libc/sysv/consts/__NR_pivot_root.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pivot_root,0x009b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pivot_root.s b/libc/sysv/consts/__NR_pivot_root.s deleted file mode 100644 index 9f10ea6b7..000000000 --- a/libc/sysv/consts/__NR_pivot_root.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pivot_root,0x009b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_alloc.S b/libc/sysv/consts/__NR_pkey_alloc.S new file mode 100644 index 000000000..9a0b5c495 --- /dev/null +++ b/libc/sysv/consts/__NR_pkey_alloc.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pkey_alloc,0x014a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_alloc.s b/libc/sysv/consts/__NR_pkey_alloc.s deleted file mode 100644 index 466132532..000000000 --- a/libc/sysv/consts/__NR_pkey_alloc.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pkey_alloc,0x014a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_free.S b/libc/sysv/consts/__NR_pkey_free.S new file mode 100644 index 000000000..de2beb48d --- /dev/null +++ b/libc/sysv/consts/__NR_pkey_free.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pkey_free,0x014b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_free.s b/libc/sysv/consts/__NR_pkey_free.s deleted file mode 100644 index 491858c9a..000000000 --- a/libc/sysv/consts/__NR_pkey_free.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pkey_free,0x014b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_mprotect.S b/libc/sysv/consts/__NR_pkey_mprotect.S new file mode 100644 index 000000000..865b5723c --- /dev/null +++ b/libc/sysv/consts/__NR_pkey_mprotect.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pkey_mprotect,0x0149,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pkey_mprotect.s b/libc/sysv/consts/__NR_pkey_mprotect.s deleted file mode 100644 index c77edfd15..000000000 --- a/libc/sysv/consts/__NR_pkey_mprotect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pkey_mprotect,0x0149,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pledge.S b/libc/sysv/consts/__NR_pledge.S new file mode 100644 index 000000000..de194240b --- /dev/null +++ b/libc/sysv/consts/__NR_pledge.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pledge,0xfff,0xfff,0xfff,0x006c,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pledge.s b/libc/sysv/consts/__NR_pledge.s deleted file mode 100644 index 89c47d74f..000000000 --- a/libc/sysv/consts/__NR_pledge.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pledge,0xfff,0xfff,0xfff,0x006c,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_poll.S b/libc/sysv/consts/__NR_poll.S new file mode 100644 index 000000000..9aa76c355 --- /dev/null +++ b/libc/sysv/consts/__NR_poll.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_poll,0x0007,0x20000e6,0x00d1,0x00fc,0x0d1,0xfff diff --git a/libc/sysv/consts/__NR_poll.s b/libc/sysv/consts/__NR_poll.s deleted file mode 100644 index 48f223510..000000000 --- a/libc/sysv/consts/__NR_poll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_poll,0x0007,0x20000e6,0x00d1,0x00fc,0x0d1,0xfff diff --git a/libc/sysv/consts/__NR_posix_fallocate.S b/libc/sysv/consts/__NR_posix_fallocate.S new file mode 100644 index 000000000..3ef4ebf94 --- /dev/null +++ b/libc/sysv/consts/__NR_posix_fallocate.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_posix_fallocate,0xfff,0xfff,0x0212,0xfff,0x1df,0xfff diff --git a/libc/sysv/consts/__NR_posix_fallocate.s b/libc/sysv/consts/__NR_posix_fallocate.s deleted file mode 100644 index bf13ea55b..000000000 --- a/libc/sysv/consts/__NR_posix_fallocate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_posix_fallocate,0xfff,0xfff,0x0212,0xfff,0x1df,0xfff diff --git a/libc/sysv/consts/__NR_posix_spawn.S b/libc/sysv/consts/__NR_posix_spawn.S new file mode 100644 index 000000000..e78862faf --- /dev/null +++ b/libc/sysv/consts/__NR_posix_spawn.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_posix_spawn,0xfff,0x20000f4,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_posix_spawn.s b/libc/sysv/consts/__NR_posix_spawn.s deleted file mode 100644 index eb2fa39aa..000000000 --- a/libc/sysv/consts/__NR_posix_spawn.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_posix_spawn,0xfff,0x20000f4,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ppoll.S b/libc/sysv/consts/__NR_ppoll.S new file mode 100644 index 000000000..777841b94 --- /dev/null +++ b/libc/sysv/consts/__NR_ppoll.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ppoll,0x010f,0xfff,0x0221,0x006d,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ppoll.s b/libc/sysv/consts/__NR_ppoll.s deleted file mode 100644 index 0df4544c5..000000000 --- a/libc/sysv/consts/__NR_ppoll.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ppoll,0x010f,0xfff,0x0221,0x006d,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_prctl.S b/libc/sysv/consts/__NR_prctl.S new file mode 100644 index 000000000..e4275112a --- /dev/null +++ b/libc/sysv/consts/__NR_prctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_prctl,0x009d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_prctl.s b/libc/sysv/consts/__NR_prctl.s deleted file mode 100644 index c96ae428d..000000000 --- a/libc/sysv/consts/__NR_prctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_prctl,0x009d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pread.S b/libc/sysv/consts/__NR_pread.S new file mode 100644 index 000000000..117a02a74 --- /dev/null +++ b/libc/sysv/consts/__NR_pread.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pread,0x0011,0x2000099,0x01db,0x00ad,0x0ad,0xfff diff --git a/libc/sysv/consts/__NR_pread.s b/libc/sysv/consts/__NR_pread.s deleted file mode 100644 index 49b177b03..000000000 --- a/libc/sysv/consts/__NR_pread.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pread,0x0011,0x2000099,0x01db,0x00ad,0x0ad,0xfff diff --git a/libc/sysv/consts/__NR_preadv.S b/libc/sysv/consts/__NR_preadv.S new file mode 100644 index 000000000..c81f79062 --- /dev/null +++ b/libc/sysv/consts/__NR_preadv.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_preadv,0x0127,0xfff,0x0121,0x010b,0x121,0xfff diff --git a/libc/sysv/consts/__NR_preadv.s b/libc/sysv/consts/__NR_preadv.s deleted file mode 100644 index 9d8ed30c4..000000000 --- a/libc/sysv/consts/__NR_preadv.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_preadv,0x0127,0xfff,0x0121,0x010b,0x121,0xfff diff --git a/libc/sysv/consts/__NR_preadv2.S b/libc/sysv/consts/__NR_preadv2.S new file mode 100644 index 000000000..2bccb7beb --- /dev/null +++ b/libc/sysv/consts/__NR_preadv2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_preadv2,0x0147,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_preadv2.s b/libc/sysv/consts/__NR_preadv2.s deleted file mode 100644 index 4d5566727..000000000 --- a/libc/sysv/consts/__NR_preadv2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_preadv2,0x0147,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_prlimit.S b/libc/sysv/consts/__NR_prlimit.S new file mode 100644 index 000000000..10447bcf3 --- /dev/null +++ b/libc/sysv/consts/__NR_prlimit.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_prlimit,0x012e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_prlimit.s b/libc/sysv/consts/__NR_prlimit.s deleted file mode 100644 index b02146360..000000000 --- a/libc/sysv/consts/__NR_prlimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_prlimit,0x012e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_process_vm_readv.S b/libc/sysv/consts/__NR_process_vm_readv.S new file mode 100644 index 000000000..c483ab35e --- /dev/null +++ b/libc/sysv/consts/__NR_process_vm_readv.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_process_vm_readv,0x0136,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_process_vm_readv.s b/libc/sysv/consts/__NR_process_vm_readv.s deleted file mode 100644 index b17c88a8d..000000000 --- a/libc/sysv/consts/__NR_process_vm_readv.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_process_vm_readv,0x0136,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_process_vm_writev.S b/libc/sysv/consts/__NR_process_vm_writev.S new file mode 100644 index 000000000..7acbc5f6b --- /dev/null +++ b/libc/sysv/consts/__NR_process_vm_writev.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_process_vm_writev,0x0137,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_process_vm_writev.s b/libc/sysv/consts/__NR_process_vm_writev.s deleted file mode 100644 index 2702c6cd0..000000000 --- a/libc/sysv/consts/__NR_process_vm_writev.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_process_vm_writev,0x0137,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pselect.S b/libc/sysv/consts/__NR_pselect.S new file mode 100644 index 000000000..67cefb139 --- /dev/null +++ b/libc/sysv/consts/__NR_pselect.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pselect,0xfff,0x200018a,0x020a,0x006e,0x1b4,0xfff diff --git a/libc/sysv/consts/__NR_pselect.s b/libc/sysv/consts/__NR_pselect.s deleted file mode 100644 index 05343c67c..000000000 --- a/libc/sysv/consts/__NR_pselect.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pselect,0xfff,0x200018a,0x020a,0x006e,0x1b4,0xfff diff --git a/libc/sysv/consts/__NR_pselect6.S b/libc/sysv/consts/__NR_pselect6.S new file mode 100644 index 000000000..830dd7b90 --- /dev/null +++ b/libc/sysv/consts/__NR_pselect6.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pselect6,0x010e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pselect6.s b/libc/sysv/consts/__NR_pselect6.s deleted file mode 100644 index bcad11e09..000000000 --- a/libc/sysv/consts/__NR_pselect6.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pselect6,0x010e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ptrace.S b/libc/sysv/consts/__NR_ptrace.S new file mode 100644 index 000000000..ec825fdf4 --- /dev/null +++ b/libc/sysv/consts/__NR_ptrace.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ptrace,0x0065,0x200001a,0x001a,0x001a,0x01a,0xfff diff --git a/libc/sysv/consts/__NR_ptrace.s b/libc/sysv/consts/__NR_ptrace.s deleted file mode 100644 index 571644aee..000000000 --- a/libc/sysv/consts/__NR_ptrace.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ptrace,0x0065,0x200001a,0x001a,0x001a,0x01a,0xfff diff --git a/libc/sysv/consts/__NR_pwrite.S b/libc/sysv/consts/__NR_pwrite.S new file mode 100644 index 000000000..b17855858 --- /dev/null +++ b/libc/sysv/consts/__NR_pwrite.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pwrite,0x0012,0x200009a,0x01dc,0x00ae,0x0ae,0xfff diff --git a/libc/sysv/consts/__NR_pwrite.s b/libc/sysv/consts/__NR_pwrite.s deleted file mode 100644 index 882051dac..000000000 --- a/libc/sysv/consts/__NR_pwrite.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pwrite,0x0012,0x200009a,0x01dc,0x00ae,0x0ae,0xfff diff --git a/libc/sysv/consts/__NR_pwritev.S b/libc/sysv/consts/__NR_pwritev.S new file mode 100644 index 000000000..e7c2a6af3 --- /dev/null +++ b/libc/sysv/consts/__NR_pwritev.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pwritev,0x0128,0xfff,0x0122,0x010c,0x122,0xfff diff --git a/libc/sysv/consts/__NR_pwritev.s b/libc/sysv/consts/__NR_pwritev.s deleted file mode 100644 index 97582a744..000000000 --- a/libc/sysv/consts/__NR_pwritev.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pwritev,0x0128,0xfff,0x0122,0x010c,0x122,0xfff diff --git a/libc/sysv/consts/__NR_pwritev2.S b/libc/sysv/consts/__NR_pwritev2.S new file mode 100644 index 000000000..e305216be --- /dev/null +++ b/libc/sysv/consts/__NR_pwritev2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_pwritev2,0x0148,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_pwritev2.s b/libc/sysv/consts/__NR_pwritev2.s deleted file mode 100644 index 6302b0a1b..000000000 --- a/libc/sysv/consts/__NR_pwritev2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_pwritev2,0x0148,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_quotactl.S b/libc/sysv/consts/__NR_quotactl.S new file mode 100644 index 000000000..5b85d41b2 --- /dev/null +++ b/libc/sysv/consts/__NR_quotactl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_quotactl,0x00b3,0x20000a5,0x0094,0x0094,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_quotactl.s b/libc/sysv/consts/__NR_quotactl.s deleted file mode 100644 index e9a4f46bd..000000000 --- a/libc/sysv/consts/__NR_quotactl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_quotactl,0x00b3,0x20000a5,0x0094,0x0094,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_read.S b/libc/sysv/consts/__NR_read.S new file mode 100644 index 000000000..01edfed89 --- /dev/null +++ b/libc/sysv/consts/__NR_read.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_read,0x0000,0x2000003,0x0003,0x0003,0x003,0xfff diff --git a/libc/sysv/consts/__NR_read.s b/libc/sysv/consts/__NR_read.s deleted file mode 100644 index 4cd72fdce..000000000 --- a/libc/sysv/consts/__NR_read.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_read,0x0000,0x2000003,0x0003,0x0003,0x003,0xfff diff --git a/libc/sysv/consts/__NR_readahead.S b/libc/sysv/consts/__NR_readahead.S new file mode 100644 index 000000000..062073823 --- /dev/null +++ b/libc/sysv/consts/__NR_readahead.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_readahead,0x00bb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_readahead.s b/libc/sysv/consts/__NR_readahead.s deleted file mode 100644 index 7d59407d1..000000000 --- a/libc/sysv/consts/__NR_readahead.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_readahead,0x00bb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_readlink.S b/libc/sysv/consts/__NR_readlink.S new file mode 100644 index 000000000..106ce4311 --- /dev/null +++ b/libc/sysv/consts/__NR_readlink.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_readlink,0x0059,0x200003a,0x003a,0x003a,0x03a,0xfff diff --git a/libc/sysv/consts/__NR_readlink.s b/libc/sysv/consts/__NR_readlink.s deleted file mode 100644 index 96f9506e9..000000000 --- a/libc/sysv/consts/__NR_readlink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_readlink,0x0059,0x200003a,0x003a,0x003a,0x03a,0xfff diff --git a/libc/sysv/consts/__NR_readlinkat.S b/libc/sysv/consts/__NR_readlinkat.S new file mode 100644 index 000000000..46a0819f8 --- /dev/null +++ b/libc/sysv/consts/__NR_readlinkat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_readlinkat,0x010b,0x20001d9,0x01f4,0x0142,0x1d5,0xfff diff --git a/libc/sysv/consts/__NR_readlinkat.s b/libc/sysv/consts/__NR_readlinkat.s deleted file mode 100644 index 48bf1f57a..000000000 --- a/libc/sysv/consts/__NR_readlinkat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_readlinkat,0x010b,0x20001d9,0x01f4,0x0142,0x1d5,0xfff diff --git a/libc/sysv/consts/__NR_readv.S b/libc/sysv/consts/__NR_readv.S new file mode 100644 index 000000000..1c70e0dfa --- /dev/null +++ b/libc/sysv/consts/__NR_readv.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_readv,0x0013,0x2000078,0x0078,0x0078,0x078,0xfff diff --git a/libc/sysv/consts/__NR_readv.s b/libc/sysv/consts/__NR_readv.s deleted file mode 100644 index 44a407deb..000000000 --- a/libc/sysv/consts/__NR_readv.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_readv,0x0013,0x2000078,0x0078,0x0078,0x078,0xfff diff --git a/libc/sysv/consts/__NR_reboot.S b/libc/sysv/consts/__NR_reboot.S new file mode 100644 index 000000000..02ed92ad1 --- /dev/null +++ b/libc/sysv/consts/__NR_reboot.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_reboot,0x00a9,0x2000037,0x0037,0x0037,0x0d0,0xfff diff --git a/libc/sysv/consts/__NR_reboot.s b/libc/sysv/consts/__NR_reboot.s deleted file mode 100644 index 6bd7e9304..000000000 --- a/libc/sysv/consts/__NR_reboot.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_reboot,0x00a9,0x2000037,0x0037,0x0037,0x0d0,0xfff diff --git a/libc/sysv/consts/__NR_recvfrom.S b/libc/sysv/consts/__NR_recvfrom.S new file mode 100644 index 000000000..ab28cf906 --- /dev/null +++ b/libc/sysv/consts/__NR_recvfrom.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_recvfrom,0x002d,0x200001d,0x001d,0x001d,0x01d,0xfff diff --git a/libc/sysv/consts/__NR_recvfrom.s b/libc/sysv/consts/__NR_recvfrom.s deleted file mode 100644 index 2f5f6f8fe..000000000 --- a/libc/sysv/consts/__NR_recvfrom.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_recvfrom,0x002d,0x200001d,0x001d,0x001d,0x01d,0xfff diff --git a/libc/sysv/consts/__NR_recvmmsg.S b/libc/sysv/consts/__NR_recvmmsg.S new file mode 100644 index 000000000..c4adbba36 --- /dev/null +++ b/libc/sysv/consts/__NR_recvmmsg.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_recvmmsg,0x012b,0xfff,0xfff,0xfff,0x1db,0xfff diff --git a/libc/sysv/consts/__NR_recvmmsg.s b/libc/sysv/consts/__NR_recvmmsg.s deleted file mode 100644 index 512d19cff..000000000 --- a/libc/sysv/consts/__NR_recvmmsg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_recvmmsg,0x012b,0xfff,0xfff,0xfff,0x1db,0xfff diff --git a/libc/sysv/consts/__NR_recvmsg.S b/libc/sysv/consts/__NR_recvmsg.S new file mode 100644 index 000000000..c08de91a2 --- /dev/null +++ b/libc/sysv/consts/__NR_recvmsg.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_recvmsg,0x002f,0x200001b,0x001b,0x001b,0x01b,0xfff diff --git a/libc/sysv/consts/__NR_recvmsg.s b/libc/sysv/consts/__NR_recvmsg.s deleted file mode 100644 index 75de1dc93..000000000 --- a/libc/sysv/consts/__NR_recvmsg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_recvmsg,0x002f,0x200001b,0x001b,0x001b,0x01b,0xfff diff --git a/libc/sysv/consts/__NR_removexattr.S b/libc/sysv/consts/__NR_removexattr.S new file mode 100644 index 000000000..3506c3955 --- /dev/null +++ b/libc/sysv/consts/__NR_removexattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_removexattr,0x00c5,0x20000ee,0xfff,0xfff,0x180,0xfff diff --git a/libc/sysv/consts/__NR_removexattr.s b/libc/sysv/consts/__NR_removexattr.s deleted file mode 100644 index ecf4eef59..000000000 --- a/libc/sysv/consts/__NR_removexattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_removexattr,0x00c5,0x20000ee,0xfff,0xfff,0x180,0xfff diff --git a/libc/sysv/consts/__NR_rename.S b/libc/sysv/consts/__NR_rename.S new file mode 100644 index 000000000..3fa651594 --- /dev/null +++ b/libc/sysv/consts/__NR_rename.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_rename,0x0052,0x2000080,0x0080,0x0080,0x080,0xfff diff --git a/libc/sysv/consts/__NR_rename.s b/libc/sysv/consts/__NR_rename.s deleted file mode 100644 index a22e12434..000000000 --- a/libc/sysv/consts/__NR_rename.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_rename,0x0052,0x2000080,0x0080,0x0080,0x080,0xfff diff --git a/libc/sysv/consts/__NR_renameat.S b/libc/sysv/consts/__NR_renameat.S new file mode 100644 index 000000000..b2ee29ee3 --- /dev/null +++ b/libc/sysv/consts/__NR_renameat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_renameat,0x0108,0x20001d1,0x01f5,0x0143,0x1ca,0xfff diff --git a/libc/sysv/consts/__NR_renameat.s b/libc/sysv/consts/__NR_renameat.s deleted file mode 100644 index 113a4a816..000000000 --- a/libc/sysv/consts/__NR_renameat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_renameat,0x0108,0x20001d1,0x01f5,0x0143,0x1ca,0xfff diff --git a/libc/sysv/consts/__NR_renameat2.S b/libc/sysv/consts/__NR_renameat2.S new file mode 100644 index 000000000..52c2f7948 --- /dev/null +++ b/libc/sysv/consts/__NR_renameat2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_renameat2,0x013c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_renameat2.s b/libc/sysv/consts/__NR_renameat2.s deleted file mode 100644 index 5da5d1fa1..000000000 --- a/libc/sysv/consts/__NR_renameat2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_renameat2,0x013c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_request_key.S b/libc/sysv/consts/__NR_request_key.S new file mode 100644 index 000000000..d36ef66df --- /dev/null +++ b/libc/sysv/consts/__NR_request_key.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_request_key,0x00f9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_request_key.s b/libc/sysv/consts/__NR_request_key.s deleted file mode 100644 index f3c2d0fd6..000000000 --- a/libc/sysv/consts/__NR_request_key.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_request_key,0x00f9,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_restart_syscall.S b/libc/sysv/consts/__NR_restart_syscall.S new file mode 100644 index 000000000..da0720cea --- /dev/null +++ b/libc/sysv/consts/__NR_restart_syscall.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_restart_syscall,0x00db,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_restart_syscall.s b/libc/sysv/consts/__NR_restart_syscall.s deleted file mode 100644 index 48e67cb90..000000000 --- a/libc/sysv/consts/__NR_restart_syscall.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_restart_syscall,0x00db,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rmdir.S b/libc/sysv/consts/__NR_rmdir.S new file mode 100644 index 000000000..bee8e3497 --- /dev/null +++ b/libc/sysv/consts/__NR_rmdir.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_rmdir,0x0054,0x2000089,0x0089,0x0089,0x089,0xfff diff --git a/libc/sysv/consts/__NR_rmdir.s b/libc/sysv/consts/__NR_rmdir.s deleted file mode 100644 index 5d6ae8653..000000000 --- a/libc/sysv/consts/__NR_rmdir.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_rmdir,0x0054,0x2000089,0x0089,0x0089,0x089,0xfff diff --git a/libc/sysv/consts/__NR_rseq.S b/libc/sysv/consts/__NR_rseq.S new file mode 100644 index 000000000..eed3c6281 --- /dev/null +++ b/libc/sysv/consts/__NR_rseq.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_rseq,0x014e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rseq.s b/libc/sysv/consts/__NR_rseq.s deleted file mode 100644 index 6ad7ee61e..000000000 --- a/libc/sysv/consts/__NR_rseq.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_rseq,0x014e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rt_sigqueueinfo.S b/libc/sysv/consts/__NR_rt_sigqueueinfo.S new file mode 100644 index 000000000..ba4b165a1 --- /dev/null +++ b/libc/sysv/consts/__NR_rt_sigqueueinfo.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_rt_sigqueueinfo,0x0081,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rt_sigqueueinfo.s b/libc/sysv/consts/__NR_rt_sigqueueinfo.s deleted file mode 100644 index 72d70b788..000000000 --- a/libc/sysv/consts/__NR_rt_sigqueueinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_rt_sigqueueinfo,0x0081,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rt_tgsigqueueinfo.S b/libc/sysv/consts/__NR_rt_tgsigqueueinfo.S new file mode 100644 index 000000000..a07225a31 --- /dev/null +++ b/libc/sysv/consts/__NR_rt_tgsigqueueinfo.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_rt_tgsigqueueinfo,0x0129,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_rt_tgsigqueueinfo.s b/libc/sysv/consts/__NR_rt_tgsigqueueinfo.s deleted file mode 100644 index 4d2ffbbfe..000000000 --- a/libc/sysv/consts/__NR_rt_tgsigqueueinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_rt_tgsigqueueinfo,0x0129,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_get_priority_max.S b/libc/sysv/consts/__NR_sched_get_priority_max.S new file mode 100644 index 000000000..193431d2d --- /dev/null +++ b/libc/sysv/consts/__NR_sched_get_priority_max.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_get_priority_max,0x0092,0xfff,0x014c,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_get_priority_max.s b/libc/sysv/consts/__NR_sched_get_priority_max.s deleted file mode 100644 index 20aac9254..000000000 --- a/libc/sysv/consts/__NR_sched_get_priority_max.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_get_priority_max,0x0092,0xfff,0x014c,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_get_priority_min.S b/libc/sysv/consts/__NR_sched_get_priority_min.S new file mode 100644 index 000000000..e0e21050c --- /dev/null +++ b/libc/sysv/consts/__NR_sched_get_priority_min.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_get_priority_min,0x0093,0xfff,0x014d,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_get_priority_min.s b/libc/sysv/consts/__NR_sched_get_priority_min.s deleted file mode 100644 index 680452301..000000000 --- a/libc/sysv/consts/__NR_sched_get_priority_min.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_get_priority_min,0x0093,0xfff,0x014d,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getaffinity.S b/libc/sysv/consts/__NR_sched_getaffinity.S new file mode 100644 index 000000000..defda07d0 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_getaffinity.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_getaffinity,0x00cc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getaffinity.s b/libc/sysv/consts/__NR_sched_getaffinity.s deleted file mode 100644 index ab011250b..000000000 --- a/libc/sysv/consts/__NR_sched_getaffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_getaffinity,0x00cc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getattr.S b/libc/sysv/consts/__NR_sched_getattr.S new file mode 100644 index 000000000..5ebcdce4e --- /dev/null +++ b/libc/sysv/consts/__NR_sched_getattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_getattr,0x013b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getattr.s b/libc/sysv/consts/__NR_sched_getattr.s deleted file mode 100644 index 261b26220..000000000 --- a/libc/sysv/consts/__NR_sched_getattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_getattr,0x013b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getparam.S b/libc/sysv/consts/__NR_sched_getparam.S new file mode 100644 index 000000000..da2ea8964 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_getparam.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_getparam,0x008f,0xfff,0x0148,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getparam.s b/libc/sysv/consts/__NR_sched_getparam.s deleted file mode 100644 index 6f6c3543c..000000000 --- a/libc/sysv/consts/__NR_sched_getparam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_getparam,0x008f,0xfff,0x0148,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getscheduler.S b/libc/sysv/consts/__NR_sched_getscheduler.S new file mode 100644 index 000000000..599714ec8 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_getscheduler.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_getscheduler,0x0091,0xfff,0x014a,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_getscheduler.s b/libc/sysv/consts/__NR_sched_getscheduler.s deleted file mode 100644 index 24f78194b..000000000 --- a/libc/sysv/consts/__NR_sched_getscheduler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_getscheduler,0x0091,0xfff,0x014a,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_rr_get_interval.S b/libc/sysv/consts/__NR_sched_rr_get_interval.S new file mode 100644 index 000000000..d2e197380 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_rr_get_interval.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_rr_get_interval,0x0094,0xfff,0x014e,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_rr_get_interval.s b/libc/sysv/consts/__NR_sched_rr_get_interval.s deleted file mode 100644 index 7eb2556c2..000000000 --- a/libc/sysv/consts/__NR_sched_rr_get_interval.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_rr_get_interval,0x0094,0xfff,0x014e,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setaffinity.S b/libc/sysv/consts/__NR_sched_setaffinity.S new file mode 100644 index 000000000..50ec3ae03 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_setaffinity.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_setaffinity,0x00cb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setaffinity.s b/libc/sysv/consts/__NR_sched_setaffinity.s deleted file mode 100644 index 6ab6077b3..000000000 --- a/libc/sysv/consts/__NR_sched_setaffinity.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_setaffinity,0x00cb,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setattr.S b/libc/sysv/consts/__NR_sched_setattr.S new file mode 100644 index 000000000..a700a4b65 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_setattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_setattr,0x013a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setattr.s b/libc/sysv/consts/__NR_sched_setattr.s deleted file mode 100644 index 2e99d3ab2..000000000 --- a/libc/sysv/consts/__NR_sched_setattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_setattr,0x013a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setparam.S b/libc/sysv/consts/__NR_sched_setparam.S new file mode 100644 index 000000000..9980c9987 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_setparam.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_setparam,0x008e,0xfff,0x0147,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setparam.s b/libc/sysv/consts/__NR_sched_setparam.s deleted file mode 100644 index c71ef0359..000000000 --- a/libc/sysv/consts/__NR_sched_setparam.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_setparam,0x008e,0xfff,0x0147,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setscheduler.S b/libc/sysv/consts/__NR_sched_setscheduler.S new file mode 100644 index 000000000..2dd5e0dd1 --- /dev/null +++ b/libc/sysv/consts/__NR_sched_setscheduler.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_setscheduler,0x0090,0xfff,0x0149,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_setscheduler.s b/libc/sysv/consts/__NR_sched_setscheduler.s deleted file mode 100644 index f0b08602a..000000000 --- a/libc/sysv/consts/__NR_sched_setscheduler.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_setscheduler,0x0090,0xfff,0x0149,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sched_yield.S b/libc/sysv/consts/__NR_sched_yield.S new file mode 100644 index 000000000..b4676317f --- /dev/null +++ b/libc/sysv/consts/__NR_sched_yield.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sched_yield,0x0018,0x200005d,0x014b,0x012a,0x15e,0xfff diff --git a/libc/sysv/consts/__NR_sched_yield.s b/libc/sysv/consts/__NR_sched_yield.s deleted file mode 100644 index 52a779844..000000000 --- a/libc/sysv/consts/__NR_sched_yield.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sched_yield,0x0018,0x200005d,0x014b,0x012a,0x15e,0xfff diff --git a/libc/sysv/consts/__NR_seccomp.S b/libc/sysv/consts/__NR_seccomp.S new file mode 100644 index 000000000..a58d763e0 --- /dev/null +++ b/libc/sysv/consts/__NR_seccomp.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_seccomp,0x013d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_seccomp.s b/libc/sysv/consts/__NR_seccomp.s deleted file mode 100644 index ba0d62ed2..000000000 --- a/libc/sysv/consts/__NR_seccomp.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_seccomp,0x013d,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_select.S b/libc/sysv/consts/__NR_select.S new file mode 100644 index 000000000..e9b4ead80 --- /dev/null +++ b/libc/sysv/consts/__NR_select.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_select,0x0017,0x200005d,0x005d,0x0047,0x1a1,0xfff diff --git a/libc/sysv/consts/__NR_select.s b/libc/sysv/consts/__NR_select.s deleted file mode 100644 index 0c6a7857f..000000000 --- a/libc/sysv/consts/__NR_select.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_select,0x0017,0x200005d,0x005d,0x0047,0x1a1,0xfff diff --git a/libc/sysv/consts/__NR_semctl.S b/libc/sysv/consts/__NR_semctl.S new file mode 100644 index 000000000..a6b03b43b --- /dev/null +++ b/libc/sysv/consts/__NR_semctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_semctl,0x0042,0x20000fe,0x01fe,0x0127,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_semctl.s b/libc/sysv/consts/__NR_semctl.s deleted file mode 100644 index fe1439ac5..000000000 --- a/libc/sysv/consts/__NR_semctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_semctl,0x0042,0x20000fe,0x01fe,0x0127,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_semget.S b/libc/sysv/consts/__NR_semget.S new file mode 100644 index 000000000..3649102de --- /dev/null +++ b/libc/sysv/consts/__NR_semget.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_semget,0x0040,0x20000ff,0x00dd,0x00dd,0x0dd,0xfff diff --git a/libc/sysv/consts/__NR_semget.s b/libc/sysv/consts/__NR_semget.s deleted file mode 100644 index 8d9562c78..000000000 --- a/libc/sysv/consts/__NR_semget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_semget,0x0040,0x20000ff,0x00dd,0x00dd,0x0dd,0xfff diff --git a/libc/sysv/consts/__NR_semop.S b/libc/sysv/consts/__NR_semop.S new file mode 100644 index 000000000..d15b6834a --- /dev/null +++ b/libc/sysv/consts/__NR_semop.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_semop,0x0041,0x2000100,0x00de,0x0122,0x0de,0xfff diff --git a/libc/sysv/consts/__NR_semop.s b/libc/sysv/consts/__NR_semop.s deleted file mode 100644 index 66360fe07..000000000 --- a/libc/sysv/consts/__NR_semop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_semop,0x0041,0x2000100,0x00de,0x0122,0x0de,0xfff diff --git a/libc/sysv/consts/__NR_semtimedop.S b/libc/sysv/consts/__NR_semtimedop.S new file mode 100644 index 000000000..468a24d8d --- /dev/null +++ b/libc/sysv/consts/__NR_semtimedop.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_semtimedop,0x00dc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_semtimedop.s b/libc/sysv/consts/__NR_semtimedop.s deleted file mode 100644 index 3cac0ebd0..000000000 --- a/libc/sysv/consts/__NR_semtimedop.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_semtimedop,0x00dc,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sendfile.S b/libc/sysv/consts/__NR_sendfile.S new file mode 100644 index 000000000..5fd91b7ba --- /dev/null +++ b/libc/sysv/consts/__NR_sendfile.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sendfile,0x0028,0x2000151,0x0189,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sendfile.s b/libc/sysv/consts/__NR_sendfile.s deleted file mode 100644 index 6e8a7022a..000000000 --- a/libc/sysv/consts/__NR_sendfile.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sendfile,0x0028,0x2000151,0x0189,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sendmmsg.S b/libc/sysv/consts/__NR_sendmmsg.S new file mode 100644 index 000000000..b06c78e67 --- /dev/null +++ b/libc/sysv/consts/__NR_sendmmsg.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sendmmsg,0x0133,0xfff,0xfff,0xfff,0x1dc,0xfff diff --git a/libc/sysv/consts/__NR_sendmmsg.s b/libc/sysv/consts/__NR_sendmmsg.s deleted file mode 100644 index 28f3d1009..000000000 --- a/libc/sysv/consts/__NR_sendmmsg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sendmmsg,0x0133,0xfff,0xfff,0xfff,0x1dc,0xfff diff --git a/libc/sysv/consts/__NR_sendmsg.S b/libc/sysv/consts/__NR_sendmsg.S new file mode 100644 index 000000000..5e2adfff9 --- /dev/null +++ b/libc/sysv/consts/__NR_sendmsg.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sendmsg,0x002e,0x200001c,0x001c,0x001c,0x01c,0xfff diff --git a/libc/sysv/consts/__NR_sendmsg.s b/libc/sysv/consts/__NR_sendmsg.s deleted file mode 100644 index a63f8131c..000000000 --- a/libc/sysv/consts/__NR_sendmsg.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sendmsg,0x002e,0x200001c,0x001c,0x001c,0x01c,0xfff diff --git a/libc/sysv/consts/__NR_sendto.S b/libc/sysv/consts/__NR_sendto.S new file mode 100644 index 000000000..00c1e27da --- /dev/null +++ b/libc/sysv/consts/__NR_sendto.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sendto,0x002c,0x2000085,0x0085,0x0085,0x085,0xfff diff --git a/libc/sysv/consts/__NR_sendto.s b/libc/sysv/consts/__NR_sendto.s deleted file mode 100644 index ae2356792..000000000 --- a/libc/sysv/consts/__NR_sendto.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sendto,0x002c,0x2000085,0x0085,0x0085,0x085,0xfff diff --git a/libc/sysv/consts/__NR_set_mempolicy.S b/libc/sysv/consts/__NR_set_mempolicy.S new file mode 100644 index 000000000..1b553e056 --- /dev/null +++ b/libc/sysv/consts/__NR_set_mempolicy.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_set_mempolicy,0x00ee,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_set_mempolicy.s b/libc/sysv/consts/__NR_set_mempolicy.s deleted file mode 100644 index 2e68469f1..000000000 --- a/libc/sysv/consts/__NR_set_mempolicy.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_set_mempolicy,0x00ee,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_set_robust_list.S b/libc/sysv/consts/__NR_set_robust_list.S new file mode 100644 index 000000000..f60b8c7e7 --- /dev/null +++ b/libc/sysv/consts/__NR_set_robust_list.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_set_robust_list,0x0111,0xfff,0xfff,0xfff,0x0a7,0xfff diff --git a/libc/sysv/consts/__NR_set_robust_list.s b/libc/sysv/consts/__NR_set_robust_list.s deleted file mode 100644 index 2cae02625..000000000 --- a/libc/sysv/consts/__NR_set_robust_list.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_set_robust_list,0x0111,0xfff,0xfff,0xfff,0x0a7,0xfff diff --git a/libc/sysv/consts/__NR_set_tid_address.S b/libc/sysv/consts/__NR_set_tid_address.S new file mode 100644 index 000000000..b629f4911 --- /dev/null +++ b/libc/sysv/consts/__NR_set_tid_address.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_set_tid_address,0x00da,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_set_tid_address.s b/libc/sysv/consts/__NR_set_tid_address.s deleted file mode 100644 index c905ef752..000000000 --- a/libc/sysv/consts/__NR_set_tid_address.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_set_tid_address,0x00da,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setdomainname.S b/libc/sysv/consts/__NR_setdomainname.S new file mode 100644 index 000000000..11d98d4fc --- /dev/null +++ b/libc/sysv/consts/__NR_setdomainname.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setdomainname,0x00ab,0xfff,0x00a3,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setdomainname.s b/libc/sysv/consts/__NR_setdomainname.s deleted file mode 100644 index 92cc9a061..000000000 --- a/libc/sysv/consts/__NR_setdomainname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setdomainname,0x00ab,0xfff,0x00a3,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setfsgid.S b/libc/sysv/consts/__NR_setfsgid.S new file mode 100644 index 000000000..8ff1bc113 --- /dev/null +++ b/libc/sysv/consts/__NR_setfsgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setfsgid,0x007b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setfsgid.s b/libc/sysv/consts/__NR_setfsgid.s deleted file mode 100644 index 3eb68e560..000000000 --- a/libc/sysv/consts/__NR_setfsgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setfsgid,0x007b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setfsuid.S b/libc/sysv/consts/__NR_setfsuid.S new file mode 100644 index 000000000..ef6f8c3f9 --- /dev/null +++ b/libc/sysv/consts/__NR_setfsuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setfsuid,0x007a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setfsuid.s b/libc/sysv/consts/__NR_setfsuid.s deleted file mode 100644 index 48d15e135..000000000 --- a/libc/sysv/consts/__NR_setfsuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setfsuid,0x007a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setgid.S b/libc/sysv/consts/__NR_setgid.S new file mode 100644 index 000000000..666daa067 --- /dev/null +++ b/libc/sysv/consts/__NR_setgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setgid,0x006a,0x20000b5,0x00b5,0x00b5,0x0b5,0xfff diff --git a/libc/sysv/consts/__NR_setgid.s b/libc/sysv/consts/__NR_setgid.s deleted file mode 100644 index 108f31101..000000000 --- a/libc/sysv/consts/__NR_setgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setgid,0x006a,0x20000b5,0x00b5,0x00b5,0x0b5,0xfff diff --git a/libc/sysv/consts/__NR_setgroups.S b/libc/sysv/consts/__NR_setgroups.S new file mode 100644 index 000000000..704e52e3f --- /dev/null +++ b/libc/sysv/consts/__NR_setgroups.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setgroups,0x0074,0x2000050,0x0050,0x0050,0x050,0xfff diff --git a/libc/sysv/consts/__NR_setgroups.s b/libc/sysv/consts/__NR_setgroups.s deleted file mode 100644 index 46e091d3a..000000000 --- a/libc/sysv/consts/__NR_setgroups.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setgroups,0x0074,0x2000050,0x0050,0x0050,0x050,0xfff diff --git a/libc/sysv/consts/__NR_sethostname.S b/libc/sysv/consts/__NR_sethostname.S new file mode 100644 index 000000000..fa1ada183 --- /dev/null +++ b/libc/sysv/consts/__NR_sethostname.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sethostname,0x00aa,0xfff,0x0058,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sethostname.s b/libc/sysv/consts/__NR_sethostname.s deleted file mode 100644 index 63d1cbd52..000000000 --- a/libc/sysv/consts/__NR_sethostname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sethostname,0x00aa,0xfff,0x0058,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setitimer.S b/libc/sysv/consts/__NR_setitimer.S new file mode 100644 index 000000000..3bbed59ad --- /dev/null +++ b/libc/sysv/consts/__NR_setitimer.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setitimer,0x0026,0x2000053,0x0053,0x0045,0x1a9,0xfff diff --git a/libc/sysv/consts/__NR_setitimer.s b/libc/sysv/consts/__NR_setitimer.s deleted file mode 100644 index cc4474ace..000000000 --- a/libc/sysv/consts/__NR_setitimer.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setitimer,0x0026,0x2000053,0x0053,0x0045,0x1a9,0xfff diff --git a/libc/sysv/consts/__NR_setns.S b/libc/sysv/consts/__NR_setns.S new file mode 100644 index 000000000..8247faa77 --- /dev/null +++ b/libc/sysv/consts/__NR_setns.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setns,0x0134,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setns.s b/libc/sysv/consts/__NR_setns.s deleted file mode 100644 index 2a08f39c2..000000000 --- a/libc/sysv/consts/__NR_setns.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setns,0x0134,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setpgid.S b/libc/sysv/consts/__NR_setpgid.S new file mode 100644 index 000000000..5ae0d9d6c --- /dev/null +++ b/libc/sysv/consts/__NR_setpgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setpgid,0x006d,0x2000052,0x0052,0x0052,0x052,0xfff diff --git a/libc/sysv/consts/__NR_setpgid.s b/libc/sysv/consts/__NR_setpgid.s deleted file mode 100644 index e562efeca..000000000 --- a/libc/sysv/consts/__NR_setpgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setpgid,0x006d,0x2000052,0x0052,0x0052,0x052,0xfff diff --git a/libc/sysv/consts/__NR_setpriority.S b/libc/sysv/consts/__NR_setpriority.S new file mode 100644 index 000000000..e40ecad95 --- /dev/null +++ b/libc/sysv/consts/__NR_setpriority.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setpriority,0x008d,0x2000060,0x0060,0x0060,0x060,0xfff diff --git a/libc/sysv/consts/__NR_setpriority.s b/libc/sysv/consts/__NR_setpriority.s deleted file mode 100644 index fba1e060e..000000000 --- a/libc/sysv/consts/__NR_setpriority.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setpriority,0x008d,0x2000060,0x0060,0x0060,0x060,0xfff diff --git a/libc/sysv/consts/__NR_setregid.S b/libc/sysv/consts/__NR_setregid.S new file mode 100644 index 000000000..ddea47206 --- /dev/null +++ b/libc/sysv/consts/__NR_setregid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setregid,0x0072,0x200007f,0x007f,0x007f,0x07f,0xfff diff --git a/libc/sysv/consts/__NR_setregid.s b/libc/sysv/consts/__NR_setregid.s deleted file mode 100644 index 688b73399..000000000 --- a/libc/sysv/consts/__NR_setregid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setregid,0x0072,0x200007f,0x007f,0x007f,0x07f,0xfff diff --git a/libc/sysv/consts/__NR_setresgid.S b/libc/sysv/consts/__NR_setresgid.S new file mode 100644 index 000000000..2c48d19e5 --- /dev/null +++ b/libc/sysv/consts/__NR_setresgid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setresgid,0x0077,0xfff,0x0138,0x011c,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setresgid.s b/libc/sysv/consts/__NR_setresgid.s deleted file mode 100644 index 120bbba72..000000000 --- a/libc/sysv/consts/__NR_setresgid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setresgid,0x0077,0xfff,0x0138,0x011c,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setresuid.S b/libc/sysv/consts/__NR_setresuid.S new file mode 100644 index 000000000..bf0ff2147 --- /dev/null +++ b/libc/sysv/consts/__NR_setresuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setresuid,0x0075,0xfff,0x0137,0x011a,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setresuid.s b/libc/sysv/consts/__NR_setresuid.s deleted file mode 100644 index f91472060..000000000 --- a/libc/sysv/consts/__NR_setresuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setresuid,0x0075,0xfff,0x0137,0x011a,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_setreuid.S b/libc/sysv/consts/__NR_setreuid.S new file mode 100644 index 000000000..3ef780df7 --- /dev/null +++ b/libc/sysv/consts/__NR_setreuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setreuid,0x0071,0x200007e,0x007e,0x007e,0x07e,0xfff diff --git a/libc/sysv/consts/__NR_setreuid.s b/libc/sysv/consts/__NR_setreuid.s deleted file mode 100644 index 0163b1c86..000000000 --- a/libc/sysv/consts/__NR_setreuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setreuid,0x0071,0x200007e,0x007e,0x007e,0x07e,0xfff diff --git a/libc/sysv/consts/__NR_setrlimit.S b/libc/sysv/consts/__NR_setrlimit.S new file mode 100644 index 000000000..9bf4a773f --- /dev/null +++ b/libc/sysv/consts/__NR_setrlimit.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setrlimit,0x00a0,0x20000c3,0x00c3,0x00c3,0x0c3,0xfff diff --git a/libc/sysv/consts/__NR_setrlimit.s b/libc/sysv/consts/__NR_setrlimit.s deleted file mode 100644 index ddbee74a9..000000000 --- a/libc/sysv/consts/__NR_setrlimit.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setrlimit,0x00a0,0x20000c3,0x00c3,0x00c3,0x0c3,0xfff diff --git a/libc/sysv/consts/__NR_setsid.S b/libc/sysv/consts/__NR_setsid.S new file mode 100644 index 000000000..314e7d4bf --- /dev/null +++ b/libc/sysv/consts/__NR_setsid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setsid,0x0070,0x2000093,0x0093,0x0093,0x093,0xfff diff --git a/libc/sysv/consts/__NR_setsid.s b/libc/sysv/consts/__NR_setsid.s deleted file mode 100644 index 77d63c30a..000000000 --- a/libc/sysv/consts/__NR_setsid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setsid,0x0070,0x2000093,0x0093,0x0093,0x093,0xfff diff --git a/libc/sysv/consts/__NR_setsockopt.S b/libc/sysv/consts/__NR_setsockopt.S new file mode 100644 index 000000000..1c408973c --- /dev/null +++ b/libc/sysv/consts/__NR_setsockopt.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setsockopt,0x0036,0x2000069,0x0069,0x0069,0x069,0xfff diff --git a/libc/sysv/consts/__NR_setsockopt.s b/libc/sysv/consts/__NR_setsockopt.s deleted file mode 100644 index 2dbfa8597..000000000 --- a/libc/sysv/consts/__NR_setsockopt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setsockopt,0x0036,0x2000069,0x0069,0x0069,0x069,0xfff diff --git a/libc/sysv/consts/__NR_settimeofday.S b/libc/sysv/consts/__NR_settimeofday.S new file mode 100644 index 000000000..84a6acfad --- /dev/null +++ b/libc/sysv/consts/__NR_settimeofday.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_settimeofday,0x00a4,0x200007a,0x007a,0x0044,0x1a3,0xfff diff --git a/libc/sysv/consts/__NR_settimeofday.s b/libc/sysv/consts/__NR_settimeofday.s deleted file mode 100644 index 06b70c7d1..000000000 --- a/libc/sysv/consts/__NR_settimeofday.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_settimeofday,0x00a4,0x200007a,0x007a,0x0044,0x1a3,0xfff diff --git a/libc/sysv/consts/__NR_setuid.S b/libc/sysv/consts/__NR_setuid.S new file mode 100644 index 000000000..65c3c7863 --- /dev/null +++ b/libc/sysv/consts/__NR_setuid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setuid,0x0069,0x2000017,0x0017,0x0017,0x017,0xfff diff --git a/libc/sysv/consts/__NR_setuid.s b/libc/sysv/consts/__NR_setuid.s deleted file mode 100644 index d744cdee1..000000000 --- a/libc/sysv/consts/__NR_setuid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setuid,0x0069,0x2000017,0x0017,0x0017,0x017,0xfff diff --git a/libc/sysv/consts/__NR_setxattr.S b/libc/sysv/consts/__NR_setxattr.S new file mode 100644 index 000000000..0cbf44b67 --- /dev/null +++ b/libc/sysv/consts/__NR_setxattr.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_setxattr,0x00bc,0x20000ec,0xfff,0xfff,0x177,0xfff diff --git a/libc/sysv/consts/__NR_setxattr.s b/libc/sysv/consts/__NR_setxattr.s deleted file mode 100644 index 02119ca77..000000000 --- a/libc/sysv/consts/__NR_setxattr.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_setxattr,0x00bc,0x20000ec,0xfff,0xfff,0x177,0xfff diff --git a/libc/sysv/consts/__NR_shmat.S b/libc/sysv/consts/__NR_shmat.S new file mode 100644 index 000000000..d3285ec2b --- /dev/null +++ b/libc/sysv/consts/__NR_shmat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_shmat,0x001e,0x2000106,0x00e4,0x00e4,0x0e4,0xfff diff --git a/libc/sysv/consts/__NR_shmat.s b/libc/sysv/consts/__NR_shmat.s deleted file mode 100644 index df63a7532..000000000 --- a/libc/sysv/consts/__NR_shmat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_shmat,0x001e,0x2000106,0x00e4,0x00e4,0x0e4,0xfff diff --git a/libc/sysv/consts/__NR_shmctl.S b/libc/sysv/consts/__NR_shmctl.S new file mode 100644 index 000000000..7732a3f35 --- /dev/null +++ b/libc/sysv/consts/__NR_shmctl.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_shmctl,0x001f,0x2000107,0x0200,0x0128,0x1bb,0xfff diff --git a/libc/sysv/consts/__NR_shmctl.s b/libc/sysv/consts/__NR_shmctl.s deleted file mode 100644 index 25b0d34a9..000000000 --- a/libc/sysv/consts/__NR_shmctl.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_shmctl,0x001f,0x2000107,0x0200,0x0128,0x1bb,0xfff diff --git a/libc/sysv/consts/__NR_shmdt.S b/libc/sysv/consts/__NR_shmdt.S new file mode 100644 index 000000000..ea401cd1a --- /dev/null +++ b/libc/sysv/consts/__NR_shmdt.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_shmdt,0x0043,0x2000108,0x00e6,0x00e6,0x0e6,0xfff diff --git a/libc/sysv/consts/__NR_shmdt.s b/libc/sysv/consts/__NR_shmdt.s deleted file mode 100644 index 8272fd726..000000000 --- a/libc/sysv/consts/__NR_shmdt.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_shmdt,0x0043,0x2000108,0x00e6,0x00e6,0x0e6,0xfff diff --git a/libc/sysv/consts/__NR_shmget.S b/libc/sysv/consts/__NR_shmget.S new file mode 100644 index 000000000..c8189f23a --- /dev/null +++ b/libc/sysv/consts/__NR_shmget.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_shmget,0x001d,0x2000109,0x00e7,0x0121,0x0e7,0xfff diff --git a/libc/sysv/consts/__NR_shmget.s b/libc/sysv/consts/__NR_shmget.s deleted file mode 100644 index 6b9cf7061..000000000 --- a/libc/sysv/consts/__NR_shmget.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_shmget,0x001d,0x2000109,0x00e7,0x0121,0x0e7,0xfff diff --git a/libc/sysv/consts/__NR_shutdown.S b/libc/sysv/consts/__NR_shutdown.S new file mode 100644 index 000000000..a84d5f583 --- /dev/null +++ b/libc/sysv/consts/__NR_shutdown.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_shutdown,0x0030,0x2000086,0x0086,0x0086,0x086,0xfff diff --git a/libc/sysv/consts/__NR_shutdown.s b/libc/sysv/consts/__NR_shutdown.s deleted file mode 100644 index 3b1696b50..000000000 --- a/libc/sysv/consts/__NR_shutdown.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_shutdown,0x0030,0x2000086,0x0086,0x0086,0x086,0xfff diff --git a/libc/sysv/consts/__NR_sigaction.S b/libc/sysv/consts/__NR_sigaction.S new file mode 100644 index 000000000..3859b606b --- /dev/null +++ b/libc/sysv/consts/__NR_sigaction.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigaction,0x000d,0x200002e,0x01a0,0x002e,0x154,0xfff diff --git a/libc/sysv/consts/__NR_sigaction.s b/libc/sysv/consts/__NR_sigaction.s deleted file mode 100644 index 80928122f..000000000 --- a/libc/sysv/consts/__NR_sigaction.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigaction,0x000d,0x200002e,0x01a0,0x002e,0x154,0xfff diff --git a/libc/sysv/consts/__NR_sigaltstack.S b/libc/sysv/consts/__NR_sigaltstack.S new file mode 100644 index 000000000..9a0558e16 --- /dev/null +++ b/libc/sysv/consts/__NR_sigaltstack.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigaltstack,0x0083,0x2000035,0x0035,0x0120,0x119,0xfff diff --git a/libc/sysv/consts/__NR_sigaltstack.s b/libc/sysv/consts/__NR_sigaltstack.s deleted file mode 100644 index 25305b78f..000000000 --- a/libc/sysv/consts/__NR_sigaltstack.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigaltstack,0x0083,0x2000035,0x0035,0x0120,0x119,0xfff diff --git a/libc/sysv/consts/__NR_signalfd.S b/libc/sysv/consts/__NR_signalfd.S new file mode 100644 index 000000000..6e0440d9c --- /dev/null +++ b/libc/sysv/consts/__NR_signalfd.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_signalfd,0x011a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_signalfd.s b/libc/sysv/consts/__NR_signalfd.s deleted file mode 100644 index b1acbc10b..000000000 --- a/libc/sysv/consts/__NR_signalfd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_signalfd,0x011a,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_signalfd4.S b/libc/sysv/consts/__NR_signalfd4.S new file mode 100644 index 000000000..e81bcdcbb --- /dev/null +++ b/libc/sysv/consts/__NR_signalfd4.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_signalfd4,0x0121,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_signalfd4.s b/libc/sysv/consts/__NR_signalfd4.s deleted file mode 100644 index e4bdab107..000000000 --- a/libc/sysv/consts/__NR_signalfd4.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_signalfd4,0x0121,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sigpending.S b/libc/sysv/consts/__NR_sigpending.S new file mode 100644 index 000000000..e9e2e55d2 --- /dev/null +++ b/libc/sysv/consts/__NR_sigpending.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigpending,0x007f,0x2000034,0x0034,0x0034,0x124,0xfff diff --git a/libc/sysv/consts/__NR_sigpending.s b/libc/sysv/consts/__NR_sigpending.s deleted file mode 100644 index 13b1406e1..000000000 --- a/libc/sysv/consts/__NR_sigpending.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigpending,0x007f,0x2000034,0x0034,0x0034,0x124,0xfff diff --git a/libc/sysv/consts/__NR_sigprocmask.S b/libc/sysv/consts/__NR_sigprocmask.S new file mode 100644 index 000000000..3884005ef --- /dev/null +++ b/libc/sysv/consts/__NR_sigprocmask.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigprocmask,0x000e,0x2000149,0x0154,0x0030,0x125,0xfff diff --git a/libc/sysv/consts/__NR_sigprocmask.s b/libc/sysv/consts/__NR_sigprocmask.s deleted file mode 100644 index d3e7b0084..000000000 --- a/libc/sysv/consts/__NR_sigprocmask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigprocmask,0x000e,0x2000149,0x0154,0x0030,0x125,0xfff diff --git a/libc/sysv/consts/__NR_sigsuspend.S b/libc/sysv/consts/__NR_sigsuspend.S new file mode 100644 index 000000000..b8d5acbdd --- /dev/null +++ b/libc/sysv/consts/__NR_sigsuspend.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigsuspend,0x0082,0x200006f,0x0155,0x006f,0x126,0xfff diff --git a/libc/sysv/consts/__NR_sigsuspend.s b/libc/sysv/consts/__NR_sigsuspend.s deleted file mode 100644 index 27de0b7b0..000000000 --- a/libc/sysv/consts/__NR_sigsuspend.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigsuspend,0x0082,0x200006f,0x0155,0x006f,0x126,0xfff diff --git a/libc/sysv/consts/__NR_sigtimedwait.S b/libc/sysv/consts/__NR_sigtimedwait.S new file mode 100644 index 000000000..6e5f76eea --- /dev/null +++ b/libc/sysv/consts/__NR_sigtimedwait.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sigtimedwait,0x0080,0xfff,0x0159,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sigtimedwait.s b/libc/sysv/consts/__NR_sigtimedwait.s deleted file mode 100644 index a92087aa7..000000000 --- a/libc/sysv/consts/__NR_sigtimedwait.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sigtimedwait,0x0080,0xfff,0x0159,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_socket.S b/libc/sysv/consts/__NR_socket.S new file mode 100644 index 000000000..892f01756 --- /dev/null +++ b/libc/sysv/consts/__NR_socket.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_socket,0x0029,0x2000061,0x0061,0x0061,0x18a,0xfff diff --git a/libc/sysv/consts/__NR_socket.s b/libc/sysv/consts/__NR_socket.s deleted file mode 100644 index 92a81ae12..000000000 --- a/libc/sysv/consts/__NR_socket.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_socket,0x0029,0x2000061,0x0061,0x0061,0x18a,0xfff diff --git a/libc/sysv/consts/__NR_socketpair.S b/libc/sysv/consts/__NR_socketpair.S new file mode 100644 index 000000000..73cbc07eb --- /dev/null +++ b/libc/sysv/consts/__NR_socketpair.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_socketpair,0x0035,0x2000087,0x0087,0x0087,0x087,0xfff diff --git a/libc/sysv/consts/__NR_socketpair.s b/libc/sysv/consts/__NR_socketpair.s deleted file mode 100644 index bc66b7828..000000000 --- a/libc/sysv/consts/__NR_socketpair.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_socketpair,0x0035,0x2000087,0x0087,0x0087,0x087,0xfff diff --git a/libc/sysv/consts/__NR_splice.S b/libc/sysv/consts/__NR_splice.S new file mode 100644 index 000000000..13633ec7a --- /dev/null +++ b/libc/sysv/consts/__NR_splice.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_splice,0x0113,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_splice.s b/libc/sysv/consts/__NR_splice.s deleted file mode 100644 index e4032d560..000000000 --- a/libc/sysv/consts/__NR_splice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_splice,0x0113,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_stat.S b/libc/sysv/consts/__NR_stat.S new file mode 100644 index 000000000..7bd900d3d --- /dev/null +++ b/libc/sysv/consts/__NR_stat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_stat,0x0004,0x2000152,0xfff,0x0026,0x1b7,0xfff diff --git a/libc/sysv/consts/__NR_stat.s b/libc/sysv/consts/__NR_stat.s deleted file mode 100644 index e323cdab8..000000000 --- a/libc/sysv/consts/__NR_stat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_stat,0x0004,0x2000152,0xfff,0x0026,0x1b7,0xfff diff --git a/libc/sysv/consts/__NR_statfs.S b/libc/sysv/consts/__NR_statfs.S new file mode 100644 index 000000000..4faec40b4 --- /dev/null +++ b/libc/sysv/consts/__NR_statfs.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_statfs,0x0089,0x2000159,0x022b,0x003f,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_statfs.s b/libc/sysv/consts/__NR_statfs.s deleted file mode 100644 index 1cb482fe4..000000000 --- a/libc/sysv/consts/__NR_statfs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_statfs,0x0089,0x2000159,0x022b,0x003f,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_statx.S b/libc/sysv/consts/__NR_statx.S new file mode 100644 index 000000000..499c771d6 --- /dev/null +++ b/libc/sysv/consts/__NR_statx.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_statx,0x014c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_statx.s b/libc/sysv/consts/__NR_statx.s deleted file mode 100644 index 2fe37faaa..000000000 --- a/libc/sysv/consts/__NR_statx.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_statx,0x014c,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_swapoff.S b/libc/sysv/consts/__NR_swapoff.S new file mode 100644 index 000000000..841b54555 --- /dev/null +++ b/libc/sysv/consts/__NR_swapoff.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_swapoff,0x00a8,0xfff,0x01a8,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_swapoff.s b/libc/sysv/consts/__NR_swapoff.s deleted file mode 100644 index d8e50fd0f..000000000 --- a/libc/sysv/consts/__NR_swapoff.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_swapoff,0x00a8,0xfff,0x01a8,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_swapon.S b/libc/sysv/consts/__NR_swapon.S new file mode 100644 index 000000000..b717acebe --- /dev/null +++ b/libc/sysv/consts/__NR_swapon.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_swapon,0x00a7,0x2000055,0x0055,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_swapon.s b/libc/sysv/consts/__NR_swapon.s deleted file mode 100644 index 18a8ab780..000000000 --- a/libc/sysv/consts/__NR_swapon.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_swapon,0x00a7,0x2000055,0x0055,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_symlink.S b/libc/sysv/consts/__NR_symlink.S new file mode 100644 index 000000000..6cd47eaff --- /dev/null +++ b/libc/sysv/consts/__NR_symlink.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_symlink,0x0058,0x2000039,0x0039,0x0039,0x039,0xfff diff --git a/libc/sysv/consts/__NR_symlink.s b/libc/sysv/consts/__NR_symlink.s deleted file mode 100644 index c2c7e67af..000000000 --- a/libc/sysv/consts/__NR_symlink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_symlink,0x0058,0x2000039,0x0039,0x0039,0x039,0xfff diff --git a/libc/sysv/consts/__NR_symlinkat.S b/libc/sysv/consts/__NR_symlinkat.S new file mode 100644 index 000000000..fc5fa8bc9 --- /dev/null +++ b/libc/sysv/consts/__NR_symlinkat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_symlinkat,0x010a,0x20001da,0x01f6,0x0144,0x1d6,0xfff diff --git a/libc/sysv/consts/__NR_symlinkat.s b/libc/sysv/consts/__NR_symlinkat.s deleted file mode 100644 index 873c9bbcb..000000000 --- a/libc/sysv/consts/__NR_symlinkat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_symlinkat,0x010a,0x20001da,0x01f6,0x0144,0x1d6,0xfff diff --git a/libc/sysv/consts/__NR_sync.S b/libc/sysv/consts/__NR_sync.S new file mode 100644 index 000000000..78ee50ed5 --- /dev/null +++ b/libc/sysv/consts/__NR_sync.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sync,0x00a2,0x2000024,0x0024,0x0024,0x024,0xfff diff --git a/libc/sysv/consts/__NR_sync.s b/libc/sysv/consts/__NR_sync.s deleted file mode 100644 index ac441354a..000000000 --- a/libc/sysv/consts/__NR_sync.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sync,0x00a2,0x2000024,0x0024,0x0024,0x024,0xfff diff --git a/libc/sysv/consts/__NR_sync_file_range.S b/libc/sysv/consts/__NR_sync_file_range.S new file mode 100644 index 000000000..f8856e2c5 --- /dev/null +++ b/libc/sysv/consts/__NR_sync_file_range.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sync_file_range,0x0115,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sync_file_range.s b/libc/sysv/consts/__NR_sync_file_range.s deleted file mode 100644 index 9339bd20d..000000000 --- a/libc/sysv/consts/__NR_sync_file_range.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sync_file_range,0x0115,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_syncfs.S b/libc/sysv/consts/__NR_syncfs.S new file mode 100644 index 000000000..c61d1e3c0 --- /dev/null +++ b/libc/sysv/consts/__NR_syncfs.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_syncfs,0x0132,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_syncfs.s b/libc/sysv/consts/__NR_syncfs.s deleted file mode 100644 index 6fd1dc374..000000000 --- a/libc/sysv/consts/__NR_syncfs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_syncfs,0x0132,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sysfs.S b/libc/sysv/consts/__NR_sysfs.S new file mode 100644 index 000000000..f2d8a902c --- /dev/null +++ b/libc/sysv/consts/__NR_sysfs.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sysfs,0x008b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sysfs.s b/libc/sysv/consts/__NR_sysfs.s deleted file mode 100644 index cb972d561..000000000 --- a/libc/sysv/consts/__NR_sysfs.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sysfs,0x008b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sysinfo.S b/libc/sysv/consts/__NR_sysinfo.S new file mode 100644 index 000000000..1e993b225 --- /dev/null +++ b/libc/sysv/consts/__NR_sysinfo.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_sysinfo,0x0063,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_sysinfo.s b/libc/sysv/consts/__NR_sysinfo.s deleted file mode 100644 index 6bd266393..000000000 --- a/libc/sysv/consts/__NR_sysinfo.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_sysinfo,0x0063,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_syslog.S b/libc/sysv/consts/__NR_syslog.S new file mode 100644 index 000000000..bd7110ff9 --- /dev/null +++ b/libc/sysv/consts/__NR_syslog.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_syslog,0x0067,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_syslog.s b/libc/sysv/consts/__NR_syslog.s deleted file mode 100644 index 1a5aa853d..000000000 --- a/libc/sysv/consts/__NR_syslog.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_syslog,0x0067,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tee.S b/libc/sysv/consts/__NR_tee.S new file mode 100644 index 000000000..f806ba400 --- /dev/null +++ b/libc/sysv/consts/__NR_tee.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_tee,0x0114,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tee.s b/libc/sysv/consts/__NR_tee.s deleted file mode 100644 index 68ff503e0..000000000 --- a/libc/sysv/consts/__NR_tee.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_tee,0x0114,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tgkill.S b/libc/sysv/consts/__NR_tgkill.S new file mode 100644 index 000000000..06423f7a6 --- /dev/null +++ b/libc/sysv/consts/__NR_tgkill.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_tgkill,0x00ea,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tgkill.s b/libc/sysv/consts/__NR_tgkill.s deleted file mode 100644 index 2d48391cd..000000000 --- a/libc/sysv/consts/__NR_tgkill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_tgkill,0x00ea,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timer_create.S b/libc/sysv/consts/__NR_timer_create.S new file mode 100644 index 000000000..b03f21777 --- /dev/null +++ b/libc/sysv/consts/__NR_timer_create.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timer_create,0x00de,0xfff,0xfff,0xfff,0x0eb,0xfff diff --git a/libc/sysv/consts/__NR_timer_create.s b/libc/sysv/consts/__NR_timer_create.s deleted file mode 100644 index d61b9fa78..000000000 --- a/libc/sysv/consts/__NR_timer_create.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timer_create,0x00de,0xfff,0xfff,0xfff,0x0eb,0xfff diff --git a/libc/sysv/consts/__NR_timer_delete.S b/libc/sysv/consts/__NR_timer_delete.S new file mode 100644 index 000000000..54b50bb6b --- /dev/null +++ b/libc/sysv/consts/__NR_timer_delete.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timer_delete,0x00e2,0xfff,0xfff,0xfff,0x0ec,0xfff diff --git a/libc/sysv/consts/__NR_timer_delete.s b/libc/sysv/consts/__NR_timer_delete.s deleted file mode 100644 index 42a18398e..000000000 --- a/libc/sysv/consts/__NR_timer_delete.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timer_delete,0x00e2,0xfff,0xfff,0xfff,0x0ec,0xfff diff --git a/libc/sysv/consts/__NR_timer_getoverrun.S b/libc/sysv/consts/__NR_timer_getoverrun.S new file mode 100644 index 000000000..06fa92b8b --- /dev/null +++ b/libc/sysv/consts/__NR_timer_getoverrun.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timer_getoverrun,0x00e1,0xfff,0xfff,0xfff,0x0ef,0xfff diff --git a/libc/sysv/consts/__NR_timer_getoverrun.s b/libc/sysv/consts/__NR_timer_getoverrun.s deleted file mode 100644 index 01d51eb51..000000000 --- a/libc/sysv/consts/__NR_timer_getoverrun.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timer_getoverrun,0x00e1,0xfff,0xfff,0xfff,0x0ef,0xfff diff --git a/libc/sysv/consts/__NR_timer_gettime.S b/libc/sysv/consts/__NR_timer_gettime.S new file mode 100644 index 000000000..f704972ea --- /dev/null +++ b/libc/sysv/consts/__NR_timer_gettime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timer_gettime,0x00e0,0xfff,0xfff,0xfff,0x1bf,0xfff diff --git a/libc/sysv/consts/__NR_timer_gettime.s b/libc/sysv/consts/__NR_timer_gettime.s deleted file mode 100644 index 36db1b3e9..000000000 --- a/libc/sysv/consts/__NR_timer_gettime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timer_gettime,0x00e0,0xfff,0xfff,0xfff,0x1bf,0xfff diff --git a/libc/sysv/consts/__NR_timer_settime.S b/libc/sysv/consts/__NR_timer_settime.S new file mode 100644 index 000000000..41f87761b --- /dev/null +++ b/libc/sysv/consts/__NR_timer_settime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timer_settime,0x00df,0xfff,0xfff,0xfff,0x1be,0xfff diff --git a/libc/sysv/consts/__NR_timer_settime.s b/libc/sysv/consts/__NR_timer_settime.s deleted file mode 100644 index ee199d1fc..000000000 --- a/libc/sysv/consts/__NR_timer_settime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timer_settime,0x00df,0xfff,0xfff,0xfff,0x1be,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_create.S b/libc/sysv/consts/__NR_timerfd_create.S new file mode 100644 index 000000000..3299c7b22 --- /dev/null +++ b/libc/sysv/consts/__NR_timerfd_create.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timerfd_create,0x011b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_create.s b/libc/sysv/consts/__NR_timerfd_create.s deleted file mode 100644 index 0bf94bc62..000000000 --- a/libc/sysv/consts/__NR_timerfd_create.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timerfd_create,0x011b,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_gettime.S b/libc/sysv/consts/__NR_timerfd_gettime.S new file mode 100644 index 000000000..5672f03fc --- /dev/null +++ b/libc/sysv/consts/__NR_timerfd_gettime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timerfd_gettime,0x011f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_gettime.s b/libc/sysv/consts/__NR_timerfd_gettime.s deleted file mode 100644 index f7489c02f..000000000 --- a/libc/sysv/consts/__NR_timerfd_gettime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timerfd_gettime,0x011f,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_settime.S b/libc/sysv/consts/__NR_timerfd_settime.S new file mode 100644 index 000000000..f12543c90 --- /dev/null +++ b/libc/sysv/consts/__NR_timerfd_settime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_timerfd_settime,0x011e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_timerfd_settime.s b/libc/sysv/consts/__NR_timerfd_settime.s deleted file mode 100644 index 33d1ec3c0..000000000 --- a/libc/sysv/consts/__NR_timerfd_settime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_timerfd_settime,0x011e,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_times.S b/libc/sysv/consts/__NR_times.S new file mode 100644 index 000000000..7b30b578c --- /dev/null +++ b/libc/sysv/consts/__NR_times.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_times,0x0064,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_times.s b/libc/sysv/consts/__NR_times.s deleted file mode 100644 index cecde24ee..000000000 --- a/libc/sysv/consts/__NR_times.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_times,0x0064,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tkill.S b/libc/sysv/consts/__NR_tkill.S new file mode 100644 index 000000000..0f54ad094 --- /dev/null +++ b/libc/sysv/consts/__NR_tkill.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_tkill,0x00c8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_tkill.s b/libc/sysv/consts/__NR_tkill.s deleted file mode 100644 index 3b64fbf6e..000000000 --- a/libc/sysv/consts/__NR_tkill.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_tkill,0x00c8,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_truncate.S b/libc/sysv/consts/__NR_truncate.S new file mode 100644 index 000000000..6a054bbe4 --- /dev/null +++ b/libc/sysv/consts/__NR_truncate.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_truncate,0x004c,0x20000c8,0x01df,0x00c8,0x0c8,0xfff diff --git a/libc/sysv/consts/__NR_truncate.s b/libc/sysv/consts/__NR_truncate.s deleted file mode 100644 index ab1326906..000000000 --- a/libc/sysv/consts/__NR_truncate.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_truncate,0x004c,0x20000c8,0x01df,0x00c8,0x0c8,0xfff diff --git a/libc/sysv/consts/__NR_umask.S b/libc/sysv/consts/__NR_umask.S new file mode 100644 index 000000000..e27839537 --- /dev/null +++ b/libc/sysv/consts/__NR_umask.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_umask,0x005f,0x200003c,0x003c,0x003c,0x03c,0xfff diff --git a/libc/sysv/consts/__NR_umask.s b/libc/sysv/consts/__NR_umask.s deleted file mode 100644 index 6c40983e5..000000000 --- a/libc/sysv/consts/__NR_umask.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_umask,0x005f,0x200003c,0x003c,0x003c,0x03c,0xfff diff --git a/libc/sysv/consts/__NR_umount2.S b/libc/sysv/consts/__NR_umount2.S new file mode 100644 index 000000000..2cec10465 --- /dev/null +++ b/libc/sysv/consts/__NR_umount2.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_umount2,0x00a6,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_umount2.s b/libc/sysv/consts/__NR_umount2.s deleted file mode 100644 index 7c1281ade..000000000 --- a/libc/sysv/consts/__NR_umount2.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_umount2,0x00a6,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_uname.S b/libc/sysv/consts/__NR_uname.S new file mode 100644 index 000000000..dda2bef44 --- /dev/null +++ b/libc/sysv/consts/__NR_uname.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_uname,0x003f,0xfff,0x00a4,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_uname.s b/libc/sysv/consts/__NR_uname.s deleted file mode 100644 index 4999c1bac..000000000 --- a/libc/sysv/consts/__NR_uname.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_uname,0x003f,0xfff,0x00a4,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_unlink.S b/libc/sysv/consts/__NR_unlink.S new file mode 100644 index 000000000..aa546ad3f --- /dev/null +++ b/libc/sysv/consts/__NR_unlink.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_unlink,0x0057,0x200000a,0x000a,0x000a,0x00a,0xfff diff --git a/libc/sysv/consts/__NR_unlink.s b/libc/sysv/consts/__NR_unlink.s deleted file mode 100644 index 1a622c7a1..000000000 --- a/libc/sysv/consts/__NR_unlink.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_unlink,0x0057,0x200000a,0x000a,0x000a,0x00a,0xfff diff --git a/libc/sysv/consts/__NR_unlinkat.S b/libc/sysv/consts/__NR_unlinkat.S new file mode 100644 index 000000000..a95d6977f --- /dev/null +++ b/libc/sysv/consts/__NR_unlinkat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_unlinkat,0x0107,0x20001d8,0x01f7,0x0145,0x1d7,0xfff diff --git a/libc/sysv/consts/__NR_unlinkat.s b/libc/sysv/consts/__NR_unlinkat.s deleted file mode 100644 index 18f110d33..000000000 --- a/libc/sysv/consts/__NR_unlinkat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_unlinkat,0x0107,0x20001d8,0x01f7,0x0145,0x1d7,0xfff diff --git a/libc/sysv/consts/__NR_unshare.S b/libc/sysv/consts/__NR_unshare.S new file mode 100644 index 000000000..f82ffd63e --- /dev/null +++ b/libc/sysv/consts/__NR_unshare.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_unshare,0x0110,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_unshare.s b/libc/sysv/consts/__NR_unshare.s deleted file mode 100644 index aeb9523a2..000000000 --- a/libc/sysv/consts/__NR_unshare.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_unshare,0x0110,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_userfaultfd.S b/libc/sysv/consts/__NR_userfaultfd.S new file mode 100644 index 000000000..09a456d19 --- /dev/null +++ b/libc/sysv/consts/__NR_userfaultfd.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_userfaultfd,0x0143,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_userfaultfd.s b/libc/sysv/consts/__NR_userfaultfd.s deleted file mode 100644 index efb231c31..000000000 --- a/libc/sysv/consts/__NR_userfaultfd.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_userfaultfd,0x0143,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ustat.S b/libc/sysv/consts/__NR_ustat.S new file mode 100644 index 000000000..4267c7f1c --- /dev/null +++ b/libc/sysv/consts/__NR_ustat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_ustat,0x0088,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_ustat.s b/libc/sysv/consts/__NR_ustat.s deleted file mode 100644 index 0eacbdb47..000000000 --- a/libc/sysv/consts/__NR_ustat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_ustat,0x0088,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_utime.S b/libc/sysv/consts/__NR_utime.S new file mode 100644 index 000000000..8bdbda9a6 --- /dev/null +++ b/libc/sysv/consts/__NR_utime.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_utime,0x0084,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_utime.s b/libc/sysv/consts/__NR_utime.s deleted file mode 100644 index 99817b5a3..000000000 --- a/libc/sysv/consts/__NR_utime.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_utime,0x0084,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_utimensat.S b/libc/sysv/consts/__NR_utimensat.S new file mode 100644 index 000000000..f3350f4c7 --- /dev/null +++ b/libc/sysv/consts/__NR_utimensat.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_utimensat,0x0118,0xfff,0x0223,0x0054,0x1d3,0xfff diff --git a/libc/sysv/consts/__NR_utimensat.s b/libc/sysv/consts/__NR_utimensat.s deleted file mode 100644 index 11388605f..000000000 --- a/libc/sysv/consts/__NR_utimensat.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_utimensat,0x0118,0xfff,0x0223,0x0054,0x1d3,0xfff diff --git a/libc/sysv/consts/__NR_utimes.S b/libc/sysv/consts/__NR_utimes.S new file mode 100644 index 000000000..5bef56679 --- /dev/null +++ b/libc/sysv/consts/__NR_utimes.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_utimes,0x00eb,0x200008a,0x008a,0x004c,0x1a4,0xfff diff --git a/libc/sysv/consts/__NR_utimes.s b/libc/sysv/consts/__NR_utimes.s deleted file mode 100644 index c294060d1..000000000 --- a/libc/sysv/consts/__NR_utimes.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_utimes,0x00eb,0x200008a,0x008a,0x004c,0x1a4,0xfff diff --git a/libc/sysv/consts/__NR_vfork.S b/libc/sysv/consts/__NR_vfork.S new file mode 100644 index 000000000..6c0000cbe --- /dev/null +++ b/libc/sysv/consts/__NR_vfork.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_vfork,0x003a,0x2000042,0x0042,0x0042,0x042,0xfff diff --git a/libc/sysv/consts/__NR_vfork.s b/libc/sysv/consts/__NR_vfork.s deleted file mode 100644 index 76d2920b4..000000000 --- a/libc/sysv/consts/__NR_vfork.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_vfork,0x003a,0x2000042,0x0042,0x0042,0x042,0xfff diff --git a/libc/sysv/consts/__NR_vhangup.S b/libc/sysv/consts/__NR_vhangup.S new file mode 100644 index 000000000..ab59a97c4 --- /dev/null +++ b/libc/sysv/consts/__NR_vhangup.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_vhangup,0x0099,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_vhangup.s b/libc/sysv/consts/__NR_vhangup.s deleted file mode 100644 index 641a0fca2..000000000 --- a/libc/sysv/consts/__NR_vhangup.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_vhangup,0x0099,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_vmsplice.S b/libc/sysv/consts/__NR_vmsplice.S new file mode 100644 index 000000000..624b0f79c --- /dev/null +++ b/libc/sysv/consts/__NR_vmsplice.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_vmsplice,0x0116,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_vmsplice.s b/libc/sysv/consts/__NR_vmsplice.s deleted file mode 100644 index 51d9a3bcb..000000000 --- a/libc/sysv/consts/__NR_vmsplice.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_vmsplice,0x0116,0xfff,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_wait4.S b/libc/sysv/consts/__NR_wait4.S new file mode 100644 index 000000000..bdeecb551 --- /dev/null +++ b/libc/sysv/consts/__NR_wait4.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_wait4,0x003d,0x2000007,0x0007,0x000b,0x1c1,0xfff diff --git a/libc/sysv/consts/__NR_wait4.s b/libc/sysv/consts/__NR_wait4.s deleted file mode 100644 index 33ea55d74..000000000 --- a/libc/sysv/consts/__NR_wait4.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_wait4,0x003d,0x2000007,0x0007,0x000b,0x1c1,0xfff diff --git a/libc/sysv/consts/__NR_waitid.S b/libc/sysv/consts/__NR_waitid.S new file mode 100644 index 000000000..7af45d44c --- /dev/null +++ b/libc/sysv/consts/__NR_waitid.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_waitid,0x00f7,0x20000ad,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_waitid.s b/libc/sysv/consts/__NR_waitid.s deleted file mode 100644 index 3b872b279..000000000 --- a/libc/sysv/consts/__NR_waitid.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_waitid,0x00f7,0x20000ad,0xfff,0xfff,0xfff,0xfff diff --git a/libc/sysv/consts/__NR_write.S b/libc/sysv/consts/__NR_write.S new file mode 100644 index 000000000..c2773b80e --- /dev/null +++ b/libc/sysv/consts/__NR_write.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_write,0x0001,0x2000004,0x0004,0x0004,0x004,0xfff diff --git a/libc/sysv/consts/__NR_write.s b/libc/sysv/consts/__NR_write.s deleted file mode 100644 index 226fd1efc..000000000 --- a/libc/sysv/consts/__NR_write.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_write,0x0001,0x2000004,0x0004,0x0004,0x004,0xfff diff --git a/libc/sysv/consts/__NR_writev.S b/libc/sysv/consts/__NR_writev.S new file mode 100644 index 000000000..c233e3c57 --- /dev/null +++ b/libc/sysv/consts/__NR_writev.S @@ -0,0 +1,2 @@ +#include "libc/sysv/consts/syscon.internal.h" +.syscon nr,__NR_writev,0x0014,0x2000079,0x0079,0x0079,0x079,0xfff diff --git a/libc/sysv/consts/__NR_writev.s b/libc/sysv/consts/__NR_writev.s deleted file mode 100644 index 890ce0bff..000000000 --- a/libc/sysv/consts/__NR_writev.s +++ /dev/null @@ -1,2 +0,0 @@ -.include "o/libc/sysv/consts/syscon.internal.inc" -.syscon nr,__NR_writev,0x0014,0x2000079,0x0079,0x0079,0x079,0xfff diff --git a/libc/sysv/consts/syscon.internal.h b/libc/sysv/consts/syscon.internal.h index 5d953f861..8478222a1 100644 --- a/libc/sysv/consts/syscon.internal.h +++ b/libc/sysv/consts/syscon.internal.h @@ -21,6 +21,8 @@ /* clang-format off */ .macro .syscon group:req name:req linux:req xnu:req freebsd:req openbsd:req netbsd:req windows:req + +#ifdef __x86_64__ .yoink _init_systemfive .section .piro.bss.sort.syscon.2.\group\().\name,"aw",@nobits @@ -64,4 +66,12 @@ .previous #endif +#else + .section .rodata,"a",@progbits + .balign 8 +\name: .quad \linux + .endobj \name,globl + .previous +#endif /* __x86_64__ */ + .endm diff --git a/libc/sysv/errfuns.h b/libc/sysv/errfuns.h index c1582b536..96d363ea7 100644 --- a/libc/sysv/errfuns.h +++ b/libc/sysv/errfuns.h @@ -1,6 +1,7 @@ #ifndef COSMOPOLITAN_LIBC_SYSV_ERRFUNS_H_ #define COSMOPOLITAN_LIBC_SYSV_ERRFUNS_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) +#ifdef __x86_64__ /** * @fileoverview Optimized error return paths. @@ -295,5 +296,664 @@ intptr_t ehwpoison(void) relegated; #define ehwpoison() __ERRFUN("ehwpoison") #endif +#else +#include "libc/errno.h" + +static inline intptr_t einval(void) { + errno = EINVAL; + return -1; +} + +static inline intptr_t eperm(void) { + errno = EPERM; + return -1; +} + +static inline intptr_t enoent(void) { + errno = ENOENT; + return -1; +} + +static inline intptr_t esrch(void) { + errno = ESRCH; + return -1; +} + +static inline intptr_t eintr(void) { + errno = EINTR; + return -1; +} + +static inline intptr_t eio(void) { + errno = EIO; + return -1; +} + +static inline intptr_t enxio(void) { + errno = ENXIO; + return -1; +} + +static inline intptr_t e2big(void) { + errno = E2BIG; + return -1; +} + +static inline intptr_t enoexec(void) { + errno = ENOEXEC; + return -1; +} + +static inline intptr_t ebadf(void) { + errno = EBADF; + return -1; +} + +static inline intptr_t echild(void) { + errno = ECHILD; + return -1; +} + +static inline intptr_t eagain(void) { + errno = EAGAIN; + return -1; +} + +static inline intptr_t enomem(void) { + errno = ENOMEM; + return -1; +} + +static inline intptr_t eacces(void) { + errno = EACCES; + return -1; +} + +static inline intptr_t efault(void) { + errno = EFAULT; + return -1; +} + +static inline intptr_t enotblk(void) { + errno = ENOTBLK; + return -1; +} + +static inline intptr_t ebusy(void) { + errno = EBUSY; + return -1; +} + +static inline intptr_t eexist(void) { + errno = EEXIST; + return -1; +} + +static inline intptr_t exdev(void) { + errno = EXDEV; + return -1; +} + +static inline intptr_t enodev(void) { + errno = ENODEV; + return -1; +} + +static inline intptr_t enotdir(void) { + errno = ENOTDIR; + return -1; +} + +static inline intptr_t eisdir(void) { + errno = EISDIR; + return -1; +} + +static inline intptr_t enfile(void) { + errno = ENFILE; + return -1; +} + +static inline intptr_t emfile(void) { + errno = EMFILE; + return -1; +} + +static inline intptr_t enotty(void) { + errno = ENOTTY; + return -1; +} + +static inline intptr_t enotsup(void) { + errno = ENOTSUP; + return -1; +} + +static inline intptr_t etxtbsy(void) { + errno = ETXTBSY; + return -1; +} + +static inline intptr_t efbig(void) { + errno = EFBIG; + return -1; +} + +static inline intptr_t enospc(void) { + errno = ENOSPC; + return -1; +} + +static inline intptr_t espipe(void) { + errno = ESPIPE; + return -1; +} + +static inline intptr_t erofs(void) { + errno = EROFS; + return -1; +} + +static inline intptr_t emlink(void) { + errno = EMLINK; + return -1; +} + +static inline intptr_t epipe(void) { + errno = EPIPE; + return -1; +} + +static inline intptr_t edom(void) { + errno = EDOM; + return -1; +} + +static inline intptr_t erange(void) { + errno = ERANGE; + return -1; +} + +static inline intptr_t edeadlk(void) { + errno = EDEADLK; + return -1; +} + +static inline intptr_t enametoolong(void) { + errno = ENAMETOOLONG; + return -1; +} + +static inline intptr_t enolck(void) { + errno = ENOLCK; + return -1; +} + +static inline intptr_t enosys(void) { + errno = ENOSYS; + return -1; +} + +static inline intptr_t enotempty(void) { + errno = ENOTEMPTY; + return -1; +} + +static inline intptr_t eloop(void) { + errno = ELOOP; + return -1; +} + +static inline intptr_t enomsg(void) { + errno = ENOMSG; + return -1; +} + +static inline intptr_t eidrm(void) { + errno = EIDRM; + return -1; +} + +static inline intptr_t echrng(void) { + errno = ECHRNG; + return -1; +} + +static inline intptr_t el2nsync(void) { + errno = EL2NSYNC; + return -1; +} + +static inline intptr_t el3hlt(void) { + errno = EL3HLT; + return -1; +} + +static inline intptr_t el3rst(void) { + errno = EL3RST; + return -1; +} + +static inline intptr_t elnrng(void) { + errno = ELNRNG; + return -1; +} + +static inline intptr_t eunatch(void) { + errno = EUNATCH; + return -1; +} + +static inline intptr_t enocsi(void) { + errno = ENOCSI; + return -1; +} + +static inline intptr_t el2hlt(void) { + errno = EL2HLT; + return -1; +} + +static inline intptr_t ebade(void) { + errno = EBADE; + return -1; +} + +static inline intptr_t ebadr(void) { + errno = EBADR; + return -1; +} + +static inline intptr_t exfull(void) { + errno = EXFULL; + return -1; +} + +static inline intptr_t enoano(void) { + errno = ENOANO; + return -1; +} + +static inline intptr_t ebadrqc(void) { + errno = EBADRQC; + return -1; +} + +static inline intptr_t ebadslt(void) { + errno = EBADSLT; + return -1; +} + +static inline intptr_t enostr(void) { + errno = ENOSTR; + return -1; +} + +static inline intptr_t enodata(void) { + errno = ENODATA; + return -1; +} + +static inline intptr_t etime(void) { + errno = ETIME; + return -1; +} + +static inline intptr_t enosr(void) { + errno = ENOSR; + return -1; +} + +static inline intptr_t enonet(void) { + errno = ENONET; + return -1; +} + +static inline intptr_t enopkg(void) { + errno = ENOPKG; + return -1; +} + +static inline intptr_t eremote(void) { + errno = EREMOTE; + return -1; +} + +static inline intptr_t enolink(void) { + errno = ENOLINK; + return -1; +} + +static inline intptr_t eadv(void) { + errno = EADV; + return -1; +} + +static inline intptr_t esrmnt(void) { + errno = ESRMNT; + return -1; +} + +static inline intptr_t ecomm(void) { + errno = ECOMM; + return -1; +} + +static inline intptr_t eproto(void) { + errno = EPROTO; + return -1; +} + +static inline intptr_t emultihop(void) { + errno = EMULTIHOP; + return -1; +} + +static inline intptr_t edotdot(void) { + errno = EDOTDOT; + return -1; +} + +static inline intptr_t ebadmsg(void) { + errno = EBADMSG; + return -1; +} + +static inline intptr_t eoverflow(void) { + errno = EOVERFLOW; + return -1; +} + +static inline intptr_t enotuniq(void) { + errno = ENOTUNIQ; + return -1; +} + +static inline intptr_t ebadfd(void) { + errno = EBADFD; + return -1; +} + +static inline intptr_t eremchg(void) { + errno = EREMCHG; + return -1; +} + +static inline intptr_t elibacc(void) { + errno = ELIBACC; + return -1; +} + +static inline intptr_t elibbad(void) { + errno = ELIBBAD; + return -1; +} + +static inline intptr_t elibscn(void) { + errno = ELIBSCN; + return -1; +} + +static inline intptr_t elibmax(void) { + errno = ELIBMAX; + return -1; +} + +static inline intptr_t elibexec(void) { + errno = ELIBEXEC; + return -1; +} + +static inline intptr_t eilseq(void) { + errno = EILSEQ; + return -1; +} + +static inline intptr_t erestart(void) { + errno = ERESTART; + return -1; +} + +static inline intptr_t estrpipe(void) { + errno = ESTRPIPE; + return -1; +} + +static inline intptr_t eusers(void) { + errno = EUSERS; + return -1; +} + +static inline intptr_t enotsock(void) { + errno = ENOTSOCK; + return -1; +} + +static inline intptr_t edestaddrreq(void) { + errno = EDESTADDRREQ; + return -1; +} + +static inline intptr_t emsgsize(void) { + errno = EMSGSIZE; + return -1; +} + +static inline intptr_t eprototype(void) { + errno = EPROTOTYPE; + return -1; +} + +static inline intptr_t enoprotoopt(void) { + errno = ENOPROTOOPT; + return -1; +} + +static inline intptr_t eprotonosupport(void) { + errno = EPROTONOSUPPORT; + return -1; +} + +static inline intptr_t esocktnosupport(void) { + errno = ESOCKTNOSUPPORT; + return -1; +} + +static inline intptr_t eopnotsupp(void) { + errno = EOPNOTSUPP; + return -1; +} + +static inline intptr_t epfnosupport(void) { + errno = EPFNOSUPPORT; + return -1; +} + +static inline intptr_t eafnosupport(void) { + errno = EAFNOSUPPORT; + return -1; +} + +static inline intptr_t eaddrinuse(void) { + errno = EADDRINUSE; + return -1; +} + +static inline intptr_t eaddrnotavail(void) { + errno = EADDRNOTAVAIL; + return -1; +} + +static inline intptr_t enetdown(void) { + errno = ENETDOWN; + return -1; +} + +static inline intptr_t enetunreach(void) { + errno = ENETUNREACH; + return -1; +} + +static inline intptr_t enetreset(void) { + errno = ENETRESET; + return -1; +} + +static inline intptr_t econnaborted(void) { + errno = ECONNABORTED; + return -1; +} + +static inline intptr_t econnreset(void) { + errno = ECONNRESET; + return -1; +} + +static inline intptr_t enobufs(void) { + errno = ENOBUFS; + return -1; +} + +static inline intptr_t eisconn(void) { + errno = EISCONN; + return -1; +} + +static inline intptr_t enotconn(void) { + errno = ENOTCONN; + return -1; +} + +static inline intptr_t eshutdown(void) { + errno = ESHUTDOWN; + return -1; +} + +static inline intptr_t etoomanyrefs(void) { + errno = ETOOMANYREFS; + return -1; +} + +static inline intptr_t etimedout(void) { + errno = ETIMEDOUT; + return -1; +} + +static inline intptr_t econnrefused(void) { + errno = ECONNREFUSED; + return -1; +} + +static inline intptr_t ehostdown(void) { + errno = EHOSTDOWN; + return -1; +} + +static inline intptr_t ehostunreach(void) { + errno = EHOSTUNREACH; + return -1; +} + +static inline intptr_t ealready(void) { + errno = EALREADY; + return -1; +} + +static inline intptr_t einprogress(void) { + errno = EINPROGRESS; + return -1; +} + +static inline intptr_t estale(void) { + errno = ESTALE; + return -1; +} + +static inline intptr_t euclean(void) { + errno = EUCLEAN; + return -1; +} + +static inline intptr_t enotnam(void) { + errno = ENOTNAM; + return -1; +} + +static inline intptr_t enavail(void) { + errno = ENAVAIL; + return -1; +} + +static inline intptr_t eisnam(void) { + errno = EISNAM; + return -1; +} + +static inline intptr_t eremoteio(void) { + errno = EREMOTEIO; + return -1; +} + +static inline intptr_t edquot(void) { + errno = EDQUOT; + return -1; +} + +static inline intptr_t enomedium(void) { + errno = ENOMEDIUM; + return -1; +} + +static inline intptr_t emediumtype(void) { + errno = EMEDIUMTYPE; + return -1; +} + +static inline intptr_t ecanceled(void) { + errno = ECANCELED; + return -1; +} + +static inline intptr_t enokey(void) { + errno = ENOKEY; + return -1; +} + +static inline intptr_t ekeyexpired(void) { + errno = EKEYEXPIRED; + return -1; +} + +static inline intptr_t ekeyrevoked(void) { + errno = EKEYREVOKED; + return -1; +} + +static inline intptr_t ekeyrejected(void) { + errno = EKEYREJECTED; + return -1; +} + +static inline intptr_t eownerdead(void) { + errno = EOWNERDEAD; + return -1; +} + +static inline intptr_t enotrecoverable(void) { + errno = ENOTRECOVERABLE; + return -1; +} + +static inline intptr_t erfkill(void) { + errno = ERFKILL; + return -1; +} + +static inline intptr_t ehwpoison(void) { + errno = EHWPOISON; + return -1; +} + +#endif /* __x86_64__ */ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_LIBC_SYSV_ERRFUNS_H_ */ diff --git a/libc/sysv/gen.sh b/libc/sysv/gen.sh index d99f1b737..bda22c119 100644 --- a/libc/sysv/gen.sh +++ b/libc/sysv/gen.sh @@ -35,12 +35,12 @@ syscon() { EXT=".s" fi { - echo ".include \"o/libc/sysv/consts/syscon.internal.inc\"" + echo "#include \"libc/sysv/consts/syscon.internal.h\"" echo ".syscon" "$*" if [ -f "libc/sysv/dos2errno/${2/$/-}.S" ]; then echo ".yoink kDos2Errno.${2/$/-}" fi - } >"$dir/${2/$/-}.s" + } >"$dir/${2/$/-}.S" } sysstr() { diff --git a/libc/sysv/restorert.S b/libc/sysv/restorert.S index 19ed577bf..511d6aee1 100644 --- a/libc/sysv/restorert.S +++ b/libc/sysv/restorert.S @@ -25,9 +25,9 @@ __restore_bt: nop .endfn __restore_bt,globl,hidden nop # gap so that __get_symbol(st, addr - 1) fails - .align 16 + .balign 16 __restore_rt: # @see gdb/amd64-linux-tdep.c mov $__NR_linux_sigreturn,%rax # [sic] syscall - .align 16 + .balign 16 .endfn __restore_rt,globl,hidden diff --git a/libc/sysv/syscount.S b/libc/sysv/syscount.S index 5e14eb44f..a013d5b6c 100644 --- a/libc/sysv/syscount.S +++ b/libc/sysv/syscount.S @@ -25,7 +25,7 @@ // note wrappers may still short circuit calls sometimes, which // wouldn't impact this counter. .bss - .align 8 + .balign 8 __syscount: .quad 0 .endobj __syscount,globl diff --git a/libc/sysv/systemfive.S b/libc/sysv/systemfive.S index 6359e2481..c028386cb 100644 --- a/libc/sysv/systemfive.S +++ b/libc/sysv/systemfive.S @@ -460,7 +460,7 @@ _init_systemfive_done: // @see libc/sysv/consts.sh // @see libc/sysv/consts/syscon_h .section .piro.bss.sort.syscon.1,"aw",@nobits - .align 8 + .balign 8 syscon_start:/* ...decentralized quadwords... */.previous @@ -473,7 +473,7 @@ syscon_end: .globl syscon_end #if SupportsLinux() || SupportsMetal() .section .sort.rodata.syscon.linux.1,"a",@progbits - .align 1 + .balign 1 syscon_linux:/* ...decentralized leb128... */.previous @@ -482,7 +482,7 @@ syscon_linux:/* #endif #if SupportsXnu() .section .sort.rodata.syscon.xnu.1,"a",@progbits - .align 1 + .balign 1 syscon_xnu:/* ...decentralized leb128... */.previous @@ -491,7 +491,7 @@ syscon_xnu:/* #endif #if SupportsFreebsd() .section .sort.rodata.syscon.freebsd.1,"a",@progbits - .align 1 + .balign 1 syscon_freebsd:/* ...decentralized leb128... */.previous @@ -500,7 +500,7 @@ syscon_freebsd:/* #endif #if SupportsOpenbsd() .section .sort.rodata.syscon.openbsd.1,"a",@progbits - .align 1 + .balign 1 syscon_openbsd:/* ...decentralized leb128... */.previous @@ -509,7 +509,7 @@ syscon_openbsd:/* #endif #if SupportsNetbsd() .section .sort.rodata.syscon.netbsd.1,"a",@progbits - .align 1 + .balign 1 syscon_netbsd:/* ...decentralized leb128... */.previous @@ -518,7 +518,7 @@ syscon_netbsd:/* #endif #if SupportsWindows() .section .sort.rodata.syscon.windows.1,"a",@progbits - .align 1 + .balign 1 syscon_windows:/* ...decentralized leb128... */.previous diff --git a/libc/sysv/sysv.mk b/libc/sysv/sysv.mk index bb7578485..9efdc9da1 100644 --- a/libc/sysv/sysv.mk +++ b/libc/sysv/sysv.mk @@ -69,16 +69,6 @@ $(LIBC_SYSV_A).pkg: \ $(LIBC_SYSV_A_OBJS) \ $(foreach x,$(LIBC_SYSV_A_DIRECTDEPS),$($(x)_A).pkg) -$(LIBC_SYSV_A_OBJS): \ - o/libc/sysv/consts/syscon.internal.inc - -o/libc/sysv/consts/syscon.internal.inc: \ - libc/sysv/consts/syscon.internal.h \ - libc/macros.internal.h \ - libc/dce.h \ - libc/intrin/asancodes.h \ - ape/relocations.h - o/libc/sysv/macros.internal.inc: \ libc/sysv/macros.internal.h \ libc/macros.internal.h @@ -145,5 +135,13 @@ $(LIBC_SYSV_MACHCALLS_A_OBJS): \ #─────────────────────────────────────────────────────────────────────────────── +# let aarch64 compile these +o/$(MODE)/libc/sysv/consts/%.o: libc/sysv/consts/%.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) $< +o/$(MODE)/libc/sysv/dos2errno/%.o: libc/sysv/dos2errno/%.S + @$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) $< + +#─────────────────────────────────────────────────────────────────────────────── + .PHONY: o/$(MODE)/libc/sysv o/$(MODE)/libc/sysv: $(LIBC_SYSV_CHECKS) diff --git a/libc/testlib/bench.S b/libc/testlib/bench.S index 8aaca6710..251921d56 100644 --- a/libc/testlib/bench.S +++ b/libc/testlib/bench.S @@ -28,7 +28,7 @@ .globl __bench_start,__bench_end .hidden __bench_start,__bench_end .byte 0 - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __bench_start: .previous/* diff --git a/libc/testlib/blocktronics.S b/libc/testlib/blocktronics.S index 2bbf3ee6c..38b4cac53 100644 --- a/libc/testlib/blocktronics.S +++ b/libc/testlib/blocktronics.S @@ -27,7 +27,7 @@ kBlocktronics: .endobj kBlocktronics,globl .overrun - .align 8 + .balign 8 kBlocktronicsSize: .quad 1b-0b .endobj kBlocktronicsSize,globl diff --git a/libc/testlib/combo.S b/libc/testlib/combo.S index c78adbd6b..2747143ae 100644 --- a/libc/testlib/combo.S +++ b/libc/testlib/combo.S @@ -27,7 +27,7 @@ .globl __combo_start,__combo_end .hidden __combo_start,__combo_end .byte 0 - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __combo_start: .previous/* diff --git a/libc/testlib/fixture.S b/libc/testlib/fixture.S index 68ba56c38..3e703bc6b 100644 --- a/libc/testlib/fixture.S +++ b/libc/testlib/fixture.S @@ -27,7 +27,7 @@ .globl __fixture_start,__fixture_end .hidden __fixture_start,__fixture_end .byte 0 - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __fixture_start: .previous/* diff --git a/libc/testlib/hyperion.S b/libc/testlib/hyperion.S index 4e2b1c42e..351260d8c 100644 --- a/libc/testlib/hyperion.S +++ b/libc/testlib/hyperion.S @@ -27,7 +27,7 @@ kHyperion: .endobj kHyperion,globl .overrun - .align 8 + .balign 8 kHyperionSize: .quad 1b-0b .endobj kHyperionSize,globl diff --git a/libc/testlib/moby.S b/libc/testlib/moby.S index 62d04645e..a48761644 100644 --- a/libc/testlib/moby.S +++ b/libc/testlib/moby.S @@ -27,7 +27,7 @@ kMoby: .endobj kMoby,globl .overrun - .align 8 + .balign 8 kMobySize: .quad 1b-0b .endobj kMobySize,globl diff --git a/libc/testlib/testcase.S b/libc/testlib/testcase.S index b74bc0a90..e1246b98c 100644 --- a/libc/testlib/testcase.S +++ b/libc/testlib/testcase.S @@ -27,7 +27,7 @@ .globl __testcase_start,__testcase_end .hidden __testcase_start,__testcase_end .byte 0 - .align __SIZEOF_POINTER__ + .balign __SIZEOF_POINTER__ .underrun __testcase_start: .previous/* diff --git a/libc/testlib/viewables.S b/libc/testlib/viewables.S index 4b793452e..c40ce56bb 100644 --- a/libc/testlib/viewables.S +++ b/libc/testlib/viewables.S @@ -27,7 +27,7 @@ kViewables: .endobj kViewables,globl .overrun - .align 8 + .balign 8 kViewablesSize: .quad 1b-0b .endobj kViewablesSize,globl diff --git a/libc/thread/tls.h b/libc/thread/tls.h index e9a604cc5..10a320222 100644 --- a/libc/thread/tls.h +++ b/libc/thread/tls.h @@ -45,6 +45,7 @@ extern unsigned __tls_index; void __require_tls(void); void __set_tls(struct CosmoTib *); +#ifdef __x86_64__ /** * Returns location of thread information block. * @@ -56,6 +57,9 @@ void __set_tls(struct CosmoTib *); asm("mov\t%%fs:0,%0" : "=r"(_t) : /* no inputs */ : "memory"); \ _t; \ }) +#else +#define __get_tls() ((struct CosmoTib *)__builtin_thread_pointer()) +#endif COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ diff --git a/libc/thread/tls2.h b/libc/thread/tls2.h index 89832373b..8898c0f29 100644 --- a/libc/thread/tls2.h +++ b/libc/thread/tls2.h @@ -36,6 +36,10 @@ static noasan inline void __set_tls_win32(void *tls) { asm("mov\t%1,%%gs:%0" : "=m"(*((long *)0x1480 + __tls_index)) : "r"(tls)); } +#elif defined(__aarch64__) +#define __get_tls_privileged() ((struct CosmoTib *)__builtin_thread_pointer()) +#define __get_tls_win32() ((struct CosmoTib *)0) +#define __set_tls_win32(tls) (void)0 #endif /* GNU x86-64 */ COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ diff --git a/third_party/lz4cli/bench.c b/third_party/lz4cli/bench.c index 00874389f..48ba7a701 100644 --- a/third_party/lz4cli/bench.c +++ b/third_party/lz4cli/bench.c @@ -43,7 +43,6 @@ #include "libc/stdio/stdio.h" /* fprintf, fopen, ftello */ #include "libc/time/time.h" /* clock_t, clock, CLOCKS_PER_SEC */ #include "libc/assert.h" -#include "libc/intrin/initializer.internal.h" #include "libc/runtime/runtime.h" /* assert */ #include "third_party/lz4cli/datagen.h" /* RDG_genBuffer */ @@ -99,8 +98,7 @@ static U32 g_displayLevel = 2; /* 0 : no display; 1: errors; 2 : + result { g_time = clock(); DISPLAY(__VA_ARGS__); \ if (g_displayLevel>=4) fflush(stdout); } } static clock_t g_time = 0; -static clock_t refreshRate; -INITIALIZER(300, _init_refreshRate1, { refreshRate = CLOCKS_PER_SEC * 15 / 100; }); +static clock_t refreshRate = CLOCKS_PER_SEC * 15 / 100; /* ************************************* diff --git a/third_party/lz4cli/lz4io.c b/third_party/lz4cli/lz4io.c index 0d1c7323b..8934ccae9 100644 --- a/third_party/lz4cli/lz4io.c +++ b/third_party/lz4cli/lz4io.c @@ -54,7 +54,6 @@ #include "third_party/lz4cli/lz4hc.h" /* still required for legacy format */ #define LZ4F_STATIC_LINKING_ONLY #include "libc/runtime/runtime.h" -#include "libc/intrin/initializer.internal.h" #include "third_party/lz4cli/lz4frame.h" @@ -99,8 +98,7 @@ static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result if (g_displayLevel>=4) fflush(stderr); \ } } static clock_t g_time = 0; -static clock_t refreshRate; -INITIALIZER(300, _init_refreshRate2, { refreshRate = CLOCKS_PER_SEC * 6; }); +static clock_t refreshRate = CLOCKS_PER_SEC * 6; /************************************** diff --git a/third_party/stb/ycbcr-sse2.S b/third_party/stb/ycbcr-sse2.S index 9c0e495aa..e67d65a7e 100644 --- a/third_party/stb/ycbcr-sse2.S +++ b/third_party/stb/ycbcr-sse2.S @@ -18,7 +18,7 @@ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/macros.internal.h" - .align 16 + .balign 16 stbi__YCbCr_to_RGB_row$sse2: .leafprologue .profilable @@ -32,7 +32,7 @@ stbi__YCbCr_to_RGB_row$sse2: movdqa 5f(%rip),%xmm10 movdqa 6f(%rip),%xmm4 movdqa 7f(%rip),%xmm5 - .align 16 + .balign 16 0: movq (%rsi,%rax),%xmm6 movq (%rcx,%rax),%xmm7 movq (%rdx,%rax),%xmm1 diff --git a/third_party/vqsort/vqsort_i32a.S b/third_party/vqsort/vqsort_i32a.S index 24b3b5d2f..92b01bf73 100644 --- a/third_party/vqsort/vqsort_i32a.S +++ b/third_party/vqsort/vqsort_i32a.S @@ -23958,7 +23958,7 @@ vqsort_int32_sse2: .hidden _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -23982,7 +23982,7 @@ _ZZN3hwy6N_SSE26detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Z .hidden _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array .weak _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array .section .rodata._ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array,"aG",@progbits,_ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array, @object .size _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array, 1024 _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array: @@ -24245,7 +24245,7 @@ _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_ .hidden _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -24269,7 +24269,7 @@ _ZZN3hwy6N_SSE46detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Z .hidden _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -24293,7 +24293,7 @@ _ZZN3hwy7N_SSSE36detail21IndicesFromNotBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4 .hidden _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -24317,7 +24317,7 @@ _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zero .hidden _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array .weak _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array .section .rodata._ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array,"aG",@progbits,_ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array, @object .size _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array, 1024 _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_array: @@ -24580,7 +24580,7 @@ _ZZN3hwy6N_AVX26detail18IndicesFromBits256IiLPv0EEENS0_6Vec256IjEEmE12packed_arr .hidden _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -24604,7 +24604,7 @@ _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zero .hidden _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 256 _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -24627,7 +24627,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .ascii "\001\002\003\004\005\006\007\b\t\n\013\f\r\016\017" .set .LC0,.LC3 .section .rodata - .align 64 + .balign 64 .LC1: .long 7 .long 6 @@ -24645,7 +24645,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .long 10 .long 9 .long 8 - .align 64 + .balign 64 .LC2: .long 15 .long 14 @@ -24664,7 +24664,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .long 1 .long 0 .section .rodata.cst32,"aM",@progbits,32 - .align 32 + .balign 32 .LC3: .long 0 .long 1 @@ -24678,7 +24678,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .set .LC5,.LC8 .set .LC6,.LC9 .section .rodata - .align 64 + .balign 64 .LC8: .long -2147483648 .long -2147483648 @@ -24696,7 +24696,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .long -2147483648 .long -2147483648 .long -2147483648 - .align 64 + .balign 64 .LC9: .long 2147483647 .long 2147483647 @@ -24720,7 +24720,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIiLm4ELi0EEELPv0EEEDTcl4Zer .set .LC15,.LC8 .set .LC16,.LC9 .section .rodata.cst32 - .align 32 + .balign 32 .LC17: .long 0 .long 4 diff --git a/third_party/vqsort/vqsort_i64a.S b/third_party/vqsort/vqsort_i64a.S index 515bb7e10..3c4f07aef 100644 --- a/third_party/vqsort/vqsort_i64a.S +++ b/third_party/vqsort/vqsort_i64a.S @@ -22787,7 +22787,7 @@ vqsort_int64_sse2: .hidden _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices .weak _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices .section .rodata._ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices,"aG",@progbits,_ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices,comdat - .align 32 + .balign 32 .type _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices, @object .size _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices, 512 _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices: @@ -22920,7 +22920,7 @@ _ZZN3hwy6N_AVX26detail21IndicesFromNotBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_ind .long 14 .long 15 .section .rodata._ZZN3hwy6N_AVX3L11CompressNotIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array,"a" - .align 16 + .balign 16 .type _ZZN3hwy6N_AVX3L11CompressNotIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array, @object .size _ZZN3hwy6N_AVX3L11CompressNotIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array, 2048 _ZZN3hwy6N_AVX3L11CompressNotIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array: @@ -23184,7 +23184,7 @@ _ZZN3hwy6N_AVX3L11CompressNotIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12pa .hidden _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 64 _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -23194,7 +23194,7 @@ _ZZN3hwy6N_SSE26detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4Zero .string "\001\002\003\004\005\006\007" .ascii "\001\002\003\004\005\006\007\b\t\n\013\f\r\016\017" .section .rodata._ZZN3hwy11N_AVX3_ZEN4L8CompressIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array,"a" - .align 16 + .balign 16 .type _ZZN3hwy11N_AVX3_ZEN4L8CompressIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array, @object .size _ZZN3hwy11N_AVX3_ZEN4L8CompressIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array, 2048 _ZZN3hwy11N_AVX3_ZEN4L8CompressIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12packed_array: @@ -23457,7 +23457,7 @@ _ZZN3hwy11N_AVX3_ZEN4L8CompressIlLPv0EEENS0_6Vec512IT_EES5_NS0_7Mask512IS4_EEE12 .hidden _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices .weak _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices .section .rodata._ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices,"aG",@progbits,_ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices,comdat - .align 32 + .balign 32 .type _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices, @object .size _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices, 512 _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indices: @@ -23592,7 +23592,7 @@ _ZZN3hwy6N_AVX26detail18IndicesFromBits256IlLPv0EEENS0_6Vec256IjEEmE11u32_indice .hidden _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 64 _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -23604,7 +23604,7 @@ _ZZN3hwy6N_SSE46detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4Zero .hidden _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .weak _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices .section .rodata._ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,"aG",@progbits,_ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices,comdat - .align 16 + .balign 16 .type _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, @object .size _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices, 64 _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4ZerocvT__EEES6_mE10u8_indices: @@ -23614,7 +23614,7 @@ _ZZN3hwy7N_SSSE36detail18IndicesFromBits128INS0_4SimdIlLm2ELi0EEELPv0EEEDTcl4Zer .string "\001\002\003\004\005\006\007" .ascii "\001\002\003\004\005\006\007\b\t\n\013\f\r\016\017" .section .bss._ZZN3hwy17GetGeneratorStateEvE5state,"aw",@nobits - .align 16 + .balign 16 .type _ZZN3hwy17GetGeneratorStateEvE5state, @object .size _ZZN3hwy17GetGeneratorStateEvE5state, 24 _ZZN3hwy17GetGeneratorStateEvE5state: @@ -23622,7 +23622,7 @@ _ZZN3hwy17GetGeneratorStateEvE5state: .set .LC0,.LC3 .set .LC1,.LC3 .section .rodata - .align 64 + .balign 64 .LC2: .quad 7 .quad 6 @@ -23633,7 +23633,7 @@ _ZZN3hwy17GetGeneratorStateEvE5state: .quad 1 .quad 0 .section .rodata.cst32,"aM",@progbits,32 - .align 32 + .balign 32 .LC3: .quad 0 .quad 1 @@ -23643,7 +23643,7 @@ _ZZN3hwy17GetGeneratorStateEvE5state: .set .LC5,.LC8 .set .LC6,.LC7 .section .rodata - .align 64 + .balign 64 .LC7: .quad 9223372036854775807 .quad 9223372036854775807 @@ -23653,7 +23653,7 @@ _ZZN3hwy17GetGeneratorStateEvE5state: .quad 9223372036854775807 .quad 9223372036854775807 .quad 9223372036854775807 - .align 64 + .balign 64 .LC8: .quad -9223372036854775808 .quad -9223372036854775808 @@ -23663,7 +23663,7 @@ _ZZN3hwy17GetGeneratorStateEvE5state: .quad -9223372036854775808 .quad -9223372036854775808 .quad -9223372036854775808 - .align 64 + .balign 64 .LC9: .quad 0 .quad 4 diff --git a/tool/build/lib/errnos.S b/tool/build/lib/errnos.S index 7f09f1759..0cc9e3307 100644 --- a/tool/build/lib/errnos.S +++ b/tool/build/lib/errnos.S @@ -28,7 +28,7 @@ // // @see libc/sysv/systemfive.S .rodata - .align 4 + .balign 4 kLinuxErrnos: .e EPERM,1 .e ENOENT,2 diff --git a/tool/viz/lib/perlin3.c b/tool/viz/lib/perlin3.c index 1e08e32f5..136936630 100644 --- a/tool/viz/lib/perlin3.c +++ b/tool/viz/lib/perlin3.c @@ -17,7 +17,6 @@ │ PERFORMANCE OF THIS SOFTWARE. │ ╚─────────────────────────────────────────────────────────────────────────────*/ #include "libc/intrin/bits.h" -#include "libc/intrin/initializer.internal.h" #include "libc/macros.internal.h" #include "libc/math.h" #include "tool/viz/lib/graphic.h" @@ -97,12 +96,10 @@ static const uint8_t kPerm[] = { 180, }; -static nooptimize textstartup void init(void) { +__attribute__((__constructor__)) static void init(void) { unsigned i; for (i = 0; i < 256; ++i) { perm[i] = kPerm[i]; perm[i + 256] = kPerm[i]; } } - -INITIALIZER(400, _init_perlin3, init());