Go to the source code of this file.
◆ rz_debug_native_reg_profile()
static char* rz_debug_native_reg_profile |
( |
RzDebug * |
dbg | ) |
|
|
static |
Definition at line 7 of file reg.c.
15 #if defined(__arm64__)
17 #elif defined(__arm__)
19 #elif defined(__x86_64__)
21 #elif defined(__i386__)
24 #elif (__OpenBSD__ || __NetBSD__)
38 #error "Unsupported BSD architecture"
41 #elif __KFBSD__ || __FreeBSD__
53 #if __i386__ || __i386
55 #elif __x86_64__ || __amd64__
60 #error "Unsupported BSD architecture"
64 #warning Unsupported Kernel
References NULL.