Constant object::elf::ELF_NOTE_LINUX
source ยท pub const ELF_NOTE_LINUX: &[u8] = b"LINUX";
Expand description
Note name for linux core files.
Notes in linux core files may also use ELF_NOTE_CORE
.
pub const ELF_NOTE_LINUX: &[u8] = b"LINUX";
Note name for linux core files.
Notes in linux core files may also use ELF_NOTE_CORE
.