ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
PLDR_MANIFEST_PROBER_ROUTINE | LdrpManifestProberRoutine |
ULONG | LdrpNormalSnap |
NTSTATUS NTAPI LdrpHandleNewFormatImportDescriptors | ( | IN LPWSTR DllPath | OPTIONAL, |
IN PLDR_DATA_TABLE_ENTRY | LdrEntry, | ||
IN PIMAGE_BOUND_IMPORT_DESCRIPTOR | BoundEntry | ||
) |
Definition at line 492 of file ldrpe.c.
Referenced by LdrpWalkImportDescriptor().
NTSTATUS NTAPI LdrpHandleOldFormatImportDescriptors | ( | IN LPWSTR DllPath | OPTIONAL, |
IN PLDR_DATA_TABLE_ENTRY | LdrEntry, | ||
IN PIMAGE_IMPORT_DESCRIPTOR | ImportEntry | ||
) |
Definition at line 606 of file ldrpe.c.
Referenced by LdrpWalkImportDescriptor().
NTSTATUS NTAPI LdrpHandleOneNewFormatImportDescriptor | ( | IN LPWSTR DllPath | OPTIONAL, |
IN PLDR_DATA_TABLE_ENTRY | LdrEntry, | ||
IN PIMAGE_BOUND_IMPORT_DESCRIPTOR * | BoundEntryPtr, | ||
IN PIMAGE_BOUND_IMPORT_DESCRIPTOR | FirstEntry | ||
) |
Definition at line 259 of file ldrpe.c.
Referenced by LdrpHandleNewFormatImportDescriptors().
NTSTATUS NTAPI LdrpHandleOneOldFormatImportDescriptor | ( | IN LPWSTR DllPath | OPTIONAL, |
IN PLDR_DATA_TABLE_ENTRY | LdrEntry, | ||
IN PIMAGE_IMPORT_DESCRIPTOR * | ImportEntry | ||
) |
Definition at line 516 of file ldrpe.c.
Referenced by LdrpHandleOldFormatImportDescriptors().
NTSTATUS NTAPI LdrpLoadImportModule | ( | IN PWSTR DllPath | OPTIONAL, |
IN LPSTR | ImportName, | ||
OUT PLDR_DATA_TABLE_ENTRY * | DataTableEntry, | ||
OUT PBOOLEAN | Existing | ||
) |
Definition at line 808 of file ldrpe.c.
Referenced by LdrpHandleOneNewFormatImportDescriptor(), and LdrpHandleOneOldFormatImportDescriptor().
USHORT NTAPI LdrpNameToOrdinal | ( | IN LPSTR | ImportName, |
IN ULONG | NumberOfNames, | ||
IN PVOID | ExportBase, | ||
IN PULONG | NameTable, | ||
IN PUSHORT | OrdinalTable | ||
) |
Definition at line 628 of file ldrpe.c.
Referenced by LdrpSnapThunk().
NTSTATUS NTAPI LdrpSnapIAT | ( | IN PLDR_DATA_TABLE_ENTRY | ExportLdrEntry, |
IN PLDR_DATA_TABLE_ENTRY | ImportLdrEntry, | ||
IN PIMAGE_IMPORT_DESCRIPTOR | IatEntry, | ||
IN BOOLEAN | EntriesValid | ||
) |
Definition at line 26 of file ldrpe.c.
Referenced by LdrpHandleOneNewFormatImportDescriptor(), and LdrpHandleOneOldFormatImportDescriptor().
NTSTATUS NTAPI LdrpSnapThunk | ( | IN PVOID | ExportBase, |
IN PVOID | ImportBase, | ||
IN PIMAGE_THUNK_DATA | OriginalThunk, | ||
IN OUT PIMAGE_THUNK_DATA | Thunk, | ||
IN PIMAGE_EXPORT_DIRECTORY | ExportDirectory, | ||
IN ULONG | ExportSize, | ||
IN BOOLEAN | Static, | ||
IN LPSTR | DllName | ||
) |
Definition at line 937 of file ldrpe.c.
Referenced by LdrpGetProcedureAddress(), and LdrpSnapIAT().
NTSTATUS NTAPI LdrpWalkImportDescriptor | ( | IN LPWSTR DllPath | OPTIONAL, |
IN PLDR_DATA_TABLE_ENTRY | LdrEntry | ||
) |
Definition at line 670 of file ldrpe.c.
Referenced by LdrpInitializeProcess(), LdrpLoadDll(), and LdrpLoadImportModule().
PLDR_MANIFEST_PROBER_ROUTINE LdrpManifestProberRoutine |
Definition at line 18 of file ldrpe.c.
Referenced by LdrpWalkImportDescriptor(), and LdrSetDllManifestProber().
ULONG LdrpNormalSnap |
Definition at line 19 of file ldrpe.c.
Referenced by LdrpHandleOneNewFormatImportDescriptor(), and LdrpHandleOneOldFormatImportDescriptor().