From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EEFE38582BE; Mon, 8 Aug 2022 09:38:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EEFE38582BE From: "dichen at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/28873] Implement eu-readelf -D Date: Mon, 08 Aug 2022 09:38:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dichen at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dichen at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2022 09:38:45 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28873 --- Comment #3 from Di Chen --- Finished the first part of the whole task, now eu-readelf can dump the dyna= mic segment information from dynamic program header, i.e. ``` $ ./src/readelf -Dd ~/test/eu-readelf-no-shdr=20 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=20=20=20=20=20=20=20=20=20=20=20=20=20 PLTGOT 0x0000000000475000 PLTRELSZ 4560 (bytes) PLTREL RELA JMPREL 0x00000000004026a0 RELA 0x0000000000402610 RELASZ 144 (bytes) RELAENT 24 (bytes) VERNEED 0x0000000000402450 VERNEEDNUM 3 VERSYM 0x00000000004022be NULL=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=