cosmopolitan/libc/nt/ntdll/NtQueryFullAttributesFile.S
2023-05-10 04:20:46 -07:00

14 lines
313 B
ArmAsm

#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