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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp476 static int rtkldrGetImportWrapper(PKLDRMOD pMod, uint32_t iImport, uint32_t iSymbol, const char *pchSymbol, KSIZE cchSymbol, argument
500 if (iImport != NIL_KLDRMOD_IMPORT)
503 int rc = kLdrModGetImport(pMod, pArgs->pvBits, iImport, pszBuf, 64);
H A DldrPE.cpp1777 * @param iImport The index of the import table descriptor to fetch
1784 static int rtLdrPE_QueryImportModule(PRTLDRMODPE pThis, void const *pvBits, uint32_t iImport, argument
1801 if (iImport < pThis->cImports)
1803 uint32_t offEntry = iImport * sizeof(IMAGE_IMPORT_DESCRIPTOR) + pThis->ImportDir.VirtualAddress;
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp780 uint32_t iImport; member in union:__anon16390
782 uBuf.iImport = i;

Completed in 56 milliseconds