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