dwexaminer

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2021 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DwExaminer

type DwExaminer struct {
	// contains filtered or unexported fields
}

func NewDwExaminer

func NewDwExaminer(rdr *dwarf.Reader) (*DwExaminer, error)

func (*DwExaminer) Children

func (ds *DwExaminer) Children(idx int) ([]*dwarf.Entry, error)

func (*DwExaminer) DieOffsets

func (ds *DwExaminer) DieOffsets() []dwarf.Offset

func (*DwExaminer) DumpEntry

func (ds *DwExaminer) DumpEntry(idx int, dumpKids bool, dumpParent bool, ilevel int) error

func (*DwExaminer) LoadEntryByID

func (ds *DwExaminer) LoadEntryByID(idx int) (*dwarf.Entry, error)

func (*DwExaminer) LoadEntryByOffset

func (ds *DwExaminer) LoadEntryByOffset(off dwarf.Offset) (*dwarf.Entry, error)

func (*DwExaminer) Parent

func (ds *DwExaminer) Parent(idx int) (*dwarf.Entry, error)

Returns parent DIE for DIE 'idx', or nil if the DIE is top level

Jump to

Keyboard shortcuts

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