OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallStackEntry
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdBranch.c
69
EFI_DEBUGGER_CALLSTACK_CONTEXT *
CallStackEntry
;
85
ZeroMem (DebuggerPrivate->
CallStackEntry
, sizeof(DebuggerPrivate->
CallStackEntry
));
133
CallStackEntry
= &DebuggerPrivate->
CallStackEntry
[Index];
136
CallStackEntry
->SourceAddress,
137
CallStackEntry
->DestAddress
139
FuncName = FindSymbolStr ((UINTN)
CallStackEntry
->DestAddress);
152
CallStackEntry
->ParameterAddr
167
CallStackEntry
->Parameter[SubIndex]
[
all
...]
EdbHook.c
63
mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].SourceAddress = SourceEntry;
64
mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].Type = Type;
94
mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].ParameterAddr = (UINTN)ParameterAddress;
96
mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].Parameter,
98
sizeof(mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].Parameter)
128
ASSERT (mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].Type == Type);
129
mDebuggerPrivate.
CallStackEntry
[mDebuggerPrivate.CallStackEntryCount].DestAddress = DestEntry;
135
ASSERT (mDebuggerPrivate.
CallStackEntry
[EFI_DEBUGGER_TRACE_MAX].Type == Type);
137
CopyMem (&mDebuggerPrivate.
CallStackEntry
[Index],
138
&mDebuggerPrivate.
CallStackEntry
[Index + 1],
[
all
...]
EdbCommon.h
234
EFI_DEBUGGER_CALLSTACK_CONTEXT
CallStackEntry
[EFI_DEBUGGER_CALLSTACK_MAX + 1];
Edb.c
36
{{0}}, //
CallStackEntry
385
ZeroMem (DebuggerPrivate->
CallStackEntry
, sizeof(DebuggerPrivate->
CallStackEntry
));
Completed in 78 milliseconds