Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.h128 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;
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldlang.h128 typedef struct lang_output_section_statement_struct struct
130 lang_statement_header_type header;
131 union etree_union *addr_tree;
132 lang_statement_list_type children;
133 const char *memspec;
134 union lang_statement_union *next;
135 const char *name;
137 int processed;
139 asection *bfd_section;
140 flagword flags; /* Or together of all input sections. */
[all …]