Home
last modified time | relevance | path

Searched defs:Syscall (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerUtilFuchsia.cpp62 void ExitOnErr(zx_status_t Status, const char *Syscall) { in ExitOnErr()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp1054 static const uint8_t Syscall[] = {0x0f, 0x05}; in GetSyscallData() local
DNativeProcessLinux.cpp1228 NativeProcessLinux::Syscall(llvm::ArrayRef<uint64_t> args) { in Syscall() function in NativeProcessLinux