Rizin
unix-like reverse engineering framework and cli tools
omap.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_OMAP_H
5
#define PDB_OMAP_H
6
7
#include <
rz_util.h
>
8
9
typedef
struct
{
10
ut32
from
;
11
ut32
to
;
12
}
OmapEntry
;
13
14
#endif
ut32
uint32_t ut32
Definition:
demangler_util.h:31
rz_util.h
OmapEntry
Definition:
omap.h:9
OmapEntry::from
ut32 from
Definition:
omap.h:10
OmapEntry::to
ut32 to
Definition:
omap.h:11
librz
bin
pdb
omap.h
Generated by
1.9.1