| 185 | } |
| 186 | |
| 187 | type fakeObjTool struct{} |
| 188 | |
| 189 | func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) { |
| 190 | return fakeObj{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected