Lines Matching full:stringsize
1339 bfd_size_type stringsize;
1347 stringsize = GET_WORD (abfd, string_chars);
1350 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1355 strings = (char *) bfd_malloc (stringsize + 1);
1361 amt = stringsize - BYTES_IN_WORD;
1372 strings[stringsize - 1] = 0;
1375 obj_aout_external_string_size (abfd) = stringsize;