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

  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.cc 15 PEB* peb = GetCurrentPeb(); local
17 LIST_ENTRY* head = &peb->Ldr->InLoadOrderModuleList;
nt_loader.h 90 // There is more in a PEB, but this is all we need.
91 } _PEB, PEB;
148 // Retrieves the current process' PEB.
149 inline PEB* GetCurrentPeb() {

Completed in 28 milliseconds