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

  /src/external/gpl3/binutils/dist/bfd/
coff64-rs6000.c 2084 bfd_size_type string_table_size;
2217 string_table_size = 4;
2218 string_table_size += strlen (data_name) + 1;
2219 string_table_size += strlen (rtinit_name) + 1;
2220 string_table_size += initsz;
2221 string_table_size += finisz;
2223 string_table_size += strlen (rtld_name) + 1;
2225 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2232 val = string_table_size;
2392 || bfd_write (string_table, string_table_size, abfd) != string_table_size
2083 bfd_size_type string_table_size; local
    [all...]
coff-rs6000.c 4103 bfd_size_type string_table_size;
4198 string_table_size = 0;
4200 string_table_size += initsz;
4202 string_table_size += finisz;
4203 if (string_table_size)
4205 string_table_size += 4;
4206 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
4213 val = string_table_size;
4370 || bfd_write (string_table, string_table_size, abfd) != string_table_size)
4097 bfd_size_type string_table_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff64-rs6000.c 2084 bfd_size_type string_table_size;
2217 string_table_size = 4;
2218 string_table_size += strlen (data_name) + 1;
2219 string_table_size += strlen (rtinit_name) + 1;
2220 string_table_size += initsz;
2221 string_table_size += finisz;
2223 string_table_size += strlen (rtld_name) + 1;
2225 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2232 val = string_table_size;
2392 || bfd_write (string_table, string_table_size, abfd) != string_table_size
2083 bfd_size_type string_table_size; local
    [all...]
coff-rs6000.c 4103 bfd_size_type string_table_size;
4198 string_table_size = 0;
4200 string_table_size += initsz;
4202 string_table_size += finisz;
4203 if (string_table_size)
4205 string_table_size += 4;
4206 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
4213 val = string_table_size;
4370 || bfd_write (string_table, string_table_size, abfd) != string_table_size)
4097 bfd_size_type string_table_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff64-rs6000.c 2084 bfd_size_type string_table_size;
2217 string_table_size = 4;
2218 string_table_size += strlen (data_name) + 1;
2219 string_table_size += strlen (rtinit_name) + 1;
2220 string_table_size += initsz;
2221 string_table_size += finisz;
2223 string_table_size += strlen (rtld_name) + 1;
2225 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2232 val = string_table_size;
2392 || bfd_write (string_table, string_table_size, abfd) != string_table_size
2083 bfd_size_type string_table_size; local
    [all...]
coff-rs6000.c 4103 bfd_size_type string_table_size;
4198 string_table_size = 0;
4200 string_table_size += initsz;
4202 string_table_size += finisz;
4203 if (string_table_size)
4205 string_table_size += 4;
4206 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
4213 val = string_table_size;
4370 || bfd_write (string_table, string_table_size, abfd) != string_table_size)
4097 bfd_size_type string_table_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff64-rs6000.c 2084 bfd_size_type string_table_size;
2217 string_table_size = 4;
2218 string_table_size += strlen (data_name) + 1;
2219 string_table_size += strlen (rtinit_name) + 1;
2220 string_table_size += initsz;
2221 string_table_size += finisz;
2223 string_table_size += strlen (rtld_name) + 1;
2225 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2232 val = string_table_size;
2392 || bfd_write (string_table, string_table_size, abfd) != string_table_size
2083 bfd_size_type string_table_size; local
    [all...]
coff-rs6000.c 4103 bfd_size_type string_table_size;
4198 string_table_size = 0;
4200 string_table_size += initsz;
4202 string_table_size += finisz;
4203 if (string_table_size)
4205 string_table_size += 4;
4206 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
4213 val = string_table_size;
4370 || bfd_write (string_table, string_table_size, abfd) != string_table_size)
4097 bfd_size_type string_table_size; local
    [all...]

Completed in 22 milliseconds