[Crash-utility] Crash-utility Digest, Vol 82, Issue 6

Dave Anderson anderson at redhat.com
Fri Jul 6 13:19:17 UTC 2012



----- 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




More information about the Crash-utility mailing list