| Line 1... |
Line 1... |
/* BFD back-end for Intel Hex objects.
|
/* BFD back-end for Intel Hex objects.
|
Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
Copyright 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
2006, 2007, 2009 Free Software Foundation, Inc.
|
2006, 2007, 2009, 2011 Free Software Foundation, Inc.
|
Written by Ian Lance Taylor of Cygnus Support <ian@cygnus.com>.
|
Written by Ian Lance Taylor of Cygnus Support <ian@cygnus.com>.
|
|
|
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
|
| Line 955... |
Line 955... |
0, /* Object flags. */
|
0, /* Object flags. */
|
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
|
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD), /* Section flags. */
|
0, /* Leading underscore. */
|
0, /* Leading underscore. */
|
' ', /* AR_pad_char. */
|
' ', /* AR_pad_char. */
|
16, /* AR_max_namelen. */
|
16, /* AR_max_namelen. */
|
|
0, /* match priority. */
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|
bfd_getb16, bfd_getb_signed_16, bfd_putb16, /* Data. */
|
bfd_getb16, bfd_getb_signed_16, bfd_putb16, /* Data. */
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
|