OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peb
(Results
1 - 3
of
3
) 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;
minidump_test.cc
20
// Convenience to get to the
PEB
pointer in a TEB.
23
void*
peb
;
member in struct:__anon7109::FakeTEB
26
// Minidump with stacks,
PEB
, TEB, and unloaded module list.
28
MiniDumpWithProcessThreadData | // Get
PEB
and TEB.
33
MiniDumpWithProcessThreadData | // Get
PEB
and TEB.
40
MiniDumpWithProcessThreadData | // Get
PEB
and TEB.
197
return DumpHasMemory(teb->
peb
);
331
// We expect no
PEB
nor TEBs in this dump.
350
// We expect
PEB
and TEBs in this dump.
384
// We expect
PEB
and TEBs in this dump
[
all
...]
/external/chromium_org/base/test/
test_process_killer_win.cc
61
// Read the address of the process params from the
peb
.
75
BYTE*
peb
= reinterpret_cast<BYTE*>(info.PebBaseAddress);
local
78
// the base address of the
PEB
+ 0x10 for 32 bit processes. 64 bit
79
// processes have a different
PEB
struct as per
84
peb
+ 0x10,
Completed in 558 milliseconds