pub fn find_fde(
reader: &dyn MemoryReader,
eh_frame: &SectionRef,
target_pc: u64,
is_64_bit: bool,
) -> Option<Fde>Expand description
Finds the FDE containing the given PC in the .eh_frame section.
pub fn find_fde(
reader: &dyn MemoryReader,
eh_frame: &SectionRef,
target_pc: u64,
is_64_bit: bool,
) -> Option<Fde>Finds the FDE containing the given PC in the .eh_frame section.