| /external/rust/crates/gdbstub/src/target/ext/ |
| D | breakpoints.rs | 44 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()
|
| D | section_offsets.rs | 63 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets()
|
| D | catch_syscalls.rs | 23 filter: Option<SyscallNumbers<'_, <Self::Arch as Arch>::Usize>>, in enable_catch_syscalls()
|
| D | host_io.rs | 327 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/ |
| D | mod.rs | 68 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/ |
| D | singlethread.rs | 42 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()
|
| D | multithread.rs | 53 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/ |
| D | mod.rs | 12 type Usize = u64; typedef 34 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub_arch/src/riscv/ |
| D | mod.rs | 16 type Usize = u32; typedef 32 type Usize = u64; typedef
|
| /external/rust/crates/gdbstub_arch/src/msp430/ |
| D | mod.rs | 11 type Usize = u16; typedef 30 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub_arch/src/ppc/ |
| D | mod.rs | 17 type Usize = u32; typedef
|
| /external/rust/crates/gdbstub_arch/src/aarch64/ |
| D | mod.rs | 18 type Usize = u64; typedef
|
| /external/crosvm/src/crosvm/ |
| D | gdb.rs | 249 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/ |
| D | mod.rs | 37 type Usize = u32; typedef
|
| /external/rust/crates/zerocopy-derive/tests/ |
| D | enum_as_bytes.rs | 64 enum Usize { enum
|
| /external/rust/cxx/syntax/ |
| D | atom.rs | 13 Usize, enumerator
|
| /external/rust/crates/zerocopy-derive/src/ |
| D | repr.rs | 173 Usize, enumerator
|
| /external/rust/crates/gdbstub/src/stub/core_impl/ |
| D | resume.rs | 288 stop_reason: MultiThreadStopReason<<T::Arch as Arch>::Usize>, in finish_exec()
|
| /external/rust/crates/litrs/src/integer/ |
| D | mod.rs | 54 Usize, enumerator
|
| /external/rust/crates/gdbstub/src/ |
| D | arch.rs | 123 type Usize: Debug + FromPrimitive + PrimInt + Unsigned + BeBytes + LeBytes; typedef
|
| /external/rust/crates/gdbstub/examples/armv4t/gdb/ |
| D | mod.rs | 485 type Usize = u32; typedef
|
| /external/crosvm/acpi_tables/src/ |
| D | aml.rs | 409 pub type Usize = usize; typedef 411 impl Aml for Usize { implementation
|