| 89 | } |
| 90 | |
| 91 | type fakeObjTool struct{} |
| 92 | |
| 93 | func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (driver.ObjFile, error) { |
| 94 | return fakeObj{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected