DoxigAlpha

EntryHeader

Fields of this type

Fields

#
length_offset:usize
Offset of the length field in the backing buffer
type:union(enum) { cie, /// Value is the offset of the corresponding CIE fde: u64, terminator, }
entry_bytes:[]const u8
The entry's contents, not including the ID field

The length of the entry including the ID field, but not the length field itself

Functions

#
entryLength
The length of the entry including the ID field, but not the length field itself
read
Reads a header for either an FDE or a CIE, then advances the fbr to the position after the trailing structure.