Lines Matching defs:lang_output_section_statement_struct
128 typedef struct lang_output_section_statement_struct struct
130 lang_statement_header_type header;
131 union etree_union *addr_tree;
132 lang_statement_list_type children;
133 const char *memspec;
134 union lang_statement_union *next;
135 const char *name;
137 int processed;
139 asection *bfd_section;
140 flagword flags; /* Or together of all input sections. */
141 enum section_type sectype;
142 lang_memory_region_type *region;
143 lang_memory_region_type *lma_region;
144 size_t block_value;
145 fill_type *fill;
147 int subsection_alignment; /* Alignment of components. */
148 int section_alignment; /* Alignment of start of section. */
150 union etree_union *load_base;
156 union etree_union *update_dot_tree;
158 lang_output_section_phdr_list *phdrs;