Lines Matching defs:pLoadCfg64

2934     IMAGE_LOAD_CONFIG_DIRECTORY64_V4 volatile *pLoadCfg64 = pLoadCfg;
2936 pLoadCfg64->CodeIntegrity.Reserved = pLoadCfg32->CodeIntegrity.Reserved;
2937 pLoadCfg64->CodeIntegrity.CatalogOffset = pLoadCfg32->CodeIntegrity.CatalogOffset;
2938 pLoadCfg64->CodeIntegrity.Catalog = pLoadCfg32->CodeIntegrity.Catalog;
2939 pLoadCfg64->CodeIntegrity.Flags = pLoadCfg32->CodeIntegrity.Flags;
2940 pLoadCfg64->GuardFlags = pLoadCfg32->GuardFlags;
2941 pLoadCfg64->GuardCFFunctionCount = pLoadCfg32->GuardCFFunctionCount;
2942 pLoadCfg64->GuardCFFunctionTable = pLoadCfg32->GuardCFFunctionTable;
2943 pLoadCfg64->Reserved2 = pLoadCfg32->Reserved2;
2944 pLoadCfg64->GuardCFCCheckFunctionPointer= pLoadCfg32->GuardCFCCheckFunctionPointer;
2945 pLoadCfg64->SEHandlerCount = pLoadCfg32->SEHandlerCount;
2946 pLoadCfg64->SEHandlerTable = pLoadCfg32->SEHandlerTable;
2947 pLoadCfg64->SecurityCookie = pLoadCfg32->SecurityCookie;
2948 pLoadCfg64->EditList = pLoadCfg32->EditList;
2949 pLoadCfg64->Reserved1 = pLoadCfg32->Reserved1;
2950 pLoadCfg64->CSDVersion = pLoadCfg32->CSDVersion;
2951 pLoadCfg64->ProcessHeapFlags = pLoadCfg32->ProcessHeapFlags; /* switched place with ProcessAffinityMask, but we're more than 16 byte off by now so it doesn't matter. */
2952 pLoadCfg64->ProcessAffinityMask = pLoadCfg32->ProcessAffinityMask;
2953 pLoadCfg64->VirtualMemoryThreshold = pLoadCfg32->VirtualMemoryThreshold;
2954 pLoadCfg64->MaximumAllocationSize = pLoadCfg32->MaximumAllocationSize;
2955 pLoadCfg64->LockPrefixTable = pLoadCfg32->LockPrefixTable;
2956 pLoadCfg64->DeCommitTotalFreeThreshold = pLoadCfg32->DeCommitTotalFreeThreshold;
2958 pLoadCfg64->DeCommitFreeBlockThreshold = u32DeCommitFreeBlockThreshold;