commit | 542db792dc3ad9dd73a1c22c031c16c2a3c85690 | [log] [tgz] |
---|---|---|
author | Vic Yang <victoryang@google.com> | Thu Jul 25 10:39:27 2019 -0700 |
committer | Vic Yang <victoryang@google.com> | Thu Jul 25 10:39:27 2019 -0700 |
tree | ee23a63bb39ca1e5c2c372005b889464d7466bca | |
parent | d5c0a508bc02da51899fde9f20f7b91fd6f9cb89 [diff] [blame] |
Fix linker compilation when STATS is set Test: Compiles with STATS set in linker_debug.h Change-Id: I8ea6ca9a61ad316473dab51999885008f2721cee
diff --git a/linker/linker.h b/linker/linker.h index 0f30946..a26b79d 100644 --- a/linker/linker.h +++ b/linker/linker.h
@@ -99,6 +99,8 @@ void count_relocation(RelocationKind kind); +void print_linker_stats(); + soinfo* get_libdl_info(const soinfo& linker_si); soinfo* find_containing_library(const void* p);