diff options
| author | Roland McGrath <[email protected]> | 2008-04-01 02:30:05 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-04-01 02:30:05 +0000 |
| commit | 13b69609bcd5638e6194d940855fea3dd0519605 (patch) | |
| tree | ffaa63b3cd050285d68ebc6c437c012edb59ddf9 /libebl/ebl-hooks.h | |
| parent | d11f9cbecac4a5ac3848a68597028d1924f3ff6b (diff) | |
backends/
* sparc_symbol.c (sparc_symbol_type_name): New function.
(sparc_dynamic_tag_name): New function.
(sparc_dynamic_tag_check): New function.
* sparc_init.c (sparc_init): Initialize those hooks.
libebl/
* ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag.
Diffstat (limited to 'libebl/ebl-hooks.h')
| -rw-r--r-- | libebl/ebl-hooks.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index c236b35e..9f6c8d2c 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, 2001, 2002, 2004, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 2000,2001,2002,2004,2005,2006,2007,2008 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -83,6 +83,12 @@ bool EBLHOOK(machine_flag_check) (GElf_Word); /* Check whether SHF_MASKPROC flag bits are valid. */ bool EBLHOOK(machine_section_flag_check) (GElf_Xword); +/* Check whether the section with the given index, header, and name + is a special machine section that is valid despite a combination + of flags or other details that are not generically valid. */ +bool EBLHOOK(check_special_section) (Ebl *, int, + const GElf_Shdr *, const char *); + /* Return symbolic representation of symbol type. */ const char *EBLHOOK(symbol_type_name) (int, char *, size_t); |
