listobj (idb mode only)

List all loaded objects, including the main image and the shared libraries.

Syntax

listobj

Parameters

None.

Description

This command lists all loaded objects, including the main image and the shared libraries.

For each object, the information listed consists of:

Example

(idb) listobj
section Start Addr End Addr 
------------------------------------------------------------------------ 
/home/user/examples/test/idb/Examples/exp/i686-Linux-currstable/debuggable/x_list 
.text 0x8048000 0x80555cf 
.data 0x8056000 0x805be07 
.bss 0x805be08 0x805bebf 
/lib/libdl-2.3.2.so 
.text 0xb73b1000 0xb73b2dc3 
.data 0xb73b3dc4 0xb73b3f53 
.bss 0xb73b3f54 0xb73b3f73 
/lib/tls/libc-2.3.2.so 
.text 0xb73b4000 0xb74e44f5 
.data 0xb74e5500 0xb74e7fdb 
.bss 0xb74e7fdc 0xb74eaa8b 
/nfs/cmplr/icc-9.1.043/lib/libunwind.so.5 
.text 0xb74eb000 0xb74ef28c 
.data 0xb74f0290 0xb74f0a1b 
.bss 0xb74f0a1c 0xb74f0b7b 
/nfs/cmplr/icc-9.1.043/lib/libcxa.so.5 
.text 0xb74f1000 0xb750cd5e 
.data 0xb750d000 0xb7513bcb 
.bss 0xb7513bcc 0xb7513d4f 
/nfs/cmplr/icc-9.1.043/lib/libcprts.so.5 
.text 0xb7514000 0xb7594aaf 
.data 0xb7595000 0xb75b3d23 
.bss 0xb75b3d24 0xb75b469f 
/lib/tls/libm-2.3.2.so 
.text 0xb75b5000 0xb75d5dbf 
.data 0xb75d6dc0 0xb75d6f43 
.bss 0xb75d6f44 0xb75d6f8f 
/lib/ld-2.3.2.so 
.text 0xb75eb000 0xb75fffcf 
.data 0xb7600000 0xb7600533 
.bss 0xb7600534 0xb7600753 

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.