Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c480 int sizeof_strings = 0; in sizeof_argument_strings() local
489 sizeof_strings += ALIGN_8(len); in sizeof_argument_strings()
492 return sizeof_strings; in sizeof_argument_strings()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c3133 static unsigned int sizeof_strings; variable
3539 sizeof_strings += (entry->name_id.name.len + 1) * 2; in rsrc_compute_region_sizes()
4329 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0; in rsrc_process_section()
4333 sizeof_strings = (sizeof_strings + 7) & ~ 7; in rsrc_process_section()
4344 write_data.next_data = write_data.next_string + sizeof_strings; in rsrc_process_section()
H A DChangeLog-20142420 (rsrc_count_entries): Do not increment sizeof_strings or
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c3155 static unsigned int sizeof_strings; variable
3563 sizeof_strings += (entry->name_id.name.len + 1) * 2; in rsrc_compute_region_sizes()
4348 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0; in rsrc_process_section()
4352 sizeof_strings = (sizeof_strings + 7) & ~ 7; in rsrc_process_section()
4363 write_data.next_data = write_data.next_string + sizeof_strings; in rsrc_process_section()
H A DChangeLog-20142420 (rsrc_count_entries): Do not increment sizeof_strings or
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20142420 (rsrc_count_entries): Do not increment sizeof_strings or