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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Exceptions.h 49 char *EMsg
ProcessDsc.c 600 INT8 *EMsg;
622 EMsg = CatchException ();
623 if (EMsg != NULL) {
624 fprintf (stderr, "%s\n", EMsg);
786 EMsg = CatchException ();
787 if (EMsg != NULL) {
788 fprintf (stderr, "%s\n", EMsg);
876 EMsg = CatchException ();
877 if (EMsg != NULL) {
878 fprintf (stderr, "%s\n", EMsg);
    [all...]

Completed in 61 milliseconds