Home
last modified time | relevance | path

Searched refs:sizeof_strings (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A DpeXXigen.c3106 static unsigned int sizeof_strings; variable
3512 sizeof_strings += (entry->name_id.name.len + 1) * 2; in rsrc_compute_region_sizes()
4315 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0; in rsrc_process_section()
4319 sizeof_strings = (sizeof_strings + 7) & ~ 7; in rsrc_process_section()
4330 write_data.next_data = write_data.next_string + sizeof_strings; in rsrc_process_section()
/dragonfly/contrib/binutils-2.27/bfd/
H A DpeXXigen.c3070 static unsigned int sizeof_strings; variable
3476 sizeof_strings += (entry->name_id.name.len + 1) * 2; in rsrc_compute_region_sizes()
4279 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0; in rsrc_process_section()
4283 sizeof_strings = (sizeof_strings + 7) & ~ 7; in rsrc_process_section()
4294 write_data.next_data = write_data.next_string + sizeof_strings; in rsrc_process_section()