Lines Matching defs:lang_output_section_statement_struct
135 typedef struct lang_output_section_statement_struct struct
139 struct lang_output_section_statement_struct *next; argument
140 struct lang_output_section_statement_struct *prev; argument
141 const char *name;
142 asection *bfd_section;
143 lang_memory_region_type *region;
144 lang_memory_region_type *lma_region;
145 fill_type *fill;
146 union etree_union *addr_tree;
147 union etree_union *load_base;
148 union etree_union *section_alignment;
149 union etree_union *subsection_alignment;
155 union etree_union *update_dot_tree;
157 lang_output_section_phdr_list *phdrs;
159 unsigned int block_value;
160 int constraint;
161 flagword flags;
162 enum section_type sectype;
163 unsigned int processed_vma : 1;
164 unsigned int processed_lma : 1;
165 unsigned int all_input_readonly : 1;
167 unsigned int ignored : 1;
169 unsigned int update_dot : 1;
171 unsigned int after_end : 1;
173 unsigned int align_lma_with_input : 1;