<?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: Finding objects that makeup executable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862456#M821020</link>
    <description>The -Wl,-v style should show all the .o files that an exe has pulled in from archive libraries.  It won't show any individual files within referenced shared libraries.  Each shared library is used in a largely all-or-nothing manner.&lt;BR /&gt;For an unstripped 32-bit PA-RISC executable you can use&lt;BR /&gt;odump -compunit a.out&lt;BR /&gt;to see all of the source files that went into an a.out or shared library.  (It depends on the compiler putting the right information into each .o file.  HP compilers do that but gcc won't.)&lt;BR /&gt;For a 64-bit or IPF executable use&lt;BR /&gt;elfdump -dc a.out&lt;BR /&gt;for the same kind of list.</description>
    <pubDate>Thu, 12 Dec 2002 23:45:22 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2002-12-12T23:45:22Z</dc:date>
    <item>
      <title>Finding objects that makeup executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862453#M821017</link>
      <description>How to find objects that make executable?&lt;BR /&gt;i didnt had a luck with &lt;BR /&gt;cc -Wl,-v -o exe_file |&amp;amp; grep Loading&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 17:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862453#M821017</guid>
      <dc:creator>vinod taireddy</dc:creator>
      <dc:date>2002-12-11T17:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding objects that makeup executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862454#M821018</link>
      <description>I'm not really sure of what you mean:&lt;BR /&gt;&lt;BR /&gt;if you want to see all the objects in an executable, try nm.&lt;BR /&gt;Manpage:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90680/B2355-90680.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90680/B2355-90680.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to see the shared libraries for an executable, try ldd&lt;BR /&gt;&lt;BR /&gt;Manpage:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90680/B2355-90680.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90680/B2355-90680.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;FiX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Dec 2002 17:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862454#M821018</guid>
      <dc:creator>F. X. de Montgolfier</dc:creator>
      <dc:date>2002-12-11T17:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Finding objects that makeup executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862455#M821019</link>
      <description>if iam not wrong nm displays symbol table info about a file which is either &lt;BR /&gt;1)object file or&lt;BR /&gt;2)executalble object file&lt;BR /&gt;&lt;BR /&gt;how to know all objects that make up an executable,usually we can do HP platform using&lt;BR /&gt;cc -Wl,-v -o exe_file |&amp;amp; grep Loading.&lt;BR /&gt;but couldnt find anything.</description>
      <pubDate>Wed, 11 Dec 2002 18:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862455#M821019</guid>
      <dc:creator>vinod taireddy</dc:creator>
      <dc:date>2002-12-11T18:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding objects that makeup executable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862456#M821020</link>
      <description>The -Wl,-v style should show all the .o files that an exe has pulled in from archive libraries.  It won't show any individual files within referenced shared libraries.  Each shared library is used in a largely all-or-nothing manner.&lt;BR /&gt;For an unstripped 32-bit PA-RISC executable you can use&lt;BR /&gt;odump -compunit a.out&lt;BR /&gt;to see all of the source files that went into an a.out or shared library.  (It depends on the compiler putting the right information into each .o file.  HP compilers do that but gcc won't.)&lt;BR /&gt;For a 64-bit or IPF executable use&lt;BR /&gt;elfdump -dc a.out&lt;BR /&gt;for the same kind of list.</description>
      <pubDate>Thu, 12 Dec 2002 23:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-objects-that-makeup-executable/m-p/2862456#M821020</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2002-12-12T23:45:22Z</dc:date>
    </item>
  </channel>
</rss>

