HomeSort by relevance Sort by last modified time
    Searched refs:DllFileName (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/
PeiNt32PeCoffExtraActionLib.c 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));
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/
DxeNt32PeCoffExtraActionLib.c 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));
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.c 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);
    [all...]

Completed in 154 milliseconds