summaryrefslogtreecommitdiff
path: root/libebl/libebl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-15 03:21:46 +0000
commitee4b927bae351b21787355e00a3d28371bf78e8f (patch)
tree96b9db5c08be2adb0094508afd7c7ea69291341d /libebl/libebl.h
parent1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff)
downloadelfutils-ee4b927bae351b21787355e00a3d28371bf78e8f.tar.gz
New spec file.elfutils-0.121
Diffstat (limited to 'libebl/libebl.h')
-rw-r--r--libebl/libebl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libebl/libebl.h b/libebl/libebl.h
index 6969c550..c27dfd4a 100644
--- a/libebl/libebl.h
+++ b/libebl/libebl.h
@@ -192,9 +192,6 @@ extern bool ebl_copy_reloc_p (Ebl *ebl, int reloc);
/* Check whether given relocation is a no-op relocation. */
extern bool ebl_none_reloc_p (Ebl *ebl, int reloc);
-/* Check whether given relocation is a relative relocation. */
-extern bool ebl_relative_reloc_p (Ebl *ebl, int reloc);
-
/* Check whether section should be stripped. */
extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
const GElf_Shdr *shdr, const char *name,
@@ -203,9 +200,6 @@ extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
/* Check if backend uses a bss PLT in this file. */
extern bool ebl_bss_plt_p (Ebl *ebl, GElf_Ehdr *ehdr);
-/* Return size of entry in SysV-style hash table. */
-extern int ebl_sysvhash_entrysize (Ebl *ebl);
-
/* Return location expression to find return value given a
DW_TAG_subprogram, DW_TAG_subroutine_type, or similar DIE describing
function itself (whose DW_AT_type attribute describes its return type).