mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Make progress towards aarch64 build
This commit is contained in:
parent
08ff26c817
commit
ca2860947f
15428 changed files with 25694 additions and 23138 deletions
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EmptyWorkingSet,EmptyWorkingSet,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EnumDeviceDrivers,EnumDeviceDrivers,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EnumPageFilesW,EnumPageFilesW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EnumProcessModules,EnumProcessModules,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EnumProcessModulesEx,EnumProcessModulesEx,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_EnumProcesses,EnumProcesses,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetDeviceDriverBaseNameW,GetDeviceDriverBaseNameW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetDeviceDriverFileNameW,GetDeviceDriverFileNameW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetMappedFileNameW,GetMappedFileNameW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetModuleBaseNameW,GetModuleBaseNameW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetModuleFileNameExW,GetModuleFileNameExW,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetModuleInformation,GetModuleInformation,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetPerformanceInfo,GetPerformanceInfo,0
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetProcessImageFileNameW,GetProcessImageFileNameW,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
GetProcessImageFileName:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ GetProcessImageFileName:
|
|||
jmp __sysv2nt
|
||||
.endfn GetProcessImageFileName,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,6 +1,7 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetProcessMemoryInfo,GetProcessMemoryInfo,0
|
||||
|
||||
#ifdef __x86_64__
|
||||
.text.windows
|
||||
GetProcessMemoryInfo:
|
||||
push %rbp
|
||||
|
@ -10,3 +11,4 @@ GetProcessMemoryInfo:
|
|||
jmp __sysv2nt
|
||||
.endfn GetProcessMemoryInfo,globl
|
||||
.previous
|
||||
#endif
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetWsChanges,GetWsChanges,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_GetWsChangesEx,GetWsChangesEx,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_InitializeProcessForWsWatch,InitializeProcessForWsWatch,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_QueryWorkingSet,QueryWorkingSet,0
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
#include "libc/nt/codegen.h"
|
||||
.imp psapi,__imp_QueryWorkingSetEx,QueryWorkingSetEx,0
|
Loading…
Add table
Add a link
Reference in a new issue