From cb6d865011ad98a8ac2018f072f396a2268739ca Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Aug 2007 08:10:54 +0000 Subject: readelf register printing sort order tweak --- libebl/ebl-hooks.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libebl/ebl-hooks.h') diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 5344df09..d466a1f3 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -107,12 +107,17 @@ const char *EBLHOOK(core_note_type_name) (uint32_t, char *, size_t); /* Name of a note entry type for object files. */ const char *EBLHOOK(object_note_type_name) (uint32_t, char *, size_t); -/* Handle core note. */ -bool EBLHOOK(core_note) (const char *, uint32_t, uint32_t, const char *); +/* Describe core note format. */ +int EBLHOOK(core_note) (GElf_Word, GElf_Word, GElf_Word *, size_t *, + const Ebl_Register_Location **, + size_t *, const Ebl_Core_Item **); /* Handle object file note. */ bool EBLHOOK(object_note) (const char *, uint32_t, uint32_t, const char *); +/* Describe auxv element type. */ +int EBLHOOK(auxv_info) (GElf_Xword, const char **, const char **); + /* Check section name for being that of a debug informatino section. */ bool EBLHOOK(debugscn_p) (const char *); -- cgit v1.2.1