summaryrefslogtreecommitdiffstats
path: root/libebl/ebl-hooks.h
diff options
context:
space:
mode:
authorJan Kratochvil <[email protected]>2012-10-12 20:43:21 +0200
committerJan Kratochvil <[email protected]>2012-10-12 20:57:26 +0200
commit0631d1fb4dfc3de5c1fb22d4030dffece350d724 (patch)
tree60d3729a57acc8419dec2a5a012e65ffb5a95b5e /libebl/ebl-hooks.h
parent4bdbb6716d99a82ded1c56a93165a095c9f96404 (diff)
libebl/
2012-10-12 Jan Kratochvil <[email protected]> * ebl-hooks.h (abi_cfi): Extend its comment for return value. * eblopenbackend.c (default_abi_cfi): Return -1. * libebl.h (ebl_abi_cfi): Extend its comment for return value. Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r--libebl/ebl-hooks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h
index f629bce7..d3cf3e62 100644
--- a/libebl/ebl-hooks.h
+++ b/libebl/ebl-hooks.h
@@ -151,7 +151,8 @@ int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb,
DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg);
-/* Supply the machine-specific state of CFI before CIE initial programs. */
+/* Supply the machine-specific state of CFI before CIE initial programs.
+ Function returns 0 on success and -1 on error. */
int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info);
/* Destructor for ELF backend handle. */