]> Cypherpunks.ru repositories - gostls13.git/commit
debug/elf: retrieve values for dynamic section tags
authorFlorin Papa <fpapa@google.com>
Mon, 21 Nov 2022 20:54:11 +0000 (12:54 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 7 Mar 2023 18:26:40 +0000 (18:26 +0000)
commit74a9d283e4d498b78521f4a40c23b4c3f5ff7387
tree196cefccaf7c16b452b8ffd988776aa9a170728f
parenta42bb79dd41bb1fb2276bef2829d2413d0ae7805
debug/elf: retrieve values for dynamic section tags

Add functionality to retrieve values for .dynamic entries that don't
correspond to entries in the string table.

Fixes #56892

Change-Id: I6edabc8ca331c819e442d06e19b7f4df8343372b
Reviewed-on: https://go-review.googlesource.com/c/go/+/452617
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/56892.txt [new file with mode: 0644]
src/debug/elf/file.go
src/debug/elf/file_test.go