Lines Matching refs:DllFileName
145 CHAR16 *DllFileName;
173 DllFileName = AsciiToUnicode (ImageContext->PdbPointer, &Index);
178 if (Index < 5 || DllFileName[Index - 4] != '.') {
179 mWinNt->HeapFree (mWinNt->GetProcessHeap (), 0, DllFileName);
191 DllFileName[Index - 3] = 'D';
192 DllFileName[Index - 2] = 'L';
193 DllFileName[Index - 1] = 'L';
199 Library = mWinNt->LoadLibraryEx (DllFileName, NULL, DONT_RESOLVE_DLL_REFERENCES);
205 // referenced in side the DllFileName from being loaded. There is no error
215 DEBUG ((EFI_D_INFO, "LoadLibraryEx (%s,\n NULL, DONT_RESOLVE_DLL_REFERENCES)\n", DllFileName));
217 DEBUG ((EFI_D_ERROR, "WARNING: No source level debug %s. \n", DllFileName));
220 mWinNt->HeapFree (mWinNt->GetProcessHeap (), 0, DllFileName);