Constant object::elf::PN_XNUM

source ·
pub const PN_XNUM: u16 = 0xffff;
Expand description

Special value for FileHeader*::e_phnum.

This indicates that the real number of program headers is too large to fit into e_phnum. Instead the real value is in the field sh_info of section 0.