Home | History | Annotate | Download | only in processor

Lines Matching full:directory_entry

4200       MDRawDirectory* directory_entry = &(*directory)[stream_index];
4203 Swap(&directory_entry->stream_type);
4204 Swap(&directory_entry->location);
4209 unsigned int stream_type = directory_entry->stream_type;
4383 MDRawDirectory* directory_entry = &(*directory_)[stream_index];
4387 printf(" stream_type = 0x%x (%s)\n", directory_entry->stream_type,
4388 get_stream_name(directory_entry->stream_type));
4390 directory_entry->location.data_size);
4391 printf(" location.rva = 0x%x\n", directory_entry->location.rva);
4565 MDRawDirectory* directory_entry = &(*directory_)[info.stream_index];
4566 if (!SeekSet(directory_entry->location.rva)) {
4572 *stream_length = directory_entry->location.data_size;