Constant goblin::elf::note::NT_GNU_HWCAP[][src]

pub const NT_GNU_HWCAP: u32 = 2;

Synthetic hwcap information.

The descriptor begins with two words:

Then follow variable-length entries, one byte followed by a ‘\0’-terminated hwcap name string. The byte gives the bit number to test if enabled, (1U << bit) & bitmask.