Open opens the named object file. If the object is a shared library, start/limit/offset are the addresses where it is mapped into memory in the address space being inspected. If the object is a linux kernel, relocationSymbol is the name of the symbol corresponding to the start address.
(file string, start, limit, offset uint64, relocationSymbol string)
| 113 | // is a linux kernel, relocationSymbol is the name of the symbol |
| 114 | // corresponding to the start address. |
| 115 | Open(file string, start, limit, offset uint64, relocationSymbol string) (ObjFile, error) |
| 116 | |
| 117 | // Disasm disassembles the named object file, starting at |
| 118 | // the start address and stopping at (before) the end address. |
nothing calls this directly
no outgoing calls
no test coverage detected