|
ReactOS 0.4.16-dev-2298-gcac013a
|
#include <freeldr.h>
Go to the source code of this file.
Functions | |
| PVOID NTAPI | RtlpAllocateMemory (ULONG Bytes, ULONG Tag) |
| VOID NTAPI | RtlpFreeMemory (PVOID Mem, ULONG Tag) |
| NTSTATUS NTAPI | RtlpSafeCopyMemory (_Out_writes_bytes_all_(Length) VOID UNALIGNED *Destination, _In_reads_bytes_(Length) CONST VOID UNALIGNED *Source, _In_ SIZE_T Length) |
| NTSTATUS NTAPI | RtlpImageNtHeaderEx (_In_ ULONG Flags, _In_ PVOID Base, _In_ ULONG64 Size, _Out_ PIMAGE_NT_HEADERS *OutHeaders) |
| NTSTATUS NTAPI | RtlImageNtHeaderEx (_In_ ULONG Flags, _In_ PVOID Base, _In_ ULONG64 Size, _Out_ PIMAGE_NT_HEADERS *OutHeaders) |
Variables | |
| PVOID | MmHighestUserAddress = (PVOID)MI_HIGHEST_USER_ADDRESS |
| NTSTATUS NTAPI RtlImageNtHeaderEx | ( | _In_ ULONG | Flags, |
| _In_ PVOID | Base, | ||
| _In_ ULONG64 | Size, | ||
| _Out_ PIMAGE_NT_HEADERS * | OutHeaders | ||
| ) |
Definition at line 78 of file libsupp.c.
Referenced by LdrpCheckForLoadedDll(), and RtlImageNtHeader().
Definition at line 35 of file libsupp.c.
Referenced by _Success_(), RtlAddFunctionTable(), RtlAddRange(), RtlAllocateAndInitializeSid(), RtlCopyRangeList(), RtlInstallFunctionTableCallback(), RtlpSysVolCheckOwnerAndSecurity(), and RtlpSysVolCreateSecurityDescriptor().
Definition at line 44 of file libsupp.c.
Referenced by _Success_(), RtlAddRange(), RtlCreateSystemVolumeInformationFolder(), RtlDeleteFunctionTable(), RtlDeleteOwnersRanges(), RtlDeleteRange(), RtlFreeRangeList(), RtlFreeSid(), RtlpSysVolCheckOwnerAndSecurity(), and RtlpSysVolCreateSecurityDescriptor().
| NTSTATUS NTAPI RtlpImageNtHeaderEx | ( | _In_ ULONG | Flags, |
| _In_ PVOID | Base, | ||
| _In_ ULONG64 | Size, | ||
| _Out_ PIMAGE_NT_HEADERS * | OutHeaders | ||
| ) |
Definition at line 140 of file image.c.
Referenced by RtlImageNtHeaderEx().
| NTSTATUS NTAPI RtlpSafeCopyMemory | ( | _Out_writes_bytes_all_(Length) VOID UNALIGNED * | Destination, |
| _In_reads_bytes_(Length) CONST VOID UNALIGNED * | Source, | ||
| _In_ SIZE_T | Length | ||
| ) |
| PVOID MmHighestUserAddress = (PVOID)MI_HIGHEST_USER_ADDRESS |
Definition at line 23 of file libsupp.c.
Referenced by ExpInitializeExecutive(), KdpQueryMemory(), KeContextToTrapFrame(), KeRosDumpStackFrameArray(), MiDeletePte(), MiInitializePageTable(), NtFlushInstructionCache(), PspIsDescriptorValid(), QSI_DEF(), RtlPcToFileHeader(), and RtlpImageNtHeaderEx().