HomeSort by: relevance | last modified time | path
    Searched defs:SYMTAB_FILLER (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_ksyms_buf.c 7 #define SYMTAB_FILLER "|This is the symbol table!"
11 char db_symtab[] = SYMTAB_FILLER;
13 char db_symtab[SYMTAB_SPACE] = SYMTAB_FILLER;
kern_ksyms.c 154 #define SYMTAB_FILLER "|This is the symbol table!"
263 strncmp(db_symtab, SYMTAB_FILLER, sizeof(SYMTAB_FILLER))) {

Completed in 13 milliseconds