Lines Matching refs:DllFileName
279 CHAR16 *DllFileName;
308 DllFileName = AsciiToUnicode (ImageContext->PdbPointer, &Index);
313 if (Index < 5 || DllFileName[Index - 4] != '.') {
314 mWinNt->HeapFree (mWinNt->GetProcessHeap (), 0, DllFileName);
326 DllFileName[Index - 3] = 'D';
327 DllFileName[Index - 2] = 'L';
328 DllFileName[Index - 1] = 'L';
334 Library = mWinNt->LoadLibraryEx (DllFileName, NULL, DONT_RESOLVE_DLL_REFERENCES);
340 // referenced in side the DllFileName from being loaded. There is no error
355 DEBUG ((EFI_D_ERROR, "WARNING: DLL already loaded. No source level debug %s. \n", DllFileName));
361 DEBUG ((EFI_D_INFO, "LoadLibraryEx (%s,\n NULL, DONT_RESOLVE_DLL_REFERENCES)\n", DllFileName));
367 DEBUG ((EFI_D_ERROR, "WARNING: No source level debug %s. \n", DllFileName));
370 mWinNt->HeapFree (mWinNt->GetProcessHeap (), 0, DllFileName);