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

  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c 154 STATIC CHAR8 *gExceptionTypeString[] = {
189 gExceptionTypeString[ExceptionType], SystemContext.SystemContextArm->PC, SystemContext.SystemContextArm->CPSR);
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 32 STATIC CHAR8 *gExceptionTypeString[] = {
140 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n\n%a Exception at 0x%016lx\n", gExceptionTypeString[ExceptionType], SystemContext.SystemContextAArch64->ELR);

Completed in 69 milliseconds