#include <elf-bfd.h>

Data Fields | |
| struct cie_header | hdr |
| unsigned char | version |
| char | augmentation [20] |
| bfd_vma | code_align |
| bfd_signed_vma | data_align |
| bfd_vma | ra_column |
| bfd_vma | augmentation_size |
| struct elf_link_hash_entry * | personality |
| unsigned char | per_encoding |
| unsigned char | lsda_encoding |
| unsigned char | fde_encoding |
| unsigned char | initial_insn_length |
| unsigned char | make_relative |
| unsigned char | make_lsda_relative |
| unsigned char | initial_instructions [50] |
Definition at line 277 of file elf-bfd.h.
struct cie_header cie::hdr [read] |
Definition at line 279 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::version |
Definition at line 280 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| char cie::augmentation[20] |
Definition at line 281 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
Definition at line 282 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
Definition at line 283 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
Definition at line 284 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
Definition at line 285 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
Definition at line 286 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::per_encoding |
Definition at line 287 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::lsda_encoding |
Definition at line 288 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::fde_encoding |
Definition at line 289 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::initial_insn_length |
Definition at line 290 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
| unsigned char cie::make_relative |
| unsigned char cie::make_lsda_relative |
| unsigned char cie::initial_instructions[50] |
Definition at line 293 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), and cie_compare().
1.5.6