<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Extracing function names from a C object file. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457311#M94708</link>
    <description>Alan,&lt;BR /&gt;&lt;BR /&gt;Neither 'what' nor 'strings' works.&lt;BR /&gt;&lt;BR /&gt;I just compiled funcs.c into funcs.o, and would like to extract the function names from the *.o file.&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2000 18:09:14 GMT</pubDate>
    <dc:creator>Leslie Chaim</dc:creator>
    <dc:date>2000-10-24T18:09:14Z</dc:date>
    <item>
      <title>Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457309#M94706</link>
      <description>Is there a tool (or something else) to extract the function names from a C object file.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.</description>
      <pubDate>Tue, 24 Oct 2000 17:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457309#M94706</guid>
      <dc:creator>Leslie Chaim</dc:creator>
      <dc:date>2000-10-24T17:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457310#M94707</link>
      <description>what filename&lt;BR /&gt;strings filename&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2000 18:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457310#M94707</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-24T18:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457311#M94708</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;Neither 'what' nor 'strings' works.&lt;BR /&gt;&lt;BR /&gt;I just compiled funcs.c into funcs.o, and would like to extract the function names from the *.o file.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2000 18:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457311#M94708</guid>
      <dc:creator>Leslie Chaim</dc:creator>
      <dc:date>2000-10-24T18:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457312#M94709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;nm file.o&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 24 Oct 2000 18:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457312#M94709</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-24T18:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457313#M94710</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;nm file.o&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 24 Oct 2000 18:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457313#M94710</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-24T18:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457314#M94711</link>
      <description>Ah, I misunderstood.  Andreas is correct, nm should work for that.</description>
      <pubDate>Tue, 24 Oct 2000 18:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457314#M94711</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-24T18:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extracing function names from a C object file.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457315#M94712</link>
      <description>&lt;!--!*#--&gt;nm works fine. Can you please let me know hw to interpret the other output shown. &lt;BR /&gt;It works in executable as well. I want to know if one can see the source filename and pathname as well.&lt;BR /&gt;&lt;BR /&gt;Amit</description>
      <pubDate>Tue, 11 Sep 2007 09:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457315#M94712</guid>
      <dc:creator>amit1209</dc:creator>
      <dc:date>2007-09-11T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting function names from a C object file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457316#M94713</link>
      <description>&lt;P&gt;nm -px will show a list of symbols. For functions it either has a "T" or "t" (for static).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can you please let me know how to interpret the other output shown.&lt;BR /&gt;&lt;BR /&gt;See nm(1). For -px, it is value, letter then symbol.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I want to know if one can see the source filename and pathname as well.&lt;BR /&gt;&lt;BR /&gt;You could use odump -comp, or elfdump -dc (for PA64 or IPF).&lt;BR /&gt;&lt;BR /&gt;If you have debug info, you can see with "info source".&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2011 01:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extracing-function-names-from-a-c-object-file/m-p/2457316#M94713</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-09-25T01:21:13Z</dc:date>
    </item>
  </channel>
</rss>

