Name returns the underlyinf file name, if available
()
| 132 | type ObjFile interface { |
| 133 | // Name returns the underlyinf file name, if available |
| 134 | Name() string |
| 135 | |
| 136 | // ObjAddr returns the objdump (linker) address corresponding to a runtime |
| 137 | // address, and an error. |
nothing calls this directly
no outgoing calls
no test coverage detected