Make progress towards aarch64 build

This commit is contained in:
Justine Tunney 2023-05-01 19:43:59 -07:00
parent 08ff26c817
commit ca2860947f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
15428 changed files with 25694 additions and 23138 deletions

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AbortDoc,AbortDoc,1011

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AbortPath,AbortPath,1012

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AddFontMemResourceEx,AddFontMemResourceEx,1017

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AddFontResourceExW,AddFontResourceExW,1020

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AddFontResourceTracking,AddFontResourceTracking,1021

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AddFontResourceW,AddFontResourceW,1022

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AngleArc,AngleArc,1023

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AnimatePalette,AnimatePalette,1024

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_AnyLinkedFonts,AnyLinkedFonts,1025

2
libc/nt/gdi32/Arc.S Normal file
View file

@ -0,0 +1,2 @@
#include "libc/nt/codegen.h"
.imp gdi32,__imp_Arc,Arc,1026

View file

@ -1,2 +0,0 @@
.include "o/libc/nt/codegen.inc"
.imp gdi32,__imp_Arc,Arc,1026

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ArcTo,ArcTo,1027

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BRUSHOBJ_hGetColorTransform,BRUSHOBJ_hGetColorTransform,1028

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BRUSHOBJ_pvAllocRbrush,BRUSHOBJ_pvAllocRbrush,1029

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BRUSHOBJ_pvGetRbrush,BRUSHOBJ_pvGetRbrush,1030

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BRUSHOBJ_ulGetBrushColor,BRUSHOBJ_ulGetBrushColor,1031

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BeginGdiRendering,BeginGdiRendering,1032

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BeginPath,BeginPath,1033

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_BitBlt,BitBlt,1034
#ifdef __x86_64__
.text.windows
BitBlt:
push %rbp
@ -10,3 +11,4 @@ BitBlt:
jmp __sysv2nt10
.endfn BitBlt,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CLIPOBJ_bEnum,CLIPOBJ_bEnum,1035

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CLIPOBJ_cEnumStart,CLIPOBJ_cEnumStart,1036

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CLIPOBJ_ppoGetPath,CLIPOBJ_ppoGetPath,1037

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CancelDC,CancelDC,1038

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CheckColorsInGamut,CheckColorsInGamut,1039

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ChoosePixelFormat,ChoosePixelFormat,1040
#ifdef __x86_64__
.text.windows
ChoosePixelFormat:
push %rbp
@ -10,3 +11,4 @@ ChoosePixelFormat:
jmp __sysv2nt
.endfn ChoosePixelFormat,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_Chord,Chord,1041

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ClearBitmapAttributes,ClearBitmapAttributes,1042

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ClearBrushAttributes,ClearBrushAttributes,1043

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CloseEnhMetaFile,CloseEnhMetaFile,1044

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CloseFigure,CloseFigure,1045

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CloseMetaFile,CloseMetaFile,1046

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ColorCorrectPalette,ColorCorrectPalette,1047

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ColorMatchToTarget,ColorMatchToTarget,1048

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CombineRgn,CombineRgn,1049

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CombineTransform,CombineTransform,1050

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_ConfigureOPMProtectedOutput,ConfigureOPMProtectedOutput,1051

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CopyEnhMetaFileW,CopyEnhMetaFileW,1053

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CopyMetaFileW,CopyMetaFileW,1055

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateBitmap,CreateBitmap,1056
#ifdef __x86_64__
.text.windows
CreateBitmap:
push %rbp
@ -10,3 +11,4 @@ CreateBitmap:
jmp __sysv2nt6
.endfn CreateBitmap,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateBitmapFromDxSurface,CreateBitmapFromDxSurface,1057

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateBitmapFromDxSurface2,CreateBitmapFromDxSurface2,1058

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateBitmapIndirect,CreateBitmapIndirect,1059

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateBrushIndirect,CreateBrushIndirect,1060

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateColorSpaceW,CreateColorSpaceW,1062

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateCompatibleBitmap,CreateCompatibleBitmap,1063
#ifdef __x86_64__
.text.windows
CreateCompatibleBitmap:
push %rbp
@ -10,3 +11,4 @@ CreateCompatibleBitmap:
jmp __sysv2nt
.endfn CreateCompatibleBitmap,globl
.previous
#endif

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateCompatibleDC,CreateCompatibleDC,1064
#ifdef __x86_64__
.text.windows
CreateCompatibleDC:
push %rbp
@ -13,3 +14,4 @@ CreateCompatibleDC:
ret
.endfn CreateCompatibleDC,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDCExW,CreateDCExW,2000

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDCW,CreateDCW,1066

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDIBPatternBrush,CreateDIBPatternBrush,1067

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDIBPatternBrushPt,CreateDIBPatternBrushPt,1068

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDIBSection,CreateDIBSection,1069
#ifdef __x86_64__
.text.windows
CreateDIBSection:
push %rbp
@ -10,3 +11,4 @@ CreateDIBSection:
jmp __sysv2nt6
.endfn CreateDIBSection,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDIBitmap,CreateDIBitmap,1070

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDPIScaledDIBSection,CreateDPIScaledDIBSection,1071

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateDiscardableBitmap,CreateDiscardableBitmap,1072

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateEllipticRgn,CreateEllipticRgn,1073

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateEllipticRgnIndirect,CreateEllipticRgnIndirect,1074

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateEnhMetaFileW,CreateEnhMetaFileW,1076

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateFontIndirectExW,CreateFontIndirectExW,1080

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateFontIndirectW,CreateFontIndirectW,1081

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateFontW,CreateFontW,1082

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateHalftonePalette,CreateHalftonePalette,1083

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateHatchBrush,CreateHatchBrush,1084

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateICW,CreateICW,1086

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateMetaFileW,CreateMetaFileW,1088

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateOPMProtectedOutput,CreateOPMProtectedOutput,1089

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateOPMProtectedOutputs,CreateOPMProtectedOutputs,1090

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePalette,CreatePalette,1091

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePatternBrush,CreatePatternBrush,1092

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePen,CreatePen,1093

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePenIndirect,CreatePenIndirect,1094

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePolyPolygonRgn,CreatePolyPolygonRgn,1095

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreatePolygonRgn,CreatePolygonRgn,1096

