Home
last modified time | relevance | path

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

1234

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/objfile/
H A Ddisasm.go30 type Disasm struct { struct
31 syms []Sym //symbols in file, sorted by address
32 pcln Liner // pcln table
33 text []byte // bytes of text segment (actual instructions)
34 textStart uint64 // start PC of text
35 textEnd uint64 // end PC of text
36 goarch string // GOARCH string
37 disasm disasmFunc // disassembler function for goarch
38 byteOrder binary.ByteOrder // byte order for goarch
42 func (f *File) Disasm() (*Disasm, error) { func
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/objfile/
H A 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 …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/objfile/
H A 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 …]
/dports/japanese/kterm/pcemu1.01alpha/
H A Ddisasm.h112 static struct Disasm struct
114 int text;
115 unsigned (*type)(BYTE *, unsigned, char *);
116 int flags;
117 int *supp;
/dports/devel/capstone3/capstone-3.0.5/bindings/powershell/Capstone/
H A DCapstone.psm1374 $Disasm = @() in Get-CapstoneDisassembly() variable
399 $Disasm += $Object |Select-Object Address,Instruction in Get-CapstoneDisassembly() variable
426 $Disasm += $Object |Select-Object Size,Address,Mnemonic,Operands,Bytes,RegRead,RegWrite in Get-CapstoneDisassembly() variable
438 $Disasm in Get-CapstoneDisassembly() variable
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1374 $Disasm = @() in Get-CapstoneDisassembly() variable
399 $Disasm += $Object |Select-Object Address,Instruction in Get-CapstoneDisassembly() variable
426 $Disasm += $Object |Select-Object Size,Address,Mnemonic,Operands,Bytes,RegRead,RegWrite in Get-CapstoneDisassembly() variable
438 $Disasm in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1374 $Disasm = @() in Get-CapstoneDisassembly() variable
399 $Disasm += $Object |Select-Object Address,Instruction in Get-CapstoneDisassembly() variable
426 $Disasm += $Object |Select-Object Size,Address,Mnemonic,Operands,Bytes,RegRead,RegWrite in Get-CapstoneDisassembly() variable
438 $Disasm in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1374 $Disasm = @() in Get-CapstoneDisassembly() variable
399 $Disasm += $Object |Select-Object Address,Instruction in Get-CapstoneDisassembly() variable
426 $Disasm += $Object |Select-Object Size,Address,Mnemonic,Operands,Bytes,RegRead,RegWrite in Get-CapstoneDisassembly() variable
438 $Disasm in Get-CapstoneDisassembly() variable
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/jit/_disasm/
H A Ddisasm.go47 func Disasm(code asm.MachineCode) ([]gapstone.Instruction, error) { func
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/modules/
H A Ddisasm.py16 class Disasm(Module): class
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
H A Dfetch_test.go164 func (testObj) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
H A Dfetch_test.go164 func (testObj) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
H A Dfetch_test.go164 func (testObj) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui_test.go179 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
/dports/devel/pprof/pprof-acf8798/internal/driver/
H A Dwebui_test.go175 func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, err… func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dfetch_test.go153 func (testObj) Disasm(file string, start, end uint64) ([]plugin.Inst, error) { return nil, nil } func
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
H A Dsymbolizer_test.go230 func (mockObjTool) Disasm(file string, start, end uint64) ([]plugin.Inst, error) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/symbolizer/
H A Dsymbolizer_test.go270 func (mockObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/symbolizer/
H A Dsymbolizer_test.go270 func (mockObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/symbolizer/
H A Dsymbolizer_test.go270 func (mockObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { func

1234