| /external/rust/crates/gdbstub/src/arch/mips/ |
| D | mod.rs | 33 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/ |
| D | breakpoints.rs | 35 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()
|
| D | section_offsets.rs | 63 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/ |
| D | mod.rs | 16 type Usize = u32; typedef 26 type Usize = u64; typedef
|
| /external/rust/crates/gdbstub/src/arch/x86/ |
| D | mod.rs | 19 type Usize = u64; typedef 41 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub/src/target/ext/base/ |
| D | singlethread.rs | 46 ) -> 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()
|
| D | multithread.rs | 82 ) -> 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/ |
| D | mod.rs | 11 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub/src/arch/msp430/ |
| D | mod.rs | 18 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub/src/arch/ppc/ |
| D | mod.rs | 18 type Usize = u32; typedef
|
| /external/crosvm/src/ |
| D | gdb.rs | 248 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/ |
| D | traits.rs | 52 type Usize: PrimInt + Unsigned + BeBytes + LeBytes; typedef
|
| /external/rust/cxx/syntax/ |
| D | atom.rs | 13 Usize, enumerator
|
| /external/rust/crates/gdbstub/src/gdbstub_impl/ |
| D | mod.rs | 973 stop_reason: ThreadStopReason<<T::Arch as Arch>::Usize>, in finish_vcont()
|
| /external/crosvm/acpi_tables/src/ |
| D | aml.rs | 353 pub type Usize = usize; typedef 355 impl Aml for Usize { implementation
|