objfile

package
v0.0.0-...-cf91f57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RelocationTableEntry

type RelocationTableEntry struct {
	LabelName      string
	SectionName    string
	SectionOffset  int
	StatementToken lexer.TokenKind
}

func (*RelocationTableEntry) MarshalTo

func (r *RelocationTableEntry) MarshalTo(writer io.Writer) error

func (*RelocationTableEntry) String

func (r *RelocationTableEntry) String() string

func (*RelocationTableEntry) UnmarshalFrom

func (r *RelocationTableEntry) UnmarshalFrom(reader io.Reader) error

type SymbolTableEntry

type SymbolTableEntry struct {
	LabelName     string
	SectionName   string
	SectionOffset int
	Resolved      bool
}

func (*SymbolTableEntry) MarshalTo

func (s *SymbolTableEntry) MarshalTo(writer io.Writer) error

func (*SymbolTableEntry) String

func (s *SymbolTableEntry) String() string

func (*SymbolTableEntry) UnmarshalFrom

func (s *SymbolTableEntry) UnmarshalFrom(reader io.Reader) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL