Type Alias crate_metadata::Shndx

pub type Shndx = usize;
Expand description

A Section Header iNDeX (SHNDX), as specified by the ELF format. Even though this is typically encoded as a u16, its decoded form can exceed the max size of u16.