OpenOCD
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
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
Functions
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
Enumerator
Files
File List
Globals
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
z
Typedefs
a
c
e
j
l
n
r
s
t
u
v
x
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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
z
a64_disassembler.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2019 by Mete Balci *
5
* metebalci@gmail.com *
6
***************************************************************************/
7
8
#ifndef OPENOCD_TARGET_AARCH64_DISASSEMBLER_H
9
#define OPENOCD_TARGET_AARCH64_DISASSEMBLER_H
10
11
#include "
target.h
"
12
13
int
a64_disassemble
(
14
struct
command_invocation
*
cmd
,
15
struct
target
*
target
,
16
target_addr_t
address
,
17
size_t
count
);
18
19
#endif
/* OPENOCD_TARGET_AARCH64_DISASSEMBLER_H */
a64_disassemble
int a64_disassemble(struct command_invocation *cmd, struct target *target, target_addr_t address, size_t count)
Definition:
a64_disassembler.c:127
address
uint32_t address
Starting address. Sector aligned.
Definition:
dw-spi-helper.h:0
command_invocation
When run_command is called, a new instance will be created on the stack, filled with the proper value...
Definition:
command.h:76
target
Definition:
target.h:116
target.h
target_addr_t
uint64_t target_addr_t
Definition:
types.h:335
cmd
uint8_t cmd
Definition:
vdebug.c:1
count
uint8_t count[4]
Definition:
vdebug.c:22
src
target
a64_disassembler.h
Generated by
1.9.1