Searched refs:get_section_offsets (Results 1 – 3 of 3) sorted by relevance
10 fn get_section_offsets(&mut self) -> Result<Offsets<u32>, Self::Error> { in get_section_offsets() method
63 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets() method
800 match ops.get_section_offsets().map_err(Error::TargetError)? { in handle_section_offsets()