Line 1... |
Line 1... |
/* ld.h -- general linker header file
|
/* ld.h -- general linker header file
|
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of the GNU Binutils.
|
This file is part of the GNU Binutils.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 324... |
Line 324... |
extern ld_config_type config;
|
extern ld_config_type config;
|
|
|
extern FILE * saved_script_handle;
|
extern FILE * saved_script_handle;
|
extern bfd_boolean force_make_executable;
|
extern bfd_boolean force_make_executable;
|
|
|
/* Non-zero if we are processing a --defsym from the command line. */
|
|
extern int parsing_defsym;
|
|
|
|
extern int yyparse (void);
|
extern int yyparse (void);
|
extern void add_cref (const char *, bfd *, asection *, bfd_vma);
|
extern void add_cref (const char *, bfd *, asection *, bfd_vma);
|
extern bfd_boolean handle_asneeded_cref (bfd *, enum notice_asneeded_action);
|
extern bfd_boolean handle_asneeded_cref (bfd *, enum notice_asneeded_action);
|
extern void output_cref (FILE *);
|
extern void output_cref (FILE *);
|
extern void check_nocrossrefs (void);
|
extern void check_nocrossrefs (void);
|