Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
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
l
m
o
p
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
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
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
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
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
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
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
arch.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2014 defragger <rlaemmert@gmail.com>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
5
#ifndef ARCH_H
6
#define ARCH_H
7
8
#include <
stdint.h
>
9
13
typedef
struct
gdb_reg
{
14
char
name
[32];
15
uint64_t
offset
;
16
uint64_t
size
;
17
}
gdb_reg_t
;
18
19
gdb_reg_t
*
arch_parse_reg_profile
(
const
char
*reg_profile);
20
21
#endif
arch_parse_reg_profile
gdb_reg_t * arch_parse_reg_profile(const char *reg_profile)
Definition:
arch.c:46
gdb_reg_t
struct gdb_reg gdb_reg_t
uint64_t
unsigned long uint64_t
Definition:
sftypes.h:28
stdint.h
gdb_reg
Definition:
arch.h:13
gdb_reg::offset
uint64_t offset
Definition:
arch.h:15
gdb_reg::size
uint64_t size
Definition:
arch.h:16
name
Definition:
z80asm.h:102
subprojects
rzgdb
include
arch.h
Generated by
1.9.1