Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkdb.h189 extern const char *kdb_walk_kallsyms(loff_t *pos);
191 static inline const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms() function
/Linux-v4.19/kernel/debug/kdb/
Dkdb_support.c193 while ((name = kdb_walk_kallsyms(&pos))) { in kallsyms_symbol_complete()
237 while ((name = kdb_walk_kallsyms(&pos))) { in kallsyms_symbol_next()
/Linux-v4.19/kernel/
Dkallsyms.c679 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms() function