wine/dlls/ntdll
Martin Storsjö 29922c2276 loader: Add support for ARM linux in the preloader.
Since 28fe84da45, the main exe image
must be mappable at its desired base address, which essentially
requires the preloader.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51539
Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-05 23:11:23 +02:00
..
tests ntdll/tests: Account for some timer resolution rounding. 2021-08-04 21:48:28 +02:00
unix loader: Add support for ARM linux in the preloader. 2021-08-05 23:11:23 +02:00
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
env.c
error.c
exception.c
handletable.c
heap.c ntdll: Move the loading of the global options to the Unix side. 2021-08-04 11:45:51 +02:00
large_int.c
loader.c ntdll: Move the loading of the global options to the Unix side. 2021-08-04 11:45:51 +02:00
locale.c
make_errors
Makefile.in
misc.c
ntdll.spec ntdll: Make wine_nt_to_unix_file_name() and wine_unix_to_nt_file_name() follow NT syscall conventions. 2021-08-02 22:57:38 +02:00
ntdll_misc.h ntdll: Move the loading of the global options to the Unix side. 2021-08-04 11:45:51 +02:00
path.c ntdll: Make wine_nt_to_unix_file_name() and wine_unix_to_nt_file_name() follow NT syscall conventions. 2021-08-02 22:57:38 +02:00
printf.c
printf.h
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c
signal_arm64.c ntdll: Add support for LdrSystemDllInitBlock. 2021-07-07 16:33:29 +02:00
signal_i386.c
signal_x86_64.c ntdll: Use a separate +unwind debug channel for unwinding on x86-64. 2021-07-19 12:30:48 +02:00
string.c
sync.c
thread.c
threadpool.c ntdll: Manage TPIO object destruction based on the expected completions. 2021-07-28 22:07:04 +02:00
time.c
unixlib.h ntdll: Add a Wine-specific class in NtQueryVirtualMemory to retrieve the init functions of a module. 2021-08-03 23:41:05 +02:00
version.c
version.rc
wcstring.c