Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Ddisasm.go31 type Disasm struct { struct
32 syms []Sym //symbols in file, sorted by address
33 pcln Liner // pcln table
34 text []byte // bytes of text segment (actual instructions)
35 textStart uint64 // start PC of text
36 textEnd uint64 // end PC of text
37 goarch string // GOARCH string
38 disasm disasmFunc // disassembler function for goarch
39 byteOrder binary.ByteOrder // byte order for goarch
43 func (e *Entry) Disasm() (*Disasm, error) { func
[all …]
Dobjfile.go121 func (f *File) Disasm() (*Disasm, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
Ddriver.go147 Disasm(file string, start, end uint64, intelSyntax bool) ([]Inst, error) methodSpec
275 func (o *internalObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, … func
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dbpfdisassembler.cc247 std::string Disasm(absl::Span<const sock_filter> prog) { in Disasm() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pprof/
Dpprof.go190 func (t *objTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]driver.Inst, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
Dbinutils.go259 func (bu *Binutils) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error)… func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/
Dplugin.go119 Disasm(file string, start, end uint64, intelSyntax bool) ([]Inst, error) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dsource.go228 Disasm string member