diff --git a/symbols.c b/symbols.c index f1c308e..ad3c32d 100755 --- a/symbols.c +++ b/symbols.c @@ -3640,7 +3640,7 @@ module_symbol(ulong value, return FALSE; } -struct syment * +static struct syment * value_search_module(ulong value, ulong *offset, int search_init_section) { int i; @@ -3722,9 +3722,7 @@ value_search_module(ulong value, ulong *offset, int search_init_section) struct syment * value_search(ulong value, ulong *offset) { - int i; - struct syment *sp, *sp_end, *spnext, *splast; - struct load_module *lm; + struct syment *sp, *spnext; if (!in_ksymbol_range(value)) return((struct syment *)NULL);