Line 1... |
Line 1... |
/* dlltool.h -- header file for dlltool
|
/* dlltool.h -- header file for dlltool
|
Copyright 1997, 1998, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
|
Copyright 1997, 1998, 2003, 2004, 2005, 2007, 2009, 2012
|
|
Free Software Foundation, Inc.
|
|
|
This file is part of GNU Binutils.
|
This file is part of 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
|
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 16... |
Line 17... |
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
|
02110-1301, USA. */
|
02110-1301, USA. */
|
|
|
#include "ansidecl.h"
|
|
#include <stdio.h>
|
|
|
|
extern void def_code (int);
|
extern void def_code (int);
|
extern void def_data (int);
|
extern void def_data (int);
|
extern void def_description (const char *);
|
extern void def_description (const char *);
|
extern void def_exports (const char *, const char *, int, int, int, int, int, const char *);
|
extern void def_exports (const char *, const char *, int, int, int, int, int, const char *);
|
extern void def_heapsize (int, int);
|
extern void def_heapsize (int, int);
|