Searched defs:AddressType (Results 1 – 2 of 2) sorted by relevance
11 pub type AddressType = *mut ::libc::c_void; typedef194 addr: AddressType, in ptrace_peek()266 addr: AddressType, in ptrace_other()539 addr: AddressType, in write()560 offset: AddressType, in write_user()
66 addr: AddressType, in ptrace_other()193 pub fn write(pid: Pid, addr: AddressType, data: c_int) -> Result<()> { in write()