Lines Matching refs:new_table
4182 rsrc_directory new_table; in rsrc_process_section() local
4200 new_table.names.num_entries = 0; in rsrc_process_section()
4201 new_table.ids.num_entries = 0; in rsrc_process_section()
4321 new_table.characteristics = type_tables[0].characteristics; in rsrc_process_section()
4322 new_table.time = type_tables[0].time; in rsrc_process_section()
4323 new_table.major = type_tables[0].major; in rsrc_process_section()
4324 new_table.minor = type_tables[0].minor; in rsrc_process_section()
4327 new_table.names.first_entry = NULL; in rsrc_process_section()
4328 new_table.names.last_entry = NULL; in rsrc_process_section()
4331 rsrc_attach_chain (& new_table.names, & type_tables[indx].names); in rsrc_process_section()
4333 rsrc_sort_entries (& new_table.names, true, & new_table); in rsrc_process_section()
4336 new_table.ids.first_entry = NULL; in rsrc_process_section()
4337 new_table.ids.last_entry = NULL; in rsrc_process_section()
4340 rsrc_attach_chain (& new_table.ids, & type_tables[indx].ids); in rsrc_process_section()
4342 rsrc_sort_entries (& new_table.ids, false, & new_table); in rsrc_process_section()
4349 rsrc_compute_region_sizes (& new_table); in rsrc_process_section()
4366 rsrc_write_directory (& write_data, & new_table); in rsrc_process_section()