summaryrefslogtreecommitdiff
path: root/build-id.h
diff options
context:
space:
mode:
Diffstat (limited to 'build-id.h')
-rw-r--r--build-id.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-id.h b/build-id.h
index 8505d9b..e3e64cf 100644
--- a/build-id.h
+++ b/build-id.h
@@ -30,6 +30,9 @@ struct build_id_note;
const struct build_id_note *
build_id_find_nhdr_by_name(const char *name);
+const struct build_id_note *
+build_id_find_nhdr_by_symbol(const void *symbol);
+
ElfW(Word)
build_id_length(const struct build_id_note *note);