Home
last modified time | relevance | path

Searched refs:kdb_walk_kallsyms (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dkdb.h202 extern const char *kdb_walk_kallsyms(loff_t *pos);
204 static inline const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms() function
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_support.c133 while ((name = kdb_walk_kallsyms(&pos))) { in kallsyms_symbol_complete()
179 while ((name = kdb_walk_kallsyms(&pos))) { in kallsyms_symbol_next()
/openbmc/linux/kernel/
H A Dkallsyms.c926 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms() function