Home
last modified time | relevance | path

Searched defs:base_ops (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/
Dmod.rs422 fn base_ops(&mut self) -> ext::base::BaseOps<'_, Self::Arch, Self::Error>; in base_ops() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t_multicore/
Dgdb.rs36 fn base_ops(&mut self) -> target::ext::base::BaseOps<'_, Self::Arch, Self::Error> { in base_ops() method
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dgdb.rs181 fn base_ops(&mut self) -> BaseOps<Self::Arch, Self::Error> { in base_ops() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs84 fn base_ops(&mut self) -> target::ext::base::BaseOps<'_, Self::Arch, Self::Error> { in base_ops() method