Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/src/target/
Dmod.rs421 fn base_ops(&mut self) -> ext::base::BaseOps<'_, Self::Arch, Self::Error>; in base_ops() method
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Dgdb.rs31 fn base_ops(&mut self) -> target::ext::base::BaseOps<'_, Self::Arch, Self::Error> { in base_ops() method
/external/crosvm/src/crosvm/
Dgdb.rs185 fn base_ops(&mut self) -> BaseOps<Self::Arch, Self::Error> { in base_ops() method
/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dmod.rs80 fn base_ops(&mut self) -> target::ext::base::BaseOps<'_, Self::Arch, Self::Error> { in base_ops() method