extern structstd.macho.unwind_info_section_header_index_entry[src]

Fields

functionOffset: u32
secondLevelPagesSectionOffset: u32

section offset to start of regular or compress page

lsdaIndexArraySectionOffset: u32

section offset to start of lsda_index array for this range

Source Code

Source code
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,
}