https://sourceware.org/bugzilla/show_bug.cgi?id=28873

--- Comment #3 from Di Chen <dichen at redhat dot com> ---
Finished the first part of the whole task, now eu-readelf can dump the dynamic
segment information from dynamic program header, i.e.

```
$ ./src/readelf -Dd ~/test/eu-readelf-no-shdr 

Dynamic segment contains 26 entries:
 Addr: 0x0000000000474e00  Offset: 0x073e00
  Type              Value
  NEEDED            Shared library: [libdw.so.1]
  NEEDED            Shared library: [libelf.so.1]
  NEEDED            Shared library: [libc.so.6]
  INIT              0x0000000000404000
  FINI              0x000000000043d4a8
  INIT_ARRAY        0x0000000000474df0
  INIT_ARRAYSZ      8 (bytes)
  FINI_ARRAY        0x0000000000474df8
  FINI_ARRAYSZ      8 (bytes)
  GNU_HASH          0x00000000004003a0
  STRTAB            0x00000000004016b0
  SYMTAB            0x00000000004003f0
  STRSZ             3086 (bytes)
  SYMENT            24 (bytes)
  DEBUG             
  PLTGOT            0x0000000000475000
  PLTRELSZ          4560 (bytes)
  PLTREL            RELA
  JMPREL            0x00000000004026a0
  RELA              0x0000000000402610
  RELASZ            144 (bytes)
  RELAENT           24 (bytes)
  VERNEED           0x0000000000402450
  VERNEEDNUM        3
  VERSYM            0x00000000004022be
  NULL              

```

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to