MCPcopy Create free account
hub / github.com/google/pprof / Disasm

Method Disasm

internal/plugin/plugin.go:119–119  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Implementers 7

Binutilsinternal/binutils/binutils.go
testObjinternal/driver/fetch_test.go
fakeObjToolinternal/driver/webui_test.go
mockObjToolinternal/driver/driver_test.go
mockObjToolinternal/symbolizer/symbolizer_test.go
internalObjTooldriver/driver.go
fakeObjToolbrowsertests/testutils.go

Calls

no outgoing calls

Tested by

no test coverage detected