Home
last modified time | relevance | path

Searched defs:lang_output_section_statement_struct (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.h137 struct lang_output_section_statement_struct *next; argument
139 const char *name;
140 asection *bfd_section;
143 fill_type *fill;
155 unsigned int block_value;
158 int constraint;
159 flagword flags;
160 enum section_type sectype;
165 unsigned int ignored : 1;
167 unsigned int update_dot : 1;
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.h139 struct lang_output_section_statement_struct *next; argument
141 const char *name;
142 asection *bfd_section;
145 fill_type *fill;
159 unsigned int block_value;
160 int constraint;
161 flagword flags;
162 enum section_type sectype;
167 unsigned int ignored : 1;
169 unsigned int update_dot : 1;
[all …]