<?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 Linker utility( nm) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608401#M32571</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to know the utility name which would be able to search the given function name in the given object file. I mean to refer the utility like nm.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;With Anticipation&lt;BR /&gt;&lt;BR /&gt;Mutturaj&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Aug 2005 04:07:03 GMT</pubDate>
    <dc:creator>Mutturaj</dc:creator>
    <dc:date>2005-08-22T04:07:03Z</dc:date>
    <item>
      <title>Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608401#M32571</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to know the utility name which would be able to search the given function name in the given object file. I mean to refer the utility like nm.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;With Anticipation&lt;BR /&gt;&lt;BR /&gt;Mutturaj&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 04:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608401#M32571</guid>
      <dc:creator>Mutturaj</dc:creator>
      <dc:date>2005-08-22T04:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608402#M32572</link>
      <description>If you want a utility which can search an object file for a particular name then I think ANAL/OBJECT will decode an object file then you can search the result.&lt;BR /&gt;&lt;BR /&gt;$ ANAL/OBJECT/OUT=X.LIS objectfilename&lt;BR /&gt;$ SEARCH X.LIS functionname</description>
      <pubDate>Mon, 22 Aug 2005 04:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608402#M32572</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-08-22T04:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608403#M32573</link>
      <description>Yes,&lt;BR /&gt;equivalent nm -f of HP-UX is ANALYZE/OBJ.&lt;BR /&gt;However there aren't neitehr same qualifier neither same output format.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 04:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608403#M32573</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-22T04:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608404#M32574</link>
      <description>VMS is not unix. What are you trying to achive - there may be a better way on VMS</description>
      <pubDate>Mon, 22 Aug 2005 05:08:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608404#M32574</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-08-22T05:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608405#M32575</link>
      <description>The best is to put object files in question into an object LIBRARY and use &lt;BR /&gt;$ LIBRARY libname/LIST/NAMES  (evtl. together with search on the output).&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 06:54:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608405#M32575</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-08-22T06:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608406#M32576</link>
      <description>Crude but easy way is &lt;BR /&gt;"search *.* &lt;FUNCTION_NAME&gt;/win=0"&lt;BR /&gt;&lt;BR /&gt;&lt;/FUNCTION_NAME&gt;</description>
      <pubDate>Mon, 22 Aug 2005 07:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608406#M32576</guid>
      <dc:creator>Venkat_18</dc:creator>
      <dc:date>2005-08-22T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linker utility( nm)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608407#M32577</link>
      <description>$ pipe analyze/obj &lt;OBJECT&gt; | sea sys$pipe &lt;FUNCTION&gt;&lt;BR /&gt;or, slower but more precise:&lt;BR /&gt;&lt;BR /&gt;$ pipe analyze/obj &lt;OBJECT&gt; | sea sys$pipe "symbol:"" | sea sys$pipe &lt;FUNCTION&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OBJECT&gt; can hold wildcard in the name (*.obj) to searcha number of objects.&lt;BR /&gt;&lt;BR /&gt;For library, use the LIBRARY command, as specified.&lt;BR /&gt;&lt;BR /&gt;Willem&lt;/OBJECT&gt;&lt;/FUNCTION&gt;&lt;/OBJECT&gt;&lt;/FUNCTION&gt;&lt;/OBJECT&gt;</description>
      <pubDate>Mon, 22 Aug 2005 08:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/linker-utility-nm/m-p/3608407#M32577</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-08-22T08:44:27Z</dc:date>
    </item>
  </channel>
</rss>

