Home | History | Annotate | Download | only in Common

Lines Matching refs:CheckContext

876   PE_COFF_LOADER_IMAGE_CONTEXT          CheckContext;

903 CopyMem (&CheckContext, ImageContext, sizeof (PE_COFF_LOADER_IMAGE_CONTEXT));
905 Status = PeCoffLoaderGetImageInfo (&CheckContext);
913 if (ImageContext->ImageSize < CheckContext.ImageSize) {
922 if (CheckContext.RelocationsStripped) {
927 if (CheckContext.ImageType == EFI_IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER) {
935 if (CheckContext.ImageAddress != ImageContext->ImageAddress) {
944 if ((ImageContext->ImageAddress & (CheckContext.SectionAlignment - 1)) != 0) {