Skip to content
Commit 75a66614 authored by Anders Kaseorg's avatar Anders Kaseorg Committed by Rusty Russell
Browse files

Ksplice: Add functions for walking kallsyms symbols



Impact: New API

kallsyms_lookup_name only returns the first match that it finds.  Ksplice
needs information about all symbols with a given name in order to correctly
resolve local symbols.

kallsyms_on_each_symbol provides a generic mechanism for iterating over the
kallsyms table.

Cc: Jeff Arnold <jbarnold@mit.edu>
Cc: Tim Abbott <tabbott@mit.edu>
Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent a6e6abd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment