Home | History | Annotate | Download | only in Sec

Lines Matching refs:DllFileName

996   CHAR16            *DllFileName;

1028 DllFileName = AsciiToUnicode (ImageContext->PdbPointer, &Index);
1033 if (Index < 5 || DllFileName[Index - 4] != '.') {
1034 free (DllFileName);
1046 DllFileName[Index - 3] = 'D';
1047 DllFileName[Index - 2] = 'L';
1048 DllFileName[Index - 1] = 'L';
1054 Library = LoadLibraryEx (DllFileName, NULL, DONT_RESOLVE_DLL_REFERENCES);
1060 // referenced in side the DllFileName from being loaded. There is no error
1070 SecPrint ("LoadLibraryEx (%S,\n NULL, DONT_RESOLVE_DLL_REFERENCES)\n", DllFileName);
1072 SecPrint ("WARNING: No source level debug %S. \n", DllFileName);
1075 free (DllFileName);