Name returns the underlying file name, if available.
()
| 161 | type ObjFile interface { |
| 162 | // Name returns the underlying file name, if available. |
| 163 | Name() string |
| 164 | |
| 165 | // ObjAddr returns the objdump address corresponding to a runtime address. |
| 166 | ObjAddr(addr uint64) (uint64, error) |
no outgoing calls