|
HPCToolkit
|
#include <ucontext.h>

Go to the source code of this file.
Macros | |
| #define | __USE_GNU |
| #define | UC_REGS(uc, reg) (uc).uc_mcontext.gregs[reg] |
| #define | UC_REG_IP(uc) UC_REGS(uc, REG_RIP) |
| #define | UC_REG_BP(uc) UC_REGS(uc, REG_RBP) |
| #define | UC_REG_SP(uc) UC_REGS(uc, REG_RSP) |
| #define __USE_GNU |
Definition at line 5 of file specific-ucontext-manip.h.
Definition at line 12 of file specific-ucontext-manip.h.
Definition at line 11 of file specific-ucontext-manip.h.
Definition at line 13 of file specific-ucontext-manip.h.
Definition at line 9 of file specific-ucontext-manip.h.