Line 1... |
Line 1... |
/* BFD back-end for AMD 64 COFF files.
|
/* BFD back-end for AMD 64 COFF files.
|
Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
Copyright 2006, 2007, 2008, 2009, 2010, 2011
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 760... |
Line 761... |
#else
|
#else
|
0, /* Leading underscore. */
|
0, /* Leading underscore. */
|
#endif
|
#endif
|
'/', /* Ar_pad_char. */
|
'/', /* Ar_pad_char. */
|
15, /* Ar_max_namelen. */
|
15, /* Ar_max_namelen. */
|
|
0, /* match priority. */
|
|
|
bfd_getl64, bfd_getl_signed_64, bfd_putl64,
|
bfd_getl64, bfd_getl_signed_64, bfd_putl64,
|
bfd_getl32, bfd_getl_signed_32, bfd_putl32,
|
bfd_getl32, bfd_getl_signed_32, bfd_putl32,
|
bfd_getl16, bfd_getl_signed_16, bfd_putl16, /* Data. */
|
bfd_getl16, bfd_getl_signed_16, bfd_putl16, /* Data. */
|
bfd_getl64, bfd_getl_signed_64, bfd_putl64,
|
bfd_getl64, bfd_getl_signed_64, bfd_putl64,
|