Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 v0.1.0 May 4, 2026 Changes in this version + const DW_LLE_base_addressx + const DW_LLE_end_of_list + const DW_LLE_offset_pair + const DW_LLE_start_length + var AttrInline = dbgDwarf.AttrInline + var AttrLocation = dbgDwarf.AttrLocation + var AttrName = dbgDwarf.AttrName + var AttrType = dbgDwarf.AttrType + var TagFormalParameter = dbgDwarf.TagFormalParameter + var TagSubprogram = dbgDwarf.TagSubprogram + var TagVariable = dbgDwarf.TagVariable + func VisitPrefixOrder(n *Node, f func(*Node)) + type LLEBaseAddressX struct + type LLEOffsetPair struct + func (d LLEOffsetPair) Ops() []op.Operation + type LLEStartLength struct + type Loclist struct + func (l *Loclist) Entries() []LoclistEntry + type LoclistEntry interface + type LoclistTable struct + func NewLoclistTable(f *elf.File) (*LoclistTable, error) + func (l *LoclistTable) Dump() + func (l *LoclistTable) Loclist(i int) (*Loclist, error) + type Node struct + func (n *Node) AbstractOrigin() *Node + func (n *Node) ByteSize() int64 + func (n *Node) Dump(indent int) + func (n *Node) Entry() *dwarf.Entry + func (n *Node) FileCol() string + func (n *Node) Location() ([]op.Operation, error) + func (n *Node) LocationList() (*Loclist, error) + func (n *Node) Name() string + func (n *Node) Parent() *Node + func (n *Node) Type() *Node + type Tree struct + func NewDWARFTree(path string) (*Tree, error) + func (t *Tree) AddToIndex(n *Node) + func (t *Tree) ByType(tag dwarf.Tag) []*Node + func (t *Tree) Dump()