[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/15095] Offset of DT_STRTAB is incorrect on executables
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/15095] Offset of DT_STRTAB is incorrect on executables |
Date: |
Mon, 04 Feb 2013 17:24:02 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15095
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2013-02-04 17:24:02
UTC ---
DT_STRTAB entry holds the address, not offset, of dynamic string table:
# readelf -dWS /usr/bin/lsusb | grep STRTAB
[18] .dynstr STRTAB 00000000004184ec 0184ec 0003e9 00 A
0 0 1
[31] .shstrtab STRTAB 0000000000000000 01a948 000133 00
0 0 1
0x0000000000000005 (STRTAB) 0x4184ec
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.