elf_repl.h | elf_repl.h | |||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
* License as published by the Free Software Foundation; either | * License as published by the Free Software Foundation; either | |||
* version 2 of the License, or (at your option) any later version. | * version 2 of the License, or (at your option) any later version. | |||
* | * | |||
* This library is distributed in the hope that it will be useful, | * This library is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Library General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Library General Public | |||
* License along with this library; if not, write to the Free Software | * License along with this library; if not, write to the Free Software | |||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA | |||
*/ | */ | |||
/* @(#) $Id: elf_repl.h,v 1.20 2006/07/07 22:16:15 michael Exp $ */ | /* @(#) $Id: elf_repl.h,v 1.21 2008/05/23 08:15:34 michael Exp $ */ | |||
/* | /* | |||
* NEVER INCLUDE THIS FILE DIRECTLY - USE <libelf.h> INSTEAD! | * NEVER INCLUDE THIS FILE DIRECTLY - USE <libelf.h> INSTEAD! | |||
*/ | */ | |||
#ifndef _ELF_REPL_H | #ifndef _ELF_REPL_H | |||
#define _ELF_REPL_H | #define _ELF_REPL_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
nlist.h | nlist.h | |||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
* License as published by the Free Software Foundation; either | * License as published by the Free Software Foundation; either | |||
* version 2 of the License, or (at your option) any later version. | * version 2 of the License, or (at your option) any later version. | |||
* | * | |||
* This library is distributed in the hope that it will be useful, | * This library is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Library General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Library General Public | |||
* License along with this library; if not, write to the Free Software | * License along with this library; if not, write to the Free Software | |||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US A | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 , USA | |||
*/ | */ | |||
/* @(#) $Id: nlist.h,v 1.9 2006/04/25 16:26:39 michael Exp $ */ | /* @(#) $Id: nlist.h,v 1.10 2008/05/23 08:15:35 michael Exp $ */ | |||
#ifndef _NLIST_H | #ifndef _NLIST_H | |||
#define _NLIST_H | #define _NLIST_H | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif /* __cplusplus */ | #endif /* __cplusplus */ | |||
struct nlist { | struct nlist { | |||
char* n_name; | char* n_name; | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
sys_elf.h | sys_elf.h | |||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2 of the License, or (at your option) any later version. | version 2 of the License, or (at your option) any later version. | |||
This library is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Library General Public License for more details. | Library General Public License for more details. | |||
You should have received a copy of the GNU Library General Public | You should have received a copy of the GNU Library General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, U SA | |||
*/ | */ | |||
/* @(#) $Id: sys_elf.h.in,v 1.12 2006/09/07 15:55:42 michael Exp $ */ | /* @(#) $Id: sys_elf.h.in,v 1.13 2008/05/23 08:57:07 michael Exp $ */ | |||
/* | /* | |||
* DO NOT USE THIS IN APPLICATIONS - #include <libelf.h> INSTEAD! | * DO NOT USE THIS IN APPLICATIONS - #include <libelf.h> INSTEAD! | |||
*/ | */ | |||
/* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */ | /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */ | |||
#define __LIBELF_HEADER_ELF_H <elf.h> | #define __LIBELF_HEADER_ELF_H <elf.h> | |||
/* Define if Elf32_Dyn is declared in <link.h> */ | /* Define if Elf32_Dyn is declared in <link.h> */ | |||
/* #undef __LIBELF_NEED_LINK_H */ | /* #undef __LIBELF_NEED_LINK_H */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||