#include <elf-bfd.h>

Data Fields | |
| struct cie | last_cie |
| asection * | last_cie_sec |
| struct eh_cie_fde * | last_cie_inf |
| asection * | hdr_sec |
| unsigned int | fde_count |
| unsigned int | array_count |
| struct eh_frame_array_ent * | array |
| bfd_boolean | table |
| bfd_boolean | offsets_adjusted |
Definition at line 329 of file elf-bfd.h.
struct cie eh_frame_hdr_info::last_cie [read] |
Definition at line 334 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame_hdr(), _bfd_elf_maybe_strip_eh_frame_hdr(), and _bfd_elf_write_section_eh_frame_hdr().
| unsigned int eh_frame_hdr_info::fde_count |
Definition at line 335 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), _bfd_elf_discard_section_eh_frame_hdr(), _bfd_elf_write_section_eh_frame(), and _bfd_elf_write_section_eh_frame_hdr().
| unsigned int eh_frame_hdr_info::array_count |
Definition at line 335 of file elf-bfd.h.
Referenced by _bfd_elf_write_section_eh_frame(), and _bfd_elf_write_section_eh_frame_hdr().
Definition at line 336 of file elf-bfd.h.
Referenced by _bfd_elf_write_section_eh_frame(), and _bfd_elf_write_section_eh_frame_hdr().
| bfd_boolean eh_frame_hdr_info::table |
Definition at line 340 of file elf-bfd.h.
Referenced by _bfd_elf_discard_section_eh_frame(), _bfd_elf_discard_section_eh_frame_hdr(), _bfd_elf_maybe_strip_eh_frame_hdr(), and _bfd_elf_write_section_eh_frame().
| bfd_boolean eh_frame_hdr_info::offsets_adjusted |
Definition at line 341 of file elf-bfd.h.
Referenced by _bfd_elf_eh_frame_section_offset(), and _bfd_elf_write_section_eh_frame().
1.5.6