]> Cypherpunks repositories - gostls13.git/commit
debug/elf: add relocation constants
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 6 Oct 2017 19:59:44 +0000 (15:59 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 11 Oct 2017 16:40:10 +0000 (16:40 +0000)
commit0c6fc0d711da590eafdfa4719ae322f84b49521d
tree182f21a693b37a0a491d96e26e0de9692b7c7678
parent862b78e1553a56adbc9117c2584ce5582f055b30
debug/elf: add relocation constants

Compiled from various tables found around the internet.

Some of these are used by cmd/link.

Change-Id: I258b25e694dbe91a61d675763f2c47ccc928fd70
Reviewed-on: https://go-review.googlesource.com/69012
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/debug/elf/elf.go