Home
last modified time | relevance | path

Searched refs:Syscall (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp62 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 DNativeProcessLinux.h146 llvm::Expected<uint64_t> Syscall(llvm::ArrayRef<uint64_t> args);
H A DNativeRegisterContextLinux_x86_64.cpp1054 static const uint8_t Syscall[] = {0x0f, 0x05}; in GetSyscallData() local
1058 return SyscallData{Syscall, Args, lldb_rax_x86_64}; in GetSyscallData()
H A DNativeProcessLinux.cpp1228 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 Dt9.22802 * Syscall to push extended attribute configuration information into the
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td1627 // Syscall
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfunc.pod9297 Syscall returns whatever value returned by the system call it calls.