|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "bl.h"
Go to the source code of this file.
Functions | |
| 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) |
| NTSTATUS NTAPI RtlImageNtHeaderEx | ( | _In_ ULONG | Flags, |
| _In_ PVOID | Base, | ||
| _In_ ULONG64 | Size, | ||
| _Out_ PIMAGE_NT_HEADERS * | OutHeaders | ||
| ) |
Definition at line 32 of file libsupp.c.
Referenced by BlImgFindSection(), ImgArchEfiStartBootApplication(), ImgpInitializeBootApplicationParameters(), ImgpLoadPEImage(), LdrpCheckForLoadedDll(), and RtlImageNtHeader().
| 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().