#include <elfutils/libdwfl.h>
#include "../../util/unwind-libdw.h"
#include "../../util/perf_regs.h"
#include "../../util/event.h"
Go to the source code of this file.
◆ REG
Value:({ \
Dwarf_Word val = 0; \
perf_reg_value(&val, user_regs, PERF_REG_POWERPC_##r); \
val; \
})
◆ libdw__arch_set_initial_registers()
bool libdw__arch_set_initial_registers |
( |
Dwfl_Thread * |
thread, |
|
|
void * |
arg |
|
) |
| |
◆ special_regs
const int special_regs[3][2] |
|
static |
Initial value:= {
{ 65, PERF_REG_POWERPC_LINK },
{ 101, PERF_REG_POWERPC_XER },
{ 109, PERF_REG_POWERPC_CTR },
}
Definition at line 8 of file unwind-libdw.c.