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
gdata.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 Basstorm <basstorm@nyist.edu.cn>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef PDB_GDATA_H
5
#define PDB_GDATA_H
6
7
#include <
rz_util.h
>
8
9
typedef
struct
{
10
ut16
leaf_type
;
11
ut32
symtype
;
12
ut32
offset
;
13
ut16
segment
;
14
char
*
name
;
15
ut8
name_len
;
16
}
GDataGlobal
;
17
18
#endif
ut16
uint16_t ut16
Definition:
demangler_util.h:30
ut32
uint32_t ut32
Definition:
demangler_util.h:31
ut8
uint8_t ut8
Definition:
lh5801.h:11
rz_util.h
GDataGlobal
Definition:
gdata.h:9
GDataGlobal::leaf_type
ut16 leaf_type
Definition:
gdata.h:10
GDataGlobal::offset
ut32 offset
Definition:
gdata.h:12
GDataGlobal::segment
ut16 segment
Definition:
gdata.h:13
GDataGlobal::name
char * name
Definition:
gdata.h:14
GDataGlobal::name_len
ut8 name_len
Definition:
gdata.h:15
GDataGlobal::symtype
ut32 symtype
Definition:
gdata.h:11
librz
bin
pdb
gdata.h
Generated by
1.9.1