summaryrefslogtreecommitdiff
path: root/libebl/ebl-hooks.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2011-03-10 13:02:32 +0100
committerMark Wielaard <mjw@redhat.com>2011-03-11 12:59:29 +0100
commita062b6bcadd1565d360acf640f9d4c159b2270ea (patch)
tree67de26efa165a12f511b1278e112eb8460c0aff6 /libebl/ebl-hooks.h
parenta70791179e61789e5108b3c68bae1d976da7be17 (diff)
downloadelfutils-a062b6bcadd1565d360acf640f9d4c159b2270ea.tar.gz
Add new ebl_check_st_other_bits function.mpolacek/autotest
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r--libebl/ebl-hooks.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h
index 59e73c54..82c6c640 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-2010 Red Hat, Inc.
+ Copyright (C) 2000-2011 Red Hat, Inc.
This file is part of Red Hat elfutils.
Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -144,6 +144,10 @@ bool EBLHOOK(relative_reloc_p) (int);
bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
const char *, const GElf_Shdr *);
+/* Check whether only valid bits are set on the st_other symbol flag.
+ Standard ST_VISIBILITY have already been masked off. */
+bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
+
/* Check if backend uses a bss PLT in this file. */
bool EBLHOOK(bss_plt_p) (Elf *, GElf_Ehdr *);