Home
last modified time | relevance | path

Searched defs:ProgramCounter (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/gdbstub_arch/src/x86/reg/
Dmod.rs41 type ProgramCounter = u32; typedef
45 fn pc(&self) -> Self::ProgramCounter { in pc()
112 type ProgramCounter = u32; typedef
116 fn pc(&self) -> Self::ProgramCounter { in pc()
Dcore64.rs32 type ProgramCounter = u64; typedef
34 fn pc(&self) -> Self::ProgramCounter { in pc()
Dcore32.rs46 type ProgramCounter = u32; typedef
48 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/riscv/reg/
Driscv.rs25 type ProgramCounter = U; typedef
27 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/arm/reg/
Darm_core.rs21 type ProgramCounter = u32; typedef
23 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/mips/reg/
Dmips.rs95 type ProgramCounter = U; typedef
97 fn pc(&self) -> Self::ProgramCounter { in pc()
192 type ProgramCounter = U; typedef
194 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/msp430/reg/
Dmsp430.rs26 type ProgramCounter = U; typedef
28 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/aarch64/reg/
Daarch64_core.rs28 type ProgramCounter = u64; typedef
30 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub_arch/src/ppc/reg/
Dcommon.rs43 type ProgramCounter = u32; typedef
45 fn pc(&self) -> Self::ProgramCounter { in pc()
/external/rust/crates/gdbstub/src/
Darch.rs62 type ProgramCounter: Copy; typedef
65 fn pc(&self) -> Self::ProgramCounter; in pc()
/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs400 type ProgramCounter = u32; typedef
402 fn pc(&self) -> Self::ProgramCounter { in pc()