Searched refs:DllEntryPoint (Results 1 – 4 of 4) sorted by relevance
144 VOID *DllEntryPoint; in PeCoffLoaderRelocateImageExtraAction() local163 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()
278 VOID *DllEntryPoint; in PeCoffLoaderRelocateImageExtraAction() local298 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()
994 VOID *DllEntryPoint; in SecNt32PeCoffRelocateImage() local1017 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()
714 VOID *DllEntryPoint; in PeCoffLoaderRelocateImage() local953 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()