Skip to main content

find_fde

Function find_fde 

Source
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.