Home
last modified time | relevance | path

Searched defs:get_section_offsets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dsection_offsets.rs9 fn get_section_offsets(&mut self) -> Result<Offsets<u32>, Self::Error> { in get_section_offsets() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dsection_offsets.rs70 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets() method