Home | History | Annotate | Download | only in bfd

Lines Matching full:stringsize

1224       bfd_size_type stringsize;
1232 stringsize = H_GET_32 (abfd, string_chars);
1235 if (! bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1240 strings = bfd_malloc (stringsize + 1);
1246 if (bfd_bread (strings + 4, stringsize - 4, abfd) != stringsize - 4)
1255 strings[stringsize - 1] = 0;
1258 obj_aout_external_string_size (abfd) = stringsize;