Searched defs:AddressType (Results 1 – 3 of 3) 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()
324 using AddressType = std::uint16_t; member363 using AddressType = typename SettingType::AddressType; variable490 using AddressType = typename RegisterSetting<Value>::AddressType; in serialize() local