Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldlang.h135 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;
[all …]
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dldlang.h133 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;
[all …]