OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [doc/] [linker.texi] - Diff between revs 157 and 225

Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 377... Line 377...
#define bfd_section_already_linked(abfd, sec, info) \
#define bfd_section_already_linked(abfd, sec, info) \
       BFD_SEND (abfd, _section_already_linked, (abfd, sec, info))
       BFD_SEND (abfd, _section_already_linked, (abfd, sec, info))
 
 
@end example
@end example
 
 
 
@findex bfd_generic_define_common_symbol
 
@subsubsection @code{bfd_generic_define_common_symbol}
 
@strong{Synopsis}
 
@example
 
bfd_boolean bfd_generic_define_common_symbol
 
   (bfd *output_bfd, struct bfd_link_info *info,
 
    struct bfd_link_hash_entry *h);
 
@end example
 
@strong{Description}@*
 
Convert common symbol @var{h} into a defined symbol.
 
Return TRUE on success and FALSE on failure.
 
@example
 
#define bfd_define_common_symbol(output_bfd, info, h) \
 
       BFD_SEND (output_bfd, _bfd_define_common_symbol, (output_bfd, info, h))
 
 
 
@end example
 
 
 
@findex bfd_find_version_for_sym
 
@subsubsection @code{bfd_find_version_for_sym }
 
@strong{Synopsis}
 
@example
 
struct bfd_elf_version_tree * bfd_find_version_for_sym
 
   (struct bfd_elf_version_tree *verdefs,
 
    const char *sym_name, bfd_boolean *hide);
 
@end example
 
@strong{Description}@*
 
Search an elf version script tree for symbol versioning
 
info and export / don't-export status for a given symbol.
 
Return non-NULL on success and NULL on failure; also sets
 
the output @samp{hide} boolean parameter.
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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