Home
last modified time | relevance | path

Searched refs:get_section_offsets (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/gdbstub/examples/armv4t/gdb/
Dsection_offsets.rs10 fn get_section_offsets(&mut self) -> Result<Offsets<u32>, Self::Error> { in get_section_offsets() method
/external/rust/crates/gdbstub/src/target/ext/
Dsection_offsets.rs63 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets() method
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs800 match ops.get_section_offsets().map_err(Error::TargetError)? { in handle_section_offsets()