View file

@ -1,6 +1,7 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateRectRgn,CreateRectRgn,1097
#ifdef __x86_64__
.text.windows
CreateRectRgn:
push %rbp
@ -10,3 +11,4 @@ CreateRectRgn:
jmp __sysv2nt
.endfn CreateRectRgn,globl
.previous
#endif

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateRectRgnIndirect,CreateRectRgnIndirect,1098

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateRoundRectRgn,CreateRoundRectRgn,1099

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateScalableFontResourceW,CreateScalableFontResourceW,1101

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateSessionMappedDIBSection,CreateSessionMappedDIBSection,1102

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_CreateSolidBrush,CreateSolidBrush,1103

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAbandonSwapChain,D3DKMTAbandonSwapChain,1104

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAcquireKeyedMutex,D3DKMTAcquireKeyedMutex,1105

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAcquireKeyedMutex2,D3DKMTAcquireKeyedMutex2,1106

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAcquireSwapChain,D3DKMTAcquireSwapChain,1107

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAddSurfaceToSwapChain,D3DKMTAddSurfaceToSwapChain,1108

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTAdjustFullscreenGamma,D3DKMTAdjustFullscreenGamma,1109

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCacheHybridQueryValue,D3DKMTCacheHybridQueryValue,1110

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTChangeVideoMemoryReservation,D3DKMTChangeVideoMemoryReservation,1111

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckExclusiveOwnership,D3DKMTCheckExclusiveOwnership,1112

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckMonitorPowerState,D3DKMTCheckMonitorPowerState,1113

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport,D3DKMTCheckMultiPlaneOverlaySupport,1114

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport2,D3DKMTCheckMultiPlaneOverlaySupport2,1115

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckMultiPlaneOverlaySupport3,D3DKMTCheckMultiPlaneOverlaySupport3,1116

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckOcclusion,D3DKMTCheckOcclusion,1117

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckSharedResourceAccess,D3DKMTCheckSharedResourceAccess,1118

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCheckVidPnExclusiveOwnership,D3DKMTCheckVidPnExclusiveOwnership,1119

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCloseAdapter,D3DKMTCloseAdapter,1120

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTConfigureSharedResource,D3DKMTConfigureSharedResource,1121

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCreateAllocation,D3DKMTCreateAllocation,1122

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCreateAllocation2,D3DKMTCreateAllocation2,1123

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCreateBundleObject,D3DKMTCreateBundleObject,1124

View file

@ -1,2 +1,2 @@
.include "o/libc/nt/codegen.inc"
#include "libc/nt/codegen.h"
.imp gdi32,__imp_D3DKMTCreateContext,D3DKMTCreateContext,1125

Some files were not shown because too many files have changed in this diff Show more