Searched refs:ModuleListHead (Results 1 – 11 of 11) sorted by relevance
/reactos/boot/freeldr/freeldr/lib/ |
H A D | peloader.c | 131 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 D | peloader.h | 47 IN OUT PLIST_ENTRY ModuleListHead, 60 IN OUT PLIST_ENTRY ModuleListHead, 66 IN OUT PLIST_ENTRY ModuleListHead,
|
/reactos/dll/win32/kernel32/client/ |
H A D | loader.c | 604 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 D | kdpacket.c | 23 LIST_ENTRY* ModuleListHead; variable 263 ModuleListHead = *(PLIST_ENTRY*)&KdDebuggerDataBlock->PsLoadedModuleList; in GetVersionSendHandler()
|
H A D | kdgdb.h | 107 extern LIST_ENTRY* ModuleListHead;
|
H A D | gdb_input.c | 371 CurrentEntry = ModuleListHead->Flink; in handle_gdb_query() 383 CurrentEntry != ModuleListHead; in handle_gdb_query()
|
/reactos/win32ss/user/winsrv/usersrv/ |
H A D | harderror.c | 244 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 D | ldrapi.c | 954 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 D | libsupp.c | 661 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 D | sysldr.c | 435 _In_ PLIST_ENTRY ModuleListHead) in MmCallDllInitialize() argument 490 UNREFERENCED_PARAMETER(ModuleListHead); in MmCallDllInitialize()
|
/reactos/ntoskrnl/include/internal/ |
H A D | mm.h | 1656 _In_ PLIST_ENTRY ModuleListHead);
|