Home | History | Annotate | Download | only in BasePeCoffLib

Lines Matching refs:CheckContext

1223   PE_COFF_LOADER_IMAGE_CONTEXT          CheckContext;

1256 CopyMem (&CheckContext, ImageContext, sizeof (PE_COFF_LOADER_IMAGE_CONTEXT));
1258 Status = PeCoffLoaderGetImageInfo (&CheckContext);
1266 if (ImageContext->ImageSize < CheckContext.ImageSize) {
1281 if (CheckContext.RelocationsStripped) {
1286 if (CheckContext.ImageType == EFI_IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER) {
1294 if (CheckContext.ImageAddress != ImageContext->ImageAddress) {
1303 if ((ImageContext->ImageAddress & (CheckContext.SectionAlignment - 1)) != 0) {