From: Christos Zoulas Date: Wed, 9 Feb 2005 20:29:13 +0000 (+0000) Subject: Added linux-64 2.4 offset. X-Git-Tag: FILE5_05~827 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde1c5979ba28da5563da848e6b6aceaa7817655;p=file Added linux-64 2.4 offset. --- diff --git a/src/readelf.c b/src/readelf.c index b18209f9..7a97df3f 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -37,7 +37,7 @@ #include "readelf.h" #ifndef lint -FILE_RCSID("@(#)$Id: readelf.c,v 1.45 2004/11/24 17:38:24 christos Exp $") +FILE_RCSID("@(#)$Id: readelf.c,v 1.46 2005/02/09 20:29:13 christos Exp $") #endif #ifdef ELFCORE @@ -176,6 +176,7 @@ size_t prpsoffsets32[] = { }; size_t prpsoffsets64[] = { + 40, /* Linux (tested on core from 2.4.x) */ 120, /* SunOS 5.x, 64-bit */ };