Home
last modified time | relevance | path

Searched defs:Binutils (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
Dbinutils.go40 type Binutils struct { struct
41 mu sync.Mutex
42 rep *binrep
72 func (bu *Binutils) get() *binrep {
85 func (bu *Binutils) update(fn func(r *binrep)) {
99 func (bu *Binutils) String() string {
121 func (bu *Binutils) SetFastSymbolization(fast bool) {
130 func (bu *Binutils) SetTools(config string) {
259 …nc (bu *Binutils) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) {
287 …) Open(name string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) {