aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorbenbaker76 <headkaze@gmail.com>2024-11-06 23:13:37 +0000
committerGopher Robot <gobot@golang.org>2024-11-07 15:23:24 +0000
commit2e97c30d8d9f5740a503428c09efae7bedb68efb (patch)
tree05504990c5c1f74c8fc45ee39afaf0c84d12dd51 /api
parentfc5e8f2f6ba07f999a780848aa66da7d73083c1e (diff)
downloadgo-2e97c30d8d9f5740a503428c09efae7bedb68efb.tar.xz
debug/elf: add SHT_GNU_VERDEF section parsing
Fixes #63952 Change-Id: Icf93e57e62243d9c3306d4e1c5dadb3f62747710 GitHub-Last-Rev: 5c2952760063474f3aac338fe5bdb65bde238ab6 GitHub-Pull-Request: golang/go#69850 Reviewed-on: https://go-review.googlesource.com/c/go/+/619077 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/63952.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/api/next/63952.txt b/api/next/63952.txt
new file mode 100644
index 0000000000..738e56f0e1
--- /dev/null
+++ b/api/next/63952.txt
@@ -0,0 +1,33 @@
+pkg debug/elf, const VER_FLG_BASE = 1 #63952
+pkg debug/elf, const VER_FLG_BASE DynamicVersionFlag #63952
+pkg debug/elf, const VER_FLG_INFO = 4 #63952
+pkg debug/elf, const VER_FLG_INFO DynamicVersionFlag #63952
+pkg debug/elf, const VER_FLG_WEAK = 2 #63952
+pkg debug/elf, const VER_FLG_WEAK DynamicVersionFlag #63952
+pkg debug/elf, const VerFlagGlobal = 2 #63952
+pkg debug/elf, const VerFlagGlobal SymbolVersionFlag #63952
+pkg debug/elf, const VerFlagHidden = 4 #63952
+pkg debug/elf, const VerFlagHidden SymbolVersionFlag #63952
+pkg debug/elf, const VerFlagLocal = 1 #63952
+pkg debug/elf, const VerFlagLocal SymbolVersionFlag #63952
+pkg debug/elf, const VerFlagNone = 0 #63952
+pkg debug/elf, const VerFlagNone SymbolVersionFlag #63952
+pkg debug/elf, method (*File) DynamicVersionNeeds() ([]DynamicVersionNeed, error) #63952
+pkg debug/elf, method (*File) DynamicVersions() ([]DynamicVersion, error) #63952
+pkg debug/elf, type DynamicVersion struct #63952
+pkg debug/elf, type DynamicVersion struct, Deps []string #63952
+pkg debug/elf, type DynamicVersion struct, Flags DynamicVersionFlag #63952
+pkg debug/elf, type DynamicVersion struct, Index uint16 #63952
+pkg debug/elf, type DynamicVersion struct, Version uint16 #63952
+pkg debug/elf, type DynamicVersionDep struct #63952
+pkg debug/elf, type DynamicVersionDep struct, Dep string #63952
+pkg debug/elf, type DynamicVersionDep struct, Flags DynamicVersionFlag #63952
+pkg debug/elf, type DynamicVersionDep struct, Other uint16 #63952
+pkg debug/elf, type DynamicVersionFlag uint16 #63952
+pkg debug/elf, type DynamicVersionNeed struct #63952
+pkg debug/elf, type DynamicVersionNeed struct, Name string #63952
+pkg debug/elf, type DynamicVersionNeed struct, Needs []DynamicVersionDep #63952
+pkg debug/elf, type DynamicVersionNeed struct, Version uint16 #63952
+pkg debug/elf, type Symbol struct, VersionFlags SymbolVersionFlag #63952
+pkg debug/elf, type Symbol struct, VersionIndex int16 #63952
+pkg debug/elf, type SymbolVersionFlag uint8 #63952