Constant object::elf::NT_GNU_ABI_TAG
source ยท pub const NT_GNU_ABI_TAG: u32 = 1;
Expand description
ABI information.
The descriptor consists of words:
- word 0: OS descriptor
- word 1: major version of the ABI
- word 2: minor version of the ABI
- word 3: subminor version of the ABI