]> git.neil.brown.name Git - history.git/commit
[PATCH] Add kallsyms_lookupname()
authorAndrew Morton <akpm@osdl.org>
Thu, 26 Feb 2004 14:44:18 +0000 (06:44 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 Feb 2004 14:44:18 +0000 (06:44 -0800)
commitf46981b2737d93cf4b88f8101c458d12804b42ea
tree31c2e2ebf0221dc24764896666a367be50ff6c57
parentef2dbb549121b2d41e2350ea5e8ed9981f23bf27
[PATCH] Add kallsyms_lookupname()

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.
include/linux/kallsyms.h
include/linux/module.h
kernel/kallsyms.c
kernel/module.c