Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/
Dmod.rs40 type ProgramCounter = u32; typedef
44 fn pc(&self) -> Self::ProgramCounter { in pc()
111 type ProgramCounter = u32; typedef
115 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()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/mips/reg/
Dmips.rs93 type ProgramCounter = U; typedef
95 fn pc(&self) -> Self::ProgramCounter { in pc()
190 type ProgramCounter = U; typedef
192 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/riscv/reg/
Driscv.rs24 type ProgramCounter = U; typedef
26 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/arm/reg/
Darm_core.rs21 type ProgramCounter = u32; typedef
23 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/msp430/reg/
Dmsp430.rs25 type ProgramCounter = U; typedef
27 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/aarch64/reg/
Daarch64_core.rs27 type ProgramCounter = u64; typedef
29 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/ppc/reg/
Dcommon.rs41 type ProgramCounter = u32; typedef
43 fn pc(&self) -> Self::ProgramCounter { in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/
Darch.rs64 type ProgramCounter: Copy; typedef
67 fn pc(&self) -> Self::ProgramCounter; in pc()
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs417 type ProgramCounter = u32; typedef
419 fn pc(&self) -> Self::ProgramCounter { in pc()