Searched refs:dwo_tu (Results 1 – 1 of 1) sorted by relevance
4250 struct dwo_unit *dwo_tu; in create_debug_types_hash_table() local4278 dwo_tu = OBSTACK_ZALLOC (&objfile->objfile_obstack, in create_debug_types_hash_table()4280 dwo_tu->dwo_file = dwo_file; in create_debug_types_hash_table()4281 dwo_tu->signature = signature; in create_debug_types_hash_table()4282 dwo_tu->type_offset_in_tu = type_offset_in_tu; in create_debug_types_hash_table()4283 dwo_tu->info_or_types_section = section; in create_debug_types_hash_table()4284 dwo_tu->offset = offset; in create_debug_types_hash_table()4285 dwo_tu->length = length; in create_debug_types_hash_table()4291 dwo_tu = NULL; in create_debug_types_hash_table()4304 dwo_file ? (void*) dwo_tu : (void *) sig_type, in create_debug_types_hash_table()[all …]