Struct gimli::read::PartialFrameDescriptionEntry [−][src]
pub struct PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>, { /* fields omitted */ }A partially parsed FrameDescriptionEntry.
Fully parsing this FDE requires first parsing its CIE.
Implementations
impl<'bases, Section, R> PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>, [src]
impl<'bases, Section, R> PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>, [src]pub fn parse<F>(&self, get_cie: F) -> Result<FrameDescriptionEntry<R>> where
F: FnMut(&Section, &BaseAddresses, Section::Offset) -> Result<CommonInformationEntry<R>>, [src]
F: FnMut(&Section, &BaseAddresses, Section::Offset) -> Result<CommonInformationEntry<R>>,
Fully parse this FDE.
You must provide a function get its associated CIE (either by parsing it on demand, or looking it up in some table mapping offsets to CIEs that you’ve already parsed, etc.)
Trait Implementations
impl<'bases, Section: Clone, R: Clone> Clone for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: Clone,
R::Offset: Clone,
Section::Offset: Clone, [src]
impl<'bases, Section: Clone, R: Clone> Clone for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: Clone,
R::Offset: Clone,
Section::Offset: Clone, [src]fn clone(&self) -> PartialFrameDescriptionEntry<'bases, Section, R>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'bases, Section: Debug, R: Debug> Debug for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: Debug,
R::Offset: Debug,
Section::Offset: Debug, [src]
impl<'bases, Section: Debug, R: Debug> Debug for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: Debug,
R::Offset: Debug,
Section::Offset: Debug, [src]impl<'bases, Section: PartialEq, R: PartialEq> PartialEq<PartialFrameDescriptionEntry<'bases, Section, R>> for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: PartialEq,
R::Offset: PartialEq,
Section::Offset: PartialEq, [src]
impl<'bases, Section: PartialEq, R: PartialEq> PartialEq<PartialFrameDescriptionEntry<'bases, Section, R>> for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: PartialEq,
R::Offset: PartialEq,
Section::Offset: PartialEq, [src]fn eq(&self, other: &PartialFrameDescriptionEntry<'bases, Section, R>) -> bool[src]
fn ne(&self, other: &PartialFrameDescriptionEntry<'bases, Section, R>) -> bool[src]
impl<'bases, Section: Eq, R: Eq> Eq for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>,
R::Offset: Eq,
R::Offset: Eq,
Section::Offset: Eq, [src]
R: Reader,
Section: UnwindSection<R>,
R::Offset: Eq,
R::Offset: Eq,
Section::Offset: Eq,
impl<'bases, Section, R> StructuralEq for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>, [src]
R: Reader,
Section: UnwindSection<R>,
impl<'bases, Section, R> StructuralPartialEq for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Reader,
Section: UnwindSection<R>, [src]
R: Reader,
Section: UnwindSection<R>,
Auto Trait Implementations
impl<'bases, Section, R> RefUnwindSafe for PartialFrameDescriptionEntry<'bases, Section, R> where
R: RefUnwindSafe,
Section: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
<Section as UnwindSection<R>>::Offset: RefUnwindSafe,
R: RefUnwindSafe,
Section: RefUnwindSafe,
<R as Reader>::Offset: RefUnwindSafe,
<Section as UnwindSection<R>>::Offset: RefUnwindSafe,
impl<'bases, Section, R> Send for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Send,
Section: Send,
<R as Reader>::Offset: Send,
<Section as UnwindSection<R>>::Offset: Send,
R: Send,
Section: Send,
<R as Reader>::Offset: Send,
<Section as UnwindSection<R>>::Offset: Send,
impl<'bases, Section, R> Sync for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Sync,
Section: Sync,
<R as Reader>::Offset: Sync,
<Section as UnwindSection<R>>::Offset: Sync,
R: Sync,
Section: Sync,
<R as Reader>::Offset: Sync,
<Section as UnwindSection<R>>::Offset: Sync,
impl<'bases, Section, R> Unpin for PartialFrameDescriptionEntry<'bases, Section, R> where
R: Unpin,
Section: Unpin,
<R as Reader>::Offset: Unpin,
<Section as UnwindSection<R>>::Offset: Unpin,
R: Unpin,
Section: Unpin,
<R as Reader>::Offset: Unpin,
<Section as UnwindSection<R>>::Offset: Unpin,
impl<'bases, Section, R> UnwindSafe for PartialFrameDescriptionEntry<'bases, Section, R> where
R: UnwindSafe,
Section: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
<Section as UnwindSection<R>>::Offset: UnwindSafe,
R: UnwindSafe,
Section: UnwindSafe,
<R as Reader>::Offset: UnwindSafe,
<Section as UnwindSection<R>>::Offset: UnwindSafe,