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];
18 
19 gdb_reg_t *arch_parse_reg_profile(const char *reg_profile);
20 
21 #endif
gdb_reg_t * arch_parse_reg_profile(const char *reg_profile)
Definition: arch.c:46
struct gdb_reg gdb_reg_t
unsigned long uint64_t
Definition: sftypes.h:28
Definition: arch.h:13
uint64_t offset
Definition: arch.h:15
uint64_t size
Definition: arch.h:16
Definition: z80asm.h:102