pub struct Note<'data, Elf> where
Elf: FileHeader, { /* private fields */ }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 n_namesz field of the NoteHeader.
Return the n_descsz field of the NoteHeader.
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.