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 {
14  char *name;
16 } GDataGlobal;
17 
18 #endif
uint16_t ut16
uint32_t ut32
uint8_t ut8
Definition: lh5801.h:11
ut16 leaf_type
Definition: gdata.h:10
ut32 offset
Definition: gdata.h:12
ut16 segment
Definition: gdata.h:13
char * name
Definition: gdata.h:14
ut8 name_len
Definition: gdata.h:15
ut32 symtype
Definition: gdata.h:11