Home | History | Annotate | Download | only in bfd

Lines Matching defs:strsize

1669   bfd_size_type strsize;
1694 strsize = STRING_SIZE_SIZE;
1699 strsize = H_GET_32 (abfd, extstrsize);
1705 if (strsize < STRING_SIZE_SIZE)
1708 (_("%B: bad string table size %lu"), abfd, (unsigned long) strsize);
1713 strings = (char *) bfd_malloc (strsize + 1);
1723 if (bfd_bread (strings + STRING_SIZE_SIZE, strsize - STRING_SIZE_SIZE, abfd)
1724 != strsize - STRING_SIZE_SIZE)
1731 obj_coff_strings_len (abfd) = strsize;
1733 strings[strsize] = 0;