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

  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 161 #define Semihost_SYS_CLOSE(Handle) _Semihost_SYS_CLOSE(0x02, Handle)
185 #define Semihost_SYS_CLOSE(Handle) GccSemihostCall(0x02, (UINTN)(Handle))
203 #define Semihost_SYS_CLOSE(Handle) (-1)
SemihostLib.c 144 INT32 Result = Semihost_SYS_CLOSE(&FileHandle);

Completed in 47 milliseconds