From 1d8bb25cac06b5af57f8733e5ea7a068a79edfe0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Aug 2008 08:39:41 +0000 Subject: src/ (find_symbol): Likewise. Convert plain number, or handle strings like "(section)+offset" or "symbol+offset". --- libebl/ebl-hooks.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libebl/ebl-hooks.h') diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 9f6c8d2c..2db1e208 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -158,6 +158,10 @@ ssize_t EBLHOOK(register_info) (Ebl *ebl, const char **prefix, const char **setname, int *bits, int *type); +/* Return system call ABI registers. */ +int EBLHOOK(syscall_abi) (Ebl *ebl, int *sp, int *pc, + int *callno, int args[6]); + /* Disassembler function. */ int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, -- cgit v1.2.3