Searched refs:FullDllName (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp63 } FullDllName, member in struct:NTMTE32
97 } FullDllName, /**< 0x48 */ member in struct:NTMTE64
860 if (!WINNT_VALID_ADDRESS(pThis, WINNT_UNION(pThis, &Mte, FullDllName.Buffer)))
862 Log(("DigWinNt: Bad Mte at %RGv - FullDllName=%llx\n", Addr.FlatPtr, WINNT_UNION(pThis, &Mte, FullDllName.Buffer)));
876 DBGFR3AddrFromFlat(pUVM, &AddrName, WINNT_UNION(pThis, &Mte, FullDllName.Buffer));
877 uint16_t cbName = WINNT_UNION(pThis, &Mte, FullDllName.Length);
1008 && WINNT32_VALID_ADDRESS(uMte2.v32.FullDllName.Buffer)
1010 && uMte2.v32.FullDllName.Length <= 260
1089 && WINNT64_VALID_ADDRESS(uMte2.v64.FullDllName
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp256 if ( pLdrEntry->FullDllName.Length > cbName + sizeof(WCHAR)
257 && ( pLdrEntry->FullDllName.Buffer[(pLdrEntry->FullDllName.Length - cbName) / sizeof(WCHAR) - 1] == '\\'
258 || pLdrEntry->FullDllName.Buffer[(pLdrEntry->FullDllName.Length - cbName) / sizeof(WCHAR) - 1] == '/')
259 && RTUtf16ICmpAscii(&pLdrEntry->FullDllName.Buffer[(pLdrEntry->FullDllName.Length - cbName) / sizeof(WCHAR)],
H A DSUPR3HardenedMain-win.cpp1990 pData->Loaded.FullDllName->Length / sizeof(WCHAR), pData->Loaded.FullDllName->Buffer,
1996 int rc = RTNtPathFromWinUtf16Ex(&NtPathUniStr, &hRootDir, pData->Loaded.FullDllName->Buffer,
1997 pData->Loaded.FullDllName->Length / sizeof(WCHAR));
2001 pData->Loaded.FullDllName->Length / sizeof(WCHAR), pData->Loaded.FullDllName->Buffer, rc);
2026 pData->Loaded.FullDllName->Length / sizeof(WCHAR), pData->Loaded.FullDllName->Buffer,
2043 pData->Loaded.FullDllName->Length / sizeof(WCHAR), pData->Loaded.FullDllName
[all...]
/vbox/include/iprt/nt/
H A Dnt.h2279 PCUNICODE_STRING FullDllName; member in struct:_LDR_DLL_LOADED_NOTIFICATION_DATA
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h1959 UNICODE_STRING FullDllName; member in struct:_LDR_MODULE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h1915 UNICODE_STRING FullDllName; member in struct:_LDR_MODULE

Completed in 128 milliseconds