• Andrew Morton's avatar
    [PATCH] Add kallsyms_lookupname() · f46981b2
    Andrew Morton authored
    From: Rusty Russell <rusty@au1.ibm.com>
    
    Attached patch adds a kallsyms_lookupname() function for lookups of a
    symbol name to an address.  Debuggers such as ppc[64] xmon can use this.
    
    It's intentionally not exported as a symbol for module use, since it
    can be used to circumvent other symbol export restrictions.
    f46981b2
kallsyms.c 7.41 KB