Disasm disassembles the named object file, starting at the start address and stopping at (before) the end address.
(file string, start, end uint64, intelSyntax bool)
| 117 | // Disasm disassembles the named object file, starting at |
| 118 | // the start address and stopping at (before) the end address. |
| 119 | Disasm(file string, start, end uint64, intelSyntax bool) ([]Inst, error) |
| 120 | } |
| 121 | |
| 122 | // An Inst is a single instruction in an assembly listing. |
nothing calls this directly
no outgoing calls
no test coverage detected