| 40 | } |
| 41 | |
| 42 | type 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 | |
| 49 | const ( |
| 50 | debugInfo = ".debug_info" |
nothing calls this directly
no outgoing calls
no test coverage detected