aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-symbol.c')
-rw-r--r--elf/dl-symbol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-symbol.c b/elf/dl-symbol.c
index 2b7b821..22adf43 100644
--- a/elf/dl-symbol.c
+++ b/elf/dl-symbol.c
@@ -23,6 +23,7 @@
/* Look up symbol NAME in MAP's scope and return its run-time address. */
ElfW(Addr)
+internal_function
_dl_symbol_value (struct link_map *map, const char *name)
{
ElfW(Addr) loadbase;