Searched refs:Syscall (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilFuchsia.cpp | 62 void ExitOnErr(zx_status_t Status, const char *Syscall) { in ExitOnErr() argument 64 Printf("libFuzzer: %s failed: %s\n", Syscall, in ExitOnErr()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.h | 146 llvm::Expected<uint64_t> Syscall(llvm::ArrayRef<uint64_t> args);
|
| H A D | NativeRegisterContextLinux_x86_64.cpp | 1054 static const uint8_t Syscall[] = {0x0f, 0x05}; in GetSyscallData() local 1058 return SyscallData{Syscall, Args, lldb_rax_x86_64}; in GetSyscallData()
|
| H A D | NativeProcessLinux.cpp | 1228 NativeProcessLinux::Syscall(llvm::ArrayRef<uint64_t> args) { in Syscall() function in NativeProcessLinux 1331 Syscall({mmap_data->SysMmap, 0, size, prot, MAP_ANONYMOUS | MAP_PRIVATE, in AllocateMemory() 1350 Syscall({mmap_data->SysMunmap, addr, it->second}); in DeallocateMemory()
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.2 | 2802 * Syscall to push extended attribute configuration information into the
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 1627 // Syscall
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfunc.pod | 9297 Syscall returns whatever value returned by the system call it calls.
|