()
| 617 | } |
| 618 | |
| 619 | func (f *file) Name() string { |
| 620 | return f.name |
| 621 | } |
| 622 | |
| 623 | func (f *file) ObjAddr(addr uint64) (uint64, error) { |
| 624 | f.baseOnce.Do(func() { f.baseErr = f.computeBase(addr) }) |
nothing calls this directly
no outgoing calls
no test coverage detected