summaryrefslogtreecommitdiff
path: root/libebl/libebl.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/libebl.h
parenta70791179e61789e5108b3c68bae1d976da7be17 (diff)
downloadelfutils-a062b6bcadd1565d360acf640f9d4c159b2270ea.tar.gz
Add new ebl_check_st_other_bits function.mpolacek/autotest
Diffstat (limited to 'libebl/libebl.h')
-rw-r--r--libebl/libebl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libebl/libebl.h b/libebl/libebl.h
index c94ad78f..b4307282 100644
--- a/libebl/libebl.h
+++ b/libebl/libebl.h
@@ -168,6 +168,9 @@ extern bool ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr,
const GElf_Sym *sym, const char *name,
const GElf_Shdr *destshdr);
+/* Check whether only valid bits are set on the st_other symbol flag. */
+extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
+
/* Return combined section header flags value. */
extern GElf_Word ebl_sh_flags_combine (Ebl *ebl, GElf_Word flags1,
GElf_Word flags2);