| 1 |
/* Generic BFD library interface and support routines. |
/* Generic BFD library interface and support routines. |
| 2 |
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 3 |
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 |
Free Software Foundation, Inc. |
Free Software Foundation, Inc. |
| 5 |
Written by Cygnus Support. |
Written by Cygnus Support. |
| 6 |
|
|
| 145 |
. to any input file. *} |
. to any input file. *} |
| 146 |
.#define BFD_LINKER_CREATED 0x2000 |
.#define BFD_LINKER_CREATED 0x2000 |
| 147 |
. |
. |
| 148 |
|
. {* This may be set before writing out a BFD to request that it |
| 149 |
|
. be written using values for UIDs, GIDs, timestamps, etc. that |
| 150 |
|
. will be consistent from run to run. *} |
| 151 |
|
.#define BFD_DETERMINISTIC_OUTPUT 0x4000 |
| 152 |
|
. |
| 153 |
. {* Currently my_archive is tested before adding origin to |
. {* Currently my_archive is tested before adding origin to |
| 154 |
. anything. I believe that this can become always an add of |
. anything. I believe that this can become always an add of |
| 155 |
. origin, with origin set to 0 for non archive files. *} |
. origin, with origin set to 0 for non archive files. *} |
| 220 |
. struct ieee_data_struct *ieee_data; |
. struct ieee_data_struct *ieee_data; |
| 221 |
. struct ieee_ar_data_struct *ieee_ar_data; |
. struct ieee_ar_data_struct *ieee_ar_data; |
| 222 |
. struct srec_data_struct *srec_data; |
. struct srec_data_struct *srec_data; |
| 223 |
|
. struct verilog_data_struct *verilog_data; |
| 224 |
. struct ihex_data_struct *ihex_data; |
. struct ihex_data_struct *ihex_data; |
| 225 |
. struct tekhex_data_struct *tekhex_data; |
. struct tekhex_data_struct *tekhex_data; |
| 226 |
. struct elf_obj_tdata *elf_obj_data; |
. struct elf_obj_tdata *elf_obj_data; |
| 241 |
. struct netbsd_core_struct *netbsd_core_data; |
. struct netbsd_core_struct *netbsd_core_data; |
| 242 |
. struct mach_o_data_struct *mach_o_data; |
. struct mach_o_data_struct *mach_o_data; |
| 243 |
. struct mach_o_fat_data_struct *mach_o_fat_data; |
. struct mach_o_fat_data_struct *mach_o_fat_data; |
| 244 |
|
. struct plugin_data_struct *plugin_data; |
| 245 |
. struct bfd_pef_data_struct *pef_data; |
. struct bfd_pef_data_struct *pef_data; |
| 246 |
. struct bfd_pef_xlib_data_struct *pef_xlib_data; |
. struct bfd_pef_xlib_data_struct *pef_xlib_data; |
| 247 |
. struct bfd_sym_data_struct *sym_data; |
. struct bfd_sym_data_struct *sym_data; |