modulepackage
0.0.0-20200425172233-e404f988ac39
Repository: https://github.com/mewrev/mapfile.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Parse parses the given symbol map file, reading from r.
ParseBytes parses the given symbol map file, reading from buf.
ParseFile parses the given symbol map file, reading from mapPath.
ParseString parses the given symbol map file, reading from s.
SectionTypeFromString returns the SectionType enum corresponding to s.
# Structs
Map is a symbol map file.
Section tracks section linkage information.
SegmentOffset specifies a segment relative offset.
Symbol is a symbol with linker information.
# Type aliases
SectionType specifies the type of a section (code or data).