Function external_unwind_info::register_unwind_info
source · pub unsafe fn register_unwind_info(
text_section_base_address: *mut u8,
text_section_len: usize,
unwind_info: *mut u8,
unwind_len: usize
) -> Result<(), ExternalUnwindInfoError>Expand description
Register a new section of external unwinding information.
Returns an error if unwinding information has already been registered
for the given text_section_base_address.