Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/lib/
H A Dpeloader.c131 IN OUT PLIST_ENTRY ModuleListHead,
139 IN OUT PLIST_ENTRY ModuleListHead, in PeLdrpBindImportName() argument
363 Success = PeLdrpBindImportName(ModuleListHead, in PeLdrpBindImportName()
392 IN OUT PLIST_ENTRY ModuleListHead, in PeLdrpLoadAndScanReferencedDll() argument
456 IN OUT PLIST_ENTRY ModuleListHead, in PeLdrpScanImportAddressTable() argument
498 Success = PeLdrpBindImportName(ModuleListHead, in PeLdrpScanImportAddressTable()
587 IN OUT PLIST_ENTRY ModuleListHead, in PeLdrCheckForLoadedDll() argument
598 ModuleEntry = ModuleListHead->Flink; in PeLdrCheckForLoadedDll()
599 while (ModuleEntry != ModuleListHead) in PeLdrCheckForLoadedDll()
631 IN OUT PLIST_ENTRY ModuleListHead, in PeLdrScanImportDescriptorTable() argument
[all …]
/reactos/boot/freeldr/freeldr/include/
H A Dpeloader.h47 IN OUT PLIST_ENTRY ModuleListHead,
60 IN OUT PLIST_ENTRY ModuleListHead,
66 IN OUT PLIST_ENTRY ModuleListHead,
/reactos/dll/win32/kernel32/client/
H A Dloader.c604 PLIST_ENTRY ModuleListHead, Entry; in GetModuleFileNameW() local
626 ModuleListHead = &Peb->Ldr->InLoadOrderModuleList; in GetModuleFileNameW()
627 Entry = ModuleListHead->Flink; in GetModuleFileNameW()
628 while (Entry != ModuleListHead) in GetModuleFileNameW()
/reactos/drivers/base/kdgdb/
H A Dkdpacket.c23 LIST_ENTRY* ModuleListHead; variable
263 ModuleListHead = *(PLIST_ENTRY*)&KdDebuggerDataBlock->PsLoadedModuleList; in GetVersionSendHandler()
H A Dkdgdb.h107 extern LIST_ENTRY* ModuleListHead;
H A Dgdb_input.c371 CurrentEntry = ModuleListHead->Flink; in handle_gdb_query()
383 CurrentEntry != ModuleListHead; in handle_gdb_query()
/reactos/win32ss/user/winsrv/usersrv/
H A Dharderror.c244 PLIST_ENTRY ModuleListHead; in UserpGetClientFileName() local
273 ModuleListHead = &Ldr->InLoadOrderModuleList; in UserpGetClientFileName()
275 &ModuleListHead->Flink, in UserpGetClientFileName()
281 if (Entry == ModuleListHead) return STATUS_UNSUCCESSFUL; in UserpGetClientFileName()
/reactos/dll/ntdll/ldr/
H A Dldrapi.c954 PLIST_ENTRY ModuleListHead, InitListHead; in LdrQueryProcessModuleInformationEx() local
983 ModuleListHead = &NtCurrentPeb()->Ldr->InLoadOrderModuleList; in LdrQueryProcessModuleInformationEx()
984 Entry = ModuleListHead->Flink; in LdrQueryProcessModuleInformationEx()
986 while (Entry != ModuleListHead) in LdrQueryProcessModuleInformationEx()
/reactos/dll/ntdll/rtl/
H A Dlibsupp.c661 PLIST_ENTRY ModuleListHead; in RtlPcToFileHeader() local
667 ModuleListHead = &NtCurrentPeb()->Ldr->InLoadOrderModuleList; in RtlPcToFileHeader()
668 Entry = ModuleListHead->Flink; in RtlPcToFileHeader()
669 while (Entry != ModuleListHead) in RtlPcToFileHeader()
/reactos/ntoskrnl/mm/ARM3/
H A Dsysldr.c435 _In_ PLIST_ENTRY ModuleListHead) in MmCallDllInitialize() argument
490 UNREFERENCED_PARAMETER(ModuleListHead); in MmCallDllInitialize()
/reactos/ntoskrnl/include/internal/
H A Dmm.h1656 _In_ PLIST_ENTRY ModuleListHead);