Lines Matching refs:KSYMS_FILENAME
26 #define KSYMS_FILENAME "/proc/ksyms" macro
29 #undef KSYMS_FILENAME
30 #define KSYMS_FILENAME "/would/be/nice/to/have/this/file"
37 #undef KSYMS_FILENAME
38 #define KSYMS_FILENAME "/home/albert/ps/45621/ksyms-2.3.12"
45 #undef KSYMS_FILENAME
46 #define KSYMS_FILENAME "/home/albert/ps/45621/ksyms-2.3.18ac8-MODVERS"
53 #undef KSYMS_FILENAME
54 #define KSYMS_FILENAME "/home/albert/ps/45621/ksyms-2.3.18ac8-NOMODVERS"
349 fprintf(stderr, "Warning: " KSYMS_FILENAME " not normal\n"); in parse_ksyms()
537 read_file(KSYMS_FILENAME, &ksyms_data, &ksyms_room); in read_and_parse()