diff options
author | Roland McGrath <[email protected]> | 2010-01-04 21:59:07 -0800 |
---|---|---|
committer | Roland McGrath <[email protected]> | 2010-01-04 21:59:07 -0800 |
commit | 0ccbbcd1244336d38f51648620b32b193d591cbb (patch) | |
tree | bccb82dbe2a1c9a403b15f5f6e17c77c04068d33 /libebl/ebl-hooks.h | |
parent | 2e79deb2cb049f3b0f3f45680dfe956cf99b25d8 (diff) |
Make readelf -n check note name strings, handle "VMCOREINFO" flavor.
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r-- | libebl/ebl-hooks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index d483f2a3..59e73c54 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -1,5 +1,5 @@ /* Backend hook signatures internal interface for libebl. - Copyright (C) 2000-2009 Red Hat, Inc. + Copyright (C) 2000-2010 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -114,8 +114,8 @@ const char *EBLHOOK(core_note_type_name) (uint32_t, char *, size_t); const char *EBLHOOK(object_note_type_name) (uint32_t, char *, size_t); /* Describe core note format. */ -int EBLHOOK(core_note) (GElf_Word, GElf_Word, GElf_Word *, size_t *, - const Ebl_Register_Location **, +int EBLHOOK(core_note) (const GElf_Nhdr *, const char *, + GElf_Word *, size_t *, const Ebl_Register_Location **, size_t *, const Ebl_Core_Item **); /* Handle object file note. */ |