Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
z
Classes
Class List
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
grpc
third_party
bloaty
third_party
capstone
arch
M68K
M68KInstPrinter.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* M68K Backend by Daniel Collin <daniel@collin.com> 2015 */
3
4
#ifndef CS_M68KINSTPRINTER_H
5
#define CS_M68KINSTPRINTER_H
6
7
#include "
capstone/capstone.h
"
8
#include "../../MCRegisterInfo.h"
9
#include "../../MCInst.h"
10
11
struct
SStream
;
12
13
void
M68K_init
(
MCRegisterInfo
*MRI);
14
void
M68K_printInst
(
MCInst
* MI,
struct
SStream
* O,
void
* Info);
15
const
char
*
M68K_reg_name
(
csh
handle
,
unsigned
int
reg);
16
void
M68K_get_insn_id
(
cs_struct
* h, cs_insn* insn,
unsigned
int
id
);
17
const
char
*
M68K_insn_name
(
csh
handle
,
unsigned
int
id
);
18
const
char
*
M68K_group_name
(
csh
handle
,
unsigned
int
id
);
19
void
M68K_post_printer
(
csh
handle
, cs_insn* flat_insn,
char
* insn_asm,
MCInst
* mci);
20
21
#endif
M68K_post_printer
void M68K_post_printer(csh handle, cs_insn *flat_insn, char *insn_asm, MCInst *mci)
cs_struct
Definition:
cs_priv.h:51
capstone.h
M68K_insn_name
const char * M68K_insn_name(csh handle, unsigned int id)
Definition:
M68KInstPrinter.c:360
SStream
Definition:
SStream.h:9
M68K_group_name
const char * M68K_group_name(csh handle, unsigned int id)
Definition:
M68KInstPrinter.c:379
M68K_get_insn_id
void M68K_get_insn_id(cs_struct *h, cs_insn *insn, unsigned int id)
Definition:
M68KInstPrinter.c:355
csh
size_t csh
Definition:
capstone.h:71
MCInst
Definition:
MCInst.h:88
M68K_printInst
void M68K_printInst(MCInst *MI, struct SStream *O, void *Info)
Definition:
M68KInstPrinter.c:262
M68K_reg_name
const char * M68K_reg_name(csh handle, unsigned int reg)
Definition:
M68KInstPrinter.c:343
handle
static csh handle
Definition:
test_arm_regression.c:16
M68K_init
void M68K_init(MCRegisterInfo *MRI)
MCRegisterInfo
Definition:
MCRegisterInfo.h:78
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:00:30