Rizin
unix-like reverse engineering framework and cli tools
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