pub fn find_exception_handler(
table: &[u8],
offset: u32,
) -> Option<ExceptionTableEntry>Expand description
Find exception handler for given instruction offset.
pub fn find_exception_handler(
table: &[u8],
offset: u32,
) -> Option<ExceptionTableEntry>Find exception handler for given instruction offset.