Lines Matching refs:UnwindSection

542 pub trait UnwindSection<R: Reader>: Clone + Debug + _UnwindSectionPrivate<R> {  trait
734 impl<R: Reader> UnwindSection<R> for DebugFrame<R> {
774 impl<R: Reader> UnwindSection<R> for EhFrame<R> {
907 Section: UnwindSection<R>,
917 Section: UnwindSection<R>,
943 Section: UnwindSection<R>,
958 Section: UnwindSection<R>,
976 Section: UnwindSection<R>, in parse_cfi_entry()
1073 Section: UnwindSection<R>, in parse()
1222 fn parse<Section: UnwindSection<R>>( in parse()
1234 fn parse_rest<Section: UnwindSection<R>>( in parse_rest()
1335 Section: UnwindSection<R>, in instructions()
1433 Section: UnwindSection<R>,
1447 Section: UnwindSection<R>,
1539 Section: UnwindSection<R>, in parse_rest()
1610 pub fn rows<'a, Section: UnwindSection<R>>( in rows()
1625 pub fn unwind_info_for_address<Section: UnwindSection<R>>( in unwind_info_for_address()
1679 Section: UnwindSection<R>, in instructions()
1789 pub fn initialize<Section: UnwindSection<R>>( in initialize()
2027 pub fn new<Section: UnwindSection<R>>( in new()
2037 fn new_for_fde<Section: UnwindSection<R>>( in new_for_fde()
2055 fn new_for_cie<Section: UnwindSection<R>>( in new_for_cie()
3425 T: UnwindSection<EndianSlice<'input, E>>, in endian()
3438 T: UnwindSection<EndianSlice<'input, E>> + ReadSection<EndianSlice<'input, E>>, in section()
3464 Section: UnwindSection<R, Offset = O>, in parse_fde()
3487 T: UnwindSection<EndianSlice<'input, E>>, in cie()
3497 T: UnwindSection<EndianSlice<'input, E>>, in fde()
3511 T: UnwindSection<EndianSlice<'input, E>>, in cie()
3563 T: UnwindSection<EndianSlice<'input, E>>, in fde()
3897 parse_fde(debug_frame, rest, UnwindSection::cie_from_offset).map_eof(&section), in test_parse_fde_incomplete_length_32()
3912 parse_fde(debug_frame, rest, UnwindSection::cie_from_offset).map_eof(&section), in test_parse_fde_incomplete_length_64()
3928 parse_fde(debug_frame, rest, UnwindSection::cie_from_offset).map_eof(&section), in test_parse_fde_incomplete_cie_pointer_32()
6250 UnwindSection::cie_from_offset, in test_eh_frame_fde_out_of_bounds()