mirror of
https://github.com/golang/go
synced 2024-11-26 22:21:27 -07:00
doc: debug/pe.Section is not new, Section.Relocs field is
Change-Id: Ie50d68f87670de6c199016ebdc740c11ee636e9a Reviewed-on: https://go-review.googlesource.com/33931 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
b00b214e0d
commit
ec80737bdf
@ -901,16 +901,16 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
|
|||||||
<dl id="debug_pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
|
<dl id="debug_pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p> <!-- CL 22720, CL 27212, CL 22181, CL 22332, CL 22336, Issue 15345 -->
|
<p> <!-- CL 22720, CL 27212, CL 22181, CL 22332, CL 22336, Issue 15345 -->
|
||||||
The package has been fleshed out and is now used by <a href="/cmd/link/">the Go linker</a>.
|
The package has been extended and is now used by
|
||||||
New are
|
<a href="/cmd/link/">the Go linker</a> to read <code>gcc</code>-generated object files.
|
||||||
<a href="/pkg/debug/pe/#Reloc"><code>Reloc</code></a>,
|
The new
|
||||||
<a href="/pkg/debug/pe/#Section"><code>Section</code></a>,
|
<a href="/pkg/debug/pe/#File.StringTable"><code>File.StringTable</code></a>
|
||||||
<a href="/pkg/debug/pe/#StringTable"><code>StringTable</code></a>,
|
and
|
||||||
the method
|
<a href="/pkg/debug/pe/#Section.Relocs"><code>Section.Relocs</code></a>
|
||||||
<a href="/pkg/debug/pe/#COFFSymbol.FullName"><code>COFFSymbol.FullName</code></a>,
|
fields provide access to the COFF string table and COFF relocations.
|
||||||
and the fields
|
The new
|
||||||
<a href="/pkg/debug/pe/#File.COFFSymbols"><code>File.COFFSymbols</code></a> and
|
<a href="/pkg/debug/pe/#File.COFFSymbols"><code>File.COFFSymbols</code></a>
|
||||||
<a href="/pkg/debug/pe/#File.StringTable"><code>File.StringTable</code></a>.
|
allows low-level access to the COFF symbol table.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
Loading…
Reference in New Issue
Block a user