summaryrefslogtreecommitdiffstats
path: root/libebl/ebl-hooks.h
diff options
context:
space:
mode:
authorJan Kratochvil <[email protected]>2013-12-15 18:56:17 +0100
committerJan Kratochvil <[email protected]>2013-12-15 18:56:17 +0100
commit5cbf42aaf47195e2c41171786371d55b253a7667 (patch)
tree8def24d1108f287998fadbdc6348a925ce3d72ec /libebl/ebl-hooks.h
parent63572f42b04e1c3b752b113810ec642121c8090e (diff)
unwinder: ppc and ppc64
Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r--libebl/ebl-hooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h
index cb52fee4..f721bc49 100644
--- a/libebl/ebl-hooks.h
+++ b/libebl/ebl-hooks.h
@@ -162,5 +162,9 @@ bool EBLHOOK(set_initial_registers_tid) (pid_t tid,
ebl_tid_registers_t *setfunc,
void *arg);
+/* Convert *REGNO as is in DWARF to a lower range suitable for
+ Dwarf_Frame->REGS indexing. */
+bool EBLHOOK(dwarf_to_regno) (Ebl *ebl, unsigned *regno);
+
/* Destructor for ELF backend handle. */
void EBLHOOK(destr) (struct ebl *);