Home | History | Annotate | Download | only in win

Lines Matching defs:import

344   PIMAGE_IMPORT_DESCRIPTOR import = GetFirstImportChunk();
346 if (import == NULL || size < sizeof(IMAGE_IMPORT_DESCRIPTOR))
349 for (; import->FirstThunk; import++) {
350 LPCSTR module_name = reinterpret_cast<LPCSTR>(RVAToAddr(import->Name));
352 RVAToAddr(import->OriginalFirstThunk));
354 RVAToAddr(import->FirstThunk));
378 PIMAGE_IMPORT_BY_NAME import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
381 hint = import->Hint;
382 name = reinterpret_cast<LPCSTR>(&import->Name);
471 PIMAGE_IMPORT_BY_NAME import;
475 import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
481 import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
486 hint = import->Hint;
487 name = reinterpret_cast<LPCSTR>(&import->Name);