MCPcopy Create free account
hub / github.com/dispatchrun/wzprof / dwarfmapper

Struct dwarfmapper

dwarf.go:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type dwarfmapper struct {
43 d *dwarf.Data
44 subprograms []subprogramRange
45 // once value used to limit the logging output on error
46 onceSourceOffsetNotFound sync.Once
47}
48
49const (
50 debugInfo = ".debug_info"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected