fn read(stream: *field_call, dwarf_section: DwarfSection, endian: std.builtin.Endian) !EntryHeader

Reads a header for either an FDE or a CIE, then advances the stream to the position after the trailing structure. stream must be a stream backed by either the .eh_frame or .debug_frame sections.

Parameters

stream: *field_call,
dwarf_section: DwarfSection,
endian: std.builtin.Endian,