Home
last modified time | relevance | path

Searched defs:Usize (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/gdbstub/src/target/ext/
Dbreakpoints.rs44 addr: <Self::Arch as Arch>::Usize, in add_sw_breakpoint()
53 addr: <Self::Arch as Arch>::Usize, in remove_sw_breakpoint()
75 addr: <Self::Arch as Arch>::Usize, in add_hw_breakpoint()
84 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint()
118 addr: <Self::Arch as Arch>::Usize, in add_hw_watchpoint()
119 len: <Self::Arch as Arch>::Usize, in add_hw_watchpoint()
129 addr: <Self::Arch as Arch>::Usize, in remove_hw_watchpoint()
130 len: <Self::Arch as Arch>::Usize, in remove_hw_watchpoint()
Dsection_offsets.rs63 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets()
Dcatch_syscalls.rs23 filter: Option<SyscallNumbers<'_, <Self::Arch as Arch>::Usize>>, in enable_catch_syscalls()
Dhost_io.rs327 offset: <Self::Arch as Arch>::Usize, in pwrite()
329 ) -> HostIoResult<<Self::Arch as Arch>::Usize, Self>; in pwrite()
/external/rust/crates/gdbstub_arch/src/mips/
Dmod.rs68 type Usize = u32; typedef
84 type Usize = u32; typedef
103 type Usize = u64; typedef
120 type Usize = u64; typedef
/external/rust/crates/gdbstub/src/target/ext/base/
Dsinglethread.rs42 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
53 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
164 start: <Self::Arch as Arch>::Usize, in resume_range_step()
165 end: <Self::Arch as Arch>::Usize, in resume_range_step()
Dmultithread.rs53 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
65 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
278 start: <Self::Arch as Arch>::Usize, in set_resume_action_range_step()
279 end: <Self::Arch as Arch>::Usize, in set_resume_action_range_step()
/external/rust/crates/gdbstub_arch/src/x86/
Dmod.rs12 type Usize = u64; typedef
34 type Usize = u32; typedef
/external/rust/crates/gdbstub_arch/src/riscv/
Dmod.rs16 type Usize = u32; typedef
32 type Usize = u64; typedef
/external/rust/crates/gdbstub_arch/src/msp430/
Dmod.rs11 type Usize = u16; typedef
30 type Usize = u32; typedef
/external/rust/crates/gdbstub_arch/src/ppc/
Dmod.rs17 type Usize = u32; typedef
/external/rust/crates/gdbstub_arch/src/aarch64/
Dmod.rs18 type Usize = u64; typedef
/external/crosvm/src/crosvm/
Dgdb.rs249 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
275 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
360 addr: <Self::Arch as Arch>::Usize, in add_hw_breakpoint()
394 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint()
/external/rust/crates/gdbstub_arch/src/arm/
Dmod.rs37 type Usize = u32; typedef
/external/rust/crates/zerocopy-derive/tests/
Denum_as_bytes.rs64 enum Usize { enum
/external/rust/cxx/syntax/
Datom.rs13 Usize, enumerator
/external/rust/crates/zerocopy-derive/src/
Drepr.rs173 Usize, enumerator
/external/rust/crates/gdbstub/src/stub/core_impl/
Dresume.rs288 stop_reason: MultiThreadStopReason<<T::Arch as Arch>::Usize>, in finish_exec()
/external/rust/crates/litrs/src/integer/
Dmod.rs54 Usize, enumerator
/external/rust/crates/gdbstub/src/
Darch.rs123 type Usize: Debug + FromPrimitive + PrimInt + Unsigned + BeBytes + LeBytes; typedef
/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs485 type Usize = u32; typedef
/external/crosvm/acpi_tables/src/
Daml.rs409 pub type Usize = usize; typedef
411 impl Aml for Usize { implementation