deref_string_ptr   20 tools/dumputil.h const char* deref_string_ptr(dump_t *dump,unsigned off);
deref_string_ptr   21 tools/extract_error_table.c         printf("E%02d %02d %s\n",(short)(dump->pw[i] >> 16),dump->pw[i]&0xFFFF,deref_string_ptr(dump,(i+1)*4));
deref_string_ptr   29 tools/extract_error_table.c         printf("E%02d %s\n",dump->pw[i+1],deref_string_ptr(dump,i*4));
deref_string_ptr   23 tools/find_levent.c 								(*(deref_string_ptr(dump,i*4)))?deref_string_ptr(dump,i*4):"(none)",