Struct object::read::elf::Note [−][src]
pub struct Note<'data, Elf> where
Elf: FileHeader, { /* fields omitted */ }Expand description
A parsed NoteHeader.
Implementations
Return the n_type field of the NoteHeader.
The meaning of this field is determined by name.
Return the bytes for the name field following the NoteHeader,
excluding any null terminator.
This field is usually a string including a null terminator (but it is not required to be).
The length of this field (including any null terminator) is given by
n_namesz.