查看arm平台下程序依赖的动态库有哪些

3590阅读 0评论2013-09-17 lubing521
分类:LINUX

[root@localhost .libs]# arm-linux-readelf -d upnp_tv_device 


Dynamic section at offset 0x500c contains 28 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libupnp.so.3]
 0x00000001 (NEEDED)                     Shared library: [libthreadutil.so.2]
 0x00000001 (NEEDED)                     Shared library: [libixml.so.2]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x0000000c (INIT)                       0x8ea8
 0x0000000d (FINI)                       0xb9cc
 0x00000019 (INIT_ARRAY)                 0x15000
 0x0000001b (INIT_ARRAYSZ)               4 (bytes)
 0x0000001a (FINI_ARRAY)                 0x15004
 0x0000001c (FINI_ARRAYSZ)               4 (bytes)
 0x00000004 (HASH)                       0x8168
 0x00000005 (STRTAB)                     0x87f4
 0x00000006 (SYMTAB)                     0x8394
 0x0000000a (STRSZ)                      1055 (bytes)
 0x0000000b (SYMENT)                     16 (bytes)
 0x00000015 (DEBUG)                      0x0
 0x00000003 (PLTGOT)                     0x15114
 0x00000002 (PLTRELSZ)                   440 (bytes)
 0x00000014 (PLTREL)                     REL
 0x00000017 (JMPREL)                     0x8cf0
 0x00000011 (REL)                        0x8ce0
 0x00000012 (RELSZ)                      16 (bytes)
 0x00000013 (RELENT)                     8 (bytes)
 0x6ffffffe (VERNEED)                    0x8ca0
 0x6fffffff (VERNEEDNUM)                 2
 0x6ffffff0 (VERSYM)                     0x8c14
 0x00000000 (NULL)                       0x0
[root@localhost .libs]# 

上一篇:修复sd卡的方法
下一篇:虚拟机下fedora与window共享文件夹