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