Home
last modified time | relevance | path

Searched refs:BoundImportName (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/ntdll/ldr/
H A Dldrpe.c264 LPSTR ImportName = NULL, BoundImportName, ForwarderName; in LdrpHandleOneNewFormatImportDescriptor() local
278 BoundImportName = (LPSTR)FirstEntry + BoundEntry->OffsetModuleName; in LdrpHandleOneNewFormatImportDescriptor()
283 DPRINT1("LDR: %wZ bound to %s\n", &LdrEntry->BaseDllName, BoundImportName); in LdrpHandleOneNewFormatImportDescriptor()
288 BoundImportName, in LdrpHandleOneNewFormatImportDescriptor()
298 BoundImportName, in LdrpHandleOneNewFormatImportDescriptor()
321 BoundImportName); in LdrpHandleOneNewFormatImportDescriptor()
334 BoundImportName); in LdrpHandleOneNewFormatImportDescriptor()
429 if (!_stricmp(ImportName, BoundImportName)) break; in LdrpHandleOneNewFormatImportDescriptor()
472 BoundImportName, in LdrpHandleOneNewFormatImportDescriptor()