Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.h140 typedef struct lang_output_section_statement_struct struct
144 struct lang_output_section_statement_struct *next; argument
145 struct lang_output_section_statement_struct *prev; argument
146 const char *name;
147 asection *bfd_section;
148 lang_memory_region_type *region;
149 lang_memory_region_type *lma_region;
150 fill_type *fill;
151 union etree_union *addr_tree;
152 union etree_union *load_base;
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h141 typedef struct lang_output_section_statement_struct struct
145 struct lang_output_section_statement_struct *next; argument
146 struct lang_output_section_statement_struct *prev; argument
147 const char *name;
148 asection *bfd_section;
149 lang_memory_region_type *region;
150 lang_memory_region_type *lma_region;
151 fill_type *fill;
152 union etree_union *addr_tree;
153 union etree_union *load_base;
[all …]