Searched defs:Syscall (Results 1 – 3 of 3) sorted by relevance
62 void ExitOnErr(zx_status_t Status, const char *Syscall) { in ExitOnErr() argument
1050 static const uint8_t Syscall[] = {0x0f, 0x05}; GetSyscallData() local
1341 NativeProcessLinux::Syscall(llvm::ArrayRef<uint64_t> args) { Syscall() function in NativeProcessLinux