Home | History | Annotate | Download | only in SemihostLib

Lines Matching refs:Handle

26   UINTN    Handle;

32 UINTN Handle;
80 IN UINT32 *Handle
129 IN UINT32 *Handle
161 #define Semihost_SYS_CLOSE(Handle) _Semihost_SYS_CLOSE(0x02, Handle)
168 #define Semihost_SYS_FLEN(Handle) _Semihost_SYS_FLEN(0x0C, Handle)
185 #define Semihost_SYS_CLOSE(Handle) GccSemihostCall(0x02, (UINTN)(Handle))
192 #define Semihost_SYS_FLEN(Handle) GccSemihostCall(0x0C, (UINTN)(Handle))
203 #define Semihost_SYS_CLOSE(Handle) (-1)
210 #define Semihost_SYS_FLEN(Handle) (-1)