From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22073 invoked by alias); 19 Mar 2009 00:23:29 -0000 Received: (qmail 22064 invoked by uid 22791); 19 Mar 2009 00:23:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Mar 2009 00:23:24 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id n2J0NKlP010825 for ; Thu, 19 Mar 2009 00:23:21 GMT Received: from yw-out-2324.google.com (ywe9.prod.google.com [10.192.5.9]) by zps36.corp.google.com with ESMTP id n2J0NIg0001953 for ; Wed, 18 Mar 2009 17:23:19 -0700 Received: by yw-out-2324.google.com with SMTP id 9so205218ywe.39 for ; Wed, 18 Mar 2009 17:23:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.205.13 with SMTP id c13mr2573181ybg.172.1237422198466; Wed, 18 Mar 2009 17:23:18 -0700 (PDT) In-Reply-To: <528f13590903181417r75007a41icf3e1ccdc9658c51@mail.gmail.com> References: <528f13590903181417r75007a41icf3e1ccdc9658c51@mail.gmail.com> Date: Thu, 19 Mar 2009 00:23:00 -0000 Message-ID: <8ac60eac0903181723y452c5b4do4ea131a3b5c29173@mail.gmail.com> Subject: Re: header files From: Paul Pluzhnikov To: alfred steele Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00123.txt.bz2 On Wed, Mar 18, 2009 at 2:17 PM, alfred steele wrote: > I know this may be a mispost, but i did not get any appropriate > replies form anywhere else. How do i figure out what "header" files > are include from a image in ELF format. You may not be getting any replies because your question is unclear (at least I can't make any sense of it). > i can't locate some header files i am expecting for sure in the > objdump of the "ELF" image. Header files are something you #include into C or C++ source. You wouldn't find any in objdump output. What exactly are you looking for? -- Paul Pluzhnikov