* Re: how to see .so contents
@ 2001-09-11 12:15 Rajiv Majumdar
0 siblings, 0 replies; 4+ messages in thread
From: Rajiv Majumdar @ 2001-09-11 12:15 UTC (permalink / raw)
To: srinivas.surabhi; +Cc: linux-kernel, linux-kernel-owner
an irrelevant question for this list. use chatr or nm for symbol table info
raj
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to see .so contents
2001-09-11 17:48 how to see .so contents s.srinivas
@ 2001-09-11 14:51 ` Petr Baudis
2001-09-11 16:44 ` Ken Williams
1 sibling, 0 replies; 4+ messages in thread
From: Petr Baudis @ 2001-09-11 14:51 UTC (permalink / raw)
To: s.srinivas; +Cc: linux-kernel
> Its a silly question i tried with all my friends but of no use.
> Could any one tell me how to know the contents(modules) that
> are contained in any .so (shared objects) file.
>
> say for ex. for archive file ar -t .a file name is used .
nm? man nm, nm library.so
--
Petr "Pasky" Baudis
. .
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
#define BX_(x) ((x) - (((x)>>1)&0x77777777) \
- (((x)>>2)&0x33333333) \
- (((x)>>3)&0x11111111))
-- really weird C code to count the number of bits in a word
. .
My public PGP key is on: http://pasky.ji.cz/~pasky/pubkey.txt
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s++:++ a--- C+++ UL++++$ P+ L+++ E--- W+ N !o K- w-- !O M-
!V PS+ !PE Y+ PGP+>++ t+ 5 X(+) R++ tv- b+ DI(+) D+ G e-> h! r% y?
------END GEEK CODE BLOCK------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: how to see .so contents
2001-09-11 17:48 how to see .so contents s.srinivas
2001-09-11 14:51 ` Petr Baudis
@ 2001-09-11 16:44 ` Ken Williams
1 sibling, 0 replies; 4+ messages in thread
From: Ken Williams @ 2001-09-11 16:44 UTC (permalink / raw)
To: srinivas.surabhi; +Cc: linux-kernel
"s.srinivas" wrote:
>
> hi all,
>
> Its a silly question i tried with all my friends but of no use.
> Could any one tell me how to know the contents(modules) that
> are contained in any .so (shared objects) file.
>
> say for ex. for archive file ar -t .a file name is used .
I think what you want is 'objdump'
try
/usr/bin/objdump -f shared_object.so
see the man pages for more info.
Regards,
Ken
> thank u all in advance.
>
> regards
> srinivas
>
> ------------------------------------------------------------------------
> Name: Wipro_Disclaimer.txt
> Wipro_Disclaimer.txt Type: Plain Text (text/plain)
> Encoding: 7bit
^ permalink raw reply [flat|nested] 4+ messages in thread
* how to see .so contents
@ 2001-09-11 17:48 s.srinivas
2001-09-11 14:51 ` Petr Baudis
2001-09-11 16:44 ` Ken Williams
0 siblings, 2 replies; 4+ messages in thread
From: s.srinivas @ 2001-09-11 17:48 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 301 bytes --]
hi all,
Its a silly question i tried with all my friends but of no use.
Could any one tell me how to know the contents(modules) that
are contained in any .so (shared objects) file.
say for ex. for archive file ar -t .a file name is used .
thank u all in advance.
regards
srinivas
[-- Attachment #2: Wipro_Disclaimer.txt --]
[-- Type: text/plain, Size: 853 bytes --]
The Information contained and transmitted by this E-MAIL is proprietary to Wipro and/or its Customer and is intended
for use only by the individual or entity to which it is addressed, and may contain information that is privileged,
confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this
E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent
of the intended recipient or a person responsible for delivering the information to the named recipient, you are
notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way
or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail &
notify us immediately at mailadmin@wipro.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-11 15:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-11 17:48 how to see .so contents s.srinivas
2001-09-11 14:51 ` Petr Baudis
2001-09-11 16:44 ` Ken Williams
-- strict thread matches above, loose matches on Subject: below --
2001-09-11 12:15 Rajiv Majumdar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox