extern struct unwind_info_section_header_index_entry [src]

Fields

functionOffset: u32
secondLevelPagesSectionOffset: u32section offset to start of regular or compress page
lsdaIndexArraySectionOffset: u32section offset to start of lsda_index array for this range

Source

pub const unwind_info_section_header_index_entry = extern struct { functionOffset: u32, /// section offset to start of regular or compress page secondLevelPagesSectionOffset: u32, /// section offset to start of lsda_index array for this range lsdaIndexArraySectionOffset: u32, }