Home
last modified time | relevance | path

Searched defs:cs_insn (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/capstone3/capstone-3.0.5/include/
H A Dcapstone.h249 typedef struct cs_insn { struct
256 unsigned int id;
260 uint64_t address;
285 } cs_insn; typedef
/dports/emulators/qemu42/qemu-4.2.1/capstone/include/
H A Dcapstone.h249 typedef struct cs_insn { struct
256 unsigned int id;
260 uint64_t address;
285 } cs_insn; argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/include/
H A Dcapstone.h249 typedef struct cs_insn { struct
256 unsigned int id;
260 uint64_t address;
285 } cs_insn; argument
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/include/
H A Dcapstone.h249 typedef struct cs_insn { struct
256 unsigned int id;
260 uint64_t address;
285 } cs_insn; argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/include/
H A Dcapstone.h249 typedef struct cs_insn { struct
256 unsigned int id;
260 uint64_t address;
285 } cs_insn; typedef
/dports/devel/capstone4/capstone-4.0.2/include/capstone/
H A Dcapstone.h313 typedef struct cs_insn { struct
320 unsigned int id;
324 uint64_t address;
350 } cs_insn; argument
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/include/capstone/
H A Dcapstone.h313 typedef struct cs_insn { struct
320 unsigned int id;
324 uint64_t address;
350 } cs_insn; argument
/dports/devel/py-capstone/capstone-4.0.1/src/include/capstone/
H A Dcapstone.h313 typedef struct cs_insn { struct
320 unsigned int id;
324 uint64_t address;
350 } cs_insn; argument
/dports/emulators/qemu/qemu-6.2.0/capstone/include/capstone/
H A Dcapstone.h344 typedef struct cs_insn { struct
351 unsigned int id;
355 uint64_t address;
381 } cs_insn; argument
/dports/emulators/qemu60/qemu-6.0.0/capstone/include/capstone/
H A Dcapstone.h344 typedef struct cs_insn { struct
351 unsigned int id;
355 uint64_t address;
381 } cs_insn; argument
/dports/emulators/qemu5/qemu-5.2.0/capstone/include/capstone/
H A Dcapstone.h344 typedef struct cs_insn { struct
351 unsigned int id;
355 uint64_t address;
381 } cs_insn; argument
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/include/capstone/
H A Dcapstone.h344 typedef struct cs_insn { struct
351 unsigned int id;
355 uint64_t address;
381 } cs_insn; argument
/dports/devel/xelfviewer/XELFViewer-0.03/XCapstone/3rdparty/Capstone/src/capstone/
H A Dcapstone.h344 typedef struct cs_insn { struct
351 unsigned int id;
355 uint64_t address;
381 } cs_insn; argument
/dports/devel/capstone3/capstone-3.0.5/bindings/powershell/Capstone/
H A DCapstone.psm1377 $cs_insn = New-Object cs_insn in Get-CapstoneDisassembly() variable
379 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1377 $cs_insn = New-Object cs_insn in Get-CapstoneDisassembly() variable
379 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1377 $cs_insn = New-Object cs_insn in Get-CapstoneDisassembly() variable
379 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1377 $cs_insn = New-Object cs_insn in Get-CapstoneDisassembly() variable
379 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/devel/capstone4/capstone-4.0.2/bindings/powershell/Capstone/
H A DCapstone.psm1406 $cs_insn = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
413 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1406 $cs_insn = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
413 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1406 $cs_insn = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
413 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1406 $cs_insn = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
413 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/powershell/Capstone/
H A DCapstone.psm1406 $cs_insn = if ($PSVersionTable.PSVersion.Major -gt 2) { in Get-CapstoneDisassembly() variable
413 $cs_insn = $cs_insn.GetType() in Get-CapstoneDisassembly() variable
/dports/devel/capstone3/capstone-3.0.5/bindings/ocaml/
H A Dcapstone.ml150 class cs_insn c a = class
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/ocaml/
H A Dcapstone.ml150 class cs_insn c a = class
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dlinegraphg.c150 else if (ge[mid] < i) lo = mid+1; in cs_insn_name()

12