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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1073 uint32_t const offDot = off; local
1087 if (RT_UNLIKELY(off == offDot + 1))
1100 uint32_t cbNeeded = RT_OFFSETOF(RTLDRIMPORTINFO, szModule[iImpOrdinal != UINT32_MAX ? offDot + 1 : off + 1]);
1111 pInfo->pszSymbol = &pInfo->szModule[offDot + 1];
1117 memcpy(&pInfo->szModule[0], pszForwarder, offDot);
1119 pInfo->szModule[offDot] = '\0';

Completed in 44 milliseconds