diff options
Diffstat (limited to 'libebl/ebl-hooks.h')
| -rw-r--r-- | libebl/ebl-hooks.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 90a66c18..f9880532 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -92,5 +92,11 @@ bool EBLHOOK(bss_plt_p) (Elf *, GElf_Ehdr *); int EBLHOOK(return_value_location) (Dwarf_Die *functypedie, const Dwarf_Op **locp); +/* Return register name information. */ +ssize_t EBLHOOK(register_name) (Ebl *ebl, + int regno, char *name, size_t namelen, + const char **prefix, const char **setname); + + /* Destructor for ELF backend handle. */ void EBLHOOK(destr) (struct ebl *); |
