Home | History | Annotate | Download | only in win

Lines Matching defs:import

341   PIMAGE_IMPORT_DESCRIPTOR import = GetFirstImportChunk();
343 if (import == NULL || size < sizeof(IMAGE_IMPORT_DESCRIPTOR))
346 for (; import->FirstThunk; import++) {
347 LPCSTR module_name = reinterpret_cast<LPCSTR>(RVAToAddr(import->Name));
349 RVAToAddr(import->OriginalFirstThunk));
351 RVAToAddr(import->FirstThunk));
375 PIMAGE_IMPORT_BY_NAME import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
378 hint = import->Hint;
379 name = reinterpret_cast<LPCSTR>(&import->Name);
468 PIMAGE_IMPORT_BY_NAME import;
472 import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
478 import = reinterpret_cast<PIMAGE_IMPORT_BY_NAME>(
483 hint = import->Hint;
484 name = reinterpret_cast<LPCSTR>(&import->Name);