Searched refs:type_tables (Results 1 – 1 of 1) sorted by relevance
4065 rsrc_directory * type_tables; in rsrc_process_section() local4173 type_tables = bfd_malloc (num_resource_sets * sizeof * type_tables); in rsrc_process_section()4174 if (type_tables == NULL) in rsrc_process_section()4182 (void) rsrc_parse_directory (abfd, type_tables + indx, data, data, in rsrc_process_section()4198 new_table.characteristics = type_tables[0].characteristics; in rsrc_process_section()4199 new_table.time = type_tables[0].time; in rsrc_process_section()4200 new_table.major = type_tables[0].major; in rsrc_process_section()4201 new_table.minor = type_tables[0].minor; in rsrc_process_section()4208 rsrc_attach_chain (& new_table.names, & type_tables[indx].names); in rsrc_process_section()4217 rsrc_attach_chain (& new_table.ids, & type_tables[indx].ids); in rsrc_process_section()