HomeSort by: relevance | last modified time | path
    Searched defs:sizeof_strings (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_init.c 480 int sizeof_strings = 0; local
489 sizeof_strings += ALIGN_8(len);
492 return sizeof_strings;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_init.c 480 int sizeof_strings = 0; local
489 sizeof_strings += ALIGN_8(len);
492 return sizeof_strings;
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 3192 static unsigned int sizeof_strings;
3600 sizeof_strings += (entry->name_id.name.len + 1) * 2;
4385 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0;
4387 /* We increment sizeof_strings to make sure that resource data
4389 sizeof_strings = (sizeof_strings + 7) & ~ 7;
4400 write_data.next_data = write_data.next_string + sizeof_strings;
3188 static unsigned int sizeof_strings; variable
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 3182 static unsigned int sizeof_strings;
3590 sizeof_strings += (entry->name_id.name.len + 1) * 2;
4375 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0;
4377 /* We increment sizeof_strings to make sure that resource data
4379 sizeof_strings = (sizeof_strings + 7) & ~ 7;
4390 write_data.next_data = write_data.next_string + sizeof_strings;
3178 static unsigned int sizeof_strings; variable
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 3175 static unsigned int sizeof_strings;
3583 sizeof_strings += (entry->name_id.name.len + 1) * 2;
4368 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0;
4370 /* We increment sizeof_strings to make sure that resource data
4372 sizeof_strings = (sizeof_strings + 7) & ~ 7;
4383 write_data.next_data = write_data.next_string + sizeof_strings;
3171 static unsigned int sizeof_strings; variable
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 3174 static unsigned int sizeof_strings;
3582 sizeof_strings += (entry->name_id.name.len + 1) * 2;
4367 sizeof_leaves = sizeof_strings = sizeof_tables_and_entries = 0;
4369 /* We increment sizeof_strings to make sure that resource data
4371 sizeof_strings = (sizeof_strings + 7) & ~ 7;
4382 write_data.next_data = write_data.next_string + sizeof_strings;
3170 static unsigned int sizeof_strings; variable

Completed in 49 milliseconds