winedump: Dump S_SSEARCH_V1 symbols.

This commit is contained in:
Eric Pouech 2007-01-05 21:43:17 +01:00 committed by Alexandre Julliard
parent fbb9d5f7d9
commit f2ef7cf442

View file

@ -1162,6 +1162,11 @@ int codeview_dump_symbols(const void* root, unsigned long size)
/* simply skip it */
break;
case S_SSEARCH_V1:
printf("\tSSearch V1: (%04x:%08x)\n",
sym->ssearch_v1.segment, sym->ssearch_v1.offset);
break;
default:
printf(">>> Unsupported symbol-id %x sz=%d\n", sym->generic.id, sym->generic.len + 2);
dump_data((const void*)sym, sym->generic.len + 2, " ");