Searched defs:Cfg64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp3428 IMAGE_LOAD_CONFIG_DIRECTORY64 Cfg64; member in union:__anon16565
3465 RT_ZERO(u.Cfg64);
3466 int rc = rtldrPEReadRVA(pModPe, &u.Cfg64, Dir.Size, Dir.VirtualAddress);
3469 rtldrPEConvert32BitLoadConfigTo64Bit(&u.Cfg64);
3471 if (u.Cfg64.Size != Dir.Size)
3474 and Cfg64.Size=0x5c or 0x48. Windows seems to deal with it, so
3476 if ( Dir.Size < u.Cfg64.Size
3477 && ( u.Cfg64.Size == cbExpectV3
3478 || u.Cfg64.Size == cbExpectV2) )
3481 pszLogName, u.Cfg64
[all...]

Completed in 262 milliseconds