Searched refs:type_tables (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | peXXigen.c | 4154 rsrc_directory * type_tables; in rsrc_process_section() local 4263 type_tables = bfd_malloc (num_resource_sets * sizeof * type_tables); in rsrc_process_section() 4264 if (type_tables == NULL) in rsrc_process_section() 4272 (void) rsrc_parse_directory (abfd, type_tables + indx, data, data, in rsrc_process_section() 4288 new_table.characteristics = type_tables[0].characteristics; in rsrc_process_section() 4289 new_table.time = type_tables[0].time; in rsrc_process_section() 4290 new_table.major = type_tables[0].major; in rsrc_process_section() 4291 new_table.minor = type_tables[0].minor; in rsrc_process_section() 4298 rsrc_attach_chain (& new_table.names, & type_tables[indx].names); in rsrc_process_section() 4307 rsrc_attach_chain (& new_table.ids, & type_tables[indx].ids); in rsrc_process_section()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | peXXigen.c | 4118 rsrc_directory * type_tables; in rsrc_process_section() local 4227 type_tables = bfd_malloc (num_resource_sets * sizeof * type_tables); in rsrc_process_section() 4228 if (type_tables == NULL) in rsrc_process_section() 4236 (void) rsrc_parse_directory (abfd, type_tables + indx, data, data, in rsrc_process_section() 4252 new_table.characteristics = type_tables[0].characteristics; in rsrc_process_section() 4253 new_table.time = type_tables[0].time; in rsrc_process_section() 4254 new_table.major = type_tables[0].major; in rsrc_process_section() 4255 new_table.minor = type_tables[0].minor; in rsrc_process_section() 4262 rsrc_attach_chain (& new_table.names, & type_tables[indx].names); in rsrc_process_section() 4271 rsrc_attach_chain (& new_table.ids, & type_tables[indx].ids); in rsrc_process_section()
|