//
pkg.gl
Category
github.com/backman-git/delve
pkg
elfwriter
package
0.0.1
Repository:
https://github.com/backman-git/delve.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
219 SLOC
#
Functions
New
New creates a new Writer.
#
Constants
DelveHeaderEntryPointPrefix
No description provided by the author
DelveHeaderNoteType
DLVE.
DelveHeaderTargetPidPrefix
No description provided by the author
DelveThreadNodeType
DLVT.
#
Structs
Note
No description provided by the author
Writer
Writer writes ELF files.
#
Interfaces
WriteCloserSeeker
WriteCloserSeeker is the union of io.Writer, io.Closer and io.Seeker.