OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ItBlock
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c
208
UINT32
ItBlock
;
230
ItBlock
= 0;
231
DisassembleInstruction (&DisAsm, (SystemContext.SystemContextArm->CPSR & BIT5) == BIT5, TRUE, &
ItBlock
, Buffer, sizeof (Buffer));
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c
148
UINT32
ItBlock
;
158
ItBlock
= 0;
161
DisassembleInstruction (&Ptr, TRUE, TRUE, &
ItBlock
, Buffer, sizeof (Buffer));
Completed in 139 milliseconds