Line 1... |
Line 1... |
/* BFD back-end for OSF/1 core files.
|
/* BFD back-end for OSF/1 core files.
|
Copyright 1993, 1994, 1995, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
|
Copyright 1993, 1994, 1995, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
|
2007 Free Software Foundation, Inc.
|
2007, 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 199... |
Line 199... |
HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
|
HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
|
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
|
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
|
0, /* symbol prefix */
|
0, /* symbol prefix */
|
' ', /* ar_pad_char */
|
' ', /* ar_pad_char */
|
16, /* ar_max_namelen */
|
16, /* ar_max_namelen */
|
|
0, /* match priority. */
|
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data */
|
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit data */
|
NO_GET, NO_GETS, NO_PUT, /* 32 bit data */
|
NO_GET, NO_GETS, NO_PUT, /* 32 bit data */
|
NO_GET, NO_GETS, NO_PUT, /* 16 bit data */
|
NO_GET, NO_GETS, NO_PUT, /* 16 bit data */
|
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit hdrs */
|
NO_GET64, NO_GETS64, NO_PUT64, /* 64 bit hdrs */
|
NO_GET, NO_GETS, NO_PUT, /* 32 bit hdrs */
|
NO_GET, NO_GETS, NO_PUT, /* 32 bit hdrs */
|