Home
last modified time | relevance | path

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

/src/stand/kboot/libkboot/
H A Ddfk.c44 #define KALLSYMS_PATH "/proc/kallsyms" macro
47 #define KALLSYMS_PATH "host:/proc/kallsyms" macro
143 if (!lb_init(&lb, KALLSYMS_PATH)) { in symbol_addr()
144 printf("Cannot open symbol file %s\n", KALLSYMS_PATH); in symbol_addr()