ReactOS 0.4.15-dev-5893-g1bb4167
|
Go to the source code of this file.
Variables | |
PELDR_IMPORTDLL_LOAD_CALLBACK | PeLdrImportDllLoadCallback = NULL |
DBG_DEFAULT_CHANNEL | ( | PELOADER | ) |
BOOLEAN PeLdrAllocateDataTableEntry | ( | IN OUT PLIST_ENTRY | ModuleListHead, |
IN PCCH | BaseDllName, | ||
IN PCCH | FullDllName, | ||
IN PVOID | BasePA, | ||
OUT PLDR_DATA_TABLE_ENTRY * | NewEntry | ||
) |
Definition at line 598 of file peloader.c.
Referenced by LoadBootDeviceDriver(), LoadModule(), PeLdrpLoadAndScanReferencedDll(), and WinLdrLoadDeviceDriver().
BOOLEAN PeLdrCheckForLoadedDll | ( | IN OUT PLIST_ENTRY | ModuleListHead, |
IN PCH | DllName, | ||
OUT PLDR_DATA_TABLE_ENTRY * | LoadedEntry | ||
) |
Definition at line 478 of file peloader.c.
Referenced by PeLdrpBindImportName(), PeLdrScanImportDescriptorTable(), and WinLdrLoadDeviceDriver().
VOID PeLdrFreeDataTableEntry | ( | _In_ PLDR_DATA_TABLE_ENTRY | Entry | ) |
Definition at line 715 of file peloader.c.
Referenced by LoadBootDeviceDriver(), LoadWindowsCore(), PeLdrpLoadAndScanReferencedDll(), and WinLdrLoadDeviceDriver().
Definition at line 736 of file peloader.c.
Referenced by LoadBootDeviceDriver(), LoadModule(), PeLdrpLoadAndScanReferencedDll(), and WinLdrLoadDeviceDriver().
|
static |
Definition at line 94 of file peloader.c.
Referenced by PeLdrpBindImportName(), and PeLdrpScanImportAddressTable().
|
static |
Definition at line 35 of file peloader.c.
Referenced by PeLdrCheckForLoadedDll(), and PeLdrScanImportDescriptorTable().
|
static |
Definition at line 347 of file peloader.c.
Referenced by PeLdrpBindImportName(), and PeLdrScanImportDescriptorTable().
|
static |
Definition at line 408 of file peloader.c.
Referenced by PeLdrScanImportDescriptorTable().
BOOLEAN PeLdrScanImportDescriptorTable | ( | IN OUT PLIST_ENTRY | ModuleListHead, |
IN PCCH | DirectoryPath, | ||
IN PLDR_DATA_TABLE_ENTRY | ScanDTE | ||
) |
Definition at line 522 of file peloader.c.
Referenced by LoadBootDeviceDriver(), LoadWindowsCore(), PeLdrpLoadAndScanReferencedDll(), and WinLdrLoadDeviceDriver().
PELDR_IMPORTDLL_LOAD_CALLBACK PeLdrImportDllLoadCallback = NULL |
Definition at line 28 of file peloader.c.
Referenced by LoadAndBootWindowsCommon(), and PeLdrpLoadAndScanReferencedDll().