- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Usage of elfdump....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 09:32 PM
05-02-2005 09:32 PM
Usage of elfdump....
Hello everybody,
let me know the usage of elfdump.
I tried using the options available from "man elfdump" like,
elfdump -a libc.a
It's giving "elfdump error"(Bad input file)...
So, let me know more info. on elfdump
Regards,
Anitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 09:53 PM
05-02-2005 09:53 PM
Re: Usage of elfdump....
elfdump is used for dumping informations about ELF application related object files and libraries.
You have to check file type before using elfdump.
Read more in http://nixdoc.net/man-pages/HP-UX/man1/elfdump.1.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 10:35 PM
05-02-2005 10:35 PM
Re: Usage of elfdump....
We are running the program on HP-UX 11.11
Can I know what type of object file format does elfdump supports on HP-UX....
The object file format which i'm using is
"PA-RISC 2.0 relocatable object"
Regards,
Anitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 11:15 PM
05-02-2005 11:15 PM
Re: Usage of elfdump....
Try with odump command for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2005 11:20 PM
05-02-2005 11:20 PM
Re: Usage of elfdump....
odump -all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 12:34 AM
05-03-2005 12:34 AM
Re: Usage of elfdump....
PA 64-bit, IPF-32 bit, or/and IPF 64-bit.
PA 32-bit are in SOM format, and you can use 'odump' facility to read it. See 'man odump'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 01:01 AM
05-03-2005 01:01 AM
Re: Usage of elfdump....
Instead use, odump, which takes one or more 32-bit native code files (object files, shared
and archive libraries, executables) and dumps information about them. For more info read odump(1) manpage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 03:51 AM
05-03-2005 03:51 AM
Re: Usage of elfdump....
ELF-64 executable object file - PA-RISC 2.0 (LP64)