Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 6th, 2010 | Syntax: None | Size: 2.10 KB | Hits: 55 | Expires: Never
Copy text to clipboard
  1. $ readelf -d /lib/libc.so.0
  2.  
  3. Dynamic section at offset 0x5cf50 contains 18 entries:
  4.   Tag        Type                         Name/Value
  5.  0x00000001 (NEEDED)                     Shared library: [ld-uClibc.so.0]
  6.  0x0000000e (SONAME)                     Library soname: [libc.so.0]
  7.  0x0000000c (INIT)                       0x56d20
  8.  0x6ffffef5 (GNU_HASH)                   0x154
  9.  0x00000005 (STRTAB)                     0x7600
  10.  0x00000006 (SYMTAB)                     0x28b0
  11.  0x0000000a (STRSZ)                      11846 (bytes)
  12.  0x0000000b (SYMENT)                     16 (bytes)
  13.  0x00000003 (PLTGOT)                     0x6ddf8
  14.  0x00000002 (PLTRELSZ)                   252 (bytes)
  15.  0x00000014 (PLTREL)                     RELA
  16.  0x00000017 (JMPREL)                     0xcb48
  17.  0x00000007 (RELA)                       0xa448
  18.  0x00000008 (RELASZ)                     10236 (bytes)
  19.  0x00000009 (RELAENT)                    12 (bytes)
  20.  0x0000001e (FLAGS)                      STATIC_TLS
  21.  0x6ffffff9 (RELACOUNT)                  784
  22.  0x00000000 (NULL)                       0x0
  23. $ readelf -d /pkg-backup/uClibc/lib/libc.so.0
  24.  
  25. Dynamic section at offset 0x52f58 contains 17 entries:
  26.   Tag        Type                         Name/Value
  27.  0x00000001 (NEEDED)                     Shared library: [ld-uClibc.so.0]
  28.  0x0000000e (SONAME)                     Library soname: [libc.so.0]
  29.  0x0000000c (INIT)                       0x4cdc8
  30.  0x6ffffef5 (GNU_HASH)                   0x134
  31.  0x00000005 (STRTAB)                     0x7594
  32.  0x00000006 (SYMTAB)                     0x2884
  33.  0x0000000a (STRSZ)                      11814 (bytes)
  34.  0x0000000b (SYMENT)                     16 (bytes)
  35.  0x00000003 (PLTGOT)                     0x63d78
  36.  0x00000002 (PLTRELSZ)                   180 (bytes)
  37.  0x00000014 (PLTREL)                     RELA
  38.  0x00000017 (JMPREL)                     0xc900
  39.  0x00000007 (RELA)                       0xa3bc
  40.  0x00000008 (RELASZ)                     9720 (bytes)
  41.  0x00000009 (RELAENT)                    12 (bytes)
  42.  0x6ffffff9 (RELACOUNT)                  750
  43.  0x00000000 (NULL)                       0x0