Lines Matching defs:lang_output_section_statement_struct
133 typedef struct lang_output_section_statement_struct struct
137 struct lang_output_section_statement_struct *next; argument
138 struct lang_output_section_statement_struct *prev; argument
139 const char *name;
140 asection *bfd_section;
141 lang_memory_region_type *region;
142 lang_memory_region_type *lma_region;
143 fill_type *fill;
144 union etree_union *addr_tree;
145 union etree_union *load_base;
151 union etree_union *update_dot_tree;
153 lang_output_section_phdr_list *phdrs;
155 unsigned int block_value;
156 int subsection_alignment; /* Alignment of components. */
157 int section_alignment; /* Alignment of start of section. */
158 int constraint;
159 flagword flags;
160 enum section_type sectype;
161 unsigned int processed_vma : 1;
162 unsigned int processed_lma : 1;
163 unsigned int all_input_readonly : 1;
165 unsigned int ignored : 1;
167 unsigned int update_dot : 1;
169 unsigned int after_end : 1;
171 unsigned int align_lma_with_input : 1;