----- Original Message -----
Dear ,
The place is at value_search in symbols.c line 4252,I must apologize
for my careless.
OK -- but the same question still applies:
struct syment *
value_search(ulong value, ulong *offset)
{
struct syment *sp, *spnext;
if (!in_ksymbol_range(value))
return((struct syment *)NULL);
How does it get past in_ksymbol_range()? What is the value
of st->symtable[0].value and the passed-in "value"?
Dave