Searched refs:DllEntryPoint (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/
H A DPeiNt32PeCoffExtraActionLib.c144 VOID *DllEntryPoint; local
163 DllEntryPoint = NULL;
209 DllEntryPoint = (VOID *) (UINTN) mWinNt->GetProcAddress (Library, "InitializeDriver");
213 if ((Library != NULL) && (DllEntryPoint != NULL)) {
214 ImageContext->EntryPoint = (EFI_PHYSICAL_ADDRESS) (UINTN) DllEntryPoint;
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/
H A DDxeNt32PeCoffExtraActionLib.c278 VOID *DllEntryPoint; local
298 DllEntryPoint = NULL;
344 DllEntryPoint = (VOID *) (UINTN) mWinNt->GetProcAddress (Library, "InitializeDriver");
348 if ((Library != NULL) && (DllEntryPoint != NULL)) {
360 ImageContext->EntryPoint = (EFI_PHYSICAL_ADDRESS) (UINTN) DllEntryPoint;
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
H A DSecMain.c995 VOID *DllEntryPoint; local
1018 DllEntryPoint = NULL;
1064 DllEntryPoint = (VOID *) (UINTN) GetProcAddress (Library, "InitializeDriver");
1068 if ((Library != NULL) && (DllEntryPoint != NULL)) {
1069 ImageContext->EntryPoint = (EFI_PHYSICAL_ADDRESS) (UINTN) DllEntryPoint;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DPeCoffLoader.c714 VOID *DllEntryPoint; local
953 DllEntryPoint = NULL;
962 &DllEntryPoint,
966 if (!EFI_ERROR (Status) && DllEntryPoint != NULL) {
967 ImageContext->EntryPoint = (EFI_PHYSICAL_ADDRESS) (UINTN) DllEntryPoint;

Completed in 27 milliseconds