OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [section.c] - Diff between revs 14 and 161

Show entire file | Details | Blame | View Log

Rev 14 Rev 161
Line 514... Line 514...
.  struct relent_chain *constructor_chain;
.  struct relent_chain *constructor_chain;
.
.
.  {* The BFD which owns the section.  *}
.  {* The BFD which owns the section.  *}
.  bfd *owner;
.  bfd *owner;
.
.
 
.  {* INPUT_SECTION_FLAGS if specified in the linker script.  *}
 
.  struct flag_info *section_flag_info;
 
.
.  {* A symbol which points at this section only.  *}
.  {* A symbol which points at this section only.  *}
.  struct bfd_symbol *symbol;
.  struct bfd_symbol *symbol;
.  struct bfd_symbol **symbol_ptr_ptr;
.  struct bfd_symbol **symbol_ptr_ptr;
.
.
.  {* Early in the link process, map_head and map_tail are used to build
.  {* Early in the link process, map_head and map_tail are used to build
Line 692... Line 695...
.     0,       NULL,          0,                                        \
.     0,       NULL,          0,                                        \
.                                                                       \
.                                                                       \
.  {* target_index, used_by_bfd, constructor_chain, owner,          *}  \
.  {* target_index, used_by_bfd, constructor_chain, owner,          *}  \
.     0,            NULL,        NULL,              NULL,               \
.     0,            NULL,        NULL,              NULL,               \
.                                                                       \
.                                                                       \
 
.  {* flag_info,                                                    *}  \
 
.     NULL,                                                             \
 
.                                                                       \
.  {* symbol,                    symbol_ptr_ptr,                    *}  \
.  {* symbol,                    symbol_ptr_ptr,                    *}  \
.     (struct bfd_symbol *) SYM, &SEC.symbol,                           \
.     (struct bfd_symbol *) SYM, &SEC.symbol,                           \
.                                                                       \
.                                                                       \
.  {* map_head, map_tail                                            *}  \
.  {* map_head, map_tail                                            *}  \
.     { NULL }, { NULL }                                                \
.     { NULL }, { NULL }                                                \

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.