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