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

Method Disasm

driver/driver.go:148–148  ·  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

146 // Disasm disassembles the named object file, starting at
147 // the start address and stopping at (before) the end address.
148 Disasm(file string, start, end uint64, intelSyntax bool) ([]Inst, error)
149}
150
151// An Inst is a single instruction in an assembly listing.

Callers 3

expandAddressesMethod · 0.65
PrintAssemblyFunction · 0.65
DisasmMethod · 0.65

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