Lines Matching defs:lang_output_section_statement_struct
128 typedef struct lang_output_section_statement_struct struct
132 struct lang_output_section_statement_struct *next; argument
133 struct lang_output_section_statement_struct *prev; argument
134 const char *name;
135 asection *bfd_section;
136 lang_memory_region_type *region;
137 lang_memory_region_type *lma_region;
138 fill_type *fill;
139 union etree_union *addr_tree;
140 union etree_union *load_base;
146 union etree_union *update_dot_tree;
148 lang_output_section_phdr_list *phdrs;
150 unsigned int block_value;
151 int subsection_alignment; /* Alignment of components. */
152 int section_alignment; /* Alignment of start of section. */
153 int constraint;
154 flagword flags;
155 enum section_type sectype;
156 unsigned int processed : 1;
157 unsigned int all_input_readonly : 1;
158 unsigned int ignored : 1;