Searched defs:Disasm (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
D | disasm.go | 31 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 …]
|
D | objfile.go | 121 func (f *File) Disasm() (*Disasm, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
D | driver.go | 147 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 D | bpfdisassembler.cc | 247 std::string Disasm(absl::Span<const sock_filter> prog) { in Disasm() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/pprof/ |
D | pprof.go | 190 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/ |
D | binutils.go | 259 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/ |
D | plugin.go | 119 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/ |
D | source.go | 228 Disasm string member
|