summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFlorin Papa <fpapa@google.com>2022-11-21 12:54:11 -0800
committerGopher Robot <gobot@golang.org>2023-03-07 18:26:40 +0000
commit74a9d283e4d498b78521f4a40c23b4c3f5ff7387 (patch)
tree196cefccaf7c16b452b8ffd988776aa9a170728f /api
parenta42bb79dd41bb1fb2276bef2829d2413d0ae7805 (diff)
downloadgo-git-74a9d283e4d498b78521f4a40c23b4c3f5ff7387.tar.gz
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>
Diffstat (limited to 'api')
-rw-r--r--api/next/56892.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/56892.txt b/api/next/56892.txt
new file mode 100644
index 0000000000..b911312150
--- /dev/null
+++ b/api/next/56892.txt
@@ -0,0 +1 @@
+pkg debug/elf, method (*File) DynValue(DynTag) ([]uint64, error) #56892