Lines Matching defs:ebb_struct
5300 struct ebb_struct struct
5302 asection *sec;
5304 bfd_byte *contents; /* Cache of the section contents. */
5305 bfd_size_type content_length;
5307 property_table_entry *ptbl; /* Cache of the section property table. */
5308 unsigned pte_count;
5310 Elf_Internal_Rela *relocs; /* Cache of the section relocations. */
5311 unsigned reloc_count;
5313 bfd_vma start_offset; /* Offset in section. */
5314 unsigned start_ptbl_idx; /* Offset in the property table. */
5315 unsigned start_reloc_idx; /* Offset in the relocations. */
5317 bfd_vma end_offset;
5318 unsigned end_ptbl_idx;
5319 unsigned end_reloc_idx;
5321 bfd_boolean ends_section; /* Is this the last ebb in a section? */
5325 property_table_entry *ends_unreachable;