Home
last modified time | relevance | path

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

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