Home
last modified time | relevance | path

Searched refs:read_user (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_ptrace.rs229 // this duplicates `get_syscall_id` for the purpose of testing `ptrace::read_user`. in test_ptrace_syscall()
238 ptrace::read_user(child, rax_offset as _).unwrap() in test_ptrace_syscall()
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs547 pub fn read_user(pid: Pid, offset: AddressType) -> Result<c_long> { in read_user() functions

Completed in 2 milliseconds