Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/arch/mips/
Dmod.rs33 type Usize = u32; typedef
43 type Usize = u64; typedef
53 type Usize = u32; typedef
65 type Usize = u64; typedef
/external/rust/crates/gdbstub/src/target/ext/
Dbreakpoints.rs35 addr: <Self::Arch as Arch>::Usize, in remove_sw_breakpoint()
59 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint()
79 addr: <Self::Arch as Arch>::Usize, in add_hw_watchpoint()
87 addr: <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()
/external/rust/crates/gdbstub/src/arch/riscv/
Dmod.rs16 type Usize = u32; typedef
26 type Usize = u64; typedef
/external/rust/crates/gdbstub/src/arch/x86/
Dmod.rs19 type Usize = u64; typedef
41 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/target/ext/base/
Dsinglethread.rs46 ) -> Result<StopReason<<Self::Arch as Arch>::Usize>, Self::Error>; in resume()
108 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
119 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
Dmultithread.rs82 ) -> Result<ThreadStopReason<<Self::Arch as Arch>::Usize>, Self::Error>; in resume()
156 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
168 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
/external/rust/crates/gdbstub/src/arch/arm/
Dmod.rs11 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/arch/msp430/
Dmod.rs18 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/arch/ppc/
Dmod.rs18 type Usize = u32; typedef
/external/crosvm/src/
Dgdb.rs248 start_addr: <Self::Arch as Arch>::Usize, in read_addrs()
274 start_addr: <Self::Arch as Arch>::Usize, in write_addrs()
324 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint()
/external/rust/crates/gdbstub/src/arch/
Dtraits.rs52 type Usize: PrimInt + Unsigned + BeBytes + LeBytes; typedef
/external/rust/cxx/syntax/
Datom.rs13 Usize, enumerator
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs973 stop_reason: ThreadStopReason<<T::Arch as Arch>::Usize>, in finish_vcont()
/external/crosvm/acpi_tables/src/
Daml.rs353 pub type Usize = usize; typedef
355 impl Aml for Usize { implementation