struct EhFrameHdrEncoding

Defined at line 32 of file ../../src/lib/elfldltl/include/lib/elfldltl/dwarf/eh-frame-hdr.h

This is the fixed portion of the GNU .eh_frame_hdr format. It identifies

the version of the format, and then the encodings of the data that follow.

Immediately after this header follow in sequence:

* Pointer to .eh_frame section, encoded as eh_frame_ptr says.

* Count of FDEs in the table, encoded as fde_count says.

* That many table entries, each encoded as fde_table says.

Each entry is a PC value followed by an FDE address, both using

the same encoding. The table is sorted in ascending PC order.

Public Members

uint8_t version
uint8_t eh_frame_ptr
uint8_t fde_count
uint8_t fde_table
static const uint8_t kVersion