mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
2
libc/nt/user32/ActivateKeyboardLayout.s
Normal file
2
libc/nt/user32/ActivateKeyboardLayout.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ActivateKeyboardLayout,ActivateKeyboardLayout,1505
|
2
libc/nt/user32/AddClipboardFormatListener.s
Normal file
2
libc/nt/user32/AddClipboardFormatListener.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AddClipboardFormatListener,AddClipboardFormatListener,1506
|
2
libc/nt/user32/AdjustWindowRect.s
Normal file
2
libc/nt/user32/AdjustWindowRect.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AdjustWindowRect,AdjustWindowRect,1507
|
2
libc/nt/user32/AdjustWindowRectEx.s
Normal file
2
libc/nt/user32/AdjustWindowRectEx.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AdjustWindowRectEx,AdjustWindowRectEx,1508
|
2
libc/nt/user32/AdjustWindowRectExForDpi.s
Normal file
2
libc/nt/user32/AdjustWindowRectExForDpi.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AdjustWindowRectExForDpi,AdjustWindowRectExForDpi,1509
|
2
libc/nt/user32/AlignRects.s
Normal file
2
libc/nt/user32/AlignRects.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AlignRects,AlignRects,1510
|
2
libc/nt/user32/AllowForegroundActivation.s
Normal file
2
libc/nt/user32/AllowForegroundActivation.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AllowForegroundActivation,AllowForegroundActivation,1511
|
2
libc/nt/user32/AllowSetForegroundWindow.s
Normal file
2
libc/nt/user32/AllowSetForegroundWindow.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AllowSetForegroundWindow,AllowSetForegroundWindow,1512
|
12
libc/nt/user32/AnimateWindow.s
Normal file
12
libc/nt/user32/AnimateWindow.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.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
|
2
libc/nt/user32/AnyPopup.s
Normal file
2
libc/nt/user32/AnyPopup.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AnyPopup,AnyPopup,1514
|
2
libc/nt/user32/AppendMenuA.s
Normal file
2
libc/nt/user32/AppendMenuA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AppendMenuA,AppendMenuA,1515
|
2
libc/nt/user32/AppendMenuW.s
Normal file
2
libc/nt/user32/AppendMenuW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AppendMenuW,AppendMenuW,1516
|
2
libc/nt/user32/AreDpiAwarenessContextsEqual.s
Normal file
2
libc/nt/user32/AreDpiAwarenessContextsEqual.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AreDpiAwarenessContextsEqual,AreDpiAwarenessContextsEqual,1517
|
2
libc/nt/user32/ArrangeIconicWindows.s
Normal file
2
libc/nt/user32/ArrangeIconicWindows.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ArrangeIconicWindows,ArrangeIconicWindows,1518
|
2
libc/nt/user32/AttachThreadInput.s
Normal file
2
libc/nt/user32/AttachThreadInput.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_AttachThreadInput,AttachThreadInput,1519
|
2
libc/nt/user32/BeginDeferWindowPos.s
Normal file
2
libc/nt/user32/BeginDeferWindowPos.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BeginDeferWindowPos,BeginDeferWindowPos,1520
|
12
libc/nt/user32/BeginPaint.s
Normal file
12
libc/nt/user32/BeginPaint.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.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
|
2
libc/nt/user32/BlockInput.s
Normal file
2
libc/nt/user32/BlockInput.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BlockInput,BlockInput,1522
|
15
libc/nt/user32/BringWindowToTop.s
Normal file
15
libc/nt/user32/BringWindowToTop.s
Normal file
|
@ -0,0 +1,15 @@
|
|||
.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
|
2
libc/nt/user32/BroadcastSystemMessageA.s
Normal file
2
libc/nt/user32/BroadcastSystemMessageA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BroadcastSystemMessageA,BroadcastSystemMessageA,1525
|
2
libc/nt/user32/BroadcastSystemMessageExA.s
Normal file
2
libc/nt/user32/BroadcastSystemMessageExA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BroadcastSystemMessageExA,BroadcastSystemMessageExA,1526
|
2
libc/nt/user32/BroadcastSystemMessageExW.s
Normal file
2
libc/nt/user32/BroadcastSystemMessageExW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BroadcastSystemMessageExW,BroadcastSystemMessageExW,1527
|
2
libc/nt/user32/BroadcastSystemMessageW.s
Normal file
2
libc/nt/user32/BroadcastSystemMessageW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BroadcastSystemMessageW,BroadcastSystemMessageW,1528
|
2
libc/nt/user32/BuildReasonArray.s
Normal file
2
libc/nt/user32/BuildReasonArray.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_BuildReasonArray,BuildReasonArray,1529
|
2
libc/nt/user32/CalcMenuBar.s
Normal file
2
libc/nt/user32/CalcMenuBar.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CalcMenuBar,CalcMenuBar,1530
|
2
libc/nt/user32/CalculatePopupWindowPosition.s
Normal file
2
libc/nt/user32/CalculatePopupWindowPosition.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CalculatePopupWindowPosition,CalculatePopupWindowPosition,1531
|
2
libc/nt/user32/CallMsgFilterA.s
Normal file
2
libc/nt/user32/CallMsgFilterA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CallMsgFilterA,CallMsgFilterA,1533
|
2
libc/nt/user32/CallMsgFilterW.s
Normal file
2
libc/nt/user32/CallMsgFilterW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CallMsgFilterW,CallMsgFilterW,1534
|
12
libc/nt/user32/CallNextHookEx.s
Normal file
12
libc/nt/user32/CallNextHookEx.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.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
|
2
libc/nt/user32/CallWindowProcA.s
Normal file
2
libc/nt/user32/CallWindowProcA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CallWindowProcA,CallWindowProcA,1536
|
2
libc/nt/user32/CallWindowProcW.s
Normal file
2
libc/nt/user32/CallWindowProcW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CallWindowProcW,CallWindowProcW,1537
|
2
libc/nt/user32/CancelShutdown.s
Normal file
2
libc/nt/user32/CancelShutdown.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CancelShutdown,CancelShutdown,1538
|
2
libc/nt/user32/CascadeChildWindows.s
Normal file
2
libc/nt/user32/CascadeChildWindows.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CascadeChildWindows,CascadeChildWindows,1539
|
2
libc/nt/user32/CascadeWindows.s
Normal file
2
libc/nt/user32/CascadeWindows.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CascadeWindows,CascadeWindows,1540
|
2
libc/nt/user32/ChangeClipboardChain.s
Normal file
2
libc/nt/user32/ChangeClipboardChain.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeClipboardChain,ChangeClipboardChain,1541
|
2
libc/nt/user32/ChangeDisplaySettingsA.s
Normal file
2
libc/nt/user32/ChangeDisplaySettingsA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeDisplaySettingsA,ChangeDisplaySettingsA,1542
|
2
libc/nt/user32/ChangeDisplaySettingsExA.s
Normal file
2
libc/nt/user32/ChangeDisplaySettingsExA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeDisplaySettingsExA,ChangeDisplaySettingsExA,1543
|
2
libc/nt/user32/ChangeDisplaySettingsExW.s
Normal file
2
libc/nt/user32/ChangeDisplaySettingsExW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeDisplaySettingsExW,ChangeDisplaySettingsExW,1544
|
2
libc/nt/user32/ChangeDisplaySettingsW.s
Normal file
2
libc/nt/user32/ChangeDisplaySettingsW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeDisplaySettingsW,ChangeDisplaySettingsW,1545
|
2
libc/nt/user32/ChangeMenuA.s
Normal file
2
libc/nt/user32/ChangeMenuA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeMenuA,ChangeMenuA,1546
|
2
libc/nt/user32/ChangeMenuW.s
Normal file
2
libc/nt/user32/ChangeMenuW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeMenuW,ChangeMenuW,1547
|
2
libc/nt/user32/ChangeWindowMessageFilter.s
Normal file
2
libc/nt/user32/ChangeWindowMessageFilter.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeWindowMessageFilter,ChangeWindowMessageFilter,1548
|
2
libc/nt/user32/ChangeWindowMessageFilterEx.s
Normal file
2
libc/nt/user32/ChangeWindowMessageFilterEx.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChangeWindowMessageFilterEx,ChangeWindowMessageFilterEx,1549
|
2
libc/nt/user32/CharToOemA.s
Normal file
2
libc/nt/user32/CharToOemA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CharToOemA,CharToOemA,1565
|
2
libc/nt/user32/CharToOemBuffA.s
Normal file
2
libc/nt/user32/CharToOemBuffA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CharToOemBuffA,CharToOemBuffA,1566
|
2
libc/nt/user32/CharToOemBuffW.s
Normal file
2
libc/nt/user32/CharToOemBuffW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CharToOemBuffW,CharToOemBuffW,1567
|
2
libc/nt/user32/CharToOemW.s
Normal file
2
libc/nt/user32/CharToOemW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CharToOemW,CharToOemW,1568
|
2
libc/nt/user32/CheckDBCSEnabledExt.s
Normal file
2
libc/nt/user32/CheckDBCSEnabledExt.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckDBCSEnabledExt,CheckDBCSEnabledExt,1573
|
2
libc/nt/user32/CheckDlgButton.s
Normal file
2
libc/nt/user32/CheckDlgButton.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckDlgButton,CheckDlgButton,1574
|
2
libc/nt/user32/CheckMenuItem.s
Normal file
2
libc/nt/user32/CheckMenuItem.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckMenuItem,CheckMenuItem,1575
|
2
libc/nt/user32/CheckMenuRadioItem.s
Normal file
2
libc/nt/user32/CheckMenuRadioItem.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckMenuRadioItem,CheckMenuRadioItem,1576
|
2
libc/nt/user32/CheckProcessForClipboardAccess.s
Normal file
2
libc/nt/user32/CheckProcessForClipboardAccess.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckProcessForClipboardAccess,CheckProcessForClipboardAccess,1577
|
2
libc/nt/user32/CheckProcessSession.s
Normal file
2
libc/nt/user32/CheckProcessSession.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckProcessSession,CheckProcessSession,1578
|
2
libc/nt/user32/CheckRadioButton.s
Normal file
2
libc/nt/user32/CheckRadioButton.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckRadioButton,CheckRadioButton,1579
|
2
libc/nt/user32/CheckWindowThreadDesktop.s
Normal file
2
libc/nt/user32/CheckWindowThreadDesktop.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CheckWindowThreadDesktop,CheckWindowThreadDesktop,1580
|
2
libc/nt/user32/ChildWindowFromPoint.s
Normal file
2
libc/nt/user32/ChildWindowFromPoint.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChildWindowFromPoint,ChildWindowFromPoint,1581
|
2
libc/nt/user32/ChildWindowFromPointEx.s
Normal file
2
libc/nt/user32/ChildWindowFromPointEx.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ChildWindowFromPointEx,ChildWindowFromPointEx,1582
|
2
libc/nt/user32/CliImmSetHotKey.s
Normal file
2
libc/nt/user32/CliImmSetHotKey.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CliImmSetHotKey,CliImmSetHotKey,1583
|
2
libc/nt/user32/ClientThreadSetup.s
Normal file
2
libc/nt/user32/ClientThreadSetup.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ClientThreadSetup,ClientThreadSetup,1584
|
2
libc/nt/user32/ClientToScreen.s
Normal file
2
libc/nt/user32/ClientToScreen.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ClientToScreen,ClientToScreen,1585
|
2
libc/nt/user32/ClipCursor.s
Normal file
2
libc/nt/user32/ClipCursor.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ClipCursor,ClipCursor,1586
|
2
libc/nt/user32/CloseClipboard.s
Normal file
2
libc/nt/user32/CloseClipboard.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CloseClipboard,CloseClipboard,1587
|
2
libc/nt/user32/CloseDesktop.s
Normal file
2
libc/nt/user32/CloseDesktop.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CloseDesktop,CloseDesktop,1588
|
2
libc/nt/user32/CloseGestureInfoHandle.s
Normal file
2
libc/nt/user32/CloseGestureInfoHandle.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CloseGestureInfoHandle,CloseGestureInfoHandle,1589
|
2
libc/nt/user32/CloseTouchInputHandle.s
Normal file
2
libc/nt/user32/CloseTouchInputHandle.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CloseTouchInputHandle,CloseTouchInputHandle,1590
|
15
libc/nt/user32/CloseWindow.s
Normal file
15
libc/nt/user32/CloseWindow.s
Normal file
|
@ -0,0 +1,15 @@
|
|||
.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
|
2
libc/nt/user32/CloseWindowStation.s
Normal file
2
libc/nt/user32/CloseWindowStation.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CloseWindowStation,CloseWindowStation,1592
|
2
libc/nt/user32/ConsoleControl.s
Normal file
2
libc/nt/user32/ConsoleControl.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ConsoleControl,ConsoleControl,1593
|
2
libc/nt/user32/ControlMagnification.s
Normal file
2
libc/nt/user32/ControlMagnification.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_ControlMagnification,ControlMagnification,1594
|
2
libc/nt/user32/CopyAcceleratorTableA.s
Normal file
2
libc/nt/user32/CopyAcceleratorTableA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CopyAcceleratorTableA,CopyAcceleratorTableA,1595
|
2
libc/nt/user32/CopyAcceleratorTableW.s
Normal file
2
libc/nt/user32/CopyAcceleratorTableW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CopyAcceleratorTableW,CopyAcceleratorTableW,1596
|
2
libc/nt/user32/CopyIcon.s
Normal file
2
libc/nt/user32/CopyIcon.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CopyIcon,CopyIcon,1597
|
2
libc/nt/user32/CopyImage.s
Normal file
2
libc/nt/user32/CopyImage.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CopyImage,CopyImage,1598
|
2
libc/nt/user32/CopyRect.s
Normal file
2
libc/nt/user32/CopyRect.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CopyRect,CopyRect,1599
|
2
libc/nt/user32/CountClipboardFormats.s
Normal file
2
libc/nt/user32/CountClipboardFormats.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CountClipboardFormats,CountClipboardFormats,1600
|
2
libc/nt/user32/CreateAcceleratorTableA.s
Normal file
2
libc/nt/user32/CreateAcceleratorTableA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateAcceleratorTableA,CreateAcceleratorTableA,1601
|
2
libc/nt/user32/CreateAcceleratorTableW.s
Normal file
2
libc/nt/user32/CreateAcceleratorTableW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateAcceleratorTableW,CreateAcceleratorTableW,1602
|
2
libc/nt/user32/CreateCaret.s
Normal file
2
libc/nt/user32/CreateCaret.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateCaret,CreateCaret,1603
|
2
libc/nt/user32/CreateCursor.s
Normal file
2
libc/nt/user32/CreateCursor.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateCursor,CreateCursor,1604
|
2
libc/nt/user32/CreateDCompositionHwndTarget.s
Normal file
2
libc/nt/user32/CreateDCompositionHwndTarget.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDCompositionHwndTarget,CreateDCompositionHwndTarget,1605
|
2
libc/nt/user32/CreateDesktopA.s
Normal file
2
libc/nt/user32/CreateDesktopA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDesktopA,CreateDesktopA,1606
|
2
libc/nt/user32/CreateDesktopExA.s
Normal file
2
libc/nt/user32/CreateDesktopExA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDesktopExA,CreateDesktopExA,1607
|
2
libc/nt/user32/CreateDesktopExW.s
Normal file
2
libc/nt/user32/CreateDesktopExW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDesktopExW,CreateDesktopExW,1608
|
2
libc/nt/user32/CreateDesktopW.s
Normal file
2
libc/nt/user32/CreateDesktopW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDesktopW,CreateDesktopW,1609
|
2
libc/nt/user32/CreateDialogIndirectParamA.s
Normal file
2
libc/nt/user32/CreateDialogIndirectParamA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDialogIndirectParamA,CreateDialogIndirectParamA,1610
|
2
libc/nt/user32/CreateDialogIndirectParamAorW.s
Normal file
2
libc/nt/user32/CreateDialogIndirectParamAorW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDialogIndirectParamAorW,CreateDialogIndirectParamAorW,1611
|
2
libc/nt/user32/CreateDialogIndirectParamW.s
Normal file
2
libc/nt/user32/CreateDialogIndirectParamW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDialogIndirectParamW,CreateDialogIndirectParamW,1612
|
2
libc/nt/user32/CreateDialogParamA.s
Normal file
2
libc/nt/user32/CreateDialogParamA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDialogParamA,CreateDialogParamA,1613
|
2
libc/nt/user32/CreateDialogParamW.s
Normal file
2
libc/nt/user32/CreateDialogParamW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateDialogParamW,CreateDialogParamW,1614
|
2
libc/nt/user32/CreateIcon.s
Normal file
2
libc/nt/user32/CreateIcon.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateIcon,CreateIcon,1615
|
2
libc/nt/user32/CreateIconFromResource.s
Normal file
2
libc/nt/user32/CreateIconFromResource.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateIconFromResource,CreateIconFromResource,1616
|
2
libc/nt/user32/CreateIconFromResourceEx.s
Normal file
2
libc/nt/user32/CreateIconFromResourceEx.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateIconFromResourceEx,CreateIconFromResourceEx,1617
|
2
libc/nt/user32/CreateIconIndirect.s
Normal file
2
libc/nt/user32/CreateIconIndirect.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateIconIndirect,CreateIconIndirect,1618
|
2
libc/nt/user32/CreateMDIWindowA.s
Normal file
2
libc/nt/user32/CreateMDIWindowA.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateMDIWindowA,CreateMDIWindowA,1619
|
2
libc/nt/user32/CreateMDIWindowW.s
Normal file
2
libc/nt/user32/CreateMDIWindowW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateMDIWindowW,CreateMDIWindowW,1620
|
2
libc/nt/user32/CreateMenu.s
Normal file
2
libc/nt/user32/CreateMenu.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateMenu,CreateMenu,1621
|
2
libc/nt/user32/CreatePalmRejectionDelayZone.s
Normal file
2
libc/nt/user32/CreatePalmRejectionDelayZone.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreatePalmRejectionDelayZone,CreatePalmRejectionDelayZone,1503
|
2
libc/nt/user32/CreatePopupMenu.s
Normal file
2
libc/nt/user32/CreatePopupMenu.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreatePopupMenu,CreatePopupMenu,1622
|
2
libc/nt/user32/CreateSystemThreads.s
Normal file
2
libc/nt/user32/CreateSystemThreads.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateSystemThreads,CreateSystemThreads,1623
|
12
libc/nt/user32/CreateWindowExA.s
Normal file
12
libc/nt/user32/CreateWindowExA.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp user32,__imp_CreateWindowExA,CreateWindowExA,1624
|
||||
|
||||
.text.windows
|
||||
CreateWindowExA:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_CreateWindowExA(%rip),%rax
|
||||
jmp __sysv2nt12
|
||||
.endfn CreateWindowExA,globl
|
||||
.previous
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue